@charset "utf-8";
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Thin.woff") format("woff"),
        url("../fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-ExtraLight.woff") format("woff"),
        url("../fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Light.woff") format("woff"),
        url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"),
        url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"),
        url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"),
        url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"),
        url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff"),
        url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat-Black.woff") format("woff"),
        url("../fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    /*font-display: swap;*/
}

* {
    box-sizing: border-box;
    font-family: "Montserrat";
}

:root {
    --trvtmplContainerPadding: 20px;
    --trvtmplLinksTransition: opacity 0.3s;
    --trvtmplLinksHoverOpacity: 0.8;
    --trvtmplFontColorDark: #4c4c4c;
}

body {
    margin: 0;
    padding: 0;
    min-width: 360px;
    background-color: #ececec;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    color: var(--trvtmplFontColorDark);
}

h2 {
    font-weight: 800;
    font-size: 40px;
    color: var(--trvtmplFontColorDark);
}

p {
    font-weight: 500;
    font-size: 18px;
    color: var(--trvtmplFontColorDark);
}

ul {
    font-weight: 500;
    font-size: 18px;
    color: var(--trvtmplFontColorDark);
}

.trvtmpl-visible-max-height {
    max-height: unset !important;
    overflow: auto !important;
}

/* CONTAINER */
.trvtmpl-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
/* CONTAINER END */

/* H2 NONE TOP MARGIN CONTAINER */
.trvtmpl-block-header h2 {
    margin-top: 0;
}
/* H2 NONE TOP MARGIN CONTAINER END */

/* P UTILS*/
.trvtmpl-p-container p:first-child {
    margin-top: 0 !important;
}
.trvtmpl-p-container p:last-child {
    margin-bottom: 0 !important;
}
.trvtmpl-p-no-margin-container p {
    margin: 0 !important;
}
.trvtmpl-request-button p,
.trvtmpl-hot-tours__body p,
.trvtmpl-slider__body p {
    display: none;
}
/* P UTILS END */

/* COLORS */
.trvtmpl-fill-second-color {
    fill: var(--trvtmplTemplateSecondColor);
}
.trvtmpl-stroke-main-color {
    stroke: var(--trvtmplTemplateColor);
}
.trvtmpl-socials--colorful .trvtmpl-socials-colorful-fill-main {
    fill: var(--trvtmplTemplateColor);
}
.trvtmpl-socials--colorful .trvtmpl-socials-colorful-fill-white {
    fill: #ffffff;
}
.trvtmpl-socials--colorful .trvtmpl-socials-colorful-stroke-main {
    stroke: var(--trvtmplTemplateColor);
}
.trvtmpl-socials--colorful .trvtmpl-socials-colorful-stroke-white {
    stroke: #ffffff;
}
/* COLORS END */

/* SWIPER */
body .swiper-button-next,
body .swiper-button-prev {
    width: 40px;
    height: 15px;
}
body .swiper-button-next:after,
body .swiper-button-prev:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/svg/swiper-arrow.svg");
    background-size: cover;
}
body .swiper-button-prev:after {
    transform: scaleX(-1);
}
body .swiper-pagination-bullet-active {
    background-color: var(--trvtmplTemplateColor);
}
/* SWIPER END */

/* MAP */
#map {
    border-radius: 30px;
    overflow: hidden;
}
#map .ymaps-2-1-79-ground-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}
/* MAP END */

/* HEADER */
.trvtmpl-header {
    margin-top: 20px;
}
.trvtmpl-header__header {
    display: flex;
}
.trvtmpl-header__col {
    display: flex;
    align-items: center;
}
.trvtmpl-logo {
    max-width: 220px;
}
.trvtmpl-header__col:not(:first-child) {
    margin-left: 25px;
}
.trvtmpl-header-contacts__phone,
.trvtmpl-header-contacts__address {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-header-contacts__address {
    max-width: 300px;
}
.trvtmpl-header__menu-burger {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
    outline: none;
}
.trvtmpl-header__body {
    margin-top: 20px;
}
.trvtmpl-header__body-banner {
    position: relative;
    max-width: 1320px;
    min-height: 659px;
    margin: auto;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}
.trvtmpl-header__body-banner.trvtmpl-header__body-banner--empty {
    min-height: auto;
    overflow: visible;
}
.trvtmpl-header__body-banner--empty .trvtmpl-header__body-banner-image {
    border-radius: 30px;
}
.trvtmpl-body--main-page .trvtmpl-header__body-banner {
    padding-bottom: 60px;
}
.trvtmpl-header__body-banner-image {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("/images/fon/fon.jpg");
    top: 0;
}
.trvtmpl-team-p .trvtmpl-header__body-banner-image {
    background-image: url("/images/fon/fon-team.jpg");
}
.trvtmpl-about-p .trvtmpl-header__body-banner-image {
    background-image: url("/images/fon/fon-about.jpg");
}
.trvtmpl-header__body-banner-content {
    color: #ffffff;
}
.trvtmpl-header__body-banner-content-wrapper {
    display: flex;
    align-items: center;
}
.trvtmpl-header__body-banner-text {
    position: relative;
}
.trvtmpl-header__body-banner-text-icon {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(30%, -80%) scale(-1, 1);
}
.trvtmpl-header__body-banner-text h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: -2%;
    margin: 0;
    color: #ffffff;
}
.trvtmpl-header__body-banner-text p {
    color: #ffffff;
}
.trvtmpl-header__body-banner-text p:first-of-type {
    margin-top: 40px;
}
.trvtmpl-header__body-banner-search {
    margin-top: 90px;
}
.trvtmpl-header__body-banner-text {
    max-width: 550px;
}
.trvtmpl-header__body-banner-socials {
    margin-left: auto;
    padding: 10px 8px;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    height: 100%;
    border-radius: 200px;
}
.trvtmpl-header__body-banner-menu,
.trvtmpl-header__body-banner-content,
.trvtmpl-header__body-banner-search,
.trvtmpl-header__body-banner-copyright {
    padding-left: 40px;
    padding-right: 40px;
}
.trvtmpl-header__body-banner-copyright {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #ececec;
    margin-top: 142px;
}
.trvtmpl-header__body-banner-menu {
    margin-bottom: 145px;
}
.trvtmpl-header__body-banner.trvtmpl-header__body-banner--empty .trvtmpl-header__body-banner-menu {
    margin-bottom: 0;
}
/* HEADER END */

/* HEADER CONTACTS */
.trvtmpl-header-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    margin-left: auto;
}
.trvtmpl-header-contacts__item {
    display: flex;
    height: 100%;
}
.trvtmpl-header-contacts__item:not(:first-child)::before {
    content: "";
    display: block;
    width: 2px;
    height: 50%;
    background-color: #dbdbdb;
    margin: auto 15px;
}
/* HEADER CONTACTS END */

/* GUIDE */
.trvtmpl-guide__header {
    text-align: center;
    max-width: 689px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.trvtmpl-guide__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -60px;
    position: relative;
}
.trvtmpl-guide__body-bg {
    position: absolute;
    top: 66px;
    left: 170px;
}
.trvtmpl-guide__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 33%;
    text-align: center;
    margin-top: 60px;
}
.trvtmpl-guide__item:nth-child(4),
.trvtmpl-guide__item:nth-child(5) {
    width: 34%;
}
.trvtmpl-guide__text-wrapper {
    margin-top: 20px;
}
.trvtmpl-guide__item p {
    font-weight: 600;
    font-size: 18px;
    color: var(--trvtmplFontColorDark);
    margin: 0;
}
.trvtmpl-guide__img-wrapper {
    width: 55px;
    height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trvtmpl-guide__img-wrapper img {
    position: relative;
    z-index: 3;
}
.trvtmpl-guide__img-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%);
    z-index: 2;
}
/* GUIDE END */

/* ABOUT */
.trvtmpl-about__inner-wrapper {
    display: flex;
    align-items: center;
}
.trvtmpl-about__left-col {
    width: 50%;
    padding-right: 40px;
    position: relative;
    min-height: 566px;
}
.trvtmpl-about__right-col {
    width: 50%;
}
.trvtmpl-about__right-col .trvtmpl-request-button {
    margin-top: 40px;
}
.trvtmpl-about__left-col-images p:nth-child(1) {
    position: absolute;
    width: 353px;
    height: 407px;
    top: 0;
    right: 114px;
    transform: rotateZ(15deg);
    border-radius: 20px;
    overflow: hidden;
}
.trvtmpl-about__left-col-images p:nth-child(2) {
    position: absolute;
    width: 279px;
    height: 322px;
    right: 300px;
    top: 176px;
    transform: rotateZ(-15deg);
    border-radius: 20px;
    overflow: hidden;
    border: 6px solid #ececec;
}
.trvtmpl-about__left-col-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--trvtmplTemplateColor);
    border-radius: 50%;
    padding: 28px;
    top: 65px;
    left: 15px;
}
.trvtmpl-about__left-col-text p:nth-of-type(1) {
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    color: #ffffff;
}
.trvtmpl-about__left-col-text p:nth-of-type(2) {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}
.trvtmpl-about__left-col-text-icon {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-60%, -60%);
}
/* ABOUT END */

/* DIGITS */
.trvtmpl-digits {
    background: linear-gradient(to bottom, #ececec 25%, var(--trvtmplTemplateColor) 25%);
    overflow: hidden;
}
.trvtmpl-digits__inner-wrapper {
    padding-top: 85px;
    padding-bottom: 85px;
}
.trvtmpl-digits__inner-wrapper:has(.trvtmpl-digits__image) {
    padding-top: 0;
}
.trvtmpl-digits__image {
    border: 8px solid #f1f1f1;
    border-radius: 30px;
    overflow: hidden;
}
.trvtmpl-digits__image img {
    max-height: 500px;
    min-height: 500px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.trvtmpl-digits__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: calc(70px - 40px);
    /* margin-left: -100px; */
}
.trvtmpl-digits__item {
    width: auto;
    max-width: 25%;
    padding: 0px 30px;
    position: relative;
    margin-top: 40px;
    display: flex;
}
.trvtmpl-digits__item:not(:nth-child(4n + 1))::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: -15px;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateX(50%);
}
.trvtmpl-digits__item p {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #ececec;
    margin: 0;
}
.trvtmpl-digits__item span {
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    margin-right: 10px;
    color: #ececec;
}
/* DIGITS END */

/* REVIEWS */
.trvtmpl-reviews {
    overflow: hidden;
}
.trvtmpl-reviews__inner-wrapper {
    background-color: #e2e2e2;
    border-radius: 30px;
    padding: 75px 60px 85px 75px;
    display: flex;
}
.trvtmpl-reviews__left-col {
    position: relative;
    padding-bottom: 160px;
    width: 40%;
}
.trvtmpl-reviews__left-col h2 {
    margin: 0;
}
.trvtmpl-reviews__right-col {
    width: calc(60% - 80px);
    margin-left: 80px;
}
.trvtmpl-reviews__left-col-icon {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(-75%);
}
.trvtmpl-reviews__item {
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}
.trvtmpl-reviews__item-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    max-height: 110px;
    overflow: auto;
    color: #4c4c4c;
    margin-bottom: 55px;
}
.trvtmpl-reviews__item-footer {
    margin-top: auto;
}
.trvtmpl-reviews__item-author {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--trvtmplFontColorDark);
    opacity: 0.6;
}
.trvtmpl-reviews__item-image {
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    background-size: cover;
    margin-left: auto;
}
.trvtmpl-reviews__items .swiper {
    position: relative;
    overflow: visible;
}
.trvtmpl-reviews__items .swiper-pagination {
    pointer-events: none;
}
.trvtmpl-reviews__items .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.trvtmpl-reviews__items .swiper-pagination-bullet-active {
    height: 16px;
    width: 6px;
    border-radius: 16px;
}
.trvtmpl-reviews__item-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.trvtmpl-reviews__item-score {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.trvtmpl-reviews__item-score-value {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-reviews__item-stars {
    display: flex;
}
.trvtmpl-reviews__item-star {
    width: 13px;
    height: 12px;
    background-image: url("../images/svg/review-star.svg");
    background-size: cover;
}
.trvtmpl-reviews__item-star:not(:first-child) {
    margin-left: 5px;
}
/* REVIEWS END */

/* NEWS */
.trvtmpl-news__inner-wrapper {
    display: flex;
    flex-direction: column;
}
.trvtmpl-news__items .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 217px);
    gap: 25px;
}
.trvtmpl-news__items .trvtmpl-news__item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
}
.trvtmpl-news__items .trvtmpl-news__item:nth-child(2) {
    grid-column: 3/4;
    grid-row: 1/3;
}
.trvtmpl-news__item {
    border-radius: 20px;
    background-image: url("/images/news-bg.jpg");
    background-size: cover;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.trvtmpl-news__item > a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    padding: 22px;
    width: 100%;
    height: 100%;
    transition: var(--trvtmplLinksTransition);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.7%, rgba(37, 37, 37, 0.8) 100%);
}
.trvtmpl-news__item > a:hover {
    opacity: var(--trvtmplLinksHoverOpacity);
}
.trvtmpl-news__item-date {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 8px;
    color: var(--trvtmplFontColorDark);

    padding: 8px;
    border-radius: 37px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
}
.trvtmpl-news__item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #ececec;
    margin-top: auto;
}
.trvtmpl-news__more-items {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.trvtmpl-news__more-items a {
    font-weight: 500;
    font-size: 14px;
    background-color: var(--trvtmplButtonsColor);
    padding: 10px 15px;
    text-decoration: none;
    color: var(--trvtmplButtonsFontColor);
    border-radius: 8px;
    transition: var(--trvtmplLinksTransition);
}
.trvtmpl-news__more-items a:hover {
    opacity: var(--trvtmplLinksHoverOpacity);
}
/* NEWS END */

/* NEWS PAGE */
.trvtmpl-news-page__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 217px;
    gap: 25px;
}
.trvtmpl-news-page__pagination {
    margin-top: 20px;
}
.trvtmpl-news-page__pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trvtmpl-news-page__pagination li:not(:first-child) {
    margin-left: 10px;
}
.trvtmpl-news-page__pagination li a {
    color: var(--trvtmplFontDarkColor);
    transition: var(--trvtmplLinksTransition);
}
.trvtmpl-news-page__pagination li a:hover {
    opacity: var(--trvtmplLinksHoverOpacity);
}
.trvtmpl-news-page__pagination-item--active {
    color: var(--trvtmplTemplateColor);
}
/* NEWS PAGE END */

/* MESSENGER */
.trvtmpl-messenger__inner-wrapper {
    background-color: var(--trvtmplTemplateColor);
    border-radius: 30px;
    display: flex;
    background-image: url("../images/png/messenger-bg-pattern.png");
}
.trvtmpl-messenger__left-col {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 40%;
}
.trvtmpl-messenger__right-col {
    width: 60%;
    padding: 75px 75px 75px 80px;
}
.trvtmpl-messenger__right-col h2 {
    color: #f6f6f6;
}
.trvtmpl-messenger__right-col p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #f6f6f6;
    opacity: 0.8;
}
.trvtmpl-messenger__right-col p:has(a) {
    opacity: 1;
}
.trvtmpl-messenger__right-col a {
    text-decoration: none;
    display: inline-flex;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: var(--trvtmplButtonsFontColor);
    padding: 15px 25px;
    background-color: var(--trvtmplButtonsColor);
    border-radius: 10px;
    transition: var(--trvtmplLinksTransition);
    flex-direction: row-reverse;
    align-items: center;
}
.trvtmpl-messenger__right-col a svg {
    margin-right: 15px;
}
.trvtmpl-messenger__right-col a:hover {
    opacity: var(--trvtmplLinksHoverOpacity);
}
/* MESSENGER END */

/* MATCH TOUR */
.trvtmpl-match-tour__inner-wrapper {
    display: flex;
    align-items: center;
}
.trvtmpl-match-tour__left-col {
    position: relative;
    width: 48%;
}
.trvtmpl-match-tour__left-col-icon {
    display: flex;
    position: absolute;
    right: 0;
    top: 21%;
    transform: rotateZ(137deg);
    width: 61px;
}
.trvtmpl-match-tour__right-col {
    width: 52%;
    padding-left: 70px;
}
.trvtmpl-match-tour__right-col ul {
    list-style: none;
    padding: 0;
}
.trvtmpl-match-tour__right-col li {
    position: relative;
    padding-left: calc(38px + 18px);
    min-height: 38px;
}
.trvtmpl-match-tour__right-col li:not(:first-child) {
    margin-top: 30px;
}
.trvtmpl-match-tour__right-col li::before {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    background-color: #f7f7f7;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.trvtmpl-match-tour__right-col li svg {
    position: absolute;
    left: 10px;
    top: 10px;
}
.trvtmpl-match-tour__right-col li:nth-child(3n + 1) svg {
    transform: translate(-1px, 1px);
}
.trvtmpl-match-tour__right-col li:nth-child(3n + 2) svg {
    transform: translate(1px, -1px);
}
.trvtmpl-match-tour__right-col .trvtmpl-request-button {
    margin-top: 45px;
}
/* MATCH TOUR END */

/* CONTACTS BLOCK */
.trvtmpl-contacts-block__header {
    max-width: 592px;
}
.trvtmpl-contacts-block__contacts {
    display: flex;
}
.trvtmpl-contacts-block__contacts-item {
    padding: 17px 24px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 20px;
    min-width: 300px;
    flex: 1 1 auto;
}
.trvtmpl-contacts-block__contacts-item:not(:first-child) {
    margin-left: 30px;
}
.trvtmpl-contacts-block__contacts-item-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    margin-right: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.trvtmpl-contacts-block__contacts-item-icon > svg path {
    fill: #ffffff;
}
.trvtmpl-contacts-block__contacts-item-icon-bg > svg path {
    fill: transparent;
}
.trvtmpl-contacts-block__contacts-item-icon-bg {
    position: absolute;
    z-index: 1;
}
.trvtmpl-contacts-block__contacts-item-icon > svg {
    position: relative;
    z-index: 2;
}
.trvtmpl-contacts-block__contacts-item-value,
.trvtmpl-contacts-block__contacts-item-value a {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-contacts-block__contacts-item-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: var(--trvtmplFontColorDark);
    opacity: 0.6;
}
.trvtmpl-contacts-block__map {
    margin-top: 40px;
    border-radius: 30px;
    overflow: hidden;
}
/* CONTACTS BLOCK END */

/* SUBSCRIPTION */
.trvtmpl-subscription__inner-wrapper {
    display: flex;
    align-items: center;
    padding: 80px 75px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.trvtmpl-subscription__inner-wrapper::after,
.trvtmpl-subscription__inner-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.trvtmpl-subscription__inner-wrapper::before {
    background-image: url("/images/subscription-bg.png");
    background-size: cover;
    background-position: center;
    z-index: -2;
}
.trvtmpl-subscription__inner-wrapper::after {
    background-color: #000000;
    z-index: -1;
    opacity: 0.4;
}
.trvtmpl-subscription__inner-wrapper h2 {
    max-width: 470px;
    margin: 0;
    color: #ffffff;
}
.trvtmpl-subscription__inner-wrapper .trvtmpl-request-button {
    margin: auto 0 auto auto;
}
/* SUBSCRIPTION END */

/* FOOTER */
.trvtmpl-footer {
    padding-bottom: 70px;
}
.trvtmpl-footer__inner-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.trvtmpl-footer__info {
    max-width: 35%;
}
.trvtmpl-footer__menu {
    width: 60%;
    margin-left: auto;
}
.trvtmpl-footer__menu nav {
    display: flex;
    justify-content: space-between;
}
.trvtmpl-footer__menu nav li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-footer__menu nav li:not(:first-child) {
    margin-top: 20px;
}
.trvtmpl-footer__menu nav .trvtmpl-menu__submenu {
    margin-top: 25px;
}
.trvtmpl-footer__menu .trvtmpl-menu__item--parent,
.trvtmpl-footer__menu-item-bold {
    font-weight: 600;
}
.trvtmpl-footer__contacts,
.trvtmpl-footer__socials {
    margin-top: 25px;
}
.trvtmpl-footer__contacts {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-footer__phone:not(:first-child),
.trvtmpl-footer__address:not(:first-child),
.trvtmpl-footer__mail:not(:first-child) {
    margin-top: 10px;
}
.trvtmpl-footer__additional-info {
    margin-top: 30px;
}
.trvtmpl-footer__popd p {
    margin: 0;
}
.trvtmpl-footer__copyright:not(:first-child),
.trvtmpl-footer__offer:not(:first-child),
.trvtmpl-footer__popd:not(:first-child),
.trvtmpl-footer__popd p:not(:first-child) {
    margin-top: 5px;
}
.trvtmpl-footer__copyright,
.trvtmpl-footer__popd {
    opacity: 0.4;
}
.trvtmpl-footer__copyright,
.trvtmpl-footer__popd p,
.trvtmpl-footer__popd a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: var(--trvtmplFontColorDark);
    text-decoration: none;
}
/* FOOTER END */

/* DAILY QUOTE */
.trvtmpl-daily-quote__inner-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.trvtmpl-daily-quote__inner-wrapper p:nth-child(odd),
.trvtmpl-daily-quote__inner-wrapper p:nth-child(even) {
    margin: 0;
}
.trvtmpl-daily-quote__inner-wrapper p:nth-child(odd):not(:first-child) {
    margin-top: 20px;
}
.trvtmpl-daily-quote__inner-wrapper p:nth-child(odd) {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--trvtmplTemplateColor);
}
.trvtmpl-daily-quote__inner-wrapper p:nth-child(even) {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: var(--trvtmplFontColorDark);
    margin-top: 13px;
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
}
/* DAILY QUOTE END */

/* HELPFUL TERMS */
.trvtmpl-helpful-terms__inner-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.trvtmpl-helpful-terms__inner-wrapper p {
    width: calc(50% - 50px);
}
.trvtmpl-helpful-terms__inner-wrapper p:nth-child(odd) {
    margin-right: 50px;
}
.trvtmpl-helpful-terms__inner-wrapper p:nth-child(even) {
    margin-left: 50px;
}
/* HELPFUL TERMS END */

/* ACHIEVEMENTS */
.trvtmpl-achievements {
    overflow: hidden;
}
.trvtmpl-achievements__items {
    padding: 50px 0;
    margin: -50px 0;
}
.trvtmpl-achievements__header {
    display: flex;
    align-items: center;
}
.trvtmpl-achievements__item {
    border-radius: 20px;
    background: #f7f7f7;
    box-shadow: 0 23px 46px 0 rgba(0, 0, 0, 0.03);
    overflow: hidden;
    height: 100%;
}
.trvtmpl-achievements__item--empty {
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.trvtmpl-achievements__item--empty::before {
    content: "";
    display: block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    background-image: url("../images/svg/award-icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    margin-left: auto;
}
.trvtmpl-achievements__item--empty::after {
    content: "ваш диплом";
    color: var(--trvtmplFontDarkColor);
    opacity: 0.2;
    width: 65%;

    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: #4c4c4c;
}
.trvtmpl-achievements__item img {
    width: auto;
    height: 100%;
    min-width: 100%;
    /* min-height: 100%; */
}
.trvtmpl-achievements .swiper {
    overflow: visible;
}
.trvtmpl-achievements .swiper-slide {
    min-width: 353px;
    max-width: 353px;
    height: 500px;
}
.trvtmpl-achievements__button {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.trvtmpl-achievements__button .swiper-button-prev,
.trvtmpl-achievements__button .swiper-button-next {
    position: unset;
}
.trvtmpl-achievements__button .swiper-button-next {
    margin-left: 25px;
}
/* ACHIEVEMENTS END */

/* TEAM */
.trvtmpl-team__inner-wrapper {
    display: flex;
}
.trvtmpl-team__tabs {
    /* display: flex;
    flex-direction: column; */
    margin-right: 35px;
    min-width: 298px;
}
.trvtmpl-team__tab {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out;
}
.trvtmpl-team__tab--active {
    background-color: #e2e2e2;
    cursor: default;
}
.trvtmpl-team__tab-image {
    min-width: 54px;
    min-height: 54px;
    border-radius: 50%;
    background-size: cover;
    margin-right: 15px;
}
.trvtmpl-team__tab-name {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-team__tab-position {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--trvtmplFontColorDark);
    opacity: 0.6;
}
.trvtmpl-team__item {
    display: flex;
    align-items: flex-start;
}
.trvtmpl-team__item:not(.trvtmpl-team__item--active) {
    display: none;
}
.trvtmpl-team__item-image {
    min-width: 359px;
    height: auto;
    margin-right: 45px;
    border-radius: 20px;
    overflow: hidden;
}
.trvtmpl-team__item-image img {
    width: 100%;
}
.trvtmpl-team__item-content {
    padding-top: 30px;
}
.trvtmpl-team__item-name {
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-team__item-information {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--trvtmplFontColorDark);
    opacity: 0.6;
}
.trvtmpl-team__item-information a {
    text-decoration: none;
    color: currentColor;
    transition: var(--trvtmplLinksTransition);
}
.trvtmpl-team__item-information a:hover {
    opacity: var(--trvtmplLinksHoverOpacity);
}
.trvtmpl-team .swiper-slide {
    height: auto;
}
.trvtmpl-team__item-description {
    margin-top: 30px;
    font-weight: 500;
    font-size: 18px;
    color: var(--trvtmplFontColorDark);
}
/* TEAM END */

@media screen and (min-width: 1001px) {
    /* REVIEWS */
    .trvtmpl-reviews__items {
        width: 450px;
    }
    .trvtmpl-reviews__items .swiper-slide-active {
        opacity: 1;
        z-index: 10;
        transform: translate(0, 0) scale(1);
    }
    .trvtmpl-reviews__items .swiper-slide-prev {
        opacity: 0.5;
        z-index: 5;
        transform: translate(-50px, 50px) scale(0.9);
    }
    .trvtmpl-reviews__items .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev) {
        opacity: 0;
        transform: translate(100%, 0);
        pointer-events: none;
    }
    .trvtmpl-reviews__items .swiper-pagination {
        right: -60px;
        top: 55%;
        display: flex;
        flex-direction: column;
        width: auto;
        align-items: flex-end;
        transform: translateY(-50%);
    }
    .trvtmpl-reviews__items .swiper-pagination-bullet:not(:first-child) {
        margin-top: 8px;
    }
    /* REVIEWS END */
}

@media screen and (max-width: 1120px) {
    /* HEADER */
    .trvtmpl-menu li:not(:first-child)::before {
        display: none;
    }
    /* HEADER END */

    /* DIGITS */
    .trvtmpl-digits__item:not(:nth-child(4n + 1))::before {
        display: none;
    }
    .trvtmpl-digits__item {
        padding: 0 10px;
    }
    /* DIGITS END*/

    /* GUIDE */
    .trvtmpl-guide__body-bg {
        display: none;
    }
    /* GUIDE END*/

    /* TEAM */
    .trvtmpl-team__item-image {
        min-width: 285px;
    }
    /* TEAM END */
}

@media screen and (max-width: 1000px) {
    h2 {
        font-size: 24px;
    }

    p {
        font-size: 16px;
    }

    ul {
        font-size: 16px;
    }

    /* CONTAINER */
    .trvtmpl-container {
        max-width: 100%;
    }
    .trvtmpl-container.trvtmpl-container-unset-m {
        padding-left: 0;
        padding-right: 0;
    }
    /* CONTAINER END */

    /* HEADER */
    .trvtmpl-header {
        margin-top: 25px;
    }
    .trvtmpl-header__col:not(:first-child) {
        margin-left: 15px;
    }
    .trvtmpl-header__body-mobile-search {
        margin-bottom: 30px;
    }
    .trvtmpl-header__body-banner {
        margin-left: var(--trvtmplContainerPadding);
        margin-right: var(--trvtmplContainerPadding);
        width: auto;
        min-height: auto;
        border-radius: 20px;
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .trvtmpl-header__body-banner.trvtmpl-header__body-banner--empty {
        display: none;
    }
    .trvtmpl-header__body-banner-text h1 {
        font-weight: 800;
        font-size: 28px;
        line-height: 34px;
        color: #ececec;
    }
    .trvtmpl-header__body-banner-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .trvtmpl-header__body-banner-socials {
        margin-top: 50px;
        margin-left: 0;
        padding: 8px 10px;
        border-radius: 25px;
    }
    .trvtmpl-header__body-banner-text p:first-of-type {
        margin-top: 25px;
    }
    .trvtmpl-header__phone-icon .trvtmpl-phone__content {
        font-size: 0;
    }
    .trvtmpl-header__body-banner-content {
        padding-left: var(--trvtmplContainerPadding);
        padding-right: var(--trvtmplContainerPadding);
    }
    /* HEADER END */

    /* GUIDE */
    .trvtmpl-guide__header {
        text-align: left;
        max-width: unset;
        margin-bottom: 35px;
        margin-left: 0;
        margin-right: 0;
    }
    .trvtmpl-guide__body {
        position: relative;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 0;
        counter-reset: guide;
    }
    .trvtmpl-guide__body::before {
        content: "";
        display: block;
        width: 0;
        height: 95%;
        position: absolute;
        left: 27px;
        border-left: 2px dashed var(--trvtmplTemplateColor);
        transform: translateX(30%);
        opacity: 0.1;
    }
    .trvtmpl-guide__item {
        text-align: left;
        flex-direction: row;
        width: 100%;
        margin-top: 0;
    }
    .trvtmpl-guide__item:not(:first-of-type) {
        margin-top: 30px;
    }
    .trvtmpl-guide__item:nth-child(4),
    .trvtmpl-guide__item:nth-child(5) {
        width: 100%;
    }
    .trvtmpl-guide__img-wrapper::before {
        content: counter(guide, decimal-leading-zero);
        counter-increment: guide;
        position: absolute;
        top: -5px;
        right: -15px;
        font-weight: 600;
        font-size: 14px;
        color: var(--trvtmplTemplateColor);
        opacity: 0.1;
    }
    .trvtmpl-guide__text-wrapper {
        margin-top: 0;
        margin-left: 20px;
    }
    .trvtmpl-guide__item p {
        font-weight: 600;
        font-size: 16px;
    }
    /* GUIDE */

    /* ABOUT */
    .trvtmpl-about__inner-wrapper {
        display: flex;
        align-items: center;
    }
    .trvtmpl-about__left-col {
        display: none;
    }
    .trvtmpl-about__right-col {
        width: 100%;
    }
    .trvtmpl-about__right-col .trvtmpl-request-button {
        margin-top: 30px;
    }
    /* ABOUT END */

    /* DIGITS */
    .trvtmpl-digits {
        border-radius: 0 0 30px 30px;
    }
    .trvtmpl-digits__inner-wrapper {
        padding-top: 115px;
        padding-bottom: 50px;
    }
    .trvtmpl-digits__image img {
        max-height: 400px;
        min-height: 400px;
    }
    .trvtmpl-digits__items {
        margin-left: 0;
        margin-top: calc(25px - 40px);
    }
    .trvtmpl-digits__item {
        max-width: 50%;
        width: 50%;
        margin-left: 0;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .trvtmpl-digits__item span {
        font-size: 34px;
        margin-right: 0;
    }
    .trvtmpl-digits__item p {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        margin-top: 10px;
    }
    .trvtmpl-digits__item:not(:nth-child(4n + 1))::before {
        display: none;
    }
    /* DIGITS END */

    /* REVIEWS */
    .trvtmpl-reviews__inner-wrapper {
        flex-direction: column;
        padding: 30px 20px;
    }
    .trvtmpl-reviews__items {
        width: 100%;
    }
    .trvtmpl-reviews__item {
        padding: 25px;
        height: 100%;
    }
    .trvtmpl-reviews__left-col,
    .trvtmpl-reviews__right-col {
        width: 100%;
    }
    .trvtmpl-reviews__left-col {
        padding-bottom: 25px;
        background-position: right center;
        background-size: 100px auto;
        padding-right: 100px;
    }
    .trvtmpl-reviews__right-col {
        margin-left: 0;
        display: flex;
        padding-bottom: 25px;
    }
    .trvtmpl-reviews__left-col-icon {
        width: 100px;
        height: auto;
        transform: unset;
    }
    .trvtmpl-reviews .swiper-slide {
        width: 320px;
    }
    .trvtmpl-reviews__item-text {
        font-size: 16px;
        line-height: 22px;
        max-height: 150px;
        margin-bottom: 30px;
    }
    .trvtmpl-reviews__item-author {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        max-width: 40%;
    }
    .trvtmpl-reviews .swiper-pagination {
        bottom: -20px;
    }
    .trvtmpl-reviews__items .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
    .trvtmpl-reviews__items .swiper-pagination-bullet-active {
        width: 16px;
        height: 6px;
        border-radius: 16px;
    }
    /* REVIEWS END */

    /* NEWS */
    .trvtmpl-news {
        overflow: hidden;
    }
    .trvtmpl-news__items .swiper {
        overflow: visible;
    }
    .trvtmpl-news__items .swiper-wrapper {
        display: flex;
        gap: 0;
    }
    .trvtmpl-news__item {
        width: 263px;
        height: 207px;
    }
    /* NEWS END */

    /* NEWS PAGE */
    .trvtmpl-news-page__items {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        margin-top: -15px;
        margin-left: -15px;
    }
    .trvtmpl-news-page__items .trvtmpl-news__item {
        width: calc(33% - 15px);
        margin-top: 15px;
        margin-left: 15px;
    }
    /* NEWS PAGE END*/

    /* MESSENGER */
    .trvtmpl-messenger__inner-wrapper {
        flex-direction: column-reverse;
        padding: 0 var(--trvtmplContainerPadding);
    }
    .trvtmpl-messenger__left-col {
        width: 100%;
        justify-content: center;
    }
    .trvtmpl-messenger__right-col {
        width: 100%;
        padding: 40px 0;
    }
    .trvtmpl-messenger__right-col p {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }
    /* MESSENGER END */

    /* MATCH TOUR */
    .trvtmpl-match-tour__left-col {
        display: none;
    }
    .trvtmpl-match-tour__right-col {
        width: 100%;
        padding-left: 0;
    }
    .trvtmpl-match-tour__right-col li::before {
        width: 30px;
        height: 30px;
    }
    .trvtmpl-match-tour__right-col li svg {
        left: 7px;
        top: 7px;
        max-width: 17px;
        width: auto;
        max-height: 19px;
        height: auto;
    }
    .trvtmpl-match-tour__right-col .trvtmpl-request-button {
        margin-top: 30px;
    }
    /* MATCH TOUR END*/

    /* CONTACTS BLOCK */
    .trvtmpl-contacts-block__header {
        max-width: 100%;
    }
    .trvtmpl-contacts-block__contacts {
        flex-direction: column;
    }
    .trvtmpl-contacts-block__contacts-item {
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        min-width: unset;
        width: 100%;
    }
    .trvtmpl-contacts-block__contacts-item:not(:first-child) {
        margin-left: 0;
        margin-top: 20px;
    }
    .trvtmpl-contacts-block__contacts-item-value,
    .trvtmpl-contacts-block__contacts-item-value a {
        font-size: 16px;
        line-height: 22px;
    }
    .trvtmpl-contacts-block__contacts-item-desc {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }
    .trvtmpl-contacts-block__map {
        margin-top: 25px;
    }
    /* CONTACTS BLOCK END */

    /* SUBSCRIPTION */
    .trvtmpl-subscription__inner-wrapper {
        padding: 40px 20px;
        min-height: 453px;
        flex-direction: column;
        align-items: flex-start;
    }
    .trvtmpl-subscription__inner-wrapper::after {
        background: linear-gradient(0deg, #dcdcdc, #dcdcdc),
            linear-gradient(180deg, #eae1e3 0%, rgba(219, 229, 241, 0) 100%);
    }
    .trvtmpl-subscription__inner-wrapper h2 {
        color: var(--trvtmplFontColorDark);
    }
    .trvtmpl-subscription__inner-wrapper .trvtmpl-request-button {
        margin: 30px 0 0 0;
    }
    /* SUBSCRIPTION END */

    /* FOOTER */
    .trvtmpl-footer {
        padding-bottom: 30px;
    }
    .trvtmpl-footer__info,
    .trvtmpl-footer__menu,
    .trvtmpl-footer__additional-info {
        width: 100%;
        max-width: 100%;
    }
    .trvtmpl-footer__contacts,
    .trvtmpl-footer__socials {
        margin-top: 20px;
    }
    .trvtmpl-footer__contacts {
        font-weight: 500;
    }
    .trvtmpl-footer__menu,
    .trvtmpl-footer__additional-info {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #dddddd;
    }
    .trvtmpl-footer__menu nav {
        flex-wrap: wrap;
        margin-top: -30px;
    }
    .trvtmpl-footer__menu nav > ul {
        margin-top: 30px;
        width: 43%;
    }
    .trvtmpl-footer__copyright,
    .trvtmpl-footer__popd p,
    .trvtmpl-footer__popd a {
        font-size: 12px;
    }
    /* FOOTER END */

    /* DAILY QUOTE */
    .trvtmpl-daily-quote__inner-wrapper p:nth-child(odd) {
        font-size: 12px;
        line-height: 18px;
    }
    .trvtmpl-daily-quote__inner-wrapper p:nth-child(even) {
        font-size: 24px;
        line-height: 29px;
        max-width: unset;
    }
    /* DAILY QUOTE END */

    /* HELPFUL TERMS */
    .trvtmpl-helpful-terms__inner-wrapper {
        display: block;
    }
    .trvtmpl-helpful-terms__inner-wrapper p {
        width: 100%;
    }
    .trvtmpl-helpful-terms__inner-wrapper p:nth-child(odd) {
        margin-right: 0;
    }
    .trvtmpl-helpful-terms__inner-wrapper p:nth-child(even) {
        margin-left: 0;
    }
    /* HELPFUL TERMS END */

    /* ACHIEVEMENTS */
    .trvtmpl-achievements .swiper-slide {
        min-width: 256px;
        max-width: 256px;
        height: 336px;
    }
    .trvtmpl-achievements__item {
        padding: 20px;
    }
    .trvtmpl-achievements__item--empty::before {
        width: 32px;
        min-width: 32px;
        height: 32px;
        min-height: 32px;
    }
    .trvtmpl-achievements__item--empty::after {
        font-size: 32px;
        line-height: 38px;
    }
    /* ACHIEVEMENTS END */

    /* TEAM */
    .trvtmpl-team__inner-wrapper {
        flex-direction: column;
    }
    .trvtmpl-team {
        overflow: hidden;
    }
    .trvtmpl-team .swiper {
        overflow: visible;
    }
    .trvtmpl-team .swiper-slide {
        /* display: flex; */
        width: auto;
    }
    .trvtmpl-team__tabs {
        margin-right: 0;
        margin-bottom: 25px;
        min-width: unset;
    }
    .trvtmpl-team__tab {
        padding: 11px 15px;
    }
    .trvtmpl-team__tab:not(.trvtmpl-team__tab--active) {
        background: #f7f7f7;
        box-shadow: 0px 9.5px 11.875px rgba(0, 0, 0, 0.04);
        border-radius: 10px;
    }
    .trvtmpl-team__tab-name {
        font-size: 14px;
        line-height: 18px;
    }
    .trvtmpl-team__tab-position {
        font-size: 12px;
        line-height: 16px;
    }
    .trvtmpl-team__item {
        flex-direction: column;
    }
    .trvtmpl-team__item-image {
        position: relative;
        max-width: 500px;
        margin-right: 0;
    }
    .trvtmpl-team__item-image::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(360deg, #353535 0%, rgba(53, 53, 53, 0) 50%);
        z-index: 1;
    }
    .trvtmpl-team__item-image-desc {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 2;
    }
    .trvtmpl-team__item-image-desc .trvtmpl-team__item-name,
    .trvtmpl-team__item-image-desc .trvtmpl-team__item-information {
        color: #ececec;
    }
    .trvtmpl-team__item-image-desc .trvtmpl-team__item-name {
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 24px;
    }
    .trvtmpl-team__item-image-desc .trvtmpl-team__item-information {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }
    .trvtmpl-team__item-content {
        padding-top: 0;
        margin-top: 25px;
    }
    .trvtmpl-team__item-description {
        margin-top: 0;
        font-size: 16px;
    }
    /* TEAM END */
}

@media screen and (max-width: 767px) {
    /* NEWS PAGE */
    .trvtmpl-news-page__items .trvtmpl-news__item {
        width: calc(50% - 15px);
    }
    /* NEWS PAGE END*/
}

@media screen and (max-width: 639px) {
    .trvtmpl-countries-p h1 {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    /* NEWS PAGE */
    .trvtmpl-news-page__items {
        margin-top: 0;
        margin-left: 0;
    }
    .trvtmpl-news-page__items .trvtmpl-news__item:not(:first-child) {
        margin-top: 15px;
    }
    .trvtmpl-news-page__items .trvtmpl-news__item {
        width: 100%;
    }
    /* NEWS PAGE END*/
}
div#mod-custom341 {
    width: 100%;
    height: 820px;
    overflow: hidden;
    text-align: -webkit-center;
    position: relative;
    margin: auto;
}
@media screen and (max-width: 767px) {
    #mod-custom341 > div {
        width: 100% !important;
    }
}
#mod-custom341 > p > iframe {
    width: 100%;
}
