@font-face {
  font-display: swap;
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz,wght.woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: italic;
  src: url("../fonts/Inter-Italic-VariableFont_opsz,wght.woff2");
}
@font-face {
  font-display: swap;
  font-family: "IBM Plex Serif";
  font-style: italic;
  src: url("../fonts/IBMPlexSerif-Italic.woff2");
}
:root {
  --black: #27262B;
  --grey: #F1F2F4;
  --white: #fff;
  --yellow: #F6C42C;
  --red: #FDDDE3;
  --green: #D9EAC7;
  --font-family-1: "Inter", Arial, sans-serif;
  --font-family-2: "IBM Plex Serif", Arial, sans-serif;
  --radius: 20px;
  --gap: 20px;
  --padding: 30px;
  --box-padding: 60px;
  --block-padding: 100px;
}

@media (max-width: 991px) {
  :root {
    /*--common-gap: 16px;	
    --padding: 24px;*/
    --gap: 16px;
    --box-padding: 40px;
    --block-padding: 80px;
  }
}
@media (max-width: 767px) {
  :root {
    --radius: 16px;
    --gap: 12px;
    --padding: 16px;
    --box-padding: 24px;
    --block-padding: 48px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 942px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .container .row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .container .row .col-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
}
header, nav, menu, main, section, article, aside, address, footer, noscript {
  display: block;
}

p, ul, ol, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration: underline;
}
a:hover {
  color: inherit;
}
a:active, a:hover, a:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
  font-style: normal;
  color: var(--black);
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span {
  color: var(--yellow);
}

h1, .h1 {
  font-family: var(--font-family-1);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 22px;
  }
}

h3, .h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

button,
.btn {
  border: none;
  outline: none;
  display: inline-block;
  width: 100%;
  color: var(--black);
  font-family: var(--font-family-1);
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  padding: 28px;
  border-radius: 80px;
  background: linear-gradient(0deg, #FFC844 0%, #FFE36B 100%);
  text-align: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  text-decoration: none;
}
button:focus,
.btn:focus {
  outline: none;
}
@media (max-width: 991px) {
  button,
  .btn {
    font-size: 22px;
    padding: 21px 35px;
  }
}
@media (max-width: 767px) {
  button,
  .btn {
    padding: 20px;
    font-size: 16px;
    line-height: normal;
  }
}

button.type2,
.btn.type2 {
  color: var(--yellow);
  background: linear-gradient(0deg, #111216 0%, #27262B 100%);
}
.swiper-horizontal {
  position: relative;
  height: 100%;
}

html {
  height: 100%;
  width: 100%;
  /*scroll-behavior: auto !important;	*/
  scroll-behavior: smooth;
}

body {
  height: 100%;
  width: 100%;
  background: var(--white);
  font-family: var(--font-family-1);
  font-feature-settings: "liga" off, "clig" off;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: var(--black);
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-synthesis: none !important;
}
@media (max-width: 991px) {
  body {
    font-size: 22px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 130%;
  }
}

body.mm_active {
  overflow: hidden;
}

section {
  margin-bottom: var(--block-padding);
}
form {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.modal .form_wrapper {
  flex-wrap: wrap;
}

.form_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 767px) {
  .form_wrapper {
    flex-direction: column;
  }
}
.form_wrapper label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .form_wrapper label {
    gap: 8px;
  }
}
.form_wrapper label input[type=checkbox] {
  width: 17px;
  height: 17px;
  border-color: var(--white);
  border-radius: 5px;
  margin-top: 2px;
}
.form_wrapper label span {
  color: var(--grey);
  font-size: 14px;
  line-height: 140%;
  text-align: left;
}
@media (max-width: 767px) {
  .form_wrapper label span {
    font-size: 12px;
    line-height: 130%;
  }
}
.form_wrapper label span a {
  color: var(--grey);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.form_wrapper label span a:hover {
  text-decoration: none;
}

.form_row {
  width: 100%;
  position: relative;
}
.form_row_hint {
  position: absolute;
  left: 24px;
  top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--light-grey);
}
@media (max-width: 991px) {
  .form_row_hint {
    left: 31px;
    top: 1px;
    font-size: 14px;
  }
}

textarea,
input[type=text],
input[type=tel],
input[type=email],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

textarea,
input[type=text],
input[type=tel],
input[type=email] {
  width: 100%;
  border-radius: 10px;
  background: var(--white);
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  outline: none;
  color: var(--black);
  padding: 19px 24px;
  border: none;
}
@media (max-width: 991px) {
  textarea,
  input[type=text],
  input[type=tel],
  input[type=email] {
    font-size: 20px;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  textarea,
  input[type=text],
  input[type=tel],
  input[type=email] {
    font-size: 16px;
    padding: 12px;
  }
}

.modal input[type=submit].btn {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .modal input[type=submit].btn {
    padding: 21px;
  }
}

textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: var(--black);
  opacity: 0.6;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder {
  color: var(--black);
  opacity: 0.6;
}

.new_form_agreement {
  margin-top: 8px;
}

.modal .new_form_agreement {
  margin: 16px auto 0;
  max-width: 552px;
}

label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
label input {
  margin-top: 4px;
}
label span {
  color: var(--light-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  label span {
    font-size: 12px;
  }
}
label span a {
  color: var(--light-grey);
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  top: auto;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  padding: 0;
  width: 100%;
  gap: 10px;
  position: relative;
}
.swiper-pagination.swiper-pagination-bullets:not(:has(.swiper-pagination-bullet:only-child)) {
  height: 10px;
}
@media (max-width: 1199px) {
  .swiper-pagination {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination {
    gap: 8px;
    height: 12px;
  }
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #F1F2F4;
  opacity: 1;
  margin: 0;
}
@media (max-width: 767px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  /*background: url('../img/bullet_active.svg') center no-repeat;*/
  background: var(--yellow);
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  /*opacity: 1;
  position: static;*/
  width: 100px;
  height: 100px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 64px;
    height: 64px;
  }
}

.swiper-button-prev {
  left: calc(33.333333% - var(--common-gap) - 8px);
  /*background-image: url('../img/round_arrow_prev.svg');*/
}
@media (max-width: 991px) {
  .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev {
    left: 0;
  }
}

.swiper-button-next {
  right: calc(33.333333% - var(--common-gap) - 8px);
  /*background-image: url('../img/round_arrow_next.svg');*/
}
@media (max-width: 991px) {
  .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .swiper-button-next {
    right: 0;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: flex;
  }
}

header {
  position: fixed;
  top: 8px;
  left: 0;
  width: 100%;
  height: 72px;
  z-index: 1;
}
.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: var(--light);
  padding: 8px;
  border-radius: 40px;
  box-shadow: 0 0 40px 0 rgba(88, 91, 92, 0.25);
}
.hw_logo img {
  width: 178px;
}
@media (max-width: 767px) {
  .hw_logo img {
    width: 160px;
  }
}
.hw_shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.mm_close {
  display: none;
}
@media (max-width: 1399px) {
  .mm_close {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/close_sign.svg") center no-repeat;
    background-size: contain;
  }
}

@media (max-width: 1399px) {
  .mm_active .hw_menu {
    right: 0;
    opacity: 1;
    pointer-events: all;
  }
}

.hw_menu {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 1399px) {
  .hw_menu {
    /*display: none;*/
    position: fixed;
    right: -50%;
    top: 0;
    height: 100%;
    width: 50%;
    padding: 24px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.25);
    background: var(--white);
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
    gap: 24px;
    transition: opacity 0.2s ease-in-out, right 0.2s ease-in-out;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .hw_menu {
    right: -66.666666%;
    top: 0;
    height: 100%;
    width: 66.666666%;
  }
}
.hw_menu ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1399px) {
  .hw_menu ul {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .hw_menu ul {
    gap: 16px;
  }
}
.hw_menu ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}
.hw_menu ul li a {
  color: var(--black);
  text-decoration-line: underline;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .hw_menu ul li a {
    /*color: var(--black);*/
  }
}
.hw_menu ul li a:hover {
  text-decoration: none;
}

.hw_buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .hw_buttons {
    gap: 8px;
  }
}

.mm_trigger {
  display: none;
}
@media (max-width: 1399px) {
  .mm_trigger {
    margin-right: 4px;
    display: flex;
    flex-direction: column;
    width: 32px;
    height: 24px;
    justify-content: space-between;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .mm_trigger {
    width: 28px;
    height: 20px;
  }
}
.mm_trigger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--grey);
}

.thanks_page .page_wrapper {
  height: 100%;
}

.page_area {
  position: relative;
  z-index: 1;
}

main {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
.geo_block {
  margin-bottom: var(--block-padding);
}

.gb_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 991px) {
  .gb_wrapper {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .gb_wrapper {
    gap: 24px;
  }
}

.gbw_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gbw_text p {
  font-size: 26px;
  font-weight: 400;
  line-height: 145%;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .gbw_text p {
    font-size: 22px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .gbw_text p {
    font-size: 18px;
  }
}
.gbw_text p i {
  font-style: italic;
}
.gbw_text p.bigger_text {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .gbw_text p.bigger_text {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .gbw_text p.bigger_text {
    font-size: 22px;
  }
}

.greybox {
  padding: 50px var(--box-padding) var(--box-padding);
  background: var(--grey);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 44px 0;
}
@media (max-width: 991px) {
  .greybox {
    padding: var(--box-padding);
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .greybox {
    gap: 24px;
  }
}
.greybox.nobg {
  background: var(--white);
}
.greybox.nobg.pointers {
  background: transparent;
  padding: 0;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .greybox.nobg.pointers {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .greybox.nobg.pointers {
    margin-bottom: 32px;
  }
}
.greybox.nobg.pointers ul li {
  background: var(--white);
  border-radius: 20px;
  padding: 30px;
}
.greybox.nobg2 {
  background: var(--white);
  padding: 0;
  margin: 40px 0 0;
}
@media (max-width: 991px) {
  .greybox.nobg2 {
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .greybox.nobg2 {
    margin: 20px 0 0;
  }
}
.greybox.nobg2 ul {
  padding: 0 0 60px;
  border-bottom: 1px solid #DADADA;
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  .greybox.nobg2 ul {
    padding: 0 0 48px;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .greybox.nobg2 ul {
    padding: 0 0 32px;
    margin: 0 0 20px;
  }
}
.greybox.yellow_frame {
  border-radius: var(--radius);
  border: 4px solid var(--yellow);
  padding: 46px calc(var(--box-padding) - 4px) calc(var(--box-padding) - 4px);
  gap: 20px;
  margin: 16px 0 0;
}
@media (max-width: 991px) {
  .greybox.yellow_frame {
    padding: calc(var(--box-padding) - 4px);
  }
}
@media (max-width: 767px) {
  .greybox.yellow_frame {
    padding: calc(var(--box-padding) - 4px);
    margin: 0 0 32px;
  }
}
.greybox.padding2 {
  margin: 20px 0 16px;
}
@media (max-width: 991px) {
  .greybox.padding2 {
    margin: 8px 0 0;
  }
}
.greybox.nopadding {
  padding: 0;
}
@media (max-width: 991px) {
  .greybox.nopadding {
    margin: 24px 0;
  }
}
.greybox.gifts {
  padding: 0;
  margin: 16px 0 60px;
}
@media (max-width: 991px) {
  .greybox.gifts {
    margin: 0 0 48px;
  }
}
@media (max-width: 767px) {
  .greybox.gifts {
    margin: 0 0 24px;
  }
}
.greybox.gifts .greybox_list ul li {
  border-radius: var(--radius);
  background: #F1F2F4;
  padding: var(--padding);
}
.greybox.red {
  margin: 20px 0;
  background: var(--red);
  gap: var(--gap);
}
@media (max-width: 991px) {
  .greybox.red {
    margin: 12px 0;
  }
}
@media (max-width: 767px) {
  .greybox.red {
    margin: 8px 0;
  }
}
.greybox.green {
  margin: 0 0 20px;
  background: var(--green);
  gap: var(--gap);
}
@media (max-width: 991px) {
  .greybox.green {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .greybox.green {
    margin-bottom: 8px;
  }
}

.greybox_top {
  font-size: 32px;
  font-weight: 700;
  line-height: 145%;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .greybox_top {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .greybox_top {
    font-size: 24px;
  }
}

.greybox_list ul {
  display: flex;
  flex-direction: column;
  gap: var(--padding);
}
@media (max-width: 991px) {
  .greybox_list ul {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .greybox_list ul {
    gap: 16px;
  }
}
.greybox_list ul li {
  display: flex;
  gap: var(--gap);
  align-items: flex-start;
}
.greybox_list ul li p {
  font-size: 26px;
  font-weight: 400;
  line-height: 145%;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .greybox_list ul li p {
    font-size: 22px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .greybox_list ul li p {
    font-size: 18px;
  }
}
.greybox_list ul li p span {
  white-space: nowrap;
}
.greybox_list ul li img {
  max-width: 38px;
}
@media (max-width: 991px) {
  .greybox_list ul li img {
    max-width: 32px;
  }
}
@media (max-width: 767px) {
  .greybox_list ul li img {
    max-width: 28px;
  }
}

.greybox_footer {
  opacity: 0.9;
  font-size: 26px;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 991px) {
  .greybox_footer {
    font-size: 22px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .greybox_footer {
    font-size: 18px;
  }
}

.yellow_left_border {
  margin: 44px 0 16px;
  border-left: 5px solid #F6C42C;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
@media (max-width: 767px) {
  .yellow_left_border {
    margin: 24px 0 0;
  }
}
.yellow_left_border.ybl_padding_1 {
  margin: 44px 0 60px;
}
@media (max-width: 991px) {
  .yellow_left_border.ybl_padding_1 {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .yellow_left_border.ybl_padding_1 {
    margin: 16px 0;
  }
}

.gb_wrapper_block {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .gb_wrapper_block {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .gb_wrapper_block {
    margin-bottom: 24px;
  }
}
.gb_wrapper_block:last-child {
  margin-bottom: 0;
}
.gb_wrapper_block ul {
  margin: 0 0 0 40px;
}
.gb_wrapper_block ul li {
  list-style-type: disc;
}
.gb_wrapper_block.margin2 {
  margin-bottom: 20px;
}

.person {
  display: flex;
  gap: 32px;
  margin: 44px 0;
}
@media (max-width: 991px) {
  .person {
    margin: 24px 0;
  }
}
@media (max-width: 767px) {
  .person {
    margin: 0 0 16px;
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.person_left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .person_left {
    gap: 16px;
  }
}
.person_left p {
  font-size: 26px;
  line-height: 145%;
}
@media (max-width: 767px) {
  .person_left p {
    font-size: 22px;
    line-height: 140%;
  }
}
.person_left ul {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.person_left ul li {
  font-size: 26px;
  font-weight: 400;
  line-height: 145%;
  display: flex;
  gap: var(--gap);
  align-items: flex-start;
}
@media (max-width: 991px) {
  .person_left ul li {
    font-size: 22px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .person_left ul li {
    font-size: 18px;
  }
}
.person_left ul li img {
  max-width: 38px;
}
@media (max-width: 991px) {
  .person_left ul li img {
    max-width: 32px;
  }
}
@media (max-width: 767px) {
  .person_left ul li img {
    max-width: 28px;
  }
}

.person_right {
  flex-shrink: 0;
  width: 358px;
}
.person_right img {
  width: 100%;
  border-radius: var(--radius);
}

.geo_1 {
  padding-top: 60px;
  padding-bottom: 100px;
  margin-bottom: 0;
  background: linear-gradient(180deg, #B8BDC7 0%, #FFF 100%);
}
@media (max-width: 991px) {
  .geo_1 {
    padding-top: 48px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .geo_1 {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}

.g1w_top {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .g1w_top {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .g1w_top {
    margin-bottom: 32px;
  }
}
.g1w_top img {
  max-width: 170px;
}
@media (max-width: 767px) {
  .g1w_top img {
    max-width: 150px;
  }
}

.g1w_header {
  margin-bottom: 10px;
}

.g1w_text1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .g1w_text1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .g1w_text1 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.g1w_text2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .g1w_text2 {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .g1w_text2 {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

.arsenal .g1w_text2 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .arsenal .g1w_text2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .arsenal .g1w_text2 {
    margin-bottom: 20px;
  }
}
.arsenal .g1w_text1 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .arsenal .g1w_text1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .arsenal .g1w_text1 {
    margin-bottom: 20px;
  }
}

.g1w_btn {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  align-items: center;
}
.g1w_btn p {
  font-size: 22px;
  text-align: center;
}
@media (max-width: 991px) {
  .g1w_btn p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .g1w_btn p {
    font-size: 16px;
  }
}

.geo1_1 {
  margin-bottom: var(--box-padding);
}

.g2_wrapper {
  padding: 50px var(--box-padding) var(--box-padding);
  border-radius: var(--radius);
  background: linear-gradient(0deg, #FFC844 0%, #FFE36B 100%);
}
@media (max-width: 991px) {
  .g2_wrapper {
    padding: var(--box-padding);
  }
}

.g2w_header {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .g2w_header {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .g2w_header {
    margin-bottom: 20px;
  }
}
.g2w_header h2 {
  text-align: center;
}

.g2w_text {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 155%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .g2w_text {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .g2w_text {
    /*margin-bottom: 20px;*/
    font-size: 18px;
    line-height: 135%;
  }
}

.g2w_btn {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  align-items: center;
}
.g2w_btn p {
  font-size: 22px;
  text-align: center;
}
@media (max-width: 991px) {
  .g2w_btn p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .g2w_btn p {
    font-size: 16px;
  }
}

.gb_cases {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: var(--box-padding);
}
@media (max-width: 991px) {
  .gb_cases {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .gb_cases {
    margin-top: 24px;
  }
}

.gbc_case {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}

.gbcc_element {
  padding: 16px 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  border-radius: 80px;
  background: linear-gradient(0deg, #FFC844 0%, #FFE36B 100%);
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 991px) {
  .gbcc_element {
    font-size: 18px;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .gbcc_element {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.gbcc_header {
  font-size: 32px;
  font-weight: 700;
  line-height: 145%;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .gbcc_header {
    font-size: 26px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .gbcc_header {
    font-size: 20px;
    line-height: 135%;
  }
}

.gbcc_img img {
  border-radius: 20px;
  border: 1px solid #DADADA;
  display: block;
  width: 100%;
}

.gb_cases_text {
  text-align: center;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 145%;
  opacity: 0.9;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .gb_cases_text {
    font-size: 22px;
    line-height: 140%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .gb_cases_text {
    font-size: 18px;
  }
}

.gbw_wrapper .swiper-container .swiper-wrapper .swiper-slide .gbww_cell img {
  width: 100%;
  border-radius: 20px;
}

.gbw_pagination {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .gbw_pagination {
    margin-top: 24px;
  }
}

.gbw_stop {
  display: flex;
  gap: 32px;
}
@media (max-width: 767px) {
  .gbw_stop {
    gap: 24px;
    flex-direction: column;
  }
}
.gbw_stop > * {
  width: 50%;
}
@media (max-width: 767px) {
  .gbw_stop > * {
    width: 100%;
  }
}

.gwbs_left .greybox,
.gwbs_right .greybox {
  padding: var(--padding);
  margin: 0;
  height: 100%;
}
.gwbs_left .greybox .greybox_top,
.gwbs_right .greybox .greybox_top {
  display: flex;
  align-items: flex-start;
  gap: var(--gap);
  font-size: 26px;
}
@media (max-width: 991px) {
  .gwbs_left .greybox .greybox_top,
  .gwbs_right .greybox .greybox_top {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .gwbs_left .greybox .greybox_top,
  .gwbs_right .greybox .greybox_top {
    font-size: 20px;
  }
}
.gwbs_left .greybox .greybox_top img,
.gwbs_right .greybox .greybox_top img {
  max-width: 38px;
}
@media (max-width: 991px) {
  .gwbs_left .greybox .greybox_top img,
  .gwbs_right .greybox .greybox_top img {
    max-width: 32px;
  }
}
@media (max-width: 767px) {
  .gwbs_left .greybox .greybox_top img,
  .gwbs_right .greybox .greybox_top img {
    max-width: 28px;
  }
}
.gwbs_left .greybox .greybox_list ul,
.gwbs_right .greybox .greybox_list ul {
  gap: 16px;
  margin: 0 0 0 40px;
}
@media (max-width: 991px) {
  .gwbs_left .greybox .greybox_list ul,
  .gwbs_right .greybox .greybox_list ul {
    margin: 0 0 0 24px;
  }
}
.gwbs_left .greybox .greybox_list ul li,
.gwbs_right .greybox .greybox_list ul li {
  display: list-item;
  font-size: 20px;
  font-weight: 400;
  line-height: 155%;
  list-style-type: disc;
}
@media (max-width: 991px) {
  .gwbs_left .greybox .greybox_list ul li,
  .gwbs_right .greybox .greybox_list ul li {
    font-size: 18px;
    line-height: 140%;
  }
}

.gbw_text {
  margin: 20px 0;
}
@media (max-width: 991px) {
  .gbw_text {
    margin: 0;
  }
}

.arsenal .gbw_text {
  margin-top: 0;
}
@media (max-width: 991px) {
  .arsenal .gbw_text {
    margin: 0;
  }
}

.gbw_btn {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  align-items: center;
}
.gbw_btn p {
  opacity: 0.9;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 991px) {
  .gbw_btn p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .gbw_btn p {
    font-size: 16px;
  }
}

.geo_arsenal_1 {
  background: #F1F2F4;
  padding: var(--block-padding) 0;
}

.arsenal_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .arsenal_list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    margin: 0 0 48px;
  }
}
@media (max-width: 767px) {
  .arsenal_list {
    grid-template-columns: 1fr;
    grid-gap: 16px;
    margin: 0 0 32px;
  }
}

.al_block {
  border-radius: var(--radius);
  border-top: 4px solid var(--yellow);
  background: var(--white);
  padding: var(--padding);
}
@media (max-width: 991px) {
  .al_block:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .al_block:last-child {
    grid-column: span 1;
  }
}

.alb_number {
  color: var(--yellow);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .alb_number {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .alb_number {
    font-size: 32px;
  }
}

.alb_header {
  font-size: 20px;
  font-weight: 700;
  line-height: 155%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .alb_header {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .alb_header {
    font-size: 16px;
  }
}

.alb_text {
  opacity: 0.9;
  font-size: 20px;
  font-weight: 400;
  line-height: 155%;
}
@media (max-width: 991px) {
  .alb_text {
    font-size: 18px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .alb_text {
    font-size: 16px;
  }
}

.yellow_frame_quote {
  padding: 121px 60px 60px;
  position: relative;
  border-radius: var(--radius);
  border: 4px solid var(--yellow);
}
.yellow_frame_quote:after {
  content: "";
  position: absolute;
  left: 60px;
  top: 60px;
  width: 54px;
  height: 41px;
  background: url("../img/quotes.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .yellow_frame_quote:after {
    left: 48px;
    top: 32px;
    width: 48px;
  }
}
@media (max-width: 767px) {
  .yellow_frame_quote:after {
    left: 32px;
    top: 20px;
    width: 40px;
  }
}
@media (max-width: 991px) {
  .yellow_frame_quote {
    padding: 80px 48px 48px;
  }
}
@media (max-width: 767px) {
  .yellow_frame_quote {
    padding: 60px 32px 32px;
  }
}
.yellow_frame_quote p {
  font-family: var(--font-family-2);
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 991px) {
  .yellow_frame_quote p {
    font-size: 28px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .yellow_frame_quote p {
    font-size: 26px;
  }
}

.g1w_tag {
  margin-bottom: 20px;
}
.g1w_tag span {
  display: inline-block;
  color: var(--black);
  background: var(--white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 80px;
  padding: 16px 24px;
}
@media (max-width: 991px) {
  .g1w_tag span {
    font-size: 20px;
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .g1w_tag span {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.master .g1w_header {
  margin-bottom: 30px;
}
.master .g1w_header h1 {
  font-size: 48px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .master .g1w_header h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .master .g1w_header h1 {
    font-size: 28px;
  }
}
.master .g1w_text2 {
  margin-bottom: 30px;
}
.master .greybox.master1 {
  background: var(--white);
  margin-bottom: var(--box-padding);
}
.master .greybox.master2 {
  background: var(--white);
  padding: 0;
}
@media (max-width: 767px) {
  .master .greybox.master2 {
    margin: 24px 0;
  }
}
.master .greybox.master3 {
  background: var(--white);
  margin: 0;
}
.master .greybox.master4 {
  background: transparent;
  margin: 0;
  padding: 0;
}
.master .greybox.master4 .m13_box {
  border-radius: var(--radius);
  background: var(--white);
  padding: var(--padding);
}
.master .greybox.master4 .m13_box .m13b_top {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.master .greybox.master4 .m13_box .m13b_top img {
  max-width: 38px;
}
.master .greybox.master4 .m13_box .m13b_top p {
  font-size: 26px;
  font-weight: 700;
  line-height: 145%;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .master .greybox.master4 .m13_box .m13b_top p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .master .greybox.master4 .m13_box .m13b_top p {
    font-size: 18px;
  }
}
.master .greybox.master4 .m13_box .m13b_bottom p {
  font-size: 26px;
  font-weight: 400;
  line-height: 145%;
}
@media (max-width: 991px) {
  .master .greybox.master4 .m13_box .m13b_bottom p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .master .greybox.master4 .m13_box .m13b_bottom p {
    font-size: 18px;
  }
}
.master .greybox.master4 .m13_box .m13b_bottom ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 0 40px;
}
@media (max-width: 767px) {
  .master .greybox.master4 .m13_box .m13b_bottom ul {
    margin-left: 24px;
    gap: 12px;
  }
}
.master .greybox.master4 .m13_box .m13b_bottom ul li {
  font-size: 26px;
  font-weight: 400;
  line-height: 145%;
  opacity: 0.9;
  list-style-type: disc;
  display: list-item;
}
@media (max-width: 991px) {
  .master .greybox.master4 .m13_box .m13b_bottom ul li {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .master .greybox.master4 .m13_box .m13b_bottom ul li {
    font-size: 18px;
  }
}
.master .greybox.master4 .m13_box .m13b_bottom ul li b {
  font-weight: 700;
}
.master .greybox.master4 .m13_box .m13b_bottom ul li ul {
  margin-top: 16px;
}
.master .greybox.master6 {
  padding: 0;
  margin: -20px 0 0;
  background: transparent;
}
.master .greybox.master6 .greybox_list ul {
  gap: 0;
  border-top: 1px solid #DADADA;
}
.master .greybox.master6 .greybox_list ul li {
  padding: 20px 0;
  border-bottom: 1px solid #DADADA;
}
.master .greybox.master7 {
  padding: 0;
  margin: 0 0 var(--box-padding);
  background: transparent;
}
.master .greybox.master7 .greybox_list {
  margin-top: 24px;
}
.master .greybox.master7 .greybox_list ul {
  gap: 30px;
}
@media (max-width: 767px) {
  .master .greybox.master7 .greybox_list ul {
    gap: 16px;
  }
}
.master .gbw_text p.bigtext {
  font-size: 32px;
  font-weight: 700;
  line-height: 145%;
  margin: var(--box-padding) 0 40px;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .master .gbw_text p.bigtext {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .master .gbw_text p.bigtext {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.master .g1w_btn.mt2 {
  margin-top: var(--box-padding);
}

.master_1_1 {
  background: var(--grey);
  padding-top: var(--block-padding);
  padding-bottom: var(--block-padding);
  margin: 0;
}

.master_1_2 {
  background: linear-gradient(0deg, #FFC844 0%, #FFE36B 100%);
  padding-top: var(--block-padding);
  padding-bottom: var(--block-padding);
  margin: 0;
}

.master_1_4 {
  background: var(--grey);
  padding-top: var(--block-padding);
  padding-bottom: var(--block-padding);
  margin: 0;
}

.master_1_5 {
  padding-top: var(--block-padding);
  padding-bottom: var(--block-padding);
  margin: 0;
}
.master_1_5 .gbw_header h2 span {
  color: var(--black);
  font-weight: 400;
}
.master_1_5 .gbw_text .person {
  margin: 0;
}
.master_1_5 .gbw_text .person_right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 991px) {
  .master_1_5 .gbw_text .person_right {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .master_1_5 .gbw_text .person_right {
    gap: 16px;
  }
}
.master_1_5 .gbw_text .person_right img {
  height: 297px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.master_1_5 .gbw_text .person_right .prd_name {
  font-size: 26px;
  font-weight: 700;
  line-height: 145%;
  margin-bottom: 10px;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .master_1_5 .gbw_text .person_right .prd_name {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .master_1_5 .gbw_text .person_right .prd_name {
    font-size: 20px;
  }
}
.master_1_5 .gbw_text .person_right .prd_position {
  font-size: 20px;
  font-weight: 400;
  line-height: 155%;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .master_1_5 .gbw_text .person_right .prd_position {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .master_1_5 .gbw_text .person_right .prd_position {
    font-size: 16px;
  }
}
.master_1_5 .bigtext {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 145%;
  margin: var(--box-padding) 0;
}
.master_1_5 .yellow_left_border {
  margin: 0 0 var(--box-padding);
}
.master_1_5 .yellow_left_border ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 0 40px;
}
@media (max-width: 991px) {
  .master_1_5 .yellow_left_border ul {
    margin: 0 0 0 24px;
  }
}
@media (max-width: 767px) {
  .master_1_5 .yellow_left_border ul {
    margin: 0 0 0 16px;
    gap: 12px;
  }
}
.master_1_5 .yellow_left_border ul li {
  font-size: 26px;
  font-weight: 400;
  line-height: 145%;
  opacity: 0.9;
  list-style-type: disc;
  display: list-item;
}
@media (max-width: 991px) {
  .master_1_5 .yellow_left_border ul li {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .master_1_5 .yellow_left_border ul li {
    font-size: 18px;
  }
}
.master_1_5 .yellow_left_border ul li b {
  font-weight: 700;
}

.master_1_6 {
  background: var(--grey);
  padding-top: var(--block-padding);
  padding-bottom: var(--block-padding);
  margin: 0;
}
.master_1_6 .text2 {
  margin-top: var(--box-padding);
}

.master_1_7 {
  background: var(--white);
  padding-top: var(--block-padding);
  padding-bottom: var(--block-padding);
  margin: 0;
}
.master_1_7 .g1w_btn {
  margin-top: var(--box-padding);
}

.fwt_tg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.fwt_tg p {
  color: #E9E9EA;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .fwt_tg p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fwt_tg p {
    font-size: 14px;
  }
}
.fwt_tg a img {
  max-width: 48px;
}

body.master.master_thanks {
  background: var(--grey);
}

.mthanks {
  padding-top: var(--block-padding);
  padding-bottom: var(--block-padding);
  margin: 0;
}
.mthanks .mc_title {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .mthanks .mc_title {
    padding-left: 0;
    padding-right: 0;
  }
}
.mthanks .container,
.mthanks .container-lg,
.mthanks .container-md,
.mthanks .container-sm,
.mthanks .container-xl,
.mthanks .container-xxl {
  max-width: 1136px;
}
.mthanks .mc_text {
  max-width: none;
}
.mthanks .mc_form {
  display: flex;
  justify-content: center;
}
.mthanks .mc_form a {
  max-width: 565px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

footer {
  width: 100%;
  padding: var(--box-padding) 0;
  background: #111216;
}
@media (min-width: 1400px) {
  footer .container, footer .container-lg, footer .container-md, footer .container-sm, footer .container-xl, footer .container-xxl {
    max-width: 1136px;
  }
}
.fw_top {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--box-padding);
}
@media (max-width: 767px) {
  .fw_top {
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.fwt_logo img {
  max-width: 182px;
}
@media (max-width: 767px) {
  .fwt_logo img {
    max-width: 150px;
  }
}

.fwt_phone {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 767px) {
  .fwt_phone {
    font-size: 26px;
  }
}
.fwt_phone a {
  color: var(--white);
  text-decoration-line: none;
}
.fwt_phone a:hover {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}

.fw_center {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .fw_center {
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
  }
}

.fwc_policy a {
  color: #E9E9EA;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
.fwc_policy a:hover {
  text-decoration-line: none;
}

.fwc_copyright {
  color: #E9E9EA;
}

.fw_bottom {
  color: #E9E9EA;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .fw_bottom {
    font-size: 16px;
  }
}

.modal-fullscreen .modal-body {
  overflow: unset;
}

.modal-content {
  background: rgba(0, 0, 0, 0.5);
  padding-right: 17px;
}
@media (max-width: 767px) {
  .modal-content {
    padding: 0;
  }
}

.modal-body {
  padding: 32px 0;
  flex: none;
}
@media (min-width: 1400px) {
  .modal-body .container {
    max-width: 1440px;
  }
}
@media (max-width: 1199px) {
  .modal-body {
    padding: 64px 0;
  }
}
@media (max-width: 1199px) {
  .modal-body {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .modal-body {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .modal-body .container {
    padding: 0 16px;
  }
}
.modal_content {
  position: relative;
  z-index: 1;
  padding: 100px var(--box-padding) 83px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1140px;
  background: var(--grey);
}
@media (max-width: 1199px) {
  .modal_content {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .modal_content {
    padding: 60px 32px 32px;
  }
}
@media (max-width: 767px) {
  .modal_content {
    width: 100%;
    padding: 48px 16px 16px;
  }
}

#thanks .modal_content {
  padding: 144px var(--padding);
}

.form_wrapper {
  margin: 0 auto;
  max-width: 552px;
  gap: 24px;
}
@media (max-width: 991px) {
  .form_wrapper {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .form_wrapper {
    gap: 12px;
  }
}

.mb_close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 48px;
  height: 48px;
  background: url("../img/close.svg") center no-repeat;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 1199px) {
  .mb_close {
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 991px) {
  .mb_close {
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .mb_close {
    width: 24px;
    height: 24px;
  }
}

.mc_title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 40px;
  padding: 0 150px;
}
@media (max-width: 991px) {
  .mc_title {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 16px;
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .mc_title {
    font-size: 24px;
    margin-bottom: 12px;
    padding: 0;
  }
}

.mc_text {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 145%;
  margin: 0 auto 40px;
  max-width: 880px;
  opacity: 0.9;
}
@media (max-width: 991px) {
  .mc_text {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .mc_text {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

#thanks .mc_text {
  margin: 0 auto var(--common-gap);
  max-width: 540px;
}/*# sourceMappingURL=styles.css.map */