@keyframes cloudSectionLeft {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(125%);
    }
}
@keyframes cloudSectionLeftCenter {
    0%,
    to {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(125%);
    }
}
@keyframes cloudSectionRight {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-125%);
    }
}
@keyframes cloudLeft {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(150%);
    }
}
@keyframes cloudRight {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-150%);
    }
}
@keyframes cloudRightCenter {
    0% {
        transform: translateX(200%);
    }
    to {
        transform: translateX(-200%);
    }
}
@keyframes fly {
    0%,
    to {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
}
* {
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-links li .anchor-scroll.active,
.footer-links li .anchor-scroll:hover,
.header-links li .anchor-scroll.active,
.header-links li .anchor-scroll:hover,
a,
a:hover {
    text-decoration: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
img {
    vertical-align: top;
    max-width: 100%;
}
details,
figcaption,
figure,
hgroup,
menu {
    display: block;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
body,
html {
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: var(--sections-radius);
    overflow: hidden;
    background: var(--link-color-hover);
}
button {
    background: 0 0;
}
:root {
    --font-size: calc(1.1rem + 0.1 * ((100vw - 20rem) / 113));
    --line-height: 1.8;
    --bg-main: #0e0e0e;
    --bg-main-second: #025387;
    --color-text: #c1c1c1;
    --link-color: #025387;
    --link-color-hover: #bf2929;
    --bg-third: #023487;
    --bg-second: #45adbb;
    --bg-second-next: #45adbb;
    --button-color-first: var(--link-color);
    --button-color-second: var(--link-color-hover);
    --button-color-reg-first: var(--bg-second);
    --button-color-reg-second: var(--bg-second-next);
    --buttons-height: 3.75rem;
    --buttons-width: 18.5rem;
    --buttons-shadow: 0 1.5rem 3rem 0 rgba(0, 0, 0, 0.05);
    --buttons-font-size: var(--font-size);
    --buttons-color: #ffffff;
    --buttons-radius: 0.625rem;
    --sections-radius: 0.5rem;
}
@media (max-width: 47.9375rem) {
    :root {
        --sections-radius: 0.75rem;
        --buttons-font-size: 1rem;
    }
}
@font-face {
    font-family: 'icomoon';
    src: url('');
    src: url('') format('embedded-opentype'), url('') format('truetype'),
        url('') format('woff'), url('') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('');
    src: local('Segoe UI Bold Italic'), local('SegoeUI-BoldItalic'),
        url('') format('embedded-opentype'),
        url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('../fonts/SegoeUI-BoldItalic.woff') format('woff'),
        url('../fonts/SegoeUI-BoldItalic.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('');
    src: local('Segoe UI'), local('SegoeUI'),
        url('') format('embedded-opentype'),
        url('../fonts/SegoeUI.woff2') format('woff2'),
        url('../fonts/SegoeUI.woff') format('woff'),
        url('../fonts/SegoeUI.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('');
    src: local('Segoe UI Semibold'), local('SegoeUI-SemiBold'),
        url('') format('embedded-opentype'),
        url('../fonts/SegoeUI-SemiBold.woff2') format('woff2'),
        url('../fonts/SegoeUI-SemiBold.woff') format('woff'),
        url('../fonts/SegoeUI-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('');
    src: local('Segoe UI Light'), local('SegoeUI-Light'),
        url('') format('embedded-opentype'),
        url('../fonts/SegoeUI-Light.woff2') format('woff2'),
        url('../fonts/SegoeUI-Light.woff') format('woff'),
        url('../fonts/SegoeUI-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('');
    src: local('Segoe UI Bold'), local('SegoeUI-Bold'),
        url('../fonts/') format('embedded-opentype'),
        url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff'),
        url('../fonts/SegoeUI-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/');
    src: local('Segoe UI Italic'), local('SegoeUI-Italic'),
        url('../fonts/') format('embedded-opentype'),
        url('../fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('../fonts/SegoeUI-Italic.woff') format('woff'),
        url('../fonts/SegoeUI-Italic.ttf') format('truetype');
    font-weight: 400;
}
body,
html {
    overflow-x: hidden;
    min-width: 20rem;
}
body {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    font-size: var(--font-size);
    color: var(--color-text);
    line-height: var(--line-height);
    background: #4d5a76;
}
.off-scroll,
body.hidden_scroll-y {
    overflow-y: hidden;
}
.off-scroll {
    height: 100%;
    position: relative;
}
a {
    color: var(--link-color);
    outline: 0 !important;
}
a:active {
    color: var(--link-color-hover);
}
.style,
[class*='section-box'],
footer,
header,
section {
    width: 100%;
    float: left;
}
[class*='section-box'],
footer,
header,
section {
    position: relative;
}
address,
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
.container {
    min-width: 296px;
}
.bold {
    font-weight: 700;
}
@media (max-width: 61.9375rem) {
    .off-scroll {
        position: fixed;
        width: 100%;
    }
}
.container,
.container-fluid {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 36rem) {
    .container {
        max-width: 100%;
    }
}
@media (min-width: 62rem) {
    .container {
        max-width: 62rem;
    }
}
@media (min-width: 75rem) {
    .container {
        max-width: 73.125rem;
    }
}
@media (min-width: 87.5rem) {
    .container {
        max-width: 82.5rem;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-top: 0;
}
.col {
    flex: 1 0 0%;
}
@media (min-width: 36rem) {
    .col-sm {
        flex: 1 0 0%;
    }
}
@media (min-width: 48rem) {
    .col-md {
        flex: 1 0 0%;
    }
}
@media (min-width: 62rem) {
    .col-lg {
        flex: 1 0 0%;
    }
}
@media (min-width: 75rem) {
    .col-xl {
        flex: 1 0 0%;
    }
}
@media (min-width: 87.5rem) {
    .col-xxl {
        flex: 1 0 0%;
    }
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1,
.col-2 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    width: 16.66666667%;
}
.col-3,
.col-4 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    width: 33.33333333%;
}
.col-5,
.col-6 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    width: 50%;
}
.col-7,
.col-8 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    width: 66.66666667%;
}
.col-10,
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    width: 83.33333333%;
}
.col-11,
.col-12 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 36rem) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1,
    .col-sm-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-3,
    .col-sm-4 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-5,
    .col-sm-6 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7,
    .col-sm-8 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-10,
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-11,
    .col-sm-12 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 48rem) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1,
    .col-md-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-3,
    .col-md-4 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-5,
    .col-md-6 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7,
    .col-md-8 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-10,
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-11,
    .col-md-12 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 62rem) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1,
    .col-lg-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-3,
    .col-lg-4 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-5,
    .col-lg-6 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7,
    .col-lg-8 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-10,
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-11,
    .col-lg-12 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 75rem) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1,
    .col-xl-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-3,
    .col-xl-4 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-5,
    .col-xl-6 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7,
    .col-xl-8 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-10,
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-11,
    .col-xl-12 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 87.5rem) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1,
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        width: 16.66666667%;
    }
    .col-xxl-3,
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        width: 33.33333333%;
    }
    .col-xxl-5,
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        width: 50%;
    }
    .col-xxl-7,
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        width: 66.66666667%;
    }
    .col-xxl-10,
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        width: 83.33333333%;
    }
    .col-xxl-11,
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-6 {
    order: 6 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 36rem) {
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-6 {
        order: 6 !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 48rem) {
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-6 {
        order: 6 !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 62rem) {
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-6 {
        order: 6 !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 75rem) {
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-6 {
        order: 6 !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 87.5rem) {
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-6 {
        order: 6 !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
header {
    background: var(--bg-main-second);
    box-shadow: 0 0.1875rem 1.5rem 0 rgba(31, 38, 27, 0.55);
    z-index: 2;
    height: auto;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
header > .container {
    max-width: 100%;
}
.logo,
header nav {
    display: inline-block;
    vertical-align: top;
}
header nav {
    width: 100%;
}
header .footer-links,
header .header-links {
    margin: 0;
    display: block;
}
header .footer-links li,
header .header-links li {
    float: none;
    padding: 0;
}
header .footer-links li .anchor-scroll,
header .header-links li .anchor-scroll {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    color: #1b1e1d;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    font-family: 'Poppins';

    font-weight: 700;
}
.logo {
    position: relative;
    z-index: 3;
    margin-bottom: 0.75rem;
}
.logo img {
    margin-top: -0.5rem;
    width: 9.75rem;
    height: 4.3125rem;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
}
.header-links {
    justify-content: center;
}
.footer-links,
.header-buttons,
.header-links {
    display: flex;
    flex-wrap: wrap;
}
.header-links li {
    float: left;
}
.footer-links li,
.header-links li {
    padding: 0 1rem;
    position: relative;
}
.header-links li .anchor-scroll {
    font-size: 0.8125rem;
    display: block;
    font-weight: 700;
}
.footer-links li .anchor-scroll,
.header-links li .anchor-scroll {
    cursor: pointer;
    color: #fff;
    position: relative;
    line-height: 1.5625rem;
    text-transform: uppercase;
    margin: 0.1875rem 0;
}
.header-buttons {
    margin: 0 -0.375rem;
}
.header-buttons__link {
    width: 12.75rem;
    padding: 0 0.375rem;
}
.header-buttons__link:first-child {
    width: 6.5rem;
}
.button-mobile-menu {
    width: 1.5rem;
    float: left;
    position: absolute;
    right: 1.5rem;
    margin-top: 0;
    top: 2.0625rem;
    height: 1rem;
    cursor: pointer;
    z-index: 3;
}
.button-mobile-menu:before {
    border-radius: 0.25rem;
    position: absolute;
    content: '';
    left: -0.75rem;
    right: -0.75rem;
    top: -1rem;
    bottom: -1rem;
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    background: #45adbb;
}
.button-mobile-menu div {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0.875rem;
    width: 100%;
    height: 0.125rem;
    background: #fff;
    transition: 0.22s;
    -webkit-transition: 0.22s;
    -moz-transition: 0.22s;
    -ms-transition: 0.22s;
    -o-transition: 0.22s;
}
.button-mobile-menu div:first-child,
.button-mobile-menu div:first-child:before {
    margin-top: 0;
}
.button-mobile-menu div:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    margin-top: -0.4375rem;
    left: 0;
    background: #fff;
    transition: 0.22s;
    -webkit-transition: 0.22s;
    -moz-transition: 0.22s;
    -ms-transition: 0.22s;
    -o-transition: 0.22s;
}
.button-mobile-menu.open:before {
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
}
.button-mobile-menu.open div {
    transform: rotate(-45deg);
    margin-top: 0.375rem;
    background: #000;
}
.button-mobile-menu.open div:first-child {
    transform: rotate(45deg);
    margin-top: 0.375rem;
}
.button-mobile-menu.open div:before {
    margin-top: 0;
    background: #000;
}
.mobile-menu,
.mobile-menu:after,
.mobile-menu:before {
    position: fixed;
    width: 100%;
    right: 0;
    z-index: 2;
    margin-right: -110%;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
}
.mobile-menu {
    top: 0;
    overflow-y: scroll;
    background: #fff;
    height: 100%;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
    padding-bottom: 2.5rem;
    padding-top: 7.1875rem;
}
.mobile-menu.open {
    margin-right: 0;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
}
.mobile-menu.open:after,
.mobile-menu.open:before {
    margin-right: 0;
}
.mobile-menu:after,
.mobile-menu:before {
    content: '';
}
.mobile-menu:before {
    top: 0;
    height: 5.6875rem;
    background: #fff;
}
.mobile-menu:after {
    top: 5.625rem;
    height: 1rem;
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00fcfcfc",GradientType=0 );
}
.mobile-menu .header-buttons {
    margin-top: 1.75rem;
}
@media (min-width: 36rem) {
    .logo {
        margin-bottom: 0;
    }
    .button-mobile-menu {
        top: 50%;
        margin-top: -0.5rem;
    }
}
@media (min-width: 36rem) and (max-width: 61.9375rem) {
    .header-buttons {
        padding-right: 4.1875rem;
    }
}
@media (min-width: 62rem) {
    header > .container {
        max-width: 62rem;
    }
    .header-buttons {
        margin-left: 0;
        margin-right: 0;
    }
    .mobile-menu,
    header .container > .row {
        position: relative;
    }
    header,
    header .container,
    header .container .row {
        min-height: 3.5rem;
    }
    header .footer-links,
    header .header-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    header .footer-links li,
    header .header-links li {
        float: left;
        padding: 0 1rem;
    }
    header .footer-links li:before,
    header .header-links li:before {
        display: block;
    }
    header .footer-links li .anchor-scroll,
    header .header-links li .anchor-scroll {
        padding-top: 0;
        padding-bottom: 0;
        color: #fff;
        opacity: 0.7;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
        filter: alpha(opacity=70);
        display: block;
    }
    header .footer-links li .anchor-scroll:hover,
    header .header-links li .anchor-scroll:hover {
        opacity: 1;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
    }
    .mobile-menu {
        top: auto;
        right: auto;
        width: auto;
        overflow: auto;
        background: 0 0;
        height: auto;
        margin: 0;
        opacity: 1;
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 75rem) {
    .logo img {
        width: 12.125rem;
        height: 5.3125rem;
        margin-top: 0;
    }
    header > .container {
        max-width: 73.125rem;
    }
    header .footer-links li .anchor-scroll,
    header .header-links li .anchor-scroll {
        font-size: 1.125rem;
    }
}
@media (min-width: 87.5rem) {
    header > .container {
        max-width: 82.5rem;
    }
}
.pages-title {
    font-family: 'Poppins';
    font-weight: 700;
    color: var(--color-text);
    font-size: 2.25rem;
    line-height: 1;
    padding-top: 3.125rem;
    padding-bottom: 1.875rem;
}
.section-wrapp {
    margin-top: 3.125rem;
}
.section-wrapp > .container {
    border-radius: var(--sections-radius);
    background: var(--bg-main-second);
    padding: 0 2.25rem;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 3.125rem;
    position: relative;
    border-radius: 30px;
}
.section-wrapp__cloud1,
.section-wrapp__cloud2 {
    position: absolute;
    width: 100%;
    opacity: 0.2;
}
.section-wrapp__cloud3 {
    position: absolute;
    width: 100%;
}
.section-wrapp__cloud1 {
    left: 0;
    top: 15%;
    animation: cloudSectionRight 70s infinite linear;
    transform: translateX(100%);
}
.section-wrapp__cloud2 {
    left: 0;
    top: 50%;
    animation: cloudSectionLeftCenter 100s infinite linear;
    transform: translateX(-100%);
}
.section-wrapp__cloud3 {
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0.15;
    animation: cloudSectionRight 80s infinite linear;
    transform: translateX(100%);
}
.section-box-6 .pages-title,
.section-box-6 .section-faq__row,
.section-box-7 .pages-title,
.section-box-7 .section-faq__row {
    position: relative;
    z-index: 5;
}
.section-borders {
    border-top: 0.0625rem solid #000;
    border-bottom: 0.0625rem solid #4a1111;
}
.section-banner__item {
    height: 28.75rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: var(--sections-radius);
    overflow: hidden;
    position: relative;
    display: flex;
}
.section-banner__item_img-1,
.section-banner__item_img-2,
.section-banner__item_img-3,
.section-banner__item_img-4 {
    position: absolute;
}
.section-banner__item_img-1 {
    width: 30.375rem;
    left: -7.3125rem;
    top: -1.0625rem;
}
.section-banner__item_img-2 {
    width: 12rem;
    left: 15.25rem;
    top: 4.3125rem;
    z-index: 3;
}
.section-banner__item_img-3 {
    width: 29.8125rem;
    left: 8.75rem;
    bottom: 5.1875rem;
    transform: rotate(-20deg);
    z-index: 3;
}
.section-banner__item_img-4 {
    width: 38.875rem;
    right: -0.6875rem;
    top: -9.0625rem;
}
.section-banner__item_img-4-2 {
    animation: fly 6s infinite ease-in-out;
}
.cloud-1 {
    z-index: 2;
    width: 75%;
    top: -4.875rem;
    animation: cloudLeft 40s infinite linear;
    opacity: 0.2;
    transform: translateX(-100%);
}
.cloud-1,
.cloud-2,
.cloud-3 {
    position: absolute;
    left: 0;
}
.cloud-2 {
    z-index: 2;
    width: 100%;
    bottom: -10.125rem;
    animation: cloudRight 34s infinite linear;
    opacity: 0.15;
    transform: translateX(100%);
}
.cloud-3 {
    width: 45.625rem;
    top: 8.5625rem;
    transform: translateX(300%);
    animation: cloudRightCenter 60s infinite linear;
    animation-delay: 10s;
    z-index: 4;
    opacity: 0.2;
}
@media (max-width: 87.4375rem) {
    .section-banner__item_img-1 {
        left: -13.75rem;
    }
    .section-banner__item_img-2 {
        left: 12.75rem;
    }
    .section-banner__item_img-3 {
        left: 6.25rem;
    }
    .section-banner__item_img-4 {
        right: -4.3125rem;
    }
}
@media (max-width: 74.9375rem) {
    .section-banner__item_img-1 {
        left: -15rem;
    }
    .section-banner__item_img-2 {
        left: 9.625rem;
        width: 10.875rem;
        top: 5.625rem;
    }
    .section-banner__item_img-3 {
        left: 3.75rem;
        width: 26.25rem;
        bottom: 5.875rem;
    }
    .section-banner__item_img-4 {
        width: 33.125rem;
        top: -5rem;
    }
}
@media (max-width: 61.9375rem) {
    .section-banner__item_img-1 {
        width: 27.75rem;
        top: 0.125rem;
        left: -14.125rem;
    }
    .section-banner__item_img-2 {
        left: 7.75rem;
        width: 8.25rem;
        top: 9rem;
    }
    .section-banner__item_img-3 {
        left: 2.625rem;
        width: 21.25rem;
        bottom: 5.625rem;
    }
    .section-banner__item_img-4 {
        width: 26.6875rem;
        top: -1.75rem;
        right: -4.375rem;
    }
}
@media (max-width: 47.9375rem) {
    .section-banner .container {
        padding-left: 0;
        padding-right: 0;
    }
    .section-banner__item {
        border-radius: 0;
    }
    .section-banner__item_img-1 {
        width: 22.5rem;
        top: 2.25rem;
        left: -9.6875rem;
    }
    .section-banner__item_img-2 {
        left: 4.375rem;
        width: 5.9375rem;
        top: 16rem;
    }
    .section-banner__item_img-3 {
        left: 1.25rem;
        width: 14.375rem;
        bottom: 3.0625rem;
    }
    .section-banner__item_img-4 {
        width: 23.25rem;
        top: -0.75rem;
        right: -4.375rem;
    }
    .cloud-1 {
        top: 2.5625rem;
    }
    .cloud-2 {
        bottom: -2.875rem;
    }
}
@media (max-width: 36rem) {
    .section-banner__item_img-1 {
        top: 11.8125rem;
    }
    .section-banner__item_img-4 {
        width: 20rem;
        top: -3.9375rem;
        right: -3rem;
    }
    .cloud-1,
    .cloud-2 {
        width: 36rem;
        max-width: none;
    }
    .cloud-1 {
        top: -3rem;
    }
    .cloud-2 {
        bottom: -1.625rem;
    }
    .cloud-3 {
        bottom: -2.25rem;
        max-width: none;
    }
}
.section-rating__row {
    counter-reset: div-counter;
}
.section-rating__col {
    counter-increment: div-counter;
}
.section-rating__col:first-child {
    padding-top: 0;
}
.section-rating__col:first-child .section-rating__item {
    margin-top: 0;
    margin-bottom: 1.5rem;
}
.section-rating__item {
    margin-top: 1rem;
    border: 0.125rem solid var(--link-color);
    border-radius: var(--sections-radius);
    background: var(--bg-main);
    height: 10.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-left: 6rem;
    color: var(--color-text);
}
.section-rating__item:before,
.section-rating__item_top {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.section-rating__item_top {
    background: var(--link-color);
    color: #fff;
    left: -0.125rem;
    top: -2.125rem;
    padding: 0 1rem;
    height: 2rem;
    border-top-left-radius: var(--sections-radius);
    border-top-right-radius: var(--sections-radius);
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 2.25rem;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.125rem;
    width: 6.125rem;
}
.section-rating__item.top {
    box-shadow: 0 0 16px 0 rgba(208, 45, 45, 0.75);
    border-top-left-radius: 0;
}
.section-rating__item.top:before {
    border-top-left-radius: 0;
}
.section-rating__item:before {
    content: counter(div-counter);
    width: 6rem;
    left: 0;
    top: 0;
    bottom: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    font-weight: 700;
    font-size: 1.125rem;
    background: #a52424;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    padding-right: 1rem;
}
.section-rating__item_buttons,
.section-rating__item_info,
.section-rating__item_logo {
    width: 33%;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 0.75rem 0.75rem;
}
.section-rating__item_info,
.section-rating__item_logo {
    border-right: 0.0625rem solid #023487;
}
.section-rating__item_buttons .buttons i {
    font-style: normal;
    position: relative;
    padding-right: 2.375rem;
}
.section-rating__item_buttons .buttons i:before,
.section-rating__item_info_name span {
    transition: 0.18s;
    -webkit-transition: 0.18s;
    -moz-transition: 0.18s;
    -ms-transition: 0.18s;
    -o-transition: 0.18s;
}
.section-rating__item_buttons .buttons i:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.8125rem;
    right: 0;
    background-image: url('../images/circle-next.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 1.625rem;
    height: 1.625rem;
    box-shadow: 0 0 10px 4px var(--button-color-first);
    border-radius: 100%;
}
.section-rating__item_buttons .buttons:hover i:before {
    transform: translateX(0.375rem);
    box-shadow: 0 0 0 0 #000;
}
.section-rating__item_info_name {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
}
.section-rating__item_info_name a {
    color: inherit;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.section-rating__item_info_name a:hover span {
    letter-spacing: 0;
    text-shadow: #000 0 0 0;
}
.section-rating__item_info_name span {
    display: flex;
    position: relative;
    cursor: pointer;
    justify-content: center;
    text-shadow: #023487 0.0625rem 0.0625rem 0.875rem;
    letter-spacing: 0.375rem;
    color: #023487;
}
.section-rating__item_info_rating {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0.875rem;
}
.section-rating__item_info_rating_stars {
    width: 8rem;
    height: 1.5rem;
    position: relative;
}
.section-rating__item_info_rating_stars .back,
.section-rating__item_info_rating_stars .front {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 8rem;
    width: 100%;
    background-image: url('../images/star-empty.svg');
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.section-rating__item_info_rating_stars .front {
    background-image: url('../images/star-full.svg');
}
.section-rating__item_info_rating_count {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    font-size: 1.375rem;
    position: relative;
    top: 0.0625rem;
    text-shadow: var(--link-color-hover) 0.0625rem 0.0625rem 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
@media (max-width: 47.9375rem) {
    .section-rating__item {
        padding-left: 4.625rem;
    }
    .section-rating__item:before {
        width: 4.625rem;
    }
    .section-rating__item_top {
        width: 4.8125rem;
    }
    .section-rating__item_buttons .buttons {
        font-size: 0.875rem;
    }
    .section-rating__item_info_name span {
        letter-spacing: 0.1875rem;
    }
    .section-rating .pages-title {
        margin-bottom: 1.125rem;
    }
}
@media (max-width: 36rem) {
    .section-rating__item {
        padding-left: 0;
        padding-top: 2.625rem;
        height: auto;
        padding-bottom: 0.625rem;
    }
    .section-rating__item.top {
        padding-bottom: 0;
    }
    .section-rating__item:before {
        width: 100%;
        bottom: auto;
        height: 2.625rem;
        z-index: 2;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.625rem;
        clip-path: none;
    }
    .section-rating__item_top {
        height: 2.0625rem;
        min-width: 5rem;
        z-index: 3;
    }
    .section-rating__item_logo {
        min-height: 5.5rem;
    }
    .section-rating__item_logo img {
        max-height: 4rem;
    }
    .section-rating__item_buttons,
    .section-rating__item_info,
    .section-rating__item_logo {
        width: 100%;
        height: auto;
        padding: 0.75rem;
        align-items: center;
    }
    .section-rating__item_info,
    .section-rating__item_logo {
        border-right: 0;
        border-bottom: 0.0625rem solid var(--bg-second-next);
    }
    .section-rating__item_info {
        background: 0 0;
    }
    .section-rating__item_info_rating {
        padding-top: 0.25rem;
    }
    .section-rating__item_info_name span {
        letter-spacing: 0.375rem;
    }
}
:root {
    --table-border-color: var(--link-color);
    --table-bg-color: var(--bg-second-next);
    --table-bg-color-second: #166135;
}
.section-table {
    margin-top: 3.125rem;
}
.section-table__table {
    max-width: 58.75rem;
    margin: 0 auto;
    color: var(--color-text);
}
.section-table__table table {
    width: 100%;
}
.section-table__table table td,
.section-table__table table th {
    width: 50%;
}
table td {
    border-top: 0.125rem solid var(--table-border-color);
    transition: 0.15s;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -ms-transition: 0.15s;
    -o-transition: 0.15s;
    height: 3.375rem;
}
table td,
table th {
    vertical-align: middle;
    padding: 0.375rem 1.5rem 0.5rem;
    line-height: 1.3;
    border-left: 0.125rem solid var(--table-border-color);
}
table td:first-child,
table th:first-child {
    border-left: 0;
}
table th {
    text-align: left;
    font-size: 1.25rem;
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    color: #d9d9d9;
    background: var(--link-color);
    height: 3.75rem;
    border-color: var(--link-color-hover);
}
table tr:hover td {
    background: rgba(255, 255, 255, 0.1);
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
    .section-table__wrap {
        width: 48rem;
        max-width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 47.9375rem) {
    .section-table {
        margin-top: 1.875rem;
    }
}
@media (max-width: 36rem) {
    .section-table__table {
        overflow-x: scroll;
        margin-right: -0.75rem;
        margin-left: -0.75rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .section-table__table table {
        width: 36rem;
    }
}
.section-main-text {
    position: relative;
    margin-top: 3.125rem;
}
.section-main-text .container {
    position: relative;
}
.section-main-text__editor {
    padding: 3.125rem 0 0;
    position: relative;
}
@media (max-width: 47.9375rem) {
    .section-main-text {
        margin-top: 1.875rem;
    }
    .section-main-text__editor {
        padding: 1.5rem 0 0;
    }
}
.section-comments {
    margin-top: 3.125rem;
}
@media (max-width: 47.9375rem) {
    .section-comments {
        margin-top: 1.5625rem;
    }
}
.section-expert {
    padding-top: 3.125rem;
}
.section-expert__item {
    max-width: 58.75rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.625rem;
    border-radius: var(--sections-radius);
    background: var(--bg-main);
    box-shadow: 0 0 16px 0 #45adbb;
    position: relative;
    padding: 4rem 1.5rem 1.5rem;
    min-height: 11.75rem;
    text-align: center;
    z-index: 5;
}
.section-expert__item_img {
    width: 6.875rem;
    height: 6.875rem;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -3.4375rem;
    top: -3.4375rem;
}
.section-expert__item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: none;
}
.section-expert__item_expert,
.section-expert__item_name {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    font-size: 1.75rem;
    color: var(--button-color-reg-first);
}
.section-expert__item_expert {
    font-size: 1.375rem;
    color: var(--link-color);
}
.section-expert__item_text {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding-top: 0.75rem;
}
@media (max-width: 47.9375rem) {
    .section-expert {
        padding-top: 2.375rem;
    }
    .section-expert__item {
        padding: 3.5rem 0.75rem 1.5rem;
        min-height: 8rem;
    }
    .section-expert__item_img {
        width: 5rem;
        height: 5rem;
        margin-left: -2.5rem;
        top: -2.5rem;
    }
    .section-expert__item_name {
        width: 100%;
        font-size: 1.375rem;
        line-height: 1;
        position: relative;
        top: -0.125rem;
    }
    .section-expert__item_expert {
        font-size: 1.125rem;
    }
    .section-expert__item_text {
        font-size: var(--font-size);
        line-height: var(--line-height);
        padding-top: 0.375rem;
    }
}
.editor-text ol li,
.editor-text ul li,
.section-box-7 {
    position: relative;
}
.section-box-7__cloud {
    width: auto;
    float: none;
    position: absolute;
    top: -1.125rem;
    left: -2.25rem;
    right: -2.25rem;
    overflow: hidden;
    bottom: -6.25rem;
}
@media (max-width: 47.9375rem) {
    .section-box-7__cloud {
        top: -2.625rem;
    }
}
@media (max-width: 61.9375rem) {
    .pages-title {
        font-size: 1.875rem;
    }
    .section-wrapp__cloud1,
    .section-wrapp__cloud2 {
        display: none;
    }
    .section-wrapp__cloud3 {
        width: 61.9375rem;
        max-width: none;
    }
}
@media (max-width: 47.9375rem) {
    .pages-title {
        font-size: 1.625rem;
        padding-top: 1.5625rem;
    }
    .section-wrapp > .container {
        padding: 0 0 2.3125rem;
        border-radius: 0;
    }
    .section-wrapp__cloud3 {
        animation: cloudSectionRight 40s infinite linear;
    }
}
.buttons,
.buttons span {
    display: block;
    text-align: center;
    height: 3.75rem;
}
.buttons {
    line-height: 3.75rem;
    border-radius: var(--buttons-radius);
    position: relative;
    z-index: 1;
    margin: 0 auto;
    cursor: pointer;
    font-size: var(--buttons-font-size);
    color: var(--buttons-color);
    width: 12rem;
    background: var(--button-color-reg-first);
    box-shadow: 0 0 2.375rem 0.1875rem var(--button-color-reg-first);
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}
.buttons span {
    line-height: 3.625rem;
}
.buttons:hover {
    text-shadow: none;
    background: var(--button-color-reg-second);
    background: linear-gradient(
        to bottom,
        var(--button-color-reg-first) 0%,
        var(--button-color-reg-second) 100%
    );
    box-shadow: none !important;
}
.buttons:active,
.buttons:active span {
    color: #fff;
}
.btn-login,
.btn-play,
.type-1 {
    background: var(--button-color-first);
    box-shadow: 0 0 2.375rem 0.1875rem var(--button-color-first);
}
.btn-login:active,
.btn-login:hover,
.btn-play:active,
.btn-play:hover,
.type-1:active,
.type-1:hover {
    background: var(--button-color-second);
    background: linear-gradient(
        to bottom,
        var(--button-color-first) 0%,
        var(--button-color-second) 100%
    );
}
.btn-play {
    width: auto;
    min-width: 12rem;
    padding: 0 1rem;
}
.type-1-2 {
    border: 0.125rem solid var(--button-color-first);
    box-shadow: 0 0 2.375rem 0.1875rem var(--button-color-first);
}
.type-2-2 {
    border: 0.125rem solid var(--button-color-reg-first);
    box-shadow: 0 0 2.375rem 0.1875rem var(--button-color-reg-first);
}
.type-1-2,
.type-2-2 {
    background: 0 0;
}
.button-type-3 span,
.button-type-4 span,
.button-type-5 span,
.type-1-2 span,
.type-2-2 span {
    height: 3.5rem;
    line-height: 3.5rem;
}
.type-1-2:active,
.type-1-2:hover,
.type-2-2:active,
.type-2-2:hover {
    background: #000;
}
.button-type-1 {
    background: var(--button-color-first);
    box-shadow: 0 0 2.375rem 0.1875rem var(--button-color-first);
}
.button-type-1:hover {
    background: var(--button-color-second);
    background: linear-gradient(
        to bottom,
        var(--button-color-first) 0%,
        var(--button-color-second) 100%
    );
}
.button-type-2 {
    background: var(--button-color-reg-first);
    box-shadow: 0 0 2.375rem 0.1875rem var(--button-color-reg-first);
}
.button-type-2:hover {
    background: var(--button-color-reg-second);
    background: linear-gradient(
        to bottom,
        var(--button-color-reg-first) 0%,
        var(--button-color-reg-second) 100%
    );
}
.button-type-3,
.button-type-4,
.button-type-5 {
    background: 0 0;
    border: 0.125rem solid var(--color-text);
    color: var(--color-text) !important;
    box-shadow: 0 0 2.375rem 0.1875rem var(--color-text);
}
.button-type-3:hover,
.button-type-4:hover,
.button-type-5:hover {
    background: #000;
}
.button-type-4,
.button-type-5 {
    border: 0.125rem solid var(--button-color-first);
    box-shadow: 0 0 2.375rem 0.1875rem var(--button-color-first);
}
.button-type-5 {
    border: 0.125rem solid var(--button-color-reg-first);
    box-shadow: 0 0 2.375rem 0.1875rem var(--button-color-reg-first);
}
.btn-login,
.btn-register {
    width: 100%;
    text-shadow: none;
}
.btn-login:hover,
.btn-register:hover,
.editor-text a {
    text-decoration: none;
}
@media (max-width: 47.9375rem) {
    .buttons {
        box-shadow: 0 0 1.5rem 0.1875rem var(--button-color-reg-first);
    }
    .buttons:hover {
        box-shadow: none !important;
    }
    .btn-login,
    .btn-play,
    .type-1,
    .type-1-2 {
        box-shadow: 0 0 1.5rem 0.1875rem var(--button-color-first);
    }
    .type-2-2 {
        box-shadow: 0 0 1.5rem 0.1875rem var(--button-color-reg-first);
    }
    .button-type-1 {
        box-shadow: 0 0 1.5rem 0.1875rem var(--button-color-first);
    }
    .button-type-2 {
        box-shadow: 0 0 1.5rem 0.1875rem var(--button-color-reg-first);
    }
    .button-type-3 {
        box-shadow: 0 0 1.5rem 0.1875rem var(--color-text);
    }
    .button-type-4 {
        box-shadow: 0 0 1.5rem 0.1875rem var(--button-color-first);
    }
    .button-type-5 {
        box-shadow: 0 0 1.5rem 0.1875rem var(--button-color-reg-first);
    }
}
.editor-text {
    position: relative;
    color: var(--color-text);
    line-height: inherit;
    z-index: 4;
}
.editor-text * {
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
    color: inherit !important;
}
.editor-text a {
    color: var(--link-color) !important;
}
.editor-text a:hover {
    text-decoration: underline;
}
.editor-text a:active,
.editor-text a:hover {
    color: var(--link-color-hover) !important;
}
.editor-text h1:first-child,
.editor-text > h2:first-child {
    position: relative;
    z-index: 1;
}
.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
    font-weight: 700;
    margin-top: 3.125rem;
    padding-bottom: 0.25rem;
    color: #023487 !important;
    line-height: 1 !important;
}
.editor-text h1 {
    font-size: 2.125rem !important;
}
.editor-text h2 {
    font-size: 2rem !important;
}
.editor-text h3 {
    font-size: 1.75rem !important;
}
.editor-text h4 {
    font-size: 1.5625rem;
}
.editor-text h5 {
    font-size: 1.4375rem;
}
.editor-text h6 {
    font-size: 1.3125rem;
}
.editor-text ol,
.editor-text ul,
.editor-text > * {
    margin-top: 1.5625rem;
}
.editor-text > :first-child {
    margin-top: 0;
}
.editor-text > :first-child h1,
.editor-text > :first-child h2,
.editor-text > :first-child h3 {
    padding-bottom: 0;
}
.editor-text ol {
    list-style: none;
    list-style-position: inside;
    counter-reset: item;
}
.editor-text ol li:before {
    content: counter(item) '. ';
    counter-increment: item;
    color: var(--link-color);
    font-weight: 700;
}
.editor-text ul li {
    padding-left: 1.125rem;
}
.editor-text ul li:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.5rem;
    left: 0;
    top: 0.5625rem;
    position: absolute;
    background: var(--link-color);
    border-radius: 100%;
}
.editor-text hr {
    display: block !important;
    border: 0 !important;
    height: 0.0625rem;
    background: var(--link-color-hover);
    margin-top: 1.5rem;
}
.editor-text .editor-table {
    margin-top: 3.125rem !important;
    border-radius: var(--sections-radius);
    overflow: hidden;
}
.editor-text .editor-table table {
    margin-top: 0;
}
.editor-text table {
    width: 58.75rem;
    max-width: 100%;
    margin: 3.125rem auto 0;
}
.editor-text table th {
    color: #fff !important;
}
.editor-text img {
    border-radius: 0.375rem;
}
.editor-text .buttons {
    color: #fff !important;
    text-decoration: none !important;
    font-size: var(--buttons-font-size) !important;
    margin: 0 0.375rem 0.75rem;
    display: inline-block;
}
.editor-text .buttons.margin-left {
    margin-left: 0.375rem;
}
.editor-text .buttons.margin-right {
    margin-right: 0.375rem;
}
.editor-text .buttons:hover {
    color: #fff !important;
}
.editor-text .buttons span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.editor-text .button-type-3,
.editor-text .button-type-3:hover,
.editor-text .button-type-4,
.editor-text .button-type-4:hover,
.editor-text .button-type-5,
.editor-text .button-type-5:hover {
    color: var(--color-text) !important;
}
.editor-text .button-type-3 span,
.editor-text .button-type-4 span,
.editor-text .button-type-5 span {
    line-height: 1.2 !important;
    padding: 0 0.375rem;
}
@media (max-width: 47.9375rem) {
    .editor-text a {
        font-weight: 400;
    }
    .editor-text hr {
        margin-top: 1.0625rem;
    }
    .editor-text ul li {
        padding-left: 0;
    }
    .editor-text ul li:before {
        position: relative;
        top: 0.625rem;
        display: inline-block;
        vertical-align: top;
        margin-right: 0.5rem;
    }
    .editor-text .editor-table {
        padding-right: 0.75rem;
    }
    .editor-text .editor-table table {
        max-width: none;
    }
    .editor-text table {
        box-shadow: none;
    }
}
.section-comments__col {
    padding-top: 3rem;
}
.section-comments__col:first-child {
    padding-top: 0;
}
.section-comments__item {
    padding: 1.5rem 1.5rem 3.375rem;
    position: relative;
    max-width: 58.75rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 0.0625rem solid #023487;
    border-left: 0;
    border-right: 0;
}
.section-comments__item:after,
.section-comments__item:before {
    content: '';
    position: absolute;
    width: 6.25rem;
    height: 3.125rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/comment-ico.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 2.875rem;
    background-color: var(--bg-main-second);
}
.section-comments__item:before {
    top: -1.5rem;
    left: 3.875rem;
}
.section-comments__item:after {
    transform: rotateY(180deg);
    bottom: -1.5rem;
    right: 3.875rem;
}
.section-comments__info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.section-comments__stars {
    width: 8rem;
    height: 1.5rem;
    background-image: url('../images/star-full.svg');
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.section-comments__date {
    font-size: 0.75rem;
    line-height: 0.0625rem;
    position: relative;
    top: 0.0625rem;
    padding-left: 1.5rem;
}
.section-comments__name {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    font-size: 1.75rem;
    color: #c1c1c1;
    padding-top: 0.5625rem;
}
.section-comments__text {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding-top: 0.75rem;
}
@media (max-width: 47.9375rem) {
    .section-comments__item {
        padding: 1.5rem 0.75rem 2.25rem;
    }
    .section-comments__item:after,
    .section-comments__item:before {
        background-size: 2.125rem;
        width: 4.875rem;
        height: 2rem;
    }
    .section-comments__item:before {
        top: -1.125rem;
        left: 2.25rem;
    }
    .section-comments__item:after {
        bottom: -1.125rem;
        right: 2.25rem;
    }
    .section-comments__name {
        font-size: 1.375rem;
        line-height: 1.2;
        padding-top: 0.6875rem;
    }
    .section-comments__text {
        font-size: var(--font-size);
    }
}
.section-faq {
    padding-top: 3.125rem;
}
.section-faq__row > [class*='col-auto'] {
    width: 60.25rem;
}
.section-faq amp-accordion {
    display: flex;
    flex-wrap: wrap;
}
.faq-item {
    box-shadow: var(--buttons-shadow);
    overflow: hidden;
    border-bottom: 0.125rem solid var(--link-color);
}
.faq-item:first-child {
    border-top-left-radius: var(--sections-radius);
    border-top-right-radius: var(--sections-radius);
}
.faq-item:last-child {
    border-bottom-left-radius: var(--sections-radius);
    border-bottom-right-radius: var(--sections-radius);
    border-bottom: 0;
}
.faq-item__text,
.faq-item__title {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.faq-item__title {
    position: relative;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 150%;
    padding: 1.125rem 4rem 1.125rem 1.5rem;
    cursor: pointer;
    background: 0 0;
    border: 0;
    background: var(--bg-third);
}
.faq-item__title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.faq-item__title .arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3.125rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.faq-item__title .arrow:after,
.faq-item__title .arrow:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
}
.faq-item__title .arrow:before {
    background-image: url('../images/play-solid.svg');
    background-position: 50% 50%;
    background-size: 1.25rem;
    background-repeat: no-repeat;
    width: 100%;
    right: 0;
}
.faq-item__title .arrow:after {
    width: 0.125rem;
    left: 0;
    background: var(--link-color);
}
.faq-item__title[aria-expanded='true'] {
    color: var(--button-color-first);
}
.faq-item.open .faq-item__title .arrow:before,
.faq-item__title[aria-expanded='true'] .arrow:before {
    background-image: url('');
    transform: rotate(180deg);
}
.faq-item.open .faq-item__title .arrow:after,
.faq-item__title[aria-expanded='true'] .arrow:after {
    background: var(--bg-third);
}
.faq-item__text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 0;
    overflow: hidden;
    background: var(--bg-main-second);
    border-left: 0.125rem solid var(--link-color);
    border-right: 0.125rem solid var(--link-color);
}
.faq-item__text_height {
    display: flex;
    flex-wrap: wrap;
}
.faq-item__text_height > * {
    margin-top: 1.5625rem;
}
.faq-item__text_height > :first-child {
    margin-top: 1.5625rem;
}
.faq-item__text_height > :last-child {
    margin-bottom: 1.5rem;
}
.faq-item.open .faq-item__title {
    background: var(--link-color);
    color: #fff;
}
@media (min-width: 48rem) and (max-width: 74.9375rem) {
    .faq-item__text_height > * {
        margin-top: 0.9375rem;
    }
}
@media (max-width: 47.9375rem) {
    .section-faq {
        padding-top: 1.875rem;
    }
    .faq-item__title {
        padding: 0.875rem 2.75rem 0.875rem 0.75rem;
    }
    .faq-item__title .arrow {
        width: 2.375rem;
    }
    .faq-item__title .arrow:before {
        background-size: 0.875rem;
    }
    .faq-item__text {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}
.section-box-footer {
    background: var(--bg-main-second);
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    margin-top: 3.125rem;
    box-shadow: 0 0.1875rem 1.5rem 0 rgba(31, 38, 27, 0.55);
    position: relative;
    overflow: hidden;
}
.section-box-footer:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.05;
    background-size: 35.9375rem;
}
.section-box-footer .header-buttons {
    padding-right: 0;
}
.section-box-footer__logo img {
    width: 23.75rem;
}
.section-box-footer .container {
    position: relative;
    z-index: 2;
}
.footer-links {
    justify-content: flex-start;
    margin: 0;
    display: block;
}
.footer-links li {
    padding: 0;
    float: none;
}
.footer-links li .anchor-scroll {
    transition: 0.25s;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    opacity: 0.7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
    display: block;
    font-size: 1.125rem;
    font-family: 'Poppins';

    font-weight: 700;
}
.footer-links li .anchor-scroll:hover {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
}
.footer-copyright {
    font-size: 1rem;
    margin-top: 1.75rem;
}
@media (max-width: 87.4375rem) {
    .section-box-footer__logo img {
        width: 20rem;
    }
}
@media (max-width: 74.9375rem) {
    .section-box-footer .container {
        max-width: 100%;
    }
}
@media (max-width: 61.9375rem) {
    .footer-img-links {
        padding-top: 1.375rem;
    }
}
@media (max-width: 47.9375rem) {
    .section-box-footer:before {
        background-size: 43.75rem;
    }
    .section-box-footer .header-buttons {
        margin-top: 1.5rem;
        justify-content: center;
    }
    .section-box-footer__logo {
        margin-top: 1.5rem;
        text-align: center;
    }
    .footer-links {
        text-align: center;
    }
    .footer-copyright {
        margin-top: 1.125rem;
    }
}
