@charset "UTF-8";

:root {
    --list-style: "❋";
    --main-color: #372873;
    --links-color: #1d8efe;
    --header-bg-color: #1e1450;
    --nav-color: #ffffff;
    --header-second-bg-color: #463296;
    --nav-second-color: #ffffff;

    --header-link-bg-first: #1e1450;
    --header-link-color-first: #8d82d5;
    --header-link-border-first: #8d82d5;
    --header-link-hover-first: #2b1556;

    --header-link-bg-secodary: #ffdc41;
    --header-link-color-secodary: #1e1450;
    --header-link-border-secodary: #1e1450;
    --header-link-hover-secodary: #d2b444;


    --site-button-bg-color: #ffdc41;
    --site-button-color: #463296;
    --site-button-shadow: ;
    --site-button-hover-color: #ffea91;

    --button-border-color: #463296;
    --border-radius: 7px;
    --footer-bg-color: #514096;
    --footer-text-color: #c2bed6;
    --font-size: 16px;

    --toc-style: "";
    --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --font-family-title: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

    --table-bg-color-head: #463296;
    --table-font-color-head: #ffffff;
    --table-bg-cell: #b8b3e2;
    --table-border-color: #1e1450;

    --wp--preset--color--white: #ffffff;
}

.bg-header-bg-color {
    background-color: var(--header-bg-color)
}

.bg-footer-bg-color {
    background-color: var(--footer-bg-color)
}

.border {
    border-width: 1px
}

.block {
    display: block
}

.flex {
    display: -webkit-flex;
    display: flex
}

.flow-root {
    display: flow-root
}

.hidden {
    display: none
}

.flex-row {
    -webkit-flex-direction: row;
    flex-direction: row
}

.flex-col {
    -webkit-flex-direction: column;
    flex-direction: column
}

.flex-col-reverse {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.items-center {
    -webkit-align-items: center;
    align-items: center
}

.items-stretch {
    -webkit-align-items: stretch;
    align-items: stretch
}

.justify-between {
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.ml-0 {
    margin-left: 0
}

.ml-4 {
    margin-left: 1rem
}

.mb-8 {
    margin-bottom: 2rem
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.pt-12 {
    padding-top: 1rem
}

.pb-32 {
    padding-bottom: 1rem
}

.fixed {
    position: fixed
}

.top-0 {
    top: 0
}

.left-0 {
    left: 0
}

.text-center {
    text-align: center
}

.w-full {
    width: 100%
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

@media (min-width:640px) {

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width:768px) {

    .md\:flex {
        display: -webkit-flex;
        display: flex
    }

    .md\:flex-row {
        -webkit-flex-direction: row;
        flex-direction: row
    }

    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width:1280px) {
    .xl\:block {
        display: block
    }

    .xl\:hidden {
        display: none
    }

    .xl\:mr-4 {
        margin-right: 1rem
    }

    .xl\:ml-4 {
        margin-left: 1rem
    }

    .xl\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .xl\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

html {
    scroll-behavior: smooth
}

body {
    background-color: #fff;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

a,
div,
input,
li,
p,
td,
th {
    color: #000;
    font-size: 18px;
    line-height: 1.35;
    font-family: var(--font-family)
}

input {
    max-width: 100%
}

td,
th {
    padding: 10px
}

a {
    cursor: pointer;
    color: var(--links-color);
    text-decoration: none;
    transition: all .3s
}

h1 {
    color: #000;
    font-size: 42px;
    line-height: 1.2;
    font-family: var(--font-family-title);
    margin: 1em 0
}

h2 {
    color: #000;
    font-size: 35px;
    line-height: 1.1;
    font-family: var(--font-family-title);
    margin: 1em 0
}

h3 {
    color: #000;
    font-size: 25px;
    line-height: 1;
    font-family: var(--font-family-title);
    margin: 1em 0
}

h4 {
    color: #000;
    font-size: 18px;
    line-height: 1;
    font-family: var(--font-family-title);
    margin: 1em 0
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    line-height: 1
}

img,
svg {
    max-width: 100%;
    height: auto;
    outline: 0 !important
}

ul {
    list-style: none;
    padding: 0
}

@media (max-width:992px) {

    a,
    div,
    input,
    li,
    p,
    td,
    th {
        font-size: 16px;
        line-height: 1.1
    }

    h1 {
        font-size: 42px;
        line-height: 1.2
    }

    h2 {
        font-size: 32px;
        line-height: 34px
    }

    h3 {
        font-size: 16px;
        line-height: 20px
    }

    h4 {
        font-size: 16px;
        line-height: 20px
    }
}

.text-center {
    text-align: center
}

@media (max-width:576px) {

    a,
    div,
    input,
    li,
    p,
    td,
    th {
        font-size: 16px;
        line-height: 20px
    }

    h1 {
        font-size: 26px;
        line-height: 28px
    }

    h2 {
        font-size: 24px;
        line-height: 26px
    }

    h3 {
        font-size: 16px;
        line-height: 20px
    }

    h4 {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width:370px) {

    h1 {
        font-size: 28px;
        line-height: 30px
    }

    h2 {
        font-size: 24px;
        line-height: 26px
    }

    h3 {
        font-size: 14px;
        line-height: 16px
    }

    h4 {
        font-size: 14px;
        line-height: 16px
    }
}

.icon-arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 0;
    transform: rotate(45deg)
}

.wp-block-columns {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.picture-text {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%
}

.picture-text__content>* {
    margin-bottom: 1rem
}

h2,
h3,
h4,
section {
    scroll-margin-top: 150px;
    scroll-snap-align: start
}

.line {
    padding: 2rem 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 30px
}

.bgi-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.wp-block-columns {
    max-width: 1440px;
    padding-right: 1rem;
    padding-left: 1rem;
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    margin-bottom: 0
}

.wp-block-columns .wp-block-column {
    margin: 0
}

.row.col-1,
.wp-block-columns.col-1 {
    grid-template-columns: repeat(1, 1fr)
}

.row.col-2,
.wp-block-columns.col-2 {
    grid-template-columns: repeat(2, 1fr)
}

.row.col-3,
.wp-block-columns.col-3 {
    grid-template-columns: repeat(3, 1fr)
}

.row.col-4,
.wp-block-columns.col-4 {
    grid-template-columns: repeat(4, 1fr)
}

.row.col-5,
.wp-block-columns.col-5 {
    grid-template-columns: repeat(5, 1fr)
}

.row.col-6,
.wp-block-columns.col-6 {
    grid-template-columns: repeat(6, 1fr)
}

.wp-block-column>:not(:first-child) {
    margin-top: 30px
}

.wp-block-column .row {
    padding: 0
}

.wp-block-columns {
    max-width: 1440px;
    padding-right: 1rem;
    padding-left: 1rem;
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    margin-bottom: 0
}

.wp-block-columns .wp-block-column {
    margin: 0
}

.container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}

body {
    margin: 0
}

button {
    border: unset;
    background: unset
}

button svg {
    max-height: 22px;
    width: 20px;
    margin-left: 5px
}

.button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    min-width: 8em;
    background: linear-gradient(180deg, #fef380 0, #fce959 100%);
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    font-weight: 700;
    padding: 1em 2em;
    text-align: center;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    outline: 0;
    transition: all .5s
}

.button:hover {
    box-shadow: 0 0 30px rgba(253, 239, 110, .7)
}

.button:active {
    box-shadow: 0 0 30px rgba(253, 239, 110, .7)
}

.site-button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    min-width: 8em;
    background: var(--site-button-bg-color);
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    font-weight: 700;
    padding: 1rem 2rem;
    text-align: center;
    color: var(--site-button-color);
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: var(--border-radius);
    -webkit-box-shadow: var(--site-button-shadow);
    box-shadow: var(--site-button-shadow)
}

.site-button.center {
    left: 50%;
    transform: translateX(-50%)
}

.site-button:hover {
    background: var(--site-button-hover-color)
}

.button.center {
    left: 50%;
    transform: translateX(-50%)
}

.logo {
    max-width: 140px;
    margin: 22px 10px
}

@media (max-width:992px) {
    .logo {
        max-width: 177px;
        margin: 17px 34px
    }
}

@media (max-width:576px) {
    .logo {
        max-width: 85px;
        margin: 17px 10px
    }
}

.top-button .button {
    font-size: 15px;
    line-height: 18px
}

.second-bar .icon-arrow {
    border: solid var(--nav-second-color);
    border-width: 0 2px 2px 0
}

@media (max-width:1200px) {

    .button,
    .site-button {
        font-size: 14px;
        padding: .5rem 1rem
    }
}

.top-bar {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:1200px) {
    .top-bar {
        padding: 12px 0
    }
}

@media (max-width:768px) {
    .top-bar img {
        width: 120px;
        height: auto;
    }
}

@media (max-width:576px) {
    .top-bar .container {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .top-bar .container .header-buttons {
        display: flex;
    }
}

@media (max-width:490px) {
    .top-bar .container {
        flex-direction: column;
        gap: 15px;
    }

    .top-bar {
        padding: 6px 0;
    }

    header .header-buttons a {
        padding: 2px 20px !important;
    }
}

.hamburger {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 25px;
    height: 19px
}

@media (max-width:576px) {
    .hamburger {
        width: 25px;
        height: 19px
    }
}

.hamburger__line {
    position: absolute;
    background-color: #fff;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 3px
}

@media (max-width:576px) {
    .hamburger__line {
        height: 3px
    }
}

.hamburger__line-a {
    top: 0
}

.hamburger__line-b {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1
}

.hamburger__line-c {
    bottom: 0
}

.hamburger-active .hamburger__line-a {
    animation: a-line-active .5s forwards
}

.hamburger-active .hamburger__line-b {
    animation: b-line-active .5s forwards
}

.hamburger-active .hamburger__line-c {
    animation: c-line-active .5s forwards
}

.hamburger-close .hamburger__line-a {
    animation: a-line-close .5s forwards
}

.hamburger-close .hamburger__line-b {
    animation: b-line-close .5s forwards
}

.hamburger-close .hamburger__line-c {
    animation: c-line-close .5s forwards
}

.footer a {
    color: var(--footer-text-color)
}

.footer a:hover {
    color: calc(var(--footer-text-color) + 20)
}

.footer p {
    color: var(--footer-text-color)
}

.footer li {
    list-style: none;
    padding: 0;
    margin: 7px 0
}

.footer li::before {
    content: none
}

.footer .social-icon {
    max-width: 24px;
    max-height: 24px;
    display: inline-block;
    margin: 7px
}

.footer .social-icon img {
    width: 100%;
    height: 100%
}

.footer__scrolltop {
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 84px;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: visibility, opacity .5s linear;
    transition: visibility, opacity .5s linear;
    background-image: url(/img/arrow.svg);
    background-size: contain
}

@media screen and (min-width:768px) {
    .footer__scrolltop {
        width: 50px;
        height: 50px;
        bottom: 10px;
        right: 50px
    }
}

.footer__scrolltop-show {
    visibility: visible;
    opacity: 1
}

.footer-alt__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.footer-alt__menu li {
    margin-left: 10px;
    margin-right: 10px
}

.footer-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.footer-icons img {
    height: 40px;
    max-width: 85px
}

.footer-icons li {
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-icons .icon {
    width: 100px;
    margin: 10px;
    height: 60px;
    filter: grayscale(.7);
    cursor: pointer
}

@media screen and (max-width:768px) {
    .footer-icons .icon {
        width: 50px;
        margin: 5px;
        height: 25px
    }
}

.footer-icons .icon:hover {
    filter: grayscale(0)
}

.footer-alt .social-links ul {
    justify-content: center
}

.footer-alt .social-links ul li a {
    background-color: unset
}

.footer-alt__buttons {
    display: flex;
    justify-content: center;
    width: 100%
}

.footer-alt .site-button {
    background: unset;
    border: 1px solid var(--footer-text-color);
    color: var(--footer-text-color)
}

.footer-alt .site-button:hover svg {
    fill: calc(var(--footer-text-color) + 20)
}

.footer-alt .site-button svg {
    fill: var(--footer-text-color)
}

.footer-alt hr {
    opacity: .2
}

.footer-icons ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.main-content ul {
    list-style: none;
    padding: 0
}

.main-content ul li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 1rem
}

.main-content ul li::before {
    content: var(--list-style);
    position: absolute;
    color: var(--main-color);
    font-size: var(--font-size);
    top: 0;
    left: 0
}

.main-content p {
    margin: 1rem 0
}

.wp-block-table table {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    background-color: #fff
}

.wp-block-table table thead th {
    font-weight: 700;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: var(--table-bg-color-head);
    color: var(--table-font-color-head);
    font-size: 15px;
    border-left: 1px solid var(--table-bg-color-head);
    border-right: 1px solid var(--table-bg-color-head)
}

.wp-block-table table tbody td {
    text-align: left;
    border-left: 1px solid var(--table-border-color);
    border-right: 1px solid var(--table-border-color);
    padding: 10px 15px;
    font-size: 15px;
    vertical-align: top
}

.wp-block-table table tbody td:first-child {
    border-left: 1px solid var(--table-border-color)
}

.wp-block-table table tbody td:last-child {
    border-right: 1px solid var(--table-border-color)
}

.wp-block-table table tbody tr:last-child td {
    border-bottom: 1px solid var(--table-border-color)
}

.wp-block-table table tbody tr:first-child td {
    border-top: 1px solid var(--table-border-color)
}

.wp-block-table table tbody tr:nth-child(odd) {
    background: var(--table-bg-cell)
}

.list-anchor {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    padding: 14px 20px;
    border: 1px solid var(--main-color);
    border-radius: 0 0 10px 10px;
    display: none
}

@media (max-width:400px) {
    .list-anchor {
        padding: 14px 10px;
    }
}

.list-anchor__title {
    font-weight: 700;
    font-size: 13px;
    line-height: 192.69%;
    padding-right: 17px;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0
}

.list-anchor__title::after {
    content: none
}

.list-anchor ol {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    column-count: 3
}

.list-anchor ol li {
    padding-right: 45px;
    padding-left: 2rem;
    margin-bottom: 0
}

.list-anchor ol li:last-child {
    padding-right: 0
}

.list-anchor ol a {
    text-decoration: none;
    color: #838383;
    font-size: 15px;
    line-height: 142.69%;
    font-weight: 700
}

.list-anchor ol a:hover {
    text-decoration: underline;
    color: var(--main-accent-color)
}

.list-anchor ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 15px;
    column-count: 3
}

.list-anchor ul li {
    padding-right: 45px;
    padding-left: 1.2rem;
    margin-bottom: 0
}

.list-anchor ul li:last-child {
    padding-right: 0
}

.list-anchor ul li:before {
    content: var(--toc-style)
}

.list-anchor ul a {
    text-decoration: none;
    color: #838383;
    font-size: 15px;
    line-height: 142.69%;
    font-weight: 700
}

.list-anchor ul a:hover {
    text-decoration: underline;
    color: var(--main-accent-color)
}

.list-anchor.show {
    display: flex !important
}

@media (max-width:768px) {

    .list-anchor ol,
    .list-anchor ul {
        column-count: 2;
        display: block
    }
}

@media (max-width:450px) {
    .list-anchor {
        flex-direction: column
    }

    .list-anchor__title {
        margin-bottom: 7px
    }

    .list-anchor ol li,
    .list-anchor ul li {
        margin-bottom: 5px;
        padding-right: 20px
    }
}

.list-anchor__head {
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 10px 0;
    color: #fff;
    background-color: var(--main-color);
    display: block
}

.list-anchor__head:before {
    content: "☰";
    display: block;
    position: absolute;
    top: 11px;
    right: 20px
}

.list-anchor__wrap {
    overflow: hidden;
    border-radius: 10px;
    margin: 10px 0
}

header {
    padding: 5px 0
}

header .header-buttons a {
    padding: 10px;
    font-weight: 600
}

@media (max-width:768px) {
    header .header-buttons a {
        min-width: 70px;
        padding: 5px 30px;
    }
}

header .header-buttons a:hover {
    box-shadow: none
}

header .header-buttons a:nth-child(1) {
    border: 2px solid var(--header-link-border-first);
    color: var(--header-link-color-first);
    background-color: var(--header-link-bg-first)
}

header .header-buttons a:nth-child(1):hover {
    box-shadow: none;
    background-color: var(--header-link-hover-first);
    border: 2px solid var(--header-link-hover-first)
}

header .header-buttons a:nth-child(2) {
    border: 2px solid var(--header-link-border-secodary);
    color: var(--header-link-color-secodary);
    background-color: var(--header-link-bg-secodary)
}

header .header-buttons a:nth-child(2):hover {
    border: 2px solid var(--header-link-hover-secodary);
    background-color: var(--header-link-hover-secodary)
}

header .bg-header-second-bg-color {
    background-color: var(--header-second-bg-color)
}

.deals-scroll-left {
    top: 0;
    left: 5px;
    bottom: 0;
    transform: rotateZ(270deg)
}

.deals-scroll-right {
    top: 0;
    bottom: 0;
    right: 5px;
    transform: rotateZ(90deg)
}

input.hide-input {
    position: absolute;
    left: -999em
}

@keyframes stopsignal {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes scaleanim {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

.gift-block__icon {
    width: 60px;
    background-color: #f0f0f0;
    padding: 11px;
    border-radius: 67%;
    height: 60px;
    animation: 4s infinite scaleanim;
    transition: .5s;
    z-index: 2
}

.gift-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 20px auto;
    min-width: 240px
}

.gift-block__icon path {
    fill: var(--main-color)
}

.gift-block__text {
    color: #000;
    text-align: center;
    padding: 20px;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
    z-index: 1;
    max-width: 300px
}

.gift-block__text h1 {
    margin: 0 0 5px 0
}

.gift-block__text p {
    margin: 0
}

.gift-block::after {
    width: 100%;
    height: calc(100% - 30px);
    content: " ";
    position: absolute;
    bottom: 0;
    z-index: 0;
    border-radius: 20px;
    background-color: #fff;
    border: 3px solid var(--button-border-color);
    outline: 1px solid #e6e5e4;
    outline-offset: -8px;
    box-shadow: 0 17px 40px rgba(9, 25, 42, .36)
}

.gift-block__button {
    display: flex;
    justify-content: center;
    padding: 20px;
    z-index: 2
}

.gift-block__button button {
    font-size: 1rem;
    background: var(--site-button-bg-color);
    color: var(--site-button-color);
    border: 0 solid #0a0a0a;
    font-weight: 900;
    min-width: 208px
}

.faq {
    padding: 30px 0
}

.faq ul li {
    padding-left: 0 !important
}

.faq ul li::before {
    content: none !important
}

.faq__title {
    text-align: center;
    margin: 40px auto 35px
}

.faq__nav {
    list-style: none;
    padding: 0
}

.faq__nav .faq__nav_item {
    padding: 10px 20px 8px;
    margin: 0 0 4px;
    color: #131313;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    cursor: pointer;
    transition: .2s
}

.faq__nav .faq__nav_item:hover {
    background-color: #fff;
    color: var(--main-color)
}

.faq__nav .faq__nav_item-active {
    background-color: #fff;
    color: var(--main-color)
}

.faq__items {
    list-style: none;
    padding: 0
}

.faq__items .faq__item {
    position: relative;
    margin: 0 0 20px;
    background-color: #f5f5f5;
    padding: 0;
    overflow: hidden
}

.faq__items .faq__item::before {
    content: none
}

.faq__items .faq__item_title {
    position: relative;
    padding: 16px 50px 16px 16px;
    cursor: pointer;
    margin: 0;
    background-color: #f5f5f5
}

.faq__items .faq__item_title h2,
.faq__items .faq__item_title h3 {
    margin: 0
}

.faq__items .faq__item_icon {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    height: 17px;
    width: 17px
}

.faq__items .faq__item_icon:after {
    content: "";
    width: 17px;
    height: 3px;
    background: #000;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    transition: .2s ease-in-out;
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1
}

.faq__items .faq__item_icon:before {
    content: "";
    width: 17px;
    height: 3px;
    background: #000;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    transition: .2s ease-in-out;
    transform: translate(-50%, -50%)
}

.faq__items .faq__item_text {
    position: relative;
    padding: 0 16px;
    margin: 0;
    background-color: #f5f5f5;
    transition: .1s;
    font-size: 16px;
    line-height: 20px;
    height: 0
}

.faq__items .faq__item_text p {
    margin: 0 !important
}

.faq__items .faq__item_text ul {
    padding-left: 30px !important
}

.faq__items .faq__item_text ul li {
    list-style: disc
}

.faq__items .faq__item-active .faq__item_icon:after {
    width: 0
}

.faq__items .faq__item-active .faq__item_text {
    padding: 0 16px 16px;
    height: auto;
    max-height: 100%
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.wp-elements-af9b0083686dddd90341ec3d820dcbc6 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--white);
}

.wp-elements-8b8bd96755dfd0cec0ff12740bcb5a05 a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--white);
}

.main-content ul li:before {
    content: "\274B";
    position: absolute;
    color: #372873;
    font-size: 16px;
    top: 0;
    left: 0;
}

.main-content .list-reset li:before {
    content: none;
}

.main-content img {
    max-height: 450px;
    display: block;
    margin: 25px auto;
}

@media (max-width:550px) {
    .wp-block-table table tbody td {
        padding: 9px 7px;
        font-size: 14px;
    }

    header .header-buttons a {
        padding: 5px 20px
    }
}

.wp-block-table {
    overflow-x: auto;
}

.main-content ol {
    list-style-type: none;
    padding-left: 0;
}

.main-content ol .ol-li::before {
    content: counter(listCounter) ".";
    color: #372873;
    padding-right: 15px;
    font-size: 18px;
}

.main-content ol .ol-li {
    counter-increment: listCounter;
}

.main-content ol li ul {
    padding-left: 35px;
    margin-top: 10px;
}

@media (max-width:400px) {
    .main-content ol li ul {
        padding-left: 25px;
    }

    .main-content ul li {
        padding-left: 25px;
    }

    .main-content ol .ol-li::before {
        padding-right: 6px;
    }
}

.container__header {
    width: 100%;
}

.main-content{
    padding-top: 65px;
}

@media (max-width:1200px) {
    .main-content{
        padding-top: 69px;
    }
}

@media (max-width:490px) {
    .main-content{
        padding-top: 82px;
    }
}