@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
svg {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-family: "Heebo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    opacity: 1;
    color: #ccc;
    font-size: 18px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-family: "Heebo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    opacity: 0.6;
    color: #000;
    font-size: 14px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: "Heebo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    opacity: 0.6;
    color: #000;
    font-size: 14px;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
    outline: none;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
    outline: none;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
    outline: none;
}

*,
*:after,
*:before {
    line-height: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:invalid,
*:-moz-submit-invalid,
*:-moz-ui-invalid {
    box-shadow: none;
}

*:focus {
    outline: none;
}

.highlights {
    color: transparent;
}

img {
    display: block;
    max-width: 100%;
}

a:active,
a:focus,
a:hover {
    outline: none;
}

a {
    color: inherit;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

a[href*="javascript"] {
    cursor: initial;
}

strong,
b {
    font-weight: 700;
}

button,
button:active,
button:focus,
button:hover,
input[type="submit"] {
    outline: none;
    cursor: pointer;
}

button {
    font-family: "Heebo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    background: transparent;
    border: 0;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: "Heebo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 400;
    min-width: 320px;
    line-height: normal;
    color: #000;
    background-color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    height: 1000px;
}

input,
textarea,
select {
    font-family: "Heebo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}

select {
    cursor: pointer;
}

option {
    padding: 0;
}

input:not([type="submit"]) {
    width: 100%;
    min-width: 0;
}

textarea {
    width: 100%;
    height: 116px;
    overflow: hidden auto;
    resize: none;
}

input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

input[type="submit"]::-moz-focus-inner {
    border: 0;
}

/*button*/
button {
    padding: 0;
}

button::-moz-focus-inner {
    border: 0;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible;
}

header,
footer {
    flex: 0 0 auto;
}

main {
    flex: 1 0 auto;
}

.hide--scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}

.visually--hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    margin: 0;
}

h1 {
    font-family: "Heebo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
}

h2 {
    font-family: "Heebo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
}

h3 {
    font-family: "Heebo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
}

h4 {
    font-family: "Heebo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
}

h5 {
    font-family: "Heebo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
}

h6 {
    font-family: "Heebo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
}

.object-fit {
    width: 100%;
    height: 100%;
}

.is--cover {
    object-fit: cover;
}

.is--contain {
    object-fit: contain;
}

[data-object-top] {
    object-position: top;
}

.container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    background-color: #fff;
    z-index: 5;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: 3.5px 7.2px 15.2px 0.8px rgba(35, 35, 34, 0.08);
}

.header__items {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.header__item {
    padding: 0 15px;
}

.header__logo {
    flex: 0 0 auto;
    margin-right: 30px;
    margin-bottom: -50px;
}

html[dir="rtl"] .header__logo {
    margin-right: 0;
    margin-left: 30px;
}

.header__nav {
    flex: 1;
    color: #018bbc;
}

.logo {
    display: flex;
}

.logo img {
    transition: all 0.2s ease;
}

.is--scrolling .header__logo img {
    height: 140px;
    width: 140px;
}

.header__lang {
    flex: 0 0 auto;
}

.language {
    position: relative;
}

.language__selected {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding-right: 20px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.language__selected:hover {
    color: #000;
}

.language__selected:hover:after {
    border-color: #000 transparent transparent transparent;
}

.is--toggle {
    color: #000;
}

.language__selected:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}

.is--toggle:after {
    transform: translateY(-50%) scale(-1);
    border-color: #000 transparent transparent transparent;
}

.language__list {
    position: absolute;
    top: 100%;
    background-color: #fff;
    border: 1px solid #000;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    padding: 10px 20px;
    z-index: 1;
    margin-top: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s ease;
    right: 0;
}

html[dir="rtl"] .language__list {
    left: 0;
    right: auto;
}

.is--toggle + .language__list {
    opacity: 1;
    visibility: visible;
}

.language__list-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.language__list-item {
    display: flex;
    margin-bottom: 5px;
}

.language__list-link.is--active {
    color: #ff273e;
}

.socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -10px;
}

.socials__item {
    padding: 10px;
    display: flex;
}

.sandwich--open .sandwich__part:nth-child(1) {
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

.sandwich--open .sandwich__part:nth-child(2) {
    display: none;
}

.sandwich--open .sandwich__part:nth-child(3) {
    position: absolute;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}

.sandwich {
    width: 30px;
    height: 20px;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    display: flex;
}

.sandwich__part {
    width: 100%;
    height: 4px;
    background-color: #000;
    display: block;
}

.header__sandwich {
    display: none;
}

.nav {
    margin: -8px -15px;
}

.btn {
    padding: 11px 23px;
    background-color: #fff;
    border-radius: 50px;
    border: 2px solid #ff273e;
    color: #ff273e;
    display: inline-flex;
    justify-content: center;
    flex: 0 0 auto;
}

.btn:hover {
    color: #fff;
    background-color: #e70c23;
    border-color: #e70c23;
    box-shadow: 0px 4px 6px rgba(255, 39, 62, 0.1);
}

.btn:active {
    color: #fff;
    background-color: #f76777;
    border-color: #f76777;
}

.btn__text {
    font-weight: 600;
    font-size: 16px;
}

.nav__list {
    display: flex;
    align-items: center;
}

.nav__list.no--click:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    cursor: no-drop;
}

.nav__item {
    padding: 8px 15px;
    position: relative;
}

.nav__item--label {
    margin-left: auto;
}

html[dir="rtl"] .nav__item--label {
    margin-right: auto;
    margin-left: 0;
}

.nav__item--label .nav__link {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    background-color: #018bbc;
    padding: 6px 24px;
    position: relative;
}

.nav__item--label .nav__link:hover {
    background-color: #017ca8;
}

.nav__item--label .nav__link:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #7cb437;
}

.nav__item--label .nav__link:hover {
    color: #fff;
}

.nav__link {
    font-weight: 500;
    font-size: 18px;
}

.nav__link:hover {
    color: #ff273e;
}

.nav__link.is--current {
    color: #ff273e;
}

.layout {
    width: 100%;
    padding-top: 146px;
}

.layout__banner {
    min-height: 778px;
    position: relative;
    padding: 170px 0 150px;
    z-index: 0;
    overflow: hidden;
}

.layout__banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: scaleX(-1);
    z-index: -1;
    height: 100%;
    object-fit: cover;
}

html[dir="rtl"] .layout__banner-bg {
    transform: none;
}

.block {
    max-width: 550px;
    text-align: center;
}

.block__title {
    color: #017ca8;
    font-size: 47px;
    font-weight: 700;
}

.block__text {
    font-size: 20px;
    margin-bottom: 15px;
}

.block__text strong {
    font-size: 24px;
}

.block__subtitle {
    background-color: rgba(0, 138, 176, 0.79);
    padding: 15px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #f8fbf8;
    margin-bottom: 12px;
}

.block__labels {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.block__wrap {
    overflow: hidden;
}

.block__label {
    position: relative;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 20px;
}

.block__label:before {
    content: "";
    position: absolute;
    left: 8px;
    background-color: #007494;
    width: 2px;
    top: 2px;
    bottom: 2px;
}

.slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0089bb;
    text-indent: -9999px;
    color: transparent;
}

.slick-dots {
    margin: -10px;
}

.slick-dots li {
    padding: 10px;
}

.slick-dots .slick-active button {
    background-color: #7cb335;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    fill: #0089bb;
}

.slick-carousel__prev {
    left: -30px;
    transform: translateY(-50%) scaleX(-1);
}

.slick-carousel__next {
    right: -30px;
}

.form-wrap {
    max-width: 1217px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
    padding: 40px 30px;
    margin-top: -115px;
}

.form-wrap .form {
    max-width: 995px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
}

.form__title {
    font-size: 27px;
    color: #fff;
    text-align: center;
    margin-bottom: 19px;
    font-weight: 700;
}

.form-wrap:before {
    position: absolute;
    content: "";
    background: #82b737;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0px;
    left: 0px;
    transform: skew(-11deg);
    top: 0;
}

.form__input {
    background-color: #fff;
    padding: 12px 30px 11px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.form__items {
    display: flex;
    margin: -8px;
}

.form__item {
    padding: 8px;
    flex: 1;
}

.form__item-submit {
    flex: 0 0 auto;
}

.form__submit {
    background: #1c94a0;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 11px 10px;
    min-width: 173px;
    text-align: center;
}

html[dir="rtl"] .form__item-submit {
    margin-left: 0;
    margin-right: 10px;
    order: -1;
}

.layout__inf {
    padding: 60px 0 170px;
    background: url("../img/items.svg") repeat-x center 110%/654px;
}

.items {
    display: flex;
    justify-content: center;
    margin: -50px;
}

.items__item {
    padding: 50px;
}

.item-block__img {
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
}

.item-block__text {
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
}

.layout__inf-img {
    max-width: 573px;
    width: 100%;
    padding: 30px 5px 0;
    position: relative;
    z-index: 0;
}

.layout__inf-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 126px;
    z-index: -1;
    background-color: #82b737;
}

.layout__inf-img img:not(:last-of-type) {
    margin-left: auto;
    margin-right: auto;
}

.layout__inf-img img:last-of-type {
    margin-right: auto;
}

.layout__inf-cols {
    display: flex;
    margin: 0 auto;
    max-width: 1223px;
    padding-top: 80px;
}

.layout__inf-col {
    flex: 1;
    padding: 0 15px;
}

.layout__inf-col:first-of-type {
    position: sticky;
    top: 0;
    align-self: flex-start;
}

.block-inf {
    text-align: center;
}

.block-inf:not(:last-of-type) {
    margin-bottom: 80px;
}

.block-inf:not(:last-of-type) {
    position: relative;
}

.block-inf:not(:last-of-type):after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #1c94a0;
}

.block-inf__title {
    color: #0089b1;
    font-size: 31px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.layout__reviews {
    background: url("../img/reviews-bg.png") no-repeat center/cover;
    padding: 70px 45px 40px 206px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.layout__reviews-img {
    margin-top: -140px;
    padding-left: 135px;
    min-width: 0;
}

html[dir="rtl"] .layout__reviews-img {
    padding-right: 135px;
    padding-left: 0;
}

.reviews-wrap {
    width: 544px;
    flex: 0 0 auto;
}

.reviews-wrap__title {
    color: #0089bb;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.reviews__inf {
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #d5d5d5;
}

.reviews__inf > p {
    line-height: 1;
    margin-bottom: -5px;
}

.review-card__ava {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #31661d;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.review-card__inf {
    margin-left: 10px;
}

html[dir="rtl"] .review-card__inf {
    margin-right: 10px;
    margin-left: 0;
}

.review-card__name {
    font-weight: 700;
    font-size: 16px;
}

.review-card__text {
    font-size: 15px;
    color: #6b7075;
    margin-bottom: 5px;
}

.review-card {
    color: #000;
}

.reviews-slider {
    margin-top: 40px;
}

.reviews-slider.slick-carousel {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.layout__sect {
    padding-top: 142px;
    padding-bottom: 218px;
    background-color: #e3e3e3;
}

.layout__sect .form-wrap {
    margin-top: -213px;
}

.layout__sect .layout__sect-title {
    padding-top: 50px;
}

.layout__block-img {
    width: 224px;
    height: 224px;
    position: relative;
    border-radius: 50%;
    padding: 5px;
    border: 3px solid #82b737;
    overflow: hidden;
    flex: 0 0 auto;
    margin-right: 15px;
}

html[dir="rtl"] .layout__block-img {
    margin-right: 0;
    margin-left: 15px;
}

.layout__block-title {
    color: #008bb3;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 23px;
}

.layout__sect-list {
    max-width: 957px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.layout__sect-item:not(:last-of-type) {
    margin-bottom: 70px;
}

.layout__sect-title {
    font-size: 35px;
    text-align: center;
    color: #008bb3;
    margin-bottom: 50px;
}

.layout__block {
    display: flex;
    align-items: flex-start;
}

.layout__block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.reviews-slider.slick-carousel.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.review-card__descr {
    font-size: 18px;
    padding-left: 70px;
    margin-top: 5px;
}

.socials {
    display: flex;
    align-items: center;
    margin: -7px;
    padding-top: 15px;
}

.socials__item {
    padding: 7px;
}

.socials__item a {
    display: block;
}

html[dir="rtl"] .review-card__descr {
    padding-left: 0;
    padding-right: 70px;
}

.review-card__head {
    display: flex;
    align-items: flex-start;
}

.rating {
    display: flex;
    align-items: center;
    color: #6b7075;
}

.rating__text {
    font-size: 14px;
    margin-right: 4px;
}

html[dir="rtl"] .rating__text {
    order: 1;
}

.stars {
    display: flex;
    align-items: center;
}

.stars__val {
    font-size: 27px;
    margin-left: 10px;
}

html[dir="rtl"] .stars__val {
    order: -1;
}

.stars__star {
    position: relative;
    flex: 0 0 auto;
}

.stars__star:before {
    content: "★★★★★";
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #6b7075;
}

.stars__star-active {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.stars__star-active::before {
    content: "★★★★★";
    display: block;
    font-size: 24px;
    color: #f2b405;
    line-height: 1;
}

.layout__steps {
    background-color: #0086b1;
    padding-top: 70px;
    padding-bottom: 54px;
    position: relative;
}

.layout__steps:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    border-bottom: 2px solid #fff;
}

.layout__steps-title {
    text-align: center;
    color: #fff;
    font-size: 35px;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.steps-lines {
    max-width: 1242px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.steps-lines__item {
    flex: 1;
    position: relative;
}

.steps-lines__item:first-of-type {
    display: flex;
    justify-content: flex-end;
}

.steps-lines__item:first-of-type:before {
    content: "";
    position: absolute;
    left: 50px;
    right: 37px;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    background-color: #82b737;
}

.steps-lines__item:first-of-type:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

html[dir="rtl"] .steps-lines__item:first-of-type:after {
    left: auto;
    right: 30px;
}

html[dir="rtl"] .steps-lines__item:first-of-type:before {
    left: 37px;
    right: 50px;
}

.steps-lines__item:nth-of-type(2):before {
    content: "";
    position: absolute;
    left: 0;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    background-color: #82b737;
}

.steps-lines__item:nth-of-type(2):after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

html[dir="rtl"] .steps-lines__item:nth-of-type(2):before {
    left: -17px;
    right: 0;
}

.steps-lines__item:last-of-type:before {
    content: "";
    position: absolute;
    left: 55px;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    background-color: #82b737;
}

html[dir="rtl"] .steps-lines__item:last-of-type:before {
    right: 55px;
    left: 50px;
}

.steps-lines__item:last-of-type:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

html[dir="rtl"] .steps-lines__item:last-of-type:after {
    right: auto;
    left: 30px;
}

.layout__preview {
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.layout__sect-cols {
    display: flex;
}

.layout__sect-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.layout__sect-col:not(.col--middle) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col--middle {
    flex: 2;
    padding: 50px 50px 100px;
}

.col-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.col-title {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #0089b1;
    margin-bottom: 20px;
}

.col-text {
    margin-bottom: 15px;
}

.col-text span {
    color: #0086b1;
}

.col-box {
    text-align: center;
    max-width: 594px;
    margin-left: auto;
    margin-right: auto;
}

.cards {
    display: flex;
    margin: -15px;
    justify-content: space-between;
}

.cards__item {
    padding: 15px;
}

.cards__item-text {
    background-color: #fff;
    width: 295px;
    padding: 20px 15px;
    border-radius: 11px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

.steps-lines__icon {
    fill: #fff;
}

html[dir="rtl"] .steps-lines__icon {
    transform: scaleX(-1);
}

.footer {
    padding: 50px 0;
    position: relative;
    z-index: 0;
    color: #fff;
    overflow: hidden;
}

.footer .form {
    max-width: 405px;
    width: 100%;
    padding: 0 50px;
}

.footer .form__title {
    color: #9ede4b;
    font-size: 24px;
    line-height: 24px;
}

.footer .form__input {
    padding: 6px 10px 6px;
    margin-bottom: 15px;
}

.footer .form__submit {
    width: 100%;
}

.footer__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.footer__row {
    display: flex;
    align-items: center;
    margin: 0 -50px;
}

.footer__map {
    flex: 1;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
}

.footer__contacts {
    max-width: 382px;
    width: 100%;
    padding: 0 50px;
}

.footer__title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.inf {
    display: flex;
    align-items: flex-start;
}

a.inf .inf__text {
    font-weight: 700;
}

.inf__text {
    font-size: 16px;
    font-weight: 400;
}

.inf__icon {
    margin-right: 10px;
    position: relative;
    top: 5px;
}

html[dir="rtl"] .inf__icon {
    margin-left: 10px;
    margin-right: 0;
}

.slick-track {
    display: flex;
}

.slick-slide {
    height: inherit;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    box-shadow: inset 0px -2px 0 #ff273e;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 0 !important;
    margin: 15px 0 0;
    color: #1aa6b7;
    font-size: 14px;
}

.close {
    width: 20px;
    height: 18px;
    position: absolute;
    right: 35px;
    top: 120px;
    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-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
}

.close__part {
    width: 100%;
    height: 3px;
    background-color: #1f3461;
    display: block;
    border-radius: 5px;
}

.close__part:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
}

.close__part:last-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
}

@media screen and (max-width: 1600px) {
    .items {
        margin: -15px;
    }

    .items__item {
        padding: 15px;
    }
}

@media screen and (max-width: 1500px) {
    .header__logo {
        margin-right: 0;
    }
    .footer__row {
        margin: 0 -15px;
    }

    .footer__map {
        padding: 0 15px;
    }

    .footer__contacts {
        padding: 0 15px;
        max-width: 300px;
    }

    .layout__reviews-img {
        padding-left: 30px;
    }

    html[dir="rtl"] .header__logo {
        margin-left: 0;
    }

    .nav__link {
        font-size: 17px;
    }

    .logo img {
        width: 160px;
        height: auto;
    }

    .is--scrolling .header__logo img {
        width: 120px;
        height: auto;
    }

    .layout__banner {
        min-height: 450px;
    }
}

@media screen and (max-width: 1300px) {
    .form-wrap::before {
        transform: none;
    }

    .layout__reviews {
        padding-left: 45px;
    }

    .layout__sect .form-wrap {
        margin-top: 0;
    }

    .layout__sect {
        padding-top: 0;
    }

    .form-wrap .form {
        padding: 0;
    }

    .nav {
        margin: -8px;
    }

    .nav__item {
        padding: 8px;
    }

    .logo img {
        width: 130px;
    }

    .is--scrolling .header__logo img {
        width: 110px;
    }
}

@media screen and (max-width: 1199px) {
    .layout__inf-cols {
        flex-direction: column;
        margin-left: -15px;
        margin-right: -15px;
    }

    .layout__inf-col:first-of-type {
        position: static;
        width: 100%;
    }

    .footer .form {
        max-width: 100%;
        padding: 0 15px;
    }

    .footer__row {
        flex-direction: column;
    }

    .footer__map {
        order: 1;
        width: 100%;
        margin-top: 30px;
    }

    .footer__contacts {
        max-width: 100%;
        order: 2;
        padding-top: 30px;
    }

    .layout__reviews {
        flex-direction: column;
    }

    .layout__reviews-img {
        order: -1;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .reviews-wrap {
        width: 100%;
    }

    .layout__sect {
        padding-bottom: 150px;
    }

    .layout__sect-cols {
        flex-wrap: wrap;
    }

    .layout__sect-col {
        width: calc(100% / 2);
        flex: 0 0 auto;
    }

    .col--middle {
        width: 100%;
        order: 1;
        padding: 50px 20px;
    }

    .steps-lines {
        display: none;
    }

    .layout__steps-title {
        margin-bottom: 20px;
    }

    .layout__inf-img {
        margin: auto;
    }

    .layout__banner-bg {
        width: 100%;
        position: static;
    }

    .layout__banner {
        padding-top: 0;
    }

    .block {
        margin: 50px auto 0;
    }

    .header__nav {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
        background-color: #fff;
        z-index: 1;
    }

    .nav--open {
        display: block;
        overflow: hidden auto;
    }

    .header {
        padding: 10px 0;
    }

    .header__logo {
        margin-right: auto;
        margin-bottom: 0;
    }

    html[dir="rtl"] .header__logo {
        margin-left: auto;
        margin-right: 0;
    }

    .nav {
        padding: 30px 0;
    }

    .header__sandwich {
        display: flex;
    }

    .nav__list {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .items {
        flex-wrap: wrap;
    }

    .items__item {
        width: calc(100% / 2);
    }

    .cards {
        flex-direction: column;
    }

    .cards__item-text {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .logo img {
        width: 100px;
    }

    .layout__inf {
        padding: 60px 0;
    }

    .layout__banner {
        padding-bottom: 0;
    }

    .items__item {
        width: 100%;
    }

    .review-card__descr {
        padding-left: 0;
    }

    .layout__reviews {
        padding: 50px 0;
    }

    .slick-arrow {
        display: none !important;
    }

    .reviews__inf {
        padding: 0 15px;
    }

    .reviews-wrap {
        overflow: hidden;
    }

    .review-card {
        padding: 15px;
        background-color: #fff;
    }

    .layout__block-img {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }

    .layout__block-title {
        margin-bottom: 5px;
        font-size: 22px;
    }

    .layout__block-text {
        font-size: 17px;
    }

    .layout__block {
        display: block;
    }

    .layout__sect-title {
        font-size: 30px;
    }

    .form__items {
        flex-direction: column;
    }

    .form-wrap {
        padding: 35px 15px;
        margin-top: 50px;
    }

    html[dir="rtl"] .form__item-submit {
        margin: 0;
        order: 0;
    }

    .form__input {
        padding-left: 15px;
        padding-right: 15px;
    }

    .form__submit {
        width: 100%;
    }

    .is--scrolling .header__logo img {
        width: 70px;
    }

    .block__title {
        font-size: 30px;
    }

    .block__text {
        font-size: 18px;
    }

    .block__text strong {
        font-size: 20px;
    }

    .block__subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .block__labels {
        margin-left: -15px;
    }

    .block__label {
        font-size: 17px;
        line-height: normal;
        padding-left: 15px;
    }
}
:root {
    --mb-main-color: #95221b; /*95221b*/
    --mb-second-color: #ffa424; /*ffa424*/
    --mb-main-color-hover: #64120e; /*64120e*/
    --mb-gray-color: #f7f7f7; /*f7f7f7*/
    --mb-main-gap: 30px;
}
.banner-cta {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: rgba(37, 67, 112, 0.8);
    border-radius: 5px;
    width: 1024px;
    color: #fff;
    padding: 60px;
    margin: 0 auto;
}
.banner-cta .yellow-line {
    width: 300px;
    margin: auto;
}
.banner-cta-title {
    color: inherit;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.banner-cta-title > span {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    display: block;
    text-transform: none;
    margin-top: 15px;
}
.banner-cta-form {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: auto;
}
.banner-cta-form-title {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.banner-cta-form [type="submit"] {
    background: var(--mb-second-color);
    border-radius: 3px;
    outline: 0;
    border: 0;
    font-size: 16px;
    color: #fff;
    margin: auto;
}
.banner-cta-form .fields-wrapper {
    flex-direction: row;
}
.banner-cta input {
    width: 100%;
    line-height: 1;
    background: #fefefe;
    border-radius: 3px;
    outline: 0;
    border: 0;
    color: #757373;
    padding: 15px;
}
@media (max-width: 767px) {
    .banner {
        height: calc(100vh - 65px);
    }
    .banner-cta {
        padding: 30px;
        gap: 30px;
    }
    .banner-cta-title {
        font-size: 18px;
    }
    .banner-cta-title > span {
        font-size: 16px;
    }
    .banner-cta-form-title {
        font-size: 16px;
    }
    .banner-cta-form form {
        flex-direction: column;
    }
    .banner-cta-form .fields-wrapper {
        flex-direction: column;
    }
    .btn-wrapp {
        width: 100%;
    }
    /* .banner-half {    background: linear-gradient(178.34deg, #E2E9F1 0.78%, rgba(224, 233, 240, 0.75) 99.23%);} */
    .banner-half .banner-cta-form {
        width: 100%;
        margin: auto;
    }
    .banner-half .banner-cta-title {
        text-align: center;
    }
    .banner-half .banner-cta-title > span {
        text-align: center;
    }
    .banner-half .yellow-line {
        margin: auto;
    }
}
.fields-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
