@charset "UTF-8";

@font-face {
    font-family: 'Museo Sans';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local(''),
    url(../fonts/MuseoSans-100.woff2) format('woff2');
    /*url(../fonts/MuseoSans-100.woff) format('woff');*/
}

@font-face {
  font-family: 'Museo Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
  url(../fonts/MuseoSans-af-300.woff2) format('woff2');
  /*url(../fonts/MuseoSans-300.woff) format('woff');*/
}

@font-face {
  font-family: 'Museo Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
  url(../fonts/MuseoSans-af-500.woff2) format('woff2');
  /*url(../fonts/MuseoSans_500.woff) format('woff');*/
}

@font-face {
  font-family: 'Museo Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
  url(../fonts/MuseoSans_700.woff2) format('woff2');
  /*url(../fonts/MuseoSans_700.woff) format('woff');*/
}

:root {
    --main-accent-bg-color: #2ecc71;
    --main-nav-color: #ffffff;
    --header-bg-color: #000000;
    --footer-bg-color: #000000;
    --content-button-bg-color: #2ecc71;
    --content-button-color: #ffffff;
    --offsets: 30px
}

.has-white-color{color:#fff}.has-text-align-center{text-align:center}.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 .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}

.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: 100;
    margin-top: 1rem
}

a {
    font-size: 1rem;
    font-weight: 300;
    color: var(--main-accent-bg-color)
}

a:hover {
    text-decoration: none
}

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase
}

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

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

.wrap 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: 300;
    margin-top: 1rem
}

.wrap > :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)
}

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

html {
    font-size: 17px
}

body {
    font-family: "Museo Sans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-weight: 100;
    overflow-x: hidden
}

.accent-button {
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: 0;
    background: 0 0;
    padding: 9px 19px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 4px;
    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)
}

.button-content {
    margin-top: 2rem
}

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

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

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

.button-content a, .button-content button {
    background: var(--content-button-bg-color);
    display: inline-block;
    border: 2px solid var(--content-button-bg-color);
    padding: .7rem 2rem;
    font-size: 1.2rem;
    font-weight: 100;
    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
}

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

.page-header {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-bottom: 30px
}

.page-header p {
    padding: 0;
    margin: 0
}

.page-header__container {
    position: fixed;
    top: 0;
    width: 100%;
    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 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 100
}

.page-header .backgroundGrayContainer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .49)), to(rgba(0, 0, 0, .43)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .49) 0, rgba(0, 0, 0, .43) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .49) 0, rgba(0, 0, 0, .43) 100%);
    background-color: rgba(255, 255, 255, 0)
}

.page-header .changeBackground {
    background-color: #000000ab;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.page-header .pageHeaderPromo {
    padding: 15% 0 0;
    height: 100vh;
    text-align: center;
    color: #fff;
    font-weight: 700
}

.page-header .pageHeaderPromo__title {
    font-size: 38px;
    display: block;
    margin-bottom: 20px
}

.page-header .pageHeaderPromo__description {
    font-size: 28px;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 36px
}

.page-header .pageHeaderPromo .pageHeaderPromoButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.page-header .pageHeaderPromo .pageHeaderPromoButtons .secondButton {
    background-color: var(--content-button-bg-color)
}

.page-header .pageHeaderPromo .pageHeaderPromoButtons a, .page-header .pageHeaderPromo .pageHeaderPromoButtons button, .page-header .pageHeaderPromo .pageHeaderPromoButtons span {
    padding: 14px 30px;
    border-radius: 3px;
    margin: 15px;
    text-decoration: none;
    color: #fff;
    background-color: #00000073;
    font-weight: 700;
    border: 3px solid #fff
}

.page-header .pageHeaderPromo .pageHeaderPromoButtons a:hover, .page-header .pageHeaderPromo .pageHeaderPromoButtons button:hover, .page-header .pageHeaderPromo .pageHeaderPromoButtons span:hover {
    border: 3px solid #00000000;
    background-color: #ffffff24;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

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

.page-header__nav {
    margin: 0 auto
}

.page-header__buttons a {
    font-weight: 400
}

.page-header__buttons a, .page-header__buttons button {
    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)
}

.page-header-style-2 {
    height: auto;
    margin-bottom: 94px
}

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

.disable_sticky_menu {
    margin-bottom: 0
}

.disable_sticky_menu .page-header__container {
    position: relative
}

.header-menu {
    margin: 0 auto;
    z-index: 100
}

.header-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-top: 0;
    padding-left: 0
}

.header-menu .menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 19px;
    margin-right: 25px;
    text-transform: uppercase
}

.header-menu .menu a:hover {
    color: var(--main-nav-color);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header-menu .menu li {
    margin-right: 10px;
    position: relative
}

.header-menu .menu li.current-menu-item a {
    color: var(--main-nav-color);
    font-weight: 700
}

#menu-header-menu li ul {
    display: none;
    position: absolute;
    left: 0;
    text-align: left;
    z-index: 300;
    margin: 0;
    padding: 10px;
    border-radius: 5px;
    list-style: none;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .49)), to(rgba(0, 0, 0, .43)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .49) 0, rgba(0, 0, 0, .43) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .49) 0, rgba(0, 0, 0, .43) 100%);
    background-color: var(--header-bg-color)
}

#menu-header-menu li ul li a {
    text-decoration: none;
    border-bottom: none;
    text-align: center;
    font-size: 16px;
    display: block;
    padding-bottom: 8px;
    padding-left: 0;
    text-transform: none
}

#menu-header-menu li:hover > ul {
    display: block
}

#menu-header-menu li ul ul {
    left: 140px;
    top: 10px;
    list-style: none
}

#menu-header-menu li li a {
    border: 0;
    width: 100%;
    border-bottom: 1px solid #bcbcbc;
    color: #fff;
    text-align: left;
    padding-left: 10px;
    text-decoration: none
}

ul#menu-header-menu > .menu-item-has-children > a::after {
    content: "▼";
    top: 0;
    position: absolute;
    font-size: 13px;
    padding-left: 3px
}

.columns {
    padding: 2rem 0
}

.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
}

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

.columns__item {
    margin: 1rem
}

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

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

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

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

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

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

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

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

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

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

.columns.col-6 .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;
    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
}

.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
}

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

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

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

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

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

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

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

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

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

.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
}

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

.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
}

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

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

.show-posts {
    background: #fbfbfb
}

.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
}

.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)
}

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

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

.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
}

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

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

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

.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 h2, .page-footer h3, .page-footer h4, .page-footer h5, .page-footer h6 {
    font-size: 20px;
    margin-bottom: 5px
}

.page-footer ul {
    list-style: none;
	column-count: 2;
    margin: 0;
    padding: 0
}

.page-footer ul li a {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    text-decoration: none
}

.page-footer__list {
    margin-top: 0
}

.page-footer__list a {
    font-size: 1.1rem;
    font-weight: 300;
    color: var(--main-nav-color);
    text-decoration: none
}

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

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

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

.page-footer .columns__item {
    width: 30%
}

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

.faq {
    margin: 20px auto
}

.faq__item {
    margin: 25px 0;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 15px 4px rgba(163, 163, 163, .29);
    box-shadow: 5px 5px 15px 4px rgba(163, 163, 163, .29)
}

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

.faq__question {
    margin: 0;
    padding: 10px 10px 10px 25px;
    cursor: pointer;
    position: relative
}

.faq__question:before {
    content: ' + ';
    position: absolute;
    left: 6px;
    top: 6px;
    font-size: 24px;
    color: var(--content-button-bg-color)
}

.faq .hideQuestion:before {
    content: ' - ';
    position: absolute;
    font-size: 24px;
    left: 6px;
    top: 6px;
    color: var(--content-button-bg-color)
}

.faq__answer {
    height: auto;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    background-color: #8080800d;
    border-radius: 0 0 10px 10px;
    font-weight: 400
}

.faq__answer.active {
    max-height: 1000px;
    padding: 1rem
}

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

.toc.active .toc__list {
    max-height: 1000px;
    margin-top: 1rem
}

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

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

.toc__title::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0;
    border-color: var(--main-accent-bg-color) transparent transparent transparent;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.toc__list {
    margin-top: 0;
    height: auto;
    max-height: 0;
    overflow: hidden
}

.toc__link {
    display: inline-block;
    color: var(--main-accent-bg-color);
    padding: .3rem 0
}

.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: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumbs__item {
    margin-right: 10px
}

.breadcrumbs__current, .breadcrumbs__link {
    font-size: .9rem;
    font-weight: 300;
    text-decoration: none;
    color: var(--main-accent-bg-color)
}

.breadcrumbs__separator {
    color: var(--main-accent-bg-color)
}

.promocode {
    padding: 1rem 0
}

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

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

.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
}

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

.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
}

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

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

.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
}

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

.mobileButtonContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobileButton {
    max-width: 100%;
    margin: 0 10px;
    position: fixed;
    bottom: 10px;
    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;
    padding: 10px;
    background-color: gray;
    border-radius: 5px
}

.mobileButton__description {
    text-align: center;
    padding: 0 10px
}

.mobileButton__link {
    text-align: center
}

.mobileButton img {
    max-width: 80px
}

.mobileButton a, .mobileButton button {
    margin: 10px;
    display: block;
    padding: 10px;
    background: #fff;
    color: var(--main-nav-color);
    text-decoration: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 100;
    border: none
}

.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: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    height: 100%
}

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

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

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

.slots__title {
    color: #fff
}

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

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

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

.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%
}

.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
}

.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
}

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

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

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

.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
}

.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=)
}

.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: 10px;
    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
}

.scroll-top__button svg {
    width: 15px;
    height: 30px
}

/*@font-face {*/
/*    font-family: PF_Kids_Pro;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: local(""), url(../fonts/PF_Kids_Pro.woff2) format("woff2")*/
/*}*/

.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-family: PF_Kids_Pro, sans-serif;*/
    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
}

.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
}

.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
}

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

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

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

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

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

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

.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
}

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

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

#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
}

.toc-auto {
    max-width: 500px;
    background: #f3f4f4;
    margin-bottom: 30px;
    padding: 17px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, .1)
}

.toc-auto ul {
    counter-reset: item
}

.toc-auto li {
    display: block
}

.toc-auto li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-weight: 100;
    color: gray
}

.toc-auto p {
    margin: 0;
    padding: 0
}

.toc-auto h2 {
    font-size: 20px;
    text-transform: none;
    margin: 0 20px 0 0;
    padding: 0
}

.toc-auto button {
    background: 0 0
}

.toc-auto .toc-hide-block {
    display: block;
    position: relative;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    border: none
}

.toc-auto .toc-hide-block:hover {
    cursor: pointer
}

.toc-auto a {
    text-decoration: none;
    color: var(--content-button-bg-color);
    font-weight: 100
}

.toc-auto a:hover {
    color: #333
}

.toc-auto ul {
    display: none;
    margin: 0 0 0 10px;
    padding: 0
}

.toc-auto li {
    margin: 10px 0;
    padding: 0
}

.tocOpen ul {
    margin-top: 20px;
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.tocOpen ul li ul {
    margin-top: 0
}

.autoToc__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.sidenav {
    position: fixed;
    z-index: 1;
    top: 99px;
    right: -200vh;
    background-color: var(--header-bg-color);
    overflow-x: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-top: 0
}

.sidenav li.menu-item-has-children:after {
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='25' height='25' x='0' y='0' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg transform='matrix(6.123233995736766e-17,1,-1,6.123233995736766e-17,512.0016722679138,0.0004363059997558594)'%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M388.425,241.951L151.609,5.79c-7.759-7.733-20.321-7.72-28.067,0.04c-7.74,7.759-7.72,20.328,0.04,28.067l222.72,222.105 L123.574,478.106c-7.759,7.74-7.779,20.301-0.04,28.061c3.883,3.89,8.97,5.835,14.057,5.835c5.074,0,10.141-1.932,14.017-5.795 l236.817-236.155c3.737-3.718,5.834-8.778,5.834-14.05S392.156,245.676,388.425,241.951z' data-original='%23000000' style='' class=''%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='25' height='25' x='0' y='0' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg transform='matrix(6.123233995736766e-17,1,-1,6.123233995736766e-17,512.0016722679138,0.0004363059997558594)'%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M388.425,241.951L151.609,5.79c-7.759-7.733-20.321-7.72-28.067,0.04c-7.74,7.759-7.72,20.328,0.04,28.067l222.72,222.105 L123.574,478.106c-7.759,7.74-7.779,20.301-0.04,28.061c3.883,3.89,8.97,5.835,14.057,5.835c5.074,0,10.141-1.932,14.017-5.795 l236.817-236.155c3.737-3.718,5.834-8.778,5.834-14.05S392.156,245.676,388.425,241.951z' data-original='%23000000' style='' class=''%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
    position: absolute;
    opacity: .7;
    right: 25px;
    top: -4px;
    width: 20px;
    height: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: var(--main-nav-color)
}

.sidenav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidenav ul li {
    position: relative;
    margin: 0;
    padding: 0
}

.sidenav ul li ul {
    display: none;
    padding: 0
}

.sidenav ul li a {
    display: block;
    text-decoration: none;
    margin: 16px 0;
    color: var(--main-nav-color);
    font-size: 19px;
    font-weight: 100
}

.menu-header-mobile ul li.active:after {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    right: 12px;
    top: 0;
    width: 20px;
    height: 20px
}

.menu-header-mobile ul li.active ul {
    display: block
}

.menu-header-mobile ul li.active ul.sub-menu {
    margin-left: 10px
}

.menuFullWidth {
    right: 0;
    width: 100%
}

.withoutButtons {
    top: 42px
}

#openButton {
    width: 44px;
    height: 45px;
    position: absolute;
    right: 10px;
    top: 10px;
    margin-left: 100px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#openButton span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--main-nav-color);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#openButton span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

#openButton span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

#openButton span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

#openButton.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 8px
}

#openButton.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

#openButton.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 32px;
    left: 8px
}

@media (max-width: 9500px) {
    .page-header .backgroundGrayContainer {
        height: 100vh
    }
}

@media (max-width: 1300px) {
    .columns.col-6 .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) {
    .columns.col-5 .columns__item, .columns.col-6 .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) 0;
        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
    }
}

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

    .columns.col-4 .columns__item, .columns.col-5 .columns__item, .columns.col-6 .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) {
    .columns.col-2 .columns__item {
        width: calc(100% - 2rem)
    }
}

@media (max-width: 750px) {
    .page-header__container {
        background-color: var(--header-bg-color)
    }

    .page-header .changeBackground {
        background-color: transparent
    }

    .page-header .pageHeaderPromo {
        height: 76.5vh;
        padding: 0 20px;
        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
    }

    .page-header .pageHeaderPromo__title {
        font-size: 22px;
        margin-top: 10px
    }

    .page-header .pageHeaderPromo__description {
        font-size: 18px;
        line-height: 19px
    }

    .page-header__logo img {
        max-height: 20px
    }

    .page-header-style-2 {
        margin-bottom: 0
    }

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

    .columns.col-4 .columns__item, .columns.col-5 .columns__item, .columns.col-6 .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
    }

    .faq__question {
        font-size: 15px
    }

    .scroll-top {
        bottom: 130px
    }

    .toc-auto {
        margin-top: 20px
    }

    .toc-auto .toc-hide-block {
        width: 100%
    }
}

@media (max-width: 740px) {
    .page-header .pageHeaderPromo .pageHeaderPromoButtons a, .page-header .pageHeaderPromo .pageHeaderPromoButtons button, .page-header .pageHeaderPromo .pageHeaderPromoButtons span {
        padding: 14px 10px
    }
}

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

    .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) {
    .icon-blocks__item {
        width: calc(100% / 2)
    }
}

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

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

    .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 {
        margin: 0 .2rem
    }

    .columns.col-4 .columns__item, .columns.col-5 .columns__item, .columns.col-6 .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
    }
}

.header-menu .menu a {
    color: #000;
}

/* Edits made on 09.06.2022 */



.header-menu .menu a,
.header-menu .menu span,
.sidenav ul li a,
.page-footer ul li a {
    font-family: 'Museo Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    text-decoration-color: transparent;
}

.header-menu .menu a:hover,
.page-footer ul li a:hover {
    color: #f15330;
    text-decoration-color: #f15330;
}

.page-footer ul li a {
    font-weight: 300;
}

.page-header__buttons {
    display: flex;
}

.page-header__buttons .accent-button {
    font-family: 'Museo Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    border: 1px solid #f15330;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header__buttons .accent-button svg {
    margin-left: 10px;
    width: 17px;
    height: 19px;
    transition: fill 0.3s ease-in-out;
}

.page-header__buttons .first-button {
    background-color: #ffffff;
    color: #000000;
}

.page-header__buttons .first-button svg {
    fill: #000000;
}

.page-header__buttons .first-button:hover {
    color: #ffffff;
    background-color: #f15330;
}

.page-header__buttons .first-button:hover svg {
    fill: #ffffff;
}

.page-header__buttons .second-button {
    background-color: #f15330;
    color: #ffffff;
}

.page-header__buttons .second-button svg {
    fill: #ffffff;
}

.page-header__buttons .second-button:hover {
    background-color: #ffffff;
    color: #000000;
}

.page-header__buttons .second-button:hover svg {
    fill: #000000;
}

.page-header-style-2 .page-header__container {
    background-color: rgba(255, 255, 255, 0.9);
}

.page-main ul {
    list-style: none; /* Remove default bullets */
}


.page-footer {
    background-color: #f4f4f4;
}

.page-footer .columns__item {
    justify-self: center;
}

.page-footer__text p {
    font-family: 'Museo Sans', sans-serif;
}

.get-image {
    margin: 0;
}

.error404 .page-header .backgroundGrayContainer {
    height: 0;
}

.error404 .page-header .pageHeaderPromo {
    display: none;
}

.error404 .page-header {
    height: auto;
    margin-bottom: 95px;
}

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

main {
    flex-grow: 1;
}

@media (max-width: 767px) {
    .columns {
        padding: 1rem 0;
    }

    .error404 .page-header {
        height: auto;
        margin-bottom: 150px;
    }
}

@media (max-width: 550px) {
    .page-header__buttons .accent-button {
        margin: 0.5rem 1rem;
    }

    .sidenav {
        top: 90px;
    }
}

@media (max-width: 750px) {
    .page-header__logo img {
        max-height: 40px;
    }
}

@media (max-width: 750px) {
    .sidenav {
        top: 55px;
    }
}

.container_autotoc {
    position: relative;
}

.palm-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 8px;
}


.tocOpen .palm-icon {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
}

.page-main ul {
    list-style: circle;
}

.footer_menu_container {
    display: flex;
    justify-content: center;
}

.footer_menu_container .columns__item {
    width: 47% !important;
}

.footer_menu_container .columns__item ul {
    display: flex;
}

.footer_menu_container .columns__item ul li {
    margin-right: 10px;
}

@media only screen and (max-width: 750px) {
    .footer_menu_container .columns__item ul {
        flex-direction: column;
    }
}

/* End of edits made on 09.06.2022 */
/* Start of edits made on 06.07.2022 */

.page-main ul,
.page-main ol {
    list-style: none;
}

.page-main ol {
    counter-reset: li;
}

.page-main ol li {
    counter-increment: li;
}

.page-main ul li::before {
    content: "\2022";
    color: #ef5b23;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.page-main ol li::before {
    content: counter(li);
    color: #ef5b23;
    font-weight: 300;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.header-menu .menu a,
.header-menu .menu span {
    margin-right: 25px;
}

.header-menu .menu span {
    font-weight: 300;
}

/* End of edits made on 06.07.2022 */
/* Start of the edit mode on 27/07/2022 */
.video-v2 {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

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

.video-v2.align-left {
    justify-content: flex-start;
}

.video-v2.align-center {
    justify-content: center;
}

.video-v2.align-right {
    justify-content: flex-end;
}

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

.video-v2__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    transition: all 0.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, 0.6);
}

.video-v2__button-icon {
    fill: #ffffff;
}

.video-v2__button:hover .video-v2__button-shape {
    fill: #ff0000;
}

.video-v2__button svg path {
    transition: all 0.3s ease-in-out;
}

/* End of the edit mode on 27/07/2022 */
/* Start of the edit mode on 08/08/2022 */
.faq-v2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.faq-v2__item {
    border-radius: 5px;
    overflow: hidden;
}

.faq-v2__item:not(:last-child) {
    margin-bottom: 15px;
}

.faq-v2__question {
    margin: 0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    background: #f4f4f4;
    font-family: inherit;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    cursor: pointer;
    position: relative;
}

.faq-v2__question::before {
    position: absolute;
    content: "";
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 130, 31, 1) 0%, rgba(255, 173, 0, 1) 100%);
}

.faq-v2__question::after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 0H10H0ZM10 10H0H10ZM-2 10V7C-2 3.13401 1.13401 0 5 0C3.34315 0 2 2.23858 2 5V10H-2ZM10 0V10V0Z' fill='%23FF841D'/></svg>");
    position: absolute;
    top: -12px;
    left: 0px;
    width: 10px;
    height: 10px;
}

.faq-v2__question > svg {
    width: 46px;
    height: 48px;
    flex-shrink: 0;
    margin-right: 10px;
}

.faq-v2__question > span {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-v2__question > span {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

.faq-v2__question.hideQuestion > span {
    transform: rotate(0deg);
}

.faq-v2__answer {
    margin: 0;
    background-color: #e6e5e5;
    font-family: inherit;
    font-size: 16px;
    line-height: 140%;
    color: #464646;
    transition: all 0.3s ease-in-out;
    display: none;
    padding: 20px;
}

.faq-v2__answer.active {
    display: inline-block;
}

@media (max-width: 767px) {
    .faq-v2 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .faq-v2__question {
        padding: 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .faq-v2__question::after {
        top: -2px;
    }

    .faq-v2__question > svg {
        width: 20px;
        height: 20px;
    }

    .faq-v2__answer {
        padding: 10px;
        font-size: 14px;
        line-height: 135%;
    }
}

.how-to {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.how-to__title {
    text-align: center;
}

.how-to__subtitile {
    margin-bottom: 10px;
    text-align: center;
}

.how-to_list {
    background: #f4f4f4;
    border-radius: 5px;
    overflow: hidden;
    padding: 25px;
}

.how-to__item {
    margin-top: 65px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}

.how-to__item::before {
    content: "" !important;
    position: absolute !important;
    left: 20px !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 3px !important;
    background: repeating-linear-gradient(180deg, #7D7D7D, #7D7D7D 6px, #f4f4f4 6px, #f4f4f4 12px) !important;
    transform: translateX(22%) !important;
    margin-left: 0 !important;
}

.how-to__item::after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='24' height='14' viewBox='0 0 24 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10.9393 13.0607C11.5251 13.6464 12.4748 13.6465 13.0606 13.0607L22.6067 3.51481C23.1925 2.92903 23.1925 1.97929 22.6067 1.39349C22.0209 0.807702 21.0711 0.807693 20.4854 1.39347L12 9.87868L3.51479 1.39333C2.92901 0.807534 1.97927 0.807526 1.39347 1.39331C0.807682 1.97909 0.807674 2.92884 1.39346 3.51463L10.9393 13.0607ZM10.5 9.99999L10.5 10.5L13.5 10.5L13.5 10L10.5 9.99999ZM10.5 11.5L10.5 12L13.5 12L13.5 11.5L10.5 11.5Z' fill='%237D7D7D'/></svg>");
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 20px;
    height: 12px;
}

.how-to__item:last-child::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #7d7d7d;
    border-radius: 100%;
    left: 14px;
    bottom: -2px;
}

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

.how-to__item-label {
    position: absolute;
    top: -50px;
    left: 0;
    background: linear-gradient(180deg, #ff821f 0%, #ffad00 100%);
    border-radius: 3px;
}

.how-to__item-label-counter {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    padding: 8px 29px;
}

.how-to__item-content {
    padding: 20px 10px 20px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.how-to__item-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.how-to__item-title {
    margin: 0;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
}

.how-to__item-subtitle {
    margin: 0;
    font-family: inherit;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

@media (max-width: 767px) {
    .how-to {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .how-to_list {
        padding: 10px;
    }

    .how-to__item {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 50px;
    }

    .how-to__item-label-counter {
        font-size: 14px;
        line-height: 15px;
    }

    .how-to__item::before {
        left: 0 !important;
    }

    .how-to__item:last-child::after {
        left: -4px;
        bottom: -2px;
        width: 10px;
        height: 10px;
    }

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

    .how-to__item-content {
        padding: 0;
        padding-left: 20px;
    }

    .how-to__item-image img {
        padding-left: 20px;
    }

    .how-to__item::before {
        width: 1px !important;
        transform: translateX(50%);
    }

    .how-to__item::after {
        content: url("data:image/svg+xml;charset=UTF-8,<svg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.64645 4.35355C3.84171 4.54882 4.15829 4.54882 4.35355 4.35355L7.53553 1.17157C7.7308 0.976312 7.7308 0.65973 7.53554 0.464468C7.34027 0.269205 7.02369 0.269205 6.82843 0.464467L4 3.29289L1.17157 0.464465C0.976312 0.269203 0.659729 0.269203 0.464467 0.464465C0.269205 0.659727 0.269205 0.976309 0.464467 1.17157L3.64645 4.35355ZM3.5 3L3.5 3.25L4.5 3.25L4.5 3L3.5 3ZM3.5 3.75L3.5 4L4.5 4L4.5 3.75L3.5 3.75Z' fill='%237D7D7D'/></svg>");
        left: -3px;
        bottom: 3px;
    }

    .how-to__item-title {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 7px;
    }

    .how-to__item-subtitle {
        font-size: 14px;
        line-height: 16px;
    }
}

/* End of the edit mode on 08/08/2022 */
/* Start of the edit mode on 20/09/2022 */
/* LISTING BLOCK */
.ListingV1Container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.listingItem {
    max-width: 18%;
    width: 338px;
    background-color: #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 0 0 20px 0;
    position: relative;
    border: 1px solid #DADADA;
}

.listingItemBodyRating__stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 16px;
    font-family: Times;
    line-height: 1;
}

.listingItemBodyRating__stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, #FF9900 var(--percent), #333 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.listingItemHeader {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #DADADA;
    padding: 10px 0;
}

.listingItemHeader__counter {
    font-family: 'Museo Sans', sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: -1px;
    top: 20px;
    width: 31px;
    height: 46px;
    background: transparent url("../img/head_list_bg_count.svg") no-repeat center;
}

.listingItemHeader__label {
    position: absolute;
    right: -10px;
    top: 10px;
    width: 100px;
    height: 40px;
    font-size: 14px;
    font-family: 'Museo Sans', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.listingItemHeader__label-hot {
    background: transparent url("../img/listing_v2_label_hot.svg") no-repeat center;
}

.listingItemHeader__label-new {
    background: transparent url("../img/listing_v2_label_new.svg") no-repeat center;
}

.listingItemHeader__label-best {
    background: transparent url("../img/listing_v2_label_best.svg") no-repeat center;
}

.listingItemBody {
    font-family: 'Museo Sans', sans-serif;
    font-weight: 500;
    padding: 15px 0 0 0;
    text-align: center;
}

.listingItemBody__name a,
.listingItemBody__name p,
.listingItemBody__name {
    font-size: 24px;
    font-family: 'Museo Sans', sans-serif;
    color: #474747;
    font-weight: 600;
}

.listingItemBody__name a {
    text-decoration: none;

}

.listingItemBodyRating {
    display: flex;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DADADA;
}

.listingItemBodyRating__count {
    margin-right: 11px;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 500;
    color: #818181;
    font-size: 14px;
}

.listingItemBody__bonus {
    font-family: 'Museo Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #818181;
    margin-bottom: 25px;
}

.listingItemFooter {
    display: flex;
    justify-content: center;
}

.listingItemFooter__button {
    display: block;
    font-family: 'Museo Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 17px 0;
    margin: 0 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    background-color: #f15330;
    color: #ffffff;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: none;
    outline: none;
}

.listingItemFooter__button:hover {
    -webkit-box-shadow: 4px 5px 14px -9px #000000;
    box-shadow: 4px 5px 14px -9px #000000;
    transition: all .5s;
    cursor: pointer;
}


.tableListingV2RowButton__link:hover {
    cursor: pointer;
}

@media only screen and (max-width: 1000px) {
    .listingItem {
        max-width: 30%;
    }
}

@media only screen and (max-width: 850px) {
    .listingItem {
        max-width: 45%;
    }
}

@media only screen and (max-width: 500px) {
    .listingItem {
        max-width: 100%;
    }
}

/* End of the edit mode on 20/09/2022 */

.button-content a,
.button-content button,
.button-content span {
    background-color: #f15330;
    color: #fff;
    border-color: #f15330;
}

.mobileButton {
    width: calc(100% - 20px);
    margin: 0;
    left: 10px;
    right: 10px;
    border-radius: 40px;
    padding: 0;
}

.mobileButton a,
.mobileButton button {
    margin: 0;
    font-weight: 500;
    color: #fff;
    background: transparent;
    width: 100%;
    text-align: center;

}

/* AUTO TOC */

/*
.toc-auto {
	width: 100%;
    max-width: 100%;
}
*/

.toc-auto ul {
    list-style: disc;
}

.toc-auto ul li {
    display: list-item;
}

.tocOpen.toc-auto ul {
    /* display: flex; */
    align-items: center;
    flex-wrap: wrap;
    /* margin-left: 0; */
}

.tocOpen.toc-auto ul li:before {
    display: none;
}

.tocOpen.toc-auto ul li:not(:last-child) {
    margin-right: 50px;
}

.tocOpen.toc-auto ul li ul {
    display: none;
}

.palm-icon {
    top: 18px;
    pointer-events: none;
}

@media (max-width: 767px) {

    .toc-auto ul {
        list-style: disc;
    }

    .toc-auto ul li {
        display: list-item;
    }


    .tocOpen.toc-auto ul {
        flex-direction: column;
    }

    .tocOpen.toc-auto ul li {
        /* margin: 0; */
        padding: 4px;
    }

    .tocOpen.toc-auto ul li {
        /* margin: 0 !important; */
        width: 100%;
    }

    .tocOpen.toc-auto ul li:not(:last-child) {
        /* margin: 0 0 4px !important; */
    }

    .tocOpen.toc-auto {
        padding: 10px 15px
    }

    .palm-icon {
        top: 10px
    }
}

/* AUTO TOC */

.wp-block-table td,
.wp-block-table th {
    border: 1px solid #f1972b;
}


/* HEADER */
.page-header-style-2 {
    margin-bottom: 0;
}

.page-header-style-2 .page-header__container {
    background-color: #fff;
}

.page-header__container {
    flex-wrap: nowrap;
    align-items: center;
}

.header-menu {
    margin: 0 10px;
}

.header-menu .menu {
    flex-wrap: wrap;
    justify-content: center;
}

.page-header__buttons {
    margin-right: 10px;
    flex-shrink: 0;
}

.page-header__buttons a,
.page-header__buttons button {
    margin: 0;
}

.first-button + .second-button {
    margin-left: 16px;
}

.openButtonMobileMenu {
    display: none;
}

.page-header.page-header-style-2 {
    margin-bottom: 72px;
}


@media (max-width: 1023px) {
    .page-header.page-header-style-2 {
        margin-bottom: 0;
    }


    #openButton {
        display: block;
        position: relative;
        margin-left: 10px;
    }

    .page-header__container {
        padding: 10px;
    }

    .page-header__logo {
        margin-left: 0;
    }

    .header-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0;
        background-color: #fff;
        border-top: 1px solid #f15330;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .header-menu.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .header-menu .menu {
        padding: 10px;
        flex-direction: column;
    }

    .header-menu .menu li {
        margin: 0;
        display: flex;
    }

    .header-menu .menu li:not(:last-child) {
        margin-bottom: 5px;
    }

    .header-menu .menu a,
    .header-menu .menu span {
        margin: 0;
        padding: 5px;
        width: 100%;
        text-align: center;
    }

    .page-header__buttons {
        order: 0;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .page-header__container {
        flex-wrap: wrap;
    }

    .page-header__buttons {
        flex-basis: 100%;
        order: 4;
        margin: 10px 0 0;
    }

    .first-button,
    .second-button {
        flex-grow: 1;
    }
}

@media (max-width: 550px) {
    .page-header__buttons .accent-button {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .page-header__buttons {
        flex-direction: column;
    }

    .first-button + .second-button {
        margin: 10px 0 0;
    }
}

/* HEADER */

/* Slots */
.slots{
  padding: 0;
  min-height: unset;
  transition: 0.4s;
}

.slots__title{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #02062a;
  padding: 15px 5px;
  margin: 0;
  text-align: center;
}

.slots__buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  flex: 1 1;
}

.slots .slots__button{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  border: 1px solid #f15330;
  width: auto;
  padding: 10px 20px;
  border-radius: 50px;
}

.slots .slots__button:after{
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 15px;
  height: 17px;
}

.slots .slots__button.slots__button_1{
  background: rgba(2,6,42,.8);
}
.slots .slots__button.slots__button_1:hover{
  background: rgba(2,6,42,.5);
}

.slots .slots__button.slots__button_1:after{
  background-image: url("../img/reward.svg");
}

.slots .slots__button.slots__button_2{
  background: #f15330;
  border: 1px solid transparent;
}

.slots .slots__button.slots__button_2:hover{
  background: rgba(2,6,42,.5);
  border: 1px solid #f15330;
}

.slots .slots__button.slots__button_2:after{
  background-image: url("../img/playnow.svg");
}

.slots__overlay{
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  opacity: 0;
}

.slots__image{
  position: relative;
}

.slots__image:after{
  opacity: 0;
  transition: 0.4s;
}

.slots:hover .slots__image:after{
  opacity: .4;
}

.slots:hover .slots__overlay{
  opacity: 1;
}

@media  (max-width: 1000px) {
  .slots .slots__image:after{
    opacity: .4;
  }

  .slots .slots__overlay{
    opacity: 1;
  }
}
/* Slots */

/* payments table */
.payments-table table{
    min-width: 700px;
}

.table-image-cell{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.table-image-cell .get-image{
    margin-bottom: 0;
}

.table-image-cell .get-image img{
    max-height: 30px;
    width: auto;
}

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


.winners {
    display: flex
}

.winners .winners__title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    color: #fff;
    background-color: #f15330;
    padding: 8px;
    border-radius: 4px 0 0 4px
}

.winners .winners__rline {
    display: flex;
    align-items: center;
    flex: 1 1;
    background-color: #f4f4f4;
    overflow: hidden;
    width: max-content;
    border-radius: 0 4px 4px 0
}

.winners .winners__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 100%;
    animation: scroll 40s linear infinite
}

.winners .winners__person {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    margin-left: 32px
}

@keyframes scroll {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(calc(-100% - 3px))
    }
}

.winners .winners__person:before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-image: url(../img/award.svg);
    background-repeat: no-repeat;
    background-position: center
}

.winners .winners__reward {
    color: #000000;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    margin-right: 4px
}

.links{
    display: flex;
    width: 100%;
    overflow-x: auto;
    list-style: none;
    padding: 0!important;
}

.links__item{
    position: relative;
    flex: 1 1;
    min-height: 350px;
    min-width: 270px;
}

.links__item::before{
    content: unset!important;
}

.links__item img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100%;
    width: auto;
    object-fit: cover;
    z-index: -1;
}

.links__button{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    background: none;
    border: none;
    color: #FFF;
    padding: 20px;
    width: 100%;
    height: 100%;
    text-decoration: unset;
    cursor: pointer;
    z-index: 2;
}

.links__button::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0,0,0,.7);
}

.links__button:hover::after{
    background-color: rgba(0,0,0,.5);
}

.links__button > :not(img){
    position: relative;
    z-index: 2;
}

.links__title{
    font-family: 'Museo Sans', sans-serif;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6px;
    font-weight: 700;
    margin-bottom: 20px;
}

.links__description{
    font-family: 'Museo Sans', sans-serif;
    font-size: .9rem;
    line-height: 1rem;
    font-weight: 300;
}

.background-block{
	position: relative;
	overflow: hidden;
}


.background-block > img{
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
    object-fit: cover; /****/
}