.info_cookie_params {
    font-size: 14px;
    color: #fff;
    background: #3e4143;
    padding: 15px;
    margin-top: 10px;
    /* margin-bottom: 5px; */
    border-radius: 10px;
}

.field-checkbox {
    border-radius: 10px;
    /* border: solid 1px #444; */
    padding: 10px 0;
}

.info_cookie_params ~ .field-checkbox {
    /* border-top-left-radius: 0;
    border-top-right-radius: 0; */
}

.overlay {
    display: none !important;
    z-index: 0;
}

.wrap-cookie:not(.active) {
    display: none;
}

.wrap-cookie.active {
    justify-content: center;
    align-items: center;
    display: flex;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: fixed;
    z-index: 999;
    /* padding-top: 100px; */
    padding-top: 30px;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height: auto;
    overflow: auto;
}

.cookies.v3 {
    display: flex;
    flex-direction: column;
    min-width: 275px;
    max-width: 600px;
    width: calc(100% - 60px);
    position: relative;
    left: 0;
    right: 0;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px 30px;
    opacity: 1;
    /* left: calc(50% - 150px);
      bottom: calc(50% - 85px); */
}

.cookies.v3 * {
    color: #000;
}

.cookies.v3 .h3 {
    display: inline-flex;
    margin-top: 10px;
}

.cookies.v3 .cookies__action {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    gap: 14px;
    width: 100%;
}

.cookies.v3 .btn {
    margin-right: 0;
    width: 170px;
    text-align: center;
    justify-content: center;
}

.cookies.v3 .btn > svg {
    min-width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    transition: 1s;
}

.cookies.v3.params .btn > svg {
    margin-left: -10px;
}

.cookies.v3:not(.params) .btn:hover > svg {
    transform: rotate(180deg);
}

.cookies.v3 .cookies__action .btn--white,
.cookies.v3 .cookies__action .btn--black {
    margin: 10px 0;
    font-weight: bold;
    border-radius: 20px;
}

.cookies.v3 .cookies__action .btn--white {
    background-color: rgb(242, 243, 247);
    color: rgb(48, 49, 56);
    border: 0;
}

.cookies.v3 .cookies__action .btn--white:hover {
    background: rgb(230, 233, 243);
    color: rgb(48, 49, 56);
}

.cookies.v3params .js-class__cookie-params,
.cookies.v3 .cookies__action .btn--black {
    background-color: #414040;
    color: #fff;
    fill: #fff;
}

.cookies.v3 .js-class__cookie-params.active:hover,
.cookies.v3 .cookies__action .btn--black:hover {
    background-color: #000000;
    color: #fff;
}

.cookies.v3.params .js-class__disagreement,
.cookies.v3:not(.params) .js-class__set-cookie-params,
.cookies.v3.params .js-class__agreement {
    display: none;
}

.cookies.v3 .js-class__disagreement,
.cookies.v3 .js-class__agreement,
.cookies.v3.params .js-class__set-cookie-params {
    display: block;
}

.cookies.v3.params .js-class__set-cookie-params {
    width: 240px;
}

.cookies.v3 .cookies__text {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 30px;
    color: #000;
}

.cookies.v3 .cookies__text * {
    color: #000;
}

.cookies.v3 .cookies__action .btn--primary {
    background-color: transparent;
    color: #000;
    /* opacity: 0.3; */
}

.cookies.v3 .cookies__action .btn--primary:hover {
    /* background-color: rgba(0,0,0,.05); */
    box-shadow: none;
    /* opacity: 1; */
}

.cookies.v3 .cookies__text {
    font-size: 16px;
}

.cookies.v3 .cookies__text a {
    color: #000;
}

.cookies.v3 .form__checkbox {
    flex-direction: column;
}

.cookies.v3 .top-text-cookie-params {
    color: #0b0d13;
}

.cookies.v3 .form__checkbox {
    margin: 15px 0;
}

.cookies.v3 .cookies_params {
    display: none;
}
.cookies.v3 .cookies__action .btn {
    height: 42px;
}
@media screen and (max-width: 1024px) {
    .cookies.v3 {
        width: calc(100% - 20px);
        flex-direction: column;
        padding: 5px 20px;
    }

    .cookies.v3 .btn {
        width: auto;
        border-radius: 10px;
    }

    .cookies.v3 .btn > svg {
        display: none;
    }

    .cookies.v3 .cookies__action {
        margin-top: 20px;
        flex-direction: row;
    }

    .cookies.v3 .cookies__action .btn {
        padding: 5px;
        width: 32%;
        height: 42px;
    }

    .cookies.v3 .cookies__action .btn.btn--white {
        font-weight: normal;
    }

    .cookies.v3.params .cookies__action .btn {
        width: 48%;
    }

    .cookies.v3 .cookies__text {
        margin-right: 0;
        font-size: 14px;
    }

    .cookies.v3 .field-checkbox__text,
    .cookies.v3.params .interview-question__text {
        font-size: 14px;
    }
}

.cookies__link,
.cookies__text {
    font-size: 14px;
    line-height: 1.3
}

.cookies {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 40;
    width: 275px;
    box-shadow: 0 4px 25px rgba(28, 57, 100, .15);
    background-color: #fff;
    border-radius: 20px;
    padding: 20px
}

.cookies.hide-cookies {
    display: none
}

.cookies__text {
    margin-bottom: 14px
}

.cookies__link {
    color: #77797f;
    border-bottom: 1px solid;
    text-decoration: none
}

@media (max-width: 639px) {
    .cookies__link {
        font-size: 13px
    }
}

.cookies.container {
    height: auto;
}

.cookies.v3 .btn {
    padding: 0;
}

.field-check-list__label {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 6px
}

.field-check-list__item {
    margin: 6px 0
}

.field-checkbox {
    display: -webkit-flex;
    display: flex;
    position: relative;
    cursor: pointer;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.field-checkbox--small {
    font-size: 14px;
    line-height: 1.3
}

.field-checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none
}

.field-checkbox__visual {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
    border: 2px solid rgba(0, 0, 0, .4);
    background: #fff;
    margin-right: 15px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    border-radius: 8px;
    transition: .3s;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 1px
}

.field-checkbox__visual .svg-icon {
    opacity: 0;
    transition: .3s;
    color: #fff;
    width: 16px;
    height: 16px;
    fill: none
}

.field-checkbox__visual::before {
    content: "";
    position: absolute;
    border: 1px dashed;
    border-radius: inherit;
    opacity: 0;
    transition: inherit;
    pointer-events: none;
    color: #77797f;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px
}

.field-checkbox__text {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #77797f
}

.field-checkbox__text a {
    transition-duration: .3s;
    color: #0b0d13;
    text-decoration: none
}

.field-checkbox__input:checked ~ .field-checkbox__visual {
    border-color: #5b78fb;
    background: #5b78fb
}

.field-checkbox__input:checked ~ .field-checkbox__visual .svg-icon {
    opacity: 1
}

.field-checkbox--radio .field-checkbox__visual {
    border-radius: 50%
}

.field-checkbox--radio .field-checkbox__visual::before {
    content: none;
    display: none
}

.field-checkbox--radio .field-radio__visual {
    background: #fff;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 12px;
    border: 2px solid rgba(0, 0, 0, .4);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.field-checkbox--radio .field-radio__visual::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: #5b78fb;
    opacity: 0;
    border-radius: 50%;
    transition: .3s
}

.field-checkbox--radio .field-checkbox__input:checked ~ .field-radio__visual::after {
    opacity: 1
}

.field-checkbox--radio .field-checkbox__input:checked ~ .field-radio__visual {
    background: #f6f6f6
}

.field-checkbox--radio .field-checkbox__text {
    margin-top: 0
}

.state--focus-enabled .field-checkbox__input:focus ~ .field-checkbox__visual::before {
    opacity: .75
}

.field-checkbox__input:disabled ~ .field-checkbox__visual {
    background: #f3f3f3;
    border-color: #a4a6aa
}

.field-checkbox__input:disabled:checked ~ .field-checkbox__visual {
    background: #a4a6aa;
    border-color: #77797f
}

.field-checkbox--light .field-checkbox__text {
    color: #fff
}

.field-checkbox--light .field-checkbox__text a {
    color: #77797f
}

/* new cookies (newbor)*/
.cookies {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background: rgba(58, 63, 68, .4);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;
    font-family: "Lack";
}
@media (max-width: 600px) {
    .cookies {
        align-items: flex-end;
    }
}
.cookies a {
    color: #89aa28;
    text-decoration: underline;
}
.cookies a:hover {
    text-decoration: none;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
@media screen and (max-width: 600px) {
    .show-modal .cookies__wrapper {
        transform: translateY(0);
    }
}
.footer__offer {
    display: flex;
    gap: 30px;
}
.footer__part-item-confidentiality {
    flex-wrap: wrap;
}
.cookies__wrapper {
    background: #f5f5f7;
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    max-width: min(970px, 100% - 32px);
    max-height: min(100dvh - 32px, 730px);
    overflow-y: auto;
    position: relative;
}
@media (max-width: 1024px) {
    .cookies__wrapper {
        padding: 24px 30px;
        max-height: calc(100dvh - 32px);
    }
}
@media screen and (max-width: 600px) {
    .cookies__wrapper {
        max-width: unset;
        border-radius: 20px 20px 0 0;
        transform: translateY(103%);
        transition: 0.3s;
        padding: 24px 16px;
    }
}
.cookies__wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.cookies__wrapper::-webkit-scrollbar-track {
    border-radius: 5px;
}
.cookies__wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #89aa28;
    border: unset;
    border-color: var(--black_bg_black);
}
.cookies__wrapper::-webkit-scrollbar-thumb:window-inactive-thumb {
    background: #ccc;
    background: var(--gray_bg_black);
    border: 2px solid #fff;
    border-color: var(--black_bg_black);
}
.cookies__wrapper > img {
    width: 360px;
    max-width: 80%;
}
.cookies__check-wrap {
    display: none;
}
.cookies__check-wrap.active {
    display: block;
}
.cookies__check_title {
    margin: 0;
    color: #1d1d1f;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}
@media (max-width: 600px) {
    .cookies__check_title {
        font-size: 16px;
        font-weight: 700;
    }
}
.cookies__check_text {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 600px) {
    .cookies__check_text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
}
.cookies-text {
    font-size: 1rem;
    line-height: calc(1em + 7px);
}
.cookies-text p {
    color: #1d1d1f;
}
.cookies-close svg {
    fill: #999;
}
.cookies-close:hover svg {
    fill: #8fc63d;
}
.cookies__check {
    display: flex;
    align-items: flex-start;
}
.cookies__check input {
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -1;
    position: absolute;
}
.cookies__check input:checked ~ .cookies__check_sq {
    background: #89aa28;
}
.cookies__check input:checked ~ .cookies__check_sq::before {
    transform: translateX(24px);
}
.cookies__check_sq {
    width: 48px;
    min-width: 48px;
    height: 24px;
    display: block;
    border-radius: 16px;
    background: #707070;
    border: unset;
    transition: all ease 0.3s;
    cursor: pointer;
    position: relative;
}
.cookies__check_sq::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: white;
    transition: 0.3s;
}
.cookies__check input:disabled ~ .cookies__check_sq {
    cursor: default;
    pointer-events: none;
    opacity: 0.3;
}
.cookies__tabs {
    margin-top: 32px;
    display: flex;
}
@media (max-width: 768px) {
    .cookies__tabs {
        flex-wrap: wrap;
    }
}
@media (max-width: 600px) {
    .cookies__tabs {
        margin-top: 24px;
        gap: 12px;
    }
}
.cookies__tabs .cookies__tab {
    color: #1d1d1f;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    transition: color 0.3s;
    text-decoration: none;
    padding: 6px 16px 4px;
    border-bottom: 2px solid transparent;
}
@media (max-width: 600px) {
    .cookies__tabs .cookies__tab {
        padding: 6px 10px 4px;
    }
}
.cookies__tabs .cookies__tab:hover {
    color: #89aa28;
}
.cookies__tabs .cookies__tab.active {
    border-color: #89aa28;
    color: #89aa28;
}
.cookies-close {
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    outline: none;
    border: none;
    border-radius: unset;
}
.cookies-close svg {
    width: 100%;
    height: 100%;
}
.cookies-close svg path {
    transition: fill 0.3s;
}
.cookies-close:hover path {
    fill: #89aa28;
}
.cookies-text {
    line-height: 145%;
}
.cookies-text a {
    color: #89aa28;
    text-decoration: underline;
    transition: 0.3s;
}
.cookies-text a:hover {
    text-decoration: none;
}
.cookies-btn {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 115%;
    cursor: pointer;
    border: none;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.cookies-btn:hover {
    background-color: #2a0e72;
}
.cookies-btn--gray {
    background-color: #c4c4c4;
}
.cookies-btn--blue {
    background-color: #1792d4;
}
.cookies-btn:last-child {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.cookies-btn__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0;
    justify-content: flex-start;
}
@media (max-width: 600px) {
    .cookies-btn__list {
        margin: 32px auto 0;
    }
}
.cookies--hidden {
    opacity: 0;
    pointer-events: none;
}
.cookies__notification {
    display: flex;
    align-items: flex-start;
    padding: 12px 16px;
    padding-left: 50px;
    border-radius: 8px;
    background: rgba(227, 71, 61, 0.08);
    margin-top: 16px;
    position: relative;
}
@media (max-width: 600px) {
    .cookies__notification {
        margin-top: 20px;
    }
}
.cookies__notification p {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 600px) {
    .cookies__notification p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
}
.cookies__notification::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 9.75V13.5' stroke='%23E3473D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.7068 3.74999L2.45683 18C2.3254 18.2276 2.25609 18.4858 2.25586 18.7487C2.25563 19.0115 2.32447 19.2698 2.4555 19.4977C2.58653 19.7256 2.77513 19.915 3.00243 20.0471C3.22972 20.1791 3.48772 20.2491 3.75058 20.25H20.2506C20.5134 20.2491 20.7714 20.1791 20.9987 20.0471C21.226 19.915 21.4146 19.7256 21.5457 19.4977C21.6767 19.2698 21.7455 19.0115 21.7453 18.7487C21.7451 18.4858 21.6758 18.2276 21.5443 18L13.2943 3.74999C13.1639 3.52206 12.9755 3.33263 12.7483 3.20088C12.5212 3.06914 12.2632 2.99976 12.0006 2.99976C11.738 2.99976 11.48 3.06914 11.2528 3.20088C11.0256 3.33263 10.8373 3.52206 10.7068 3.74999V3.74999Z' stroke='%23E3473D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 18C12.6213 18 13.125 17.4963 13.125 16.875C13.125 16.2537 12.6213 15.75 12 15.75C11.3787 15.75 10.875 16.2537 10.875 16.875C10.875 17.4963 11.3787 18 12 18Z' fill='%23E3473D'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 600px) {
    .cookies__notification::before {
        top: 12px;
        transform: unset;
    }
}
.cookies-start {
    display: none;
    align-items: flex-end;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    transition: opacity 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    font-family: "Lack";
}
.cookies-start .b-btn {
    cursor: pointer;
}
.cookies-start.show-modal,
.cookies-start.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.cookies-start .form {
    background: white;
    display: flex;
    max-width: 1373px;
    width: calc(100% - 32px);
    align-items: center;
    min-height: unset;
    padding: 16px 24px;
    gap: 24px;
    border-radius: 20px;
    margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
    .cookies-start .form {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width: 450px) {
    .cookies-start .form {
        padding: 16px;
    }
}
.cookies-start .marketing-popup .popup-text-info__text {
    padding: 0;
}
.cookies-start .popup-text-info__btn {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
}
@media (max-width: 768px) {
    .cookies-start .popup-text-info__btn {
        margin: 0 auto;
    }
}
@media (max-width: 450px) {
    .cookies-start .popup-text-info__btn {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .cookies-start .popup-text-info__btn .btn {
        min-width: 150px;
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 450px) {
    .cookies-start .popup-text-info__btn .btn {
        min-width: unset;
        flex-grow: 1;
    }
}
body .cookies-start .cookies-settings {
    color: #7B875D;
}
body .cookies-start .cookies-settings:hover {
    color: #7B875D;
    text-decoration: underline;
}
* {
    outline: 0 !important;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*body*/
.cookies {
    /*width: 100%;*/
    /*min-height: 100%;*/
    /*margin: 0;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*overflow-x: hidden;*/
    font-size: 1rem;
    line-height: calc(1em + 10px);
}
.font_14 {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
form {
    display: block;
    margin-top: 0em;
}
.cookies__wrapper > img {
    width: 360px;
    max-width: 80%;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
.cookies__title {
    color: #89aa28;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin-bottom: 16px;
}
@media (max-width: 600px) {
    .cookies__title {
        color: #89aa28;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        max-width: calc(100% - 35px);
    }
}
.cookies-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #1d1d1f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 600px) {
    .cookies-text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
}
.cookies-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 600px) {
    .cookies-text p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }
}
.cookies__checkboxes {
    margin-top: 24px;
}
.cookies__check {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
}
.cookies__check label {
    display: flex;
    gap: 16px;
    user-select: none;
    align-items: center;
}
.cookies__check input {
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -1;
    position: absolute;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    line-height: inherit;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #fff;
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    33% {
        width: 0.2em;
        width: 4px;
        height: 0;
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    100% {
        width: 0.2em;
        width: 4px;
        height: 0.5em;
        height: 8px;
        border-color: #fff;
        transform: translate3d(0, -8px, 0) rotate(45deg);
    }
}
.cookies-start .btn,
.cookies .btn {
    padding-left: 22px;
    padding-right: 22px;
    cursor: pointer;
}
.cookies-start .btn-bordered {
    display: inline-flex;
    align-items: center;
    border: 2px solid #7B875D;
    border-radius: 4px;
}
body.js-disabled-page {
    position: fixed;
    overflow: hidden;
}
button.b-btn,
button.b-btn {
    cursor: pointer;
}
