:root {
    --color-text: #464646;
    --color-title: #212529;
    --color-bg-wrapper: #ffffff;
    --color-accent: rgb(113, 161, 122);
    --color-accent2: rgb(251, 93, 20);
    --header-height: auto;
    --color-bg-1: #72a1791b;
    --color-bg-2: #72a1791b;
    --color-bg-3: #72a1791b;
    --color-bg-4: #fef9eb;
    --color-bg-5: #72a1791b;
    --color-bg-6: #efeff6;
}
@font-face {
    font-family: Inter;
    src:
        url(../fonts/Inter-Light.woff) format("woff"),
        url(../fonts/Inter-Light.woff2) format("woff2");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: Inter;
    src:
        url(../fonts/Inter-Regular.woff) format("woff"),
        url(../fonts/Inter-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: Inter;
    src:
        url(../fonts/Inter-Medium.woff) format("woff"),
        url(../fonts/Inter-Medium.woff2) format("woff2");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: Inter;
    src:
        url(../fonts/Inter-SemiBold.woff) format("woff"),
        url(../fonts/Inter-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: Inter;
    src:
        url(../fonts/Inter-Bold.woff) format("woff"),
        url(../fonts/Inter-Bold.woff2) format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: Inter;
    src:
        url(../fonts/Inter-ExtraBold.woff) format("woff"),
        url(../fonts/Inter-ExtraBold.woff2) format("woff2");
    font-weight: 800;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: Inter;
    src:
        url(../fonts/Inter-Black.woff) format("woff"),
        url(../fonts/Inter-Black.woff2) format("woff2");
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src:
        url(../fonts/Montserrat-Light.woff) format("woff"),
        url(../fonts/Montserrat-Light.woff2) format("woff2");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src:
        url(../fonts/Montserrat-Regular.woff) format("woff"),
        url(../fonts/Montserrat-Regular.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src:
        url(../fonts/Montserrat-Medium.woff) format("woff"),
        url(../fonts/Montserrat-Medium.woff2) format("woff2");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src:
        url(../fonts/Montserrat-SemiBold.woff) format("woff"),
        url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src:
        url(../fonts/Montserrat-Bold.woff) format("woff"),
        url(../fonts/Montserrat-Bold.woff2) format("woff2");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src:
        url(../fonts/Montserrat-ExtraBold.woff) format("woff"),
        url(../fonts/Montserrat-ExtraBold.woff2) format("woff2");
    font-weight: 800;
    font-display: swap;
    font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
    margin-bottom: 0;
}
.skiptranslate {
    display: none !important;
    height: 0 !important;
}
html {
    height: 100%;
}
body {
    min-width: 340px;
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0 !important;
    font:
        400 16px/1.57 Inter,
        Arial,
        Helvetica,
        sans-serif;
    color: var(--color-text);
    background: var(--color-bg-wrapper);
}
a img {
    border: 0;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    min-height: 0;
    min-width: 0;
}
.display-none,
.none {
    display: none;
}
.focus-disabled *,
.focus-disabled :focus {
    outline: 0 !important;
}
.load--preload * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
a {
    color: var(--color-accent);
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
form {
    display: block;
    padding: 0;
    margin: 0;
}
button,
input,
select,
textarea {
    font:
        normal 13px/1.2 Inter,
        Arial,
        Helvetica,
        sans-serif;
    color: inherit;
    vertical-align: baseline;
    outline: 0;
}
/*label {
    vertical-align: baseline;
}*/
button,
input[type="button"],
input[type="submit"],
/*label {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
textarea {
    overflow: auto;
    resize: vertical;
}
.btn.focus,
.btn:focus {
    outline: 0 !important;
}
button:active,
button:focus {
    outline: 0 !important;
}
button::-moz-focus-inner {
    border: 0;
}
.btn-reset {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    color: inherit;
    background: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}
.list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
}
.image-fit {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.container {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    margin: 0;
    margin-bottom: 1rem;
    color: var(--color-title);
    font-weight: 600;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: calc(24px + 16 / 19 * 1vw);
}
.h2,
h2 {
    font-size: calc(22px + 10 / 19 * 1vw);
}
.h3,
h3 {
    font-size: calc(22px + 6 / 19 * 1vw);
}
.h4,
h4 {
    font-size: calc(20px + 4 / 19 * 1vw);
}
.h5,
h5 {
    font-size: 20px;
}
.h6,
h6 {
    font-size: 16px;
}
.color-bg-1 {
    background-color: var(--color-bg-1);
}
.color-bg-2 {
    background-color: var(--color-bg-2);
}
.color-bg-3 {
    background-color: var(--color-bg-3);
}
.color-bg-4 {
    background-color: var(--color-bg-4);
}
.color-bg-5 {
    background-color: var(--color-bg-5);
}
.color-bg-6 {
    background-color: var(--color-bg-6);
}
.shadow-1 {
    -webkit-box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
}
.btn-primary {
    padding: 13px 25px;
    background-color: var(--color-accent);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid var(--color-accent);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.btn-primary:hover {
    color: var(--color-accent);
    background-color: #fff;
}
.modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}
.modal {
    background-color: #fff;
    width: 300px;
    height: auto;
    display: none;
    position: relative;
    z-index: 1100;
}
.modal.modal-1 {
    width: 93%;
    max-width: 450px;
    padding: 15px;
    border-radius: 8px;
}
.modal h3 {
    margin: 0;
    margin-bottom: 20px;
}
.modal-body {
    padding: 10px;
}
.modal-overlay--visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.modal--visible {
    display: block;
}
button.btn-close {
    width: 27px;
    height: 27px;
    position: absolute;
    top: 15px;
    right: 15px;
}
button.btn-close::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 27px;
    background-color: var(--color-title);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
button.btn-close::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 27px;
    background-color: var(--color-title);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
button.btn-close:hover::after {
    background-color: var(--color-accent);
}
button.btn-close:hover::before {
    background-color: var(--color-accent);
}
/*.form-control {
    width: 100%;
    max-width: 350px;
    height: 48px;
    background: #fff;
    border: 1px solid #d7dae2;
    font-size: 16px;
    line-height: 24px;
    outline: 0 !important;
    padding: 8px 15px;
    color: var(--color-text);
    border-radius: 50px;
}
.form-control::-webkit-input-placeholder {
    color: #999ead;
}
.form-control::-moz-placeholder {
    color: #999ead;
}
.form-control:-ms-input-placeholder {
    color: #999ead;
}
.form-control::-ms-input-placeholder {
    color: #999ead;
}
.form-control::placeholder {
    color: #999ead;
}*/
/*.form-group {
    margin-bottom: 15px;
    width: 100%;
    max-width: 340px;
}
.form-group-textarea {
    margin-bottom: 15px;
    width: 100%;
}*/
/*.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}*/
.politik {
    font-size: 13px;
    line-height: 1.2;
    color: #747c84;
    font-weight: 400;
}
.politik a {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 500;
}
.politik a:hover {
    color: var(--color-title);
}
.form-row-submit {
    margin-bottom: 20px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.output_message {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    display: none;
}
.success {
    color: #03be19;
    padding: 10px;
    border: 2px solid #03be19;
}
.warning {
    color: #ff2f22;
    padding: 10px;
    border: 2px solid #ff2f22;
}
/*textarea.form-control {
    max-width: 100%;
    border-radius: 20px;
    height: auto;
}*/
.top-line {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: var(--color-accent);
}
.top-line__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top-line__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.top-line__item-text {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.top-line__item-icon img {
    display: block;
    line-height: 1;
}
.header {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    color: var(--color-text);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
    height: var(--header-height);
}
.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__left a {
    line-height: 1;
}
.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.header__info {
    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;
    row-gap: 5px;
}
.header__info-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
}
.header__info-phone span {
    color: var(--color-title);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.header__info-time {
    color: var(--color-title);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}
.logo img {
    border: none;
}
.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-item:not(:last-child) {
    margin-right: 30px;
}
.nav-item a {
    color: var(--color-text);
    text-decoration: none;
}
.nav-item a:hover {
    color: var(--color-accent);
}
.nav-item.active > a {
    color: var(--color-accent);
}
.burger {
    position: relative;
    width: 30px;
    height: 17px;
    display: none;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}
.burger-line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.burger::after,
.burger::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition:
        top 0.3s ease-in-out,
        bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition:
        top 0.3s ease-in-out,
        bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    -o-transition:
        transform 0.3s ease-in-out,
        top 0.3s ease-in-out,
        bottom 0.3s ease-in-out;
    transition:
        transform 0.3s ease-in-out,
        top 0.3s ease-in-out,
        bottom 0.3s ease-in-out;
    transition:
        transform 0.3s ease-in-out,
        top 0.3s ease-in-out,
        bottom 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
}
.burger::before {
    top: 0;
}
.burger::after {
    bottom: 0;
}
.burger-active .burger-line {
    opacity: 0;
}
.burger-active::before {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.burger-active::after {
    bottom: auto;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.stop-scroll {
    overflow: hidden;
}
.footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
}
.footer a {
    text-decoration: none;
    color: var(--color-title);
    font-size: 14px;
    font-weight: 600;
}
.footer a:hover {
    color: var(--color-accent);
}
.banner {
    margin-top: calc(15px + 15 / 19 * 1vw);
    margin-bottom: calc(20px + 60 / 19 * 1vw);
}
.banner__wrapper {
    border: 1px solid #dfe3e5;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner__column {
    grid-column: 6 span;
}
.banner__content {
    padding: calc(15px + 15 / 19 * 1vw);
}
.banner__content h1 {
    font-size: calc(24px + 24 / 19 * 1vw);
    line-height: 1.2;
    margin: 0;
    margin-bottom: 15px;
}
.banner__content p {
    color: var(--color-text);
    margin: 0;
    margin-bottom: 25px;
}
.banner__image img {
    width: 100%;
    height: auto;
    max-width: 640px;
    display: block;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.application {
    margin-bottom: calc(20px + 60 / 19 * 1vw);
}
.application__wrapper {
    border: 1px solid #dfe3e5;
    border-radius: 20px;
    padding: 20px;
}
.application__wrapper-left {
    grid-column: 4 span;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.application__wrapper-right {
    grid-column: 8 span;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.application__image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    padding-top: calc(15px + 15 / 19 * 1vw);
}
.application__image img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: auto;
    margin-bottom: 0;
}
.application__form {
    max-width: 790px;
    width: 100%;
    padding: 40px 40px 40px 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border: 1px solid #dfe3e5;
    border-radius: 10px;
}
.application__form p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    color: var(--color-title);
}
.advantages {
    padding-bottom: calc(20px + 60 / 19 * 1vw);
}
.advantages__wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}
.advantages__item {
    grid-column: 3 span;
    position: relative;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    padding: 132px 30px 35px;
    overflow: hidden;
}
.advantages__item-icon {
    position: absolute;
    left: -40px;
    top: -90px;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, right top, from(#fb5d14), to(#ffae78));
    background-image: -o-linear-gradient(left, #fb5d14 0, #ffae78 100%);
    background-image: linear-gradient(90deg, #72a179 0, #72a1797a 100%);
    width: 197px;
    height: 197px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.advantages__item-icon span {
    position: relative;
    display: inline-block;
    top: 107px;
    left: 74px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.advantages__item-icon span img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.advantages__item-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: var(--insur-letter-spacing);
    line-height: 34px;
    margin-bottom: 14px;
    color: var(--color-title);
}
.advantages__item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.12);
}
.advantages__item:hover .advantages__item-icon span img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.offering {
    margin-bottom: calc(20px + 60 / 19 * 1vw);
}
.offering__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.offering__column {
    grid-column: 1 span;
}
.offering__image {
    grid-column: 1 span;
}
.offering__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px;
}
.offering__content {
    grid-column: 1 span;
    border: 1px solid #dfe3e5;
    border-radius: 20px;
    padding: calc(15px + 45 / 19 * 1vw) calc(15px + 30 / 19 * 1vw);
}
.offering__content p {
    margin-bottom: 30px;
}
.step {
    padding-bottom: calc(20px + 60 / 19 * 1vw);
}
.step h2 {
    text-align: center;
    margin: 0;
    margin-bottom: calc(20px + 20 / 19 * 1vw);
}
.step__inner {
    position: relative;
    display: block;
}
.step__shape {
    position: absolute;
    top: 0;
    left: 222px;
}
.step__shape img {
    width: auto;
}
.step__wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}
.step__column {
    grid-column: 3 span;
}
.step__item {
    width: 100%;
    max-width: 300px;
    position: relative;
    display: block;
    text-align: center;
    padding: 0 25px 0;
    margin-bottom: 22px;
}
.step__item-1 {
    margin-top: 0;
}
.step__item-2 {
    margin-top: 100px;
}
.step__item-3 {
    margin-top: 50px;
}
.step__item-4 {
    margin-top: 0;
}
.step__icon-box {
    position: relative;
    display: block;
    height: 150px;
    width: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.step__icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: #dfe3e7;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 57px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 57px 0 rgba(0, 0, 0, 0.1);
    height: 148px;
    width: 148px;
    margin: 0 auto;
    z-index: 1;
}
.step__icon img {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.step__count {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--color-accent);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.step__count span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.step__content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 7px;
    text-align: center;
}
.step__content p {
    font-size: 15px;
    margin: 0;
}
.step__item:hover .step__count {
    background-color: var(--color-title);
}
.step__item:hover .step__icon img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.faq {
    margin-bottom: calc(20px + 60 / 19 * 1vw);
}
.faq__wrapper {
    border: 1px solid #dfe3e5;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}
.faq__left {
    grid-column: 6 span;
    padding: 80px 20px 50px;
}
.faq__left h2 {
    text-align: center;
    margin-bottom: calc(15px + 15 / 19 * 1vw);
}
.faq__right {
    grid-column: 6 span;
}
.faq__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    border-radius: 20px;
}
.faq__item {
    margin-bottom: 20px;
}
.faq__item:last-child {
    margin-bottom: 0;
}
.faq__item-title {
    width: 100%;
    border: 1px solid #dfe3e5;
    border-radius: 50px;
    padding: 11px 20px 11px 65px;
    position: relative;
    color: var(--color-title);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    z-index: 2;
}
.faq__item-title::before {
    position: absolute;
    left: 10px;
    top: 50%;
    content: "";
    width: 33px;
    height: 33px;
    background: var(--color-accent) url(../img/icon-arrow.svg) 50% 50% no-repeat;
    border-radius: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faq__item-title::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 9px;
    background: url(../img/icon-check.svg);
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faq__item-body {
    padding: 0;
    height: 0;
    display: none;
    z-index: 1;
}
.faq__item.is-active .faq__item-body {
    border: 1px solid #dfe3e5;
    border-top: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 15px 15px 35px;
    margin-top: -20px;
    height: auto;
    display: block;
    font-size: 15px;
    line-height: 1.3;
    position: relative;
}
.faq__item.is-active .faq__item-body::before {
    position: absolute;
    content: "";
    width: 2px;
    background-color: var(--color-accent);
    top: 30px;
    bottom: 15px;
    left: 25px;
}
.faq__item-title:hover::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.faq__item.is-active .faq__item-title::before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.faq__item.is-active .faq__item-title::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.reviews {
    padding-bottom: calc(20px + 60 / 19 * 1vw);
}
.reviews h2 {
    text-align: center;
    margin-bottom: calc(20px + 20 / 19 * 1vw);
}
.reviews__wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}
.reviews__item {
    grid-column: 4 span;
    padding: 30px 20px;
    border: 1px solid #dfe3e5;
    border-radius: 20px;
}
.reviews__item-icon {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 8px solid #e2f2da;
    margin-bottom: 25px;
}
.reviews__item-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-title);
    margin-bottom: 15px;
}
.reviews__item-text {
    font-size: 15px;
    line-height: 1.2;
    padding-left: 15px;
    border-left: 2px solid var(--color-accent);
}
.compose {
    padding-bottom: calc(20px + 60 / 19 * 1vw);
}
.compose__wrapper {
    border: 1px solid #dfe3e5;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.compose__left {
    grid-column: 4 span;
}
.compose__right {
    grid-column: 8 span;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
}
.compose__map {
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
}
.compose__map iframe {
    border-radius: 10px;
}
.compose__info {
    padding: 30px;
}
.compose__info h2 {
    margin-bottom: calc(15px + 15 / 19 * 1vw);
}
.compose__infoarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 30px;
}
.compose__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.compose__item a {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-title);
    text-decoration: none;
}
.compose__item a:hover {
    text-decoration: none;
    color: var(--color-accent);
}
.page {
    padding-top: calc(20px + 40 / 19 * 1vw);
    padding-bottom: calc(20px + 40 / 19 * 1vw);
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 1025px) {
    .container {
        max-width: 990px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1330px;
    }
}
@media (max-width: 1399.98px) {
    .step__shape {
        left: 157px;
    }
}
@media (max-width: 1199.98px) {
    .step__shape {
        width: 850px;
        left: 40px;
    }
}
@media (max-width: 1024px) {
    :root {
        --header-height: 70px;
    }
    .nav-area {
        position: fixed;
        right: 0;
        top: var(--header-height);
        z-index: 1000;
        overflow-y: auto;
        padding: 30px 0;
        width: 100%;
        max-width: 100%;
        height: calc(100vh - var(--header-height));
        background-color: #1d1c1c;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition:
            transform 0.4s ease-in-out,
            -webkit-transform 0.4s ease-in-out;
    }
    .nav-visible {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .nav-item {
        width: 100%;
        text-align: left;
    }
    .nav-item a {
        display: inline-block;
        width: 100%;
        padding: 10px 30px;
        font-size: 16px;
        color: #f5f5f5;
    }
    .nav-item:not(:last-child) {
        margin-right: 0;
    }
}
@media (max-width: 1023.98px) {
    .top-line {
        display: none;
    }
    .burger {
        display: block;
    }
    .application__wrapper-left {
        display: none;
    }
    .application__wrapper-right {
        grid-column: 12 span;
    }
    .advantages__item {
        grid-column: 6 span;
    }
    .offering__image {
        grid-column: 2 span;
    }
    .offering__content {
        grid-column: 2 span;
    }
    .step__shape {
        display: none;
    }
    .step__column {
        grid-column: 6 span;
    }
    .step__item-2 {
        margin-top: 0;
    }
    .step__item-3 {
        margin-top: 0;
    }
    .faq__left {
        grid-column: 12 span;
        padding: 30px 15px 30px;
    }
    .faq__right {
        grid-column: 12 span;
    }
    .faq__right img {
        max-height: 400px;
        display: block;
    }
    .reviews__item {
        grid-column: 6 span;
        padding: 20px 20px;
    }
    .compose__left {
        grid-column: 12 span;
    }
    .compose__right {
        grid-column: 12 span;
    }
    .compose__info {
        padding: 20px;
        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 (max-width: 767.98px) {
    .form-row {
        -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;
    }
    .header__info {
        display: none;
    }
    .footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }
    .banner__column {
        grid-column: 12 span;
    }
    .banner__image img {
        border-radius: 20px;
    }
    .application__form {
        padding: 20px 15px;
    }
    .application__form p {
        font-size: 18px;
    }
    .advantages__item {
        grid-column: 12 span;
    }
    .step__column {
        grid-column: 12 span;
    }
    .step__item {
        margin-left: auto;
        margin-right: auto;
    }
    .faq__right img {
        max-height: 350px;
    }
    .faq__item-title {
        font-size: 16px;
        font-weight: 500;
    }
    .faq__item.is-active .faq__item-body {
        font-size: 14px;
    }
    .reviews__item {
        grid-column: 12 span;
        padding: 20px 20px;
    }
    .reviews__item-text {
        font-size: 14px;
    }
    .compose__right {
        padding: 15px;
    }
    .compose__map iframe {
        max-height: 300px;
    }
    .compose__info {
        padding: 15px;
    }
}
@media (max-width: 575.98px) {
    .header__left a img {
        width: 130px;
        height: auto;
    }
}
