body {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
}

header {
    background: rgba(255, 255, 255, 0.85);
    position:fixed;
    width:100%;
    height:109px;
    z-index:20;
    padding:7px 0 25px;
	max-width:100%;
}
.logo {
    margin-right:65px;
}
.topNavFlex, .topbutton, .topNavigation ul, .flexAdvant {
    display:flex;
}
.topNavFlex, .topNavigation ul, .flexAdvant {
    justify-content: space-between;
}
.topPhone {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    position: relative;
	text-decoration:none;
}
.topPhone:hover {
    color: #000000;	
}
.topPhone:before {
    content:'';
    position:absolute;
    top:7px;
    left:-25px;
    background:url('../img/icon-phone.svg') 0 0 no-repeat;
    width:18px;
    height:18px;
    background-size:cover;
}

.topNavigation {
    width:100%;
}
.flexTop {
    display:flex;
    justify-content: space-between;
}
.topNavigation ul {
    width:100%;
    max-width:100%;
    margin:0 auto;
    padding:0;
}
.topNavigation ul li {
    list-style:none;
}
.topNavigation ul li a {
    font-size: 16px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #000000;
    text-decoration:none;
    position: relative;
}
.topNavigation ul li a:before {
    content:'';
    width:100%;
    height:5px;
    background: #F9E354;
    position:absolute;
    left:0px;
    bottom:-7px;
    width:0;
    transition: .3s linear;
}
.topNavigation ul li a:hover:before {
    width: 100%;
}
.topbutton {
    margin-bottom:20px;
    justify-content: center;
}
.topbutton a {
    text-transform: uppercase;
    color: #000000;
    display: block;
    padding: 13px 20px;
    width: 100%;
    max-width: 326px;
    text-align: center;
    box-sizing: border-box;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    font-size: 13px;
    line-height: 123.19%;
    text-transform: uppercase;
    color: #000000;
    white-space: nowrap;
    text-decoration: none;
}
.topbutton a.yell  {
    background:#F9E354;
    max-width:326px;
    margin-right:2px;
    position:relative;
}
.topbutton a.black span,
.topbutton a.yell span {
    position:relative;
    z-index:2;
}
.topbutton a.yell:before {
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:100%;
    background:#000;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.topbutton a.black:before {
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:100%;
    background:#F9E354;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.topbutton a.black:hover {
    /*background:#F9E354;*/
    color: #000000;
}
.topbutton a.black {
    background:#000;
    color:#F9E354;
    max-width:165px;
    position:relative;
}
.topbutton a.yell:hover {
    background:#000;
    color:#F9E354;
}
.topbutton a.black:hover:before {
    width:100%;
}
.topbutton a.yell:hover:before {
    width:100%;
}
.topSliderWrap { 
    position:relative;
}
.textSlide {
    position:absolute;
    top:30%;
    width:40%;
    right:0px;
    z-index:5;
}
.textSlide h4 {
    padding:10px 20px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #FFFFFF;
    background:#000;
    margin-bottom:5px;
    display:inline-block;
}
.textSlide p span {
    display:inline-block;
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
    background:#F9E354;
    padding:7px 10px;
    margin-bottom:5px;
}
.topSlider .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.7);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #F9E354;
}
.sectionAdvant {
    padding:40px 0 65px;
}
.elemAdvant {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    max-width:320px;
    display:flex;
    align-items: center;
}
.elemAdvant img {
    margin-right:10px;
}

.sectionModel {
    background:#F7F5F5;
}
.sectionModel h1 {
    margin:100px 0 50px;
    padding-left:40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.3;
    text-transform: uppercase;
    position:relative;
    padding-bottom:60px;
    margin-bottom:60px;
}
.sectionModel h1:before {
    content:'';
    position:absolute;
    left:-25px;
    bottom:-30px;
    width:150px;
    height:10px;
    background: #FEE742;
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.sectionModel h1 span {
    display:block;
    font-weight: normal;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #8E8E8E;
}
.sectionModel ul {
    margin:0px;
    list-style:none;
    padding-left:80px;
}
.sectionModel ul li {
    font-size: 16px;
    line-height: 2;
    color: #000000;
    margin-bottom:10px;
    position:relative;
}
.sectionModel ul li:before {
    content:'';
    position:absolute;
    left:-15px;
    top:9px;
    width:7px;
    height:12px;
    background:url('../img/list-model-icon.svg') 0 0 no-repeat;
    background-size:cover;
}
.images {
    background: rgba(215, 212, 204, 0.5);
}
.images img {
    max-width:100%;
    display:block;
    margin:50px auto;
    position:relative;
    left:-8%;
    max-width:600px;
}
.sectionModelBrown {
    background:#675B4F;
    -webkit-box-shadow: 0px 7px 8px 0px rgba(103, 91, 79, 0.2);
    -moz-box-shadow: 0px 7px 8px 0px rgba(103, 91, 79, 0.2);
    box-shadow: 0px 7px 8px 0px rgba(103, 91, 79, 0.2);
}
.sectionModelBrown .container {
    position:relative;
}
.sectionModelBrown .container:before {
    content:'';
    position:absolute;
    width:158px;
    height:318px;
    left:-6%;
    top:-127%;
    background:url('../img/l-mask.svg') 0 0 no-repeat;
}
.descript {
    background:#483e34;
    padding: 100px 10px 20px 25px;
}
.descript p {
    font-size: 16px;
    line-height: 123.19%;
    color: #D7D4CC;
}
.row {
    /*flex-wrap:nowrap;*/
}
.sendBlock {
    width:100%;
    max-width:515px;
    background:#fff;
    padding:40px 25px 25px 40px;
    margin:40px 0 -30px 40px;
    -webkit-box-shadow: 0px 10px 8px 0px rgba(103, 91, 79, 0.2);
    -moz-box-shadow: 0px 10px 8px 0px rgba(103, 91, 79, 0.2);
    box-shadow: 0px 10px 8px 0px rgba(103, 91, 79, 0.2);
    position:relative;
    bottom:-20px;
}
.sendBlock h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 123.19%;
    color: #675B4F;
    margin-bottom:30px;
}
.sendBlock form {
    display:flex;
    justify-content: space-between;
    align-items: end;
}
.sendBlock input {
    font-size: 14px;
    line-height: 1.5;
    color: #8E8E8E;
    border:none;
    border-bottom:1px solid #C4C4C4;
    width:100%;
    max-width:215px;
    padding:15px 10px 10px 10px;
    outline:none;
}
.sendBlock button {
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
    display:block;
    width:100%;
    max-width:200px;
    padding:18px 0;
    text-align:center;
    background: #803BB2;
    border:none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border:1px solid #803BB2;
}
.sendBlock button:hover {
    cursor:pointer;
    background:#fff;
    color:#803BB2;
}
.sectionStep .flexColomn {
    background:url('../img/steps.png') 10% 65% no-repeat;
    padding:110px 0 70px;
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.stepTitle {
    margin-top:200px;
    font-weight: bold;
    font-size: 69px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
    position: absolute;
    left: 0px;
}
.wrapSteps {
    position:relative;
    top:50px;
    padding-left: 18%;
}
.elemStep {
    display:flex;
    align-items: center;
    position: relative;
    margin-bottom:75px;
    left:50px;
}

.elemStep:nth-child(5) {
    left: -40px;
   
}
.elemStep:nth-child(1),
.elemStep:nth-child(4) {
    margin-bottom: 35px;
}
.elemStep:nth-child(1) {
    left:-110px;
}
.elemStep:nth-child(4) {
    margin-bottom:75px;
}
.elemStep:nth-child(2) {
    left:25px;
}
.elemStep:nth-child(3) {
    left:90px;
}
.elemStep span {
    display:block;
    max-width:190px;
    padding-left:20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #4E4339;
}

.listAdvant {
    background:#D7D4CC;
    position:relative;
    z-index:3;
}
.liftes {
    background:url('../img/lifts.jpg') 0 0 no-repeat;
    background-size:cover;
    padding-top:85px;
    padding-bottom:150px;
}
.liftes h3 {
    font-weight: 900;
    font-size: 90px;
    line-height: 1.3;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    padding-right:20px;
}
.liftes h3 span {
    display:block;
    font-size:50px;
}
.listAdvantUl {
    margin:50px 80px;
    padding:0px;
	max-width:480px;
}
.listAdvantUl li {
    font-size: 17px;
    line-height: 1.4;
    color: #000000;
    margin-bottom:30px;
    list-style:none;
    position:relative;
}
.listAdvantUl li:before {
    content:'';
    width:11px;
    height:11px;
    display:block;
    position:absolute;
    left:-25px;
    top:5px;
    background:url('../img/list-advant-ul.png') 0 0 no-repeat;
    background-size:cover;
}
.advantText {
    position:relative;
    z-index:3;
}
.advantTextFlex {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.advantTextFlex img {
    border: 135px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-top: -100px;
    margin-bottom: 0;
    margin-left: -40px;
}
.advantTextFlex p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
    text-transform: uppercase;
    color: #675B4F;
    position:relative;
    top:-50px;
    left:-50px;
}
.liftSecure {
    background: #F9E354;
    margin-top:-100px;
    position:relative;
    z-index:1;
}
.liftSecure img {
    max-width:100%;
	height:100%;
}
.liftSecure h4 {
    padding-left:50px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    color: #000000; 
    margin-bottom:100px;
    position:relative;
	margin-top:70px;
}
.liftSecure h4:before {
    content:'';
    width:150px;
    height:10px;
    background:#fff;
    position:absolute;
    left:-30px;
    bottom:-55px;
	left:-50px;
	width:175px;
}
.liftSecure p {
    padding-left:50px;
    font-weight: 900;
    font-size: 17px;
    line-height: 1.3;
    text-transform: none;
    color: #000000;  
	margin-bottom:50px;	
}
.liftSecure .col-md-7 {
    padding-top:70px;
}
.advantInfo {
    padding-bottom:65px;
    margin-left:-20px;
}
.advantInfo h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #675B4F;
    margin-bottom:40px;
}
.flexAdvantList {
    display:flex;
}
.flexAdvantList ul {
    margin:0px;
    padding:0px;
}
.flexAdvantList ul li {
    list-style:none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #675B4F;
    margin-bottom:20px;
    position:relative;
    padding-left:25px;
}
.flexAdvantList ul li span {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #D1CEB9;
    position:absolute;
    left:0px;
    top:-5px;
}
.gostAdvant {
    padding:95px 0;
}
.flexGost {
    display:flex;
    justify-content: space-evenly;
    align-items: end;
}
.flexGostElem {
    width:100%;
    max-width:300px;
    text-align:center;
}
.flexGostElem .fImage {
    margin-bottom:15px;
    display:flex;
    min-height:60px;
    justify-content: center;
    align-items: center;
}
.flexGostElem p {
    font-weight: 900;
    font-size: 18px;
    line-height: 1.3;;
    text-align: center;
    text-transform: uppercase;
    color: #8E8E8E;
    margin:0px;
    padding:0px;
}
.flexGostElem span {
    line-height: 1.3;
    text-align: center;
    color: #8E8E8E;
    font-weight:400;
    font-size:14px;
    text-transform: uppercase;
    display:block;
}
.controlStages {
    background:#EBE9E5;
    padding:60px 0;
}
.controlStages h3 {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #675B4F;
    padding-left:80px;
    max-width:720px;
    margin-bottom:60px;
}

.flexControlStages {
    display:flex;
    justify-content: space-between;
    width:100%;
    max-width:1410px;
    margin:0px auto;
    border-bottom:1px solid #F9E354;
}
.cElem {
    display:flex;
    align-items: end;
    width:25%;
    max-width:290px;
    margin-bottom:15px;
}
.cElem i {
    font-weight: bold;
    font-size: 85px;
    line-height:0.7;
    text-transform: lowercase;
    color: #F9E354;
    font-style: normal;
    margin-right:10px;
    position:relative;
}
.cElem i:before {
    content:'';
    position:absolute;
    left:50%;
    margin-left:-5px;
    bottom:-20px;
    width:10px;
    height:10px;
    background: #F9E354;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
}
.cElem p {
    font-size: 15px;
    line-height: 1.3;
    color: #675B4F;
    margin:0px;
}
.cElem p b {
    display:block;
}
.listenAdv {
    margin:100px 0 100px 100px;
    padding:0px;
}
.listenAdv li {
    list-style:none;
    margin-bottom:35px;
    font-size: 16px;
    line-height: 1.3;
    color: #675B4F;
    position:relative;
}
.listenAdv li:before {
    content:'';
    position:absolute;
    left:-20px;
    top:-5px;
    width:14px;
    height:24px;
    background:url('../img/before-listen.svg') 0 0 no-repeat;
    background-size:cover;
}

.deviceOffers {
    background:#803BB2;

}
.deviceOffers .container .row {
    position:relative;
    padding-top:65px ;
    padding-bottom:65px ;
}
.deviceOffers .container .row:before {
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    max-width: 41.66666667%;
	max-width:563px;
    background:#662396;
    z-index:1;
    left:0px;
    top:0px;
}
.deviceOffers .container .row .col-md-12 {
    position: relative;
    z-index:3;
}


.deviceOffers h3 {
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width:650px;
    margin-bottom:150px;
    padding-left:50px;
}
.deviceOffers .container {
    position:relative;
}
.deviceOffers .container:before {
    content: '';
    position: absolute;
    width: 158px;
    height: 318px;
    left: -6%;
    top: -6.5%;
    background: url(../img/logo-mask.png) 0 0 no-repeat;
    z-index:5;
}
.deviceOffersList {}
.elemOffers {
    width:100%;
    max-width:565px;
    position:relative;
    margin-bottom:100px;
    padding-left:115px;
    left:8%;
    margin-bottom:155px;
}
.elemOffers h4 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom:35px;
    position: relative;
    z-index:3;
}
.elemOffers p {
    font-size: 18px;
    line-height: 1.2;
    color: #FFFFFF;
    position: relative;
    z-index:3;
}
.elemOffers img {
    position: absolute;
    left: -105px;
    top: -85px;
    z-index:1;
}
.elemOffers.first img, .elemOffers.last img {
    position: absolute;
    left: -75px;
    top: -80px;
}
.elemOffers.first   {
    padding-left:70px;
}
.elemOffers.last   {
    padding-left:90px;
}
.clear {
    position:relative;
    clear:both;
    width:100%;
    margin:0px;
    line-height:0;
}
.elemOffers.first  {
    float:right;
    position:relative;
    right:5%;
    left:0;
    margin-right:18%;
    margin-bottom:55px;
}
.elemOffers.last {
    margin-left:18%;
    margin-bottom:55px;
}
.col-md-12.b-20 {
    width:100%;
    height:20px;
}
.commSection {
    padding:75px 0;
    background:#F3F2EF;
}
.commBg {

    display:flex;
    justify-content: center;
    align-items: center;
    background-size:cover;
    padding: 150px 10px 140px 25px;
    
    max-width:495px;
    position:relative;
}
.commBgBefore {
    background:#000;
    border-radius:50%;
    position:absolute;
    width:100%;
    height:100%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    z-index:1;
}
.commBg h3 {
    font-weight: 300;
    font-size: 34px;
    line-height:1.4;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width:375px;
    text-align: center;
    position:relative;
    z-index:2;
}
.commBg h3 b {
    display:block;
    font-weight:bold;
}
.linkComm {
    font-size: 18px;
    line-height: 0;
    text-transform: uppercase;
    color: #000000;
    display:block;
    padding:24px 20px 21px;
    width:100%;
    max-width:471px;
    text-align:center;
    background:#F9E354;
    text-decoration: none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position:relative;
}
.linkComm span {
    position:relative;
    z-index:2;
}
.linkComm:hover {
    color: #F9E354;
    text-decoration: none;
}
.linkComm:before {
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:100%;
    background:#000;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
    z-index:1;
}
.linkComm:hover:before {
    width:100%;
}
.commPhoneBlock {
    padding:50px 0;
    padding-left:70px;
}
.commPhoneBlock h5 {
    margin-bottom:70px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #000000;
    padding-top:20px;
    max-width:550px;
}
.commPhoneBlock p {
    font-size: 13px;
    line-height: 1.1;
    color: #8E8E8E;    
    padding:0px;
    margin-bottom:50px;
    max-width:70%;
}
.commPhone {
    font-weight: 200;
    font-size: 48px;
    line-height: 55px;
    color: #000000;
    position:relative;
    margin-bottom:0px;
    padding-top:30px;
}
.commPhone a {
	color: #000000;
	text-decoration:none;
}
.commPhone:before {
    content: '';
    position: absolute;
    left: -70px;
    top: -30px;
    width: 150px;
    height: 10px;
    background: #FEE742;
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.commPhone span {
    display:block;
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
    color: #000000;
    font-weight:normal;
}
.commPhone b {
    font-weight:normal;
}

.sectionModelBrown.bottom .container:before  {
    display:none;
}

footer {
    background: #000;
}

.bgFluor {
    background: rgb(92 14 149 / 60%);
    padding-top:65px;
    padding-bottom:45px;
	position:relative;
}
.bgFluor:before {
	content:'';
	width:100%;
	max-width:355px;
	left:-25%;
	bottom:0px;
	height:100%;
	background:url('../img/bottom-logo-pattern.png') 0 0 no-repeat;
	position:absolute;
}
.listbottom {
    padding:0px;
    display:flex;
    width:100%;
    /* justify-content: end; */
    align-items: center;
    margin:40px 0px 30px 18px;
}
.listbottom li {
    list-style: none;
    margin-right:20px;
}
.linkBottomComm {
    display:block;
    padding:19px 0;
    text-align:center;
    width:100%;
    max-width:345px;
    text-decoration: none;
    background: transparent;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    margin-left:18px;
    font-size: 13px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #F9E354;
    border:1px solid #F9E354;
    position:relative;
}
.linkBottomComm span {
    position:relative;
    z-index:2;
}
.linkBottomComm:before {
    content:'';
    position:absolute;
    left:0px;
    top:0px;
    width:0px;
    height:100%;
    background:#F9E354;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
    z-index:1;
}
.linkBottomComm:hover {
    color:#000;
}
.linkBottomComm:hover:before {
    width:100%;
}
.bottomPhone {
     font-size: 39px; 
    line-height: 1;
    color: #C5BEAE;
    position: relative;
    margin:20px 0 20px 65px;
    padding-left:35px;
    max-width:330px;
    box-sizing: content-box;
}
.bottomPhone a {
	color: #C5BEAE;
	text-decoration:none;
}
.bottomPhone span {
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
    display:block;
}
.bottomAddress {
    position:relative;
    font-size: 12px;
    line-height: 1.4;
    color: #C5BEAE;
    margin:65px 0px 20px 65px;
    padding-left:35px;
    max-width:300px;
    box-sizing: content-box;
}
.bottomAddress span {
    display:block;
    padding-bottom:10px;
    font-weight:bold;
}
.bottomAddress:before {
    content:'';
    position:absolute;
    left:0px;
    top:-10px;
    background:url('../img/i-loc.svg') 0 0 no-repeat;
    width:20px;
    height:30px;
}
.bottomPhone:before {
    content:'';
    position:absolute;
    left:0px;
    top:-5px;
    background:url('../img/i-tel.svg') 0 0 no-repeat;
    width:20px;
    height:30px;
}
.copir {
    font-size: 12px;
    line-height: 1.4;
    color: #9A8A7D;
    padding-left:65px;
    padding-bottom:20px;
}

.hidden{
	opacity: 0;
}

.visible{
	opacity: 1;
}

.secctionMap {
    border-top:8px solid #F9E354;
    padding:10px 0;
}
#mapexMap {
    width:100%;
    height:350px;
}

.sectionExprice {
    padding:80px 0 50px;
}
.sectionExprice .container {
    max-width:1088px;
}
.sectionExprice h2 {
    font-weight: normal;
    font-weight:bold;
    font-size: 35px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #000000;
    margin-bottom:0px;
    padding-left:70px;
    max-width:310px;
}
.sectionExprice h2 span {
    font-weight:400;
}
.galleryWrapSection {
	display:block;
}
.galleryWrapSection .navigation {
	display: flex;
    justify-content: flex-end;
    padding: 12px 0px;
    box-sizing: border-box;
}
.galleryWrapSection .navigation a {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #675B4F;
    border-bottom:1px solid #fff;
    text-decoration:none;
    margin-right:12px;
}
.galleryWrapSection .navigation a.active {
	color: #675B4F;
    border-bottom:1px solid #675B4F;
}
.galleryWrap {
    display:block;
    max-height:500px;
    overflow:hidden;
}
.gallerySlide {
    display: flex;
    width: 100%;
    justify-content: center;
	display:none;
    max-height: 360px;
    overflow: hidden;
}
.gallerySlide.active {
	display:flex;
}

.coll-gl {
    width:23%;
    max-width:257px;
    margin-right:2%;
}
.coll-gl img {
    width:100%;
    max-width:100%;
}

.coll-gl:last-child {
    margin-right:0px;
}

.coll-gl a {
    display:block;
    position:relative;
    width:100%;
	margin-bottom:23px;
}

.coll-gl a:before {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	content:'';
	background:rgb(249 226 84 / 80%);
	opacity:0;
	transition: .6s;
}
.coll-gl a:hover:before,
.coll-gl a:hover:after {
	opacity:1;
}
.coll-gl a:after {
	position:absolute;
	width:67px;
	height:66px;
	content:'';
	left:50%;
	top:50%;
	margin-left:-33px;
	margin-top:-33px;
	background:url('../img/loop.png') 0 0 no-repeat;
	opacity:0;
	transition: .8s;
}




/* ================= Mobil Nav =============== */


.nav {
    width: 320px;
    min-width: 320px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    right: -320px;
    padding: 15px 20px;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    background: #634042;
    z-index: 2000;
}

.nav-toggle {
    position: absolute;
    /* right: 320px; */
	left:-30px;
    top: 1em;
    padding: 0.5em;
    display:none;
    background: inherit;
    color: #dadada;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1;
    z-index: 2001;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
.nav .topPhone:before {
	left:0px;
}
.nav-toggle:after {
    content: '\2630';
    text-decoration: none;
}
.nav-toggle:hover {
    color: #dadada;
}
[id='nav-toggle'] {
    position: absolute;
    display: none;
}
[id='nav-toggle']:checked ~ .nav > .nav-toggle {
    left: auto;
    right:10px;
    top: 1em;
}
[id='nav-toggle']:checked ~ .nav {
    right: 0px;
    box-shadow:-4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow:-4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow:-4px 0px 20px 0px rgba(0,0,0, 0.5);
    overflow-y: auto;
}

[id='nav-toggle']:checked ~ main > article {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    transform: translateX(-320px);
}

[id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
    content: '\2715';
}




.nav h2 {
    width: 90%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
    font-size: 1.3em;
    line-height: 1.3em;
    opacity: 0;
    transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}

.nav h2 a {
    color: #dadada;
    text-decoration: none;
    text-transform: uppercase;
}

[id='nav-toggle']:checked ~ .nav h2 {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.nav > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav > ul > li {
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}

[id='nav-toggle']:checked ~ .nav > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.nav > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s;
}

.nav > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s;
}

.nav > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s;
}

.nav > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s;
}

.nav > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s;
}

.nav > ul > li:nth-child(7) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s;
}

.nav > ul > li > a {
    display: inline-block;
    position: relative;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #fff;
    width: 100%;
    text-decoration: none;
    /* Ð¿Ð»Ð°Ð²Ð½Ñ‹Ð¹ Ð¿ÐµÑ€ÐµÑ…Ð¾Ð´ */
    -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease;
}
.nav > ul > li > a:hover,
.nav > ul > li > a:focus {
    color: white;
    padding-left: 15px;
}
.nav > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.nav > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #fff;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav > ul > li > a:hover:before {
    width: 0%;
    background: #fff;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav > ul > li > a:hover:after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.mask-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
}

[id='nav-toggle']:checked ~ .mask-content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
}
input[name=surname] {
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
	width:0px !important;
	max-width:0px !important;
	height:0px !important;
	display:none;
}
.modal {
	background: #fff;
    height:auto;
}
.fancybox-content {
	padding:10px;
	width:100%;
	max-width:700px;
    border:none;
}
.modal-content {
    border:none;
}
.modal-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 15px;
}
.modal-header {
	padding:15px 20px;
}
.modal-dialog {
    max-width: 100%;
    margin: 0;
}
.forms {
    padding:35px 30px 35px 65px;
    width:100%;
    max-width:65%;
}
.forms.full {
	max-width:100%;
	padding: 20px;
}
.forms p {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #000000;
    margin:0;
    max-width:600px;
}
.forms h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    color: #000000;
    padding:15px 25px 15px 135px;
    background:#F7B917;
    position:relative;
    left:-135px;
    margin:30px 0;
    max-width:380px;
}
.forms form {max-width:600px;}
.forms form input,
.forms form textarea {
    font-size: 14px;
    line-height: 1.5;
    color: #5B5B5B;
    padding:5px 3px;
    margin-bottom:30px;
    width:100%;
    background:transparent;
    border:0px;
    border-bottom:1px solid #803BB2;
	outline:none;
	resize:none;
}
input.error {
	background: rgb(242 116 116 / 20%) !important;
	color:red;
}
input.error::-webkit-input-placeholder { color:red; }
input.error:-ms-input-placeholder { color:red; }
input.error::-ms-input-placeholder { color:red; }
input.error::placeholder { color:red; } 

.forms form label {
    display:block;
    width:100%;
}
.inputFlex {
    display:flex;
    justify-content: space-between;
}
.inputFlex input {
    max-width:48%;
}
#agree, #agrees, #agrees2 {
    display:none;
}
.formPolitic {
    position:relative;
    padding-left:30px;
    margin-bottom:30px;
    font-size: 12px;
    line-height: 1.2;
    color: #000000;
    box-sizing: border-box;
}
.formPolitic:before {
    content:'';
    position:absolute;
    left:0px;
    top:-2px;
    width:15px;
    height:15px;
    border: 1px solid #803BB2;
    box-sizing: border-box;
}
.formPolitic:after {
    content:'';
    position:absolute;
    left:2px;
    top:0px;
    border: 1px solid #803BB2;
    box-sizing: border-box;
    width:11px;
    height:11px;
}
#agree:checked ~ .formPolitic:after,
#agrees:checked ~ .formPolitic:after,
#agrees2:checked ~ .formPolitic:after {
    background:#803BB2;
}
.forms form button {
    background:#803BB2;
    border:1px solid #803BB2;
    padding:12px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align:center;
    color: #FFFFFF;
    width:100%;
    display:block;
    transition:.8s;
    -webkit-transition:.8s;
    -moz-transition:.8s;
    -ms-transition:.8s;
    -o-transition:.8s;
}
.forms form button:hover {
    cursor:pointer;
    background:#999;
}
.forms form button:disabled:hover,
.forms form button:disabled {
	cursor:default;
    background:#999;
}

.sectionErrors {
    position:relative;
    margin-bottom:85px;
}
.sectionErrors:before {
    background:url('../img/before-error-bg.png') 0 0 no-repeat;
    content:'';
    position:absolute;
    width: 650px;
    height: 650px;
    left: 2%;
    top: -30%;
	top:-150px;
}
.sectionErrors h2 {
    font-weight: bold;
    font-size: 45px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #000000;
    display:flex;
    align-items: center;
    max-width:650px;
    position:relative;
    left:-8%;
}
.sectionErrors h2 span {
    font-weight: bold;
    font-size: 300px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #008FCF;
}
.sectionErrors h2:before {
    width: 100%;
    height: 7px;
    content: '';
    position: absolute;
    top: 30px;
    left: -82%;
    background: #008FCF;
}

.errorListTitle, .tab-title {

}
.errorWrap {
    position:relative;
    z-index:2;
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ymaps-layers-pane,
.ymaps-2-1-29-ground-pane,
[class*="ymaps-2-1"][class*="-ground-pane"] {
    -webkit-filter: grayscale(100%);
}
.owl-theme .owl-dots .owl-dot span {
	background:#efefef;
}
.gallerySlideMobil, .gallerySlideMobil img {
	max-height:400px;
}
.galleryWrapMob {
	display:none;
}
.sertInner {
	display:flex;
	align-items:center;
	width:100%;
	max-width:700px;
	margin:0px auto;
}
.sertInner a {
	margin-right:100px;
	transition:.5s;
	display:block;
	width:100%;
	max-width:300px;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
	border:1px solid transparent;
	position:relative;
}
.sertInner a:hover {
	border:1px solid rgb(249 226 84 / 80%);
}
.sertInner a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(249 226 84 / 80%);
    opacity: 0;
    transition: .6s;
}
.sertInner a:hover:before, .sertInner a:hover:after {
    opacity: 1;
}
.sertInner a:after {
    position: absolute;
    width: 67px;
    height: 66px;
    content: '';
    left: 50%;
    top: 50%;
    margin-left: -33px;
    margin-top: -33px;
    background: url(../img/loop.png) 0 0 no-repeat;
    opacity: 0;
    transition: .8s;
}
.sertInner img {
	width:100%;
	max-width:300px;
	display:block;
}
.sertInner span {
	font-size:14px;
	display:block;
	font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #000000;
    padding-top: 20px;
	position:relative;
	top:-30px;
}
.sertInner span:before {
    content: '';
    position: absolute;
    left: -70px;
    bottom: -30px;
    width: 150px;
    height: 10px;
    background: #FEE742;
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.sectionSert {
	margin-bottom:40px;
}

@media (max-width: 480px) {
	.bottomPhone, .topPhone {
		font-size:26px;
	}
	.bottomPhone a {
		font-size:26px;
	}
}