@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes pulseYouTubeBtn {
    0%,
    to {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@keyframes pulseYouTubeBtn {
    0%,
    to {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@-webkit-keyframes opacityIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes opacityIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes opacityout {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes opacityout {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes wiggle {
    1%,
    3% {
        transform: translateX(3px) rotate(2deg);
    }
    2%,
    4% {
        transform: translateX(-3px) rotate(-2deg);
    }
    5%,
    7% {
        transform: translateX(2px) rotate(1deg);
    }
    6%,
    8% {
        transform: translateX(-2px) rotate(-1deg);
    }
    9% {
        transform: translateX(1px) rotate(0);
    }
    10% {
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes wiggle {
    1%,
    3% {
        transform: translateX(3px) rotate(2deg);
    }
    2%,
    4% {
        transform: translateX(-3px) rotate(-2deg);
    }
    5%,
    7% {
        transform: translateX(2px) rotate(1deg);
    }
    6%,
    8% {
        transform: translateX(-2px) rotate(-1deg);
    }
    9% {
        transform: translateX(1px) rotate(0);
    }
    10% {
        transform: translateX(-1px) rotate(0);
    }
}

@-webkit-keyframes tabsFadeIn {
    0% {
        opacity: 0;
        top: 50px;
    }
    to {
        opacity: 1;
        top: 0;
    }
}

@keyframes tabsFadeIn {
    0% {
        opacity: 0;
        top: 50px;
    }
    to {
        opacity: 1;
        top: 0;
    }
}

@-webkit-keyframes popupIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes popupIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes popupOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.3);
    }
}

@keyframes popupOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.3);
    }
}

@-webkit-keyframes loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

body,
html {
    height: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    line-height: 1.15;
}

body {
    font-family: Montserrat;
    font-size: 1.3rem;
    min-width: 32rem;
    color: #253342;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
    line-height: 170%;
}

details,
img,
main {
    display: block;
}

h1 {
    font-size: 2em;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.15;
    margin: 0;
}

optgroup {
    font-family: inherit;
    font-size: 100%;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.woff) format("woff");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Montserrat-Medium.woff) format("woff");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Montserrat-SemiBold.woff) format("woff");
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Montserrat-Bold.woff) format("woff");
}

@font-face {
    font-family: Yandex;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/YandexSansText-Light.woff) format("woff");
}

@font-face {
    font-family: Yandex;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/YandexSansText-Regular.woff) format("woff");
}

body.blocked {
    overflow: hidden;
}

@media (min-width: 1200px) {
    body.blocked {
        padding-right: 1.7rem;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 1.4rem;
    }
}

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

ol,
ul {
    list-style: none;
    padding: 0;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
    margin: 0;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

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

audio,
canvas,
iframe,
img,
svg,
textarea,
video {
    vertical-align: middle;
}

textarea {
    resize: none;
}

section {
    position: relative;
}

button,
input,
select {
    outline: 0;
}

button {
    border: 0;
    padding: 0;
    background: 0 0;
}

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

.content {
    flex: 1 0 auto;
    overflow: hidden;
}

.container {
    margin: 0 auto;
    max-width: calc(117rem + 2 * 2.5rem);
    padding: 0 1.6rem;
    width: 100%;
    position: relative;
}

@media (min-width: 768px) {
    .container {
        padding: 0 2.5rem;
    }
}

.icon {
    width: 1em;
    height: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a:focus,
a:hover {
    cursor: pointer;
    text-decoration: none;
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-wrapper {
    z-index: 1;
    display: flex;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #eff1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 40%;
    height: 40%;
    fill: #253342;
    opacity: 0.4;
    margin-right: 0.2em;
    transition: fill 0.3s ease, opacity 0.3s ease;
}

.swiper-button-next svg {
    transform: rotateZ(180deg);
    margin-right: 0;
    margin-left: 0.2em;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #de514a;
    box-shadow: 5px 5px 30px rgba(222, 81, 74, 0.6);
}

.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
    fill: #fff;
    opacity: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 100%;
    background: #dfe3e6;
    transition: background 0.3s ease;
    outline: 0;
}

.swiper-pagination-bullet:not(:last-child) {
    margin-right: 1.4rem;
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #de514a;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    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: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #ffffff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000000;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn,
.btn--black,
.btn--blue,
.btn--red {
    color: #fff;
}

.btn,
.btn--black,
.btn--blue,
.btn--border,
.btn--red {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 0.4rem;
    padding: 1.25rem 3rem;
}

@media (min-width: 768px) {
    .btn,
    .btn--black,
    .btn--blue,
    .btn--border,
    .btn--red {
        font-size: 1.4rem;
    }
}

@media (min-width: 1024px) {
    .btn,
    .btn--black,
    .btn--blue,
    .btn--border,
    .btn--red {
        position: relative;
        overflow: hidden;
    }

    .btn--black::after,
    .btn--blue::after,
    .btn--border::after,
    .btn--red::after,
    .btn::after {
        content: "";
        height: 200%;
        left: -40%;
        top: 0;
        transform: skew(50deg);
        transition-duration: 0.9s;
        transform-origin: top left;
        width: 0;
        border-radius: 7rem;
        position: absolute;
        background-color: rgba(246, 248, 249, 0.15);
    }

    .btn--black:hover::after,
    .btn--blue:hover::after,
    .btn--border:hover::after,
    .btn--red:hover::after,
    .btn:hover::after {
        width: 200%;
        height: 200%;
    }
}

.btn--red {
    background-color: #de514a;
}

.btn--black {
    background-color: #253342;
}

.btn--blue {
    background-color: #039be5;
    box-shadow: 0 16px 40px rgba(3, 155, 229, 0.2);
}

.btn--border {
    border: 1px solid #de514a;
}

.btn--border,
.c-red {
    color: #de514a;
}

.c-black {
    color: #253342;
}

.hamburger {
    width: 23px;
    height: 14px;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
}

.hamburger::after,
.hamburger::before,
.hamburger__btn {
    width: 100%;
    height: 3px;
    background-color: #253342;
    border-radius: 0.5em;
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
    position: absolute;
    left: 0;
}

.hamburger__btn {
    top: 50%;
}

.hamburger::before {
    content: "";
    top: 0;
}

.hamburger::after {
    content: "";
    top: 100%;
}

.hamburger.is-active .hamburger__btn {
    opacity: 0;
}

.hamburger.is-active::before {
    content: "";
    transform: rotate(-45deg) translate(-6px, 4px);
}

.hamburger.is-active::after {
    content: "";
    transform: rotate(45deg) translate(-5px, -4px);
}

@media (min-width: 1024px) {
    .hamburger {
        display: none;
    }
}

.socials,
.socials__item {
    display: flex;
    align-items: center;
}

.socials__item {
    justify-content: center;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

.socials__item:not(:last-child) {
    margin-right: 1.6rem;
}

.socials__icon {
    width: 50%;
    height: 50%;
}

.btn-fixed {
    position: fixed;
    right: 1rem;
    bottom: 3rem;
    width: 4.1rem;
    height: 4.1rem;
    border-radius: 50%;
    box-shadow: 0 4px 40px rgba(0, 153, 215, 0.3);
    background: linear-gradient(135deg, #00afe5 14.64%, #0094d4 85.31%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: transform 0.3s ease, box-shadow 0.5s ease;
    -webkit-animation: wiggle 6s infinite;
    animation: wiggle 6s infinite;
    border: 1px solid transparent;
}

.btn-fixed-help {
    position: fixed;
    right: 1rem;
    bottom: 9rem;
    width: 4.1rem;
    height: 4.1rem;
    border-radius: 50%;
    box-shadow: 0 4px 40px rgba(0, 153, 215, 0.3);
    background: linear-gradient(135deg, #00afe5 14.64%, #0094d4 85.31%);
    transition: transform 0.3s ease, box-shadow 0.5s ease;
    -webkit-animation: wiggle 6s infinite;
    animation: wiggle 6s infinite;
    z-index: 3;
}

@media (min-width: 768px) {
    .btn-fixed,
    .btn-fixed-help {
        width: 5.1rem;
        height: 5.1rem;
        right: 3rem;
    }
}

@media (min-width: 1024px) {
    .btn-fixed-help:hover,
    .btn-fixed:hover {
        box-shadow: 0 4px 20px rgba(37, 51, 66, 0.7);
    }
}

.btn-fixed__icon {
    width: 50%;
    height: 50%;
    margin-right: 0.25rem;
}

.section {
    padding: 6rem 0;
}

@media (min-width: 1024px) {
    .section {
        padding: 9rem 0;
    }
}

.section-title {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 3rem;
        margin-bottom: 4rem;
    }
}

@media (min-width: 1024px) {
    .section-title {
        font-size: 3.8rem;
    }
}

.section-title--underline {
    color: #de514a;
    border-bottom: 2px dashed #de514a;
    margin-left: 0.2em;
    white-space: nowrap;
}

@media (min-width: 560px) {
    .tabs-nav__list {
        display: flex;
        justify-content: center;
    }
}

.tabs-nav__item {
    display: flex;
    align-items: center;
    color: #253342;
    background-color: #eff1f1;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 4.8rem;
    border-radius: 0.4rem;
}

.tabs-nav__item:hover {
    cursor: pointer;
}

@media (max-width: 559px) {
    .tabs-nav__item {
        max-width: 29rem;
        margin: 0 auto;
    }

    .tabs-nav__item:not(:last-child) {
        margin-bottom: 1rem;
    }
}

@media (min-width: 560px) {
    .tabs-nav__item:first-child {
        border-radius: 0.8rem 0 0 0.8rem;
    }

    .tabs-nav__item:last-child {
        border-radius: 0 0.8rem 0.8rem 0;
    }
}

@media (min-width: 768px) {
    .tabs-nav__item {
        line-height: 5.6rem;
    }
}

.tabs-nav__item::after {
    background-color: rgba(222, 81, 74, 0.15);
}

.tabs-nav__item.act {
    background-color: #de514a;
    box-shadow: 10px 14px 60px rgba(222, 81, 74, 0.4);
    color: #fff;
    pointer-events: none;
}

.tabs-nav__item.act:after {
    display: none;
}

.tabs-nav__item.act .tabs-nav-icon {
    fill: #fff;
}

.tabs-nav-icon {
    fill: #253342;
    transition: fill 0.3s ease;
    margin-right: 0.7rem;
}

@media (min-width: 640px) {
    .tabs-nav-icon {
        margin-right: 1.5rem;
    }
}

.tabs-nav-icon__mobile {
    width: 2rem;
    height: 2.6rem;
}

.tabs-nav-icon__desktop {
    width: 2.6rem;
    height: 2rem;
}

.parallax,
.tabs-content {
    display: none;
}

.tabs-content.act {
    -webkit-animation: tabsFadeIn 1s both;
    animation: tabsFadeIn 1s both;
    display: block;
}

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

@media (min-width: 1024px) {
    .parallax {
        display: block;
    }
}

.parallax__item {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    max-width: 146rem;
}

.popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(37, 51, 66, 0.5);
    z-index: 10;
    padding: 1.6rem;
    -webkit-animation: opacityOut 0.3s ease;
    animation: opacityOut 0.3s ease;
    transition: visibility 0.3s ease;
}

@media (min-width: 768px) {
    .popup {
        padding: 2.5rem;
    }
}

.popup__close {
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 11;
    transition: transform 0.3s ease;
}

.popup__close::after,
.popup__close::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: rgba(37, 51, 66, 0.3);
    position: absolute;
    top: 0;
    left: 50%;
}

.popup__close:hover {
    transform: scale(1.2) rotateZ(90deg);
}

.popup__close::before {
    transform: translateX(-50%) rotateZ(45deg);
}

.popup__close::after {
    transform: translateX(-50%) rotateZ(-45deg);
}

.popup__container {
    position: relative;
}

.popup.act {
    display: flex;
    -webkit-animation: opacityIn 0.3s ease;
    animation: opacityIn 0.3s ease;
}

.popup.act .popup__container {
    -webkit-animation: popupIn 0.3s ease;
    animation: popupIn 0.3s ease;
}

.popup-video__container {
    padding-bottom: 56.25%;
    width: 100%;
    max-width: 90rem;
    position: relative;
}

@media (min-width: 1200px) {
    .popup-video__container {
        max-width: 110rem;
        padding-bottom: 40%;
    }
}

@media (min-width: 1600px) {
    .popup-video__container {
        max-width: 120rem;
        padding-bottom: 36%;
    }
}

.popup-video__container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.popup-video__close {
    top: -4rem;
    right: 0.5rem;
    background-color: #253342;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

@media (min-width: 1024px) {
    .popup-video__close {
        right: -3rem;
    }
}

.popup-video__close::after,
.popup-video__close::before {
    background-color: #fff;
    width: 1px;
    height: 60%;
    top: 50%;
}

.popup-video__close::before {
    transform: translate(-50%, -50%) rotateZ(45deg);
}

.popup-video__close::after {
    transform: translate(-50%, -50%) rotateZ(-45deg);
}

.popup-video__loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-video__loading span {
    width: 7rem;
    height: 7rem;
    border: 5px dashed #fff;
    border-radius: 50%;
    display: block;
    -webkit-animation: loading 5s infinite linear;
    animation: loading 5s infinite linear;
}

.popup-thanks {
    text-align: center;
}

.popup-thanks__parallax {
    width: 85%;
    height: 85%;
    background: url(../images/general/parallax-item/popup-thanks.svg) no-repeat center top 1rem / contain;
}

.popup-thanks__container {
    max-width: 43rem;
    background-color: #fff;
    border-radius: 2.4rem;
    position: relative;
    padding: 3rem 1.6rem 4rem;
}

@media (min-width: 768px) {
    .popup-thanks__container {
        padding: 6.7rem 2.2rem 9.3rem;
    }
}

.popup-thanks__title {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 2rem;
}

@media (min-width: 480px) {
    .popup-thanks__title {
        font-size: 3.8rem;
    }
}

.popup-thanks__text {
    font-size: 1.4rem;
    line-height: 160%;
    color: rgba(37, 51, 66, 0.9);
}

@media (min-width: 480px) {
    .popup-thanks__text {
        font-size: 1.6rem;
    }
}

.popup-thanks-icon__mail {
    width: 6rem;
    height: 6rem;
    margin: 0 auto 1rem;
    fill: #de514a;
}

@media (min-width: 480px) {
    .popup-thanks-icon__mail {
        width: 10rem;
        height: 10rem;
    }
}

.header,
.header.act::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header {
    padding: 1.2rem 0;
    transition: background-color 0.3s ease, padding 0.3s ease;
    z-index: 5;
}

@media (min-width: 768px) {
    .header {
        padding: 3.3rem 0;
    }
}

.header.act::before {
    content: "";
    display: block;
    height: 100%;
    background-color: rgba(37, 51, 66, 0.5);
    -webkit-animation: opacityIn 0.4s ease;
    animation: opacityIn 0.4s ease;
    z-index: 1;
}

.header.act .header-mobi {
    transform: translateX(0);
}

.header.sticky {
    background-color: rgba(37, 51, 66, 0.97);
    padding: 0.4rem 0;
}

@media (min-width: 768px) {
    .header.sticky {
        padding: 1.5rem 0;
    }
}

.header.sticky .hamburger::after,
.header.sticky .hamburger::before,
.header.sticky .hamburger__btn {
    background-color: #fff;
}

@media (min-width: 1024px) {
    .header.sticky .header__nav {
        color: #fff;
    }
}

.header__container {
    display: flex;
    align-items: center;
}

@media (max-width: 1023px) {
    .header__nav {
        margin-bottom: auto;
        color: #fff;
    }

    .nav__item.tg {
        display: none;
    }

    .btn--red.header__btn.tg {
        display: flex !important;
        margin-bottom: 10px;
        background-color: transparent;
        border: 1px solid #14b2ff;
        color: #14b2ff;
    }

    .btn--red.header__btn.tg:hover {
        background: #2a3e53;
    }

    .btn--red.header__btn.tg:before {
        background: url(/static/images/tg-header.png);
        background-repeat: repeat;
        background-size: auto;
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 100%;
        content: "";
        vertical-align: middle;
        background-repeat: no-repeat;
        margin-right: 4px;
    }
}

@media (min-width: 1200px) {
    .header__nav {
        margin-right: 3.5rem;
    }
}

.header__logo {
    max-width: 20rem;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .header__logo {
        max-width: 25rem;
    }
}

@media (max-width: 1023px) {
    .header__btn {
        margin-bottom: 2.4rem;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .header__btn {
        padding: 1.25rem 1rem;
    }
}

@media (max-width: 1023px) {
    .header-mobi {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #253342;
        width: 27rem;
        height: 100vh;
        padding: 18vh 2.4rem 2.4rem;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 6;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .header-mobi__close {
        position: absolute;
        top: 2.3rem;
        right: 1.6rem;
        width: 2rem;
        height: 2rem;
    }

    .header-mobi__close::after,
    .header-mobi__close::before {
        content: "";
        display: block;
        width: 100%;
        height: 0.2rem;
        background-color: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 50%;
        left: 0;
    }

    .header-mobi__close::before {
        transform: rotateZ(45deg);
    }

    .header-mobi__close::after {
        transform: rotateZ(-45deg);
    }
}

@media (min-width: 1024px) {
    .header-mobi {
        display: flex;
        align-items: center;
    }
}

.header-socials {
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .header-socials {
        display: none;
    }
}

.nav {
    font-weight: 500;
}

@media (max-width: 1023px) {
    .nav {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .nav {
        display: flex;
        align-items: center;
        font-weight: 400;
    }
}

.nav__item {
    display: block;
    transition: color 0.3s ease;
}

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

@media (min-width: 1024px) {
    .nav__item {
        padding: 0 1rem;
    }
}

@media (min-width: 1200px) {
    .nav__item {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .nav__item:hover {
        color: #de514a;
    }
}

.footer {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 160%;
    text-align: center;
    background-color: #f6f8f9;
    padding: 2rem 0;
}

@media (min-width: 768px) {
    .footer {
        padding: 3rem 0;
        font-size: 1.6rem;
    }
}

.footer__text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer__copyright {
    font-weight: 400;
    opacity: 0.5;
    white-space: nowrap;
}

.hero {
    padding-top: 10rem;
    padding-bottom: 6rem;
    background: #f6f8f9 url(../images/content/hero/bg-mobi.png) no-repeat top 7rem right;
    position: relative;
}

@media (min-width: 768px) {
    .hero {
        padding-top: 15rem;
        padding-bottom: 10rem;
        background: #f6f8f9 url(../images/content/hero/bg-desktop.png) no-repeat top 7rem right;
    }
}

@media (min-width: 1024px) {
    .hero {
        padding-top: 20rem;
        padding-bottom: 14rem;
        background: #f6f8f9 url(../images/content/hero/bg-desktop.png) no-repeat top 12rem center;
    }
}

.hero__parallax {
    background: url(../images/general/parallax-item/hero.svg) no-repeat center/contain;
}

.hero__title {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 1.2rem;
    color: #de514a;
}

@media (min-width: 768px) {
    .hero__title {
        font-size: 3.5rem;
        margin-bottom: 2rem;
    }
}

@media (min-width: 1024px) {
    .hero__title {
        font-size: 4.8rem;
        margin-bottom: 3rem;
    }
}

.hero__title .c-black {
    display: inline-block;
    margin-right: 0.2em;
}

.hero__descr {
    opacity: 0.9;
}

.hero__descr:not(:last-of-type) {
    margin-bottom: 2rem;
}

.hero__container {
    position: relative;
}

@media (max-width: 1023px) {
    .hero__col {
        margin-bottom: 2.4rem;
    }
}

@media (min-width: 1024px) {
    .hero__col {
        width: 48%;
    }
}

.hero-video {
    position: relative;
    max-width: 70rem;
}

@media (max-width: 1023px) {
    .hero-video {
        margin: 0 auto 2rem;
    }
}

@media (min-width: 1024px) {
    .hero-video {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        cursor: pointer;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .hero-video {
        right: -6rem;
        max-width: 100%;
    }
}

.hero-video__content {
    display: none;
    padding: 0.7rem;
    max-width: 19rem;
    background-color: #fff;
    position: absolute;
    top: -5rem;
    right: 6rem;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}

@media (min-width: 1024px) {
    .hero-video__content {
        display: block;
    }
}

.hero-video__topic {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 150%;
    opacity: 0.8;
    transform: skewX(-10deg);
    border-radius: 10px;
    border: 1px dashed rgba(37, 51, 66, 0.7);
    padding: 0.4rem 0.9rem;
}

@media (min-width: 480px) {
    .hero__btns {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .hero__btns {
        margin-top: 4rem;
        justify-content: flex-start;
    }
}

.hero__btns.desktop {
    display: none;
}

@media (min-width: 1024px) {
    .hero__btns.desktop {
        display: flex;
    }

    .hero__btns.mobi {
        display: none;
    }
}

.hero__btn {
    max-width: 25rem;
}

@media (max-width: 479px) {
    .hero__btn {
        margin: 0 auto;
    }

    .hero__btn:not(:last-child) {
        margin-bottom: 1.6rem;
    }
}

@media (min-width: 480px) {
    .hero__btn:not(:last-child) {
        margin-right: 1rem;
    }
}

@media (min-width: 1200px) {
    .hero__btn:not(:last-child) {
        margin-right: 3rem;
    }
}

.hero-icon__lock {
    width: 1.2rem;
    height: 1.6rem;
    fill: #fff;
    margin-right: 1.2rem;
}

.hero-icon__arrow {
    width: 1rem;
    height: 1rem;
    fill: #fff;
    margin-left: 1rem;
}

.hero-icon__play {
    width: 14%;
    max-width: 8.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: pulseYouTubeBtn 2s ease infinite;
    animation: pulseYouTubeBtn 2s ease infinite;
}

.topics {
    background-color: #fff;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .topics {
        background: #fff url(../images/content/topics/bg.png) no-repeat center/contain;
    }
}

.topics__parallax {
    background: url(../images/general/parallax-item/topics.svg) no-repeat center/contain;
}

.topics__container {
    padding-bottom: 6rem;
}

@media (min-width: 1024px) {
    .topics__container {
        padding-bottom: 10rem;
    }
}

.topics__list {
    border-radius: 0.4rem;
    box-shadow: -10px 5px 20px rgba(0, 0, 0, 0.1);
    max-width: 83rem;
    margin: 0 auto 2rem;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .topics__list {
        margin-bottom: 4rem;
        border-radius: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .topics__list {
        border-radius: 2.4rem;
    }
}

.topics__item {
    background-color: #fff;
    box-shadow: -10px 10px 20px rgba(37, 51, 66, 0.3);
    transition: background-color 0.3s ease, color 0.3s ease;
}

@media (min-width: 1024px) {
    .topics__item:hover {
        background-color: #de514a;
        color: #fff;
    }

    .topics__item:hover .topics__time {
        color: #fff;
    }

    .topics__item:hover .topics-icon__arrow {
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .topics__wrap {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.topics__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
}

@media (min-width: 768px) {
    .topics__link {
        padding: 2.3rem 3rem;
    }
}

.topics__name {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
}

@media (min-width: 768px) {
    .topics__name {
        font-size: 1.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.topics__btn {
    max-width: 30rem;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .topics__btn {
        background-color: #de514a;
        color: #fff;
    }
}

.topics__time {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.6rem;
    color: #de514a;
    transition: color 0.3s ease;
}

@media (min-width: 768px) {
    .topics__time {
        font-size: 1.2rem;
    }
}

.topics-icon__arrow {
    opacity: 0;
    transition: opacity 0.3s ease;
    fill: #fff;
}

.topics-stats {
    line-height: 1;
    background-color: #f6f8f9;
    padding: 6rem 0;
}

@media (max-width: 767px) {
    .topics-stats {
        background: #f6f8f9 url(../images/content/topics/stats-bg-mobi.png) no-repeat center/cover;
    }
}

@media (min-width: 768px) {
    .topics-stats {
        padding: 4.5rem 0;
    }
}

.topics-stats__container {
    text-align: center;
}

@media (min-width: 768px) {
    .topics-stats__container {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .topics-stats__item:not(:last-child)::after {
        content: "";
        display: block;
        width: 10rem;
        height: 0.1rem;
        background-color: #253342;
        margin: 4rem auto;
        opacity: 0.2;
    }
}

@media (min-width: 768px) {
    .topics-stats__item {
        width: calc(100% / 3);
        padding: 0 1rem;
    }
}

.topics-stats__count {
    font-size: 5.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #de514a;
    text-shadow: 4px 10px 30px rgba(222, 81, 74, 0.3);
    margin-bottom: 1.4rem;
}

.topics-stats__descr {
    font-size: 1.4rem;
    font-weight: 500;
    opacity: 0.8;
    text-transform: uppercase;
}

.steps {
    font-weight: 500;
    counter-reset: itemCount;
}

.steps__container {
    max-width: calc(103rem + 2 * 2.5rem);
}

.steps__parallax {
    background: url(../images/general/parallax-item/steps.svg) no-repeat center/contain;
}

.steps__content {
    position: relative;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .steps__content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}

.steps__content::before {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e3e4e6;
    z-index: -1;
}

.steps__title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

@media (min-width: 768px) {
    .steps__title {
        font-size: 2.4rem;
        font-weight: 700;
    }
}

.steps-list {
    color: rgba(37, 51, 66, 0.6);
}

.steps__row,
.steps__row::before {
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps__row {
    width: 100%;
    height: auto;
    position: relative;
}

.steps__row::before {
    counter-increment: itemCount;
    content: "0" counter(itemCount);
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: 600;
    width: 3.7rem;
    height: 3.7rem;
    background-color: #de514a;
    color: #fff;
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

@media (min-width: 768px) {
    .steps__row::before {
        font-size: 1.8rem;
        font-weight: 500;
        width: 4.7rem;
        height: 4.7rem;
        color: #d9d9d9;
        background-color: #fff;
        border: 1px solid #e3e4e6;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.steps__row:nth-child(odd) .steps__text {
    margin-left: auto;
}

.steps__row:nth-child(odd) .steps__text::before {
    border-width: 14.5px 0 14.5px 16px;
    border-color: transparent transparent transparent #de514a;
    left: 100%;
    transform: translateY(-50%) translateX(-30%);
}

.steps__row:nth-child(even) .steps__wrap {
    text-align: right;
}

.steps__row:nth-child(even) .steps__text::before {
    border-width: 14.5px 16px 14.5px 0;
    border-color: transparent #de514a transparent transparent;
    right: 100%;
    transform: translateY(-50%) translateX(30%);
}

@media (max-width: 767px) {
    .steps__row:last-child {
        width: calc(100% - 1.6rem) !important;
    }
}

@media (min-width: 768px) {
    .steps__row:hover {
        cursor: pointer;
    }

    .steps__row:hover .steps__text,
    .steps__row:hover::before {
        background-color: #de514a;
        color: #fff;
    }

    .steps__row:hover .steps__text::before {
        transform: translateY(-50%) translateX(0) !important;
        opacity: 1;
    }

    .steps__row:hover .steps__title {
        color: #de514a;
    }

    .steps__row:hover::before {
        border-color: transparent;
    }

    .steps__row:not(:last-child) {
        margin-bottom: 3rem;
    }

    .steps__col:first-child {
        padding-right: 5rem;
    }

    .steps__col:last-child {
        padding-left: 5rem;
    }

    .steps__col.mobi {
        display: none;
    }
}

.steps__text {
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
}

@media (max-width: 767px) {
    .steps__text {
        margin-top: 1.2rem;
    }
}

@media (min-width: 768px) {
    .steps__text {
        width: 100%;
        max-width: 46rem;
        padding: 2rem 1.6rem;
        border-radius: 2rem;
        background-color: #f6f8f9;
    }
}

@media (min-width: 1024px) {
    .steps__text {
        padding: 2rem 2rem 2rem 3rem;
    }
}

.hack__video::before,
.steps__text:before {
    content: "";
    display: block;
    position: absolute;
}

.steps__text:before {
    border-style: solid;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    background-color: #f6f8f9;
    z-index: -1;
    width: 0;
    height: 0;
    top: 50%;
}

.steps__text-content {
    height: 100%;
}

@media (max-width: 767px) {
    .steps__text-content {
        padding: 2rem 1.6rem;
        border-radius: 2rem;
        background-color: #f6f8f9;
    }
}

@media (min-width: 768px) {
    .steps__text-content {
        width: 50%;
    }
}

.steps__wrap {
    display: none;
    width: 50%;
}

@media (min-width: 768px) {
    .steps__wrap {
        display: block;
    }
}

@media (max-width: 767px) {
    .steps-slider {
        margin: 0 -1.6rem;
        padding-left: 1.6rem;
    }
}

.steps-slider .swiper-wrapper {
    align-items: stretch;
}

@media (min-width: 768px) {
    .steps-slider__pagination {
        display: none;
    }
}

.theme {
    background-color: #f6f8f9;
}

.theme__parallax {
    background: url(../images/general/parallax-item/theme.svg) no-repeat center/contain;
}

@media (min-width: 768px) {
    .theme__content {
        display: flex;
        flex-wrap: wrap;
    }
}

.theme__item {
    display: block;
    border: 0.5px solid #e0e0e0;
    border-radius: 0.4rem;
    background-color: #fff;
    padding: 2rem;
    transition: box-shadow 0.3s ease;
    height: auto;
}

@media (min-width: 768px) {
    .theme__item {
        width: calc(50% - 3rem);
        margin: 0 1.5rem 3rem;
    }
}

@media (min-width: 1024px) {
    .theme__item:hover {
        box-shadow: 0 30px 60px rgba(73, 73, 73, 0.15);
    }

    .theme__item:hover .theme-icon__arrow {
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .theme__item {
        width: calc(25% - 3rem);
        margin: 0 1.5rem 3rem;
    }
}

.theme__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.theme__subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.theme__text {
    line-height: 160%;
    opacity: 0.7;
}

.theme__btn {
    max-width: 28rem;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .theme__btn {
        background-color: #de514a;
        color: #fff;
    }
}

.theme-icon__main {
    width: 5.7rem;
    height: 5.7rem;
}

.theme-icon__arrow {
    opacity: 0;
    fill: #de514a;
    transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
    .theme-slider {
        margin: 0 -1.6rem;
        padding-left: 1.6rem;
    }
}

@media (min-width: 768px) {
    .theme-slider {
        margin: 0 -1.5rem 3rem;
        overflow: initial;
    }
}

.theme-slider__pagination {
    margin: 3rem 0;
}

@media (min-width: 768px) {
    .theme-slider__pagination {
        display: none;
    }
}

.hack {
    font-size: 1.4rem;
    background: #fff url(../images/content/hack/bg-mobi.png) no-repeat top center;
}

@media (min-width: 768px) {
    .hack {
        font-size: 1.6rem;
        background: #fff url(../images/content/hack/bg-desktop.png) no-repeat bottom right/contain;
    }
}

.hack__parallax {
    background: url(../images/general/parallax-item/hack.svg) no-repeat center/contain;
}
.popular__parallax {
    background: url(../images/general/parallax-item/hack.svg) no-repeat center/contain;
}

.hack__container {
    max-width: 1170px;
}

@media (max-width: 767px) {
    .hack__item:not(:last-child) {
        margin-bottom: 5rem;
    }
}

@media (min-width: 768px) {
    .hack__item--visible .hack__content {
        box-shadow: 6px 6px 40px rgba(37, 51, 66, 0.15);
    }
}

.hack__video {
    margin-bottom: 2rem;
    border-radius: 1.2rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    max-height: 46rem;
}

@media (min-width: 768px) {
    .hack__video {
        margin-bottom: 3rem;
    }
}

.hack__video::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(37, 51, 66, 0.56);
}

@media (min-width: 768px) {
    .hack__content {
        background-color: #fff;
        transition: box-shadow 0.3s ease;
        border-radius: 1.2rem;
        padding: 1rem;
    }
}

.hack__tabs-nav {
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .hack__tabs-nav {
        margin-bottom: 4rem;
    }

    .hack__border {
        padding: 2.5rem 2rem 2.5rem 3rem;
        border-radius: 1.2rem;
        border: 1px dashed rgba(37, 51, 66, 0.12);
        display: flex;
        align-items: flex-start;
    }
}

.hack__img {
    display: none;
    margin-right: 2.5rem;
}

@media (min-width: 768px) {
    .hack__img {
        display: block;
    }
}

.hack__text {
    margin-bottom: 1.5rem;
}

.hack__text--bold {
    font-weight: 600;
    margin-right: 0.3em;
}

.hack-system {
    font-weight: 500;
    line-height: 180%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hack-system__title {
    margin-right: 0.4em;
}

.hack-system__link {
    color: #de514a;
    padding-right: 0.4em;
    margin-right: 0.4em;
    line-height: 0.9;
}

.hack-system__link:not(:last-child) {
    border-right: 1px solid rgba(37, 51, 66, 0.9);
}

.hack-system__link:hover {
    text-decoration: underline;
    color: #dd2b22;
}

.hack-icon__play {
    width: 14%;
    max-width: 8.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: pulseYouTubeBtn 2s ease infinite;
    animation: pulseYouTubeBtn 2s ease infinite;
}

.hack-slider {
    position: relative;
}

@media (max-width: 767px) {
    .hack-slider .swiper-wrapper {
        flex-wrap: wrap;
    }

    .hack-slider .swiper-pagination {
        display: none;
    }
}

@media (min-width: 768px) {
    .hack-slider .swiper-container {
        margin: 0 -3rem;
        padding: 0 3rem 3rem;
    }
}

.hack-slider__arrow {
    display: none;
}

@media (min-width: 768px) {
    .hack-slider__arrow {
        display: block;
        position: absolute;
        top: 32%;
        z-index: 2;
    }
}

.hack-slider__arrow.prev {
    left: -4rem;
    transform: translateX(-100%);
}

.hack-slider__arrow.next {
    right: -4rem;
    transform: translateX(100%);
}

.bonus {
    font-size: 1.4rem;
    font-weight: 500;
    background: #f6f8f9 url(../images/content/bonus/bg-mobi.png) no-repeat center;
    overflow: hidden;
}

@media (min-width: 768px) {
    .bonus {
        font-size: 1.6rem;
        background: #f6f8f9 url(../images/content/bonus/bg-desktop.png) no-repeat top right/cover;
    }
}

.bonus__parallax {
    background: url(../images/general/parallax-item/bonus.svg) no-repeat center/contain;
}

.mobility__parallax {
    background: url(../images/general/parallax-item/mobility.png) no-repeat center/contain;
}
.mobilityreverse__parallax {
    background: url(../images/general/parallax-item/mobility.png) no-repeat center/contain;
}
@media (min-width: 1024px) {
    .bonus__title {
        margin-bottom: 8rem;
    }
}

.bonus__container {
    max-width: calc(108rem + 2 * 2.5rem);
}

.bonus__content {
    position: relative;
}

@media (max-width: 1023px) {
    .bonus__col {
        margin-top: -4rem;
    }
}

@media (min-width: 1024px) {
    .bonus__col {
        max-width: 50rem;
        margin-left: auto;
    }
}

.bonus__text {
    line-height: 200%;
}

.bonus__text:not(:last-child) {
    margin-bottom: 2.2em;
}

@media (max-width: 1023px) {
    .mobility__img {
        width: 100%;
        margin: 0 auto;
        max-width: 45rem;
    }
}

@media (min-width: 1024px) {
    .mobility__img {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(-18%);
        max-width: 59rem;
    }
}

@media (max-width: 1023px) {
    .bonus__img {
        width: 100%;
        margin: 0 auto;
        max-width: 45rem;
    }
}

@media (min-width: 1024px) {
    .bonus__img {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateY(-10%);
        width: 55%;
        max-width: 59rem;
    }
}

.bonus__wrap {
    margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
    .bonus__wrap {
        margin-bottom: 5rem;
    }
}

.bonus__btn {
    max-width: 29rem;
}

@media (max-width: 1023px) {
    .bonus__btn {
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .bonus__btn {
        padding: 1.55rem 3rem;
    }
}

@media (min-width: 1024px) {
    .bonus__btn {
        max-width: 25rem;
    }
}

.bonus-icon__telegram {
    width: 2.3rem;
    height: 2.3rem;
    margin-right: 1.5rem;
}

.reviews {
    font-family: Yandex, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    padding-bottom: 0;
}

.reviews__container {
    max-width: calc(137rem + 2 * 2.5rem);
}

.reviews__content {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .reviews__content {
        margin-bottom: 4rem;
    }
}

.reviews__header {
    display: flex;
    align-items: center;
    margin-bottom: 1.3rem;
}

.reviews__name {
    font-size: 1.8rem;
}

.reviews__name::first-letter {
    color: #de514a;
}

.reviews__item {
    border: 1px solid rgba(224, 224, 224, 0.4);
    background-color: #fff;
    border-radius: 0.4rem;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 2rem;
    height: auto;
}

@media (min-width: 768px) {
    .reviews__item {
        padding: 3rem;
    }
}

@media (min-width: 1024px) {
    .reviews__item {
        background-color: #f6f8f9;
        border: 1px solid rgba(224, 224, 224, 0.2);
    }

    .reviews__item:hover {
        background-color: #fff;
        box-shadow: 0 10px 40px rgba(73, 73, 73, 0.12);
    }

    .reviews__item:hover .reviews__link {
        color: #f80000;
    }

    .reviews__item:hover .reviews-icon__arrow {
        fill: #f80000;
    }
}

.reviews__avatar {
    margin-right: 1.5rem;
}

.reviews__link {
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

@media (max-width: 1023px) {
    .reviews__link {
        color: #de514a;
    }
}

.reviews__text {
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.reviews-icon__star {
    width: 1.5rem;
    height: 1.5rem;
    fill: #d0d0d0;
}

.reviews-icon__star.act {
    fill: #ffc107;
}

.reviews-icon__star:not(:last-child) {
    margin-right: 0.1rem;
}

.reviews-icon__arrow {
    fill: #253342;
    margin-left: 0.8rem;
    transition: fill 0.3s ease;
}

@media (max-width: 1023px) {
    .reviews-icon__arrow {
        fill: #de514a;
    }
}

.reviews-rating {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.reviews-rating__total {
    font-weight: 300;
    margin-left: 1rem;
}

.reviews-slider {
    margin: 0 -2.5rem;
    padding: 0 2.5rem;
}

@media (min-width: 1024px) {
    .reviews-slider {
        padding: 3rem;
        margin: -3rem;
        z-index: 0;
    }
}

.reviews-slider__arrow {
    display: none !important;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .reviews-slider__arrow {
        display: block;
    }

    .reviews-slider__arrow.next {
        margin-left: 2rem;
    }

    .reviews-slider__arrow.prev {
        margin-right: 2rem;
    }
}

@media (min-width: 1024px) {
    .reviews-slider__arrow {
        display: block !important;
    }
}

@media (min-width: 1600px) {
    .reviews-slider__arrow.next {
        margin-left: 4rem;
    }

    .reviews-slider__arrow.prev {
        margin-right: 4rem;
    }
}

.contact {
    color: #f6f8f9;
    background: url(../images/content/contact/bg-mobi.png) no-repeat center;
}

@media (max-width: 1023px) {
    .contact {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .contact {
        padding-top: 20rem;
    }
}

.contact__parallax {
    background: url(../images/general/parallax-item/contact.svg) no-repeat center bottom/contain;
}

.contact__container {
    border-radius: 1.2rem;
    background: linear-gradient(259.02deg, #2f4357 10.16%, #435a72 85.74%);
    padding: 5rem 1.7rem 4rem;
    position: relative;
}

@media (min-width: 1200px) {
    .contact__container {
        padding: 5rem 9rem 6rem 0;
    }
}

@media (min-width: 1024px) {
    .contact__content {
        width: 55%;
        max-width: 60rem;
        margin-left: auto;
        position: relative;
        z-index: 1;
    }
}

.contact__img {
    display: none;
}

@media (min-width: 1024px) {
    .contact__img {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60%;
        max-width: 60rem;
    }
}

.contact__subtitle,
.contact__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 1.6rem;
}

.contact__subtitle {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.contact__descr {
    font-size: 1.4rem;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
}

.contact__input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1.6rem;
    border-radius: 0.4rem;
    background-color: transparent;
    transition: border-color 0.3s ease;
    color: #fff;
}

@media (min-width: 768px) {
    .contact__input {
        padding-left: 5.6rem;
        border-right: none;
        border-radius: 0.4rem 0 0 0.4rem;
    }
}

.contact__input-wrap {
    position: relative;
}

@media (max-width: 767px) {
    .contact__input-wrap {
        margin-bottom: 1.6rem;
    }
}

@media (min-width: 768px) {
    .contact__input-wrap {
        flex-grow: 1;
    }
}

.contact__input:focus {
    border-color: #fff;
}

.contact__input::-webkit-input-placeholder {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.5);
}

.contact__input::-moz-placeholder {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.5);
}

.contact__input:-ms-input-placeholder,
.contact__input::-ms-input-placeholder {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.5);
}

.contact__input::placeholder {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.5);
}

.contact__submit {
    width: 100%;
}

@media (min-width: 768px) {
    .contact__submit {
        max-width: 17rem;
        border-radius: 0 0.4rem 0.4rem 0;
    }
}

@media (max-width: 1023px) {
    .contact__form {
        max-width: 45rem;
        margin: 0 auto 4rem;
    }
}

@media (min-width: 768px) {
    .contact__form {
        display: flex;
        margin-bottom: 4.5rem;
    }
}

.contact-icon__mail {
    display: none;
}

@media (min-width: 768px) {
    .contact-icon__mail {
        display: block;
        width: 2rem;
        height: 2rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 2rem;
    }
}

@media (max-width: 1023px) {
    .contact-socials {
        justify-content: center;
    }
}

.contact-socials__item:not(:last-child) {
    margin-right: 1.4rem;
}

@media (min-width: 768px) {
    .contact-socials__item .socials__icon {
        opacity: 0.5;
        transition: opacity 0.3s ease;
    }

    .contact-socials__item:hover .socials__icon {
        opacity: 1;
    }
}

.section.mobility {
    background: linear-gradient(289.79deg, #2f4357 -16.82%, #435a72 98.13%), linear-gradient(0deg, #253342, #253342);
}

.mobility__wrap {
    color: #fff;
}

.section-title.mobility__title {
    text-align: left;
}

.mobility__btn:hover,
img.mobility-btn:hover {
    opacity: 0.9;
}

.mobility__wrap {
    margin-bottom: 4rem;
}

.mobility__img.media {
    display: none;
}

.mobility__img.pc {
    background: url(/static/images/content/mobility/circle.png);
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto;
    background-size: 100%;
    background-position: 7px 61px;
    background-repeat: no-repeat;
}

@media (max-width: 1023px) {
    .mobility__img.media {
        background: url(/static/images/content/mobility/circle.png);
        background-position-x: 0;
        background-position-y: 0;
        background-repeat: repeat;
        background-size: auto;
        background-size: 100%;
        background-position: -33px 175px;
        background-repeat: no-repeat;
    }

    .mobility__img.pc {
        display: none;
    }

    .mobility__img.media {
        display: block;
        width: unset;
    }

    .bonus__content.mobility .bonus__col {
        max-width: 45rem;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobility__text,
    .section-title.mobility__title {
        text-align: center;
    }

    .bonus__content.mobility {
        display: flex;
        flex-direction: column;
    }

    .mobility__media-kit {
        order: 1;
    }
}

.header-quick-actions {
    display: flex;
    justify-content: space-between;
    padding-top: 5rem;
}

.quick-img-bg {
    width: 4.1rem;
    height: 4.1rem;
    border-radius: 50%;
    box-shadow: 0 4px 40px rgba(0, 153, 215, 0.3);
    background: linear-gradient(135deg, #00afe5 14.64%, #0094d4 85.31%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.5s ease;
    border: 1px solid transparent;
    margin-right: 10px;
    align-self: center;
}

.quick-action-btn {
    display: flex;
    border: 1px dashed #c6c6c6;
    border-radius: 4px;
    padding: 8px 15px;
    min-width: 250px;
}

.quick-img-bg svg {
    width: 50%;
}

.quick-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Montserrat !important;
}

.quick-column a {
    color: #039be5;
    text-decoration: underline;
    font-size: 12px;
}

.quick-column a:hover {
    opacity: 0.7;
}

@media (max-width: 990px) {
    .quick-action-btn {
        min-width: unset;
    }
}

@media (max-width: 850px) {
    .header-quick-actions {
        flex-wrap: wrap;
    }

    .quick-action-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

.nav__item.tg {
    color: #039be5;
    font-weight: 500;
}

.nav__item.tg::before {
    background: url(/static/images/tg-header.png);
    width: 17px;
    height: 17px;
    display: inline-block;
    background-size: 100%;
    content: "";
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.nav__item.tg:hover {
    color: #007bb7;
}
.quick-action-btn.inactive .quick-img-bg {
    background: #cad3d8;
}
.bonus__content.mobility {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section.mobility.reverse .bonus__content.mobility {
    justify-content: space-around;
}
.section.mobility {
    padding: 3rem 0px;
}

.mobility-fst-content {
    max-width: 500px;
}
.mobility__btn {
    display: inline-block;
}
.mobility__wrap .section-title.mobility__title,
.mobility__wrap {
    margin-bottom: 20px;
}
.section.mobility.reverse .mobility-fst-content {
    order: 2;
}
.section.mobility.reverse {
    background: linear-gradient(0deg, #364b60, #364b60);
}

@media (max-width: 1024px) {
    .mobility-btn_list {
        text-align: center;
    }
    .section.mobility.reverse .mobility-fst-content {
        order: 0;
    }
    .mobility-fst-content {
        margin-bottom: 50px;
    }
}
.quick-manual a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    margin-top: 0px;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    font-weight: 600;
}

.quick-manual a:hover {
    color: #de514a;
    opacity: 0.9;
}
.quick-manual a img:hover {
    opacity: 0.9;
}

.browser-avail-content {
    display: flex;
    gap: 10px;
    /*flex-wrap:wrap;*/
}

.browser-avail-content a {
    background: #fff;
    box-shadow: 6px 6px 60px rgba(37, 51, 66, 0.15);
    width: 175px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}
.browser-avail-content a img {
    margin: 0 auto;
    margin-bottom: 8px;
}
.section-title.s {
    margin-top: 3rem;
    padding-top: 3rem;
}
.browser-c:hover {
    opacity: 0.8;
}

.section.mobility.reverse {
    display: none;
}
@media (max-width: 850px) {
    .browser-avail-content {
        flex-wrap: wrap;
    }
    .browser-avail-content a {
        width: 250px;
    }
}
@media (max-width: 570px) {
    .browser-avail-content a {
        width: 170px;
    }
}

.hack-slider-mobi {
    display: flex;
}

.hack-slider-mobi__item {
    display: block;
    width: 100%;
    background: #ffffff;
    box-shadow: 6px 6px 100px rgba(37, 51, 66, 0.15);
    border-radius: 8px;
}

.hack-slider-mobi__item + .hack-slider-mobi__item {
    margin-left: 30px;
}

.hack-slider-mobi__item__top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    font-weight: 600;
    font-size: 20px;
    line-height: 170%;
    color: #253342;
    border-bottom: 1px solid #e2e2e2;
}

.hack-slider-mobi__item__top svg {
    margin-left: 16px;
    margin-bottom: 3px;
}

.hack-slider-mobi__item__top img {
    display: block;
    margin-left: 16px;
    margin-bottom: 3px;
}

.hack-slider__list {
    padding: 20px 24px;
}

.hack-slider__list__item {
    display: flex;
    align-items: flex-start;
}

.hack-slider__list__item + .hack-slider__list__item {
    margin-top: 24px;
}

.hack-slider__list__item > img {
    display: block;
    width: 38px;
    min-width: 38px;
    margin-right: 16px;
}

.hack-slider__list__item__info p {
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 14px;
    line-height: 170%;
    color: #253342;
}

.hack-slider__list__item__info p span {
    font-weight: 600;
}

.hack-slider__list__item__links {
    display: flex;
}

.hack-slider__list__item__links a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #1a60e8;
}

.hack-slider__list__item__links > a + a {
    margin-left: 17px;
}
.hack-slider__list__item__links > a + .active-ins,
#tabHackTools .active-ins {
    color: #dd2b22;
}

#tabHackTools{
    max-width: 872px;
    margin: 0 auto;
}

.hack-slider__list__item .hack-system{
    font-size: 14px;
}

.hack-slider__list__item .hack-system a{
    color: #1A60E8;
    margin-top: 10px;
    margin-bottom: 10px;
}


@media screen and (max-width: 998px){
    .hack-slider-mobi{
        flex-direction: column;
    }

    .hack-slider-mobi__item + .hack-slider-mobi__item{
        margin-left: 0;
        margin-top: 30px; 
        
    }
}


@media screen and (max-width: 540px){
    .hack-slider__list__item__links{
        flex-direction: column;
    }

    .hack-slider__list__item__links >a + a{
        margin-left: 0;
        margin-top: 10px;
    }
}



@media screen and (max-width: 998px){
    .tabs-nav__list{
        flex-direction: column;
    }

    .tabs-nav__item{
        margin-bottom: 20px;
    }
}
.help-info-text a {
    display: inline;
    text-decoration: underline;
}
.help-info-text {
    text-align: center;
    display: block;
}

.promo__inner{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.promo__left{
    width: 65%;
}
.section-title.left {
    text-align: left;
}
.promo__title{
    color: #676f77;
    font-weight: bold;
    font-size: 23px;
}
.promo__title span{
    color: #de504a;
}
.promo__text{
    color: #676f77;
    margin-top: 20px;
    line-height: 1.3em;
    font-size: 13px;
}
.promo__btn{
    background-color: #de504a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    line-height: 1.4em;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 1s;
}
.promo__btn:hover{
    background-color: #b40a1e;
}
.promo__timer{

}
.promo__timer.show{
    display: flex;
}
.promo__num{
    display: flex;
    justify-content: center;
    border-radius: 100%;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 1.5px solid #de504a;
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 10px;
}
.promo__hint{
    font-size: 11px;
}


.anim{
    display: none;
}
#animated{
    width: 100px;
}
.anim.show{
    display: block;
}
text{
    font-weight: bold;
    fill: #de504a;
}
.anim__text{
    text-align: center;
    color: #de504a;
    font-size: 11px;
}
.real-promo {
    background-color: #fff;
    box-shadow: 2px 2px 100px rgba(37, 51, 66, .15);
    color: #de514a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 220px;
    height: 70px;
    border-radius: 5px;
    font-size: 14px;
    transition: 1s;
    font-weight: bolder;
    display:none;
}
.real-promo span {
    height: 70px;
    line-height: 70px;
    font-size: 19px;
}
.slider{
    background-color: #f7f8fa;
    padding: 50px 0;
}
.slider__slide{
    margin: 0 10px;
}
.slick-slide {
    width: 170px;
}
.slider__list {
    display: flex;
}
@media(max-width: 768px){
    .slider{
        padding: 30px 0;
    }
}
@media (max-width:650px) {
    .t-title {
        font-size:15px;
    }
    .t-updated, .t-author {
        font-size: 13px;
    }
    .promo__inner {
        flex-wrap: wrap;
        gap: 20px;
    }
    .promo__left {
        width:100%;
    }
    .promo__right {
        margin-left:0px;
        margin: auto;
    }
}



/* Browser */
.bonus__content.browser {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn--red.hero__btn svg {
    margin-right: 5px;
}
.mobility__wrap.browser .hero__btn {
    margin-top: 20px;
}
@media (max-width: 1023px) {
    .bonus__content.browser .btn--red.hero__btn {
        margin: 0 auto;
    }

}
@media (max-width:900px)
{
    .bonus__content.browser {
        flex-wrap:wrap;
    }
    .browser .mobility__img-new.pc,
    .browser .mobility-fst-content{
        margin: 0 auto;
    }
    .browser .mobility__wrap.browser {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}
/* Browser */

