@font-face {
  font-family: Haval;
  src: url("../fonts/HAVAL-LIGHT.TTF");
  font-weight: 400;
}
@font-face {
  font-family: Haval;
  src: url("../fonts/HAVAL-REGULAR.TTF");
  font-weight: 400;
}
@font-face {
  font-family: Haval;
  src: url("../fonts/HAVAL-MEDIUM.TTF");
  font-weight: 500;
}

*, ul, ol, p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Haval;
}
.fixed {
    position: fixed;
    top: 0;
	background-color: #fff;
	z-index: 999;
	width: 100%;

}
.btn {
    height: 50px;
    padding: 0 29px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    border-radius: 0;

}
.btn.color-1 {
    color: #fff;
    background: #4DCDCD;
    border: 1px solid #4DCDCD;
}

.btn.color-1:hover {
    background: #000;
    border: 1px solid #000;
}

.btn.color-2 {
    color: #000;
    background: #fff;
    border: 1px solid #fff;
}
.btn.color-2:hover {
    color: #000;
    background: #4DCDCD;
    border: 1px solid #4DCDCD;
}

.btn.color-3 {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
.btn.color-3:hover {
    color: #000;
    background: #4DCDCD;
    border: 1px solid #4DCDCD;
}

input[type="text"],
input[type="tel"] {
    height: 50px;
    padding: 0 29px;
    color: #C0C0C0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
    border: 0;
	width:100%
}

input.error {
    color: red;
}
.container {
  max-width: 1230px;
  padding: 0 20px;
}

body.no-scroll {
    overflow: hidden;
    height: 100%;
}

form {
    position: relative;
}

form .msg {
  position: absolute;
  font-size: 12px;
  bottom: -20px;
  left: 0;
  color: #51bf39;
}

header .top {
    height: 40px;
    background: #F8F8F8;
}


header .top .container,
header .top .container .nav {
    height: 100%;
}


header .top .nav {
    display: inline-flex;
    align-items: center;
    gap: 36px;
}
header .top .nav li a {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
}


header .bottom {
    height: 80px;
    display: flex;
    align-items: center;
}

header .bottom .bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


header .bottom .bottom__company {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0 0 0 17px;
}

header .bottom .bottom__slogan {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0 auto 0 43px;
}
header .bottom .bottom__info {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

header .bottom .bottom__address a {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    margin: 0 47px 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
header .bottom .bottom__phone a {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.bottom__burger {
    display: none;
    min-width: 17px;
    height: 16px;
    border: 0;
    background: none;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 0 10px;
}
@media(max-width: 768px){
    .bottom__burger {
        display: flex !important;
        
    }
}
.bottom__burger span {
    height: 2px;
    width: 17px;
    background: #000;
}

.bottom__burger.active span:nth-child(1) {
    position: relative;
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bottom__burger.active span:nth-child(2) {
    display: none;
}
.bottom__burger.active span:nth-child(3) {
    position: relative;
    top: -8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mob-menu {
    display: none;
    position: fixed;
    width: 100%;
    background: #fff;
    height: 336px;
    top: 80px;
    z-index: 10;
    padding: 20px 15px;
    flex-direction: column;
}


.mob-menu__description {
    margin-bottom: 15px;
}
.mob-menu a {
    font-size: 12px;
    color: #000;
    padding: 9px 0;
    text-decoration: none;
}

.mob-menu a:nth-child(2),
.mob-menu a:nth-child(3) {
    border-bottom: 1px solid #ABABAB;
}
.mob-menu a:nth-child(5) {
    padding-bottom: 0px;
}
.mob-menu a:nth-child(6) {
    margin-bottom: 10px;
}
.wrapper.active {
   position: fixed;
    top: 416px;
    width: 100%;
    height: 100%;
    background: #000000b5;
    z-index: 23;
}


@media(max-width: 768px){
    .mob-menu.active {
        display: flex;
		z-index: 999;
    }
}

.banner {
    height: 550px;
    position: relative;
}
.banner .container {
    position: relative;
}
.banner .swiper-slide {
    height: 550px;
    position: relative;
    margin-bottom: 124px;
    background-position-x: 70%;
    display: flex;
}

.banner .swiper-slide {
    order: 5;
}

.banner .swiper-slide.order {
    order: 1;
}

.banner .h1 {
    margin: 0;
    padding-top: 40px;
    color: #212529;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.banner .banner__sub-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 37px;
}
.timer {
    position: absolute;
    max-width: 1230px;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    color: #fff;
    padding: 0 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 124px;
    z-index: 10;
}
.banner .swiper-slide .sale {
    margin-top: 55px;
}
.banner .swiper-slide .sale .value {
    font-size: 32px;
    position: relative;
    width: 125px;
    margin-left: 20px;
    color: #fff;
    background: #4DCDCD;
    height: 52px;
    text-align: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .swiper-slide .sale .value:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 10px;
    height: 100%;
    border-left: 20px solid #fff0;
    border-bottom: 52px solid #4DCDCD;
}
.banner .swiper-slide .sale .value:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    background: #0000;
    width: 10px;
    height: 100%;
    border-right: 20px solid #c12e2e00;
    border-top: 52px solid #4DCDCD;
}
.banner .swiper-slide .sale .text {
    font-size: 18px;
    position: relative;
    width: 220px;
    margin-left: 40px;
    color: #fff;
    background: #000;
    height: 52px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .swiper-slide .sale .text:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 10px;
  height: 100%;
  border-left: 20px solid #fff0;
  border-bottom: 52px solid #000;
}
.banner .swiper-slide .sale .text:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  background: #0000;
  width: 10px;
  height: 100%;
  border-right: 20px solid #c12e2e00;
  border-top: 52px solid #000;
}


.banner .slide-3 .sale {
    position: absolute;
    right: 200px;
    top: 50px;
}

@media(max-width:1060px) {
    .banner .slide-3 .sale {
        right: 50px;
        top: 100px;
    }
    .banner .slide-3 .h1 br {
        display: none;
    }
}

.banner .slide-3 .sale .value {
    width: 155px;
    font-size:18px;
    background: #000;
}
.banner .slide-3 .sale .value:after {
    border-bottom: 52px solid #000;
}
.banner .slide-3 .sale .value:before {
    border-top: 52px solid #000;
}

.banner .slide-3 .sale .text {
    background: #4dcdcd; 
}

.banner .slide-3 .sale .text:after {
    border-bottom: 52px solid #4dcdcd;
}
.banner .slide-3 .sale .text:before {
    border-top: 52px solid #4dcdcd;
}


.banner .slide-4 .sale {
    position: absolute;
    right: 120px;
    top: 43px;
}



.banner .slide-4 .sale .value-1,
.banner .slide-4 .sale .value-3 {
    font-size: 32px;
    font-weight: 500;
    position: relative;
    width: 220px;
    margin-left: 40px;
    color: #fff;
    background: #4dcdcd;
    height: 52px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.banner .slide-4 .sale .value-1 {
    width: 340px;
    margin: 0 0 23px auto;
}
.banner .slide-4 .sale .value-3 {
    width: 385px;
}

.banner .slide-4 .sale .value-1:after,
.banner .slide-4 .sale .value-3:after{
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 10px;
    height: 100%;
    border-left: 20px solid #fff0;
    border-bottom: 52px solid #4dcdcd;
}


.banner .slide-4 .sale .value-1:before,
.banner .slide-4 .sale .value-3:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    background: #0000;
    width: 10px;
    height: 100%;
    border-right: 20px solid #c12e2e00;
    border-top: 52px solid #4dcdcd;
}


.banner .slide-4 .sale .value-2 {
    width: 100px;
    background: #000;
    font-size: 18px;
    position: absolute;
    margin-left: 20px;
    color: #fff;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 81px;
    top: 45px;
    z-index: 10;
    text-transform: uppercase;
}


.banner .slide-4 .sale .value-2:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 10px;
    height: 100%;
    border-left: 20px solid #fff0;
    border-bottom: 36px solid #000;
}
.banner .slide-4 .sale .value-2:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    background: #0000;
    width: 10px;
    height: 100%;
    border-right: 20px solid #c12e2e00;
    border-top: 36px solid #000;
}



@media(max-width: 1190px) {
    .banner .slide-4 .sale {
        top: 85px;
    }
}


@media(max-width: 1020px) {
    .banner .slide-4 .h1 {
        font-size: 26px;
    }
    .banner .slide-4 .banner__sub-title {
        font-size: 18px;
    }
    .banner .slide-4 .sale {
        right: 75px;
    }
    .banner .slide-4 .sale .value-1, 
    .banner .slide-4 .sale .value-3 {
        font-size: 18px;
    }
    .banner .slide-4 .sale .value-1 {
        width: 210px;
    }
    .banner .slide-4 .sale .value-3 {
        width: 265px;
    }
    .banner .slide-4 .sale {
        top: 85px;
    }
    .banner .slide-4 .sale .value-2 {
        font-size: 12px;
        right: 42px;
    }
    
}

@media(max-width: 768px) {
    .banner .slide-4 .h1 {
        font-size: 18px;
    }
    .banner .slide-4 .sale {
        position: relative;
        top: 0;
        margin-top: 10px;
        display: flex;
        right: 0;
        justify-content: center;
        gap: 30px;
    }
    .banner .slide-4 .sale .value-1 {
        width: 150px;
        margin: 0;
    }
    .banner .slide-4 .sale .value-2 {
        font-size: 12px;
        right: 25px;
        left: 0;
        margin: -5px auto 0 auto;
    }
    .banner .slide-4 .sale .value-3 {
        margin: 0;
        width: 175px;
    }
    .banner .slide-4 .sale .value-1,
    .banner .slide-4 .sale .value-3 {
        font-size: 14px;
    }
}


.banner .slide-5 .sale {
    position: absolute;
    right: 30%;
    top: 130px;
}
.banner .slide-5 .sale .value {
    width: 180px;
    font-size: 18px;
    background: #000;
    text-transform: uppercase;
}
.banner .slide-5 .sale .value::before {
  border-top: 52px solid #000;
}
.banner .slide-5 .sale .value:after {
  border-bottom: 52px solid #000;
}
.banner .slide-5 .sale .text {
    background: #4DCDCD;
    font-size: 32px;
    width: 260px;
}
.banner .slide-5 .sale .text::after {
  border-bottom: 52px solid #4DCDCD;
}
.banner .slide-5 .sale .text::before {
  border-top: 52px solid #4DCDCD;
}

@media(max-width:768px) {
    .banner .slide-5 .sale {
        position: unset;
        display: flex;
        margin-top: 15px;
        justify-content: center;
    }
    .banner .slide-5 .sale .text {
        margin-left: 20px;
        font-size: 18px;
        width: 160px;
    }
}




.banner .slide-6 .sale .value {
    width: 180px;
    font-size: 18px;
    background: #000;
    text-transform: uppercase;
}
.banner .slide-6 .sale .value::before {
  border-top: 52px solid #000;
}
.banner .slide-6 .sale .value:after {
  border-bottom: 52px solid #000;
}
.banner .slide-6 .sale .text {
    background: #4DCDCD;
    font-size: 32px;
    width: 260px;
}
.banner .slide-6 .sale .text::after {
  border-bottom: 52px solid #4DCDCD;
}
.banner .slide-6 .sale .text::before {
  border-top: 52px solid #4DCDCD;
}

@media(max-width:768px) {
    .banner .slide-6 .sale {
        position: unset;
        display: flex;
        margin-top: 15px;
        justify-content: center;
    }
    .banner .slide-6 .sale .text {
        margin-left: 20px;
        font-size: 18px;
        width: 160px;
    }
}


.banner .slide-7 .sale .value {
    width: 240px;
    font-size: 32px;
    background: #000;
    text-transform: uppercase;
    
}
.banner .slide-7 .sale .value::before {
  border-top: 52px solid #000;
}
.banner .slide-7 .sale .value:after {
  border-bottom: 52px solid #000;
}
.banner .slide-7 .sale .text {
    background: #4DCDCD;
    font-size: 37px;
    width: 170px;
    margin-left: 105px;
    font-weight: 500;
}
.banner .slide-7 .sale .text::after {
  border-bottom: 52px solid #4DCDCD;
}
.banner .slide-7 .sale .text::before {
  border-top: 52px solid #4DCDCD;
}

@media(max-width:768px) {
    .banner .slide-7 .sale {
        position: unset;
        display: flex;
        margin-top: 15px;
        justify-content: center;
    }
    .banner .slide-7 .sale .text {
        margin-left: 20px;
        font-size: 18px;
        width: 160px;
    }
    .banner .slide-7 .sale .value {
        width: 135px;
        font-size: 18px;
    }
}


.timeFinish {
    display: flex;
    list-style: none;
    gap: 0 52px;
}

.timeFinish li {
    position: relative;
}

.timeFinish li:after {
    content: ":";
    position: absolute;
    right: -33px;
    top: 3px;
    bottom: 0;
    color: #4DCDCD;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.timeFinish li:last-child:after {
    display: none;
}
.timeFinish .value {
    color: #4DCDCD;
    text-align: center;
    font-size: 39px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.timeFinish .text {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.timer button:hover {
    background: #fff !important;
    color: #000;
}


.booking h2 {
    margin-bottom: 43px;
    text-align: center;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.booking__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 105px;
}

.booking__title {
    color: #000;
    text-align: center;
    font-family: Haval;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.booking__item {
    text-decoration: none;
}

.model {
    margin-bottom: 83px;
}

.model .model__inner {
    display: flex;
    flex-direction: column;
}

.model .model__item {
    order: 2;
}

.model .model__item.order {
    order: 1;
}

.model__title {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.model__title span{
    color: #4DCDCD;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.model__price {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 96.6%; /* 23.184px */
    margin-bottom: 40px;
}
.model__price .new {
    color: #4DCDCD;
}
.model__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.model__advantages {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.model__advantages > div {
    width: 50%;
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
    align-items: center;
}

.model__advantages > div:nth-child(1),
.model__advantages > div:nth-child(3) {
       width: 40%; 
}
.model__advantages > div > div {
    color: #000;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;


}
.model__button > div {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.model__button > div button {
    display: flex;
    width: 306px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #000;
    height: 52px;
    
    color: #FFF;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
    border: 1px solid #000;
    
    text-transform: uppercase;
}

.model__button > div button:hover {
    background: #4DCDCD;
    color: #fff;
    border: 1px solid #4DCDCD;
}

.model__button > div button:nth-child(2) {
    background: #FFF;
    color: #000;
}

.model__button > div button:nth-child(2):hover {
    background: #4DCDCD;
    color: #fff;
    border: 1px solid #4DCDCD;
}


.model__button > div + button {
    width: 100%;
    border: 1px solid #000;
        height: 52px;
    background: #FFF;
    color: #000;
    text-transform: uppercase;
}
.model__button > div + button:hover {
    background: #4DCDCD;
    color: #fff;
    border: 1px solid #4DCDCD;
}

.model__col:nth-child(1) {
    width: 628px;

}


.model__col:nth-child(2) {
    position: relative;
}

.model__col:nth-child(2) .modal__sale {
    position: absolute;
    left: -75px;
    top: -15px;
    background: #4DCDCD;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 36px;
    height: 52px;
    display: flex;
    align-items: center;
}

.model__col:nth-child(2) .modal__sale:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 10px;
    height: 100%;
    border-left: 20px solid #fff0;
    border-bottom: 52px solid #4DCDCD;
}
.model__col:nth-child(2) .modal__sale:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    background: #0000;
    width: 10px;
    height: 100%;
    border-right: 20px solid #c12e2e00;
    border-top: 52px solid #4DCDCD;
}
.model__col:nth-child(2) .modal__sale.state {
    font-size: 32px; 
    padding: 0;
}

.model__col:nth-child(2) .modal__sale.state span.state {
    position: relative;
    font-size: 18px;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 20px;
    background: #000;
    right: -30px;
}


.model__col:nth-child(2) .modal__sale.state span.state:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 10px;
    height: 100%;
    border-left: 20px solid #fff0;
    border-bottom: 52px solid #000;
}
.model__col:nth-child(2) .modal__sale.state span.state:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    background: #0000;
    width: 10px;
    height: 100%;
    border-right: 20px solid #c12e2e00;
    border-top: 52px solid #000;
}



.model__col:nth-child(2) svg {
    position: absolute;
    right: -115px;
    z-index: -1;
    top: 0;
}
.model__col:nth-child(2) img {
    width: 100%;
}
.equipment {
    margin-bottom: 90px;
}

.equipment h2 {
    text-align: center;
    margin-bottom: 30px;
}

.equipment .equipment__tab-top > .tab_nav {
    display: flex;
    list-style: none;
    gap: 30px;
    justify-content: center;
    margin-bottom: 30px;
    
}
  


.equipment .equipment__tab-top > .tab_nav a {
    color: #C0C0C0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.equipment .equipment__tab-top > .tab_nav a.active {
    color: #000;
}

.tab_content .tab {
    display: none;
}
  
.tab_content .tab.show {
    display: block;
}
  
  
.equipment__tab-bottom .tab_nav {
    height: 42px;
    background: #000;
    display: flex;
    gap: 60px;
    align-items: center;
    list-style: none;
    justify-content: center;
}
  
.equipment__tab-bottom .tab_nav a {
    color: #505050;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.equipment__tab-bottom .tab_nav a.active {
    color: #fff;
}
  
.equipment__tab-bottom .tab {

}

.equipment__tab-bottom .tab__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
}


.tab-bottom__text {
    margin: 0 auto 0 70px;
}
.tab-bottom__title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 96.6%;
    margin-bottom: 10px;
}
.tab-bottom__price {
    color: #4DCDCD;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 96.6%;
    text-decoration: line-through;
    margin-bottom: 20px;
}
.tab-bottom__description {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tab-bottom__button {
    display: flex;
    flex-direction: column;
    gap: 16px;
}




.exchange {
    background: url("../../../images/exchange-bg.png") no-repeat left center #F1F1F1;
    height: 434px;
    padding-top: 77px;
}

.exchange h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
    margin-bottom: 30px;
    text-transform: uppercase;
}

.exchange .exchange__inner {
    width: 50%;
    margin: 0 0 0 auto;
}

.exchange .exchange__inner form div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exchange .exchange__inner form select,
.exchange .exchange__inner form input {
    width: 49%;
    margin-bottom: 15px;
}
.exchange .exchange__inner form select {
height: 50px;
  padding: 0 29px;
  color: #C0C0C0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  border: 0;
  background: #fff;
}

.exchange .exchange__inner form button {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #000;
    height: 52px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #000;
}

.offer {
background: #000;
}
.offer .offer__inner {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.offer__title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 8px;
}
.offer__sub-title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.offer form {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contacts {
    position: relative;
    height: 550px;
}

.contacts #map {
    width:100%;
    height: 550px;
    filter: grayscale(100%);
}

.contacts .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 10;
    margin: auto;
    height: 116px;
    background: #000;
}
.contacts .contacts__inner {
    display: flex;
    height: 100%;
    padding: 0 25px;
    justify-content: space-between;
    align-items: center;
}

.contacts__title {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 6px;
}
.contacts__value,
.contacts__value a {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

footer {
    padding: 32px 0;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer .drop_title {
    cursor: pointer;
    margin-bottom: 10px;
}

footer .drop_text {
    display: none;
}
footer .drop_text p {
   margin-bottom: 5px; 
}
footer .drop.active .drop_text {
    display: block;
}
.adv {
    margin-bottom: 90px;
    margin-top: 120px;
}
.adv__inner {
    display: flex;
    gap: 20px;
}
.adv__item {
    width: 100%;
    border: 1px solid #000;
    display: flex;
    padding: 0 38px;
    gap: 26px;
    height: 130px;
    cursor: pointer;
    align-items: center;
}
.adv__icon {
    height: 130px;
    display: flex;
    position: relative;
    top: 0px;
    align-items: center;
    background: #fff;
}
.adv__item:hover {
    border: 1px solid #4DCDCD;
}


.credit {
    height: 422px;
    display: flex;
    align-items: center;
    background: url("../../../images/credit.jpg") no-repeat center;
}
.credit h2 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
    text-transform: uppercase;
    margin-bottom: 12px;
}
.credit .credit__sub-title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
.credit input {
    margin-bottom: 15px;
}
.credit button {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #000;
    height: 52px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #000;
}
.credit form {
    display: flex;
    flex-direction: column;
    max-width: 306px;
}

@media(max-width: 768px) {
    header .top,
    header .bottom .bottom__slogan,
    header .bottom .bottom__inner button {
        display: none;
    }
	section.booking {
		margin-top: 100px;
	}
    header .bottom .bottom__info {
        flex-direction: row;
        margin: 0 10px 0px auto;
        gap: 0px;
    }
    header .bottom .bottom__info span {
        display: none;
    }
    header .bottom .bottom__address a {
        margin-right: 10px;
    }
	.bottom__logo img {
		max-width: 130px;
	}
    .banner .swiper-slide {
      background-size: 175%;
      background-repeat: no-repeat;
      background-position: -200px -110px;
    }

    .banner {
        height: auto;
    }
    .banner .swiper-slide {
        margin-bottom: 25px;
    }
    
    .banner button {
        display: none;
    }
    .banner .h1 {
        font-size: 18px;
        color: #000 !important;
        padding-top: 275px;
    }
    .banner .h1 br {
           display: none;
       }
    .banner .banner__sub-title {
        color: #000 !important;
    }
    .banner .banner__sub-title {
        color: #000;
        margin-bottom: 0;
    }


    .banner .slide-2 .sale {
        position: relative;
        right: 0;
        top: 0;
        display: flex;
        margin-top: 15px;
        justify-content: center;
    }
    .banner .slide-2 .sale .value {
        font-size: 24px;
    }
    
    .banner .slide-2 .sale .text {
        font-size: 14px;
        left: -25px;
    }


    .banner .slide-3 .sale {
        right: 0;
        top: 0;
        position: relative;
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }
    .banner .slide-3 .sale .text {
        left: -20px;
    }
    .model__item {
        flex-direction: column;
    }
    .model__col:nth-child(1) {
        order: 2;
        width: 100%;
    }
    .model__col:nth-child(2) {
        width: 100%;
        order: 1;
    }
    .model__col:nth-child(2) .modal__sale {
        left: 0;
        top: -45px;
        right: 0;
        width: 300px;
        margin: 0 auto;
    }
    .model__col:nth-child(2) svg {
        width: 360px;
        right: 0;
        top: -75px;
        left: 0;
        margin: auto;
    }
    .model__advantages {
        flex-direction: column;
    }
    .model__advantages > div {
        width: 100%;
        margin-bottom: 20px;
    }
    .model__advantages > div:nth-child(1), 
    .model__advantages > div:nth-child(3) {
        width: 100%;
    }
    .model__button > div {
        flex-direction: column;
    }
    .model__button > div button {
        width: 100%;
    }
    .offer .offer__inner {
        flex-direction: column;
    }
    
    .offer .offer__inner .col {
        width: 100%;
    }
    .offer__title {
        text-align: center;
    }
    .offer__sub-title {
        text-align: center;
        margin-bottom: 30px;
    }
    .offer form {
        flex-direction: column;
        display: flex;
        width: 100%;
    }
    
    .offer form input[type="tel"],
    .offer form button {
        width: 100%;
    }
    .contacts {
        height: auto;
    }
    .contacts .container {
        position: unset;
        height: auto;
    }
    .contacts .contacts__inner {
        flex-direction: column;
        align-items: baseline;
        padding: 25px 0;
    }
    .contacts .contacts__inner div {
        margin-bottom: 10px;
    }
    .contacts .contacts__inner button {
        width: 100%;
    }
    
    
    .exchange{
        background-size: 760px;
        background-position-x: -100px;
        background-position-y: 0;
        padding-top: 400px;
        height: 900px;
    }
    .exchange .exchange__inner {
        width: 100%;
    }
    .exchange .exchange__inner form div {
        flex-direction: column;
    }
    .exchange .exchange__inner form select, .exchange .exchange__inner form input {
        width: 100%;
    }
    .timer {
        flex-direction: column;
        height: auto;
        padding: 20px 0;
    }
       .timer .timer__text br {
           display: none;
       }
       .timeFinish .value {
           font-size: 30px;
       }
       .timeFinish .text {
           font-size: 14px;
       }
       .timeFinish {
           gap: 0 30px;
       }
       .timeFinish li:after {
            right: -21px;
            top: 0px;
       }
       .timer button {
            display: block;
            margin-top: 15px;
       }
       .booking__inner {
            flex-wrap: wrap;
            justify-content: center;
       }
       .adv {
           margin-bottom: 40px;
       }
       .adv__inner {
           flex-direction: column;
       }
       .adv__item {
           gap: 20px;
           height: 70px;
       }
       .adv__title br {
            display: none;   
       }
       .adv__icon {
           width: 52px;
           height: 70px;
       }
       .credit {
            background-size: 900px;
            background-position: -120px 0;
            padding-top: 225px;
            height: auto;
            padding-bottom: 30px;
       }
       .credit h2 {
           color: #000;
       }
       .credit .credit__sub-title {
           color: #000;
       }
       .credit form {
           max-width: 100%;
       }
       .credit input {
           border: 1px solid #000;
       }
}

@media(max-width: 480px) {
    .credit {
        background-size: 900px;
        background-position: -420px 0;
        padding-top: 225px;
        height: auto;
        padding-bottom: 30px;
    }
    .adv__item {
        padding: 0px 20px;
    }
    .adv__title {
        font-size: 14px;
    }
    .model__col:nth-child(2) svg {
        width: 310px;
    }
     .model__col:nth-child(2) .modal__sale{
        width: 250px;
        font-size: 14px;
    }
    .banner .h1 {
        font-size: 18px;
        color: #000 !important;
        padding-top: 235px;
    }
    .banner .swiper-slide {
      background-size: 175%;
      background-repeat: no-repeat;
      background-position: -130px 0;
    }
    .banner .swiper-slide.slide-2 {
        background-position: -195px 0;
    }
    .banner .swiper-slide.slide-3 {
        background-position: -180px 0;
    }
    .model__col:nth-child(2) .modal__sale.state {
        font-size: 18px;
    }
    .model__col:nth-child(2) .modal__sale.state span.state {
        font-size: 16px;
        padding: 0 5px;
        white-space: nowrap;
    }
}