@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


.brush_back-reverse {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
}

.header__info_center {
    text-align: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 39px;
}

.header__info-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 32px;
}
.header__info-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__info-feature-icon {
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-right: 16px;
}
.header__info-feature-text {
    color: rgba(255, 255, 255, 0.90);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}
.header__info-feature_sert .header__info-feature-text {
    max-width: 290px;
}
.header__info-feature_org .header__info-feature-text {
    max-width: 137px;
}
.header__info-feature_mark .header__info-feature-text {
    max-width: 108px;
}
.header__info-feature_dot .header__info-feature-text {
    max-width: 155px;
}

section.bread {
    padding-top: 6px;
}

.tour-page-tour {
    padding-bottom: 96px;
}
.tour-page-tour__title {
    font-size: 38px;
    width: 48%;
}
.tour-page-tour__descr {
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    max-width: 544px;
}

.partners {
    background-color: #F8F8F6;
    padding: 0;
    overflow: hidden;
}

.partners > .container {
    margin: 20px auto;
}

.partners__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.partners__title {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    width: 48%;
}
.partners__descr {
    max-width: 456px;
    color: #242440;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.partners__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 22px;
}
.partners__item {
    width: 256px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0 16px;
}

.photos {
    overflow: hidden;
}

.photos > .container {
    margin-bottom: 0;
    padding: 0;
}

.photos__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}
.photos__descr {
    color: #242440;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 542px;
}
.photos__title {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    max-width: 399px;
}
.photos__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.photos__item {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.photos__item:not(:nth-child(1)) {
    margin-top: 8px;
}
.photos__col:not(:last-child) {
    margin-right: 8px;
}

.photos__col {
    flex-direction: column;
}

@media (max-width: 576px) {
    .photos__col {
        flex-direction: row;
    }
}

.photos__col .photos__item {
    max-width: 280px;
    height: 267px;
}
.photos__col:nth-child(1) .photos__item {
    max-width: 544px;
    height: 542px;
}
.photos__item-trigger {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.30);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    color: #fff;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
    padding: 6px 12px;

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.photos__item-image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.reviews {
    background-color: #F8F8F6;
    padding-top: 96px;
    padding-bottom: 96px;
    overflow: hidden;
}
.reviews__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.reviews__descr {
    color: #242440;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 544px;
}
.reviews__title {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    max-width: 400px;
}
.reviews__stage-outer {
    padding: 20px 10px;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.reviews__item {
    border: 16px solid #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(5, 15, 41, 0.15), 0px 0px 2px 0px rgba(5, 15, 41, 0.03);
    box-shadow: 0px 4px 8px 0px rgba(5, 15, 41, 0.15), 0px 0px 2px 0px rgba(5, 15, 41, 0.03);
}

.reviews__item-link {
    cursor: pointer;
    color: #242440;
    font-family:'Inter';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 12px;
    display: block;
}
.reviews__item-link:hover .reviews__item-link-text {
    color: #0FC4AC;
}
.reviews__item-link:hover .reviews__item-link-icon path {
    stroke: #0FC4AC;
}

.comand {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.comand > .owl-dots {
    display: none;
}

.comand > .container {
    margin-bottom: 0;
}

.comand__title {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
.comand__body-content {
    margin-top: 24px;
}
.comand__item-photo {
    border-radius: 8px;
    overflow: hidden;
}
.comand__item-name {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 12px;
}

.park {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.park > .container {
    margin-bottom: 0;
}

.park__header {
    margin-bottom: 24px;
}
.park__title {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
.park__body-content {
    margin-top: 32px;
}
.park__item {
    border-radius: 8px;
    overflow: hidden;
}
.park__item-name {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 12px;
}

.hotel {
    overflow: hidden;
}

.hotel > .container {
    margin-bottom: 0;
}

.hotel__title {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
.hotel__item-photo-slider {
    border-radius: 8px;
}
.hotel__body-content {
    margin-top: 32px;
}
.hotel__item-name {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 20px;
}
.hotel__item-descr {
    color: #242440;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 12px;
}
.hotel__item-photo-slider {
    width: 100%;
    position: relative;
}
.hotel__item-photo-slider .swiper-pagination {
    position: absolute !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
}
.hotel__item-photo-slider .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #fff;
    margin: 0 5px;
    border-radius: 50%;
    opacity: .5;
}
.hotel__item-photo-slider .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.hotel__item-photo-slider__btns {
    position: absolute;
    top: 50%;
    margin: 0;
    width: calc(100% - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 8px;
    opacity: 0;
    z-index: 1;
}
.hotel__item-photo-slider:hover .hotel__item-photo-slider__btns {
    opacity: 1;
}
.hotel__item-photo-slider__btn {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff !important;
    border-radius: 50%;
    cursor: pointer;
}
.hotel__item-photo-slider__btn span {
    margin-bottom: 3px;
}
.hotel__item-photo {
    display: block;
    aspect-ratio: 1.4;
    -o-object-fit: cover;
    object-fit: cover;
}

.images-list {
    padding-top: 0!important;
    overflow: hidden;
}
.images-list__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.images-list__title {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
.images-list__descr {
    color: #242440;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 547px;
}
.images-list__body {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
}

.images-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 1600px;
    min-width: 1600px;
}
@media(max-width: 1440px) {
    .images-list__content {
        left: 50%;
        position: relative;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.images-list__col:not(:last-child) {
    margin-right: 8px;
}
.images-list__col img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.images-list__col a {
    display: block;

    width: 184px;
    height: 184px;

    border-radius: 8px;
    overflow: hidden;
}
.images-list__col a:not(:last-child) {
    margin-bottom: 8px;
}
.images-list__col:nth-child(1) a,
.images-list__col:nth-child(3) a,
.images-list__col:nth-child(5) a {
    width: 400px;
    height: 376px;

    display: block;

    margin-bottom: 0;
}
.images-list__link {
    color: #242440;
    text-align: center;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 302px;
    padding: 11px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #BEC6CE;
    margin: 24px auto 0;
    margin-bottom: 16px;
}
.images-list__link-icon {
    width: 24px;
    height: 24px;

    background-color: #0077FF;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    border-radius: 50%;
}
.images-list__link span {
    margin-left: 8px;
}


.block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media(max-width: 576px) {
    .header__info-features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header__info-feature-icon {
        font-size: 26px;
    }
    .header__info-feature-icon svg {
        width: 40px;
    }
    .header__info-feature-text {
        font-size: 14px;
        max-width: none !important;
    }
    .header__info-feature-text br {
        display: none;
    }
    .header__info-features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 30px auto 8px;
    }
    .header__info-feature:not(:last-child) {
        margin-bottom: 24px;
    }
    

    section.bread {
        padding-top: 0;
    }
    

    .tour-page-tour {
        padding-bottom: 44px;
    }
    .tour-page-tour__title {
        font-size: 28px;
        width: 100%;
    }
    .tour-page-tour__descr {
        line-height: 20px;
        font-size: 14px;
    }
    
    .partners__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
    }
    .partners__title {
        width: 100%;
        font-size: 26px;
    }
    .partners {
      /*  padding-top: 27px;
        padding-bottom: 32px;*/
    }
    .partners__descr {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .partners__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 33px;
        overflow: auto;
    }
    .partners__item {
        width: 120px;
        min-width: 120px;
        max-width: 120px;
        height: 50px;
        max-height: 50px;
        margin: 0 8px 0 0;
    }
    .partners__item svg {
        display: block;
        height: auto;
        width: 100%;
    }
    .partners__item_mts svg {
        height: 16px;
    }
    .partners__item_mgf svg {
        height: 20px;
    }
    .partners__item_tnk svg {
        height: 32px;
    }

    .photos {
        padding-top: 48px;
        padding-bottom: 0;
    }
    
    .photos__title {
        font-size: 26px;
        line-height: 30px;
    }
    .photos__descr {
        font-size: 14px;
        margin-top: 15px;
        line-height: 20px;
    }
    .photos__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .photos__col {
        width: 100%;
        margin: 0 !important;
    }
    .photos__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .photos__col .photos__item {
        width: calc(50% - 4px);
        height: auto;
        aspect-ratio: 1;
        margin-top: 0;
    }
    .photos__item-trigger {
        width: auto;
        max-width: initial;
        text-wrap: nowrap;
        font-size: 12px;
    }
    .photos__col:not(:last-child) {
        margin-bottom: 8px !important;
    }
    .photos__col:nth-child(1) .photos__item {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
    
    .reviews {
        padding-top: 32px;
        padding-bottom: 30px;
    }
    .reviews__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 12px;
    }
    .reviews__title {
        font-size: 26px;
        line-height: 30px;
    }
    .reviews__descr {
        font-size: 14px;
        margin-top: 15px;
        line-height: 20px;
    }
    
    .comand__title {
        font-size: 26px;
    }
    .comand {
        padding-bottom: 24px;
    }
    .comand .items-filter {
        margin-top: 25px;
        margin-bottom: 0;
    }
    .comand__body-content {
        margin-top: 14px;
    }
    .comand__body {
        width: calc(100% + 14px);
    }
    
    /*.park {
        padding-top: 21px;
        padding-bottom: 22px;
    }*/
    .park__title {
        font-size: 26px;
        line-height: 30px;
    }
    .park__header {
        margin-bottom: 31px;
    }
    .park__item-photo {
        aspect-ratio: 1;
    }
    .park__item-name {
        margin-top: 9px;
    }
    .park__body {
        width: calc(100% + 14px);
    }
    
    .hotel {
        padding-top: 26px;
        padding-bottom: 0px;
    }
    .hotel__title {
        font-size: 26px;
        line-height: 30px;
    }
    .hotel__body-content {
        margin-top: 21px;
    }

    /*   padding-top: 44px;
   .images-list {
   }*/
  /*  .images-list__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }*/
    .images-list__title {
        font-size: 26px;
        text-align: left;
    }
    .images-list__descr {
        font-size: 14px;
        line-height: 20px;
        /*margin-top: 11px;*/
    }
    .images-list__body {
        margin-top: 24px;
    }
    
    .images-list__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: calc(100% - 28px);
        min-width: auto;
        padding: 0;
    }
    
    .images-list__col {
        display: none;
    }
    .images-list__col:not(:last-child) {
        margin-right: 0;
    }
    .images-list__col:nth-child(1) {
        display: block;
    }
    .images-list__col:nth-child(1) a {
        width: 100%;
        height: auto;
        display: block;
        aspect-ratio: 1;
    }
    .images-list__col:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 8px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .images-list__col:nth-child(2) a {
        width: calc(50% - 4px);
    }
    .images-list__col img {
        height: auto;
        aspect-ratio: 1;
        border-radius: 8px;
    }
    .images-list__link {
        margin-top: 24px;
        font-size: 16px;
        width: 242px;
    }
}

.comand-sever {
    background-color: #F8F8F6;
    overflow: hidden;
}

.advantages_mode-big + .fag > .container {
    margin: 0 auto;
}

.comand-sever__header {
    padding-bottom: 24px;
}
.comand-sever__item-image {
    aspect-ratio: .73;
    border-radius: 8px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}
.comand-sever__title {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
}
.comand-sever__item-name {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 12px;
    display: block;
}
.comand-sever__item-descr {
    color: #7B8997;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
}

.comand-sever__employee-list .owl-dots{
    display: none;
}

.small-slider_items-list .owl-item {
    width: 280px !important; 
    flex: 0 0 auto; 
    box-sizing: border-box;
}

.small-slider_items-list .owl-stage {
    min-width: 4000px !important;

}

.advantages_mode-big {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
.advantages_mode-big h2 {
    font-size: 32px;
}

.fag {
    padding-top: 0;
    overflow: hidden;
}
.fag__header {
  /*  padding-bottom: 19px;*/
}
.fag__title {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
.fag__slide-icon {
    background: rgba(15, 196, 172, 0.15);
    width: 44px;
    min-width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;

    color: #0FC4AC;
    font-family: 'Roboto Slab';
    font-size: 18px;
    font-weight: 700;
    line-height: 122.222%; 
}
.fag__slide-title {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-left: 16px;
}

@media (max-width: 992px) {
    .fag__slide-title {
        margin-left: 0;
    }
}
.fag__slide-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.fag__slide {
    border-radius: 8px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(5, 15, 41, 0.15), 0px 0px 2px 0px rgba(5, 15, 41, 0.03);
    box-shadow: 0px 4px 8px 0px rgba(5, 15, 41, 0.15), 0px 0px 2px 0px rgba(5, 15, 41, 0.03);
    padding: 24px;
}
.fag__stage-outer {
    padding: 20px 10px;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.real-reviews {
    padding: 97px 0;
    background-color: #F8F8F6;
    overflow: hidden;
}
.real-reviews__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 37px;
}
.real-reviews__descr {
    color: #242440;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 544px;
}
.real-reviews__title {
    color: #242440;
    font-family: 'Roboto Slab';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}


@media(max-width: 576px) {
   /* .comand-sever {
        background-color: #F8F8F6;
        padding-top: 32px;
        padding-bottom: 32px;
    }*/
    .comand-sever__header {
        padding-bottom: 24px;
    }
    .comand-sever__title {
        font-size: 28px;
        line-height: 32px;
    }
    .comand-sever__body {
        width: calc(100% + 14px);
    }
    
    /*.advantages_mode-big {
        padding-top: 48px;
        padding-bottom: 39px;
    }*/
    .advantages_mode-big h2 {
        font-size: 26px;
    }
    
    .fag__owl-item {
        width: 256px!important;
    }


    /* .fag {
         padding-top: 10px;
     }
     .fag__title {
         font-size: 26px;
         line-height: 30px;
     }
     .fag__slide {
         padding: 10px 16px;
     }
     .fag__body {
         width: calc(100% + 14px);
     }
     .fag__slide-header {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
     }
     .fag__slide-title {
         margin-left: 0;
         margin-top: 11px;
     }
     .fag__slide-body {
         font-size: 14px;
     }*/

    .fag__slide-body {
        margin-top: 10px;
    }
    

    .fag__slide-title {
        margin: 0;
    }
    
    .real-reviews {
        padding: 57px 0;
    }
    .real-reviews__title {
        font-size: 26px;
        line-height: 30px;
    }
    .real-reviews__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 31px;
    }
    .real-reviews__descr {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
        margin-top: 15px;
    }
    .real-reviews__body {
        width: calc(100% + 14px);
    }

    .block__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .photos > .container {
        padding: 0 14px;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid_item__additional-info p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
}

.section-cases {
    margin-top: 60px;
    margin-bottom: 60px;
}
.section-cases .container {

    margin-top: 0;
    margin-bottom: 0;

    overflow: visible;
}
.case__container {
    max-width: calc(90vw - 56px);
    height: 100%;
    padding: 32px;
    border: 1px solid #D6DCE9;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.case__container h3 {
    font-size: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D6DCE9;
}

.case__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-bottom: 24px;
    border-bottom: 1px solid #D6DCE9;
    font-family: "Inter", sans-serif;
}

.case__info-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.case__info-column__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: calc(50% - 32px);
}

.case__info-column__item div {
    text-wrap: balance;
}

.case__info-column__item svg {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
}

@media (max-width: 600px) {
    .case__info-column__item {
        width: 100%;
    }
}
.case__description {
    font-family: "Inter", sans-serif;
}

.case__description p:not(.case__description-heading) {
    margin: 0.4em 0;
}

.case__description-heading {
    font-weight: bold;
    font-size: 18px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
}
.slider_cases {
    margin: 0 auto;
}
.slider_cases .owl-carousel .owl-stage-outer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: visible;
}
.slider_cases-items.owl-carousel {
    padding: 0 8px;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}
.slider_cases .owl-nav {
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100vw - 92px);
    pointer-events: none;
}
.slider_cases .owl-nav button {
    pointer-events: all;
}
.slider_cases .owl-nav button.owl-prev,
.slider_cases .owl-nav button.owl-next {
    position: relative;
}


.slider_cases .owl-nav button.owl-next {
    /* transform: translateX(50%); */
}
.slider_cases .owl-nav button.owl-prev {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    margin-left: 6px;
}

.slider_cases .owl-carousel .owl-nav button {
    margin-top: 0;
    background-color: #fff;
}

.slider_cases .owl-nav button.owl-next.disabled, .slider_cases .owl-nav button.owl-prev.disabled {
    visibility: hidden;
    pointer-events: none;
}

.fancybox-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    gap: 16px;
}

.slider_cases .fancybox-gallery__item {

    width: calc(25% - 10px);
    height: 120px;
}
.fancybox-gallery__item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0;
}

.fancybox-gallery__item-wrapper {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-gallery__item-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 8px;
}

.fancybox-gallery__item-image:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.fancybox-gallery-expand {
    position: absolute;
    padding: 5px 12px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    background: -o-linear-gradient(304.27deg, rgba(19, 24, 30, 0) 0%, rgba(19, 24, 30, 0.09) 18.6835229397%, rgb(19, 24, 30) 100%), -o-linear-gradient(right, rgba(19, 24, 30, 0.7), rgba(19, 24, 30, 0.7));
    background: linear-gradient(145.73deg, rgba(19, 24, 30, 0) 0%, rgba(19, 24, 30, 0.09) 18.6835229397%, rgb(19, 24, 30) 100%), linear-gradient(to left, rgba(19, 24, 30, 0.7), rgba(19, 24, 30, 0.7));
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 6px;
    color: white;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.fancybox-gallery-expand svg path {
    fill: currentColor;
}

.fancybox-gallery-expand:hover {
    color: #0fc4ac;
}

.case .tour-detail__gallery-expand, .fancybox-gallery-expand {
    display: none;
}

.fancybox-gallery__item:nth-child(n+4) .fancybox-gallery-expand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fancybox-gallery__item:nth-child(n+5) {
    display: none;
}

@media (max-width: 815px) {
    .slider_cases .fancybox-gallery__item {
        width: 100%;
        height: 100%;
        display: block;
    }

    .fag__slide-icon {
        display: none;
    }
    
    .fancybox-gallery__item:nth-child(n+2) .fancybox-gallery-expand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .fancybox-gallery__item:nth-child(n+3) {
        display: none;
    }
}
@media (max-width: 576px) {
    .fancybox-gallery {
        gap:4px;
    }
    .section-cases {
        /* padding: 0 16px; */
    }
    .slider_cases .owl-nav {
        width: calc(100%);
    }
    .case__container{
        max-width: calc(100vw - 76px);
    }

    .slider_cases .owl-carousel .owl-nav button{
        -webkit-transform: translateX(-22px);
        -ms-transform: translateX(-22px);
        transform: translateX(-22px);
        background-color: #0FC4AC;
        color: #fff;
        border: none;
    }
    .slider_cases .owl-nav button.owl-prev {
        -webkit-transform: translateX(-65%) rotate(180deg);
        -ms-transform: translateX(-65%) rotate(180deg);
        transform: translateX(-65%) rotate(180deg);
    }
    .slider_cases .owl-nav button.owl-next {
        -webkit-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}



@media (min-width: 1024px) {
    .slider_cases-items.owl-carousel {
        padding: 0;
    }

    .case__container{
        max-width: 764px;
        min-height: 100%;
    }
    .slider_cases .owl-nav {
        max-width: 812px;
    }
    .slider_cases .owl-nav button.owl-prev {-webkit-transform: translateX(-50%) rotate(180deg);-ms-transform: translateX(-50%) rotate(180deg);transform: translateX(-50%) rotate(180deg);}
    .slider_cases .owl-nav button.owl-next {-webkit-transform: translateX(50%);-ms-transform: translateX(50%);transform: translateX(50%);}

}
@media (min-width: 1256px) {

    .slider_cases .owl-nav {
        max-width: 878px;
        transform: translateX(-56px);
        -webkit-transform: translateX(-56px);
        -ms-transform: translateX(-56px);
    }
    .slider_cases .owl-nav button.owl-prev {
        -webkit-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
        transform: translateX(-50%) rotate(180deg);
    }
    .slider_cases .owl-nav button.owl-next {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

}


.section-reasons {
    position: relative;
    background-image: url('assets/images/content/corp-tours/reasons-section-bg.webp');
    background-repeat: no-repeat;
    height: 100%;
    background-size: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 180px;
    margin-bottom: 80px;
}

.section__background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    z-index: 0;
}

.section-reasons__wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 48px;
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 120px auto 0 auto;
    height: fit-content;
    /* margin-bottom: 0; */
    z-index: 1;
    /* -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%); */
}

.section-reasons__wrapper .container {
    margin-bottom: 0;
    margin-top: 0;
}

.section-reasons__wrapper .section-reasons__image-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-reasons__wrapper .section_heading-block h2 {
    width: 100%;
    max-width: 100%;
    /* Заголовок Н1 */
    font-family: Roboto Slab;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
    border-bottom: 1px solid rgb(223, 223, 223);
    padding-bottom: 30px;
}

.section-reasons__wrapper .container {
    padding: 0;
}

.section-reasons h3 {
    margin:auto 0;
    color: rgb(36, 36, 64);
    font-family: Roboto Slab;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
}
.section-reasons__wrapper .advantages_list {
    display: -ms-grid;
    display: grid;
    gap: 40px 52px;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    place-items: baseline;
}
.section-reasons__wrapper .advantages_list .advantages_list__image-wrapper {
    -ms-grid-row-span: 1;
    grid-row: span 1;
}

.section-reasons__wrapper .advantages_list .advantages_list__item {
    width: auto;
    margin: 0;
    gap: 12px 16px;
}

.section-reasons__wrapper .advantages_list .advantages_list__item .advantages_list__text {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-bottom: 0;
    /* Inter Regular 16 */
    color: rgb(36, 36, 64);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}
@media (max-width: 1200px) {
    .section-reasons__wrapper {
        margin-top: 100px;
    }

}
@media (max-width: 1056px) {
    .section-reasons {
        margin-top: 80px;
        /* background-size: 120%; */
    }
}
@media (max-width: 815px) {

    .section-reasons {
        margin-top: 80px;
        background-size: 100% 65%;
    }
    .section-reasons__wrapper .section_heading-block h2 {

        font-size: 26px;
        line-height: 30px;
    }
    .section-reasons__wrapper h3 {
        font-size: 20px;
        line-height: 100%;
    }
    .section-reasons__wrapper {
        padding: 24px;
    }
    .section-reasons__wrapper .advantages_list .advantages_list__item .advantages_list__text {
        font-family: Montserrat;
        font-size: 16px;
        line-height: 140%;
    }
}
@media (max-width: 600px) {
    .section-reasons__image-top-clouds {
        width: 250%;
        left: -50%;
    }
    .section-reasons {
        background-size: 400% 63%;
        background-position-x: 8%;
    }
    .section-reasons__wrapper {
        padding: 16px;
        /* margin-top: 50px; */
    }
    .section-reasons__wrapper .advantages_list {
        display: block;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .section-reasons__wrapper .advantages_list .advantages_list__item:not(:last-of-type) {
        margin-bottom: 0;
        padding-bottom: 24px;
        border-bottom: 1px solid #F1F1F1;
        gap: 10px 12px;
    }
    .section-reasons__wrapper .advantages_list .advantages_list__item:not(:first-of-type) {
        margin-top: 24px;
    }
}
@media (max-width: 424px) {
    .section-reasons {
        /* background-size: 540% 700px; */
    }
}
@media (min-width: 1600px) {
    .section-reasons {
        background-size: 100%;
        max-height: 706px;
        margin-top: 180px;
        margin-bottom: 200px;
    }
}
.section-prof-services .tour-detail__directions_item .tour-detail__directions_image-back:after {
    content: none;
    opacity: 0;
}
.section-prof-services .tour-detail__directions_item .tour-detail__directions_image-back:before {
    z-index:1;
    background: -o-linear-gradient(
            bottom, rgba(19, 24, 30, 0) 0%,
            rgba(19, 24, 30, 0.39) 18.683522939682007%,
            rgba(19, 24, 30, .4) 100%),
    -o-linear-gradient(
            bottom, rgba(19, 24, 30, 0) 60%,
            rgba(19, 24, 30, .8) 100%);
    background: -webkit-gradient(
            linear, left bottom, left top, from(rgba(19, 24, 30, 0)),
            color-stop(18.683522939682007%, rgba(19, 24, 30, 0.39)),
            to(rgba(19, 24, 30, .4))),
    -webkit-gradient(
            linear, left bottom, left top, color-stop(60%, rgba(19, 24, 30, 0)),
            to(rgba(19, 24, 30, .8)));
    background: linear-gradient(
            360deg, rgba(19, 24, 30, 0) 0%,
            rgba(19, 24, 30, 0.39) 18.683522939682007%,
            rgba(19, 24, 30, .4) 100%),
    linear-gradient(
            0deg, rgba(19, 24, 30, 0) 60%,
            rgba(19, 24, 30, .8) 100%);
    -webkit-transition:opacity .3s;
    -o-transition:opacity .3s;
    transition:opacity .3s;

}
.section-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
}

.section-grid .grid_item {
    position: relative;
    -ms-grid-column-span: 1;
    grid-column: span 1;
    border-radius: 16px;
    height: auto;
}

.tour-detail__directions_item.grid_item .tour-detail__directions_image-back {
    position: relative;
    width: auto;
}

.tour-detail__directions_item.grid_item .tour-detail__directions_image-back .tour-detail__directions_image {
    position: relative;
    min-height: 520px;
}

.section-grid .grid_item h2 {
    color: initial;
    max-width: 100%;
    margin: auto 0;
}

.section-grid .grid_item .grid_item_info-wrapper {
    padding: 24px;
    top: 0;
    bottom: unset;
}
.section-grid .grid_item .grid_item__additional-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    background-color: #fff;
    color: #242440;
    gap: 8px;
    border-radius: 16px;
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-grid .grid_item .grid_item__additional-info .highlighted {

    color: #0FC4AC;
    font-weight: 700;
}


@media (max-width: 815px) {
    .section-grid .grid_item {
        max-height: 360px;
    }
    .section-grid .grid_item.section_heading-block {
        display: contents;
    }
    .section-grid .grid_item .grid_item__additional-info {
        padding: 12px;
    }
}


.section-food {
    padding-bottom: 60px;
    position: relative;
    border-bottom: 1px solid #D6DCE9;
}

.section-food .slider_items-list_wrapper {
    margin-top: 24px;
}

.section-food .slider_items-list_wrapper .owl-item {
    border-radius: 8px;
    overflow: hidden;
    width: 260px!important;
    flex: 0 0 auto;
    box-sizing: border-box;

}

.section-food .slider_items-list_wrapper .owl-item img {
    scale: 1.05;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.section-food .slider_items-list_wrapper .owl-item:hover img {
    scale: 1.15;
}

.section-food .section__background-image {
    position: relative;
    min-height: 500px;
}

.section-food .section__info-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(calc(50vw - 50%), 80%);
    -ms-transform: translate(calc(50vw - 50%), 80%);
    transform: translate(calc(50vw - 50%), 80%);
    border-radius: 16px;
    padding: 32px;
    color: #fff;
    max-width: 600px;
}

@media screen and (max-width: 600px) {
    .section-food .section__info-wrapper {
        -webkit-transform: translate(calc(50vw - 50%), 60%);
        -ms-transform: translate(calc(50vw - 50%), 60%);
        transform: translate(calc(50vw - 50%), 60%);
        padding: 24px;
        max-width: calc(100% - 80px);
    }
}

@media screen and (max-width: 400px) {
    .section-food .section__info-wrapper {
        -webkit-transform: translate(calc(50vw - 50%), 50%);
        -ms-transform: translate(calc(50vw - 50%), 50%);
        transform: translate(calc(50vw - 50%), 50%);

    }
}
@media screen and (min-width: 1600px) {
    .section-food .section__info-wrapper {
        top:50%;
        -webkit-transform: translate(calc(50vw - 50%), -100%);
        -ms-transform: translate(calc(50vw - 50%), -100%);
        transform: translate(calc(50vw - 50%), -100%);

    }
}
.section-food .style-blurred {
    background-color: rgba(217, 217, 217, 0.01);
    -webkit-backdrop-filter: blur(84px);
    backdrop-filter: blur(84px);
    border: 0.0575rem solid #fff;
    margin: auto;
}

.section-food .section_heading-block h2, .section-food .section_heading-block .section_heading-block_text {
    text-align: left;
    text-wrap: balance;
    max-width: 100%;
}

.section_heading-block.stack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.no-controls .slider_items-list .owl-nav {
    display: none;
}

.park .slider-s .owl-item {
    border-radius: 8px;
    overflow: hidden;
    /*width: 260px!important;*/
    flex: 0 0 auto;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.section-article .section_heading-block {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 90%;
}

.section-article .section_heading-block span {
    display: block;
}

.section-article .section_heading-block > :not(:last-child) {
    margin-bottom: 14px;
}

.section-article .section_heading-block .section_heading-block_masked {
    font-size: 96px;
    line-height: 0.8;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: transparent;
    background: url("assets/images/content/corp-tours/masked.webp");
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    --webkit-background-clip: text;
    text-transform: uppercase;
}

.section-article .section__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-top: 16px;
}

.section-article .section__info-wrapper figure {
    margin: 0;
    gap: 20px;
}

.section-article .section__info-wrapper figure img {
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
}

.section-article .section__info-wrapper p {
    font-family: Inter, sans-serif;
    padding: 32px;
    border-radius: 32px;
    border: 1px solid #D6DCE9;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    margin: 0;
    line-height: 160%;
}

.section-article .section__info-wrapper figcaption {
    text-align: center;
    font-size: 14px;
}

.section-article .section__info-wrapper figcaption strong {
    font-size: 20px;
}

@media (max-width: 815px) {
    .section-article .section__info-wrapper {
        display: block;
    }
    .section-article .section__info-wrapper p {
        padding: 16px;
        line-height: 140%;
    }
    .section-article .section__info-wrapper figure {
        margin: 16px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section-article .section__info-wrapper figure img {
        border-radius: 20px;
        width: 100%;
        max-width: 250px;
        max-height: 200px;
        -o-object-position: 0 20%;
        object-position: 0 20%;
        margin-bottom: 0;
    }
    .section-article .section__info-wrapper figure figcaption {
        white-space: nowrap;
    }
}
@media (max-width: 500px) {
    .section-article .section__info-wrapper figure img {
        max-width: 200px;
        max-height: 160px;
    }
}
.section-form-extended {
    padding: 32px 0;
    background-color: #F4F8F9;
}
span.form-required {
    display:contents;
    color:red;
    padding:0;
    margin:0;
}
.section-form-extended select {
    visibility: hidden;
}

.section-form-extended .form-extended {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    font-family: "Inter", sans-serif;
    background-color: white;
    border-radius: 20px;
    padding: 32px;
    margin-top: 24px;
  
}

.section-form-extended .form-extended label {
    display: -ms-grid;
    display: grid;
    gap: 16px;
    font-weight: 500;
    font-size: 18px;
    color: rgb(8, 35, 88);
}

.section-form-extended .form-extended .btn {
    white-space: nowrap;
}

.section-form-extended .form-extended label:has(> select) {
    font-size: 16px;
}

.section-form-extended .form-extended label:has(> input[type=checkbox]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgb(8, 35, 88);
    font-size: 14px;
    font-weight: 400;
}

.section-form-extended .form-extended .form-extended__form-block-description {
    font-weight: 400;
    color: rgb(67, 67, 67);
    font-family: inter;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
}

.section-form-extended .form-extended input::-webkit-outer-spin-button,
.section-form-extended .form-extended input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.section-form-extended .form-extended input[type=number] {
    -moz-appearance: textfield;
}

.section-form-extended .form-extended input[type=text], .section-form-extended .form-extended input[type=email], .section-form-extended .form-extended input[type=tel], .section-form-extended .form-extended input[type=number], .section-form-extended .form-extended textarea {
    border: 1px solid #BEC6CE;
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
}

.section-form-extended .form-extended input[type=text]::-moz-placeholder, .section-form-extended .form-extended input[type=email]::-moz-placeholder, .section-form-extended .form-extended input[type=tel]::-moz-placeholder, .section-form-extended .form-extended input[type=number]::-moz-placeholder, .section-form-extended .form-extended textarea::-moz-placeholder {
    color: rgb(148, 148, 148);
    font-weight: 400;
    text-align: left;
    font-family: "Inter", sans-serif;
}

.section-form-extended .form-extended input[type=text]::-webkit-input-placeholder, .section-form-extended .form-extended input[type=email]::-webkit-input-placeholder, .section-form-extended .form-extended input[type=tel]::-webkit-input-placeholder, .section-form-extended .form-extended input[type=number]::-webkit-input-placeholder, .section-form-extended .form-extended textarea::-webkit-input-placeholder {
    color: rgb(148, 148, 148);
    font-weight: 400;
    text-align: left;
    font-family: "Inter", sans-serif;
}

.section-form-extended .form-extended input[type=text]:-ms-input-placeholder, .section-form-extended .form-extended input[type=email]:-ms-input-placeholder, .section-form-extended .form-extended input[type=tel]:-ms-input-placeholder, .section-form-extended .form-extended input[type=number]:-ms-input-placeholder, .section-form-extended .form-extended textarea:-ms-input-placeholder {
    color: rgb(148, 148, 148);
    font-weight: 400;
    text-align: left;
    font-family: "Inter", sans-serif;
}

.section-form-extended .form-extended input[type=text]::-ms-input-placeholder, .section-form-extended .form-extended input[type=email]::-ms-input-placeholder, .section-form-extended .form-extended input[type=tel]::-ms-input-placeholder, .section-form-extended .form-extended input[type=number]::-ms-input-placeholder, .section-form-extended .form-extended textarea::-ms-input-placeholder {
    color: rgb(148, 148, 148);
    font-weight: 400;
    text-align: left;
    font-family: "Inter", sans-serif;
}

.section-form-extended .form-extended input[type=text]::placeholder, .section-form-extended .form-extended input[type=email]::placeholder, .section-form-extended .form-extended input[type=tel]::placeholder, .section-form-extended .form-extended input[type=number]::placeholder, .section-form-extended .form-extended textarea::placeholder {
    color: rgb(148, 148, 148);
    font-weight: 400;
    text-align: left;
    font-family: "Inter", sans-serif;
}

.section-form-extended .form-extended .form-extended__policy {
    font-size: 14px;
}

.section-form-extended .form-extended .form-extended__form-block {
    display: -ms-grid;
    display: grid;
    -moz-column-gap: 32px;
    -webkit-column-gap: 32px;
    column-gap: 40px;
    row-gap: 16px;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
}

.section-form-extended .form-extended .form-extended__form-block.form-block__checkbox-field {
    row-gap: 12px;
}

@media (max-width: 815px) {
    .section-form-extended .form-extended .form-extended__form-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .section-form-extended .form-extended .form-extended__form-block .form-block__label {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }
}
.section-form-extended .form-extended .form-extended__form-block .form-block__label {
    font-size: 18px;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    color: rgb(8, 35, 88);
    font-weight: 500;
}

.section-form-extended .form-extended .form-extended__form-block label:has(textarea) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.section-form-extended .form-extended .form-extended__form-block label:has(input[type=checkbox]) {
    cursor: pointer;
    gap: 8px;
}

.section-form-extended .form-extended .form-extended__form-block :has(> input[type=checkbox]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-form-extended .form-extended .form-extended__form-block :has(> input[type=checkbox]) input[type=checkbox i] {
    margin-right: 0;
}

.section-form-extended .form-extended .form-extended__form-block :has(> input[type=checkbox]) input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    min-width: 24px;
    min-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 5px;
    background: rgb(255, 255, 255);
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    margin-right: 0.25rem;
    cursor: pointer;
}

.section-form-extended .form-extended .form-extended__form-block :has(> input[type=checkbox]) input[type=checkbox]::before, .section-form-extended .form-extended .form-extended__form-block :has(> input[type=checkbox]) input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0.33rem, 0.45rem);
    -ms-transform: translate(0.33rem, 0.45rem);
    transform: translate(0.33rem, 0.45rem);
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14.008301' height='10.410156' viewBox='0 0 14.0083 10.4102' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='ÃÂ¤ÃÂ¾Ã‘â‚¬ÃÂ¼ÃÂ° 1' d='M1 4.88L5.47 9L13 1' stroke='%23FFFFFF' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    overflow: hidden;
}

.section-form-extended .form-extended .form-extended__form-block :has(> input[type=checkbox]) input[type=checkbox]:hover {
    border: 1px solid #0fc4ac;
}

.section-form-extended .form-extended .form-extended__form-block :has(> input[type=checkbox]) input[type=checkbox]:focus {
    outline: 1px solid #0fc4ac;
}

.section-form-extended .form-extended .form-extended__form-block :has(> input[type=checkbox]) input[type=checkbox]:checked {
    background: -o-linear-gradient(315deg, rgb(0, 216, 245) 0%, rgb(0, 214, 137) 100%);
    background: linear-gradient(135deg, rgb(0, 216, 245) 0%, rgb(0, 214, 137) 100%);
}

.section-form-extended .form-extended .form-extended__form-block :has(> input[type=checkbox]) input[type=checkbox]:checked::after {
    width: 12px;
    height: 8px;
    opacity: 1;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.section-form-extended .form-extended .form-extended__form-block .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1;
    padding: 12px;
    color: rgb(8, 35, 88);
}

.section-form-extended .form-extended .form-extended__form-block .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.section-form-extended .form-extended .form-extended__form-block .select2-container--default .select2-selection--single {
    height: auto;
    border-radius: 8px;
}

.section-form-extended .form-extended .form-extended__form-block .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgb(8, 35, 88);
}

@media (max-width: 815px) {
    .section-form-extended {
        padding: 24px 0;
    }
    .section-form-extended .form-extended {
        padding: 24px;
        gap: 20px;
    }
    .section-form-extended .form-extended .form-extended__form-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 14px;
    }
    .section-form-extended .form-extended .form-extended__form-block.form-block__checkbox-field {
        row-gap: 10px;
    }
    .section-form-extended .form-extended .form-extended__form-block .form-block__label {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }
    .section-form-extended .form-extended .form-extended__form-block label:has(input[type=checkbox]) {
        gap: 6px;
    }
}
@media (width < 400px) {
    .section-form-extended .form-extended .btn {
        padding: 0;
    }
}
.form-block__select2-container {
    border: none;
    border-radius: 8px;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    font-family: "Inter", sans-serif;
    padding: 16px;
}

.form-block__select2-container .select2-results__option {
    background-color: transparent;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

.form-block__select2-container .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent;
    color: #0fc4ac;
}

.section-faq .section_content {
    display: -ms-grid;
    display: grid;
    gap: 24px;
}

.dropdown .dropdown__title-block {
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #E9ECEF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(244, 248, 249);
    color: rgb(36, 36, 64);
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
}

.dropdown .dropdown__title-block--title {
    font-size: 16px;
}

.dropdown .dropdown__title-block--icon {
    display: -ms-grid;
    display: grid;
    place-items: center;
    scale: 1.45;
}

.dropdown .dropdown__title-block--icon svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.dropdown .dropdown__title-block--icon svg path {
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
    fill: #BEC6CE;
}

.dropdown .dropdown__content-block {
    font-size: 14px;
    opacity: 0;
    -webkit-transition: height 0.3s, padding 0.3s, opacity 0.3s;
    -o-transition: height 0.3s, padding 0.3s, opacity 0.3s;
    transition: height 0.3s, padding 0.3s, opacity 0.3s;
    padding: 0 32px;
}
.dropdown .dropdown__content-block > * {
    color: rgb(36, 36, 64);
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: left;
}

.dropdown.expanded .dropdown__content-block {
    opacity: 1;
    padding: 24px 32px;
    margin-bottom: 24px;
}

.dropdown.expanded .dropdown__title-block--icon svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown.expanded .dropdown__title-block--icon svg path {
    fill: #0fc4ac;
}

.dropdown:hover .dropdown__title-block--icon svg path {
    fill: #0fc4ac;
}

@media (max-width: 815px) {
    .dropdown .dropdown__title-block {
        padding: 16px;
        font-size: 16px;
        line-height: 120%;
    }
    .dropdown .dropdown__content-block {
        padding: 0 16px;
    }
    .dropdown.expanded .dropdown__content-block {
        padding: 16px 16px;
    }
}
.text__highlighted-gradient {
    color: transparent;
    background: -o-linear-gradient(left, #00D8F5 0%, #00D689 100%);
    background: -webkit-gradient(linear, left top, right top, from(#00D8F5), to(#00D689));
    background: linear-gradient(90deg, #00D8F5 0%, #00D689 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-form-gift {
    max-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 96px;
}

.section-form-gift h3 {
    font-size: 24px;
    color: #fff;
    max-width:442px;
}

.section-form-gift .form-gift {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url("assets/images/content/corp-tours/form-gift-bg-1.webp");
    position: relative;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position-y: 80%;
    width: 100%;
}

.section-form-gift .form-gift__image {
    position: absolute;
    top: 0;
    right: 0;
    /* max-width: 100%; */
    pointer-events: none;
    -webkit-transform: translate(0%, 5%);
    -ms-transform: translate(0%, 5%);
    transform: translate(0%, 5%);
    /* scale: 0.8; */
}

@media (min-width: 1024px) {
    .section-form-gift .form-gift {
        background-position-y: 20%;
    }
    .section-form-gift .form-gift__image {
        /* scale: 1; */
        -webkit-transform: translate(23%, -14%);
        -ms-transform: translate(23%, -14%);
        transform: translate(23%, -14%);
    }
    .section-form-gift .form-gift__form input {
        min-width: 220px
    }
    .section-form-gift .form-gift__form button {
        min-width: 230px
    }

}
@media (min-width: 1120px) {
    .section-form-gift .form-gift__image {
        -webkit-transform: translate(8%, -12%);
        -ms-transform: translate(8%, -12%);
        transform: translate(8%, -12%);
        scale: 1.13;
    }
}
.section-form-gift .form-gift__image img {
    -o-object-fit: cover;
    object-fit: cover;
}

.section-form-gift .form-gift__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.section-form-gift .form-gift__form label, .section-form-gift .form-gift__form button {
    max-width: 260px;
    white-space: nowrap;
}

.section-form-gift .header__info_form_type {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 815px) {
    .section-form-gift {
        max-height: -webkit-fill-available;
        max-height: 100%;
    }
    .section-form-gift.container {
        padding: 0;
    }
    .section-form-gift .form-gift__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-form-gift .form-gift__form label, .section-form-gift .form-gift__form button {
        max-width: 100%;
        display: -ms-grid;
        display: grid;
    }
    .section-form-gift .form-gift__image {
        position: relative;
        -ms-transform: translate(0, -15%);
        transform: translate(0, -15%);
        -webkit-transform: translate(0, -15%);
        -moz-transform: translate(0, -15%);
        scale: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        width: 100%;
    }
    .section-form-gift .form-gift__image img {
        margin: auto;
        width: 100%;
    }
}
@media (max-width: 992px) {
    .section-form-gift .form-gift {
        display: block;
        background-position-y: 90%;
        padding: 24px;
    }
    .section-form-gift .form-gift__image img{
        -webkit-margin-after: calc(-34% - 24px);
        margin-block-end: calc(-35% - 24px);
    }
}
.section-form-program {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    display: flex;
    background-image: url(assets/images/content/corp-tours/form-program-bg.png);
    position: relative;
    /* border-radius: 16px; */
    background-repeat: no-repeat;
    background-position: 107%;
    background-size: 50%;
    /* height: 140%; */
    overflow: visible;
    padding: 0;
}

.section-form-program .form-program {
    max-width: calc(1120px + (100% - 1160px)/2);
    margin: 0 0 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;

}

.section-form-program .form-program .form-program__wrapper {
    padding: 66px 56px 66px 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    /* height: fit-content; */
    border-bottom-left-radius: 24px;
    border-radius: 0 24px 24px 0;
    /* flex: 1; */
    /* flex-basis: 100%; */
    /* margin: auto; */
    max-width: 700px;
    /* box-sizing: content-box; */
}

.section-form-program .form-program .form-program__text a {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    color: #0fc4ac;
    cursor:pointer;
}

.section-form-program .form-program .form-program__text a:hover {
    color: #00A6A3;
}

.section-form-program .form-program__image {

    margin: auto;
    /* transform: translate(45%, 0%); */
}

@media (min-width : 1000px) {
    .section-form-program {
        background-size: 50% 110%;
    }
    .section-form-program .form-program .form-program__wrapper {

        border-radius: 0 32px 32px 0;
    }
    .section-form-program .form-program__image {
        -webkit-transform: translate(-10%, 0%);
        -ms-transform: translate(-10%, 0%);
        transform: translate(-10%, 0%);
        margin-right: auto;
        margin-left: 0;
        width: 40%;

    }
}
@media (min-width: 1120px) {
    .section-form-program .form-program__image img {
        padding: 0;
    }

    .section-form-program .form-program__image {
        width: 50%;
    }

    .section-form-program .form-program .form-program__wrapper {

        border-radius: 0 56px 56px 0;
    }
}
.section-form-program .form-program__image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-form-program .form-program__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 16px 0;
    margin: 16px 0;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.section-form-program .header__info_form_type {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
}

.section-form-program .header__info_policy {
    color: #000;
}

.section-form-program .header__info_policy a {
    color: #0fc4ac;
}

@media (max-width: 815px) {
    .section-form-program.container {
        padding: 0;
        background-size: 110%;
        background-position: bottom;
    }
    .section-form-program .form-program__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-form-program .form-program {
        display: block;
        /* background-position: center 140%; */
        /* background-size: 110% 60%; */
        /* border-radius: 0; */
        padding: 0;
    }
    .section-form-program .form-program .form-program__wrapper {
        padding: 28px;
        margin: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .section-form-program .form-program__image {
        position: relative;
        /* transform: translate(0, 0); */
        scale: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* padding: 32px; */
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .section-form-program .form-program__image img {
        margin: auto;
        width: calc(100vw - 64px);
        padding: 32px;
    }
}
.copy-element .copy-success {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.copy-element .copy-icon {
    cursor: pointer;
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    color: #0fc4ac;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
}

.copy-element .copy-icon g rect {
    fill: currentColor;
}

.copy-element .copy-icon:hover {
    color: #00A6A3;
}

.copy-element .copy-icon:active {
    color: #0da995;
}

.copy-element.clicked .copy-icon {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.copy-element.clicked .copy-success {
    display: inline-block;
    opacity: 1;
    visibility: visible;
}

.section-form-gift label, .section-form-gift button, .section-form-program label, .section-form-program button {
    max-width: 280px;
    white-space: nowrap;
    height: auto;
    display: -ms-grid;
    display: grid;
}

.section-form-gift label, .section-form-program label {
    width: 100%;
}

.section-form-gift .btn, .section-form-program .btn {
    height: auto;
}

.section-form-gift h3, .section-form-program h3 {
    margin-bottom: 16px;
}

.section-form-gift input[type=text], .section-form-gift input[type=email], .section-form-gift input[type=tel], .section-form-gift input[type=number], .section-form-gift textarea, .section-form-program input[type=text], .section-form-program input[type=email], .section-form-program input[type=tel], .section-form-program input[type=number], .section-form-program textarea {
    border: 1px solid #BEC6CE;
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
}

.section-form-gift input[type=text]::-moz-placeholder, .section-form-gift input[type=email]::-moz-placeholder, .section-form-gift input[type=tel]::-moz-placeholder, .section-form-gift input[type=number]::-moz-placeholder, .section-form-gift textarea::-moz-placeholder, .section-form-program input[type=text]::-moz-placeholder, .section-form-program input[type=email]::-moz-placeholder, .section-form-program input[type=tel]::-moz-placeholder, .section-form-program input[type=number]::-moz-placeholder, .section-form-program textarea::-moz-placeholder {
    color: rgb(148, 148, 148);
    font-weight: 400;
    text-align: left;
    font-family: "Inter", sans-serif;
}

.section-form-gift input[type=text]::-webkit-input-placeholder, .section-form-gift input[type=email]::-webkit-input-placeholder, .section-form-gift input[type=tel]::-webkit-input-placeholder, .section-form-gift input[type=number]::-webkit-input-placeholder, .section-form-gift textarea::-webkit-input-placeholder, .section-form-program input[type=text]::-webkit-input-placeholder, .section-form-program input[type=email]::-webkit-input-placeholder, .section-form-program input[type=tel]::-webkit-input-placeholder, .section-form-program input[type=number]::-webkit-input-placeholder, .section-form-program textarea::-webkit-input-placeholder {
    color: rgb(148, 148, 148);
    font-weight: 400;
    text-align: left;
    font-family: "Inter", sans-serif;
}

.section-form-gift input[type=text]:-ms-input-placeholder, .section-form-gift input[type=email]:-ms-input-placeholder, .section-form-gift input[type=tel]:-ms-input-placeholder, .section-form-gift input[type=number]:-ms-input-placeholder, .section-form-gift textarea:-ms-input-placeholder, .section-form-program input[type=text]:-ms-input-placeholder, .section-form-program input[type=email]:-ms-input-placeholder, .section-form-program input[type=tel]:-ms-input-placeholder, .section-form-program input[type=number]:-ms-input-placeholder, .section-form-program textarea:-ms-input-placeholder {
    color: rgb(148, 148, 148);
    font-weight: 400;
    text-align: left;
    font-family: "Inter", sans-serif;
}

.section-form-gift input[type=text]::-ms-input-placeholder, .section-form-gift input[type=email]::-ms-input-placeholder, .section-form-gift input[type=tel]::-ms-input-placeholder, .section-form-gift input[type=number]::-ms-input-placeholder, .section-form-gift textarea::-ms-input-placeholder, .section-form-program input[type=text]::-ms-input-placeholder, .section-form-program input[type=email]::-ms-input-placeholder, .section-form-program input[type=tel]::-ms-input-placeholder, .section-form-program input[type=number]::-ms-input-placeholder, .section-form-program textarea::-ms-input-placeholder {
    color: rgb(148, 148, 148);
    font-weight: 400;
    text-align: left;
    font-family: "Inter", sans-serif;
}

.section-form-gift input[type=text]::placeholder, .section-form-gift input[type=email]::placeholder, .section-form-gift input[type=tel]::placeholder, .section-form-gift input[type=number]::placeholder, .section-form-gift textarea::placeholder, .section-form-program input[type=text]::placeholder, .section-form-program input[type=email]::placeholder, .section-form-program input[type=tel]::placeholder, .section-form-program input[type=number]::placeholder, .section-form-program textarea::placeholder {
    color: rgb(148, 148, 148);
    font-weight: 400;
    text-align: left;
    font-family: "Inter", sans-serif;
}

@media (max-width: 815px) {
    .section-form-gift label, .section-form-program label {
        display: -ms-grid;
        display: grid;
    }
    .section-form-gift label, .section-form-gift button, .section-form-program label, .section-form-program button {
        max-width: 100%;
    }
    .section-form-gift .btn, .section-form-program .btn {
        height: 50px;
    }
}
.header__info.corp-page .header__info_bottom-wrapper {
    max-width: 100%;
}
@media (max-width: 576px) {
    .case__container {
        padding: 16px;
        gap: 12px;

        h3{
            padding-bottom: 10px;
        }

        p {
            margin: 10px 0;
        }
    }
    .case__info{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        padding-bottom: 16px;
    }
    .case__info-column {
        width: 100%;
    }
    .case__description-heading {
        margin-top: 0;
    }
    .fancybox-gallery-expand {
        font-size: 14px;
    }

    .form-extended .form-extended__form-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .form-extended .form-extended__form-block .form-block__label {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }
    .dropdown__title-block {
        padding: 16px;
    }
}
.tour-detail__directions_title-wrapper, .section_heading-block {
    margin-bottom: 24px;
}



    
    

@media (max-width: 815px) {
    .photos__header, .images-list__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: start;
        gap: 24px;
        
    }
}

.images-list .container {
    margin: 0 auto;
}

