@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    box-sizing: border-box;
}
body,
html {
    line-height: 1;
    height: 100%;
    width: 100%;
    font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
:active,
:focus {
    outline: 0;
}
a {
    color: inherit;
}
a:active,
a:hover {
    outline: 0;
}
a,
a:hover,
a:visited {
    text-decoration: none;
}
aside,
footer,
header,
nav {
    display: block;
}
button,
input,
select,
textarea {
    font: inherit;
}
input::-ms-clear {
    display: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
input,
select {
    color: currentColor;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    overflow-y: auto;
    resize: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    -moz-transition: 0.3s;
    transition: 0.3s;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    -ms-transition: 0.3s;
    transition: 0.3s;
}
input::placeholder,
textarea::placeholder {
    transition: 0.3s;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}
button {
    background-color: transparent;
    cursor: pointer;
    color: currentColor;
}
:root {
    --color-text: #292929;
    --color-main: #ffffff;
    --color-black: #000;
    --color-accent: #fff000;
    --color-rare: #ff0000;
    --color-base: #0072ff;
    --color-base2: #009dff;
    --color-dark: #1c1c1c;
    --color-dark2: #494949;
    --color-dark3: #a4a4a4;
    --color-dark4: #cdced2;
    --color-dark5: #e8e8e8;
    --color-dark6: #f7f7f7;
    --color-muted: #e5f5ff;
    --color-muted1: #e6efee;
    --color-hover: #0066e3;
    --color-red: #fc5e52;
    --color-other: #046057;
    --color-additional1: #ffcd62;
    --color-additional2: #16bca2;
    --color-additional3: #fc5e52;
    --color-additional4: #fffaef;
    --color-additional5: #e6fbf7;
    --color-additional6: #ffefee;
    --with-container: 1920px;
}
html {
    scroll-behavior: smooth;
    line-height: inherit;
}
* {
    padding: 0;
    line-height: inherit;
    margin: 0;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-rendering: optimizeSpeed;
    color: var(--color-dark);
}
body.fixed {
    overflow: hidden !important;
}
body.lock {
    overflow: hidden !important;
}
button,
input {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body.down header.clone {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
a {
    transition: 0.3s;
}
.main {
    flex: 1 0 auto;
}
.footer,
.header {
    flex-shrink: 0;
}
.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.icon svg {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.iresponsive {
    position: relative;
}
.iresponsive img,
.iresponsive video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.iresponsive iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.container {
    max-width: var(--with-container);
    margin: 0 auto;
    padding: 0 30px;
}
.input-grey {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
}
.input-grey.input-number {
    overflow: inherit;
}
.input-grey.input-number .input-grey__placeholder {
    padding-left: 40px;
}
.input-grey.input-number.js-active .input-grey__placeholder {
    text-transform: uppercase;
}
.input-grey.input-number.js-active .iti__selected-dial-code {
    display: block;
}
.input-grey.input-number.js-active .iti__selected-flag .iti__arrow,
.input-grey.input-number.js-active .iti__selected-flag .iti__flag {
    position: relative;
    top: 8px;
}
.input-grey.input-number.js-active .input-grey__placeholder {
    top: 1px;
    padding-left: 0;
    transform: initial;
}
.input-grey.input-number.js-active .input-grey__placeholder svg {
    width: 12px;
    height: 12px;
}
.input-grey.input-number.js-active .input-grey__placeholder span {
    font-size: 10px;
}
.input-grey.input-number .iti__selected-flag .iti__arrow,
.input-grey.input-number .iti__selected-flag .iti__flag {
    position: relative;
    top: 0;
}
.input-grey.input-number label input {
    padding-left: 60px;
}
.input-grey.input-number label:focus-within .iti__selected-dial-code {
    display: block;
}
.input-grey.input-number label:focus-within .iti__selected-flag .iti__arrow,
.input-grey.input-number label:focus-within .iti__selected-flag .iti__flag {
    position: relative;
    top: 8px;
}
.input-grey.input-number label:focus-within .input-grey__placeholder {
    text-transform: uppercase;
    top: 1px;
    padding-left: 0;
    transform: initial;
}
.input-grey.input-number label:focus-within .input-grey__placeholder svg {
    width: 12px;
    height: 12px;
}
.input-grey.input-number label:focus-within .input-grey__placeholder span {
    font-size: 10px;
}
.input-grey input,
.input-grey textarea {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border-radius: 12px;
    min-height: 48px;
    padding: 20px 30px 3px 16px;
    appearance: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid transparent;
    transition: 0.3s;
}
.input-grey input:focus,
.input-grey textarea:focus {
    border-color: #0072ff;
}
.input-grey input:focus + .input-grey__placeholder,
.input-grey textarea:focus + .input-grey__placeholder {
    top: 1px;
    transform: initial;
}
.input-grey input:focus + .input-grey__placeholder svg,
.input-grey textarea:focus + .input-grey__placeholder svg {
    width: 12px;
    height: 12px;
}
.input-grey input:focus + .input-grey__placeholder span,
.input-grey textarea:focus + .input-grey__placeholder span {
    font-size: 10px;
    text-transform: uppercase;
}
.input-grey input.js-active + .input-grey__placeholder,
.input-grey textarea.js-active + .input-grey__placeholder {
    top: 1px;
    transform: initial;
}
.input-grey input.js-active + .input-grey__placeholder svg,
.input-grey textarea.js-active + .input-grey__placeholder svg {
    width: 12px;
    height: 12px;
}
.input-grey input.js-active + .input-grey__placeholder span,
.input-grey textarea.js-active + .input-grey__placeholder span {
    font-size: 10px;
}
.input-grey textarea {
    font-weight: 400;
}
.input-grey .pass-show-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 8px;
    cursor: pointer;
    right: 10px;
}
.input-grey .pass-show-icon.js-active .hide {
    opacity: 1;
}
.input-grey .pass-show-icon.js-active .show {
    opacity: 0;
}
.input-grey .pass-show-icon svg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    fill: #cdced2;
}
.input-grey .pass-show-icon svg.hide {
    opacity: 0;
}
.input-grey__placeholder {
    transition: 0.1s linear;
    pointer-events: none;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 50%;
    width: calc(100% - 17px);
    border-radius: 12px 12px 0 0;
    left: 16px;
    padding-top: 4px;
    transform: translateY(-50%);
    cursor: text;
}
.input-grey__placeholder svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transition: 0.1s linear;
}
.input-grey__placeholder span {
    transition: 0.1s linear;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.radio label {
    cursor: pointer;
    position: relative;
}
.radio label:hover span {
    color: var(--color-base);
}
.radio label:hover span::before {
    border-color: var(--color-base);
}
.radio input {
    position: absolute;
    top: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
}
.radio input:checked ~ span::after {
    transform: scale(1);
}
.radio input:checked ~ span::before {
    border-color: var(--color-base);
}
.radio input:checked ~ span {
    color: var(--color-base);
    text-shadow: 0 0 0.65px var(--color-base), 0 0 0.65px var(--color-base);
}
.radio span {
    display: inline-block;
    padding-left: 36px;
    font-size: 14px;
    line-height: 143%;
    color: var(--color-dark2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s;
}
.radio span::before {
    position: absolute;
    left: 0;
    top: calc(50% - 18px / 2);
    width: 18px;
    height: 18px;
    border: 1px solid var(--color-dark4);
    border-radius: 50%;
    transition: 0.3s;
    content: "";
}
.radio span::after {
    position: absolute;
    left: 4px;
    top: calc(50% - 10px / 2);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    background-color: var(--color-base);
    transition: all 0.3s ease;
    content: "";
}
.checkbox {
    position: relative;
}
.checkbox label {
    cursor: pointer;
}
.checkbox input {
    width: 1px;
    height: 1px;
    font-size: 0;
}
.checkbox input:checked ~ span::after {
    transform: scale(1);
}
.checkbox input:checked ~ span::before {
    background-color: var(--color-base);
    border-color: transparent;
}
.checkbox span {
    display: inline-block;
    padding-left: 30px;
    font-size: 14px;
    line-height: 143%;
    color: var(--color-dark2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox span::before {
    position: absolute;
    left: 0;
    top: calc(50% - 18px / 2);
    width: 18px;
    height: 18px;
    border: 1px solid var(--color-dark4);
    border-radius: 50%;
    transition: 0.3s;
    content: "";
}
.checkbox span::after {
    position: absolute;
    left: 0;
    top: calc(50% - 18px / 2);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transform: scale(0);
    background-image: url(../img/icon-check-white.png);
    background-repeat: no-repeat;
    background-size: 18px;
    transition: all 0.3s ease;
    content: "";
}
.input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.input input,
.input textarea {
    width: 100%;
    border-radius: 12px;
    background-color: var(--color-dark6);
    border: 0;
    padding: 14px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-dark);
}
.input input:focus + .input__placeholder,
.input textarea:focus + .input__placeholder {
    left: -100%;
    opacity: 0;
}
.input input.js-active + .input__placeholder,
.input textarea.js-active + .input__placeholder {
    left: -100%;
    opacity: 0;
}
.input__placeholder {
    pointer-events: none;
    transition: 0.3s;
    position: absolute;
    left: 16px;
    font-size: 14px;
    line-height: 20px;
    top: 13px;
    right: 16px;
    color: var(--color-dark4);
}
@font-face {
    font-family: Lora;
    src: local("Lora"), local("Lora-Regular"), url(../fonts/Lora.woff2) format("woff2"), url(../fonts/Lora.woff) format("woff"), url(../fonts/Lora.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Lora;
    src: local("Lora Italic"), local("Lora-Italic"), url(../fonts/Loraitalic.woff2) format("woff2"), url(../fonts/Loraitalic.woff) format("woff"), url(../fonts/Loraitalic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Lora;
    src: local("Lora Bold Italic"), local("Lora-BoldItalic"), url(../fonts/Lorabolditalic.woff2) format("woff2"), url(../fonts/Lorabolditalic.woff) format("woff"), url(../fonts/Lorabolditalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: Lora;
    src: local("Lora Bold"), local("Lora-Bold"), url(../fonts/Lorabold.woff2) format("woff2"), url(../fonts/Lorabold.woff) format("woff"), url(../fonts/Lorabold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@-webkit-keyframes scale {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@keyframes scale {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.text p + p {
    margin-top: 15px;
}
.text a {
    text-decoration: underline;
}
.input::-moz-placeholder {
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.input:-ms-input-placeholder {
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.input::placeholder {
    transition: opacity 0.3s ease;
}
.input:focus::-moz-placeholder {
    opacity: 0;
}
.input:focus:-ms-input-placeholder {
    opacity: 0;
}
.input:focus::placeholder {
    opacity: 0;
}
.textarea::-moz-placeholder {
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.textarea:-ms-input-placeholder {
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.textarea::placeholder {
    transition: opacity 0.3s ease;
}
.textarea:focus::-moz-placeholder {
    opacity: 0;
}
.textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
.textarea:focus::placeholder {
    opacity: 0;
}
.btn {
    display: inline-block;
    padding: 10px 15px;
    transition: 0.3s;
}
.btn:disabled {
    pointer-events: none;
    background: rgba(255, 255, 255, 0.4);
    color: var(--color-main);
}
.btn--blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    padding: 10px 24px;
    background-color: var(--color-base);
    border-radius: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-main);
    border: none;
    transition: 0.3s;
}
.btn--blue:hover {
    color: var(--color-main);
    background-color: #0066e3;
}
.btn--transparent {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    padding: 10px 24px;
    background-color: transparent;
    border-radius: 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-dark4);
    border: none;
    transition: 0.3s;
}
.btn--transparent:hover {
    color: var(--color-red);
    background-color: transparent;
}
.btn--muted {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    padding: 10px 24px;
    background-color: var(--color-muted);
    border-radius: 12px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-base);
    border: none;
    transition: 0.3s;
}
.btn--muted:hover {
    color: var(--color-main);
    background-color: #0066e3;
}
.btn--muted:hover .icon svg {
    fill: var(--color-main);
}
.btn--muted .icon {
    margin-right: 4px;
    width: 16px;
    height: 16px;
}
.btn--muted .icon svg {
    fill: var(--color-base);
}
.btn--done {
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--color-additional2);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.btn--done .icon {
    margin-right: 4px;
    width: 20px;
    height: 20px;
}
.btn--done .icon svg {
    fill: var(--color-additional2);
}
.btn--big {
    font-size: 16px;
    line-height: 150%;
    padding: 16px 24px;
}
.btn--next {
    padding: 16px 32px;
}
.btn--border {
    border: 1px solid #00f;
    box-sizing: border-box;
    border-radius: 12px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    transition: 0.3s linear;
}
.btn--border svg {
    transition: 0.3s linear;
}
.btn--border:hover {
    color: #fff;
}
.btn--border:hover svg {
    fill: #fff;
}
.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    transition: all 0.5s ease-in-out;
}
.modal.active {
    opacity: 1;
    visibility: visible;
}
.modal.active .modal__content {
    opacity: 1;
    transform: translate(0, 0);
}
.modal__area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.modal__body {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 20px;
}
.modal__content {
    width: 100%;
    max-width: 929px;
    background: var(--color-main);
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translate(0, -100%);
    padding: 20px 15px;
    border-radius: 32px;
    position: relative;
}
.modal__content--image {
    position: relative;
    overflow: hidden;
    padding: 56px 30px 56px 181px;
}
.modal__content--image::before {
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 181px;
    background: url(../img/modal-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
}
.modal__close {
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    z-index: 101;
}
.modal__close svg {
    fill: var(--color-dark4);
}
.modal__close:hover svg {
    fill: var(--color-dark);
}
.modal__arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 101;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1041px;
    width: 100%;
}
.modal__arrow {
    cursor: pointer;
    width: 32px;
    height: 32px;
    border: 2px solid var(--color-main);
    border-radius: 50%;
    transition: 0.3s;
}
.modal__arrow svg {
    fill: var(--color-main);
}
.modal__arrow:hover {
    border-color: var(--color-base);
}
.modal__arrow:hover svg {
    fill: var(--color-base);
}
.home-page {
    background: #fff;
}
.home-page__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-page__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.home-page__menu a {
    margin-left: 25px;
    font-size: 24px;
    line-height: 28px;
    transition: 0.3s linear;
}
.home-page__menu a:hover {
    color: #0066e3;
}
.home-page__logo {
    width: 300px;
    margin-top: 15px;
}
@media (max-width: 1200px) {
    .home-page__logo {
        width: 350px;
    }
    .home-page__menu a {
        font-size: 20px;
    }
}
@media (max-width: 680px) {
    .home-page__header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .home-page__menu {
        margin-top: 30px;
        display:none;
    }
    .home-page__menu a {
        margin-left: 0;
        margin-right: 10px;
    }
}
@media (max-width:440px) {
    .home-page__logo {
        width: 100%;
    }
}
.home-page__logo img {
    height: 100%;
}
.home-page__row-text {
    margin-top: 250px;
    margin-bottom: 240px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.home-page__col-text {
    width: 50%;
    font-size: 44px;
    line-height: 45px;
}
.home-page__slider {
    padding-bottom: 137px;
}
.home-page__slider .swiper-slide {
    height: 760px;
}
.home-page__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-page__slider .swiper-pagination {
    position: static;
    margin: 0;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-page__slider .swiper-pagination span {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #d1d1d1;
    opacity: 1;
    transition: 0.3s linear;
    cursor: pointer;
}
.home-page__slider .swiper-pagination span.swiper-pagination-bullet-active,
.home-page__slider .swiper-pagination span:hover {
    background: #0066e3;
}
.home-page__row-items {
    display: flex;
    align-items: flex-start;
    margin-bottom: 100px;
}
.home-page__row-items .home-page__item.start {
    align-items: flex-start;
}
.home-page__row-items .home-page__item.end {
    align-items: flex-end;
}
.home-page__row-items .home-page__item .small {
    width: 100%;
    max-width: 492px;
}
.home-page__row-items.one {
    justify-content: space-between;
}
.home-page__row-items.two {
    justify-content: flex-start;
    margin-bottom: 0;
}
.home-page__row-items.three {
    justify-content: flex-end;
}
.home-page__row-items.four {
    justify-content: space-between;
}
.home-page__row-items.fife {
    justify-content: flex-end;
    margin-bottom: 0;
}
.home-page__row-items.seven {
    margin-bottom: 200px;
}
.home-page__row-items.eight {
    justify-content: flex-end;
    padding-bottom: 100px;
    margin-bottom: 0;
}
.home-page__item {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.home-page__item--wrapper {
    width: 100%;
}
.home-page__item--wrapper:hover .home-page__item--img img {
    transform: scale(1.2);
}
.home-page__item--wrapper:hover .home-page__item--text {
    color: #0066e3;
}
.home-page__item--img {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-page__item--img.radius {
    border-radius: 50%;
}
.home-page__item--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.2s linear;
    transform: scale(1.01);
}
.home-page__item--text {
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
    transition: 0.2s linear;
}
.home-page-description__title {
    font-size: 44px;
    line-height: 45px;
}
.home-page-description__text {
    font-size: 24px;
    line-height: 150%;
    margin-top: 50px;
    margin-bottom: 100px;
    max-width: 630px;
}
.home-page-description__email {
    margin-bottom: 33px;
}
.home-page-description__email:hover span {
    color: #0066e3;
}
.home-page-description__email span {
    font-size: 24px;
    transition: 0.3s linear;
    line-height: 28px;
}
.home-page-description__email b {
    font-size: 18px;
    line-height: 21px;
    color: #d1d1d1;
    margin-left: 28px;
    font-weight: 400;
}
.home-page-description__telegram:hover span {
    color: #0066e3;
}
.home-page-description__telegram span {
    font-size: 24px;
    line-height: 28px;
    transition: 0.3s linear;
}
.home-page-description__telegram b {
    font-size: 18px;
    line-height: 21px;
    color: #d1d1d1;
    margin-left: 28px;
    font-weight: 400;
}
.home-page-footer {
    background: #fbfbfb;
    padding-bottom: 60px;
}
.home-page-footer__wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.home-page-footer__col {
    width: 50%;
}
.home-page-footer__col.left {
    display: flex;
    align-items: flex-end;
}
.home-page-footer__col.left span {
    font-size: 18px;
    line-height: 21px;
    color: #d1d1d1;
}
.home-page-footer__col.middle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.home-page-footer__col.middle a {
    font-size: 24px;
    line-height: 200%;
    transition: 0.3s linear;
}
.home-page-footer__col.middle a:hover {
    color: #0066e3;
}
.home-page-footer__col.middle span {
    margin-top: 100px;
    font-size: 18px;
    line-height: 21px;
    color: #d1d1d1;
}
.home-page-footer__col.middle span a {
    text-decoration: underline;
}
.btn-fixed-scroll {
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
}
.btn-fixed-scroll.show {
    opacity: 1;
    visibility: visible;
}
.btn-fixed-scroll:hover span {
    color: #0066e3;
}
.btn-fixed-scroll svg {
    width: 35px;
    transition: 0.2s linear;
    height: 35px;
    fill: #1c1c1c;
}
.btn-fixed-scroll span {
    transition: 0.2s linear;
    font-size: 24px;
    line-height: 28px;
}
.case-page {
    background: #fbfbfb;
}
.case-page__header {
    padding-top: 65px;
    padding-bottom: 240px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.case-page__header--col {
    width: 50%;
}
.case-page__header--logo {
    width: 100%;
    max-width: 430px;
    display: block;

}
@media (max-width: 1200px) {
    .case-page__header--logo {
        width: 350px;
    }
}
@media (max-width: 440px) {
    .home-page__logo {
        width: 60%;
    }
}
.case-page__header--logo img {
    width: 100%;
}
.case-page__header--back-home {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.case-page__header--back-home:hover span {
    color: #0066e3;
}
.case-page__header--back-home svg {
    width: 35px;
    height: 35px;
    transform: rotate(-90deg);
    fill: #fff;
}
.case-page__header--back-home span {
    font-size: 24px;
    transition: 0.3s linear;
    line-height: 28px;
}
.case-page__description {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding-bottom: 200px;
    padding-top: 100px;
}
.case-page__description--col {
    width: 50%;
}
.case-page__description--title {
    font-size: 44px;
    line-height: 52px;
    color: #1c1c1c;
    width: 100%;
    max-width: 541px;
}
.case-page__description--list {
    margin: 70px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 200%;
    color: #6c6c6c;
}
.case-page__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.case-page-item {
    width: 50%;
    margin-bottom: 30px;
    display: flex;
}
.case-page-item.w-100 {
    width: 100%;
}
.case-page-item.start {
    justify-content: flex-start;
}
.case-page-item.end {
    justify-content: flex-end;
}
.case-page-item__wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.case-page-item__wrapper.start {
    justify-content: flex-start;
}
.case-page-item__wrapper.end {
    justify-content: flex-end;
}
.case-page-item__wrapper.small {
    width: 492px;
}
.case-page-item__wrapper img {
    width: 100%;
}
.case-similar-project {
    margin-top: 210px;
    padding-bottom: 200px;
}
.case-similar-project__title {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 50px;
}
.case-similar-project__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.case-similar-project__item {
    width: 492px;
    margin-right: 30px;
}
.case-similar-project__item--img {
    width: 100%;
    height: 400px;
}
.case-similar-project__item--img.radius {
    border-radius: 50%;
}
.case-similar-project__item--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.case-similar-project__item--title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    transition: 0.2s linear;
}
.case-page-footer .home-page-description__title {
    padding-bottom: 50px;
}
@media (max-width: 1199.98px) {
    .modal__content--image::before {
        width: 174px;
    }
    .modal__arrows {
        max-width: 895px;
    }
    .home-page__row-text {
        margin: 150px 0;
    }
    .home-page__col-text {
        font-size: 24px;
        line-height: 100%;
    }
    .home-page__slider .swiper-slide {
        height: 500px;
    }
    .home-page__slider .swiper-pagination {
        margin-top: 15px;
    }
    .home-page__slider .swiper-pagination span {
        width: 12px;
        height: 12px;
    }
    .home-page__row-items {
        margin-bottom: 60px;
    }
    .home-page__row-items .home-page__item .small {
        max-width: 30vw;
    }
    .home-page__item--text {
        font-size: 20px;
        margin-top: 20px;
    }
    .home-page-description__title {
        font-size: 28px;
    }
    .home-page-description__text {
        font-size: 20px;
        line-height: 130%;
        margin: 50px 0;
    }
    .home-page-description__email span {
        font-size: 20px;
    }
    .home-page-description__email b {
        font-size: 16px;
    }
    .home-page-description__telegram span {
        font-size: 20px;
    }
    .home-page-description__telegram b {
        font-size: 16px;
    }
    .home-page-footer {
        padding-bottom: 50px;
    }
    .home-page-footer__col.middle a {
        font-size: 20px;
    }
    .home-page-footer__col.middle span {
        font-size: 18px;
        margin-top: 50px;
    }
    .btn-fixed-scroll svg {
        width: 30px;
        height: 30px;
    }
    .btn-fixed-scroll span {
        font-size: 20px;
        line-height: 24px;
    }
    .case-page__header {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .case-page__header--back-home {
        margin-left: 50px;
    }
    .case-page__description {
        padding-bottom: 100px;
        padding-top: 50px;
    }
    .case-page-item__wrapper.small {
        width: 30vw;
    }
    .case-similar-project {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .case-similar-project__item--img {
        height: 250px;
    }
}
@media (max-width: 991.98px) {
    .container {
        padding: 0 24px;
    }
    .modal__content--image::before {
        width: 160px;
    }
    .modal__arrows {
        max-width: 100%;
        width: calc(100% - 48px);
    }
    .home-page__row-text {
        margin: 70px 0;
    }
    .home-page__col-text {
        font-size: 20px;
    }
    .home-page__slider {
        padding-bottom: 50px;
    }
    .home-page__slider .swiper-slide {
        height: 300px;
    }
    .home-page__row-items {
        margin-bottom: 40px;
    }
    .home-page__item--text {
        font-size: 16px;
        margin-top: 10px;
    }
    .case-page__description--title {
        font-size: 36px;
        line-height: 130%;
    }
    .case-page__description--list {
        padding-left: 40px;
    }
}
@media (max-width: 759.98px) {
    .modal__content--image::before {
        display: none;
    }
    .modal__arrows {
        display: none;
    }
}
@media (max-width: 649.98px) {
    .container {
        padding: 0 16px;
    }
    .modal.modal-mob {
        left: -100%;
        transition: 0.3s;
    }
    .modal.modal-mob .modal__content {
        transform: none;
        opacity: 1;
    }
    .modal.modal-mob.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .modal.modal-mob.active .modal__content {
        opacity: 1;
        transform: none;
    }
    .home-page {
        padding-top: 15px;
    }
    .home-page__row-text {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 30px 0;
    }
    .home-page__col-text {
        font-size: 24px;
        margin-bottom: 20px;
        width: 100%;
    }
    .home-page__slider .swiper-pagination span {
        width: 10px;
        height: 10px;
    }
    .home-page__row-items {
        flex-direction: column;
        margin-bottom: 0 !important;
    }
    .home-page__row-items .home-page__item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .home-page__row-items .home-page__item .small {
        max-width: 100%;
    }
    .home-page__row-items.eight {
        padding-bottom: 0;
    }
    .home-page-description {
        margin-top: 50px;
    }
    .home-page-description__title {
        font-size: 24px;
    }
    .home-page-description__text {
        margin: 30px 0;
        font-size: 16px;
    }
    .home-page-description__email {
        margin-bottom: 15px;
    }
    .home-page-description__email span {
        font-size: 18px;
    }
    .home-page-description__telegram span {
        font-size: 18px;
    }
    .home-page-footer {
        padding-bottom: 20px;
    }
    .home-page-footer__wrapper {
        flex-direction: column-reverse;
        position: relative;
    }
    .home-page-footer__col {
        width: 100%;
    }
    .home-page-footer__col.middle {
        margin-bottom: 20px;
    }
    .home-page-footer__col.middle a {
        font-size: 18px;
    }
    .home-page-footer__col.middle span {
        margin-top: 20px;
    }
    .case-page__header {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .case-page__header--col {
        width: 100%;
    }
    .case-page__header--logo {
        max-width: 100%;
    }
    .case-page__header--back-home {
        margin-left: 0;
        padding-top: 30px;
    }
    .case-page__header--back-home svg {
        width: 30px;
        height: 30px;
    }
    .case-page__header--back-home span {
        font-size: 20px;
    }
    .case-page__description {
        padding-top: 0;
        padding-bottom: 25px;
        flex-direction: column;
    }
    .case-page__description--col {
        width: 100%;
    }
    .case-page__description--title {
        max-width: 100%;
        font-size: 30px;
    }
    .case-page__description--list {
        margin-top: 25px;
        padding-left: 0;
    }
    .case-page-item {
        width: 100%;
    }
    .case-page-item__wrapper.small {
        width: 100%;
    }
    .case-similar-project {
        padding-bottom: 25px;
        margin-top: 25px;
    }
    .case-similar-project__title {
        font-size: 24px;
    }
    .case-similar-project__content {
        flex-direction: column;
    }
    .case-similar-project__item--title {
        font-size: 18px;
        margin-top: 20px;
    }
    .case-similar-project__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .case-page-footer .home-page-description__title {
        padding-bottom: 30pxк;
    }
}
@media all and (max-width: 649.98px) {
    .modal__body {
        padding: 0;
    }
}
@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important;
    }
}
