div.cookie-section {
    background: #fafafa;
    color: #000;
    font-size: 12px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 3000;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

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

div.cookie-section.visible {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 400px;
    max-height: 100%;
    height: auto;
    padding: 10px 15px;

}

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

div.cookie-block {
    padding: 20px 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;
}

div.cookie-block > div:last-child {

    -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.red-style {
    background: #ff000a;
    color: #fff;
}
.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%;
}


/* XS */
@media (max-width: 767px) {

    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 {
        max-height: 230px
    }

    div.cookie-section div.cookie-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    div.cookie-section div.cookie-block > div {
        padding: 15px;
    }

    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;
    }*/
}