
.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 .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>.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 * {
    box-sizing: border-box;
}
.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>.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);
}
.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;
    text-align: center;
}
.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;
    font-size: 13px;
    line-height: 15px;
    padding: 5px 5px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    transition: all 0.2s ease;
    text-align: center;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.s-cookie .w-cookie-alert>.frame .button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #202020;
}
.s-cookie .w-cookie-alert>.frame .__link {
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
    transition: all 0.2s ease;
    opacity: 0.7;
    text-decoration: underline;
}
.s-cookie .w-cookie-alert>.frame a.__link:hover {
    text-decoration: none;
}
.s-cookie.hide .w-cookie-alert {
    bottom: -500px;
}
@media (max-width: 575px) {
    .s-cookie .w-cookie-alert>.frame>.text {
        width: calc(100% - 90px);
        width: 100%;
    }
    .s-cookie .w-cookie-alert>.frame>.w-button {
        width: 90px;
    }

    .s-cookie .w-cookie-alert>.frame>.w-buttons {
        display: flex;
        align-items: center;
        width: calc(100% + 10px);
        margin-top: 10px;
    }
    .s-cookie .w-cookie-alert>.frame>.w-buttons .w-button-item {
        width: 60%;
    }
    .s-cookie .w-cookie-alert>.frame>.w-buttons .w-button-item+.w-button-item {
        width: 40%;
        margin-top: 0;
    }
}

