

/* Start:/local/templates/korp/assets/css/normalize.css?17103137016599*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
/* End */


/* Start:/local/templates/korp/assets/css/custom.css?177978298141609*/
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

:root {
    --green: #7FBA24;
    --blackText: #0D0D0D;
    --transition: 0.2s all ease;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #01011C;
    color: #fff;
    font-family: 'Play', sans-serif;
    overflow-x: hidden;
}

main.inner-page {
    margin: 110px 0;
    padding: 40px 0;
}

a {
    text-decoration: none;
    color: #fff;
    transition: var(--transition);
}

a:hover {
    color: var(--green);
}

section {
    position: relative;
}

.container {
    width: 1246px;
    padding: 0 15px;
    margin: 0 auto;
}

.header {
    position: absolute;
    top: 0;
    padding-top: 50px;
    width: 100%;
    z-index: 1;
}

.header-logo {
    display: block;
}

.header-logo img {
    display: block;
    max-width: 100%;
}

.common-title {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.row {
    display: flex;
}

.row_sb {
    justify-content: space-between;
}

.green-button {
    padding: 20px 42px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    background: var(--green);
    border: 1px solid var(--green);
    display: block;
    color: #fff;
    width: max-content;
    transition: var(--transition);
    cursor: pointer;
}

.green-button_reverse {
    border: 1px solid var(--green);
    background: #01011C;
}

.green-button:hover {
    background: #01011C !important;
    color: #fff;
}

.green-button_reverse:hover {
    background: var(--green) !important;
}

.light-wrapper {
    background: #fff;
    color: var(--blackText);
    /* position: relative; */
}

.light-wrapper__abs {
    content: '';
    position: absolute;
    width: 2020px;
    height: 1886px;
    background-image: url("/local/templates/korp/assets/img/lightwrapperbg.png");
    top: 245px;
    right: -205px;
}

.dark-wrapper {
    margin-top: -40px;
    padding-top: 40px;
    background: #01011C;
    /* position: relative; */
    overflow-x: hidden;
}


.dark-wrapper__abs {
    content: '';
    position: absolute;
    width: 1713px;
    height: 1598px;
    background-image: url("/local/templates/korp/assets/img/darkwrapperbg.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 214px;
    right: -376px;
    transform: rotate(-97deg);
}

/* BANNER */

.banner {
    padding-top: 258px;
    padding-bottom: 220px;
    position: relative;
    height: calc(100vh - 70px);
}

.waves-test {
    width: 100%;
    height: 100%;
    filter: hue-rotate(344deg);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
}


.waves {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/*.waves canvas:nth-child(1),
.waves canvas:nth-child(2) {
    display: none;
}*/


.banner_three {
    position: relative;
}

.three-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner .common-title {
    width: 748px;
}

.banner__row {
    gap: 50px;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: var(--green);
    margin-top: 45px;
    text-transform: uppercase;
}

.banner__button {
    margin-top: 50px;
}

.banner .container {
    position: relative;
}

.banner__abs {
    content: '';
    position: absolute;
    top: -258px;
    right: -126px;
    width: 680px;
    height: 680px;
}

.banner__abs svg path {
    fill: var(--green);
    stroke: var(--green);
}

/* ABOUT */

.about {
    padding: 120px 0;
}

.about .container {
    overflow-y: hidden;
}

.about__row {
    max-height: 716px;
}

.about__left {
    position: sticky;
    /* top: 120px; */
    height: 100%;
    transition: var(--transition);
}

.about__text {
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 50px;
}

.about__text {
    width: 492px;
    margin-top: 50px;
}

.about__right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: auto;
    height: auto;
}

.about__item {
    padding: 30px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 482px;
    background: #F6F6FF;
    position: relative;
    height: 212px;
}

.about__item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCA1MSA1MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciAxIiBkPSJNNTEgMUgxVjUxIiBzdHJva2U9IiM3RkJBMjQiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K');
}

.about__item.active::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCA1MSA1MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciAxIiBkPSJNNTEgMUgxVjUxIiBzdHJva2U9IiM3RkJBMjQiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K');
}

.about__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
}

/* FOOTER */
.footer {
    background: #0D0D27;
    padding: 50px 0;
    margin-top: 120px;
    position: fixed;
    bottom: 0;
    width: 100%;
    transition: padding 0.2s linear;
    z-index: 2;
}

.footer.fixed {
    padding: 10px;
}

.footer__contacts {
    margin-left: 105px;
    display: flex;
    align-items: center;
    gap: 35px;
}

.footer__contact {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.footer__phones .footer__contact{
    flex-wrap: wrap;
}

.footer__contact span:last-child {
    width: 100%;
    font-size: 12px;
}

.footer__contact span:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    flex-shrink: 0;
    width: 100%;
    white-space: nowrap;
}

.footer__phones {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__socials {
    margin-left: 60px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer__socials a {
    display: block;
}

.footer__socials img {
    display: block;
    width: 30px;
    height: 30px;
}

.footer__right {
    margin-left: auto;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin-left: 16px;
}

.logo__item img {
    height: 46px;
    width: auto;
}


.services-item__desc_detail {
    margin: 20px 0;
}
/* CALLBACK */

.callback {
    margin-top: 165px;
}

.callback__left {
    width: 538px;
    flex-shrink: 0;
    margin-right: 90px;
}

.callback__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 50px;
}

.callback__right {
    width: 100%;
}

.callback-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.callback-form > * {
    display: block;
}

.callback-form input:not([type="submit"]),
.callback-form textarea {
    width: 100%;
    padding: 15px 10px;
    border: none;
    border-bottom: 1px solid #8696FA;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    resize: none;
    background: none;
    color: #fff;
}

.callback-form__submit {
    margin-top: 10px;
}

/* HELP */

.help {
    padding-top: 120px;
}

.help .container {
    overflow: hidden;
}

.help__row {
    transition: var(--transition);
    max-height: 720px;
}

.help__left {
    width: 484px;
    position: relative;
    top: 120px;
    transition: var(--transition);
}

.help__mini-item {
    width: 100%;
    padding: 30px 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border: 2px solid #2C2C59;
    background: #0D0D27;
    margin-top: 70px;
}

.help__mini-item + .help__mini-item {
    margin-top: 20px;
}

.help-item {
    padding: 30px 30px 60px 30px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 482px;
    background: #0D0D27;
    position: relative;
    height: 220px;
}

.help-item span {
    max-width: 256px;
    display: block;
}

.help-item__number {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
}

.help__right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: auto;
    height: auto;
    position: static;
}

.help-item__green {
    background: var(--green);
    transition: var(--transition);
}

.help-item__green:hover {
    background: #0D0D27;
}

.help__abs {
    position: absolute;
    top: 50%;
    right: -200px;
    transform: translateY(-50%);
}

.help__abs .mouse{
    width: 50px;
    height: 90px;
    border: 3px solid var(--green);
    border-radius: 60px;
    position: relative;
}

.mouse::before{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--green);
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
    to {
        opacity: 0;
        top: 60px;
    }
}
@-webkit-keyframes wheel {
    to {
        opacity: 0;
        top: 60px;
    }
}

/* reviews */

.reviews {
    padding-top: 120px;
}

/* partners */

.partners {
    display: none;
    padding: 120px 0;
}

.partners__row {
    margin-top: 70px;
}

.partners__left {
    margin-right: 144px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 380px;
}

.partners__item {
    padding: 40px 120px 40px 30px;
    background: #0D0D27;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    position: relative;
    height: 156px;
    cursor: pointer;
}

.partners__item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCA1MSA1MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciAxIiBkPSJNNTEgMUgxVjUxIiBzdHJva2U9IiM3RkJBMjQiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
}

.partners__item.active::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCA1MSA1MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciAxIiBkPSJNNTEgMUgxVjUxIiBzdHJva2U9IiM3RkJBMjQiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
}

.partners__right {
    width: 524px;
}

.partners-block__items {
    flex-wrap: wrap;
    margin: 0 -10px;
}

.partners-block__item-img {
    height: 60px;
    width: 60px;
    padding: 18px;
    border-radius: 50%;
    border: 1px solid #1E1EB5;
    background: #0D0D27;
    margin-bottom: 30px;
}

.partners-block__item-img img {
    display: block;
    max-width: 100%;
}

.partners-block__item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 10px 40px;
    width: calc(100% / 2 - 20px);
}

.partners-block__buttons {
    gap: 30px;
    margin-top: 20px;
}

/* VARIANTS */

.variants {
    padding-top: 120px;
}

.variants__row {
    margin: 70px -20px 0 -20px;
}

.variants-item {
    margin: 0 20px;
    padding: 50px 30px;
    background: #0D0D27;
    width: calc(100% / 3 - 40px);
    height: 506px;
    display: flex;
    flex-direction: column;
}

.variants-item:hover {
    background: #16163B;
}

.variants-item__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
    text-transform: uppercase;
    max-width: 292px;
}

.variants-item ul {
    padding: 0;
    margin-top: 40px;
    list-style: none;
}

.variants-item li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    position: relative;
}

.variants-item li::before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiM3RkJBMjQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS41MTczIDYuNDU2OUMxNS44MTcyIDYuNzQyNTYgMTUuODI4OCA3LjIxNzMgMTUuNTQzMSA3LjUxNzI0TDkuODI4ODQgMTMuNTE3MkM5LjU1NTY5IDEzLjgwNCA5LjEwNjYxIDEzLjgyOSA4LjgwMzM0IDEzLjU3NDNMNC41MTc2MiA5Ljk3NDI4QzQuMjAwNDYgOS43MDc4NiA0LjE1OTMyIDkuMjM0NzcgNC40MjU3NCA4LjkxNzYxQzQuNjkyMTYgOC42MDA0NCA1LjE2NTI1IDguNTU5MyA1LjQ4MjQxIDguODI1NzJMOS4yMjg1OCAxMS45NzI1TDE0LjQ1NjkgNi40ODI3NkMxNC43NDI2IDYuMTgyODEgMTUuMjE3MyA2LjE3MTIzIDE1LjUxNzMgNi40NTY5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
}

.variants-item li + li {
    margin-top: 30px;
}

.variants-item .green-button {
    margin-top: auto;
    width: 100%;
    background-color: transparent;
    text-align: center;
}

/* logos */

.logos {
    padding-top: 120px;
}

.logos__row {
    /*border: 1px solid #2C2C59;*/
    padding: 30px;
    justify-content: space-between;
    align-items: center;
    height: fit-content;
    width: calc(100% - 60px);
    padding: 30px 0;
    width: 100%;
}

.logos .container {
    border: 1px solid #2C2C59;
}

.logos__items {
    height: max-content;
}

.logos__items img {
    display: block;
    height: auto;
    max-width: 212px;
}

/*choose-us*/
.choose-us {
    padding-top: 120px;
    position: relative;
}

.choose-us .container {
    overflow: hidden;
}

.choose-us__row {
    margin: 70px -20px 0px;
    transition: 0.5s all ease-in-out;
    width: max-content;
}

.choose-us__item {
    width: calc(100% / 3 - 40px);
    margin: 0 20px;
    height: 220px;
    padding: 30px;
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    flex-shrink: 0;
    background: #0D0D27;
    max-width: 380px;
}

.choose-us__icon {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.choose-us__item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCA1MSA1MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciAxIiBkPSJNNTEgMUgxVjUxIiBzdHJva2U9IiM3RkJBMjQiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
}

.choose-us__item.active::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCA1MSA1MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciAxIiBkPSJNNTEgMUgxVjUxIiBzdHJva2U9IiM3RkJBMjQiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
}

/*fu*/

.choose-us__row.active3 {
    transform: translateX(-400px);
}

.choose-us__row.active4,
.choose-us__row.active5,
.choose-us__row.active6 {
    transform: translateX(-840px);
}

.help__row.active2 {
    transform: translateY(-240px);
}

.help__row.active3 {
    transform: translateY(-500px);
}

.help__row.active4 {
    transform: translateY(-760px);
}

.help__row.active5,
.help__row.active6,
.help__row.active7,
.help__row.active8 {
    transform: translateY(-1020px);
}

.help__row.active2 .help__left {
    transform: translateY(240px);
}


.help__row.active3 .help__left {
    transform: translateY(500px);
}

.help__row.active4 .help__left {
    transform: translateY(760px);
}

.help__row.active5 .help__left,
.help__row.active6 .help__left,
.help__row.active7 .help__left,
.help__row.active8 .help__left {
    transform: translateY(1020px);
}

.partners__row .partners-block:nth-child(2),
.partners__row .partners-block:nth-child(3) {
    display: none;
}

.partners__row.active2 .partners-block:nth-child(2) {
    display: block;
}

.partners__row.active2 .partners-block:nth-child(1),
.partners__row.active2 .partners-block:nth-child(3) {
    display: none;
}

.partners__row.active3 .partners-block:nth-child(3),
.partners__row.active4 .partners-block:nth-child(3) {
    display: block;
}

.partners__row.active3 .partners-block:nth-child(1),
.partners__row.active4 .partners-block:nth-child(1),
.partners__row.active3 .partners-block:nth-child(2),
.partners__row.active4 .partners-block:nth-child(2) {
    display: none;
}

.ppl__row.active2,
.ppl__row.active3 {
    transform: translateX(calc(-100% - 40px)) !important;
}

.choose-us__row.active1 .choose-us__item:nth-child(1)::before,
.choose-us__row.active2 .choose-us__item:nth-child(2)::before,
.choose-us__row.active3 .choose-us__item:nth-child(3)::before,
.choose-us__row.active4 .choose-us__item:nth-child(4)::before,
.choose-us__row.active5 .choose-us__item:nth-child(5)::before,
.choose-us__row.active6 .choose-us__item:nth-child(5)::before,
.help__row.active1 .help-item:nth-child(1)::before,
.help__row.active2 .help-item:nth-child(2)::before,
.help__row.active3 .help-item:nth-child(3)::before,
.help__row.active4 .help-item:nth-child(4)::before,
.help__row.active5 .help-item:nth-child(5)::before,
.help__row.active6 .help-item:nth-child(6)::before,
.help__row.active7 .help-item:nth-child(6)::before,
.help__row.active8 .help-item:nth-child(6)::before,
.about__row.active1 .about__item:nth-child(1)::before,
.about__row.active2 .about__item:nth-child(2)::before,
.about__row.active3 .about__item:nth-child(3)::before,
.about__row.active4 .about__item:nth-child(3)::before,
.partners__row.active1 .partners__item:nth-child(1)::before,
.partners__row.active2 .partners__item:nth-child(2)::before,
.partners__row.active3 .partners__item:nth-child(3)::before,
.partners__row.active4 .partners__item:nth-child(3)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCA1MSA1MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciAxIiBkPSJNNTEgMUgxVjUxIiBzdHJva2U9IiM3RkJBMjQiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
}

.choose-us__row.active1 .choose-us__item:nth-child(1)::after,
.choose-us__row.active2 .choose-us__item:nth-child(2)::after,
.choose-us__row.active3 .choose-us__item:nth-child(3)::after,
.choose-us__row.active4 .choose-us__item:nth-child(4)::after,
.choose-us__row.active5 .choose-us__item:nth-child(5)::after,
.choose-us__row.active6 .choose-us__item:nth-child(5)::after,
.help__row.active1 .help-item:nth-child(1)::after,
.help__row.active2 .help-item:nth-child(2)::after,
.help__row.active3 .help-item:nth-child(3)::after,
.help__row.active4 .help-item:nth-child(4)::after,
.help__row.active5 .help-item:nth-child(5)::after,
.help__row.active6 .help-item:nth-child(6)::after,
.help__row.active7 .help-item:nth-child(6)::after,
.help__row.active7 .help-item:nth-child(6)::after,
.help__row.active8 .help-item:nth-child(6)::after,
.about__row.active1 .about__item:nth-child(1)::after,
.about__row.active2 .about__item:nth-child(2)::after,
.about__row.active3 .about__item:nth-child(3)::after,
.about__row.active4 .about__item:nth-child(3)::after,
.partners__row.active1 .partners__item:nth-child(1)::after,
.partners__row.active2 .partners__item:nth-child(2)::after,
.partners__row.active3 .partners__item:nth-child(3)::after,
.partners__row.active4 .partners__item:nth-child(3)::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCA1MSA1MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciAxIiBkPSJNNTEgMUgxVjUxIiBzdHJva2U9IiM3RkJBMjQiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
}

/* services */

.services {
    padding-top: 120px;
}

.services .common-title {
    margin-bottom: 60px;
    text-align: center;
}

.services-row {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.services-item {
    padding: 70px 60px 20px 60px;
    background: #F6F6FF;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 0;
    transform-origin: center top;
}

/*
.services-row .services-item:nth-child(even) {
    background: #0D0D27;
}

.services-row .services-item:nth-child(even) * {
    color: #fff !important;
} */

.services-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCA1MSA1MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciAxIiBkPSJNNTEgMUgxVjUxIiBzdHJva2U9IiM3RkJBMjQiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
}

.services-item::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEiIGhlaWdodD0iNTEiIHZpZXdCb3g9IjAgMCA1MSA1MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciAxIiBkPSJNNTEgMUgxVjUxIiBzdHJva2U9IiM3RkJBMjQiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
}

.services-item__left {
    width: 464px;
    margin-right: 104px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.services-item__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
    text-transform: uppercase;
}

.services-item__desc {
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

.services-item .green-button {
    margin-top: 40px;
}

.services-item__bottom {
    margin-top: auto;
    margin-bottom: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.services-block__row {
    margin: 0 -10px;
    flex-wrap: wrap;
}

.services-block {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.services-block__img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #DDD8FF;
    background: #fff;
    padding: 18px;
    margin-bottom: 30px;
}

.services-block__img img {
    display: block;
    max-width: 100%;
}

.services-block__img svg{
    width: 24px;
    height: 24px;
}

.services-block__text {
    max-width: 274px;
}

.services-block span {
    display: block;
    margin-bottom: 15px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    color: var(--green);
}

/* NAV ABS */
.nav-abs {
    position: fixed;
    bottom: 100px;
    right: 140px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 100%;
    font-size: 12px;
    text-align: right;
    align-items: end;
    mix-blend-mode: difference;
    z-index: 2;
}

.nav-item {
    display: flex;
    width: 10px;
    gap: 10px;
    justify-content: end;
    color: transparent;
    overflow: hidden;
    white-space: nowrap;
    transition: all linear .2s;
}

.nav-item.active {
    width: 130px;
    color: #fff;
}

.nav-item::after {
    content: '';
    width: 8px;
    height: 8px;
    min-width: 8px;
    background-color: transparent;
    display: block;
    border-radius: 100%;
    border: 1px solid var(--green);
    transition: all linear .2s;
}

.nav-item.active::after {
    background-color: var(--green);
}

/* NAV ABS */

/* FORMS */

.fancybox__backdrop {
    /* opacity: 0.5;*/
}

.fancybox__content > .f-button.is-close-btn {
    opacity: 1;
    color: #fff;
}

.form {
    background-color: #01011C;
    color: #fff;
    max-width: 700px;
    width: 100%;
    border: 1px solid var(--green);
    padding: 30px 10px 30px 30px;
    border-radius: 5px;
}

.form-title {
    font-size: 30px;
    margin: 0 0 40px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group + .form-group {
    margin-top: 15px;
}

.form-group label {
    font-size: 20px;
}

.form-group input[type="text"] {
    font-size: 20px;
    padding: 10px;
    border: 1px solid var(--green);
    background-color: transparent;
    color: #fff;
}

.form-group textarea {
    font-size: 20px;
    padding: 10px;
    border: 1px solid var(--green);
    background-color: transparent;
    color: #fff;
    resize: none;
}

.form-group input[type="submit"] {
    font-size: 20px;
    padding: 10px;
    border: 1px solid var(--green);
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}

.forms-policy a {
    text-decoration: underline;
}

.form-group input[type="text"]:active,
.form-group input[type="text"]:focus,
.form-group input[type="text"]:focus-visible,
.form-group textarea:active,
.form-group textarea:focus,
.form-group textarea:focus-visible {
    outline: 1px solid var(--green);
}

/* PPL */

.ppl {
    padding-top: 60px;
}

.ppl .container {
    overflow: hidden;

}

.ppl__row {
    transition: var(--transition);
    gap: 40px;
    margin-top: 40px;
}

.ppl__wrapper {
    background: #F6F6FF;
    padding: 70px 60px;
    width: 100%;
    flex-shrink: 0;
    height: max-content;
}

.ppl__left {
    width: 464px;
    flex-shrink: 0;
    height: 100%;
}

.ppl__right {
    border-left: 1px solid var(--green);
}

.ppl__item {
    width: 314px;
    padding: 20px 19px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border: 2px solid #DDD8FF;
    background: #F6F6FF;
    transition: var(--transition);
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}

.ppl__item:hover,
.ppl__item.active {
    border: 2px solid var(--green);
}

.ppl__left .ppl__item:nth-child(1).active::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -31px;
    width: 92px;
    height: 57px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAA5CAYAAAC71kyxAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAP5SURBVHgB7ZxdUtNQFMf/N9GxvnUH1hdtfWpWIK5AWIFlBVq/ZnyiPDkjYHUFwArAFVg2wIUX6egDXUIfC5LEc5peDDFAa28/0pzfTEhJw7T87uk/J0kT1dTlko+wCagi/iHs0vKuAjqK5rTecQi/exe/O3Wv04UwMneAAonrFdOfdkr0oxQiLNIEEk+TC5+mLV3p0rIj1Z+cDg/GHfSOZCBuRg274uZh5YGDsATlkPygSvqr9AmggTJzAw+AogmtC/jH771fRxAuGVr4TXzST6r0UXkQDQSW4oPAUUTLWw4cGoCLg7wPgBXhafAggAbAAZ7yINALlQYv2KFZiwbhm4vzVt4iaGLCk3ykjbNL4h2o5+h/Ci5jiKofO/RGDupeu4MFZ2rCk3w+LD/1VbhMb2HZVD9yIH9mwuNw/Cj4L67KD/dp2n3r/dzHAjEXwuOwfAfBS5P7JvOp8tcXoernTngcjp1AoUYPa4NF/ch57bV3kVHmWrjBbHDpza6ZqqepkcWsz4TwOJ90uUZVTnnfH4AOMhY3mRNu4Kq/SxWPQdzQP7KTBfGZFW7ImvjMCzfExXPUBMDuO6/dwJyxMMINSfG8cZ2nrmbhhBtYPB1Q+266GoqZZ/MQMwsr3MBdTaydnHm+L7xwpqmrxQA93nttzDpmciHckIiZmVR7roQbtnR5bVbVnkvhzNVqV1/eeCd1TIHcCjfEq30anYyDnPPGa69T3a3QjhJ8hHpTP1rGBMm9cOatd7J/QdUd0glvUrK3ocsNTIjcR0qSLV1phghf0cMdF7267ZPcIjwFk+v8HRuX4sZmrovwa9jUFc7ybYWwa3NjKsJvIDq5Hezxhs6WdBF+C6ZftyVdhA+BTekifEhsSRfhI2BDuggfkeiMktJR99LzRu3TZU9zRD5QVQdQtFeKko/CHkZEhP8H770ffMHBKj1c4j1TCNOB90g3dTnc0I9fDfs3kuFjQsK/0yGAaoDg2TBXd0ikjImLwgofZXTh7jV1qXjb+iJ8TOreEXcpq7wRDXB/7bb1JVIs8fcIY7CSdhHBhq5Qzgci3CZ0hFGT1JKLs4fJ/jzKeokUq1D9rvIV3TdFiwi3yKA/b/AZIzpNt5S2jgi3jIPC1zD6vsta+vOCVbhrUVD8HZelz7r8Ivm8CJ8A/C0A9K+2RiPZm4vwCUGy16PevPAyvlzawglidvu5TTRHFqXCx4Qjg2/yk/YcVzm3iT7uXWa5CB+TAPe2feCU9jS3k+Lfee0WzWhyamaZCB+T86gj2aFqrqWJd+B84VhR/XvISIZb47rLF/kWVz7OTge3K2mJcMukied5GP0uwidFUvwAET5pEuJF+LRg8T30un8AwlOvTk/rz3YAAAAASUVORK5CYII=');
    transform: translateX(100%);
}

.ppl__left .ppl__item:nth-child(2).active::after {
    content: '';
    position: absolute;
    top: 21px;
    right: -31px;
    width: 98px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgMTAwIDE1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMS41IDEzLjVDOC41IDkuOTUwMTIgNDguNSAtMTEuOTk5NiA5OSAxMy41TTk5IDEzLjVMODggMU05OSAxMy41SDg0LjUiIHN0cm9rZT0iIzdGQkEyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K');
    transform: translateX(100%);
}

.ppl__left .ppl__item:nth-child(3).active::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -31px;
    width: 92px;
    height: 57px;
    transform: translateX(100%) rotateX(180deg) translateY(100%);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAA5CAYAAAC71kyxAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAP5SURBVHgB7ZxdUtNQFMf/N9GxvnUH1hdtfWpWIK5AWIFlBVq/ZnyiPDkjYHUFwArAFVg2wIUX6egDXUIfC5LEc5peDDFAa28/0pzfTEhJw7T87uk/J0kT1dTlko+wCagi/iHs0vKuAjqK5rTecQi/exe/O3Wv04UwMneAAonrFdOfdkr0oxQiLNIEEk+TC5+mLV3p0rIj1Z+cDg/GHfSOZCBuRg274uZh5YGDsATlkPygSvqr9AmggTJzAw+AogmtC/jH771fRxAuGVr4TXzST6r0UXkQDQSW4oPAUUTLWw4cGoCLg7wPgBXhafAggAbAAZ7yINALlQYv2KFZiwbhm4vzVt4iaGLCk3ykjbNL4h2o5+h/Ci5jiKofO/RGDupeu4MFZ2rCk3w+LD/1VbhMb2HZVD9yIH9mwuNw/Cj4L67KD/dp2n3r/dzHAjEXwuOwfAfBS5P7JvOp8tcXoernTngcjp1AoUYPa4NF/ch57bV3kVHmWrjBbHDpza6ZqqepkcWsz4TwOJ90uUZVTnnfH4AOMhY3mRNu4Kq/SxWPQdzQP7KTBfGZFW7ImvjMCzfExXPUBMDuO6/dwJyxMMINSfG8cZ2nrmbhhBtYPB1Q+266GoqZZ/MQMwsr3MBdTaydnHm+L7xwpqmrxQA93nttzDpmciHckIiZmVR7roQbtnR5bVbVnkvhzNVqV1/eeCd1TIHcCjfEq30anYyDnPPGa69T3a3QjhJ8hHpTP1rGBMm9cOatd7J/QdUd0glvUrK3ocsNTIjcR0qSLV1phghf0cMdF7267ZPcIjwFk+v8HRuX4sZmrovwa9jUFc7ybYWwa3NjKsJvIDq5Hezxhs6WdBF+C6ZftyVdhA+BTekifEhsSRfhI2BDuggfkeiMktJR99LzRu3TZU9zRD5QVQdQtFeKko/CHkZEhP8H770ffMHBKj1c4j1TCNOB90g3dTnc0I9fDfs3kuFjQsK/0yGAaoDg2TBXd0ikjImLwgofZXTh7jV1qXjb+iJ8TOreEXcpq7wRDXB/7bb1JVIs8fcIY7CSdhHBhq5Qzgci3CZ0hFGT1JKLs4fJ/jzKeokUq1D9rvIV3TdFiwi3yKA/b/AZIzpNt5S2jgi3jIPC1zD6vsta+vOCVbhrUVD8HZelz7r8Ivm8CJ8A/C0A9K+2RiPZm4vwCUGy16PevPAyvlzawglidvu5TTRHFqXCx4Qjg2/yk/YcVzm3iT7uXWa5CB+TAPe2feCU9jS3k+Lfee0WzWhyamaZCB+T86gj2aFqrqWJd+B84VhR/XvISIZb47rLF/kWVz7OTge3K2mJcMukied5GP0uwidFUvwAET5pEuJF+LRg8T30un8AwlOvTk/rz3YAAAAASUVORK5CYII=');
}

.ppl__item + .ppl__item {
    margin-top: 20px;
}

.ppl-block__item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.ppl-block__item span {
    color: var(--green);
    display: block;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ppl .ppl__row .common-title {
    font-size: 40px;
    text-transform: uppercase;
}

.ppl-block {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 105px;
    gap: 30px;
    height: 100%;
}

.ppl-block.active {
    display: flex;
}

.ppl-block_row {
    flex-direction: row;
    /* margin: 0 -15px; */
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
}

.ppl-block_row .ppl-block__item {
    width: calc(100% / 2 - 30px);
    margin: 0 15px;
}

.ppl-block_ol .ppl-block__item {
    display: flex;
    gap: 30px;
}


/* ZDEZDA */

.zvezda {
    padding-top: 120px;
}

.zvezda__wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 130px;
    row-gap: 86px;
}

.zvezda-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    gap: 24px;
    transition: var(--transition);
    cursor: pointer;
    position: relative;
}

.zvezda-item.active {
    color: var(--green);
}

.zvezda-item.active .zvezda-item__img {
    border: 1px solid var(--green);
}

.zvezda-item.active .zvezda-item__img svg path {
    fill: var(--green);
}

.zvezda-item span {
    display: block;
    max-width: 238px;
}

.zvezda-item__img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #DDD8FF;
    box-shadow: 0px 0px 7.44681px 0px rgba(134, 150, 250, 0.20);
    padding: 21px;
    position: relative;
}

.zvezda-item__img img {
    display: block;
}

.zvezda-item:nth-child(4) .zvezda-item__img::after,
.zvezda-item:nth-child(4) .zvezda-item__img::before {
    content: '';
    position: absolute;
    border: 1px solid var(--green);
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

.zvezda-item:nth-child(4) .zvezda-item__img::after {
    animation-delay: 1.25s;
}

.zvezda-item.active .zvezda-item__img::after,
.zvezda-item.active .zvezda-item__img::before {
    content: '';
    position: absolute;
    border: 1px solid var(--green);
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}

.zvezda-item.active .zvezda-item__img::after {
    animation-delay: 1.25s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


.zvezda__pic {
    content: '';
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -65%);
}

.zvezda-item:nth-child(odd) {
    justify-content: flex-end;
}

.zvezda-item:nth-child(odd) .zvezda-item__img {
    order: 1;
}

.zvezda-item:nth-child(odd) span {
    text-align: right;
}

.zvezda-item:nth-child(3),
.zvezda-item:nth-child(5) {
    margin-right: 155px;
}

.zvezda-item:nth-child(4),
.zvezda-item:nth-child(6) {
    margin-left: 155px;
}

.zvezda-cifra {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    color: var(--blackText);
    font-size: 18px;
    text-align: center;
}

.wrapper-bg-one {
    background-image: url("/local/templates/korp/assets/img/bg1.svg");
    background-position-y: 400px;
    background-repeat: no-repeat;
    background-size: 100%;
}


.wrapper-bg-two {
    background-image: url("/local/templates/korp/assets/img/bg2.svg");
    background-position-y: 70px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 80px;
}

.last-wrapper {
    padding-bottom: 220px;
}

.for-mobile {
    display: none !important;
}

.logo__item {
    height: fit-content;
    text-align: center;
    display: flex;
    justify-content: center;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
    content: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.580566 7.9999H15.4193M15.4193 7.9999L8.5495 1.13013M15.4193 7.9999L8.5495 14.8697' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
    content: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4194 7.9999H1.58073M1.58073 7.9999L8.4505 1.13013M1.58073 7.9999L8.4505 14.8697' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}

.swiper-button-next,
.swiper-button-prev {
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    transition: background-color linear 0.2s;
    border-radius: 100%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
   opacity: .8;
}

.logos .swiper-button-next, .logos .swiper-button-prev {
    top: calc(50%);
}

.choose-us .swiper-button-next, .choose-us .swiper-button-prev {
    top: calc(100% - 110px);
}

.help .swiper-button-next, .help .swiper-button-prev {
    top: calc(100% - 110px);
}

.about .swiper-button-next, .about .swiper-button-prev {
    background-color: rgba(13, 13, 39, 0.45);
    top: calc(50% + 130px);
}

.ppl .swiper-button-next, .ppl .swiper-button-prev {
    background-color: rgba(13, 13, 39, 0.45);
}


.services-wrapper {
    display: flex;
    margin: 0 15px 0;
    gap: 40px;
    padding-bottom: 40px;
}

.services__desk-row {
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.services__desk {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #26348a;
    font-size: 24px;
}

.services__left {
    width: 50%;
    flex-shrink: 0;
}

.services__right {
    width: 50%;
}

.services-item__row {
    flex-direction: column;
    gap: 30px;
}

.services-item__left {
    margin-right: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.services-item__first-line {
    display: flex;
    width: 100%;
    align-items: center;
}

.services-item .green-button {
    margin-top: 0;
    margin-left: 40px;
    flex-shrink: 0;
}

.services-block {
    margin: 0 10px 34px;
}

.services-block__img {
    margin-bottom: 20px;
}

.zvezda-wrapper {
    position: relative;
}

.company {
    padding: 60px 0;
}

.company-name {
    font-size: 24px;
    margin: 40px 0 20px;
    font-weight: 700;
}

.company-text > div + div {
    margin-top: 10px;
}

.company-text span {
    font-weight: 700;
}

.banner__buttons {
    display: flex;
    gap: 15px;
}

.footer__right a {
    white-space: nowrap;
}

.m-news-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.m-news-item {
    padding: 40px;
    background: #0D0D27;
}

.m-news-item-top {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--green);
}

.m-news-item-date {
    font-size: 16px;
    order: 1;
}

.m-news-item-name {
    font-size: 24px;
}

.m-news-item-text {
    font-size: 16px;
}

.feedback {
    margin-top: 60px;
}

.feedback .container {
    position: relative;
}

.feedback__frame iframe{
    width: 100%;
    height: 300px;
}

.feedback__name {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
}

.feedback__row,
.feedback__item  {
    height: max-content!important;
}

.zvezda-ct {
    text-align: center;
    max-width: 80%;
    margin: 50px auto -20px;
}

.zvezda-ct-bottom {
    text-align: center;
    max-width: 80%;
    margin: 40px auto auto;
}

.zvezda-ct-link {
    text-align: center;
    max-width: 80%;
    margin: auto;
    color: #26348a;
    display: block;
    margin-top: 30px;
    font-weight: 600;
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/korp/assets/css/media.css?171031370120155*/
@media screen and (max-width: 1919.98px) {
    .nav-abs {
        right: 40px;
    }

    .services-wrapper {
        width: 1410px;
        margin: 0 auto;
    }

    .zvezda__wrapper {
        display: flex;
        flex-wrap: wrap;
        column-gap: 0;
        justify-content: space-between;
        margin: 0 -30px;
        row-gap: 48px;
    }

    .zvezda-item {
        width: calc(50% - 60px);
        margin: 0 30px !important;
        z-index: 1;
        font-size: 14px;
    }

    .zvezda-item__img {
        background-color: #fff;
    }

    .zvezda-item:nth-child(3),
    .zvezda-item:nth-child(5) {
        justify-content: flex-start;
    }


    .zvezda-item:nth-child(4),
    .zvezda-item:nth-child(6) {
        justify-content: flex-end;
    }

    .zvezda-item span {
        width: 140px;
    }

    .zvezda__pic {
        transform: translate(-50%, 20px) scale(0.8);
        top: 0;
    }

    .services-item__title {
        font-size: 32px;
    }

}

@media screen and (max-width: 1439.98px) {
    .container {
        width: 1170px;
    }

    .banner {
        padding: 180px 0;
    }

    .choose-us__item {
        width: 360px;
    }

    .choose-us__row.active3 {
        transform: translateX(-400px);
    }

    .choose-us__row.active4,
    .choose-us__row.active5,
    .choose-us__row.active6 {
        transform: translateX(-820px);
    }

    .partners {
        padding: 60px 0 120px 0;
        margin-top: 60px;
    }

    .ppl__row {
        margin-top: 40px;
    }

    .services-wrapper {
        width: 1170px;
        flex-direction: column;
        align-items: center;
    }

    .services__left {
        width: 100%;
        max-width: 800px;
    }

    .services__right {
        width: 100%;
        max-width: 800px;
    }

    .help__abs {
        right: -130px;
    }
}

@media screen and (max-width: 1199.98px) {
    .container {
        width: 960px;
    }

    .services-wrapper {
        width: 960px;
    }

    .about {
        padding: 80px 0;
    }

    .zvezda,
    .choose-us {
        padding-top: 80px;
    }

    .services {
        padding-top: 0;
    }

    .banner__abs {
        top: -130px;
        right: 0px;
        width: 400px;
        height: 400px;
    }

    .about__left {
        width: calc(50% - 40px);
        margin-right: 40px;
        flex-shrink: 0;
    }

    .about__left > * {
        display: block;
        width: 100%;
    }

    .services-item__left {
        width: calc(50% - 40px);
        margin-right: 40px;
    }

    .choose-us__item {
        margin: 0 10px;
        width: 300px;
    }

    .choose-us__row {
        margin: 70px -10px 0px;
    }

    .choose-us__row.active3 {
        transform: translateX(-330px);
    }

    .choose-us__row.active4,
    .choose-us__row.active5,
    .choose-us__row.active6 {
        transform: translateX(-660px);
    }

    .help__left {
        width: calc(50% - 40px);
        margin-right: 40px;
    }

    .variants-item {
        padding: 20px;
    }

    .variants-item__title {
        font-size: 32px;
    }

    .partners__left {
        width: calc(50% - 40px);
        margin-right: 40px;
    }

    .ppl__left {
        width: calc(50% - 40px);
        margin-right: 40px;
    }

    .ppl-block {
        padding-left: 40px;
    }

    .ppl__left .ppl__item.active::after {
        right: -10px !important;
        width: 68px !important;
        background-size: contain;
    }

    .callback__left {
        width: calc(50% - 40px);
        margin-right: 40px;
    }

    .common-title {
        font-size: 50px;
    }

    .about__item {
        width: auto;
    }

    .footer {
        position: static;
    }

    .help__abs {
        display: none;
    }


    .footer__contacts {
        margin-left: 20px;
    }
}

@media screen and (max-width: 991.98px) {
    .container {
        width: 720px;
    }

    .services-wrapper {
        width: 720px;
    }

    main {
        margin-top: 62px;
    }

    .nav-abs {
        display: none;
    }

    .banner {
        padding: 80px 0 80px;
        overflow-x: hidden;
        max-height: 100vh;
    }

    .callback {
        margin-top: 80px;
    }

    .banner__abs {
        display: none;
    }

    .about__title {
        font-size: 32px;
        margin-bottom: 10px;
        line-height: 130%;
    }

    .about__right {
        gap: 0;
    }

    .about__row {
        flex-direction: column;
        max-height: unset;
    }

    .about__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .about__right {
        flex-direction: row;
        width: max-content;
    }

    .about__item {
        width: 335px;
        padding: 20px;
        font-size: 16px;
    }

    .about .container {
        overflow-x: hidden;
    }

    .about__right {
        transition: var(--transition);
    }

    .about__row.active2 .about__right,
    .about__row.active3 .about__right {
        transform: translateX(-355px);
    }

    .not-for-mobile {
        display: none;
    }

    .for-mobile {
        display: block !important;
    }

    .swiper-button-next.for-mobile, .swiper-button-prev.for-mobile {
        display: flex !important;
    }

    .header {
        position: fixed;
        top: 0;
        padding: 10px 0;
        z-index: 99;
        background: #01011C;
    }

    .header-logo {
        width: 140px;
    }

    .header-row {
        justify-content: space-between;
        align-items: center;
    }

    .hamburger-lines {
        height: 26px;
        width: 32px;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
    }

    .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #fff;
    }

    .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }

    .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
    }

    .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }

    .header.active .hamburger-lines .line1 {
        transform: rotate(45deg);
    }

    .header.active .hamburger-lines .line2 {
        transform: scaleY(0);
    }

    .header.active .hamburger-lines .line3 {
        transform: rotate(-45deg);
    }

    .mobile-menu {
        transition: var(--transition);
        position: fixed;
        top: 61px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 41px);
        transform: translateX(-100%);
        display: flex !important;
    }

    .mobile-nav {
        width: 300px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 40px 20px;
        background: #01011C;
        flex-shrink: 0;
    }

    .mobile-menu a {
        display: block;
    }

    .mobile-blur {
        opacity: 1;
        visibility: visible;
        transition-delay: .2s;
        background: rgba(0, 0, 0, .3);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        width: 100%
    }

    .header.active .mobile-menu {
        transform: translateX(0);
    }

    .services-item__row {
        flex-direction: column;
    }

    .services-item__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .services-block {
        margin: 0 10px 20px;
    }

    .services-item__bottom {
        margin-bottom: 20px;
    }

    /* .choose-us__item {
         width: 335px;
     }

     .choose-us__row.active3 {
         transform: translateX(-355px);
     }

     .choose-us__row.active4 {
         transform: translateX(-710px);
     }

     .choose-us__row.active5 {
         transform: translateX(-1065px);
     } */
    .logo__item {
        width: calc(20% - 5px);
    }

    .logo__item img {
        display: block;
        max-width: 100%;
    }

    .partners-block__buttons {
        flex-direction: column;
    }

    .partners-block__buttons > * {
        width: 220px;
        max-width: 100%;
        text-align: center;
    }

    .services-item {
        padding: 30px 20px;
    }

    .variants__row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .variants-item {
        width: calc(100% / 2 - 40px);
        margin: 0 20px 20px;
        height: auto;
    }

    .variants-item__title {
        font-size: 24px;
    }

    .partners-block__item {
        width: calc(100% - 20px);
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 0 10px 20px;
    }

    .partners-block__item-img {
        margin: 0;
        flex-shrink: 0;
    }

    .partners__item {
        padding: 40px 30px;
    }

    .ppl__wrapper {
        flex-direction: column;
    }

    .ppl__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ppl__wrapper {
        padding: 40px 30px;
    }

    .ppl__items {
        display: flex;
        overflow-x: scroll;
        margin-top: 20px;
        overflow-x: scroll;
    }

    .ppl__item {
        width: auto;
        flex-shrink: 0;
        margin: 0;
    }

    .ppl__left .common-title {
        width: 100%;
    }

    .ppl__item + .ppl__item {
        margin-top: 0;
        margin-left: 10px;
    }

    .ppl__left .ppl__item.active::after {
        display: none !important;
    }

    .zvezda__pic {
        display: none;
    }

    .zvezda__wrapper {
        display: flex;
        margin: 0 -10px;
        gap: 0;
        justify-content: flex-start;
    }

    .zvezda-item {
        width: calc(50% - 20px);
        margin: 0 10px 20px !important;
        justify-content: flex-start !important;
        flex-shrink: 0;
    }

    .zvezda-item:nth-child(even) .zvezda-item__img {
        order: 0;
    }

    .zvezda-item:nth-child(even) span {
        text-align: left;
    }

    .zvezda {
        padding-top: 0;
    }

    .footer .container {
        width: calc(100% - 30px)
    }

    .footer__logo {
        width: 130px;
    }

    .footer__contacts {
        gap: 20px;
        margin-left: 20px;
        flex-shrink: 0;
        font-size: 14px;
    }

    .footer__socials {
        margin-left: 20px;
    }

    .footer__right {
        font-size: 14px;
    }

    .about__left > img {
        max-width: 400px;
        margin: 0 auto;
    }

    .help__row {
        flex-direction: column;
        transform: none !important;
        max-height: unset;
    }

    .help__left {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
        top: unset;
        transform: none !important;
    }

    .help__right {
        flex-direction: row;
        transition: var(--transition);
        gap: 0;
    }

    .choose-us__row {
        height: auto;
    }

    .ppl__row {
        gap: 0;
        height: auto;
    }

    .last-wrapper {
        padding-bottom: 0;
    }

    .choose-us__item {
        margin: 0;
    }

    .choose-us__row {
        margin: 70px 0 0;
    }

    .ppl {
        padding-top: 60px;
    }

    .footer__row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer__phones {
        max-width: 200px;
    }

    .footer__contacts {
        margin-top: 10px;
        width: 100%;
        order: 1;
        margin-left: 0;
        justify-content: center;
    }
    #help .common-title {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    #help + .container {
        margin-top: 60px;
    }

}

@media screen and (max-width: 767.98px) {
    .container {
        width: 540px;
    }

    .services-wrapper {
        width: 540px;
    }

    .banner .common-title {
        max-width: 100%;
        width: auto;
    }

    /* .about__item {
         width: 510px;
     }

     .about__row.active2 .about__right {
         transform: translateX(-530px);
     }

     .about__row.active3 .about__right {
         transform: translateX(-1060px);
     }

     .choose-us__item {
         width: 510px;
         max-width: unset;
     }

     .choose-us__row.active2 {
         transform: translateX(-530px);
     }

     .choose-us__row.active3 {
         transform: translateX(calc(-530px * 2));
     }

     .choose-us__row.active4 {
         transform: translateX(calc(-530px * 3));
     }

     .choose-us__row.active5 {
         transform: translateX(calc(-530px * 4));
     }


      .help-item {
         width: 510px;
         flex-shrink: 0;
     }


     .help__row.active2 .help__right {
         transform: translateX(-530px);
     }

     .help__row.active3 .help__right {
         transform: translateX(calc(-530px * 2));
     }

     .help__row.active4 .help__right {
         transform: translateX(calc(-530px * 3));
     }

     .help__row.active5 .help__right {
         transform: translateX(calc(-530px * 4));
     }

     .help__row.active6 .help__right {
         transform: translateX(calc(-530px * 5));
     }

     .help__row.active7 .help__right {
         transform: translateX(calc(-530px * 6));
     }
      */
    .partners__row {
        flex-direction: column;
    }

    .partners__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .callback__row {
        flex-direction: column;
    }

    .callback__left {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
    }

    .common-title {
        font-size: 32px !important;
    }

    .footer__row {
        flex-direction: column;
    }

    .footer__contacts {
        /*display: none;*/
        padding: 20px 0;
        flex-direction: column;
    }

    .footer__contact span {
        justify-content: center;
        text-align: center;
    }
    .footer__socials {
        display: none;
    }

    .footer__right {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        justify-content: center;
    }

    .footer__logo {
        margin: 0 auto;
    }

    .zvezda-item span {
        word-break: break-word;
    }

    .variants {
        padding-top: 40px;
    }
}

@media screen and (max-width: 575.98px) {
    .container {
        width: calc(100% - 30px);
        padding: 0;
        margin: 0 15px;
    }

    .services-wrapper {
        width: calc(100% - 30px);
    }

    .about,
    .logos {
        padding: 40px 0;
    }

    .choose-us,
    .help {
        padding-top: 60px;
    }

    .partners {
        margin-top: 0px;
        padding: 60px 0;
    }

    /*.about__item {
        width: calc(100vw - 30px);
    }

    .about__row.active2 .about__right {
        transform: translateX(calc((100vw - 10px) * -1));
    }

    .about__row.active3 .about__right {
        transform: translateX(calc((100vw - 10px) * -2));
    }
       .choose-us__item {
        width: calc(100vw - 30px);
    }

    .choose-us__row.active2 {
        transform: translateX(calc((100vw - 10px) * -1));
    }

    .choose-us__row.active3 {
        transform: translateX(calc((100vw - 10px) * -2));
    }

    .choose-us__row.active4 {
        transform: translateX(calc((100vw - 10px) * -3));
    }

    .choose-us__row.active5 {
        transform: translateX(calc((100vw - 10px) * -4));
    }

    .help-item {
        width: calc(100vw - 30px);
    }

    .help__row.active2 .help__right {
        transform: translateX(calc((100vw - 10px) * -1));
    }

    .help__row.active3 .help__right {
        transform: translateX(calc((100vw - 10px) * -2));
    }

    .help__row.active4 .help__right {
        transform: translateX(calc((100vw - 10px) * -3));
    }

    .help__row.active5 .help__right {
        transform: translateX(calc((100vw - 10px) * -4));
    }

    .help__row.active6 .help__right {
        transform: translateX(calc((100vw - 10px) * -5));
    }

    .help__row.active7 .help__right {
        transform: translateX(calc((100vw - 10px) * -6));
    }

     */
    .zvezda__wrapper {
        margin: 0;
    }

    .zvezda-item {
        width: 100%;
        max-width: unset;
        justify-content: flex-start !important;
        font-size: 16px;
        margin: 0 0 20px !important;
    }

    .zvezda-item:nth-child(odd) span {
        text-align: left;
    }

    .zvezda-item:nth-child(odd) .zvezda-item__img {
        order: 0;
    }

    .zvezda-item span {
        width: auto;
    }

    .services-item__title {
        font-size: 30px;
        text-align: center;
    }

    .services-item__bottom {
        text-align: center;
        margin-top: 20px;
    }

    .services-item__desc {
        text-align: center;
    }

    .services-block__img {
        margin: 0 auto 10px;
    }

    .services-item .green-button {
        margin: 40px auto 0;
    }

    .services-block__text {
        font-size: 14px;
        text-align: center;
        line-height: 100%;
    }

    .services-block span {
        font-size: 20px;
        text-align: center;
    }

    .services-block__row {
        justify-content: center;
        flex-direction: column;
    }

    .services-block {
        width: calc(100% - 20px);
    }

    .services-block__text {
        margin-right: 0;
        max-width: 100%;
    }

    .partners__row {
        margin-top: 40px;
    }

    .partners__item {
        padding: 20px 15px;
        font-size: 20px;
        height: auto;
    }

    .partners__right {
        width: 100%;
    }

    .ppl__right {
        border: none;
    }

    .ppl-block {
        padding-left: 0;
    }

    .ppl .ppl__row .common-title {
        font-size: 24px!important;
    }

    .ppl-block_row .ppl-block__item {
        width: 100%;
        margin: 0 0 10px;
    }

    .banner__row {
        flex-direction: column;
        gap: 20px;
    }

    .about__left {
        height: auto;
    }

    .about__right {
        height: auto;
        gap: 0;
    }

    .services-row {
        padding: 0;
    }

    .choose-us__item {
        margin: 0;
        max-width: unset;
    }

    .choose-us__row {
        margin: 40px 0 0;
        height: auto;
    }

    .choose-us .container {
        overflow: hidden;
    }

    .help__mini-item {
        margin-top: 30px;
    }

    .help__right {
        gap: 0;
    }

    .partners-block__buttons {
        align-items: center;
    }

    .callback-form__submit {
        margin: 10px auto 0;
    }

    .variants-item {
        width: calc(100% - 40px);
    }

    .banner__buttons {
        flex-direction: column;
    }

    .banner__buttons .banner__button {
        margin-top: 10px;
    }

    .banner__buttons {
        margin-top: 30px;
    }

    .zvezda-cifra {
        flex-direction: column;
        gap: 20px;
    }

    main, body {
        overflow-x: hidden;
        width: 100vw;
    }

    .light-wrapper,
    .dark-wrapper {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .services__desk {
        text-align: center;
        padding: 0 15px;
    }

    .m-news-item-name {
        font-size: 18px;
    }

    .m-news-item {
        padding: 10px;
    }

    .ppl__item {
        padding: 8px 8px;
    }
}
/* End */
/* /local/templates/korp/assets/css/normalize.css?17103137016599 */
/* /local/templates/korp/assets/css/custom.css?177978298141609 */
/* /local/templates/korp/assets/css/media.css?171031370120155 */
