/*cookies*/
.cookies,
.cookies-start {
    --coockie-color: #181818;
    --coockie-dark: #181818;
}
.cookies-start {
    display: none;
    align-items: flex-end;
    justify-content: center;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
    width: 1217px;
    max-width: 650px;
    height: auto;
    transition: opacity .3s;
    opacity: 0;
    border-radius: 6px;
    background: white;
    box-shadow: 0 5px 10px #0000005c;
}
.cookies-start.show-modal {
    opacity: 1;
}
.cookies-start .form {
    display: flex;
    flex-direction: column;
    padding: 18px;
    gap: 14px;
    width: 100%;
    text-align: left;
    color: #2B2B2B;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
}
.cookies-start .popup-text-info__btn {
    display: flex;
    gap: 10px;
    align-items: center;
}
.cookies-start .btn-red,
.cookies-start .btn-cookies-stroke,
.cookies-start .btn-cookies-bg,
.cookies .btn-red,
.cookies .btn-cookies-stroke,
.cookies .btn-cookies-bg {
    display: inline-block;
    padding: 14px 24px;
    font-size: 15px;
    line-height: 130%;
    cursor: pointer;
}
.cookies-start .btn-red, .cookies .btn-red{
    border: none;
    background: #229AED;
    color: #fff;
    font-weight: 500;
    line-height: 130%;
    transition: background 0.3s ease-in-out;
}
.cookies-start .btn-red:hover,
.cookies .btn-red:hover {
    background: #229AED;
}
.cookies-start .btn-cookies-stroke {
    border: 1px solid rgba(34, 154, 237, 0.30);
    background: #F4FAFE;
    color: #229AED;
    font-weight: 500;
    line-height: 130%;
    transition: border 0.3s ease-in-out;
}
.cookies-start .btn-cookies-stroke:hover {
    border: 1px solid #229AED;
}

.cookies-start .btn-cookies-bg {
    background: #F4F4F4;
    color: #2B2B2B;
    font-weight: 500;
    line-height: 130%;
    border: 1px solid transparent;
    transition: border 0.3s ease-in-out;
}
.cookies-start .btn-cookies-bg:hover {
    border: 1px solid rgba(43, 43, 43, 0.10);
}
.cookies-start .btn-cookies,
.cookies .btn-cookies {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    cursor: pointer;
    overflow: hidden;
    border: unset;
    background-color: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #202526;
    border: 1px solid #202526;
    padding: calc(100vw / (var(--vwidth) / 15)) calc(100vw / (var(--vwidth) / 35));
}
.cookies-start .btn-cookies span,
.cookies .btn-cookies span {
    position: relative;
    z-index: 2;
}
.cookies-start .btn-cookies:hover,
.cookies .btn-cookies:hover {
    border-color: #181818;
}
.cookies-start .btn-cookies-fill,
.cookies .btn-cookies-fill {
    background: #181818;
    color: white;
}
.cookies .btn-cookies-fill {
    margin: 32px auto 0;
}
.cookies-start .btn-cookies-fill:hover,
.cookies .btn-cookies-fill:hover {
    background: #444444;
}

/*.cookies-start .cookies-settings,*/
/*.cookies .cookies-settings {*/
/*    color: var(--coockie-dark);*/
/*    background-color: #00ADEF;*/
/*    border: unset;*/
/*    color: white;*/
/*}*/

.cookies-start .btn-cookies-border,
.cookies .btn-cookies-border {
    border: 1px solid var(--coockie-dark);
    color: var(--coockie-dark);
}
.cookies-start .btn-cookies-border:hover,
.cookies .btn-cookies-border:hover,
.cookies .cookies-settings:hover {
    box-shadow: 1px 1px 2px 0px #18181857;
}
.btn-cookies::before {
    content: '';
    position: absolute;
    background: var(--theme-color3);
    width: 100%;
    max-width: 0px;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .5s ease;
    z-index: 1;
}
.cookies-start .marketing-popup .popup-text-info__text {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 140%;
}
.cookies-start .popup-text-info__text a {
    color: #229AED;
    text-decoration: unset;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    position: relative;
}
.cookies-start .popup-text-info__text a::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: #229AED;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.cookies-start .popup-text-info__text a:hover::before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}
.cookies {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background: rgba(11, 11, 11, .8);
    opacity: 0;
    transition: .3s;
}
.show-modal {
    opacity: 1;
}
.cookies__inner {
    background: white;
    position: relative;
    padding: 24px;
    padding-right: 10px;
    width: 780px;
    max-width: calc(100% - 32px);
}
.cookies__wrapper {
    /* max-height: min(700px, 74dvh);
    overflow-y: auto;
    padding-right: 8px; */
}
.cookies__wrapper::-webkit-scrollbar {
    width: 6px;
    height: 0;
    background: transparent;
}
.cookies__wrapper::-webkit-scrollbar-thumb {
    border-radius: 0%;
    background: var(--coockie-dark);
}
.cookies__wrapper::-webkit-scrollbar-corner {
    background: transparent;
}
.cookies__title {
    color: #414141;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    margin: -10px 0 27px;
}
.cookies-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cookies-text,
.cookies-text p {
    color: #363639;
    font-size: 15px;
    line-height: 130%;
    margin: 0;
}
.cookies__inner .cookies-text a {
    color: #229AED;
    text-decoration: unset;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    position: relative;
}
.cookies__inner .cookies-text a::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: #229AED;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.cookies__inner .cookies-text a:hover {
    color: #229AED;
}
.cookies__inner .cookies-text a:hover::before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}
.cookies-text p:nth-last-child(1) {
    margin-bottom: 0;
}
.cookies__checkboxes {
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cookies__check {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.cookies__check label {
    display: flex;
    align-items: center;
}
.cookies__check input {
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -1;
    position: absolute;
}
.cookies__check_sq {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin: 3px;
    display: block;
    border-radius: 4px;
    transition: all ease .3s;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    background: transparent;
    background-position: center;
    background-size: 14px 11px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border: 2px solid var(--coockie-dark);
}
.cookies__check-header{
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    position: relative;
    cursor: pointer;
    margin: 0 16px;
}
.cookies__check-header.active .cookies__check--arrow{
    transform: rotate(180deg);
}
.cookies__check--arrow{
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
}
.cookies__check--arrow svg{
    stroke: #000;
    fill: transparent;
    width: 12px;
    height: 12px;
}
.cookies__check-header .cookies__check_title{
    margin-bottom: 0;
}
.cookies__check-header label{
    margin-left: auto;
}
.toggle__icon {
    background: #a7a7a7;
    box-shadow: 0 0 0 1px #a7a7a7;
    transition: all .25s ease;
    width: 50px;
    height:23px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    border-radius: 20px;
}
.cookies__check_inp:checked + .toggle__icon {
    background: #229AED;
    box-shadow: 0 0 0 1px #229AED;
}
.toggle__icon-circle{
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toggle__icon-circle svg{
    stroke: #363639;
    fill: transparent;
    padding: 4px;
}
.toggle__icon-circle-on{
    display: none;
}
.toggle__icon-circle-off{
    display: block;
}
.cookies__check_inp:disabled + .toggle__icon{
    opacity: 0.4;
    pointer-events: none;
    background: #a7a7a7;
    box-shadow: 0 0 0 1px #a7a7a7;
}
.cookies__check_inp:checked + .toggle__icon .toggle__icon-circle {
    left: 0;
}
.cookies__check_inp:checked + .toggle__icon .toggle__icon-circle .toggle__icon-circle-on{
    display: block;
}
.cookies__check_inp:checked + .toggle__icon .toggle__icon-circle {
    left: calc(100% - 23px);
}
.cookies__check_inp:checked + .toggle__icon .toggle__icon-circle .toggle__icon-circle-off{
    display: none;
}
.cookies__check-panel{
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s;
    background-color: #f0f2f5;
    padding: 0 16px;
}
.cookies__check_title {
    color: #2B2B2B;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    cursor: pointer;
    user-select: none;
}
.cookies__check_text {
    margin-bottom: 0;
    width: 100%;
    color: var(--coockie-dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
p.cookies__check_text, p.cookies__check_text:last-child {
    margin-top:20px;
}
.cookies__check-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
    background: #F5F5F5;
}
.cookies__check-wrap:has(.cookies__check_inp:disabled) .cookies__check_title {
    color: rgba(54, 54, 57, 0.40);
}
.cookies__check-wrap:has(.cookies__check_inp:disabled) .cookies__check_text {
    opacity: 0.7;
}
.cookie-container {
    overflow-y: auto;
    height: calc(90vh - 290px);
    padding-right: 14px;
    scrollbar-gutter: stable;
}
.cookie-container::-webkit-scrollbar {
    width: 6px;
    background: rgba(54, 54, 57, 0.10);
}
.cookie-container::-webkit-scrollbar-track {
    background: rgba(54, 54, 57, 0.10);
}
.cookie-container::-webkit-scrollbar-thumb {
    background: #229AED;
}
.cookie-container::-webkit-scrollbar-thumb:hover {
    opacity: 0.05;
    background: #229AED;
}
.cookies-close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    outline: none;
    border: none;
    border-radius: unset;
    cursor: pointer;
}

.cookies__bottom {
    margin: 16px 0;
}
.cookies .cookies__bottom p {
    color: #363639;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
}
.cookies .cookies__bottom a {
    color: #229AED;
    text-decoration: underline;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.cookies .cookies__bottom a {
    color: #229AED;
    text-decoration: unset;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    position: relative;
}
.cookies .cookies__bottom a::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: #229AED;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.cookies .cookies__bottom a:hover::before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}
.cookies-close::before {
    /*content: "";*/
    height: 75%;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 3px;
    transition: .3s;
    transform: rotate(45deg);
    background: rgba(0, 0, 0, 0.5);
}
.cookies-close::after {
    /*content: "";*/
    height: 75%;
    width: 2px;
    position: absolute;
    left: 50%;
    transition: .3s;
    top: 3px;
    transform: rotate(-45deg);
    background: rgba(0, 0, 0, 0.5);
}
.cookies-close svg {
    transition: .5s;
    stroke: #000;
}
.cookies-close:hover svg {
    transform: rotate(180deg);
}
.cookies-text a {
    color: var(--coockie-color);
    text-decoration: underline;
    position: relative;
    max-width: max-content;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.cookies-text a:hover {
    color: var(--coockie-color);
    text-decoration: unset;
}
.cookies--hidden {
    opacity: 0;
    pointer-events: none
}
.cookies__notification {
    display: flex;
    align-items: flex-start;
    padding: 16px 10px;
    border-radius: 10px;
    background: #fbeff1;
}
.cookies__notification p {
    margin-bottom: 0;
}
.cookies__notification::before {
    content: "";
    display: block;
    min-width: 18px;
    margin-right: 12px;
    margin-top: 3px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23FFF' stroke-linecap='square' stroke-width='1.3' d='M6 12l4 4 8-8'/%3E%3Ccircle cx='16' cy='16' r='16' fill='%23E02020'/%3E%3Cpath d='M14 7h5l-1 12h-3zm1 15h3v3h-3z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.cookies ol li, .cookies ul li {
    position: relative;
    padding-left: 25px;
    font-size: 1.125rem;
    color: #404040;
    letter-spacing: .02em;
    width: 100%;
    text-align: left;
}
.cookies ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .5rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

@media screen and (max-width: 992px) {
    .cookies-start .btn-cookies,
    .cookies .btn-cookies {
        padding: 16px 24px;
    }
    .cookies-start .form {
        flex-direction: column;
        font-size: 15px;
    }
    .cookie-container {
        height: 80vh;
    }
    .cookies__title {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .cookies__inner {
        padding: 16px;
        padding-right: 8px;
    }
    .cookies-text p {
        color: var(--coockie-dark);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
    .cookies-close {
        width: 30px;
        height: 30px;
    }
    .cookies__check_sq {
        margin-right: 8px;
    }

    p.cookies__check_text, p.cookies__check_text:last-child {
        margin-top: 12px;
    }
    .cookies__checkboxes {
        margin-top: 20px;
    }
    .cookies__bottom {
        margin-top: 4px;
    }
    .cookies-start .btn-cookies, .cookies .btn-cookies {
        padding: 12px 24px;
    }
}

@media (max-width: 768px) {
    .cookies-start .popup-text-info__btn {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 16px;
    }
    .cookies__check_title {
        font-size: 16px;
        max-width: calc(100% - 120px);
    }
    .cookies-start{
        width: calc(100% - 40px);
    }
}

@media (max-width: 768px) {
    .cookies-start .btn-cookies, .cookies .btn-cookies {
        font-size: 14px;
    }
    .sorting-map {
        display: flex;
        flex-direction: column-reverse;
        gap: 32px;
        margin-top: -90px;
    }
    #map {
        position: static !important;
        width: 100%;
        height: min(660px, 100dvh);
    }
    .sorting-map .sorting-map-panel {
        width: 100%;
    }
    .sorting-map .card-body {
        padding: 0;
    }
    .sorting-map .shadow {
        box-shadow: unset !important;
    }
    .sorting-map .select-title section {
        padding: 0 12px;
    }
    .sorting-map .select-title {
        position: relative;
    }
    .sorting-map .select-title::before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M13 6.38464L8 11.3846L3 6.38464' stroke='%23212529' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 16px;
        height: 17px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
    .sorting-map .sorting-map-panel .select .select-list {
        display: block;
        border: unset;
        padding: 0;
        margin: 0;
    }
    .sorting-map .select.o .select-title::before {
        transform: translateY(-50%) scale(1, -1);
    }
    .sorting-map .select-title section span {
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        padding: 9px 0;
    }
    .map-droppable__trigger {
        height: 40px;
        padding: 0 20px;
        border: 1px solid;
        border-radius: 7px;
        cursor: pointer;
        user-select: none;
        position: relative;
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        padding: 9px 12px;
    }
    .map-droppable__trigger::before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M13 6.38464L8 11.3846L3 6.38464' stroke='%23212529' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 16px;
        height: 17px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
    .drop .map-droppable__list {
        grid-template-rows: 1fr;
    }
    .drop .map-droppable__trigger::before {
        transform: translateY(-50%) scale(1, -1);
    }
    .drop .map-droppable__list_inner,
    .sorting-map .sorting-map-panel .select.o .select-list {
        padding-top: 12px;
    }
    .o .select-list__outer {
        grid-template-rows: 1fr;
    }
    .select-list__outer {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid .3s;
        overflow: hidden;
    }
    .select-list__outer .select-list {
        min-height: 0px;
        padding: 15px 10px;
        transition: padding .3s;
    }
    .map-droppable__list {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid .3s, padding .3s;
        overflow: hidden;
    }
    .map-droppable__list_inner {
        min-height: 0px;
        padding: 0 10px;
        transition: padding .3s;
    }
    .sorting-map .container {
        padding-bottom: 0;
    }
}
body:has(.cookies.show-modal) {
    position:fixed;
    inset:0;
}