/*! 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;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

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

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

img {
    max-width: 100%;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hidden {
    display: none !important;
}

.fixed {
    overflow: hidden;
}

.btn-reset {
    padding: 0;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
}

.inp-reset {
    padding: 0;
    outline: none;
    border: none;
    color: #3b3c4e;
    border-radius: 0;
    background: none;
}

.inp-reset::-webkit-input-placeholder {
    color: #3b3c4e;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

.inp-reset::-moz-placeholder {
    color: #3b3c4e;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

.inp-reset:-moz-placeholder {
    color: #3b3c4e;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

.inp-reset:-ms-input-placeholder {
    color: #3b3c4e;
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

.inp-reset:focus::-webkit-input-placeholder {
    opacity: 0;
}

.inp-reset:focus::-moz-placeholder {
    opacity: 0;
}

.inp-reset:focus:-moz-placeholder {
    opacity: 0;
}

.inp-reset:focus:-ms-input-placeholder {
    opacity: 0;
}

.inp-reset[type=search]::-webkit-search-decoration,
.inp-reset[type=search]::-webkit-search-cancel-button,
.inp-reset[type=search]::-webkit-search-results-button,
.inp-reset[type=search]::-webkit-search-results-decoration {
    display: none;
}

body {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    font-family: "Museo Sans Cyrl", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #3b3c4e;
    overflow-x: hidden;
}

.container {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@media screen and (max-width: 1350px) {
    .container {
        max-width: 1020px;
    }
}

@media screen and (max-width: 1020px) {
    .container {
        max-width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 100%;
    }
}

.section-offset {
    margin-bottom: 140px;
}

@media screen and (max-width: 1350px) {
    .section-offset {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
    .section-offset {
        margin-bottom: 60px;
    }
}

main {
    margin-top: 154px;
}

@media screen and (max-width: 768px) {
    main {
        margin-top: 64px;
    }
}

.header {
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: none;
    background-color: rgb(249, 249, 251);
    transition: 0.25s ease-in-out;
}

.header--sticky {
    box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}

.header--sticky .header__bottom {
    visibility: hidden;
    opacity: 0;
    margin-top: -73px;
}

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 16px 0;
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header__contact.button {
    padding: 16px 20px;
    font-size: 14px;
    line-height: 16px;
}

.header__bottom {
    transition: 0.25s ease-in-out;
    padding: 14px 0 30px;
    border-top: 1px solid rgb(226, 226, 233);
}

.header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 77px;
}

.header__nav-item {
    display: flex;
    align-items: center;
}

.header__nav-link {
    position: relative;
    color: #333;
    transition: 0.35s ease-in-out;
}

.header__nav-link:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #0072ce;
    transition: 0.35s ease-in-out;
}

.header__nav-link:hover {
    color: #0072ce;
}

.header__nav-link:hover:after {
    width: 100%;
}

.header__dropdown {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 26px 0;
    border-bottom: 1px solid #a8a9bd;
    background-color: #f9f9fb;
    animation: slideaway 200ms;
}

.header__dropdown.active {
    z-index: 3;
    display: block;
    animation: fade_in_show 0.5s;
}

.header__burger,
.header__mobile {
    display: none;
}

@media screen and (max-width: 1350px) {
    .header__logo .logo__text {
        display: none;
    }

    .header__top {
        gap: 20px;
    }
}

@media screen and (max-width: 1020px) {
    .header__top {
        gap: 15px;
    }

    .header__contacts a.contacts__item span {
        display: none;
    }

    .header__nav {
        justify-content: space-between;
        gap: 25px;
    }
}

@media screen and (max-width: 768px) {
    .header__top {
        justify-content: flex-start;
        gap: 24px;
        padding: 12px 0;
    }

    .header__logo {
        margin-right: auto;
    }

    .header__burger {
        display: flex;
    }

    .header__bottom {
        display: none;
    }

    .header__contact,
    .header__messengers {
        display: none !important;
    }

    .header__contacts .contacts__item:not(:last-child) {
        display: none;
    }

    .header__mobile {
        display: block;
        transform: translateX(100%);
        transition: 0.25s ease-in-out;
    }

    .header__mobile.is-open {
        transform: translateX(0%);
    }
}

.h-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #2667e8;
}

.h-mobile__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 18px 16px;
    overflow-y: auto;
}

.h-mobile__close {
    display: flex;
    align-self: flex-end;
    margin-bottom: 20px;
}

.h-mobile__nav {
    max-width: 220px;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e2e9;
}

.h-mobile__nav-item {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
}

.h-mobile__nav-item:not(:last-child) {
    margin-bottom: 24px;
}

.h-mobile__contacts {
    margin-bottom: 24px;
}

.h-mobile__contacts.contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.h-mobile__contacts.contacts .contacts__item {
    color: #fff;
}

.h-mobile__contacts.contacts .contacts__item svg path {
    fill: #fff;
}

.h-mobile__contacts.contacts .contacts__item svg .stroke {
    stroke: #fff;
}

.h-mobile__messengers {
    margin-bottom: 40px;
}

.h-mobile__messengers .messengers__link svg {
    width: 48px;
    height: 48px;
}

.h-mobile__contact {
    align-self: flex-start;
}

.h-mobile__contact.button {
    padding: 16px 55px;
    font-size: 14px;
    line-height: 16px;
}

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

.logo__img {
    flex: 0 0 auto;
    line-height: 0;
}

.logo__text {
    max-width: 225px;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #3b3c4e;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #0072ce;
}

@media screen and (max-width: 1020px) {
    .logo__text {
        display: none;
    }
}

.contacts {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contacts__item {
    display: flex;
    align-items: center;
    gap: 4px;
    transition: 0.35s ease-in-out;
}

.contacts__item svg {
    flex: 0 0 auto;
}

.contacts__item-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
}

.contacts__item-wrap span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contacts__item-wrap svg {
    flex: 0 0 auto;
}

.contacts__item.choose-city {
    cursor: pointer;
}

.contacts a:hover {
    color: #0072ce;
}

@media screen and (max-width: 1350px) {
    .contacts__item.choose-city {
        max-width: 122px;
    }

    .contacts__item-wrap {
        max-width: calc(100% - 25px);
    }

    .contacts__item-wrap span {
        max-width: calc(100% - 16px);
    }
}

.messengers {
    display: flex;
    align-items: center;
    gap: 12px;
}

.messengers__item,
.messengers__link {
    display: flex;
    align-items: center;
}

.city-select__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 16px;
}

.city-select__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.city-select__close {
    display: flex;
}

.city-select__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.city-select__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.city-select__item {
    transition: 0.35s ease-in-out;
}

.city-select__item:hover {
    cursor: pointer;
    color: #0072ce;
}

.univers {
    z-index: -1;
    position: absolute;
}

@media screen and (max-width: 1020px) {
    .univers {
        display: none;
    }
}

.hero {
    min-height: 746px;
    padding-top: 60px;
    margin-bottom: 50px;
    padding-bottom: 176px;
    background-image: url("../img/hero_bg.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    overflow: hidden;
}

.hero--category {
    min-height: unset;
    /*margin-bottom: 160px;*/
    padding-top: 0;
    /*padding-bottom: 40px;*/
    padding-bottom: 160px;
}

.hero--category .hero__wrapper {
    min-height: 553px;
}

.hero--category .hero__btn {
    /*bottom: -40px;*/
}

.hero--about {
    height: 479px;
    min-height: unset;
    padding-top: 0;
    padding-bottom: 0;
    background-image: url("../img/hero_about_bg.png");
    background-position: center;
    overflow: visible;
}

.hero--about .hero__container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero--about .hero__wrapper {
    justify-content: center;
}

.hero--about .hero__content {
    max-width: 994px;
}

.hero--about .hero__title {
    text-align: center;
}

.hero--about .hero__list {
    flex-wrap: nowrap;
}

.hero--about .hero__univers {
    top: -60px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
}

.hero--about .hero__univers svg {
    width: 858px;
}

.hero__container {
    position: relative;
}

.hero__univers {
    top: 15px;
    right: -50px;
}

.hero__univers svg {
    width: 832px;
}

.hero__wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.hero__content {
    max-width: 800px;
    width: 100%;
}

.hero__picture {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 650px;
    width: 100%;
    line-height: 0;
}

.hero__title {
    margin-bottom: 45px;
    font-weight: 900;
    font-size: 58px;
    line-height: 69px;
}

.hero__title span {
    display: block;
    text-transform: uppercase;
    font-style: italic;
    font-size: 56px;
    line-height: 69px;
    color: #0072ce;
}

.hero__list {
    display: flex;
    flex-wrap: wrap;
    gap: 42px 26px;
}

.hero__list-item {
    position: relative;
    max-width: 325px;
    width: calc(50% - 13px);
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.hero__list-item:before {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    background-image: url("../img/check_icon.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.hero__btn {
    position: absolute !important;
    bottom: -153px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1350px) {
    .hero {
        /*min-height: 650px;*/
        padding-bottom: 0;
    }

    .hero--about {
        min-height: unset;
    }

    .hero--category {
        margin-bottom: 50px;
        /*padding-bottom: 40px;*/
        padding-bottom: 120px;
    }

    .hero--subcategory {
        padding-bottom: 176px;
    }

    .hero__univers svg {
        width: 600px;
    }

    .hero__content {
        max-width: 570px;
    }

    .hero__picture {
        max-width: 450px;
    }

    .hero__title {
        font-size: 46px;
        line-height: 1.2;
    }

    .hero__title span {
        font-size: 44px;
        line-height: 1.2;
    }

    .hero__list {
        gap: 20px;
    }

    .hero__list-item {
        width: calc(50% - 10px);
    }

    .hero__btn {
        bottom: -120px;
    }
}

@media screen and (max-width: 1020px) {
    .hero {
        padding-bottom: 53px;
    }

    .hero--about {
        min-height: unset;
        padding-bottom: 0;
    }

    .hero--about .hero__title {
        font-size: 42px;
    }

    .hero__wrapper {
        flex-wrap: wrap;
    }

    .hero__content {
        max-width: 100%;
    }

    .hero__picture {
        position: unset;
        margin: 0 auto;
    }

    .hero__list {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .hero__btn {
        bottom: -53px;
    }
}

@media screen and (max-width: 768px) {
    .hero {
        min-height: unset;
        margin-bottom: 56px;
        padding-top: 64px;
        background-image: none;
    }

    .hero--category {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hero--category .hero__btn {
        position: relative !important;
        bottom: unset;
    }

    .hero--about {
        height: auto;
        padding-top: 0;
        background-image: url("../img/hero_about_bg.png");
        background-position: center;
    }

    .hero--about .hero__title {
        text-align: left;
        font-size: 32px;
        line-height: 40px;
    }

    .hero--about .hero__list {
        flex-wrap: wrap;
    }

    .hero--subcategory {
        padding-top: 0;
        padding-bottom: 60px;
    }

    .hero--subcategory .hero__wrapper {
        margin: 0 -15px;
    }

    .hero--subcategory .hero__content {
        padding: 0 15px;
    }

    .hero--subcategory .hero__picture {
        text-align: center;
    }

    .hero--subcategory .hero__btn {
        bottom: -60px;
    }

    .hero__content {
        margin-bottom: 24px;
    }

    .hero__title {
        margin-bottom: 24px;
        text-transform: uppercase;
        font-size: 32px;
        line-height: 40px;
    }

    .hero__title span {
        display: block;
        font-size: 32px;
        line-height: 40px;
    }

    .hero__list {
        flex-wrap: wrap;
        gap: 24px;
    }

    .hero__list-item {
        max-width: 100%;
        width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 18px;
        line-height: 24px;
    }

    .hero__list-item:before {
        margin-bottom: 0;
    }
}

.union-button {
    position: relative;
    line-height: 0;
}

.union-button:after {
    content: "";
    position: absolute;
    right: 11px;
    bottom: 12px;
    width: 127px;
    height: 127px;
    background-image: url("../img/union_btn_bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s ease-in-out;
}

.union-button__text {
    position: absolute;
    top: 47px;
    left: 12px;
    width: 125px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.union-button__arrow {
    position: absolute;
    right: 48px;
    bottom: 65px;
}

.union-button__arrow svg {
    transition: 0.2s ease-in-out;
}

.union-button__svg path {
    transition: 0.2s ease-in-out;
}

.union-button:hover:after {
    transform: scale(0.9);
}

.union-button:hover .union-button__svg path {
    fill: #005599;
}

.union-button:hover .union-button__arrow svg {
    transform: scale(1.1);
}

@media screen and (max-width: 1020px) {
    .union-button:after {
        right: 6px;
        bottom: 7px;
        width: 110px;
        height: 110px;
        background-size: cover;
    }

    .union-button__svg {
        width: 220px;
        height: 183px;
    }

    .union-button__text {
        top: 34px;
        width: 100px;
        font-size: 22px;
        line-height: 28px;
    }

    .union-button__arrow {
        right: 35px;
        bottom: 54px;
    }
}

@media screen and (max-width: 768px) {
    .union-button__text {
        top: 38px;
        font-size: 14px;
        line-height: 20px;
    }

    .union-button__arrow {
        right: 40px;
        bottom: 52px;
    }

    .union-button__arrow svg {
        width: 43px;
        height: 17px;
    }
}

.clients__container {
    max-width: 100%;
    padding: 0;
}

.clients__wrapper:not(:last-child) {
    margin-bottom: 40px;
}

.clients__wrapper:last-child {
    margin-top: 40px;
}

.clients__title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}

.clients__slider {
    overflow: hidden;
}

.clients__slider .clients-slider:not(:last-child) {
    margin-bottom: 20px;
}

.clients__slider-item {
    max-width: 315px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .clients__wrapper:not(:last-child) {
        margin-bottom: 24px;
    }

    .clients__wrapper:last-child {
        margin-top: 24px;
        text-align: center;
    }

    .clients__title {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .clients__slider-item {
        max-width: 120px !important;
        width: 120px !important;
    }
}

@media screen and (max-width: 550px) {
    .clients__btn {
        width: 100%;
    }
}

.swiper-wrapper.linear {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.client-item {
    max-width: 315px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
}

.client-item img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .client-item {
        max-width: 120px;
        width: 120px !important;
        border-radius: 8px;
    }
}

.projects__title {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.projects h1.projects__title {
    font-weight: 900;
    font-size: 56px;
    line-height: 44px;
}

.projects__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

.projects__nav-item {
    padding: 0 12px 8px;
    border-bottom: 2px solid transparent;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #a8a9bd;
    transition: 0.25s ease-in-out;
}

.projects__nav-item--active {
    color: #0072ce;
    border-color: #0072ce;
}

.projects__nav-item:not(.projects__nav-item--active):hover {
    color: #005599;
}

.projects__pagination {
    margin-top: 56px;
}

@media screen and (max-width: 768px) {
    .projects__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
    }

    .projects h1.projects__title {
        font-size: 32px;
        line-height: 40px;
    }

    .projects__nav {
        display: none;
    }

    .projects__pagination {
        margin-top: 70px;
    }
}

@media screen and (max-width: 550px) {
    .projects__list .projects-list__item:not(:first-child) {
        display: none;
    }

    .projects__list .projects-list__item:nth-child(2),
    .projects__list .projects-list__item:nth-child(3),
    .projects__list .projects-list__item:last-child {
        display: block;
    }

    .projects__nav+.projects__list>* {
        display: block !important;
    }
}


.projects-list.grid-masonry .projects-list__item {
    width: calc(33.33% - 14px);
    margin-bottom: 20px;
}

.grid-sizer {
    width: calc(33.3333% - 14px);
}

.projects-list:not(.grid-masonry) {
    /* height: 1785px; */
    display: flex;
    flex-wrap: wrap;
    /*flex-flow: column wrap;
    align-content: space-between;*/
    gap: 20px;
    /* overflow: hidden; */
}

.projects-list__item {
    max-width: calc(33.33% - 14px);
    width: 100%;
}

/*.projects-list__item:nth-child(3n+1) {
    order: 1;
}

.projects-list__item:nth-child(3n+2) {
    order: 2;
}

.projects-list__item:nth-child(3n) {
    order: 3;
}*/

.projects-list__item--blue {
    flex: 1;
}

@media screen and (max-width: 1020px) {
    .projects-list:not(.grid-masonry) {
        /* height: 2540px; */
    }

    .projects-list__item {
        max-width: calc(50% - 10px);
    }

    /* .projects-list__item:nth-child(2n+1) {
        order: 1;
    }

    .projects-list__item:nth-child(2n+2) {
        order: 2;
    } */

    .projects-list.grid-masonry .projects-list__item {
        width: calc(50% - 10px);
    }

    .grid-sizer {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 768px) {
    .projects-list:not(.grid-masonry) {
        /* height: 2365px; */
        gap: 14px;
    }

    .projects-list__item {
        max-width: calc(50% - 7px);
    }

    .projects-list__item--blue {
        flex: 0;
    }
}

@media screen and (max-width: 550px) {
    .projects-list:not(.grid-masonry) {
        /* height: auto; */
        /* flex-flow: row wrap; */
    }

    .projects-list__item {
        max-width: 100%;
        order: unset !important;
    }

    .projects-list__item--blue {
        flex: 0 1 auto;
    }

    .projects-list.grid-masonry .projects-list__item {
        max-width: 100%;
        width: 100%;
    }
}

.more-cases {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px 16px;
    border-radius: 32px;
    background-color: #0072ce;
}

.more-cases:before {
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-image: url("../img/more_cases_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
}

.more-cases:after {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url("../img/step_form_bg_dots.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.more-cases>* {
    z-index: 1;
    position: relative;
}

.more-cases__title {
    margin-bottom: 44px;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .more-cases__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 550px) {
    .more-cases__link {
        width: 100%;
    }
}

.project-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #c5c5d3;
    overflow: hidden;
    border-radius: 32px;
    background-color: #fff;
}

.project-item__picture {
    flex: 0 0 300px;
    display: block;
    line-height: 0;
    overflow: hidden;
}

.project-item__picture img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-item__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px 16px 24px;
}

.project-item__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.project-item__type {
    padding: 2px 16px;
    border: 1px solid #a8a9bd;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #a8a9bd;
    border-radius: 29px;
}

.project-item__tag {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #0072ce;
}

.project-item__title {
    flex: 1;
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    transition: 0.35s ease-in-out;
}

.project-item__title:hover {
    color: #0072ce;
}

.project-item__desc {
    font-size: 14px;
    line-height: 16px;
    color: #51526c;
}

@media screen and (max-width: 1350px) {
    .project-item__top {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .project-item__type {
        padding: 6px 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .project-item__title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 550px) {
    .project-item__picture {
        height: 220px;
    }
}

.other-projects__title {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}

.other-projects__list {
    display: flex;
    gap: 20px;
}

.other-projects__item {
    max-width: calc(33.33% - 14px);
    width: 100%;
}

.other-projects__item .project-item__picture {
    height: 360px;
}

@media screen and (max-width: 1020px) {
    .other-projects__item {
        max-width: calc(50% - 10px);
    }

    .other-projects__item:last-child {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .other-projects__title {
        margin-bottom: 24px;
        text-align: center;
        font-size: 24px;
        line-height: 32px;
    }

    .other-projects__list {
        flex-wrap: wrap;
        gap: 15px;
    }

    .other-projects__item {
        max-width: 100%;
    }

    .other-projects__item:last-child {
        display: block;
    }

    .other-projects__item .project-item__picture {
        height: 220px;
    }
}

.tools__container {
    position: relative;
}

.tools__univers {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.tools__univers svg {
    width: 870px;
}

.tools__header {
    max-width: 1055px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 0 auto;
}

.tools__header-title {
    max-width: 450px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}

.tools__header-title span {
    font-style: italic;
    color: #0072ce;
}

.tools__title {
    max-width: 890px;
    width: 100%;
    margin: 0 auto 16px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.tools__title span {
    font-style: italic;
    color: #0072ce;
}

.tools__desc {
    text-align: center;
    font-weight: 700;
}

.tools__puzzle {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.tools__puzzle-left {
    position: relative;
    flex: 0 0 610px;
    display: flex;
    align-items: center;
    padding: 26px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    border-radius: 32px;
    background-image: url('../img/puzzle_bg.png');
    background-color: #0072ce;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tools__puzzle-left:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    width: 35px;
    height: 60px;
    border-radius: 0 32px 32px 0;
    background-image: url('../img/puzzle_bg.png');
    background-color: #0072ce;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.tools__puzzle-right {
    flex: 0 0 610px;
    padding: 75px 60px;
    border-radius: 32px;
    background-color: #f9f9fb;
}

.tools__wrapper {
    position: relative;
    min-height: 710px;
    background-image: url("../img/tools_bg.png");
    background-repeat: no-repeat;
    background-position: 178px 0;
    background-size: contain;
}

.tools__picture {
    display: none;
}

.tools__item {
    position: absolute;
}

.tools__item#tool1 {
    top: 71px;
    left: 581px;
}

.tools__item#tool3 {
    top: 177px;
    right: 39px;
}

.tools__item#tool5 {
    top: 336px;
    right: 36px;
}

.tools__item#tool6 {
    right: 230px;
    bottom: 170px;
}

.tools__item#tool8 {
    right: 601px;
    bottom: 77px;
}

.tools__item#tool7 {
    bottom: 180px;
    left: 48px;
}

.tools__item#tool4 {
    top: 300px;
    left: 148px;
}

.tools__item#tool2 {
    top: 105px;
    left: 157px;
    max-width: 335px;
}

@media screen and (max-width: 1350px) {
    .tools__header {
        margin-bottom: 40px;
    }

    .tools__wrapper {
        background-position: center;
    }

    .tools__puzzle-left,
    .tools__puzzle-right {
        flex: 0 1 50%;
    }

    .tools__puzzle-right {
        padding: 32px 60px;
    }

    .tools__item#tool1 {
        top: 15px;
        left: 396px;
    }

    .tools__item#tool3 {
        top: 113px;
        right: -21px;
    }

    .tools__item#tool5 {
        top: 316px;
        right: -30px;
    }

    .tools__item#tool6 {
        right: 68px;
        bottom: 180px;
    }

    .tools__item#tool8 {
        right: 464px;
        bottom: 100px;
    }

    .tools__item#tool7 {
        bottom: 226px;
        left: 14px;
    }

    .tools__item#tool4 {
        top: 275px;
        left: 30px;
    }

    .tools__item#tool2 {
        top: 105px;
        left: 18px;
    }
}

@media screen and (max-width: 1020px) {
    .tools__desc {
        margin-bottom: 24px;
    }

    .tools__wrapper {
        min-height: unset;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 12px;
        background: none;
    }

    .tools__item {
        position: unset;
        max-width: calc(50% - 10px);
        width: 100%;
    }

    .tools__item#tool2 {
        max-width: calc(50% - 10px);
    }

    .tools__picture {
        display: block;
        text-align: center;
        line-height: 0;
    }
}

@media screen and (max-width: 768px) {
    .tools__container:has(.tools__header) {
        position: relative;
        padding-bottom: 58px;
    }

    .tools__container:has(.tools__header) .tools__header-btn {
        position: absolute;
        left: 15px;
        bottom: 0;
        width: calc(100% - 30px);
    }

    .tools__header {
        margin-bottom: 16px;
    }

    .tools__header-title {
        max-width: 100%;
        text-align: center;
        font-size: 24px;
        line-height: 32px;
    }

    .tools__title {
        margin-bottom: 16px;
        font-size: 24px;
        line-height: 32px;
    }

    .tools__desc {
        font-weight: 300;
        font-size: 18px;
        line-height: 28px;
    }

    .tools__wrapper {
        gap: 12px;
    }

    .tools__item {
        max-width: 100%;
    }

    .tools__item#tool2 {
        max-width: 100%;
    }

    .tools__picture {
        margin: 0 -15px;
    }

    .tools__picture img {
        max-width: 100%;
        width: 100%;
    }

    .tools__puzzle {
        flex-wrap: wrap;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .tools__puzzle-left,
    .tools__puzzle-right {
        flex: 0 1 100%;
    }

    .tools__puzzle-left {
        padding: 60px 12px;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }

    .tools__puzzle-left:after {
        display: none;
    }

    .tools__puzzle-right {
        padding: 40px 12px 24px;
        text-align: center;
    }
}

.tool-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 16px 4px 4px;
    border: 1px solid #c5c5d3;
    border-radius: 12px;
    background-color: #fff;
    transition: 0.35s ease-in-out;
}

.tool-item__icon {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #fff;
}

.tool-item__icon svg path {
    transition: 0.35s ease-in-out;
}

.tool-item__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #0072ce;
    transition: 0.35s ease-in-out;
}

.tool-item:hover {
    border-color: #005599;
}

.tool-item:hover .tool-item__name {
    color: #005599;
}

.tool-item:hover .tool-item__icon svg path[fill] {
    fill: #005599;
}

.tool-item:hover .tool-item__icon svg path[stroke] {
    stroke: #005599;
}

.tool-item--selected {
    border-color: #0072ce;
    background-color: #0072ce;
}

.tool-item--selected .tool-item__name {
    font-weight: 500;
    color: #fff;
}

.tool-item--selected:hover {
    border-color: #005599;
    background-color: #005599;
}

.tool-item--selected:hover .tool-item__name {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .tool-item {
        padding: 4px;
    }
}

.services__title {
    max-width: 770px;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.services__title span {
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    color: #0072ce;
}

.services__wrapper {
    height: 550px;
    display: flex;
    align-items: stretch;
    gap: 45px;
}

.services__body {
    position: relative;
    max-width: 470px;
    width: 100%;
    height: 100%;
    padding-bottom: 68px;
}

.services__list {
    position: relative;
    height: 550px;
    padding-right: 45px;
}

.services__list:after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 51px;
    width: calc(100% - 45px);
    height: 84px;
    background-color: #fff;
    opacity: 0;
    transition: 0.35s ease-in-out;
}

.services__list:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: calc(100% - 45px);
    background-color: #fff;
}

.services__list--blured:after {
    z-index: 0;
    opacity: 0.65;
}

.services__list-item {
    cursor: pointer;
}

.services__list-item:not(:last-child) {
    margin-bottom: 8px;
}

.services__list-item:last-child {
    margin-bottom: 68px;
}

.services__list .simplebar-track.simplebar-vertical {
    right: -25px;
    width: 50px;
    background-color: transparent;
}

.services__list .simplebar-track.simplebar-vertical:after {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 2px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.09);
}

.services__list .simplebar-track.simplebar-vertical .simplebar-scrollbar {
    z-index: 1;
}

.services__list .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    z-index: 2;
    top: 50%;
    left: 50%;
    bottom: unset;
    right: unset;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius: 50%;
    background-color: #e01a00;
}

.services__list .simplebar-track.simplebar-vertical .simplebar-scrollbar:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
}

.services__link {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 45px);
}

.services__content {
    flex: 0 1 100%;
    display: none;
    padding: 30px 50px 35px;
    border-radius: 32px;
    background-color: #f3f3f6;
    background-image: url("../img/services_content_bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
}

.services__content--active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media screen and (max-width: 1350px) {
    .services__body {
        max-width: 390px;
    }
}

@media screen and (max-width: 1020px) {
    .services__wrapper {
        height: auto;
        flex-wrap: wrap;
        gap: 25px;
    }

    .services__body {
        max-width: 100%;
        padding-bottom: 0;
    }

    .services__link {
        width: calc(100% - 25px);
    }

    .services__list {
        height: 270px;
        padding-right: 25px;
    }

    .services__list:after,
    .services__list:before {
        width: calc(100% - 25px);
    }

    .services__list--blured:after {
        display: none;
    }

    .services__list .simplebar-track.simplebar-vertical {
        right: 0;
        width: 25px;
    }

    .services__content {
        padding: 32px;
    }
}

@media screen and (max-width: 768px) {
    .services__title {
        margin-bottom: 24px;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 24px;
        line-height: 32px;
    }

    .services__content {
        display: none;
        padding: 32px 16px;
    }

    .services__list {
        height: 568px;
    }
}

.tab-content__title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    transition: 0.35s ease-in-out;
}

.tab-content__title svg {
    flex: 0 0 auto;
    transition: 0.35s ease-in-out;
}

.tab-content__title:hover {
    color: #0072ce;
}

.tab-content__title:hover svg {
    transform: translateX(5px);
}

.tab-content__list {
    margin-bottom: 16px;
    list-style: disc;
}

.tab-content__list-item {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.35s ease-in-out;
}

.tab-content__list-item:not(:last-child) {
    margin-bottom: 16px;
}

.tab-content__list-item::marker {
    color: inherit;
}

.tab-content__list-item:hover {
    text-decoration-color: inherit;
    color: #0072ce;
}

.tab-content__btn {
    display: inline-block;
    margin-top: auto;
}

@media screen and (max-width: 768px) {
    .tab-content__title {
        margin-bottom: 18px;
        font-size: 20px;
        line-height: 24px;
    }

    .tab-content__list {
        margin-bottom: 18px;
        padding-left: 16px;
    }

    .tab-content__list-item:not(:last-child) {
        margin-bottom: 12px;
    }

    .tab-content__list-item::marker {
        color: #0072ce;
    }

    .tab-content__list-link {
        color: #0072ce;
    }

    .tab-content .mfp-close {
        top: 0;
        right: 0;
        display: block !important;
        width: 32px;
        height: 32px;
        font-size: 0;
        opacity: 1;
        background-image: url("../img/close_icon.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (max-width: 550px) {
    .tab-content__btn {
        width: 100%;
    }
}

.audit__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.audit__picture {
    flex: 0 0 540px;
    line-height: 0;
}

.audit__content {
    flex: 0 0 600px;
}

.audit__title {
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 36px;
    line-height: 49px;
}

.audit__title span {
    text-transform: uppercase;
    font-style: italic;
    color: #0072ce;
}

.audit__text {
    margin-bottom: 32px;
}

.audit__text ul {
    list-style: disc;
    padding-left: 1rem;
}

@media screen and (max-width: 1350px) {
    .audit__picture {
        flex: 0 0 440px;
    }

    .audit__content {
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 1020px) {
    .audit__wrapper {
        position: relative;
        flex-wrap: wrap;
        padding-top: 98px;
    }

    .audit__picture {
        flex: 0 1 100%;
    }

    .audit__title {
        position: absolute;
        top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .audit__wrapper {
        gap: 15px;
        padding-top: 64px;
    }

    .audit__title {
        text-transform: uppercase;
        font-size: 24px;
        line-height: 32px;
    }

    .audit__text {
        margin-bottom: 24px;
    }

    .audit__text ul {
        padding-left: 17px;
    }
}

@media screen and (max-width: 550px) {
    .audit__btn {
        width: 100%;
    }
}

.moneybox {
    background-image: url("../img/moneybox_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.moneybox__wrapper {
    min-height: 447px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.moneybox__picture {
    flex: 0 0 426px;
    line-height: 0;
}

.moneybox__content {
    flex: 0 0 650px;
}

.moneybox__header {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 24px;
}

.moneybox__nums {
    font-weight: 700;
    font-size: 128px;
    line-height: 100px;
}

.moneybox__nums span {
    font-size: 96px;
    line-height: 100px;
}

.moneybox__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

@media screen and (max-width: 1350px) {
    .moneybox__picture {
        flex: 0 0 326px;
    }

    .moneybox__content {
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 1020px) {
    .moneybox__wrapper {
        position: relative;
        flex-wrap: wrap-reverse;
        padding-top: 110px;
    }

    .moneybox__header {
        position: absolute;
        top: 0;
        margin-bottom: 0;
    }

    .moneybox__picture {
        flex: 0 1 100%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .moneybox__wrapper {
        gap: 12px;
        padding-top: 73px;
    }

    .moneybox__header {
        gap: 8px;
    }

    .moneybox__nums {
        font-size: 64px;
        line-height: 68px;
    }

    .moneybox__nums span {
        font-size: 48px;
        line-height: 68px;
    }

    .moneybox__title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 550px) {
    .moneybox__wrapper {
        padding-top: 129px;
    }

    .moneybox__header {
        flex-wrap: wrap;
    }
}

.profit-loss__title {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 40px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.profit-loss__title span {
    font-style: italic;
    color: #0072ce;
}

.profit-loss__wrapper {
    display: flex;
}

.profit-loss__picture {
    position: relative;
    flex: 0 0 540px;
    line-height: 0;
}

.profit-loss__picture img {
    z-index: 1;
    position: relative;
}

.profit-loss__col {
    flex: 0 0 390px;
}

.profit-loss__item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.profit-loss__item:before {
    content: "";
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    background-image: url("../img/lightning_icon.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.profit-loss__item:not(:last-child) {
    margin-bottom: 40px;
}

.profit-loss__item:nth-child(odd) {
    margin-left: 32px;
}

@media screen and (max-width: 1350px) {
    .profit-loss__col {
        flex: 0 0 300px;
    }

    .profit-loss__picture {
        position: relative;
        flex: 0 0 390px;
    }

    .profit-loss__picture img {
        position: absolute;
        top: 50%;
        left: -85px;
        transform: translateY(-50%);
        max-width: 540px;
    }
}

@media screen and (max-width: 1020px) {
    .profit-loss__wrapper {
        flex-wrap: wrap;
    }

    .profit-loss__picture {
        order: -1;
        flex: 0 1 100%;
        text-align: center;
    }

    .profit-loss__picture img {
        position: unset;
        transform: none;
        width: 100%;
    }

    .profit-loss__col {
        flex: 0 1 50%;
    }

    .profit-loss__item:nth-child(odd) {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .profit-loss__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
    }

    .profit-loss__wrapper {
        margin: 0 -15px;
    }

    .profit-loss__col {
        flex: 0 1 100%;
        padding: 0 15px;
    }

    .profit-loss__picture img {
        max-width: 100%;
    }

    .profit-loss__item:not(:last-child) {
        margin-bottom: 12px;
    }
}

.attraction__title {
    max-width: 645px;
    width: 100%;
    margin: 0 auto 40px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.attraction__title span {
    font-style: italic;
    color: #0072ce;
}

.attraction__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.attraction__picture {
    flex: 0 0 538px;
    line-height: 0;
}

.attraction__content {
    flex: 0 0 456px;
}

.attraction__list {
    margin-bottom: 32px;
}

.attraction__list-item {
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
}

.attraction__list-item:before {
    content: "";
    z-index: 1;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e01a00;
}

.attraction__list-item:not(:last-child) {
    margin-bottom: 24px;
}

.attraction__list-item:not(:last-child):after {
    content: "";
    z-index: 0;
    position: absolute;
    left: 9px;
    top: calc(50% + 37px);
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% + 24px);
    background-color: rgba(0, 0, 0, 0.09);
}

.attraction__btn {
    margin-left: 33px;
}

@media screen and (max-width: 1350px) {
    .attraction__wrapper {
        gap: 20px;
    }

    .attraction__picture {
        flex: 0 0 438px;
    }
}

@media screen and (max-width: 1020px) {
    .attraction__wrapper {
        flex-wrap: wrap;
    }

    .attraction__picture {
        flex: 0 1 100%;
        text-align: center;
    }

    .attraction__content {
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 768px) {
    .attraction__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
    }

    .attraction__title span {
        display: block;
    }

    .attraction__wrapper {
        gap: 24px;
    }

    .attraction__content {
        display: flex;
        flex-direction: column;
    }

    .attraction__list {
        margin-bottom: 24px;
    }

    .attraction__list-item {
        gap: 11px;
    }

    .attraction__list-item:not(:last-child) {
        margin-bottom: 16px;
    }

    .attraction__btn {
        margin: 0 auto;
    }
}

.principles {
    padding-bottom: 52px;
    background-image: url("../img/principles_bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
}

.principles__title {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.principles__title span {
    font-style: italic;
    color: #0072ce;
}

.principles__desc {
    max-width: 920px;
    width: 100%;
    margin: -26px auto 40px;
    text-align: center;
}

.principles__puzzle {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.principles__puzzle-left {
    position: relative;
    flex: 0 0 560px;
    display: flex;
    align-items: center;
    padding: 26px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    border-radius: 32px;
    background-image: url('../img/puzzle_bg.png');
    background-color: #0072ce;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.principles__puzzle-left:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%);
    width: 35px;
    height: 60px;
    border-radius: 0 32px 32px 0;
    background-image: url('../img/puzzle_bg.png');
    background-color: #0072ce;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.principles__puzzle-right {
    flex: 0 0 430px;
    border-radius: 32px;
    line-height: 0;
}

.principles__puzzle-right img {
    width: 100%;
}

.principles__list {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.principles__list-item {
    max-width: calc(25% - 15px);
    width: 100%;
}

.principles__list-item:nth-child(2) {
    margin-top: 124px;
}

.principles__list-item:nth-child(4) {
    margin-top: 48px;
}

.principles__list:has(.principle-item:nth-child(5)) {
    max-width: 988px;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
}

.principles__list:has(.principle-item:nth-child(5)) .principles__list-item {
    max-width: calc(33.33% - 14px);
}

.principles__list:has(.principle-item:nth-child(5)) .principles__list-item:nth-child(2),
.principles__list:has(.principle-item:nth-child(5)) .principles__list-item:nth-child(4) {
    margin-top: 0;
}

.principles__list:has(.principle-item:nth-child(5)) .principles__list-item:nth-child(1),
.principles__list:has(.principle-item:nth-child(5)) .principles__list-item:nth-child(3) {
    margin-top: 40px;
}

.principles__list:has(.principle-item:nth-child(5)) .principles__list-item:nth-child(5) {
    margin-top: -40px;
}

.principles__list:not(:has(.principle-item:nth-child(4))) {
    max-width: 1096px;
    width: 100%;
    margin: 0 auto;
}

.principles__list:not(:has(.principle-item:nth-child(4))) .principles__list-item {
    max-width: calc(33.33% - 14px);
    padding: 32px 16px;
}

@media screen and (max-width: 1020px) {

    .principles__puzzle-left,
    .principles__puzzle-right {
        flex: 0 1 50%;
    }

    .principles__puzzle-right {
        border-radius: 32px;
        overflow: hidden;
    }

    .principles__puzzle-right img {
        height: 100%;
        object-fit: cover;
    }

    .principles__list {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .principles__list-item {
        max-width: calc(50% - 10px);
    }

    .principles__list-item:nth-child(2),
    .principles__list-item:nth-child(4) {
        margin-top: 0;
    }

    .principles__list:has(.principle-item:nth-child(5)) .principles__list-item {
        max-width: calc(50% - 10px);
    }

    .principles__list:has(.principle-item:nth-child(5)) .principles__list-item:nth-child(1),
    .principles__list:has(.principle-item:nth-child(5)) .principles__list-item:nth-child(3),
    .principles__list:has(.principle-item:nth-child(5)) .principles__list-item:nth-child(5) {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .principles__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
    }

    .principles__puzzle {
        flex-wrap: wrap-reverse;
        margin-bottom: 18px;
    }

    .principles__puzzle-left,
    .principles__puzzle-right {
        flex: 0 1 100%;
    }

    .principles__puzzle-left {
        padding: 40px 16px 30px;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }

    .principles__puzzle-left:after {
        display: none;
    }

    .principles__list:not(:has(.principle-item:nth-child(4))) .principles__list-item {
        max-width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .principles__list-item {
        max-width: 100%;
        aspect-ratio: 1/1;
        width: 100%;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .principles__list:has(.principle-item:nth-child(5)) .principles__list-item {
        max-width: 100%;
    }
}

.principle-item {
    padding: 32px 16px;
    border: 1px solid #c5c5d3;
    border-radius: 32px;
    background-color: #fff;
}

.principle-item__num {
    margin-bottom: 16px;
    opacity: 0.2;
    font-weight: 900;
    font-size: 96px;
    line-height: 100px;
    color: #0072ce;
}

.principle-item__title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

@media screen and (max-width: 768px) {
    .principle-item {
        padding: 12px 16px 32px;
    }
}

.team__container {
    position: relative;
}

.team__univers {
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}

.team__univers svg {
    width: 916px;
}

.team__title {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 40px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.team__title span {
    font-style: italic;
    color: #0072ce;
}

.team__wrapper {
    position: relative;
    max-width: 1052px;
    width: 100%;
    margin: 0 auto;
    line-height: 0;
}

.team__wrapper img {
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 1350px) {
    .team__univers svg {
        width: 800px;
    }

    .team__wrapper {
        text-align: center;
    }

    .team__wrapper img {
        max-width: 750px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .team__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 550px) {
    .team__container {
        padding: 0;
    }

    .team__title {
        padding: 0 15px;
    }
}

.greeting__container {
    position: relative;
    max-width: 1320px;
    min-height: 688px;
    padding: 56px 32px;
    border-radius: 32px;
    background-color: #f9f9fb;
}

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

.greeting__picture {
    position: absolute;
    right: 3px;
    bottom: 0;
    flex: 0 0 585px;
    line-height: 0;
}

.greeting__picture-label {
    position: absolute;
    left: -187px;
    bottom: 56px;
}

.greeting__content {
    flex: 0 1 780px;
}

.greeting__quote {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #c5c5d3;
}

.greeting__quote svg {
    flex: 0 0 auto;
}

.greeting__title {
    margin-bottom: 24px;
    font-weight: 900;
}

.greeting__title span {
    display: block;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 40px;
}

.greeting__list:not(:last-child) {
    margin-bottom: 40px;
}

.greeting__list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.greeting__list-item strong {
    font-weight: 700;
}

.greeting__list-item:before {
    content: "";
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    background-image: url("../img/check_icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.greeting__list-item:not(:last-child) {
    margin-bottom: 8px;
}

.greeting__footer span {
    display: block;
    margin-bottom: 17px;
    font-weight: 900;
}

@media screen and (max-width: 1350px) {
    .greeting__container {
        min-height: unset;
    }

    .greeting__wrapper {
        max-width: 1020px;
        width: 100%;
        margin: 0 auto;
    }

    .greeting__content {
        flex: 0 1 610px;
    }

    .greeting__picture {
        position: relative;
        right: unset;
        bottom: unset;
        flex: 0 0 420px;
        max-width: 420px;
    }

    .greeting__picture-label {
        bottom: -40px;
    }

    .greeting__quote {
        gap: 20px;
        font-size: 28px;
        line-height: 40px;
    }

    .greeting__list:last-child {
        margin-bottom: 140px;
    }

    .greeting__title span {
        font-size: 28px;
    }
}

@media screen and (max-width: 1020px) {
    .greeting__wrapper {
        position: relative;
        max-width: 768px;
        flex-wrap: wrap-reverse;
        gap: 79px;
        padding-top: 80px;
    }

    .greeting__picture {
        flex: 0 1 100%;
        max-width: 100%;
        text-align: center;
    }

    .greeting__picture img {
        max-width: 450px;
        width: 100%;
    }

    .greeting__picture-label {
        bottom: -55px;
        left: 50%;
        transform: translateX(-50%);
        text-align: left;
    }

    .greeting__content {
        flex: 0 1 100%;
    }

    .greeting__list:last-child {
        margin-bottom: 0;
    }

    .greeting__quote {
        position: absolute;
        top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .greeting__container {
        padding: 24px 15px;
    }

    .greeting__wrapper {
        gap: 79px;
        padding-top: 122px;
    }

    .greeting__quote {
        flex-wrap: wrap;
        gap: 12px;
        font-size: 24px;
        line-height: 32px;
    }

    .greeting__title {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 24px;
    }

    .greeting__title span {
        display: block;
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 32px;
    }

    .greeting__list {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 550px) {
    .greeting__wrapper {
        padding-top: 186px;
    }

    .greeting__quote {
        max-width: 290px;
    }

    .greeting__btn {
        width: 100%;
    }
}

.picture-label {
    max-width: 285px;
    width: 100%;
    padding: 16px 48px;
    border-radius: 56px 0 56px 0;
    background-color: #fff;
}

.picture-label__title {
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    color: #0072ce;
}

.picture-label__desc {
    font-size: 14px;
    line-height: 16px;
}

.about__title {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}

.about__title span {
    font-style: italic;
    color: #0072ce;
}

.about__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.about__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.about__list-item {
    max-width: calc(33.33% - 14px);
    width: 100%;
}

@media screen and (max-width: 1020px) {
    .about__list-item {
        max-width: calc(50% - 10px);
    }
}

@media screen and (max-width: 768px) {
    .about__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
    }

    .about__wrapper {
        gap: 24px;
    }
}

@media screen and (max-width: 550px) {
    .about__list-item {
        max-width: 100%;
    }

    .about__btn {
        width: 100%;
    }
}

.about-item {
    padding: 32px;
    border: 1px solid #c5c5d3;
    text-align: center;
    background-color: #fff;
}

.about-item:first-child {
    border-radius: 32px 0 0 0;
}

.about-item:nth-child(3) {
    border-radius: 0 32px 0 0;
}

.about-item:nth-child(4) {
    border-radius: 0 0 0 32px;
}

.about-item:last-child {
    border-radius: 0 0 32px 0;
}

.about-item__num {
    text-align: center;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
}

.about-item__num span {
    font-size: 48px;
}

.about-item__desc {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #6e6f91;
}

@media screen and (max-width: 1350px) {
    .about-item__num {
        font-size: 54px;
        line-height: 54px;
    }

    .about-item__num span {
        font-size: 40px;
    }
}

@media screen and (max-width: 1020px) {
    .about-item:nth-child(2) {
        border-radius: 0 32px 0 0;
    }

    .about-item:nth-child(3) {
        border-radius: 0 0 0 0;
    }

    .about-item:nth-child(4) {
        border-radius: 0 0 0 0;
    }

    .about-item:nth-child(5) {
        border-radius: 0 0 0 32px;
    }
}

@media screen and (max-width: 768px) {
    .about-item {
        padding: 16px;
    }

    .about-item__num {
        font-size: 48px;
        line-height: 56px;
    }

    .about-item__num span {
        font-size: 48px;
        line-height: 56px;
    }

    .about-item__desc {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 550px) {
    .about-item:first-child {
        border-radius: 32px 32px 0 0;
    }

    .about-item:nth-child(2),
    .about-item:nth-child(5) {
        border-radius: 0;
    }

    .about-item:last-child {
        border-radius: 0 0 32px 32px;
    }
}

.testimonials {
    padding: 98px 0 134px;
    background-image: url("../img/testimonials_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testimonials__container {
    max-width: 100%;
    padding: 0;
}

.testimonials__wrapper {
    display: flex;
    align-items: flex-start;
    gap: 52px;
    margin-left: calc((100% - 1320px) / 2);
}

.testimonials__content {
    flex: 0 0 315px;
    color: #fff;
}

.testimonials__title {
    margin-bottom: 29px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}

.testimonials__desc {
    margin-bottom: 29px;
}

.testimonials__btn {
    margin-bottom: 59px;
}

.testimonials__navigation {
    display: flex;
    align-items: center;
    gap: 23px;
}

.testimonials__navigation-btn {
    position: unset !important;
    width: auto !important;
    height: auto !important;
    display: flex;
    margin-top: 0;
    opacity: 1 !important;
}

.testimonials__navigation-btn:after {
    display: none;
}

.testimonials__navigation-counter {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.testimonials__navigation-counter span.count {
    font-size: 40px;
    line-height: 32px;
}

.testimonials__slider {
    max-width: calc(100% - 315px - 52px);
}

@media screen and (max-width: 1350px) {
    .testimonials__wrapper {
        gap: 20px;
        margin-left: calc((100% - 990px) / 2);
    }

    .testimonials__slider {
        max-width: calc(100% - 315px - 20px);
    }
}

@media screen and (max-width: 1020px) {
    .testimonials__wrapper {
        margin-left: calc((100% - 738px) / 2);
    }
}

@media screen and (max-width: 768px) {
    .testimonials {
        padding: 40px 0;
    }

    .testimonials__wrapper {
        flex-wrap: wrap;
        gap: 40px;
        margin-left: 0;
    }

    .testimonials__content {
        flex: 0 1 100%;
        padding: 0 20px;
    }

    .testimonials__title {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 32px;
    }

    .testimonials__desc {
        margin-bottom: 12px;
    }

    .testimonials__btn {
        margin-bottom: 24px;
    }

    .testimonials__slider {
        max-width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .testimonials__container {
        padding: 0 20px;
    }

    .testimonials__content {
        padding: 0;
    }

    .testimonials__btn {
        width: 100%;
    }
}

.testimonials-slider__slide {
    max-width: 588px;
    width: 100%;
    color: #fff;
}

@media screen and (max-width: 1350px) {
    .testimonials-slider__slide {
        max-width: 450px;
    }
}

@media screen and (max-width: 1020px) {
    .testimonials-slider__slide {
        max-width: 350px;
    }
}

@media screen and (max-width: 768px) {
    .testimonials-slider__wrapper {
        padding-left: 20px;
    }

    .testimonials-slider__slide {
        max-width: 320px;
    }
}

@media screen and (max-width: 550px) {
    .testimonials-slider__wrapper {
        padding-left: 0;
    }

    .testimonials-slider__slide {
        max-width: unset;
    }
}

.testimonials-item {
    padding: 32px;
    border: 1px solid #fff;
    border-radius: 32px;
}

.testimonials-item__header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 26px;
}

.testimonials-item__logo {
    flex: 0 0 156px;
    line-height: 0;
}

.testimonials-item__name {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.testimonials-item__desc {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.testimonials-item__text {
    margin-bottom: 26px;
}

.testimonials-item__text p:not(:last-child) {
    margin-bottom: 15px;
}

.testimonials-item__footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

@media screen and (max-width: 1020px) {
    .testimonials-item__header {
        flex-wrap: wrap;
    }

    .testimonials-item__footer {
        flex-wrap: wrap;
    }

    .testimonials-item__btn {
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 768px) {
    .testimonials-item {
        padding: 16px;
    }

    .testimonials-item__header {
        gap: 12px;
        margin-bottom: 24px;
    }

    .testimonials-item__logo {
        flex: 0 0 108px;
    }

    .testimonials-item__name {
        margin-bottom: 12px;
    }

    .testimonials-item__text {
        margin-bottom: 24px;
    }
}

.blog__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 40px;
}

.blog__title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}

.blog__title:not(:last-child) {
    margin-bottom: 12px;
}

.blog__title span {
    font-style: italic;
    color: #0072ce;
}

.blog__desc {
    font-weight: 700;
    line-height: 24px;
}

.blog__list {
    display: flex;
    gap: 20px;
}

.blog__list-item {
    max-width: calc(33.33% - 14px);
    width: 100%;
}

@media screen and (max-width: 1020px) {
    .blog__list-item {
        max-width: calc(50% - 10px);
    }

    .blog__list-item:last-child {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .blog__container {
        position: relative;
        padding-bottom: 94px;
    }

    .blog__btn {
        position: absolute;
        left: 15px;
        bottom: 0;
    }

    .blog__header {
        margin-bottom: 36px;
    }

    .blog__header-left {
        flex: 0 1 100%;
    }

    .blog__title {
        text-align: center;
        font-size: 24px;
        line-height: 32px;
    }

    .blog__desc {
        text-align: center;
    }

    .blog__wrapper {
        margin: 0 -15px;
        padding-left: 15px;
        overflow-x: auto;
    }

    .blog__list {
        gap: 12px;
    }

    .blog__list-item {
        flex: 0 0 268px;
        max-width: 268px;
    }

    .blog__list-item:last-child {
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .blog__btn {
        width: calc(100% - 30px);
    }
}

.blog-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #c5c5d3;
    overflow: hidden;
    border-radius: 32px;
    background-color: #fff;
}

.blog-item__picture {
    aspect-ratio: 4 / 3;
    line-height: 0;
}

.blog-item__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 16px 24px;
}

.blog-item__type {
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 16px;
    border: 1px solid #a8a9bd;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #a8a9bd;
    border-radius: 29px;
}

.blog-item__title {
    flex: 1;
    display: block;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    transition: 0.35s ease-in-out;
}

.blog-item__title:hover {
    color: #0072ce;
}

.blog-item__footer {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #51526c;
}

.blog-item__date {
    margin-right: auto;
}

.blog-item__time,
.blog-item__views {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-item__time:before,
.blog-item__views:before {
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.blog-item__time:before {
    background-image: url("../img/time_icon.svg");
}

.blog-item__views:before {
    background-image: url("../img/eye_icon.svg");
}

@media screen and (max-width: 768px) {
    .blog-item__body {
        padding: 12px 16px 24px;
    }

    .blog-item__type {
        margin-bottom: 8px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .blog-item__title {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 24px;
    }
}

.questions__container {
    max-width: 1124px;
    width: 100%;
}

.questions__title {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}

.questions__title span {
    font-style: italic;
    color: #0072ce;
}

@media screen and (max-width: 1350px) {
    .questions__container {
        max-width: 860px;
    }
}

@media screen and (max-width: 1020px) {
    .questions__container {
        max-width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .questions__title {
        margin-bottom: 24px;
        text-align: center;
        font-size: 24px;
        line-height: 32px;
    }
}

.question-item {
    border-bottom: 1px solid #c5c5d3;
    transition: all 0.25s ease-out;
}

.question-item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 25px 0;
}

.question-item__header:hover {
    cursor: pointer;
}

.question-item__header:hover .question-item__title {
    color: #005599;
}

.question-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    transition: 0.25s ease-in-out;
}

.question-item__arrow {
    display: flex;
    transition: 0.25s ease-in-out;
}

.question-item__body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.25s ease-out;
    color: #444444;
}

.question-item.is-open {
    padding-bottom: 32px;
}

.question-item.is-open .question-item__arrow {
    transform: rotate(180deg);
}

.question-item.is-open .question-item__body {
    max-height: 100vh;
    opacity: 1;
    transition: all 0.25s ease-out;
}

@media screen and (max-width: 768px) {
    .question-item__header {
        padding: 12px 0;
    }

    .question-item__title {
        font-size: 18px;
        line-height: 24px;
    }

    .question-item.is-open {
        padding-bottom: 12px;
    }
}

.choice {
    padding: 100px 0 84px;
    background-color: #f9f9fb;
}

.choice--popup {
    padding: 0;
    background-color: transparent;
}

.choice--popup .choice__wrapper {
    margin-bottom: 36px;
}

.choice--popup .choice__picture {
    flex: 0 0 460px;
    margin-top: 0;
}

.choice--popup .choice__steps .steps__wrapper {
    flex-wrap: wrap;
}

.choice--popup .choice__steps .steps__item:last-child {
    flex: 0 1 100%;
}

.choice--popup .choice__steps .steps__form-desc {
    margin-bottom: 35px;
}

.choice--popup .choice__steps .steps__form-inp {
    margin-bottom: 24px;
}

.choice__wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}

.choice__picture {
    flex: 0 0 626px;
    margin-top: -160px;
    line-height: 0;
}

.choice__content {
    flex: 0 1 100%;
}

.choice__title {
    margin-bottom: 24px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}

.choice__title span {
    font-style: italic;
    color: #0072ce;
}

.choice__desc {
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 24px;
}

.choice__desc span {
    color: #0072ce;
}

@media screen and (max-width: 1350px) {
    .choice__picture {
        flex: 0 0 400px;
        margin-top: 0;
    }
}

@media screen and (max-width: 1020px) {
    .choice--popup .choice__picture {
        flex: 0 1 100%;
    }

    .choice__wrapper {
        flex-wrap: wrap;
    }

    .choice__picture {
        flex: 0 1 100%;
        text-align: center;
    }

    .choice__picture img {
        max-width: 500px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .choice {
        padding: 40px 0;
    }

    .choice__wrapper {
        gap: 24px;
        margin-bottom: 24px;
    }

    .choice__title {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 32px;
    }

    .choice__desc {
        margin-bottom: 12px;
    }
}

.steps__wrapper {
    display: flex;
    gap: 20px;
}

.steps__item {
    display: flex;
    flex-direction: column;
}

.steps__item:first-child {
    flex: 0 1 100%;
}

.steps__item:first-child .steps__header:after {
    background-image: url("../img/step_1_header_svg.svg");
}

.steps__item:last-child {
    flex: 0 0 427px;
}

.steps__item:last-child .steps__header:after {
    background-image: url("../img/step_2_header_svg.svg");
}

.steps__header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.steps__header:after {
    content: "";
    width: 100%;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.steps__title {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
}

.steps__title:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #e01a00;
}

.steps__body {
    flex: 1;
    padding: 32px;
    border-radius: 32px;
}

.steps__select {
    display: flex;
    flex-direction: column;
    border: 1px solid #c5c5d3;
    background-color: #fff;
}

.steps__select-title {
    margin-bottom: auto;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.steps__select-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
}

.steps__select-item {
    max-width: calc(50% - 10px);
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 12px;
    background-color: rgba(197, 197, 211, 0.2);
}

.steps__form {
    position: relative;
    overflow: hidden;
    background-color: #0072ce;
}

.steps__form:after {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 293px;
    height: 258px;
    background-image: url("../img/step_form_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    mix-blend-mode: multiply;
}

.steps__form:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url("../img/step_form_bg_dots.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.steps__form-body {
    z-index: 1;
    position: relative;
}

.steps__form-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.steps__form-title span {
    display: block;
    font-size: 24px;
    line-height: 32px;
}

.steps__form-desc {
    margin-bottom: 23px;
    color: #fff;
}

.steps__form-inp {
    position: relative;
    margin-bottom: 12px;
}

.steps__form-inp:has(.just-validate-error-label) .just-validate-error-field {
    border-color: #e01a00;
}

.steps__form-policy {
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px;
}

.steps__form-policy .just-validate-error-label {
    display: none;
}

.steps__form-policy .c-check__inp:checked+.c-check__body .c-check__box {
    background-color: #fff;
}

.steps__form-policy .c-check__box {
    border-color: #fff;
}

.steps__form-policy .c-check__box:after {
    background-image: url("../img/tick_icon_blue.svg");
}

.steps__form-policy .c-check__label {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.steps__form-btn {
    width: 100%;
}

.steps__form-btn.primary-button {
    border-color: #fff;
}

@media screen and (max-width: 1350px) {
    .steps__item:last-child {
        flex: 0 0 325px;
    }

    .steps__body {
        padding: 32px 16px;
    }
}

@media screen and (max-width: 1020px) {
    .steps__wrapper {
        flex-wrap: wrap;
    }

    .steps__item:last-child {
        flex: 0 1 100%;
    }

    .steps__body {
        padding: 32px;
    }
}

@media screen and (max-width: 768px) {
    .steps__wrapper {
        gap: 24px;
    }

    .steps__header {
        margin-bottom: 12px;
    }

    .steps__body {
        padding: 32px 16px;
    }

    .steps__select-title {
        margin-bottom: 12px;
        font-size: 18px;
        line-height: 24px;
    }

    .steps__select-list {
        gap: 12px;
    }

    .steps__select-item {
        max-width: 100%;
        padding: 10px 14px;
    }

    .steps__form-title {
        margin-bottom: 12px;
    }
}

.footer {
    padding: 60px 0 30px;
}

.footer__top {
    display: flex;
    align-items: flex-start;
    gap: 130px;
}

.footer__col {
    flex: 0 1 100%;
}

.footer__col:first-child {
    flex: 0 0 427px;
}

.footer__logo {
    margin-bottom: 55px;
}

.footer__contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.footer__contacts .contacts__item {
    align-items: flex-start;
}

.footer__messengers {
    margin-bottom: 32px;
}

.footer__messengers .messengers__link svg {
    width: 32px;
    height: 32px;
}

.footer__nav {
    margin-bottom: 4px;
}

.footer__partnership {
    display: flex;
    align-items: center;
    gap: 19px;
}

.footer__partnership-item {
    line-height: 0;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #c5c5d3;
}

.footer__bottom-item {
    font-size: 14px;
    line-height: 20px;
}

.footer__bottom a {
    transition: 0.25s ease-in-out;
}

.footer__bottom a:hover {
    color: #0072ce;
}

@media screen and (max-width: 1350px) {
    .footer__top {
        gap: 20px;
    }
}

@media screen and (max-width: 1020px) {
    .footer__col:first-child {
        flex: 0 1 auto;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 40px 0;
    }

    .footer__top {
        flex-wrap: wrap;
        gap: 24px;
    }

    .footer__col:first-child {
        flex: 0 1 100%;
    }

    .footer__logo {
        margin-bottom: 24px;
    }

    .footer__messengers {
        margin-bottom: 24px;
    }

    .footer__nav {
        margin-bottom: 24px;
    }

    .footer__bottom {
        margin-top: 24px;
        padding-top: 24px;
    }
}

@media screen and (max-width: 550px) {
    .footer__wrapper {
        padding-bottom: 5px;
        overflow-y: auto;
    }

    .footer__partnership-item {
        flex: 0 0 auto;
    }

    .footer__bottom {
        flex-wrap: wrap;
        gap: 12px;
    }

    .footer__bottom-item {
        flex: 0 1 100%;
    }
}

.socials__title {
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 24px;
}

.socials__list {
    display: flex;
    align-items: center;
    gap: 13px;
}

.socials__item,
.socials__link {
    display: flex;
}

.f-navigation {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.f-navigation__section {
    max-width: calc(33.33% - 16px);
    width: 100%;
}

.f-navigation__title {
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 900;
}

.f-navigation__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.f-navigation__link {
    transition: 0.25s ease-in-out;
}

.f-navigation__link:hover {
    color: #0072ce;
}

@media screen and (max-width: 1350px) {
    .f-navigation {
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .f-navigation {
        gap: 12px;
    }

    .f-navigation__section {
        max-width: calc(33.33% - 8px);
    }

    .f-navigation__title {
        margin-bottom: 8px;
    }

    .f-navigation__list {
        gap: 8px;
    }
}

@media screen and (max-width: 550px) {
    .f-navigation {
        flex-wrap: wrap;
        gap: 24px;
    }

    .f-navigation__section {
        max-width: 100%;
    }
}

.breadcrumbs {
    margin-bottom: 60px;
    padding-top: 16px;
}

.breadcrumbs__list {
    display: flex;
    align-items: center;
    gap: 12px;
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #a8a9bd;
}

.breadcrumbs__link {
    white-space: nowrap;
}

.breadcrumbs span.breadcrumbs__link {
    color: #333333;
}

.breadcrumbs a.breadcrumbs__link {
    color: #a8a9bd;
    transition: 0.25s ease-in-out;
}

.breadcrumbs a.breadcrumbs__link:hover {
    color: #005599;
}

@media screen and (max-width: 768px) {
    .breadcrumbs {
        margin-bottom: 32px;
    }

    .breadcrumbs__list {
        margin: 0 -15px;
        padding-bottom: 5px;
        padding-left: 15px;
        overflow-x: auto;
    }
}

.pagination__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.pagination__item {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #c5c5d3;
    transition: 0.25s ease-in-out;
}

.pagination__item:after {
    content: "";
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background-color: transparent;
    transition: 0.25s ease-in-out;
}

.pagination__item--current {
    color: #fff;
}

.pagination__item--current:after {
    background-color: #0072ce;
}

.pagination__item:not(.pagination__item--current):hover {
    color: #005599;
}

.pagination__link {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {

    .pagination__item:nth-child(5),
    .pagination__item:nth-child(6) {
        display: none;
    }
}

.article__content {
    max-width: 1096px;
    width: 100%;
    margin: 0 auto;
}

.article__header {
    margin-bottom: 40px;
}

.article__title {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 900;
    line-height: 44px;
}

.article__title span {
    font-style: italic;
    color: #0072ce;
}

.article__info {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    line-height: 16px;
}

.article__date {
    margin-right: auto;
}

.article__time,
.article__views {
    display: flex;
    align-items: center;
    gap: 5px;
}

.article__time:before,
.article__views:before {
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.article__time:before {
    background-image: url("../img/time_icon.svg");
}

.article__views:before {
    background-image: url("../img/eye_icon.svg");
}

.article__client {
    margin-bottom: 40px;
}

.article__text {
    margin-bottom: 24px;
}

.article__text--blue {
    padding: 32px;
    border-radius: 32px;
    color: #fff;
    background-color: #0072ce;
}

.article__text--blue a {
    text-decoration: underline;
}

.article__text h2 {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}


.article__text h3 {
    margin-bottom: 12px;
    font-weight: 700;
}

.article__text p b {
    font-weight: 700;
}

.article__text p strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.article__text p:not(:last-child) {
    margin-bottom: 8px;
}

.article__text ul {
    padding-left: 17px;
}

.article__text ol {
    padding-left: 0;
    list-style-position: inside;
}

.article__intro {
    font-weight: 700;
}

.article__form {
    margin-bottom: 24px;
}

.article__wrapper {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.article__wrapper-picture {
    flex: 0 1 536px;
    border-radius: 32px;
    overflow: hidden;
    line-height: 0;
}

.article__wrapper-picture img {
    width: 100%;
}

.article__wrapper-content {
    flex: 0 1 100%;
}

.article__table {
    margin-bottom: 24px;
}

.article__review {
    margin-bottom: 56px;
}

.article__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article__nav .secondary-button {
    padding: 8px 16px;
    border: 1px solid #e2e2e9;
    border-radius: 50px;
    font-weight: 300;
}

.article__nav .secondary-button:first-child:hover svg {
    transform: translateX(-5px);
}

@media screen and (max-width: 1350px) {
    .article__wrapper-picture {
        flex: 0 1 480px;
    }
}

@media screen and (max-width: 1020px) {
    .article__wrapper-picture {
        flex: 0 1 350px;
    }
}

@media screen and (max-width: 768px) {
    .article__header {
        margin-bottom: 24px;
    }

    .article__title {
        text-align: center;
        font-size: 32px;
        line-height: 40px;
    }

    .article__title sm {
        font-style: italic;
        color: #0072ce;
    }

    .article__client {
        margin-bottom: 24px;
    }

    .article__wrapper {
        flex-wrap: wrap;
        gap: 24px;
    }

    .article__wrapper-picture {
        flex: 0 1 100%;
    }

    .article__text--blue {
        padding: 24px 16px;
    }

    .article__review {
        margin-bottom: 24px;
    }

    .article__table {
        margin: 0 -15px 24px;
        padding-left: 15px;
        overflow-x: auto;
    }
}

@media screen and (max-width: 550px) {
    .article__nav {
        flex-wrap: wrap;
        gap: 12px;
    }

    .article__nav .secondary-button {
        width: 100%;
    }

    .article__nav .secondary-button:first-child {
        justify-content: flex-start;
    }

    .article__nav .secondary-button:last-child {
        justify-content: flex-end;
    }
}

.project-client {
    padding: 32px;
    border: 1px solid #a8a9bd;
    border-radius: 32px;
}

.project-client__wrapper {
    display: flex;
    gap: 26px;
}

.project-client__logo {
    flex: 0 0 130px;
    display: flex;
    align-items: center;
}

.project-client__body {
    flex: 0 1 100%;
}

.project-client__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.project-client__label {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.project-client__site {
    text-decoration: underline;
    text-decoration-color: transparent;
    color: #0072ce;
    transition: 0.25s ease-in-out;
}

.project-client__site:hover {
    text-decoration-color: inherit;
}

.project-client__desc {
    margin-bottom: 8px;
}

.project-client__review {
    text-decoration: underline;
    color: #0072ce;
    transition: 0.25s ease-in-out;
}

.project-client__review:hover {
    text-decoration-color: transparent;
}

@media screen and (max-width: 768px) {
    .project-client {
        padding: 16px 16px 32px;
    }

    .project-client__wrapper {
        gap: 24px;
    }
}

@media screen and (max-width: 550px) {
    .project-client__wrapper {
        flex-wrap: wrap;
    }
}

.attention {
    padding: 32px;
    border-radius: 32px;
    font-family: "Inter", sans-serif;
}

.attention--blue {
    color: #fff;
    background-color: #0072ce;
}

.attention--red {
    border: 2px solid #e01a00;
}

@media screen and (max-width: 768px) {
    .attention {
        padding: 32px 16px;
    }
}

.discuss-form {
    padding: 32px;
    border-radius: 32px;
    background-color: #f9f9fb;
}

.discuss-form__title {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.discuss-form__wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.discuss-form__inp {
    position: relative;
    flex: 0 1 100%;
}

.discuss-form__check {
    margin-bottom: 24px;
}

.discuss-form__btn {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .discuss-form {
        padding: 24px 16px 32px;
    }

    .discuss-form__wrapper {
        flex-wrap: wrap;
    }
}

.article-table {
    border-radius: 32px;
    overflow: hidden;
}

.article-table__title {
    padding: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    background-color: #0072ce;
}

.article-table__content {
    padding: 24px 24px 32px;
    background-color: #f9f9fb;
}

.article-table__head {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 16px;
    color: #a8a9bd;
}

.article-table__body:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 0.5px solid #b3b3b3;
}

.article-table__row {
    display: flex;
    align-items: stretch;
    gap: 55px;
}

.article-table__row:not(.article-table__head) .article-table__col:not(:last-child) {
    padding-right: 55px;
    border-right: 0.5px solid #b3b3b3;
}

.article-table__col {
    flex: 1;
}

.article-table__col:first-child {
    flex: 0 0 535px;
}

.article-table__col:nth-child(2) {
    flex: 0 0 305px;
}

.article-table__col p,
.article-table__col ul {
    font-size: 12px;
    line-height: 16px;
}

.article-table__col p:not(:last-child) {
    margin-bottom: 16px;
}

.article-table__col p strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
}

.article-table__col ul {
    margin: 0;
    padding-left: 16px;
}

.article-table__price {
    white-space: nowrap;
    font-weight: 700;
    color: #0072ce;
}

@media screen and (max-width: 1350px) {
    .article-table__col:first-child {
        flex: 0 0 400px;
    }
}

@media screen and (max-width: 1020px) {
    .article-table__row {
        gap: 20px;
    }

    .article-table__row:not(.article-table__head) .article-table__col:not(:last-child) {
        padding-right: 20px;
    }

    .article-table__col:first-child {
        flex: 0 0 300px;
    }

    .article-table__col:nth-child(2) {
        flex: 0 0 250px;
    }
}

@media screen and (max-width: 768px) {
    .article-table {
        min-width: 600px;
    }

    .article-table__title {
        padding: 24px 12px;
        font-size: 18px;
        line-height: 24px;
    }

    .article-table__content {
        padding: 24px 12px 20px;
    }

    .article-table__row {
        gap: 8px;
    }

    .article-table__row:not(.article-table__head) .article-table__col:not(:last-child) {
        padding-right: 8px;
    }

    .article-table__col:first-child {
        flex: 0 0 190px;
    }

    .article-table__col:last-child {
        padding-right: 12px;
    }

    .article-table__col p strong {
        font-size: 14px;
        line-height: 16px;
    }

    .article-table__col ul {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (max-width: 550px) {
    .article-table {
        margin-right: -15px;
    }
}

.review {
    padding: 24px;
    border-radius: 32px;
    background-color: #f9f9fb;
}

.review__title {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

@media screen and (max-width: 768px) {
    .review {
        padding: 12px;
    }
}

.review-item {
    padding: 32px;
    border: 1px solid #a8a9bd;
    border-radius: 32px;
    background-color: #fff;
}

.review-item__head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 26px;
}

.review-item__logo {
    flex: 0 0 156px;
    height: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c5c5d3;
    border-radius: 50%;
}

.review-item__wrap {
    max-width: 345px;
    width: 100%;
}

.review-item__name {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.review-item__desc {
    font-weight: 700;
}

.review-item__content {
    margin-bottom: 26px;
}

.review-item__content p:not(:last-child) {
    margin-bottom: 16px;
}

.review-item__footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

@media screen and (max-width: 768px) {
    .review-item {
        padding: 16px 16px 32px;
    }

    .review-item__head,
    .review-item__content {
        margin-bottom: 24px;
    }

    .review-item__head {
        gap: 12px;
    }

    .review-item__content p:not(:first-child) {
        display: none;
    }

    .review-item__logo {
        flex: 0 0 108px;
        height: 108px;
    }

    .review-item__name {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 550px) {
    .review-item__head {
        flex-wrap: wrap;
    }

    .review-item__wrap {
        max-width: 100%;
    }

    .review-item__btn {
        width: 100%;
    }
}

.facilities__title {
    margin-bottom: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 56px;
    line-height: 44px;
}

.facilities__desc {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.facilities__list {
    display: flex;
    flex-wrap: wrap;
    gap: 33px 20px;
}

.facilities__list-item {
    max-width: calc(33.33% - 14px);
    width: 100%;
}

@media screen and (max-width: 1020px) {
    .facilities__list-item {
        max-width: calc(50% - 10px);
    }
}

@media screen and (max-width: 768px) {
    .facilities__title {
        margin-bottom: 12px;
        font-size: 32px;
        line-height: 40px;
    }

    .facilities__desc {
        margin-bottom: 24px;
    }

    .facilities__list {
        gap: 32px;
    }

    .facilities__list-item {
        max-width: 100%;
    }
}

.facility-item__title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    transition: 0.25s ease-in-out;
}

.facility-item__title svg {
    flex: 0 0 auto;
}

.facility-item__title:hover {
    color: #0072ce;
}

.facility-item__title:hover .facility-item__arrow {
    transform: translateX(5px);
}

.facility-item__arrow {
    transition: 0.25s ease-in-out;
}

.facility-item__link {
    display: block;
    text-decoration: underline;
    text-decoration-color: transparent;
    font-size: 16px;
    line-height: 24px;
    transition: 0.25s ease-in-out;
}

.facility-item__link:hover {
    text-decoration-color: inherit;
    color: #0072ce;
}

.way__title {
    max-width: 660px;
    width: 100%;
    margin: 0 auto 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}

.way__title span {
    font-style: italic;
    color: #0072ce;
}

@media screen and (max-width: 768px) {
    .way__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
    }
}

.tabs__header {
    margin-bottom: 40px;
}

.tabs__header-wrapper {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 52px;
}

.tabs__header-item {
    position: relative;
    max-width: 118px;
    width: 100%;
}

.tabs__header-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 21px;
    right: -50px;
    width: 48px;
    height: 3px;
    border: 1px solid #a8a9bd;
    opacity: 0.2;
}

.tabs__header-item.is-active .tabs__header-num {
    opacity: 1;
    background-color: rgba(0, 114, 206, 0.2);
}

.tabs__header-item.is-active .tabs__header-num:after {
    opacity: 1;
}

.tabs__header-item:not(.is-active):hover {
    cursor: pointer;
}

.tabs__header-item:not(.is-active):hover .tabs__header-num {
    opacity: 1;
}

.tabs__header-item:not(.is-active):hover .tabs__header-num:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.tabs__header-num {
    position: relative;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    opacity: 0.2;
    background-color: #0072ce;
    transition: 0.25s ease-in-out;
}

.tabs__header-num:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 33px;
    height: 33px;
    border: 2px solid #005599;
    opacity: 0;
    border-radius: 50%;
    background-color: #0072ce;
    transition: 0.25s ease-in-out;
}

.tabs__header-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.tabs__content {
    display: none;
    max-width: 1096px;
    width: 100%;
    margin: 0 auto;
}

.tabs__content.is-active {
    display: block;
}

.tabs__content-wrapper {
    display: flex;
    gap: 20px;
}

.tabs__content-text {
    flex: 0 1 100%;
}

.tabs__content-text ul {
    margin: 0;
    padding-left: 17px;
}

.tabs__content-text p:not(:last-child),
.tabs__content-text ul:not(:last-child) {
    margin-bottom: 12px;
}

.tabs__content-picture {
    flex: 0 0 538px;
    line-height: 0;
}

.tabs__content-picture img {
    width: 100%;
}

.tabs__content-btn {
    margin-top: 40px;
}

@media screen and (max-width: 1020px) {
    .tabs__header {
        padding-bottom: 5px;
        overflow-x: auto;
    }

    .tabs__header-wrapper {
        justify-content: flex-start;
    }

    .tabs__header-item {
        flex: 0 0 118px;
    }

    .tabs__content-picture {
        flex: 0 0 350px;
    }
}

@media screen and (max-width: 768px) {
    .tabs__header {
        margin: 0 -15px 24px;
    }

    .tabs__header-wrapper {
        padding-left: 15px;
    }

    .tabs__content-wrapper {
        flex-wrap: wrap;
        gap: 16px;
    }

    .tabs__content-picture {
        flex: 0 1 100%;
    }

    .tabs__content-btn {
        margin-top: 24px;
    }
}

@media screen and (max-width: 550px) {
    .tabs__content-btn {
        width: 100%;
    }
}

.tariffs__title {
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
}

.tariffs__title span {
    font-style: italic;
    color: #0072ce;
}

.tariffs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tariffs__list-item {
    max-width: calc(33.33% - 14px);
    width: 100%;
}

@media screen and (max-width: 768px) {
    .tariffs__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
    }

    .tariffs__list-item {
        max-width: 100%;
    }
}

.price-item {
    position: relative;
    padding: 56px 24px 24px;
    border: 1px solid #c5c5d3;
    border-radius: 32px;
    background-color: #fff;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.price-item:hover {
    border-color: #0072ce;
}

.price-item__duration {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 49px;
    border-radius: 32px 0 32px 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    background-color: #0072ce;
}

.price-item__title {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.price-item__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.price-item__list-item {
    display: flex;
    gap: 12px;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
}

.price-item__list-item:before {
    content: "";
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background-image: url("../img/check_icon.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.price-item__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.price-item__total {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #0072ce;
}

@media screen and (max-width: 1020px) {
    .price-item__footer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .price-item__btn {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .price-item {
        padding: 56px 16px 24px;
    }

    .price-item__list {
        gap: 12px;
    }

    .price-item__footer {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .price-item__btn {
        width: unset;
    }
}

.reviews__title {
    margin-bottom: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 56px;
    line-height: 44px;
}

.reviews__desc {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.reviews__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 40px;
}

.reviews__nav-item {
    padding: 0 12px 8px;
    border-bottom: 2px solid transparent;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #a8a9bd;
    transition: 0.25s ease-in-out;
}

.reviews__nav-item--active {
    color: #0072ce;
    border-color: #0072ce;
}

.reviews__nav-item:not(.projects__nav-item--active):hover {
    color: #005599;
}

.reviews__body {
    padding: 32px;
    border-radius: 32px;
    background-color: #f9f9fb;
}

.reviews__list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 88px;
}

.reviews__list-item {
    max-width: calc(50% - 16px);
    width: 100%;
}

.reviews__clients {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.reviews__clients-item {
    max-width: calc(25% - 15px);
    width: 100%;
}

@media screen and (max-width: 1020px) {
    .reviews__clients-item {
        max-width: calc(33.33% - 14px);
    }
}

@media screen and (max-width: 768px) {
    .reviews__title {
        margin-bottom: 12px;
        font-size: 32px;
        line-height: 40px;
    }

    .reviews__desc {
        margin-bottom: 24px;
    }

    .reviews__nav {
        margin-bottom: 24px;
        flex-wrap: wrap;
        gap: 32px;
    }

    .reviews__nav-item {
        flex: 0 1 auto;
    }

    .reviews__body {
        padding: 24px 20px 30px;
    }

    .reviews__list {
        margin-bottom: 54px;
    }

    .reviews__list-item {
        max-width: 100%;
    }

    .reviews__clients-item {
        max-width: calc(50% - 10px);
    }

    .reviews__clients-item .client-item {
        max-width: 100%;
		width: 100% !important;
	}
}

@media screen and (max-width: 550px) {
    .reviews__clients-item {
        max-width: 100%;
    }
}

.news__title {
    margin-bottom: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 56px;
    line-height: 44px;
}

.news__title span {
    font-style: italic;
    color: #0072ce;
}

.news__desc {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.news__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

.news__nav-item {
    padding: 0 12px 8px;
    border-bottom: 2px solid transparent;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #a8a9bd;
    transition: 0.25s ease-in-out;
}

.news__nav-item--active {
    color: #0072ce;
    border-color: #0072ce;
}

.news__nav-item:not(.projects__nav-item--active):hover {
    color: #005599;
}

.news__list {
    display: flex;
    flex-wrap: wrap;
    gap: 34px 20px;
    margin-bottom: 40px;
}

.news__list-item {
    max-width: calc(33.33% - 14px);
    width: 100%;
}

@media screen and (max-width: 1020px) {
    .news__list-item {
        max-width: calc(50% - 10px);
    }
}

@media screen and (max-width: 768px) {
    .news__title {
        margin-bottom: 12px;
        font-size: 32px;
        line-height: 40px;
    }

    .news__desc {
        margin-bottom: 24px;
    }

    .news__nav {
        margin-bottom: 24px;
        gap: 4px;
    }

    .news__list {
        gap: 12px;
        margin-bottom: 42px;
    }

    .news__list-item {
        max-width: calc(50% - 6px);
    }
}

@media screen and (max-width: 550px) {
    .news__nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -15px 24px;
        padding-left: 15px;
    }

    .news__nav-item {
        white-space: nowrap;
    }

    .news__list-item {
        max-width: 100%;
    }
}

.join__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.join__picture {
    flex: 0 0 528px;
    line-height: 0;
}

.join__content {
    flex: 0 0 548px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.join__title {
    margin-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}

.join__title span {
    font-style: italic;
    color: #0072ce;
}

.join__desc {
    margin-bottom: 48px;
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 1350px) {
    .join__picture {
        flex: 0 0 428px;
    }
}

@media screen and (max-width: 1020px) {
    .join__picture {
        flex: 0 0 350px;
    }

    .join__content {
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 768px) {
    .join__wrapper {
        flex-wrap: wrap;
    }

    .join__picture {
        flex: 0 1 100%;
        text-align: center;
    }

    .join__title {
        font-size: 24px;
        line-height: 32px;
    }

    .join__desc {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 550px) {
    .join__btn {
        width: 100%;
    }
}

.contact-details__title {
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 56px;
    line-height: 44px;
}

.contact-details__wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.contact-details__content {
    flex: 0 0 426px;
}

.contact-details__map {
    flex: 0 0 650px;
    height: 468px;
    border-radius: 32px;
    overflow: hidden;
}

.contact-details__map .icon-marker {
    max-width: 154px;
    width: 154px !important;
    height: 63px;
    position: relative;
    transform: translate(-40px, -50px);
}

.contact-details__desc {
    margin-bottom: 12px;
    font-weight: 700;
}

.contact-details__contacts {
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-bottom: 32px;
}

.contact-details__contacts .contacts__item {
    align-items: flex-start;
}

.contact-details__contacts .contacts__item:not(:nth-child(4)) {
    flex: 0 1 100%;
}

.contact-details__messengers .messengers__link svg {
    width: 32px;
    height: 32px;
}

@media screen and (max-width: 1350px) {
    .contact-details__map {
        flex: 0 1 100%;
    }
}

@media screen and (max-width: 1020px) {
    .contact-details__content {
        flex: 0 0 330px;
    }
}

@media screen and (max-width: 768px) {
    .contact-details__title {
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 40px;
    }

    .contact-details__wrapper {
        position: relative;
        flex-wrap: wrap-reverse;
        gap: 12px;
        margin: 0 -15px;
        padding-top: 84px;
    }

    .contact-details__content {
        flex: 0 1 100%;
        padding: 0 15px;
    }

    .contact-details__map {
        border-radius: 0;
    }

    .contact-details__desc {
        position: absolute;
        top: 0;
        right: 15px;
        left: 15px;
        margin-bottom: 0;
    }

    .contact-details__contacts {
        gap: 12px;
        margin-bottom: 24px;
    }

    .contact-details__messengers {
        flex: 0 1 100%;
        margin-top: 12px;
    }
}

@media screen and (max-width: 420px) {
    .contact-details__wrapper {
        padding-top: 96px;
    }
}

.prices__container {
    max-width: 1246px;
}

.prices__title {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}

.prices__text:not(:last-child) {
    margin-bottom: 24px;
}

.prices__text--bold {
    font-weight: 700;
}

.prices__text ul {
    margin: 0;
    padding-left: 17px;
}

.prices__text p:not(:last-child),
.prices__text ul:not(:last-child) {
    margin-bottom: 8px;
}

.prices__text h2 {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.prices__table {
    margin-bottom: 24px;
}

@media screen and (max-width: 1350px) {
    .prices__container {
        max-width: 1020px;
    }
}

@media screen and (max-width: 1020px) {
    .prices__container {
        max-width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .prices__title {
        margin-bottom: 24px;
        text-align: center;
    }

    .prices__table {
        margin: 0 -15px 24px;
        padding-left: 15px;
        overflow-x: auto;
    }
}

.prices-table {
    border-radius: 32px;
    overflow: hidden;
}

.prices-table__title {
    padding: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    background-color: #0072ce;
}

.prices-table__content {
    padding: 24px 24px 32px;
    background-color: #f9f9fb;
}

.prices-table__head {
    font-size: 14px;
    line-height: 16px;
    color: #a8a9bd;
}

.prices-table__row {
    display: flex;
    gap: 12px;
}

.prices-table__row:not(:last-child) {
    margin-bottom: 24px;
}

.prices-table__col {
    flex: 0 1 283px;
}

.prices-table__body:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 0.5px solid #b3b3b3;
}

@media screen and (max-width: 768px) {
    .prices-table {
        min-width: 670px;
        margin-right: -15px;
    }

    .prices-table__title {
        font-size: 18px;
        line-height: 24px;
    }

    .prices-table__content {
        padding: 24px 12px 20px;
    }

    .prices-table__row:not(:last-child) {
        margin-bottom: 16px;
    }

    .prices-table__row.prices-table__body {
        align-items: center;
    }

    .prices-table__body:not(:last-child) {
        padding-bottom: 16px;
    }

    .prices-table__col {
        flex: 0 0 161px;
    }

    .prices-table__col:first-child {
        flex: 0 0 143px;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
    }
}

.contract__content {
    max-width: 1096px;
    width: 100%;
    margin: 0 auto;
}

.contract__title {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}

.contract__text:not(:last-child) {
    margin-bottom: 24px;
}

.contract__text--bold {
    text-align: right;
    font-weight: 700;
}

.contract__text h2 {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.contract__text p:not(:last-child) {
    margin-bottom: 12px;
}

.contract__text a:not(.contract__btn) {
    text-decoration: underline;
    color: #0072ce;
    transition: 0.25s ease-in-out;
}

.contract__text a:not(.contract__btn):hover {
    text-decoration-color: transparent;
}

.contract__archive-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.contract__archive-item:not(:last-child) {
    margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
    .contract__title {
        margin-bottom: 24px;
    }
}

.archive-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.archive-item svg {
    flex: 0 0 auto;
}

.archive-item__wrap span:first-of-type {
    color: #0072ce;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.25s ease-in-out;
}

.archive-item__wrap:hover span:first-of-type {
    text-decoration-color: inherit;
}

@media screen and (max-width: 768px) {
    .archive-item {
        align-items: flex-start;
    }
}

.not-found {
    min-height: 696px;
    background-image: url("../img/not_found_bg.png");
    background-repeat: no-repeat;
    background-position: center;
}

.not-found__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
}

.not-found__picture {
    flex: 0 0 650px;
    line-height: 0;
}

.not-found__content {
    flex: 0 0 370px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not-found__title {
    margin-bottom: 40px;
}

.not-found__desc {
    margin-bottom: 32px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

@media screen and (max-width: 1350px) {
    .not-found {
        min-height: unset;
        background-size: contain;
    }

    .not-found__picture {
        flex: 0 0 500px;
    }
}

@media screen and (max-width: 1020px) {
    .not-found__picture {
        flex: 0 0 300px;
    }

    .not-found__content {
        flex: 0 1 auto;
    }

    .not-found__title svg {
        width: 250px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .not-found__wrapper {
        gap: 20px;
    }
}

@media screen and (max-width: 620px) {
    .not-found__wrapper {
        position: relative;
        flex-wrap: wrap-reverse;
        gap: 32px;
        padding-bottom: 90px;
    }

    .not-found__btn {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .not-found__title svg {
        width: 230px;
    }

    .not-found__desc {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 24px;
    }
}

.iti {
    display: block;
}

.iti input {
    padding-right: 16px !important;
    padding-left: 64px !important;
}

.iti__flag-container {
    padding: 0;
}

.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent !important;
}

.iti__selected-flag {
    gap: 6px;
    padding: 0 0px 0 16px;
}

.iti__arrow {
    width: 8px;
    height: 8px;
    margin-left: 0;
    border: none;
    background-image: url("../img/iti_arrow_icon.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.iti__flag-box {
    margin-right: 16px;
}

.iti__flag {
    width: 18px;
    border-radius: 2px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.iti__country-list {
    width: 363px;
    margin: 6px 0 0 -1px;
    padding: 16px;
    border: 2px solid #f0f1f4;
    overflow-x: hidden;
    border-radius: 12px;
}

.iti__country-list--dropup {
    margin-bottom: 6px;
}

.iti__country {
    padding: 0;
}

.iti__country:not(:last-child) {
    margin-bottom: 8px;
}

.iti__country.iti__highlight {
    background-color: transparent;
}

.iti__country:hover .iti__country-name {
    color: #0072ce;
}

.iti__country:hover .iti__dial-code {
    color: #005599;
}

.iti__country-name,
.iti__dial-code {
    transition: 0.25s ease-in-out;
}

.just-validate-error-label {
    position: absolute;
    left: 0;
    bottom: -12px;
    font-size: 12px;
    line-height: 1;
    color: #e01a00;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 24px;
    border: 1px solid transparent;
    white-space: nowrap;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    border-radius: 12px;
    transition: 0.25s ease-in-out;
}

.button svg {
    flex: 0 0 auto;
    transition: 0.25s ease-in-out;
}

.button svg path {
    transition: 0.25s ease-in-out;
}

.button:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.primary-button {
    color: #fff;
    border-color: #0072ce;
    background-color: #0072ce;
}

.primary-button:active,
.primary-button:hover {
    background-color: #005599;
}

.secondary-button {
    color: #0072ce;
    border-color: #0072ce;
    background-color: #fff;
}

.secondary-button:active,
.secondary-button:hover {
    color: #005599;
    border-color: #005599;
}

.secondary-button:active svg,
.secondary-button:hover svg {
    transform: translateX(5px);
}

.secondary-button:active svg path,
.secondary-button:hover svg path {
    fill: #005599;
}

.outline-button {
    color: #fff;
    border-color: #fff;
    background-color: #0072ce;
}

.outline-button:active,
.outline-button:hover {
    background-color: #005599;
}

.outline-button:active svg,
.outline-button:hover svg {
    transform: translateX(5px);
}

.c-check {
    display: flex;
    align-items: center;
}

.c-check:hover {
    cursor: pointer;
}

.c-check__inp {
    display: none;
}

.c-check__inp:checked+.c-check__body .c-check__box {
    background-color: #3b3c4e;
}

.c-check__inp:checked+.c-check__body .c-check__box:after {
    opacity: 1;
}

.c-check__inp.just-validate-error-field+.c-check__body .c-check__box {
    border-color: #e01a00;
}

.c-check__body {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.c-check__box {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1.5px solid #3b3c4e;
    border-radius: 5px;
    background-color: transparent;
    transition: 0.25s ease-in-out;
}

.c-check__box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 8px;
    opacity: 0;
    background-image: url("../img/tick_icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.25s ease-in-out;
}

.c-check__label a {
    text-decoration: underline;
    transition: 0.25s ease-in-out;
}

.c-check__label a:hover {
    text-decoration-color: transparent;
}

.input-base {
    width: 100%;
    padding: 8px 16px;
    border: 2px solid #f0f1f4;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #3b3c4e;
    border-radius: 12px;
    background-color: #fff;
    resize: none;
}

.input-base.just-validate-error-field {
    border: 2px solid #e01a00 !important;
    color: #3b3c4e !important;
}

@keyframes slideDown {
    from {
        display: block;
    }

    to {
        z-index: 0;
        transform: translateY(200px);
        opacity: 0;
    }
}

@keyframes fade_in_show {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideaway {
    from {
        display: block;
    }

    to {
        z-index: 0;
        transform: translateY(-20px);
        opacity: 0;
    }
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 20px));
    }
}

.mfp-bg {
    opacity: 1;
    background-color: rgba(20, 86, 184, 0.7);
    backdrop-filter: blur(3px);
}

.mfp-content:has(.services__content) {
    padding-top: 40px;
}

.mfp-content>.services__content {
    display: block;
}

.mfp-close-btn-in:has(.popup__close) .mfp-close {
    display: none;
}

.mfp-close-btn-in .mfp-close {
	width: 32px;
	height: 32px; 
	font-size: 0;
	background-image: url('../img/close-popup.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	transition: 0.25s ease-in-out;
}

.mfp-close-btn-in .mfp-close:hover {
	cursor: pointer;
	background-image: url('../img/close-popup-hover.svg');
}


.popup {
    position: relative;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}

.popup--big {
    max-width: 1080px;
}

.popup--big .popup__container {
    padding: 60px;
}

.popup__close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.popup__close svg path {
    transition: 0.25s ease-in-out;
}

.popup__close:hover svg path {
    fill: #3b3c4e;
}

.popup__container {
    padding: 32px;
    border-radius: 32px;
    background-color: #f9f9fb;
}

.popup__header {
    margin-bottom: 32px;
    text-align: center;
}

.popup__title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
}

.popup__title:not(:last-child) {
    margin-bottom: 16px;
}

.popup__desc {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.popup__service {
    margin-bottom: 32px;
    padding: 12px 16px;
    border-radius: 12px;
    background-color: #f0f1f4;
}

.popup__service-label {
    margin-bottom: 4px;
}

.popup__service-name {
    font-weight: 700;
    line-height: 24px;
}

.popup__thanks {
    max-width: 460px;
    width: 100%;
    margin: 16px auto 32px;
    text-align: center;
    line-height: 28px;
}

.popup__btn {
    display: block;
    margin: 0 auto;
}

.popup__form-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.popup__form-wrap .popup__form-inp {
    flex: 0 1 100%;
    margin-bottom: 0;
}

.popup__form-inp {
    position: relative;
    margin-bottom: 12px;
}

.popup__form-check {
    margin: 24px 0;
}

.popup__form-check .c-check__body {
    align-items: stretch;
}

.popup__form-check .c-check__box {
    top: 4px;
}

.popup__form-btn {
    width: 100%;
}

.popup__form-file {
    position: relative;
    cursor: pointer;
}

.popup__form-file input[type=file] {
    z-index: -1;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.popup__form-file-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border-radius: 12px;
    background-color: #0072ce;
}

.popup__form-file-label svg {
    flex: 0 0 auto;
}

.popup__form-file .just-validate-error-label {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .popup--big .popup__container {
        padding: 12px 12px 32px;
    }

    .popup__container {
        padding: 32px 16px;
    }

    .popup__title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 550px) {
    .popup__form-wrap {
        flex-wrap: wrap;
    }

    .popup__form-wrap span {
        flex: 0 1 100%;
        text-align: center;
    }

    .popup__form-file {
        flex: 0 1 100%;
    }
}

.template-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #C5C5D3;
    border-radius: 32px;
    background-color: #fff;
    overflow: hidden;
}

.template-card__picture {
    flex: 0 0 380px;
    overflow: hidden;
}

.template-card__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.template-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 16px 24px;
}

.template-card__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #3B3C4E;
}

.template-card__desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #3B3C4E;
}

.template-card__desc ul {
    padding-left: 12px;
    list-style: disc;
}

.template-card__desc p:not(:last-child) {
    margin-bottom: 8px;
}

.template-card__price {
    margin-top: auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #3B3C4E;
}

.template-card__wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.template-card__wrap .secondary-button {
    flex: 1;

}

@media screen and (max-width: 768px) {

    .template-card__picture {
        flex: 0 0 300px;
    }

    .template-card__title, .template-card__price {
        font-size: 18px;
        line-height: 24px;
    } 

    .template-card__wrap {
        flex-direction: column;
    }

    .template-card__wrap > * {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .template-card__picture {
        flex: 0 0 220px;
    }
}
/*# sourceMappingURL=/styles.c86c3119.css.map */