@font-face {
    font-family: Gilroy;
    font-display: swap;
    src:
        url('/fonts/Gilroy-Black.woff2') format('woff2'),
        url('/fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    src:
        url('/fonts/Gilroy-Bold.woff2') format('woff2'),
        url('/fonts/Gilroy-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    src:
        url('/fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('/fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    src:
        url('/fonts/Gilroy-Medium.woff2') format('woff2'),
        url('/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Gilroy;
    font-display: swap;
    src:
        url('/fonts/Gilroy-Regular.woff2') format('woff2'),
        url('/fonts/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
:root {
    /* font */
    --ff: 'Gilroy', sans-serif;

    --fz-xl: 24px;
    --lh-xl: 28px;
    --f-xl: var(--fz-xl) / var(--lh-xl) var(--ff);

    --fz-l: 20px;
    --lh-l: 24px;
    --f-l: var(--fz-l) / var(--lh-l) var(--ff);

    --fz-xm: 18px;
    --lh-xm: 22px;
    --f-xm: var(--fz-xm) / var(--lh-xm) var(--ff);

    --fz-m: 16px;
    --lh-m: 20px;
    --f-m: var(--fz-m) / var(--lh-m) var(--ff);

    --fz-s: 14px;
    --lh-s: 18px;
    --f-s: var(--fz-s) / var(--lh-s) var(--ff);

    --fz-xs: 12px;
    --lh-xs: 16px;
    --f-xs: var(--fz-xs) / var(--lh-xs) var(--ff);

    /* color */
    --body: #f7f8fa;
    --body50: rgba(247, 248, 250, 0.5);
    --body25: rgba(247, 248, 250, 0.25);
    --body15: rgba(247, 248, 250, 0.15);
    --bg: #ffffff;
    --bg50: rgba(255, 255, 255, 0.5);
    --bg25: rgba(255, 255, 255, 0.25);
    --bg15: rgba(255, 255, 255, 0.15);
    --bg10: rgba(255, 255, 255, 0.1);
    --bg05: rgba(255, 255, 255, 0.05);
    --text: #333333;
    --text75: rgba(51, 51, 51, 0.75);
    --text50: rgba(51, 51, 51, 0.5);
    --text25: rgba(51, 51, 51, 0.25);
    --text15: rgba(51, 51, 51, 0.15);
    --text10: rgba(51, 51, 51, 0.1);
    --text05: rgba(51, 51, 51, 0.05);

    --primary: #295cc9;
    --primary75: rgba(41, 92, 201, 0.75);
    --primary50: rgba(41, 92, 201, 0.5);
    --primary25: rgba(41, 92, 201, 0.25);
    --primary15: rgba(41, 92, 201, 0.15);
    --primary10: rgba(41, 92, 201, 0.1);
    --primary05: rgba(41, 92, 201, 0.05);

    --primary-text: #ffffff;

    --black: #0b1c35;
    --black50: rgba(11, 28, 53, 0.5);
    --black15: rgba(11, 28, 53, 0.15);
    --black10: rgba(11, 28, 53, 0.1);
    --orange: #fd8c26;
    --orange50: rgba(253, 140, 38, 0.5);
    --purple: #8e0ef2;
    --yellow: #fcbf47;
    --yellow15: rgba(252, 191, 71, 0.15);
    --yellow10: rgba(252, 191, 71, 0.1);
    --red: #e54047;
    --red50: rgba(229, 64, 71, 0.5);
    --red25: rgba(229, 64, 71, 0.25);
    --red20: rgba(229, 64, 71, 0.2);
    --red15: rgba(229, 64, 71, 0.15);
    --red10: rgba(229, 64, 71, 0.1);
    --red05: rgba(229, 64, 71, 0.05);
    --blue: #295cc9;
    --blue75: rgba(41, 92, 201, 0.75);
    --blue50: rgba(41, 92, 201, 0.5);
    --blue25: rgba(41, 92, 201, 0.25);
    --blue15: rgba(41, 92, 201, 0.15);
    --blue10: rgba(41, 92, 201, 0.1);
    --blue05: rgba(41, 92, 201, 0.05);
    --green: #54b268;
    --green50: rgba(84, 178, 104, 0.5);
    --green25: rgba(84, 178, 104, 0.25);
    --green20: rgba(84, 178, 104, 0.2);
    --green15: rgba(84, 178, 104, 0.15);
    --green10: rgba(84, 178, 104, 0.1);
    --green05: rgba(84, 178, 104, 0.05);
    --gray: #eeeff1;
    --gray75: rgba(238, 239, 241, 0.75);
    --gray-dark: #d8d8d8;
    --gray50: rgba(238, 239, 241, 0.5);
    --gray-light: #eaeaea;
    --gray-light50: rgba(238, 239, 241, 0.5);

    /* shadow */
    --light-shadow: 0 4px 15px 0 rgba(122, 148, 199, 0.15);
    --dark-shadow: 0 4px 15px 0 rgba(51, 51, 51, 0.15);
    --editor-shadow: 0 4px 20px 0 rgba(150, 151, 151, 0.11);

    --hover: #f7f8fa;

    /* space */
    --container: 1920px;
    --gap-l: 20px;
    --gap: 15px;
    --gap-s: 10px;

    /* content banner */
    --demo-banner-bg: #0b1c35;
    --demo-banner-text: #ffffff;
    --study-banner-bg: #295cc9;
    --study-banner-text: #ffffff;
    --certification-banner-bg: #3190f8;
    --certification-banner-text: #ffffff;
    --knowledge-banner-bg: #03ab8f;
    --knowledge-banner-text: #ffffff;
}
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
._modal {
    overflow: hidden;
}
._container {
    max-width: 1920px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
._center {
    display: flex;
    align-items: center;
    justify-content: center;
}
._ns {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
._nowrap {
    white-space: nowrap;
}
._opacity {
    opacity: 0.5;
}
._icon {
    display: block;
    flex-shrink: 0;
    width: var(--s);
    height: var(--s);
    -webkit-mask-size: var(--s);
    mask-size: var(--s);
}
._ava {
    --s: 35px;

    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: var(--s);
    height: var(--s);
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--primary);
    color: var(--primary-text);
    border-radius: 50%;
    border: 0;
    text-transform: uppercase;
}
._ava[style^='background-image'] {
    background-color: transparent;
}
._one-line,
._two-line,
._three-line {
    outline: none;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
._two-line {
    -webkit-line-clamp: 2;
}
._three-line {
    -webkit-line-clamp: 3;
}
._sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
._no-scroll {
    scrollbar-width: none;
}
._no-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
}
._scroll {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--text10) var(--bg);
}
._scroll::-webkit-scrollbar {
    width: 8px;
}
._scroll::-webkit-scrollbar-track {
    background-color: var(--bg);
    border-radius: 8px;
}
._scroll::-webkit-scrollbar-thumb {
    background-color: var(--text10);
    border-radius: 8px;
}
._mono {
    font-variant-numeric: tabular-nums !important;
}
._progress {
    --min: 0;
    --max: 0;
    --value: 0;
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 8px + var(--ratio) * (100% - 8px));

    width: 100%;
    height: 4px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
._progress:focus {
    outline: none;
}
._progress::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 8px;
    height: 8px;
    border-radius: 16px;
    background: var(--primary);
    border: none;
    box-shadow: none;
    margin-top: -2px;
}
._progress::-webkit-slider-runnable-track {
    height: 4px;
    border: none;
    border-radius: 0.5em;
    background: var(--primary15);
    box-shadow: none;
}
._progress::-webkit-slider-runnable-track {
    background:
        linear-gradient(var(--primary), var(--primary)) 0 / var(--sx) 100% no-repeat,
        var(--primary15);
}
._progress::-moz-range-thumb {
    width: 8px;
    height: 8px;
    border-radius: 16px;
    background: var(--primary);
    border: none;
    box-shadow: none;
}
._progress::-moz-range-track {
    height: 4px;
    border: none;
    border-radius: 0.5em;
    background:
        linear-gradient(var(--primary), var(--primary)) 0 / var(--sx) 100% no-repeat,
        var(--primary15);
    box-shadow: none;
}
._progress::-ms-fill-upper {
    background: transparent;
    border-color: transparent;
}
._progress::-ms-fill-lower {
    background: transparent;
    border-color: transparent;
}
._progress::-ms-thumb {
    width: 8px;
    height: 8px;
    border-radius: 16px;
    background: var(--primary);
    border: none;
    box-shadow: none;
    margin-top: 0;
    box-sizing: border-box;
}
._progress::-ms-track {
    height: 4px;
    border-radius: 0.5em;
    background: var(--primary15);
    border: none;
    box-shadow: none;
    box-sizing: border-box;
}
._progress::-ms-fill-lower {
    height: 4px;
    border-radius: 0.5em 0 0 0.5em;
    margin: 0;
    background: var(--primary);
    border: none;
    border-right-width: 0;
}
[role='button'],
button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body {
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    font: var(--f-m);
    font-weight: 400;
    font-style: normal;
    background-color: var(--bg);
    color: var(--text);
    overflow-x: hidden;
}
body._modal {
    overflow: hidden;
}
img,
video {
    display: block;
}
ul[class],
ol[class] {
    list-style: none;
}
input,
textarea,
button {
    font: inherit;
    color: inherit;
}
input:focus,
textarea:focus {
    outline: none;
}
input[type='file'] {
    font-size: 0;
}
input[type='file']::-webkit-file-upload-button {
    display: none;
}
textarea {
    resize: none;
}
input::placeholder,
textarea::placeholder {
    font: inherit;
    color: inherit;
    opacity: 0.5;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font: inherit;
    color: inherit;
    opacity: 0.5;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    font: inherit;
    color: inherit;
    opacity: 0.5;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font: inherit;
    color: inherit;
    opacity: 0.5;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.site {
    --accent: #22864c;
    padding-top: 15px;
}
.site__content {
    padding: 15px;
    background-color: var(--bg);
    border-radius: 8px 8px 0 0;
}
.site-first {
    position: relative;
    margin-bottom: 200px;
}
.site-first__image {
    position: relative;
}
.site-first__image::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 50%);
    border-radius: 8px;
    z-index: 2;
    content: '';
}
.site-first__image > div {
    position: relative;
    min-height: calc(100vh - 60px);
    min-height: calc(100dvh - 60px);
}
.site-first__image > div > img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 8px;
}
.site-first__inner {
    position: absolute;
    flex-direction: column;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: var(--bg);
    z-index: 3;
}
.site-first__logo {
    position: relative;
    height: 130px;
    margin-bottom: 70px;
}
.site-first__logo img {
    height: 100%;
    object-fit: contain;
}
.site-first__title {
    max-width: 1420px;
    margin-bottom: 40px;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    text-align: center;
}
.site-first__text {
    max-width: 740px;
    margin-bottom: 70px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.site-first__button {
    width: 310px;
    height: 80px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    background-color: var(--accent);
    border-radius: 10px;
    border: 0;
}
.site-container {
    max-width: 1450px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.site-about,
.site-products,
.site-cases {
    margin-bottom: 200px;
}
.site-about__header,
.site-products__header,
.site-cases__header {
    margin-bottom: 60px;
}
.site-about__title,
.site-products__title,
.site-cases__title,
.site-contacts__title {
    max-width: 872px;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 64px;
    font-weight: 700;
}
.site-about__text,
.site-products__text,
.site-cases__text,
.site-contacts__text {
    max-width: 740px;
    font-size: 20px;
    line-height: 24px;
}
.site-video__inner {
    position: relative;
    padding-bottom: calc(798 / 1420 * 100%);
    background-color: var(--gray-light);
    border-radius: 10px;
}
/* .site-video__inner::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
} */
.site-video__inner > video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    object-fit: cover;
}
.site-video__play {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    z-index: 2;
}
.site-video__play > span {
    --s: 80px;

    background-color: rgba(255, 255, 255, 0.7);
    mask-image: url('/img/site/play.svg');
    -webkit-mask-image: url('/img/site/play.svg');
    transition: transform 0.2s;
}
.site-about__achieve {
    display: flex;
    margin-top: 60px;
}
.site-about__achieve-item {
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 10px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    background-color: var(--body);
    border-radius: 80px;
}
.site-about__achieve-item:not(:last-child) {
    margin-right: 20px;
}
.site-about__achieve-item > img {
    --s: 60px;

    flex-shrink: 0;
    width: var(--s);
    height: var(--s);
    margin-right: 15px;
}
.site-about__achieve-item > p {
    color: transparent;
}
.site-about__achieve-item[data-item='1'] > p {
    background: linear-gradient(225deg, #99d972, #26ab5b);
    background-clip: text;
    -webkit-background-clip: text;
}
.site-about__achieve-item[data-item='2'] > p {
    background: linear-gradient(120deg, #ffb200, #f16000);
    background-clip: text;
    -webkit-background-clip: text;
}
.site-about__achieve-item[data-item='3'] > p {
    background: linear-gradient(225deg, #b2b2b2, #656565);
    background-clip: text;
    -webkit-background-clip: text;
}
.site-products__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.site-product {
    position: relative;
    display: flex;
    flex-direction: column;
}
.site-product:nth-child(n + 4) {
    display: none;
}
.site-product__inner {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px;
    background-color: var(--body);
    border-radius: 20px;
}
.site-product__header {
    position: relative;
    flex-shrink: 0;
    margin-bottom: 20px;
}
.site-product__image,
.site-case__image {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--gray-light);
    border-radius: 10px;
    z-index: 3;
}
.site-product__image-inner {
    position: relative;
    padding-bottom: calc(166 / 268 * 100%);
}
.site-product__image-inner > img,
.site-case__image-inner > img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    object-fit: cover;
}
.site-product__body {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.site-product__title,
.site-case__title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
}
.site-product__text,
.site-case__text {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
}
.site-product__price {
    margin: auto 0 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.site-product__button {
    width: 100%;
    height: 60px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    background-color: var(--accent);
    color: var(--bg);
    border-radius: 10px;
    border: 0;
}
.site-products__footer,
.site-cases__footer {
    margin-top: 40px;
}
.site-products__footer-button,
.site-cases__footer-button {
    font-size: 20px;
    line-height: 24px;
    background-color: transparent;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.2s;
}
.site-products__footer-button > span,
.site-cases__footer-button > span {
    --s: 24px;

    margin-left: 10px;
    background-color: var(--text);
    mask-image: url('/img/site/angle.svg');
    -webkit-mask-image: url('/img/site/angle.svg');
}
.site-cases {
    display: flex;
    flex-direction: column;
    padding: 60px 40px 40px;
    background-color: var(--body);
    border-radius: 20px;
}
.site-case__image-inner {
    position: relative;
    padding-bottom: calc(179 / 200 * 100%);
}
.site-cases__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    text-align: center;
}
.site-cases__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}
.site-case {
    position: relative;
    padding: 14px;
    background-color: var(--bg);
    border-radius: 20px;
}
.site-case__inner {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 40px;
}
.site-case__vision {
    position: relative;
}
.site-case__body {
    display: flex;
    flex-direction: column;
}
.site-case__title {
    max-width: 600px;
}
.site-case__text {
    max-width: 680px;
}
.site-case__link {
    align-self: flex-start;
    margin-top: auto;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--accent);
}
.site-case__link > span {
    --s: 24px;

    margin-left: 20px;
    background-color: var(--accent);
    mask-image: url('/img/site/arrow.svg');
    -webkit-mask-image: url('/img/site/arrow.svg');
}
.site-contacts {
    margin-bottom: 82px;
}
.site-contacts__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.site-contacts__title {
    max-width: 600px;
    margin-bottom: 68px;
}
.site-contacts__text {
    max-width: 600px;
}
.site-contacts__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -10px;
}
.site-contact {
    height: 80px;
    padding: 23px 30px;
    margin: 10px;
    border-radius: 80px;
    border: 0;
}
.site-contact {
    display: none;
}
.site-contact__telegram {
    background-color: #37aee2;
}
.site-contacts__list._telegram .site-contact__telegram {
    display: flex;
}
.site-contact__whatsapp {
    background-color: #25d366;
}
.site-contacts__list._whatsapp .site-contact__whatsapp {
    display: flex;
}
.site-contact__max {
    background: linear-gradient(#516ffe, #995ddd);
}
.site-contacts__list._max .site-contact__max {
    display: flex;
}
.site-contact__mail {
    background-color: var(--blue);
}
.site-contacts__list._mail .site-contact__mail {
    display: flex;
}
.site-contact__phone {
    background-color: var(--green);
}
.site-contacts__list._phone .site-contact__phone {
    display: flex;
}
.site-contact__icon {
    --s: 34px;

    margin-right: 14px;
    background-color: var(--bg);
}
.site-contact__telegram .site-contact__icon {
    mask-image: url('/img/site/telegram.svg');
    -webkit-mask-image: url('/img/site/telegram.svg');
}
.site-contact__whatsapp .site-contact__icon {
    mask-image: url('/img/site/whatsapp.svg');
    -webkit-mask-image: url('/img/site/whatsapp.svg');
}
.site-contact__max .site-contact__icon {
    mask-image: url('/img/site/max.svg');
    -webkit-mask-image: url('/img/site/max.svg');
}
.site-contact__mail .site-contact__icon {
    mask-image: url('/img/site/mail.svg');
    -webkit-mask-image: url('/img/site/mail.svg');
}
.site-contact__phone .site-contact__icon {
    mask-image: url('/img/site/phone.svg');
    -webkit-mask-image: url('/img/site/phone.svg');
}
.site-contact__text {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: var(--bg);
}
.site-footer__inner {
    background-color: var(--gray-light);
}
.site-footer__data {
    padding: 60px 0;
}
.site-footer__title {
    max-width: 379px;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
}
.site-footer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    font-size: 20px;
    line-height: 32px;
}
.site-footer__item + .site-footer__item,
.site-footer__item > p + p {
    margin-top: 10px;
}
.site-footer__item > p:first-child,
.site-footer__item > span:first-child {
    font-weight: 700;
}
.site-footer__contract {
    height: 60px;
    background-color: var(--text10);
}
.site-footer__contract-button {
    align-self: center;
    padding: 4px 10px;
    margin-top: 0;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    border-radius: 20px;
    border: 0;
}
.site-footer__contract-button > span {
    --s: 24px;

    margin-right: 10px;
    background-color: var(--text);
    mask-image: url('/img/site/link.svg');
    -webkit-mask-image: url('/img/site/link.svg');
}
.site-footer__powered {
    height: 60px;
    font-size: 18px;
    line-height: 16px;
    font-weight: 600;
    background-color: var(--text);
    color: var(--bg);
}
.site-footer__powered-text {
    margin-right: 8px;
}
.site-footer__powered-edler > span {
    --s: 24px;

    margin-right: 10px;
    background-color: var(--bg);
    mask-image: url('/img/site/logo.svg');
    -webkit-mask-image: url('/img/site/logo.svg');
}
.site-white,
.site-mcontacts,
.site-mcases {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.site-white__header {
    display: flex;
    align-items: center;
    height: 170px;
    padding: 0 40px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
    background-color: var(--black);
    color: var(--bg);
    border-radius: 8px;
}
.site-white__header-text {
    max-width: 343px;
}
.site-white__body {
    margin-bottom: 20px;
}
.site-white__address {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.site-white__address-caption,
.site-white__domain-caption {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}
.site-white__address-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1;
    background-color: var(--gray-light50);
    color: var(--text50);
    border-radius: 8px;
    border: 1px solid var(--text15);
}
.site-white__address-button > span:last-child {
    --s: 20px;

    background-color: var(--text50);
    mask-image: url('/img/site/copy.svg');
    -webkit-mask-image: url('/img/site/copy.svg');
}
.site-white__domain {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.site-white__link {
    font-size: 14px;
    line-height: 1;
    color: var(--blue);
    text-decoration: underline;
}
.site-white__footer,
.site-mcontacts__footer,
.site-mcases__footer {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}
.site-white__cancel,
.site-mcontacts__cancel,
.site-mcases__cancel {
    background-color: var(--body);
    color: var(--text50);
}
.site-share-success__header,
.site-share-done__header,
.site-share-fail__header {
    padding: 0;
}
.site-share-success__header-image,
.site-share-done__header-image,
.site-share-fail__header-image {
    height: calc(100% - 20px);
}
.site-mcontacts__header,
.site-mcases__header {
    margin-bottom: 20px;
}
.site-mcontacts__header-title,
.site-mcases__header-title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
.site-mcontacts__header-text,
.site-mcases__header-text {
    font-size: 16px;
    line-height: 20px;
}
.site-mcontacts__form,
.site-mcases__form {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.site-mcontacts__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.site-mcontact {
    display: flex;
    align-items: center;
}
.site-mcontact:not(:last-child) {
    margin-bottom: 20px;
}
.site-mcontact__icon {
    --s: 30px;

    width: var(--s);
    height: var(--s);
    margin-right: 15px;
    background-color: var(--text25);
    border-radius: 50%;
    border: 0;
}
.site-mcontact__telegram .site-mcontact__icon {
    background-color: #37aee2;
}
.site-mcontact__whatsapp .site-mcontact__icon {
    background-color: #25d366;
}
.site-mcontact__max .site-mcontact__icon {
    background: linear-gradient(#516ffe, #995ddd);
}
.site-mcontact__phone .site-mcontact__icon {
    background-color: var(--green);
}
.site-mcontact__mail .site-mcontact__icon {
    background-color: var(--blue);
}
.site-mcontact__icon > span {
    --s: 20px;

    background-color: var(--bg);
}
.site-mcontact__telegram .site-mcontact__icon > span {
    mask-image: url('/img/site/telegram.svg');
    -webkit-mask-image: url('/img/site/telegram.svg');
}
.site-mcontact__whatsapp .site-mcontact__icon > span {
    mask-image: url('/img/site/whatsapp.svg');
    -webkit-mask-image: url('/img/site/whatsapp.svg');
}
.site-mcontact__max .site-mcontact__icon > span {
    mask-image: url('/img/site/max.svg');
    -webkit-mask-image: url('/img/site/max.svg');
}
.site-mcontact__phone .site-mcontact__icon > span {
    mask-image: url('/img/site/phone.svg');
    -webkit-mask-image: url('/img/site/phone.svg');
}
.site-mcontact__mail .site-mcontact__icon > span {
    mask-image: url('/img/site/mail.svg');
    -webkit-mask-image: url('/img/site/mail.svg');
}
.site-mcontact__input {
    flex: 1;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid var(--text15);
}
.site-mcontact__input._error {
    color: var(--red);
    border-color: var(--red25);
}
.site-mcases__label {
    display: flex;
    margin-bottom: 20px;
}
.site-mcontact__phone {
    display: flex;
    flex: 1;
}
.site-mcontact__phone .input-label {
    flex: 1;
}
.site-under {
    flex: 1;
}
.site-under__inner {
    flex-direction: column;
}
.site-under__image {
    max-width: 240px;
    width: 100%;
    margin-bottom: 80px;
}
.site-under__image-inner {
    position: relative;
    padding-bottom: 100%;
}
.site-under__image-inner > img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}
.site-under__title {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}
.site-under__text {
    max-width: 800px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.site-under__footer {
    height: 50px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    background-color: var(--black);
    color: var(--bg);
}
.site-under__footer > span {
    --s: 24px;

    margin: 0 10px;
    background-color: var(--bg);
    mask-image: url('/img/site/logo.svg');
    -webkit-mask-image: url('/img/site/logo.svg');
}
@media not all and (hover: none) {
    .site-header__button:hover > span {
        opacity: 1;
    }
    .site-first__logo._active:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }
    .site-first__logo._active:hover .site-first__logo-remove,
    .site-product:hover .site-product__remove,
    .site-case:hover .site-case__remove,
    .site-product__image:hover .site-product__image-footer,
    .site-case__image:hover .site-case__image-footer {
        opacity: 1;
        visibility: visible;
    }
    .site-first__logo-remove:hover > span,
    .site-product__remove:hover > span,
    .site-case__remove:hover > span {
        background-color: var(--red);
    }
    .site-video__play:hover > span {
        transform: scale(1.2);
    }
}
@media (max-width: 1480px) {
    .site-first,
    .site-about,
    .site-products,
    .site-cases {
        margin-bottom: 100px;
    }
    .site-first__logo {
        height: 80px;
        margin-bottom: 70px;
    }
    .site-first__title {
        max-width: 935px;
        margin-bottom: 30px;
        font-size: 52px;
        line-height: 1;
        font-weight: 700;
    }
    .site-first__text {
        max-width: 600px;
        margin-bottom: 70px;
        font-size: 16px;
        line-height: 1.2;
    }
    .site-first__button {
        width: 200px;
        height: 50px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
    }
    .site-container {
        max-width: 928px;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .site-about__header,
    .site-products__header,
    .site-cases__header {
        max-width: 524px;
        margin-bottom: 30px;
    }
    .site-about__title,
    .site-products__title,
    .site-cases__title,
    .site-contacts__title {
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 34px;
        font-weight: 700;
    }
    .site-about__text,
    .site-products__text,
    .site-cases__text,
    .site-contacts__text {
        font-size: 14px;
        line-height: 15.8px;
    }
    .site-about__achieve-item {
        font-size: 16px;
        line-height: 20px;
    }
    .site-product__title,
    .site-case__title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px;
    }
    .site-product__text,
    .site-case__text {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.2;
    }
    .site-product__price {
        margin: auto 0 10px;
        font-size: 20px;
        line-height: 24px;
    }
    .site-product__button {
        height: 50px;
        font-size: 16px;
        line-height: 24px;
    }
    .site-products__footer-button,
    .site-cases__footer-button {
        font-size: 16px;
        line-height: 20px;
    }
    .site-products__footer-button > span,
    .site-cases__footer-button > span {
        --s: 20px;
    }
    .site-case__link {
        font-size: 16px;
        line-height: 20px;
    }
    .site-case__link > span {
        --s: 20px;

        margin-left: 15px;
    }
    .site-contact {
        height: 50px;
        padding: 13px 20px;
        border-radius: 80px;
        border: 0;
    }
    .site-contact__icon {
        --s: 24px;
    }
    .site-contact__text {
        font-size: 16px;
        line-height: 1;
    }
    .site-footer__title {
        max-width: 379px;
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 28px;
    }
    .site-footer__grid {
        font-size: 14px;
        line-height: 14px;
    }
    .site-footer__contract {
        height: 50px;
    }
    .site-footer__contract-button {
        font-size: 16px;
        line-height: 1;
    }
    .site-footer__contract-button > span {
        --s: 20px;

        margin-right: 5px;
    }
    .site-footer__powered {
        height: 50px;
        font-size: 14px;
        line-height: 16px;
    }
    .site-footer__powered-edler > span {
        margin-right: 8px;
    }
}
@media (max-width: 992px) {
    .site__content {
        padding: 0;
    }
    .site-first__image > div {
        min-height: calc(100vh - 30px);
        min-height: calc(100dvh - 30px);
    }
    .site-contacts__grid,
    .site-footer__grid {
        grid-template-columns: 1fr;
    }
    .site-contacts__list {
        max-width: 450px;
        justify-content: flex-start;
    }
    .site-footer__data {
        padding: 60px 15px;
    }
}
@media (max-width: 880px) {
    .site-about__achieve {
        margin: 40px -10px -10px;
        flex-wrap: wrap;
    }
    .site-about__achieve-item:not(:last-child) {
        margin-right: 0;
    }
    .site-about__achieve-item {
        margin: 10px;
    }
    .site-about__achieve-item > img {
        --s: 50px;
    }
}
@media (max-width: 860px) {
    .site-cases {
        padding: 40px 15px 20px;
    }
    .site-cases__footer {
        margin-top: 20px;
    }
}
@media (max-width: 720px) {
    html,
    body {
        scrollbar-width: none;
    }
    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .site {
        padding-top: 0;
    }
    .site__content {
        border-radius: 0;
    }
    .site-first {
        margin: 0 -15px 100px;
    }
    .site-first__image::after {
        border-radius: 0;
    }
    .site-first__image > div {
        height: 100vh;
        height: 100dvh;
    }
    .site-first__image > div > img {
        border-radius: 0;
    }
    .site-products__grid {
        grid-template-columns: 1fr;
    }
    .site-cases {
        margin: 0 -15px 100px;
        border-radius: 0;
    }
}
@media (max-width: 640px) {
    .site-first,
    .site-about,
    .site-products,
    .site-cases {
        margin-bottom: 60px;
    }
    .site-first__inner {
        padding: 0 20px;
    }
    .site-first__title {
        font-size: 26px;
        line-height: 1;
    }
    .site-about__header,
    .site-products__header,
    .site-cases__header {
        max-width: none;
        margin-bottom: 40px;
    }
    .site-about__title,
    .site-products__title,
    .site-cases__title,
    .site-contacts__title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
    }
    .site-about__text,
    .site-products__text,
    .site-cases__text,
    .site-contacts__text {
        font-size: 16px;
        line-height: 18px;
    }
    .site-about__achieve {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin: 20px 0 0;
    }
    .site-about__achieve-item {
        margin: 0 !important;
    }
    .site-product__inner {
        padding: 10px;
    }
    .site-product__text {
        font-size: 16px;
        line-height: 18px;
    }
    .site-products__footer {
        margin-top: 20px;
    }
    .site-cases__title {
        max-width: 215px;
    }
    .site-cases__list {
        grid-gap: 10px;
    }
    .site-case {
        padding: 10px 10px 20px;
    }
    .site-case__inner {
        grid-template-columns: 1fr;
    }
    .site-case__image-inner {
        padding-bottom: calc(207 / 335 * 100%);
    }
    .site-case__text {
        margin-bottom: 40px;
    }
    .site-case__link {
        align-self: center;
    }
    .site-contacts__list {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin: 0;
    }
    .site-contact {
        height: 60px;
        margin: 0;
    }
    .site-contact__icon {
        --s: 28px;
    }
    .site-footer__title {
        max-width: 307px;
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 20px;
    }
    .site-footer__grid {
        font-size: 16px;
        line-height: 20px;
    }
}
