@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("../fonts/Roboto-VariableFont_wdth,wght.woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-VariableFont_wght.woff2");
}
@font-face {
  font-display: swap;
  font-family: "IBM Plex Serif";
  src: url("../fonts/IBMPlexSerif-Italic.woff2");
}
:root {
  --black-blue: #2E3744;
  --grey: #FCFCFC;
  --light-grey: #E9EBED;
  --white: #fff;
  --red: #FF0A0A;
  --pink: #FFE5E5;
  --light-green: #E2FFE0;
  --yellow: #F6C42C;
  --black: #17171A;
  --font-family-1: "Roboto", Arial, sans-serif;
  --font-family-2: "Roboto Condensed", Arial, sans-serif;
  --font-family-3: "IBM Plex Serif", Arial, sans-serif;
  --radius: 20px;
  --common-gap: 32px;
  --padding: 120px;
  --box-padding: 40px;
  --bs-gutter-x: 1rem;
}

.row {
  --bs-gutter-x: 2rem;
}

@media (max-width: 991px) {
  :root {
    --common-gap: 24px;
    --padding: 80px;
    --box-padding: 24px;
  }
}
@media (max-width: 767px) {
  :root {
    --common-gap: 16px;
    /*--padding: 80px;*/
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
  }
}
/*
@media (max-width: 767px) {
	.container {
		padding-right: 12px;
		padding-left: 12px;

		.row {
			margin-right: -12px;
			margin-left: -12px;

			.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;
  /*color: var(--color-font-grey);*/
}
a:hover {
  /*text-decoration: none;		
  color: var(--color-font-grey);*/
}
a:active, a:hover, a:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
  font-style: normal;
  font-weight: 700;
  color: var(--black-blue);
  font-family: var(--font-family-2);
  text-transform: uppercase;
  line-height: 120%;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span {
  font-style: italic;
}

h1, .h1 {
  font-size: 56px;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    /*font-size: 32px;*/
  }
}

h2, .h2 {
  text-align: center;
  font-size: 40px;
}
h2 span, .h2 span {
  font-style: italic;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 32px;
    letter-spacing: normal;
  }
}

h3, .h3 {
  font-size: 22px;
}

button,
.btn {
  border: none;
  outline: none;
  display: inline-block;
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  padding: 22px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border 0.2s ease-in-out;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #787887;
  border-radius: 10px;
  background: linear-gradient(319deg, #484851 -1.9%, rgba(72, 72, 81, 0) 17.34%, #484851 87.36%), #17171A;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}
button:hover,
.btn:hover {
  color: var(--black-blue);
  border: 1px solid #FFECB2;
  background: linear-gradient(319deg, #FAE08E -1.9%, rgba(252, 238, 192, 0) 17.34%, #FCEEC0 87.36%), #F6C42C;
  background-blend-mode: soft-light, normal;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 16px 0 rgba(246, 196, 44, 0.32);
}
button:focus,
.btn:focus {
  outline: none;
}
@media (max-width: 991px) {
  button,
  .btn {
    font-size: 18px;
    padding: 16px 40px;
  }
}
@media (max-width: 767px) {
  button,
  .btn {
    padding: 23px;
    font-size: 22px;
  }
}

button.type2,
.btn.type2 {
  color: var(--black-blue);
  border: 1px solid #FFECB2;
  background: linear-gradient(319deg, #FAE08E -1.9%, rgba(252, 238, 192, 0) 17.34%, #FCEEC0 87.36%), #F6C42C;
  background-blend-mode: soft-light, normal;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 16px 0 rgba(246, 196, 44, 0.32);
}
button.type2:hover,
.btn.type2:hover {
  color: var(--white);
  border: 1px solid #787887;
  background: linear-gradient(319deg, #484851 -1.9%, rgba(72, 72, 81, 0) 17.34%, #484851 87.36%), #17171A;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  background-blend-mode: normal;
}

button.type3,
.btn.type3 {
  color: var(--white);
  border: 0.5px solid #8934AD;
  background: linear-gradient(98deg, #251B3A 6.85%, #AF62D0 40.38%, #8934AD 68.83%, #251B3A 95.28%, #251B3A 99.31%);
  box-shadow: 0 0 10px 0 #AF62D0 inset, 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
button.type3:hover,
.btn.type3:hover {
  border: 0.5px solid var(--yellow);
  background: linear-gradient(95deg, #960 -3.99%, #C80 7.18%, #FFD600 27.12%, #FFDE33 64.71%, #C80 95.13%, #960 115.67%);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 #FFE666 inset;
}

.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: 18px;
  line-height: 150%;
  font-weight: 400;
  color: var(--black-blue);
  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;
}

body.mm_active {
  overflow: hidden;
}

/*
body.active, 
body.search,
body.filter {
	overflow: hidden;
}

body.filter:after {

}
*/
main > div {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

.block_header {
  margin: 0 auto 60px;
  max-width: 800px;
}
@media (max-width: 991px) {
  .block_header {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .block_header {
    margin-bottom: 32px;
  }
}

.block_preheader {
  text-align: center;
  margin-bottom: 24px;
}
.block_preheader span {
  display: inline-block;
  color: var(--black-blue);
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  padding: 8px 24px;
  border-radius: 30px;
  border: 1px solid var(--yellow);
}

.block_header_text {
  color: var(--black-blue);
  margin: 24px auto 0;
  max-width: 650px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .block_header_text {
    font-size: 18px;
    line-height: 130%;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .block_header_text {
    margin-top: 16px;
    font-size: 18px;
    line-height: 130%;
  }
}

.block_footer {
  text-align: center;
  margin-top: 60px;
}

form {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  form {
    flex-direction: column;
  }
}

.form_row {
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .form_row {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .form_row {
    /*width: 100%;*/
  }
}

.fr_wrapper {
  margin: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 991px) {
  .fr_wrapper {
    margin: 4px 0;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .fr_wrapper {
    margin: 0 0 4px;
  }
}
.fr_wrapper label {
  position: relative;
}
.fr_wrapper label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  opacity: 0;
}
.fr_wrapper label input:checked + span.fr_box:after {
  display: block;
}
.fr_wrapper label span.fr_box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 33px;
  position: relative;
}
.fr_wrapper label span.fr_box:before, .fr_wrapper label span.fr_box:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  display: block;
}
.fr_wrapper label span.fr_box:before {
  left: 0;
  top: 2px;
  width: 23px;
  height: 23px;
  background: var(--grey);
  border: 1px solid #ccc;
}
.fr_wrapper label span.fr_box:after {
  left: 7px;
  top: 9px;
  width: 9px;
  height: 9px;
  background: var(--yellow);
  display: none;
}
.fr_wrapper label span.fr_box span {
  color: var(--black-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .fr_wrapper label span.fr_box span {
    font-size: 16px;
    line-height: 140%;
  }
}
.fr_wrapper label span.fr_box img {
  width: 29px;
}

.fr_notice_wrapper {
  margin-top: -8px;
}
.fr_notice_wrapper label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.fr_notice_wrapper label input {
  border: 1px solid var(--black-blue);
  border-radius: 3px;
  margin-top: 4px;
}
.fr_notice_wrapper label span.fr_notice {
  color: var(--black-blue);
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}
.fr_notice_wrapper label span.fr_notice a {
  color: var(--black-blue);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.fr_notice_wrapper label span.fr_notice a:hover {
  text-decoration: none;
}

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);
  padding: 18.5px 24px;
  border: none;
  outline: none;
  color: var(--black-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
textarea::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder {
  color: #808080;
  opacity: 1;
}
@media (max-width: 991px) {
  textarea,
  input[type=text],
  input[type=tel],
  input[type=email] {
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  textarea,
  input[type=text],
  input[type=tel],
  input[type=email] {
    padding: 18.5px 24px;
  }
}

.modal textarea,
.modal input[type=text],
.modal input[type=tel],
.modal input[type=email] {
  box-shadow: none;
  border: 0.5px solid rgba(94, 94, 94, 0.3);
}

/*
input[type='submit'].btn {
	padding: 24px;
	width: 100%;

	@include _991 {
		padding: 16px 20px;
	}
}
*/
label {
  display: flex;
  align-items: center;
  gap: 8px;
}
label span {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.064px;
}

/*
button[type='submit']:not(.btn) {	
	margin-top: 16px;
	padding: 13px;
	width: 100%;
	color: var(--white);	
	font-size: 16px;	
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.064px;
	border-radius: 200px;
	background: var(--black);	

	@include _991 {
		margin-top: 8px;
	}

	span {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;

		&:after {
			content: '';
			display: block;
			width: 20px;
			height: 20px;			
			background-size: contain;
		}
	}

}
*/
.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: 16px;
  position: relative;
}
.swiper-pagination.swiper-pagination-bullets:not(:has(.swiper-pagination-bullet:only-child)) {
  height: 16px;
}
@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: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #5E5E5E;
  opacity: 0.3;
  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-size: contain;
  width: 16px;
  height: 16px;
  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 !important;
  }
}

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

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 122px;
  z-index: 1;
}
header.shadow {
  /*border-bottom: 1px solid #A9A9A9;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, .25);*/
}
@media (max-width: 767px) {
  header {
    height: 81px;
  }
}

.header_wrapper {
  display: flex;
  justify-content: space-between;
  gap: var(--common-gap);
}
.hw_left {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .hw_left {
    margin-top: 16px;
  }
}
.hw_left a img {
  width: 262px;
}
@media (max-width: 991px) {
  .hw_left a img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .hw_left a img {
    width: 168px;
  }
}
.hw_wrapper {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  gap: var(--common-gap);
}
@media (max-width: 991px) {
  .hw_wrapper {
    pointer-events: none;
    position: fixed;
    right: -50%;
    opacity: 0;
    top: 0;
    width: 50%;
    height: 100vh;
    background: var(--white);
    padding: var(--common-gap);
    flex-direction: column;
    box-shadow: 0 0 8px 4px rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  .hw_wrapper {
    right: -66%;
    width: 66%;
  }
}

.mm_active .hw_wrapper {
  right: 0;
  opacity: 1;
  pointer-events: all;
  transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

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

.hw_center {
  margin-top: 45px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .hw_center {
    margin: 0;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.hw_center ul {
  display: flex;
  /*align-items: center;*/
  gap: 24px;
}
@media (max-width: 991px) {
  .hw_center ul {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .hw_center ul {
    gap: 16px;
  }
}
.hw_center ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.16px;
  position: relative;
}
.hw_center ul li a {
  color: var(--white);
  text-decoration: none;
}
@media (max-width: 991px) {
  .hw_center ul li a {
    color: var(--black);
  }
}
.hw_center ul li a:hover {
  text-decoration: underline;
}
.hw_center ul li:has(ul) > a {
  display: flex;
  gap: 4px;
  align-items: center;
}
.hw_center ul li:has(ul) > a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/dd_arrow_sign.svg") center no-repeat;
  background-size: contain;
}
.hw_center ul li:hover > ul {
  pointer-events: all;
  opacity: 1;
  top: 22px;
}
.hw_center ul li ul {
  transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: -16px;
  top: 0;
  min-width: 200px;
  padding: 16px;
  background: var(--white);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 991px) {
  .hw_center ul li ul {
    pointer-events: all;
    opacity: 1;
    top: 22px;
    position: static;
    min-width: 1px;
    padding: 16px 16px 0 16px;
    gap: 12px;
  }
}
.hw_center ul li ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.16px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .hw_center ul li ul li {
    white-space: normal;
  }
}
.hw_center ul li ul li a {
  color: var(--black);
}
.hw_right {
  padding: 24px 16px 20px 16px;
  background: var(--white);
  border-radius: 0 0 16px 16px;
  border-right: 0.5px solid var(--white);
  border-bottom: 0.5px solid var(--white);
  border-left: 0.5px solid var(--white);
  background: var(--white);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media (max-width: 991px) {
  .hw_right {
    padding: 16px 12px 16px 12px;
  }
}
.hwt_top {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.048px;
}
.hwt_top a {
  padding-left: 18px;
  position: relative;
  color: var(--grey);
  text-decoration: none;
}
.hwt_top a:hover {
  text-decoration: underline;
}
.hwt_top a:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 6px;
  height: 6px;
  background: url("../img/green_point.svg") center no-repeat;
  background-size: contain;
}

.hwt_bottom {
  font-size: 20px;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: -0.08px;
}
.hwt_bottom a {
  color: var(--black);
  text-decoration: none;
}
.hwt_bottom a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.mm_trigger {
  display: none;
}
@media (max-width: 991px) {
  .mm_trigger {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    width: 32px;
    height: 24px;
    justify-content: space-between;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .mm_trigger {
    margin-top: 16px;
  }
}
.mm_trigger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
}

.thanks_page .page_wrapper {
  height: 100%;
}

main {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
.ai_1 {
  padding: 0;
  background: var(--black) url("../img/main_bg.jpg") center top no-repeat;
  background-size: auto 100%;
}
@media (max-width: 991px) {
  .ai_1 {
    background-position: 30% top;
  }
}
@media (max-width: 767px) {
  .ai_1 {
    background-image: url("../img/main_bg_mob.jpg");
    background-position: left 30% bottom 88px;
    background-size: auto;
  }
}
.ai_1 .container {
  padding-top: var(--box-padding);
  padding-bottom: 89px;
  position: relative;
}
@media (max-width: 767px) {
  .ai_1 .container {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}
.ai_1 .container:after {
  content: "";
  position: absolute;
  left: 98%;
  top: 0;
  height: 100%;
  width: 167px;
  background: url("../img/main_text.svg") center no-repeat;
  background-size: contain;
  transition: left 0.2s ease-in-out;
}
@media (max-width: 1489px) {
  .ai_1 .container:after {
    left: 90%;
  }
}
@media (max-width: 1289px) {
  .ai_1 .container:after {
    left: 85%;
  }
}
@media (max-width: 1199px) {
  .ai_1 .container:after {
    left: calc(100% - 100px);
  }
}
@media (max-width: 1139px) {
  .ai_1 .container:after {
    display: none;
  }
}
.ai_1 .col-12 {
  position: relative;
}

.ai1_logo {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .ai1_logo {
    margin-bottom: 23px;
  }
}
.ai1_logo img {
  width: 100%;
  max-width: 170px;
}

.ai1_header {
  display: flex;
  flex-direction: column;
  gap: var(--common-gap);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .ai1_header {
    margin-top: 16px;
    margin-bottom: 12px;
  }
}
.ai1_header h1 {
  display: flex;
  flex-direction: column;
}
.ai1_header h1 span {
  display: block;
  background: linear-gradient(180deg, #F6C42C -3.3%, #FFF 123.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai1_text {
  color: var(--grey);
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: var(--common-gap);
  max-width: 600px;
}
@media (max-width: 991px) {
  .ai1_text {
    font-size: 18px;
    max-width: 540px;
  }
}
@media (max-width: 767px) {
  .ai1_text {
    font-size: 16px;
    max-width: 215px;
    margin-bottom: 24px;
  }
}

.ai1_list {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ai1_list {
    margin-bottom: 32px;
  }
}
.ai1_list ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 767px) {
  .ai1_list ul {
    gap: 8px;
    max-width: 220px;
  }
}
.ai1_list ul li {
  display: flex;
  align-items: center;
}
.ai1_list ul li img {
  width: 80px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ai1_list ul li img {
    width: 40px;
  }
}
.ai1_list ul li span {
  color: var(--grey);
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .ai1_list ul li span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ai1_list ul li span {
    font-size: 14px;
    line-height: 120%;
  }
}

.ai1_buttons > * {
  display: flex;
  align-items: flex-end;
}
.ai1b_box {
  padding: 19px 16px 19px 76px;
  color: var(--grey);
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  border-radius: 10px;
  border: 0.5px solid var(--light-grey);
  background: rgba(46, 55, 68, 0.4) url("../img/main_icon_ok.svg") 16px center no-repeat;
  background-size: 48px auto;
  min-height: 48px;
  max-width: 390px;
}
@media (max-width: 991px) {
  .ai1b_box {
    padding: 8px 16px 8px 76px;
    font-size: 14px;
    line-height: 130%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .ai1b_box {
    padding: 12px 12px 12px 44px;
    font-size: 10px;
    line-height: 120%;
    background-size: 24px auto;
    background-position: 12px center;
    max-width: 260px;
  }
}

.ai_2 {
  background: var(--grey);
}

.ai2_data {
  margin-bottom: var(--common-gap);
}
@media (max-width: 767px) {
  .ai2d_person {
    margin-bottom: 32px;
  }
}

.ai2dp_img {
  text-align: center;
  margin-bottom: var(--common-gap);
}
@media (max-width: 767px) {
  .ai2dp_img {
    margin-bottom: 24px;
  }
}
.ai2dp_img img {
  width: 100%;
  max-width: 209px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .ai2dp_img img {
    max-width: 120px;
  }
}

.ai2dp_name {
  color: var(--black-blue);
  text-align: center;
  font-family: var(--font-family-2);
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ai2dp_data {
  color: var(--black-blue);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.ai2d_quote {
  padding: 132px var(--box-padding) var(--box-padding);
  border-radius: var(--radius);
  background: var(--white) url("../img/quotes.svg") var(--box-padding) var(--box-padding) no-repeat;
  background-size: 91px auto;
  box-shadow: 0 0 var(--box-padding) 0 rgba(46, 55, 68, 0.08);
  height: 100%;
  display: flex;
  align-items: flex-end;
  color: var(--black-blue);
  font-family: var(--font-family-3);
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .ai2d_quote {
    padding-top: 100px;
    font-size: 18px;
    background-size: 80px auto;
  }
}

.ai2_achievements {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .ai2_achievements {
    --bs-gutter-x: 1.25rem;
  }
}
.ai2_achievements > * {
  margin-bottom: var(--common-gap);
}

.ai2a_box {
  padding: 75px var(--box-padding) var(--box-padding);
  border-radius: var(--radius);
  background: var(--white) url("../img/ok_big.png") var(--box-padding) var(--box-padding) no-repeat;
  background-size: 18px auto;
  box-shadow: 0 0 var(--box-padding) 0 rgba(46, 55, 68, 0.08);
  color: var(--black-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  height: 100%;
}
@media (max-width: 991px) {
  .ai2a_box {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .ai2a_box {
    padding-top: 64px;
  }
}

.ai2_press {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: calc(var(--common-gap) / -4);
  margin-right: calc(var(--common-gap) / -4);
  margin-bottom: calc(var(--common-gap) / -2);
}

.ai2p_cell {
  width: 25%;
  padding-left: calc(var(--common-gap) / 4);
  padding-right: calc(var(--common-gap) / 4);
  margin-bottom: calc(var(--common-gap) / 2);
}
@media (max-width: 767px) {
  .ai2p_cell {
    width: 50%;
  }
}
.ai2p_cell img {
  width: 100%;
  border-radius: 10px;
  border: 0.5px solid var(--light-grey);
  background: var(--white);
}

.ai_3 {
  background: var(--light-grey);
}

@media (max-width: 767px) {
  .ai3_wrapper {
    flex-direction: column-reverse;
    gap: 32px;
  }
}

.ai3w_shell {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ai3ws_box {
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 0 var(--box-padding) 0 rgba(46, 55, 68, 0.08);
  padding: var(--box-padding);
}

.ai3wsb_caption {
  color: var(--black-blue);
  font-family: var(--font-family-2);
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ai3wsb_text {
  color: var(--black-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: var(--common-gap);
}
@media (max-width: 991px) {
  .ai3wsb_text {
    font-size: 16px;
    line-height: 140%;
  }
}

.ai3wsb_result {
  border-radius: 10px;
  background: var(--pink);
  color: var(--red);
  text-align: center;
  font-family: var(--font-family-3);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  padding: calc(var(--box-padding) / 2);
}
@media (max-width: 991px) {
  .ai3wsb_result {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .ai3wsb_result {
    font-size: 18px;
    line-height: 150%;
  }
}

.ai3w_img img {
  width: 100%;
}

.ai_4 .block_footer {
  margin-top: 48px;
}

.ai4_wrapper {
  padding-top: 48px;
}
@media (max-width: 991px) {
  .ai4_wrapper {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .ai4_wrapper {
    gap: 32px;
  }
}
.ai4_wrapper > *:nth-child(1) .ai4w_box .ai4wb_img:after {
  left: 114px;
  bottom: 8px;
  width: 511px;
  height: 160px;
  background-image: url("../img/tech_elem_1.svg");
}
@media (max-width: 991px) {
  .ai4_wrapper > *:nth-child(1) .ai4w_box .ai4wb_img:after {
    bottom: -6px;
    width: 218px;
  }
}
@media (max-width: 767px) {
  .ai4_wrapper > *:nth-child(1) .ai4w_box .ai4wb_img:after {
    display: none;
  }
}
.ai4_wrapper > *:nth-child(2) {
  margin-top: 120px;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .ai4_wrapper > *:nth-child(2) {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ai4_wrapper > *:nth-child(2) {
    margin: 0;
  }
}
.ai4_wrapper > *:nth-child(2) .ai4w_box .ai4wb_img:after {
  left: -407px;
  bottom: -203px;
  width: 467px;
  height: 196px;
  background-image: url("../img/tech_elem_2.svg");
}
@media (max-width: 991px) {
  .ai4_wrapper > *:nth-child(2) .ai4w_box .ai4wb_img:after {
    left: -242px;
    bottom: -250px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .ai4_wrapper > *:nth-child(2) .ai4w_box .ai4wb_img:after {
    display: none;
  }
}
.ai4_wrapper > *:nth-child(4) {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .ai4_wrapper > *:nth-child(4) {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .ai4_wrapper > *:nth-child(4) {
    margin: 0;
  }
}
.ai4_wrapper > *:nth-child(4) .ai4w_box .ai4wb_img:after {
  left: -516px;
  bottom: -190px;
  width: 554px;
  height: 178px;
  background-image: url("../img/tech_elem_3.svg");
}
@media (max-width: 991px) {
  .ai4_wrapper > *:nth-child(4) .ai4w_box .ai4wb_img:after {
    left: -345px;
    bottom: -150px;
    width: 340px;
  }
}
@media (max-width: 767px) {
  .ai4_wrapper > *:nth-child(4) .ai4w_box .ai4wb_img:after {
    display: none;
  }
}

.ai4wb_img {
  margin-bottom: 16px;
  position: relative;
}
.ai4wb_img:after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.ai4wb_img img {
  width: 120px;
}
.ai4wb_img span {
  position: absolute;
  left: 90px;
  bottom: 8px;
  color: transparent;
  font-family: var(--font-family-2);
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.28px;
  text-transform: uppercase;
  background: linear-gradient(#FFFFFF, #2E3744);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai4wb_caption {
  color: var(--black-blue);
  font-family: var(--font-family-2);
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.ai4wb_text {
  color: var(--black-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  z-index: 1;
}

.ai4f_wrapper {
  padding: calc(var(--box-padding) * 1.5) var(--box-padding);
  border-radius: var(--radius);
  background: url("../img/yellow_bg_1.jpg") center no-repeat;
  background-size: cover;
  box-shadow: 0 0 var(--box-padding) 0 rgba(46, 55, 68, 0.08);
}
@media (max-width: 767px) {
  .ai4f_wrapper {
    padding: 24px;
  }
}

.ai4fw_caption {
  color: var(--black-blue);
  text-align: center;
  font-family: var(--font-family-2);
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 942px;
  margin: 0 auto 48px;
}
@media (max-width: 767px) {
  .ai4fw_caption {
    font-size: 26px;
    margin-bottom: 32px;
  }
}

.ai4fw_btn > * {
  max-width: 444px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.ai_5 {
  padding-top: 0;
}

.ai5_wrapper {
  margin-bottom: calc(var(--common-gap) * -1);
}
.ai5w_box {
  margin-top: 100px;
  margin-bottom: var(--common-gap);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 0 var(--box-padding) 0 rgba(46, 55, 68, 0.08);
  padding: calc(var(--box-padding) * 1.5) var(--box-padding) var(--box-padding);
}
@media (max-width: 991px) {
  .ai5w_box {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .ai5w_box {
    margin-top: 116px;
  }
}

.ai5wb_img {
  position: relative;
  margin-bottom: 10px;
}
.ai5wb_img img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 170px;
}
@media (max-width: 767px) {
  .ai5wb_img img {
    width: 162px;
    left: 50%;
    margin-left: -81px;
  }
}

.ai5wb_caption {
  color: var(--black-blue);
  font-family: var(--font-family-2);
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ai5wb_text {
  color: var(--black-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}

.ai5wb_list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ai5wb_list ul li {
  color: var(--black-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 26px;
  background: url("../img/ok_big.png") left 2px no-repeat;
  background-size: 18px auto;
}

.ai_6,
.ai_10 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.ai_6 .block_header h2,
.ai_10 .block_header h2 {
  text-align: left;
}
.ai_6 .block_header .block_header_text,
.ai_10 .block_header .block_header_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
.ai_6 {
  background-image: url("../img/yellow_bg_2.jpg");
}
@media (max-width: 767px) {
  .ai_6 {
    padding-top: 60px;
    padding-bottom: 16px;
    background-image: url("../img/yellow_bg_2_mob.jpg");
    background-size: cover;
  }
}
.ai_6 .block_footer {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .ai_6 .block_footer {
    margin-top: 383px;
  }
  .ai_6 .block_footer > * {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.ai7_img {
  margin-bottom: var(--common-gap);
}
@media (max-width: 767px) {
  .ai7_img {
    margin-bottom: 32px;
    height: 180px;
  }
}
.ai7_img img {
  border-radius: var(--radius);
  background: #C4C4C2;
  width: 100%;
}
@media (max-width: 767px) {
  .ai7_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 991px) {
  .ai7_wrapper {
    margin-bottom: -24px;
  }
}

.ai7w_box {
  color: var(--black-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  padding-top: 56px;
  background: url("../img/ok_big.png") left 2px no-repeat;
  background-size: 32px auto;
}
@media (max-width: 991px) {
  .ai7w_box {
    padding-top: 48px;
    margin-bottom: 24px;
  }
}
.ai7w_box span {
  font-weight: 700;
}

.ai_8 {
  background: var(--light-grey);
}
@media (max-width: 767px) {
  .ai_8 .block_header_text {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .ai_8.case_2 .block_body .ai8_info {
    flex-direction: column-reverse;
  }
}

.ai8_info {
  margin-bottom: var(--common-gap);
}
@media (max-width: 991px) {
  .ai8_info {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .ai8_info {
    gap: 32px;
  }
}

.ai8w_person {
  display: flex;
  flex-direction: column;
  gap: var(--common-gap);
}
@media (max-width: 767px) {
  .ai8w_person {
    gap: 32px;
  }
}

.ai8wp_img {
  flex-grow: 1;
}
@media (max-width: 991px) {
  .ai8wp_img {
    height: 540px;
  }
}
@media (max-width: 767px) {
  .ai8wp_img {
    height: 365px;
  }
}
.ai8wp_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  border-radius: var(--radius);
}

.ai8wpd_name {
  color: var(--black-blue);
  font-family: var(--font-family-2);
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .ai8wpd_name {
    margin-bottom: 8px;
  }
}

.ai8wpd_position {
  color: var(--black-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.ai8w_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--common-gap);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 0 var(--box-padding) 0 rgba(46, 55, 68, 0.08);
  padding: var(--box-padding);
  height: 100%;
}
@media (max-width: 767px) {
  .ai8w_info {
    gap: 24px;
  }
}

.ai8wi_box.result_box {
  border-radius: 10px;
  background: var(--light-green);
  padding: calc(var(--box-padding) / 2);
}
@media (max-width: 767px) {
  .ai8wi_box.result_box {
    padding: 16px;
  }
}
.ai8wi_box.result_box .ai8wib_caption {
  margin-bottom: 8px;
}

.ai8wib_caption {
  color: var(--black-blue);
  font-family: var(--font-family-2);
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ai8wib_data ul {
  margin: 0 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ai8wib_data p,
.ai8wib_data ul li {
  color: var(--black-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.ai8wib_data ul li {
  list-style-type: disc;
}

.ai8_result {
  padding: 116px var(--box-padding) var(--box-padding);
  background: var(--white) url("../img/quotes.svg") var(--box-padding) var(--box-padding) no-repeat;
  background-size: 91px auto;
  border-radius: var(--radius);
  box-shadow: 0 0 var(--box-padding) 0 rgba(46, 55, 68, 0.08);
}
@media (max-width: 991px) {
  .ai8_result {
    padding-top: 90px;
    background-size: 80px auto;
  }
}
@media (max-width: 767px) {
  .ai8_result {
    padding-top: 100px;
    background-size: 90px auto;
    padding-top: 100px;
  }
}

.ai8r_quote {
  color: var(--black-blue);
  font-family: var(--font-family-3);
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: var(--common-gap);
}
@media (max-width: 991px) {
  .ai8r_quote {
    font-size: 20px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .ai8r_quote {
    font-size: 18px;
    line-height: 150%;
  }
}

.ai8r_wrapper {
  display: flex;
  gap: calc(var(--common-gap) * 1.5);
}
@media (max-width: 767px) {
  .ai8r_wrapper {
    flex-direction: column;
    gap: 48px;
  }
}

.ai8rw_block {
  color: var(--black-blue);
  padding-top: 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  background: url("../img/ok_big.png") left 2px no-repeat;
  background-size: 18px auto;
}
@media (max-width: 991px) {
  .ai8rw_block {
    font-size: 16px;
    line-height: 140%;
  }
}
.ai8rw_block:last-child:after {
  display: none;
}
.ai8rw_block:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--common-gap) / -1.5);
  width: 1px;
  height: 100%;
  background: var(--light-grey);
}
@media (max-width: 767px) {
  .ai8rw_block:after {
    top: auto;
    bottom: -24px;
    right: 0;
    width: 100%;
    height: 1px;
  }
}

.ai9_wrapper .swiper-container .swiper-wrapper {
  margin-bottom: calc(var(--box-padding) * 1.5);
}
.ai9_wrapper .swiper-container .swiper-wrapper .swiper-slide {
  width: 33.333333%;
  height: auto;
  margin-right: var(--common-gap);
}
.ai9_wrapper .swiper-container .swiper-scrollbar {
  position: static;
  height: 8px;
  border-radius: 10px;
  width: 100%;
  background: var(--light-grey);
}
.ai9_wrapper .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 10px;
  background: var(--yellow);
}

.ai9w_cell {
  border-radius: var(--radius);
  background: var(--white);
  padding: var(--box-padding);
  box-shadow: 0 0 var(--box-padding) 0 rgba(46, 55, 68, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(var(--common-gap) / 2);
}
@media (max-width: 767px) {
  .ai9w_cell {
    gap: 16px;
  }
}

.ai9wc_header {
  color: var(--black-blue);
  font-family: var(--font-family-2);
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.ai9wc_body {
  display: flex;
  flex-direction: column;
  gap: calc(var(--common-gap) / 2);
  flex-grow: 1;
}

.ai9wcb {
  background: var(--light-green);
  border-radius: 10px;
  padding: calc(var(--box-padding) / 2);
}
@media (max-width: 767px) {
  .ai9wcb {
    padding: 20px;
  }
}
.ai9wcb:last-child {
  flex-grow: 1;
  background: var(--pink);
}

.ai9wcb_header {
  color: var(--black-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}

.ai9wcb_body {
  color: var(--black-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.ai_10 {
  background-image: url("../img/yellow_bg_3.jpg");
}
@media (max-width: 991px) {
  .ai_10 {
    background-size: cover;
    background-position: 30% top;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .ai_10 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("../img/yellow_bg_3_mob.jpg");
    background-size: cover;
  }
  .ai_10 .block_header {
    margin-bottom: 229px;
  }
  .ai_10 .block_header .block_header_text {
    font-size: 22px;
    line-height: 150%;
  }
}

.ai_11 .block_header {
  max-width: none;
  margin-bottom: 32px;
}
.ai_11 .block_header h2 {
  text-align: left;
}

.seo_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.seo_text h3 {
  margin-top: 8px;
}
.seo_text p,
.seo_text ol li,
.seo_text ul li {
  color: var(--black-blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  .seo_text p,
  .seo_text ol li,
  .seo_text ul li {
    font-size: 16px;
    line-height: 140%;
  }
}
.seo_text ol, .seo_text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 0 22px;
}
.seo_text ol li {
  list-style-type: decimal;
}
.seo_text ul li {
  list-style-type: disc;
}

footer {
  padding: 60px 0 41px;
  background: var(--black);
}
@media (max-width: 991px) {
  footer {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 32px 0;
  }
}

.f_wrapper {
  /*display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--common-gap);*/
}
.f_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fw_top,
.fw_middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--common-gap);
}
@media (max-width: 767px) {
  .fw_top,
  .fw_middle {
    flex-direction: column;
    align-items: flex-start;
  }
}

.fw_top {
  margin-bottom: 60px;
  gap: 32px;
}
@media (max-width: 767px) {
  .fw_top {
    margin-bottom: 0;
  }
}

.fwt_logo img {
  max-width: 182px;
}

.fwt_phone a {
  color: var(--grey);
  font-family: var(--font-family-2);
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}
.fwt_phone a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.fwt_phone a span {
  font-weight: 400;
}

.fwm_link,
.fwm_copyright,
.cookie_notice {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: var(--grey);
}
@media (max-width: 991px) {
  .fwm_link,
  .fwm_copyright,
  .cookie_notice {
    font-size: 16px;
  }
}
.fwm_link a,
.fwm_copyright a,
.cookie_notice a {
  color: var(--grey);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.fwm_link a:hover,
.fwm_copyright a:hover,
.cookie_notice a:hover {
  text-decoration: none;
}

.cookie_notice {
  color: #808080;
}

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

.modal-content {
  background: var(--grey-bg);
  /*padding-right: 17px;*/
}
@media (max-width: 767px) {
  .modal-content {
    padding: 0;
  }
}

.modal-body {
  padding: var(--common-gap) 0;
  flex: none;
  /*@include _1199 {
  	padding: 64px 0;
  }

  @include _1199 {
  	padding: 48px 0;
  }

  @include _767 {
  	padding: 16px 0;
  }*/
}
@media (min-width: 1400px) {
  .modal-body .container {
    max-width: 1440px;
  }
}
.modal_content {
  position: relative;
  z-index: 1;
  padding: 69px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1440px;
  background: var(--light-grey);
}
@media (max-width: 991px) {
  .modal_content {
    padding: 48px;
  }
}
.modal_content form {
  margin: 0 auto;
  max-width: 552px;
}

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

.mb_close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 48px;
  height: 48px;
  background: url("../img/close_icon.svg") center no-repeat;
  background-size: contain;
  z-index: 2;
}
@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 {
  color: var(--black-blue);
  text-align: center;
  font-family: var(--font-family-2);
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .mc_title {
    margin-bottom: 16px;
  }
}
.mc_text {
  color: var(--black-blue);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto var(--common-gap);
  max-width: 1136px;
}
@media (max-width: 991px) {
  .mc_text {
    font-size: 18px;
    line-height: 140%;
  }
}/*# sourceMappingURL=styles.css.map */