.s-cookie * {
    box-sizing: border-box;
}
.s-cookie {
    z-index: 50;
}
.s-cookie {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 50;
    box-sizing: border-box;
}
.s-cookie .w-cookie-alert {
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 0.2s ease;
}
.s-cookie .w-cookie-alert .text a {
    color: #fff;
}
.s-cookie .w-cookie-alert>.frame {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    padding: 15px;
    background-color: #202020;
    color: #fff;
    font-size: 0;
    line-height: 0;
    pointer-events: all;
    border-radius: 4px 4px 0 0;
}
.s-cookie .w-cookie-alert>.frame>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
}
.s-cookie .w-cookie-alert>.frame>.text {
    width: calc(100% - 150px);
    padding-right: 30px;
}
.s-cookie .w-cookie-alert>.frame>.w-button {
    width: 150px;
}
.s-cookie .w-cookie-alert>.frame>.w-buttons {
    display: inline-block;
    flex-wrap: wrap;
    width: calc(150px + 10px);
    margin-left: -5px;
    margin-right: -5px;
}
.s-cookie .w-cookie-alert>.frame>.w-buttons .w-button-item {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.s-cookie .w-cookie-alert>.frame>.w-buttons .w-button-item+.w-button-item {
    margin-top: 5px;
}
.s-cookie .w-cookie-alert>.frame .button {
    display: block;
    text-decoration: none;
    padding: 5px 5px;
    color: #939393;
    border: 1px solid #606060;
    background: transparent;
    transition: all 0.2sease;
    text-align: center;
}
.s-cookie .w-cookie-alert>.frame .button:hover {
    background-color: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}
.s-cookie .w-cookie-alert>.frame .__link {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    opacity: 0.7;
    text-decoration: underline;
}
.s-cookie .w-cookie-alert>.frame a.__link:hover {
    opacity: 1;
    text-decoration: none;
}
.s-cookie.hide .w-cookie-alert {
    bottom: -500px;
}
.s-cookie .w-cookie-alert>.frame {
    max-width: 1200px;
}

.s-cookie .w-cookie-alert>.frame .button {
    font-size: 12px;
    line-height: 14px;
    font-family: arial;
}
.s-cookie .w-cookie-alert>.frame .button.white {
    background-color: #fff;
    border-color: #fff;
    color: #202020;
}
.s-cookie .w-cookie-alert>.frame .button.white:hover {
    background-color: #61ab68;
    border-color: #61ab68;
    color: #fff;
}
input.hidden {
    display: none;
}
.w-toggler-aside .radio-switcher {
    position: absolute;
    right: 10px;
    top: calc(50% - 12.5px);
    z-index: 2;
}
.radio-switcher .label {
    cursor: pointer;
    display: block;
}
.radio-switcher .label.disabled {
    cursor: default;
}
.radio-switcher input {
    display: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.radio-switcher .frame {
    width: 55px;
    height: 24px;
    border-radius: 12px;
    background-color: #d1d1d1;
    position: relative;
}
.radio-switcher .selector:checked ~ .custom .frame {
    background-color: #42a938;
}
.radio-switcher .selector:disabled,
.radio-switcher .selector:disabled:checked ~ .custom .frame,
.radio-switcher .selector.disabled:checked ~ .custom .frame {
    background-color: #d1d1d1;
}
.radio-switcher .frame .icon {
    position: absolute;
    top: 6px;
    width: 12px;
    height: 12px;
}
.radio-switcher .frame .icon.icon-left {
    left: 6px;
}
.radio-switcher .frame .icon.icon-right {
    top: 7px;
    right: 6px;
}
.radio-switcher .selector:checked ~ .custom .frame .icon svg path {
    transition: all ease 0.2s;
    fill: #fff;
}
.radio-switcher .selector:disabled:checked ~ .custom .frame .icon svg path {
    fill: #000;
}
.radio-switcher .frame .roll {
    width: 20px;
    height: 20px;
    background-color: #606060;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: all ease 0.2s;
}
.radio-switcher .selector:checked ~ .custom .frame .roll {
    left: 32px;
}
.radio-switcher .selector:checked ~ .custom .frame .roll {
    background-color: #fff;
}

.radio-switcher .selector:disabled:checked ~ .custom .frame {
    background-color: #bad9bc;
}
.radio-switcher .selector:disabled:checked ~ .custom .frame .roll {
    background-color: #fff;
}
.radio-switcher .selector:disabled ~ .custom .frame {
    background-color: #eacccc;
}
.radio-switcher .selector:disabled ~ .custom .frame .roll {
    background-color: #fff;
}
.radio-switcher svg {
    display: block;
}
.radio-switcher .selector:disabled ~ .custom .frame .icon.i-check svg path{
    fill: #043c00;
}
.radio-switcher .selector:disabled ~ .custom .frame .icon.i-close svg path {
    fill: #b33131;
}
.row-checkbox-selectors-list {
    display: flex;
    align-items: start;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}
.row-checkbox-selectors-list>.col-auto {
    padding-left: 15px;
    padding-right: 15px;
}
.row-checkbox-selectors-list>.col-checkbox-selector-item {
    flex: 0 0 80px;
    max-width: 80px;
}
.row-checkbox-selectors-list>.col-checkbox-selector-item ~ .col {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
}
.row-checkbox-selectors-list>.col-checkbox-selector-item {
    flex: 0 0 80px;
    max-width: 80px;
}
.row-checkbox-selectors-list>.col-checkbox-selector-item ~ .col {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
}
.s-cookie .w-cookie-alert>.frame .button:hover .dashed {
    border-bottom-color: transparent;
}
.s-cookie .w-cookie-alert>.frame .button:hover {
    background-color: rgb(99 255 73 / 20%);
    border-color: rgb(66 146 54 / 60%);
    color: #fff;
}
.s-cookie .w-cookie-alert>.frame .button.cancel__link:hover {
    background-color: rgb(255 143 143 / 20%);
    border-color: rgb(205 81 81 / 60%);
    color: #fff;
}

@media (min-width: 1200px) {
    .s-cookie .w-cookie-alert>.frame {
        padding: 25px 35px;
    }
    .s-cookie .w-cookie-alert>.frame>* {
        font-size: 18px;
        line-height: 30px;
    }
    .s-cookie .w-cookie-alert>.frame .button {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        padding: 12px 15px 10px;
    }
}

@media (max-width: 575px) {
    .s-cookie .w-cookie-alert>.frame>.text {
        width: calc(100% - 90px);
        width: 100%;
        padding-right: 0;
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px;
    }
    .s-cookie .w-cookie-alert>.frame>.w-button {
        width: 90px;
    }

    .s-cookie .w-cookie-alert>.frame>.w-buttons {
        display: flex;
        width: calc(100% + 10px);
        margin-top: 10px;
    }
    .s-cookie .w-cookie-alert>.frame>.w-buttons .w-button-item {
        width: 50%;
    }
    .s-cookie .w-cookie-alert>.frame>.w-buttons .w-button-item+.w-button-item {
        margin-top: 0;
    }
    .s-cookie .w-cookie-alert>.frame .button {
        font-size: 13px;
        line-height: 16px;
        padding: 10px 5px 8px;
    }
}

@media (max-width: 575px) {
    .s-cookie .w-cookie-alert > .frame > .w-button {
        width: calc(100% + 10px);
        display: flex;
        margin-left: -5px;
        margin-right: -5px;
    }

    .s-cookie .w-cookie-alert > .frame > .w-button > * {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .s-cookie .w-cookie-alert > .frame > .w-button > .mb-10 {
        margin-bottom: 0;
    }

    .s-cookie .w-cookie-alert > .frame > .w-button .button {
        display: block;
        width: 100%;
    }
}
.w-popup .pop-body {
    max-height: calc(100dvh - 20px);
}
