

html {
    --bg-radio: #fff;
    --button-scroll: #fff;
    --bg-header: linear-gradient(137deg, rgba(255, 255, 255, .75) 4.87%, rgba(255, 255, 255, .9) 75.88%);
    --bg-progress-bar: var(--slate-50);
    --shadow-progress-bar: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.05);
    --ai-gradient: linear-gradient(97deg, #0096FF, #BB64FF 42%, #F2416B 74%, #EB7500);
    --scrollbar-offset: calc(0px + 0px);
}

html.dark {
    --bg-radio: #000;
    --button-scroll: #1D1D20;
    --bg-header:linear-gradient(137 deg, rgba(17, 18, 20, .75) 4.87 %, rgba(12, 13, 15, .9) 75.88 %);
    --bg-progress-bar: var(--zinc-600);
    --shadow-progress-bar: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
    --ai-gradient: linear-gradient(97deg, #0096FF, #BB64FF 42%, #F2416B 74%, #EB7500);
    --scrollbar-offset: calc(0px + 0px);
}

.iti__tel-input_border {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(22 163 74 / 0.4);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

}

.iti__tel-input_border_red {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 113 113 / 0.4);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

}

.iti__selected-country {
    padding: 0.5rem 1rem .625rem .625rem;
    color: rgb(17 24 39);
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.25rem;
    text-align: center;
    background-color: var(--input-number);
    border-radius: 0.375rem;
    align-items: center;
    flex-shrink: 0;
    display: inline-flex;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.iti--allow-dropdown {
    width: 100%;
}

.iti__selected-dial-code {
    color: var(--iti-selected-country);
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 3px;
}

.iti__selected-country-primary {
    margin-top: 5px;
}

.iti__arrow {
    border-top: var(--iti-arrow-height) solid var(--iti-selected-country);
}

.iti__country-list, .iti__search-input {
    background: var(--bg-transparent);
}

.iti__country-name, .iti__search-input {
    color: var(--text-color)
}

@media (min-width: 1024px) {
    .iti--allow-dropdown {
        width: 100%;
    }

    .iti__selected-dial-code {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.progress-bar-wrapper {
margin-left:3px;
    width: 95%;
    backdrop-filter: blur(12px);
    border-radius: 4px;
    overflow: hidden;
    height: 0.7rem;
    display: flex;
    justify-content: space-between;
    -webkit-box-shadow: var(--shadow-progress-bar);
    box-shadow: var(--shadow-progress-bar);
}
div.overlay {
    pointer-events: none;
}
.bg-default {
    background-color: var(--bg-body);
}

.dark .dark\:bg-default {
    background-color: var(--bg-body);
}
.bg-promo {
    background:  var(--bg-location);
    background-size: 80% auto;
    background-repeat: no-repeat;
}
.from-bg-default {
    --tw-gradient-from: var(--bg-body) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark .dark\:from-bg-default {
    --tw-gradient-from: var(--bg-body) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:bg-white\/08:is(.dark *) {
    background-color: rgb(255 255 255 / 0.08);
}

progress {
    background: radial-gradient(85.77% 49.97% at 51% 5.12%,hsla(0,100%,79%,.01) 0,rgba(34,197,94,.08) 45.83%,rgba(34,197,94,.02) 100%),var(--ceramic-gray-50);
    backdrop-filter: blur(6px);

    appearance: none;
    -webkit-appearance: none; /* Для WebKit-браузеров (Chrome, Safari) */
    width: 100%;

}
.dark progress {
    background: linear-gradient(180deg,rgba(0,0,0,.24),transparent),hsla(0,0%,100%,.1);
    backdrop-filter: blur(12px);

    appearance: none;
    -webkit-appearance: none; /* Для WebKit-браузеров (Chrome, Safari) */
    width: 100%;

}
progress::-webkit-progress-bar {
    background-color: var(--ceramic-brand) /* Фон */
}

progress::-webkit-progress-value {
    background-color: var(--ceramic-brand); /* Цвет прогресса */
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));


    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}

progress::-moz-progress-bar {
    background-color: var(--ceramic-brand); /* Для Firefox */
    border-radius: 4px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));


    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}

.cookie-disclaimer.is-active {
    opacity: 1;
    display: block;
    transform: translateY(0);
    z-index: 20;
}

.cookie-disclaimer {
    opacity: 0;
    display: none;
    transform: translateY(100%);
    transition: opacity 0.3s, transform 0.5s;
}

.dark\:shadow-bento-card:is(.dark *) {
    --tw-shadow: 0px 1px 0px 0px hsla(0, 0%, 100%, .06) inset, 0px 4px 10px 0px rgba(0, 0, 0, .3);
    --tw-shadow-colored: inset 0px 1px 0px 0px var(--tw-shadow-color), 0px 4px 10px 0px var(--tw-shadow-color);
}

.dark\:shadow-bento-card:is(.dark *) {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark\:bg-shark-gray-950:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(29 29 32/var(--tw-bg-opacity));
}

.cookies_policy_icon {
    width: 28px;
    height: 28px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3Ecoooooooies%3C%2Ftitle%3E%3Cdefs%3E%3Cpath%20d%3D%22M20.512%2010.324A3.498%203.498%200%200%200%2024%2011.964V12c0%206.627-5.373%2012-12%2012S0%2018.627%200%2012%205.373%200%2012%200h.035a3.498%203.498%200%200%200%201.64%203.488%205%205%200%200%200%206.836%206.836z%22%20id%3D%22a%22%2F%3E%3Ccircle%20id%3D%22c%22%20cx%3D%222%22%20cy%3D%222%22%20r%3D%222%22%2F%3E%3Ccircle%20id%3D%22e%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20id%3D%22g%22%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%2F%3E%3Ccircle%20id%3D%22i%22%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%2F%3E%3Ccircle%20id%3D%22k%22%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%2F%3E%3Ccircle%20id%3D%22m%22%20cx%3D%221.5%22%20cy%3D%221.5%22%20r%3D%221.5%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h28v28H0z%22%2F%3E%3Cg%20transform%3D%22translate(2%202)%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cuse%20fill%3D%22%23D17715%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cpath%20d%3D%22M21.512%208.824A3.498%203.498%200%200%200%2025%2010.464v.036c0%206.627-5.373%2012-12%2012s-12-5.373-12-12%205.373-12%2012-12h.035a3.498%203.498%200%200%200%201.64%203.488%205%205%200%200%200%206.836%206.836z%22%20fill%3D%22%23F7B259%22%20mask%3D%22url(%23b)%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(7%2010)%22%3E%3Cmask%20id%3D%22d%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23c%22%2F%3E%3C%2Fmask%3E%3Cuse%20fill%3D%22%23482510%22%20xlink%3Ahref%3D%22%23c%22%2F%3E%3Ccircle%20fill%3D%22%236A3614%22%20mask%3D%22url(%23d)%22%20cx%3D%222.3%22%20cy%3D%221.5%22%20r%3D%222%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(16%2018)%22%3E%3Cmask%20id%3D%22f%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23e%22%2F%3E%3C%2Fmask%3E%3Cuse%20fill%3D%22%23482510%22%20xlink%3Ahref%3D%22%23e%22%2F%3E%3Ccircle%20fill%3D%22%236A3614%22%20mask%3D%22url(%23f)%22%20cx%3D%221.8%22%20cy%3D%221%22%20r%3D%221.5%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(10%2017)%22%3E%3Cmask%20id%3D%22h%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23g%22%2F%3E%3C%2Fmask%3E%3Cuse%20fill%3D%22%23482510%22%20xlink%3Ahref%3D%22%23g%22%2F%3E%3Ccircle%20fill%3D%22%236A3614%22%20mask%3D%22url(%23h)%22%20cx%3D%221.3%22%20cy%3D%22.5%22%20r%3D%221%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(19%207)%22%3E%3Cmask%20id%3D%22j%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23i%22%2F%3E%3C%2Fmask%3E%3Cuse%20fill%3D%22%23D17715%22%20xlink%3Ahref%3D%22%23i%22%2F%3E%3Ccircle%20fill%3D%22%23F7B259%22%20mask%3D%22url(%23j)%22%20cx%3D%221.2%22%20cy%3D%22.6%22%20r%3D%221%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(24%208)%22%3E%3Cmask%20id%3D%22l%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23k%22%2F%3E%3C%2Fmask%3E%3Cuse%20fill%3D%22%23D17715%22%20xlink%3Ahref%3D%22%23k%22%2F%3E%3Ccircle%20fill%3D%22%23F7B259%22%20mask%3D%22url(%23l)%22%20cx%3D%221.2%22%20cy%3D%22.6%22%20r%3D%221%22%2F%3E%3C%2Fg%3E%3Cg%20transform%3D%22translate(19%201)%22%3E%3Cmask%20id%3D%22n%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23m%22%2F%3E%3C%2Fmask%3E%3Cuse%20fill%3D%22%23D17715%22%20xlink%3Ahref%3D%22%23m%22%2F%3E%3Ccircle%20fill%3D%22%23F7B259%22%20mask%3D%22url(%23n)%22%20cx%3D%221.8%22%20cy%3D%221.1%22%20r%3D%221.5%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
    margin-top: 9px;
    display: inline-block;
    vertical-align: middle;
}

.change-country-list {
    width: 100%;
}

.radio + label {
    cursor: pointer;
}

.radio:not(checked) {
    position: absolute;
    opacity: 0;
}

.radio:not(checked) + label {
    position: relative;
    padding: 0 9px 0 19px;
}

.radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: var(--bg-radio);
    box-sizing: content-box !important;
}

.radio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--color-brand);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .2s;
}

.radio:checked + label:after {
    opacity: 1;
}

.radio:focus + label:before {
    box-shadow: 0 0 0 3px rgba(255, 255, 0, .5);
}

.Navbar_navToggle__skv0c {
    position:relative;
    width:24px;
    height:16px;
    cursor:pointer;
    transition:transform .5s ease,opacity .3s ease;
    transform:translateY(0) rotate(0deg);
    will-change:transform
}
.Navbar_menuOpened___q5q3 .Navbar_navToggle__skv0c {
    transform:translateY(0) rotate(180deg)
}
.Navbar_menuOpened___q5q3 .Navbar_navToggle__skv0c .Navbar_navToggleLine__wBYSL:first-child {
    top:50%;
    transform:translate(-50%) rotate(-45deg)
}
.Navbar_menuOpened___q5q3 .Navbar_navToggle__skv0c .Navbar_navToggleLine__wBYSL:nth-child(2) {
    top:50%;
    opacity:0;
    transform:translate(-50%)
}
.Navbar_menuOpened___q5q3 .Navbar_navToggle__skv0c .Navbar_navToggleLine__wBYSL:nth-child(3) {
    top:50%;
    transform:translate(-50%) rotate(45deg)
}
.Navbar_navToggleLine__wBYSL {
    position:absolute;
    left:50%;
    width:100%;
    height: 0;
    border-bottom: 1.5px solid rgb(var(--text-sub-600));
    background:rgb(var(--text-sub-600));
    transition:transform .5s,opacity .25s;
    transform:translate(-50%,-50%);
    will-change:normal
}
.Navbar_navToggleLine__wBYSL :hover {
    background:rgb(var(--text-strong-950));
}
.Navbar_navToggleLine__wBYSL:first-child {
    top:10%
}
.Navbar_navToggleLine__wBYSL:nth-child(2) {
    top:50%
}
.Navbar_navToggleLine__wBYSL:nth-child(3) {
    top:90%
}
.button-scroll-top {
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding: 0;


    line-height: 1;
    font-size: 0;

    position: fixed;
    bottom: 70px;
    right: 20px;
    display: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;

    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: var(--button-scroll);

    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 4
}

.button-scroll-top:hover,
.button-scroll-top:active {
    background-color: var(--button-scroll)
}

.button-scroll-top.is-scrolled {
    display: -webkit-flex;
    display: flex
}

.button-scroll-top__icon {
    width: 20px;
    height: 20px;
    fill: #fff
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}


.my-marker {
    position: relative;
    box-sizing: border-box;
    transform: translate(-50%, calc(-50% - 24px));
    cursor: pointer;
}

.marker-title {
    position: absolute;
    top: calc(-50% - 6px);
    left: calc(+50% - 5px);


    margin-left: 3px;
    border-radius: 6px;

    font-size: 0.855rem;

    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Chatbot */

#botxo-button-1 {
    transform: scale(1);
    transform-origin: center;
    transition: .5s cubic-bezier(0.74, -0.49, 0.18, 1.51) transform, .25s ease opacity;
}

#botxo-button-1 > svg {
    overflow: visible;
}

#botxo-button-1:hover > svg > path, svg.widget-loading > path {
    animation: bounce 2s;
    animation-direction: alternate;
    /*animation-timing-function: cubic-bezier(.5,0.05,1,.5);*/
    animation-iteration-count: infinite;
}

svg.widget-loading > path {
    animation-duration: 1s;
}

#botxo-button-1:hover > svg > path:nth-child(3), svg.widget-loading > path:nth-child(3) {
    animation-delay: .2s;
}

#botxo-button-1:hover > svg > path:nth-child(2), svg.widget-loading > path:nth-child(2) {
    animation-delay: .4s;
}

@keyframes bounce {
    0% {
        transform: translate3d(0, 0, 0);
    }
    25% {
        transform: translate3d(0, -1px, 0);
    }
    75% {
        transform: translate3d(0, 1px, 0);
    }
    100% {
        transform: translate3d(0, 0px, 0);
    }
}

#botxo-button-1:hover > img {
    animation: pulsate 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

#botxo-button-1 > img {
    transition: 0.3s ease transform !important;
    transform-origin: center !important;
    -webkit-filter: drop-shadow(0 1px 16px rgba(74, 74, 74, 0.25)) !important;
    -ms-filter: drop-shadow(0 1px 16px rgba(74, 74, 74, 0.25)) !important;
    filter: drop-shadow(0 1px 16px rgba(74, 74, 74, 0.25)) !important;
}

#botxo-button-1 > img:focus-visible {
    outline: none !important;
}

#botxo-button-1 > img.widget-loading {
    animation-duration: .25s !important;
}

@keyframes pulsate {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

@media (max-width: 449px), (max-height: 449px) {
    div#botxo-iframeContainer-1 {
        bottom: 0;
        left: 0;
        right: unset;
    }
}

#certainly-popups {
    float: left;
    display: block;
    position: fixed;
    z-index: 100;
    right: 46px;
    bottom: 110px;
    bottom: 58px !important;
    right: 20px !important;
    margin-bottom: 10px !important;
    margin-right: 10px !important;
    font-family: 'GT-Walsheim', Arial, Helvetica, sans-serif;
}

#certainly-popups > .certainly-message {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    transform: scale(1);
    transform-origin: bottom right;
    transition: .25s ease transform;
}

#certainly-popups > .certainly-message.certainly-message-hidden {
    transform: scale(0);
}

#certainly-popups > .certainly-message > .certainly-bubble {
    max-width: 250px;
    background-color: #fdfeff;
    border-radius: 8px 8px 0;
    padding: 8px 16px;
    color: #333;
    font-family: 'GT-Walsheim', Arial, Helvetica, sans-serif;
    font-family: inherit;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    transition: .15s ease all;
    /*box-shadow: 2px 2px 6px 0px hsl(0deg 0% 0% / 10%);*/
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

}

#certainly-popups > .certainly-message > .certainly-bubble:hover {
    background-color: #4364fa;
    color: #fff;
}

svg#certainly-svg-demo {
    height: 14px;
    width: 32.6px;
}

#certainly-popups-close {
    position: absolute;
    z-index: 1;
    right: -12px;
    top: -4px;
    background-color: white;
    color: black;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 11px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    line-height: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s ease all;
}

#certainly-popups-close:hover {
    background-color: #ff0049;
    color: #fff;
}

#certainly-popups-close-icon {
    width: 10px;
    height: 10px;
}

#certainly-popups-close:hover ~ .certainly-message {
    opacity: .5;
}

.certainly-message.actions > .certainly-bubble.action {
    background-color: #4364fa;
    color: #fff;
    border-radius: 8px;
    margin: 10px 0px 0px 4px;
    border: 1px solid #4364fa;

}

.certainly-message.actions > .certainly-bubble.action:hover {
    background-color: #fff;
    color: #4364fa;
}

.page-header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    z-index: 50;
}

@media (min-width: 769px) {
    .page-header {
        position: absolute;
    }


}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated_hidden {
    display: none;
}

.site-header--fixed .animated_hidden {
    display: block;
}

.site-header--fixed .site-header__bottom-wrapper {

    position: fixed;
    width: 100%;
    top: 0;
    z-index: 25;
    animation-duration: 0.5s;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}
.ai-gradient-text {
    background: #f5f5f7;
    background-image: none;
    background-clip: border-box;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-image: var(--ai-gradient);
}

.bg--map {
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.25) 0%, white 100%), url("/themes/_include/img/bg-map@2x.webp");
    background-size: cover;
    background-position: center;
    z-index: 0;

}

.dark .bg--map {
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.25) 0%, white 100%), url("/themes/_include/img/dark-bg-map@2x.jpg");
    background-size: cover;
    background-position: center;
    z-index: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .bg--map {

        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.25) 0%, white 100%), url("/themes/_include/img/bg-map@2x.webp");
        background-size: cover;
        background-position: center;
        z-index: 0;

    } }
@media screen and (min-width: 1621px) {
    .bg--map {
        background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.25) 0%, white 100%), url("/themes/_include/img/bg-map@2x.webp");
        background-size: cover;
        background-position: center;
        z-index: 0;

    } }
@media screen and (max-width: 450px) {
    .bg--map {
        background-position: -740px 0px;
        background-size: 70%; /* ← отдалит фон */
        background-repeat: no-repeat; /* убираем повторение */

        z-index: 0;

    } }

.HoverArrow {
    --arrowSpacing: 5px;
    --arrowHoverTransition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
    --arrowHoverOffset: translateX(3px);
    --arrowTipTransform: none;
    --arrowLineOpacity: 0;
    position: relative;
    top: 1px;
    margin-left: var(--arrowSpacing);
    stroke-width: 2px;
    fill: none;
    stroke: currentColor
}

.HoverArrow--sizeSmall {
    --arrowSpacing: 4px;
    stroke-width: 1.5px
}

.HoverArrow__linePath {
    opacity: var(--arrowLineOpacity);
    transition: opacity var(--hoverTransition, var(--arrowHoverTransition))
}

.HoverArrow__tipPath {
    transform: var(--arrowTipTransform);
    transition: transform var(--hoverTransition, var(--arrowHoverTransition))
}

@media (pointer: fine) {
    a:hover .HoverArrow__linePath,
    button:hover .HoverArrow__linePath {
        --arrowLineOpacity: 1
    }

    a:hover .HoverArrow__tipPath,
    button:hover .HoverArrow__tipPath {
        --arrowTipTransform: var(--arrowHoverOffset)
    }
}

@media (pointer: coarse) {
    a:active .HoverArrow__linePath,
    button:active .HoverArrow__linePath {
        --arrowLineOpacity: 1
    }

    a:active .HoverArrow__tipPath,
    button:active .HoverArrow__tipPath {
        --arrowTipTransform: var(--arrowHoverOffset)
    }
}
.no-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.no-scrollbar {
    -ms-overflow-style: none; /* IE и Edge */
    scrollbar-width: none; /* Firefox */
}
.gradient-bg-exact {
    background:
            radial-gradient(ellipse 120% 120% at 10% 90%, rgba(34, 197, 94, 0.12), transparent 60%),
            radial-gradient(ellipse 120% 120% at 90% 10%, rgba(6, 182, 212, 0.12), transparent 60%),
            radial-gradient(ellipse 100% 100% at 50% 50%, rgba(168, 85, 247, 0.06), transparent 70%),
            linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.02));
}

.dark .gradient-bg-exact {
    background:
            radial-gradient(ellipse 120% 120% at 10% 90%, rgba(34, 197, 94, 0.18), transparent 60%),
            radial-gradient(ellipse 120% 120% at 90% 10%, rgba(6, 182, 212, 0.18), transparent 60%),
            radial-gradient(ellipse 100% 100% at 50% 50%, rgba(168, 85, 247, 0.1), transparent 70%),
            linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
}
.terminal_bar {
    background: radial-gradient(85.77% 49.97% at 51% 5.12%, hsla(0, 100%, 79%, .11) 0, rgba(222, 226, 255, .08) 45.83%, rgba(241, 242, 255, .02) 100%), rgba(0, 0, 0, .44);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: 1px solid hsla(0, 0%, 100%, .08);
    border-radius: 16px;
    box-shadow: 0 0 40px 20px hsla(0, 0%, 100%, .03), inset 0 .5px 0 0 hsla(0, 0%, 100%, .3);
    -webkit-mask-image: linear-gradient(180deg, #d9d9d9 60%, hsla(0, 0%, 85%, 0) 90%);
    mask-image: linear-gradient(180deg, #d9d9d9 60%, hsla(0, 0%, 85%, 0) 90%);

}
.terminal_bar__console {
    position: relative;
    align-self: stretch;
    overflow: hidden;

    background-size: 3px 3px;
    border: 1px solid hsla(0, 0%, 100%, .08);
    border-radius: 12px;
    box-shadow: 0 0 2px 0 hsla(0, 0%, 100%, .19), inset 0 .5px 0 0 hsla(0, 0%, 100%, .1);
}

.filtered-blue {
    filter: hue-rotate(210deg) saturate(1);
}
.filtered-indigo {
    filter: hue-rotate(270deg) saturate(1);
}
.filtered-orange {
    filter: hue-rotate(50deg) saturate(1);
}
.filtered-green {
    filter: hue-rotate(140deg) saturate(.5);
}
.filtered-sky {
    filter: hue-rotate(200deg) saturate(.5);
}
.filtered-yellow {
    filter: hue-rotate(70deg) saturate(.5);
}
.filtered-red {
    filter: hue-rotate(120deg) saturate(1.2);}
.filtered-blue_ {
    filter: hue-rotate(-134deg) saturate(1.2);
}
.filtered-red_ {
filter: hue-rotate(-16deg) saturate(.5);
}
.filtered-green_blue {
    filter: hue-rotate(240deg) saturate(1);
}
.filtered-blue-yellow {filter: hue-rotate(200deg) saturate(.5);}
.filtered-blue-orange {filter: hue-rotate(180deg) saturate(.5);}
.filtered-blue-red {filter: hue-rotate(150deg) saturate(1);}
.filtered-blue-indigo {
    filter: hue-rotate(85deg) saturate(1);
}

@property --r2 {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

@property --x {
    syntax: '<percentage>';
    initial-value: 50%;
    inherits: false;
}

@keyframes rotating2 {
    0% { --r2: 0deg; }
    100% { --r2: 360deg; }
}

@keyframes x-animation {
    0%, 100% { --x: 10%; }
    50% { --x: 90%; }
}

.animate-border-rotate {
    animation: rotating2 6.4s linear 1s infinite, x-animation 6.4s linear 1s infinite;
}
[data-radix-scroll-area-viewport] {
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

[data-radix-scroll-area-viewport]::-webkit-scrollbar {
    display: none;
}

:where([data-radix-scroll-area-viewport]) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

:where([data-radix-scroll-area-content]) {
    flex-grow: 1;
}
.center-x {
    position: absolute;
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}




/* RTL only for text/content */
.rtl :is(
  p, li, span, a, b, strong, em, small,
  h1, h2, h3, h4, h5, h6,
  blockquote, figcaption, caption,
  td, th, label
) {
    direction: rtl;
    unicode-bidi: isolate;
    text-align: right;
}


.rtl :is(
  input[type="text"], input[type="search"], input[type="password"],
  textarea, select
) {
    direction: rtl;
    unicode-bidi: isolate;
    text-align: right;
}

.rtl .site-header,
.rtl .nav,
.rtl .sidebar,
.rtl .main,
.rtl .footer,
.rtl .container {
    direction: ltr;
}
.reviews-color {
    color: #FF9213;
}
.reviews-bg {
    background-color: #FF9213;
}
.reviews-border {
    border-color: #FF9213;
}
.reviews-ring {
    --tw-ring-color: #FF9213;
}
.reviews-bg-light {
    background-color: rgba(255, 146, 19, 0.1);
}
.reviews-bg-hover:hover {
    background-color: rgba(255, 146, 19, 0.08);
}