@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,800,300&subset=latin,cyrillic);
@font-face {
    font-family: 'EspumaPro';
    src: local('Espuma Pro'), local('EspumaPro'), 
        url('../fonts/Espumapro.woff2') format('woff2'), 
        url('../fonts/Espumapro.woff') format('woff'), 
        url('../fonts/Espumapro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body{
    background: #f8f3ec url('../images/bg.png');
    font-family: 'Open Sans', sans-serif;
}

header{
    background: 
                url('../images/rounded_line.png') no-repeat bottom center, url('../images/header_bg.png') no-repeat;
    height: 669px;
}

.lang{
    text-align: center;
}
.lang a{
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin: 0px 9px;
}
.lang a.active{
    opacity: 0.5;
}
.lang a:hover{
    text-decoration: underline;
}
header .menu{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table;
    width: 100%;
    margin-top: 54px;
}
header .menu li{
    display: table-cell;
	text-align: center;
}
header .menu li a{
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 3px;
}
header .menu li a:hover{
    border-bottom: 1px solid #b9c822;
}
header .menu li a.active{}
header .menu li:last-child a:hover{
    border: none;
}
header .menu li form{
    display: none;
}

header .tel{
    color: white;
    font-family: EspumaPro;
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 47px;
}
header .ask{
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-decoration: none;
    border-bottom: 1px dashed #fff;
}
header .ask:hover{
    border-bottom: none;
}
header h1{
    color: white;
    font-family: EspumaPro;
    font-size: 53px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-top: 110px;
	    font-size: 71px;
}

#content{
    position: relative;
    z-index: 2;
}
#content .content{
    background-color: white;
    border-radius: 9px;
    box-shadow: 0 26px 37.4px 1.6px rgba(0, 0, 0, 0.16);
    margin-top: 96px;
}
#content h1{
    color: black;
    font-family: EspumaPro;
    font-size: 53px;
    font-weight: 400;
    padding-top: 42px;
    margin: 0px;
}
#content .about p{
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-right: 30px;
    margin-top: 15px;
}
#content .about a{
    display: inline-block;
    line-height: 51px;
    background-color: white;
    border: 1px solid #ca3953;
    border-radius: 5px;
    color: #ca3953;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 0px 22px;
    margin-top: 20px;
    transition: 0.1s;
}
#content .about a:hover{
    background: #ca3953;
	color: #fff;
}
#content .about{
    position: relative;
    padding-left: 428px;
}
#content .about:before{
    content: '';
    width: 417px;
    height: 343px;
    background: url('../images/about_bg.png') no-repeat;
    position: absolute;
    left: -16px;
    top: 22px;
}

#content .gallery{
    margin-top: 30px;
    margin-bottom: 30px;
}
#content .gallery .title{
    color: black;
    font-family: EspumaPro;
    font-size: 41px;
    font-weight: 400;
    padding-left: 15px;
}
#content .gallery .items{
    padding: 0px 15px;
    margin-top: 30px;
}
#content .gallery .items .item{
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 5px;
}
#content .gallery .items .item .bg{}
#content .gallery .items .item img{
    width: 123px;
    height: 123px;
}
#content .gallery .items .item:hover .bg{
    background: rgba(202, 57, 83, 0.84) url('../images/ico_lupa.png') no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
	transition: 0.1s;
}
#content .gallery .items .item:first-child{
    margin-left: 0px;
}
#content .gallery .items .item:last-child{
    margin-right: 0px;
}
#content .gallery .items .item:last-child .bg{
    margin-right: 0px;
    background: rgba(179, 179, 179, 0.89) url('../images/ico_photo.png') no-repeat 38px 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    text-align: center;
}
#content .gallery .items .item:last-child:hover .bg{
	background: #DA425C url('../images/ico_photo.png') no-repeat 38px 30px;
}
#content .gallery .items .item:last-child span{
    color: white;
    font-family: EspumaPro;
    font-size: 17px;
    font-weight: 400;
    line-height: 15px;
    display: inline-block;
    margin-top: 70px;
}

#price{
    position: relative;
    top: -18px;
    z-index: 1;
}
#price .bg{
    box-shadow: 0 26px 37.4px 1.6px rgba(0, 0, 0, 0.16);
    border-radius: 9px;
    background: rgb(228, 69, 97) url('../images/price_bg.png') no-repeat;
    height: 261px;
}
#price .title{
    color: white;
    font-family: EspumaPro;
    font-size: 43px;
    font-weight: 400;
    margin-top: 58px;
    padding-left: 15px;
}
#price p{
    color: white;
    font-family: EspumaPro;
    font-size: 17px;
    font-weight: 400;
    padding:0px 15px;
    margin-bottom: 25px;
}
#price form{
    padding: 0px 15px;
}
#price form input[type=text]{
    background-color: white;
    border: 1px solid #ca3953;
    border-radius: 5px;
    box-shadow: 0 26px 37.4px 1.6px rgba(0, 0, 0, 0.16);
    height: 51px;
    padding: 0px 20px;
    margin-right: 10px;
}
#price form select{
    background-color: white;
    border: 1px solid #ca3953;
    border-radius: 5px;
    box-shadow: 0 26px 37.4px 1.6px rgba(0, 0, 0, 0.16);
    height: 51px;
    padding: 0px 20px;
    margin-right: 10px;
    width: 100%;
    max-width: 215px;
}
#price form input[type=submit]{
    background-color: #b2c121;
    background-image: linear-gradient(to top, rgba(0, 0, 1, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid #cbda38;
    border-radius: 5px;
    box-shadow: 0 26px 37.4px 1.6px rgba(0, 0, 0, 0.16);
    height: 51px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    padding: 0px 25px;
	transition: 0.1s;
}
#price form input[type=submit]:hover{    	
	background: #cbda38
}

#in_num{
    background: #f8f3ec;
    margin-top: 50px;
}
#in_num .title{
    color: #030304;
    font-family: EspumaPro;
    font-size: 53px;
    font-weight: 400;
    padding-left: 15px;
}
#in_num p{
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 15px;
    margin-top: 10px;
}
#in_num .items{
    margin-top: 35px;
}
#in_num .items .item{
    float: left;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 26px 37.4px 1.6px rgba(0, 0, 0, 0.16);
    margin-right: 2%;
    width: 23%;
}
#in_num .items .item:hover{
    box-shadow: 0 26px 37.4px 1.6px rgba(155, 32, 54, 0.25);
}
#in_num .items .item:last-child{
    margin-right: 0px;
    width: 25%;
}
#in_num .items .item table{
    margin:  0 20px;
}
#in_num .items .item table td{
    color: black;
    font-family: EspumaPro;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    padding: 30px 0px;
    padding: 12px;
    height: 130px;
}
#in_num .items .item table td b{
    color: #030304;
    font-family: EspumaPro;
    font-size: 42px;
    font-weight: 400;
}
#partners{
    background: #f8f3ec;
    padding-top: 50px;
    padding-bottom: 65px;
}
#partners .title{
    color: #030304;
    font-family: EspumaPro;
    font-size: 53px;
    font-weight: 400;
    padding-left: 15px;
}
#partners p{
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 15px;
    margin-top: 10px;
}
#partners .items{
    margin-top: 35px;
    position: relative;
}
#partners .items .item{
    float: left;
    background-color: white;
    border-radius: 5px;
    margin-right: 20px;
    /*width: 10.8%;*/
    text-align: center;
    line-height: 130px;
    margin-bottom: 50px;
	box-shadow: 0 26px 37.4px 1.6px rgba(0, 0, 0, 0.08);
}
#partners .items .item:last-child{
    margin-right: 0px;
}
#partners img{
    display: inline-block;
}
#partners a.prev{
    position: absolute;
    left: 0px;
    top: 0px;
    background: url('../images/prev.png') no-repeat;
    width: 49px;
    height: 130px;
    display: block;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}
#partners a.next{
    position: absolute;
    right: 0px;
    top: 0px;
    background: url('../images/next.png') no-repeat;
    width: 49px;
    height: 130px;
    display: block;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}
#partners .items:hover a.next, #partners .items:hover a.prev{
    opacity: 1;
    transition: 1s;
}
#partners .slick-list{
    overflow: initial;
    overflow-x: hidden;
    overflow-y: visible;
}
footer{
    background: white;
    position: relative;
    padding-top: 35px;
    padding-bottom: 25px;
}
footer:before{
    content: '';
    display: block;
    width: 100%;
    height: 9px;
    background:  url('../images/rounded_line_white.png') no-repeat top center;
        position: absolute;
    top: -9px;
}

footer ul.menu{
    display: table;
    width: 100%;
    list-style: none;
    padding: 0px;
}
footer ul.menu li{
    display: table-cell;
	text-align: center;
}
footer ul.menu li a{
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
}
footer .menu li a:hover{
    border-bottom: 1px solid #b9c822;
}
footer .tel{
    color: black;
    font-family: EspumaPro;
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
}
footer .tel a{
    display: inline-block;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 49px;
    background-color: white;
    border: 1px solid #ca3953;
    border-radius: 5px;
    text-decoration: none;
    padding: 0px 30px;
    position: relative;
    top: -5px;
    text-transform: initial;
    margin-left: 25px;
	transition: 0.1s;
}
footer .tel a:hover{
	background: #ca3953;
	color:#fff;	
}
footer a.mail{
    color: #cb3b55;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed #cb3b55;
    display: inline-block;
    margin-bottom: 15px;
}
footer a.mail:hover{
	border: none;
}
footer p{
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 600;
}
.c1{
    display: block;
}
.c2{
    display: none;
}

.slider-nav{
    margin-top: 30px;
    text-align: center;
}
.slider-nav .item {
    width: 88px!important;
    height: 88px;
    border: 3px solid white;
    border-radius: 50%;
    display: inline-block;
    float: initial;
    margin: 5px 18px;
    outline: none;
    cursor: pointer;
    position: relative;
}
.slider-nav .item:hover:before {
    content: '';
    width: 98px;
    height: 98px;
    display: block;
    position: absolute;
    border: 5px solid rgba(255, 255, 255, 0.57);
    border-radius: 50%;
    left: -8px;
    top: -8px;
}
.slider-nav .item:after {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #b2c121;
    border-radius: 50%;
    position: absolute;
    right: -27px;
    top: 40px;
}
.slider-nav .item:last-child:after {
    display: none;
}
.slider-nav .item.slick-current:before {
    content: '';
    width: 98px;
    height: 98px;
    display: block;
    position: absolute;
    border: 5px solid rgba(255, 255, 255, 0.57);
    border-radius: 50%;
    left: -8px;
    top: -8px;
}
.slider-nav .item.slide_1.slick-current{
    background: #fff url("../images/h1_h.png") 50% 50% no-repeat!important;
}
.slider-nav .item.slide_2.slick-current{
    background: #fff url("../images/h1_h.png") 50% 50% no-repeat!important;
}
.slider-nav .item.slide_3.slick-current{
    background: #fff url("../images/h1_h.png") 50% 50% no-repeat!important;
}
.slider-nav .item.slide_4.slick-current{
    background: #fff url("../images/h1_h.png") 50% 50% no-repeat!important;
}



.slider-for{
    text-align: center;
}
.slider-for .item {
    outline: none;

}
.slider-for .item .title{
    color: white;
    font-family: EspumaPro;
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 37px;
}
.slider-for .item p {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 10px;
}
.slider-for .item a{
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 51px;
    border: 1px solid white;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 37px;
    text-decoration: none;
}

#callback{
	width:280px;
}
#callback .title{	
    color: #000;
    font-family: EspumaPro;
    font-size: 24px;
    font-weight: 400;
}
#callback input[type=text] {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
#callback input[type=submit] {
	background-color: #b2c121;
    background-image: linear-gradient(to top, rgba(0, 0, 1, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid #cbda38;
    border-radius: 3px;
    box-shadow: 0 26px 37.4px 1.6px rgba(0, 0, 0, 0.16);
    height: 51px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
	width: 100%;
	margin-top:10px;
}
#callback textarea{
    width: 100%;
    height: 100px;
    margin-top: 10px;
    box-sizing: border-box;
    padding-left: 10px;
	padding-top: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;	
}






#sended .wrapper {
  width: 200px;
}

#sended .checkmark {
  stroke: #fff;
  stroke-dashoffset: 745.74853515625;
  stroke-dasharray: 745.74853515625;
  -webkit-animation: dash 2s ease-out forwards infinite;
          animation: dash 2s ease-out forwards infinite;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

/*@media (min-width: 768px) and (max-width: 979px) {*/

@media (max-width: 1024px) {
    .container {
        width: 1024px;
    }
    header .tel{
        font-size: 26px;
    }
    #content .gallery .items .item:nth-child(2){
        display: none;
    }
    #content .gallery .items .item{
        margin: 0px 4px;
    }
    #price form input[type=text], #price form select{
        max-width: 170px;
    }
    #price form input[type=submit]{
        padding: 0px 20px;
    }
    #in_num .items .item table td img{
        max-width: 50px;
    }
    #in_num .items .item table td{
        padding: 12px 7px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .container {
        width: 750px;
    }    
    .c1{
        display: none;
    }
    .c2{
        display: block;
    }
    header .tel{
        font-size: 24px;
        margin-top: 27px;
    }
    header .ask{
        font-size: 13px;
    }
    .lang{
        margin-top: 40px;
    }
    #content .about::before{
        display: none;
    }
    #content .about{
        padding-left: 0px;
    }
    #content .gallery .items .item:nth-child(2),#content .gallery .items .item:nth-child(3),#content .gallery .items .item:nth-child(4){
        display: none;
    }   
    #content .gallery .items .item {
        margin: 0px 3px;
    } 
    #price form input[type="text"], #price form select{
        max-width: 150px;
        font-size: 13px;
    }
    #price .bg{
        height: 361px;
        background: #ca3953 url('../images/price_bg.png') repeat;
    }
    #price form input[type="submit"]{
        margin: 20px auto 0px;
        display: block;
    }
    #in_num .items .item{
        width: 30%
    }
    #in_num .items .item:last-child{
        display: none;
    }
    footer .flogo{
        display: none;
    }
    footer .fmenu{
        width: 66%;
    }
    .slider-for .item .title{
        margin-top: 10px;
    }
    .slider-for .item p{
        margin-bottom: 15px;
    }
}
@media (max-width: 481px) {
    .container{
        width: 100%;
    }
    .hlogo, .htel{
        width: 100%;
    }
    .hmenu{
        display: none;
    }
    .htel{
        text-align: center;
    }
    .lang{
        display: none;
    }
    header h1{
        font-size: 25px;
        margin-top: 30px;
    }
    header .tel{
        margin-top: 0px;
    }
    #content .about{
        padding: 0px;
    }
    #content .about:before{
        display: none;
    }
    #content h1{
        font-size: 40px;
    }
    #content .about{
        text-align: center;
    }
    #content .about p{
        padding: 0px;
    }
    #content .gallery .title{
        font-size: 40px;
        text-align: center;
    }
    #content .gallery .items .item img{
        width: 80px;
        height: 80px;
    }
    #content .gallery .items .item:nth-child(2){
        display: none;
    }
    #content .gallery .items .item:nth-child(3){
        display: none;
    }
    #content .gallery .items .item:nth-child(4){
        display: none;
    }
    #content .gallery .items .item:nth-child(5){
        display: none;
    }
    #content .gallery .items .item:nth-child(6){
        display: none;
    }
    #content .gallery .items .item:last-child span{
        margin-top: 30px;
        font-size: 14px;
    }
    #content .gallery .items .item:last-child .bg{
        background: rgba(179, 179, 179, 0.89) ;
    }
    #content .gallery .items .item{
        margin: 0px;
    }
    #content .gallery .items{
        padding: 0px;
    }
    #price .title{
        padding: 0px;
        text-align: center;
    }
    #price{
        text-align: center;
    }
    #price .bg{
        background: #ca3953 url('../images/price_bg.png') repeat;
        height: initial;
    }
    #price form input[type="text"]{
        margin-bottom: 10px;
        margin-right: 0px;
        width: 100%;
        max-width: 100%;
    }
    #price form select{
        margin-bottom: 10px;
        margin-right: 0px;
        width: 100%;
        max-width: 100%;
    }
    #price form input[type="submit"]{
        margin-right: 0px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    #in_num .title{
        font-size: 40px;
        text-align: center;
        padding: 0px;
    }
    #in_num{
        text-align: center;
    }
    #in_num p{
        padding: 0px;
    }
    #in_num .items .item{
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }
    #in_num .items .item:last-child{
        width: 100%;
    }
    #partners .title{
        font-size: 40px;
        text-align: center;
        padding: 0px;
    }
    #partners{
        text-align: center;
    }
    #partners p{
        padding: 0px;
    }
    #partners .items .item{
        margin-right: 0px;
        margin: 0px 10px;
    }
    .flogo{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .fmenu{
        width: 100%;
        text-align: center;
    }
    .ftel{
        width: 100%;
        text-align: center;
    }
    footer ul.menu li {
        display: block;
        padding-bottom: 20px;
    }
    footer ul.menu li:last-child{
        padding-bottom: 0px;
    }
    footer .tel{
        margin-top: 0px;
    }
    footer .tel a{
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    footer p{
        font-size: 13px;
        font-weight: 400;
    }
    footer .fcopy{
        text-align: center!important;
        width: 100%;
    }
    .slider-nav .item{
        width: 54px !important;
        height: 54px;
        margin: 5px;
        background-size: 50%!important
    }
    .slider-nav .item.slick-current::before {
        content: '';
        width: 64px;
        height: 64px;
        display: block;
        position: absolute;
        border: 5px solid rgba(255, 255, 255, 0.57);
        border-radius: 50%;
        left: -8px;
        top: -8px;
    }
    .slider-nav .item:hover:before {
        content: '';
        width: 64px;
        height: 64px;
        display: block;
        position: absolute;
        border: 5px solid rgba(255, 255, 255, 0.57);
        border-radius: 50%;
        left: -8px;
        top: -8px;
    }
    .slider-nav .item::after{
        display: none;
    }
    .slider-for .item .title{
        margin-top: 0px;
    }
    .slider-for .item p{
        font-size: 13px;
        margin-top: 0px;
    }
    .slider-for .item a{
        line-height: 40px;
    }
    .slider-nav .item.slide_1.slick-current{
        background: #fff url("../images/h1_h.png") 50% 50% no-repeat!important;
        background-size: 50%!important
    }
    .slider-nav .item.slide_2.slick-current{
        background: #fff url("../images/h1_h.png") 50% 50% no-repeat!important;
        background-size: 50%!important
    }
    .slider-nav .item.slide_3.slick-current{
        background: #fff url("../images/h1_h.png") 50% 50% no-repeat!important;
        background-size: 50%!important
    }
    .slider-nav .item.slide_4.slick-current{
        background: #fff url("../images/h1_h.png") 50% 50% no-repeat!important;
        background-size: 50%!important
    }    
    a.mmenu{
        display: block;
        width: 41px;
        height: 41px;
        background: url('../images/mmenu.png') no-repeat center center;
        position: absolute;
        left: -10px;
        top: 10px;
        z-index: 4;
        padding: 10px;
    }
    .hmenu{
        background: RGBA(0, 0, 0, 0.9);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 3;
    }
    header .menu li{
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
    header .menu li:last-child{
        display: none;
    }
    header .menu li a{
        font-size: 17px;
    }
    #content .content{
        margin-top: 40px;
    }
}


















































































































































































































