@font-face {
    font-family: 'Onest';
    src: url('../fonts/Onest-VariableFont_wght.woff2') format('woff2 supports variations'), url('../fonts/Onest-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
}
ul, li {
    margin: 0;
    padding: 0;
}
body {
    zoom: 1;
    min-width: 320px;
    scroll-behavior: smooth;
    font-size: 16px;
    background-color: #868686;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
    font-family: 'Onest';
    color: #000;
}
section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
}
*, a, .slick-slide {
    outline: none;
    box-shadow: none;
}
*:focus, a:focus, .slick-slide:focus {
    outline: none;
}
a {
    transition: 0.2s linear;
}
a:hover {
    text-decoration: none;
}
a:not([class]) {
    color: #000;
    text-decoration: none;
}
a:not([class]):hover {
    color: #ec0000;
}
svg * {
    transition: linear 0.2s;
}
.container:before, .row:before, .container:after, .row:after {
    display: none;
}
main {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
@media only screen and (max-width: 991px) {
    main {
        max-width: unset;
        margin: 0;
    }
}
.page-content {
    position: relative;
    background: url("../img/main-bg.png") no-repeat right top #fff;
    background-size: cover;
}
.header {
    width: 100%;
    padding: 9px 10px;
}
.header-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-logo img {
    width: 34px;
    height: 51px;
    object-fit: contain;
}
.header-logo span {
    font-size: 12px;
    line-height: 18px;
    color: #898989;
    width: 150px;
    position: relative;
    top: -2px;
}
.section-hero {
    margin-top: -26px;
    position: relative;
    margin-bottom: 20px;
}
.hero-main {
    position: relative;
    overflow-x: hidden;
}
.hero-main > img {
    position: absolute;
    top: 5px;
    right: 34px;
    width: 45px;
    height: 514px;
}
.hero-title {
    margin: 0;
    font-size: 91px;
    color: #ec0000;
    font-weight: 800;
    line-height: 1.2;
    position: absolute;
    z-index: 1;
    top: -7px;
    right: 30px;
    width: 214px;
}
.hero-title > div {
    text-align: right;
    font-size: 37px;
    color: #1b1b1b;
    line-height: 0.811;
    margin-top: -12px;
}
.hero-title > div > span {
    font-size: 30px;
    display: block;
    color: #949494;
    margin-top: 5px;
}
.hero-image {
    margin-top: 42px;
    position: relative;
    z-index: 3;
}
.hero-image img {
    object-fit: contain;
}
.hero-list {
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 166px;
}
.hero-list > li {
    border-style: solid;
    border-width: 2px;
    border-color: #bdc7d4;
    border-radius: 10px;
    background-color: #eee;
    width: 252px;
    height: 35px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 1.083;
    padding: 5px;
}
.hero-list > li:nth-child(1) {
    font-size: 14px;
    position: relative;
    left: -40px;
}
.hero-list > li:nth-child(1) > div {
    width: 128px;
}
.hero-list > li:nth-child(2) {
    font-size: 14px;
    position: relative;
    left: -20px;
}
.hero-list > li:nth-child(2) > div {
    width: 122px;
}
.hero-list > li > div {
    width: 145px;
}
.hero-video {
    width: 270px;
    height: 172px;
    background-color: #fff;
    padding: 6px;
    position: absolute;
    z-index: 4;
    right: 14px;
    bottom: 64px;
    box-shadow: 0 4px 19.32px 1.68px rgba(0, 0, 0, 0.09);
}
.hero-video > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-video .video-btn {
    font-size: 0;
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-video > span {
    position: absolute;
    right: 25px;
    bottom: 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.902);
    line-height: 1.286;
    z-index: 1;
}
.hero-bot {
    position: relative;
    z-index: 5;
    margin-top: -42px;
}
.hero-price__wrapper {
    background-color: #f8f8f8;
    padding: 3px 5px;
    display: flex;
    align-items: center;
}
.hero-price__wrapper .price-old {
    width: 47%;
    text-align: center;
    padding-left: 12px;
}
.hero-price__wrapper .price-old div {
    font-size: 18px;
    color: #939393;
    line-height: 1;
    font-weight: 300;
    width: max-content;
    position: relative;
    margin: 0 auto;
}
.hero-price__wrapper .price-old div:after {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: #c1c1c1;
    height: 1px;
    width: calc(100% + 20px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(7deg);
}
.hero-price__wrapper .price-old span {
    font-size: 18px;
    color: #404040;
    line-height: 1;
    font-weight: 500;
}
.hero-price__wrapper .price-old span strong {
    font-weight: 800;
    color: #6e0303;
}
.hero-price__wrapper .price-separator {
    background-color: #b4b4b4;
    width: 2px;
    min-width: 2px;
    height: 30px;
}
.hero-price__wrapper .price-new {
    width: 53%;
    display: flex;
    align-items: baseline;
    padding-left: 17px;
    gap: 2px;
    font-size: 49px;
    color: #ea7373;
    line-height: 1;
    font-weight: 100;
}
.hero-price__wrapper .price-new small {
    font-size: 20px;
    font-weight: 300;
}
.hero-btn {
    display: block;
    border-radius: 20px;
    background-color: red;
    box-shadow: 0px 4px 0px 0px #d50000;
    width: 294px;
    height: 60px;
    margin: 7px auto 0;
    padding: 12px;
    text-align: center;
    font-size: 22px;
    color: white;
    font-weight: 600;
    line-height: 0.818;
}
.hero-btn:hover {
    color: #fff;
}
.hero-btn span {
    display: block;
    font-weight: 300;
    font-size: 18px;
    margin-top: 4px;
}
.hero-footnote {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    background-color: black;
    min-width: 160px;
    width: max-content;
    padding: 0 10px;
    height: 21px;
    margin: 13px auto 0;
}
.hero-footnote span {
    font-size: 12px;
    color: white;
    font-weight: 400;
}
.hero-footnote span strong {
    font-weight: 600;
}
.section-modules {
    padding-top: 20px;
}
.modules-title {
    margin: 0 auto;
    font-size: 24px;
    font-weight: 300;
    color: #262626;
    line-height: 1.2;
    text-align: center;
}
.modules-title u {
    font-size: 28px;
    position: relative;
    text-decoration: none;
}
.modules-title u:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #737373;
}
.modules-title span {
    display: block;
    color: #ff0000;
}
.modules-title strong {
    font-weight: 600;
}
.modules-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 49px;
    background-color: #000;
    padding: 0 10px;
    font-size: 30px;
    color: white;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 25px;
}
.modules-item.active .modules-item__head > i:after {
    display: none;
}
.modules-item + .modules-item {
    margin-top: 1px;
}
.modules-item__head {
    min-height: 60px;
    padding: 10px 100px 10px 10px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #f5f5f5;
}
.modules-item__head > span {
    width: 86px;
    min-width: 86px;
    position: relative;
    font-size: 16px;
    color: red;
    font-weight: bold;
    line-height: 1.2;
}
.modules-item__head > span:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 31px;
    background-color: #b4b4b4;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.modules-item__head > div {
    font-size: 14px;
    font-weight: 400;
    color: #2d2d2d;
    line-height: 1.2;
}
.modules-item__head > i {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}
.modules-item__head > i:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #6e6e6e;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.modules-item__head > i:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #6e6e6e;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.modules-item__body {
    padding: 15px 130px 30px 30px;
    position: relative;
    display: none;
}
.modules-item__body > ul {
    font-size: 14px;
    color: #909090;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.modules-item__body > ul > li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
}
.modules-item__body > ul > li:last-child {
    margin-bottom: 0;
}
.modules-item__body > ul > li:before {
    position: absolute;
    content: '';
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48dGl0bGU+Q2FtZXJhLXZpZGVvLWZpbGwgU1ZHIEljb248L3RpdGxlPjxwYXRoIGZpbGw9IiNjM2MzYzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTAgNWEyIDIgMCAwIDEgMi0yaDcuNWEyIDIgMCAwIDEgMS45ODMgMS43MzhsMy4xMS0xLjM4MkExIDEgMCAwIDEgMTYgNC4yNjl2Ny40NjJhMSAxIDAgMCAxLTEuNDA2LjkxM2wtMy4xMTEtMS4zODJBMiAyIDAgMCAxIDkuNSAxM0gyYTIgMiAwIDAgMS0yLTJ6Ii8+PC9zdmc+") no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.modules-item__body > img {
    position: absolute;
    right: 0;
    max-width: 120px;
    object-fit: contain;
    top: 50%;
    transform: translateY(-50%);
}
.section-bonuses {
    padding-top: 22px;
}
.bonuses-title {
    margin: 0 auto;
    width: max-content;
    display: flex;
    align-items: center;
}
.bonuses-title > span {
    display: flex;
    align-items: center;
    color: red;
    font-size: 108px;
    line-height: 108px;
    font-weight: 900;
}
.bonuses-title > span:before {
    content: '+';
    font-size: 57px;
    margin-right: -4px;
}
.bonuses-title > div {
    font-size: 48px;
    font-weight: 400;
    color: black;
    line-height: 1.2;
    margin-left: 7px;
    margin-top: -14px;
}
.bonuses-title > div small {
    font-size: 20px;
    color: #444;
    line-height: 1.2;
    display: block;
    position: relative;
    left: -14px;
}
.bonuses-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 15px;
    gap: 40px 20px;
    margin-top: 30px;
}
.bonuses-item {
    padding: 0 10px;
    max-width: calc(50% - 10px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.bonuses-item > div {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 92px;
    height: 80px;
    position: relative;
}
.bonuses-item > div > img {
    position: absolute;
    left: 26px;
    top: 0;
    max-width: calc(100% - 30px);
    object-fit: contain;
}
.bonuses-item > div > i {
    border-radius: 50%;
    border: 2px solid #cfd7e0;
    background-color: #fff;
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 1;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bonuses-item > div > i > img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.bonuses-item > div > i > svg {
    height: 46px;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.bonuses-item > span {
    font-size: 16px;
    color: red;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 6px;
}
.bonuses-item > small {
    font-size: 14px;
    line-height: 1.2;
    color: #565656;
    font-weight: 400;
}
.section-author {
    margin-top: 40px;
    padding: 0 10px;
}
.author-main {
    padding-top: 30px;
    position: relative;
}
.author-pic {
    width: 256px;
    height: 256px;
    border-radius: 50%;
    box-shadow: -12.6px -10px 0 0 #f4f4f4;
    margin-left: 4px;
}
.author-pic img {
    border-radius: 50%;
}
.author-title {
    text-align: right;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 40px;
    color: #444;
    line-height: 1;
    font-weight: 100;
}
.author-title strong {
    display: block;
    font-size: 25px;
    color: red;
    font-weight: 900;
}
.author-about {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 86px;
    right: 0;
}
.author-about > li {
    margin-bottom: 38px;
    width: max-content;
    border-style: solid;
    border-width: 2px;
    border-color: #bdc7d4;
    border-radius: 10px;
    background-color: #eee;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 13px;
    font-size: 14px;
    color: #1e1e1e;
}
.author-bot {
    margin-top: 26px;
    text-align: center;
    padding: 0 5px;
}
.author-bot > div {
    font-weight: 300;
    font-size: 28px;
    line-height: 1.2;
    color: #444;
}
.author-bot > div > strong {
    display: block;
    font-weight: 600;
    font-size: 20px;
}
.author-bot > div + div {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    color: #444;
}
.author-bot > div + div > strong {
    display: block;
    color: #ff0000;
    font-weight: 800;
    font-size: 24px;
}
.section-result {
    padding: 0 7px;
    margin-top: 28px;
}
.result-title {
    font-size: 64px;
    color: red;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    margin: 0;
}
.result-title span {
    display: block;
    font-size: 30px;
    color: #444;
    font-weight: 400;
    margin-top: -8px;
    transform: translateX(7px);
}
.result-scales {
    position: relative;
    width: max-content;
    margin: 193px auto 0;
}
.result-scales__left {
    position: absolute;
    left: 0;
    bottom: calc(100% - 60px);
    width: 127px;
}
.result-scales__left > svg {
    display: block;
    margin: 0 auto 2px;
    width: 42px;
    height: auto;
}
.result-scales__left > ul > li {
    margin-bottom: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #1f1f1f;
    width: 100%;
    min-height: 30px;
    padding: 2px 5px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
}
.result-scales__left > ul > li strong {
    font-weight: 600;
}
.result-scales__right {
    position: absolute;
    right: -3px;
    width: 133px;
    bottom: calc(100% + 5px);
}
.result-scales__btn {
    border-radius: 10px;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 32px;
    width: 100%;
    font-size: 16px;
    color: white;
    line-height: 1.2;
    font-weight: 600;
}
.result-scales__moving {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    bottom: calc(100% + 11px);
    animation: up-down ease-in-out 3.5s infinite;
}
.result-scales__moving > svg {
    display: block;
    margin: 0 auto 2px;
    width: 51px;
    height: auto;
    transform: scale(1, -1) rotate(36deg) translateX(-5px);
}
.result-scales__moving .price-old {
    font-size: 14px;
    color: #868686;
    line-height: 1;
    font-weight: 300;
    width: max-content;
    position: relative;
    margin: 0 auto;
}
.result-scales__moving .price-old:after {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: #c1c1c1;
    height: 1px;
    width: calc(100% + 12px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
}
.result-scales__moving .price-new {
    font-size: 24px;
    font-weight: 300;
    color: #f58e8e;
    line-height: 1;
}
@keyframes up-down {
    50% {
        transform: translate(0, -15px);
    }
}
.section-steps {
    margin-top: 52px;
}
.steps-title {
    margin: 0;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
}
.steps-title div {
    color: #1f1f1f;
    font-weight: 300;
}
.steps-title div u {
    text-decoration: none;
    position: relative;
}
.steps-title div u:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #606060;
}
.steps-title div u + u {
    color: #ff0000;
    font-weight: 600;
}
.steps-title div u + u:after {
    background-color: #ff5353;
}
.steps-title div span {
    display: block;
}
.steps-title div + div {
    color: #1f1f1f;
    text-transform: uppercase;
    font-weight: 600;
}
.steps-title div + div span {
    text-transform: none;
    color: #ff5e5e;
}
.steps-main {
    padding: 0 20px;
    position: relative;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.step-video {
    width: 133px;
    text-align: center;
}
.step-video + .step-video {
    margin-left: auto;
}
.step-video + .step-video > div:before {
    display: none;
}
.step-video + .step-video > div:after {
    transform: rotate(-60deg);
    left: -108px;
}
.step-video + .step-video > div svg {
    width: 21px;
    height: 21px;
}
.step-video + .step-video > strong {
    font-weight: 800;
    color: #ff0000;
}
.step-video > div {
    width: 133px;
    height: 73px;
    position: relative;
    z-index: 1;
}
.step-video > div:before {
    position: absolute;
    content: '';
    z-index: -1;
    background-color: #dadada;
    height: 1px;
    width: 100px;
    top: 45px;
    left: 100%;
    transform: rotate(-3deg);
}
.step-video > div:after {
    position: absolute;
    content: '';
    z-index: -1;
    background-color: #dadada;
    height: 1px;
    width: 176px;
    top: calc(100% + 72px);
    transform: rotate(55deg);
    right: -107px;
}
.step-video > div video, .step-video > div img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.step-video > div svg {
    width: 19px;
    height: 19px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.step-video > span {
    display: block;
    font-size: 14px;
    color: #444;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 6px;
}
.step-video > strong {
    display: block;
    font-size: 14px;
    color: #444;
    line-height: 1.2;
    font-weight: 600;
}
.step-doc {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
.step-doc > div {
    width: max-content;
    position: relative;
    margin: 0 auto;
}
.step-doc > div svg {
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.step-doc > span {
    display: block;
    font-size: 14px;
    color: #444;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 9px;
}
.step-doc > strong {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    color: #ff0000;
}
.steps-advantages {
    width: 260px;
    margin: 17px auto 0;
    font-size: 14px;
    color: black;
    line-height: 1.2;
    list-style-type: none;
    padding: 0;
    transform: translateX(27px);
}
.steps-advantages > li {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 12px;
    min-height: 34px;
}
.steps-advantages > li:last-child {
    margin-bottom: 0;
}
.steps-advantages > li i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
}
.steps-advantages > li i svg {
    max-width: 100%;
    height: auto;
}
.steps-advantages > li u {
    text-decoration: underline;
    text-decoration-thickness: from-font;
}
.steps-btn {
    margin-top: 48px;
    padding: 20px 20px 23px;
    background-color: #000;
}
.steps-btn a {
    display: block;
    margin: 0 auto;
    width: 294px;
    height: 60px;
    border-radius: 20px;
    background-color: red;
    font-size: 22px;
    color: white;
    line-height: 0.818;
    font-weight: 600;
    text-align: center;
    padding: 12px;
}
.steps-btn a:hover {
    color: #fff;
}
.steps-btn a span {
    display: block;
    font-weight: 300;
    font-size: 18px;
    margin-top: 4px;
}
.section-reviews {
    margin-top: 30px;
}
.reviews-title {
    margin: 0 auto;
    max-width: 170px;
    font-size: 24px;
    font-weight: 600;
    color: black;
    line-height: 1.2;
    text-align: center;
}
.reviews-slider__wrapper {
    display: flex;
    margin-top: 20px;
    gap: 15px;
    padding: 0 20px;
}
.reviews-slider__main {
    width: 208px;
    min-width: 208px;
    height: 417px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 9px 11px;
}
.reviews-slider__main > img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}
.reviews-slider {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 25px;
    overflow: hidden;
}
.reviews-slider .slick-track, .reviews-slider .slick-list {
    height: 100%;
}
.reviews-slider .slide {
    background: #ff0000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-slider .slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.reviews-slider__text {
    display: flex;
    flex-direction: column;
    padding-top: 14px;
    padding-bottom: 7px;
    max-width: calc(100% - 208px - 15px);
}
.reviews-slider__advantages {
    margin-bottom: 10px;
}
.reviews-slider__advantages .slide > div {
    min-height: 140px;
    padding-bottom: 10px;
}
.reviews-slider__advantages .slide > div + div {
    min-height: unset;
}
.reviews-slider__advantages .slide > div > span {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 16px;
    color: black;
    line-height: 1.2;
    font-weight: 600;
}
.reviews-slider__advantages .slide > div > span svg {
    width: 30px;
    height: 30px;
    margin-left: -3px;
}
.reviews-slider__advantages .slide > div > div {
    font-size: 12px;
    color: #444;
    line-height: 1.2;
    margin-top: 1px;
}
.reviews-slider__arrows {
    margin-top: auto;
    display: flex;
    gap: 6px;
}
.reviews-slider__arrows .arrow {
    width: 58px;
    height: 58px;
}
.reviews-slider__arrows .arrow.arrow-prev svg {
    transform: rotate(90deg);
}
.reviews-slider__arrows .arrow.arrow-next svg {
    transform: rotate(-90deg);
}
.reviews-slider__arrows .arrow svg {
    width: 100%;
    height: 100%;
}
.section-faq {
    margin-top: 62px;
}
.faq-wrapper {
    margin-top: 30px;
}
.faq-title {
    position: relative;
    font-size: 28px;
    color: #262626;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    width: max-content;
}
.faq-title:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #5c5c5c;
}
.faq-item.active .faq-item__head > i:after {
    display: none;
}
.faq-item + .faq-item {
    margin-top: 1px;
}
.faq-item__head {
    min-height: 60px;
    padding: 10px 100px 10px 15px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #f5f5f5;
}
.faq-item__head > span {
    width: 32px;
    min-width: 32px;
    position: relative;
    font-size: 16px;
    color: red;
    font-weight: bold;
    line-height: 1.2;
}
.faq-item__head > span:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 31px;
    background-color: #b4b4b4;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.faq-item__head > div {
    font-size: 14px;
    font-weight: 400;
    color: #2d2d2d;
    line-height: 1.2;
}
.faq-item__head > i {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}
.faq-item__head > i:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #6e6e6e;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.faq-item__head > i:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #6e6e6e;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.faq-item__body {
    padding: 15px 60px 30px 30px;
    position: relative;
    display: none;
}
.faq-item__body > div {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    color: #909090;
    line-height: 1.2;
}
.faq-item__body > div:before {
    content: '';
    display: block;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjYzNjM2MzIiBkPSJNMjAgNmgtMXY4YzAgLjU1LS40NSAxLTEgMUg2djFjMCAxLjEuOSAyIDIgMmgxMGw0IDRWOGMwLTEuMS0uOS0yLTItMm0tMyA1VjRjMC0xLjEtLjktMi0yLTJINGMtMS4xIDAtMiAuOS0yIDJ2MTNsNC00aDljMS4xIDAgMi0uOSAyLTIiLz48L3N2Zz4=") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.footer {
    margin-top: 62px;
    padding: 33px 20px 130px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 19px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.2;
    width: 265px;
    text-align: left;
}
.footer-logo img {
    width: 45px;
    height: auto;
    object-fit: contain;
}
.footer-logo span {
    white-space: nowrap;
    position: relative;
    top: -5px;
}
.footer-subtitle {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 1.2;
    margin-top: 46px;
}
.footer-list {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 1.2;
    margin: 20px auto 0;
    list-style-type: none;
    padding: 0;
}
.footer-list a {
    color: #d3d3d3;
}
.footer-list a:hover {
    color: #fff;
}
.footer-note {
    font-size: 12px;
    color: #c5c4c4;
    line-height: 1.2;
    font-style: italic;
    margin-top: 52px;
}
.footer-copyright {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 42px;
}
