div.cookie-section {
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    z-index: 3000;
    max-height: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: visible;
    display: none;
    height: auto;
    max-width: 819px;
    width: 100%;
    padding: 39px 45px 34px;
}

.cookie-section.visible:before {
    background: rgba(217, 217, 217, 0.5);
    position: fixed;
    left: -100vw;
    right: -100vw;
    top: -100vw;
    bottom: -100vw;
    content: '';
    z-index: -1;
}

div.aditional_form_info {
    display: none;
    margin-bottom: 10px;
    font-weight: 600;
    color: #E85552;
}

.cookie-section-title {
    font-weight: 600;
    font-size: 27px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 23px;
}

div.cookie-section.visible {
    position: fixed;
    max-height: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    display: block;
}

div.cookie-section.visible.topper {
    top: 85px;
}

div.cookie-block {
    padding: 44px 0 0 0;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/

}

div.cookie-block > div {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

div.cookie-block > div:last-child {
    gap: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

div.cookie-section .descr {
    /*-webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;*/
    /*text-align: justify;*/
}

div.cookie-section .descr2 {
    display: none;
}

.descr2 {
    padding: 15px;
    /*  width: 100%;*/
}

.descr2 * {
    font-size: 14px;
}

.descr2 p {
    margin: 0;
}

.descr3 * {
    font-size: 11px;
    margin-top: 8px;
}

.descr2 .cblock-1 {

    padding-bottom: 15px;
}

.descr2 .cblock-2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.descr2 .cblock-3 {

}

.descr2 table.cookie-table {

}

.descr2 table.cookie-table tr {
    border: 1px solid #ddd;
    cursor: pointer;
}

.descr2 table.cookie-table tr td {
    padding: 15px;
}

.descr2 table.cookie-table tr td:first-child {

    padding: 15px;
}

div.cookie-section .descr a {
    color: #cb003a;
}

a.submit-cookie,
a.submit-part-cookie,
a.cookie-cancel,
a.submit-none-cookie {
    cursor: pointer;
}

.ext_button.cookie-style {
    background: none;
    border-color: #000;
    color: #000;
    letter-spacing: .1em;
}

.ext_button.cookie-style:hover {
    background: #cecece;
    border-color: #cecece;
}

.cookie-table input[type=checkbox] {
    -webkit-appearance: checkbox;
}

.cookie_no a {
    color: #72838b;
}

.policy_link a {
    color: #72838b;
}


.ext_button.trg-style {
    background: none;
    color: #263238;
    border-color: none;

    letter-spacing: .1em;
    transition: all ease 0.1s;
}

.ext_button.trg-style:hover {
    background: #263238;
    color: #fff;
    -ms-transform: scale(.98);
    transform: scale(.98);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}


table.table-light {
    background: #fff;
    margin-top: 10px
}

table.table-light td {
    padding: 13px 18px;
    border-top: 1px solid #e5e7e7
}

table.table-light tr:first-child td {
    border-top: 0
}

table.table-light thead td {
    background: #e1e1e1;
}

table.table-light tr td:nth-child(3) {
    width: 30%;
}

.descr2 table.cookie-table tr th {
    padding: 15px;
}

/* XS */
@media (min-width: 767px) {
    div.cookie-section {
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        bottom: auto;
    }

}

@media (max-width: 767px) {
    div.cookie-section.visible {
        transform: none;
        padding: 15px;
    }

    .cookie-section-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    div.cookie-section.visible,
    div.cookie-section.visible.topper {

        left: 0;
        bottom: 0;
        right: 0;
        width: auto;
        /*width: 100%;*/
    }

    div.cookie-section.visible.mob-fix,
    div.cookie-section.visible.topper.mob-fix {


    }

    div.cookie-section.visible {

    }

    div.cookie-section div.cookie-block {
        flex-direction: column;
        padding-top: 15px;
    }

    div.cookie-section div.cookie-block > div {
        padding: 5px 15px;
        flex-direction: column;
        gap: 10px;
    }

    div.cookie-block .ext_button {
        width: 100%;
        justify-content: center;
        font-size: 12px;
    }

    div.cookie-section.visible.untop {
        top: 0;
    }

    /* .cblock-3 .ext_button.red-style,
     .cookie-block .ext_button.red-style {
         padding: 10px 25px;
         font-size: 12px;
     }*/
}
