body.admin-bar {
    position: relative;
}

.menu__currency {
    cursor: pointer;
}

.preloader {
    z-index: 2000;
}

.loader {
    width: unset !important;
    height: unset !important;
    background: none;
    position: relative;
    color: black;
    transform: scale(1);
    animation: loader 5s infinite linear alternate;
}

.loader svg {
    width: 314px;
    height: 80px;
}

.main__img {
    overflow: hidden;
    border-radius: 0 0 5rem 5rem;
}

.main__img img {
    border-radius: 0;
    animation: mainImageAnimation 15s infinite linear alternate;
}

.main__img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.3;
}

@keyframes mainImageAnimation {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}

@keyframes loader {
    50% {
        color: #1d9aa2;
    }

    100% {
        transform: scale(1.2);
    }
}

.bg_gradient {
    background: linear-gradient(106deg, rgba(94,99,230,1) 10%, rgba(178,94,230,1) 53%, rgba(94,99,230,1) 96%);
    background-size: 200% 200%;
    animation: bg_gradient 7s ease infinite;
}

@keyframes bg_gradient {
    100% {
        background-position: 200% 50%;
    }
}

/*.loaded .fade-in {*/
/*    transform: scale(0.95);*/
/*    opacity: 0;*/
/*}*/

/*.loaded .fade-in._watcher-view {*/
/*    animation: fade-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;*/
/*}*/

/*@keyframes fade-in {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: scale(0.95);*/
/*    }*/

/*    100% {*/
/*        opacity: 1;*/
/*        transform: scale(1);*/
/*    }*/
/*}*/

.select__asset img {
    width: 16px;
}

.tabs__body-text p {
    display: block;
}

/* google translate */
body {
    top: 0 !important;
}

.skiptranslate {
    display: none !important;
}

.goog-text-highlight,
font > font {
    background-color: transparent !important;
    box-shadow: none !important;
    box-sizing: inherit;
}

/*html.translating .preloader {*/
/*    opacity: 1 !important;*/
/*}*/

#googleTranslateTestWord {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
/* /google translate */

.product-info__info {
    align-items: center;
}

/* fixes */
.tabs__credit::before {
    content: none;
}

.tabs__credit::after {
    content: "";
    mask: var(--icon) center center/contain no-repeat;
    --size: 24px;
    width: var(--size);
    height: var(--size);
    background: var(--color-whte);
}

@media (any-hover: hover) and (min-width: 61.99875em) {
    .city__slide:hover {
        transition: all 0.3s ease-in-out 0s;
    }
}

@media (min-width: 81.25em) {
    .city__slide {
        -ms-flex: 1 0 0% !important;
        flex: 1 0 0% !important;
        width: 100%;
        max-width: 100%;
    }
}

@media (any-hover: hover) {
    .tabs__credit:hover {
        transform: scale(1.1);
    }
}
/* /fixes */

.fade-down {
    animation: slide-down 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
}
@keyframes slide-down {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        transform: translateY(40px);
        opacity: 0;
    }
}

[disabled] {
    opacity: .75;
    pointer-events: none;
}

.objects__constructor-value,
#pagination-wrapper {
    transition: opacity .3s;
}

.catalog-map__marker {
    position: absolute;
    bottom: calc(100% + 13px);
    left: 50%;
    transform: translateX(-50%);
    height: 35px;
    background: #df4e46;
    border-radius: 19px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 8px;
    font-size: 14px;
    color: #fff;
    width: fit-content;
    padding: 3px;
    border: 2px solid #fff;
    transition: background-color .3s, border-color .3s;
}

.catalog-map__marker_visited:not(.catalog-map__marker_hover):not(.catalog-map__marker_active) {
    background: #ef8983;
}

.catalog-map__marker_active {
    background: #ac2821;
}

.catalog-map__marker_hover {
    border-color: #df4e46;
}

.catalog-map__marker_active.catalog-map__marker_hover {
    border-color: #ac2821;
}

.catalog-map__count {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    color: #df4e46;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    font-weight: 600;
}

.catalog-map__price {
    padding-right: 5px;
    font-weight: 600;
}

.catalog-map__price:first-child {
    padding: 0 5px;
}

.catalog-map__tail {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -1px);
    color: #df4e46;
    transition: color .3s;
}

.catalog-map__marker_visited:not(.catalog-map__marker_hover):not(.catalog-map__marker_active) .catalog-map__tail {
    color: #ef8983;
}

.catalog-map__marker_active .catalog-map__tail {
    color: #ac2821;
}

.data-pseudo-label {
    position: absolute;
    top: 0;
    left: -99999px;
    pointer-events: none;
}

[data-popup] {
    cursor: pointer;
}

#subscribe-button {
    cursor: pointer;
}

.form__row--col {
    display: flex;
    flex-direction: column;
}

.popup {
    opacity: 0;
    transition: all .3s ease 0s;
}

.popup_show {
    opacity: 1;
}

.popup__content {
    transform: scale(0.8);
}

/*.tabs__link.tabs__link--map {*/
/*    backdrop-filter: blur(20px);*/
/*}*/

.search__slide-link {
    background: rgba(44,61,62,.6);
    /*backdrop-filter: blur(5px);*/
}

.search__slide-info {
    box-shadow: 0 100px 125px -20px rgba(0,0,0,0.7) inset;
    background: none;
}

.select__body {
    display: flex;
}

.select__content:empty::before {
    color: var(--color-blck-alt);
    font-weight: 600;
    font-size: 1rem;
    line-height: 120%;
}

.select__value:not(._select-pseudo-label) .select__content:empty::before {
    content: '—';
    opacity: .5;
}

.js-commerce {
    display: none;
}

.js-commerce._active {
    display: block;
}

.form-loading button[type="submit"] {
    opacity: .85;
    pointer-events: none;
}

.info-object__btn .info-object__btn-text_active {
    display: none;
}
.info-object__btn._active .info-object__btn-text_inactive {
    display: none;
}
.info-object__btn._active .info-object__btn-text_active {
    display: block;
}

.agent-info__top {
    align-items: flex-start;
}

.agent-info__img {
    flex-shrink: 0;
}

.unsubscribe-buttons {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#unsubscribe:not(:hover) {
    background: var(--color-accent);
}

@media (min-width: 768px) {
    .unsubscribe-buttons {
        flex-direction: row ;
    }
    .unsubscribe-buttons > * {
        margin: 0;
    }
}

.company .wp-block-media-text__media {
    flex-grow: 1;
}

.card__item-img,
.object__slide-img img,
.agent-info__img,
.agent__slide-img,
.gallery__slide-img,
.selection__img img,
.agency__decor img,
.city__slide,
.category__column-img img,
.search__slide-img img,
.accompaniment__slide-img img,
.company .wp-block-media-text__media img,
#map {
    background-color: var(--color-light-background);
}

.main__img {
    border-radius: 0;
}
.main__img::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: calc(100% + 10px);
    transform: translateX(-50%);
    height: 100%;
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='1700' height='68' viewBox='0 0 1700 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M80 67.994C40.1383 67.5117 7.20601 38.2356 1.03767 0H0V68H80V67.994ZM1619 68H1700V0H1698.96C1692.74 38.5548 1659.31 68 1619 68Z' fill='white'/%3E%3C/svg%3E%0A");
    z-index: 1;
    pointer-events: none;
    box-sizing: content-box;
    border-bottom: 1px solid #fff;
}

.card__item-prices {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    margin: .75rem 0;
}

.iti__selected-dial-code {
    display: none;
}
.iti__selected-country-primary {
    background: transparent !important;
    border-right: 1px solid var(--color-light-background);
}
.iti__search-input::placeholder {
    color: transparent;
    opacity: 0;
}

button.any-city {
    /*display: none;*/
}

.crm_id {
    float: right;
}

.filter__item:last-child {
    flex: 1 1 auto;
    width: 100%;
}

.popup__form .form__column input {
    height: 3rem;
    border-radius: .75rem !important;
    border: .0625rem solid var(--color-light-line) !important;
    font-size: 1rem;
    font-weight: 600;
    line-height: 120%;
}



[seomi-scroll_show] {
    opacity: 0;
    animation: .5s ease-out both
}

[seomi-scroll_show].visible {
    animation-name: seomi-fade
}

[seomi-scroll_show="slide-up"].visible {
    animation-name: seomi-fade, seomi-slide-up
}

@keyframes seomi-fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes seomi-scale-up {
    0% {
        transform: scale(.9)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes seomi-scale-down {
    0% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes seomi-slide-up {
    0% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes seomi-slide-bottom {
    0% {
        transform: translateY(10px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes seomi-slide-left {
    0% {
        transform: translateX(-10px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes seomi-slide-right {
    0% {
        transform: translateX(10px)
    }
    100% {
        transform: translateX(0)
    }
}


