:root{
    --blue-light: #00B8BF;
    --blue-dark: #005577;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    position: relative;
}
.btn, button{
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

.btn:focus, button:focus{
  outline: none;
} 
.container{
    width: 80%;
    z-index: 1;
    min-width: 1220px;
    max-width: 1400px;
    margin: 0 auto;
}

a,
a:hover{
    color: inherit;
    text-decoration: none;
}

input{
    font-family: inherit;
    color: inherit;
    outline: none;
}

/* Button */
.button{
    background-color: var(--blue-light);
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid transparent;
    display: inline-block;
}
.button:hover{
    background-color: var(--blue-dark);
    color: #FFFFFF;
}

/* End Button */

/* Title */
.title{
    font-weight: 800;
    font-size: 50px;
    line-height: 61px;
}
.subtitle{
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
/* End Title */

/*testim */

.content-main-card {
    flex: 1;
    width: 100%;
    min-width: 0;
}
.comments-card__wrap-form {
    padding: 25px;
    margin-bottom: 50px;
    background: #f7f8f8;
    border-radius: 3px;
}
.comment-card {
    display: flex;
}

.comments-card-form {
    position: relative;
    z-index: 1;
}
.comments-card-form__wrap-reiting-chart-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    border-bottom: 1px solid #ccc;
}
.rating-chart-form_subtotal {
    display: flex;
    flex: 1;
    justify-content: space-around;
}

.rating-chart-form__items {
    display: block;
    position: relative;
    vertical-align: middle;
    margin: 0 auto;
    width: 97px;
    height: 97px;
}

.rating-chart-form__item {
    width: 25%;
}

.rating-chart-form__items {
    width: 25%;
}

.rating-chart-form__item-main {
    width: 172px;
}

.rating-chart-form__number {
    font-size: 30px;
    line-height: 97px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
}

.rating-chart-form_total {
    height: 162px;
    border-left: 1px solid #ccc;
}

.rating-chart-form__title {
    position: relative;
    padding-top: 10px;
    left: 0;
    right: 0;
    display: block;
    font-size: 15px;
    text-align: center;
    white-space: normal;
    color: #777;
}

.rating-chart-form__item_col-text {
    font-size: 13px;
    color: #777;
    margin: 37px 20px 0 10px;
}

.info-more-comment_rating-chart-form {
    left: 50%;
    top: -118px;
    transform: translateX(-50%);
}

.info-more-comment {
    display: none;
    position: absolute;
    padding: 14px 21px;
    width: 406px;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 30%);
    border-radius: 3px;
    z-index: 40;
    color: #333;
    font-style: normal;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.info-more-comment__title {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 3px;
}
.info-more-comment p {
    font-size: 11px;
    color: #777;
    margin: 0;
}
.rating-chart-form canvas {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
}

.comment-card__author {
    width: 160px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.comments-card-list__item:first-child .comment-card__author {
    padding-top: 0;
}

.avatar-comment-card_cottage {
    margin-bottom: 15px;
    width: 90px;
    height: 90px;
    background: #f7f8f8 url(/media/images/no-img.svg) 50% 50% no-repeat;
    background-size: 45%;
    border-radius: 50%;
}
.avatar-comment-card__photo {
    position: relative;
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 50%;
    background-clip: padding-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: #fff;
}



.comment-card__name {
    padding-bottom: 5px;
    font-size: 17px;
    font-weight: 700;
}
.date-comment-card {
    font-size: 13px;
    color: #777;
}

.comments-card-list__item:first-child .comment-card__body {
    padding-top: 0;
    border: 0;
}
.comment-card__body {
    flex: 1;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-left: 60px;
    border-top: 1px solid #d5d5d5;
}
.comment-card__title {
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 19px;
}
.comment-card__wrap-rating {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 3px;
    margin-bottom: 11px;
}

.rating-stars-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 5px;
    cursor: default;
}
.rating-stars-card__container-off, .rating-stars-card__container-on {
    display: block;
    height: 17px;
    background: url(/media/images/rating-star_card2.svg);
    background-repeat: repeat-x;
}
.rating-stars-card__container-off {
    width: 90px;
    margin-right: 9px;
    background-position: 0 0;
    overflow: hidden;
}
.rating-stars-card_5 .rating-stars-card__container-on {
    background-position: 0 -27px;
}
.rating-stars-card__number {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin-top: 2px;
}
.rating-stars-card__wrap-reiting-chart {
    display: none;
    position: absolute;
    top: -138px;
    right: 50%;
    transform: translateX(80px);
    padding: 17px 2px 6px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%), 0 -1px 10px rgb(0 0 0 / 10%);
    z-index: 50;
    color: #333;
    line-height: 1.3;
}
.rating-chart {
    min-height: 103px;
    background: #fff;
    white-space: nowrap;
}
.agency_comments .comment-card .rating-chart__item {
    width: 109px;
}

.agency_comments .comments-card .rating-chart-form__item_col-text {
    margin: 30px 13px 0 20px;
}

.rating-chart__items {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 0 10px;
}
.rating-chart__item {
    width: 88px;
    height: 47px;
}

.rating-chart__number, .rating-chart__title {
    text-align: center;
    display: block;
    position: relative;
}
.rating-chart__number {
    font-size: 17px;
    line-height: 47px;
    z-index: 1;
}
.rating-chart canvas {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
}
.rating-chart__item-main {
    width: 108px;
    height: 67px;
    font-weight: 700;
}
.comment-card__content {
    font-size: 15px;
    overflow: hidden;
}
.comment-card__content p {
    margin: 0;
}

/* Header */
.mobile{
    display: none;
}
.header{
    background: url('/assets/img/bg/headerBG.png') no-repeat center / cover;
    position: relative;
}

/* video */
.video{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.video video{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
@supports (object-fit: cover){
    .video video{
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
/* End video */
.header__wrapper{
    position: relative;
    min-height: 100vh;
    display: flex;
}
.header__navigation{
    width: 280px;
    padding: 50px 0;
    background: rgba(0, 85, 119, 0.8);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.header__logo{
    flex-grow: 1;
    flex-basis: 100%;
    height: 126px;
}

.nav{
   
    display: flex;
    flex-direction: column;
}

/*.header__social{
    flex-grow: 1;
    flex-basis: 100%;
    align-self: flex-end;
}*/

.nav__item{
    position: relative;
    display: inline-block;
    padding: 8px 8px;
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    /* identical to box height */
    letter-spacing: 0.09em;
    /*font-variant: small-caps;*/
    color: #FFFFFF;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.nav__item span {
    font-size: 20px;
    font-weight: 500;
}
.nav__item::before{
    content: '';
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.nav__item::after{
    content: '';
    background: #ffffff;
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.nav__item:hover::after,
.nav__item:hover::before{
    transform: scale(1);
    opacity: 1;
}
.bar,
.mobile-title{
    display: none;
}

.ltblue {
    color: var(--blue-light);
}

.nav__item:hover{
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 0.2em;
}
.header__social{
    padding: 0 60px;
}
.social__wrapper{
    display: flex;
    justify-content: space-between;
}

.hero{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.hero__wrapper{
    /* padding: 0 100px; */
    margin-left: 90px;
}

.hero__title{
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px black;
    margin-bottom: 50px;
}
.hero__subtitle{
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 2px black;
    margin-bottom: 20px;
}
.accept{
    width: 495px;
    display: flex;
    flex-wrap: wrap;
    text-shadow: 0px 0px 2px black;
    justify-content: space-between;
}
.hero__form{
    margin: 0 auto;
}
.accept__item{
    width: 49%;
    padding: 13px 20px 14px 20px;
    border: none;
    border-radius: 5px;
}
.email{
    background: #FFFFFF;
}

.accept__item.grey {
    background: #f3f3f3;
}

.accept__checkbox{
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.checkbox label{
    margin-left: 5px;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 17px; */
    color: #FFFFFF;
}

.checkbox label.blue {
    color: var(--blue-dark);
}

.call{
    display: flex;
}
.header__phones{
    position: absolute;
    right: 0;
    top: 50px;
}
.call__phones{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 5px;
}
.call__phones a{
    font-weight: 700;
    text-align: left;
    font-size: 16px;
    line-height: normal;
    color: #FFFFFF;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.call__phones a:hover{
    color: #dddddd;
   
}
.call__image{
    margin-right: 20px;
}
.socail__image{
    border-radius: 50%;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.socail__image:hover{
    box-shadow: 0px 0px 8px 0px #FFFFFF;
}
/* End Header */


/* About Us */
.about__wrapper{
    padding: 20px 0 60px 0;
}
.about__text{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.about__title{
    color: var(--blue-light);
    flex-grow: 1;
    margin-right: 120px;
}
.about__subtitle{
    flex-grow: 2;
    flex-basis: 680px;
}
.feature__title{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 9px;
}
.feature__subtitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.features{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.feature-wrapper{
    display: flex;
    width: 33%;
    margin-bottom: 70px;
}
.feature__text{
    flex-basis: 220px;
}
.feature-wrapper:nth-child(2),
.feature-wrapper:nth-child(5){
    justify-content: center;
}
.feature-wrapper:nth-child(3n){
    justify-content: flex-end;
}
.features__item{
    flex-basis: 330px;
}
.feature{
    display: flex;
    justify-content: space-between;
}
.feature__image-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
}
/* End About Us */

/* Popular */



.popular__title{
    color: #FFFFFF;
}
.slider__wrapper{
    padding-top: 100px;
    background: var(--blue-dark);
}
.popular__title{
    margin-bottom: 80px;
}
.carousel-container {
    position:relative;
}

.carousel-content{
    position: absolute;
    bottom: 20px;
    width: 100%;
    
}
.carousel-content__wrapper{
    padding: 0 20px;
    display: none;
    justify-content: space-between;
    color: #FFFFFF;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.swiper-slide-active .carousel-content__wrapper{
    display: flex;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.title-slider{
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.city-sliter{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.carousel-feature{
    border-radius: 5px;
    overflow: hidden;
    
}
.swiper-slide__wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}

.current-slider{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.prices:not(:first-child){
    display: none;
}

/* Slider Information */
.popular-prices__wrapper{
    min-height: 260px;
    position: relative;
}
.prices{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}
.popular__prices{
    position: absolute;
    padding: 100px 0;
}
.prices__wrapper{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.price__title{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.price__subtitle{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.price__subtitle .price__subtitle_blue{
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: var(--blue-dark);
}
/* End Popular */


/* Choice */
.choice{
    background:url('/assets/img/bg/e34e6c6fbd96b84c82d5e8996922eba4.png') no-repeat center / cover;
    background-attachment: fixed;
}
.choice_opasity{
    background-color:  rgba(0, 0, 0, 0.4) ;
}
.choice__wrapper{
    padding: 120px 0;
    display: flex;
    justify-content: space-between;
}
.choice__title{
    color: #FFFFFF;
    width: 450px;
}
.choice__subtitle{
    font-weight: 500;
    font-size: 16px;
    line-height: 187%;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.choice__text{
    margin-left: 200px;
}
.choice__button{
    padding: 16px 25px;
    border-radius: 5px;
}

/* End Choice */

/* Tours */
.tours__wrapper{
    padding: 120px 0;
}
.tours__title{
    color: var(--blue-light);
    margin-bottom: 80px;
}
.tours__content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}
.tour{
    border: 1px solid rgba(0, 85, 119, 0.3);
    border-radius: 5px;
}
.tour:hover .tour__image:before {
    opacity: .25;
}
.tours__item{
    padding: 8px;
}
.tour__top{
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.tour__image{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.tour__image:before {
    transition: .15s ease-in-out opacity;
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blue-light);

}
.tour__days{
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 20px;
    background: var(--blue-light);
    color: #FFFFFF;
    border-radius: 0px 5px;
}
.tour__title{
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: var(--blue-dark);
    margin-bottom: 10px;
}
.hotel__subtitle{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.tour__bottom{
    padding: 0 10px;
}
.tour__hotel{
    margin-bottom: 10px;
}
.tour__price{
    margin-bottom: 40px;
}
.tour__price span{
    font-size: 26px;
    line-height: 32px;
    color: var(--blue-dark);
    font-weight: 700;
}
/* End Tours */

/* Services */
.services{
    background: var(--blue-dark);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.services__wrapper{
    padding: 120px 0;
    color: #FFFFFF;
}
.services__title{
    margin-bottom: 80px;
}
.services__content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px 20px;
    grid-template-areas:
      "q w"
      "q w"
      "q w"
      "r w"
      "r t"
      "r t"
      "r t"
      "a s"
      "a s"
      "a s"
      "d s"
      "d f"
      "d f"
      "d f";
  }
.q { 
    grid-area: q; 
}
.q .front{
    background: url('/assets/img/services/1.png') no-repeat center / cover;
}
.q .back{
    background: url('/assets/img/services/1.png') no-repeat center / cover;
}
.w {
    grid-area: w; 
}
.w .front{
    background: url('/assets/img/services/2.png') no-repeat center / cover;
}
.w .back{
    background: url('/assets/img/services/2.png') no-repeat center / cover;
}
.r {
    grid-area: r; 
}
.r .front{
    background: url('/assets/img/services/3.png') no-repeat center / cover;
}
.r .back{
    background: url('/assets/img/services/3.png') no-repeat center / cover;
}
.t {
    grid-area: t; 
}
.t .front{
    background: url('/assets/img/services/4.png') no-repeat center / cover;
}
.t .back{
    background: url('/assets/img/services/4.png') no-repeat center / cover;
}
.a {
    grid-area: a; 
}
.a .front{
    background: url('/assets/img/services/5.png') no-repeat center / cover;
}
.a .back{
    background: url('/assets/img/services/5.png') no-repeat center / cover;
}
.s {
    grid-area: s; 
}
.s .front{
    background: url('/assets/img/services/6.png') no-repeat center / cover;
}
.s .back{
    background: url('/assets/img/services/6.png') no-repeat center / cover;
}
.d {
    grid-area: d; 
}
.d .front{
    background: url('/assets/img/services/7.png') no-repeat center / cover;
}
.d .back{
    background: url('/assets/img/services/7.png') no-repeat center / cover;
}
.f {
    grid-area: f; 
}
.f .front{
    background: url('/assets/img/services/8.png') no-repeat center / cover;
}
.f .back{
    background: url('/assets/img/services/8.png') no-repeat center / cover;
}
.back-background{
    height: 100%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
}

/* Flip */

.service {
    display: flex;
    align-content: stretch;
    min-height: 100%;
    flex-wrap: wrap;
    position: relative;
    border-radius: 5px;
    -webkit-transition: .3s  ease transform;
    -moz-transition: .3s  ease transform;
    -ms-transition: .3s  ease transform;
    -o-transition: .3s  ease transform;
    transition: .3s  ease transform;
    padding:0;
    border-top: 0;  
    cursor: pointer;
    -webkit-perspective: 1000;
            perspective: 1000;
}

.service:hover {
    -webkit-transform: scale(.98);
    -moz-transform: scale(.98);
    -ms-transform: scale(.98);
    -o-transform: scale(.98);
    transform: scale(.98);
}

.service .back-active {
    transform: rotateY(0deg);
    z-index: 13;
}     
.service .front-active {
    transform: rotateY(180deg);
    z-index: 11;
}
    
.back, .front {
    -webkit-transition: all 1s cubic-bezier(.5,1,.5,1);
    transition: all 1s cubic-bezier(.5,1.3,.5,1.3);
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    backface-visibility: hidden;
}
    
.back {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    transform: rotateY(-180deg);
} 
    
.front {
    z-index: 10;
    width: 100%;
}
    
.content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    text-shadow: 0px 0px 2px black;
    position: relative;
}

/* End flip */


.services__item{
    position: relative;
    /* overflow: hidden; */
    border-radius: 5px;
}
.services__item_big,
.services__item_big .back{
    height: 440px;
}
.services__item_small,
.services__item_small .back{
    height: 325px;
}
.front__title{
    position: absolute;
    font-weight: 700;
    font-size: 26px;
    line-height: 115%;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
.services__item_big .front__title{
    left: 60px;
    top: 60px;
}
.services__item_small .front__title{
    right: 60px;
    bottom: 60px;
}
.back__title{
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    line-height: 115%;
    margin-bottom: 15px;
    color: #FFFFFF;
}
.back__subtitle{
    padding: 10px 60px 0px 60px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height:187%;
    max-height: 133px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.back__subtitle.callback__toggle {
    transition: .3s ease all;
}

.back__subtitle.callback__toggle:hover {
    color: var(--blue-light);
}

.back__button{
    padding: 16px 35px;
    border-radius: 5px;
}


.back__button + * {
    margin-top: 15px;
}
/* End Services */


/* Reviews */
.reviews__wrapper{
    padding: 120px 0;
}
.reviews__title{
    font-weight: 800;
    color: #00B8BF;
    position: relative;
    margin-bottom: 100px;
}
.reviews__title img{
    position: absolute;
    margin-left: 15px;
}
/* End Reviews */


/* Teams */
.teams{
    background: var(--blue-dark);
}
.teams__wrapper{
    padding: 100px 0px 140px 0px;
    color: #FFFFFF;
}
.teams__title{
    margin-bottom: 100px;
}
.teams__content{
    display: flex;
    justify-content: center;
    padding: 0px 110px;
}
.teams__item{
    flex-basis: 266px;
}

.teams__item + .teams__item {
    margin-left: 100px;
}

.teams__image{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.teams__name{
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}
.teams__decription{
    max-width: 266px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;

}
/* End Teams */

/* Contacts */
.contacts{
    position: relative;
}
.contacts__wrapper{
    position: absolute;
    background: #ffffff;
    padding: 60px 60px 80px 80px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
    border-radius: 0px 5px 5px 0px;
    top: 50%;
    margin-top: -290px;
    z-index: 2;
}
.phones{
    display: flex;
    flex-direction: column;
}
.contacts__title{
    color: #00B8BF;
    margin-bottom: 40px;
}
.phones__item{
    color: #000;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 8px;
}
.contacts__email{
    padding: 15px 0;
    margin-bottom: 8px;
}
.email__item{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.contacts__worktime{
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;

}
.bold{
    font-weight: 600;
}
.contacts__adress{
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}
/* End Contacts */

/* Footer */
.footer{
    background: #00324B;;
    color: #FFFFFF;
}
.footer__wrapper{
    padding: 60px 0px 90px 0px;
    display: flex;

}
.footer-content__wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-nav{
    display: flex;
    flex-direction: column;
}
.additional-inf{
    display: flex;
    flex-direction: column;
}
.official-inf{
    width: 315px;
}
.footer-nav__item,
.official-inf__item,
.additional-inf__item{
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 0;
    position: relative;
}

.footer-link::after{
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 0px;
    background: #ffffff;
    left: 0;
    bottom: 0;
    opacity: 0.5;
    -webkit-transition: all 0.35s, -webkit-transform 0.35s;
    transition: all 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.footer-link:hover::after {
    width: 100%;
    opacity: 1;
}
.cards-wrapper{
    display: flex;
}
.cards-wrapper div{
    margin-right: 5px;
    background-color: #ffffff;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* End Footer */




/* Animation */
@-webkit-keyframes buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
  
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
  
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
  
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
  
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
  
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
  
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
  
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
  
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
  
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  
  @keyframes buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
  
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
  
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
  
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
  
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
  
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
  
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
  
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
  
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
  
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  
  .buzz-out {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }

  .call:hover .buzz-out, .call:focus .buzz-out, .call:active .buzz-out {
    -webkit-animation-name: buzz-out;
    animation-name: buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
/* End Animation */



/* Slider */
.popular-slider__wrapper{
    height: 360px;
}
.swiper-slide{
    width: 730px;
    height: 360px;
}
.carousel-image{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.popular-slider__content{
    position: relative;
    top: 13px;
}
.swiper-slide__wrapper{
    border-radius: 5px;
    overflow: hidden;
}
.arrow-slider{
    outline: none;
    padding: 5px 20px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: '';
    display: none;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 9%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 9%;
}
.swiper-slide-active{
    z-index: 5;
}
/* End Slider */

/* Map */
.map{
    height: 750px;
}
/* End Map */


/* Preloader */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(0, 85, 119);
    z-index: 1001;
  }
  
  .preloader__image {
    position: relative;
    width: 126px;
    height: 126px;
    top: 50%;
    left: 50%;
    margin-left: -63px;
    margin-top: -63px;
    background: url(../img/icons/logo.svg) no-repeat 50% 50%;
  }
  
/* End Preloder */

/* Hotel pages */
.hotel-img { max-height: 400px; }
.page__inner {
    display: flex;
}
.form-col {
    display: flex;
    flex-flow: column;
    flex-shrink: 0;
    width: 360px;
}

.form-col input:not([type="checkbox"]) {
    width: 100%;
}

.hotel-check {
    align-items: flex-start;
}

.form-col .checkbox label {
    line-height: 17px;
    margin-left: 10px;
    margin-bottom: 15px;
    color: #333;
}

.form-col .choice__button {
    width: 100%;
    padding: 12px;
}

.content-col {
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    margin-left: 60px;
}
.subform__inner {
    margin-top: 60px;
}
.subform__item + .subform__item {
    margin-top: 12px;
}

.subform__item-description {
    line-height: 22px;
}

.subform__item:last-child {
    margin-top: 22px;
}

h1.subform__item {
    font-size: 36px;
    line-height: 44px;
    color: var(--blue-dark);
}
h2.subform__item {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #333;
}
.hotel--images__wrapper-grid {
    display: grid;
    grid-template-columns: minmax(100px, 1fr);
    grid-template-rows: minmax(100px, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-areas:
            "hotel-main-img hotel-img-2"
            "hotel-main-img hotel-img-3"
            "hotel-main-img hotel-img-4";
}

.hotel--images__wrapper-flex {
    display: flex;
}

.hotel-main__image {
    grid-area: hotel-main-img;
    position: relative;
}

.hotel-main__image-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: 2;
    padding: 11px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: var(--blue-light);
    border-radius: 5px 0 5px 0;
}

.hotel-img-2 { grid-area: hotel-img-2; }
.hotel-img-3 { grid-area: hotel-img-3; }
.hotel-img-4 { grid-area: hotel-img-4; }

.hotel-sub__image img {
    width: 233px;
    height: 100%;
    object-fit: cover;
}

.hotel-main__image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hotel-showcase-img img{
    border-radius: 5px;
    transition: .15s ease-in-out;

}

.hotel-showcase-img:hover img{
    filter: contrast(1.2);
}

.hotel--images__wrapper-flex .hotel-main__image img {
    width: 100%;
}
.content-description__block {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.content-description__block + .hotel--images__wrapper-grid {
    margin-top: 20px;
}

.content-description__block .hotel-col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.content-description__block ul {
    list-style-type: "–";
}

.content-description__block ul li {
    padding-left: 10px;
}

.content-description__block p {
    font-size: 24px;
}

.content-description__block p {
    margin-top: 40px;
}

.content-description__block ul li {
    margin-top: 10px;
}

.content-description__block ul li:first-child {
    margin-top: 22px;
}

@media screen and (max-width: 1280px) {
    .page__inner {
        flex-wrap: wrap;
    }
    .form-col {
        width: 100%;
    }
    .content-col {
        margin-top: 60px;
        margin-left: unset;
    }
}
@media screen and (max-width: 1024px) {
    .content-col {
        margin-top: unset;
    }
    .hotel--images__wrapper-grid {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .content-description__block .hotel-col {
        width: 100%;
    }
}
/* End Hotel pages */