button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: inherit;
    transition: all ease 0.3s;
}
.descr2 {
    padding: 25px;
    line-height: 2;
    max-width: 845px;
    border-radius: 6px;
    overflow: hidden;
}

.descr2 .cblock-1 a {
    text-decoration: underline;
}

.cblock-1 {
    font-size: 12px;
}

.cblock-1 strong {
    color: rgba(0, 0, 0, 0.99);
    font-size: 14px;
}

.descr2 table.cookie-table {
    border-collapse: collapse;
}

.descr2 table.cookie-table tr th,
.descr2 table.cookie-table tr td {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;

}

.cblock-1 strong,
.descr2 table.cookie-table tr td strong,
.descr2 table.cookie-table tr th {
    color: rgba(0, 0, 0, 0.99);
    font-size: 14px;
}

.cookie-table input[type="checkbox"]:checked:after {
    content: none;
}

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;
    transition: all ease 1s;
    bottom: calc(-100% + 20px);
    right: 20px;
    visibility: hidden;
    display: block;
    width: 360px;
    line-height: 1.5;
}

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

}

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


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

div.cookie-block {
    padding: 20px 0 0 0;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/

}

div.cookie-block > * {
    padding: 0;
    width: 100%;
    justify-content: center;
}

div.cookie-block > * + * {
    margin-left: 10px;
}

div.cookie-block > div {
    padding: 0 8px;
    -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 * {*/
/*    font-size: 14px;*/
/*}*/

.descr2 p {
    margin: 0;
}

.descr3 * {
    font-size: 12px;
}


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

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

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

/*.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 button,
.policy_link button {
    border: none;
    background: transparent;
}

.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: 5px 15px 5px 0;
}

/* 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-block > * + * {
        margin-left: 0;
        margin-top: 10px;
    }

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