/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
    margin: 0;
}

/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
    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
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
   * Add the correct margin in IE 8.
   */
figure {
    margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    -webkit-box-sizing: content-box;
    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
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
    font-weight: inherit;
}

/**
   * 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 style in Android 4.3-.
   */
dfn {
    font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */
mark {
    background-color: #ff0;
    color: #000;
}

/**
   * 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
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
    display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */
img {
    border-style: none;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 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;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    /* 2 */
}

/**
   * 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */
textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    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 and cancel buttons in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
    display: inline-block;
}

/**
   * Add the correct display in IE.
   */
template {
    display: none;
}

/* Hidden
     ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
    display: none;
}

@font-face {
    font-family: "roboto";
    src: url("/fonts/Roboto-Bold/roboto-bold-webfont.woff2") format("woff2"), url("/fonts/Roboto-Bold/roboto-bold-webfont.woff") format("woff");
    font-weight: normal;
    /*700*/
    font-style: normal;
}

@font-face {
    font-family: "roboto";
    src: url("/fonts/Roboto-Medium/roboto-medium-webfont.woff2") format("woff2"), url("/fonts/Roboto-Medium/roboto-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "roboto";
    src: url("/fonts/Roboto-Regular/roboto-regular-webfont.woff2") format("woff2"), url("/fonts/Roboto-Regular/roboto-regular-webfont.woff") format("woff");
    font-weight: normal;
    /*400*/
    font-style: normal;
}

html {
    font-size: 16px;
}

@media screen and (max-width: 992) {
    html {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    html {
        font-size: 13px;
    }
}

html,
body {
    height: 100%;
}

body {
    font-family: "roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42;
    color: #000;
}

.wrapper {
    position: relative;
    width: 100%;
}

.container {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

p {
    padding: 0;
    margin: 0;
}

footer {
    position: relative;
    width: 100%;
}

img {
    max-width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.header {
    z-index: 2;
    height: 2.0625rem;
    background: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__contacts-icon {
    margin-right: 0.875rem;
}

.header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
}

.header__item:last-child {
    margin-right: 0;
}

.phone {
    /* margin-right: 2.5rem; */
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-decoration: none;
}

@media screen and (max-width: 450px) {
    .phone {
        font-size: .7rem;
    }
}

.mail {
    margin-left: 2.5rem;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

@media screen and (max-width: 576px) {
    .mail {
        margin-left: 0.5rem;
    }
}

@media screen and (max-width: 450px) {
    .mail {
        font-size: .7rem;
    }
}

.nav {
    z-index: 2;
    /* padding-top: 0.9375rem; */
    background: #ffffff;
    position: fixed;
    top: 2.0625rem;
    width: 100%;
    border-bottom: 1px solid #CCD6DD;
    padding-bottom: 0.875rem;
}

.nav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .nav__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .nav__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.nav__logo {
    height: 3.4375rem;
    width: 10.75rem;
    margin-bottom: 19px;
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.1rem;
}

@media screen and (max-width: 1200px) {
    .nav__list {
        padding-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .nav__list {
        position: fixed;
        top: -100%;
        right: 0;
        height: 100%;
        width: 45%;
        display: block;
        background-color: #EFF2F4;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        text-align: right;
        padding-right: 15px;
        line-height: 2.5rem;
    }

    .nav__logo {
        height: 4.4375rem;
    }
}

.nav__list.active {
    top: 0;
    margin-top: 8rem;
    width: 100%;
    text-align: center;
}

.nav__item {
    margin-right: 1.75rem;
}

.nav__item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .nav__item {
        margin: 0 0 20px 0px;
    }
}

.nav__item-link {
    text-decoration: none;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #333;
}

@media screen and (max-width: 768px) {
    .nav__item-link {
        font-size: 20px;
    }
}

.nav__item-link:hover {
    padding-bottom: 1.875rem;
    border-bottom: 3px solid #D5383B;
}

@media screen and (max-width: 1200px) {
    .nav__item-link:hover {
        padding-bottom: 0.875rem;
    }
}

@media screen and (max-width: 768px) {
    .nav__item-link:hover {
        padding: 0;
        border: none;
    }
}

.nav__entry {
    padding-top: 1.1rem;
}

@media screen and (max-width: 1200px) {
    .nav__entry {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .nav__entry {
        margin: 0;
    }
}



.hamburger-menu-link {
    position: relative;
    width: 30px;
    height: 30px;
    display: none;
}

@media screen and (max-width: 768px) {
    .hamburger-menu-link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 17px;
    }
}

@media screen and (max-width: 376px) {
    .hamburger-menu-link {
        margin-right: 17px;
    }
}

.hamburger-menu-link:before,
.hamburger-menu-link:after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    right: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hamburger-menu-link:before {
    top: 0;
}

.hamburger-menu-link:after {
    bottom: 0;
}

.hamburger-menu-link.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
}

.hamburger-menu-link.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 13px;
}

.hamburger-menu-link span {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 4px;
    top: 12px;
    right: 0;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hamburger-menu-link.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}




.application {
    background: url('/img/bg/auth-bg.png') no-repeat;
    margin-top: 110px;
    height: 100vh;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .application {
        margin-top: 97px;
    }
}

.title {
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 2.1875rem;
    text-align: center;
    padding-top: 1rem;
}

.application__title {
    margin-bottom: 35px;

}

.application__subtitle {
    padding: 0 120px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 65px;
}

@media only screen and (max-width: 992px) {
    .application__subtitle {
        padding: 0 55px;
    }

}

.application__title-one {
    font-size: 20px;
    font-weight: 600;
}

.application__title-two {
    color: #D5383B;
}



.application__text {
    display: flex;
    justify-content: center;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 50px;
}

.application__text-one {
    border-right: 1px solid #000;
    padding-right: 20px;
}

.application__text-two {
    padding-left: 20px;
}

.application-highlight {
    color: #D5383B;
}

.application__form-input {
    margin-bottom: 25px;
}


.application__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}

.application__form-input {
    margin-bottom: 30px;
}

/* .application__form-input:last-child {
    margin: 0;
} */

.application__form-label {
    padding-right: 200px;
    padding-bottom: 10px;
}


.application__form-elem {
    border: none;
    width: 28.75rem;
    padding: 0.5625rem 1rem 0.625rem;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    outline: none;
    color: #2E3A59;
    background-color: #EFF2F4;
    border-radius: 0.25rem;
    margin: 0;
}

@media only screen and (max-width: 576px) {
    .application__form-elem {
        width: 300px;
    }

}

.application__btn {
    margin: 70px 0 0 0;
    text-align: center;
}





.footer {
    background: #EFF2F4;
    min-height: 9.25rem;
}

.footer__content {
    padding-top: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 576px) {
    .footer__content {
        display: block;
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer__logo {
    width: 27%;
}

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

.footer__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media screen and (max-width: 992px) {
    .footer__list {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }
}


.footer__item {
    margin-bottom: 1.3125rem;
}

.footer__item-link {
    text-decoration: none;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #6B808E;
}

.footer__item-link:hover {
    color: #D5383B;
}

.footer__socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 576px) {
    .footer__socials-list {
        justify-content: center;
    }
}


.footer__socials-item {
    margin-right: 1rem;
}

.footer__socials-item:last-child {
    margin-right: 0;
}

.footer__contacts {
    margin-top: 1.375rem;
}

.footer__contacts-phone {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #6B808E;
    text-decoration: none;
}

.footer__contacts-phone a {
    color: #6B808E;
    text-decoration: none;
    font-size: 1rem;
}

.footer__contacts-mail {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #6B808E;
    margin-top: 1.3125rem;
    text-decoration: none;
}

.footer__contacts-mail a {
    color: #6B808E;
    font-size: 1rem;
    text-decoration: none;
}

.footer__contacts-icon {
    margin-right: 0.9375rem;
}

.footer__copyright {
    min-height: 2.125rem;
    background: #6B808E;
    width: 100%;
    padding: 0.5625rem 0;
}

.footer__copyright-text {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 576px) {
    .footer__copyright-text {
        text-align: center;
    }
}

.button {
    text-decoration: none;
    color: #fff;
    background: #D5383B;
    padding: 0.475rem 1.375rem;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 4px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0.25rem;
    border: none;
}

.button:hover {
    background: #BB2D3F;
}

.button:active {
    background: #5C054D;
}


.agreement {
    text-decoration: none;

}

.agreement__text {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 11px;
    color: #6B808E;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 576px) {
    .agreement__text {
        padding: 0 20%;
        margin: 10px 0;
    }
}

.agreement__section {
    margin-top: 140px;
}

.agreement__section-subtitle {
    text-align: center;
    margin-top: 2px;
    font-weight: bold;
    font-size: 1.275rem;
    padding: 0 10%;
}

.agreement__section-data {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-top: 30px;
}

.agreement__content {
    margin-top: 10px;
    margin-bottom: 30px;
}

.agreement__content-title {
    display: flex;
    justify-content: center;
    font-weight: bold;
    margin: 10px 0;
}

.agreement__content-text-bold {
    font-weight: bold;
}

.agreement__content p {
    text-indent: 30px;
    margin-bottom: 5px;
}

.agreement__content-down {
    margin-top: 20px;
}

.agreement__content-down p {
    text-indent: 0;
}

.agreement__link {
    text-decoration: none;
    color: #6B808E;
}

.agreement__link:hover {
    text-decoration: underline;
    color: #6B808E;
}

.agreement__link-1 {
    margin-bottom: 5px;
    text-decoration: none;
    color: #6B808E;
}

.agreement__link-1:hover {
    text-decoration: underline;
    color: #6B808E;
}



/* header */

.container {
    width: 100%;
    max-width: 1160px;
    margin: 0px auto;
}

header {
    padding: 20px 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    background-color: #f5f5f5;
    z-index: 99;
}

.header-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.header-container.header-mobile {
    display: none;
}

.header__logo {
    width: 100%;
    max-width: 170px;
}

.header__nav {
    display: flex;
    align-items: center;
    gap: 24px 48px;
}

.header__nav .slow-menu {
    display: flex;
    align-items: center;
    gap: 24px 48px;
}

.header__nav-item {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
}

.header__nav-item.active,
.header__nav-item:hover {
    color: #27A669;
}

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

.header__social-item {
    display: flex;
    width: 100%;
    max-width: 32px;
}

body {
    font-family: "Jost", sans-serif;
    font-style: normal;
    color: #272727;
    margin: 0px;
    padding: 0px;
    background-color: #F5F5F5;
    position: relative;
}

a {
    color: #272727;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.btn {
    padding: 8px 16px;
    border: 1px solid #0A4958;
    border-radius: 32px;
    /* font-size: 20px; */
    /* line-height: 26px; */
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none;
    outline: 0px;
    width: fit-content;
    font-family: "Jost", sans-serif;
}

.btn.btn-dark {
    border-radius: 32px;
    border: 1px solid #0A4958;
    background-color: #0A4958;
    color: #F2F2F2;
}

.title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.header_burger {
    display: none;
    z-index: 9999;
    width: 36px;
    height: 25px;
    cursor: pointer;
}

.wrapper-burger .header__nav.active {
    position: fixed;
    top: -100%;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    background: #f7f7f7;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    padding: 0 0 0;
    z-index: 99999;
    font-size: 22px;
    opacity: 1;
    display: block !important;
}

.wrapper-burger .header__nav.active.active {
    top: 0;
    margin-top: 0;
}

.header_burger {
    display: block;
    position: absolute;
    right: 00px;
    top: 20px;
}

.header_burger.active {
    z-index: 999999;
}

.header_burger span {
    position: absolute;
    background: -webkit-linear-gradient(90deg,#38826f 0%,#3ca180 92.27%);
    background: -o-linear-gradient(90deg,#38826f 0%,#3ca180 92.27%);
    background: linear-gradient(90deg,#38826f 0%,#3ca180 92.27%);
    width: 100%;
    height: 3px;
    left: 0;
    top: 11px;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.header_burger::before,
.header_burger::after {
    content: "";
    background: -webkit-linear-gradient(90deg,#38826f 0%,#3ca180 92.27%);
    background: -o-linear-gradient(90deg,#38826f 0%,#3ca180 92.27%);
    background: linear-gradient(90deg,#38826f 0%,#3ca180 92.27%);
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.header_burger::before {
    top: 0;
}

.header_burger::after {
    bottom: 0;
}

.header_burger.active {
    position: fixed;
    top: 25px;
    left: inherit;
    margin-left: 0;
    right: 20px;
}

.header_burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: -webkit-linear-gradient(90deg,#38826f 0%,#3ca180 92.27%);
    background: -o-linear-gradient(90deg,#38826f 0%,#3ca180 92.27%);
    background: linear-gradient(90deg,#38826f 0%,#3ca180 92.27%);
}

.header_burger.active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    background: -webkit-linear-gradient(90deg,#38826f 0%,#3ca180 92.27%);
    background: -o-linear-gradient(90deg,#38826f 0%,#3ca180 92.27%);
    background: linear-gradient(90deg,#38826f 0%,#3ca180 92.27%);
}

.header_burger.active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 13px;
    background: -webkit-linear-gradient(90deg,#38826f 0%,#3ca180 92.27%);
    background: -o-linear-gradient(90deg,#38826f 0%,#3ca180 92.27%);
    background: linear-gradient(90deg,#38826f 0%,#3ca180 92.27%);
}

@media (max-width: 1160px) {
    .container {
        max-width: 1024px;
        padding: 0px 10px;
        box-sizing: border-box;
    }

    .header-container.header-desctop {
        display: none;
    }

    .header-container.header-mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }

    .header-container.header-mobile .header__logo {

    }

    .header-container.header-mobile .header__social {
        margin: 20px auto 0px;
    }

    .header-container.header-mobile .header__social-item {
        display: flex;
        width: 100%;
        max-width: 32px;
        min-height: 32px;
        justify-content: center;
        align-items: center;
    }

    .header-container.header-mobile .header__btn-container {
        margin: 0px auto;
    }

    .header-container.header-mobile .header__nav-burger {

    }

    .header-container.header-mobile .header__nav {
        width: 100%;
        height: 100%;
        display: none;
        justify-content: center;
        position: fixed;
        top: -100%;
        right: 0;
        overflow: auto;
        -webkit-transition: all 0.8s ease 0s;
        -o-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s;
        background: #f7f7f7;
        -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
        padding: 0 0 0;
        z-index: 99999;
        font-size: 22px;
        opacity: 1;
    }

    .header-container.header-mobile .header__nav.active {
        display: flex !important;
        top: 0;
        margin-top: 0;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        justify-content: flex-start;
        padding-top: 60px;
    }

    .header-container.header-mobile .header__nav .header__nav-item {
        display: flex;
        font-size: 24px;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: 0em;
        text-align: center;
    }

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

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

    .footer__info {
        max-width: calc(100% - 205px);
    }

}

/* footer */

footer {
    padding: 68px 0px 32px;
}

.footer__container {

}

.footer__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
}

.footer__menu {
    display: flex;
    gap: 12px 64px;
}

.footer__menu .slow-menu {
    display: flex;
    align-items: center;
    gap: 24px 48px;
}

.footer__menu-item.active,
.footer__menu-item:hover {
    color: #27a669;
}

.footer__social {
    display: flex;
    gap: 12px;
}

.footer__social-item {

}

.footer__bot {
    display: flex;
    justify-content: space-between;
}

.footer__contacts {
    width: 100%;
    max-width: 179px;
}

.footer__contacts-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}

.footer__contacts-title-mobile-social {
    display: none;
}

.footer__phone {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-image: url(/img/main/footer__phone.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    margin-bottom: 16px;
}

.footer__phone a {
    text-decoration: none;
    display: block;
    width: fit-content;
}

.footer__mail {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-image: url(/img/main/footer__mail.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
}

.footer__mail {
    text-decoration: none;
    display: block;
}

.footer__mail a {
    text-decoration: none;
    display: block;
    width: fit-content;
}

.footer__info {
    width: 100%;
    max-width: 763px;
}

.footer__info-item {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__info-item.copyright {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px;
}

@media (max-width: 768px) {
    .footer__top {
        display: none;
    }

    .footer__contacts-title-mobile-social {
        display: flex;
        margin-top: 24px;
        gap: 12px;
    }
}

@media (max-width: 590px) {
    footer {
        padding-top: 40px;
    }

    .footer__bot {
        flex-direction: column;
        align-items: center;
        gap: 40px 24px;
    }

    .footer__contacts {
        max-width: 100%;
    }

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

    .footer__contacts-title-mobile-social {
        margin-top: 0px;
    }

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


.footer__design-info{
    margin-top: 24px;
}

.footer__design-info a{
    color: #0A4958;
}
