.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table td ul {
    margin-top: 0;
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color > * {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color] > *, .wp-block-table table[style*=border-top-color] > * td, .wp-block-table table[style*=border-top-color] > * th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color] > * {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color] > *, .wp-block-table table[style*=border-bottom-color] > * td, .wp-block-table table[style*=border-bottom-color] > * th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color] > * {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style] > * {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width] > * {
    border-style: inherit;
    border-width: inherit
}

:root {
    --main-accent-bg-color: #3bc117;
    --main-nav-color: #98a7b5;
    --header-bg-color: #000000;
    --content-button-bg-color: #3bc117;
    --content-button-color: #ffffff;
    --offsets: 30px;
    --ff-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.BC-container {
    max-width: 1440px;
    padding: 0 var(--offsets);
    margin: 0 auto
}

.container-full {
    max-width: 100%
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-top: 1rem
}

a {
    font-size: 1rem;
    font-weight: 400;
    color: #1f660c
}

a:hover {
    text-decoration: none
}

ol, ul {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    padding-left: 25px;
    margin-top: 1rem
}

img {
    max-width: 100%;
    height: auto
}

h1 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
    margin-bottom: 1rem
}

h2 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.3rem;
    margin-bottom: 1rem
}

h3 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.1rem;
    margin-bottom: 1rem
}

h4 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.9rem;
    margin-bottom: 1rem
}

h5 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.7rem;
    margin-bottom: 1rem
}

h6 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 1rem
}

.BC-wrapper > .wp-block-table, .BC-wrapper > blockquote, .BC-wrapper > h1, .BC-wrapper > h2, .BC-wrapper > h3, .BC-wrapper > h4, .BC-wrapper > h5, .BC-wrapper > h6, .BC-wrapper > ol, .BC-wrapper > p, .BC-wrapper > ul {
    padding: 0 var(--offsets);
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.BC-wrapper > ol, .BC-wrapper > ul {
    padding-left: 50px
}

.BC-wrapper blockquote, blockquote {
    padding: 1rem var(--offsets) 1rem 2rem;
    border-left: 5px solid var(--main-accent-bg-color);
    background-color: #f0f8ff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-top: 1rem
}

.BC-wrapper > :last-child {
    margin-bottom: 2rem
}

table {
    border: 1px solid var(--main-accent-bg-color);
    margin-top: 1rem
}

table th {
    padding: .5rem 1rem;
    text-align: center;
    background-color: var(--main-accent-bg-color);
    color: #fff
}

table td {
    padding: .5rem 1rem;
    border: 1px solid var(--main-accent-bg-color)
}

.wp-block-table .has-fixed-layout {
    table-layout: auto
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: normal
}

.wp-block-table th {
    border-color: var(--main-accent-bg-color)
}

.BC-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.BC-container .BC-container {
    padding-left: 0;
    padding-right: 0
}

.get-image {
    margin: 0
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

body {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page-404 {
    background-image: url(../images/404.png);
    background-position: -100px
}

.last-modified-date {
    display: inline-block;
    margin: 1rem auto;
    text-align: center;
    width: 100%;
    padding: 10px 30px;
    border-radius: 5px;
    background: #fff;
    background: -o-linear-gradient(150deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 5%, #ccc 50%, #fff 95%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(300deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 5%, #ccc 50%, #fff 95%, rgba(255, 255, 255, 0) 100%);
    font-weight: 700
}

html {
    font-size: 17px
}

.accent-button {
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: 0;
    background: 0 0;
    padding: .6rem 1.2rem;
    font-size: 1.2rem;
    font-weight: 300;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.accent-button.fill-button {
    background: var(--main-accent-bg-color);
    border: 2px solid var(--main-accent-bg-color)
}

.accent-button.fill-button:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%)
}

.accent-button.outline-button {
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .5)
}

.accent-button.outline-button:hover {
    background-color: rgba(255, 255, 255, .1)
}

* + .BC-content-button {
    margin-top: 2rem
}

.BC-content-button.alight-left {
    text-align: left
}

.BC-content-button.align-right {
    text-align: right
}

.BC-content-button.align-center {
    text-align: center
}

.BC-content-button a, .BC-content-button button, .BC-content-button span {
    background: var(--content-button-bg-color);
    display: inline-flex;
    align-items: center;
    gap: 0 10px;
    border: 2px solid var(--content-button-bg-color);
    padding: .7rem 2rem;
    font-size: 1.2rem;
    border-radius: 5px;
    color: var(--content-button-color);
    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    cursor: pointer;
    text-decoration: none
}

.BC-content-button a:hover, .BC-content-button button:hover, .BC-content-button span:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.page-header {
    background-color: var(--header-bg-color)
}

.page-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem var(--offsets)
}

.page-header__logo {
    max-width: 150px;
    width: 100%
}

.page-header__buttons, .page-header__nav {
    margin: 0 auto
}

.page-header__buttons a, .page-header__buttons button, .page-header__buttons span {
    font-weight: 400;
    margin: 1rem
}

.page-header__burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 25px
}

.page-header__burger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: var(--main-accent-bg-color);
    border-radius: 20%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.page-header__burger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotateZ(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotateZ(45deg)
}

.page-header__burger.active span:nth-of-type(2) {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.page-header__burger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotateZ(-45deg)
}

.main-nav {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.main-nav__list {
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-nav__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-nav__item:hover > a::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.main-nav__item:hover .sub-menu {
    opacity: 1;
    pointer-events: auto
}

.main-nav__link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 300;
    margin: 0 .5rem;
    padding: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: var(--main-nav-color);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.main-nav__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main-accent-bg-color);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.main-nav__link--current {
    color: #333
}

.main-nav__item--has-children {
    position: relative
}

.main-nav__item--has-children.active .sub-menu__arrow svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
}

.main-nav__item--has-children.active .sub-menu {
    display: block;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    top: 0;
    margin-top: 0;
    padding: 0 1rem
}

.main-nav__item--has-children.active .sub-menu::before {
    display: none
}

.sub-menu__arrow {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
    right: -11px;
    padding: 0 0 0 40px;
    text-align: right
}

.sub-menu__arrow svg {
    max-width: 15px;
    width: 100%;
    height: auto;
    fill: var(--main-accent-bg-color);
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: .5rem;
    padding: .5rem 1rem;
    list-style: none;
    background-color: var(--header-bg-color);
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    z-index: 100
}

.sub-menu::before {
    content: "";
    position: absolute;
    top: -.5rem;
    left: 0;
    height: .5rem;
    width: 100%;
    background-color: transparent
}

.sub-menu:hover {
    color: var(--main-accent-bg-color)
}

.sub-menu__link {
    display: block;
    font-size: 1rem;
    text-decoration: none;
    color: var(--main-nav-color);
    margin: .5rem 0;
    white-space: nowrap;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.sub-menu__link:hover {
    color: var(--main-accent-bg-color)
}

.sub-menu__link--current {
    color: #333
}

.BC-columns {
    padding: 2rem 0
}

.BC-columns__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -1rem;
    list-style: none;
    padding-left: 0
}

.BC-columns__container.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.BC-columns__item {
    margin: 1rem
}

.BC-columns__item img {
    display: block;
    margin: 0 auto
}

.BC-columns.align-center .BC-columns__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.BC-columns.align-top .BC-columns__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.BC-columns.align-bottom .BC-columns__container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.BC-columns.align-stretch .BC-columns__container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.BC-columns.col-1 .BC-columns__item {
    width: calc(100% - 2rem)
}

.BC-columns.col-2 .BC-columns__item {
    width: calc(100% / 2 - 2rem)
}

.BC-columns.col-3 .BC-columns__item {
    width: calc(100% / 3 - 2rem)
}

.BC-columns.col-4 .BC-columns__item {
    width: calc(100% / 5 - 2rem)
}

.BC-columns.col-5 .BC-columns__item {
    width: calc(100% / 5 - 2rem)
}

.BC-columns.col-6 .BC-columns__item {
    width: calc(100% / 6 - 2rem)
}

.wp-block-columns {
    max-width: calc(1380px + var(--offsets) + var(--offsets));
    padding: 2rem var(--offsets);
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    gap: 30px
}

.wp-block-columns .wp-block-column {
    margin: 0
}

.wp-block-columns.col-1 {
    -ms-grid-columns:(1fr) [ 1 ];
    grid-template-columns:repeat(1, 1fr)
}

.wp-block-columns.col-2 {
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.wp-block-columns.col-3 {
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr)
}

.wp-block-columns.col-4 {
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr)
}

.wp-block-columns.col-5 {
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr)
}

.wp-block-columns.col-6 {
    -ms-grid-columns:(1fr) [ 6 ];
    grid-template-columns:repeat(6, 1fr)
}

.wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wp-block-column > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.wp-block-column > :not(:first-child) {
    margin-top: 30px
}

.wp-block-column .row {
    padding: 0
}

.icon-blocks {
    padding: 2rem 0
}

.icon-blocks__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.icon-blocks__item {
    background-color: var(--main-accent-bg-color);
    width: calc(100% / 6);
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff
}

.icon-blocks__item:hover .icon-blocks__image {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.icon-blocks__image {
    text-align: center;
    margin-top: 2rem;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.icon-blocks__image img {
    max-width: 100px
}

.icon-blocks__content {
    text-align: center;
    margin: 1rem 0 0;
    color: #fff;
    font-size: .9rem
}

.BC-bonus {
    border: 1px solid var(--main-accent-bg-color);
    border-radius: 10px;
    height: 100%;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 10px;
}

.BC-bonus__title {
    font-size: 2rem;
    text-align: center;
    color: var(--main-accent-bg-color)
}

.BC-bonus__value {
    margin: 2rem 0;
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: 600;
    text-align: center;
    color: var(--main-accent-bg-color)
}

.BC-bonus__text {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin-bottom: 2rem
}

.BC-bonus__button {
    margin-top: auto;
    padding: 1rem 3rem;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #5617cb;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    text-decoration: none
}

.BC-bonus__button:hover {
    background-color: var(--main-accent-bg-color);
    border: 1px solid var(--main-accent-bg-color);
    color: #fff
}

.BC-bonus.accented {
    background-color: var(--main-accent-bg-color)
}

.BC-bonus.accented .BC-bonus__text, .BC-bonus.accented .BC-bonus__title, .BC-bonus.accented .BC-bonus__value {
    color: #fff
}

.BC-bonus.accented .BC-bonus__button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.BC-bonus.accented .BC-bonus__button:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: var(--main-accent-bg-color)
}

.BC-review {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.BC-review__text {
    margin-top: 0;
    color: rgba(33, 33, 33, .7);
    font-weight: 500;
    margin-bottom: .5rem
}

.BC-review__user {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.BC-review__user-image {
    max-width: 60px;
    border-radius: 50%
}

.BC-review__user-name {
    margin-top: 0;
    margin-left: 1rem;
    color: #6ec1e4;
    font-size: 1.1rem;
    font-weight: 600
}

.BC-show-posts {
    background: #fbfbfb
}

.BC-show-posts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 10px;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    background-color: #fff
}

.BC-show-posts__item:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1)
}

.BC-show-posts__item:hover .show-posts__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.BC-show-posts__image {
    height: 150px;
    overflow: hidden
}

.BC-show-posts__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.BC-show-posts__title {
    color: var(--main-accent-bg-color);
    margin-top: 1rem;
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: 1.7rem
}

.BC-show-posts__text {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 10px
}

.BC-show-posts__link {
    text-decoration: underline;
    color: var(--main-accent-bg-color);
    margin-top: auto;
    padding: 0 10px
}

.BC-show-posts__hidden-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2
}

.video {
    max-width: 650px
}

.video.align-center {
    margin: 0 auto
}

.video.align-right {
    margin-left: auto
}

.video__container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000
}

.video__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: 0 0;
    border: none
}

.video__button-shape {
    fill: #212121;
    fill-opacity: .8
}

.video__button-icon {
    fill: #fff
}

.video__button:focus {
    outline: 0
}

.video__button:focus .video__button-shape, .video__button:hover .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.video__button:hover {
    cursor: pointer
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.page-footer {
    background-color: var(--header-bg-color)
}

.page-footer--enable-mobile-button {
    padding-bottom: 50px
}

.page-footer__nav {
    padding: 15px 0;
    margin: 0 auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.page-footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-footer__list li:not(:last-child) {
    margin-right: 25px
}

.page-footer__list a, .page-footer__list span {
    font-size: 1.1rem;
    font-weight: 300;
    color: var(--main-nav-color);
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.page-footer__list a:hover, .page-footer__list span:hover {
    color: var(--main-accent-bg-color)
}

.page-footer__list .sub-menu {
    margin: .2rem 0
}

.page-footer__text > p {
    color: var(--main-nav-color);
    font-weight: 300;
    font-size: .9rem;
    line-height: 1.4rem
}

.page-footer .columns__item > * {
    margin-bottom: 1rem
}

.page-footer .columns__item > :first-child {
    margin-top: 0
}

.page-footer .columns__item * {
    color: var(--main-nav-color)
}

.BC-faq__item {
    border-radius: 10px;
    background-color: #f3f4f4
}

.BC-faq__item:not(:last-child) {
    margin-bottom: 10px
}

.BC-faq__details {
    border-radius: 10px;
    outline: 0
}

.BC-faq__details[open] .BC-faq__question svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.BC-faq__question {
    padding: 28px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: inherit;
    color: var(--color-font-dark);
    cursor: pointer;
    outline: 0
}

.BC-faq__question svg {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-left: 30px;
    fill: #000;
    z-index: 10;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 30px;
    width: 30px
}

.BC-faq__question::-webkit-details-marker {
    display: none
}

.BC-faq__answer {
    padding: 0 30px 10px
}

.BC-faq__answer * {
    margin-top: .8rem;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    font-size: inherit;
    line-height: inherit
}

.BC-faq__answer :first-child {
    margin-top: 0
}

.BC-toc {
    display: inline-block;
    padding: .5rem 1rem;
    margin: 1rem 0;
    background-color: #f3f4f4;
    border-radius: 10px;
    width: 100%
}

.BC-toc.active .BC-toc__list {
    max-height: 100%
}

.BC-toc.active .BC-toc__title::after {
    -webkit-transform: translateY(-50%) rotateZ(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotateZ(180deg)
}

.BC-toc__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.BC-toc__title {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 30px 0 0;
    color: #333;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    cursor: pointer
}

.BC-toc__title::after {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    width: 18px;
    height: 18px;
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='18' height='18' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M18.2375 0.5H7.7625C3.2125 0.5 0.5 3.2125 0.5 7.7625V18.225C0.5 22.7875 3.2125 25.5 7.7625 25.5H18.225C22.775 25.5 25.4875 22.7875 25.4875 18.2375V7.7625C25.5 3.2125 22.7875 0.5 18.2375 0.5ZM18.075 11.9625L13.6625 16.375C13.475 16.5625 13.2375 16.65 13 16.65C12.7625 16.65 12.525 16.5625 12.3375 16.375L7.925 11.9625C7.5625 11.6 7.5625 11 7.925 10.6375C8.2875 10.275 8.8875 10.275 9.25 10.6375L13 14.3875L16.75 10.6375C17.1125 10.275 17.7125 10.275 18.075 10.6375C18.4375 11 18.4375 11.5875 18.075 11.9625Z' fill='%23000000'/></svg>")
}

.BC-toc__list {
    height: auto;
    max-height: 0;
    overflow: hidden;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.BC-toc__item:not(:last-child) {
    margin-right: 30px
}

.BC-toc__link {
    display: inline-block;
    color: inherit;
    padding: .3rem 0;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.page-single {
    max-width: 1440px;
    margin: 0 auto 3rem;
    padding: 0 10px
}

.breadcrumbs {
    padding: .5rem 0
}

.breadcrumbs__list {
    list-style: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs__item {
    margin-right: 10px
}

.breadcrumbs__link {
    font-size: .9rem;
    font-weight: 300;
    text-decoration: none;
    color: var(--main-accent-bg-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.breadcrumbs__link svg {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    stroke: var(--main-accent-bg-color)
}

.breadcrumbs__link--no-active, .breadcrumbs__link:hover {
    color: var(--header-bg-color)
}

.BC-promocode {
    padding: 1rem 0
}

.BC-promocode__container {
    max-width: 670px;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 1rem 2rem
}

.BC-promocode__title {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-align: center
}

.BC-promocode__controls {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 3px;
    background-color: #fff;
    border-radius: 8px
}

.BC-promocode__value {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 10%
}

.BC-promocode__button {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    outline: 0;
    text-decoration: none;
    text-align: center;
    padding: .6rem 1rem;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    border-radius: 7px;
    background-color: var(--main-accent-bg-color);
    border: 2px solid var(--main-accent-bg-color);
    cursor: pointer
}

.BC-promocode__button:hover {
    background-color: #fff;
    color: var(--main-accent-bg-color)
}

.BC-promocode__text {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: center
}

.BC-promocode__bottom {
    display: block;
    margin: 1.2rem auto 0;
    max-width: 300px;
    width: 100%;
    padding: .6rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    outline: 0;
    text-align: center;
    text-decoration: none;
    background-color: #f23e71;
    border: 2px solid #f23e71;
    border-radius: 7px;
    cursor: pointer
}

.BC-promocode__bottom:hover {
    background-color: #fff;
    color: #f23e71
}

.mobile-button {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.mobile-button a, .mobile-button button, .mobile-button span {
    font-weight: 400;
    font-size: 1.2rem
}

.mobile-button__container {
    padding: 10px 1rem
}

.mobile-button__control {
    display: block;
    width: 100%
}

.BC-slots {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    height: 100%
}

.BC-slots__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.BC-slots__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.BC-slots__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5
}

.BC-slots__title {
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px
}

.BC-slots .BC-slots__button {
    font-weight: 300;
    width: 80%;
    padding: .3rem 1rem
}

.BC-slots__text {
    color: #fff;
    font-size: .9rem;
    text-align: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 5px
}

.BC-background-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.BC-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%
}

.BC-advantages__image {
    width: 150px;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.BC-advantages__title {
    margin-top: 1rem
}

.rating {
    padding: 1rem 0
}

.rating__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating__item {
    font-size: 1.3rem;
    padding: 0 .2rem;
    color: #888
}

.BC-difference__element {
    padding: 1rem;
    border: 1px solid var(--main-accent-bg-color);
    border-radius: 10px
}

.BC-difference__list {
    list-style: none;
    padding-left: 0
}

.BC-difference__item {
    margin: 1rem 0;
    padding-left: 25px;
    position: relative
}

.BC-difference__item::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.BC-difference__item_plus::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzY3LjgwNSAzNjcuODA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNjcuODA1IDM2Ny44MDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiMzQkI1NEE7IiBkPSJNMTgzLjkwMywwLjAwMWMxMDEuNTY2LDAsMTgzLjkwMiw4Mi4zMzYsMTgzLjkwMiwxODMuOTAycy04Mi4zMzYsMTgzLjkwMi0xODMuOTAyLDE4My45MDINCgkJUzAuMDAxLDI4NS40NjksMC4wMDEsMTgzLjkwM2wwLDBDLTAuMjg4LDgyLjYyNSw4MS41NzksMC4yOSwxODIuODU2LDAuMDAxQzE4My4yMDUsMCwxODMuNTU0LDAsMTgzLjkwMywwLjAwMXoiLz4NCgk8cG9seWdvbiBzdHlsZT0iZmlsbDojRDRFMUY0OyIgcG9pbnRzPSIyODUuNzgsMTMzLjIyNSAxNTUuMTY4LDI2My44MzcgODIuMDI1LDE5MS4yMTcgMTExLjgwNSwxNjEuOTYgMTU1LjE2OCwyMDQuODAxIA0KCQkyNTYuMDAxLDEwMy45NjggCSIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)
}

.BC-difference__item_minus::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiBjbGFzcz0iIj48Zz48ZWxsaXBzZSBzdHlsZT0iZmlsbDojRTA0RjVGOyIgY3g9IjI1NiIgY3k9IjI1NiIgcng9IjI1NiIgcnk9IjI1NS44MzIiIGRhdGEtb3JpZ2luYWw9IiNFMDRGNUYiIGNsYXNzPSIiLz48cmVjdCB4PSIxMTMuMiIgeT0iMjI4IiBzdHlsZT0iZmlsbDojRkZGRkZGIiB3aWR0aD0iMjg1LjY3MiIgaGVpZ2h0PSI1NiIgZGF0YS1vcmlnaW5hbD0iI0ZGRDA3RCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI0ZGRDA3RCIvPjwvZz4gPC9zdmc+Cg==)
}

.comments {
    margin: 2rem -10px -10px
}

.comments .comment {
    margin: 10px
}

.comments .comment__author {
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0
}

.comments .comment__date {
    font-size: .9rem;
    margin-left: 15px;
    color: #a2a2a2
}

.comments .comment__content {
    padding: 10px 0 0 10px;
    margin-left: 10px;
    border-left: 1px solid var(--main-accent-bg-color);
    margin-top: 0;
    font-size: 1rem;
    font-weight: 300
}

.comments .comment__karma {
    margin-left: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comments .comment__karma .karma__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
    cursor: pointer;
    outline: 0;
    border: none;
    width: 15px;
    height: 15px;
    line-height: 16px;
    border-radius: 50%;
    color: #fff;
    opacity: .1
}

.comments .comment__karma .karma__control.decrease {
    background-color: #dc3545
}

.comments .comment__karma .karma__control.increase {
    background-color: #28a745
}

.comments .comment__karma .karma__control:hover {
    opacity: 1
}

.comments .comment__karma .value {
    font-size: 1rem;
    font-weight: 300;
    color: #a2a2a2
}

.comments .comment__reply {
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
    color: #888
}

.comments .comment__child {
    padding-left: 20px;
    position: relative
}

.comment-footer {
    margin-top: 2rem
}

.comment-form-footer {
    margin: 3rem 0
}

.comment-form__title {
    text-align: center
}

.comment-form__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto 0;
    max-width: 700px
}

.comment-form__field {
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    outline: 0;
    font-size: 1rem;
    font-weight: 300;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.comment-form__field:active, .comment-form__field:focus, .comment-form__field:hover {
    border: 1px solid var(--main-accent-bg-color)
}

.comment-form__field.error {
    border: 1px solid #dc3545;
    background-color: rgba(220, 53, 69, .05)
}

.comment-form__input {
    width: calc(100% / 2 - 20px);
    margin: 10px
}

.comment-form__textarea {
    width: calc(100% - 20px);
    margin: 10px;
    min-height: 100px
}

.comment-form__button {
    margin: 10px
}

.comment-form__alert {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: .8rem;
    font-weight: 300;
    color: #000;
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    display: block;
    text-align: center;
    width: calc(100% - 20px)
}

.comment-form__alert.error {
    opacity: 1;
    color: #dc3545
}

.comment-form__alert.success {
    opacity: 1;
    color: #28a745
}

.page-404__title {
    text-align: center;
    font-size: 5rem;
    margin-top: 2rem
}

.page-404__subtitle {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    margin-top: 2rem
}

.page-404__link {
    margin: 2rem 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.scroll-top {
    position: fixed;
    bottom: 70px;
    right: 15px
}

.scroll-top__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-color: var(--main-accent-bg-color);
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 20px
}

.slider__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.slider__content {
    margin: 1rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider__title {
    font-weight: 400;
    font-size: 4rem;
    line-height: 4.2rem;
    color: #202021;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: right
}

.slider__button {
    font-size: 1.2rem;
    padding: 1rem 6rem;
    border-radius: 31px;
    height: 67px;
    background: #03a528;
    border: 3px solid #03a528;
    margin-left: 4rem
}

.slider__button:hover {
    background: #fff;
    color: #03a528
}

.slider .swiper-pagination {
    position: relative;
    bottom: 0
}

.slider .swiper-pagination::after, .slider .swiper-pagination::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    max-width: 400px;
    height: 10px;
    background-image: url(data:image/png;base64,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);
    background-repeat: repeat-x
}

.slider .swiper-pagination::before {
    left: calc(50% - 35px);
    -webkit-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%)
}

.slider .swiper-pagination::after {
    right: calc(50% - 35px);
    -webkit-transform: translateY(-50%) translateX(100%) rotateX(180deg);
    transform: translateY(-50%) translateX(100%) rotateX(180deg)
}

.small-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.small-icons__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    padding: 1rem 2rem;
    position: relative
}

.small-icons__item:not(:last-of-type):after {
    content: "";
    position: absolute;
    top: calc(50% - .5rem);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 40px;
    border-left: 1px dotted #cdcdcd
}

.small-icons__item a {
    text-decoration: none
}

.small-icons__image {
    width: 35px;
    height: 35px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #0083c3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto
}

.small-icons__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.small-icons__text {
    text-align: center;
    margin-top: 5px;
    font-weight: 600;
    text-decoration: none;
    color: #0083c3;
    font-size: 1rem
}

.BC-author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1rem 0
}

.BC-author-block_outlined {
    border: 1px solid var(--main-accent-bg-color);
    padding: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1rem
}

.BC-author-block__avatar {
    width: 60px;
    height: 60px
}

.BC-author-block__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.BC-author-block__avatar_scaled {
    width: 150px;
    height: 150px
}

.BC-author-block__content {
    margin-left: 1rem;
    max-width: 600px
}

.BC-author-block__name {
    font-size: 1rem;
    font-weight: 600
}

.BC-author-block__description {
    font-size: .9rem;
    font-weight: 300;
    opacity: .8;
    margin-top: .5rem
}

.BC-author-block__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin: .5rem -5px -5px
}

.BC-author-block__social li {
    width: 25px;
    height: 25px;
    margin: 5px
}

.BC-author-block__social li:hover {
    opacity: .7
}

.shared-items {
    margin: 2rem 0
}

.shared-items__title {
    margin: 15px 10px;
    font-size: 1.2rem;
    font-weight: 600
}

.shared-items__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -2px;
    padding-left: 0
}

.shared-items__item {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    margin: 2px
}

.shared-items__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 .5rem;
    background-color: #f1f1f1;
    border-radius: 10px
}

.shared-items__link svg {
    width: 30px;
    height: 30px
}

#cookie-law-div {
    z-index: 10000000;
    position: fixed;
    bottom: 3%;
    right: 2%;
    padding: 1em;
    max-width: 400px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    font-size: 15px;
    -webkit-box-shadow: rgba(23, 43, 99, .4) 0 7px 28px;
    box-shadow: rgba(23, 43, 99, .4) 0 7px 28px
}

#cookie-law-div a {
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .5)
}

#cookie-law-div a:hover {
    opacity: .7
}

#cookie-law-div p {
    margin: 0;
    color: #000;
    padding-right: 50px
}

#cookie-law-div button {
    height: 20px;
    width: 20px;
    position: absolute;
    right: .5em;
    top: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 1;
    color: #fff;
    background-color: #000;
    border: none;
    opacity: .6;
    font-size: 12px;
    cursor: pointer;
    border-radius: 50px
}

#cookie-law-div button:hover {
    opacity: 1
}

.acceptButton {
    width: 113px !important;
    background-color: green !important;
    top: 124px !important
}

.social {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social__item:not(:last-child) {
    margin-right: 25px
}

.social__link img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background-color: var(--header-bg-color)
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--main-accent-bg-color);
    border: 1px solid var(--header-bg-color);
    height: 20%
}

.video-v2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video-v2__container {
    position: relative;
    width: 100%;
    max-width: 800px
}

.video-v2.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.video-v2.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-v2.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.video-v2__player {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 16/9
}

.video-v2__button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.video-v2._active .video-v2__button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.video-v2._active .video-v2__player {
    cursor: pointer
}

.video-v2__button-shape {
    fill: rgba(0, 0, 0, .6)
}

.video-v2__button-icon {
    fill: #fff
}

.video-v2__button:hover .video-v2__button-shape {
    fill: red
}

.video-v2__button svg path {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.screenshot-gallery__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.screenshot-gallery__item:not(:last-child) {
    margin-right: 10px
}

.gbtn {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: rgba(204, 204, 204, .3) !important
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .BC-toc__link:focus, .BC-toc__link:hover {
        color: var(--main-accent-bg-color)
    }

    .social__link:focus img, .social__link:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .gbtn:focus, .gbtn:hover {
        background-color: #ccc !important
    }
}

@media (min-width: 1024px) {
    .sub-menu__arrow {
        pointer-events: none
    }
}

@media (max-width: 1300px) {
    .BC-columns.col-6 .BC-columns__item {
        width: calc(100% / 5 - 2rem)
    }

    .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 5 ];
        grid-template-columns:repeat(5, 1fr)
    }
}

@media screen and (max-width: 1200px) {
    :root {
        --offsets: 20px
    }
}

@media (max-width: 1200px) {
    .BC-columns.col-5 .BC-columns__item, .BC-columns.col-6 .BC-columns__item {
        width: calc(100% / 4 - 2rem)
    }

    .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (max-width: 1050px) {
    .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 16px
    }

    .page-header__container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: var(--offsets);
        position: relative
    }

    .page-header__logo {
        max-width: 100px
    }

    .page-header__nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .page-header__buttons {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .page-header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .main-nav {
        margin-left: calc(-100vw / 2 + 100% / 2) !important;
        margin-right: calc(-100vw / 2 + 100% / 2) !important;
        max-width: 100vw !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--header-bg-color);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 250ms;
        -o-transition: opacity 250ms;
        transition: opacity 250ms
    }

    .main-nav.active {
        opacity: 1;
        pointer-events: auto;
        z-index: 9999
    }

    .main-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1rem
    }

    .main-nav__item {
        width: 100%
    }

    .main-nav__link {
        width: 100%;
        padding: .5rem 0;
        margin: 0
    }

    .main-nav__link::after {
        display: none
    }

    .main-nav__item--has-children {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .sub-menu__arrow {
        right: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 5px 5px 5px 30px
    }

    .sub-menu {
        display: none;
        width: 100%
    }

    .sub-menu__link {
        font-size: 1.2rem;
        font-weight: 300
    }
}

@media (max-width: 1000px) {
    .BC-columns.col-3 .BC-columns__item {
        width: calc(100% / 2 - 2rem)
    }

    .BC-columns.col-4 .BC-columns__item, .BC-columns.col-5 .BC-columns__item, .BC-columns.col-6 .BC-columns__item {
        width: calc(100% / 3 - 2rem)
    }

    .icon-blocks__item {
        width: calc(100% / 3)
    }
}

@media screen and (max-width: 900px) {
    :root {
        --offsets: 16px
    }
}

@media (max-width: 900px) {
    .wp-block-columns.col-3, .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 800px) {
    .BC-columns.col-2 .BC-columns__item {
        width: calc(100% - 2rem)
    }
}

@media (max-width: 767px) {
    .BC-wrapper > :last-child {
        margin-bottom: 1rem
    }

    .BC-content-button {
        margin-top: 1rem
    }

    .BC-columns {
        padding: 1rem 0
    }

    .BC-columns__item {
        margin: .5rem 1rem
    }

    .page-footer__list a, .page-footer__list span {
        padding: 5px
    }

    .BC-faq__details {
        border-radius: 5px
    }

    .BC-faq__question svg {
        fill: #000;
        margin-left: 15px;
        height: 18px;
        width: 18px
    }

    .BC-faq__question {
        padding: 15px 10px;
        font-size: 14px;
        line-height: 130%
    }

    .BC-faq__answer {
        padding: 0 10px 15px
    }

    .BC-toc.active .BC-toc__list {
        margin-top: 1rem
    }

    .BC-toc__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .BC-toc__title::after {
        display: inline-block
    }

    .BC-toc__title {
        width: 100%;
        margin: 0
    }

    .BC-toc__list {
        width: 100%
    }

    .BC-toc__list.vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .BC-toc__list.vertical .BC-toc__item {
        width: 100%
    }

    .BC-toc__list.vertical .BC-toc__item:not(:last-child) {
        margin-right: 0
    }

    .BC-toc__link {
        width: 100%;
        text-align: center
    }

    .screenshot-gallery__list {
        width: 100%;
        max-width: 980px;
        overflow-x: auto
    }

    .screenshot-gallery__item {
        min-width: 300px;
        max-width: 325px
    }
}

@media (max-width: 750px) {
    .BC-columns.col-3 .BC-columns__item {
        width: calc(100% - 2rem)
    }

    .BC-columns.col-4 .BC-columns__item, .BC-columns.col-5 .BC-columns__item, .BC-columns.col-6 .BC-columns__item {
        width: calc(100% / 2 - 2rem)
    }

    .wp-block-columns.col-2, .wp-block-columns.col-3, .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

@media (max-width: 700px) {
    html {
        font-size: 15px
    }

    .mobile-button {
        display: block
    }

    .slider__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slider__title {
        text-align: center
    }

    .slider__button {
        margin-left: 0;
        margin-top: 1rem
    }
}

@media screen and (max-width: 700px) {
    #cookie-law-div p {
        padding-bottom: 36px
    }

    .acceptButton {
        left: calc(50% - 60px)
    }
}

@media (max-width: 650px) {
    .sub-menu {
        max-width: 100%
    }

    .sub-menu__link {
        font-size: 1rem
    }

    .icon-blocks__item {
        width: calc(100% / 2)
    }
}

@media (max-width: 600px) {
    .BC-promocode__controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .BC-promocode__button {
        max-width: none;
        margin-top: .5rem
    }

    .BC-promocode__text {
        margin-left: 0;
        text-align: center
    }

    #cookie-law-div {
        border-radius: 0;
        max-width: 100%;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width: 600px) {
    .acceptButton {
        top: 100px !important
    }

    #cookie-law-div p {
        padding-bottom: 50px
    }
}

@media (max-width: 550px) {
    .page-header__buttons {
        margin: 0 -.2rem
    }

    .page-header__buttons a, .page-header__buttons button, .page-header__buttons span {
        margin: 0 .2rem
    }

    .BC-columns.col-4 .BC-columns__item, .BC-columns.col-5 .BC-columns__item, .BC-columns.col-6 .BC-columns__item {
        width: calc(100% - 2rem)
    }

    .page-footer__logo {
        text-align: center
    }
}

@media (max-width: 500px) {
    html {
        font-size: 14px
    }

    .page-header__buttons {
        width: 100%;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        text-align: center;
        margin-top: 1rem
    }

    .comment-form__button, .comment-form__input {
        width: calc(100% - 20px)
    }
}

@media screen and (max-width: 400px) {
    .acceptButton {
        top: 127px !important
    }
}

body {
    font-family: var(--ff-primary);
}

.has-text-align-center {
    text-align: center
}

.breadcrumbs__link--no-active, .breadcrumbs__link:hover, .BC-advantages__text, .BC-how-to__title, h1, h2, h3, h4, h5, ol:not([class]) li, p.has-text-align-center, p:not([class]), ul:not([class]) li {
    color: #000
}

table ol:not([class]) li, table ul:not([class]) li {
    color: #98a7b5
}

.page-header__burger span {
    background-color: var(--content-button-bg-color)
}

.main-nav__link--current {
    color: var(--content-button-bg-color)
}

@media (min-width: 768px) {
    .BC-toc .BC-toc__list {
        max-height: 100%
    }
}

.page-footer__list .active__link {
    color: var(--content-button-bg-color)
}

.page-footer__list .active__link:hover {
    color: var(--content-button-bg-color)
}

.page-footer__nav {
    display: flex;
    flex-basis: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
    margin: 0 1rem
}

@media (max-width: 768px) {
    .page-footer__nav {
        gap: 20px
    }
}

.page-footer__nav .page-footer__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.BC-faq__details {
    border-radius: 5px;
    overflow: hidden
}

.BC-faq__question {
    background-color: #373a42;
    color: #f5f6f7
}

.BC-faq__question svg {
    fill: #fff
}

.BC-faq__answer {
    background-color: #17191b;
    color: #99a4b0;
    padding: 10px 30px
}

.BC-faq__answer p {
    color: #99a4b0
}

.BC-faq__answer a {
    color: #f5f6f7
}

.accent-button.header__first-btn, .accent-button.header__second-btn {
    color: #fff;
    border: unset;
    border-radius: unset
}

.accent-button.header__first-btn {
    background-color: #3bc117;
    background-image: conic-gradient(from 1turn, #6acf15, #209B44)
}

.accent-button.header__second-btn {
    background-color: #5617cb;
    background-image: conic-gradient(from 1turn, #8447f6, #5617CB)
}

.page-header__buttons {
    display: flex;
    justify-content: center;
    gap: 10px
}

.page-header__logo p {
    display: flex
}

.page-header__buttons .header__first-btn, .page-header__buttons .header__second-btn {
    margin-left: 0;
    margin-right: 0
}

@media (max-width: 1450px) {
    .main-nav__link {
        margin-left: 0;
        margin-right: 0
    }
}

.main-nav__link:hover, .sub-menu__link--current, .sub-menu__link:hover {
    color: var(--content-button-bg-color)
}

.main-nav__item--has-children {
    padding-right: .5rem
}

.main-nav__item--has-children .main-nav__link {
    padding-right: 0
}

.sub-menu__arrow {
    position: static;
    top: unset;
    right: unset;
    padding: 0;
    transform: rotate(90deg)
}

.sub-menu__arrow svg {
    fill: var(--content-button-bg-color)
}

@media (max-width: 1024px) {
    .sub-menu__arrow {
        position: absolute;
        top: 10px;
        right: 0;
        transform: unset;
        width: 30%;
        z-index: 10
    }

    .sub-menu__arrow svg {
        transform: rotate(90deg)
    }
}

.BC-faq__question h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: inherit;
    color: #f5f6f7;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .BC-faq__question h3 {
        font-size: 14px;
        line-height: 130%
    }
}

.BC-how-to__main-title {
    margin-bottom: 1rem
}

.BC-how-to__title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.1rem;
}
.BC-rating-and-downloads {
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--header-bg-color);
    color: #fff;
    padding: .5rem 1rem;
    width: 100%;
    border-radius: 10px
}

.BC-rating-and-downloads.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.BC-rating-and-downloads.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.BC-rating-and-downloads.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.BC-rating-and-downloads__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.BC-rating-and-downloads__rating-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px
}

.BC-rating-and-downloads__rating-star svg {
    width: 19px;
    height: 19px;
    margin-left: 5px;
    fill: #fff
}

.BC-rating-and-downloads__download-text, .BC-rating-and-downloads__rating-reviews {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
    color: #fff
}

.BC-rating-and-downloads__download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px
}

.BC-rating-and-downloads__download-number {
    font-weight: 900;
    font-size: 16px;
    line-height: 19px
}

.footer-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 20px;
    width: 100%;
    list-style: none
}

.footer-images img {
    width: auto;
    max-height: 50px;
    object-fit: contain
}

.main-nav__link svg {
    width: auto;
    height: 20px
}

.winners {
    display: flex;
    flex-wrap: wrap
}

.winners .wp-block-heading {
    flex: 1 1 100%
}

.winners .winners__rline {
    display: flex;
    align-items: center;
    flex: 1 1 100%;
    overflow: hidden;
    width: max-content
}

.winners .winners__list {
    display: flex;
    gap: 14px;
    list-style: none;
    margin: 0;
    animation: scroll 20s linear infinite
}

.winners .winners__list:hover {
    animation-play-state: paused
}

.winners .winners__person {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    background-color: #111415
}

@keyframes scroll {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-50%)
    }
}

.winners .get-image {
    width: 150px;
    height: 150px;
    overflow: hidden
}

.winners .get-image img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover
}

.winners .winners__name {
    color: #fff;
    margin: 0 10px
}

.winners .winners__reward {
    padding: 1px 5px;
    background-color: rgba(69, 217, 30, .1);
    border-radius: 1px;
    color: #3bc117;
    margin: 0 10px 10px 10px
}

@media (max-width: 767px) {
    .winners .winners__list {
        gap: 5px
    }

    .winners .get-image {
        width: 100px;
        height: 100px
    }
}

.BC-links, .BC-links-2 {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

.BC-links li, .BC-links-2 {
    width: 100%
}

.BC-links .BC-links__item {
    display: grid;
    grid-template-columns:1fr auto;
    box-shadow: -5px 4px 10px rgba(0, 0, 0, .09);
    background-image: linear-gradient(110deg, #172034, rgba(9, 15, 30, .9) 100%);
    border-radius: 10px;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    border: none;
    width: 100%;
    text-decoration: none
}

.BC-links .BC-links__title {
    font-size: 15px;
    font-weight: 700;
    align-self: flex-end
}

.BC-links .get-image {
    display: flex;
    grid-row: 1/3;
    grid-column: 2/3;
    padding: 0 0 0 10px;
    align-self: center
}

.BC-links .BC-links__item > :not(.get-image) {
    grid-column: 1/2;
    margin: 0;
    padding: 0
}

.BC-links .get-image img {
    width: auto;
    max-height: 40px
}

.BC-links-2 li {
    height: 270px
}

.BC-links-2 .BC-links__item {
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: 0 0;
    border: none;
    cursor: pointer
}

.BC-links-2 .BC-links__item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.BC-links-2 .BC-links__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    backdrop-filter: blur(1.5625rem);
    padding: 10px;
    margin-top: auto;
    width: 100%
}

.BC-links-2 .BC-links__title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900
}

.BC-links-2 .BC-links__description {
    color: #fff;
    text-align: left;
    margin-top: 5px
}

.BC-links-2 .BC-links__button {
    background-color: #5617cb;
    background-image: conic-gradient(from 1turn, #8447f6, #5617CB);
    color: #fff;
    border: unset;
    border-radius: unset;
    padding: .6rem 1.2rem;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 10px;
    width: 100%
}

.BC-links-2 li:nth-child(2n+1) .BC-links__button {
    background-color: #3bc117;
    background-image: conic-gradient(from 1turn, #6acf15, #209B44)
}

.BC-links-2 .get-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: -1;
    margin-top: auto;
    overflow: hidden
}

.BC-links-2 .get-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: unset;
    transition: .3s ease-in-out
}

.BC-links-2 .BC-links__item:hover img {
    transform: scale3d(1.1, 1.1, 1)
}

@media (max-width: 1024px) {
    .BC-links, .BC-links-2 {
        gap: 10px;
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 767px) {
    .BC-links, .BC-links-2 {
        grid-template-columns:1fr
    }
}

.head-bonus {
    position: relative;
    display: flex;
    gap: 20px;
    padding: 24px;
    color: #fff;
    background-color: #1c1e22;
    border-radius: 2px;
    z-index: 0
}

.head-bonus .get-image, .head-bonus .head-bonus__content {
    position: relative;
    z-index: 2;
    flex: 1 1
}

.head-bonus .get-image img {
    object-fit: contain;
    width: 100%;
    height: auto
}

.head-bonus .head-bonus__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px
}

.head-bonus__content > p {
    line-height: 38px;
    font-size: 36px;
    font-weight: 700;
    margin: 0
}

.head-bonus__content > p:first-of-type {
    font-size: 22px
}

.head-bonus__content b, .head-bonus__content strong {
    background: linear-gradient(90deg, #b5e916 22.99%, #43c111 73.57%);
    background-clip: border-box;
    color: transparent;
    -webkit-background-clip: text
}

.head-bonus .head-bonus__content button {
    width: fit-content;
    background-color: #5617cb;
    background-image: conic-gradient(from 1turn, #8447f6, #5617CB);
    color: #fff;
    border: none;
    font-size: 1.2rem;
    padding: .6rem 1.2rem;
    margin-top: 1rem;
    cursor: pointer;
    min-width: 200px
}

@media (max-width: 767px) {
    .head-bonus {
        flex-direction: column;
        padding: 48px 20px
    }

    .head-bonus .get-image {
        order: 1
    }

    .head-bonus .head-bonus__content {
        text-align: center;
        align-items: center;
        order: 2
    }

    .head-bonus .head-bonus__content button {
        width: 100%;
        min-width: unset
    }
}

.wp-block-table td, .wp-block-table th {
    background-color: #181818;
    color: #98a7b5;
    border: 2px solid #1c1e22
}

.wp-block-table td b {
    color: #fff
}

.wp-block-table th {
    background-color: var(--main-accent-bg-color);
    color: #fff
}

.prefox-how-to {
    counter-reset: count
}

.how-to__item {
    position: relative;
    margin: 0;
    border: 1px solid #3bc117;
    counter-increment: count;
    margin-left: 20px
}

.how-to__item:not(:last-child) {
    margin-bottom: 25px
}

.how-to__item:after {
    content: counter(count);
    position: absolute;
    top: -20px;
    left: -20px;
    font-weight: 700;
    background-color: #5617cb;
    background-image: conic-gradient(from 1turn, #8447f6, #5617CB);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px
}

.how-to__item:first-child {
    margin-top: 25px
}

.BC-how-to__content > p:first-child {
    margin-top: 0
}

@media (max-width: 767px) {
    .how-to__item:after {
        top: -13px;
        left: -13px;
        width: 26px;
        height: 26px
    }

    .how-to__item {
        margin-left: 13px
    }
}

.BC-bonus__content {
    margin-bottom: 1rem
}

.popup-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 900
}

.popup-bg._active {
    display: flex
}

.popup {
    width: 1243px
}

.popup .popup__cross {
    content: '';
    min-width: 28px;
    width: 28px;
    height: 28px;
    background-image: url(../images/cross.svg);
    cursor: pointer
}

.slots-popup {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden
}

.slots-popup .slots-popup__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 16px 12px 20px;
    background: var(--header-bg-color)
}

.slots-popup .slots-popup__title {
    color: #fff;
    flex: 1 1;
    margin-top: 0;
    margin-bottom: 0
}

.slots-popup .slots-popup__buttons {
    display: flex;
    justify-content: center;
    flex: 1 1
}

.slots-popup .slots__button {
    width: auto;
    padding: 10px 12.5px
}

.slots-popup .slots-popup__cross-container {
    display: flex;
    justify-content: flex-end;
    flex: 1 1
}

.slots-popup .slots-popup__content {
    position: relative;
    max-height: 80vh;
    aspect-ratio: 16/9;
    background-color: #12192b
}

@media (max-width: 767px) {
    .slots-popup .slots-popup__content {
        width: 100%;
        height: 80vh;
        aspect-ratio: unset
    }
}

.slots-popup .slots-popup__content iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: none
}

.slots-popup .slots-popup__iframe {
    width: 100%;
    height: 100%
}

@media (max-width: 1412px) {
    .popup {
        margin: 0 20px
    }

    .slots-popup .slots-popup__content {
        min-height: 540px
    }
}

@media (max-width: 1200px) {
    .popup {
        margin: 0 16px
    }
}

@media (max-width: 760px) {
    .slots-popup .slots-popup__content {
        min-height: 300px
    }

    .slots-popup .slots-popup__title {
        order: 1
    }

    .slots-popup .slots-popup__buttons {
        order: 3;
        flex: 1 1 100%;
        margin-top: 8px
    }

    .slots-popup .slots-popup__cross-container {
        flex: 0 0 32px;
        order: 2
    }

    .slots-popup .slots-popup__header {
        padding: 12px 20px
    }
}

.popup .slot__link {
    margin-top: 0
}

.BC-slots .BC-slots__button + .BC-slots__button {
    margin-top: .5rem
}

.BC-slots__image .get-image {
    width: 100%;
    height: 100%
}

.BC-slots .demo-button {
    background-color: #5617cb;
    border: 2px solid #5617cb
}

.BC-links-image-container {
    position: relative
}

.BC-links-image__slider {
    width: 100%;
    overflow: hidden
}

.BC-links-image__slider .BC-links-image__wrapper {
    display: flex;
    list-style: none;
    padding-left: 0;
    width: fit-content
}

.BC-links-image__link {
    background: 0 0;
    border: none;
    text-decoration: none;
    cursor: pointer
}

.BC-links-image__link:hover {
    opacity: .7
}

.BC-links-image__link .get-image {
    width: 100%;
    height: 100%
}

.BC-links-image__link .get-image img {
    display: block;
    min-width: 100%;
    height: auto;
    object-fit: cover
}

.BC-links-image-container .swiper-pagination {
    position: relative;
    margin-top: 10px
}

.BC-links-image-container .swiper-pagination-bullet {
    transition: .3s linear;
    background-color: #333
}

.BC-links-image-container .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 10px;
    background-color: #333
}

.BC-links-image-container .swiper-button-next, .BC-links-image-container .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-color: #353535;
    border-radius: 8px
}

.BC-links-image-container .swiper-button-next:hover, .BC-links-image-container .swiper-button-prev:hover {
    opacity: .8
}

.BC-links-image-container .swiper-button-next:after, .BC-links-image-container .swiper-button-prev:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/arrow-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.BC-links-image-container .swiper-button-next:after {
    transform: rotate(180deg)
}

.slots-2 {
    display: none
}

p + .advantages {
    margin-top: 1rem
}

.advantages {
    display: grid;
    gap: 20px;
    list-style: none;
    padding-left: var(--offsets) !important
}

.advantages.col-2 {
    grid-template-columns:repeat(2, 1fr)
}

.advantages.col-3 {
    grid-template-columns:repeat(3, 1fr)
}

.advantages.col-4 {
    grid-template-columns:repeat(4, 1fr)
}

.advantages.col-5 {
    grid-template-columns:repeat(5, 1fr)
}

.advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%
}

.advantages__item .get-image {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 1200px) {
    .advantages.col-4, .advantages.col-5 {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 900px) {
    .advantages.col-2, .advantages.col-3, .advantages.col-4, .advantages.col-5 {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 600px) {
    .advantages.col-2, .advantages.col-3, .advantages.col-4, .advantages.col-5 {
        grid-template-columns:1fr
    }
}

.text-image {
    display: grid;
    gap: 0 2rem;
    grid-template-columns:repeat(2, 1fr)
}

.text-image.reversed .get-image {
    order: -1;
}

.text-image__item > *:first-child {
    margin-top: 0;
}

@media (max-width: 800px) {
    .text-image {
        gap: 0;
        grid-template-columns:1fr
    }

    .text-image .get-image {
        grid-row: unset;
        grid-column: 1/2;
        margin-top: 1rem;
    }

    .text-image.reversed > :not(.get-image):not(.wp-block-heading) {
        grid-column: 1/2
    }

    .text-image.reversed .get-image {
        order: 3;
    }
}

.page-footer__text > p {
    color: var(--main-nav-color)
}

.dmca-badge {
    display: flex;
    margin-top: 1rem
}

.wp-block-table td .row_with_image {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Tabs block */
.tabs {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 20px;
}

.tabs .tabs__header {
    position: relative;
    display: flex;
    gap: 8px;
    margin: 0;
    padding-left: 0;
    overflow: auto;
}


.tabs .tabs__inner {
    position: relative;
}

.tabs .tabs__inner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 44px;
}

.tabs .tabs__header li {
    display: flex;
    justify-content: center;
    flex: 1 1;
}

.tabs .tabs__header-item {
    display: flex;
    justify-content: center;
    flex: 1 1;
    background: #5617cb40;
    border-radius: 6px;
}

.tabs .tabs__header-item {
    white-space: nowrap;
    color: #111111;
    padding: 12px;
    cursor: pointer;
}

.tabs .tabs__header-item.active {
    background-color: var(--content-button-bg-color);
    color: var(--content-button-color);
}

.tabs .tabs__item {
    display: none;
    background: #FFFFFF;
    border: 1px solid #E3EBF1;
    border-radius: 8px;
    padding: 0 30px;
    min-height: 100px;
}

.tabs .tabs__item.active {
    display: block;
}

.tabs .preview-block__content .tabs__item {
    display: block;
}

/* Tabs block */

/* video & text*/
.video-text-container {
    display: flex;
    align-items: center;
    gap: 0 2rem;
}

.video-text-container .video-v2__text,
.video-text-container .video-v2 {
    flex: 1 1;
}

@media (max-width: 800px) {
    .video-text-container {
        flex-direction: column;
        gap: 0;
    }
}

.wp-block-table {
    overflow: auto;
}

.page-footer__list a:hover,
.page-footer__list span:hover{
    color: #3bc117;
}