#status-message{
    font-size: 8px;
}
.tray--form {
    bottom: -435px !important;
}
#tray-callback{
    width: 380px;
    height: 375px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background-color: white;
    border-top-right-radius: 20px;
    padding: 30px 10px;
    overflow: hidden;
    transition: bottom 1s;
}

#progress-container {
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

#progress-bar {
    height: 10px;
    text-align: center;
    color: white;
    line-height: 20px;
    border-radius: 5px;
    transition: width 0.5s;
}
.progress-wrapper::before,
.progress-wrapper::after {
    position: absolute;
    color: #6ae1c2;
    opacity: var(--before-opacity, 0);
    transition: opacity 0.3s ease;
}
.mouth-status-item::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    /* над элементом */
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    margin-bottom: 5px;
    z-index: 10;
}

/* Показываем при наведении */
.mouth-status-item:hover::after {
    opacity: 1;
}
@media (max-width:668px) {
    .progress-wrapper::before,
    .progress-wrapper::after {
        top: 15px;
    }
}
@media (min-width:668px) {
    .progress-wrapper::before,
    .progress-wrapper::after {
        top: -25px;
    }
}

.progress-wrapper::before {
    content: 'Выполняется формирование таблицы. Пожалуйста, подождите...';
    opacity: var(--before-opacity, 0);
}

.search-suggestions li{
    margin-bottom: 5px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 5px;
    cursor: pointer;
}
.search-suggestions{
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 9999;
    display: block;
    width: 295px;
    font-size: 13px;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
    max-height: 500px;
}

.progress-wrapper::after {
    content: 'Осталось совсем немного...';
    opacity: var(--after-opacity, 0);
}

.scroll-to-top-btn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    /* Скрываем кнопку по умолчанию */
    background-color: #251955;
    /* Цвет кнопки */
    color: white;
    /* Цвет текста */
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
/* Общие стили */
@media (max-width:667.98px) {
    .social-links {
        left: -35px;
    }
}
.social-links {
    display: flex;
    justify-content: start;
    /* Центрируем кнопки */
    align-items: center;
    gap: 15px;
    /* Отступы между кнопками */
    padding: 20px 0;
    position: relative;
}

/* Стили для иконок */
.social-links a {
    display: inline-block;
    transition: transform 0.3s ease;
    width: 30px;
}

.social-links button {
    display: inline-block;
    transition: transform 0.3s ease;
    width: 30px;
    background: none;
    border: none;
    padding: 0;
}

/* Анимация при наведении */
.social-links a:hover,
.social-links button:hover {
    transform: scale(1.1);
}

.social-links img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme--dark .email-field {
    position: absolute;
    bottom: 0px;
    right: 0;
    padding: 5px;
    width: 155px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}
.email-field {
    position: absolute;
    bottom: 0px;
    right: 0;
    padding: 5px;
    width: 155px;
    text-align: center;
    font-size: 12px;
    color: #4481ec;
}

.outercluster {
    position: absolute;
    display: grid;
    align-items: center;
    justify-content: center;
    left: -25px;
    top: -25px;
    border-radius: 50%;
    min-width: 35px;
    min-height: 35px;
    max-width: 105px;
    max-height: 105px;
    background: #FFFFFF;
    border: 0;
    padding-top: 2px;
}

.cluster {
    display: block;
    box-sizing: content-box;
    position: absolute;
    left: -35px;
    top: -35px;
}
.cluster-text {
    display: block;
    box-sizing: content-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.hero__main #ya-map{
width: 500px;
    min-height: 50px;
    height: 220px;
    border-radius: 10px;
    cursor: pointer;
}
.hero__main #ya-map *{
    cursor: pointer;
}
.hero__main .ymaps-2-1-79-controls-pane{
    display: none;
}
.hero__main .ymaps-2-1-79-map-copyrights-promo{
    display: none;
}
.download-table {
    font-size: 12px;
    letter-spacing: .03em;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(90deg, #5fefc0, #437fec 100%);
    display: none;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.filters-container {
    max-height: 0;
    overflow: hidden;
    transition: margin-top 1s, opacity 1s;
    margin-top: -20px;
    opacity: 0;
}
/* Filter Button */
.theme--dark body{
	background: #1e114f;
}
.balloon__text .form-get-price {
    color: rgb(51, 51, 228);
    text-decoration: underline;
}
.filterIcon {
    width: 2rem;
    height: 1.5rem;
    display: block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    box-sizing: border-box;
}

/* Line Style */
.filterIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    z-index: 0;
    
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

/* Circle Style */
.filterIcon span::after {
	display: block;
    position: absolute;
    height: 0.25rem;
    width: 0.25rem;
    background: #1e114f;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 1;
    z-index: 5;
    top: -150%;
    content:"";
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.filterIcon span:nth-child(1) {
    top: 0;
    }
.filterIcon span:nth-child(1)::after {
    left: 15%;
    }

.filterIcon span:nth-child(2) {
    top: 46%;
} 
.filterIcon span:nth-child(2)::after {
    left: 60%;
} 

.filterIcon span:nth-child(3) {
    bottom: 0;
} 
.filterIcon span:nth-child(3)::after {
    left: 30%;
} 


.filterIcon.open span::after {
    opacity: 0;
}

.filterIcon.open  span:nth-child(1) {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    } 
.filterIcon.open  span:nth-child(1)::after {
    left: 60%;
    } 

.filterIcon.open  span:nth-child(2) {
    top: 46%;
    opacity: 0;
    
} 
.filterIcon.open  span:nth-child(2)::after {
    left: 15%;
} 

.filterIcon.open span:nth-child(3) {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.filterIcon.open span:nth-child(3)::after {
    left: 55%;
}

.filterIcon:hover span:nth-child(1)::after {
    left: 25%;
}
.filterIcon:hover span:nth-child(2)::after {
    left: 50%;
}
.filterIcon:hover span:nth-child(3)::after {
    left: 40%;
}
.filters-container.show {
    margin-top: 0;
    opacity: 1;
}
.cluster-bb {
    position: absolute;
    display: flex;
    column-gap: 10px;
    left: 50%;
    font-size: 9px;
    top: 50%;
    color: #325e9f;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    background: white;
    border-radius: 3px;
    transform: translate(-50%, 50%);
    pointer-events: none;
    padding: 0 10px;
}
.cluster-bb div {
    display: flex;
    align-items: center;
    column-gap: 2px;
}
.cluster-bb div img {
height: 9px;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% -50%);
    z-index: 9999;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.scroll-to-top-btn:hover {
    background-color: #2a85c1;
    /* Цвет кнопки при наведении */
}
.yellow-bg{
    background-color: #ffc12a !important;
    top: 35px !important;
}
.promo__content p{color: black}
.theme--dark .promo__content p{color: white}
.promo__content .promo-icon{
    background-image: url(../../../../uploads/sites/2/2025/01/min-promo-black.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -7px;
}
.theme--dark .promo__content .promo-icon{
    background-image: url(../../../../uploads/sites/2/2025/01/min-promo.png);
}
.promo__content .promo-icon2{
    background-image: url(../../../../uploads/sites/2/2025/01/optima-promo-black.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -7px;
}
.theme--dark .promo__content .promo-icon2{
    background-image: url(../../../../uploads/sites/2/2025/01/optima-promo.png);
}
.promo__content .promo-icon3{
    background-image: url(../../../../uploads/sites/2/2025/01/crown-promo-black.png);
    background-size: cover;
    width: 33px;
    height: 30px;
    position: absolute;
    top: -7px;
}
.theme--dark .promo__content .promo-icon3{
    background-image: url(../../../../uploads/sites/2/2025/01/crown-promo.png);
}
.promo-price-list-2{
    padding: 0 0 0 190px;
}
.promo-flex-container{
    display: flex;
    column-gap: 20px;
}
.promo-button-2{
    position: absolute !important;
    bottom: 170px;
}
.promo-animate-box-2{
    width: 320px !important;
    height: auto !important; 
    margin: 0 !important;
    position: absolute;
    left: 225px !important;
    top: 310px !important;
}
@media only screen and (max-width: 668px){
    .promo-animate-box-2{
        left: 50% !important;
        transform: translateX(-50%);
        top: auto !important;
        bottom: 480px;
    }
    .promo-button-2{
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
    }
    .promo-flex-container{
        display: block;
        text-align: center;
    }
    .promo-price-list-2{
        padding: 0;
    }
    .promo-font-2 {
        font-size: 25px !important;
    }
}

.table-promo-mediafasad table tr td{
    border: none;
    border-bottom: 1px solid #ccc;
}
.promo-label{
    position: absolute;
    top: -15px;
    right: 0;
    font-weight: bold;
    background-color: #ffaa00;
    padding: 3px 5px;
    border-radius: 3px 10px 3px 3px;
    font-size: 12px;
}
.animate-box {
    align-self: flex-end;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    height: 50px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    width: 50px;
}
.bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}
@media only screen and (min-width: 668px){
    .dfelx{
        display: flex;
    }
    .desk-hide{
        display: none;
    }
}
@media only screen and (max-width: 668px){
    .mob-marminus{
        margin-top: -200px;
    }
    .mob-hide{
        display: none;
    }
    .mob-center{
        text-align: center;
    }
}
.promo-font {
    font-size: 54px !important;
}
.promo-font-2 {
    font-size: 40px;
}
.promo-font-3 {
    font-size: 40px !important;
}
.input-file {
	position: relative;
	display: inline-block;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
/* Disabled */
.input-file input[type=file]:disabled + span {
	background-color: #eee;
}
.subcities{
    padding-top: 5px;
}
.subcities_item:not(:last-child) {
    margin-bottom: auto !important;
}
.subcities_item{
    padding-left: 5px;
}
.search-cities{
    position: relative;
}
.search-cities__clear{
    width: 20px;
    position: absolute;
    right: 10px;
    top: 9px;
    cursor: pointer;
}

.map-item-wrapper{
    transition: all .5s;
    height: 0;
    overflow: hidden;
}

.map-to-trash{
    position: absolute;
    right: -30px;
    top: 3px;
    width: 25px;
    height: 23px;
    background-color: #e20613;
    background-image: url(../img/to-trash.png);
    background-size: 80%;
    background-position: center;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    color: white;
}

.map-items{
    position: relative;
}

.map-input-dropdown{
    position: absolute;
    top: 0;
    opacity: 0;
    right:0;
    height: 24px;
    width: auto;
    z-index: 0;
    transition: all .5s;
    background-color: white;
    border-radius: 3px 0 3px 3px;
}
.price-edit-remove-all-prices{
    padding: 5px 9px !important;
    background-color: white !important;
    color: #e20613 !important;
    width: 100%;
    text-align: right;
}
.price-edit-remove-all-prices:hover{
    background-color: #ddd !important;
}

.input-wrapper{
    position: relative;
    z-index: 999;
}
.price-edit-submit-all{
    padding: 7px 30px 5px 10px !important;
    float: right;
}
.price-edit-submit-all:hover{
    background-color: #3464bb;
}
.price-edit-submit-all_arrow:hover{
    background-color: #3464bb;
}
.price-edit-submit-all_arrow{
    position:absolute;
    top: 0;
    right: 0;
    height: 24px;
    width: 22px;
    background-color: #437fec;
    background-image: url(../img/arrow-down.png);
    background-size: 40%;
    background-position: 60% 60%;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 3px;
}
.price-edit-submit-all_arrow::before{
    content:'';
    position:absolute;
    top: 2px;
    right: 22px;
    height: 20px;
    width: 1px;
    background-color: rgba(0,0,0,.3);
}

.price-edit{
    position: relative;
}
.price-edit input[type=button]{
    position: absolute;
    top: 0;
    cursor: pointer;
    padding: 0 10px;
    border: 0;
    height: 28px;
    color: white;
    
}
.price-edit input[type=button]:first-child{
    background-color: #e20613;
    border-radius: 3px 0 0 3px;
    left: 0;
    font-weight: bold;
}
.price-edit input[type=button]:last-child{
    background-color: #437fec;
    border-radius: 0 3px 3px 0;
    right: 0;
}

.filtered-wrapper .submenu{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}
.selected-wrapper{
    position: absolute;
    top: 20px;left: 0;
    width: 105%;
    height: 0;
    overflow: hidden;
    background-color: #1e114f;
    z-index: 999;
}
#selected-items{
    overflow-y: scroll;
    height: 80%;
    margin-top: 20px;
}
#selected-items li{
    display: none;
}

.icon--cart-success {
    display: none;
	background-image: url(../img/icon--cart-success.png);
	background-size: cover;
	width: 16px;
	height: 16px;
}
.btn--cart-checked .icon--cart-success {
    display: block;
}

@media only screen and (min-width: 668px) and (max-width: 1300px){
    .search__table-cart{
        top: 61% !important;
        left: -5%!important;
    }
    .btn--remove{
        width: 75px!important;
        height: 25px!important;
        border-radius: 20px!important;
    }
    .btn--remove .icon{
        top: 4px!important;
        left: 7px!important;
    }
    .icon--cross:before{
        display: none!important;
    }
    .icon--cross:after{
        content: 'Удалить'!important;
        top: 0px !important;
        left: -1px!important;
        width: auto!important;
        height: auto!important;
        border-radius: 0!important;
        background-color: transparent!important;
        transform: none!important;
    }
    .search__table>tbody>tr>td:last-child, .search__table>thead>tr>th:last-child{
        padding-top: 0 !important;
    }
}
.get-price-map{
    border-bottom: 1px dotted black;
}
.modal__main table{
    color: black;
}
.modal__main table td{
    border: 1px solid black;
}
.log-message{
    color: #1e124f;
}

.var-price-old{
    color:#a46464;
}
.var-price-promo{
    color: #77a464;
    display: block;
}

.price del, .sale-price{
    color:#a46464;
}
.regular-price{
    color: #77a464;
}
.privacy-label{
    color: #a2a2a2;
    font-size: 14px;
    display: inline;
    font-weight: normal;
    position: relative;
    top: -10px;
}

.cart-link{
    padding: 2px 42px;
    position: relative;
    top: -5px;
    background: linear-gradient(33deg, #2985c1 17%, #3698c1 33%, #58c8c1 66%, #6ae1c1 82%);
    border-radius: 50px;
    color: white;
}

.price-promo{
    background-color: #e4e7eb;
    padding: 5px 10px;
    border-radius: 5px;
}

.green-price {
    display: block;
    font-weight: bold;
    color: lightseagreen;
}
.green-price-sum {
    font-weight: bold;
    color: lightseagreen;
}
body .sp-wrap-default .sp-head{
    background: linear-gradient(33deg,#2985c1 17%,#3698c1 33%,#58c8c1 66%,#6ae1c1 82%);
    margin-left: 0;
    color: #ffffff;
}

body .sp-wrap-default .sp-head.unfolded{
    background: #437fec;
    color: #000000;
}

body .sp-wrap{
    border: none;
}

body .sp-wrap-default .sp-body{
    background: #ffffff;
    border-top: 1px solid #ffffff;
    padding: 0 30px 10px 30px;
}
.flex {
    display: flex;
}
@media (min-width: 1024px){
    body .header__phone{
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        justify-content: start;
        -webkit-justify-content: flex-start;
    }
    body .header__phone small small{
        opacity: 1 !important;
    }
}

html #cookiesf_doc_body, html #cookiesf-using-message, html img[src="https://sflog.ru/privacy/accept/?domain=dvijenie.agency&m=0"]{
    display: none !important;
}

.blockquote-about{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    gap: 20px;
    margin-bottom: 80px;
}

.blockquote-about__text-h2{
    text-transform: uppercase;
    margin-bottom: 60px;
    font-size: 26px;
}

.blockquote-about__text{
    flex: 1;
}

.blockquote-about__img{
    flex: 1;
}

.blockquote-about__text-quote{
    font-size: 22px;
    line-height: 35px;
}

.blockquote-about__text-under{
    text-align: right;
    margin-top: 100px;
    font-size: 18px;
    line-height: 25px;
}

.blockquote-about-un{
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

body .about-hero__content ul.steps__list li.steps__item{
    max-width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
}

body #header-nav ul li ul{
    position: absolute;
    min-width: 150px;
    max-height: 0;
    z-index: 9;
    padding: 20px 25px;
    opacity: 0;
    margin: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    background-color: #fff;
    text-align: left;
    left: -99999px;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    gap: 20px;
}

body.theme--dark #header-nav ul li ul {
    background-color: #1e124f;
}

body #mobile-nav .child-menu{
    display: none;
    padding: 20px 25px;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

body #mobile-nav .child-menu > li{
    margin-top: 0;
}

body #header-nav > ul > li{
    position: relative;
}

.arrow-show-menu{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgEAQAAACJ4248AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAAAGAAAABgAPBrQs8AAAAHdElNRQfmCQIIFy3ln3GeAAAAg0lEQVRYw+3RQQqAIBSE4ewqXiMQOoJnq4XULbOtfwspiGoTKQTzbX0w855NIyIi8idg7RczL8O9J8UIzj3POJdnvC9QwBgYBlhX6PvLe+o6WBbSNEHbFrrCfYkq4ecS47iXOMKZ5+Lh5xIhkGLMfx4CGFMl/HqJipvfl6i8uYiIfG0DkKJ8eJA1VUMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjItMDktMDJUMDg6MjM6NDUrMDA6MDBEBec+AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIyLTA5LTAyVDA4OjIzOjQ1KzAwOjAwNVhfggAAACh0RVh0ZGF0ZTp0aW1lc3RhbXAAMjAyMi0wOS0wMlQwODoyMzo0NSswMDowMGJNfl0AAAAASUVORK5CYII=') center no-repeat;
    width: 32px;
    height: 32px;
    right: 5px;
    top: -6px;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

body #mobile-nav .parent{
    display: table;
    width: 170px;
    position: relative;
}

body #mobile-nav .parent a{
    position: relative;
}

body #header-nav > ul > li:first-of-type{
    padding-right: 10px;
}

body #header-nav > ul > li:first-of-type::after{
    content: '';
    display: block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgEAQAAACJ4248AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAAAGAAAABgAPBrQs8AAAAHdElNRQfmCQIIATnj3RA0AAAAwUlEQVRYw+3QQQqCQBQGYGcIPEd4iQJjwLWrWXgGPUDr1u6VGBSpZzcIDzLraF9rx53wWglWBCImBe9bv5n//c+yCCGEkH9yuDvOFDN9fOggBFLySmuIhfg4EwvBK60hkHLy9oiMwT5JSqtp4OZ5b+FL1wW3ro+XLNshH1xskiVmCe8vUa7StFuiC4dtnn89/OkSvlJQGAOFMeArhcjYmL8WYx4xhogYhqd12+LGtq/nKGIMcZb2r5cY25wQQsjPeACgQ2GOskW4HwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMi0wOS0wMlQwODowMTo1NyswMDowMEOpn3UAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjItMDktMDJUMDg6MDE6NTcrMDA6MDAy9CfJAAAAKHRFWHRkYXRlOnRpbWVzdGFtcAAyMDIyLTA5LTAyVDA4OjAxOjU3KzAwOjAwZeEGFgAAAABJRU5ErkJggg==') center no-repeat;
    width: 32px;
    height: 32px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -35%;
    cursor: pointer;
}

body #header-nav > ul > li:hover > ul{
    opacity: 1;
    max-height: inherit;
    left: -15px;
}

body .rotate-triangle{
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

@media (min-width: 480px) and (max-width: 1023.98px) {
    .blockquote-about{
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }

    .blockquote-about__text-h2{
        text-align: center;
    }

    .blockquote-about__text-quote{
        text-align: center;
    }

    .blockquote-about__img{
        width: 100%;
        height: auto;
    }
}

@media (max-width: 479px){
    .blockquote-about{
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }

    .blockquote-about__text-h2{
        text-align: center;
        margin-bottom: 40px;
        font-size: 24px;
    }

    .blockquote-about__text-quote{
        text-align: center;
        font-size: 15px;
        line-height: 30px;
    }

    .blockquote-about__text-under{
        margin-top: 45px;
        font-size: 16px;
    }

    .blockquote-about-un{
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 30px;
    }

    .blockquote-about__img{
        width: 100%;
        height: auto;
    }
}
.super-promo-wrapper-1{
    border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
        border: 3px solid rgba(67, 127, 236, .4);
        padding: 3px;
}
.super-promo-wrapper-2{
    border-bottom-left-radius: 25px;
        border-top-right-radius: 25px;
        border: 3px solid rgba(67, 127, 236, .2);
        padding: 3px;
}
.custom-controls {
    transition: opacity .5s ease, transform .2s ease;
    opacity: 0;
    display: flex;
    gap: 10px;
    align-items: flex-end;
    position: absolute;
    z-index: 0;
    top: 10px;
    width: 50px;
    /* left: 675px; */
}
#map .loader {
    position: absolute;
    border: 2px solid #000;
    border-bottom-color: transparent;
    z-index: 0;
    top: 14px;
    left: 723px;
    width: 20px;
    height: 20px;
}
.phone-mobile{
    display: block;
    position: fixed;
    bottom: 25px;
    left: 10px;
    z-index: 9999;
}
.phone-img-mobile {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../img/phone-call.png);
    animation: shake 0.5s ease-in-out infinite;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-duration: 0.5s;
    animation-name: shake;
}
@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    40% {
        transform: rotate(15deg);
    }

    60% {
        transform: rotate(-10deg);
    }

    80% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
.show-controls {
    z-index: 998;
    opacity: 1;
    transform: translateX(50px);
}
/* .map-item{
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: flex-start;
    cursor: pointer;
} */
.map-item-storona{
    background: white;
    display: inline-block;
    height: 15px;
    padding: 0 5px;
    color: black;
    text-align: center;
    border-radius: 0 5px 0 5px;
    margin-left: 5px;
}
.map-item-price{
    justify-self: end;
    background: linear-gradient(90deg, #5fefc0, #437fec 100%);
    padding: 2px 10px;
    margin-left: 5px;
    border-radius: 0 5px 0 5px;
}
.map-item-price:empty{
    display: none;
}
.map-item-hide{
    grid-auto-flow: column;
    display: none;
    column-gap: 10px;
    grid-template-columns: 54% 43%;
}
.mouth-status{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(12,10px);
    grid-column-gap: 3px;
    height: 10px;
}
.mouth-status-item{
    font-size: 10px;
    border-radius: 15px;
    position: relative;
}

.mouth-status-item_,
.mouth-status-item_hide {
    opacity: 0;
}

.mouth-status-item_available {
    color: #a7c957;
    background-color: #a7c957;
}

.mouth-status-item_sold {
    color: #f94144;
    background-color: #f94144;
}

.mouth-status-item_reserved {
    color: #f9c74f;
    background-color: #f9c74f;
}

.mouth-status-item_,
.mouth-status-item_0 {
    color: grey;
    background-color: grey;
}

.mouth-status-item_1 {
    color: green;
    background-color: green;
}

.mouth-status-item_2 {
    color: red;
    background-color: red;
}

.mouth-status-item_3 {
    color: yellow;
    background-color: yellow;
}