@media (min-width: 768px) {
    .w-popup.w-pop-cookies-info {
        max-width: 700px;
    }
}
.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);
}
body::selection {
    background: #1d59a5;
    color: #fff;
}
body::-moz-selection {
    background: #1d59a5;
    color: #fff;
}
