@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}

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,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a,
span {
  display: block;
}

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

img {
  width: 100%;
  height: auto;
  display: block;
}

input {
  box-sizing: border-box;
}

button:focus,
button:focus-visible,
button:focus-within {
  outline: none;
}

button {
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

@font-face {
  font-family: "GTWalsheimPro";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/GTWalsheimPro-Bold.ttf) format("truetype"), url(../fonts/GTWalsheimPro-Bold.woff) format("woff"), url(../fonts/GTWalsheimPro-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "GTWalsheimPro";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GTWalsheimPro-Regular.ttf) format("truetype"), url(../fonts/GTWalsheimPro-Regular.woff) format("woff"), url(../fonts/GTWalsheimPro-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "AlterAves";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Alter_Aves_Makelove.ttf) format("truetype"), url(../fonts/Alter_Aves_Makelove.woff) format("woff"), url(../fonts/Alter_Aves_Makelove.otf) format("opentype");
}
:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
  --font-color: #1A1230;
  --accent-color: #D70A3F;
  --white: #ffffff;
  --main-bg: #F3F5F7;
  --second-bg: #2C1551;
  --header-grey: #6B6B6B;
}

body {
  font-family: "GTWalsheimPro", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.34rem;
  color: var(--font-color);
  background: var(--main-bg);
}
body.lock {
  overflow: hidden;
}

.container {
  max-width: 120rem;
  margin-inline: auto;
  padding-inline: 2rem;
}

.bold {
  font-weight: 700;
}

.s-section h2 {
  text-align: center;
  font-size: 4.8rem;
  line-height: 5.76rem;
  font-weight: 700;
  margin-bottom: 4.8rem;
  position: relative;
  z-index: 1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--white);
  padding-block: 1.6rem;
  border-radius: 0 0 3.2rem 3.2rem;
  box-shadow: 21.31px 52.1px 303.14px 0px rgba(11, 31, 53, 0.1019607843);
  -webkit-backdrop-filter: blur(56.8394699097px);
          backdrop-filter: blur(56.8394699097px);
  z-index: 6;
}
.header .container {
  display: flex;
  align-items: center;
}
.header-logo {
  max-height: 4rem;
}
.header-logo:first-child {
  flex: 0 0 15.1rem;
  margin-right: 3.6rem;
}
.header-logo:nth-child(2) {
  flex: 0 0 10.4rem;
}
.header-nav {
  flex-grow: 1;
  padding-inline: 2rem 4rem;
}
.header-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  color: var(--header-grey);
  font-size: 1.6rem;
  line-height: 1.92rem;
}
.header-btn {
  flex: 0 0 20rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7.6rem;
  color: var(--white);
  background: var(--accent-color);
  font-size: 1.8rem;
  line-height: 2.34rem;
  padding: 0;
}

main {
  padding-block: 9.2rem 16rem;
}

.main-banner {
  position: relative;
  background: var(--accent-color);
  color: var(--white);
  border-radius: 6.8rem;
  padding: 4.8rem 6rem 7.2rem;
  margin-bottom: 16rem;
  overflow: hidden;
  z-index: 2;
}
.main-banner h1 {
  font-family: "AlterAves";
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 7.04rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.main-banner p {
  max-width: 70.4rem;
}
.main-banner p:first-of-type {
  font-size: 2.8rem;
  line-height: 3.08rem;
  margin-bottom: 6rem;
}
.main-banner p:not(:first-of-type) {
  font-size: 2.2rem;
  line-height: 3.08rem;
}
.main-banner p:not(:first-of-type) br {
  display: none;
}
.main-banner p:not(:first-of-type) span.--m {
  display: none;
}
.main-banner button {
  width: 30rem;
  height: 6.4rem;
  border-radius: 11.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 3.08rem;
  background: var(--white);
  padding: 0;
  margin-bottom: 2rem;
}
.main-banner span {
  display: inline;
}
.main-banner__logo {
  display: none;
}
.main-banner__decor {
  position: absolute;
  width: 49%;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.main-banner__img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-banner__img--front {
  width: 33%;
  right: 9rem;
}
.main-banner__img--back {
  width: 36%;
  right: -2.5rem;
}

.about {
  position: relative;
  z-index: 1;
  margin-bottom: 16rem;
}
.about-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  z-index: 1;
}
.about-cards__item {
  background: var(--white);
  border-radius: 5rem;
  padding: 4rem;
}
.about-cards__item h3 {
  font-size: 3.6rem;
  line-height: 4.32rem;
  font-weight: normal;
  color: var(--accent-color);
  margin-bottom: 0.8rem;
}
.about-cards__item p {
  font-size: 2.2rem;
  line-height: 3.08rem;
}
.about::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  max-width: 192rem;
  height: 116.8rem;
  left: 50%;
  transform: translateX(-50%);
  top: -41rem;
  background: url(../img/svg/decor-1.svg) no-repeat center center/100%;
  z-index: 0;
}

.conditions {
  position: relative;
  z-index: 1;
  margin-bottom: 16rem;
}
.conditions-cards {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.conditions-cards__item {
  display: flex;
  flex: 0 0 40rem;
  flex-direction: column;
  row-gap: 2rem;
  background: var(--white);
  border-radius: 1.6rem;
  padding: 2rem 2rem 4.7rem;
}
.conditions-cards__item-image {
  flex: 0 0 36rem;
  width: 36rem;
  aspect-ratio: 1/1;
  background: url(../img/empty-bg.png) center 100%;
}
.conditions-cards__item-image img {
  height: 100%;
}
.conditions-cards__item p {
  font-size: 2.8rem;
  line-height: 3.08rem;
  text-align: center;
}
.conditions-cards__item h3 {
  font-size: 3.6rem;
  line-height: 4.32rem;
  font-weight: 400;
  text-align: center;
}
.conditions-cards__item:first-of-type {
  position: relative;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2509803922);
  z-index: 1;
  transform: translate(13px, 0px);
}
.conditions-cards__item:last-of-type {
  position: relative;
  z-index: 0;
  transform: translate(-47px, 155px);
}
.conditions::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  max-width: 192rem;
  height: 112.8rem;
  left: 50%;
  transform: translateX(-50%);
  top: -6rem;
  background: url(../img/svg/decor-2.svg) no-repeat center center/100%;
  z-index: 0;
}

.directions {
  padding-top: 15.6rem;
  margin-bottom: 16rem;
}
.directions-slider__wrapper {
  display: none;
}
.directions-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 29.2rem;
  gap: 4rem;
}
.directions-cards__item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  background: var(--white);
  padding-left: 1.6rem;
  overflow: hidden;
}
.directions-cards__item-image {
  flex: 0 0 12rem;
  margin-bottom: 1.2rem;
}
.directions-cards__item-image img {
  height: 100%;
}
.directions-cards__item span {
  font-size: 2.8rem;
  line-height: 3.08rem;
  margin-bottom: 0.8rem;
  margin-left: 1.6rem;
}
.directions-cards__item p {
  font-size: 1.8rem;
  line-height: 2.34rem;
  margin-left: 1.6rem;
  padding-right: 1.6rem;
}
.directions-cards__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.6rem;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--accent-color);
}
.directions-cards__etc {
  grid-column: span 2;
  border: 2px solid var(--white);
  background: url(../img/svg/decor-5.svg) no-repeat center bottom/100%;
  border-radius: 0.8rem;
  padding: 1.2rem 1.6rem;
}
.directions-cards__etc span {
  font-size: 2.8rem;
  line-height: 3.08rem;
  margin-bottom: 0.8rem;
}
.directions-cards__etc p {
  font-size: 4.8rem;
  line-height: 5.76rem;
}

.tabs {
  margin-bottom: 16rem;
  position: relative;
  z-index: 1;
}
.tabs-wrapper {
  background: var(--white);
  border-radius: 6rem;
  padding: 6rem;
}
.tabs h2 {
  font-size: 4.8rem;
  line-height: 5.76rem;
  margin-bottom: 3.2rem;
}
.tabs h2 span:last-child {
  display: none;
}
.tabs-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min-content;
  max-width: 110rem;
}
.tabs-heading__item {
  position: relative;
  display: flex;
  min-width: 27rem;
  justify-content: center;
  align-items: center;
  border: 2px solid #D5D9DC;
  background: var(--white);
  border-radius: 1.6rem 1.6rem 0 0;
  border-bottom: none;
  padding-inline: 11rem;
  padding-block: 1.4rem;
  cursor: pointer;
}
.tabs-heading__item h3 {
  font-size: 3rem;
  line-height: 4.32rem;
  font-weight: 400;
  white-space: nowrap;
}
.tabs-heading__item:first-of-type {
  z-index: 3;
}
.tabs-heading__item:nth-of-type(2) {
  transform: translateX(-3rem);
  z-index: 2;
}
.tabs-heading__item:not(.item-no_last):last-of-type {
  transform: translateX(-6.8rem);
  flex: 1 1 auto;
}
.tabs-heading__item.active {
  background: #F5F5F5;
  border-color: #F5F5F5;
  z-index: 4;
}
.tabs-content {
  position: relative;
  border-radius: 0 0 1.6rem 1.6rem;
  overflow: hidden;
}
.tabs-item {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(245, 245, 245, 0.9607843137);
  padding: 2rem 2.4rem 9rem;
  pointer-events: none;
  opacity: 0;
}
.tabs-item > p {
  margin-bottom: 4rem;
}
.tabs-item > span {
  font-size: 2.8rem;
  line-height: 3.08rem;
  margin-bottom: 2rem;
}
.tabs-item__content {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
}
.tabs-item__content-menu {
  flex: 0 0 27.6rem;
  display: flex;
  flex-direction: column;
}
.tabs-item__content-menu-item {
  border-bottom: 1px solid #1A1230;
  padding-block: 1.7rem;
  cursor: pointer;
}
.tabs-item__content-menu-item.w--ar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tabs-item__content-menu-item.w--ar:after {
  content: "";
  display: block;
  flex: 0 0 3.2rem;
  width: 3.2rem;
  aspect-ratio: 1/1;
  background: url(../img/svg/arrow.svg) no-repeat center center/100%;
  transition: transform 0.15s ease;
}
.tabs-item__content-menu-item.active {
  font-weight: 700;
}
.tabs-item__content-menu-item.active.w--ar::after {
  transform: rotate(90deg);
  transition: transform 0.15s ease;
}
.tabs-item__content-etc {
  position: relative;
}
.tabs-item__content-etc-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
  opacity: 0;
  pointer-events: none;
}
.tabs-item__content-etc-item p span {
  display: inline;
}
.tabs-item__content-etc-item ul {
  list-style: disc;
  padding-left: 2rem;
}
.tabs-item__content-etc-item ul span {
  font-weight: 700;
  margin-bottom: 0.4rem;
  transform: translateX(-2rem);
}
.tabs-item__content-etc-item ul li:not(:last-of-type) {
  margin-bottom: 0.4rem;
}
.tabs-item__content-etc-item.active {
  position: static;
  opacity: 1;
  pointer-events: all;
}
.tabs-item.active {
  position: static;
  opacity: 1;
  pointer-events: all;
}
.tabs-item::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 30rem;
  height: 20rem;
}
.tabs-item:first-of-type::after {
  background: url(../img/tabs-bg-1.png) no-repeat center center/100%;
}
.tabs-item:nth-of-type(2)::after {
  background: url(../img/tabs-bg-2.png) no-repeat center center/100%;
}
.tabs-item:last-of-type::after {
  background: url(../img/tabs-bg-3.png) no-repeat center center/100%;
}
.tabs-column {
  display: none;
}

.offer {
  position: relative;
  margin-bottom: 16rem;
}
.offer .container {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.offer-image {
  flex: 0 0 36.1rem;
  aspect-ratio: 361/410;
  border-radius: 4rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.offer-banner {
  flex: 1 0 50%;
  padding: 4rem;
  border-radius: 4rem;
  background: var(--white);
  text-align: center;
  position: relative;
  z-index: 1;
}
.offer-banner h2 {
  font-size: 4.8rem;
  line-height: 5.76rem;
  margin-bottom: 9.2rem;
}
.offer-banner button {
  width: 32rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 3.08rem;
  border-radius: 11.6rem;
  color: var(--white);
  background: var(--accent-color);
  margin-inline: auto;
}
.offer::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  max-width: 192rem;
  height: 111.8rem;
  left: 50%;
  transform: translateX(-50%);
  top: -20rem;
  background: url(../img/svg/decor-3.svg) no-repeat center center/100%;
  z-index: 0;
}

.stages {
  margin-bottom: 16.8rem;
}
.stages-row {
  max-width: 86%;
  position: relative;
  display: flex;
  z-index: 1;
  margin-inline: auto;
}
.stages-row__card {
  max-width: 57%;
  display: flex;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
}
.stages-row__card-image {
  flex: 0 0 13.8rem;
}
.stages-row__card-content span {
  width: -moz-fit-content;
  width: fit-content;
  background: var(--accent-color);
  color: var(--white);
  padding: 0 2rem;
  border-radius: 4.8rem;
  margin-bottom: 1.2rem;
}
.stages-row__card-content h3 {
  font-size: 3.6rem;
  line-height: 4.32rem;
  margin-bottom: 1.2rem;
}
.stages-row__card-content p {
  color: #818181;
  max-width: 28rem;
}
.stages-row__card-content p a {
  display: inline;
  color: var(--font-color);
  text-decoration: underline;
}
.stages-row:nth-of-type(even) {
  justify-content: flex-end;
}
.stages-row:first-of-type {
  margin-bottom: 5.7rem;
}
.stages-row:first-of-type .stages-row__card {
  align-items: center;
}
.stages-row:nth-of-type(2) {
  margin-bottom: 6.3rem;
}
.stages-row:nth-of-type(2) .stages-row__decor {
  flex: 0 0 24.7rem;
  transform: translate(-6rem, -6rem);
}
.stages-row:nth-of-type(3) {
  margin-bottom: 1.25rem;
}
.stages-row:nth-of-type(3) .stages-row__decor {
  flex: 0 0 25.7rem;
  transform: translate(-5rem, -2rem) rotate(195deg);
}

.faq-wrapper {
  border-radius: 4rem;
  background: var(--white);
  padding: 6rem;
}
.faq h2 {
  font-size: 4.8rem;
  line-height: 5.76rem;
  margin-bottom: 4.8rem;
}
.faq-row {
  padding-block: 3.3rem;
  border-top: 1px solid #ECEFF2;
}
.faq-row__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.2rem;
  line-height: 3.08rem;
  font-weight: 700;
  cursor: pointer;
  transition: margin-bottom 0.15s ease-in-out;
}
.faq-row__heading::after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 2.4rem;
  background: url(../img/svg/arrow.svg) no-repeat center center/100%;
  transition: transform 0.15s ease-in-out;
}
.faq-row__body-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.15s ease-in-out;
}
.faq-row__body {
  height: auto;
  overflow: hidden;
  color: #818181;
}
.faq-row.active .faq-row__heading {
  margin-bottom: 1.2rem;
  transition: margin-bottom 0.2s ease-in-out;
}
.faq-row.active .faq-row__heading:after {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}
.faq-row.active .faq-row__body-wrapper {
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.2s ease-in-out;
}

.footer {
  border-radius: 8rem 8rem 0 0;
  background: var(--second-bg);
  color: var(--white);
  padding-block: 8rem 6rem;
}
.footer .container {
  display: flex;
}
.footer-column {
  position: relative;
  max-width: 51rem;
}
.footer h2 {
  font-size: 4.8rem;
  line-height: 5.76rem;
  margin-bottom: 4.8rem;
}
.footer p {
  font-size: 2.2rem;
  line-height: 3.3rem;
}
.footer .mail-row {
  margin-bottom: 4.8rem;
}
.footer .mail-row br {
  display: none;
}
.footer .mail-row__link {
  display: none;
}
.footer a:first-of-type:not(.mail-row__link) {
  margin-block: 3.2rem;
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-decoration: underline;
}
.footer a:nth-of-type(2) {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
  margin-bottom: 1.6rem;
}
.footer a:nth-of-type(2) img {
  flex: 0 0 3.2rem;
  width: 3.2rem;
}
.footer a:nth-of-type(2) span {
  text-decoration: underline;
}
.footer a:nth-of-type(2) span br {
  display: none;
}
.footer-social {
  display: flex;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  align-items: center;
  margin-bottom: 3.2rem;
}
.footer-social a {
  margin-block: 0 !important;
}
.footer-social img {
  width: 3.2rem;
  aspect-ratio: 1/1;
}
.footer-links {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  margin-bottom: 6rem;
}
.footer-links a {
  margin-block: 0 !important;
}
.footer-links a img {
  width: 100% !important;
  height: 100% !important;
}
.footer-links a:first-of-type {
  flex: 0 0 13.6rem;
}
.footer-links a:nth-of-type(2) {
  flex: 0 0 10.4rem;
}
.footer-links a:last-of-type {
  flex: 0 0 13.1rem;
}
.footer-rights {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.footer-rights span {
  display: inline;
}
.footer-rights br {
  display: none;
}
.footer-arrow {
  position: absolute;
  top: 11rem;
  left: 0;
  width: 17.4rem;
}
.footer-mail {
  position: absolute;
  top: -1rem;
  left: 18rem;
  transform: rotate(-27deg);
  font-size: 3.2rem !important;
  line-height: 2.32rem !important;
  font-weight: 700;
}

.mobile-menu {
  display: none;
}

.req-modal {
  position: fixed;
  display: flex;
  justify-content: center;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.7215686275);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  z-index: 20;
  overflow: hidden;
  padding-block: 6rem;
  opacity: 0;
  pointer-events: none;
}
.req-modal__form-wrapper {
  position: relative;
  max-width: 62rem;
  flex: 0 0 62rem;
  background: var(--white);
  border-radius: 4rem;
}
.req-modal__form-wrapper--inner {
  padding: 3.2rem;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
}
.req-modal__form-wrapper h3 {
  font-size: 3.6rem;
  line-height: 4.32rem;
  text-align: center;
  margin-bottom: 2rem;
}
.req-modal__form-wrapper form {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
.req-modal__form-wrapper form .form-row {
  position: relative;
  display: flex;
  flex-direction: column;
}
.req-modal__form-wrapper form .form-row label {
  display: none;
}
.req-modal__form-wrapper form .form-row span {
  font-size: 1.4rem;
  line-height: 1.4rem;
  display: none;
  margin-top: 0.4rem;
}
.req-modal__form-wrapper form .form-row input {
  flex: 0 0 5.6rem;
  width: 100%;
  border-radius: 0.4rem;
  border: 1px solid #D5D9DC;
  padding: 1.6rem;
  font-size: 1.8rem;
  line-height: 2.34rem;
}
.req-modal__form-wrapper form .form-row input::-moz-placeholder {
  font-size: 1.8rem;
  line-height: 2.34rem;
  color: #818181;
}
.req-modal__form-wrapper form .form-row input::placeholder {
  font-size: 1.8rem;
  line-height: 2.34rem;
  color: #818181;
}
.req-modal__form-wrapper form .form-row input:focus, .req-modal__form-wrapper form .form-row input:focus-visible, .req-modal__form-wrapper form .form-row input:focus-within {
  outline: none;
  border-color: #818181;
}
.req-modal__form-wrapper form .form-row input:focus::-moz-placeholder, .req-modal__form-wrapper form .form-row input:focus-visible::-moz-placeholder, .req-modal__form-wrapper form .form-row input:focus-within::-moz-placeholder {
  color: #D5D9DC;
}
.req-modal__form-wrapper form .form-row input:focus::placeholder, .req-modal__form-wrapper form .form-row input:focus-visible::placeholder, .req-modal__form-wrapper form .form-row input:focus-within::placeholder {
  color: #D5D9DC;
}
.req-modal__form-wrapper form .form-row.error input {
  border-color: #FF0F43;
}
.req-modal__form-wrapper form .form-row.error span {
  display: block;
  color: #FF0F43;
}
.req-modal__form-wrapper form fieldset {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.req-modal__form-wrapper form .form-radio__row {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.req-modal__form-wrapper form .form-radio__row input {
  opacity: 0;
  position: absolute;
  left: -100rem;
  width: 0;
  height: 0;
  visibility: hidden;
}
.req-modal__form-wrapper form .form-radio__row label {
  flex: 0 0 2.4rem;
  border-radius: 50%;
  border: 1px solid #2C1551;
  height: 2.4rem;
  cursor: pointer;
}
.req-modal__form-wrapper form .form-radio__row input:checked + label {
  background: #2C1551;
  border: 3px solid #fff;
  outline: 1px solid;
}
.req-modal__form-wrapper form button.form-btn {
  flex: 0 0 6.4rem;
  background: #1A1230;
  border-radius: 8.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 2.2rem;
  line-height: 3.08rem;
  margin-top: 2rem;
}
.req-modal__form-wrapper form p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #818181;
}
.req-modal__form-wrapper form p a {
  display: inline;
  text-decoration: underline;
}
.req-modal__form-wrapper .form-check__error-msg {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #FF0F43;
  text-align: center;
  margin-bottom: 0.8rem;
  display: none;
}
.req-modal__form-wrapper.error .form-check__error-msg {
  display: block;
}
.req-modal__form-wrapper--close {
  position: absolute;
  top: -3rem;
  right: -3rem;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
}
.req-modal__form-wrapper--close img {
  height: 100%;
  pointer-events: none;
}
.req-modal__form-wrapper.hide {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.req-modal__offer {
  position: relative;
  max-width: 62rem;
  width: 90%;
  background: var(--white);
  border-radius: 4rem;
  height: -moz-fit-content;
  height: fit-content;
}
.req-modal__offer--inner {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  padding: 2.8rem;
}
.req-modal__offer-title {
  font-size: 3.6rem;
  line-height: 3.96rem;
  text-align: center;
  margin-bottom: 2.4rem;
  color: var(--accent-color);
}
.req-modal__offer-title br {
  display: none;
}
.req-modal__offer p {
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.req-modal__offer p:first-of-type {
  margin-bottom: 4.8rem;
}
.req-modal__offer p:last-of-type {
  margin-bottom: 2.4rem;
}
.req-modal__offer-links {
  max-width: 45rem;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
}
.req-modal__offer-links-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.8rem;
}
.req-modal__offer-links-item a {
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-decoration: underline;
  color: var(--accent-color);
}
.req-modal__offer--close {
  position: absolute;
  top: -3rem;
  right: -3rem;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
}
.req-modal__offer--close img {
  height: 100%;
  pointer-events: none;
}
.req-modal__offer.hide {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.req-modal.active {
  opacity: 1;
  pointer-events: all;
}
.req-modal .simplebar-content-wrapper {
  max-height: 99%;
  transform: translateY(3px);
}
.req-modal .simplebar-scrollbar {
  left: -2px;
  right: 4px;
}
.req-modal .simplebar-track {
  right: 0.8rem;
}
.req-modal .simplebar-scrollbar:before {
  opacity: 1 !important;
  background: #D5D9DC !important;
  top: 3rem;
  bottom: 3rem;
}

.form-group .dropdown {
  position: relative;
}
.form-group .dropdown__button {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #D5D9DC;
  border-radius: 0.4rem;
  height: 5.6rem;
  padding: 1.6rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.34rem;
  color: inherit;
  cursor: pointer;
 overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 50px ;
}
.form-group .dropdown__button:focus, .form-group .dropdown__button--active {
  outline: none;
}
.form-group .dropdown__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%);
  background: url(../img/svg/arrow-drop.svg) no-repeat center center/50%;
  /* Снимаем клик с треугольника */
  pointer-events: none;
}
.form-group .dropdown__button--active:after {
  transform: translateY(-50%) rotate(180deg);
}
.form-group .dropdown__list {
  display: none;
  position: absolute;
  left: 0;
  top: 6rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(176, 198, 225, 0.6);
  overflow: hidden;
  border-radius: 0.4rem;
  width: 100%;
  z-index: 1;
  height: 21.688889rem;
  overflow: auto;
}
.form-group .dropdown__list--visible {
  display: block;
}
.form-group .dropdown__list-item {
  margin: 0;
  padding: 0;
  border: 1px solid #D5D9DC;
  border-bottom: 0px;
  padding: 13px 20px;
  cursor: pointer;
}
.form-group .dropdown__list-item:first-child {
  border-radius: 0.4rem 0.4rem 0 0;
}
.form-group .dropdown__list-item:last-child {
  border-radius: 0 0 0.4rem 0.4rem;
  border-bottom: 1px solid #D5D9DC;
}
.form-group .dropdown__list-item:hover {
  background: rgba(176, 198, 225, 0.26);
}
.form-group .dropdown__input-hidden {
  display: none;
}

.mobile-req__btn {
  display: none;
}

section {
  position: relative;
}

section .section-point {
  position: absolute;
  top: -10rem;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  :root {
    font-size: calc(6.4px + 3.6 * (100vw - 768px) / 512);
  }
}
@media screen and (max-width: 767.9px) {
  body {
    padding-top: 6.8rem;
    padding-bottom: 6.8rem;
  }
  .container {
    padding-inline: 1.6rem;
  }
  .s-section h2 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 2.88rem;
    margin-bottom: 2.4rem;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    padding-block: 1.4rem;
    box-shadow: 0px 4px 20px 0px rgba(11, 31, 53, 0.0509803922);
    z-index: 16;
  }
  .header .container {
    justify-content: space-between;
  }
  .header-logo:first-child {
    margin-right: 0;
  }
  .header-logo:nth-child(2) {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .header-btn {
    display: none;
  }
  .header-menu__btn {
    flex: 0 0 4rem;
    height: 4rem;
    background: url(../img/svg/Menu.svg) no-repeat center center/100%;
  }
  .header-menu__btn.active {
    background: url(../img/svg/Close.svg) no-repeat center center/100%;
  }
  main {
    padding-block: 4rem;
    overflow: hidden;
  }
  .main-banner {
    border-radius: 2.4rem;
    padding: 2rem 2rem 18.8rem;
    margin-bottom: 4rem;
  }
  .main-banner h1 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 0.8rem;
  }
  .main-banner p {
    max-width: 100%;
  }
  .main-banner p:first-of-type {
    font-size: 1.6rem;
    line-height: 2.32rem;
    margin-bottom: 0.8rem;
  }
  .main-banner p:not(:first-of-type) {
    font-size: 1.6rem;
    line-height: 2.32rem;
    margin-top: 0.4rem;
  }
  .main-banner p:not(:first-of-type) br {
    display: block;
  }
  .main-banner p:not(:first-of-type) span:not(.bold) {
    display: none;
  }
  .main-banner p:not(:first-of-type) span.--m {
    display: inline;
  }
  .main-banner button {
    display: none;
  }
  .main-banner__logo {
    display: block;
    max-width: 9rem;
    margin-top: 2rem;
  }
  .main-banner__decor {
    width: 37rem;
    bottom: 0;
    right: -10rem;
    z-index: 0;
  }
  .main-banner__img--front {
    width: 22rem;
    right: 2.6rem;
  }
  .main-banner__img--back {
    width: 24rem;
    right: -2.8rem;
  }
  .about {
    margin-bottom: 4rem;
  }
  .about h2 {
    max-width: 95%;
    margin-inline: auto;
  }
  .about-cards {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .about-cards__item {
    border-radius: 2.4rem;
    padding: 2rem;
  }
  .about-cards__item h3 {
    font-size: 2.4rem;
    line-height: 2.88rem;
  }
  .about-cards__item p {
    font-size: 1.6rem;
    line-height: 2.32rem;
  }
  .about::before {
    max-width: unset;
    height: 103rem;
    top: -43rem;
    background: url(../img/svg/decor-1-m.svg) no-repeat center center/100%;
  }
  .conditions {
    margin-bottom: 4rem;
  }
  .conditions h2 {
    text-align: left;
    max-width: 70%;
  }
  .conditions-cards {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .conditions-cards__item {
    width: 73%;
    flex: 0 0 auto;
    aspect-ratio: 211/300;
    row-gap: 0.8rem;
    border-radius: 0.8rem;
    padding: 1.2rem 1.2rem 1.6rem;
    max-width: 35rem;
  }
  .conditions-cards__item-image {
    flex: 0 0 auto;
    width: 100%;
  }
  .conditions-cards__item-image img {
    height: 100%;
  }
  .conditions-cards__item p {
    font-size: 1.6rem;
    line-height: 1.92rem;
    margin-block: auto;
  }
  .conditions-cards__item h3 {
    font-size: 1.6rem;
    line-height: 1.92rem;
    margin-block: auto;
    max-width: 19rem;
    margin-inline: auto;
  }
  .conditions-cards__item:first-of-type {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2509803922);
    transform: translate(-4rem, 0px);
  }
  .conditions-cards__item:last-of-type {
    transform: translate(20%, -2rem);
  }
  .conditions::before {
    max-width: unset;
    height: 100%;
    top: 0;
    background: url(../img/svg/decor-2-m.svg) no-repeat center center/100%;
  }
  .directions {
    padding-top: 0;
    margin-bottom: 4rem;
  }
  .directions .container {
    padding-right: 0;
  }
  .directions h2 {
    text-align: left;
  }
  .directions-slider__wrapper {
    display: block;
    margin-bottom: 1.6rem;
    height: 36rem;
  }
  .directions-slider__wrapper .swiper {
    height: 100%;
  }
  .directions-slider__wrapper .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 0.8rem;
    background: var(--white);
    padding-left: 1.6rem;
    overflow: hidden;
  }
  .directions-slider__wrapper .swiper-slide .directions-cards__item-image {
    flex: 0 0 12rem;
    margin-bottom: 1.2rem;
  }
  .directions-slider__wrapper .swiper-slide .directions-cards__item-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .directions-slider__wrapper .swiper-slide span {
    font-size: 2.8rem;
    line-height: 3.08rem;
    margin-bottom: 0.8rem;
    margin-left: 0.8rem;
  }
  .directions-slider__wrapper .swiper-slide p {
    font-size: 1.6rem;
    line-height: 2.24rem;
    margin-left: 0.8rem;
    padding-right: 1.6rem;
  }
  .directions-slider__wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    display: block;
    width: 1.6rem;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--accent-color);
  }
  .directions-cards {
    grid-template-columns: 1fr;
    grid-auto-rows: 19.1rem;
  }
  .directions-cards__item {
    display: none;
  }
  .directions-cards__etc {
    grid-column: span 1;
    border: 2px solid var(--white);
    background: url(../img/svg/decor-5.svg) no-repeat 0 bottom/170%;
    border-radius: 0.8rem;
    padding: 1.2rem 0.6rem 1.2rem 1.2rem;
    margin-right: 1.6rem;
  }
  .directions-cards__etc span {
    font-size: 1.6rem;
    line-height: 1.76rem;
  }
  .directions-cards__etc p {
    font-size: 2.4rem;
    line-height: 2.88rem;
  }
  .tabs {
    margin-bottom: 4rem;
  }
  .tabs-wrapper {
    background: var(--white);
    border-radius: 1.6rem;
    padding: 1.6rem 1.2rem;
  }
  .tabs h2 {
    font-size: 2.4rem;
    line-height: 2.88rem;
    margin-bottom: 2.4rem;
  }
  .tabs h2 span:first-child {
    display: none;
  }
  .tabs h2 span:last-child {
    display: block;
  }
  .tabs-heading {
    display: none;
  }
  .tabs-content {
    display: none;
  }
  .tabs-item {
    display: none;
  }
  .tabs-column {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 5.6rem 0.8rem 2rem;
    border-radius: 1.6rem;
    overflow: hidden;
  }
  .tabs-column:not(:last-of-type) {
    margin-bottom: 2.4rem;
  }
  .tabs-column__title {
    font-size: 2.4rem;
    line-height: 2.88rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    color: var(--white);
  }
  .tabs-column__etc {
    font-size: 1.6rem;
    line-height: 2.24rem;
    margin-bottom: 2rem;
  }
  .tabs-column__subtitle {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
  }
  .tabs-column__row:not(:first-of-type) {
    border-top: 1px solid #D5D9DC;
  }
  .tabs-column__row-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 0.8rem;
    -moz-column-gap: 0.2rem;
         column-gap: 0.2rem;
    transition: margin-bottom 0.15s ease-in-out;
  }
  .tabs-column__row-heading::after {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    flex: 0 0 3.2rem;
    background: url(../img/svg/arrow.svg) no-repeat center center/100%;
    transition: transform 0.15s ease-in-out;
  }
  .tabs-column__row-body-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.15s ease-in-out;
  }
  .tabs-column__row-body {
    height: auto;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 2.24rem;
  }
  .tabs-column__row-body p {
    margin-bottom: 1.2rem;
  }
  .tabs-column__row-body ul {
    display: flex;
    list-style: disc;
    flex-direction: column;
    row-gap: 0.4rem;
    padding-left: 2rem;
  }
  .tabs-column__row-body ul span {
    transform: translateX(-2rem);
  }
  .tabs-column__row-body ul:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
  .tabs-column__row.active {
    margin-bottom: 1.2rem;
  }
  .tabs-column__row.active .tabs-column__row-heading {
    margin-bottom: 1.2rem;
    transition: margin-bottom 0.2s ease-in-out;
  }
  .tabs-column__row.active .tabs-column__row-heading:after {
    transform: rotate(180deg);
    transition: transform 0.2s ease-in-out;
  }
  .tabs-column__row.active .tabs-column__row-body-wrapper {
    grid-template-rows: 1fr;
    transition: grid-template-rows 0.2s ease-in-out;
  }
  .tabs-column::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.4rem;
  }
  .tabs-column--1::before {
    background: url(../img/tabs-bg-4.png) repeat-x center center;
  }
  .tabs-column--2::before {
    background: url(../img/tabs-bg-5.png) repeat-x center center;
  }
  .tabs-column--3::before {
    background: url(../img/tabs-bg-6.png) repeat-x center center;
  }
  .offer {
    margin-bottom: 4rem;
  }
  .offer .container {
    position: relative;
    flex-direction: column;
    row-gap: 2.4rem;
    background: var(--white);
    border-radius: 2.4rem;
    padding: 2.4rem;
    margin-inline: 1.6rem;
    z-index: 1;
  }
  .offer-image {
    flex: 0 0 auto;
    aspect-ratio: 240/200;
    border-radius: 2.4rem;
  }
  .offer-image img {
    transform: translateY(-3rem);
  }
  .offer-banner {
    flex: 1 0 50%;
    padding: 0;
    border-radius: 4rem;
    background: var(--white);
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .offer-banner h2 {
    font-size: 2.4rem;
    line-height: 2.88rem;
    margin-bottom: 2.4rem;
  }
  .offer-banner button {
    width: 100%;
    height: 4rem;
    font-size: 1.6rem;
    line-height: 1.952rem;
    border-radius: 9.6rem;
  }
  .offer::before {
    max-width: unset;
    height: 100rem;
    top: 0;
    background: url(../img/svg/decor-3-m.svg) no-repeat center center/100%;
  }
  .stages {
    margin-bottom: 4rem;
  }
  .stages h2 {
    text-align: left;
  }
  .stages-row {
    max-width: 34rem;
  }
  .stages-row__card {
    position: relative;
    max-width: 100%;
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
  }
  .stages-row__card-image {
    flex: 0 0 13.3rem;
    width: 13.3rem;
  }
  .stages-row__card-content span {
    font-size: 1.6rem;
    line-height: 2.32rem;
  }
  .stages-row__card-content h3 {
    font-size: 2.4rem;
    line-height: 2.88rem;
  }
  .stages-row__card-content p {
    font-size: 1.6rem;
    line-height: 2.32rem;
    color: #818181;
    max-width: 28rem;
  }
  .stages-row:nth-of-type(even) {
    justify-content: flex-start;
  }
  .stages-row:first-of-type {
    margin-bottom: 7.9rem;
  }
  .stages-row:first-of-type .stages-row__card {
    align-items: flex-start;
  }
  .stages-row:first-of-type .stages-row__card-image {
    margin-left: auto;
  }
  .stages-row:first-of-type::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 13.7rem;
    height: 7.5rem;
    background: url(../img/svg/red.svg) no-repeat center center/96%;
    transform: translate(calc(38px + 53 * (100vw - 320px) / 448), 3.9rem) rotate(-71deg);
  }
  .stages-row:nth-of-type(2) {
    margin-bottom: 4.251rem;
  }
  .stages-row:nth-of-type(2) .stages-row__card {
    row-gap: 2.9rem;
  }
  .stages-row:nth-of-type(2) .stages-row__decor {
    flex: 0 0 24.7rem;
    transform: translate(-6rem, -6rem);
    display: none;
  }
  .stages-row:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10rem;
    height: 18.6rem;
    background: url(../img/svg/red-2.svg) no-repeat center center/96%;
    transform: translate(calc(140px + 53 * (100vw - 320px) / 448), 3.9rem);
  }
  .stages-row:nth-of-type(3) {
    margin-bottom: 6.9rem;
  }
  .stages-row:nth-of-type(3) .stages-row__card {
    row-gap: 2.1rem;
  }
  .stages-row:nth-of-type(3) .stages-row__card-image {
    margin-left: auto;
  }
  .stages-row:nth-of-type(3) .stages-row__decor {
    flex: 0 0 25.7rem;
    transform: translate(-5rem, -2rem) rotate(195deg);
    display: none;
  }
  .stages-row:nth-of-type(3)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 13.7rem;
    height: 7.5rem;
    background: url(../img/svg/red.svg) no-repeat center center/96%;
    transform: translate(calc(28px + 53 * (100vw - 320px) / 448), 1.5rem) rotate(-85deg);
  }
  .stages-row:last-of-type .stages-row__card {
    row-gap: 2.1rem;
  }
  .stages-row:last-of-type .stages-row__card-image {
    margin-left: auto;
  }
  .stages-row:last-of-type::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16.2rem;
    height: 12.4rem;
    background: url(../img/svg/red-3.svg) no-repeat center center/96%;
    transform: translate(calc(20px + 53 * (100vw - 320px) / 448), -1rem);
  }
  .faq-wrapper {
    border-radius: 2.4rem;
    padding: 2.4rem 1.6rem 0.7rem;
  }
  .faq h2 {
    font-size: 2.8rem;
    line-height: 3.36rem;
    margin-bottom: 2.4rem;
  }
  .faq-row {
    padding-block: 1.7rem;
  }
  .faq-row__heading {
    font-size: 1.8rem;
    line-height: 2.16rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .faq-row__body {
    font-size: 1.6rem;
    line-height: 2.32rem;
  }
  .footer {
    border-radius: 2.4rem 2.4rem 0 0;
    padding-block: 2.4rem 3.2rem;
  }
  .footer .container {
    display: flex;
  }
  .footer-column {
    position: relative;
    max-width: unset;
  }
  .footer-column:last-of-type {
    display: none;
  }
  .footer h2 {
    font-size: 2.8rem;
    line-height: 3.36rem;
    margin-bottom: 2.4rem;
  }
  .footer p {
    font-size: 1.6rem;
    line-height: 2.32rem;
  }
  .footer .mail-row {
    position: relative;
    margin-bottom: 3.2rem;
    padding-bottom: 6.4rem;
    max-width: 28rem;
  }
  .footer .mail-row br {
    display: block;
  }
  .footer .mail-row a {
    position: absolute;
    bottom: 0.8rem;
    left: 0;
    display: flex;
    -moz-column-gap: 1.1rem;
         column-gap: 1.1rem;
    align-items: center;
  }
  .footer .mail-row a img {
    flex: 0 0 2.4rem;
    width: 2.4rem;
  }
  .footer .mail-row a span {
    font-size: 1.6rem;
    line-height: 2.32rem;
    text-decoration: underline;
  }
  .footer .mail-row:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 9.7rem;
    height: 12.1rem;
    background: url(../img/svg/white-2.svg) no-repeat center center/100%;
  }
  .footer a:first-of-type:not(.mail-row__link) {
    margin-block: 4rem;
    font-size: 1.5rem;
    line-height: 2.17rem;
  }
  .footer a:nth-of-type(2) {
    font-size: 1.6rem;
    line-height: 2.32rem;
  }
  .footer a:nth-of-type(2) span br {
    display: block;
  }
  .footer-social {
    margin-bottom: 4rem;
  }
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 2rem;
    margin-bottom: 4rem;
  }
  .footer-links a {
    width: 13.6rem;
  }
  .footer-links a:first-of-type {
    flex: 0 0 auto;
  }
  .footer-links a:nth-of-type(2) {
    flex: 0 0 5.2rem;
  }
  .footer-links a:last-of-type {
    flex: 0 0 auto;
  }
  .footer-rights {
    font-size: 1.2rem;
    align-items: center;
    text-align: center;
  }
  .footer-rights br {
    display: block;
  }
  .footer-arrow {
    position: absolute;
    top: 11rem;
    left: 0;
    width: 17.4rem;
  }
  .footer-mail {
    position: absolute;
    top: -1rem;
    left: 18rem;
    transform: rotate(-27deg);
    font-size: 3.2rem !important;
    line-height: 2.32rem !important;
    font-weight: 700;
  }
  .mobile-menu {
    position: fixed;
    top: 6.5rem;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: var(--white);
    z-index: 15;
    padding-block: 0.7rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease-in-out;
  }
  .mobile-menu .container {
    display: flex;
    flex-direction: column;
  }
  .mobile-menu__nav ul li {
    padding-block: 1.6rem;
    border-bottom: 1px solid #D5D9DC;
  }
  .mobile-menu__btn {
    flex: 0 0 4rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7.6rem;
    color: var(--white);
    background: var(--accent-color);
    font-size: 1.6rem;
    line-height: 1.952rem;
    margin-top: 3.2rem;
  }
  .mobile-menu.active {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s ease-in-out;
  }
  .req-modal {
    z-index: 20;
    padding-block: 6rem 2rem;
  }
  .req-modal__form-wrapper {
    max-width: calc(100% - 3.2rem);
    border-radius: 2.4rem;
  }
  .req-modal__form-wrapper--inner {
    padding: 2.4rem 1.2rem;
  }
  .req-modal__form-wrapper h3 {
    max-width: 20rem;
    font-size: 2.4rem;
    line-height: 2.88rem;
    margin-bottom: 1.6rem;
    margin-inline: auto;
  }
  .req-modal__form-wrapper form {
    row-gap: 0.8rem;
  }
  .req-modal__form-wrapper form .form-row label {
    font-size: 1.8rem;
    line-height: 2rem;
    display: block;
    margin-bottom: 0.4rem;
    color: #818181;
  }
  .req-modal__form-wrapper form .form-row input {
    flex: 0 0 3.2rem;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #D5D9DC;
    padding: 0;
  }
  .req-modal__form-wrapper form .form-row input::-moz-placeholder {
    font-size: 0;
    line-height: 0;
    color: transparent;
  }
  .req-modal__form-wrapper form .form-row input::placeholder {
    font-size: 0;
    line-height: 0;
    color: transparent;
  }
  .req-modal__form-wrapper form .form-row input:focus::-moz-placeholder, .req-modal__form-wrapper form .form-row input:focus-visible::-moz-placeholder, .req-modal__form-wrapper form .form-row input:focus-within::-moz-placeholder {
    color: transparent;
  }
  .req-modal__form-wrapper form .form-row input:focus::placeholder, .req-modal__form-wrapper form .form-row input:focus-visible::placeholder, .req-modal__form-wrapper form .form-row input:focus-within::placeholder {
    color: transparent;
  }
  .req-modal__form-wrapper form fieldset {
    row-gap: 0.8rem;
    margin-block: 1.6rem;
  }
  .req-modal__form-wrapper form .form-radio__row {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
  .req-modal__form-wrapper form .form-radio__row label {
    flex: 0 0 1.6rem;
    height: 1.6rem;
    transform: translateY(0.3rem);
  }
  .req-modal__form-wrapper form button.form-btn {
    flex: 0 0 4rem;
    border-radius: 6rem;
    font-size: 1.6rem;
    line-height: 1.952rem;
    margin-top: 2.4rem;
  }
  .req-modal__form-wrapper .form-check__error-msg {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #FF0F43;
    text-align: center;
    margin-bottom: 0.8rem;
    display: none;
  }
  .req-modal__form-wrapper.error .form-check__error-msg {
    display: block;
    margin-top: 2.8rem;
  }
  .req-modal__form-wrapper.error .form-btn {
    margin-top: 0;
  }
  .req-modal__form-wrapper--close {
    top: -4rem;
    right: 0.5rem;
  }
  .req-modal__offer {
    height: -moz-fit-content;
    height: fit-content;
    max-width: calc(100% - 3.2rem);
    border-radius: 2.4rem;
  }
  .req-modal__offer--inner {
    height: -moz-fit-content;
    height: fit-content;
    padding: 2.4rem 1.8rem 5.2rem;
  }
  .req-modal__offer-title {
    font-size: 2.4rem;
    line-height: 2.88rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }
  .req-modal__offer-title br {
    display: block;
  }
  .req-modal__offer p {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .req-modal__offer p:first-of-type {
    margin-bottom: 0;
    padding-bottom: 3.2rem;
    border-bottom: 1px solid #D5D9DC;
  }
  .req-modal__offer p:last-of-type {
    padding-top: 3.2rem;
  }
  .req-modal__offer-links {
    max-width: 100%;
    flex-direction: column;
    row-gap: 2rem;
    justify-content: flex-start;
  }
  .req-modal__offer-links-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0.8rem;
  }
  .req-modal__offer-links-item a {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2rem;
    text-decoration: none;
    color: var(--white);
    flex: 0 0 3.6rem;
    background: #1A1230;
    border-radius: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .req-modal__offer-links-item img {
    display: none;
  }
  .req-modal__offer--close {
    top: -4rem;
    right: 0.5rem;
  }
  .req-modal .simplebar-scrollbar {
    left: -2px;
    right: 4px;
  }
  .req-modal .simplebar-track {
    right: -0.3rem;
  }
  .req-modal .simplebar-scrollbar:before {
    opacity: 1 !important;
    background: #D5D9DC !important;
    top: 2rem;
    bottom: 2rem;
  }
  .form-group .dropdown__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-bottom: 1px solid #D5D9DC;
    border-radius: 0;
    height: 5.6rem;
    padding: 0;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.34rem;
  }
  .form-group .dropdown__button::after {
    position: static;
    display: block;
    width: 2.4rem;
    height: 100%;
    transform: translateY(0);
  }
  .form-group .dropdown__button--active:after {
    transform: rotate(180deg);
  }
  .mobile-req__btn {
    display: block;
    position: fixed;
    width: 100%;
    height: 6.8rem;
    background: var(--white);
    bottom: 0;
    left: 0;
    z-index: 6;
    padding: 1.2rem 1.6rem 1.6rem;
  }
  .mobile-req__btn button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1A1230;
    color: var(--white);
    border-radius: 5rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
@media (hover: hover) {
  .header-btn.req-call--btn:hover,
  .offer-banner button:hover {
    background: #B3093F;
    transition: background 0.15s ease-in-out;
  }
  .main-banner button:hover {
    background: #F5F5F5;
    transition: all 0.15s ease-in-out;
  }
}
@media (orientation: landscape) {
  .req-modal__offer,
  .req-modal__form-wrapper {
    height: auto;
  }
}/*# sourceMappingURL=styles.css.map */