@font-face {
    font-family: "Roboto Slab";
    font-display: swap;
    src: url("../fonts/RobotoSlab-Regular.woff") format("woff"), url("../fonts/RobotoSlab-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Roboto Slab";
    font-display: swap;
    src: url("../fonts/RobotoSlab-Medium.woff") format("woff"), url("../fonts/RobotoSlab-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Roboto Slab";
    font-display: swap;
    src: url("../fonts/RobotoSlab-SemiBold.woff") format("woff"), url("../fonts/RobotoSlab-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Roboto Slab";
    font-display: swap;
    src: url("../fonts/RobotoSlab-SemiBold.woff") format("woff"), url("../fonts/RobotoSlab-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "ST-SimpleSquare";
    font-display: swap;
    src: url("../fonts/STSimpleSquareRegular.woff") format("woff"), url("../fonts/STSimpleSquareRegular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "icons-system";
    src: url("../fonts/icons-system.ttf") format("truetype"), url("../fonts/icons-system.woff") format("woff"), url("../images/icons-system.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: "icons";
    src: url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.woff") format("woff"), url("../images/icons.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

.form-message._error::before, .form-message._success::before, .password__eye::before, .iti__arrow::before, [class^=_icon-]:before, [class*=" _icon-"]:before, [class^=_system-icon]:before, [class*=" _system-icon"]:before {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^=_system-icon]:before, [class*=" _system-icon"]:before {
    font-family: "icons-system"
}

[class^=_icon-]:before, [class*=" _icon-"]:before {
    font-family: "icons"
}

._system-icon-check-circle:before {
    content: ""
}

._system-icon-close-solid:before {
    content: ""
}

._system-icon-eye-close:before {
    content: ""
}

._system-icon-eye:before {
    content: ""
}

._system-icon-close:before {
    content: ""
}

._icon-plus:before {
    content: ""
}

._icon-arrow-big:before {
    content: ""
}

._icon-arrow-small:before {
    content: ""
}

._icon-arrow:before {
    content: ""
}

._icon-icon1:before {
    content: ""
}

._icon-icon2:before {
    content: ""
}

._icon-icon3:before {
    content: ""
}

._icon-login:before {
    content: ""
}

._icon-sphere:before {
    content: ""
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box
}

:focus, :active {
    outline: none
}

a:focus, a:active {
    outline: none
}

aside, nav, footer, header, section {
    display: block
}

html, body {
    height: 100%;
    min-width: 320px
}

body {
    line-height: 1;
    font-family: "Roboto Slab";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input, button, textarea {
    font-family: "Roboto Slab"
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer;
    background: rgba(0, 0, 0, 0)
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit
}

img {
    max-width: 100%
}

[data-goto] {
    cursor: pointer
}

.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide, swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0)
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
    display: none !important
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none
}

.swiper .swiper-notification, swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev, .swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

._spoiler._init {
    --spoiler-time: 0.3s
}

._spoiler._init ._spoiler-container {
    display: grid;
    grid-template-rows:0fr;
    overflow: hidden;
    -webkit-transition: all var(--spoiler-time) ease-out;
    transition: all var(--spoiler-time) ease-out
}

._spoiler._init ._spoiler-container ._spoiler-wrapper {
    min-height: 0px
}

._spoiler._init ._spoiler-container._active {
    grid-template-rows:1fr
}

:root {
    --iti-hover-color: rgba(0, 0, 0, 0.05);
    --iti-text-gray: #999;
    --iti-border-gray: #ccc;
    --iti-spacer-horizontal: 8px;
    --iti-flag-height: 15px;
    --iti-flag-width: 20px;
    --iti-border-width: 1px;
    --iti-arrow-height: 4px;
    --iti-arrow-width: 6px;
    --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
    --iti-arrow-padding: 6px;
    --iti-arrow-color: #555;
    --iti-input-padding: 6px;
    --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
    --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
    --iti-path-flags-1x: url("../images/flags.png");
    --iti-path-flags-2x: url("../images/flags%402x.png");
    --iti-path-globe-1x: url("../images/globe.png");
    --iti-path-globe-2x: url("../images/globe%402x.png");
    --iti-flag-sprite-width: 5762px;
    --iti-flag-sprite-height: 15px;
    --iti-mobile-popup-margin: 30px
}

.iti {
    position: relative;
    display: inline-block;
    width: 100%
}

.iti * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti__a11y-text {
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute
}

.iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: var(--iti-right-hand-selected-country-padding);
    margin-right: 0
}

.iti__country-container {
    position: absolute;
    top: 0.75rem;
    right: 0;
    padding: var(--iti-border-width)
}

@media (max-width: 47.9375em) {
    .iti__country-container {
        top: 0.6875rem
    }
}

.iti__selected-country {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border-radius: 0;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none
}

.iti__selected-country-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
    padding-left: 2rem
}

.iti__arrow {
    margin-left: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.iti__arrow::before {
    content: "";
    font-family: "icons";
    font-size: 0.4375rem;
    line-height: 1;
    color: var(--color-font-dark)
}

[dir=rtl] .iti__arrow {
    margin-right: var(--iti-arrow-padding);
    margin-left: 0
}

.iti__arrow--up {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    border-top: none;
    border-bottom: none
}

.iti__dropdown-content {
    border-radius: 3px;
    background-color: #fff
}

.iti--inline-dropdown .iti__dropdown-content {
    position: absolute;
    z-index: 2;
    margin-top: 3px;
    margin-left: calc(var(--iti-border-width) * -1);
    border: var(--iti-border-width) solid var(--iti-border-gray);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.iti__search-input {
    width: 100%;
    border-width: 0;
    border-radius: 3px;
    padding: 9px 12px
}

.iti__search-input + .iti__country-list {
    border-top: 1px solid var(--iti-border-gray)
}

.iti__country-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti--inline-dropdown .iti__country-list {
    max-height: 185px
}

.iti--inline-dropdown .iti__country-list::-webkit-scrollbar-track {
    background: #fff
}

.iti--inline-dropdown .iti__country-list::-webkit-scrollbar-thumb {
    border: 2px solid #fff
}

.iti--flexible-dropdown-width .iti__country-list {
    white-space: nowrap
}

@media (max-width: 500px) {
    .iti--flexible-dropdown-width .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: var(--iti-flag-width)
}

.iti__country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px var(--iti-spacer-horizontal);
    outline: none
}

.iti__dial-code {
    color: var(--iti-text-gray)
}

.iti__country.iti__highlight {
    background-color: var(--iti-hover-color)
}

.iti__flag-box, .iti__country-name {
    color: var(--color-font-dark);
    margin-right: var(--iti-spacer-horizontal)
}

[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
    margin-right: 0;
    margin-left: var(--iti-spacer-horizontal)
}

.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=text], .iti--allow-dropdown input.iti__tel-input[type=tel] {
    padding-right: var(--iti-input-padding);
    padding-left: var(--iti-selected-country-arrow-padding);
    margin-left: 0
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input, [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text], [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel] {
    padding-right: var(--iti-selected-country-arrow-padding);
    padding-left: var(--iti-input-padding);
    margin-right: 0
}

.iti--allow-dropdown .iti__country-container {
    right: auto;
    left: 0
}

[dir=rtl] .iti--allow-dropdown .iti__country-container {
    right: 0;
    left: auto
}

.iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])):hover button {
    cursor: pointer
}

.iti .iti__selected-dial-code {
    color: var(--color-font-dark);
    margin-left: 4px
}

[dir=rtl] .iti .iti__selected-dial-code {
    margin-left: 0;
    margin-right: 4px
}

.iti--container {
    position: fixed;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: var(--iti-border-width)
}

.iti--container:hover {
    cursor: pointer
}

.iti--fullscreen-popup.iti--container {
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    padding: var(--iti-mobile-popup-margin);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.iti--fullscreen-popup .iti__dropdown-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    position: relative
}

.iti--fullscreen-popup .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    --iti-flag-offset: 0px;
    --iti-flag-width: 20px;
    --iti-flag-height: 14px;
    height: var(--iti-flag-height);
    width: var(--iti-flag-width);
    -webkit-box-shadow: 0px 0px 1px 0px #888;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: var(--iti-path-flags-1x);
    background-repeat: no-repeat;
    background-position: var(--iti-flag-offset) 0;
    background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)
}

.iti__np {
    --iti-flag-width: 13px
}

.iti__va, .iti__ch {
    --iti-flag-width: 15px
}

.iti__ne, .iti__be {
    --iti-flag-width: 18px
}

.iti__mc {
    --iti-flag-width: 19px
}

.iti__zw, .iti__ws, .iti__vg, .iti__uz, .iti__uk, .iti__tv, .iti__to, .iti__tl, .iti__tk, .iti__tj, .iti__tc, .iti__ta, .iti__su, .iti__st, .iti__ss, .iti__si, .iti__sh, .iti__sd, .iti__sc, .iti__sb, .iti__ps, .iti__pn, .iti__ph, .iti__om, .iti__nz, .iti__nu, .iti__nr, .iti__ng, .iti__nf, .iti__nc, .iti__my, .iti__ms, .iti__mp, .iti__mn, .iti__mk, .iti__me, .iti__md, .iti__ly, .iti__lv, .iti__lk, .iti__lc, .iti__kz, .iti__ky, .iti__kw, .iti__kp, .iti__ki, .iti__jo, .iti__jm, .iti__io, .iti__im, .iti__ie, .iti__hu, .iti__hr, .iti__hn, .iti__hm, .iti__gw, .iti__gs, .iti__gi, .iti__gb, .iti__fk, .iti__fj, .iti__et, .iti__er, .iti__eh, .iti__dm, .iti__dg, .iti__cx, .iti__cu, .iti__ck, .iti__cc, .iti__ca, .iti__by, .iti__bs, .iti__bn, .iti__bm, .iti__ba, .iti__az, .iti__au, .iti__as, .iti__am, .iti__ai, .iti__ae, .iti__ac {
    --iti-flag-height: 10px
}

.iti__us, .iti__um, .iti__py, .iti__mh, .iti__lr, .iti__gu, .iti__fm {
    --iti-flag-height: 11px
}

.iti__vu, .iti__tt, .iti__sv, .iti__ni, .iti__mx, .iti__lu, .iti__lt, .iti__li, .iti__km, .iti__kg, .iti__je, .iti__ir, .iti__ht, .iti__gy, .iti__gd, .iti__fi, .iti__de, .iti__cv, .iti__cr, .iti__cq, .iti__bz, .iti__bi, .iti__bh, .iti__bg, .iti__bd {
    --iti-flag-height: 12px
}

.iti__tg, .iti__se, .iti__pw, .iti__pl, .iti__kh, .iti__gt, .iti__ee, .iti__ax, .iti__ar {
    --iti-flag-height: 13px
}

.iti__xk, .iti__va, .iti__sm, .iti__sj, .iti__pg, .iti__np, .iti__no, .iti__ne, .iti__mc, .iti__is, .iti__il, .iti__ga, .iti__fo, .iti__dk, .iti__ch, .iti__cd, .iti__bv, .iti__be, .iti__al {
    --iti-flag-height: 15px
}

.iti__qa {
    --iti-flag-height: 8px
}

.iti__ac {
    --iti-flag-offset: 0px
}

.iti__ad {
    --iti-flag-offset: -22px
}

.iti__ae {
    --iti-flag-offset: -44px
}

.iti__af {
    --iti-flag-offset: -66px
}

.iti__ag {
    --iti-flag-offset: -88px
}

.iti__ai {
    --iti-flag-offset: -110px
}

.iti__al {
    --iti-flag-offset: -132px
}

.iti__am {
    --iti-flag-offset: -154px
}

.iti__ao {
    --iti-flag-offset: -176px
}

.iti__aq {
    --iti-flag-offset: -198px
}

.iti__ar {
    --iti-flag-offset: -220px
}

.iti__as {
    --iti-flag-offset: -242px
}

.iti__at {
    --iti-flag-offset: -264px
}

.iti__au {
    --iti-flag-offset: -286px
}

.iti__aw {
    --iti-flag-offset: -308px
}

.iti__ax {
    --iti-flag-offset: -330px
}

.iti__az {
    --iti-flag-offset: -352px
}

.iti__ba {
    --iti-flag-offset: -374px
}

.iti__bb {
    --iti-flag-offset: -396px
}

.iti__bd {
    --iti-flag-offset: -418px
}

.iti__be {
    --iti-flag-offset: -440px
}

.iti__bf {
    --iti-flag-offset: -460px
}

.iti__bg {
    --iti-flag-offset: -482px
}

.iti__bh {
    --iti-flag-offset: -504px
}

.iti__bi {
    --iti-flag-offset: -526px
}

.iti__bj {
    --iti-flag-offset: -548px
}

.iti__bl {
    --iti-flag-offset: -570px
}

.iti__bm {
    --iti-flag-offset: -592px
}

.iti__bn {
    --iti-flag-offset: -614px
}

.iti__bo {
    --iti-flag-offset: -636px
}

.iti__bq {
    --iti-flag-offset: -658px
}

.iti__br {
    --iti-flag-offset: -680px
}

.iti__bs {
    --iti-flag-offset: -702px
}

.iti__bt {
    --iti-flag-offset: -724px
}

.iti__bv {
    --iti-flag-offset: -746px
}

.iti__bw {
    --iti-flag-offset: -768px
}

.iti__by {
    --iti-flag-offset: -790px
}

.iti__bz {
    --iti-flag-offset: -812px
}

.iti__ca {
    --iti-flag-offset: -834px
}

.iti__cc {
    --iti-flag-offset: -856px
}

.iti__cd {
    --iti-flag-offset: -878px
}

.iti__cf {
    --iti-flag-offset: -900px
}

.iti__cg {
    --iti-flag-offset: -922px
}

.iti__ch {
    --iti-flag-offset: -944px
}

.iti__ci {
    --iti-flag-offset: -961px
}

.iti__ck {
    --iti-flag-offset: -983px
}

.iti__cl {
    --iti-flag-offset: -1005px
}

.iti__cm {
    --iti-flag-offset: -1027px
}

.iti__cn {
    --iti-flag-offset: -1049px
}

.iti__co {
    --iti-flag-offset: -1071px
}

.iti__cp {
    --iti-flag-offset: -1093px
}

.iti__cq {
    --iti-flag-offset: -1115px
}

.iti__cr {
    --iti-flag-offset: -1137px
}

.iti__cu {
    --iti-flag-offset: -1159px
}

.iti__cv {
    --iti-flag-offset: -1181px
}

.iti__cw {
    --iti-flag-offset: -1203px
}

.iti__cx {
    --iti-flag-offset: -1225px
}

.iti__cy {
    --iti-flag-offset: -1247px
}

.iti__cz {
    --iti-flag-offset: -1269px
}

.iti__de {
    --iti-flag-offset: -1291px
}

.iti__dg {
    --iti-flag-offset: -1313px
}

.iti__dj {
    --iti-flag-offset: -1335px
}

.iti__dk {
    --iti-flag-offset: -1357px
}

.iti__dm {
    --iti-flag-offset: -1379px
}

.iti__do {
    --iti-flag-offset: -1401px
}

.iti__dz {
    --iti-flag-offset: -1423px
}

.iti__ea {
    --iti-flag-offset: -1445px
}

.iti__ec {
    --iti-flag-offset: -1467px
}

.iti__ee {
    --iti-flag-offset: -1489px
}

.iti__eg {
    --iti-flag-offset: -1511px
}

.iti__eh {
    --iti-flag-offset: -1533px
}

.iti__er {
    --iti-flag-offset: -1555px
}

.iti__es {
    --iti-flag-offset: -1577px
}

.iti__et {
    --iti-flag-offset: -1599px
}

.iti__eu {
    --iti-flag-offset: -1621px
}

.iti__ez {
    --iti-flag-offset: -1643px
}

.iti__fi {
    --iti-flag-offset: -1665px
}

.iti__fj {
    --iti-flag-offset: -1687px
}

.iti__fk {
    --iti-flag-offset: -1709px
}

.iti__fm {
    --iti-flag-offset: -1731px
}

.iti__fo {
    --iti-flag-offset: -1753px
}

.iti__fr {
    --iti-flag-offset: -1775px
}

.iti__fx {
    --iti-flag-offset: -1797px
}

.iti__ga {
    --iti-flag-offset: -1819px
}

.iti__gb {
    --iti-flag-offset: -1841px
}

.iti__gd {
    --iti-flag-offset: -1863px
}

.iti__ge {
    --iti-flag-offset: -1885px
}

.iti__gf {
    --iti-flag-offset: -1907px
}

.iti__gg {
    --iti-flag-offset: -1929px
}

.iti__gh {
    --iti-flag-offset: -1951px
}

.iti__gi {
    --iti-flag-offset: -1973px
}

.iti__gl {
    --iti-flag-offset: -1995px
}

.iti__gm {
    --iti-flag-offset: -2017px
}

.iti__gn {
    --iti-flag-offset: -2039px
}

.iti__gp {
    --iti-flag-offset: -2061px
}

.iti__gq {
    --iti-flag-offset: -2083px
}

.iti__gr {
    --iti-flag-offset: -2105px
}

.iti__gs {
    --iti-flag-offset: -2127px
}

.iti__gt {
    --iti-flag-offset: -2149px
}

.iti__gu {
    --iti-flag-offset: -2171px
}

.iti__gw {
    --iti-flag-offset: -2193px
}

.iti__gy {
    --iti-flag-offset: -2215px
}

.iti__hk {
    --iti-flag-offset: -2237px
}

.iti__hm {
    --iti-flag-offset: -2259px
}

.iti__hn {
    --iti-flag-offset: -2281px
}

.iti__hr {
    --iti-flag-offset: -2303px
}

.iti__ht {
    --iti-flag-offset: -2325px
}

.iti__hu {
    --iti-flag-offset: -2347px
}

.iti__ic {
    --iti-flag-offset: -2369px
}

.iti__id {
    --iti-flag-offset: -2391px
}

.iti__ie {
    --iti-flag-offset: -2413px
}

.iti__il {
    --iti-flag-offset: -2435px
}

.iti__im {
    --iti-flag-offset: -2457px
}

.iti__in {
    --iti-flag-offset: -2479px
}

.iti__io {
    --iti-flag-offset: -2501px
}

.iti__iq {
    --iti-flag-offset: -2523px
}

.iti__ir {
    --iti-flag-offset: -2545px
}

.iti__is {
    --iti-flag-offset: -2567px
}

.iti__it {
    --iti-flag-offset: -2589px
}

.iti__je {
    --iti-flag-offset: -2611px
}

.iti__jm {
    --iti-flag-offset: -2633px
}

.iti__jo {
    --iti-flag-offset: -2655px
}

.iti__jp {
    --iti-flag-offset: -2677px
}

.iti__ke {
    --iti-flag-offset: -2699px
}

.iti__kg {
    --iti-flag-offset: -2721px
}

.iti__kh {
    --iti-flag-offset: -2743px
}

.iti__ki {
    --iti-flag-offset: -2765px
}

.iti__km {
    --iti-flag-offset: -2787px
}

.iti__kn {
    --iti-flag-offset: -2809px
}

.iti__kp {
    --iti-flag-offset: -2831px
}

.iti__kr {
    --iti-flag-offset: -2853px
}

.iti__kw {
    --iti-flag-offset: -2875px
}

.iti__ky {
    --iti-flag-offset: -2897px
}

.iti__kz {
    --iti-flag-offset: -2919px
}

.iti__la {
    --iti-flag-offset: -2941px
}

.iti__lb {
    --iti-flag-offset: -2963px
}

.iti__lc {
    --iti-flag-offset: -2985px
}

.iti__li {
    --iti-flag-offset: -3007px
}

.iti__lk {
    --iti-flag-offset: -3029px
}

.iti__lr {
    --iti-flag-offset: -3051px
}

.iti__ls {
    --iti-flag-offset: -3073px
}

.iti__lt {
    --iti-flag-offset: -3095px
}

.iti__lu {
    --iti-flag-offset: -3117px
}

.iti__lv {
    --iti-flag-offset: -3139px
}

.iti__ly {
    --iti-flag-offset: -3161px
}

.iti__ma {
    --iti-flag-offset: -3183px
}

.iti__mc {
    --iti-flag-offset: -3205px
}

.iti__md {
    --iti-flag-offset: -3226px
}

.iti__me {
    --iti-flag-offset: -3248px
}

.iti__mf {
    --iti-flag-offset: -3270px
}

.iti__mg {
    --iti-flag-offset: -3292px
}

.iti__mh {
    --iti-flag-offset: -3314px
}

.iti__mk {
    --iti-flag-offset: -3336px
}

.iti__ml {
    --iti-flag-offset: -3358px
}

.iti__mm {
    --iti-flag-offset: -3380px
}

.iti__mn {
    --iti-flag-offset: -3402px
}

.iti__mo {
    --iti-flag-offset: -3424px
}

.iti__mp {
    --iti-flag-offset: -3446px
}

.iti__mq {
    --iti-flag-offset: -3468px
}

.iti__mr {
    --iti-flag-offset: -3490px
}

.iti__ms {
    --iti-flag-offset: -3512px
}

.iti__mt {
    --iti-flag-offset: -3534px
}

.iti__mu {
    --iti-flag-offset: -3556px
}

.iti__mv {
    --iti-flag-offset: -3578px
}

.iti__mw {
    --iti-flag-offset: -3600px
}

.iti__mx {
    --iti-flag-offset: -3622px
}

.iti__my {
    --iti-flag-offset: -3644px
}

.iti__mz {
    --iti-flag-offset: -3666px
}

.iti__na {
    --iti-flag-offset: -3688px
}

.iti__nc {
    --iti-flag-offset: -3710px
}

.iti__ne {
    --iti-flag-offset: -3732px
}

.iti__nf {
    --iti-flag-offset: -3752px
}

.iti__ng {
    --iti-flag-offset: -3774px
}

.iti__ni {
    --iti-flag-offset: -3796px
}

.iti__nl {
    --iti-flag-offset: -3818px
}

.iti__no {
    --iti-flag-offset: -3840px
}

.iti__np {
    --iti-flag-offset: -3862px
}

.iti__nr {
    --iti-flag-offset: -3877px
}

.iti__nu {
    --iti-flag-offset: -3899px
}

.iti__nz {
    --iti-flag-offset: -3921px
}

.iti__om {
    --iti-flag-offset: -3943px
}

.iti__pa {
    --iti-flag-offset: -3965px
}

.iti__pe {
    --iti-flag-offset: -3987px
}

.iti__pf {
    --iti-flag-offset: -4009px
}

.iti__pg {
    --iti-flag-offset: -4031px
}

.iti__ph {
    --iti-flag-offset: -4053px
}

.iti__pk {
    --iti-flag-offset: -4075px
}

.iti__pl {
    --iti-flag-offset: -4097px
}

.iti__pm {
    --iti-flag-offset: -4119px
}

.iti__pn {
    --iti-flag-offset: -4141px
}

.iti__pr {
    --iti-flag-offset: -4163px
}

.iti__ps {
    --iti-flag-offset: -4185px
}

.iti__pt {
    --iti-flag-offset: -4207px
}

.iti__pw {
    --iti-flag-offset: -4229px
}

.iti__py {
    --iti-flag-offset: -4251px
}

.iti__qa {
    --iti-flag-offset: -4273px
}

.iti__re {
    --iti-flag-offset: -4295px
}

.iti__ro {
    --iti-flag-offset: -4317px
}

.iti__rs {
    --iti-flag-offset: -4339px
}

.iti__ru {
    --iti-flag-offset: -4361px
}

.iti__rw {
    --iti-flag-offset: -4383px
}

.iti__sa {
    --iti-flag-offset: -4405px
}

.iti__sb {
    --iti-flag-offset: -4427px
}

.iti__sc {
    --iti-flag-offset: -4449px
}

.iti__sd {
    --iti-flag-offset: -4471px
}

.iti__se {
    --iti-flag-offset: -4493px
}

.iti__sg {
    --iti-flag-offset: -4515px
}

.iti__sh {
    --iti-flag-offset: -4537px
}

.iti__si {
    --iti-flag-offset: -4559px
}

.iti__sj {
    --iti-flag-offset: -4581px
}

.iti__sk {
    --iti-flag-offset: -4603px
}

.iti__sl {
    --iti-flag-offset: -4625px
}

.iti__sm {
    --iti-flag-offset: -4647px
}

.iti__sn {
    --iti-flag-offset: -4669px
}

.iti__so {
    --iti-flag-offset: -4691px
}

.iti__sr {
    --iti-flag-offset: -4713px
}

.iti__ss {
    --iti-flag-offset: -4735px
}

.iti__st {
    --iti-flag-offset: -4757px
}

.iti__su {
    --iti-flag-offset: -4779px
}

.iti__sv {
    --iti-flag-offset: -4801px
}

.iti__sx {
    --iti-flag-offset: -4823px
}

.iti__sy {
    --iti-flag-offset: -4845px
}

.iti__sz {
    --iti-flag-offset: -4867px
}

.iti__ta {
    --iti-flag-offset: -4889px
}

.iti__tc {
    --iti-flag-offset: -4911px
}

.iti__td {
    --iti-flag-offset: -4933px
}

.iti__tf {
    --iti-flag-offset: -4955px
}

.iti__tg {
    --iti-flag-offset: -4977px
}

.iti__th {
    --iti-flag-offset: -4999px
}

.iti__tj {
    --iti-flag-offset: -5021px
}

.iti__tk {
    --iti-flag-offset: -5043px
}

.iti__tl {
    --iti-flag-offset: -5065px
}

.iti__tm {
    --iti-flag-offset: -5087px
}

.iti__tn {
    --iti-flag-offset: -5109px
}

.iti__to {
    --iti-flag-offset: -5131px
}

.iti__tr {
    --iti-flag-offset: -5153px
}

.iti__tt {
    --iti-flag-offset: -5175px
}

.iti__tv {
    --iti-flag-offset: -5197px
}

.iti__tw {
    --iti-flag-offset: -5219px
}

.iti__tz {
    --iti-flag-offset: -5241px
}

.iti__ua {
    --iti-flag-offset: -5263px
}

.iti__ug {
    --iti-flag-offset: -5285px
}

.iti__uk {
    --iti-flag-offset: -5307px
}

.iti__um {
    --iti-flag-offset: -5329px
}

.iti__un {
    --iti-flag-offset: -5351px
}

.iti__us {
    --iti-flag-offset: -5373px
}

.iti__uy {
    --iti-flag-offset: -5395px
}

.iti__uz {
    --iti-flag-offset: -5417px
}

.iti__va {
    --iti-flag-offset: -5439px
}

.iti__vc {
    --iti-flag-offset: -5456px
}

.iti__ve {
    --iti-flag-offset: -5478px
}

.iti__vg {
    --iti-flag-offset: -5500px
}

.iti__vi {
    --iti-flag-offset: -5522px
}

.iti__vn {
    --iti-flag-offset: -5544px
}

.iti__vu {
    --iti-flag-offset: -5566px
}

.iti__wf {
    --iti-flag-offset: -5588px
}

.iti__ws {
    --iti-flag-offset: -5610px
}

.iti__xk {
    --iti-flag-offset: -5632px
}

.iti__ye {
    --iti-flag-offset: -5654px
}

.iti__yt {
    --iti-flag-offset: -5676px
}

.iti__za {
    --iti-flag-offset: -5698px
}

.iti__zm {
    --iti-flag-offset: -5720px
}

.iti__zw {
    --iti-flag-offset: -5742px
}

.iti__globe {
    background-image: var(--iti-path-globe-1x);
    background-size: contain;
    background-position: right;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 19px
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
    .iti__flag {
        background-image: var(--iti-path-flags-2x)
    }

    .iti__globe {
        background-image: var(--iti-path-globe-2x)
    }
}

._container {
    max-width: 79.875rem;
    padding: 0px 15px;
    margin: 0 auto
}

._container-narrow {
    max-width: 64.5rem;
    padding: 0px 15px;
    margin: 0 auto
}

._fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

._ibg {
    position: relative
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

._video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%
}

._video video, ._video iframe, ._video object, ._video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

._req::after {
    content: "*";
    color: var(--color-green);
    margin: 0px 0px 0px 0.1875rem
}

._table-adapt {
    width: 100%
}

@media (max-width: 47.9375em) {
    ._table-adapt thead {
        display: none
    }
}

@media (max-width: 47.9375em) {
    ._table-adapt tr {
        display: block;
        margin: 0px 0px 1.25rem 0px
    }

    ._table-adapt tr:nth-child(2n) {
        background: #fafafa
    }
}

@media (max-width: 47.9375em) {
    ._table-adapt td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.625rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    ._table-adapt td::before {
        content: attr(data-label);
        font-weight: bold
    }
}

._mirror-v {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

._mirror-h {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

._loading {
    position: relative
}

._loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    background-image: url("../images/loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    border-radius: 1.5625rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

._loading._sending::after {
    opacity: 1;
    visibility: visible
}

._semantic-hidden {
    position: absolute;
    height: 0;
    width: 0;
    font-size: 0;
    opacity: 0;
    visibility: hidden
}

._hide {
    display: none
}

:root {
    --color-error: #b81111;
    --color-warning: #ffc107;
    --color-success: #198754;
    --color-focus: #26b9ff;
    --color-main-light: #ff969c;
    --color-main: #ff777e;
    --color-main-dark: #e95960;
    --color-second-light: #e949ab;
    --color-second: #d63799;
    --color-second-dark: #bf2183;
    --color-background-light: #0f1721;
    --color-background: #08111b;
    --color-background-dark: #02060b;
    --color-body-background: #fff;
    --color-border: #ff777e;
    --color-font: #111;
    --color-font-dark: #111;
    --color-link: #111;
    --color-link-hover: #ff969c;
    --color-titles: #111;
    --gradient: linear-gradient(271deg, #ff894c -2.08%, #ff7d85 43.88%, #d63799 89.84%);
    --gradient-hover: linear-gradient(271deg, #ff894c -2.08%, #ff894c 43.88%, #ff894c 89.84%)
}

@media (any-hover: hover) {
    ::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }

    ::-webkit-scrollbar-track {
        background: var(--color-body-background);
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2) inset;
        box-shadow: 0 0 2px rgba(0, 0, 0, .2) inset
    }

    ::-webkit-scrollbar-thumb {
        background: var(--color-main);
        border-radius: 5px;
        border: 2px solid var(--color-body-background)
    }

    ::-webkit-scrollbar-thumb:hover {
        background: var(--color-main-light)
    }
}

body {
    color: var(--color-font);
    background: var(--color-body-background);
    font-size: 1rem;
    line-height: 130%
}

body._lock {
    overflow: hidden
}

body a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: var(--color-link)
}

@media (any-hover: hover) {
    body a:hover {
        color: var(--color-link-hover)
    }
}

body .h1, body h1 a, body h1 {
    font-family: "ST-SimpleSquare";
    font-size: 68px;
    line-height: 100%;
    color: var(--color-titles)
}

@media (max-width: 1278px) {
    body .h1, body h1 a, body h1 {
        font-size: calc(30px + 38 * (100vw - 320px) / 958)
    }
}

body .h2, body h2 a, body h2 {
    font-family: "ST-SimpleSquare";
    font-size: 46px;
    line-height: 100%;
    color: var(--color-titles)
}

@media (max-width: 1278px) {
    body .h2, body h2 a, body h2 {
        font-size: calc(24px + 22 * (100vw - 320px) / 958)
    }
}

body .h3, body h3 a, body h3 {
    font-family: "Roboto Slab";
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: var(--color-titles)
}

@media (max-width: 1278px) {
    body .h3, body h3 a, body h3 {
        font-size: calc(20px + 12 * (100vw - 320px) / 958)
    }
}

body .h4, body h4 a, body h4 {
    font-family: "Roboto Slab";
    line-height: 120%;
    font-size: 24px;
    color: var(--color-titles)
}

@media (max-width: 1278px) {
    body .h4, body h4 a, body h4 {
        font-size: calc(20px + 4 * (100vw - 320px) / 958)
    }
}

body .h5, body h5 a, body h5 {
    font-family: "Roboto Slab";
    font-size: 1rem;
    line-height: 120%
}

body ._special-styles h1, body ._special-styles h2, body ._special-styles h3, body ._special-styles h4, body ._special-styles h5, body ._special-styles h6 {
    color: var(--color-font-dark) !important;
    margin: 1.125rem 0px
}

@media (max-width: 47.9375em) {
    body ._special-styles h1, body ._special-styles h2, body ._special-styles h3, body ._special-styles h4, body ._special-styles h5, body ._special-styles h6 {
        margin: 1rem 0px
    }
}

body ._special-styles a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: var(--color-link)
}

@media (any-hover: hover) {
    body ._special-styles a:hover {
        color: var(--color-main-dark)
    }
}

body ._special-styles p {
    margin: 0px 0px 0.1875rem 0px
}

body ._special-styles img {
    margin: 2rem 0px
}

@media (max-width: 47.9375em) {
    body ._special-styles img {
        margin: 0.875rem 0px
    }
}

body ._special-styles figure {
    display: inline-block;
    margin: 0px 0px 1.25rem 0px
}

body ._special-styles figure img {
    border-radius: 0.3125rem
}

body ._special-styles ul {
    padding: 0px 0px 0px 1.375rem;
    margin: 1.5rem 0px
}

@media (max-width: 47.9375em) {
    body ._special-styles ul {
        margin: 1rem 0px
    }
}

body ._special-styles ul li {
    position: relative;
    line-height: 132%;
    margin: 0px 0px 0.625rem 0px
}

body ._special-styles ul li > ul, body ._special-styles ul li > ol {
    padding-top: 0.625rem
}

body ._special-styles ul li::before {
    content: "";
    position: absolute;
    top: 0.5625em;
    left: -1.125em;
    width: 0.375em;
    height: 0.375em;
    background: var(--color-main-dark);
    border-radius: 50%
}

body ._special-styles ul.small {
    margin: 0rem 0px
}

body ._special-styles ul.small li {
    font-size: 1rem;
    margin: 0px 0px 0.3125rem 0px;
    line-height: 150%
}

body ._special-styles ul.small li::before {
    width: 0.25em;
    height: 0.25em
}

body ._special-styles ol {
    padding: 0px 0px 0px 1.375rem;
    margin: 1.5rem 0px
}

body ._special-styles ol li {
    line-height: 150%;
    margin: 0px 0px 0.625rem 0px
}

body ._special-styles table {
    max-width: 100%;
    border-collapse: collapse;
    margin: 0px 0px 2.5rem 0px
}

@media (max-width: 767px) {
    body ._special-styles table {
        margin: 0px 0px 1.25rem 0px
    }
}

body ._special-styles table tr th {
    font-size: 1rem;
    font-weight: 400;
    background: #111;
    padding: 0.3125rem 0.625rem;
    border: 1px solid #000;
    color: #fff
}

body ._special-styles table tr td {
    background: #ddd;
    border: 1px solid #000;
    padding: 0.3125rem 0.625rem
}

body ._special-styles .table-wrapper {
    width: 100%;
    overflow-x: auto
}

.wrapper {
    display: grid;
    grid-template-rows:auto 1fr auto;
    width: 100%;
    min-height: 100%;
    overflow: hidden
}

.page {
    display: grid;
    min-width: 0
}

.btn {
    cursor: pointer;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1;
    padding: 0.625em 1.25em;
    height: 2.75em;
    background: var(--color-background);
    color: #fff !important;
    border-radius: 0.5em;
    border: 0.0625rem solid var(--color-background);
    -webkit-transition: background-color .3s, border-color .3s, color .3s, -webkit-box-shadow .1s;
    transition: background-color .3s, border-color .3s, color .3s, -webkit-box-shadow .1s;
    transition: background-color .3s, border-color .3s, color .3s, box-shadow .1s;
    transition: background-color .3s, border-color .3s, color .3s, box-shadow .1s, -webkit-box-shadow .1s
}

@media (any-hover: hover) {
    .btn:hover {
        background: var(--color-main-dark);
        border: 0.0625rem solid var(--color-main-dark)
    }
}

.btn_fw {
    width: 100%
}

.btn_w {
    background: rgba(0, 0, 0, 0);
    border: 0.0625rem solid #fff;
    color: #fff !important
}

@media (any-hover: hover) {
    .btn_w:hover {
        background: var(--color-main);
        border: 0.0625rem solid var(--color-main);
        color: #fff !important
    }
}

.btn_grad {
    background: var(--gradient);
    border: none;
    color: #fff !important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .btn_grad:hover {
        border: none;
        background: var(--gradient);
        opacity: .8;
        color: #fff !important
    }
}

.btn_trans {
    background: rgba(0, 0, 0, 0);
    border: 0.0625rem solid var(--color-main);
    color: var(--color-main) !important
}

@media (any-hover: hover) {
    .btn_trans:hover {
        background: var(--color-main);
        border: 0.0625rem solid var(--color-main);
        color: #fff !important
    }
}

.btn_big {
    height: 3.625rem;
    font-size: 1.25rem
}

@media (max-width: 47.9375em) {
    .btn_big {
        height: 2.625rem
    }
}

.btn_long {
    min-width: 18.0625rem
}

@media (max-width: 47.9375em) {
    .btn_long {
        min-width: 100%
    }
}

.btn_more {
    gap: 0.625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn_more::after {
    content: url("../img/arrow_right.svg")
}

.btn:focus {
    -webkit-box-shadow: 0 0 0 1px var(--color-focus);
    box-shadow: 0 0 0 1px var(--color-focus)
}

[data-switch][data-disable], [data-switch-rev][data-disable] {
    display: none
}

input[type=text], input[type=email], input[type=tel], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.input {
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 125%;
    padding: 0.625rem 1rem;
    height: 2.875rem;
    color: var(--color-font-dark);
    background: #fff;
    border: 0.0625rem solid #2c2c2c;
    border-radius: 0.5rem;
    -webkit-transition: border .3s ease 0s;
    transition: border .3s ease 0s
}

@media (max-width: 47.9375rem) {
    .input {
        height: 2.75rem
    }
}

.input_small {
    height: 2.625rem
}

.input:focus {
    border: 0.0625rem solid var(--color-focus)
}

.input._error {
    border: 0.0625rem solid var(--color-error);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B81111'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23B81111' stroke='none'/%3E%3C/svg%3E");
    background-position: calc(100% - 0.625rem), center;
    background-repeat: no-repeat;
    background-size: 1.125rem;
    padding-right: 1.875rem
}

.input._success {
    border: 0.0625rem solid var(--color-success);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: calc(100% - 0.625rem), center;
    background-repeat: no-repeat;
    background-size: 1.125rem;
    padding-right: 1.875rem
}

.input._mask {
    letter-spacing: var(--mask-letter-spacing)
}

textarea.input {
    resize: none;
    padding: 0.625rem 1rem;
    min-height: 5.625em
}

.password {
    position: relative
}

.password__eye {
    position: absolute;
    top: 0.6875rem;
    right: 0.9375rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .password__eye:hover {
        color: var(--color-main-light)
    }
}

.password__eye::before {
    content: "";
    font-family: "icons-system";
    font-size: 1.25rem;
    color: var(--color-main)
}

.password__eye._active::before {
    content: ""
}

.input-file {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #fff;
    border: 0.0625rem solid var(--color-border);
    border-right: none;
    border-radius: 1.5625rem;
    max-width: 100%
}

.input-file._error {
    border: 0.0625rem solid var(--color-error);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B81111'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23B81111' stroke='none'/%3E%3C/svg%3E");
    background-position: calc(100% - 0.625rem), center;
    background-repeat: no-repeat;
    background-size: 1.125rem
}

.input-file._success {
    border: 0.0625rem solid var(--color-success);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: calc(100% - 0.625rem), center;
    background-repeat: no-repeat;
    background-size: 1.125rem
}

.input-file__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    height: 2.6875rem;
    padding: 0.1875em 0em 0.1875em 1.375em;
    margin: 0px 2.8125rem 0px 0px;
    color: var(--color-font-dark);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1
}

@media (max-width: 29.9375em) {
    .input-file__text {
        white-space: normal
    }
}

.input-file__btn {
    position: absolute;
    top: 0rem;
    right: -0.0625rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1;
    height: 2.6875rem;
    width: 2.6875rem;
    background: #fff;
    color: var(--color-main);
    border: 0.0625rem solid var(--color-main);
    border-radius: 50%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .input-file__btn:hover {
        background: var(--color-main);
        color: #fff
    }
}

.input-file__error {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.input-file input {
    position: absolute;
    display: block;
    z-index: -1;
    opacity: 0;
    width: 0;
    height: 0
}

.input-file .input-file input:disabled + .input-file__btn {
    background-color: #ddd
}

.check {
    cursor: pointer;
    position: relative
}

.check__mark {
    font-size: 1rem
}

@media (max-width: 47.9375em) {
    .check__mark {
        font-size: 0.75rem
    }
}

.check_default {
    padding: 0px 0px 0px 2.1875rem
}

.check_default .check__mark {
    position: relative
}

.check_default .check__mark::before {
    content: "";
    position: absolute;
    top: -0.0625em;
    left: -2.1875em;
    width: 1.5em;
    height: 1.5em;
    background: #fff;
    border: 0.0625rem solid var(--color-border);
    border-radius: 0.25rem;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.check_default .check__mark::after {
    content: "";
    position: absolute;
    top: 0.125em;
    left: -1.625em;
    width: 0.4375em;
    height: 0.75em;
    border-width: 0 0.125em 0.125em 0;
    border-color: #fff;
    border-style: solid;
    display: block;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.check_default._checked .check__mark::before {
    background: var(--color-main);
    border: 0.0625rem solid var(--color-main)
}

.check_default._checked .check__mark::after {
    opacity: 1
}

.check_default._error .check__mark::before {
    border: 0.0625rem solid var(--color-error)
}

.check input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.radio {
    cursor: pointer;
    position: relative
}

.radio_default {
    padding: 0px 0px 0px 1.875rem
}

.radio_default .radio__mark {
    position: relative
}

.radio_default .radio__mark::before {
    content: "";
    position: absolute;
    top: -0.125em;
    left: -1.875em;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%;
    border: 0.0625rem solid #ccc;
    background: #fff;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.radio_default .radio__mark::after {
    content: "";
    position: absolute;
    top: 0.125em;
    left: -1.625em;
    width: 0.75em;
    height: 0.75em;
    border-radius: 50%;
    background: var(--color-main);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.radio_default._checked .radio__mark::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.radio_default._error .radio__mark::before {
    border: 1px solid var(--color-error)
}

.radio input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.range {
    -webkit-appearance: none;
    width: 100%;
    height: 0.1875rem;
    background: #cacaca;
    border-radius: 62.4375rem;
    outline: none
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: var(--gradient);
    cursor: pointer;
    border: none;
    -webkit-box-shadow: 0 0 0.125rem #fff;
    box-shadow: 0 0 0.125rem #fff
}

.range::-moz-range-thumb {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: var(--gradient);
    cursor: pointer;
    border: none
}

.range::-moz-range-track {
    background: #f1f1f1;
    height: 0.1875rem;
    border-radius: 62.4375rem
}

.form {
    display: grid;
    grid-gap: 1.375rem 2rem
}

.form span.form__label-title {
    display: inline-block
}

.form__section {
    display: grid;
    grid-gap: 0.375rem 0.5rem
}

.form__title {
    color: var(--color-font-dark);
    margin: 0px 0px 1.5rem 0px
}

@media (max-width: 47.9375em) {
    .form__title {
        margin: 0px 0px 1.125rem 0px
    }
}

.form__row {
    display: grid;
    grid-gap: 0.375rem 0.5rem;
    min-width: 0;
    grid-template-columns:repeat(1, 1fr)
}

.form__row_1 {
    grid-template-columns:repeat(1, 1fr)
}

.form__row_2 {
    grid-template-columns:repeat(2, 1fr)
}

@media (max-width: 47.9375em) {
    .form__row_2 {
        grid-template-columns:repeat(1, 1fr)
    }
}

.form__row_3 {
    grid-template-columns:repeat(3, 1fr)
}

@media (max-width: 47.9375em) {
    .form__row_3 {
        grid-template-columns:repeat(1, 1fr)
    }
}

.form__row_check {
    margin: 1.25rem 0px 0.625rem 0px
}

.form__row_btn {
    margin: 0px 0px 0.3125rem 0px
}

.form__column {
    min-width: 0
}

.form__single {
    padding: 0.3125rem 0px 0px 0px
}

.form__group {
    padding: 0.3125rem 0px 0px 0px;
    display: grid;
    justify-items: start;
    grid-gap: 1rem
}

.form__label {
    font-size: 1.125rem;
    line-height: 140%
}

@media (max-width: 47.9375em) {
    .form__label {
        font-size: 0.875rem
    }
}

.form__label-title {
    cursor: pointer;
    margin: 0px 0px 0.5em 0px;
    color: var(--color-font-dark);
    font-size: 0.875rem
}

.form__label-title::after {
    content: attr(data-req);
    color: var(--color-error);
    margin: 0px 0px 0px 0.1875rem
}

.form__error-label {
    display: none;
    font-size: 0.875rem;
    font-style: italic;
    color: var(--color-error)
}

.form__btn {
    text-transform: uppercase
}

.form__forgot {
    display: block;
    text-align: right;
    color: var(--color-main)
}

.form__sub-link {
    color: var(--color-main)
}

.form-message {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    gap: 0.75rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: none
}

.form-message::before {
    -webkit-transform: translateY(0.125rem);
    -ms-transform: translateY(0.125rem);
    transform: translateY(0.125rem)
}

.form-message._success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #155724;
    background: #d4edda;
    border: 0.0625rem solid #c3e6cb
}

.form-message._success::before {
    content: "";
    font-family: "icons-system"
}

.form-message._error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #b91c1c;
    background: #fee2e2;
    border: 0.0625rem solid #f5c6cb
}

.form-message._error::before {
    content: "";
    font-family: "icons-system"
}

.form-message h5 {
    margin: 0px 0px 0.3125rem 0px
}

.form-message ul li {
    line-height: 1
}

.main-form__form {
    margin: 0px 0px 1.0625rem 0px
}

.main-form__footer {
    font-size: 1rem;
    line-height: 140%;
    color: #a7a7a7;
    text-align: center
}

@media (max-width: 47.9375em) {
    .main-form__footer {
        font-size: 0.75rem
    }
}

@media (any-hover: hover) {
    .main-form__footer a:hover {
        color: var(--color-second) !important
    }
}

.register-form {
    position: relative;
    overflow: hidden;
    padding: 5rem 0px;
    background: var(--color-background)
}

@media (max-width: 47.9375em) {
    .register-form {
        padding: 2rem 0px
    }
}

.register-form::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
    width: 380.454px;
    height: 608.506px;
    -webkit-transform: rotate(48.714deg);
    -ms-transform: rotate(48.714deg);
    transform: rotate(48.714deg);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 608.506px;
    background: rgba(214, 56, 153, .3);
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

@media (max-width: 47.9375em) {
    .register-form::before {
        width: 250px;
        height: 619.39px;
        -webkit-transform: rotate(30.357deg);
        -ms-transform: rotate(30.357deg);
        transform: rotate(30.357deg);
        border-radius: 619.39px
    }
}

.register-form__body {
    position: relative;
    z-index: 2;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    grid-template-columns:repeat(1, 1fr);
    gap: 1rem 2rem
}

@media (max-width: 61.9375em) {
    .register-form__body {
        grid-template-columns:repeat(1, 1fr)
    }
}

.register-form__block {
    border-radius: 1rem;
    background: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(45, 63, 143, .1);
    box-shadow: 0px 5px 15px 0px rgba(45, 63, 143, .1);
    padding: 2rem;
    width: 38rem
}

@media (max-width: 47.9375em) {
    .register-form__block {
        border-radius: 0.5rem;
        padding: 1.5rem;
        width: unset
    }
}

.menu-icon {
    display: none
}

@media (max-width: 75em) {
    .menu-icon {
        display: inline-block;
        position: relative;
        width: 1.125rem;
        height: 1rem;
        cursor: pointer;
        z-index: 100
    }

    .menu-icon span {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        top: calc(50% - 0.0625rem);
        left: 0px;
        position: absolute;
        width: 100%;
        height: 0.125rem;
        border-radius: 0.125rem;
        background-color: #fff
    }

    .menu-icon span:first-child {
        top: 0px
    }

    .menu-icon span:last-child {
        top: auto;
        bottom: 0px
    }

    .menu-icon._active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .menu-icon._active span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 0.0625rem)
    }

    .menu-icon._active span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 0.0625rem)
    }
}

.breadcrumbs {
    margin: 5.25rem 0px 0px 0px
}

@media (max-width: 47.9375em) {
    .breadcrumbs {
        margin: 2rem 0px 0px 0px
    }
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs__item:not(:last-child)::after {
    content: "—";
    margin: 0px 1.125rem;
    font-weight: 500
}

.breadcrumbs__link {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
    text-overflow: ellipsis;
    color: inherit;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .breadcrumbs__link:hover {
        color: var(--color-main-light)
    }
}

.breadcrumbs__current {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
    text-overflow: ellipsis
}

.breadcrumbs_dark .breadcrumbs__item:not(:last-child)::after {
    color: var(--color-main-dark)
}

.breadcrumbs_dark .breadcrumbs__link {
    color: var(--color-font-dark)
}

.breadcrumbs_dark .breadcrumbs__current {
    color: var(--color-main)
}

.pagging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagging__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.move-up {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background-color: var(--color-main);
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: background-color .3s, opacity .3s, visibility .3s;
    transition: background-color .3s, opacity .3s, visibility .3s;
    z-index: 50
}

@media (any-hover: hover) {
    .move-up:hover {
        background-color: var(--color-main-dark)
    }
}

.move-up._scroll {
    opacity: 1;
    visibility: visible
}

@media (max-width: 450px) {
    .move-up {
        width: 1.875rem;
        height: 1.875rem;
        font-size: 0.875rem
    }
}

.move-up::before, .move-up:after {
    content: "";
    position: absolute;
    height: 0.1875rem;
    width: 1.25rem;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 0.125rem
}

@media (max-width: 479px) {
    .move-up::before, .move-up:after {
        height: 0.125rem;
        width: 0.625rem
    }
}

.move-up::before {
    -webkit-transform: translate(calc(-50% + 0.40625rem), -50%) rotate(45deg);
    -ms-transform: translate(calc(-50% + 0.40625rem), -50%) rotate(45deg);
    transform: translate(calc(-50% + 0.40625rem), -50%) rotate(45deg)
}

@media (max-width: 479px) {
    .move-up::before {
        -webkit-transform: translate(calc(-50% + 0.1875rem), -50%) rotate(45deg);
        -ms-transform: translate(calc(-50% + 0.1875rem), -50%) rotate(45deg);
        transform: translate(calc(-50% + 0.1875rem), -50%) rotate(45deg)
    }
}

.move-up:after {
    -webkit-transform: translate(calc(-50% - 0.40625rem), -50%) rotate(-45deg);
    -ms-transform: translate(calc(-50% - 0.40625rem), -50%) rotate(-45deg);
    transform: translate(calc(-50% - 0.40625rem), -50%) rotate(-45deg)
}

@media (max-width: 479px) {
    .move-up:after {
        -webkit-transform: translate(calc(-50% - 0.1875rem), -50%) rotate(-45deg);
        -ms-transform: translate(calc(-50% - 0.1875rem), -50%) rotate(-45deg);
        transform: translate(calc(-50% - 0.1875rem), -50%) rotate(-45deg)
    }
}

.link-line {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.4375rem 0px 0px 0px
}

.link-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background: var(--color-main-light);
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px)
}

.link-line__link {
    color: #fff;
    font-size: 1.25rem
}

.link-line__arrow {
    color: #fff
}

.image-container {
    overflow: hidden;
    border-radius: 1.5625rem
}

.logo {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 1.5rem !important;
    font-weight: 700;
    color: #fff !important
}

@media (max-width: 22.5em) {
    .logo {
        font-size: 1.25rem !important
    }
}

.white-block {
    padding: 3rem 3rem;
    border-radius: 1.5625rem;
    background: #fff;
    color: var(--color-main-dark)
}

@media (max-width: 47.9375em) {
    .white-block {
        padding: 1.5rem 1rem
    }
}

.title-h2 {
    margin: 0px 0px 3rem 0px
}

@media (max-width: 47.9375em) {
    .title-h2 {
        margin: 0px 0px 2rem 0px
    }
}

.top-margin {
    margin: 5.25rem 0px 0px 0px
}

@media (max-width: 47.9375em) {
    .top-margin {
        margin: 1.1875rem 0px 0px 0px
    }
}

.cpec-list {
    display: grid;
    gap: 0.5rem
}

.cpec-list__item {
    position: relative;
    font-size: 1.25rem;
    line-height: 130%;
    padding: 0px 0px 0px 1.375rem
}

.cpec-list__item::before {
    content: "";
    position: absolute;
    top: 0.375rem;
    left: 0;
    background: url("../images/list-mark.svg");
    width: 0.9375rem;
    height: 0.9375rem
}

@media (max-width: 47.9375em) {
    .cpec-list__item {
        font-size: 1rem;
        padding: 0px 0px 0px 1rem
    }
}

.header {
    position: relative;
    z-index: 100;
    padding: 0.625rem 0px;
    background: var(--color-background);
    border-bottom: 0.0625rem solid var(--color-main)
}

.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem
}

.header__logo {
    position: relative;
    z-index: 100;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem
}

.header__login {
    color: var(--color-main)
}

@media (max-width: 75em) {
    .menu__body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: var(--color-background);
        z-index: 50;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        width: 100%;
        -webkit-box-shadow: 4px 0px 8px 0px rgba(34, 60, 80, .2);
        box-shadow: 4px 0px 8px 0px rgba(34, 60, 80, .2);
        overflow-x: hidden;
        overflow-y: auto;
        padding: 1.25rem 0.9375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        visibility: hidden;
        padding-top: 7.5rem
    }

    .menu__body._active {
        opacity: 1;
        visibility: visible
    }
}

.menu__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem
}

@media (max-width: 75em) {
    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0px 0px 1.875rem 0px
    }
}

.menu__link {
    position: relative;
    display: inline-block;
    padding: 0.25rem 0.5rem;
    white-space: nowrap;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 1.125rem;
    color: #fff
}

.menu__link._active::before {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background: var(--color-main)
}

@media (max-width: 75em) {
    .menu__link {
        border: 0.0625rem solid rgba(0, 0, 0, 0)
    }
}

@media (max-width: 75em)and (any-hover: hover) {
    .menu__link:hover {
        border: 0.0625rem solid rgba(0, 0, 0, 0)
    }
}

@media (max-width: 75em) {
    .menu__link._active {
        border: 0.0625rem solid rgba(0, 0, 0, 0)
    }
}

.header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.9375rem
}

.header-actions_mobile {
    display: none
}

@media (max-width: 47.9375em) {
    .header-actions_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 47.9375em) {
    .header-actions_screen {
        display: none
    }
}

.header-actions__sign-in {
    text-transform: uppercase;
    min-width: 11.25rem
}

.header-actions__langs {
    position: relative
}

.language-selector {
    position: absolute;
    top: 100%;
    right: 0;
    translate: 0 1.875rem;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    max-height: 12.5rem;
    overflow-y: scroll;
    border-radius: 0.625rem
}

.language-selector._active {
    opacity: 1;
    visibility: visible;
    translate: 0 0.625rem
}

.language-list {
    background: var(--color-main);
    display: grid;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    color: #fff
}

.language-list li {
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 0.3125rem 0.625rem;
    padding: 0.625rem 1.25rem;
    font-size: 1.125rem
}

@media (any-hover: hover) {
    .language-list li:hover {
        background: #fff;
        color: var(--color-main)
    }
}

.footer {
    position: relative;
    overflow: hidden;
    background: var(--color-background);
    padding: 5rem 0px;
    border-top: 0.0625rem solid var(--color-main)
}

@media (max-width: 61.9375em) {
    .footer {
        padding: 4rem 0px
    }
}

@media (max-width: 47.9375em) {
    .footer {
        padding: 1.5rem 0px
    }
}

.footer::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 60%;
    top: 0%;
    width: 186.512px;
    height: 408px;
    -webkit-transform: rotate(-29.878deg);
    -ms-transform: rotate(-29.878deg);
    transform: rotate(-29.878deg);
    border-radius: 408px;
    background: var(--color-main);
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

@media (max-width: 47.9375em) {
    .footer::before {
        left: 50%;
        top: 20%
    }
}

.footer__body {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:auto 1fr auto;
    gap: 4.375rem
}

@media (max-width: 61.9375em) {
    .footer__body {
        grid-template-columns:1fr;
        gap: 2rem
    }
}

@media (max-width: 61.9375em) {
    .footer__main {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 47.9375em) {
    .footer__main {
        grid-template-columns:repeat(1, 1fr)
    }
}

.footer__logo {
    display: block;
    text-transform: uppercase;
    color: #fff !important;
    margin: 0px 0px 1.5rem 0px
}

@media (max-width: 47.9375em) {
    .footer__logo {
        text-align: center;
        margin: 0px 0px 0rem 0px
    }
}

.footer__label {
    font-size: 1.25rem;
    line-height: 130%
}

@media (max-width: 61.9375em) {
    .footer__label {
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 120%
    }
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem
}

@media (max-width: 61.9375em) {
    .footer__socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 47.9375em) {
    .footer__socials_screen {
        display: none
    }
}

.footer__socials_mobile {
    display: none
}

@media (max-width: 47.9375em) {
    .footer__socials_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.footer__copy {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 2rem 0px;
    font-size: 0.875rem
}

@media (max-width: 47.9375em) {
    .footer__copy {
        font-size: 0.75rem
    }
}

.footer-menu__top {
    position: relative;
    padding: 0px 0px 0.75rem 0px
}

.footer-menu__top::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    height: 0.0625rem;
    width: 8.375rem;
    background: var(--color-main)
}

.footer-menu__list {
    padding: 0px 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.25rem
}

@media (max-width: 61.9375em) {
    .footer-menu__list {
        display: grid;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        padding: 1.125rem 0rem
    }
}

@media (max-width: 47.9375em) {
    .footer-menu__list {
        gap: 0.75rem;
        padding: 0rem
    }
}

.footer-menu__item {
    text-align: center
}

.footer-menu__link {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    color: #fff;
    font-size: 1.125rem;
    line-height: 140%
}

.footer-menu__bottom {
    padding: 0.75rem 0px 0px 0px
}

.social {
    color: #fff;
    background: var(--gradient);
    border-radius: 0.375rem;
    width: 2.75rem;
    height: 2.75rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-block {
    position: relative;
    padding: 1.5625rem 0px;
    background: var(--color-background);
    overflow: hidden
}

.main-block::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 434px;
    -webkit-transform: rotate(53.206deg);
    -ms-transform: rotate(53.206deg);
    transform: rotate(53.206deg);
    top: 90%;
    left: 80%;
    translate: -50% -50%;
    border-radius: 434px;
    background: var(--color-main);
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

@media (max-width: 47.9375em) {
    .main-block::before {
        width: 160px;
        height: 217px;
        -webkit-filter: blur(50px);
        filter: blur(50px)
    }
}

@media (max-width: 47.9375em) {
    .main-block {
        padding: 2rem 0px 4rem 0px
    }
}

.main-block__body {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 2rem
}

@media (max-width: 47.9375em) {
    .main-block__body {
        grid-template-columns:repeat(1, 1fr)
    }
}

.main-block__left {
    display: grid;
    gap: 2rem;
    -ms-flex-line-pack: center;
    align-content: center
}

.main-block__title {
    color: #fff
}

.main-block__text {
    font-size: 1.25rem;
    color: #fff;
    line-height: 130%
}

@media (max-width: 47.9375em) {
    .main-block__text {
        font-size: 1rem
    }
}

.main-block__link {
    text-transform: uppercase;
    justify-self: start
}

@media (max-width: 47.9375em) {
    .main-block__link {
        display: none
    }
}

.main-block__link-2 {
    text-transform: uppercase
}

@media (min-width: 48em) {
    .main-block__link-2 {
        display: none
    }
}

.main-block__calc {
    position: relative;
    z-index: 1
}

.main-block__img {
    position: relative;
    z-index: 1;
    text-align: center
}

.main-calc {
    padding: 5rem 0px
}

@media (max-width: 47.9375em) {
    .main-calc {
        padding: 3.75rem 0px
    }
}

.main-calc__title {
    text-align: center;
    margin: 0px 0px 3rem 0px
}

@media (max-width: 47.9375em) {
    .main-calc__title {
        margin: 0px 0px 1rem 0px
    }
}

.main-calc__body {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 2rem
}

@media (max-width: 47.9375em) {
    .main-calc__body {
        grid-template-columns:repeat(1, 1fr);
        gap: 1rem
    }
}

.main-calc__input-wrapper {
    position: relative;
    margin: 0px 0px 1rem 0px
}

.main-calc__input {
    border: 0.0625rem solid var(--color-main);
    font-weight: 700;
    font-size: 1.25rem;
    padding-right: 3.125rem;
    color: var(--color-main)
}

.main-calc__input:focus {
    border: 0.0625rem solid var(--color-second)
}

.main-calc__currency-symbol {
    position: absolute;
    font-size: 1.375rem;
    font-weight: 700;
    right: 1.25rem;
    top: 50%;
    translate: 0 -50%;
    color: var(--color-main)
}

.main-calc__label {
    font-size: 1.25rem;
    margin: 0px 0px 0.5rem 0px
}

.main-calc__period {
    font-size: 1.25rem
}

.main-calc__right {
    padding: 1.5rem;
    background: var(--gradient);
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    gap: 1.5rem;
    border-radius: 1.25rem
}

.main-calc__title-sub {
    color: #fff
}

.main-calc__count {
    font-family: "ST-SimpleSquare";
    font-size: 46px;
    color: #fff
}

.partners {
    min-width: 0px;
    padding: 5rem 0px
}

@media (max-width: 47.9375em) {
    .partners {
        padding: 2rem 0px
    }
}

.partners__title {
    text-align: center;
    margin: 0px 0px 3rem 0px
}

@media (max-width: 47.9375em) {
    .partners__title {
        margin: 0px 0px 1.5rem 0px
    }
}

.partners-grid {
    min-width: 0px
}

@media (max-width: 47.9375em) {
    .partners-grid {
        overflow: auto
    }
}

.partners-grid__items {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 1.5rem
}

@media (max-width: 47.9375em) {
    .partners-grid__items {
        gap: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 47.9375em) {
    .partners-grid__item {
        width: 18.4375rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18.4375rem;
        flex: 0 0 18.4375rem
    }
}

.form-block {
    position: relative;
    padding: 5rem 0px;
    background: var(--gradient)
}

@media (max-width: 47.9375em) {
    .form-block {
        padding: 2rem 0px
    }
}

.form-block input {
    border: 0.0625rem solid rgba(0, 0, 0, 0)
}

.form-block__title {
    color: #fff
}

@media (max-width: 47.9375em) {
    .form-block__title {
        text-align: center
    }
}

.form-block__text {
    color: #fff;
    font-size: 1.25rem
}

.form-block__body {
    position: relative;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 2rem
}

@media (max-width: 75em) {
    .form-block__body {
        padding: 0px 1.875rem;
        grid-template-columns:repeat(1, 1fr)
    }
}

@media (max-width: 47.9375em) {
    .form-block__body {
        padding: 0px 0px;
        justify-items: center
    }
}

.form-block__left {
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 2rem
}

@media (max-width: 75em) {
    .form-block__left {
        text-align: center;
        gap: 1rem
    }
}

.form-block__text-bg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: -1
}

@media (max-width: 47.9375em) {
    .form-block__text-bg {
        display: block;
        scale: 1.2
    }
}

.form-block .main-form__footer {
    color: #fff !important;
    text-align: left
}

.guarantees-block {
    padding: 5rem 0px 0px 0px;
    margin: 0px 0px 10rem 0px
}

@media (max-width: 47.9375em) {
    .guarantees-block {
        margin: 0px 0px 4rem 0px
    }
}

.guarantees-block__title {
    text-align: center;
    margin: 0px 0px 2rem 0px
}

@media (max-width: 47.9375em) {
    .guarantees-block__title {
        margin: 0px 0px 1rem 0px;
        text-align: left
    }
}

.guarantees-block__label {
    text-align: center;
    margin: 0px 0px 3rem 0px;
    font-size: 1.25rem;
    line-height: 130%
}

@media (max-width: 47.9375em) {
    .guarantees-block__label {
        margin: 0px 0px 1.5rem 0px;
        font-size: 1rem;
        text-align: left
    }
}

.guarantees-block__body {
    display: grid;
    gap: 3.75rem
}

@media (max-width: 47.9375em) {
    .guarantees-block__body {
        gap: 2rem
    }
}

.guarantees-item {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 1rem 2rem
}

@media (max-width: 47.9375em) {
    .guarantees-item {
        grid-template-columns:repeat(1, 1fr)
    }
}

.guarantees-item__title {
    margin: 0px 0px 1.5rem 0px
}

@media (max-width: 47.9375em) {
    .guarantees-item__title {
        margin: 0px 0px 0.75rem 0px
    }
}

@media (min-width: 48em) {
    .guarantees-item_rev .guarantees-item__column:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .guarantees-item_rev .guarantees-item__column:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.advantages-block {
    position: relative;
    min-width: 0;
    padding: 5rem 0px
}

@media (max-width: 47.9375em) {
    .advantages-block {
        padding: 2rem 0px
    }
}

.advantages-block::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -20%;
    left: -20%;
    width: 445px;
    height: 257px;
    -webkit-transform: rotate(-18.789deg);
    -ms-transform: rotate(-18.789deg);
    transform: rotate(-18.789deg);
    border-radius: 445px;
    background: rgba(255, 119, 126, .3);
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

@media (max-width: 47.9375em) {
    .advantages-block::before {
        display: none
    }
}

.advantages-block__body {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 2rem
}

@media (max-width: 61.9375em) {
    .advantages-block__body {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 47.9375em) {
    .advantages-block__body {
        grid-template-columns:repeat(1, 1fr)
    }
}

.advantages-block_offer {
    background: var(--gradient)
}

.advantages-block_offer::before {
    display: none
}

.advantages-item {
    text-align: center;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

@media (max-width: 47.9375em) {
    .advantages-item {
        gap: 0.5rem
    }
}

.advantages-item__desc {
    font-size: 1.25rem
}

@media (max-width: 47.9375em) {
    .advantages-item__desc {
        font-size: 1rem
    }
}

.advantages-block_offer .advantages-item .advantages-item__title {
    color: #fff
}

.advantages-block_offer .advantages-item .advantages-item__desc {
    color: #fff
}

.form-block-2 {
    position: relative;
    overflow: hidden;
    background: var(--color-background);
    padding: 5rem 0px
}

@media (max-width: 47.9375em) {
    .form-block-2 {
        padding: 2rem 0px
    }
}

.form-block-2::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10%;
    left: 0%;
    width: 186.512px;
    height: 408px;
    -webkit-transform: rotate(-29.878deg);
    -ms-transform: rotate(-29.878deg);
    transform: rotate(-29.878deg);
    border-radius: 408px;
    background: var(--color-main);
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

@media (max-width: 47.9375em) {
    .form-block-2::before {
        -webkit-transform: rotate(43.396deg);
        -ms-transform: rotate(43.396deg);
        transform: rotate(43.396deg);
        top: -15%;
        left: -10%
    }
}

.form-block-2::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0%;
    bottom: -10%;
    width: 445px;
    height: 257px;
    -webkit-transform: rotate(-69.045deg);
    -ms-transform: rotate(-69.045deg);
    transform: rotate(-69.045deg);
    border-radius: 445px;
    background: rgba(214, 56, 153, .3);
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

@media (max-width: 47.9375em) {
    .form-block-2::after {
        right: -10%
    }
}

.form-block-2__body {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 3rem;
    max-width: 38rem;
    margin: 0 auto
}

@media (max-width: 47.9375em) {
    .form-block-2__body {
        gap: 1.5rem
    }
}

.form-block-2__head {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    text-align: center
}

@media (max-width: 47.9375em) {
    .form-block-2__head {
        gap: 1rem
    }
}

.form-block-2__title {
    color: #fff
}

@media (max-width: 47.9375em) {
    .form-block-2__title {
        margin: 0px 0px 1rem 0px;
        text-align: center
    }
}

.form-block-2__label {
    color: #fff;
    font-size: 1.25rem
}

@media (max-width: 47.9375em) {
    .form-block-2__label {
        font-size: 1rem
    }
}

.form-block-2__left {
    padding: 0px 1.875rem 0px 0px
}

.form-block-2__img {
    max-width: 16.875rem
}

@media (max-width: 47.9375em) {
    .form-block-2__img {
        display: none
    }
}

.form-block-2__content .form__btn {
    background: var(--gradient) !important;
    color: #fff !important;
    border: none;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .form-block-2__content .form__btn:hover {
        border: none;
        opacity: .8
    }
}

.form-block-2__content .main-form__footer {
    text-align: center;
    color: #a7a7a7 !important;
    text-align: left
}

.form-block-2__content .main-form__footer a {
    color: #fff !important
}

@media (any-hover: hover) {
    .form-block-2__content .main-form__footer a:hover {
        color: var(--color-main-light) !important
    }
}

.form-block-3 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0px
}

@media (max-width: 47.9375em) {
    .form-block-3 {
        padding: 2rem 0px
    }
}

.form-block-3::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -10%;
    right: -10%;
    width: 445px;
    height: 257px;
    -webkit-transform: rotate(-69.045deg);
    -ms-transform: rotate(-69.045deg);
    transform: rotate(-69.045deg);
    border-radius: 445px;
    background: rgba(214, 56, 153, .3);
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

@media (max-width: 47.9375em) {
    .form-block-3::before {
        right: -20%
    }
}

.form-block-3__body {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 3rem;
    max-width: 38rem;
    margin: 0 auto
}

@media (max-width: 47.9375em) {
    .form-block-3__body {
        gap: 1.5rem
    }
}

.form-block-3__head {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    text-align: center
}

@media (max-width: 47.9375em) {
    .form-block-3__head {
        gap: 1rem
    }
}

@media (max-width: 47.9375em) {
    .form-block-3__title {
        margin: 0px 0px 1rem 0px;
        text-align: center
    }
}

.form-block-3__label {
    font-size: 1.25rem
}

@media (max-width: 47.9375em) {
    .form-block-3__label {
        font-size: 1rem
    }
}

.form-block-3__left {
    padding: 0px 1.875rem 0px 0px
}

.form-block-3__img {
    max-width: 16.875rem
}

@media (max-width: 47.9375em) {
    .form-block-3__img {
        display: none
    }
}

.form-block-3 .form__btn {
    background: var(--gradient);
    color: #fff !important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 0.0625rem solid rgba(0, 0, 0, 0)
}

@media (any-hover: hover) {
    .form-block-3 .form__btn:hover {
        opacity: .8
    }
}

.steps-section {
    position: relative;
    padding: 5rem 0px
}

@media (max-width: 47.9375em) {
    .steps-section {
        padding: 3.75rem 0px
    }
}

.steps-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 445px;
    height: 257px;
    left: -10%;
    bottom: -20%;
    -webkit-transform: rotate(-18.789deg);
    -ms-transform: rotate(-18.789deg);
    transform: rotate(-18.789deg);
    border-radius: 445px;
    background: rgba(255, 119, 126, .3);
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

@media (max-width: 47.9375em) {
    .steps-section::before {
        width: 222.5px;
        height: 128.5px;
        -webkit-filter: blur(50px);
        filter: blur(50px)
    }
}

.steps-section__title {
    text-align: center;
    margin: 0px 0px 3rem 0px
}

@media (max-width: 47.9375em) {
    .steps-section__title {
        margin: 0px 0px 1.5rem 0px
    }
}

.steps-section__body {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 1rem 2rem;
    margin: 0px 0px 3.75rem 0px
}

@media (max-width: 47.9375em) {
    .steps-section__body {
        grid-template-columns:repeat(1, 1fr);
        margin: 0px 0px 2rem 0px
    }
}

.steps-section__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.steps-section__btn {
    width: 24.6875rem
}

@media (max-width: 47.9375em) {
    .steps-section__btn {
        width: 100%
    }
}

.steps-section-item {
    display: grid;
    grid-template-columns:4rem 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

@media (max-width: 47.9375em) {
    .steps-section-item {
        grid-template-columns:2rem 1fr;
        gap: 0.5rem
    }
}

.cources-section {
    position: relative;
    padding: 5rem 0px
}

@media (max-width: 47.9375em) {
    .cources-section {
        padding: 3.75rem 0px
    }
}

.cources-section__title {
    text-align: center;
    margin: 0px 0px 3rem 0px
}

@media (max-width: 47.9375em) {
    .cources-section__title {
        margin: 0px 0px 1.5rem 0px
    }
}

.reviews-section {
    min-width: 0;
    padding: 7.5rem 0px 5rem
}

@media (max-width: 47.9375em) {
    .reviews-section {
        padding: 3.75rem 0px 3rem
    }
}

.reviews-section__title {
    text-align: center;
    margin: 0px 0px 3rem 0px
}

@media (max-width: 47.9375em) {
    .reviews-section__title {
        margin: 0px 0px 1.5rem 0px
    }
}

.reviews-section__slider-wrapper {
    position: relative
}

.reviews-section__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.9375rem;
    padding: 2rem 0px 0px 0px
}

@media (min-width: 75.0625em) {
    .reviews-section__pagination {
        display: none
    }
}

.reviews-section__bullet {
    width: 0.75rem;
    height: 0.75rem;
    background: #cacaca;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
    border-radius: 50%
}

.reviews-section__bullet._active {
    background: #a7a7a7
}

.reviews-section__arrows {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    translate: 0 -50%;
    pointer-events: none
}

@media (max-width: 75em) {
    .reviews-section__arrows {
        display: none
    }
}

.reviews-section__arrow {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.375rem;
    background: var(--gradient);
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    pointer-events: all
}

.reviews-slider {
    max-width: 64.625rem;
    margin: 0 auto
}

.reviews-slide__name {
    font-weight: 500
}

.reviews-slide__position {
    color: #a7a7a7;
    line-height: 140%;
    margin: 0px 0px 1rem 0px
}

@media (max-width: 47.9375em) {
    .reviews-slide__position {
        font-size: 0.875rem
    }
}

.reviews-slide__text {
    line-height: 140%
}

@media (max-width: 47.9375em) {
    .reviews-slide__text {
        font-size: 0.875rem
    }
}

.highlights-section {
    margin: 5rem 0rem
}

@media (max-width: 47.9375em) {
    .highlights-section {
        margin: 2rem 0rem
    }
}

.highlights-section__title {
    text-align: center;
    margin: 0px 0px 3.75rem 0px
}

@media (max-width: 47.9375em) {
    .highlights-section__title {
        margin: 0px 0px 2rem 0px
    }
}

.highlights-section__body {
    margin: 0px 0px 3.75rem 0px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 2rem
}

@media (max-width: 47.9375em) {
    .highlights-section__body {
        grid-template-columns:repeat(1, 1fr);
        margin: 0px 0px 2rem 0px;
        gap: 1rem
    }
}

.highlights-section__footer {
    background: var(--gradient);
    border-radius: 1rem;
    padding: 2rem;
    display: grid;
    grid-template-columns:1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem 2rem
}

@media (max-width: 47.9375em) {
    .highlights-section__footer {
        border-radius: 0.5rem;
        grid-template-columns:1fr;
        padding: 1rem
    }
}

.highlights-section__sub-title {
    color: #fff !important
}

@media (max-width: 47.9375em) {
    .highlights-section__sub-title {
        text-align: center
    }
}

.highlights-section-item {
    display: grid;
    grid-template-columns:8.25rem 1fr;
    gap: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 47.9375em) {
    .highlights-section-item {
        grid-template-columns:5rem 1fr;
        gap: 0.75rem
    }
}

.highlights-section-item__img {
    background: var(--color-background);
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.highlights-section-item__right {
    display: grid;
    gap: 1rem
}

@media (max-width: 47.9375em) {
    .highlights-section-item__right {
        gap: 0.5rem
    }
}

.overview-section {
    margin: 5rem 0rem
}

@media (max-width: 47.9375em) {
    .overview-section {
        margin: 2rem 0rem
    }
}

.overview-section__title {
    text-align: center;
    margin: 0px 0px 3.75rem 0px
}

@media (max-width: 47.9375em) {
    .overview-section__title {
        margin: 0px 0px 2rem 0px
    }
}

.overview-section__text {
    font-size: 1.25rem;
    margin: 0px 0px 2rem 0px;
    line-height: 130%
}

@media (max-width: 47.9375em) {
    .overview-section__text {
        font-size: 1rem;
        margin: 0px 0px 1rem 0px
    }
}

.overview-section__body {
    margin: 0px 0px 3.75rem 0px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 2rem
}

@media (max-width: 47.9375em) {
    .overview-section__body {
        grid-template-columns:repeat(1, 1fr);
        margin: 0px 0px 2rem 0px;
        gap: 1rem
    }
}

.overview-section-item {
    display: grid;
    grid-template-columns:8.25rem 1fr;
    gap: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 47.9375em) {
    .overview-section-item {
        grid-template-columns:5rem 1fr;
        gap: 0.75rem
    }
}

.overview-section-item__img {
    background: var(--color-background);
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.overview-section-item__right {
    display: grid;
    gap: 1rem
}

@media (max-width: 47.9375em) {
    .overview-section-item__right {
        gap: 0.5rem
    }
}

.overview-section-item__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem
}

.form-block-4 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0px
}

@media (max-width: 47.9375em) {
    .form-block-4 {
        padding: 2rem 0px
    }
}

.form-block-4::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -10%;
    bottom: 0%;
    width: 445px;
    height: 257px;
    -webkit-transform: rotate(-69.045deg);
    -ms-transform: rotate(-69.045deg);
    transform: rotate(-69.045deg);
    border-radius: 445px;
    background: rgba(214, 56, 153, .3);
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

@media (max-width: 47.9375em) {
    .form-block-4::before {
        width: 222.5px;
        height: 128.5px;
        -webkit-filter: blur(50px);
        filter: blur(50px)
    }
}

@media (max-width: 47.9375em) {
    .form-block-4__title {
        text-align: center
    }
}

.form-block-4__text {
    font-size: 1.25rem
}

.form-block-4__body {
    position: relative;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 2rem
}

@media (max-width: 75em) {
    .form-block-4__body {
        padding: 0px 1.875rem;
        grid-template-columns:repeat(1, 1fr)
    }
}

@media (max-width: 47.9375em) {
    .form-block-4__body {
        padding: 0px 0px;
        justify-items: center
    }
}

.form-block-4__left {
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 2rem
}

@media (max-width: 75em) {
    .form-block-4__left {
        text-align: center;
        gap: 1rem
    }
}

.form-block-4 .main-form__footer {
    text-align: left
}

.block-404 {
    padding: 8.25rem 0px;
    position: relative;
    overflow: hidden;
    background: var(--color-background)
}

.block-404::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 30%;
    width: 236.906px;
    height: 519.191px;
    -webkit-transform: rotate(33.509deg);
    -ms-transform: rotate(33.509deg);
    transform: rotate(33.509deg);
    border-radius: 519.191px;
    background: rgba(214, 56, 153, .5);
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

@media (max-width: 47.9375em) {
    .block-404::before {
        left: 0%;
        width: 245.819px;
        height: 588.683px;
        -webkit-transform: rotate(31.213deg);
        -ms-transform: rotate(31.213deg);
        transform: rotate(31.213deg);
        border-radius: 588.683px
    }
}

.block-404__coin {
    position: absolute;
    z-index: 2
}

@media (max-width: 47.9375em) {
    .block-404__coin {
        width: 10rem
    }
}

.block-404__coin_1 {
    top: 0%;
    left: 10%
}

@media (max-width: 47.9375em) {
    .block-404__coin_1 {
        top: 30px;
        left: 50%
    }
}

.block-404__coin_2 {
    bottom: 0%;
    left: 5%
}

@media (max-width: 47.9375em) {
    .block-404__coin_2 {
        bottom: unset;
        top: -12px;
        left: 0px
    }
}

.block-404__coin_3 {
    bottom: 5%;
    right: 5%
}

@media (max-width: 47.9375em) {
    .block-404__coin_3 {
        bottom: unset;
        top: -20px;
        left: 23%
    }
}

.block-404__container {
    height: 100%
}

.block-404__body {
    position: relative;
    z-index: 3;
    height: 100%;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 3rem
}

@media (max-width: 47.9375em) {
    .block-404__body {
        gap: 1.5rem
    }
}

.block-404__title svg {
    width: 28.625rem
}

@media (max-width: 47.9375em) {
    .block-404__title svg {
        width: 11.75rem
    }
}

.block-404__label {
    color: #fff;
    font-size: 1.25rem;
    line-height: 130%
}

@media (max-width: 47.9375em) {
    .block-404__label {
        font-size: 1rem
    }
}

.block-404__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block-404__btn {
    width: 11.25rem
}

.block-404__bg-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

@media (max-width: 47.9375em) {
    .block-404__bg-1 {
        width: 9.875rem
    }
}

.block-404__bg-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

@media (max-width: 47.9375em) {
    .block-404__bg-2 {
        width: 8rem
    }
}

.head-block {
    position: relative;
    overflow: hidden;
    padding: 5rem 0px;
    background: var(--color-background)
}

@media (max-width: 47.9375em) {
    .head-block {
        padding: 6.75rem 0px 2rem 0px
    }
}

.head-block::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -30%;
    left: -10%;
    width: 496px;
    height: 526.57px;
    border-radius: 526.57px;
    background: var(--color-second);
    -webkit-filter: blur(250px);
    filter: blur(250px)
}

@media (max-width: 47.9375em) {
    .head-block::before {
        left: -20%;
        width: 248px;
        height: 263.285px;
        border-radius: 263.285px;
        -webkit-filter: blur(125px);
        filter: blur(125px)
    }
}

.head-block::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -10%;
    bottom: -30%;
    width: 320px;
    height: 500px;
    -webkit-transform: rotate(27.321deg);
    -ms-transform: rotate(27.321deg);
    transform: rotate(27.321deg);
    border-radius: 500px;
    background: var(--color-main);
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

@media (max-width: 47.9375em) {
    .head-block::after {
        width: 160px;
        height: 250px;
        -webkit-filter: blur(75px);
        filter: blur(75px);
        bottom: 20%
    }
}

.head-block__body {
    position: relative;
    z-index: 3;
    text-align: center;
    display: grid;
    justify-items: center
}

@media (max-width: 47.9375em) {
    .head-block__body {
        text-align: left;
        justify-items: unset
    }
}

.head-block__title {
    color: #fff !important;
    margin: 0px 0px 3rem 0px;
    max-width: 59.375rem
}

@media (max-width: 47.9375em) {
    .head-block__title {
        margin: 0px 0px 1.5rem 0px
    }
}

.head-block__text {
    margin: 0px 0px 3.75rem 0px;
    font-size: 1.25rem;
    line-height: 130%;
    max-width: 62.5rem;
    color: #fff
}

@media (max-width: 47.9375em) {
    .head-block__text {
        font-size: 1rem;
        margin: 0px 0px 2rem 0px
    }
}

.head-block__actions {
    display: grid;
    gap: 1rem;
    min-width: 30.3125rem
}

@media (max-width: 47.9375em) {
    .head-block__actions {
        min-width: unset;
        gap: 0.5rem
    }
}

.head-block__actions-bottom {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 1rem
}

@media (max-width: 47.9375em) {
    .head-block__actions-bottom {
        gap: 0.5rem;
        grid-template-columns:repeat(1, 1fr)
    }
}

.head-block__actions-bottom .btn {
    height: 3.375rem
}

.head-block__btn {
    text-transform: uppercase
}

.head-block__coin {
    position: absolute;
    z-index: 2
}

@media (max-width: 47.9375em) {
    .head-block__coin {
        width: 10rem
    }
}

.head-block__coin_1 {
    top: 0%;
    left: 10%
}

@media (max-width: 47.9375em) {
    .head-block__coin_1 {
        top: 30px;
        left: 50%
    }
}

.head-block__coin_2 {
    bottom: 0%;
    left: 5%
}

@media (max-width: 47.9375em) {
    .head-block__coin_2 {
        bottom: unset;
        top: -12px;
        left: 0px
    }
}

.head-block__coin_3 {
    bottom: 5%;
    right: 5%
}

@media (max-width: 47.9375em) {
    .head-block__coin_3 {
        bottom: unset;
        top: -20px;
        left: 23%
    }
}

.team-block {
    min-width: 0px;
    margin: 5rem 0px
}

@media (max-width: 47.9375em) {
    .team-block {
        margin: 2rem 0px 3.125rem 0px
    }
}

.team-block__title {
    text-align: center;
    margin: 0px 0px 3.75rem 0px
}

@media (max-width: 47.9375em) {
    .team-block__title {
        margin: 0px 0px 2rem 0px
    }
}

@media (max-width: 47.9375em) {
    .team-block__body-wrapper {
        overflow: auto
    }
}

.team-block__body {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 2rem
}

@media (max-width: 47.9375em) {
    .team-block__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem
    }
}

@media (max-width: 47.9375em) {
    .team-block__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.25rem;
        flex: 0 0 16.25rem;
        width: 16.25rem
    }
}

.team-item {
    overflow: hidden;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 47.9375em) {
    .team-item {
        border-radius: 0.5rem
    }
}

.team-item__img {
    padding: 0px 0px 100% 0px
}

.team-item__content {
    background: #f1f1f1;
    padding: 1.125rem 1.25rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width: 47.9375em) {
    .team-item__content {
        padding: 0.625rem 1rem
    }
}

.team-item__title {
    margin: 0px 0px 1rem 0px
}

@media (max-width: 47.9375em) {
    .team-item__title {
        margin: 0px 0px 0.5rem 0px
    }
}

.support {
    margin: 4rem 0px
}

@media (max-width: 47.9375em) {
    .support {
        margin: 2rem 0px
    }
}

.support__title {
    margin: 0px 0px 3rem 0px
}

@media (max-width: 47.9375em) {
    .support__title {
        margin: 0px 0px 1.5rem 0px
    }
}

.support__body {
    display: grid;
    gap: 3.75rem
}

@media (max-width: 47.9375em) {
    .support__body {
        gap: 2rem
    }
}

.support-item {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 1rem 2rem
}

@media (max-width: 47.9375em) {
    .support-item {
        grid-template-columns:repeat(1, 1fr)
    }
}

.support-item__title {
    margin: 0px 0px 1.5rem 0px
}

@media (max-width: 47.9375em) {
    .support-item__title {
        margin: 0px 0px 0.75rem 0px
    }
}

.support-item__text {
    line-height: 140%
}

@media (min-width: 48em) {
    .support-item_rev .support-item__column:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .support-item_rev .support-item__column:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.contact-block {
    margin: 5rem 0rem 10rem;
    text-align: center
}

@media (max-width: 47.9375em) {
    .contact-block {
        margin: 2rem 0rem 4rem
    }
}

@media (min-width: 62em) {
    .contact-block__body {
        display: grid;
        grid-template-columns:1fr auto;
        gap: 3.75rem
    }
}

.contact-block__title {
    margin: 0px 0px 1.5rem 0px
}

.contact-block__list {
    display: grid;
    gap: 2rem;
    justify-items: center
}

@media (max-width: 47.9375em) {
    .contact-block__list {
        gap: 1rem
    }
}

.contact-block__item {
    display: grid;
    grid-template-columns:auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

.contact-block__icon svg {
    width: 4.0625rem;
    height: 4.0625rem
}

@media (max-width: 47.9375em) {
    .contact-block__icon svg {
        width: 3rem;
        height: 3rem
    }
}

.contact-block__value {
    color: #2c2c2c;
    font-size: 1.25rem;
    line-height: 130%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem
}

@media (max-width: 47.9375em) {
    .contact-block__value {
        font-size: 1rem
    }
}

@media (any-hover: hover) {
    .contact-block__value a:hover {
        color: var(--color-main)
    }
}

.contact-block__img img {
    height: 7.8125rem
}

@media (max-width: 47.9375em) {
    .contact-block__img img {
        height: 5rem
    }
}

@media (max-width: 61.9375em) {
    .contact-block__img {
        position: absolute;
        top: 0;
        right: 0;
        width: 7.8125rem
    }
}

@media (max-width: 47.9375em) {
    .contact-block__img svg {
        width: 2rem;
        height: 2rem
    }
}

.help-form-block {
    margin: 5rem 0px
}

@media (max-width: 47.9375em) {
    .help-form-block {
        margin: 2rem 0px
    }
}

.help-form-block__title {
    text-align: center;
    margin: 0px 0px 3.75rem 0px
}

@media (max-width: 47.9375em) {
    .help-form-block__title {
        margin: 0px 0px 2rem 0px
    }
}

.help-form-block__body {
    margin: 0 auto;
    max-width: 38rem
}

.faq-block {
    margin: 5rem 0rem
}

@media (max-width: 47.9375em) {
    .faq-block {
        margin: 2rem 0rem
    }
}

.faq-block__body {
    display: grid;
    gap: 3rem
}

@media (max-width: 47.9375em) {
    .faq-block__body {
        gap: 1.5rem
    }
}

.faq-block__head {
    display: grid;
    gap: 1.5rem
}

@media (max-width: 47.9375em) {
    .faq-block__head {
        gap: 0.75rem
    }
}

.faq-block__title {
    text-align: center
}

.faq-block__label {
    text-align: center;
    font-size: 1.25rem;
    line-height: 130%
}

@media (max-width: 47.9375em) {
    .faq-block__label {
        font-size: 1rem;
        text-align: left
    }
}

.faq-block__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.faq-block__btn {
    width: 24.6875rem
}

@media (max-width: 47.9375em) {
    .faq-block__btn {
        width: 100%
    }
}

.faq-block_main {
    position: relative
}

.faq-block_main::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 30%;
    right: 0%;
    width: 445px;
    height: 257px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-radius: 445px;
    background: rgba(214, 56, 153, .3);
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

@media (max-width: 47.9375em) {
    .faq-block_main::before {
        width: 222.5px;
        height: 128.5px;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        top: 50%
    }
}

.faq-spoiler {
    display: grid;
    gap: 1.5rem
}

@media (max-width: 61.9375em) {
    .faq-spoiler {
        gap: 0.75rem
    }
}

.faq-spoiler__item {
    padding: 0.625rem 1.5rem;
    border-bottom: 0.0625rem solid #cacaca
}

@media (max-width: 47.9375em) {
    .faq-spoiler__item {
        padding: 0.375rem 0.75rem
    }
}

.faq-spoiler__control {
    width: 100%;
    color: var(--color-font-dark) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .faq-spoiler__control:hover {
        color: var(--color-main-light) !important
    }
}

.faq-spoiler__control._active .faq-spoiler__arrow svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq-spoiler__control-text {
    text-align: left
}

.faq-spoiler__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-font);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 47.9375em) {
    .faq-spoiler__arrow {
        width: 2.5rem;
        height: 2.5rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.5rem;
        flex: 0 0 2.5rem;
        font-size: 0.625rem;
        border-radius: 0.25rem
    }
}

.faq-spoiler__arrow svg {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.faq-spoiler__container {
    color: var(--color-font-dark)
}

.faq-spoiler__content {
    padding: 1rem 3.125rem 1.5625rem 0px;
    font-size: 1.125rem;
    line-height: 140%
}

@media (max-width: 47.9375em) {
    .faq-spoiler__content {
        padding: 0.5rem 0px 0.5rem 0px
    }
}

.policy {
    margin: 2.25rem 0px 5rem 0px
}

@media (max-width: 47.9375em) {
    .policy {
        margin: 1rem 0px 2rem 0px
    }
}

.policy__info {
    margin: 0px 0px 1.5rem 0px
}

@media (max-width: 47.9375em) {
    .policy__info {
        margin: 0px 0px 0.875rem 0px
    }
}

@media (max-width: 29.9375em) {
    .policy__info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.policy__title {
    color: var(--color-font-dark) !important;
    margin: 0px 0px 2rem 0px
}

@media (max-width: 47.9375em) {
    .policy__title {
        margin: 0px 0px 0.875rem 0px
    }
}

.policy__content {
    margin: 0px 0px 1.125rem 0px
}

.table-1 {
    margin: 1.125rem 0px
}

@media (min-width: 48em) {
    .table-1 {
        padding: 1.625rem 1.5rem;
        border: 0.0625rem solid var(--color-border);
        border-radius: 1.5625rem
    }
}

.table-1__header {
    display: grid;
    grid-template-columns:3fr 2fr;
    grid-gap: 1.5rem;
    margin: 0px 0px 1.8125rem 0px
}

@media (max-width: 47.9375em) {
    .table-1__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0px 0px 1.125rem 0px
    }
}

.table-1__header-column {
    color: var(--color-main);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: .28px
}

@media (min-width: 48em) {
    .table-1__row {
        padding: 1rem 0px;
        display: grid;
        grid-template-columns:3fr 2fr;
        grid-gap: 1.5rem
    }

    .table-1__row:not(:last-child) {
        border-bottom: 0.0625rem solid var(--color-border)
    }
}

.table-1__column {
    font-size: 1rem;
    margin: 0px 0px 1rem 0px
}

.table-1__item {
    position: relative;
    font-size: 1.125rem;
    padding: 0px 0px 0px 1.5625rem;
    line-height: 130%
}

@media (max-width: 47.9375em) {
    .table-1__item {
        padding: 0px 0px 0px 1.25rem;
        font-size: 1rem
    }
}

.table-1__item::before {
    content: attr(data-num);
    position: absolute;
    top: 0;
    left: 0
}

.table-2 {
    margin: 1.125rem 0px
}

@media (min-width: 48em) {
    .table-2 {
        padding: 1.625rem 1.5rem;
        border: 0.0625rem solid var(--color-border);
        border-radius: 1.5625rem
    }
}

@media (min-width: 48em) {
    .table-2__row {
        padding: 1rem 0px;
        display: grid;
        grid-template-columns:15fr 50fr 35fr;
        grid-gap: 1.5rem
    }

    .table-2__row:not(:last-child) {
        border-bottom: 0.0625rem solid var(--color-border)
    }

    .table-2__row:not(:first-child) .table-2__title {
        display: none
    }
}

@media (max-width: 47.9375em) {
    .table-2__column {
        margin: 0px 0px 0.75rem 0px
    }
}

.table-2__title {
    color: var(--color-main);
    font-size: 1.25rem;
    line-height: 132%;
    min-height: 3.125rem;
    margin: 0px 0px 0.75rem 0px
}

@media (max-width: 47.9375em) {
    .table-2__title {
        font-size: 1.125rem;
        min-height: auto
    }
}

.modal {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 62.5rem;
    background: var(--color-second-light);
    border-radius: 2rem;
    padding: 5rem;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(91, 121, 111, .15);
    box-shadow: 0px 5px 15px 0px rgba(91, 121, 111, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 75em) {
    .modal {
        width: 95vw
    }
}

@media (max-width: 61.9375em) {
    .modal {
        padding: 4rem
    }
}

@media (max-width: 47.9375em) {
    .modal {
        padding: 2rem 1rem
    }
}

.modal._active {
    opacity: 1;
    visibility: visible
}

.modal__body {
    display: grid;
    justify-items: center
}

.modal__close {
    position: absolute;
    top: 2rem;
    right: 2rem
}

@media (max-width: 47.9375em) {
    .modal__close {
        top: 1rem;
        right: 1rem
    }
}

.modal__head {
    text-align: center;
    margin: 0px 0px 1.5rem 0px
}

@media (min-width: 62em) {
    .modal__head {
        width: 50.5rem
    }
}

@media (max-width: 47.9375em) {
    .modal__head {
        margin: 0px 0px 0.75rem 0px
    }
}

.modal__title {
    margin: 0px 0px 2rem 0px
}

@media (max-width: 47.9375em) {
    .modal__title {
        margin: 0px 0px 1rem 0px
    }
}

@media (min-width: 48em) {
    .modal__form {
        width: 38rem
    }
}

.features-section {
    position: relative;
    padding: 5rem 0px
}

@media (max-width: 47.9375em) {
    .features-section {
        padding: 3.75rem 0px
    }
}

.features-section__title {
    text-align: center;
    margin: 0px 0px 3rem 0px
}

@media (max-width: 47.9375em) {
    .features-section__title {
        margin: 0px 0px 1.5rem 0px
    }
}

.features-section__body {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 1rem 2rem;
    margin: 0px 0px 3.75rem 0px
}

@media (max-width: 47.9375em) {
    .features-section__body {
        grid-template-columns:repeat(1, 1fr);
        margin: 0px 0px 2rem 0px
    }
}

.features-section__footer {
    background: var(--gradient);
    border-radius: 1rem;
    padding: 2rem;
    display: grid;
    grid-template-columns:1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem 2rem
}

@media (max-width: 47.9375em) {
    .features-section__footer {
        border-radius: 0.5rem;
        grid-template-columns:1fr;
        padding: 1rem
    }
}

.features-section__sub-title {
    color: #fff !important
}

@media (max-width: 47.9375em) {
    .features-section__sub-title {
        text-align: center
    }
}

.features-section-item {
    display: grid;
    grid-template-columns:4rem 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

@media (max-width: 47.9375em) {
    .features-section-item {
        grid-template-columns:2rem 1fr;
        gap: 0.5rem
    }
}

.chart-section {
    position: relative;
    margin: 5rem 0rem
}

@media (max-width: 47.9375em) {
    .chart-section {
        margin: 2rem 0rem
    }
}

.chart-section__title {
    text-align: center;
    margin: 0px 0px 3.75rem 0px
}

@media (max-width: 47.9375em) {
    .chart-section__title {
        margin: 0px 0px 2rem 0px
    }
}

.tools-section {
    position: relative;
    margin: 5rem 0rem
}

@media (max-width: 47.9375em) {
    .tools-section {
        margin: 2rem 0rem
    }
}

.tools-section::before {
    content: "";
    position: absolute;
    top: -20%;
    left: -10%;
    z-index: -1;
    width: 445px;
    height: 257px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    border-radius: 445px;
    background: rgba(255, 119, 126, .3);
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

@media (max-width: 47.9375em) {
    .tools-section::before {
        width: 222.5px;
        height: 128.5px;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        top: 30%
    }
}

.tools-section__title {
    text-align: center;
    margin: 0px 0px 3.75rem 0px
}

@media (max-width: 47.9375em) {
    .tools-section__title {
        margin: 0px 0px 2rem 0px
    }
}

.tools-section__body {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 2rem
}

@media (max-width: 47.9375em) {
    .tools-section__body {
        grid-template-columns:repeat(1, 1fr)
    }
}

.tools-section-item {
    display: grid;
    grid-template-columns:8.25rem 1fr;
    gap: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 47.9375em) {
    .tools-section-item {
        grid-template-columns:5rem 1fr;
        gap: 0.75rem
    }
}

.tools-section-item__img {
    background: var(--color-background);
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tools-section-item__right {
    display: grid;
    gap: 1rem
}

@media (max-width: 47.9375em) {
    .tools-section-item__right {
        gap: 0.5rem
    }
}

.start-section {
    position: relative;
    padding: 7.5rem 0px 5rem 0px
}

@media (max-width: 47.9375em) {
    .start-section {
        padding: 3.75rem 0px 3rem 0px
    }
}

.start-section__title {
    text-align: center;
    margin: 0px 0px 3rem 0px
}

@media (max-width: 47.9375em) {
    .start-section__title {
        margin: 0px 0px 1.5rem 0px
    }
}

.start-section__body {
    display: grid;
    grid-template-columns:repeat(1, 1fr);
    gap: 1rem 2rem;
    margin: 0px 0px 3.75rem 0px
}

@media (max-width: 47.9375em) {
    .start-section__body {
        grid-template-columns:repeat(1, 1fr);
        margin: 0px 0px 2rem 0px
    }
}

.start-section__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.start-section__btn {
    width: 24.6875rem
}

@media (max-width: 47.9375em) {
    .start-section__btn {
        width: 100%
    }
}

.start-section-item {
    display: grid;
    grid-template-columns:3.5rem 1fr;
    gap: 1rem
}

@media (max-width: 47.9375em) {
    .start-section-item {
        grid-template-columns:1fr;
        gap: 0.5rem
    }
}

@media (max-width: 47.9375em) {
    .start-section-item__left img {
        width: 2rem
    }
}

.hello-modal {
    position: fixed;
    z-index: 50;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3.75rem 0rem 1.25rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.hello-modal._active {
    opacity: 1;
    visibility: visible
}

.hello-modal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: calc(100% + 31.25rem);
    height: 18.0625rem;
    border-radius: 50%;
    background: #000;
    -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
    box-shadow: 0px 0px 50px 0px #00ff15;
    z-index: -1;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px)
}

.hello-modal::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000;
    z-index: -1
}

.hello-modal__body {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 1.5rem;
    padding: 0px 1.875rem
}

@media (max-width: 47.9375em) {
    .hello-modal__body {
        grid-template-columns:1fr;
        padding: 0px 0rem
    }
}

.hello-modal__title {
    color: #fff !important;
    text-transform: uppercase;
    margin: 0px 0px 0.5rem 0px
}

.hello-modal__text {
    color: #fff
}

.hello-modal__actions {
    display: grid;
    gap: 0.625rem
}

.hello-modal__link {
    min-width: 11.25rem;
    background: #00b517;
    color: #fff !important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .hello-modal__link:hover {
        background: #00b517;
        opacity: .9
    }
}

.hello-modal__close {
    min-width: 11.25rem;
    background: #000;
    color: #00b517 !important;
    text-transform: uppercase;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .hello-modal__close:hover {
        background: #000;
        opacity: .9
    }
}

.exit-modal {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1.25rem 0rem 3.75rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 47.9375em) {
    .exit-modal {
        padding: 3.75rem 0rem 1.25rem;
        top: unset;
        bottom: 0
    }
}

.exit-modal._active {
    opacity: 1;
    visibility: visible
}

.exit-modal::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: calc(100% + 31.25rem);
    height: 18.0625rem;
    border-radius: 50%;
    background: #000;
    -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
    box-shadow: 0px 0px 50px 0px #00ff15;
    z-index: -1;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px)
}

@media (max-width: 47.9375em) {
    .exit-modal::before {
        bottom: unset;
        top: 0
    }
}

.exit-modal::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000;
    z-index: -1
}

@media (max-width: 47.9375em) {
    .exit-modal::after {
        bottom: unset;
        top: 50%
    }
}

.exit-modal__body {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 1.5rem;
    padding: 0px 1.875rem
}

@media (max-width: 47.9375em) {
    .exit-modal__body {
        grid-template-columns:1fr;
        padding: 0px 0rem
    }
}

.exit-modal__title {
    color: #fff !important;
    text-transform: uppercase;
    margin: 0px 0px 0.5rem 0px
}

.exit-modal__text {
    color: #fff
}

.exit-modal__actions {
    display: grid;
    gap: 0.625rem
}

.exit-modal__link {
    min-width: 11.25rem;
    background: #00b517;
    color: #fff !important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .exit-modal__link:hover {
        background: #00b517;
        opacity: .9
    }
}

.exit-modal__close {
    min-width: 11.25rem;
    background: #000;
    color: #00b517 !important;
    text-transform: uppercase;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .exit-modal__close:hover {
        background: #000;
        opacity: .9
    }
}

.back-modal {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1.25rem 0rem 3.75rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 47.9375em) {
    .back-modal {
        padding: 3.75rem 0rem 1.25rem;
        top: unset;
        bottom: 0
    }
}

.back-modal._active {
    opacity: 1;
    visibility: visible
}

.back-modal::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: calc(100% + 31.25rem);
    height: 18.0625rem;
    border-radius: 50%;
    background: #000;
    -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
    box-shadow: 0px 0px 50px 0px #00ff15;
    z-index: -1;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px)
}

@media (max-width: 47.9375em) {
    .back-modal::before {
        bottom: unset;
        top: 0
    }
}

.back-modal::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000;
    z-index: -1
}

@media (max-width: 47.9375em) {
    .back-modal::after {
        bottom: unset;
        top: 50%
    }
}

.back-modal__body {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 1.5rem;
    padding: 0px 1.875rem
}

@media (max-width: 47.9375em) {
    .back-modal__body {
        grid-template-columns:1fr;
        padding: 0px 0rem
    }
}

.back-modal__title {
    color: #fff !important;
    text-transform: uppercase;
    margin: 0px 0px 0.5rem 0px
}

.back-modal__text {
    color: #fff
}

.back-modal__actions {
    display: grid;
    gap: 0.625rem
}

.back-modal__link {
    min-width: 11.25rem;
    background: #00b517;
    color: #fff !important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .back-modal__link:hover {
        background: #00b517;
        opacity: .9
    }
}

.back-modal__close {
    min-width: 11.25rem;
    background: #000;
    color: #00b517 !important;
    text-transform: uppercase;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .back-modal__close:hover {
        background: #000;
        opacity: .9
    }
}

.activity-modal {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1.25rem 0rem 3.75rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.activity-modal._active {
    opacity: 1;
    visibility: visible
}

.activity-modal::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: calc(100% + 31.25rem);
    height: 18.0625rem;
    border-radius: 50%;
    background: #000;
    -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
    box-shadow: 0px 0px 50px 0px #00ff15;
    z-index: -1;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px)
}

.activity-modal::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000;
    z-index: -1
}

.activity-modal__body {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 1.5rem;
    padding: 0px 1.875rem
}

@media (max-width: 47.9375em) {
    .activity-modal__body {
        grid-template-columns:1fr;
        padding: 0px 0rem
    }
}

.activity-modal__title {
    color: #fff !important;
    text-transform: uppercase;
    margin: 0px 0px 0.5rem 0px
}

.activity-modal__text {
    color: #fff
}

.activity-modal__actions {
    display: grid;
    gap: 0.625rem
}

.activity-modal__link {
    min-width: 11.25rem;
    background: #00b517;
    color: #fff !important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .activity-modal__link:hover {
        background: #00b517;
        opacity: .9
    }
}

.activity-modal__close {
    min-width: 11.25rem;
    background: #000;
    color: #00b517 !important;
    text-transform: uppercase;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .activity-modal__close:hover {
        background: #000;
        opacity: .9
    }
}

.scroll-modal {
    position: fixed;
    z-index: 50;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3.75rem 0rem 1.25rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.scroll-modal._active {
    opacity: 1;
    visibility: visible
}

.scroll-modal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: calc(100% + 31.25rem);
    height: 18.0625rem;
    border-radius: 50%;
    background: #000;
    -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
    box-shadow: 0px 0px 50px 0px #00ff15;
    z-index: -1;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px)
}

.scroll-modal::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000;
    z-index: -1
}

.scroll-modal__body {
    display: grid;
    grid-template-columns:1fr auto;
    gap: 1.5rem;
    padding: 0px 1.875rem
}

@media (max-width: 47.9375em) {
    .scroll-modal__body {
        grid-template-columns:1fr;
        padding: 0px 0rem
    }
}

.scroll-modal__title {
    color: #fff !important;
    text-transform: uppercase;
    margin: 0px 0px 0.5rem 0px
}

.scroll-modal__text {
    color: #fff
}

.scroll-modal__actions {
    display: grid;
    gap: 0.625rem
}

.scroll-modal__link {
    min-width: 11.25rem;
    background: #00b517;
    color: #fff !important;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .scroll-modal__link:hover {
        background: #00b517;
        opacity: .9
    }
}

.scroll-modal__close {
    min-width: 11.25rem;
    background: #000;
    color: #00b517 !important;
    text-transform: uppercase;
    border-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (any-hover: hover) {
    .scroll-modal__close:hover {
        background: #000;
        opacity: .9
    }
}

.intgrtn-form-signup .has-btn-generate-password {
    display: none;
}