body {
    font-family: 'Montserrat', sans-serif;
}

*,*::before,*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    scroll-behavior: smooth;
    --color-bg-theme: #332f69;
    --color-font-theme: #ffffff;

    --color-bg-base: #ffffff;
    --color-font-base: #212121;

    --color-link-hover: var(--color-theme-accent);
    --color-theme-accent: #332f69;

    --color-bg-first-button: #e0e0e0;
    --color-first-button: #212121;
    --border-first-button: none;
    --text-shadow-first-button: none;
    --box-shadow-first-button: none;

    --color-bg-scnd-button: #006d04;
    --color-scnd-button: #ffffff;
    --border-scnd-button: none;
    --text-shadow-scnd-button: none;
    --box-shadow-scnd-button: none;

    --border-radius-button: 20px;

    --text-shadow-h1: none;

    --table-bg: transparent;
    --table-font: var(--color-font-base);
    --table-border: 1px solid var(--color-theme-accent);
    --table-thead-bg: var(--color-bg-theme);
    --table-thead-font: var(--color-font-theme);

    --up-btn-bg: var(--color-bg-theme);
    --up-btn-font: var(--color-font-theme);
    --up-btn-border: none;
    --up-btn-border-radius: 50%;
    --up-btn-box-shadow: none;
}
html.is-overflow {
    overflow: hidden;
}

body.is-overflow {
    overflow: hidden
}
.text-center {
    text-align: center;
}

.cs_textwrapper {
    padding: 5px;
    width: 99%;
    margin: 0 auto;
    border-radius: 4px;
}

#f6 {
    border: 1px solid var(--color-theme-accent);
    background: var(--color-bg-theme);
}

.cs_textwrapper p {
    margin-top: 10px;
}

.cs_textwrapper div {
    display: table-cell;
}

.cs_textwrapper div.cs_after_line {
    padding-left: 10px;
    width: 98%;
    margin: 10px auto;
    background: var(--color-bg-base);
    border-radius: 7px;
    display: flex;
    padding-bottom: 0px;
    flex-direction: row;
}

section {
    position: relative;
}

@media (max-width: 900px) {
    :focus::-webkit-input-placeholder {
        color: transparent;
    }

    :focus::-moz-placeholder {
        color: transparent;
    }

    :focus:-moz-placeholder {
        color: transparent;
    }

    :focus:-ms-input-placeholder {
        color: transparent;
    }

    .main-content {
        padding-bottom: 30px;
    }
}

body {
    position: relative;
}

body #article-text {
    width: 100%;
    float: none;
}

#article-text h2 {
    font-size: 18px;
}

#article-text h3 {
    font-size: 17px;
    padding-left: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
    #article-text h2 {
        font-size: 16px;
    }
}

body {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    min-width: 320px;
}

h1 {
    font-size: 26px;
    line-height: 110%;
    color: var(--color-font-theme);
    text-shadow: var(--text-shadow-h1);
}

h2 {
    font-size: 20px;
    line-height: 122.22%;
}

body,.top-header {
    min-width: 320px;
}


.main-content {
    padding-bottom: 20px;
}


@media screen and (min-width: 1200px) {
    h1 {
        font-size: 24px;
    }
}

table,table td,table th {
    font-size: 14px;
    padding: 10px;
}

#article-text {
    padding-bottom: 8px;
    border-bottom: 4px double var(--color-theme-accent);
}

.footer {
    padding: 18px 0 15px;
    background: var(--color-bg-theme);
}

.footer .logo {
    padding-left: 0;
    margin-top: 12px;
    max-width: 300px;
    float: left;
}

.limit-age {
    width: 34px;
    height: 34px;
    background: var(--color-bg-theme);
    border-radius: 50%;
    color: var(--color-font-theme);
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    display: block;
    float: left;
    margin-right: 10px;
}

.copyright {
    color: var(--color-font-theme);
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    margin-top: 8px;
}

.copyright_black {
    display: block;
    text-align: center;
    background: var(--color-bg-theme);
    margin: 0;
    padding: 10px 0;
    margin-top: -20px;
    z-index: 5;
    position: relative;
}

.td-bc-logo {
    display: block;
    height: 34px;
    width: 100px;
    cursor: pointer;
}

.td-bc-logo-L {
    background: url(/wp-content/themes/beton/img/sprt_leg_opt.png) center 0 no-repeat;
}

.td-bc-logo {
    background-size: cover;
}

#article-text {
    width: 100%;
    float: left;
}

#article-text p {
    padding-left: 20px;
}

.text-block p a,.text-block p a:focus,.text-block p a:visited,.text-block p a:active {
    color: var(--color-theme-accent);
    text-decoration: underline;
}

.text-block ul {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0 0 14px 15px;
}

.text-block ol li,.text-block ul li {
    margin-bottom: 3px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    line-height: 157%;
}

.text-block ul li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 9px;
    left: -12px;
    background: var(--color-font-base);
    border-radius: 13px;
}

@media only screen and (max-width: 650px) {
    .hidden-xs {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .section-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 450px) {
    #article-text {
        position: relative;
    }

    #article-text h2:before {
        top: 8px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1160px;
    }
}


.text-block {
    max-width: 100%;
}


.section-title {
    margin: 0.83em 0;
}

.footer {
    z-index: 5;
    position: relative;
    border-top: 1px solid var(--color-theme-accent);
}

.main-content img {
    max-width: 100%;
}

img[class*="align"] {
    height: auto;
}

img.size-large {
    max-width: 100%;
    width: auto;
    height: auto;
}

img.aligncenter {
    margin-bottom: 1.625em;
}

p img {
    margin-top: 0.4em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#article-text h2 {
    position: relative;
    color: var(--color-theme-accent);
    font-weight: 700;
    padding-left: 21px;
    padding-right: 40px;
}

#article-text h2:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: var(--color-theme-accent);
    left: 0;
    top: 8px;
}

#article-text {
    border-bottom: none;
}

@media only screen and (max-width: 899px) {
    body {
        position: relative;
        padding-top: 50px;
    }

    #article-text h2:before {
        top: 5px;
    }

    body {
        line-height: 20px;
    }

    h1 {
        font-size: 20px;
        line-height: 106.25%;
    }

    h2 {
        font-size: 16px;
        line-height: 113.333%;
    }
}

@media screen and (max-width: 320px) {
    body {
        padding-top: 0;
    }


}

@supports (padding: max(0px)) {

}

@media (max-height: 576px) {
    @supports (padding: max(0px)) {

    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

section {
    display: block;
}

a {
    background-color: transparent;
}

a:active,a:hover {
    outline: 0;
}

h1 {
    font-size: 3em;
    margin: 0.67em 0;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 0;
}

body {
    font-family: Montserrat,Helvetica Neue,Noto Sans,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    min-width: 320px;
}

body {
    margin: 0;
}

@media screen and (max-width: 899px) {
    body {
        background: none;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--color-font-base);
}

.container:before,.container:after,.row:before,.row:after {
    content: " ";
    display: table;
}

.container:after,.row:after {
    clear: both;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 650px) {
    .container {
        width: 600px;
    }
}

img {
    vertical-align: middle;
    border: 0;
}

@media screen and (max-width: 899px) {
    .top-header {
        padding-top: 0;
    }
}

body {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    min-width: 320px;
    padding-top: 80px;
    background: var(--color-bg-base);
}


@media only screen and (max-width: 400px) {
    table td,  table th {
        padding: 5px;
        font-size: 0.7rem;
        line-height: 1.35;
    }

    .section-title {
        font-size: 30px;
    }
}

.text-block p {
    margin-top: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 157%;
    margin-bottom: 20px;
}


#article-text h2 {
    position: relative;
    text-transform: uppercase;
    color: var(--color-font-theme);
    font-weight: 700;
    background: rgb(51 47 105);
    min-width: 100%;
    min-height: 50px;
    /* margin-top: 30px; */
    border-radius: 8px;
    line-height: 24px;
    padding: 0px 0 0 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.section-title {
    margin: 0.83em 0;
}

#article-text h2::before {
    content: "none";
    position: absolute;
    width: 7px;
    height: 7px;
    background:  var(--color-theme-accent);
    left: 0;
    top: 5px;
}

@media only screen and (max-width: 899px) {
    body {
        position: relative;
        padding-top: 75px;
        line-height: 20px;
    }

    h2 {
        font-size: 1.37em;
        line-height: 113.333%;
    }
}

@media screen and (max-width: 320px) {
    body {
        padding-top: 0;
    }

}

@media only screen and (max-width: 899px) {
    h1 {
        font-size: 30px;
        line-height: 106.25%;
    }
}

.main-content img {
    max-width: 100%;
}

img[class*="align"] {
    height: auto;
}

.text-block {
    max-width: 100%;
}

.text-block p {
    color: var(--color-font-base);
}

@media only screen and (max-width: 600px) {

    #article-text h2 {
        line-height: 24px;
    }
}

section {
    position: relative;
}

.main-content img {
    max-width: 100%;
    max-height: 200px;
}

a:active,a:hover {
    outline: 0;
}

a:hover,a:focus {
    color:  var(--color-theme-accent);
    text-decoration: underline;
}

#article-text h2:before {
    content: none;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 7px;
    background:  var(--color-theme-accent);
    left: 20px;
    top: 20px;
}

@media only screen and (max-width: 899px) {
    #article-text h2:before {
        top: 19.5px;
    }
}

@media screen and (max-width: 350px) {
    #article-text h2:before {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    div.container {
        width: 1160px;
    }
}

#promo {
    margin-bottom: 20px;
}



html {
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}



a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 650px) {
    .container {
        width: 600px;
    }
}

@media (min-width: 900px) {
    .container {
        width: 860px;
    }
}

@media (min-width: 1000px) {
    .container {
        width: 960px;
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.container:before,.container:after,.row:before,.row:after {
    content: " ";
    display: table;
}

.container:after,.row:after {
    clear: both;
}

.mx-auto {
    margin-right: auto;
}

.mx-auto {
    margin-left: auto;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* The Close Button */

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled),button:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}


button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
}

button {
    overflow: hidden;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled),button:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
.std-table-wrp {
    width: 100%;
    overflow: auto;
    margin-bottom: 10px;
}
.std-table-wrp::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.std-table-wrp::-webkit-scrollbar-track {
    background: var(--color-bg-theme);
    border-radius: 16px;
}

.std-table-wrp::-webkit-scrollbar-thumb {
    background: var(--color-theme-accent);
    border-radius: 16px;
}

.std-table-wrp::-webkit-scrollbar-thumb:hover {
    background: var(--color-theme-accent);
}
.std-table {
    border-collapse: collapse;
    margin: 15px auto;
    min-width: 100%;
    background: var(--table-bg);
    color: var(--table-font);
}

.std-table td {
    border: var(--table-border);
    padding: 15px;
    font-size: 15px;
    text-align: center;

}
.std-table td:first-child, .std-table th:first-child {
    text-align: center;
}

.std-table th {
    border: var(--table-border);
    background: var(--table-thead-bg);
    color: var(--table-thead-font);
    padding: 15px;
    font-size: 15px;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    float: left;
}

.menu li a {
    display: inline-block;
    padding: 10px 15px;
    color: var(--color-font-theme);
    text-decoration: none;
}

section {
    padding-top: 10px;
}

body {
    height: 100%;
}

@media (max-width: 767px) {
    .toast__content h2 {
        font-size: 1.5em;
    }

    .menu li {
        float: none;
        margin-top: 0px;
        background: var(--color-bg-theme);
        border-top: 1px solid var(--color-theme-accent);
        border-bottom: 1px solid var(--color-theme-accent);
        width: 100%;
        text-transform: uppercase;
        padding-left: 10px;
    }

    .menu {
        display: none;
    }
}

@media (min-width: 1200px) {
    .rrr {
        font-size: 18px;
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,*::before,*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 441px) {
    #article-text h2 {
        padding: 0px 0 0 0px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    #article-text h2 {
        padding: 0px 0 0 40px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .toast__content h2 {
        margin: 0;
        padding: 0;
        font-size: 2em;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-6,.col-12,.col,.col-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.d-block {
    display: block;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.px-0 {
    padding-right: 0;
}

.px-0 {
    padding-left: 0;
}

.px-1 {
    padding-right: 0.25rem;
}

.px-1 {
    padding-left: 0.25rem;
}

.py-4 {
    padding-top: 1.5rem;
}

.py-4 {
    padding-bottom: 1.5rem;
}

.mx-auto {
    margin-right: auto;
}

.mx-auto {
    margin-left: auto;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {

}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: var(--color-theme-accent);
}

details summary::-webkit-details-marker {
    display: none;
}

details > summary {
    list-style: none;
}

details > summary li {
    display: inline;
}

details summary::after {
    content: "+";
    margin-left: 10px;
    margin-top: 3px;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 16px;
    background: var(--color-bg-theme);
    color: var(--color-font-theme);
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    font-family: sans-serif;
}

/* Android & AppStore links */

@media screen and (min-width: 1200px) {
    .toast__content h2 {
        margin: 0;
        padding: 0;
        font-size: 2.5em;
    }
}

/* / Android & AppStore links */

@media (max-width: 440px) {
    .rrr {
        font-size: 16px;
    }

    .lead {
        font-size: 1rem;
        word-wrap: break-word;
    }

    .h_h_c p {
        font-size: 18px;
    }

    #message {
        transform: scale(0.8);
    }

    #article-text h2 {
        font-size: 15px;
        line-height: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
        word-break: break-word;
        text-align: center;
    }

    #article-text h3 {
        font-size: 14px;
    }

    #article-text h2:before {
        content: none;
    }
}


/* BOOTSTRAP */

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.text-uppercase {
    text-transform: uppercase;
}

.font-weight-bold {
    font-weight: 700;
}

.text-white {
    color: #fff;
}


@media print {
    *,  ::after,  ::before {
        text-shadow: none;
        box-shadow: none;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    thead {
        display: table-header-group;
    }

    img,  tr {
        page-break-inside: avoid;
    }

    h2,  h3,  p {
        orphans: 3;
        widows: 3;
    }

    h2,  h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px;
    }

    .container {
        min-width: 992px;
    }

}

#faq p.cs_after_line {
    margin-top: -25px;
}

.center-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.toc-head {
    text-align: left;
    margin-left: 15px;
    margin-bottom: 15px;
}

details:focus,summary:focus {
    outline: none;
}

details[open] summary::after {
    content: '-';
}

.cs_textwrapper .toc-list-contents {
    margin: 0 0 17px 0px;
}

.toc-list-dtls ul {
    padding: 0 0 0 20px;
    margin: 5px 0 14px 0px;
}

.toc-list-contents li a {
    color: var(--color-font-base);
    text-decoration: none;
}
.toc-list-contents li a:hover {
    color: var(--color-font-base);
    text-decoration: none;
}

.faq-blk {
    margin-bottom: 35px;
}

#article-text .qst.h3 {
    margin-bottom: 5px;
}

.o-container {
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto
}
.o-flex {
    display: flex
}

.o-flex-column {
    display: flex;
    /*flex-direction: column*/
    flex-direction: row-reverse;
    justify-content: space-between;
}

.o-flex-wrap {
    display: flex;
    flex-wrap: wrap
}
.c-header {
    background: var(--color-bg-theme);
    border-bottom: 1px solid var(--color-theme-accent);
    font-size: 1.4rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}
.c-header__logo img {
    width: 100%;
    max-width:180px;
    height: auto;

}
.c-header__container {
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 60px
}

.c-header__top,.c-header__bottom {
    align-items: center
}

.c-header__top {
    justify-content: flex-end;
    gap: 25px;
}

.c-header__bottom {
    justify-content: space-between
}

.c-header__reg,.c-header__log {
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    padding: 4px 18px
}

.c-header__reg {
    border-radius: var(--border-radius-button);
    color: var(--color-first-button);
    background: var(--color-bg-first-button);
    padding: 10px 23px 10px 23px;
    text-decoration: none;
    border: var(--border-first-button);
    text-shadow: var(--text-shadow-first-button);
    box-shadow: var(--box-shadow-first-button);
}

.c-header__reg:hover {
    color: var(--color-scnd-button);
    background: var(--color-bg-scnd-button);
    border: var(--border-scnd-button);
    text-shadow: var(--text-shadow-scnd-button);
    box-shadow: var(--box-shadow-scnd-button);
    text-decoration: none;
}

.c-header__log {
    border-radius: var(--border-radius-button);
    color: var(--color-scnd-button);
    background: var(--color-bg-scnd-button);
    padding: 10px 23px 10px 23px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    border: var(--border-scnd-button);
    text-shadow: var(--text-shadow-scnd-button);
    box-shadow: var(--box-shadow-scnd-button);
}

.c-header__log:hover {
    color: var(--color-first-button);
    background: var(--color-bg-first-button);
    text-decoration: none;
    border: var(--border-first-button);
    text-shadow: var(--text-shadow-first-button);
    box-shadow: var(--box-shadow-first-button);
}
@media (max-width:1024px) {
    .c-header__top {
        flex-direction: row-reverse;
    }
}
@media (max-width:600px) {
    .c-header__top {
        gap:10px;
        flex-direction: row-reverse;
    }
    .c-header__reg,.c-header__log {
        padding: .5rem .8rem;
    }
}

.c-burger {
    width: 40px;
    height: 40px;
    transform-origin: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s ease-out
}

.c-burger .svg-icon {
    fill: #fff;
    display: block;
    width: 24px;
    height: 24px
}

.c-burger__line {
    transform-origin: 50% 50%;
    transform-box: fill-box;
    transition: transform 0.6s
}

.c-burger.is-open {
    transform: rotate(1turn)
}

.c-burger.is-open .c-burger__line-top {
    transform: rotate(45deg) translate(4px, 3px)
}

.c-burger.is-open .c-burger__line-middle {
    opacity: 0
}

.c-burger.is-open .c-burger__line-bottom {
    transform: rotate(-45deg) translate(5px, -4px)
}

.c-header__nav {
    background: var(--color-bg-theme);
    position: absolute;
    font-size: 18px;
    gap: 8px;
    padding: 15px;
    top: 60px;
    transform: translateY(-125px) translateX(100%) scale(0);
    transition: all 0.3s ease-in-out;
    right: 0;
    width: 100%
}

.c-header__nav.is-active {
    transform: translateY(0px) translateX(0px) scale(1)
}

.c-header__nav a {
    color: var(--color-font-theme);
    display: inline-block;
    font-weight: bold;
    padding: 10px 0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    width: 100%
}

.c-header__nav a:hover {
    color: var(--color-theme-accent);
}
.c-header__nav .c-header__list {
    list-style: none;
}

@media (min-width: 1024px) {

    .c-burger {
        display: none
    }

    .c-header__container {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-areas: "left right";
        gap: 15px;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 60px
    }

    .c-header__bottom {
        gap: 15px;
        grid-column: 1/2;
        grid-area: left
    }

    .c-header__top {
        grid-area: right
    }

    .c-header__nav {
        position: initial;
        padding: 0;
        transform: initial;
        order:-1;
    }

    .c-header__list {
        flex-direction: row;
        gap: 25px;
        justify-content: center;
    }
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: var(--up-btn-border-radius);
    box-shadow: var(--up-btn-box-shadow);
    outline: 0;
    background: var(--up-btn-bg);
    color: var(--up-btn-font);
    border: var(--up-btn-border);
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    line-height: 18px;
}
#myBtn:hover {
    filter:brightness(1.1);
}
.first-screen-container {
    padding: 20px;
    background: var(--color-bg-theme);
    color: var(--color-font-theme);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;


    background-repeat: repeat;
    background-size: contain;
    background-size: 20px 10px;
}
.first-screen-container .first-screen-content, .first-screen-container .first-screen-img {
    width: 50%;
}
@media (max-width:1023px) {
    .first-screen-container {
        flex-direction: column;


    }
    .c-header__nav .c-header__list {
        display: flex;
        flex-direction: column;
    }
    .first-screen-container .first-screen-content, .first-screen-container .first-screen-img {
        width: 100%;
    }
}

.first-screen-promo {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
}
.first-screen-pp {
    display: flex;
    gap: 20px;
    justify-content: center;
    width:100%;
}
.first-screen-pp .o-btn {
    width:100%;
}
.first-screen-pp .pp-link {
    min-width: 245px;
    text-align: center;
    font-size: 1.2rem;
    outline: none;
}
@media (max-width:1024px) {
    .first-screen-pp {
        flex-direction: column;
    }
    .first-screen-pp .pp-link {
        min-width: 80%;
    }
}
.first-screen-img {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.first-screen-img img {
    width: 100%;
    max-width: 600px;
    height: auto;
    max-height: 100%;
}

.main-content-pp {
    display: flex;
    margin: 20px auto;
    justify-content: center;
}
.main-content-pp .pp-link {
    min-width: 70%;
    text-align: center;
}

.benefits {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0;
    margin: 30px auto;
}
.benefits .pros, .benefits .cons {
    width: 48%;
    padding: 15px;
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
}
.benefits .pros ul, .benefits .cons ul {
    list-style: none;
    margin-top: 20px;
    padding: 0 5px 0 15px;
}
.benefits .pros ul li, .benefits .cons ul li {
    padding-left: 30px;
    padding-bottom: 7px;
    position: relative;
}
.benefits .pros ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "â—";
    color: rgb(51 47 105);
    background: inherit;
}
.benefits .cons ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "â—";
    color: #ff0000;
    background: inherit;
}
.pros {
    background-color: #ededed;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#article-text .pros h3, #article-text .pros h2, #article-text .pros p {
    display: block;
    width: 100%!important;
    height: 50px;
    color: rgb(51 47 105);
    font-size: 1.5rem;
    line-height: 50px;
    padding: 0 0 0 40px;
    margin: 0;
    border-bottom: 1px solid rgb(51 47 105);
    border-top-left-radius: 4px;
}
.cons {
    background-color: #ededed;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#article-text .cons h3, #article-text .cons h2, #article-text .cons p {
    display: block;
    width: 100%!important;
    height: 50px;
    color: #ff0000;
    font-size: 1.5rem;
    line-height: 50px;
    padding: 0 0 0 40px;
    margin: 0;
    border-bottom: 1px solid #ff0000;
    border-top-right-radius: 6px;
}
@media screen and (max-width:800px) {
    .benefits .pros, .benefits .cons {
        width: 100%;
    }
    .pros, .cons {
        border-radius: 6px;
        border: none;
    }
    #article-text .pros h3, #article-text .pros h2, #article-text .cons h3, #article-text .cons h2 {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
}

.cookie-notification.open {
    display: block;
}
.cookie-notification {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    z-index: 65;
    background: var(--color-bg-theme);
    color: var(--color-font-theme);
    border-top: 1px solid var(--color-theme-accent);
}
.cookie-notification .c_container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cookie-notification-text {
    width: 60%;
    padding: 0 5px;
    font-size: 0.9rem;
}
.cookie-notification-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.cookie-notification-link {
    display: block;
    width: 20%;
    background: var(--color-bg-first-button);
    color: var(--color-first-button);
    border: var(--border-first-button);
    text-shadow: var(--text-shadow-first-button);
    box-shadow: var(--box-shadow-first-button);
    height: 50px;
    border-radius: var(--border-radius-button);
    text-align: center;
    line-height: 50px;
    margin: 10px;
}
.cookie-notification-close {
    display: block;
    width: 20%;
    background: var(--color-bg-scnd-button);
    color: var(--color-scnd-button);
    border: var(--border-scnd-button);
    text-shadow: var(--text-shadow-scnd-button);
    box-shadow: var(--box-shadow-scnd-button);
    height: 50px;
    border-radius: var(--border-radius-button);
    text-align: center;
    line-height: 50px;
    margin: 10px;
    font-size: 16px;
}
@media (max-width:800px) {
    .cookie-notification .c_container {
        flex-direction: column;
    }
    .cookie-notification-text, .cookie-notification-link, .cookie-notification-close {
        width: 100%;
    }
}
.c-button-badge {
    position: absolute;
    top: -20px;
    right: -10px;
    background: #4a56e2;
    color: white;
    padding: 0.1rem 0.2rem;
    border-radius: 1rem;
    font-size: 0.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    margin-bottom: 20px;
}

.c-button-icon {
    font-size: 1rem;
}
a.disabled {
    pointer-events: none;
    cursor: default;
    color: var(--color-theme-accent);
}
.footer-menu .footer-list {
    list-style: none;
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;

}

.footer-menu .footer-list li a {
    color: var(--color-font-theme);
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.footer-menu .footer-list li a:hover {
    color: var(--color-theme-accent);
}


@media (max-width: 600px) {
    .footer-menu .footer-list {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}



.footer-menu .footer-list li a.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: var(--color-theme-accent);
}

.tel-link {
    display: flex;
    justify-content: right;
    align-items: center;
}