main.trv-main--noYscroll {
    overflow-y: hidden;
}

.trv-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .7);
    z-index: 11;
    opacity: 0;
    pointer-events: none;
    transition: opacity ease-in-out .3s;
}

.trv-overlay--active {
    opacity: 1;
    pointer-events: unset;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev, .swiper-button-next {
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 0.901099px solid #E7E7E7;
    border-radius: 3px;
    background-color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color .3s ease-in-out;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: var(--trvBgLightColor);
}

.swiper-button-prev::after, .swiper-button-next::after {
    content: "";
}

.swiper-button-prev svg, .swiper-button-next svg {
    transition: opacity .3s ease-in-out;
}

.swiper-button-prev svg {
    transform: rotate(180deg);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.swiper-button-next.swiper-button-disabled svg, .swiper-button-prev.swiper-button-disabled svg {
    opacity: 0.2;
}

.trv-modal {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 360px;
    min-height: 100%;
    width: 100vw;
    height: 100vh;
    background: rgba(43, 63, 90, 0.5);
    backdrop-filter: blur(10px);
    /*background-color: rgba(0, 0, 0, .8);*/
    z-index: 1000000;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trv-modal--active {
    opacity: 1;
    pointer-events: auto;
}

.trv-modal--video video {
    max-height: 60%;
    max-width: 80%;
}

.trv-modal__close {
    --posTop: 0;
    --posLeft: 0;
    top: var(--posTop);
    left: var(--posLeft);
    position: absolute;
    color: #FFFFFF;
    display: none;
    cursor: pointer;
    padding: 15px;
    transition: opacity .2s;
}

.trv-modal__close--active {
    display: flex;
}

.trv-modal__close:hover {
    opacity: .7;
}

.trv-modal__close svg {
    width: 15px;
    height: auto;
}

.trv-modal__close svg path {
    fill: currentColor;
}

.trv-modal .trv-modal-form__title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: var(--trvFontBlackColor);
    margin: 0 0 30px 0;
}

.trv-modal form {
    display: flex;
    flex-direction: column;
}

.trv-modal input:not([type=submit]) {
    font-size: 14px;
    background: #F4F7FB;
    border: 1px solid #E9EDF3;
    border-radius: 7px;
    padding: 14px 18px;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
}

.trv-modal input[type=submit] {
    padding: 15px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    background: var(--trvMainColor);
    border-radius: 7px;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 5px;
    max-width: 100%;
    border: none;
    transition: opacity .3s;
}
.trv-modal-form__footer {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    color: var(--trvFontDarkGreyColor);
}
.trv-modal p a {
    color: var(--trvMainColor);
}
.trv-modal p a:hover {
    opacity: var(--trvLinksHoverOpacity);
}

.trv-body .nice-select {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--trvFontBlackColor);
    padding: 18px 50px 18px 20px;
    height: auto;
    min-width: 180px;
    border-radius: 10px;
}

.trv-body .nice-select:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--trvBgLightColor);
    position: absolute;
    pointer-events: none;
    right: 15px;
    transform: translateY(-50%);
}

.trv-body .nice-select:after {
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-color: var(--trvFontDarkGreyColor);
    right: 27px;
}

.trv-body .nice-select:before, .trv-body .nice-select:after {
    top: 50%;
}

.trv-body .nice-select:active, .trv-body .nice-select.open, .trv-body .nice-select:focus {
    border-color: var(--trvFontLightBlueColor);
}

.trv-body .nice-select .nice-select-dropdown {
    margin-top: 10px;
    width: 100%;
    max-height: 300px;
    display: flex;
}

.trv-body .nice-select .option {
    color: var(--trvFontBlackColor);
}

.trv-body .nice-select .list {
    -webkit-tap-highlight-color: red;
    width: 100%;
    max-height: 100%;
}

.trv-body .nice-select .list::-webkit-scrollbar {
    width: 5px;
    /*background-color: red;*/
}

.trv-body .nice-select .list::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
}

table:not(.trv-unset-table) {
    width: 100%;
    border-collapse: collapse;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #2B3F5A;
}

table .trv-table-price--kz {
    display: inline-block;
    font-weight: 400;
    transform: translateY(1px);
}

table:not(.trv-unset-table) tr {
    border: 1px solid #E6EDF7;
}

table:not(.trv-unset-table) th,
table:not(.trv-unset-table) td {
    text-align: center;
    padding: 15px 25px;
    border-right: 1px solid #E6EDF7;
}

table:not(.trv-unset-table) th:last-of-type,
table:not(.trv-unset-table) td:last-of-type {
    border-right: none;
}

table:not(.trv-unset-table) th {
    background-color: var(--trvBgLightColor);
    font-weight: 700;
    overflow: hidden;
}

table:not(.trv-unset-table) th:first-child,
table:not(.trv-unset-table) td:first-child {
    text-align: left;
}

/*table{*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    text-align: center;*/
/*    letter-spacing: -0.02em;*/
/*    color: #2B3F5A;*/
/*}*/
/*table:not(.trv-unset-table) table a,*/
table:not(.trv-unset-table) a{
    line-height: 30px;
    color: var(--trvMainColor);
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px dashed;
    border-color: var(--trvMainColor);
    transition: opacity .3s;
}

table:not(.trv-unset-table) a:hover {
    opacity: .7;
}

.trv-table-cells-red th, .trv-table-cells-red td, th.trv-table__cell--red, td.trv-table__cell--red {
    color: var(--trvAccentColor);
    background-color: #FFF9F8;
}

.trv-table-cells-blue th, .trv-table-cells-blue td, th.trv-table__cell--blue, td.trv-table__cell--blue {
    color: var(--trvMainColor);
    background-color: #F6FBFF;
}

.trv-table-cells-blue-bg th, .trv-table-cells-blue-bg td, th.trv-table__cell--blue-bg, td.trv-table__cell--blue-bg {
    background-color: #F6FBFF;
}

td.trv-table__cell--black-font {
    color: var(--trvFontBlackColor);
}

.trv-table-cells-icon-yes th::before, .trv-table-cells-icon-yes td::before, table th.trv-table__cell--icon-yes::before, table td.trv-table__cell--icon-yes::before {
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    background-image: url("../images/svg/table-icon-yes.svg");
    background-size: cover;
    margin: auto;
}

.trv-table-cells-icon-not th::before, .trv-table-cells-icon-not td::before, table .trv-table__cell--icon-not::before, table .trv-table__cell--icon-not::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("../images/svg/table-icon-not.svg");
    background-size: cover;
    margin: auto;
}

.trv-table-cell--selected {
    background-color: var(--trvMainColor);
    color: #FFFF;
}

.trv-table-cell--selected-border, .trv-table-cell--before-selected-border {
    position: relative;
    overflow: initial;
}

.trv-table-cell--selected-border::after, .trv-table-cell--before-selected-border::after {
    content: "";
    width: 1px;
    height: 110%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--trvMainColor);
    z-index: 1;
}

.trv-table-cell--before-selected-border::after {
    right: -1px;
    transform: translateX(100%);
}

.trv-input--error {
    border-color: var(--trvAccentColor) !important;
}

.trv-input--valid {
    border-color: var(--trvAccentColor) !important;
}

.trv-form-notification {
    background-color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    width: 620px;
    max-width: 85%;
    text-align: left;
    padding: 50px 45px 45px;
    position: relative;
    margin: 0 auto;
}

.trv-form-notification p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: var(--trvFontBlackColor);
}

.trv-form-notification div.h-h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: var(--trvFontBlackColor);
    margin: 0 0 30px 0;
}

.trv-consultation-notification {
    display: none;
}

.trv-modal .trv-consultation-notification {
    display: initial;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.trv-modal-form {
    background: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 45px 50px;
}
.trv-partial-invisible{
    display: none !important;
}
/*MOBILE APP*/
.trv-mobile-app__inner-wrapper {
    position: relative;
    background: var(--trvMainColor);
    border-radius: 20px;
    padding: 65px 100px;
    overflow: hidden;
}

.trv-benefits + .trv-mobile-app {
    /*height: 0;*/
    /*background-color: var(--trvBgLightColor);*/
    padding-bottom: 90px;
}

.trv-benefits + .trv-mobile-app .trv-mobile-app__inner-wrapper {
    /*transform: translateY(-50%);*/
}

.trv-mobile-app__inner-wrapper::before, .trv-mobile-app__inner-wrapper::after {
    content: "";
    display: block;
    width: 7px;
    height: 92px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--trvAccentColor);
}

.trv-mobile-app__inner-wrapper::before {
    left: 0;
}

.trv-mobile-app__inner-wrapper::after {
    right: 0;
}

.trv-mobile-app__inner-wrapper p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: var(--trvFontLightBlueColor);
    margin-top: 0;
    max-width: 372px;
}

.trv-mobile-app__inner-wrapper p:first-of-type {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: var(--trvFontWhiteColor);
    margin-bottom: 25px;
}

.trv-mobile-app__inner-wrapper p:nth-of-type(2) {
    margin-bottom: 0;
}

.trv-mobile-app__inner-wrapper > img {
    position: absolute;
}

.trv-mobile-app__inner-wrapper > img:first-of-type {
    bottom: 31px;
    right: 89px;
    width: 243px;
    filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.07));
}

.trv-mobile-app__inner-wrapper > img:nth-of-type(2) {
    top: 41px;
    right: 358px;
    width: 243px;
    filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.07));
}

.trv-mobile-app__inner-wrapper > img:nth-of-type(3) {
    display: none;
}

.trv-mobile-app__inner-wrapper > img:nth-of-type(4) {
    top: 180px;
    right: 551px;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.12);
    width: 90px;
    border-radius: 10px;
}

.trv-mobile-app__inner-wrapper > div:not(.trv-mobile-app__bg) {
    display: none;
}

.trv-mobile-app__bg {
    position: absolute;
    width: 243px;
    height: 100%;
    background-image: url("../images/webp/mobile-app-bg2.webp");
    background-size: 100%;
    left: 0;
    top: 0;
}

.trv-mobile-app__bg1 {
    left: 48%;
    top: 42px;
}

.trv-mobile-app__bg2 {
    left: 71%;
    top: -31px;
    background-position: bottom;
}

.trv-mobile-app__inner-wrapper > img.trv-mobile-app__gif {
    top: 180px;
    right: 551px;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.12);
    width: 90px;
    border-radius: 10px;
}

/*MOBILE APP END*/
/*QA*/
.trv-qa--main-page .trv-qa__inner-wrapper {
    padding-top: 246px;
    margin-bottom: 90px;
}

.trv-qa__inner-wrapper {
    display: flex;
}

.trv-qa__title {
    min-width: 369px;
    max-width: 369px;
    margin-right: 120px;
}

.trv-qa__items {
    width: 100%;
}

.trv-qa__item {
    border-radius: 7px;
    background: var(--trvBgLightColor);
}

.trv-qa__item:not(:last-child) {
    margin-bottom: 10px;
}

.trv-qa__item > div:nth-of-type(1) {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: var(--trvFontBlackColor);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 20px 25px 20px 25px;
}

.trv-qa__item > div:nth-of-type(1) .trv-svg-icon-wrapper {
    order: 1;
    position: relative;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    border-radius: 16px;
    background-color: #E5F0FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.trv-qa__item--active-start > div:nth-of-type(1) .trv-svg-icon-wrapper {
    animation: qa-icon-bg 1s ease forwards;
}

.trv-qa__item--active-end > div:nth-of-type(1) .trv-svg-icon-wrapper {
    animation: qa-icon-bg-reverse 1s ease forwards;
}

.trv-qa__item--active-start .trv-svg-icon--qa-plus-minus svg {
    animation: qa-icon-for-bg 1s ease forwards;
}

.trv-qa__item--active-end .trv-svg-icon--qa-plus-minus svg {
    animation: qa-icon-for-bg-reverse 1s ease forwards;
}

.trv-qa__item--active-start .trv-svg-icon--qa-plus-minus path:first-of-type, .trv-qa__item--active-start .trv-svg-icon--qa-plus-minus path:nth-of-type(2) {
    animation: qa-minus-hide 1s ease forwards;
}

.trv-qa__item--active-end .trv-svg-icon--qa-plus-minus path:first-of-type, .trv-qa__item--active-end .trv-svg-icon--qa-plus-minus path:nth-of-type(2) {
    animation: qa-minus-show 1s ease forwards;
}

.trv-qa__item > div:nth-of-type(2) {
    color: var(--trvFontBlackColor);
    height: 0;
    overflow: hidden;
    transition: height .3s ease-in-out;
    padding-left: 41px;
    padding-right: 77px;
}

.trv-qa__item > div:nth-of-type(2) p,
.trv-qa .trv-ul li{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: var(--trvFontDarkGreyColor);
}

.trv-qa__item > div:nth-of-type(2) p{
    margin: 0;
}

.trv-qa__item > div:nth-of-type(2) p:not(:last-child) {
    margin-bottom: 20px;
}

.trv-qa__item > div:nth-of-type(2) a {
    color: var(--trvMainColor);
}

.trv-qa__item > div:nth-of-type(2) a:hover {
    opacity: var(--trvLinksHoverOpacity);
}

.trv-qa--v2 .trv-svg-icon-wrapper {
    position: relative;
}

.trv-qa--v2 .trv-svg-icon-wrapper::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("../images/svg/qa-plus-icon.svg");
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.trv-qa--v2 .trv-qa__item--active .trv-svg-icon-wrapper::before {
    background-image: url("../images/svg/qa-minus-icon.svg");
    width: 14px;
    height: 2px;
}

.trv-qa.trv-qa--items-white-bg .trv-qa__item {
    background-color: #FFFFFF;
}

.trv-qa img{
    max-width: 100%;
}
/*QA END*/
/*VIDEO (youtube)*/
.trv-video {
    display: none;
}

.trv-video__inner-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    max-width: calc(var(--trvContainerMaxWidth) - var(--trvContainerPadding) * 2);
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 450px;
}

.trv-video__inner-wrapper::before {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(47, 128, 237, 0.6), rgba(47, 128, 237, 0.6));
}

.trv-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.trv-video img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}

.trv-video svg {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    pointer-events: none;
}

.trv-video svg circle {
    transition: fill-opacity .3s;
}

.trv-video__inner-wrapper:hover svg circle {
    fill-opacity: .4;
}

.trv-video--active img, .trv-video--active .trv-video__inner-wrapper::before, .trv-video--active svg {
    display: none;
}

.trv-video--active iframe {
    /*display: block;*/
}

/*VIDEO (youtube) END*/
/*CARDS*/
.trv-cards__header {
    display: flex;
    margin-bottom: 50px;
}

.trv-cards__header h2 {
    margin-bottom: 0;
}

.trv-cards__header p {
    min-width: 570px;
    width: 570px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: var(--trvFontDarkGreyColor);
    margin: 0 0 0 170px;
}

.trv-cards__header p a {
    color: var(--trvMainColor);
}

.trv-cards__header p a:hover {
    opacity: var(--trvLinksHoverOpacity);
}

.trv-cards__items {
    margin-left: -20px;
    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
    --swiperHeight: 0;
}

.trv-cards__items .swiper {
    overflow: visible;
}

.trv-cards__items .swiper-wrapper {
    flex-wrap: wrap;
    transform: translate3d(0px,0,0);
}

.trv-cards__item {
    background: #FFFFFF;
    box-shadow: 0px 100px 80px rgba(201, 207, 221, 0.07), 0px 41.7776px 33.4221px rgba(201, 207, 221, 0.0503198), 0px 22.3363px 17.869px rgba(201, 207, 221, 0.0417275), 0px 12.5216px 10.0172px rgba(201, 207, 221, 0.035), 0px 6.6501px 5.32008px rgba(201, 207, 221, 0.0282725), 0px 2.76726px 2.21381px rgba(201, 207, 221, 0.0196802);
    border-radius: 20px;
    padding: 30px;
    margin-left: 20px;
    margin-top: 30px;
    width: calc(25% - 20px);
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.trv-cards__item--one-third {
    width: calc(33.33% - 20px);
}

.trv-cards__item--full-width {
    width: calc(100% - 20px);
}

.trv-cards__item--callback-module {
    flex-direction: row;
}

.trv-cards__item--callback-module .trv-cards__item-rs {
    min-width: 670px;
    width: 670px;
    margin-left: 75px;
}

.trv-cards__item::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    background-image: url("/templates/tourvisor/images/svg/cards-item-corner-icon.svg");
    background-size: cover;
}

.trv-cards__item h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: var(--trvFontBlackColor);
    margin: 0 0 15px;
}

.trv-cards__item p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: var(--trvFontDarkGreyColor);
    margin: 0 0 15px;
}

.trv-cards__item ul {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.trv-cards__item li {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: var(--trvFontBlackColor);
    display: flex;
    align-items: center;
}

.trv-cards__item li:not(:last-child) {
    margin-bottom: 4px;
}

.trv-cards__item li::before {
    content: "";
    display: block;
    width: 3px;
    min-width: 3px;
    height: 3px;
    min-height: 3px;
    border-radius: 50%;
    background-color: var(--trvMainColor);
    margin-right: 7px;
}

.trv-cards__item a {
    margin-top: auto;
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--trvMainColor);
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px dashed var(--trvMainColor);
    padding-top: 10px;
}

.trv-cards__item a:hover {
    opacity: var(--trvLinksHoverOpacity);
}

.trv-cards__item a span {
    margin-right: 12px;
}

.trv-cards__item--callback-module .trv-callback-module-block__rs {
    min-width: 340px;
    width: 340px;
}

.trv-cards__item-tag {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: var(--trvFontWhiteColor);
    background: #F2B8B8;
    border-radius: 20px 0px;
    padding: 10px 18px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.trv-cards__item-tag--blue {
    background-color: #A4C3EC;
}

.trv-cards__item-tag--purple {
    background-color: #C7BBE7;
}

.trv-cards__item-tag--green {
    background-color: #B8D3D1;
}

.trv-callback-module-block__ls .TVBButton {
    pointer-events: none;
}

/*CARDS END*/
/*CALLBACK MODULE BLOCK*/
.trv-callback-module-block__inner-wrapper {
    padding: 35px 40px;
    background-color: var(--trvMainColor);
    display: flex;
    border-radius: 17px;
    overflow: hidden;
}

.trv-callback-module-block h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: var(--trvFontWhiteColor);
    margin: 0 0 20px;
}

.trv-callback-module-block p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: var(--trvFontLightBlueColor);
    margin: 0 0 15px;
}

.trv-callback-module-block p:last-child {
    margin-bottom: 0;
}

.trv-callback-module-block__ls {
    width: auto;
}

.trv-callback-module-block__ls p {
    display: none;
}

.trv-callback-module-block__ls .TVBMediumSize {
    padding: 14px 28px;
}

.trv-callback-module-block__ls .tv-free-button .TVBButtonCaption {
    display: flex;
}

.trv-callback-module-block__ls .tv-free-button .TVBButtonCaption::after {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--trvFontWhiteColor);
    white-space: nowrap;
}

.trv-callback-module-block__ls .tv-free-button .TVBColor {
    background-color: var(--trvAccentColor);
    transition: var(--trvBtnBgTransition);
}

.trv-callback-module-block__ls .tv-free-button .TVBColor:hover {
    background-color: var(--trvBtnBgHoverColor);
}

.trv-callback-module-block__rs {
    min-width: 50%;
    width: 50%;
    margin-left: 50px;
}

/*CALLBACK MODULE BLOCK END*/
/*MULTI OFFICE*/
.trv-multi-office {
    display: flex;
    align-items: center;
}

.trv-multi-office h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: var(--trvFontBlackColor);
    margin: 0 0 20px;
}

.trv-multi-office p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: var(--trvFontDarkGreyColor);
    margin: 0 0 20px;
}

.trv-multi-office a {
    margin-top: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: var(--trvMainColor);
    padding-bottom: 5px;
    border-bottom: 1px dashed var(--trvMainColor);
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.trv-multi-office a:hover {
    opacity: var(--trvLinksHoverOpacity);
}

.trv-multi-office a span {
    margin-right: 15px;
}

.trv-multi-office__ls {
    max-width: 450px;
    min-width: 450px;
    margin-right: 55px;
}

.trv-multi-office__rs img {
    max-width: 100%;
}

/*MULTI OFFICE END*/
/*REVIEWS*/
.trv-reviews__header {
    position: relative;
}

.trv-reviews__title {
    margin-bottom: 60px;
}

.trv-reviews__title h2 {
    margin: 0;
}

.trv-reviews__btns .swiper-button-prev {
    right: 6px;
    left: unset;
    transform: translateY(-50%) translateX(-100%);
}

.trv-reviews__items .swiper {
    overflow: visible;
}

.trv-reviews__item {
    width: 540px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.trv-reviews__item:not(:last-child) {
    margin-right: 40px;
}

.trv-reviews__item-text {
    background: #FFFFFF;
    border: 1px solid var(--trvBgMediumColor);
    box-shadow: 0px 100px 80px rgba(201, 207, 221, 0.07), 0px 41.7776px 33.4221px rgba(201, 207, 221, 0.0503198), 0px 22.3363px 17.869px rgba(201, 207, 221, 0.0417275), 0px 12.5216px 10.0172px rgba(201, 207, 221, 0.035), 0px 6.6501px 5.32008px rgba(201, 207, 221, 0.0282725), 0px 2.76726px 2.21381px rgba(201, 207, 221, 0.0196802);
    border-radius: 15px;
    padding: 25px 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: var(--trvFontDarkGreyColor);
    margin-bottom: 20px;
    position: relative;
    height: 100%;
}

.trv-reviews__item-text::before {
    content: "";
    display: block;
    width: 20px;
    height: 17px;
    position: absolute;
    top: 0;
    right: 22px;
    transform: translateY(-50%);
    background-image: url("../images/svg/quote-icon.svg");
    background-size: cover;
}

.trv-reviews__item-text p {
    margin: 0 0 15px;
}

.trv-reviews__item-text b {
    color: var(--trvFontBlackColor);
    font-weight: 600;
}

.trv-reviews__item-text p:last-child {
    margin-bottom: 0;
}

.trv-reviews__item-author {
    display: flex;
}

.trv-reviews__item-avatar {
    width: 63px;
    height: 63px;
    min-width: 63px;
    min-height: 63px;
    margin-right: 15px;
    position: relative;
}

.trv-reviews__item-avatar img {
    max-width: 100%;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid var(--trvBgMediumColor);
}

.trv-reviews__item-avatar svg {
    position: absolute;
    width: 26px;
    height: auto;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.trv-reviews__item-avatar svg circle {
    transition: fill .3s ease-in-out;
}

.trv-reviews__item-avatar svg:hover circle {
    fill: var(--trvBgLightColor);
}

.trv-reviews__item-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trv-reviews__item-name span {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--trvFontBlackColor);
    margin-bottom: 4px;
}

.trv-reviews__item-position {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: var(--trvFontLightGreyColor);
}

.trv-reviews__btns .swiper-button-prev, .trv-reviews__btns .swiper-button-next {
    background-color: transparent;
}

/*REVIEWS END*/
/*SOCIALS ROUNDED*/
.trv-socials-rounded {
    display: flex;
    flex-direction: column;
}

.trv-socials-rounded a {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #2F80ED;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    opacity: 0.6;
}

.trv-socials-rounded a:hover {
    opacity: 1;
}

.trv-socials-rounded a:last-child {
    margin-bottom: 0;
}

.trv-socials-rounded svg {
    margin-right: -10px;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: -5px;*/
    /*transform: translateY(-50%) translateX(-100%);*/
}

.trv-socials-rounded svg::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--trvMainColor);
}

.trv-socials-rounded a.trv-svg-icon--vk::before {
    content: "Ð’ÐºÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ðµ";
}

.trv-socials-rounded a.trv-svg-icon--tg::before {
    content: "Telegram";
}

.trv-socials-rounded a.trv-svg-icon--dzen::before {
    content: "Ð”Ð·ÐµÐ½";
}

.trv-socials-rounded a.trv-svg-icon--yt::before {
    content: "Youtube";
}

.trv-socials-rounded__refs {
    display: none;
}

.trv-socials-rounded rect {
    filter: drop-shadow(4px 7px 5px rgba(47, 128, 237, .3));
}

/*SOCIALS ROUNDED END*/
/*MEDIA ABOUT*/
.trv-b-media-about {
    /*padding-top: calc(2 * var(--trvBlockRoundedSm30Radius));*/
}

.trv-b-media-about img {
    max-width: 100%;
}

.trv-b-media-about__tabs {
    display: flex;
    margin-bottom: 50px;
}

.trv-b-media-about__tabs .swiper {
    width: 100%;
}

.trv-b-media-about__tab {
    width: 25%;
    min-height: 123px;
    border-right: 1px solid #D2DBE9;
}

.trv-b-media-about__tab:nth-child(4) {
}

.trv-b-media-about__tab a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.trv-b-media-about__tab img {
    filter: saturate(0.1);
    opacity: .5;
    transition: filter .3s, opacity .3s;
}

.trv-b-media-about__tab a:hover img, .trv-b-media-about__tab--active img {
    filter: saturate(1);
    opacity: 1;
}

.trv-b-media-about__tab--active a {
    cursor: default;
}

.trv-b-media-about__inner-wrapper {
    position: relative;
}

.trv-b-media-about__tabs-pagination {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.trv-b-media-about__tabs .swiper-wrapper {
    margin-left: 1px;
}

.trv-b-media-about__tabs-pagination .swiper-button-prev, .trv-b-media-about__tabs-pagination .swiper-button-next {
    position: initial;
    transform: translateY(0);
    background-color: transparent;
}

.trv-b-media-about__tabs-pagination .swiper-button-prev {
    margin-right: 5px;
}

.trv-b-media-about__slide {
    background: #FFFFFF;
    border-radius: 20px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity .4s ease-in-out;
}

.trv-b-media-about__slide--active {
    padding: 10px 35px;
    opacity: 1;
    height: auto;
    overflow: visible;
}

.trv-b-media-about__slides .swiper-wrapper {
    display: block;
}

.trv-b-media-about__article {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.trv-b-media-about__article-ls {
    /*min-width: max-content;*/
    margin-right: 18px;
}

.trv-b-media-about__article-rs {
    padding-top: 7px;
}

.trv-b-media-about__article-tag {
    display: flex;
}

.trv-b-media-about__article-tag a {
    display: flex;
    padding: 7px 10px;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: var(--trvMainColor);
    background-color: #F6FBFF;
    border-radius: 7px;
}

.trv-b-media-about__article-tag--red a {
    color: var(--trvAccentColor);
    background-color: #FFF9F8;
}

.trv-b-media-about__article-name a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: var(--trvFontBlackColor);
    text-decoration: none;
    margin: 0 0 10px;
    display: inline-block;
}

.trv-b-media-about__article-name a:hover {
    opacity: var(--trvLinksHoverOpacity);
}

.trv-b-media-about__article-desc p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: var(--trvFontDarkGreyColor);
    margin: 0 0 5px;
}

.trv-b-media-about__article-desc p:last-child {
    margin-bottom: 0;
}

.trv-b-media-about__slides .swiper-scrollbar {
    display: none;
}

/*MEDIA ABOUT END*/
/*PREVIEW LIST*/
.trv-b-preview-list__inner-wrapper {
    /*padding-top: 90px;*/
}

.trv-b-preview-list__item {
    display: flex;
    align-items: center;
    background-color: var(--trvBgLightColor);
    padding: 35px 40px 35px 45px;
    border-radius: 15px;
    position: relative;
}

.trv-b-preview-list__item:not(:last-child) {
    margin-bottom: 10px;
}

.trv-b-preview-list__item::before {
    content: "";
    display: block;
    width: 3px;
    height: 26px;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--trvMainColor);
    border-radius: 0px 15px 15px 0px;
}

.trv-b-preview-list__item span {
    min-width: 39px;
    min-height: 39px;
    background: #F8FBFF;
    box-shadow: 0px 11px 25px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: var(--trvMainColor);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 45px;
}

.trv-b-preview-list__item h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: var(--trvFontBlackColor);
    margin: 0 70px 0 0;
    width: 220px;
    min-width: 220px;
}

.trv-b-preview-list__item p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: rgba(43, 63, 90, 0.6);
    margin: 0;
    max-width: 440px;
}

.trv-b-preview-list__item > a {
    background-color: #EAEFF7;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: var(--trvMainColor);
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 9px 19px 9px 9px;
    transition: background-color .3s ease-in-out;
    margin-left: auto;
}

.trv-b-preview-list__item a {
    color: var(--trvMainColor);
    text-decoration: none;
}

.trv-b-preview-list__item a:hover {
    opacity: var(--trvLinksHoverOpacity);
}

.trv-b-preview-list__item > a:hover {
    background-color: var(--trvBgMediumColor);
}

.trv-b-preview-list__item a svg {
    margin-right: 13px;
}

/*PREVIEW LIST END*/
/*LEGAL*/
.trv-legal-p {
    padding: 70px 0;
    background-color: #FFF;
}

.trv-legal-p h1 {
    color: var(--trvFontBlackColor)
}

.trv-legal-p a {
    color: var(--trvMainColor);
}

.trv-legal-p a:hover {
    opacity: var(--trvLinksHoverOpacity);
}

/*LEGAL END*/
/*LOGIN TOUR AGENTS MODAL*/
.trv-login-tour-agents-modal {
    width: 580px;
    max-width: 80%;
    position: relative;
    display: none;
}

.trv-modal .trv-login-tour-agents-modal {
    display: block;
}

.trv-login-tour-agents-modal__title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: var(--trvFontBlackColor);
    text-align: center;
    margin-bottom: 30px;
}

.trv-login-tour-agents-modal__desc {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--trvFontDarkGreyColor);
    margin-bottom: 30px;
}

.trv-login-tour-agents-modal p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: var(--trvFontDarkGreyColor);
}

.trv-login-tour-agents-modal .trv-login-tour-agents-modal__p-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: var(--trvFontBlackColor);
    margin-top: 0;
    margin-bottom: 10px;
}

.trv-login-tour-agents-modal .trv-login-tour-agents-modal__p-title + p {
    margin-top: 0;
}

.trv-login-tour-agents-modal p + .trv-btn {
    margin-top: 6px;
}

.trv-login-tour-agents-modal .trv-btn {
    width: 100%;
    text-align: center;
    transition: var(--trvBtnBgTransition), opacity .2s;
}

.trv-login-tour-agents-modal .trv-btn:hover {
    opacity: var(--trvLinksHoverOpacity);
}

.trv-login-tour-agents-modal .trv-btn:not(.trv-btn--transparent) {
    background-color: var(--trvMainColor);
}

.trv-login-tour-agents-modal .trv-btn + .trv-login-tour-agents-modal__p-title {
    margin-top: 30px;
}

.trv-login-tour-agents-modal .trv-btn + .trv-btn {
    margin-top: 20px;
}

.trv-login-tour-agents-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: var(--trvBgLightColor);
    border: 1px solid var(--trvBgMediumColor);
    border-radius: 6px;
    padding: 10px;
    display: flex;
}

/*LOGIN TOUR AGENTS MODAL END*/
/*COMMON LITE PAGE*/
.trv-common-lite-p {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #FFF;
}

.trv-common-lite-p h1 {
    color: var(--trvFontBlackColor);
}

.trv-common-lite-p a:not(.trv-btn) {
    color: var(--trvMainColor);
}

.trv-common-lite-p a:not(.trv-btn):hover {
    opacity: var(--trvLinksHoverOpacity);
}

.trv-common-lite-p p:not(td p) {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: var(--trvFontBlackColor);
}

.trv-tech-support-p td p {
    margin: 0;
}

.trv-tech-support-p th, .trv-tech-support-p td {
}

.trv-tech-support-p .supportPrice {
    margin-bottom: 30px;
}

/*COMMON LITE PAGE END*/
.trv-tech-support-p tr:first-child td:not(:last-child) {
    border: 1px solid #dbe2ec;
}

/*INVITE TO APP*/
.trv-invite-to-app{
    display: none;
}
/*INVITE TO APP END*/

/*TOUR LINK*/
.trv-tour-link {
    display: flex;
    justify-content: space-between;
    background-color: #F1F7FF;
    border-radius: 4px;
    text-decoration: none;
    padding: 11px 17px;

    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #027AD0;

    transition: background-color .3s;
}
.trv-tour-link:hover {
    background-color: #f8fbff;
}
.trv-tour-link span:first-of-type{
    margin-right: 40px;
}
/*TOUR LINK END*/

@media screen and (max-width: 1200px) {
    /*MOBILE APP*/
    .trv-benefits + .trv-mobile-app {
        padding-bottom: 50px;
    }

    .trv-mobile-app__inner-wrapper {
        display: flex;
        flex-wrap: wrap;
        padding: 29px 33px 254px 33px;
    }

    .trv-mobile-app__inner-wrapper p {
        width: 100%;
        max-width: unset;
    }

    .trv-mobile-app__inner-wrapper p:first-of-type {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .trv-mobile-app__inner-wrapper p:nth-of-type(2) {
        display: none;
    }

    .trv-mobile-app__inner-wrapper > div:not(.trv-mobile-app__bg) {
        width: 100%;
    }

    .trv-mobile-app__inner-wrapper a {
        padding: 7px 12px 3px 12px;
        background-color: #2E89D5;
        display: inline-block;
        border-radius: 3px;
        line-height: 0px;
        font-size: 0px;
        letter-spacing: 0px;
    }

    .trv-mobile-app__inner-wrapper a:not(:last-of-type) {
        margin-right: 9px;
    }

    .trv-mobile-app__inner-wrapper > img {
        max-width: 188px;
    }

    .trv-mobile-app__inner-wrapper > img:first-of-type {
        top: unset;
        bottom: -154px;
        left: 20px;
        width: 188px;
        z-index: 1;
    }

    .trv-mobile-app__inner-wrapper > img:nth-of-type(2) {
        display: none;
    }

    .trv-mobile-app__inner-wrapper > img:nth-of-type(3) {
        display: block;
        top: unset;
        bottom: -193px;
        left: 113px;
        width: 188px;
    }

    .trv-mobile-app__inner-wrapper > img:nth-of-type(4) {
        display: none;
    }

    .trv-mobile-app__inner-wrapper::before, .trv-mobile-app__inner-wrapper::after {
        display: none;
    }

    .trv-mobile-app__inner-wrapper > div:not(.trv-mobile-app__bg) {
        display: block;
    }

    .trv-mobile-app__bg {
        position: absolute;
        width: 243px;
        height: 100%;
        background-image: url("../images/webp/mobile-app-bg2.webp");
        background-size: 100%;
        left: 0;
        top: 0;
    }

    .trv-mobile-app__bg1 {
        left: 20px;
        top: unset;
        height: 223px;
        width: 188px;
        bottom: 0;
        z-index: 2;
    }

    .trv-mobile-app__bg2 {
        left: 110px;
        top: unset;
        background-position: top;
        width: 188px;
        height: 184px;
        bottom: 0;
        z-index: 1;
        background-image: url("../images/webp/mobile-app-bg-sm.webp");
    }

    .trv-mobile-app__inner-wrapper > img.trv-mobile-app__gif {
        display: none;
    }

    /*MOBILE APP END*/
    /*VIDEO (youtube)*/
    .trv-video {
        padding-left: var(--trvContainerPadding);
        padding-right: var(--trvContainerPadding);
    }

    .trv-container > .trv-video {
        padding-left: 0;
        padding-right: 0;
    }

    .trv-video__inner-wrapper {
        height: 0;
        padding-bottom: 56.25%;
        max-width: var(--trvContainerMaxWidth);
        padding-left: 0;
        padding-right: 0;
        border-radius: 15px;
    }

    .trv-video__inner-wrapper::before {
        content: "";
        z-index: 1;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(47, 128, 237, 0.6), rgba(47, 128, 237, 0.6));
    }

    .trv-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .trv-video img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: unset;
        width: auto;
        height: 100%;
    }

    .trv-video svg {
        width: 58px;
    }

    .trv-video svg circle {
        transition: fill-opacity .2s;
    }

    .trv-video__inner-wrapper:hover svg circle {
        fill-opacity: .2;
    }

    .trv-video--active img, .trv-video--active .trv-video__inner-wrapper::before, .trv-video--active svg {
        display: none;
    }

    .trv-video--active iframe {
        /*display: block;*/
    }

    /*VIDEO (youtube) END*/
    /*QA*/
    .trv-qa__title {
        margin-right: 40px;
    }

    /*QA END*/
    
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .trv-mobile-app__inner-wrapper {
        padding-right: 40%;
        padding-bottom: 106px;
    }

    .trv-mobile-app__bg1 {
        right: calc(30% - 20px);
        transform: translateX(50%);
        left: unset;
    }

    .trv-mobile-app__bg2 {
        right: calc(30% - 110px);
        transform: translateX(50%);
        left: unset;
    }
}

@media screen and (max-width: 1200px){
  /*CARDS*/
    .trv-cards__header {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .trv-cards__header h2 {
        margin-bottom: 15px;
    }

    .trv-cards__header p {
        min-width: unset;
        width: 100%;
        margin-left: 0;
        font-size: 13px;
        line-height: 18px;
    }

    .trv-cards__items {
        margin-top: 0;
    }

    .trv-cards__items .swiper {
        overflow: visible;
        max-width: calc(100% + (var(--trvContainerPadding) * 1));
        padding-left: var(--trvContainerPadding);
        padding-right: var(--trvContainerPadding);
    }

    .trv-cards__item {
        background: #FFFFFF;
        margin-left: 0px;
        margin-top: 0px;
        width: 100%;
        max-width: 280px;
        min-height: 287px;
        height: max-content;
        position: relative;
    }

    .trv-cards__item:not(:last-child) {
        margin-right: 15px;
    }

    .trv-cards__items .swiper-wrapper {
        flex-wrap: nowrap;
        height: var(--swiperHeight) !important;
        transition-property: transform,height;
    }

    .trv-cards__item--full-width {
        width: 100% !important;
        flex-direction: column;
    }

    .trv-cards__item--callback-module {
        display: flex;
    }

    .trv-cards__item--callback-module .trv-cards__item-ls {
        /*margin-bottom: 30px;*/
    }

    .trv-cards__item--callback-module .trv-cards__item-rs {
        /*min-width: unset;*/
        /*width: 100%;*/
        /*margin-left: 0px;*/
        display: none;
    }

    .trv-cards__item::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 15px;
        right: 15px;
        border-radius: 50%;
        background-image: url("/templates/tourvisor/images/svg/cards-item-corner-icon.svg");
        background-size: cover;
    }

    .trv-cards__item h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .trv-cards__item p {
        font-size: 13px;
        line-height: 20px;
    }

    .trv-cards__item li:not(:last-child) {
        margin-bottom: 4px;
    }

    .trv-cards__item--callback-module .trv-callback-module-block__rs {
        min-width: 340px;
        width: 340px;
    }

    .trv-cards__item-tag {
        font-size: 10px;
        line-height: 14px;
    }

    /*CARDS END*/
}

@media screen and (max-width: 600px){
    /*INVITE TO APP*/
    .trv-modal--invite-to-app{
        align-items: flex-end;
        padding-bottom: 100px;
    }
    .trv-invite-to-app{
        display: none;
        background-color: #FFFFFF;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 20px;
        padding: 35px 35px 50px;
        width: 322px;
        max-width: 85%;
        position: relative;
        overflow: hidden;
    }
    .trv-invite-to-app::before{
        content: "";
        display: block;
        width: 100%;
        height: 40px;
        position: absolute;
        bottom: -1px;
        left: 0;
        background-image: url("../images/svg/modal_bottom_bg.svg");
        background-size: cover;
    }
    .trv-modal .trv-invite-to-app{
        display: block;
    }
    .trv-invite-to-app p{
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.02em;
        color: var(--trvFontBlackColor);
        text-align: center;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .trv-invite-to-app .trv-btn{
        width: 100%;
        text-align: center;
        font-weight: 600;
        padding: 12px 30px;
    }
    .trv-invite-to-app__close{
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
        background: var(--trvBgLightColor);
        border: 1px solid var(--trvBgMediumColor);
        border-radius: 6px;
        padding: 10px;
        display: flex;
    }
    .trv-invite-to-app__close::before{
        content: "";
        display: block;
        width: 13px;
        min-width: 13px;
        height: 13px;
        min-height: 13px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        background-image: url("../images/svg/close_icon.svg");
        background-size: cover;
    }
    /*INVITE TO APP END*/
}

@media screen and (max-width: 900px) {
    /*NICE SELECT*/
    .trv-body .nice-select .nice-select-dropdown {
        max-height: 200px;
    }
    /*NICE SELECT END*/

    /*table*/
    table:not(.trv-unset-table) {
        font-size: 13px;
        line-height: 15px;
    }

    table:not(.trv-unset-table) .trv-table-price--kz {
        font-size: 14px;
        transform: translateY(1px) scale(1);
    }

    table:not(.trv-unset-table) a {
        line-height: 20px;
        padding-bottom: 2px;
    }

    table:not(.trv-unset-table) th,
    table:not(.trv-unset-table) td {
        padding: 10px;
    }

    .trv-table-cells-icon-yes th::before, .trv-table-cells-icon-yes td::before, table th.trv-table__cell--icon-yes::before, table td.trv-table__cell--icon-yes::before {
        width: 12px;
        height: 9px;
    }

    .trv-table-cells-icon-not th::before, .trv-table-cells-icon-not td::before, table .trv-table__cell--icon-not::before, table .trv-table__cell--icon-not::before {
        width: 9px;
        height: 9px;
    }

    .trv-table-cell--selected-border::after {
        right: 0;
    }

    .trv-table-cell--before-selected-border::after {
        right: -1px;
    }

    /*table end*/
    .trv-b-header {
        padding: 40px var(--trvContainerPadding);
    }

    .trv-b-header--flex {
        flex-direction: column;
    }

    .trv-b-header--flex > h1 {
        margin-bottom: 25px;
    }

    .trv-b-header--flex > p {
        width: 100%;
        margin-left: 0;
    }

    .trv-b-header p {
        font-size: 13px;
        line-height: 18px;
    }

    .trv-b-body {
        padding: var(--trvBlockRoundedSm30Radius) var(--trvContainerPadding);
    }

    .trv-form-notification p {
        font-size: 14px;
        line-height: 20px;
    }

    .trv-form-notification div.h-h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .trv-modal-form {
        padding: 35px 40px;
    }

    .trv-modal .trv-modal-form__title {
        font-size: 20px;
        line-height: 24px;
    }
    /*QA*/
    .trv-qa__inner-wrapper {
        flex-direction: column;
    }

    .trv-qa__title {
        min-width: unset;
        max-width: unset;
        margin-right: 0;
    }

    .trv-qa__title h2 {
        margin-bottom: 30px;
    }

    .trv-qa__items {
    }

    .trv-qa__item {
    }

    .trv-qa__item:not(:last-child) {
    }

    .trv-qa__item > div:nth-of-type(1) {
        font-size: 13px;
        line-height: 17px;
        padding: 15px 15px 15px 20px;
    }

    .trv-qa__item > div:nth-of-type(1) .trv-svg-icon-wrapper {
        width: 30px;
        min-width: 30px;
        height: 30px;
        min-height: 30px;
    }

    .trv-qa__item > div:nth-of-type(2) {
        padding-left: 20px;
        padding-right: 20px;
    }

    .trv-qa__item > div:nth-of-type(2) p,
    .trv-qa .trv-ul li{
        font-weight: 500;
        font-size: 12px;
        line-height: 17px;
    }

    .trv-qa__item > div:nth-of-type(2) p:not(:last-child) {
    }

    /*QA END*/
    /*CALLBACK MODULE BLOCK*/
    .trv-callback-module-block__inner-wrapper {
        padding: 20px 25px;
        flex-direction: column;
    }

    .trv-callback-module-block h4 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .trv-callback-module-block p {
        font-size: 13px;
        line-height: 20px;
    }

    .trv-callback-module-block p:last-child {
        margin-bottom: 0;
    }

    .trv-callback-module-block__ls {
        width: auto;
    }

    .trv-callback-module-block__ls p {
        display: block;
    }

    .trv-callback-module-block__ls .TVBMediumSize {
        padding: 10px 25px;
    }

    .trv-callback-module-block__ls .tv-free-button .TVBButtonCaption {
        display: flex;
    }

    .trv-callback-module-block__ls .tv-free-button .TVBButtonCaption::after {
        white-space: unset;
        text-align: center;
    }

    .trv-callback-module-block__ls .tv-free-button .TVBColor {
        background-color: var(--trvAccentColor);
        transition: var(--trvBtnBgTransition);
    }

    .trv-callback-module-block__ls .tv-free-button .TVBColor:hover {
        background-color: var(--trvBtnBgHoverColor);
    }

    .trv-callback-module-block__rs {
        display: none;
    }

    /*CALLBACK MODULE BLOCK END*/
    /*MULTI OFFICE*/
    .trv-multi-office {
        align-items: flex-start;
        flex-direction: column;
    }

    .trv-multi-office h4 {
        font-size: 17px;
        line-height: 22px;
        margin: 0 0 15px;
    }

    .trv-multi-office p {
        font-size: 13px;
        line-height: 20px;
        margin: 0 0 15px;
    }

    .trv-multi-office a {
        margin-top: 5px;
        font-size: 13px;
        line-height: 18px;
    }

    .trv-multi-office a span {
        margin-right: 12px;
    }

    .trv-multi-office__ls {
        max-width: 450px;
        min-width: 450px;
        margin-right: 55px;
    }

    .trv-multi-office__rs {
        width: 100%;
        text-align: center;
    }

    /*MULTI OFFICE END*/
    /*REVIEWS*/
    .trv-reviews__title {
        margin-bottom: 30px;
    }

    .trv-reviews__btns {
        display: none;
    }

    .trv-reviews__item {
        width: 350px;
    }

    .trv-reviews__item:not(:last-child) {
        margin-right: 15px;
    }

    .trv-reviews__item-text {
        font-size: 12px;
        line-height: 18px;
    }

    .trv-reviews__item-avatar {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
    }

    .trv-reviews__item-avatar svg {
        width: 22px;
    }

    .trv-reviews__item-name span {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 4px;
    }

    .trv-reviews__item-position {
        font-size: 11px;
        line-height: 15px;
    }

    /*REVIEWS END*/
    /*MEDIA ABOUT*/
    .trv-b-media-about {
    }

    .trv-b-media-about__title {
        text-align: center;
        margin-bottom: 30px;
    }

    .trv-b-media-about img {
    }

    .trv-b-media-about__tabs {
        width: calc(100% + var(--trvContainerPadding) * 2);
        margin-left: calc(-1 * (var(--trvContainerPadding) + 1px));
    }

    .trv-b-media-about__tabs .swiper {
        width: 100%;
    }

    .trv-b-media-about__tab {
        width: 160px;
        min-height: 80px;
    }

    .trv-b-media-about__tab:nth-child(4) {
    }

    .trv-b-media-about__tab a {
    }

    .trv-b-media-about__tab img {
        width: auto;
        max-height: 50px;
        max-width: 70%;
    }

    .trv-b-media-about__tab a:hover img, .trv-b-media-about__tab--active img {
    }

    .trv-b-media-about__tab--active a {
    }

    .trv-b-media-about__inner-wrapper {
        position: relative;
    }

    .trv-b-media-about__tabs-pagination {
        display: none;
    }

    .trv-b-media-about__tabs .swiper-wrapper {
        margin-left: 1px;
    }

    .trv-b-media-about__tabs-pagination .swiper-button-prev, .trv-b-media-about__tabs-pagination .swiper-button-next {
        position: initial;
        transform: translateY(0);
        background-color: transparent;
    }

    .trv-b-media-about__tabs-pagination .swiper-button-prev {
        margin-right: 5px;
    }

    .trv-b-media-about__slide {
        background-color: transparent;
        border-radius: 0;
    }

    .trv-b-media-about__slide--active {
        padding: 0;
    }

    .trv-b-media-about__slides .swiper-wrapper {
        display: flex;
    }

    .trv-b-media-about__article {
        flex-direction: column;
        padding: 25px;
        background: #FFFFFF;
        border-radius: 20px;
    }

    .trv-b-media-about__article-ls {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .trv-b-media-about__article-rs {
        padding-top: 0;
    }

    .trv-b-media-about__article-tag {
        display: flex;
    }

    .trv-b-media-about__article-tag a {
        font-size: 11px;
        line-height: 14px;
    }

    .trv-b-media-about__article-tag--red a {
        color: var(--trvAccentColor);
        background-color: #FFF9F8;
    }

    .trv-b-media-about__article-name a {
        font-size: 14px;
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .trv-b-media-about__article-desc p {
        font-size: 13px;
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .trv-b-media-about__article-desc p:last-child {
        margin-bottom: 0;
    }

    .trv-b-media-about__slides .swiper-scrollbar {
        display: block;
        margin-top: 30px;
        height: 2px;
    }

    .trv-b-media-about__slides .swiper-scrollbar-drag {
        background-color: #AAB2BD;
    }

    .trv-b-media-about__slides .swiper-horizontal>.swiper-scrollbar, .trv-b-media-about__slides .swiper-scrollbar.swiper-scrollbar-horizontal {
        position: initial;
    }

    /*MEDIA ABOUT END*/
    /*PREVIEW LIST*/
    .trv-b-preview-list {
        border-radius: 30px;
        background-color: #F1F4F9;
        padding-top: 30px;
        padding-bottom: 50px;
        width: calc(100% + 2 * var(--trvContainerPadding));
        margin-left: calc(-1 * var(--trvContainerPadding));
    }

    .trv-b-preview-list__inner-wrapper {
        padding-left: var(--trvContainerPadding);
        padding-right: var(--trvContainerPadding);
    }

    .trv-b-preview-list__inner-wrapper h2 {
        text-align: center;
        margin-bottom: 40px;
    }

    .trv-b-preview-list__item {
        flex-direction: column;
        position: relative;
        padding: 0 0 0 62px;
        align-items: flex-start;
        background-color: transparent;
    }

    .trv-b-preview-list__item:not(:last-child) {
        margin-bottom: 35px;
    }

    .trv-b-preview-list__item::before {
        display: none;
    }

    .trv-b-preview-list__item span {
        position: absolute;
        top: 0;
        left: 0;
        padding: 12px;
        margin-right: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .trv-b-preview-list__item h4 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .trv-b-preview-list__item p {
        line-height: 18px;
        max-width: unset;
    }

    .trv-b-preview-list__item > a {
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        margin-left: 0;
        margin-top: 15px;
        padding-bottom: 5px;
        border-bottom: 1px dashed var(--trvMainColor);
    }

    .trv-b-preview-list__item > a svg {
        display: none;
    }

    /*PREVIEW LIST END*/
    /*LEGAL*/
    .trv-legal-p {
        padding: 40px 0;
        background-color: #FFF;
    }

    .trv-legal-p p {
        font-size: 14px;
        line-height: 18px;
    }

    /*LEGAL END*/
    /*LOGIN TOUR AGENTS MODAL*/
    .trv-login-tour-agents-modal {
        width: 580px;
        max-width: 85%;
    }

    .trv-login-tour-agents-modal__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .trv-login-tour-agents-modal__desc {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .trv-login-tour-agents-modal p {
        font-size: 13px;
        line-height: 19px;
    }

    .trv-login-tour-agents-modal .trv-login-tour-agents-modal__p-title {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 5px;
    }

    .trv-login-tour-agents-modal .trv-login-tour-agents-modal__p-title + p {
        margin-top: 0;
    }

    .trv-login-tour-agents-modal p + .trv-btn {
        margin-top: 0;
    }

    .trv-login-tour-agents-modal .trv-btn {
        padding: 10px 30px;
        font-size: 13px;
        line-height: 19px;
    }

    .trv-login-tour-agents-modal .trv-btn:hover {
        opacity: var(--trvLinksHoverOpacity);
    }

    .trv-login-tour-agents-modal .trv-btn:not(.trv-btn--transparent) {
        background-color: var(--trvMainColor);
    }

    .trv-login-tour-agents-modal .trv-btn + .trv-login-tour-agents-modal__p-title {
        margin-top: 20px;
    }

    .trv-login-tour-agents-modal .trv-btn + .trv-btn {
        margin-top: 10px;
    }

    .trv-login-tour-agents-modal__close {
        padding: 3px;
    }

    /*LOGIN TOUR AGENTS MODAL END*/
    /*COMMON LITE PAGE*/
    .trv-common-lite-p {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .trv-common-lite-p p:not(td p) {
        font-size: 14px;
    }

    /*COMMON LITE PAGE END*/

    /*TOUR LINK*/
    .trv-tour-link{
        font-size: 13px;
        line-height: 16px;
    }
    .trv-tour-link span:first-of-type{
        margin-right: 20px;
    }
    /*TOUR LINK END*/
}

@media screen and (max-width: 480px) {
    /*GENERAL*/
    .trv-modal-form {
        padding: 45px 30px 25px;
    }
    /*GENERAL END*/

    /*MULTI OFFICE*/
    .trv-multi-office__rs img {
        transform: scale(1.5);
        padding: 55px 0 70px;
    }
    /*MULTI OFFICE END*/
}

@media screen and (max-width: 420px) {
    /*REVIEWS*/ .trv-reviews__item {
    width: 290px;
}

    /*REVIEWS END*/
    .trv-header__language-mobile + .trv-header__mobile-burger {
        margin-left: 15px;
    }
}

/*QA*/
@keyframes qa-minus-hide {
    0% {
        opacity: 1;
    }

    5% {
        opacity: .8;
    }

    10% {
        opacity: .6;
    }

    15% {
        opacity: .4;
    }

    20% {
        opacity: .2;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes qa-minus-show {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
    }

    10% {
        opacity: .2;
    }

    15% {
        opacity: .4;
    }

    20% {
        opacity: .6;
    }

    30% {
        opacity: .8;
    }

    100% {
        opacity: 1;
    }
}

@keyframes qa-icon-for-bg {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.8)
    }

    20% {
        transform: scale(0.9)
    }

    50% {
        transform: scale(1);
    }

    65%, 100% {
        transform: scale(1);
    }
}

@keyframes qa-icon-for-bg-reverse {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.8)
    }

    20% {
        transform: scale(0.9)
    }

    50% {
        transform: scale(1);
    }

    65%, 100% {
        transform: scale(1);
    }
}

@keyframes qa-icon-bg {
    0% {
        transform: scale(1);
        border-radius: 16px;
    }

    10% {
        transform: scale(1.2);
    }

    20% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
        border-radius: 14px
    }

    65%, 100% {
        transform: scale(1);
        border-radius: 16px;
    }
}

@keyframes qa-icon-bg-reverse {
    0% {
        transform: scale(1);
        border-radius: 16px;
    }

    10% {
        transform: scale(1.2);
    }

    20% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
        border-radius: 14px
    }

    65%, 100% {
        transform: scale(1);
        border-radius: 16px;
    }
}

/*QA END*/