@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: #0a0b1e;
}

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

main {
    position: relative;
}

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

h1 {
    color: var(--trvtmplFontColorDark);
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 62px;
}

h2 {
    font-weight: 800;
    font-size: 44px;
    line-height: 53px;
    color: var(--trvtmplFontColorDark);
}

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

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

.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;
}

.trvtmpl-highlight-text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background-color: var(--trvtmplHeaderColorSecondaryPage);
    border-radius: 100px;
    margin: 0 -5px;
}

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

/* BLOCK HEADER */
.trvtmpl-block-header {
    text-align: center;
    max-width: 874px;
    margin: 0 auto;
}
.trvtmpl-block-header h2 {
    margin: 0;
}
/* BLOCK HEADER 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;
    border-radius: 50%;
    border: 1px solid rgba(10, 11, 30, 0.5);
    position: unset;
    margin: 0;

    transition: opacity 0.3s;
}
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 {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(10, 11, 30, 0.5);
    border-radius: 50px;
}
#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 */

/* EMOJI */
.trvtmpl-emoji {
    display: inline-block;
    background-size: cover;
}
.trvtmpl-emoji--fire {
    background-image: url("../images/png/emoji-fire.png");
}
.trvtmpl-emoji--eye-star {
    background-image: url("../images/png/emoji-eye-star.png");
}
.trvtmpl-emoji--eye-heart {
    background-image: url("../images/png/emoji-eye-heart.png");
}
.trvtmpl-emoji--halo {
    background-image: url("../images/png/emoji-halo.png");
}
/* EMOJI END */

/* PAGE HIGHLIGHTED BLOCK */
.trvtmpl-page-highlighted-block {
    background-color: #f5f5f5;
    border-radius: 100px;
    padding-top: 90px;
    padding-bottom: 90px;
}
/* PAGE HIGHLIGHTED BLOCK END */

/* HEADER */
.trvtmpl-header {
    position: relative;
    overflow-x: clip;
}
.trvtmpl-header__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.trvtmpl-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--trvtmplHeaderColorSecondaryPage);
    border-radius: 0px 0px 50px 50px;
}
.trvtmpl-header__inner-wrapper {
    max-width: 1310px;
    padding: 30px var(--trvtmplContainerPadding) 60px var(--trvtmplContainerPadding);

    margin: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: clip;
}
.trvtmpl-header__top {
    display: flex;
    width: 100%;
}
.trvtmpl-header__left-col {
    display: flex;
    align-items: center;
}
.trvtmpl-header__logo {
    max-width: 125px;
}
.trvtmpl-header__right-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}
.trvtmpl-header__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.trvtmpl-header__phone .trvtmpl-icon--phone-icon {
    display: none;
}
.trvtmpl-header__phone {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-header__address {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: var(--trvtmplFontColorDark);

    opacity: 0.5;
    margin-top: 8px;
}
header .trvtmpl-address__content {
    max-width: 500px;
    text-align: right;
}

.trvtmpl-header__socials,
.trvtmpl-header__request,
.trvtmpl-header__burger {
    margin-left: 25px;
}
.trvtmpl-header__request {
    min-height: 42px;
}
.trvtmpl-header__burger {
    cursor: pointer;
}
.trvtmpl-header__page-desc {
    margin-top: 60px;
}
.trvtmpl-header__page-desc-inner-wrapper {
    position: relative;
    text-align: center;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
}
.trvtmpl-header__page-desc h1 {
    margin: 0;
}
.trvtmpl-header__page-desc-before-icon,
.trvtmpl-header__page-desc-after-icon {
    position: absolute;
    top: 0;
}
.trvtmpl-header__page-desc-before-icon {
    left: 0;
    transform: translateX(-100%);
}
.trvtmpl-header__page-desc-after-icon {
    right: 0;
    transform: translateX(100%) rotate(270deg);
}
.trvtmpl-header__page-desc h1 span,
.trvtmpl-header__page-desc p span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100px;
}
.trvtmpl-header__page-desc-content {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.trvtmpl-header__page-desc-content.trvtmpl-empty {
    margin-top: 0;
}
.trvtmpl-header__cloud {
    position: absolute;
    background-size: cover;
    pointer-events: none;
}
.trvtmpl-header__cloud--1 {
    background-image: url("../images/png/cloud-1.png");
    width: 300px;
    height: 76px;
    top: 36px;
    left: 25%;
}
.trvtmpl-header__cloud--2 {
    background-image: url("../images/png/cloud-2.png");
    width: 333px;
    height: 116px;
    top: 151px;
    left: 0;
    transform: translateX(-50%);
}
.trvtmpl-header__cloud--3 {
    background-image: url("../images/png/cloud-3.png");
    width: 342px;
    height: 117px;
    top: 159px;
    right: 0;
    transform: translateX(50%);
}
.trvtmpl-header__search {
    background-color: #ffffff;
    border-radius: 50px 50px 0 0;
    margin-top: 75px;
}
.trvtmpl-header__search-wrapper {
    max-width: calc(var(--trvtmplContainerMaxWidth) - var(--trvtmplContainerPadding) * 2);
    margin: 0 auto;
}
.trvtmpl-header__tv-search {
    transform: translateY(-40px);
    margin-bottom: -40px;
    min-height: 80px;
}
.trvtmpl-header__tv-search .tv-search-form {
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
}
.trvtmpl-header__slider {
    min-height: 353px;
}
/* HEADER END */

/* MENU */
.trvtmpl-header__menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 21;
    right: 0;
    top: 0;
    width: auto;
    padding: 40px 20px 30px 30px;
    border-radius: 30px 0 0 30px;
    box-sizing: border-box;
    background: rgba(247, 247, 249, 0.95);
    backdrop-filter: blur(2px);
    transform: translateX(100%);
    transition: transform 0.3s;
    overflow: auto;
    max-height: 100vh;
}
.trvtmpl-header__menu li {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #0a0b1e;
}
.trvtmpl-header__menu .trvtmpl-menu__item--parent a::after,
.trvtmpl-header__menu .trvtmpl-menu__item--parent span:after {
    /* filter: invert(1); */
}
li.trvtmpl-menu__item--parent,
.trvtmpl-header__menu .trvtmpl-menu nav > ul > li {
    font-weight: 600;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-header__menu--active {
    transform: translateX(0);
}
.trvtmpl-header__menu .trvtmpl-menu ul > li:not(:first-child) {
    margin-top: 15px;
}
.trvtmpl-header__menu .trvtmpl-menu nav > ul:not(:first-child),
.trvtmpl-header__menu .trvtmpl-menu nav > ul > li:not(:first-child) {
    margin-top: 25px;
}
.trvtmpl-header__menu-close {
    position: absolute;
    top: 30px;
    right: 25px;
}
.trvtmpl-header__menu-socials,
.trvtmpl-header__menu-contacts,
.trvtmpl-header__menu-request {
    margin-top: 20px;
}
.trvtmpl-header__menu-phone {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-header__menu-address {
    display: flex;
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--trvtmplFontColorDark);
    opacity: 0.5;
}
.trvtmpl-header__menu .trvtmpl-header__menu-item--active {
    color: var(--trvtmplTemplateColor);
}
.trvtmpl-header__menu .trvtmpl-menu__item--parent {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.trvtmpl-header__menu .trvtmpl-menu-item-arrow {
    margin-left: 10px;
    transition: transform 0.2s;
}
.trvtmpl-header__menu .trvtmpl-menu-item-arrow path {
    fill: var(--trvtmplFontColorDark);
}
.trvtmpl-header__menu .trvtmpl-header__menu-item--active .trvtmpl-menu-item-arrow path {
    fill: var(--trvtmplTemplateColor);
}
.trvtmpl-header__menu .trvtmpl-menu__item--opened .trvtmpl-menu-item-arrow {
    transform: rotateX(180deg);
}
.trvtmpl-header__menu .trvtmpl-menu__item--parent ~ ul {
    overflow: hidden;
    transition: max-height 0.15s ease-in-out;
}
.trvtmpl-header__menu .trvtmpl-menu__item--parent ~ ul li:first-child:before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-color: transparent;
}
.trvtmpl-header__menu-socials {
    padding: 20px 0;
    border-top: 1px solid #0e28551a;
    border-bottom: 1px solid #0e28551a;
}
/* MENU 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 */

/* GUIDE */
.trvtmpl-guide__inner-wrapper {
    max-width: 846px;
    margin: 0 auto;
}
.trvtmpl-guide__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.trvtmpl-guide__item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.trvtmpl-guide__item.with-separator {
    position: relative;
}
.trvtmpl-guide__item.with-separator::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #0a0b1e;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.14;
}
.trvtmpl-guide__img-wrapper {
    max-width: 36px;
}
.trvtmpl-guide__text-wrapper {
    margin-top: 16px;
}
.trvtmpl-guide__text-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--trvtmplFontColorDark);

    margin: 0;
}
/* GUIDE END */

/* MIN PRICE */
.trvtmpl-tv-min-price--mobile {
    display: none;
}
.trvtmpl-tv-min-price__header h2 {
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
}
.trvtmpl-tv-min-price__module {
    margin-top: 35px;
}
/* MIN PRICE END */

/* IMAGE BLOCK */
.trvtmpl-image-block {
    margin-bottom: -90px;
    overflow: hidden;
}
.trvtmpl-image-block__inner-wrapper {
    display: flex;
    justify-content: center;
    height: 540px;
}
.trvtmpl-image-block__inner-wrapper img {
    width: 997px;
    height: 665px;
    max-width: unset;
}
/* IMAGE BLOCK END */

/* MESSENGER */
.trvtmpl-messenger__inner-wrapper {
    background-color: var(--trvtmplTemplateColorMain);
    border-radius: 50px;
    padding: 65px 527px 65px 60px;
    min-height: 309px;
    position: relative;
}
.trvtmpl-messenger__inner-wrapper h2 {
    margin-top: 0;

    font-weight: 800;
    font-size: 42px;
    line-height: 46px;
}
.trvtmpl-messenger__inner-wrapper a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;

    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 12px 29px 12px 27px;
    background-color: var(--trvtmplTemplateColorSecondary);
    border-radius: 42px;
}
.trvtmpl-messenger__inner-wrapper a svg {
    margin-right: 12px;
    width: 30px;
    height: auto;
}
.trvtmpl-messenger__inner-wrapper a .trvtmpl-socials-path--bg {
    fill: #ffffff;
}
.trvtmpl-messenger__inner-wrapper a .trvtmpl-socials-path--pattern {
    fill: none;
}
.trvtmpl-messenger__image {
    position: absolute;
    bottom: 0;
    right: 40px;
    max-width: 456px;
}
.trvtmpl-messenger__image-pattern {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 297px;
    z-index: 1;
    transform: translateX(-90%);
}
.trvtmpl-messenger__image-pattern svg {
    width: 100%;
    height: auto;
}
.trvtmpl-messenger__text {
    position: relative;
    z-index: 2;
}
.trvtmpl-messenger__text p:not(:last-child) {
    display: none;
}
.trvtmpl-messenger__image-before-icon,
.trvtmpl-messenger__image-after-icon {
    display: none;
}
.trvtmpl-messenger__image-phones {
    width: 456px;
    height: 445px;
    position: relative;
    overflow: hidden;
}
.trvtmpl-messenger__image-phone {
    position: absolute;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 246px;
    height: 501px;
}
.trvtmpl-messenger__image-phone img {
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.trvtmpl-messenger__image-phone::before {
    content: "";
    border-radius: 30px;
    display: block;
    position: absolute;
    width: 93%;
    height: 96%;
    background-color: #fffbef;
    z-index: 1;
}
.trvtmpl-messenger__image-phone:nth-child(1) {
    top: 80px;
    left: 0;
}

.trvtmpl-messenger__image-phone:nth-child(2) {
    top: -2px;
    right: 0;
    z-index: 2;
    box-shadow: -23px 0px 20px -20px rgba(34, 60, 80, 0.2);
}
.trvtmpl-messenger__image-phone-content {
    position: absolute;
    z-index: 1;
    width: 92%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 140px;
    opacity: 0.5;
}
.trvtmpl-messenger__image-phone-pattern {
    align-self: flex-start;
    transform: rotate(285deg);
}
.trvtmpl-messenger__image-phone-pattern svg {
    width: 100%;
    height: auto;
}
.trvtmpl-messenger__image-phone-title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 30px;
    text-align: center;
}
.trvtmpl-messenger__image-items {
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
    height: 449px;
}
.trvtmpl-messenger__image-items p {
    position: relative;
    min-width: 242px;
    min-height: 498px;
    z-index: 1;
    border-radius: 38px;
}
.trvtmpl-messenger__image-items p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/png/messenger-phone.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
.trvtmpl-messenger__image-items p img {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding: 10px 8px 9px 12px;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.trvtmpl-messenger__image-items p:nth-child(1) {
    transform: translateY(92px);
}
.trvtmpl-messenger__image-items p:nth-child(2) {
    transform: translateX(-28px);
    box-shadow: -23px 0px 20px -20px rgba(34, 60, 80, 0.2);
}
/* MESSENGER END */

/* HOT */
.trvtmpl-tv-hot__inner-wrapper {
    display: flex;
    flex-direction: column;
}
.trvtmpl-tv-hot__header .trvtmpl-emoji {
    height: 34px;
    width: 34px;
    transform: translateY(3px);
}
.trvtmpl-tv-hot__module {
    margin-top: 30px;
}
.trvtmpl-tv-hot__button-more {
    display: inline-flex;
    margin: 40px auto 0;
}
.trvtmpl-tv-hot__button-more a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: var(--trvtmplFontColorDark);
    text-decoration: none;

    border: 1px solid var(--trvtmplFontColorDark);
    border-radius: 42px;
    padding: 15px 25px;
}
/* HOT END */

/* REVIEWS */
.trvtmpl-reviews_inner-wrapper .trvtmpl-reviews__header {
    max-width: 690px;
}
.trvtmpl-reviews__items {
    margin-top: 50px;
    position: relative;
}
.trvtmpl-reviews__item {
    --transitionDuration: 0.15s;

    flex-direction: column;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 24px;
    width: 320px;
    cursor: pointer;

    transition: border-color var(--transitionDuration) ease-in-out;
}
.trvtmpl-reviews__item:hover {
    border-color: var(--trvtmplTemplateColorMain);
}
.trvtmpl-reviews__item-bg,
.trvtmpl-reviews__item-shadow {
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.trvtmpl-reviews__item-bg {
    background: linear-gradient(0deg, var(--trvtmplTemplateColorMain), var(--trvtmplTemplateColorMain)), #ffffff;
    transition: opacity var(--transitionDuration) ease;
    opacity: 0;
}
.trvtmpl-reviews__item-shadow {
    box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.3);
    opacity: 0.3;
    transition: box-shadow var(--transitionDuration) ease;
}
.trvtmpl-reviews__item:hover .trvtmpl-reviews__item-bg {
    opacity: 0.1;
}
.trvtmpl-reviews__item:hover .trvtmpl-reviews__item-shadow {
    box-shadow: 0px 4px 150px var(--trvtmplTemplateColorMain);
}
.trvtmpl-reviews__item-header {
    display: flex;
    align-items: center;
}
.trvtmpl-reviews__item-avatar {
    width: 26px;
    height: 26px;
}
.trvtmpl-reviews__item-avatar--image {
    /* width: 40px;
    height: 40px; */
    overflow: hidden;
    border-radius: 50%;
}
.trvtmpl-reviews__item-avatar .trvtmpl-emoji {
    width: 100%;
    height: 100%;
}
.trvtmpl-reviews__item-author {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-reviews__item-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #ababb0;

    margin-top: 2px;
}
.trvtmpl-reviews__item-header-right {
    margin-left: auto;
}
.trvtmpl-reviews__item-body {
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--trvtmplFontColorDark);

    max-height: 220px;
    overflow-y: auto;
}
/* REVIEWS END */

/* ABOUT */
.trvtmpl-about__header {
    margin-bottom: 50px;
}
.trvtmpl-about__body {
    display: flex;
    align-items: center;
    max-width: 1010px;
    background-color: #ffffff;
    border-radius: 50px;
}
.trvtmpl-about__left-col {
    width: calc(100% - 479px);
    padding-right: 70px;
}
.trvtmpl-about__text {
    counter-reset: about-text-block;
}
.trvtmpl-about__text p {
    padding: 25px 35px;
    border-radius: 30px;
    margin: 0;
}
.trvtmpl-about__text p:nth-child(even) {
    box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.06);
}
.trvtmpl-about__text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-about__image-wrapper {
    max-width: 458px;
    max-height: 687px;
    position: relative;
}
.trvtmpl-about__image {
    border-radius: 50px;
    overflow: hidden;
}
.trvtmpl-about__emoji {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}
.trvtmpl-about__emoji .trvtmpl-emoji {
    height: 40px;
    width: 40px;
}
.trvtmpl-about__emoji-item:not(:first-child) {
    margin-top: 10px;
}
/* ABOUT END */

/* NEWS */
.trvtmpl-news__header h2 {
    margin: 0;
}
.trvtmpl-news__body {
    display: flex;
    margin-top: 40px;
    overflow: hidden;
}
.trvtmpl-news__body .swiper {
    width: 100%;
    border-radius: 30px;
}
.trvtmpl-news__item {
    background-color: #ffffff;
    border-radius: 30px;
    width: 320px;
}
.trvtmpl-news__item-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;

    transition: opacity 0.3s ease;
}
.trvtmpl-news__item-link:hover {
    opacity: 0.8;
}
.trvtmpl-news__item-image {
    display: flex;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}
.trvtmpl-news__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 30px;
}
.trvtmpl-news__item-date {
    font-weight: 500;
    font-size: 13px;
    line-height: 9px;
    color: var(--trvtmplFontColorDark);

    display: inline-block;
    padding: 8px 10px;
    background-color: var(--trvtmplTemplateColorMain);
    border-radius: 20000px;
    position: absolute;
    left: 34px;
    bottom: 0;
    transform: translate(0, 50%);
}
.trvtmpl-news__item-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--trvtmplFontColorDark);
    text-decoration: none;
}
.trvtmpl-news__item-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--trvtmplFontColorDark);

    margin-top: 12px;
}
.trvtmpl-news__item-body {
    padding: 28px 34px;
}
.trvtmpl-news__nav {
    position: relative;
    display: flex;
    align-items: center;
}
.trvtmpl-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.trvtmpl-news__nav .swiper-button-next {
    margin-left: 6px;
}
/* NEWS END */

/* MATCH TOUR */
.trvtmpl-match-tour {
    overflow-x: clip;
}
.trvtmpl-match-tour__inner-wrapper {
    position: relative;
}
.trvtmpl-match-tour__header .trvtmpl-emoji {
    height: 37px;
    width: 37px;
}
.trvtmpl-match-tour__header h2 {
    line-height: 48px;
}
.trvtmpl-match-tour__header p {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}
.trvtmpl-match-tour__body {
    position: relative;
    margin-top: 35px;
    min-height: 200px;
}
.trvtmpl-match-tour__request-btn {
    text-align: center;
}
.trvtmpl-match-tour__images-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
}
.trvtmpl-match-tour__images-item img {
    width: 100%;
}
.trvtmpl-match-tour__images-item:nth-child(1) {
    width: 145px;
    height: 150px;

    top: 0;
    left: 0;
    transform: translateY(-25%);
}
.trvtmpl-match-tour__images-item:nth-child(2) {
    width: 145px;
    height: 150px;

    top: 60px;
    left: 18%;
}
.trvtmpl-match-tour__images-item:nth-child(3) {
    width: 145px;
    height: 150px;

    top: 0;
    right: 11%;
}
.trvtmpl-match-tour__images-item:nth-child(4) {
    width: 101px;
    height: 101px;

    top: 0;
    right: 0;
    transform: translateY(-100%);
}
.trvtmpl-match-tour__bg {
    width: auto;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 260px;
    left: -160px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.trvtmpl-match-tour__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
}
.trvtmpl-match-tour__bg img {
    width: 997px;
    height: 665px;
    max-width: unset;
}
.trvtmpl-match-tour__bg--sm {
    display: none;
}
/* MATCH TOUR END */

/* PHONE IMAGE */
.trvtmpl-phone-image {
    /*overflow: hidden;*/
}
.trvtmpl-phone-image__inner-wrapper {
    position: relative;
    width: 972px;
    height: auto;
    margin: 0 auto;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.trvtmpl-phone-image__inner-wrapper::before {
    content: "";
    position: absolute;
    background-image: url("../images/png/phone-image-bg.png");
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.trvtmpl-phone-image__inner-wrapper p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trvtmpl-phone-image__inner-wrapper img {
    border-radius: 100px;
    width: 100%;
    max-width: 98%;
    max-height: 98%;
}
.trvtmpl-phone-image__image {
    width: 100%;
}
.trvtmpl-phone-image__label {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 66px;
    left: -90px;
    padding: 21px 20px;
    background: #ffffff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
    border-radius: 26px;

    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-phone-image__label::before {
    content: "";
    width: 35px;
    height: 36px;
    background-image: url("../images/png/emoji-sparkles.png");
    background-size: cover;
    margin-right: 12px;
}
.trvtmpl-phone-image__emoji {
    display: flex;
    align-items: center;
    position: absolute;
    top: 93px;
    right: 0;
    transform: translateX(40%);
}
.trvtmpl-phone-image__emoji .trvtmpl-emoji {
    width: 40px;
    height: 40px;
}
.trvtmpl-phone-image__emoji .trvtmpl-emoji:not(:first-child) {
    margin-left: 8px;
}
/* PHONE IMAGE 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: 40px;
}
.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: 34px 34px 24px 34px;
}
.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: 15px;

    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    color: #343434;
    opacity: 0.2;
}
.trvtmpl-achievements__body .swiper {
    overflow: visible;
}
.trvtmpl-achievements__body .swiper-wrapper {
    height: auto;
}
/* ACHIEVEMENTS END */

/* DIGITS */
.trvtmpl-digits {
    overflow: hidden;
}
.trvtmpl-digits__body {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 60px;
}
.trvtmpl-digits__image {
    width: 1056px;
    height: 532px;
    background-image: url("../images/svg/digits-bg.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.trvtmpl-digits__item {
    position: absolute;
    text-align: center;
}
.trvtmpl-digits__item::after {
    content: "";
    position: absolute;

    display: block;
    background: #9994ff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.trvtmpl-digits__item::before {
    content: "";
    position: absolute;

    display: block;
    background: linear-gradient(180deg, rgba(153, 148, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    width: 2px;
    left: 50%;
    transform: translateX(-50%);
}
.trvtmpl-digits__item:nth-child(1) {
    top: 142px;
    left: 293px;
}
.trvtmpl-digits__item:nth-child(1)::after {
    top: -118px;
}
.trvtmpl-digits__item:nth-child(1)::before {
    height: 120px;
    top: -118px;
}
.trvtmpl-digits__item:nth-child(2) {
    top: 321px;
    right: 261px;
}
.trvtmpl-digits__item:nth-child(2)::after {
    top: -84px;
}
.trvtmpl-digits__item:nth-child(2)::before {
    height: 86px;
    top: -84px;
}
.trvtmpl-digits__item:nth-child(3) {
    top: 384px;
    left: 355px;
}
.trvtmpl-digits__item:nth-child(3)::after {
    top: -122px;
}
.trvtmpl-digits__item:nth-child(3)::before {
    height: 120px;
    top: -122px;
}
.trvtmpl-digits__item span {
    font-weight: 500;
    font-size: 66px;
    line-height: 79px;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-digits__item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: var(--trvtmplFontColorDark);

    margin: 0;
}
/* DIGITS END */

/* TEAM */
.trvtmpl-team__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    margin-left: -30px;
    margin-top: -32px;
}
.trvtmpl-team__item {
    background-color: #f5f5f5;
    border-radius: 40px;
    padding: 10px;
    width: 310px;
    margin-left: 30px;
    margin-top: 32px;
    text-decoration: none;
}
.trvtmpl-team__item-image {
    position: relative;
    border-radius: 32px;
    padding-bottom: 119%;
    overflow: hidden;
}
.trvtmpl-team__item-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.trvtmpl-team__item-desc {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 10px;
}
.trvtmpl-team__item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #343434;
}
.trvtmpl-team__item-position {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(52, 52, 52, 0.6);
}
/* TEAM END */

/* CLIENT MESSAGE */
.trvtmpl-client-message__header {
    position: relative;
}
.trvtmpl-client-message__header-pattern {
    position: absolute;
    right: 19%;
    bottom: -15px;
    z-index: -1;
}
.trvtmpl-client-message__body {
    margin-top: 60px;
}
.trvtmpl-client-message__quote {
    --border-radius: 50px;

    position: relative;
    border: 1px solid var(--trvtmplHeaderColorSecondaryPage);
    border-radius: var(--border-radius);
    padding: 57px 124px;
}
.trvtmpl-client-message__quote::before,
.trvtmpl-client-message__quote::after {
    content: "";
    display: block;
    position: absolute;
    width: 52px;
    height: 40px;
    background-image: url("../images/svg/quote-icon.svg");
    background-size: cover;
    z-index: 1;
}
.trvtmpl-client-message__quote::before {
    left: 70px;
    top: 0;
    transform: translateY(-50%);
}
.trvtmpl-client-message__quote::after {
    right: 70px;
    bottom: 0;
    transform: translateY(50%) rotate(180deg);
}
.trvtmpl-client-message__quote-bg {
    position: absolute;
    background-color: var(--trvtmplHeaderColorSecondaryPage);
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
}
.trvtmpl-client-message__quote-text {
    position: relative;

    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: var(--trvtmplFontColorDark);
    text-align: center;
}
/* CLIENT MESSAGE END */

/* FOOTER MENU */
.trvtmpl-footer__menu nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.trvtmpl-footer__menu nav > ul {
    width: 25%;
    padding: 0 20px;
}
.trvtmpl-footer__menu nav > ul:nth-of-type(n + 5) {
    /* padding-top: 20px; */
    margin-top: 40px;
}
.trvtmpl-footer__menu li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    opacity: 0.8;
    color: var(--trvtmplFontColorDark);
}
.trvtmpl-footer__menu li:not(:first-child),
.trvtmpl-footer__menu li.trvtmpl-menu__item--parent ~ ul {
    margin-top: 40px;
}
.trvtmpl-footer__menu li.trvtmpl-menu__item--parent,
.trvtmpl-footer__menu li > a.bold {
    font-weight: 600;
    font-size: 22px;
}
.trvtmpl-footer__menu .trvtmpl-menu__item--parent span {
    cursor: default;
}
/* FOOTER MENU END */

/* FOOTER */
.trvtmpl-footer {
    background-color: var(--trvtmplTemplateColorMain);
    border-radius: 100px 100px 0 0;
}
.trvtmpl-footer__inner-wrapper {
    max-width: 1215px;
    padding-left: var(--trvtmplContainerPadding);
    padding-right: var(--trvtmplContainerPadding);
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.trvtmpl-footer__copyright {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--trvtmplFontColorDark);
    opacity: 0.6;

    margin-top: 90px;
}

.trvtmpl-footer__org-details {
    margin-top: 5px;

    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--trvtmplFontColorDark);
    opacity: 0.6;
}

.trvtmpl-footer__subcription,
.trvtmpl-footer__copyright,
.trvtmpl-footer__org-details {
    width: 100%;
    max-width: calc(var(--trvtmplContainerMaxWidth) - var(--trvtmplContainerPadding) * 2);
}
.trvtmpl-footer__subcription {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    position: relative;
}
.trvtmpl-footer__subcription-title {
    max-width: 500px;
    text-align: center;
}
.trvtmpl-footer__subcription-title h2 {
    margin: 0;
    line-height: 48px;
}
.trvtmpl-footer__subcription-button {
    margin-top: 30px;
}
.trvtmpl-footer__subcription-icon-before,
.trvtmpl-footer__subcription-icon-after {
    position: absolute;
}
.trvtmpl-footer__subcription-icon-before {
    left: 0;
}
.trvtmpl-footer__subcription-icon-after {
    right: 0;
    transform: rotate(270deg);
}
.trvtmpl-footer__contacts {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}
.trvtmpl-footer__contacts-inner-wrapper {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 38px 48px;
    border-radius: 50px;
    box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.06), 0px 15px 15px rgba(2, 0, 101, 0.02);
}
.trvtmpl-footer__contacts-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.trvtmpl-footer__contacts-item:not(:first-child) {
    margin-left: 25px;
    padding-left: 25px;
}
.trvtmpl-footer__contacts-item:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 30px;
    background-color: var(--trvtmplTemplateColorSecondary);
    opacity: 0.1;
    position: absolute;
    left: 0;
}
.trvtmpl-footer__contacts-item-icon-bg {
    background: var(--trvtmplTemplateColorMain);
    display: flex;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.trvtmpl-footer__contacts-item-icon {
    padding: 9px;
    position: relative;
    border: 1px solid var(--trvtmplTemplateColorMain);
    border-radius: 50%;
}
.trvtmpl-footer__contacts-item-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.trvtmpl-footer__contacts-item-icon .trvtmpl-icon--phone-icon path,
.trvtmpl-footer__contacts-item-icon .trvtmpl-icon--mail-icon path,
.trvtmpl-footer__contacts-item-icon .trvtmpl-icon--address-icon path {
    fill: var(--trvtmplButtonsColorSecondary);
}
.trvtmpl-footer__contacts-item-text {
    margin-left: 15px;
}
.trvtmpl-footer__contacts-item-value {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;

    color: var(--trvtmplFontColorDark);
}
.trvtmpl-footer__contacts-item-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;

    opacity: 0.6;
    margin-top: 2px;
}
.trvtmpl-footer__contacts-item--phone .trvtmpl-footer__contacts-item-text,
.trvtmpl-footer__contacts-item--mail .trvtmpl-footer__contacts-item-text {
    white-space: nowrap;
}
.trvtmpl-footer__menu {
    width: 100%;
    margin-top: 90px;
}
/* FOOTER END */

/* MAIN PAGE */
.trvtmpl-body--main-page .trvtmpl-header__bg-wrapper {
    height: 656px;
}
.trvtmpl-body--main-page .trvtmpl-header__bg {
    background-color: var(--trvtmplHeaderColorMainPage);
}
.trvtmpl-body--main-page .trvtmpl-header__inner-wrapper {
    padding-bottom: 0;
}
.trvtmpl-body--main-page .trvtmpl-highlight-text {
    background-color: var(--trvtmplHeaderColorMainPage);
}
.trvtmpl-body--main-page .trvtmpl-header__page-desc .trvtmpl-highlight-text {
    background-color: rgba(255, 255, 255, 0.7);
}
/* MAIN PAGE END */

/* ABOUT PAGE */
.about-page .trvtmpl-header__bg-wrapper {
    height: 558px;
}
.about-page .trvtmpl-header__inner-wrapper {
    padding-bottom: 0;
}
/* ABOUT PAGE END */

/* TEAM BLOCK PAGE */
.team-page .trvtmpl-header__bg-wrapper {
    height: 656px;
}
.team-page .trvtmpl-header__inner-wrapper {
    padding-bottom: 0;
}
/* TEAM BLOCK PAGE END */

/* CONTACTS PAGE */
.trvtmpl-contacts-page {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
/* CONTACTS PAGE END */

/* NEWS PAGE */
.trvtmpl-news-page__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.trvtmpl-news-page__items .trvtmpl-news__item {
    width: auto;
}
/* NEWS PAGE END */

/* TEAM PAGE */
.trvtmpl-team-page .description {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}
.trvtmpl-team-page__item::after {
    content: "";
    display: table;
    clear: both;
}
.trvtmpl-team-page__item h2 {
    margin-top: 0;
}
.trvtmpl-team-page__item img {
    float: left;
    margin-right: 20px;
}
.trvtmpl-team-page__item p {
    padding-top: 20px;
}
/* TEAM PAGE END */
@media screen and (min-width: 1120px) {
    .tv-moduleid-9982828 {
        display: none;
    }
}
@media screen and (max-width: 1120px) {
    .tv-moduleid-9982251 {
        display: none;
    }
}

@media screen and (max-width: 1060px) {
    /* TEAM */
    .trvtmpl-team {
        overflow: hidden;
    }
    .trvtmpl-team .swiper {
        overflow: visible;
    }
    .trvtmpl-team__items {
        flex-wrap: nowrap;
        justify-content: unset;
        margin-left: 0;
        margin-top: 0;
    }
    .trvtmpl-team__item {
        width: 284px;
        margin-left: 0;
        margin-top: 0;
    }
    /* TEAM END */

    /* TEAM PAGE */
    .trvtmpl-team-page .trvtmpl-team__items {
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -15px;
        margin-top: -15px;
    }
    .trvtmpl-team-page .trvtmpl-team__item {
        width: calc(33% - 15px);
        margin-left: 15px;
        margin-top: 15px;
    }
    /* TEAM PAGE END */
}

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

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

    p {
        font-size: 18px;
        line-height: 25px;
    }

    ul {
        font-size: 16px;
    }

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

    /* MAP */
    #map {
        height: 400px;
    }
    /* MAP END */

    /* PAGE HIGHLIGHTED BLOCK */
    .trvtmpl-page-highlighted-block {
        border-radius: 36px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    /* PAGE HIGHLIGHTED BLOCK END */

    /* HEADER */
    .trvtmpl-header__address,
    .trvtmpl-header__socials,
    .trvtmpl-header__request {
        display: none;
    }
    .trvtmpl-header__phone {
        font-size: 0;
        line-height: 14px;

        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--trvtmplButtonsColorSecondary);
        border-radius: 50%;
        width: 32px;
        height: 32px;
    }
    .trvtmpl-header__phone .trvtmpl-icon--phone-icon {
        display: unset;
    }
    .trvtmpl-icon--page-desc-icon {
        width: 75px;
        height: auto;
    }
    .trvtmpl-header__page-desc-before-icon,
    .trvtmpl-header__page-desc-after-icon {
        bottom: 0;
        top: unset;
    }
    .trvtmpl-header__page-desc-inner-wrapper {
        max-width: 80%;
    }
    .trvtmpl-header__page-desc-before-icon {
        bottom: unset;
        top: 0;
        transform: translateX(-100%) translateY(-25%);
    }
    .trvtmpl-header__page-desc-after-icon {
        transform: translateX(100%) translateY(75%) rotate(270deg);
    }
    .trvtmpl-header__cloud--1 {
        width: 185px;
        height: 47px;
        top: 30px;
        left: 38%;
    }
    .trvtmpl-header__cloud--2 {
        width: 230px;
        height: 80px;
        top: 121px;
    }
    .trvtmpl-header__cloud--3 {
        width: 213px;
        height: 73px;
        top: 186px;
    }
    .trvtmpl-header__search {
        background-color: transparent;
    }
    .trvtmpl-header__bg {
        border-radius: 0px 0px 26px 26px;
    }
    .trvtmpl-header__tv-search {
        min-height: 384px;
    }
    .trvtmpl-header__slider {
        min-height: auto;
    }
    /* HEADER END */

    /* MENU */
    .trvtmpl-header__menu {
        height: 100%;
        border-radius: 0;
    }
    /* MENU END */

    /* GUIDE */
    .trvtmpl-guide__inner-wrapper {
        padding: 35px 25px;

        background: #ffffff;
        box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.12);
        border-radius: 36px;
        max-width: 100%;
    }
    .trvtmpl-guide__items {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .trvtmpl-guide__item {
        width: 100%;
        align-items: center;
        flex-direction: row;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }
    .trvtmpl-guide__item:not(:first-child) {
        margin-top: 25px;
    }
    .trvtmpl-guide__img-wrapper {
        max-width: 30px;
    }
    .trvtmpl-guide__text-wrapper {
        margin-top: 0;
        margin-left: 20px;
    }
    .trvtmpl-guide__text-wrapper p {
        font-size: 18px;
        line-height: 25px;
    }
    .trvtmpl-guide__item.with-separator::before {
        display: none;
    }
    /* GUIDE END */

    /* MIN PRICE */
    .trvtmpl-tv-min-price--mobile {
        display: block;
    }
    .trvtmpl-tv-min-price--desktop {
        display: none;
    }
    /* MIN PRICE END */

    /* IMAGE BLOCK */
    .trvtmpl-image-block {
        margin-bottom: -130px;
    }
    .trvtmpl-image-block__inner-wrapper {
        height: 368px;
    }
    .trvtmpl-image-block__inner-wrapper img {
        width: 552px;
        height: 368px;
    }
    /* IMAGE BLOCK END */

    /* MESSENGER */
    .trvtmpl-messenger__inner-wrapper {
        padding: 50px var(--trvtmplContainerPadding) 0 var(--trvtmplContainerPadding);
        overflow: hidden;
        border-radius: 36px;
    }
    .trvtmpl-messenger__inner-wrapper h2 {
        margin-bottom: 20px;
        font-weight: 800;
        font-size: 28px;
        line-height: 31px;
    }
    .trvtmpl-messenger__text {
        text-align: center;
    }
    .trvtmpl-messenger__text p {
        font-weight: 400;
        font-size: 22px;
        line-height: 16px;
    }
    .trvtmpl-messenger__text p:not(:last-child) {
        display: block;
    }
    .trvtmpl-messenger__image {
        position: relative;
        margin: 35px auto 0;
        max-width: 320px;
        z-index: 1;
        bottom: unset;
        right: unset;
    }
    .trvtmpl-messenger__image-pattern {
        width: 307px;
        left: 0;
        transform: translate(2%, -42%);
        top: 0;
    }
    .trvtmpl-messenger__image-before-icon,
    .trvtmpl-messenger__image-after-icon {
        display: block;
        position: absolute;
    }
    .trvtmpl-messenger__image-before-icon {
        top: 0;
        left: 0;
        transform: translate(-30%, -100%);
    }
    .trvtmpl-messenger__image-after-icon {
        top: 0;
        right: 0;
        transform: translate(-10%, -85%) rotate(270deg);
    }
    .trvtmpl-messenger__image-phones {
        width: 320px;
        height: 312px;
    }
    .trvtmpl-messenger__image-phone {
        width: 169px;
        height: 350px;
    }
    .trvtmpl-messenger__image-phone-content {
        padding-top: 50px;
    }
    .trvtmpl-messenger__image-phone-title {
        font-size: 22px;
        line-height: 24px;
    }
    .trvtmpl-messenger__image-phone-pattern {
        width: 80px;
        transform: rotate(285deg);
    }
    .trvtmpl-messenger__image-items {
        height: 312px;
    }
    .trvtmpl-messenger__image-items p {
        min-width: 170px;
        min-height: 350px;
    }
    .trvtmpl-messenger__image-items p img {
        padding: 7px 8px 11px 8px;
    }
    /* MESSENGER END */

    /* HOT */
    .trvtmpl-tv-hot__header .trvtmpl-emoji {
        height: 28px;
        width: 28px;
    }
    .trvtmpl-tv-hot__module {
        margin-top: 15px;
    }
    .trvtmpl-tv-hot__button-more {
        margin: 20px auto 0;
    }
    .trvtmpl-tv-hot__button-more a {
        font-size: 16px;
        line-height: 18px;

        padding: 14px 21px;
    }
    /* HOT END */

    /* REVIEWS */
    .trvtmpl-reviews__item:hover {
        box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.06);
        border-color: transparent;
    }
    .trvtmpl-reviews__item:hover .trvtmpl-reviews__item-bg {
        background: transparent;
    }
    .trvtmpl-reviews__item:hover .trvtmpl-reviews__item-bg {
        opacity: 0;
    }
    .trvtmpl-reviews__item:hover .trvtmpl-reviews__item-shadow {
        box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.3);
    }
    /* REVIEWS END */

    /* ABOUT */
    .trvtmpl-about__header {
        margin-bottom: 10px;
    }
    .trvtmpl-about__body {
        align-items: flex-start;
        flex-direction: column;
    }
    .trvtmpl-about__left-col {
        border-radius: 30px;
        background-color: #ffffff;
        width: 100%;
        padding-right: 0;
    }
    .trvtmpl-about__right-col {
        margin-top: 25px;
    }
    .trvtmpl-about__text-block {
        padding: 26px;
    }
    .trvtmpl-about__text-block::before {
        font-weight: 600;
        font-size: 15px;
        line-height: 19px;

        padding: 3px 10px;
        margin-bottom: 12px;
    }
    .trvtmpl-about__text p {
        font-size: 18px;
        line-height: 25px;

        padding: 26px;
    }
    .trvtmpl-about__text-block p {
        font-size: 18px;
        line-height: 25px;
    }
    .trvtmpl-about__text-block p:first-child {
        font-size: 22px;
        line-height: 29px;
    }
    .trvtmpl-about__emoji {
        left: 15px;
        transform: translate(0, -50%);
    }
    .trvtmpl-about__emoji .trvtmpl-emoji {
        height: 35px;
        width: 35px;
    }
    /* ABOUT END */

    /* NEWS */
    .trvtmpl-news__nav {
        display: none;
    }
    .trvtmpl-news__body {
        margin-top: 20px;
    }
    .trvtmpl-news__item {
        width: 280px;
    }
    .trvtmpl-news__item-link:hover {
        opacity: 1;
    }
    .trvtmpl-news__item-date {
        left: 26px;
    }
    .trvtmpl-news__item-body {
        padding: 24px 26px;
    }
    .trvtmpl-news__item-title {
        font-size: 20px;
        line-height: 24px;
    }
    .trvtmpl-news__item-desc {
        font-size: 15px;
        line-height: 22px;

        margin-top: 10px;
    }
    .trvtmpl-news__body .swiper {
        padding: 0 20px;
        border-radius: 0;
    }
    /* NEWS END */

    /* MATCH TOUR */
    .trvtmpl-match-tour__body {
        margin-top: 25px;
        padding-bottom: 134px;
        min-height: auto;
    }
    .trvtmpl-match-tour__header h2 {
        line-height: 31px;
    }
    .trvtmpl-match-tour__header p {
        max-width: 89%;
    }
    .trvtmpl-match-tour__header .trvtmpl-emoji {
        height: 25px;
        width: 25px;
    }
    .trvtmpl-match-tour__images {
        position: relative;
        width: 319px;
        height: 300px;
        margin: 35px auto 0;
    }
    .trvtmpl-match-tour__images-item:nth-child(1) {
        width: 106px;
        height: 109px;

        top: 15px;
        transform: translateY(0);
    }
    .trvtmpl-match-tour__images-item:nth-child(2) {
        top: 160px;
        left: unset;
        right: 0;
        z-index: 1;
    }
    .trvtmpl-match-tour__images-item:nth-child(3) {
        width: 146px;
        height: 154px;

        left: 24%;
        top: 46px;
    }
    .trvtmpl-match-tour__images-item:nth-child(4) {
        width: 99px;
        height: 99px;

        top: 0;
        right: 5%;
        transform: translateY(0);
    }
    .trvtmpl-match-tour__bg--lg {
        display: none;
    }
    .trvtmpl-match-tour__bg--sm {
        display: unset;
    }
    .trvtmpl-match-tour__bg {
        top: 70%;
        transform: scale(-1, 1);
        left: 0;
    }
    .trvtmpl-match-tour__bg img {
        width: 578px;
        height: 385px;
        max-width: unset;
    }
    /* MATCH TOUR END */

    /* PHONE IMAGE */
    .trvtmpl-phone-image {
        display: none;
    }
    /* PHONE IMAGE 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: 22px;
    }
    .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 */

    /* DIGITS */
    .trvtmpl-digits__body {
        flex-direction: column;
        margin-top: 25px;
    }
    .trvtmpl-digits__image {
        height: 389px;
        position: relative;
    }
    .trvtmpl-digits__item {
        position: unset;
        width: 164px;
        margin-top: 20px;
        padding: 0 20px;
    }
    .trvtmpl-digits__item::before,
    .trvtmpl-digits__item::after {
        display: none;
    }
    .trvtmpl-digits__item span {
        font-size: 50px;
        line-height: 60px;
    }
    .trvtmpl-digits__items {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: -20px;
    }
    .trvtmpl-digits__highlighted-dot {
        position: absolute;
        background-color: #9994ff;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .trvtmpl-digits__highlighted-dot:nth-child(1) {
        bottom: 106px;
        left: 365px;
    }
    .trvtmpl-digits__highlighted-dot:nth-child(2) {
        left: 498px;
        top: 190px;
    }
    .trvtmpl-digits__highlighted-dot:nth-child(3) {
        right: 498px;
        top: 256px;
    }
    /* DIGITS END */

    /* CLIENT MESSAGE */
    .trvtmpl-client-message__body {
        margin-top: 35px;
    }
    .trvtmpl-client-message__header-pattern {
        width: 180px;
        height: auto;
        bottom: -10px;
        right: 50%;
        transform: translateX(50%);
    }
    .trvtmpl-client-message__header-pattern svg {
        width: 100%;
        height: auto;
    }
    .trvtmpl-client-message__quote {
        --border-radius: 36px;
        padding: 35px 27px;
    }
    .trvtmpl-client-message__quote-text {
        font-size: 18px;
        line-height: 25px;
        color: var(--trvtmplFontColorDark);
    }
    .trvtmpl-client-message__quote::before,
    .trvtmpl-client-message__quote::after {
        width: 35px;
        height: 27px;
    }
    .trvtmpl-client-message__quote::before {
        left: 35px;
    }
    .trvtmpl-client-message__quote::after {
        right: 35px;
    }
    /* CLIENT MESSAGE END */

    /* FOOTER MENU */
    .trvtmpl-footer__menu nav {
        margin-top: -30px;
    }
    .trvtmpl-footer__menu nav > ul {
        width: 45%;
        padding: 0;
        margin-top: 30px;
    }
    .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 li:not(:first-child),
    .trvtmpl-footer__menu li.trvtmpl-menu__item--parent ~ ul {
        margin-top: 16px;
    }
    /* FOOTER MENU END */

    /* FOOTER */
    .trvtmpl-footer {
        border-radius: 26px 26px 0 0;
    }
    .trvtmpl-footer__inner-wrapper {
        padding-top: 35px;
        padding-bottom: 15px;
    }
    .trvtmpl-footer__subcription,
    .trvtmpl-footer__copyright {
        max-width: 100%;
    }
    .trvtmpl-footer__copyright {
        text-align: left;
        font-size: 14px;
        line-height: 21px;

        margin-top: 30px;
        padding-top: 12px;
        border-top: 1px solid rgba(14, 40, 85, 0.1);
    }
    .trvtmpl-footer__subcription {
        align-items: flex-start;
    }
    .trvtmpl-footer__subcription-title {
        max-width: calc(100% - 50px);
    }
    .trvtmpl-footer__subcription-title h2 {
        font-size: 24px;
        line-height: 26px;
        text-align: left;
    }
    .trvtmpl-footer__subcription-button {
        margin-top: 16px;
    }
    .trvtmpl-footer__subcription-icon-before {
        display: none;
    }
    .trvtmpl-footer__contacts {
        width: 100%;
    }
    .trvtmpl-footer__contacts-inner-wrapper {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px 20px;
        box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.06);
        border-radius: 36px;
        border: 1px solid #e6e6e6;
    }
    .trvtmpl-footer__contacts-item:not(:first-child) {
        padding-left: 0;
        margin-left: 0;
        margin-top: 15px;
    }
    .trvtmpl-footer__contacts-item:not(:first-child)::before {
        display: none;
    }
    .trvtmpl-footer__menu {
        margin-top: 35px;
    }
    .trvtmpl-footer__contacts-item-icon-bg {
        width: 30px;
        height: 30px;
    }
    .trvtmpl-footer__contacts-item-value {
        font-weight: 500;
        font-size: 16px;
        line-height: 18px;
    }
    .trvtmpl-footer__contacts-item-desc {
        font-weight: 400;
        font-size: 15px;
        line-height: 21px;
    }
    /* FOOTER END */

    /* MAIN PAGE */
    .trvtmpl-body--main-page .trvtmpl-header__bg-wrapper {
        height: 480px;
    }
    .trvtmpl-body--main-page .trvtmpl-header__page-desc-before-icon {
        transform: translateX(-100%) translateY(-0%);
        bottom: 0;
        top: unset;
    }
    .trvtmpl-body--main-page .trvtmpl-header__page-desc-after-icon {
        transform: translateX(100%) translateY(0%) rotate(270deg);
    }
    .trvtmpl-body--main-page .trvtmpl-header__page-desc-content {
        position: relative;
    }
    /* MAIN PAGE END */

    /* ABOUT PAGE */
    .about-page .trvtmpl-header__bg-wrapper {
        height: 465px;
    }
    .about-page .trvtmpl-about__header {
        display: none;
    }
    /* ABOUT PAGE END */

    /* TEAM BLOCK PAGE */
    .team-page .trvtmpl-header__bg-wrapper {
        height: 491px;
    }
    /* TEAM BLOCK PAGE END */

    /* CONTACTS PAGE */
    .trvtmpl-contacts-page {
        font-size: 18px;
        line-height: 25px;
    }
    /* CONTACTS PAGE END */

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

    /* TEAM PAGE */
    .trvtmpl-team-page .description {
        font-size: 18px;
        line-height: 25px;
    }
    /* TEAM 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 */
}

@media screen and (max-width: 640px) {
    /* HEADER  */
    .trvtmpl-header__page-desc-inner-wrapper {
        max-width: 100%;
        padding: 0 25px;
    }
    .trvtmpl-header__page-desc-content {
        position: unset;
    }
    .trvtmpl-header__page-desc-before-icon {
        bottom: unset;
        top: 0;
        transform: translateX(-62%) translateY(-90%);
    }
    .trvtmpl-header__page-desc-after-icon {
        transform: translateX(10%) translateY(70%) rotate(270deg);
    }
    /* HEADER END */

    /* REVIEWS */
    .trvtmpl-reviews__items {
        margin-top: 25px;
        height: auto !important;
    }
    .trvtmpl-reviews__item {
        display: none;
        width: 100% !important;
        transform: translate3d(0, 0, 0) !important;
        position: unset !important;
    }
    .trvtmpl-reviews__item:nth-child(1),
    .trvtmpl-reviews__item:nth-child(2),
    .trvtmpl-reviews__item:nth-child(3),
    .trvtmpl-reviews__item:nth-child(4) {
        display: block;
    }
    .trvtmpl-reviews__item:not(:first-child) {
        margin-top: 15px;
    }
    .trvtmpl-reviews__item-author {
        font-size: 20px;
        line-height: 22px;
    }
    .trvtmpl-reviews__item-desc {
        font-size: 15px;
        line-height: 19px;
    }
    .trvtmpl-reviews__item-body {
        font-size: 18px;
        line-height: 25px;
    }
    .trvtmpl-reviews__item-avatar {
        width: 30px;
        height: 30px;
    }
    /* REVIEWS END */

    /* MAIN PAGE */
    .trvtmpl-body--main-page .trvtmpl-header__page-desc-inner-wrapper {
        padding: 0;
    }
    .trvtmpl-body--main-page .trvtmpl-header__page-desc-before-icon,
    .trvtmpl-body--main-page .trvtmpl-header__page-desc-after-icon {
        bottom: 0;
        top: unset;
    }
    .trvtmpl-body--main-page .trvtmpl-header__page-desc-before-icon {
        transform: translateX(-100%) translateY(30%);
    }
    .trvtmpl-body--main-page .trvtmpl-header__page-desc-after-icon {
        transform: translateX(50%) translateY(70%) rotate(270deg);
    }
    .trvtmpl-body--main-page .trvtmpl-header__page-desc-content {
        max-width: 75%;
    }
    /* MAIN PAGE END */
}

@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;
    }
    .trvtmpl-team-page .trvtmpl-team__item:not(:first-child) {
        margin-top: 15px;
    }
    /* TEAM PAGE END */
}

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

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%;
} */
