.site-header .section-inner {
    display: flex;
    align-items: center;
    gap: 5.47vw;
    height: 3.65vw;
    padding: 1.25vw 0;
    max-width: 95%;
    margin: 0 auto;
}
.site-header {
    position: relative;
    top: 0;
    z-index: 9;
    padding: 0.52vw 0;
}
.section-inner {
    width: 91.67vw;
    margin: 0 auto;
    max-width: 96%;
}
.site-header {
    position: relative;
    top: 0;
    z-index: 9;
    font-weight: 700;
}
.mobile-menu-wide {
    opacity: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    visibility: hidden;
    background: #fff;
    padding: 40px;
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(100%);
}
.social-icon {
    height: 2.19vw;
    width: 2.19vw;
    justify-content: center;
    background: var(--color-dark);
    border-radius: 50px;
    min-width: 2.19vw;
}
.desctop-menu ul li {
    margin: 3px 0;
}
.facebook {
    background: #4767a9;
}
.insta {
    background:  #d90c7d;
}
.youtube {
    background: #df1f15
}
.social-icon:hover {
    filter: brightness(120%);
}
.open-link.social-link:hover {
    background: var(--color-blue);
}
.desctop-menu ul {
    display: flex;
    gap: 1.3vw;
    align-items: center;
    flex-wrap: wrap;
}
.social.flex {
    gap: 1.04vw;
    flex-wrap: nowrap;
    min-width: 18.44vw;
}
.flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.desctop-menu a, .social .phone  {
    color: var(--color-dark);
    font-size: 0.885vw;
}
.social .phone:hover {
    color: var(--color-blue);
}
.logo-main img {
    /* filter: invert(100%)*/
}
.logo-main .logo-name {
    font-size: 13px;
    bottom: 0px;
    top: unset;
    right: 0px;
}
.logo-main .logo-name span{
    opacity:0;
    position: relative;
}
.logo-main {
    color: var(--color-dark);
    position:relative;
    height: 100%;
    display: block;
}
.small-title span, .logo-main span {
    position: absolute;
    right: -0.78vw;
    top: 0;
    font-size: 1.04vw;
    font-weight: 700;
}
.main-slider {
    height: 100vh;
    background: #144b68 url(/wp-content/themes/qtg/assets/img/mounts.webp);
    background-size: auto;
    background-size: cover;
    margin-top: -6.25vw;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.main-slider h1 {
    color: var(--color-dark);
    z-index: 5;
    position: relative;
}
.main-slider h1 span, .slide-title span{
    color: var(--color-primary);
}
.is-right {
    width: 32%;
    position: absolute;
    right: 10%;
    top: 0;
    gap: 0.78vw;
    display: flex;
}
.is-right img {
    border-radius: 0.78vw;
}
.list-img, .list-img-1 {
    width: 50%;
    height: 100vh;
    gap: 0.78vw;
}
.list-img-1 {
    padding-top: 6.77vw;
    height: 100vh;
}
.list-img {
    transform: scaleY(-1);
}
.list-img .slick-slide{
    transform: scaleY(-1);
}
.slider-main {
    margin-bottom: 2.08vw;
}
.slide-title {
    color: var(--color-dark);
    font-size: 1.56vw;
}
.is-left {
    width: 55%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 5.21vw;
}
.color-green {
    color: var(--color-blue);
}
.color-brown {
    color: var(--color-primary)
}
.btn {
    padding: 0.52vw 3.125vw;
    background: var(--color-dark);
    color: #fff;
    font-size: 0.94vw;
    border-radius: 0.78vw;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
}
.btn.white-btn {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    margin-top: 1.04vw;
    text-align: center;
    font-weight: 700;
}
.btn.white-btn:hover {
    color: var(--color-dark);
    background: #fff;
}
.btn.line-btn {
    color: var(--color-dark);
    background: transparent;
    border: 2px solid #49BBBA;
    font-weight: 700;
}
.btn:hover {
    color: #fff;
}
.btn-row {
    margin-top: 2.08vw;
    text-align: center;
}
.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 0.52vw;
}
.slick-dots li button {
    height: 0.625vw;
    width: 0.625vw;
    border-radius: 0.52vw;
    overflow: hidden;
    padding: 0;
    font-size: 0;
    background: transparent;
    border: 1px solid var(--color-dark);
    cursor: pointer;
}
.slick-dots .slick-active button {
    background: var(--color-dark);
}
section {
    padding: 3.125vw 0;
}
/*туры на главной */
.dark {
    background: linear-gradient(180deg, rgba(22, 28, 38, 0) 19.47%, rgba(0, 0, 0, 0.8) 116.84%);
    height: 100%;
    display: flex;
    transition: 0.6s;
    flex-direction: column;
    padding: 1.04vw 1.56vw;
    justify-content: flex-end;
    border-radius: 0.78vw;
}
.hit {
    color: var(--color-primary-2);
    font-weight: bold;
    font-size: 0.833vw;
    gap: 0.52vw;
    align-items: flex-end;
    line-height: 1;
    margin: 0 0 0.52vw;
}
.hit svg {
    height: 1.3vw;
    width: auto;
}
h2 {
    color: var(--color-dark);
    line-height: 1.4;
    margin: 0 0 3.125vw;
    font-size: 3.9vw;
    letter-spacing: 0.052vw;
}
h3 {
    color: #fff;
    line-height: 1.4;
    margin: 1.04vw 0;
    font-size: 1.3vw;
}
.tour_items {
    height: 26.04vw;
    background-size: cover !important;
    transition: 0.6s;
    border-radius: 0.78vw;
    position: relative;
    overflow: hidden;
}
.tour_items .tour-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.icon-about .animate-title {
    word-break: break-all;
}
.tour-list .slick-track {
    padding: 1.04vw 0;
    margin: 0 -0.52vw;
}
.tour_about {
    display: flex;
    justify-content: space-between;
    margin-top: 0.625vw;
    border-top: 1px solid #9D9D9C;
    padding-top: 0.625vw;
    color: #fff;
}
.tour-list .slick-slide, .attractions-list .slick-slide{
    margin: 0 0.78vw;
}
.sezon {
    color: var(--color-primary-2);
    font-weight: 700;
    margin: 0;
    font-size: 0.885vw;
}
.tour_items:hover {
    transform: scale(1.05);
    transition: 0.6s;
}
.tour_items a:hover .dark {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 48.57%, rgba(0, 0, 0, 0.7) 100%);
    backdrop-filter: blur(5px);
}
.hidd {
    display: none;
    -webkit-animation: hover 0.7s;
    animation: hov 0.7s;
    color: #fff;
}
.align {
    text-align: center;
}
/* команда */
.team .slick-slide {
    min-height: 100%;
}
.team-item {
    display: grid !important; ;
    grid-template-columns: 1fr 1.5fr;
    position: relative;
    border: 1px solid #d8eaf9;
    background: #fff;
    border-radius: 0.78vw;
    overflow: hidden;
    height: 100%;
}
.team-title {
    font-family: 'enthalpy';
    font-size: 1.354vw;
    position: absolute;
    left: 40%;
    top: 0;
    margin: 0;
    transform: rotate(180deg);
    color: var(--color-dark);
    text-align: right;
    padding: 2.08vw 0.78vw;
    writing-mode: vertical-lr;
}
.team .slick-track {
    display: flex;
    gap: 1.04vw;
    margin-bottom: 1.04vw;
}
.team-photo {
    position: relative;
    overflow: hidden;
    border-radius: 0.78vw;
}
.team-photo img {
    transition: 0.4s;
}
.team-item:hover .team-photo img {
    transition: 0.4s;
    transform: scale(1.1);
}
.about-team {
    padding:2.08vw 2.08vw 2.08vw 3.65vw;
    font-size: 0.833vw;
}
.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes hov { from {  transform: translateY(10%);  } to {    transform: translateY(0%);  } from {opacity: 0.8;}  to {opacity: 1;} }

.tour_items a:hover .hidd {
    display: block;
}
@media screen and (min-width: 1200px) {
    .menu-toggle {
        display: none;
    }
}
.advantages {
    padding: 7.81vw 0 1.04vw;
    background: linear-gradient(180deg, #f9f9fa 54%, #FBFBFB 54%);
    position: relative;
}
.advantage {
    padding:0px;
    border-radius: 1.56vw;
    position: sticky;
    top: 0.52vw;
    display: flex;
    justify-content: space-between;
    gap: 3.65vw;
    color: #fff;
    overflow: hidden;
    margin-bottom: 5.21vw;
}
.row-first .advantages-cover{
    position: absolute;
    width: 100%;
    max-width: unset;
    top: -15%;
    opacity: 1;
    right: 0;
}
.advantage .block1 {
    width: 54%;
    display: flex;
    padding:2.6vw 2.6vw 2.6vw 1.04vw;
    flex-direction: column;
    /*justify-content: space-between;*/
    z-index: 3;
    gap: 2.08vw;
}
.advantage .block2 {
    width: 42%;
    display: flex;
    gap: 1.04vw;
    z-index: 1;
}
.start-block {
    display: flex;
    align-items: center;
    margin-left: -1.56vw;
    width: 50%;
}
.block2 img {
    width: 100%;
    border-radius: 1.56vw;
    border: 1.56vw solid #fff;
    border-bottom: 4.17vw solid #fff;
    margin-bottom: 1.04vw;
}
.tours {
    padding:0.78vw 0 5.21vw;
}
.advantage .h3{
    font-family: 'enthalpy';
    font-size: 3.28vw;
    margin: 0 0 2.08vw;
    line-height: 110%;
}
.advantage .h4{
    opacity: 0.6;
    font-size: 1.354vw;
    margin: 0;
    font-weight: 700;
}
.text {
    font-size: 1.146vw;
}
.text span{
    color: var(--color-dark);
    font-weight: 700;
}
.row-first {
    background: var(--color-blue);
}
.row-second {
    background: #49BBBA;
    overflow: visible;
}
.row-third {
    background: #6da6d7;
    overflow: visible;
}
.row-second .advantages-cover, .row-third .advantages-cover{
    position: absolute;
    width: 100%;
    max-width: unset;
    top: 0;
    left: 0;
    opacity: 0.6;
    right: 0;
    filter: brightness(200%);
}
.row-third .advantages-cover {
    opacity: 0.3;
    filter: brightness(150%);
}
.row-second .image-cover, .row-third .image-cover{
    border: none;
}
.row-second .end-block {
    width: 40%;
    margin-top: 3.385vw;
    margin-bottom: -2.6vw;
}
.wrap-small {
    width: 60%;
}
.wrap-small-next {
    width: 70%;
}
.row-third .end-block {
    width: 50%;
    margin-top: -1.56vw;
    margin-bottom: -3.125vw;
}
.row-third .start-block {
    margin-top: 3.65vw;
}
.row-second .start-block, .row-third .start-block{
    flex-direction: column;
    align-items: flex-end;
}
.row-second .block2 {
    transform: rotate(15deg);
}
.end-block {
    width: 50%;
    margin-top: -4.95vw;
    margin-bottom: -6.77vw;
}
.wrap {
    position: relative;
}
.mark {
    position: absolute;
    bottom: 1.93vw;
    left: 1.56vw;
    color: #000;
    font-size: 1.04vw;
    gap: 0.52vw;
}
.otziv_item, .benefit_item {
    background: #fff;
    padding: 1.8vw 2.08vw;
    border-radius: 0.78vw;
    box-sizing: border-box;
}
.otziv-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2.08vw 1.04vw;
}
.otziv_item:nth-child(1),
.otziv_item:nth-child(2),
.otziv_item:nth-child(5),
.otziv_item:nth-child(6) {
    flex: 0 0 calc(27% - 0.78vw);
    border: 1px solid #d8eaf9;
}
.otziv_item {
    flex: 0 0 calc(25% - 0.78vw);
    border: 1px solid #d8eaf9;
}
.otziv_item:nth-child(3),
.otziv_item:nth-child(4) {
    flex: 0 0 calc(46% - 0.52vw);
    border: none;
}
.icon-otziv {
    font-family: 'enthalpy';
    font-size: 0.94vw;
    display: flex;
    gap: 0.52vw;
    align-items: center;
    margin-bottom: 1.04vw;
}
.otziv_item a {
    color: var(--color-dark);
}
.icon-otziv:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0711 19.4358L22.0766 19.4327L20.3282 16.4046H21.0163V16.4015C21.1598 16.4015 21.2762 16.2854 21.2762 16.1418C21.2762 16.0974 21.2621 16.0576 21.2426 16.0211L21.2472 16.0185L19.6303 13.2179H20.0237V13.2158C20.0728 13.2158 20.12 13.1963 20.1548 13.1615C20.1895 13.1268 20.2091 13.0796 20.2092 13.0305C20.2084 13.0002 20.2002 12.9706 20.1852 12.9443L20.1883 12.9424L17.8358 8.86744L17.8334 8.86888C17.8078 8.81497 17.7675 8.76939 17.7172 8.73737C17.6668 8.70536 17.6084 8.68822 17.5488 8.68792C17.423 8.68792 17.3165 8.76256 17.2644 8.8684L17.2632 8.86768L14.9107 12.9424L14.9112 12.9426C14.8954 12.9693 14.8867 12.9995 14.886 13.0305C14.886 13.1327 14.969 13.2158 15.0715 13.2158V13.2179H15.4701L13.8533 16.0185L13.854 16.0187C13.8319 16.0561 13.8198 16.0985 13.8187 16.1418C13.8187 16.2854 13.9351 16.4015 14.0786 16.4015V16.4046H14.7732L14.2692 17.2778L12.2534 13.7862H13.2245V13.7819C13.427 13.7819 13.5912 13.6175 13.5912 13.4152C13.5912 13.3528 13.5741 13.2947 13.5465 13.2431L13.5501 13.241L11.2685 9.28888H11.8236V9.286C11.858 9.28604 11.8921 9.27928 11.9239 9.26611C11.9557 9.25295 11.9846 9.23364 12.0089 9.2093C12.0332 9.18495 12.0525 9.15605 12.0656 9.12424C12.0787 9.09243 12.0855 9.05834 12.0854 9.02392C12.0854 8.97928 12.0713 8.9392 12.0516 8.90248L12.0561 8.89984L8.73597 3.15016L8.73477 3.15088C8.6982 3.07478 8.64089 3.01053 8.56944 2.96553C8.49799 2.92053 8.41529 2.8966 8.33085 2.89648C8.14893 2.89648 7.99293 3.00496 7.92189 3.16048L4.60821 8.89984L4.60893 8.90032C4.58666 8.93787 4.57443 8.98052 4.57341 9.02416C4.57335 9.05856 4.58007 9.09263 4.59319 9.12442C4.60631 9.15622 4.62557 9.18511 4.64986 9.20945C4.67416 9.2338 4.70302 9.25311 4.73479 9.26628C4.76656 9.27946 4.80062 9.28624 4.83501 9.28624V9.28912H5.39781L3.14301 13.1944C3.09391 13.2575 3.06722 13.3352 3.06717 13.4152C3.06717 13.6178 3.23157 13.7819 3.43389 13.7819V13.7862H4.41405L1.98045 18.0018C1.92285 18.0772 1.88757 18.1703 1.88757 18.2726C1.88757 18.5202 2.08869 18.7214 2.33661 18.7214V18.7264H7.08357V20.7496C7.08357 20.9452 7.24221 21.1041 7.43781 21.1041H9.20973C9.40533 21.1041 9.56421 20.9454 9.56421 20.7496V18.7264H13.433L13.0253 19.4327L13.026 19.4332C13.001 19.4786 12.9828 19.5282 12.9828 19.5839C12.9828 19.7596 13.1251 19.9019 13.3008 19.9019V19.9055H16.6646V20.8514C16.6646 20.9901 16.7772 21.1024 16.9157 21.1024H18.1713C18.3101 21.1024 18.4224 20.9901 18.4224 20.8514V19.9055H21.7944V19.9019C21.9701 19.9019 22.1126 19.7596 22.1126 19.5839C22.1113 19.5319 22.0971 19.481 22.0711 19.4358Z' fill='black'/%3E%3C/svg%3E");
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.08vw;
    min-width: 2.08vw;
    border-radius: 0.417vw;
    background: #FBFBFB;
    border: 1px solid #d8eaf9;
}
.otziv_item:nth-child(2) .icon-otziv:before, .otziv_item:nth-child(3n+9) .icon-otziv:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.9353 17.6953L17.9353 4.19531C17.8764 4.06276 17.7803 3.95015 17.6586 3.87111C17.537 3.79207 17.3951 3.75 17.25 3.75H6.74999C6.60493 3.75 6.46299 3.79207 6.34135 3.87111C6.21971 3.95015 6.12361 4.06276 6.06468 4.19531V4.20656L0.0646787 17.6953C0.0139116 17.8095 -0.00751847 17.9346 0.00233557 18.0591C0.0121896 18.1837 0.0530154 18.3039 0.121104 18.4086C0.189192 18.5134 0.282384 18.5995 0.392213 18.6592C0.502042 18.7188 0.625026 18.75 0.749991 18.75H23.25C23.375 18.75 23.4979 18.7188 23.6078 18.6592C23.7176 18.5995 23.8108 18.5134 23.8789 18.4086C23.947 18.3039 23.9878 18.1837 23.9976 18.0591C24.0075 17.9346 23.9861 17.8095 23.9353 17.6953ZM5.99999 17.25H1.90405L5.99999 8.03437V17.25ZM7.49999 17.25V8.03437L11.5959 17.25H7.49999Z' fill='black'/%3E%3C/svg%3E");
}
.otziv_item:nth-child(5) .icon-otziv:before, .otziv_item:nth-child(3n+8) .icon-otziv:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.19 14.19L6 18L9.81 9.81L18 6M12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2ZM12 10.9C11.7083 10.9 11.4285 11.0159 11.2222 11.2222C11.0159 11.4285 10.9 11.7083 10.9 12C10.9 12.2917 11.0159 12.5715 11.2222 12.7778C11.4285 12.9841 11.7083 13.1 12 13.1C12.2917 13.1 12.5715 12.9841 12.7778 12.7778C12.9841 12.5715 13.1 12.2917 13.1 12C13.1 11.7083 12.9841 11.4285 12.7778 11.2222C12.5715 11.0159 12.2917 10.9 12 10.9Z' fill='black'/%3E%3C/svg%3E");
}
.otziv_item:nth-child(6) .icon-otziv:before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.9353 17.6953L17.9353 4.19531C17.8764 4.06276 17.7803 3.95015 17.6586 3.87111C17.537 3.79207 17.3951 3.75 17.25 3.75H6.74999C6.60493 3.75 6.46299 3.79207 6.34135 3.87111C6.21971 3.95015 6.12361 4.06276 6.06468 4.19531V4.20656L0.0646787 17.6953C0.0139116 17.8095 -0.00751847 17.9346 0.00233557 18.0591C0.0121896 18.1837 0.0530154 18.3039 0.121104 18.4086C0.189192 18.5134 0.282384 18.5995 0.392213 18.6592C0.502042 18.7188 0.625026 18.75 0.749991 18.75H23.25C23.375 18.75 23.4979 18.7188 23.6078 18.6592C23.7176 18.5995 23.8108 18.5134 23.8789 18.4086C23.947 18.3039 23.9878 18.1837 23.9976 18.0591C24.0075 17.9346 23.9861 17.8095 23.9353 17.6953ZM5.99999 17.25H1.90405L5.99999 8.03437V17.25ZM7.49999 17.25V8.03437L11.5959 17.25H7.49999Z' fill='black'/%3E%3C/svg%3E");
}
.custom-item {
    background: url(/wp-content/themes/qtg/assets/img/copy1.webp) center;
    background-size: cover;
}
.custom-item:nth-child(4) {
    background: url(/wp-content/themes/qtg/assets/img/copy.webp) center;
    background-size: cover;
}
.banner .excerpt {
    background: url(/wp-content/themes/qtg/assets/img/bird.webp) center;
    background-size: cover;
    color: #fff;
    font-size: 0.94vw;
    position: relative;
    padding: 4.17vw 2.08vw;
    border-radius: 0.78vw;
}
.banner-text {
    width: 52%;
    margin: 15% 0 0 10px;
    display: block;
}
.big-title {
    opacity: 0.3;
    font-weight: 900;
    font-size: 3.7vw;
    font-family: 'enthalpy';
    line-height: 100%;
    position: absolute;
    top: 2.08vw;
    left: 2.08vw;
    margin: 0;
}
.small-title{
    position: absolute;
    bottom: 1.56vw;
    right: 2.08vw;
    opacity: 0.5;
    width: 13.54vw;
}
/* benefit */
.icon-benefit
{display: flex;
    justify-content: center;
    align-items: center;
    height: 3.125vw;
    width: 3.125vw;
    border-radius: 0.417vw;
    background: #FBFBFB;
    border: 1px solid #d8eaf9;
    padding: 0.52vw;
    margin-bottom: 1.3vw;
}
.title-benefit {
    font-size: 1.3vw;
    font-family: 'enthalpy';
    /* color: var(--color-dark);*/
    color: var(--color-blue);
    line-height: 120%;
    margin-bottom: 1.04vw;
}
.benefit-ask {
    font-size: 1.823vw;
    font-family: 'enthalpy';
    margin-top: 1.04vw;
}
.benefit-ask-small {
    font-size: 1.146vw;
}
.benefit-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.4fr;
    gap: 1.04vw;
}
.background-block {
    background: url(/wp-content/themes/qtg/assets/img/1234.png);
    background-size: cover;
}
.background-block-second {
    background: url(/wp-content/themes/qtg/assets/img/123.jpg);
    background-size: cover;
}
.background-block-text {
    grid-row: span 2;
    border: none;
    color:#fff;
    background: var(--color-blue) url(/wp-content/themes/qtg/assets/img/light2.webp) no-repeat;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-size: 100%;
    background-position: right bottom;
}
.line-fon {
    background: #fff url(/wp-content/themes/qtg/assets/img/fon1.webp) no-repeat;
    background-size: 170%;
}
/* map */
.map-container {
    height: 41.67vw;
    width: 100%;
}
.page .ymaps-2-1-79-zoom__plus .ymaps-2-1-79-zoom__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12.5385V11.4615H11.4615V5H12.5385V11.4615H19V12.5385H12.5385V19H11.4615V12.5385H5Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position:center;
}
.page .ymaps-2-1-79-zoom__minus .ymaps-2-1-79-zoom__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13V12H19V13H5Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position:center;
}
.page .ymaps-2-1-79-float-button-icon {
    display: inline-block;
    width: 2.396vw;
    height: 2.396vw;
    border:none;
    background-repeat: no-repeat;
    background-position:center;
    vertical-align: top;
    background:var(--color-blue);
    border:none;
    outline:none;
    border-radius:50%;
    transition: 0.4s;
}
.page .ymaps-2-1-79-float-button-icon:hover{
    filter: brightness(90%);
}
.ymaps-2-1-79-controls__control {
    inset: 22.92vw 1.56vw auto auto !important;
}
.page .ymaps-2-1-79-float-button {
    height: 2.5vw;
    padding-left: 2.396vw;
    box-shadow: none;
    background-color: transparent;
}
.page .ymaps-2-1-79-zoom {
    padding: 2.5vw 0;
    width: 2.5vw;
    height: 0.833vw!important;
}
.page .ymaps-2-1-79-zoom__scale {
    display: none;
}
.ymaps-2-1-79-ground-pane {
    /*  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
      -webkit-filter: grayscale(100%) contrast(80%) brightness(107%);*/
    filter: contrast(100%) saturate(90%) hue-rotate(15deg);
}
.map-controls {
    margin: 0.78vw 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.52vw;
}
.collection-btn {
    background: var(--color-primary);
    border:none;
    border-radius:1.354vw;
    cursor: pointer;
    width: 2.396vw;
    height: 2.396vw;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0;
}
.collection-btn.active:hover {
    background: var(--color-dark);
}
.collection-btn.active {
    background:var(--color-blue);
}
.collection-btn.active.off-road-btn {
    background:rgb(75, 113, 152);
}
.collection-btn.active.car-btn {
    background:rgb(109, 166, 215);
}
.collection-btn.active.boat-btn {
    background:rgb(75, 113, 152);
}
.collection-btn.active.foot-btn {
    background:rgb(64, 163, 162)
}
.collection-btn svg path{
    /*fill:#306C67 */
      fill:#fff; 
}
.collection-btn.active svg path{
    fill:#fff
}
.map {
    position: relative;
    padding-bottom: 0;
}
.map-controls {
    position: absolute;
    padding: 2.08vw;
    top: 5.21vw;
    left: 2.08vw;
    background: #49BBBA;
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 16.93vw;
    font-size: 0.94vw;
    border-radius: 0.78vw;
}
.map-controls .benefit-ask {
    margin: 0 0 1.04vw;
}
.collection-btn svg{
    width: 1.3vw;
    height: 1.3vw;
}
.map-controls p {
    display: flex;
    align-items: center;
    gap: 1.04vw;
    margin: 0.365vw 0;
    transition: filter 0.4s ease;
}
.map-controls p:hover, .map .map-controls p .word-wrapper {
    filter: brightness(1.2);
    transition: all 0.4s ease;
}
.map .map-controls p:hover .word-wrapper{
    font-weight: 400;
    transition: all 0.4s ease;
}
.type-title {
    cursor: pointer;
}
.collection-btn.active ~ .type-title .word-wrapper{
    opacity:1;
    font-weight:700;
}
.type-title .word-wrapper{
    opacity:0.8;
}

.ymaps-2-1-79-balloon__layout {
    text-transform: uppercase;
}
.block-social-area {
    position: fixed;
    right: 2.08vw;
    bottom: 1.56vw;
    z-index: 111;
}
.block-social {
    display: block;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    height: 0;
    transition: 0.4s;
    overflow: hidden;
}
.social-link {
    border-radius: 1.354vw;
    color: #fff;
    display: inline-flex;
    padding: 0.417vw 0.885vw;
    height: 2.08vw;
    justify-content: center;
    align-items: center;
    gap: 0.52vw;
    font-size: 0.73vw;
    letter-spacing: 0.073vw;
    margin-bottom: 0.625vw;
    cursor: pointer;
    background: var(--color-dark);
    font-weight: 600;
    transition: 0.4s;
}
.social-link:hover {
    color: #fff;
    filter: brightness(120%);
    transition: 0.4s;
}
.block-social.visible {
    visibility: visible;
    transition: 0.4s;
    opacity: 1;
    height: auto;
}
.open-link .rotate {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}
.whatsapp-link {
    background: #30BB64;
}
.telegram-link {
    background: #127FB5;
}
.mail-link {
    background: #49BBBA;
}
#scrollToTopBtn {
    position: fixed;
    bottom: 4.17vw;
    left: 2.08vw;
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-size: 1.04vw;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 6;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #1a344d;
}
#scrollToTopBtn:hover {
    background: rgba(255, 255, 255, 0.9);
}
.text-top {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
.modal-overlay.active, .modal-overlay1.active {
    opacity: 1;
    visibility: visible;
}
.modal-overlay, .modal-overlay1{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 998;
}
.submit .wpcf7-submit {
    border-radius: 0.78vw;
    padding: 0.52vw 2.08vw;
    color: #fff;
    background: var(--color-blue);
    border: none;
    transition: 0.4s;
    cursor: pointer;
}
.submit .wpcf7-submit:hover {
    background: var(--color-dark);
}
.wpcf7-list-item {
    margin: 0;
}
.form-last-row {
    position: absolute;
    bottom: 2.08vw;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 4.17vw);
    align-items: flex-start;
}
.modal-overlay1 .form-last-row {
    bottom: 1.04vw;
}
.form-row p {
    margin: 0;
}
.wpcf7-not-valid-tip {
    color: var(--color-primary);
    font-size: 0;
    font-weight: normal;
    display: block;
    border-bottom: 1px solid var(--color-primary);
    z-index: 9;
    position: relative;
    height: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.modal-overlay.active .modal-content, .modal-overlay1.active .modal-content {
    transform: translateX(0);
}
.modal-content, .modal-content1 {
    background-color: #fff;
    padding: 2.08vw;
    max-width: 31.25vw;
    width: 90%;
    box-shadow: 0 0 1.04vw rgba(0, 0, 0, 0.3);
    transform: translateX(30.21vw);
    transition: transform 0.3s ease;
    color: #404146;
    position: absolute;
    right: 0;
    height: 100%;
}
.close-modal-btn, .close-modal-btn1 {
    position: absolute;
    right: 1.04vw;
    font-size: 2.08vw;
    top: 2.08vw;
    background: #fff;
    width: 2.6vw;
    height: 2.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.56vw;
    right: 32.81vw;
    font-weight: 300;
    cursor: pointer;
    overflow: hidden;
}
.header-text {
    font-family: 'enthalpy';
    color: var(--color-dark);
    line-height: 1.4;
    margin: 1.04vw 0 2.08vw;
    font-size: 1.56vw;
}
.modal-content .agree input[type="checkbox"]:checked::before, .modal-content1 .agree input[type="checkbox"]:checked::before,, .modal-content input[type="text"], .modal-content input[type="tel"] {
                                                                                                                                  color: #404146;
                                                                                                                              }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="datetime"], input[type="color"], textarea {
    border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 1px solid #E0E0E0;
    outline: none;
    background: transparent;
    margin: 0;
    padding: 1.823vw;
    width: 100%;
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
}
.wpcf7-select {
    height: 3.125vw;
    width: 100%;
    padding: 0px 2.08vw;
    margin-top: 1.04vw;
    background: transparent;
    border: 1px solid #E0E0E0;
    font-family: 'Mulish';
}
.textarea-label {
    position: absolute;
    top: 2.08vw;
    left: 2.08vw;
    color: #404146;
    font-size: 0.833vw;
    transition: all 0.4s ease;
    pointer-events: none;
    background: transparent;
    text-transform: uppercase;
}
.has-text .textarea-label {
    top: 0.52vw;
    left: 2.08vw;
    font-size: 0.677vw;
    color: var(--color-primary);
}
.wpcf7-form-control-wrap {
    position: unset;
}
.form-row {
    position: relative;
}
.textarea-label span {
    color: var(--color-blue);
}
::placeholder {
    opacity: 0;
}
.site-info .sub-menu {
    display: none;
}
.site-footer .section-inner {
    justify-content: space-between;
    gap: 1.56vw;
    align-items: flex-start;
    z-index: 3;
    position: relative;
}
.row-contacts .flex{
    gap: 0.52vw;
}
.row-contacts {
    display: flex;
    gap: 1.56vw;
    margin-bottom: 1.56vw;
    font-size: 0.94vw;
}
.site-footer .social.flex {
    justify-content: flex-end;
}
.site-footer .logo-main {
    max-width: 13.8vw;
}
.site-footer {
    padding: 6.25vw 0 0px;
    background: url(/wp-content/themes/qtg/assets/img/fon.webp);
    background-size: 45%;
    position: relative;
}
.dark-row, .dark-row a {
    background: var(--color-dark);
    color: #fff;
    font-size: 0.73vw;
}
.dark-row a:hover {
    color: #fff;
    opacity: 0.8;
    transition: 0.4s;
}
.dark-row .section-inner {
    align-items: center;
}
.site-info ul, .dark-row ul {
    list-style: none;
    display: flex;
    gap: 1.56vw;
    font-size: 0.94vw;
    margin: 0;
    padding: 0;
}
.site-footer .light-row a {
    color: var(--color-dark);
}
.footer-text {
    font-size: 4.375vw;
    position: absolute;
    left: 4.17vw;
    top: 0;
    margin: 0;
    font-weight: 900;
    color: #e3e3e3;
    text-transform: uppercase;
}
.footer-text.small {
    font-size: 3.125vw;
    left: 7.29vw;
    bottom: 2.6vw;
    top: unset;
}
.footer-text span {
    -webkit-text-stroke: 1.5px #e2e2e2;
    stroke: 1.5px #e2e2e2;
    color: transparent;
}
.light-row {
    padding-bottom: 2.08vw;
    font-weight: 700;
}
#primary {
    padding: 2.08vw 0 6.25vw;
}
.page-title h1 {
    font-size: 4.69vw;
    margin: 0;
    opacity: 0.5;
    text-transform: uppercase;
}
.separator {
    padding: 0 0.365vw;
}
.advantage.header-block a {
    color: #fff;
    opacity: 0.8;
}
.breadrcumbs {
    margin-top: 1.56vw;
}
.advantage.header-block {
    position: relative;
}
.advantage.header-block .block1{
    width: 61%;
}
.advantage.header-block .block2{
    width: 35%;
}
.advantage.header-block .row-first .block2 img {
    border: 0.94vw solid #fff;
    border-bottom: 2.344vw solid #fff;
}
.advantage.header-block .block2 .mark {
    font-size: 0.78vw;
    bottom: 1.04vw;
}
.advantage.header-block .block2 .svg {
    width: 0.94vw;
}
.page-header-title {
    margin-bottom: 0.52vw;
    color: var(--color-dark);
}
.breadrcumbs.align {
    margin: 0.52vw 0 3.125vw;
    color: var(--color-dark);
}
.page-header {
    background: #f4f4f4;
}
.second-part svg {
    min-width: 1.56vw;
}
.border {
    border-top: 1px solid #fff;
    padding-top: 1.04vw;
}
.advantage.row-second.header-block{
    background:var(--color-blue);
}
.simple-page-content {
    z-index: 2;
    position: relative;
    width: 62.5vw;
    margin: 0 auto;
    max-width: 100%;
}
.advantage.row-third.header-block {
    background: var(--color-blue);
    max-height: 26.72vw;
}
.flex.simple-page-content {
    align-items: flex-start;
    gap: 3.65vw;
}
.flex.simple-page-content a {
    color: var(--color-dark);
}
.flex.simple-page-content .contacts-form, .contacts-main-page{
    flex: 1;
}
.row-page-contacts .flex {
    font-size: 1.04vw;
    margin-bottom: 1.04vw;
    gap: 1.04vw;
}
.simple-page-content .form-last-row{
    position: relative;
}
.wpcf7-spinner {
    display: none;
}
.contacts-name {
    font-size: 3.65vw;
    margin: 0.52vw 0 3.125vw;
    font-weight: 900;
    color: var(--color-dark);
}
.flex.simple-page-content .social.flex {
    margin-top: 3.125vw;
}
.contacts-form {
    border-left: 1px solid #E0E0E0;
}
.contacts-form .header-text, .contacts-form .form-last-row{
    padding-left: 2.08vw;
}
.contacts-name span{
    -webkit-text-stroke: 1.5px var(--color-dark);
    color: transparent;
}
.page-header-subtitle {
    text-align: center;
    font-size: 1.51vw;
}
.blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.56vw;
}
.blog-item {
    width: calc(50% - 0.78vw);
    height: 20.83vw;
}
.tour-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.56vw;
}
.attractions-list .tour_items {
    width: calc(50% - 1.56vw);
}
.btn.line-btn:hover {
    color: #fff;
    background: var(--color-dark);
    transition: 0.4s;
}
.main-navigation .desctop-menu .sub-menu {
    box-shadow:none;
}
.main-navigation .desctop-menu .sub-menu li {
    margin-bottom: 0;
}


.polylang-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.current-flag img {
    min-width: 1.25vw;
    min-height: 1.25vw;
    box-shadow: 0px 0.104vw 0.26vw rgba(0, 0, 0, 0.3);
    border-radius: 1.56vw;
}
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 2.6vw;
}
.dropdown-content.show {
    display: block;
}
.dropdown-item {
    display: block;
    margin: 0 0 0.625vw;
}
.dropdown-item:hover img{
    filter: brightness(110%);
}
.dropdown-item img {
    min-width: 1.25vw;
    min-height: 1.25vw;
    display: block;
    box-shadow: 0px 0.104vw 0.26vw rgba(0, 0, 0, 0.3);
    border-radius: 1.56vw;
}
#site-navigation.main-navigation {
    display: flex;
    gap: 1.04vw;
}
/* preloader */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    opacity: 1;
    width: 100%;
    height: 102vh;
    overflow: hidden;
    contain: layout paint;
}
.light-fon {
    opacity: 1;
    height: 102vh;
    width: 100%;
    background: #F7F7F3;
    align-items: center;
    justify-content: center;
    will-change: transform;
}
.green-fon {
    height: 102vh;
    width: 100%;
    background: var(--color-dark);
    will-change: transform;
}

.load-img {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.first-svg {
    transform: translateZ(0);
}
.preloader-remove {
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.5s ease-out;
    will-change: transform;
    backface-visibility: hidden;
}
/* анимация */
#animated-text {
    opacity: 0;
    transform: translateY(5.21vw) rotateX(90deg);
    transform-style: preserve-3d;
    will-change: transform, opacity;
}

#animated-text span {
    opacity: 0.2;
    display: inline-block;
    transform: scale(0.9);
    filter: blur(0.5px);
}
#left-animated {
    opacity: 0;
}
.animated-title {
    opacity: 0;
    transform: translateY(4.17vw);
    will-change: transform, opacity;
}

/* Вариант с буквами */
.animated-title .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(1.56vw) rotate(15deg);
}
.animate-title2 {
    opacity: 0;
    transform: translateY(2.6vw);
}
/* Вариант со словами */
.animated-title .word {
    display: inline-block;
    overflow: hidden;
}

.animate-title {
    opacity: 0;
    line-height: 1.2; /* Фиксируем высоту строки */
}

.animated-block {
    overflow: hidden;
}

.animated-block-wrapper {
    display: inline-block;
    width: 100%;
    transform: translateY(-100%) rotate(-10deg);
    opacity: 0;
    transform-origin: center;
}
.map-controls .benefit-ask {
    display: block;
}
.advantages .text span, .advantage .text span {
    color: #fff;
    font-weight: 400;
}
.animated-block2 {
    opacity: 0;
    transform: translateY(5.21vw);
    filter: grayscale(100%);
    will-change: transform, opacity, filter;
}
.word-wrapper {
    display: inline-block;
    overflow: hidden;
    vertical-align: top; /* Выравнивание по верху */
    line-height: inherit; /* Наследуем высоту строки */
}
.word {
    display: inline-block;
    transform: translateY(100%);
    opacity: 0;
    vertical-align: top;
    line-height: inherit;
}
.space {
    display: inline-block;
    width: 0.25em;
    vertical-align: top;
    line-height: inherit;
}
.line-break {
    display: block;
    height: 0;
    line-height: 0; /* Убираем высоту линии */
    margin: 0;
    padding: 0;
}
.team-row .slick-slide div {
    height: 100%;
}