/*zero*/
*{
    padding: 0;
    margin: 0;
    border: 0;
}
*,*:before,*:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

body{
    font-family: 'Inter';
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
.hide{
    display: none !important;
}
/*--------------------*/
.container{
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
h1,h2,h3,h4{
    font-family: "Inter",sans-serif;
    font-weight: 700;
}
p{
    font-family: "Inter",sans-serif;
    font-weight: 400;
}
.btn{
    padding: 28px 44px;
    background: #084C61;
    font-family: "Inter",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}


/*--- header line ----*/
.header-line{
    padding: 10px 0;
    background: #BBC9F9;
}
.header-line .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-line .left{
    display: flex;
    align-items: center;
}
.header-line .left img{
    margin-right: 8px;
}
.header-line .left p{
    color: #272424;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%
}

.header-line .right a{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.header-line .right a:last-child{
    margin-bottom: 0px;
}
.header-line .right p{
    color: #272424;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%
}
.header-line .right img{
    margin-right: 8px;
}
/*--- header ---*/

.header .container{
    padding-top: 27px;
    padding-bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-burger{
    display: none;
}
.menu-item-mob{
    display: none !important;
}
.menu{
    display: flex;
}
.menu-item{
    margin-left: 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #272424;
}
.menu-item:first-child{
    margin: 0px;
}
.logo img{
    width: 100%;
    max-width: 240px;
}
.header-mail{
    padding: 20px 26px;
    background: #3F4F82;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 100px;
}
.logopc{
    display: block;
}
.logomob{
    display: none;
}
.lock{
    overflow: hidden;
}
.header-btn{
    transition: 0.3s;
    border: 1px solid #3F4F82;
    cursor: pointer;
}
.header-btn:hover{
    color: #3F4F82;
    background: #fff;
}

@media(max-width:1550px){
    .header-wrap{
        padding-left:15px;
        padding-right:15px;
    }
}
@media(max-width:1150px){
    .header-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu-item{
        margin-left: 10px;
        font-size: 12px;
    }
}
@media(max-width:900px){
    .logopc{
        display: none;
    }
    .logomob{
        display: block;
        max-width: 175px !important;
    }
    .header-burger{
        display: block;
    }
    .close{
        display: none;
    }
    .header-mail{
        display: none;
    }
    .menu-item.btn{
        color:#fff;
    }
    .menu{
        position: absolute;
        width: 100%;
        height: auto;
        padding: 60px 0px;
        flex-direction: column;
        top: 66px;
        left: 0;
        align-items: center;
        justify-content: center;
        transform: translate(-200vw, 0px);
        transition: 0.4s;
        background: #ffff;
        z-index: 2;
        height: calc(100vh - 114px);
    }
    .menu-item-mob{
        display: block !important;
    }
    .menu-active{
        transform: translate(0vw, 0px);
        z-index: 999;
    }
    .menu-item{
        margin: 0px;
        margin-bottom: 30px;
    }
    .menu-item:first-child{
        margin: 0px;
        margin-bottom: 30px;
    }
    .menu-item:last-child{
        margin-bottom: 0px;
    	margin-top: 14px;
    }
    .header-wrap{
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .menu-wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .menu-item-mob.btn-v1{
        color:#fff;
    }
    .menu-item.btn{
        padding: 20px 26px;
        border-radius: 100px;
        background: #3F4F82;
    }
    .header .container{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-line .left{
        display: none;
    }
    .header-line .right{
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-line .right a{
        margin-bottom: 0px !important;
    }
}
@media(max-width:650px){
    .header-line .container{
        flex-direction: column;
        gap: 10px;
    }
}
/*---- hero ----*/

.hero{
    background: url(./img/hero.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 120px;
    overflow: hidden;
}
.hero .textblock{
    margin-bottom: 40px;
}
.hero .textblock h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 80px;
    line-height: 110%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.hero .bottom{
    display: flex;
    align-items: center;
}
.hero .bottom .block{
    margin-left: 30px;
    padding: 15px 40px;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.hero .bottom .block p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
}
.hero .bottom .block span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    text-transform: uppercase;
}
.hero .hero-form{
    width: 100%;
    max-width: 400px;
}
.hero .hero-form .form-inputs{
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.hero .hero-form .input-area input{
    width: 100%;
    padding: 18px 20px;
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #9A9A9A;
}
.hero .hero-form .input-area input::placeholder{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #9A9A9A;
}
.hero .hero-form .form-btn{
    padding: 20px;
    width: 100%;
    border-radius: 100px;
    background: #BBC9F9;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #272424;
    text-transform: uppercase;
    transition: 0.3s;
    border: 1px solid #BBC9F9;
}
.hero .hero-form .form-btn:hover{
    color:  #fff;
    background: rgba(187, 201, 249, 0.7);
}
@media(max-width:900px){
    .hero{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .hero .textblock h1{
        font-size: 35px;
        line-height: 110%;
    }
    .hero .bottom .block{
        margin-left: 10px;
        padding: 5px 10px;
        gap: 10px;
    }
    .hero .bottom .block p{
        font-size: 14px;
    }
    .hero .bottom .block span{
        font-size: 12px;
    }
    .hero .hero-form .input-area input{
        padding: 15px 15px;
        font-size: 14px;
    }
    .hero .hero-form .form-btn{
        padding: 15px;
        font-size: 16px;
    }
    .hero .hero-form{
        width: 100%;
        max-width: 100%;
    }
}


/*--- under hero ----*/
.under-hero{
    background: #3F4F82;
}
.under-hero .container{
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.under-hero .top{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.under-hero .top img{
    width: 16px;
    height: 16px;
}
.under-hero .text .top h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #BBC9F9;
}
.under-hero .text  h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.under-hero .text {
    width: 100%;
    max-width: 277px;
}
.under-hero .date-form{
    width: 100%;
    max-width: 983px;
}
.under-hero .date-form form{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.under-hero .date-form .date-group{
    display: flex;
    gap: 12px;
    align-items: center;
}
.under-hero .date-form .date-group .field{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 371px;
}
.under-hero .date-form .date-group .field label{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}
.under-hero .date-form .date-group .field input{
    padding: 18px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.2);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    z-index: 3;
}
.under-hero .date-form .date-group .field input::placeholder{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
}
.under-hero .date-form .date-group{
    width: 100%;
}
.under-hero .date-form .submit-btn{
    padding: 20px 26px;
    width: 100%;
    max-width: 217px;
    border-radius: 100px;
    background: #BBC9F9;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #272424;
    text-transform: uppercase;
    transition: 0.3s;
    border: 1px solid #BBC9F9;
}
.under-hero .date-form .submit-btn:hover{
    color: #fff;
    background: rgba(187, 201, 249, 0.7);
}

.under-hero .date-form .date-group .field input{
    position: relative;
    cursor: pointer;
}
input[type="date"]::-webkit-calendar-picker-indicator {
     opacity: 0;   
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: 3;
     cursor: pointer;
}
.under-hero .date-form .date-group .field{
    position: relative;
}
.under-hero .date-form .date-group .field img{
    position: absolute;
    right: 20px;
    bottom: 17px;
    z-index: 2;
}
@media(max-width:1150px){
    .under-hero .container{
        flex-direction: column;
        gap: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .under-hero .top{
        justify-content: center;
    }
    .under-hero .text h3{
        text-align: center;
        font-size: 20px;
    }
    .under-hero .date-form form{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .under-hero .date-form .date-group{
        flex-direction: column;
        gap: 15px;
    }
    .under-hero .date-form .date-group .field{
        max-width: 100%;
    }
    .under-hero .date-form .date-group .field input{
        padding: 15px;
        font-size: 16px;
    }
    .under-hero .date-form button{
        max-width: 100%;
        padding: 15px;
        font-size: 16px;
    }
    .under-hero .text{
            max-width: 100%;
    }
    #resultMessage{
        display: none;
    }
}

/*--slider--*/
.slier-section{
    overflow: hidden;
    padding: 40px 0;
    background: #fff;
}
.slier-section .swiper {
  overflow: visible;
}
.slier-section .swiper-wrapper {
  overflow: visible;
}
.slier-section .slide img{
    width: 100%;
    margin-bottom: 16px;
    border-radius: 20px;
    height: 320px;
    object-fit: cover;
}
.slier-section .slide h4{
    margin-bottom: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
     color: #272424;
    text-transform: uppercase;
}
.slier-section .slide h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
     color: #272424;
}
.slier-section .title{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slier-section .title h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 100%;
    color: #272424;
    text-transform: uppercase;
}
.slier-section .arrows{
    display: flex;
    gap: 24px;
}
.slier-section .arrows .inner{
    padding: 8px 14px;
    background: #BBC9F9;
    border-radius: 100px;
    cursor: pointer;
}
.slier-section .arrows .left .inner img{
    transform: rotate(180deg);
}
.swiper-pagination{
    display: none;
}
.swiper-button-next, .swiper-button-prev{
    display: none;
}
@media(max-width:1150px){
   .slier-section{
    padding: 30px 0;
   }
   .slier-section .title{
    margin-bottom: 25px;
   }
   .slier-section .title h3{
    font-size: 20px;
   }
   .slier-section .arrows .inner{
    padding: 6px 12px;
   }
   .slier-section .slide h4{
    font-size: 18px;
   }
   .slier-section .slide h5{
    font-size: 15px;
   }
}

/*-- special form --*/

.special-form{
    padding: 40px 0;
    background: #BBC9F94D;
}
.special-form .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:20px;
}
.special-form .container .left{
    width: 100%;
    max-width: 350px;
}
.special-form .container .left h3{
    margin-bottom: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 110%;
    color: #272424;
    text-transform: uppercase;
}
.special-form .container .left h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #272424;
    text-transform: uppercase;
}
.special-form .right{
    max-width: 983px;
    width: 100%;
}
.special-form .right form{
    display: flex;
    align-items: center;
    gap: 12px;
}
.special-form .right form .form-inputs{
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
}
.special-form .right form .form-inputs .input-area{
    width: 100%;
    max-width: 350px;
}
.special-form .right form .form-inputs input{
    width: 100%;
    padding: 18px 20px;
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #9A9A9A;
    border: 1px solid #3F4F82;
}
.special-form .right form .form-inputs input::placeholder{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #9A9A9A;
}
.special-form .right form .form-btn{
    transition: 0.3s;
    border: 1px solid #3F4F82;
    cursor: pointer;
    padding: 20px 26px;
    background: #3F4F82;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 100px;
    width: 100%;
    max-width: 261px;
}
.special-form .right form .form-btn:hover{
    color: #3F4F82;
    background: #fff;
}

@media(max-width:1150px){
    .special-form {
        padding: 0;
    }
    .special-form .container{
        flex-direction: column;
        gap: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .special-form .left{
        justify-content: center;
        max-width: 100% !important;
    }
    .special-form .left h3{
        text-align: center;
        font-size: 20px !important;
    }
    .special-form .container .left h5{
        text-align: center;
        font-size: 15px;
    }
    .special-form .right form .form-btn{
        max-width: 100%;
        padding: 15px;
        font-size: 16px;
    }
    .special-form .right form{
        flex-direction: column;
    }
    .special-form .right form .form-inputs{
        flex-direction: column;
    }
    .special-form .right form .form-inputs .input-area{
        max-width: 100%;
    }
    .special-form .right form .form-inputs input{
        padding: 15px;
        font-size: 14px;
    }
}

/*--- image left block ----*/
.image-left-block{
    padding: 40px 0;
}
.image-left-block .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.image-left-block .left{
    width: 100%;
    max-width: 760px;
}
.image-left-block .left img{
    width: 100%;
    max-width: 760px;
    object-fit: cover;
}
.image-left-block .right{
    width: 100%;
    max-width: 590px;
    background: #BBC9F933;
    border-radius: 20px;
    height: 100%;
    padding: 85px 50px;
}
.image-left-block .right h3{
    padding-bottom: 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 120%;
    color: #272424;
    text-transform: uppercase;
}

.image-left-block .right .list {
  display: flex;
  flex-wrap: wrap;       
  gap: 20px 20px;        
  padding: 0;
  margin: 0;
}
.image-left-block .right .item {
  display: flex;
  align-items: center;
  padding: 8px 18px;
  background: #BBC9F980;
  border-radius: 100px;
  gap: 12px;
}
.image-left-block .right .item h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #272424;
}
@media(max-width:1150px){
    .image-left-block{
        padding: 30px 0;
    }
    .image-left-block .container{
        flex-direction: column;
        gap: 20px;
    }
    .image-left-block .left{
        max-width: 100%;
    }
    .image-left-block .left img{
        max-width: 100%;
    }
    .image-left-block .right{
        max-width: 100%;
        padding: 25px;
    }
    .image-left-block .right h3{
        padding-bottom: 20px;
        font-size: 20px;
    }
    .image-left-block .right .item{
        width: 100%;
    }
    .image-left-block .right .item h5{
        font-size: 16px;
    }
    .br-hide{
        display: none;
    }
}


/*--- image right block ----*/
.image-right-block{
    padding: 40px 0;
}
.image-right-block .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.image-right-block .right{
    width: 100%;
    max-width: 760px;
}
.image-lright-block .right img{
    width: 100%;
    max-width: 760px;
    object-fit: cover;
}
.image-right-block .left{
    width: 100%;
    max-width: 590px;
    background: #BBC9F933;
    border-radius: 20px;
    height: 100%;
    padding: 76px 30px;
}
.image-right-block .left h3{
    padding-bottom: 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 120%;
    color: #272424;
    text-transform: uppercase;
}
.image-right-block .left .list{
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.image-right-block .left .list .wrap{
    width: 100%;
    max-width: 230px;
}
.image-right-block .left .list .wrap .item{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #BBC9F980;
}
.image-right-block .left .list .wrap .item h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #272424;
}
.image-right-block .left .list .wrap .item:nth-child(4){
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #BBC9F980;
}
@media(max-width:1150px){
    .image-right-block{
        padding: 30px 0;
    }
    .image-right-block .container{
        flex-direction: column-reverse;
        gap: 20px;
    }
    .image-right-block .left{
        max-width: 100%;
        padding: 25px;
    }
    .image-right-block .left h3{
        padding-bottom: 20px;
        font-size: 20px;
    }
    .image-right-block .left .list{
        flex-direction: column;
        gap: 0px;
    }
    .image-right-block .left .list .wrap{
        max-width: 100%;
    }
    .image-right-block .left .list .wrap .item{
        margin-bottom: 13px;
        padding-bottom: 13px;
    }
    .image-right-block .left .list .wrap .item h5{
        font-size: 16px;
    }
    .image-right-block .right{
        max-width: 100%;
    }
    .image-right-block .right img{
        width: 100%;
    }
    .image-right-block .left .list .wrap .item:nth-child(4){
        margin-bottom: 13px;
        padding-bottom: 13px;
        border-bottom: 1px solid #BBC9F980;
    }
}

/*--- about ----*/
.about{
    padding: 40px 0 40px 0;
}
.about .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.about .container img{
    width: 100%;
    max-width: 760px;
    object-fit: cover;
}
.about .container .info{
    width: 100%;
    max-width: 590px;
    background: #BBC9F933;
    border-radius: 20px;
    height: 100%;
    padding: 105px 50px;
}
.about .container .info h3{
    padding-bottom: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 120%;
    color: #272424;
    text-transform: uppercase;
}
.about .container .info p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 151%;
    color: #272424;
}
@media(max-width:1350px){
    .about .container img{
        max-width: 660px;
    }
    .about .container .info{
        padding: 80px 30px;
    }
}
@media(max-width:1200px){
    .about{
        padding: 30px 0;
    }
    .about .container{
        flex-direction: column;
        gap: 20px;
    }
    .about .container img{
        max-width: 100%;
    }
    .about .container .info{
        max-width: 100%;
        padding: 25px;
    }
    .about .container .info h3{
        padding-bottom: 20px;
        font-size: 20px;
    }
    .about .container .info p{
        font-size: 15px;
    }
}

/*--- reviews ---*/
.reviews .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}
.reviews .container > h3{
    margin-bottom: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    color: #272424;
    text-align: center;
}
.reviews .container > h4{
    width: 100%;
    max-width: 700px;
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #272424;
    margin-bottom: 40px;
}
.reviews .inner{
    display: flex;
    gap: 20px;
}
.reviews .inner .item{
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #BBC9F9;
    width: 100%;
}
.reviews .inner .item .top{
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reviews .inner .item .name{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #272424;
    text-transform: uppercase;
}
.reviews .inner .item .date{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #272424;
}
.reviews .inner .item img{
    margin-bottom: 16px;
}
.reviews .inner .item p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #272424;
}
@media(max-width:1150px){
    .reviews .container{
        padding-top: 30px;
    }
    .reviews .container > h3{
        font-size: 20px;
    }
    .reviews .container > h4{
        margin-bottom: 20px;
        max-width: 100%;
    }
    .reviews .inner{
        flex-direction: column;
    }
}


.footer-form{
    padding: 80px 0;
}
.footer-form .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-form h3{
    max-width: 530px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 110%;
    color: #272424;
    text-transform: uppercase;
}
.footer-form form{
    width: 100%;
    max-width: 788px;
}
.footer-form form .top{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.footer-form form .top .input-area{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 388px;
}
.footer-form form .top .input-area label{
    margin-bottom: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #272424;
}
.footer-form form .top .input-area input{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #272424;
    padding: 20px 16px;
    border: 1px solid #BBC9F9;
    border-radius: 100px;
}
.footer-form form .top .input-area input::placeholder, .textarea-block textarea::placeholder{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #272424;
}

.footer-form form .textarea-block label{
    margin-bottom: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #272424;
}
.footer-form form .textarea-block textarea{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #272424;
    padding: 20px 16px;
    border: 1px solid #BBC9F9;
    border-radius: 30px;
    height: 200px;
    resize: none;
}
.footer-form form .textarea-block {
    display: flex;
    flex-direction: column;
}
.footer-form .form-inputs{
    margin-bottom: 20px;
}
.footer-form .form-btn{
    padding: 20px 26px;
    width: 100%;
    border-radius: 100px;
    background: #BBC9F9;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #272424;
    text-transform: uppercase;
    transition: 0.3s;
    border: 1px solid #BBC9F9;
}
.footer-form .form-btn:hover{
    color: #fff;
    background: rgba(187, 201, 249, 0.7);
}
@media(max-width:1150px){
    .footer-form{
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .footer-form h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .footer-form form .top{
        flex-direction: column;
        margin-bottom: 10px;
    }
    .footer-form form .top .input-area{
        max-width: 100%;
    }
    .footer-form form .top .input-area input{
        padding: 15px 15px;
        font-size: 14px;
    }
    .footer-form .form-btn{
        padding: 15px;
        font-size: 16px;
    }
    .footer-form form .textarea-block textarea{
        height: 150px;
    }
}



.footer{
    padding: 40px 0;
    background: #BBC9F94D;
}
.footer .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .text{
    display: flex;
    align-items: center;
    gap: 40px;
}
.footer .left, .footer .right a{
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer .left p, .footer .right p{
    color: #272424;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}
@media(max-width:1150px){
    .footer{
        padding: 30px 0;
    }
    .footer .container{
        flex-direction: column;
        gap: 20px;
    }
    .footer .text{
        flex-direction: column;
        gap: 10px;
    }
    .footer .left p, .footer .right p{
        font-size: 12px;
    }

}

.popup{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.popup.active{
    display: block;
}
.popup .container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.popup .inner{
    width: 100%;
    max-width: 860px;
    padding: 104px 40px 60px;
    background: #FFFFFF;
    border-radius: 15px;
    position: relative;
}
.popup .inner h3{
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 110%;
    color: #272424;
    text-transform: uppercase;
}
.popup .inner .close-popup{
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

.popup form{
    width: 100%;
    max-width: 788px;
}
.popup form .form-inputs{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.popup form .form-inputs .input-area{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 388px;
}
.popup form .form-inputs .input-area label{
    margin-bottom: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #272424;
}
.popup form .form-inputs .input-area input{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #272424;
    padding: 20px 16px;
    border: 1px solid #BBC9F9;
    border-radius: 100px;
}
.popup form .form-inputs .input-area input::placeholder{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    color: #272424;
}

.popup .form-inputs{
    margin-bottom: 20px;
}
.popup .form-btn{
    padding: 20px 26px;
    width: 100%;
    border-radius: 100px;
    background: #BBC9F9;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #272424;
    text-transform: uppercase;
    transition: 0.3s;
    border: 1px solid #BBC9F9;
}
.popup .form-btn:hover{
    color: #fff;
    background: rgba(187, 201, 249, 0.7);
}
@media(max-width:1150px){
    .popup .inner{
        padding: 60px 20px 40px;
    }
    .popup .inner h3{
        margin-bottom: 20px;
        font-size: 18px;
    }   
    .popup form{
        max-width: 100%;
    }
    .popup form .form-inputs{
        display: flex;
        flex-direction: column;
    }
    .popup .inner .close-popup{
        top: 15px;
        right: 15px;
    }
   .popup form .form-inputs .input-area input{
        padding: 15px 15px;
        font-size: 14px;
    }
    .popup .form-btn{
        padding: 15px;
        font-size: 16px;
    }

}

.element-animation {
    opacity: 0;
    transform: translateY(50px);
}

.element-animation.element-show {
    opacity: 1;
    transition: all 0.5s;
    transform: translateY(0%);
}
.menu-item:hover{
    text-decoration: underline;
    text-underline-offset: 8px;
}
body.active{
    overflow: hidden;
}




/*------------------ROOM PAGE ------------------*/
.top-plash{
    background: #3F4F82;
    padding: 40px 0;
    margin-bottom: 40px;
}
.top-plash .booking-form{
    display: flex;
    align-items: flex-end;
    gap: 40px;
}
.top-plash .date-group{
    display: flex;
    gap: 40px;
    align-items: center;
    width: 100%;
}
.top-plash .date-group .field{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 278px;
}
.top-plash .date-group .field label{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}
.top-plash .date-group .field input{
    padding: 18px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.2);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    z-index: 3;
}
.top-plash .date-group .field input::placeholder{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
}

.top-plash.date-group .field input{
    position: relative;
    cursor: pointer;
}
.top-plash input[type="date"]::-webkit-calendar-picker-indicator {
     opacity: 0;   
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: 3;
     cursor: pointer;
}
.top-plash .date-group .field{
    position: relative;
}
.top-plash .date-group .field img{
    position: absolute;
    right: 20px;
    bottom: 17px;
    z-index: 2;
}
.top-plash .date-group .first-section{
    width: 100%;
    max-width: 568px;
    display: flex;
    gap: 12px;
}

.top-plash .guests-selectors {
    width: 100%;
    max-width: 568px;
    display: flex;
    gap: 12px;
}
.top-plash .guests-selectors .field-group{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 278px;
}
.top-plash .guests-selectors .field-group label{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}
.top-plash .guests-selectors .field-group  select{
    padding: 18px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.2);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    z-index: 3;
}
.top-plash .submit-btn{
    color: #272424 !important;
    font-size: 16px !important;
    background: #BBC9F9 !important;
    padding: 22px 26px !important;
}
@media(max-width:900px){
    .top-plash .submit-btn{
        display:  block !important;
        width: 100%;
        padding: 15px !important;
    }
    .top-plash{
        padding: 20px 0;
    }
    .top-plash .booking-form{
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .top-plash .date-group{
        flex-direction: column;
        gap: 10px;
    }
    .top-plash .date-group .first-section{
        max-width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .top-plash .date-group .field{
        max-width: 100%;
    }
    .top-plash .guests-selectors{
        max-width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .top-plash .guests-selectors .field-group{
        max-width: 100%;
    }
    .top-plash .date-group .field input, .top-plash .guests-selectors .field-group select{
        padding: 15px 15px;
        font-size: 14px;
    }
    .top-plash .guests-selectors .field-group label, .top-plash .date-group .field label{
        font-size: 15px;
    }

}



.cart{
    margin-bottom: 40px;
}
.main-block .container{
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.main-block .container .left-side{
    width: 100%;
    max-width: 660px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.main-block .container .left-side .blocks{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.main-block .container .left-side .blocks .item img{
    width: 100px;
    max-width: 96px;
    border: 2px solid transparent;
    border-radius: 20px;
    height: 96px;
    object-fit: cover;
}
.main-block .container .left-side .blocks .item.active img{
    border: 2px solid #000;
}

.main-block .container .right-side h1{
    margin-bottom: 24px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 115%;
    color: #272424;
}
.main-block .container .right-side .first-info-block{
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.main-block .container .right-side .first-info-block .item{
    padding: 8px 13px;
    background: #BBC9F933;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 115%;
    color: #272424;
    border-radius: 15px;
}
.main-block .container .right-side .main-text{
   font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #272424;
    margin-bottom: 24px;
}
.main-block .container .right-side .icon-block{
    padding-bottom: 24px;
    border-bottom: 1px solid #BBC9F980;
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 24px;
}
.main-block .container .right-side .icon-block .item{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #272424;
    width: 100%;
    max-width: 197px;
}
.main-block .container .right-side .about-block{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 24px;
}
.main-block .container .right-side .about-block h4{
    margin-bottom: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #272424;
}
.main-block .container .right-side .about-block li{
    list-style: inherit;
    margin-bottom: 8px;
    margin-left: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #272424;
}
.main-block .container .right-side .recive{
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.main-block .container .right-side .recive .item{
    padding: 10px 10px 10px 24px;
    background: #BBC9F94D;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-block .container .right-side .recive  .button-revice{
    padding: 20px 26px;
    background: #BBC9F9;
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #272424;
    text-transform: uppercase;
}
.main-block .container .right-side .recive  .button-revice h5{
    font-weight: inherit;
}
.main-block .container .right-side .recive .item .left h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #272424;
}
.main-block .container .right-side .recive .item .left h5 span{
    color: #3F4F82;
}

.special-cart-form{
    padding: 20px;
    background: #BBC9F94D;
    border-radius: 20px;
}
.special-cart-form .wrap{
    margin-bottom: 12px;
}
.special-cart-form .wrap h3{
    margin-bottom: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 100%;
    color: #272424;
    text-transform: uppercase;
}
.special-cart-form .wrap h5{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #272424;
    text-transform: uppercase;
}

.special-cart-form .form-inputs{
    margin-bottom: 12px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.special-cart-form .form-inputs input{
    width: 100%;
    padding: 18px 20px;
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #9A9A9A;
}
.special-cart-form .form-btn{
    padding: 20px;
    width: 100%;
    border-radius: 100px;
    background: #3F4F82;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
    border: 1px solid #3F4F82;
}

.special-cart-form .form-btn:hover{
    color:  #3F4F82;
    background: rgba(255, 255, 255, 0.7);
}
.special-cart-form .input-area{
    width: 50%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
select option {
    color: black !important;
}
.booking-form #resultMessage{
    display: none;
}

@media(max-width:1200px){
    .main-block .container .left-side .image img{
        width: 100%;
    }
    .main-block .container .left-side{
        max-width: 400px;
    }
    .main-block .container .left-side .blocks{
        flex-wrap: wrap;
    }
    .right-side{
        width: 100%;
    }
}

@media(max-width:900px){
    .main-block .container{
        gap: 20px;
        flex-direction: column;
    }
    .main-block .container .left-side{
        max-width: 100%;
    }
    .cart{
        margin-bottom: 20px;
    }
    .roomPage .reviews .container{
        padding-top: 20px;
    }
    .main-block .container .right-side h1{
        margin-bottom: 15px;
        font-size: 25px;
    }
    .main-block .container .right-side .first-info-block{
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
    .main-block .container .right-side .main-text{
        margin-bottom: 15px;
    }
    .main-block .container .right-side .icon-block{
        margin-bottom: 24px;
        padding-bottom: 24px;
        flex-wrap: wrap;
    }
    .under-hero .date-form .submit-btn{
        display: block;
        max-width: 100%;
    }
    .special-cart-form .input-area{
        width: 100%;
    }
}
@media(max-width:600px){
    .main-block .container .left-side .blocks .item {
        width: 33%;
        max-width: 31%;
    }
    .main-block .container .left-side .blocks .item img{
        max-width: 100%;
        width: 100%;
    }
    .main-block .container .right-side .about-block{
        gap: 10px;
    }
    .main-block .container .right-side .recive .item{
        flex-direction: column;
        gap: 10px;
        border-radius: 20px;
        align-items: flex-start;
        padding: 10px;
    }
    .main-block .container .right-side .recive .button-revice{
        width: 100%;
        text-align: center;
        padding: 15px !important;
    }
    .special-cart-form .form-inputs{
        flex-direction: column;
    }
    .special-cart-form .input-area{
        max-width: 100%;
    }
    .special-cart-form .form-inputs input{
        max-width: 100%;
        padding: 15px 15px;
        font-size: 14px;
    }
    .special-cart-form .form-btn{
            padding: 15px;
    }
}
.top-plash .submit-btn, .top-plash .guests-selectors .field-group select, .main-block .container .right-side .recive .button-revice, .under-hero .date-form .submit-btn{
    cursor: pointer;
}
.top-plash .submit-btn, .main-block .container .right-side .recive .button-revice{
    transition: 0.3s;
}
.top-plash .submit-btn:hover{
    color: #fff !important;
    background: rgba(187, 201, 249, 0.7) !important;
}
.main-block .container .right-side .recive .button-revice:hover {
    color: #fff;
    background: rgba(187, 201, 249, 0.7);
}
.main-block .container .left-side .image img{
    width: 100%;
}
.main-block .container .left-side .blocks .item{
    cursor: pointer;
}








