/*cookies*/
.cookies,
.cookies-start {
    --coockie-color: #0075c7;
    --coockie-dark: #415861;
}

.cookies-start {
    display: none;
    align-items: flex-end;
    justify-content: center;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    width: 1217px;
    height: auto;
    transition: opacity .3s;
    opacity: 0;
    max-width: 990px;
	width: 100%;
    border-radius: 20px;
    background: #F3F4F5;
}
.cookies-start.show-modal {
    opacity: 1;
}

.cookies-start .form {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    gap: 24px min(80px, 2vw);
    width: 100%;
    text-align: left;
    color: var(--coockie-dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.cookies-start .popup-text-info__btn {
    display: flex;
    gap: 16px;
    align-items: center;
}

.cookies-start .btn-cookies,
.cookies .btn-cookies {
    position: relative;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    border: unset;
    transition: background .3s, color .3s, border .3s, box-shadow .3s;
}

.cookies-start .btn-cookies span,
.cookies .btn-cookies span {
    position: relative;
    z-index: 2;
}

.cookies-start .btn-cookies:hover::before,
.cookies .btn-cookies:hover::before {
    max-width: 100%;
}

.cookies-start .btn-cookies-fill,
.cookies .btn-cookies-fill {
    background: var(--coockie-color);
    color: #FFF;
}

.cookies-start .cookies-settings,
.cookies .cookies-settings {
    color: var(--coockie-dark);
    padding: 20px 5px;
}

.cookies-start .btn-cookies-border,
.cookies .btn-cookies-border {
    border: 1px solid var(--coockie-dark);
    color: var(--coockie-dark);
}
.cookies-start .btn-cookies-fill:hover,
.cookies .btn-cookies-fill:hover,
.cookies-start .btn-cookies-border:hover,
.cookies .btn-cookies-border:hover,
.cookies-start .cookies-settings:hover,
.cookies .cookies-settings:hover {
    transform: scale(1.03);
}

.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;
}

.cookies-start .popup-text-info__text a {
    color: var(--coockie-color);
    text-decoration: underline;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.cookies-start .popup-text-info__text a:hover {
    text-decoration: unset;
    color: var(--coockie-color);
}

.cookies {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    opacity: 0;
    transition: .3s;
}

.show-modal {
    opacity: 1;
}

.cookies__inner {
    background: white;
    border-radius: 10px;
    position: relative;
    padding: 40px 30px;
    padding-right: 10px;
    width: 800px;
    max-width: calc(100% - 32px);
}

.cookies__wrapper {
    max-height: min(700px, 86dvh);
    overflow-y: auto;
    padding-right: 15px;
}

.cookies__title {
    color: var(--coockie-dark);
    font-size: 30px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.cookies-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cookies-text,
.cookies-text p {
    color: var(--coockie-dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 140%;
    margin: 0;
}

.cookies__inner .cookies-text a {
    color: var(--coockie-color);
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.cookies-text p:nth-last-child(1) {
    margin-bottom: 0;
}

.cookies__checkboxes {
    margin-top: 32px;
}

.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 input:checked ~ .cookies__check_sq {
    box-sizing: border-box;
    border-color: var(--coockie-color);
    background-color: var(--coockie-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M12.9864 0.719067C13.2785 1.01116 13.2785 1.48473 12.9864 1.77682L4.51527 10.2479L0.919345 6.65202C0.627146 6.35982 0.627145 5.88607 0.919345 5.59387C1.21129 5.30192 1.68454 5.30163 1.97684 5.59322L4.51527 8.12544L11.9289 0.718817C12.221 0.426963 12.6944 0.427075 12.9864 0.719067Z' fill='white'/%3E%3C/svg%3E");
}

.cookies input:disabled ~ .cookies__check_sq {
    opacity: .4;
    cursor: default;
    pointer-events: none;
    background-color: var(--coockie-dark);
    border-color: var(--coockie-dark);
}

.cookies input:disabled ~ .cookies__check_title {
    opacity: .4;
    cursor: default;
    pointer-events: none;
}
.cookies__check_title {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--coockie-dark);
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
}

.cookies__check_text {
    margin-bottom: 0;
    width: 100%;
    margin-top: 12px;
    color: var(--coockie-dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
}

.cookies__check-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(65, 88, 97, 0.2);
}

.cookies__checkboxes .cookies__check-wrap:nth-child(1) {
    border-top: unset;
}

.cookies-close {
    position: absolute;
    right: 30px;
    top: 25px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    outline: none;
    border: none;
    border-radius: unset;
    cursor: pointer;
}

.cookies__bottom {
    margin-top: 16px;
    color: var(--coockie-dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 150%;
}

.cookies .cookies__bottom p {
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 150%;
    color: var(--coockie-dark);
}

.cookies .cookies__bottom a {
    color: var(--coockie-color);
    text-decoration: underline;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.cookies__bottom a:hover {
    color: var(--coockie-color);
    text-decoration: unset;
}

.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 {
    display: none;
}

.cookies-close:hover::before,
.cookies-close:hover::after{
    background: var(--coockie-color);
}

.cookies-text p {
    color: var(--coockie-dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 140%;
}

.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__wrapper {
        padding-right: 20px;
    }

    .cookies-start .form {
        flex-direction: column;
    }

    .cookies__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 15px;
    }
    .cookies__inner {
        padding: 24px 16px;
    }

    .cookies-close {
        right: 12px;
        top: 16px;
    }

    .cookies__check_sq {
        margin-right: 8px;
    }

    .cookies__check_text {
        margin-top: 12px;
    }

    .cookies__check-wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cookies__checkboxes {
        margin-top: 4px;
    }

    .cookies__bottom {
        margin-top: 4px;
    }
}

@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: 18px;
    }
}

@media (max-width: 768px) {

    .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;
    }
}