.cookie__notice.active, .cookie__settings.active{
    display:block;
}
.cookie__settings{
    margin:auto;
    max-width:361px;
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #F8F8F8;
    padding: 28px 28px 35px 28px;
    border-radius:24px 24px 0 0;
}
@media (max-width:768px){
    .cookie__settings{
        max-width:none;
    }
    .cookie__settings #accept_necessary{
        width:305px;
    }
}
.cookie__settings .buttons__container{
    max-width:305px;
    margin:auto;
}
.cookie__settings #accept_necessary{
    width:305px;
}

@media (max-width:359px){
    .cookie__settings .btn{
        width:100%!important;
    }
}
.cookie__settings  h3{
    font-size:28px;
}
.cookie__settings .params__container{
    text-align:left;
    padding:20px 0;
    max-width:305px;
    margin:auto;
}
.cookie__settings .btn--special{
    background-color:#CCDCD7;
    color:#025238;
}
.cookie__settings .btn--special:hover{
    background-color:#AEC7BF;
}
.cookie__settings #apply_settings{
    margin-right:10px;
}
.cookie__settings #apply_settings, .cookie__settings #reject_all{
    margin-bottom:20px;
}
.cookie__settings .btn{
    padding:0 17px;
    width:145px;
}
.cookie__settings .btn span {
    padding: 0;
}

/*чекбоксы-ползунки*/
.cookie__settings .switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 16px;
}
.cookie__settings .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.cookie__settings .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border:1px solid #CCDCD7;
    padding:1px;
}
.cookie__settings .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    #left: 4px;
    bottom: 1px;
    background-color: #025238;
    -webkit-transition: .4s;
    transition: .4s;
}
.cookie__settings input:checked + .slider:before{
    background-color: #fff;
}
.cookie__settings input:checked + .slider {
    background-color: #025238;
    border:1px solid #025238;
    padding:1px;
}
.cookie__settings input:focus + .slider {
    box-shadow: 0 0 1px #025238;
}
.cookie__settings input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.cookie__settings .slider.round {
    border-radius: 16px;
}
.cookie__settings .slider.round:before {
    border-radius: 50%;
}
.cookie__settings .param__item{
    margin-bottom:15px;
}
.cookie__settings .param__item .param__title{
    display:block;
    width:100%;
    margin-bottom:5px;
}
.cookie__settings .param__item .switch__text{
    position: absolute;
    left: 40px;
    color:#7B7B7B;
    font-size:12px;
}



.cookie__notice {
    margin:auto;
    max-width:1210px;
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #F8F8F8;
    padding: 25px 25px 35px 25px;
    border-radius:24px 24px 0 0;
}
.cookie__notice h3{
    font-size:28px;
}
.cookie__notice .popup__close{
    height:15px;
    width:15px;
}
.cookie__notice .title {
    margin-bottom: 16px;
    font-weight:500;
}
.cookie__notice .text-block{
    color:#42534E;
    margin-bottom:20px;
}
.cookie__notice .btn{
    margin-right:10px;
}
.popup .main-icon {
    top: 20px;
    right: 20px;
    bottom: auto;
    position: absolute;
    display: flex;
    width: 72px;
    height: 72px;
}
