@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;*/
}
@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/Jost-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/Jost-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/Jost-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/Jost-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/Jost-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/Jost-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/Jost-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/Jost-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    /*font-display: swap;*/
}
@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost/Jost-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    /*font-display: swap;*/
}

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

:root {
    --trvtmplContainerPadding: 20px;
    --trvtmplContainerMaxWidth: 1100px;
    --trvtmplLinksTransition: opacity 0.3s;
    --trvtmplLinksHoverOpacity: 0.8;
    --trvtmplFontColorDark: #02033b;
}

body {
    margin: 0;
    padding: 0;
    min-width: 360px;
}

/* main {
    position: relative;
} */

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

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: var(--trvtmplFontColorDark);
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    color: var(--trvtmplFontColorDark);
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--trvtmplFontColorDark);
}

ul {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;

    padding-inline-start: 26px;
}
ul li::marker {
    color: var(--trvtmplTemplateColorMain);
}

/* TV MODULES FIX */
.TVModalContainer ul,
.TVMobileContainer ul,
.TVModalContainer p,
.TVMobileContainer p {
    font-size: inherit;
    color: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    padding-inline-start: inherit;
}
/* TV MODULES FIX END */

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

.trvtmpl-hover--link {
    transition: var(--trvtmplLinksTransition);
}
.trvtmpl-hover--link:hover {
    opacity: var(--trvtmplLinksHoverOpacity);
}

/* .trvtmpl-page-content.trvtmpl-empty {
    margin: 0;
} */

/* CONTAINER */
.trvtmpl-container {
    padding-left: var(--trvtmplContainerPadding);
    padding-right: var(--trvtmplContainerPadding);
    max-width: var(--trvtmplContainerMaxWidth);
    margin-left: auto;
    margin-right: auto;
}
/* CONTAINER END */

/* BLOCK BG */
.trvtmpl-block-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.trvtmpl-block-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179.73deg, rgba(23, 23, 24, 0.7) 0.27%, rgba(23, 23, 24, 0) 26.63%),
        linear-gradient(359.73deg, #222222 0.24%, rgba(34, 34, 34, 0) 59.23%),
        linear-gradient(0deg, rgba(30, 30, 30, 0.7), rgba(30, 30, 30, 0.7)),
        linear-gradient(0deg, rgba(54, 75, 95, 0.3), rgba(54, 75, 95, 0.3));
}
/* BLOCK BG 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;
}
/* P UTILS END */

/* SWIPER */
body .swiper-button-next,
body .swiper-button-prev {
    width: 38px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid rgba(10, 11, 30, 0.5);
    position: unset;
    margin: 0;

    transition: opacity 0.3s;
}
body .swiper-button-next.swiper-button-next--shadow,
body .swiper-button-prev.swiper-button-prev--shadow {
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(10, 11, 30, 0.1);
}
body .swiper-button-next:hover,
body .swiper-button-prev:hover {
    opacity: 0.8;
}
body .swiper-button-next:after,
body .swiper-button-prev:after {
    content: "";
    width: 7px;
    height: 12px;
    background-image: url("../images/svg/swiper-arrow.svg");
    background-size: cover;
}
body .swiper-button-prev:after {
    transform: scaleX(-1);
}
body .swiper-button-next:after {
    transform: translateX(1px);
}
body .swiper-pagination-bullet-active {
    background-color: var(--trvtmplTemplateColor);
}
/* SWIPER END */

/* MAP */
#map {
    border-radius: 48px;
    border: 1.5px solid rgba(2, 3, 59, 0.1);
    overflow: hidden;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.trvtmpl-map__inner-wrapper {
    max-width: calc(1290px + var(--trvtmplContainerPadding) * 2);
    padding-left: var(--trvtmplContainerPadding);
    padding-right: var(--trvtmplContainerPadding);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
/* MAP END */

/* BLOCK HEADER */
.trvtmpl-block-header.trvtmpl-block-header--center {
    text-align: center;
}
.trvtmpl-block-header h2 {
    margin: 0;
}
/* BLOCK HEADER END */

/* PAGE HEADER TITLE */
.trvtmpl-page-header h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 51px;
    color: #ffffff;

    margin: 0;
}
h3 {
    font-size: 24px;
    line-height: 160%;
}
/* PAGE HEADER TITLE END */

/* PAGINATION */
.trvtmpl-pagination {
    margin-top: 20px;
}
.trvtmpl-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trvtmpl-pagination li:not(:first-child) {
    margin-left: 10px;
}
.trvtmpl-pagination li {
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-pagination li.trvtmpl-pagination__item--active {
    color: var(--trvtmplTemplateColorMain);
    pointer-events: none;
}
.trvtmpl-pagination li a {
    color: currentColor;
    transition: var(--trvtmplLinksTransition);
}
.trvtmpl-pagination li a:hover {
    opacity: var(--trvtmplLinksHoverOpacity);
}
/* PAGINATION END */

/* WRAPPED WORD */
.trvtmpl-wrapped-word {
    position: relative;
}
.trvtmpl-wrapped-word .trvtmpl-icon--wrapped-word-pattern {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.trvtmpl-tv-hot-tours__header .trvtmpl-icon--wrapped-word-pattern {
    transform: translate(-58%, -41%);
    width: 95%;
}
.trvtmpl-about__title .trvtmpl-icon--wrapped-word-pattern {
    transform: translate(-52%, -40%);
    width: 105%;
}
/* WRAPPED WORD END */

/* HEADER */
.trvtmpl-header {
    position: relative;
    margin-top: 20px;
    padding: 0 var(--trvtmplContainerPadding);
}
.trvtmpl-header__inner-wrapper {
    padding: 32px 56px 45px 56px;

    margin: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}
.trvtmpl-header__bg {
    background-image: url("/images/fon/fon.jpg");
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;

    overflow: hidden;
    border-radius: 48px;
}
.trvtmpl-header__bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 45.04%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(360deg, rgba(0, 0, 0, 0) 69.07%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0) 64.04%, rgba(0, 0, 0, 0.5) 83.33%, rgba(0, 0, 0, 0.5) 100%);
}
.trvtmpl-header__top {
    display: flex;
    width: 100%;
}
.trvtmpl-header__left-col {
    display: flex;
    max-width: 42%;
    padding-top: 8px;
}
.trvtmpl-header--without-title-module .trvtmpl-header__left-col {
    max-width: 50%;
}
.trvtmpl-header__logo {
    max-width: 240px;
    min-width: max-content;
    padding-top: 4px;
}
.trvtmpl-logo,
.trvtmpl-logo a {
    display: flex;
}
.trvtmpl-logo img {
    max-width: 200px;
    width: auto;
    max-height: 140px;
    height: 100%;
    object-fit: contain;
}
.trvtmpl-header__right-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    max-width: 58%;
    height: 100%;
}
.trvtmpl-header--without-title-module .trvtmpl-header__right-col {
    max-width: 50%;
}
.trvtmpl-header__phone {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #ffffff;
}
.trvtmpl-header--without-title-module .trvtmpl-header__phone {
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-header__phone .trvtmpl-icon--phone-icon {
    display: none;
}
.trvtmpl-header__address {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #ffffff;

    margin-top: 6px;
}
.trvtmpl-header--without-title-module .trvtmpl-header__address {
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-header__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 50%;
    text-align: right;
    padding-top: 2px;
}
.trvtmpl-header__request {
    margin-left: 27px;
}
.trvtmpl-header__menu {
    margin-left: 41px;
}
.trvtmpl-header__socials {
    margin-left: 35px;
}
.trvtmpl-header__socials .trvtmpl-socials__item {
    height: 24px;
    width: 24px;
}
.trvtmpl-header__socials .trvtmpl-socials .trvtmpl-socials-path--bg {
    fill: #ffffff;
}
.trvtmpl-header--without-title-module .trvtmpl-header__socials .trvtmpl-socials .trvtmpl-socials-path--bg {
    fill: var(--trvtmplFontColorDark);
}
.trvtmpl-header__middle:not(.trvtmpl-empty) {
    margin-top: 341px;
}
.trvtmpl-header__title-desc h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #ffffff;

    margin: 0;
    max-width: 510px;
}
.trvtmpl-header__title-desc p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #ffffff;

    margin: 20px 0;
}
.trvtmpl-header__bottom {
    margin-top: 28px;
}
.trvtmpl-header__middle.trvtmpl-empty + .trvtmpl-header__bottom {
    margin-top: 297px;
}
.trvtmpl-header__bottom .trvtmpl-search {
    min-height: 76px;
}
.trvtmpl-header__middle,
.trvtmpl-header__bottom {
    width: 100%;
}
.trvtmpl-header__burger,
.trvtmpl-header__menu-close,
.trvtmpl-header__menu-phone,
.trvtmpl-header__menu-address,
.trvtmpl-header__menu-request,
.trvtmpl-header__menu-socials {
    display: none;
}
.trvtmpl-header__menu .trvtmpl-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.trvtmpl-header__menu .trvtmpl-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.trvtmpl-header__menu .trvtmpl-menu li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;

    position: relative;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: var(--trvtmplLinksTransition);
    color: #ffffff;
}
.trvtmpl-header__menu .trvtmpl-menu li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 2000px;
    box-sizing: border-box;
    pointer-events: none;
}
.trvtmpl-header--without-title-module .trvtmpl-header__menu .trvtmpl-menu li {
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-header--without-title-module .trvtmpl-header__menu .trvtmpl-menu li::before {
    border-color: var(--trvtmplFontColorDark);
    opacity: 0.4;
}
.trvtmpl-header__menu .trvtmpl-menu li > a,
.trvtmpl-header__menu .trvtmpl-menu li > span {
    display: flex;
    align-items: center;
}
.trvtmpl-header__menu .trvtmpl-icon--menu-item-down-arrow {
    margin-left: 5px;
}
.trvtmpl-header--without-title-module .trvtmpl-header__menu .trvtmpl-icon--menu-item-down-arrow path {
    fill: var(--trvtmplFontColorDark);
}
.trvtmpl-header__menu .trvtmpl-menu__item--active .trvtmpl-icon--menu-item-down-arrow path {
    fill: var(--trvtmplTemplateColorMain);
}
.trvtmpl-header__menu .trvtmpl-menu a {
    text-decoration: none;
    color: currentColor;
}
.trvtmpl-header__menu .trvtmpl-menu .trvtmpl-menu__submenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    pointer-events: none;
    background-color: #f7f7f9;
    box-shadow: 0px 1px 23px rgba(0, 0, 0, 0.05), 0px 15px 30px rgba(20, 59, 121, 0.03);
    border-radius: 12px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    min-width: 100%;
    z-index: 2;
    gap: 0;
}
.trvtmpl-header__menu .trvtmpl-menu__item--parent:hover .trvtmpl-menu__submenu {
    opacity: 1;
    pointer-events: initial;
}
.trvtmpl-header--without-title-module .trvtmpl-header__menu .trvtmpl-menu .trvtmpl-menu__submenu {
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.05), 0px 15px 30px rgba(20, 59, 121, 0.03);
}
.trvtmpl-header__menu .trvtmpl-menu__submenu li {
    color: var(--trvtmplFontColorDark);
    width: 100%;
    padding: 0;
    border: 0;
}
.trvtmpl-header__menu .trvtmpl-menu__submenu li::before {
    display: none;
}
.trvtmpl-header__menu .trvtmpl-menu__item--parent:hover::after {
    opacity: 0;
}
.trvtmpl-header__menu .trvtmpl-menu .trvtmpl-menu__item--active,
.trvtmpl-header__menu .trvtmpl-menu .trvtmpl-menu__item--active::before,
.trvtmpl-header--without-title-module .trvtmpl-header__menu .trvtmpl-menu .trvtmpl-menu__item--active,
.trvtmpl-header--without-title-module .trvtmpl-header__menu .trvtmpl-menu .trvtmpl-menu__item--active::before {
    color: var(--trvtmplTemplateColorMain);
    border-color: var(--trvtmplTemplateColorMain);
}
.trvtmpl-header__menu .trvtmpl-menu__submenu a {
    width: 100%;
    padding: 10px 15px;
    transition: background-color 0.15s;
}
.trvtmpl-header__menu .trvtmpl-menu__submenu a:hover {
    background-color: #ededed;
}
.trvtmpl-header__default-title {
    padding-left: var(--trvtmplContainerPadding);
    padding-right: var(--trvtmplContainerPadding);
    max-width: var(--trvtmplContainerMaxWidth);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 70px;
    text-align: center;
}
.trvtmpl-header--without-title-module .trvtmpl-header__default-title h1 {
    color: var(--trvtmplFontColorDark);
    margin: 0;
}
/* HEADER END */

/* OVERLAY */
.trvtmpl-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    opacity: 0;
    pointer-events: none;
    transition: opacity ease-in-out 0.3s;
}
.trvtmpl-overlay--active {
    opacity: 1;
    pointer-events: unset;
}
/* OVERLAY END */

/* FOOTER MENU */
.trvtmpl-footer__menu nav {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
.trvtmpl-footer__menu ul {
    display: flex;
    flex-direction: column;
    row-gap: 27px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.trvtmpl-menu__item--parent ~ ul {
    row-gap: 13px;
}
.trvtmpl-footer__menu nav > ul {
    width: 25%;
    padding: 0 5px;
}
.trvtmpl-footer__menu a {
    text-decoration: none;
    color: currentColor;
    transition: (var(--trvtmplLinksTransition));
}
.trvtmpl-footer__menu a:hover {
    opacity: var(--trvtmplLinksHoverOpacity);
}
.trvtmpl-footer__menu li {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    opacity: 0.5;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-footer__menu li.trvtmpl-menu__item--parent,
.trvtmpl-footer__menu li > a.bold {
    font-weight: 600;
}
.trvtmpl-footer__menu li.trvtmpl-menu__item--parent,
.trvtmpl-footer__menu nav > ul > li {
    opacity: 1;
}
.trvtmpl-footer__menu .trvtmpl-menu__item--parent span {
    cursor: default;
}
/* FOOTER MENU END */

/* FOOTER */
.trvtmpl-footer__inner-wrapper {
    max-width: 1330px;
    padding-left: var(--trvtmplContainerPadding);
    padding-right: var(--trvtmplContainerPadding);
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.trvtmpl-footer__copyright,
.trvtmpl-footer__link a,
.trvtmpl-footer__org-details,
.trvtmpl-footer__org-details p {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: var(--trvtmplFontColorDark);
    text-decoration: none;
}
.trvtmpl-footer__copyright {
    line-height: 30px;
}
.trvtmpl-footer__copyright,
.trvtmpl-footer__link,
.trvtmpl-footer__org-details {
    opacity: 0.3;
}
.trvtmpl-footer__link,
.trvtmpl-footer__org-details,
.trvtmpl-footer__org-details p {
    text-align: right;
}
.trvtmpl-footer__link p,
.trvtmpl-footer__org-details p {
    line-height: 23px;
    margin: 0;
}
.trvtmpl-footer__org-details {
    width: 100%;
}
.trvtmpl-footer__menu {
    width: 70%;
}
.trvtmpl-footer__company {
    width: 26%;
    padding-right: 90px;
}
.trvtmpl-footer__company-text {
    opacity: 0.5;
    margin-top: 25px;
}
.trvtmpl-footer__company-text,
.trvtmpl-footer__company-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-footer__socials {
    margin-top: 39px;
}
.trvtmpl-footer__socials .trvtmpl-socials .trvtmpl-socials-path--bg {
    fill: var(--trvtmplFontColorDark);
}
.trvtmpl-footer__bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
    padding: 18px 0px;
    border-top: 1px solid rgba(2, 3, 59, 0.08);
}
/* FOOTER END */

/* MAIN PAGE */
.trvtmpl-body.trvtmpl-body--main-page .trvtmpl-header__middle,
.trvtmpl-body.trvtmpl-body--main-page .trvtmpl-header__bottom {
    max-width: 1056px;
    margin-left: auto;
    margin-right: auto;
}
.trvtmpl-body.trvtmpl-body--main-page .trvtmpl-header__middle:not(.trvtmpl-empty) {
    margin-top: 290px;
}
.trvtmpl-body.trvtmpl-body--main-page .trvtmpl-header__title-desc p {
    margin: 10px 0;
}
.trvtmpl-body.trvtmpl-body--main-page .trvtmpl-header__inner-wrapper {
    padding: 32px 56px 50px 56px;
}
/* MAIN PAGE END */

/* ABOUT PAGE */
.trvtmpl-body.about-page .trvtmpl-header__bg {
    background-image: url("/images/fon/fon-about-pg.jpg");
}
/* ABOUT PAGE END */

/* TEAM PAGE */
.trvtmpl-team-page .swiper {
    overflow: visible;
}
.trvtmpl-body.team-page .trvtmpl-header__bg {
    background-image: url("/images/fon/fon-team-pg.jpg");
}
/* TEAM PAGE END */

/* CONTACTS PAGE */
.trvtmpl-contacts-page a,
.trvtmpl-contacts-page p,
.trvtmpl-contacts-page .trvtmpl-address__content {
    font-size: 18px;
    line-height: 160%;
}
/* CONTACTS PAGE END */

/* NEWS PAGE */
.trvtmpl-news-page__items {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    gap: 25px;
}
.trvtmpl-news-page .trvtmpl-news__item {
    width: calc(33.33% - 17px);
    background-color: transparent;
    height: auto;
}
/* NEWS PAGE END */

/* REVIEWS PAGE */
.trvtmpl-reviews-page__items {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    gap: 25px;
}
.trvtmpl-reviews-page__item {
    width: calc(33.33% - 17px);
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.06);
    border-radius: 36px;
    padding: 34px 33px 33px 34px;
    overflow: hidden;
    height: auto;
}
.trvtmpl-reviews-page__item-comment {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--trvtmplFontColorDark);

    max-height: 170px;
    overflow-y: auto;
    padding: 1px 0;
}
.trvtmpl-reviews-page__item-comment::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
}
.trvtmpl-reviews-page__item-comment::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}
.trvtmpl-reviews-page__item-comment::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #f1f1f1;
}
.trvtmpl-reviews-page__item-author {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-reviews-page__item-footer {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding-top: 60px;
    margin-top: auto;
}
.trvtmpl-reviews-page__item-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.trvtmpl-reviews-page__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--trvtmplFontColorDark);
}
/* REVIEWS PAGE END */

/* TV MIN PRICE */
.trvtmpl-tv-min-price__inner-wrapper {
    padding-left: 26px;
}
/* TV MIN PRICE END */

/* TV HOT */
.trvtmpl-tv-hot-tours__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 60px;
}
.trvtmpl-tv-hot-tours__more-btn-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: var(--trvtmplFontColorDark);
    text-decoration: none;

    display: inline-flex;
    border: 1px solid var(--trvtmplFontColorDark);
    border-radius: 2000px;
    padding: 12px 19px 14px 19px;
    transition: var(--trvtmplLinksTransition);
    transform: translateY(2px) translateX(-2px);
    flex-shrink: 0;
}
.trvtmpl-tv-hot-tours__more-btn-link:hover {
    opacity: var(--trvtmplLinksHoverOpacity);
}
.trvtmpl-tv-hot-tours__body {
    margin-top: 36px;
}
/* TV HOT END */

/* TV SLIDER */
.trvtmpl-tv-slider__inner-wrapper {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}
/* TV SLIDER END */

/* GUIDE */
.trvtmpl-guide {
    padding-top: 99px;
    padding-bottom: 90px;
    position: relative;
}
.trvtmpl-guide__inner-wrapper {
    max-width: 1135px;
}
.trvtmpl-guide__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    transform: translateY(-10%);
    background-image: url("/images/guide-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -3;
}
.trvtmpl-guide__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, white 0%, transparent 40%);
    pointer-events: none;
}
.trvtmpl-guide__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, white 0%, transparent 40%);
    pointer-events: none;
}
.trvtmpl-guide__header h2 {
    line-height: 53px;

    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
}
.trvtmpl-guide__items {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100px;
    padding: 82px 162px 81px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 90px;
    row-gap: 85px;
}
.trvtmpl-guide__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    flex: 1 0 calc(33.33% - 90px);
    max-width: 264px;
    position: relative;
}
.trvtmpl-guide__item.with-separator::before {
    content: "";
    display: block;
    width: 44px;
    height: 1px;
    background-color: var(--trvtmplFontColorDark);
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translate(-100%, -50%);
    opacity: 0.2;
}
.trvtmpl-guide__img-wrapper {
    display: flex;
}
.trvtmpl-guide__text-wrapper {
    text-align: center;
}
.trvtmpl-guide__text-wrapper,
.trvtmpl-guide__text-wrapper p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: var(--trvtmplFontColorDark);
}
/* GUIDE END */

/* MESSENGER */
.trvtmpl-messenger__inner-wrapper {
    position: relative;
    padding: 100px 145px 85px;
    background: rgba(255, 194, 71, 0.2);
    border-radius: 100px;
    overflow: hidden;
}
.trvtmpl-messenger__inner-wrapper::after,
.trvtmpl-messenger__inner-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.trvtmpl-messenger__inner-wrapper::after {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
}
.trvtmpl-messenger__inner-wrapper::before {
    background-color: var(--trvtmplTemplateColorMain);
    z-index: -2;
}
.trvtmpl-messenger__title {
    text-align: center;
}
.trvtmpl-messenger__title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    color: var(--trvtmplFontColorDark);

    margin: 0;
}
.trvtmpl-messenger__title p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: var(--trvtmplFontColorDark);

    margin: 16px 0;
}
.trvtmpl-messenger__title a {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: var(--trvtmplFontColorDark);
    text-decoration: none;

    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 18px 41px;
    gap: 12px;
    background: var(--trvtmplButtonsColorMain);
    border-radius: 42px;
    margin-top: 34px;
}
.trvtmpl-messenger__title .trvtmpl-socials-path--bg {
    fill: #02033b;
}
.trvtmpl-messenger__title .trvtmpl-socials-path--pattern {
    fill: #ffffff;
}
.trvtmpl-messenger__stars svg {
    position: absolute;
    height: auto;
}
.trvtmpl-messenger__stars svg:nth-child(n + 4) {
    display: none;
}
.trvtmpl-messenger__stars svg:nth-child(1) {
    width: 19px;
    top: 55px;
    left: 569px;
}
.trvtmpl-messenger__stars svg:nth-child(2) {
    width: 38px;
    bottom: 144px;
    left: 297px;
}
.trvtmpl-messenger__stars svg:nth-child(3) {
    width: 25px;
    bottom: 123px;
    right: 321px;
}
/* MESSENGER END */

/* REVIEWS */
.trvtmpl-reviews {
    overflow: hidden;
}
.trvtmpl-reviews__header h2 {
    max-width: 626px;
    margin-left: auto;
    margin-right: auto;
}
.trvtmpl-reviews__body {
    margin-top: 40px;
}
.trvtmpl-reviews__swiper {
    overflow: visible;
    padding-left: 96px;
    padding-right: 96px;
    position: relative;
}
.trvtmpl-reviews__swiper .swiper-slide {
    transition: opacity 0.5s ease;
}
.trvtmpl-reviews__swiper .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0.3;
}
.trvtmpl-reviews__item {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.06);
    border-radius: 36px;
    padding: 34px 33px 33px 34px;
    overflow: hidden;
    width: 400px;
    height: auto;
}
.trvtmpl-reviews__item-comment {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--trvtmplFontColorDark);

    max-height: 100px;
    overflow-y: auto;
    padding: 1px 0;
}
.trvtmpl-reviews__item-footer {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding-top: 60px;
    margin-top: auto;
}
.trvtmpl-reviews__item-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.trvtmpl-reviews__item-author {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-reviews__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-reviews__swiper .swiper-button-prev {
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translate(0, -50%);
}
.trvtmpl-reviews__swiper .swiper-button-next {
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translate(0, -50%);
}
.trvtmpl-reviews__footer {
    text-align: center;
    margin-top: 40px;
}
.trvtmpl-reviews__more-btn-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: var(--trvtmplFontColorDark);

    display: inline-flex;
    padding: 13px 25px;
    border: 1px solid var(--trvtmplFontColorDark);
    border-radius: 200px;
    transition: var(--trvtmplLinksTransition);
}
.trvtmpl-reviews__more-btn-link:hover {
    opacity: var(--trvtmplLinksHoverOpacity);
}
/* REVIEWS END */

/* NEWS */
.trvtmpl-news {
    overflow-x: clip;
}
.trvtmpl-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 60px;
}
.trvtmpl-news__header h2 {
    margin: 0;
}
.trvtmpl-news__more-btn-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    color: var(--trvtmplFontColorDark);

    display: inline-flex;
    padding: 12px 23px 14px 23px;
    border: 1px solid var(--trvtmplFontColorDark);
    border-radius: 200px;
    transition: var(--trvtmplLinksTransition);
    transform: translateY(5px);
}
.trvtmpl-news__more-btn-link:hover {
    opacity: var(--trvtmplLinksHoverOpacity);
}
.trvtmpl-news__body {
    margin-top: 50px;
}
.trvtmpl-news__swiper {
    overflow: visible;
}
.trvtmpl-news__item {
    width: 325px;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.06);
    height: auto;
}
.trvtmpl-news__item-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    height: 100%;
}
.trvtmpl-news__item-image {
    position: relative;
    height: 180px;
}
.trvtmpl-news__item-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.trvtmpl-news__item-date {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 9px;
    color: #ffffff;

    display: inline-block;
    padding: 8px 10px;
    background: linear-gradient(180deg, var(--trvtmplTemplateColorSecondary)), #ffc247;
    border-radius: 0px 12px;
    position: absolute;
    top: 16px;
    right: 16px;
}
.trvtmpl-news__item-body {
    background-color: #ffffff;
    box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.06);
    padding: 24px 60px 28px 36px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    flex-grow: 1;
}
.trvtmpl-news__item-title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--trvtmplFontColorDark);

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.trvtmpl-news__item-content,
.trvtmpl-news__item-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-news__item-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/* NEWS END */

/* MATCH TOUR */
.trvtmpl-match-tour {
    position: relative;
}
.trvtmpl-match-tour__bg {
    content: "";
    width: 100%;
    height: 990px;
    background-image: url("/images/match-tour-bg.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: translateY(-102px);
}
.trvtmpl-match-tour__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, white 0%, transparent 40%);
    pointer-events: none;
}
.trvtmpl-match-tour__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, white 0%, transparent 40%);
    pointer-events: none;
}
.trvtmpl-match-tour__images {
    width: 410px;
    height: 270px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.trvtmpl-match-tour__images img {
    position: absolute;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.trvtmpl-match-tour__images img:nth-child(1) {
    left: 188px;
    top: 0;
    width: 52px;
    height: 52px;
}
.trvtmpl-match-tour__images img:nth-child(2) {
    width: 86px;
    height: 86px;
    top: 74px;
    left: 0px;
}
.trvtmpl-match-tour__images img:nth-child(3) {
    width: 169px;
    height: 169px;
    left: 134px;
    bottom: 0;
}
.trvtmpl-match-tour__images img:nth-child(4) {
    width: 63px;
    height: 63px;
    bottom: 66px;
    right: 0;
}
.trvtmpl-match-tour__body {
    width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 37px;
}
.trvtmpl-match-tour__text-module {
    max-width: 682px;
    margin-left: auto;
    margin-right: auto;
}
.trvtmpl-match-tour__text {
    text-align: center;
}
.trvtmpl-match-tour__text h2 {
    letter-spacing: -0.02em;
    line-height: 53px;

    margin: 0;
}
.trvtmpl-match-tour__text,
.trvtmpl-match-tour__text p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;

    color: var(--trvtmplFontColorDark);
}
.trvtmpl-match-tour__request {
    text-align: center;
    margin-top: 36px;
}
/* MATCH TOUR END */

/* CONTACTS BLOCK */
.trvtmpl-contacts-block {
    display: flex;
    position: absolute;
    z-index: 1;
    left: 95px;
    transform: translateY(-51%);
}
.trvtmpl-contacts-block__inner-wrapper {
    display: inline-flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 0.8px solid #e6e6e6;
    box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.06);
    border-radius: 36px;
    padding: 24px 41px 24px 20px;
    row-gap: 15px;
}
.trvtmpl-contacts-block__item {
    display: flex;
    align-items: center;
    position: relative;
    flex: 0 1 auto;
    column-gap: 13px;
}
.trvtmpl-contacts-block__item-icon-bg {
    background: var(--trvtmplTemplateColorMain);
    display: flex;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.trvtmpl-contacts-block__item-icon {
    padding: 6px;
    position: relative;
    border: 1px solid var(--trvtmplTemplateColorMain);
    border-radius: 50%;
}
.trvtmpl-contacts-block__item-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.trvtmpl-contacts-block__item-icon .trvtmpl-icon--phone-icon path.phone-icon--pattern,
.trvtmpl-contacts-block__item-icon .trvtmpl-icon--mail-icon path.mail-icon--pattern,
.trvtmpl-contacts-block__item-icon .trvtmpl-icon--address-icon path.address-icon--pattern {
    fill: #ffffff;
}
.trvtmpl-contacts-block__item-value {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-contacts-block__item-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: var(--trvtmplFontColorDark);

    opacity: 0.4;
}
/* CONTACTS BLOCK END */

/* SUBSCRIPTION */
.trvtmpl-subscription {
    display: inline-flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 0.8px solid #e6e6e6;
    box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.06);
    border-radius: 36px;
    padding: 32px 33px 30px 34px;
    row-gap: 16px;
    position: absolute;
    right: 95px;
    bottom: 0;
    transform: translateY(34%);
}
.trvtmpl-subscription__title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: var(--trvtmplFontColorDark);

    margin: 0;
}
/* SUBSCRIPTION END */

/* ACHIEVEMENTS */
.trvtmpl-achievements {
    overflow: hidden;
    padding-bottom: 45px;
    margin-bottom: -45px;
}
.trvtmpl-achievements__header {
    display: flex;
}
.trvtmpl-achievements__header h2 {
    margin: 0;
}
.trvtmpl-achievements__nav {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.trvtmpl-achievements__nav .swiper-button-next {
    margin-left: 5px;
}
.trvtmpl-achievements__body {
    margin-top: 43px;
}
.trvtmpl-achievements__item {
    width: 352px;
    height: 500px;
    background: #ffffff;
    box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
}
.trvtmpl-achievements__item.trvtmpl-empty {
    display: flex;
    flex-direction: column;
    padding: 33px 34px 30px 37px;
}
.trvtmpl-achievements__item.trvtmpl-empty::before {
    content: "";
    background-image: url("../images/svg/achievement-empty-bg.svg");
    background-size: cover;
    width: auto;
    height: 331px;
}
.trvtmpl-achievements__item.trvtmpl-empty::after {
    content: "ваш\Aсертификат";
    white-space: pre;
    margin-top: 26px;

    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #343434;
    opacity: 0.2;
}
.trvtmpl-achievements__body .swiper {
    overflow: visible;
}
.trvtmpl-achievements__body .swiper-wrapper {
    height: auto;
}
/* ACHIEVEMENTS END */

/* TEAM */
.trvtmpl-team {
    overflow-x: clip;
}
.trvtmpl-team__swiper {
    overflow: visible;
}
.trvtmpl-team__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 33px;
    row-gap: 18px;
}
.trvtmpl-team__item {
    display: flex;
    text-decoration: none;

    display: flex;
    background-color: #ffffff;
    border: 1px solid #eaebec;
    box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.06);
    border-radius: 36px;
    overflow: hidden;
    flex: 1 0 calc(50% - 18px);
}
.trvtmpl-team__item-image {
    width: 216px;
    height: 208px;
    display: flex;
    flex-shrink: 0;
    border-radius: 36px;
    overflow: hidden;
}
.trvtmpl-team__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trvtmpl-team__item-desc {
    padding: 32px 27px;
}
.trvtmpl-team__item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-team__item-position {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    margin-top: 8px;
    background: linear-gradient(180deg, var(--trvtmplTemplateColorSecondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.trvtmpl-team__item-about {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #787a82;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* TEAM END */

/* ABOUT */
.trvtmpl-about {
    padding-left: var(--trvtmplContainerPadding);
    padding-right: var(--trvtmplContainerPadding);
}
.trvtmpl-about__inner-wrapper {
    background-color: #f0f0f0;
    border-radius: 100px;
}
.trvtmpl-about__body {
    max-width: 1230px;
    display: flex;
    align-items: center;
    column-gap: 58px;
    margin-left: auto;
    margin-right: auto;
    padding: 92px 87px 99px 87px;
}
.trvtmpl-about__left-col {
    flex: 1 0 calc(53% - 30px);
}
.trvtmpl-about__right-col {
    flex: 1 0 calc(47% - 30px);
}
.trvtmpl-about__title h2 {
    margin: 0;
}
.trvtmpl-about__left-col {
    display: flex;
    flex-direction: column;
    row-gap: 34px;
    z-index: 1;
}
.trvtmpl-about__text,
.trvtmpl-about__text p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-about__text p {
    margin: 26px 0;
}
.trvtmpl-about__image {
    display: inline-flex;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 28px 25px 0px 1px var(--trvtmplTemplateColorMain);
}
/* ABOUT END */

/* ABOUT DIGITS */
.trvtmpl-about-digits {
    overflow-x: clip;
}
.trvtmpl-about-digits__inner-wrapper {
    --columm-gap: 45px;

    display: flex;
    flex-wrap: wrap;
    column-gap: var(--columm-gap);
    padding-top: 8px;
}
.trvtmpl-about-digits__header {
    flex: 1 1 calc(39% - (var(--columm-gap) / 3));
    padding-top: 28px;
}
.trvtmpl-about-digits__header h2 {
    letter-spacing: -0.02em;

    margin: 0;
}
.trvtmpl-about-digits__header p:first-child,
.trvtmpl-about-digits__footer p:first-child {
    margin-top: 0;
}
.trvtmpl-about-digits__header p:last-child,
.trvtmpl-about-digits__footer p:last-child {
    margin-bottom: 0;
}
.trvtmpl-about-digits__header,
.trvtmpl-about-digits__header p,
.trvtmpl-about-digits__footer,
.trvtmpl-about-digits__footer p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-about-digits__body {
    flex: 1 0 calc(29% - (var(--columm-gap) / 3));
}
.trvtmpl-about-digits__footer {
    flex: 1 1 calc(24% - (var(--columm-gap) / 3));
    padding-top: 33px;
}
.trvtmpl-about-digits__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 305px;
    height: 621px;
    background-image: url("../images/png/phone.png");
    background-size: cover;
    user-select: none;
    margin-left: auto;
    margin-right: auto;
}
.trvtmpl-about-digits__phone img {
    border-radius: 36px;
    width: 100%;
    height: 100%;
    max-width: 97%;
    max-height: 97%;
    object-fit: cover;
    z-index: -1;
    position: relative;
}
.trvtmpl-about-digits__p-block {
    background-color: #ffffff;
    box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.06);
    border-radius: 36px;
    padding: 24px 26px;
    margin-top: 29px;
}
.trvtmpl-about-digits__phone .trvtmpl-about-digits__p-block {
    display: none;
}
.trvtmpl-about-digits__p-block p:first-child {
    margin-top: 0;

    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-about-digits__p-block p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--trvtmplFontColorDark);

    margin: 7px 0;
}
.trvtmpl-about-digits__p-block p:last-child {
    margin-bottom: 0;
}
.trvtmpl-about-digits__digits {
    margin: 50px auto 0;
    max-width: 100%;
}
.trvtmpl-about-digits__digits .swiper {
    overflow: visible;
}
.trvtmpl-about-digits__digits-item {
    background-color: #f5f5f5;
    border-radius: 36px;
    padding: 30px;
    width: 224px;
    height: auto;
}
.trvtmpl-about-digits__digits-item:last-child {
    margin-right: 0 !important;
}
.trvtmpl-about-digits__digits-item:first-child {
    background-color: var(--trvtmplTemplateColorSecondary);
}
.trvtmpl-about-digits__digits-item:first-child p:first-child,
.trvtmpl-about-digits__digits-item:first-child p {
    color: #ffffff;
}
.trvtmpl-about-digits__digits-item p:first-child {
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 65px;
    letter-spacing: -0.04em;
    color: var(--trvtmplFontColorDark);

    margin-top: 0;
}
.trvtmpl-about-digits__digits-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--trvtmplFontColorDark);

    margin: 4px 0 0 0;
}
/* ABOUT DIGITS END */

/* ABOUT DIGITS STATIC */
.trvtmpl-about-digits--static .trvtmpl-about-digits__inner-wrapper {
    padding-bottom: 240px;
}
.trvtmpl-about-digits--static .trvtmpl-about-digits__footer {
    position: relative;
}
.trvtmpl-about-digits--static .trvtmpl-about-digits__digits {
    position: absolute;
    margin-top: 0;
    left: 0;
    top: 234px;
    display: none;
}
.trvtmpl-about-digits--static .trvtmpl-about-digits__digits.trvtmpl-ready {
    display: block;
}
.trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item {
    position: relative;
}
.trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(2) {
    top: 62px;
    right: 151px;
}
.trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(2) a {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -2%;
    color: var(--trvtmplFontColorDark);
    text-decoration: none;

    display: inline-flex;
    padding: 14px 25px;
    background: var(--trvtmplButtonsColorMain);
    border-radius: 2000px;
    margin-top: 25px;
}
.trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(3) {
    right: 444px;
    top: -58px;
}
.trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(1) {
    padding: 30px;
}
.trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(2) {
    padding: 31px 22px 28px 30px;
}
.trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(3) {
    padding: 30px 24px 27px 30px;
}
.trvtmpl-about-digits--static .trvtmpl-request-button {
    margin-top: 25px;
}
.trvtmpl-about-digits--static .trvtmpl-about-digits__p-block {
    position: relative;
}
.trvtmpl-about-digits--static .trvtmpl-about-digits__p-block:nth-child(3) {
    margin-top: 47px;
    margin-left: auto;
    margin-right: 7px;
    width: 315px;
}
.trvtmpl-about-digits--static .trvtmpl-about-digits__p-block:nth-child(4) {
    width: 353px;
}
/* ABOUT DIGITS STATIC END */

/* TEXT BLOCK */
.trvtmpl-text-block__inner-wrapper {
    padding-left: var(--trvtmplContainerPadding);
    padding-right: var(--trvtmplContainerPadding);
    max-width: calc(825px + (var(--trvtmplContainerPadding) * 2));
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.trvtmpl-text-block__content {
    z-index: 1;
}
.trvtmpl-text-block__content h2,
.trvtmpl-text-block__content p {
    font-style: normal;
    font-size: 44px;
    line-height: 57px;
    color: var(--trvtmplFontColorDark);

    margin: 0;
}
.trvtmpl-text-block__content h2 {
    font-weight: 700;
}
.trvtmpl-text-block__content p {
    font-weight: 400;
}
.trvtmpl-text-block__content .trvtmpl-with-bg {
    position: relative;
    padding: 0 14px;
    color: #ffffff;
}
.trvtmpl-text-block__content .trvtmpl-with-bg::before {
    content: "";
    display: block;
    width: 104%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    background-color: var(--trvtmplTemplateColorSecondary);
    z-index: -1;
    height: 60px;
    border-radius: 1700px;
}
.trvtmpl-text-block__before,
.trvtmpl-text-block__after {
    display: flex;
    justify-content: center;
}
.trvtmpl-text-block__before path,
.trvtmpl-text-block__after path {
    fill: var(--trvtmplTemplateColorSecondary);
}
.trvtmpl-text-block__after {
    padding-top: 4px;
}

/* TEXT BLOCK END */

@media screen and (max-width: 1200px) {
    /* ABOUT DIGITS STATIC */
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(1) {
        top: 50px;
    }
    /* ABOUT DIGITS STATIC END */
}

@media screen and (max-width: 1060px) {
    /* ABOUT DIGITS */
    .trvtmpl-about-digits__phone {
        width: 274px;
        height: 560px;
    }
    /* ABOUT DIGITS END */
}
@media screen and (min-width: 1001px) {
    .trvtmpl-body--main-page .trvtmpl-header__top .trvtmpl-logo,
    .about-page .trvtmpl-header__top .trvtmpl-logo,
    .team-page .trvtmpl-header__top .trvtmpl-logo {
        filter: brightness(0) invert(1);
    }
}

@media screen and (max-width: 1000px) {
    h1 {
        font-size: 32px;
        line-height: 38px;
    }

    h2 {
        font-size: 28px;
        line-height: 31px;
    }

    p {
        font-size: 15px;
        line-height: 22px;
    }

    ul {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.02em;

        padding-inline-start: 17px;
    }

    /* BLOCK HEADER */
    /* BLOCK HEADER END */

    /* BLOCK BG */
    /* BLOCK BG END*/

    /* PAGE HEADER */
    .trvtmpl-page-header h1 {
        font-size: 32px;
        line-height: 38px;
    }
    /* PAGE HEADER END */

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

    /* SECTION */
    .trvtmpl-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    /* SECTION END */

    /* MAP */
    #map {
        height: 400px;
        border-radius: 36px;
    }
    .trvtmpl-map__inner-wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }
    /* MAP END */

    /* WRAPPED WORD */
    .trvtmpl-about__title .trvtmpl-icon--wrapped-word-pattern {
        transform: translate(-52%, -46%);
        width: 100%;
    }
    /* WRAPPED WORD END */

    /* HEADER */
    .trvtmpl-header {
        margin-top: 23px;
        padding: 0 10px;
    }
    .trvtmpl-header__address,
    .trvtmpl-header__top .trvtmpl-header__socials,
    .trvtmpl-header__request,
    .trvtmpl-header__menu {
        display: none;
    }
    .trvtmpl-header__phone {
        font-size: 0;
        line-height: 14px;
    }
    .trvtmpl-header__phone a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--trvtmplButtonsColorMain);
        border-radius: 50%;
        width: 32px;
        height: 32px;
    }
    .trvtmpl-header__phone .trvtmpl-icon--phone-icon {
        display: unset;
    }
    .trvtmpl-header__left-col,
    .trvtmpl-header__logo {
        padding-top: 0;
    }
    .trvtmpl-header__top {
        align-items: center;
        padding: 0 10px;
    }
    .trvtmpl-header__contacts {
        max-width: unset;
    }
    .trvtmpl-header__burger,
    .trvtmpl-header__burger-icon {
        display: flex;
    }
    .trvtmpl-header__burger {
        margin-left: 16px;
    }
    .trvtmpl-header__inner-wrapper {
        padding: 0;
    }
    .trvtmpl-header--without-title-module .trvtmpl-header__inner-wrapper {
        padding-bottom: 30px;
    }
    .trvtmpl-header__middle {
        position: relative;
        padding: 26px 22px 20px 22px;
    }
    .trvtmpl-header__middle:not(.trvtmpl-empty) {
        margin-top: 16px;
    }
    .trvtmpl-header__bg {
        border-radius: 36px;
    }
    .trvtmpl-header__socials {
        margin-left: 0;
    }
    .trvtmpl-header__title-desc {
        margin-top: 183px;
    }
    .trvtmpl-header__title-desc h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -0.02em;

        max-width: 70%;
    }
    .trvtmpl-header__title-desc p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        letter-spacing: -0.02em;

        max-width: 73%;
        margin: 9px 0;
    }
    .trvtmpl-header__middle-request {
        margin-top: 15px;
    }
    .trvtmpl-header__socials .trvtmpl-socials .trvtmpl-socials-path--bg {
        fill: #b0b6b8;
    }
    .trvtmpl-header__menu-close,
    .trvtmpl-header__menu-phone,
    .trvtmpl-header__menu-address,
    .trvtmpl-header__menu-request,
    .trvtmpl-header__menu-socials {
        display: block;
    }
    .trvtmpl-header__menu {
        display: block;
        position: fixed;
        background-color: #ffffff;
        opacity: 0;
        pointer-events: none;
        transition: opacity ease-in-out 0.3s;
        z-index: 21;
        height: 100vh;
        top: 0;
        right: 0;
        width: 100%;
        padding: 40px 25px 30px 30px;
        border: none;
        overflow: auto;
        text-align: left;
        margin-left: 0;
    }
    .trvtmpl-header__menu.trvtmpl-header__menu--active {
        opacity: 1;
        pointer-events: all;
    }
    .trvtmpl-header__menu .trvtmpl-menu li {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0;
        color: var(--trvtmplFontColorDark);
        opacity: 0.5;

        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }
    .trvtmpl-header__menu .trvtmpl-menu li::before {
        display: none;
    }
    .trvtmpl-header__menu .trvtmpl-menu ul {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 23px;
    }
    .trvtmpl-header__menu-close {
        position: absolute;
        top: 29px;
        right: 24px;
        z-index: 1;
    }
    .trvtmpl-header__menu-contacts {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
    }
    .trvtmpl-header__menu-contacts,
    .trvtmpl-header__menu-socials {
        position: relative;
        color: var(--trvtmplFontColorDark);
        margin-top: 18px;
        padding-top: 20px;
    }
    .trvtmpl-header__menu-contacts::before,
    .trvtmpl-header__menu-socials::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #0e2855;
        opacity: 0.08;
        position: absolute;
        top: 0;
    }
    .trvtmpl-header__menu-socials .trvtmpl-socials .trvtmpl-socials-path--bg {
        fill: var(--trvtmplFontColorDark);
    }
    .trvtmpl-header__menu-phone {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        color: var(--trvtmplFontColorDark);
    }
    .trvtmpl-header__menu-address {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: var(--trvtmplFontColorDark);

        opacity: 0.5;
    }
    .trvtmpl-header__menu-request {
        margin-top: 20px;
    }
    .trvtmpl-header__menu .trvtmpl-menu li.trvtmpl-menu__item--parent,
    .trvtmpl-header__menu .trvtmpl-menu nav > ul > li {
        opacity: 1;
    }
    .trvtmpl-header__menu .trvtmpl-menu .trvtmpl-menu__submenu {
        opacity: 1;
        pointer-events: unset;
        position: unset;
        transform: unset;
        background-color: transparent;
        border-radius: 0;
        box-shadow: unset;
        gap: 13px;
    }
    .trvtmpl-header__menu .trvtmpl-menu__item--parent .trvtmpl-icon--menu-item-down-arrow path {
        fill: var(--trvtmplFontColorDark);
    }
    .trvtmpl-header__menu .trvtmpl-menu__item--active .trvtmpl-icon--menu-item-down-arrow path {
        fill: var(--trvtmplTemplateColorMain);
    }
    .trvtmpl-header__menu .trvtmpl-icon--menu-item-down-arrow {
        transition: transform 0.2s;
    }
    .trvtmpl-header__menu .trvtmpl-menu__item--opened .trvtmpl-icon--menu-item-down-arrow {
        transform: rotateX(180deg);
    }
    .trvtmpl-header__menu .trvtmpl-menu__item--parent > .trvtmpl-menu__submenu::before {
        content: "";
        display: block;
        width: 100%;
        height: 0px;
        background-color: transparent;
    }
    .trvtmpl-header__menu .trvtmpl-menu__submenu a {
        padding: 0;
    }
    .trvtmpl-header__menu .trvtmpl-icon--menu-item-down-arrow {
        margin-left: 7px;
    }
    .trvtmpl-header__bottom {
        margin-top: 20px;
        padding: 0 10px;
    }
    .trvtmpl-header__bottom .trvtmpl-search {
        min-height: 384px;
    }
    .trvtmpl-header__default-title {
        margin-top: 40px;
    }

    /* HEADER END */

    /* TV HOT */
    .trvtmpl-tv-hot-tours__body {
        margin-top: 18px;
    }
    .trvtmpl-tv-hot-tours__footer {
        text-align: center;
        margin-top: 17px;
    }
    .trvtmpl-tv-hot-tours__more-btn-link {
        transform: translateY(0px) translateX(0px);
    }
    /* TV HOT END */

    /* TV SLIDER */
    .trvtmpl-tv-slider__inner-wrapper {
        position: relative;
        border-radius: 36px;
        overflow: hidden;
    }
    /* TV SLIDER END */

    /* OVERLAY */
    .trvtmpl-overlay {
        z-index: 0;
    }
    /* OVERLAY END */

    /* GUIDE */
    .trvtmpl-guide {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .trvtmpl-guide__header h2 {
        line-height: 31px;

        max-width: 80%;
    }
    .trvtmpl-guide__items {
        margin-top: 22px;
        border-radius: 36px;
        padding: 37px 26px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        column-gap: 0px;
        row-gap: 35px;
    }
    .trvtmpl-guide__item {
        flex-direction: row;
        align-items: center;
        max-width: unset;
        flex: unset;
        column-gap: 20px;
        row-gap: 0px;
    }
    .trvtmpl-guide__img-wrapper {
        max-width: 32px;
        min-width: 32px;
    }
    .trvtmpl-guide__text-wrapper {
        text-align: left;
    }
    .trvtmpl-guide__text-wrapper,
    .trvtmpl-guide__text-wrapper p {
        font-size: 18px;
        line-height: 25px;
    }
    /* GUIDE END */

    /* MESSENGER */
    .trvtmpl-messenger__inner-wrapper {
        border-radius: 36px;
        padding: 72px 8px 54px;
    }
    .trvtmpl-messenger__title h2 {
        font-size: 28px;
        line-height: 31px;
    }
    .trvtmpl-messenger__title p {
        font-size: 22px;
        line-height: 16px;

        margin: 19px 0;
    }
    .trvtmpl-messenger__title a {
        font-size: 18px;
        line-height: 16px;

        padding: 13px 29px 15px;
        margin-top: 8px;
    }
    .trvtmpl-messenger__stars svg:nth-child(1) {
        width: 17px;
        top: 33px;
        left: unset;
        right: 128px;
    }
    .trvtmpl-messenger__stars svg:nth-child(2) {
        width: 29px;
        bottom: 84px;
        left: 33px;
    }
    .trvtmpl-messenger__stars svg:nth-child(3) {
        width: 21px;
        bottom: 40px;
        right: 39px;
    }
    /* MESSENGER END */

    /* REVIEWS */
    .trvtmpl-reviews__swiper {
        padding-left: 30px;
        padding-right: 30px;
    }
    .trvtmpl-reviews__header h2 {
        max-width: 80%;
    }
    .trvtmpl-reviews__body {
        margin-top: 26px;
    }
    .trvtmpl-reviews__item {
        background-color: #ffffff;
        box-shadow: 0px 5px 34px rgba(0, 0, 0, 0.08);
        border-radius: 36px;
        padding: 26px 20px;
        width: 300px;
    }
    .trvtmpl-reviews__item-comment {
        font-size: 18px;
        line-height: 25px;

        max-height: 130px;
    }
    .trvtmpl-reviews__item-author {
        font-size: 16px;
        line-height: 19px;
    }
    .trvtmpl-reviews__date {
        font-size: 13px;
        line-height: 16px;
    }
    .trvtmpl-reviews__swiper .swiper-button-prev,
    .trvtmpl-reviews__swiper .swiper-button-next {
        display: none;
    }
    .trvtmpl-reviews__swiper .swiper-slide:not(.swiper-slide-visible) {
        opacity: 0.8;
    }
    .trvtmpl-reviews__more-btn-link {
        font-size: 16px;
        line-height: 18px;

        padding: 14px 24px 14px 22px;
    }
    .trvtmpl-reviews__footer {
        margin-top: 27px;
    }
    /* REVIEWS END */

    /* NEWS */
    .trvtmpl-news__body {
        margin-top: 22px;
        row-gap: 10px;
    }
    .trvtmpl-news__item {
        width: 280px;
    }
    .trvtmpl-news__item-image {
        height: 166px;
    }
    .trvtmpl-news__item-body {
        padding: 22px 45px 23px 26px;
        row-gap: 10px;
    }
    .trvtmpl-news__item-title {
        font-size: 20px;
        line-height: 24px;
    }
    .trvtmpl-news__item-content,
    .trvtmpl-news__item-content p {
        font-size: 15px;
        line-height: 22px;
    }
    .trvtmpl-news__footer {
        text-align: center;
        margin-top: 27px;
    }
    .trvtmpl-news__item-date {
        top: 14px;
        right: 14px;
    }
    .trvtmpl-news__more-btn-link {
        padding: 14px 29px 14px 28px;
        transform: unset;
    }
    /* NEWS END */

    /* MATCH TOUR */
    .trvtmpl-match-tour__inner-wrapper {
        padding-top: 10px;
    }
    .trvtmpl-match-tour__header {
        padding-left: var(--trvtmplContainerPadding);
        padding-right: var(--trvtmplContainerPadding);
    }
    .trvtmpl-match-tour__images {
        width: 100%;
        height: 211px;
    }
    .trvtmpl-match-tour__body {
        width: 100%;
        padding-left: 39px;
        padding-right: 39px;
        margin-top: 26px;
    }
    .trvtmpl-match-tour__text h2 {
        letter-spacing: 0;
        line-height: 31px;
    }
    .trvtmpl-match-tour__text-module {
        width: 100%;
    }
    .trvtmpl-match-tour__images img:nth-child(1) {
        left: 50%;
        transform: translateX(-36%);
        width: 40px;
        height: 40px;
    }
    .trvtmpl-match-tour__images img:nth-child(2) {
        width: 67px;
        height: 67px;
        top: 57px;
    }
    .trvtmpl-match-tour__images img:nth-child(3) {
        left: 50%;
        transform: translateX(-43%);
        width: 131px;
        height: 131px;
    }
    .trvtmpl-match-tour__images img:nth-child(4) {
        width: 49px;
        height: 49px;
        bottom: 52px;
    }
    .trvtmpl-match-tour::before {
        height: 755px;
    }
    .trvtmpl-match-tour__text,
    .trvtmpl-match-tour__text p {
        font-size: 18px;
        line-height: 25px;
    }
    .trvtmpl-match-tour__request {
        margin-top: 24px;
    }
    /* MATCH TOUR END */

    /* CONTACTS BLOCK */
    .trvtmpl-contacts-block__inner-wrapper {
        padding: 22px 18px;
        width: 100%;
        row-gap: 16px;
    }
    .trvtmpl-contacts-block__item-icon {
        padding: 5px;
    }
    .trvtmpl-contacts-block__item-icon-bg {
        width: 30px;
        height: 30px;
    }
    .trvtmpl-contacts-block__item {
        column-gap: 12px;
    }
    .trvtmpl-contacts-block__item-value {
        font-size: 16px;
        line-height: 22px;
    }
    .trvtmpl-contacts-block__item-desc {
        font-size: 15px;
        line-height: 21px;
    }
    /* CONTACTS BLOCK END */

    /* SUBSCRIPTION */
    .trvtmpl-contacts-block {
        position: unset;
        transform: unset;
    }
    .trvtmpl-subscription {
        padding: 32px 19px 30px 19px;
        position: unset;
        transform: unset;
    }
    .trvtmpl-map__inner-wrapper {
        padding-left: var(--trvtmplContainerPadding);
        padding-right: var(--trvtmplContainerPadding);
    }
    /* SUBSCRIPTION END */

    /* ACHIEVEMENTS */
    .trvtmpl-achievements {
        padding-bottom: 30px;
        margin-bottom: -30px;
    }
    .trvtmpl-achievements__nav {
        display: none;
    }
    .trvtmpl-achievements__body {
        margin-top: 25px;
    }
    .trvtmpl-achievements__item {
        width: 237px;
        height: 335px;
        box-shadow: 0px 4.032px 30.24px rgba(0, 0, 0, 0.06);
    }
    .trvtmpl-achievements__item.trvtmpl-empty {
        padding: 25px 15px 18px 24px;
    }
    .trvtmpl-achievements__item.trvtmpl-empty::before {
        height: 222px;
        background-size: 100% 100%;
    }
    .trvtmpl-achievements__item.trvtmpl-empty::after {
        font-size: 26px;
        line-height: 26px;
    }
    /* ACHIEVEMENTS END */

    /* TEAM */
    .trvtmpl-team__items {
        flex-wrap: nowrap;
        justify-content: unset;
        column-gap: 0;
        row-gap: 0;
    }
    .trvtmpl-team__item {
        flex-direction: column;
        flex: 0 0 290px;
    }
    .trvtmpl-team__item-image {
        width: 100%;
        height: 280px;
    }
    .trvtmpl-team__item-desc {
        padding: 18px 23px;
    }
    .trvtmpl-team__item-position {
        margin-top: 4px;
    }
    /* TEAM END */

    /* ABOUT */
    .trvtmpl-about__body {
        padding: 30px 0px;
        flex-direction: column;
        row-gap: 26px;
    }
    .trvtmpl-about__inner-wrapper {
        border-radius: 36px;
    }
    .trvtmpl-about__left-col {
        row-gap: 20px;
        padding: 0 29px;
    }
    .trvtmpl-about__right-col {
        padding: 0 19px;
    }
    .trvtmpl-about__image {
        border-radius: 30px;
        box-shadow: 16px 14px 0px 1px var(--trvtmplTemplateColorMain);
        width: 96%;
    }
    .trvtmpl-about__text,
    .trvtmpl-about__text p {
        font-size: 18px;
        line-height: 25px;
    }
    .trvtmpl-about__text p {
        margin: 21px 0;
    }
    /* ABOUT END */

    /* ABOUT DIGITS */
    .trvtmpl-about-digits {
        overflow-x: clip;
    }
    .trvtmpl-about-digits__inner-wrapper,
    .trvtmpl-about-digits__header,
    .trvtmpl-about-digits__body,
    .trvtmpl-about-digits__footer {
        padding-top: 0;
    }
    .trvtmpl-about-digits__header,
    .trvtmpl-about-digits__body,
    .trvtmpl-about-digits__footer {
        flex: 0 0 100%;
    }
    .trvtmpl-about-digits__header .trvtmpl-about-digits__p-block,
    .trvtmpl-about-digits__footer .trvtmpl-about-digits__p-block {
        display: none;
    }
    .trvtmpl-about-digits__header h2 {
        letter-spacing: 0;

        margin-top: 0;
    }
    .trvtmpl-about-digits__header p,
    .trvtmpl-about-digits__footer p {
        line-height: 25px;
    }
    .trvtmpl-about-digits__header p {
        margin: 20px 0;
    }
    .trvtmpl-about-digits__body {
        padding-top: 52px;
        padding-bottom: 65px;
    }
    .trvtmpl-about-digits__phone {
        position: relative;
        width: 314px;
        height: 650px;
    }
    .trvtmpl-about-digits__phone .trvtmpl-about-digits__p-block {
        display: block;
        position: absolute;
        max-width: 227px;
        margin-top: 0;
        padding: 26px 26px 32px;
        border-radius: 30px;
    }
    .trvtmpl-about-digits__phone .trvtmpl-about-digits__p-block:nth-child(n + 3) {
        display: none;
    }
    .trvtmpl-about-digits__p-block p {
        line-height: 22px;

        margin: 12px 0;
    }
    .trvtmpl-about-digits__p-block:nth-child(1) {
        top: -52px;
        right: 20px;
    }
    .trvtmpl-about-digits__p-block:nth-child(2) {
        bottom: -64px;
        left: 20px;
        padding: 26px 26px 25px;
    }
    .trvtmpl-about-digits__footer {
        text-align: center;

        margin-top: 35px;
    }
    .trvtmpl-about-digits__footer p:first-of-type {
        margin-top: 0;
    }
    .trvtmpl-about-digits__footer p:last-of-type {
        margin-bottom: 0;
    }
    .trvtmpl-about-digits__digits {
        margin-top: 40px;
    }
    .trvtmpl-about-digits__digits-item {
        width: 204px;
        padding: 22px 26px;
    }
    .trvtmpl-about-digits__digits-item p:first-child {
        font-size: 42px;
        line-height: 50px;
    }
    .trvtmpl-about-digits__digits-item p {
        font-size: 16px;
        line-height: 22px;
    }
    /* ABOUT DIGITS END */

    /* ABOUT DIGITS STATIC */
    .trvtmpl-about-digits--static .trvtmpl-about-digits__inner-wrapper {
        padding-bottom: 0;
    }
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits.trvtmpl-ready {
        display: flex;
    }
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits {
        position: unset;
        margin-top: 40px;
        flex-direction: column;
        row-gap: 20px;
    }
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item {
        text-align: left;
    }
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(1),
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(2),
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(3) {
        top: unset;
        left: unset;
        right: unset;
    }
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(1),
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(2) {
        margin-left: auto;
    }
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(1) {
        padding: 24px 26px;
    }
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(2) {
        padding: 22px 20px 23px 26px;
    }
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(3) {
        padding: 21px 26px;
    }
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(1)::before,
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(2)::before,
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(3)::before {
        content: "";
        display: block;
        width: 1000px;
        height: 100%;
        position: absolute;
        background-color: #f5f5f5;
        border-radius: 36px;
    }
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(3)::before {
        top: 50%;
        right: -20px;
        transform: translate(100%, -50%);
    }
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(1)::before,
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(2)::before {
        top: 50%;
        left: -20px;
        transform: translate(-100%, -50%);
    }
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(2) a {
        font-size: 16px;
        padding: 12px 24px;
    }
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(2) {
        order: 3;
    }
    .trvtmpl-about-digits--static .trvtmpl-request-button {
        margin-top: 14px;
    }
    .trvtmpl-about-digits--static .trvtmpl-about-digits__digits-item:nth-child(2) a {
        margin-top: 13px;
    }
    /* ABOUT DIGITS STATIC END */

    /* TEXT BLOCK */
    .trvtmpl-text-block__inner-wrapper {
        row-gap: 26px;
    }
    .trvtmpl-text-block__content h2,
    .trvtmpl-text-block__content p {
        font-size: 28px;
        line-height: 34px;
    }
    .trvtmpl-text-block__content .trvtmpl-with-bg {
        padding: 0 8px;
    }
    .trvtmpl-text-block__content .trvtmpl-with-bg::before {
        content: "";
        display: block;
        width: 104%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -43%);
        background-color: var(--trvtmplTemplateColorSecondary);
        z-index: -1;
        height: 35px;
        border-radius: 1700px;
    }
    .trvtmpl-text-block__after {
        padding-top: 0px;
    }
    .trvtmpl-text-block__before svg,
    .trvtmpl-text-block__after svg {
        width: 72px;
        height: auto;
    }
    /* TEXT BLOCK END */

    /* FOOTER MENU */
    .trvtmpl-footer__menu nav {
        justify-content: space-between;
        margin-top: -30px;
    }
    .trvtmpl-footer__menu nav > ul {
        width: 45%;
        padding: 0;
    }
    .trvtmpl-footer__menu li {
        font-size: 16px;
        line-height: 22px;
    }
    .trvtmpl-footer__menu li.trvtmpl-menu__item--parent,
    .trvtmpl-footer__menu li > a.bold {
        font-size: 16px;
        line-height: 22px;
    }
    .trvtmpl-footer__menu ul {
        row-gap: 16px;
    }
    .trvtmpl-menu__item--parent ~ ul {
        row-gap: 10px;
    }
    /* FOOTER MENU END */

    /* FOOTER */
    .trvtmpl-footer__inner-wrapper {
        padding-top: 15px;
    }
    .trvtmpl-footer__company {
        width: 100%;
        padding-right: 0;
        border-top: 1px solid rgba(2, 3, 59, 0.08);
        margin-top: 30px;
        padding-top: 28px;
    }
    .trvtmpl-footer__menu {
        width: 100%;
        order: -1;
    }
    .trvtmpl-footer__company-text {
        margin-top: 20px;
    }
    .trvtmpl-footer__company-text,
    .trvtmpl-footer__company-text p {
        font-size: 16px;
        line-height: 22px;
    }
    .trvtmpl-footer__socials {
        margin-top: 19px;
    }
    .trvtmpl-footer__bottom {
        margin-top: 29px;
        padding: 12px 0;
    }
    .trvtmpl-footer__copyright,
    .trvtmpl-footer__link a,
    .trvtmpl-footer__org-details,
    .trvtmpl-footer__org-details p {
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }
    .trvtmpl-footer__link,
    .trvtmpl-footer__org-details,
    .trvtmpl-footer__org-details p {
        text-align: left;
    }
    /* FOOTER END */

    /* MAIN PAGE */
    .trvtmpl-body.trvtmpl-body--main-page .trvtmpl-header__title-desc p {
        display: none;
    }
    .trvtmpl-body.trvtmpl-body--main-page .trvtmpl-header__title-desc {
        margin-top: 95px;
    }
    .trvtmpl-body.trvtmpl-body--main-page .trvtmpl-header__inner-wrapper {
        padding: 0;
    }
    .trvtmpl-body.trvtmpl-body--main-page .trvtmpl-header__middle:not(.trvtmpl-empty) {
        margin-top: 16px;
    }
    .trvtmpl-body.trvtmpl-body--main-page .trvtmpl-header__middle {
        padding: 26px 22px 27px 22px;
    }
    /* MAIN PAGE END */

    /* ABOUT PAGE */
    .trvtmpl-body.about-page .trvtmpl-header__title-desc h1 {
        max-width: 80%;
    }
    /* ABOUT PAGE END */

    /* TEAM PAGE */
    .trvtmpl-body.team-page .trvtmpl-header__title-desc h1 {
        max-width: 95%;
    }
    .trvtmpl-team-page {
        overflow-x: clip;
    }
    .trvtmpl-team-page__item h2 {
        font-size: 26px;
    }
    .trvtmpl-team-page__item .description {
        font-size: 15px;
        line-height: 22px;
    }
    /* TEAM PAGE END */

    /* NEWS PAGE */
    .trvtmpl-news-page__items .trvtmpl-news__item {
        width: calc(50% - 25px / 2);
    }
    .trvtmpl-news-page .trvtmpl-news__item-title {
        font-size: 18px;
        line-height: 22px;
    }
    /* NEWS PAGE END */

    /* REVIEWS PAGE */
    .trvtmpl-reviews-page__item {
        width: calc(50% - 25px / 2);
    }
    /* REVIEWS PAGE END */
}

@media screen and (max-width: 767px) {
    /* TEAM PAGE */
    .trvtmpl-team-page .trvtmpl-team__item {
        width: calc(50% - 15px);
    }
    .trvtmpl-team-page__item img {
        float: unset;
        margin-right: 0;
    }
    .trvtmpl-team-page__item p {
        padding-top: 0;
    }
    /* TEAM PAGE END */

    /* REVIEWS PAGE */
    .trvtmpl-reviews-page__item {
        width: 100%;
    }
    /* REVIEWS PAGE END */
}

@media screen and (min-width: 767px) {
    .mobile {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .desctop {
        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 {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
    /* NEWS PAGE END */

    /* TEAM PAGE */
    .trvtmpl-team-page .trvtmpl-team__items {
        margin-left: 0;
        margin-top: 0;
    }
    .trvtmpl-team-page .trvtmpl-team__item {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    /* TEAM PAGE END */
}
/*reviews-widget*/
div#mod-custom297 {
    width: 100%;
    /*height: 820px;*/
    overflow: hidden;
    text-align: -webkit-center;
    position: relative;
    margin: auto;
}
@media screen and (max-width: 767px) {
    #mod-custom297 > div {
        width: 100% !important;
    }
}
#mod-custom297 > p > iframe {
    width: 100%;
}
/*end*/
