html {
  overflow-y: scroll;
}

@font-face {
    font-family: Sohne;
    src: url("static/fonts/Sohne-Regular.woff") format("woff"), url("static/fonts/Sohne-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'Sohne Schmal';
    src: url("static/fonts/SohneSchmal-Bold.woff") format("woff"), url("static/fonts/SohneSchmal-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: Sohne;
    src: url("static/fonts/Sohne-SemiBold.woff") format("woff"), url("static/fonts/Sohne-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Sohne;
    src: url("static/fonts/Sohne-Bold.woff") format("woff"), url("static/fonts/Sohne-Bold.woff2") format("woff2");
    font-weight: 700;
    font-display: swap
}

ul[class] {
    padding: 0;
    margin: 0
}

ul[class] {
    list-style: none
}

*, ::after, ::before {
    box-sizing: border-box
}

ol[class], ul[class] {
    padding: 0;
    margin: 0
}

body, h1, li, p {
    margin: 0
}

html {
    font-size: 10px
}

ol[class], ul[class] {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}

section > * + * {
    margin-top: 1em
}

button {
    font: inherit
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0s !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important
    }
}

a {
    text-decoration: none
}

.o-button {
    border: none;
    background: 0 0
}

.o-center {
    text-align: center;
    display: block
}

.c-main {
    padding-top: 5.6rem
}

.o-container {
    width: 100%;
    max-width: 1304px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.content_hook {
    padding-top: 20px;

}

h1 {
    font-weight: 700;
    color: #161d35;
    font-family: 'Sohne Schmal', sans-serif;
    line-height: 1.1;
    letter-spacing: 1px
}

li:not([class]) {
    margin-bottom: 1rem;
    margin-top: 1rem
}

h1 {
    font-size: 3.2rem
}

.c-headers {
    background-color: #060322;
    position: fixed;
    height: 5.6rem;
    z-index: 6;
    width: 100%;
    top: 0;
    left: 0
}

.c-headers__overlay {
    top: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, .6);
    z-index: 5;
    display: none
}

.c-headers__menu {
    display: none
}

.c-headers__open {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px
}

.c-headers__open svg {
    flex-shrink: 0
}

.c-headers__wrap {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.c-headers__buttons {
    background-color: #060322;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.c-headers__left {
    display: flex;
    align-items: center
}

.c-headers__logo {
    margin-left: .8rem;
}

@media (max-width: 620px) {
  /* расстояние между гамбургером и логотипом */
  .c-headers__left {
    display: flex !important;
    align-items: center !important;
    gap: 1.6rem !important;
  }
}

.c-headers__log {
    text-align: center;
    display: block;
    border-radius: 4px;
    padding: .8rem 3rem;
    background: rgba(0, 0, 0, .2);
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 44px
}

.c-headers__reg {
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: .8rem 3rem;
    background: #00f5ff;
    text-transform: uppercase;
    color: #060322;
    font-weight: 600;
    margin-left: 1.6rem;
    min-height: 44px
}

.c-headers__right-help {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 296px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.15s ease-out !important;
    overflow-y: auto;
    padding: 2.4rem 2.4rem 10px;
    box-shadow: -2px 3px 3px rgba(0, 0, 0, .25);
    z-index: 999;
}

.c-header-menu.is-active {
    transform: translateX(0);
}

body.is-overflow {
    overflow-x: hidden;
}

.c-header-menu::-webkit-scrollbar {
    width: 1px;
    height: 10px
}

.c-header-menu::-webkit-scrollbar-thumb {
    background: 0 0
}

.c-header-menu::-webkit-scrollbar-track {
    background: 0 0
}

.c-header-menu__close {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-bottom: 3rem
}

.c-header-menu__close svg {
    height: 20px;
    width: 20px
}

.c-header-menu__btns {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2.4rem
}

.c-header-menu__reg {
    font-size: 1.4rem;
    height: 38px;
    margin-bottom: 1.6rem;
    margin-left: 0;
    min-height: auto
}

.c-header-menu__items {
    width: 100%
}

.c-header-menu__item + .c-header-menu__item {
    margin-top: 1.6rem
}

.c-header-menu__item-link {
    font-weight: 600;
    padding: .7rem 2.4rem;
    display: flex;
    align-items: center;
    border-radius: 1000px;
    text-align: center;
    font-size: 1.4rem;
    color: #737779
}

.c-header-menu__item-link img {
    margin-right: 1.6rem
}

.c-header-menu__list[class] {
    width: 100%;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    border-top: 1px solid #d8e1e3
}

.c-header-menu__list-item + .c-header-menu__list-item {
    margin-top: 1.8rem
}

.c-header-menu__list-link {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #737779
}

.c-header-menu__list-link img {
    margin-right: 1.6rem
}

@media (min-width: 620px) {
    .c-headers__right {
        display: flex;
        align-items: center
    }

    .c-headers__buttons {
        padding: 0;
        position: static;
        width: auto;
        background-color: transparent;
        margin-left: 2.4rem
    }

    .c-headers__log {
        font-size: 1.4rem;
        height: 38px;
        min-height: auto;
        padding-left: 4.6rem;
        padding-right: 4.6rem
    }

    .c-headers__reg {
        min-height: auto;
        height: 38px;
        font-size: 1.4rem;
        padding-left: 2.7rem;
        padding-right: 2.7rem
    }
}

@media (min-width: 1200px) {
    .c-headers__wrap {
        -moz-column-gap: 1.6rem;
        column-gap: 1.6rem
    }

    .c-headers__menu[class] {
        margin-right: auto;
        margin-left: 2.4rem
    }

    .c-headers__logo {
        margin-left: 1.6rem
    }

    .c-headers__logo img {
        width: 80px;
        height: 49px
    }

    .c-headers__menu {
        display: flex;
        align-items: center;
        gap: 1.6rem
    }

    .c-headers__menu-link {
        font-size: 1.4rem;
        font-weight: 600;
        color: #fff
    }
}

.c-hero {
    height: 451px;
    margin-bottom: 3rem;
    position: relative
}

.c-hero__img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: top;
    object-position: top
}

.c-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.c-hero__wrap {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0
}

.c-hero__title {
    font-size: 4rem;
    color: #00f6ff;
    font-family: 'Sohne Schmal', sans-serif;
    letter-spacing: 1px;
    line-height: 1
}

.c-hero__text {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.6rem
}

.c-hero__link {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: .5rem;
    margin-left: 0
}

.c-hero__age {
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff
}

@media (min-width: 900px) {
    .c-hero {
        height: 352px
    }

    .c-hero__title {
        font-size: 8rem
    }

    .c-hero .o-container {
        padding-left: 14.6rem
    }

    .c-hero__wrap {
        align-items: flex-start;
        height: 100%;
        padding-bottom: 4rem;
        justify-content: flex-end
    }

    .c-hero__text {
        font-size: 2rem;
        margin-bottom: 2.5rem
    }

    .c-hero__link {
        height: 44px;
        margin-bottom: 2.5rem
    }

    .c-hero__age {
        font-weight: 400
    }

    .c-hero__inner {
        align-items: flex-start
    }
}

.c-content-list {
    margin-bottom: 3.2rem;
    margin-top: 3.2rem
}

.c-content-list__inner {
    border-radius: 0 0 4px 4px;
    border: 1px solid #000
}

.c-content-list__list[class] {
    margin: 0;
    list-style: auto;
    padding: 1rem 4rem 2rem 4.5rem
}

.c-content-list__list[class] li {
    color: #000
}

.c-content-list__list[class] li + li {
    margin-top: 1.3rem
}

.c-content-list__list-link {
    color: #000
}

.c-content-list summary {
    border-radius: 4px 4px 0 0;
    display: block;
    padding: 1.6rem 2rem;
    font-size: 2rem;
    outline: 0;
    font-weight: 600;
    color: #fff;
    background: #000
}

.c-content-list summary span {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-content-list summary span svg {
    width: 28px;
    height: 28px;
    margin-left: 2.5rem;
    transform: rotate(90deg)
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.8rem
    }

    .c-content-list__list[class] {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        margin: 0 auto;
        -moz-column-count: 2;
        column-count: 2;
        max-width: 768px
    }

    .c-content-list__list[class] li {
        margin-top: 0
    }

    .c-content-list summary {
        padding-top: 1.8rem;
        padding-bottom: 1.8rem
    }
}

.swiper {
    width: 100%;
    height: 352px; /* высота по умолчанию для десктопа */
}

@media (max-width: 600px) {
    .swiper {
        height: 191px; /* мобильная высота */
    }
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    background: #007aff;
    height: 352px; /* Высота каждого слайда */
}


#ez-toc-container {
    padding: 20px 26px 20px 10px;
}

div#ez-toc-container .ez-toc-title {
    font-weight: 600;
}


.wp-block-heading {
    display: block;
    margin-top: 1em;
    margin-bottom: 2rem;
    font-weight: bold;
    color: #161d35;
    font-family: 'Sohne Schmal', sans-serif;
    line-height: 1.1;
    letter-spacing: 1px;
    font-size: 3.2rem;
}

#ez-toc-container.ez-toc-black {
    background: #000;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.content_hook:last-of-type {
    margin-bottom: 30px;
}


.c-headers__right {
    position: relative;
}

.language-selector {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 15px;
}

#language-flag {
    width: 20px;
    height: auto;
    margin-right: 10px;
    cursor: pointer;
}

.language-options {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 24px;
    left: -2px;
    /*background-color: white;*/
    /*border: 1px solid #ccc;*/
    border-radius: 5px;
    z-index: 10;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.language-selector:hover .language-options {
    visibility: visible;
    opacity: 1;
}

.language-option {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px;
}

.language-option img {
    width: 25px;
    height: auto;
    display: block;
}

@media (max-width: 700px) {
    .c-headers__right-help {
        display: none !important;
    }
}


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

.wp-block-table thead {
    border-bottom: 0px !important;
}


.wp-block-table table tr:first-child {
    color: #fff;
    background: #000;
}

.c-faqs h2 {
    margin-top: 20px;
}

.content_hook ol {
    list-style: auto;
    margin-left: 30px;
}

.content_hook ul {
    list-style: auto;
    margin-left: 30px;
}

/**/

.reviews1_list {
    width: 100%;
    gap: 20px;
    position: relative;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 15px;
}

.review1_item {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: rgb(255, 255, 255);
    padding: 24px;
    border-radius: 34px;
}

.review1_item--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.header_rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.header_rating ul li {
    margin: 0 !important;
    padding: 0 !important;
}

.header_rating ul svg {
    width: 18px;
    height: 18px;
    fill: #fcbf02;
}

.header_image img {
    height: 100%;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.header_info {
    width: 100%;
    margin-left: 10px;
}

.header_user_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_rating {
    margin-top: 4px;
}

.header_date span {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    white-space: nowrap;
    color: rgba(17, 17, 17, 1);
}

.review1_item--body {
    margin-top: 8px;
}

.review1_item--body p {
    line-height: 1.4;
    color: #111111;
    text-align: left;
    font-weight: 300;

    padding: 5px 0;
    margin-bottom: 10px;
}
.review1_item--bottom {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.review1_item--bottom span {
    overflow-x: hidden;
    overflow-y: hidden;
    min-width: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    color: rgba(17, 17, 17, 1);
}


.review1_item--bottom svg {
    fill: #197bff;
    width: 90px !important;
}

@media screen and (max-width: 768px) {
    .reviews1_list {
        grid-template-columns: repeat(1, 1fr);
    }
}

/**/

.reviews2_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.review2_item{
    margin-top: 16px;
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #e5e5dd;
    background-color: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.333%;
    flex: 1 1 33.333%;
    min-width: 220px;
    max-width: 300px;
}

.review2_item--header{
    width: 100%;
    position: relative;
    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;


    margin-bottom: 16px;
    border-bottom: 1px solid #e5e5dd;
    padding-bottom: 16px;
}

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

.review2_avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    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;
}

.review2_info {
    margin-left: 8px;
}

.review2_info .h3 {
    font-style: normal !important;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

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

.review2_info p, .review2_info span {
    font-size: 14px;
    font-weight: 400;
    color: #696a6a;
}

.review2_info .review2_local {
    margin-left: 12px;
}


.review2_item--body {
    width: 100%;
    margin-top: 16px;
}

.review2_header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.review2_star {
    width: 108px;
    height: 20px;
}

.review2_item--body .review2_star img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.review2_item--body .review2_update p {
    color: #696a6a;
    font-size: 14px;
}

.review2_item--body .review2_head {
    margin-top: 12px;
}

.review2_title {
    font-weight: bold;
    font-size: 17px;
    color: #000000; /* Укажи нужный цвет */
    margin-bottom: 10px;
}

.review2_item--body .review2_head p {
    margin: 12px 0;
    color: #000;
}

.review2_date{
    font-size: 14px;
    font-weight: 500;
    color: #696a6a;
}

.review2_item--bottom{
    width: 100%;
    position: relative;
    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;

    margin-top: 16px;
    border-top: 1px solid #e5e5dd;
    padding-top: 16px;
}

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

.review2_like, .review2_share {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.review2_foot div:last-child {
    margin-left: 30px;
}

.review2_like p, .review2_share p {
    margin-left: 4px;
    font-size: 14px;
    color: #696a6a;
    font-weight: 300;
}

.review2_link{
    margin: 10px auto 0 auto;
    text-align: center;
}

.review2_link a{
    color: #24beb7 !important;
    text-decoration: underline !important;
}

.review2_link a:hover {
    color: #317d7a !important;
}

.review2_like span{
    margin-left: 5px;
    font-weight: bold;
}

.review2_date span{
    font-weight: 600;
    color: #000;
}

.review1_item--header h3{
    font-weight: normal !important;
}

body {
    font-family: 'Sohne', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size-adjust: 0.5;
    font-size: 1.6rem;
    line-height: 1.6;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    background-color: #f0f4fa;
    color: #000;
    font-weight: 400;
}

.c-header-menu__log {
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: .8rem 3rem;
    background: rgba(0, 0, 0, .2) !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 44px;
    font-size: 1.4rem;
    height: auto;
    transition: 
      color 0.2s ease,
      background-color 0.2s ease,
      border-color 0.2s ease;
}

.c-header-menu__log:hover {
    background: rgba(0, 0, 0, .2) !important;
    color: #d8e1e3 !important;
    border-color: #d8e1e3 !important;
}