@font-face {
  font-display: swap;
  font-family: "Onest";
  src: url("../fonts/Onest-VariableFont_wght.woff2");
}
@font-face {
  font-display: swap;
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Italic-VariableFont_wght.woff2");
  font-style: italic;
}
@font-face {
  font-display: swap;
  font-family: "Cormorant";
  src: url("../fonts/Cormorant-VariableFont_wght.woff2");
}
:root {
  --black: #0a0a0a;
  --white: #fff;
  --light: rgba(255, 255, 255, .8);
  --grey: rgba(255, 255, 255, .4);
  --dark: rgba(255, 255, 255, .1);
  --font-family-1: 'Onest', Arial, sans-serif;
  --font-family-2: 'Playfair Display', Arial, sans-serif;
  --font-family-3: 'Cormorant', Arial, sans-serif;
  --gap: 20px;
  --block-margin: 160px;
}

@media (max-width: 1440px) {
  :root {
    --block-margin: 120px;
  }
}
@media (max-width: 991px) {
  :root {
    --block-margin: 100px;
  }
}
@media (max-width: 767px) {
  :root {
    --block-margin: 80px;
  }
}
@media (min-width: 1441px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1920px;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .container {
    /*max-width: 1440px;*/
    padding-right: 20px;
    padding-left: 20px;
  }
  .container .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container .row .col-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container, .container-md, .container-sm {
    max-width: 768px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .container .row, .container-md .row, .container-sm .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .container .row .col-12, .container-md .row .col-12, .container-sm .row .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .container, .container-md, .container-sm {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container .row, .container-md .row, .container-sm .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .container .row .col-12, .container-md .row .col-12, .container-sm .row .col-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .modal .offset-xl-3,
  .modal .offset-3 {
    margin-left: 16.666666%;
  }
  .modal .col-xl-6,
  .modal .col-6 {
    flex: 0 0 auto;
    width: 66.666666%;
  }
  .modal .lines_container .container .row .col-6.offset-3:after {
    right: 11.5px;
  }
  .modal .lines_container .container .row .col-6.offset-3:before {
    left: 11.5px;
  }
  .modal .mb_close {
    right: -230px;
  }
}
@media (max-width: 1199px) {
  .modal .offset-xl-3,
  .modal .offset-3 {
    margin-left: 0%;
  }
  .modal .col-xl-6,
  .modal .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  .modal .lines_container .container .row .col-6.offset-3:after {
    right: 0;
  }
  .modal .lines_container .container .row .col-6.offset-3:before {
    left: 0;
  }
  .modal .mb_close {
    right: 0;
  }
}
@media (max-width: 991px) {
  .modal .lines_container .container .row .col-6.offset-3:after {
    right: 26.5px;
  }
  .modal .lines_container .container .row .col-6.offset-3:before {
    left: 26.5px;
  }
}
/*
@media (min-width: 1441px) {
    .offset-xl-3 {
        margin-left: 25%;
    }
}

@media (min-width: 1441px) {
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .offset-xl-3 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-xl-6 {        
        width: 100%;
    }
}


@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;
}

#allrecords a {
  color: inherit;
  text-decoration: inherit;
}

/*footer a {
	color: var(--color-link-footer);
	text-decoration: none;

	&:hover {
		color: var(--color-font-white);
		text-decoration: underline;
	}
}

.dalex_block {
	margin-bottom: 104px;

	@include _1199 {
		margin-bottom: 80px;
	}

	@include _991 {
		margin-bottom: 60px;
	}

}

.block_header {
	margin: 0 auto 60px;
	max-width: 975px;

	@include _1199 {
		margin-bottom: 48px;
	}

	@include _991 {
		margin-bottom: 40px;
	}

	@include _767 {
		margin-bottom: 30px;
	}

	& > * {
		color: var(--color-font-black);
		text-align: center;

		@include _767 {

		}
	}

	.block_header_text {
		margin: 24px auto 0;
		max-width: 975px;
		color: var(--color-font-grey);		
		text-align: center;
		font-size: 18px;
		line-height: 145%;
		letter-spacing: -0.072px;

		@include _991 { 
			margin-top: 16px;
			font-size: 16px;
			line-height: 130%;
		}
	}
}

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

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

	@include _767 {
		margin-top: 32px;
	}

	a {
		padding-left: 72px;
		padding-right: 72px;

		@include _767 {
			padding: 14px 35px;
		}

	}
}
*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
  font-style: normal;
  color: var(--white);
}

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

h2, .h2 {
  font-size: 72px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -3.6px;
  text-transform: uppercase;
  font-family: var(--font-family-1);
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 1440px) {
  h2, .h2 {
    font-size: 54px;
    letter-spacing: -2.7px;
  }
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 35px;
    letter-spacing: -1.75px;
  }
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 23px;
    line-height: 110%;
    letter-spacing: -1.15px;
  }
}
h2 span, .h2 span {
  display: block;
  text-align: center;
  font-family: var(--font-family-3);
  font-size: 80px;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -4px;
}
@media (max-width: 1440px) {
  h2 span, .h2 span {
    font-size: 60px;
    letter-spacing: -3px;
  }
}
@media (max-width: 991px) {
  h2 span, .h2 span {
    font-size: 40px;
    letter-spacing: -2px;
  }
}
@media (max-width: 767px) {
  h2 span, .h2 span {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
}
@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: 28px;
    letter-spacing: -0.5px;*/
  }
}

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

button,
.btn,
#allrecords button,
#allrecords .btn {
  border: none;
  outline: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
  padding: 14px;
  background-color: var(--dark);
  backdrop-filter: blur(2px);
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
button:hover,
.btn:hover,
#allrecords button:hover,
#allrecords .btn:hover {
  color: rgb(51, 51, 51);
  background-color: var(--white);
}
button:focus,
.btn:focus,
#allrecords button:focus,
#allrecords .btn:focus {
  outline: none;
}
@media (max-width: 1440px) {
  button,
  .btn,
  #allrecords button,
  #allrecords .btn {
    font-size: 14px;
    padding: 14px 20px;
  }
}
@media (max-width: 991px) {
  button,
  .btn,
  #allrecords button,
  #allrecords .btn {
    padding: 14px 20px;
  }
}
@media (max-width: 767px) {
  button,
  .btn,
  #allrecords button,
  #allrecords .btn {
    padding: 15px;
  }
}

button.type2,
.btn.type2,
#allrecords button.type2,
#allrecords .btn.type2 {
  color: #333;
  background-color: var(--white);
}
button.type2:hover,
.btn.type2:hover,
#allrecords button.type2:hover,
#allrecords .btn.type2:hover {
  color: var(--white);
  background-color: rgb(128, 92, 58);
}

button.type3,
.btn.type3,
#allrecords button.type3,
#allrecords .btn.type3 {
  color: var(--white);
  border: 0.5px solid var(--blue);
  background: linear-gradient(222deg, var(--blue) -2.61%, #005664 86.62%);
  box-shadow: 0 0 10px 0 var(--white) inset;
}
button.type3:hover,
.btn.type3:hover,
#allrecords button.type3:hover,
#allrecords .btn.type3:hover {
  /*background: var(--bgcolor-red);
  color: var(--color-font-white);*/
}

#allrecords ul {
  padding-left: 0;
}

.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(--black);
  font-family: var(--font-family-1);
  font-feature-settings: "liga" off, "clig" off;
  color: var(--light);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.32px;
  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;
}

main > div {
  margin-bottom: var(--block-margin);
}

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

body.filter:after {

}
*/
.block_header {
  margin-bottom: 80px;
  position: relative;
}
.block_header .bh_element {
  position: absolute;
  left: 9.5px;
  top: 20px;
  color: var(--grey);
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .block_header .bh_element {
    margin-bottom: 30px;
    position: static;
    font-size: 12px;
    letter-spacing: -0.24px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .block_header .bh_element {
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .block_header {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .block_header {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .block_header {
    margin-bottom: 30px;
    padding: 0 9.5px;
  }
}

.bh_text {
  margin: 35px auto 0;
  max-width: 600px;
  color: var(--light);
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1440px) {
  .bh_text {
    font-size: 16px;
    letter-spacing: -0.32px;
    max-width: 446px;
    gap: 22px;
  }
}
@media (max-width: 991px) {
  .bh_text {
    font-size: 14px;
    letter-spacing: -0.28px;
    max-width: 354px;
    gap: 19px;
  }
}
@media (max-width: 767px) {
  .bh_text {
    max-width: none;
  }
}
.bh_text p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.block_footer {
  text-align: center;
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .block_footer {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .block_footer {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .block_footer {
    margin-top: 16px;
  }
}

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%;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  padding: 12.5px 20px;
  background: rgba(51, 51, 51, 0.3);
  backdrop-filter: blur(2px);
  border: none;
  outline: none;
}
@media (max-width: 1440px) {
  textarea,
  input[type=text],
  input[type=tel],
  input[type=email] {
    font-size: 16px;
  }
}

textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

label {
  position: relative;
}
label input {
  position: absolute;
  left: 6px;
  top: 3px;
  opacity: 0;
  width: 20px;
  height: 20px;
}
label input:checked + span {
  background-image: url("../img/check.svg");
}
label span {
  display: block;
  color: var(--grey);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  padding-left: 29px;
  background: url("../img/check_empty.svg") 1px 1px no-repeat;
  background-size: 20px auto;
}
@media (max-width: 1440px) {
  label span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  label span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  label span {
    font-size: 12px;
  }
}
label span a {
  text-decoration-line: underline;
}
label span a:hover {
  text-decoration: none;
}

.block_elements {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
}
.block_elements:before, .block_elements:after {
  content: "";
  position: absolute;
  right: -4.5px;
  width: 9px;
  height: 9px;
  background: var(--white);
}
.block_elements:before {
  top: -4.5px;
}
.block_elements:after {
  bottom: -4.5px;
}

/*
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: 10px;
  position: relative;
}
.swiper-pagination.swiper-pagination-bullets:not(:has(.swiper-pagination-bullet:only-child)) {
  height: 12px;
  margin-bottom: 48px;
}
@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: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #D3D8DF;
  margin: 0;
  opacity: 1;
}
@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: var(--crimson);
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  /*opacity: 1;
  position: static;*/
  top: calc(50% - 32px);
  border-radius: 50%;
  background-color: #fff;
  width: 64px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px auto;
}
@media (max-width: 991px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 32px;
    height: 32px;
    background-size: 24px auto;
  }
}

.swiper-button-prev {
  left: -32px;
  background-image: url("../img/slider_next.svg");
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .swiper-button-prev {
    left: -16px;
  }
}

.swiper-button-next {
  right: -32px;
  background-image: url("../img/slider_next.svg");
}
@media (max-width: 767px) {
  .swiper-button-next {
    right: -16px;
  }
}

.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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
header:before, header:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--dark);
}
header:before {
  top: 30px;
}
@media (max-width: 991px) {
  header:before {
    top: 10px;
  }
}
header:after {
  top: 100px;
}
@media (max-width: 991px) {
  header:after {
    top: 69px;
  }
}
@media (max-width: 767px) {
  header:after {
    top: 61px;
  }
}
@media (max-width: 1199px) {
  .mm {
    overflow: hidden;
  }
  .mm header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url("../img/main_bg.jpg") lightgray 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .mm header .container {
    height: inherit;
  }
  .mm header .container .row {
    height: inherit;
  }
  .mm header .container .row .col-12 {
    height: inherit;
  }
  .mm .hw_mm {
    background-image: url("../img/close.svg");
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .mm .hw_mm {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1199px) {
  .mm .header_wrapper {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mm .hw_menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    width: 100%;
    padding: 0 9.5px;
  }
  .mm .hw_center {
    flex-grow: 1;
    justify-content: center;
    width: 100%;
    display: flex;
  }
  .mm .hw_center ul {
    flex-direction: column;
    justify-content: center;
    gap: 21px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .mm .hw_center ul {
    gap: 11px;
  }
}
@media (max-width: 1199px) {
  .mm .hw_center ul li {
    flex: 0;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-family: var(--font-family-3);
    font-size: 40px;
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2px;
    text-transform: uppercase;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .mm .hw_center ul li {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
}
@media (max-width: 1199px) {
  .mm .hw_center ul li span, .mm .hw_center ul li a {
    padding: 0;
  }
  .mm .hw_right {
    width: 100%;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .mm .hw_right {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .mm .hw_right .hwr_btn {
    flex-grow: 1;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .mm .hw_right .hwr_btn {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .mm .hw_right .hwr_btn a {
    color: #333;
    background-color: var(--white);
    padding: 9px;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mm .hw_right .hwr_btn a:hover {
    color: var(--white);
    background-color: rgb(128, 92, 58);
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .mm .hw_right .hwr_social {
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .mm .hw_right .hwr_social a {
    width: 40px;
    height: 40px;
  }
  .mm .hw_right .hwr_social a.vk {
    background-image: url("../img/vk_active.svg");
  }
  .mm .hw_right .hwr_social a.tg {
    background-image: url("../img/tg_active.svg");
  }
}
.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 0;
}
@media (max-width: 991px) {
  .header_wrapper {
    margin-top: 20px;
  }
}
.hw_left {
  width: 25%;
  padding-left: 9.5px;
}
.hw_left img {
  max-width: 253px;
}
@media (max-width: 991px) {
  .hw_left img {
    max-width: 175px;
  }
}
@media (max-width: 767px) {
  .hw_left img {
    max-width: 130px;
  }
}
@media (max-width: 1199px) {
  .hw_left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.hw_menu {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media (max-width: 1199px) {
  .hw_menu {
    display: none;
  }
}

.hw_center {
  width: 66.666666%;
}
@media (max-width: 1440px) {
  .hw_center {
    width: 60%;
  }
}
.hw_center ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  right: -10px;
  width: 100%;
}
@media (max-width: 1440px) {
  .hw_center ul {
    right: 0;
  }
}
.hw_center ul li {
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  border-left: 1px solid var(--dark);
}
@media (max-width: 1440px) {
  .hw_center ul li {
    font-size: 14px;
  }
}
.hw_center ul li:first-child {
  border: none;
}
.hw_center ul li a, .hw_center ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  color: var(--grey);
  text-decoration: none;
}
@media (max-width: 1440px) {
  .hw_center ul li a, .hw_center ul li span {
    padding: 25px 10px;
  }
}
.hw_center ul li a.active, .hw_center ul li span {
  color: var(--white);
}
.hw_center ul li a {
  transition: color 0.2s ease-in-out;
}
.hw_center ul li a:hover {
  color: var(--white);
}

.hw_right {
  width: 33.333333%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 1440px) {
  .hw_right {
    width: 40%;
  }
}

.hwr_btn a {
  padding-left: 20px;
  padding-right: 20px;
}

.hwr_social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.hwr_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hwr_social a:hover {
  transition: background-image 0.2s ease-in-out;
}
.hwr_social a.vk {
  background-image: url("../img/vk.svg");
}
.hwr_social a.vk:hover {
  background-image: url("../img/vk_active.svg");
}
.hwr_social a.tg {
  background-image: url("../img/tg.svg");
}
.hwr_social a.tg:hover {
  background-image: url("../img/tg_active.svg");
}

.hw_mm {
  display: none;
  margin-right: 9.5px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .hw_mm {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/mm.svg") center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .hw_mm {
    width: 30px;
    height: 30px;
  }
}

.thanks_page .page_wrapper {
  height: 100%;
}

main {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
.ot_1 {
  padding-top: 554px;
  padding-bottom: 120px;
  background: url("../img/main_bg.jpg") center top no-repeat;
  background-size: cover;
}
@media (max-width: 1440px) {
  .ot_1 {
    padding-top: 395px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .ot_1 {
    padding-top: 738px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .ot_1 {
    padding-top: 364px;
    padding-bottom: 79px;
  }
}

.ot1_wrapper {
  position: relative;
}

.ot1w_preheader {
  margin: 0 auto -9px;
  color: var(--light);
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -2.5px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ot1w_preheader {
    font-size: 38px;
    letter-spacing: -1.9px;
    margin-bottom: -6px;
  }
}
@media (max-width: 991px) {
  .ot1w_preheader {
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: -3px;
  }
}
@media (max-width: 767px) {
  .ot1w_preheader {
    font-size: 15px;
    letter-spacing: -0.75px;
    margin-bottom: 2px;
  }
}

.ot_1 h1 .ot1wh1_1 {
  display: block;
  color: var(--white);
  text-align: center;
  font-size: 157px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -7.85px;
  text-transform: uppercase;
  margin: 0 auto -43px;
}
@media (max-width: 1440px) {
  .ot_1 h1 .ot1wh1_1 {
    font-size: 120px;
    letter-spacing: -6px;
    margin-bottom: -33px;
  }
}
@media (max-width: 991px) {
  .ot_1 h1 .ot1wh1_1 {
    font-size: 64px;
    letter-spacing: -3.2px;
    margin-bottom: -20px;
  }
}
@media (max-width: 767px) {
  .ot_1 h1 .ot1wh1_1 {
    font-size: 51px;
    line-height: 95%;
    letter-spacing: -2.55px;
    margin-bottom: -3px;
  }
}
.ot_1 h1 .ot1wh1_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap);
}
@media (max-width: 1440px) {
  .ot_1 h1 .ot1wh1_2 {
    gap: 14px;
  }
}
@media (max-width: 991px) {
  .ot_1 h1 .ot1wh1_2 {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .ot_1 h1 .ot1wh1_2 {
    gap: 0;
    margin-bottom: -4px;
    flex-direction: column;
  }
}
.ot_1 h1 .ot1wh1_2 span:nth-child(1) {
  color: var(--light);
  text-align: right;
  font-family: var(--font-family-2);
  font-size: 50px;
  font-weight: 400;
  line-height: 90%;
  text-transform: lowercase;
  font-style: italic;
}
@media (max-width: 1440px) {
  .ot_1 h1 .ot1wh1_2 span:nth-child(1) {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .ot_1 h1 .ot1wh1_2 span:nth-child(1) {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ot_1 h1 .ot1wh1_2 span:nth-child(1) {
    text-align: center;
  }
}
.ot_1 h1 .ot1wh1_2 span:nth-child(2) {
  color: var(--white);
  font-family: var(--font-family-3);
  font-size: 157px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -7.85px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ot_1 h1 .ot1wh1_2 span:nth-child(2) {
    font-size: 122px;
    letter-spacing: -6.1px;
  }
}
@media (max-width: 991px) {
  .ot_1 h1 .ot1wh1_2 span:nth-child(2) {
    font-size: 65px;
    letter-spacing: -3.25px;
  }
}
@media (max-width: 767px) {
  .ot_1 h1 .ot1wh1_2 span:nth-child(2) {
    font-size: 54px;
    letter-spacing: -2.7px;
  }
}

.ot2wbb_wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .ot2wbb_wrapper {
    flex-direction: column-reverse;
  }
}

.ot2wbbw_left,
.ot6wbbwb_left,
.ot6wbbwb_right,
.ot8wbbwr_box,
.ot11wbbw_header,
.ot12wbbwc_data,
.ot12wbbwc_img,
.ot17wbb_wrapper,
.ot17wbbw_right,
.ot18wbb_wrapper {
  position: relative;
}
.ot2wbbw_left:before, .ot2wbbw_left:after,
.ot6wbbwb_left:before,
.ot6wbbwb_left:after,
.ot6wbbwb_right:before,
.ot6wbbwb_right:after,
.ot8wbbwr_box:before,
.ot8wbbwr_box:after,
.ot11wbbw_header:before,
.ot11wbbw_header:after,
.ot12wbbwc_data:before,
.ot12wbbwc_data:after,
.ot12wbbwc_img:before,
.ot12wbbwc_img:after,
.ot17wbb_wrapper:before,
.ot17wbb_wrapper:after,
.ot17wbbw_right:before,
.ot17wbbw_right:after,
.ot18wbb_wrapper:before,
.ot18wbb_wrapper:after {
  content: "";
  position: absolute;
  left: -4.5px;
  width: 9px;
  height: 9px;
  background: var(--white);
  z-index: 2;
}
.ot2wbbw_left:before,
.ot6wbbwb_left:before,
.ot6wbbwb_right:before,
.ot8wbbwr_box:before,
.ot11wbbw_header:before,
.ot12wbbwc_data:before,
.ot12wbbwc_img:before,
.ot17wbb_wrapper:before,
.ot17wbbw_right:before,
.ot18wbb_wrapper:before {
  top: -4.5px;
}
.ot2wbbw_left:after,
.ot6wbbwb_left:after,
.ot6wbbwb_right:after,
.ot8wbbwr_box:after,
.ot11wbbw_header:after,
.ot12wbbwc_data:after,
.ot12wbbwc_img:after,
.ot17wbb_wrapper:after,
.ot17wbbw_right:after,
.ot18wbb_wrapper:after {
  bottom: -4.5px;
}

.ot17wbbw_right:before,
.ot18wbbw_block:before {
  top: -13.5px;
  left: -13.5px;
}
.ot17wbbw_right:after,
.ot18wbbw_block:after {
  bottom: -13.5px;
  left: -13.5px;
}

.ot2wbbw_left {
  width: 50%;
  padding: 80px 80px 80px 90px;
  display: flex;
  flex-direction: column;
  gap: 240px;
  justify-content: space-between;
  border-left: 1px solid var(--dark);
  border-top: 1px solid var(--dark);
  border-bottom: 1px solid var(--dark);
  background: var(--black);
}
.ot2wbbw_left .block_elements {
  display: none;
}
@media (max-width: 991px) {
  .ot2wbbw_left .block_elements {
    display: block;
  }
}
@media (max-width: 1440px) {
  .ot2wbbw_left {
    padding: 60px 60px 60px 70px;
    gap: 139px;
  }
}
@media (max-width: 991px) {
  .ot2wbbw_left {
    gap: 50px;
    width: 100%;
    border-right: 1px solid var(--dark);
  }
}
@media (max-width: 767px) {
  .ot2wbbw_left {
    padding: 20px;
    gap: 30px;
  }
}

.ot2wbbwlt_1 {
  color: var(--light);
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .ot2wbbwlt_1 {
    font-size: 18px;
    letter-spacing: -0.32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .ot2wbbwlt_1 {
    font-size: 14px;
    letter-spacing: -0.28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ot2wbbwlt_1 {
    margin-bottom: 20px;
  }
}

.ot2wbbwlt_2 {
  color: var(--light);
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .ot2wbbwlt_2 {
    font-size: 18px;
    letter-spacing: -0.32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .ot2wbbwlt_2 {
    font-size: 14px;
    letter-spacing: -0.28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ot2wbbwlt_2 {
    margin-bottom: 20px;
  }
}
.ot2wbbwlt_2 b {
  font-weight: 700;
}

.ot2wbbwlt_3 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ot2wbbwlt_3 img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 33.333333%;
  opacity: 0.3;
}
@media (max-width: 1440px) {
  .ot2wbbwlt_3 img {
    height: 72px;
  }
}
@media (max-width: 991px) {
  .ot2wbbwlt_3 img {
    height: 86px;
  }
}
@media (max-width: 767px) {
  .ot2wbbwlt_3 img {
    height: 33px;
  }
}

.ot2wbbwl_bottom {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1440px) {
  .ot2wbbwl_bottom {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .ot2wbbwl_bottom {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .ot2wbbwl_bottom {
    gap: 30px;
  }
}

.ot2wbbwlb_1 {
  color: var(--light);
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ot2wbbwlb_1 {
    font-size: 18px;
    letter-spacing: -0.32px;
  }
}
@media (max-width: 991px) {
  .ot2wbbwlb_1 {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}
.ot2wbbwlb_1 b {
  font-weight: 700;
}

.ot2wbbwlb_2 button {
  width: 100%;
}

.ot2wbbw_right {
  width: 50%;
  background: rgba(51, 51, 51, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .ot2wbbw_right {
    background: transparent;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ot2wbbw_right {
    padding: 0 9.5px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .ot2wbbw_right .block_elements {
    display: none;
  }
}
.ot2wbbw_right:before, .ot2wbbw_right:after {
  content: "";
  position: absolute;
  left: -4.5px;
  width: 9px;
  height: 9px;
  background: var(--white);
}
@media (max-width: 991px) {
  .ot2wbbw_right:before, .ot2wbbw_right:after {
    display: none;
  }
}
.ot2wbbw_right:before {
  top: -4.5px;
}
.ot2wbbw_right:after {
  bottom: -4.5px;
}
.ot2wbbw_right img {
  border-radius: 50%;
  width: 64%;
}
@media (max-width: 991px) {
  .ot2wbbw_right img {
    max-width: 354px;
  }
}
@media (max-width: 767px) {
  .ot2wbbw_right img {
    width: 100%;
    max-width: none;
  }
}

.ot_3 {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .ot_3 {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .ot_3 {
    margin-bottom: 0;
  }
}
.ot3wbb_wrapper {
  display: flex;
  /*gap: var(--gap);*/
}

.ot3wbbw_left {
  width: 25%;
  padding-left: 9.5px;
}
@media (max-width: 991px) {
  .ot3wbbw_left {
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .ot3wbbw_left {
    display: none;
  }
}
.ot3wbbw_left .ot3wbbwl_cell {
  width: 64%;
  aspect-ratio: 1/1;
  background: rgba(51, 51, 51, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ot3wbbw_left .ot3wbbwl_cell img {
  width: 46%;
}

.ot3wbbw_right {
  width: 75%;
  padding-left: 9.5px;
  padding-right: 9.5px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ot3wbbw_right {
    width: 100%;
  }
}
.ot3wbbw_right img {
  width: 100%;
}

.ot4_wrapper .swiper-container .swiper-wrapper .swiper-slide {
  margin-right: var(--gap);
  width: 435px;
}
@media (max-width: 1440px) {
  .ot4_wrapper .swiper-container .swiper-wrapper .swiper-slide {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .ot4_wrapper .swiper-container .swiper-wrapper .swiper-slide {
    width: 280px;
  }
}
.ot4_wrapper .swiper-container .swiper-wrapper .swiper-slide .ot4w_cell img {
  width: 100%;
}

.ot_5 {
  position: relative;
  z-index: 2;
}

.ot5_wrapper .swiper-container .swiper-wrapper {
  margin-top: 274px;
  padding: 0 9.5px;
}
@media (max-width: 1440px) {
  .ot5_wrapper .swiper-container .swiper-wrapper {
    margin-top: 208px;
  }
}
@media (max-width: 991px) {
  .ot5_wrapper .swiper-container .swiper-wrapper {
    margin-top: 170px;
  }
}
@media (max-width: 767px) {
  .ot5_wrapper .swiper-container .swiper-wrapper {
    margin-top: 0;
  }
}
.ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide {
  margin-right: var(--gap);
  width: 16.666666%;
}
@media (max-width: 991px) {
  .ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide {
    width: calc(25% - var(--gap));
  }
}
@media (max-width: 767px) {
  .ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide {
    width: calc(100% - 19px);
  }
}
.ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 33.333333%;
  margin-left: calc(16.666666% + var(--gap));
  margin-top: -194px;
}
@media (max-width: 1440px) {
  .ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    margin-top: -148px;
  }
}
@media (max-width: 991px) {
  .ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    margin-top: -120px;
    margin-left: 0;
    width: calc(50% - var(--gap));
  }
}
@media (max-width: 767px) {
  .ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    margin-top: 0;
    width: calc(100% - 19px);
  }
}
.ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .ot5w_cell a img {
  opacity: 1;
  filter: grayscale(0);
}
.ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .ot5w_cell a .ot5wc_info {
  display: flex;
}
.ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev .ot5w_cell a img, .ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next .ot5w_cell a img {
  opacity: 0.6;
}
.ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide .ot5w_cell {
  background: var(--black);
}
.ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide .ot5w_cell a {
  display: block;
  position: relative;
}
.ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide .ot5w_cell a img {
  width: 100%;
  opacity: 0.3;
  filter: grayscale(100);
  transition: filter 0.2s ease-in-out;
}
.ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide .ot5w_cell a .ot5wc_info {
  display: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  gap: 10px;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide .ot5w_cell a .ot5wc_info {
    gap: 5px;
  }
}
.ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide .ot5w_cell a .ot5wci_name {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide .ot5w_cell a .ot5wci_name {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide .ot5w_cell a .ot5wci_name {
    font-size: 16px;
  }
}
.ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide .ot5w_cell a .ot5wci_position {
  color: var(--light);
  font-weight: 300;
  line-height: 140%;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: -0.28px;
}
@media (max-width: 1440px) {
  .ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide .ot5w_cell a .ot5wci_position {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
@media (max-width: 991px) {
  .ot5_wrapper .swiper-container .swiper-wrapper .swiper-slide .ot5w_cell a .ot5wci_position {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}
.ot5_wrapper .block_footer {
  width: 75%;
  padding-left: 9.5px;
  margin-left: 25%;
  margin-top: 80px;
  color: var(--grey);
  font-family: var(--font-family-2);
  font-size: 50px;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
  font-style: italic;
}
@media (max-width: 1440px) {
  .ot5_wrapper .block_footer {
    margin-top: 60px;
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .ot5_wrapper .block_footer {
    margin-top: 30px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ot5_wrapper .block_footer {
    font-size: 24px;
    width: 100%;
    margin-left: 0;
  }
}
.ot5_wrapper .block_footer span {
  padding-left: 13.333333%;
}

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

.ot6wbbw_block {
  display: flex;
}
@media (max-width: 767px) {
  .ot6wbbw_block {
    flex-direction: column;
  }
}
.ot6wbbw_block:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .ot6wbbw_block:nth-child(even) {
    flex-direction: column;
  }
}

.ot6wbbwb_left {
  width: 50%;
  padding: 80px 80px 80px 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.3) 0%, rgba(51, 51, 51, 0.3) 100%), var(--black);
}
@media (max-width: 1440px) {
  .ot6wbbwb_left {
    padding: 60px 60px 60px 70px;
  }
}
@media (max-width: 991px) {
  .ot6wbbwb_left {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .ot6wbbwb_left {
    padding: 20px;
    width: 100%;
  }
}

.ot6wbbwbl_top {
  max-width: 507px;
}
@media (max-width: 767px) {
  .ot6wbbwbl_top {
    margin-bottom: 20px;
  }
}

.ot6wbbwblt_number {
  color: var(--grey);
  font-family: var(--font-family-2);
  font-size: 80px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .ot6wbbwblt_number {
    font-size: 60px;
    letter-spacing: -3px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .ot6wbbwblt_number {
    font-size: 40px;
    letter-spacing: -2px;
    margin-bottom: 20px;
  }
}
.ot6wbbwblt_header {
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .ot6wbbwblt_header {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .ot6wbbwblt_header {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.ot6wbbwblt_text {
  color: var(--light);
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ot6wbbwblt_text {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
@media (max-width: 991px) {
  .ot6wbbwblt_text {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}
.ot6wbbwbl_bottom {
  max-width: 507px;
  color: var(--light);
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ot6wbbwbl_bottom {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
@media (max-width: 991px) {
  .ot6wbbwbl_bottom {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
.ot6wbbwbl_bottom b {
  font-weight: 700;
}

.ot6wbbwb_right {
  width: 50%;
}
.ot6wbbwb_right img {
  width: 100%;
}
@media (max-width: 767px) {
  .ot6wbbwb_right {
    width: 100%;
  }
}

.ot7wbbw_header {
  margin: 0 auto 60px;
}
@media (max-width: 1440px) {
  .ot7wbbw_header {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .ot7wbbw_header {
    margin-bottom: 30px;
  }
}
.ot7wbbw_header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .ot7wbbw_header ul {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ot7wbbw_header ul {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .ot7wbbw_header ul li {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .ot7wbbw_header ul li {
    width: 100%;
  }
}
.ot7wbbw_header ul li a {
  padding-left: 23px;
  padding-right: 23px;
  display: block;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .ot7wbbw_header ul li a {
    padding: 11.5px;
    font-size: 12px;
  }
}
.ot7wbbw_header ul li a.active {
  color: #333;
  background-color: var(--white);
}
.ot7wbbw_body {
  display: flex;
  gap: var(--gap);
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ot7wbbw_body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 var(--gap);
  }
}
@media (max-width: 767px) {
  .ot7wbbw_body {
    grid-template-columns: 1fr;
    grid-gap: var(--gap);
  }
}

.ot7wbbwb_cell {
  width: 33.333333%;
  position: relative;
}
@media (max-width: 991px) {
  .ot7wbbwb_cell {
    width: 100%;
  }
}
.ot7wbbwb_cell:first-child {
  padding-left: 9.5px;
}
.ot7wbbwb_cell:nth-child(2) {
  padding-right: 9.5px;
}
.ot7wbbwb_cell:last-child {
  padding-left: 8.333333%;
  padding-right: 9.5px;
}
@media (max-width: 991px) {
  .ot7wbbwb_cell:last-child {
    width: 100%;
    padding-right: 0;
    padding-left: 9.5px;
  }
}

.ot7wbbwbc_img {
  margin-bottom: 20px;
}
.ot7wbbwbc_img img {
  width: 100%;
}

.ot7wbbwbc_header {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .ot7wbbwbc_header {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .ot7wbbwbc_header {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.ot7wbbwbc_text {
  color: var(--light);
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  max-width: 370px;
}
@media (max-width: 1440px) {
  .ot7wbbwbc_text {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
@media (max-width: 991px) {
  .ot7wbbwbc_text {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}
.ot7wbbwbc_link {
  margin-top: 80px;
}
@media (max-width: 1440px) {
  .ot7wbbwbc_link {
    margin-top: 120px;
  }
}
@media (max-width: 991px) {
  .ot7wbbwbc_link {
    margin: 0;
    position: absolute;
    right: -100%;
    bottom: 95px;
  }
}
@media (max-width: 767px) {
  .ot7wbbwbc_link {
    margin-top: 30px;
    position: static;
  }
}
.ot7wbbwbc_link a {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration-line: underline;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1440px) {
  .ot7wbbwbc_link a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .ot7wbbwbc_link a {
    font-size: 14px;
  }
}
.ot7wbbwbc_link a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/arrow_right_top.svg") center no-repeat;
  background-size: contain;
}
.ot7wbbwbc_link a:hover {
  text-decoration: none;
}

.ot_8 {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ot_8 {
    margin-bottom: 50px;
  }
}

.ot8wbb_wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .ot8wbb_wrapper {
    gap: var(--gap);
  }
}

.ot8wbbw_left {
  width: 25%;
  padding-left: 9.5px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 767px) {
  .ot8wbbw_left {
    display: none;
  }
}
.ot8wbbw_left img {
  width: 100%;
  max-width: 283px;
}
@media (max-width: 1440px) {
  .ot8wbbw_left img {
    max-width: 213px;
  }
}
@media (max-width: 991px) {
  .ot8wbbw_left img {
    max-width: none;
  }
}
.ot8wbbw_right {
  width: 75%;
}
@media (max-width: 767px) {
  .ot8wbbw_right {
    width: 100%;
  }
}

.ot8wbbwr_box {
  padding: 10px;
  display: flex;
  gap: 20px;
  transition: background 0.2s ease-in-out;
  border-top: 1px solid var(--dark);
  border-left: 1px solid var(--dark);
  border-right: 1px solid var(--dark);
  background: var(--black);
}
@media (max-width: 767px) {
  .ot8wbbwr_box {
    flex-direction: column;
  }
}
.ot8wbbwr_box:last-child {
  border-bottom: 1px solid var(--dark);
}
.ot8wbbwr_box:hover {
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.3) 0%, rgba(51, 51, 51, 0.3) 100%), var(--black);
}
.ot8wbbwr_box:hover .ot8wbbwrb_right img {
  opacity: 1;
}

.ot8wbbwrb_left {
  /*padding-top: 33px;
  padding-bottom: 33px;*/
  padding-left: 12%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1440px) {
  .ot8wbbwrb_left {
    /*padding-top: 35px;
    padding-bottom: 35px;*/
  }
}
@media (max-width: 991px) {
  .ot8wbbwrb_left {
    /*padding-top: 27.5px;
    padding-top: 27.5px;*/
    padding-left: 14%;
  }
}
@media (max-width: 767px) {
  .ot8wbbwrb_left {
    /*padding-top: 20px;
    padding-top: 20px;*/
    padding: 0;
  }
}

.ot8wbbwrbl_number {
  color: var(--grey);
  font-family: var(--font-family-2);
  font-size: 80px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .ot8wbbwrbl_number {
    font-size: 60px;
    letter-spacing: -3px;
  }
}
@media (max-width: 991px) {
  .ot8wbbwrbl_number {
    font-size: 40px;
    letter-spacing: -2px;
    position: absolute;
    left: 9px;
    top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ot8wbbwrbl_number {
    position: static;
    margin-bottom: 20px;
  }
}

.ot8wbbwrbl_header {
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .ot8wbbwrbl_header {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .ot8wbbwrbl_header {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ot8wbbwrbl_header {
    font-size: 16px;
  }
}

.ot8wbbwrbl_text {
  color: var(--light);
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  padding-right: 20px;
}
@media (max-width: 1440px) {
  .ot8wbbwrbl_text {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
@media (max-width: 991px) {
  .ot8wbbwrbl_text {
    font-size: 10px;
    letter-spacing: -0.2px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .ot8wbbwrbl_text {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}

.ot8wbbwrb_right {
  width: 435px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .ot8wbbwrb_right {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .ot8wbbwrb_right {
    width: 167px;
  }
}
@media (max-width: 767px) {
  .ot8wbbwrb_right {
    width: 100%;
  }
}
.ot8wbbwrb_right img {
  width: 100%;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
@media (max-width: 1440px) {
  .ot8wbbwrb_right img {
    opacity: 1;
  }
}

.ot9w_cell img {
  width: 100%;
}

.ot10_wrapper {
  position: relative;
}

.ot10wbbw_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 586px;
  margin: 0 auto 80px;
}
@media (max-width: 1440px) {
  .ot10wbbw_top {
    max-width: 446px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .ot10wbbw_top {
    max-width: 354px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ot10wbbw_top {
    max-width: none;
    margin-bottom: 30px;
  }
}
.ot10wbbw_top img {
  width: 284px;
}
@media (max-width: 1440px) {
  .ot10wbbw_top img {
    width: 214px;
  }
}
@media (max-width: 767px) {
  .ot10wbbw_top img {
    width: 130px;
  }
}
.ot10wbbw_top .ot10wbbwt_text {
  margin-top: -34px;
  color: var(--grey);
  text-align: center;
  font-family: var(--font-family-2);
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 110%;
}
@media (max-width: 1440px) {
  .ot10wbbw_top .ot10wbbwt_text {
    margin-top: -27px;
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .ot10wbbw_top .ot10wbbwt_text {
    margin-top: -22px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ot10wbbw_top .ot10wbbwt_text {
    margin-top: -17px;
    font-size: 24px;
    padding: 0 9.5px;
  }
}

.ot10wbbw_bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .ot10wbbw_bottom {
    margin: 0;
  }
}

.ot10wbbwb_cell {
  padding: 0 10px;
  width: 33.333333%;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .ot10wbbwb_cell {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ot10wbbwb_cell {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ot10wbbwb_cell:nth-child(2) {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .ot10wbbwb_cell:nth-child(3) {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .ot10wbbwb_cell:nth-child(3), .ot10wbbwb_cell:nth-child(4) {
    margin-top: 20px;
  }
}
.ot10wbbwb_cell:nth-child(4), .ot10wbbwb_cell:nth-child(5) {
  margin-top: -60px;
}
@media (max-width: 1440px) {
  .ot10wbbwb_cell:nth-child(4), .ot10wbbwb_cell:nth-child(5) {
    margin-top: -40px;
  }
}
@media (max-width: 991px) {
  .ot10wbbwb_cell:nth-child(4), .ot10wbbwb_cell:nth-child(5) {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .ot10wbbwb_cell:nth-child(3), .ot10wbbwb_cell:nth-child(4) {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .ot10wbbwb_cell:nth-child(5) {
    margin-top: -35px;
  }
}
@media (max-width: 767px) {
  .ot10wbbwb_cell:nth-child(5) {
    margin-top: 20px;
  }
}

.ot10wbbwbc_block {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.3);
  overflow: hidden;
  position: relative;
}

.ot10wbbwbcb_video a {
  display: block;
  position: relative;
  z-index: 1;
}
.ot10wbbwbcb_video a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ot10wbbwbcb_video a:after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url("../img/play.svg") center no-repeat;
  background-size: contain;
  position: absolute;
}
@media (max-width: 1440px) {
  .ot10wbbwbcb_video a:after {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .ot10wbbwbcb_video a:after {
    width: 60px;
    height: 60px;
  }
}
.ot10wbbwbcb_video a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
  width: calc(100% - 20px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--dark);
  z-index: 1;
}

.ot10wbbwbcb_video,
.ot10wbbwbcb_shell {
  position: relative;
}
.ot10wbbwbcb_video:after, .ot10wbbwbcb_video:before,
.ot10wbbwbcb_shell:after,
.ot10wbbwbcb_shell:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: var(--white);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.ot10wbbwbcb_video:after,
.ot10wbbwbcb_shell:after {
  top: 6px;
}
.ot10wbbwbcb_video:before,
.ot10wbbwbcb_shell:before {
  bottom: 6px;
}

.ot10wbbwbcb_box {
  height: 100%;
}
.ot10wbbwbcb_box:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
  width: calc(100% - 20px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid var(--dark);
}

.ot10wbbwbcb_shell {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ot10wbbwbcbbs_img {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .ot10wbbwbcbbs_img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ot10wbbwbcbbs_img {
    margin-bottom: 20px;
  }
}
.ot10wbbwbcbbs_img img {
  width: 132px;
}
@media (max-width: 1440px) {
  .ot10wbbwbcbbs_img img {
    width: 97px;
  }
}
@media (max-width: 991px) {
  .ot10wbbwbcbbs_img img {
    width: 74px;
  }
}
@media (max-width: 767px) {
  .ot10wbbwbcbbs_img img {
    width: 55px;
  }
}

.ot10wbbwbcbbs_header {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .ot10wbbwbcbbs_header {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .ot10wbbwbcbbs_header {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .ot10wbbwbcbbs_header {
    max-width: 200px;
  }
}

.ot10wbbwbcbbs_text {
  color: var(--light);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 324px;
}
@media (max-width: 1440px) {
  .ot10wbbwbcbbs_text {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
@media (max-width: 991px) {
  .ot10wbbwbcbbs_text {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 767px) {
  .ot10wbbwbcbbs_text {
    max-width: 200px;
  }
}

.ot11_wrapper {
  position: relative;
}

.ot11wbbw_header {
  /*margin: 0 auto 100px;
  max-width: 750px;*/
  width: 50%;
  margin-left: 25%;
  margin-bottom: 100px;
  padding: 80px;
  border: 1px solid var(--dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap);
}
@media (max-width: 1440px) {
  .ot11wbbw_header {
    padding: 80px 60px;
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .ot11wbbw_header {
    padding: 50px 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ot11wbbw_header {
    padding: 30px 5px;
    margin-bottom: 40px;
    gap: 10px;
    width: 100%;
    margin-left: 0;
  }
}

.ot11wbbwh_top {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ot11wbbwh_top {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
@media (max-width: 991px) {
  .ot11wbbwh_top {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}
@media (max-width: 767px) {
  .ot11wbbwh_top {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}

.ot11wbbwhb_header {
  color: var(--light);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .ot11wbbwhb_header {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
}
@media (max-width: 991px) {
  .ot11wbbwhb_header {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}
.ot11wbbwhb_text {
  color: var(--light);
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ot11wbbwhb_text {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
@media (max-width: 991px) {
  .ot11wbbwhb_text {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}
.ot11_shell {
  padding-top: var(--block-margin);
  padding-bottom: 80px;
  background: url("../img/img_11_0.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 1440px) {
  .ot11_shell {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .ot11_shell {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .ot11_shell {
    padding: 40px 9.5px;
  }
}

.ot11wbbw_body {
  display: flex;
  gap: var(--gap);
  margin-bottom: var(--gap);
}
@media (max-width: 991px) {
  .ot11wbbw_body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--gap);
  }
}
@media (max-width: 767px) {
  .ot11wbbw_body {
    grid-template-columns: 1fr;
  }
}

.ot11wbbwt_block {
  width: 25%;
  padding: 80px;
  background: linear-gradient(0deg, #161616 0%, #161616 100%), linear-gradient(0deg, #0A0A0A 0%, #0A0A0A 100%), rgba(51, 51, 51, 0.3);
}
@media (max-width: 1440px) {
  .ot11wbbwt_block {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .ot11wbbwt_block {
    padding: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ot11wbbwt_block {
    padding: 20px;
  }
}
.ot11wbbwt_block:nth-child(2) {
  background: transparent;
}
@media (max-width: 767px) {
  .ot11wbbwt_block:nth-child(2) {
    display: none;
  }
}

.ot11wbbwtb_img {
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .ot11wbbwtb_img {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .ot11wbbwtb_img {
    margin-bottom: 30px;
  }
}
.ot11wbbwtb_img img {
  width: 50%;
  aspect-ratio: 1/1;
}
@media (max-width: 1440px) {
  .ot11wbbwtb_img img {
    width: 97px;
  }
}
@media (max-width: 991px) {
  .ot11wbbwtb_img img {
    width: 74px;
  }
}
.ot11wbbwtb_header {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .ot11wbbwtb_header {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .ot11wbbwtb_header {
    font-size: 16px;
  }
}
.ot11wbbwtb_text {
  color: var(--light);
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ot11wbbwtb_text {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
@media (max-width: 991px) {
  .ot11wbbwtb_text {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}
.ot11wbbw_footer button {
  padding: 12.5px;
  width: 100%;
}
@media (max-width: 1440px) {
  .ot11wbbw_footer button {
    padding: 14px;
  }
}
.ot12wbb_wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .ot12wbb_wrapper {
    flex-direction: column;
  }
}

.ot12wbbw_cell {
  width: 50%;
}
@media (max-width: 991px) {
  .ot12wbbw_cell {
    width: 100%;
  }
}

.ot12wbbwc_data {
  border-top: 1px solid var(--dark);
  border-bottom: 1px solid var(--dark);
  padding: 80px;
}
@media (max-width: 1440px) {
  .ot12wbbwc_data {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .ot12wbbwc_data {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .ot12wbbwc_data {
    padding: 30px 5px;
  }
}

.ot12wbbwc_text_1 {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin-bottom: var(--gap);
}
@media (max-width: 1440px) {
  .ot12wbbwc_text_1 {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
@media (max-width: 991px) {
  .ot12wbbwc_text_1 {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}
@media (max-width: 767px) {
  .ot12wbbwc_text_1 {
    font-size: 12px;
    letter-spacing: -0.24px;
    margin-bottom: 10px;
  }
}

.ot12wbbwc_text_2 {
  color: var(--grey);
  text-align: center;
  font-family: var(--font-family-2);
  font-size: 38px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 10px;
  font-style: italic;
}
@media (max-width: 1440px) {
  .ot12wbbwc_text_2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .ot12wbbwc_text_2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ot12wbbwc_text_2 {
    font-size: 24px;
  }
}

.ot12wbbwc_text_3 {
  color: var(--light);
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 588px;
}
@media (max-width: 1440px) {
  .ot12wbbwc_text_3 {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
@media (max-width: 991px) {
  .ot12wbbwc_text_3 {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}
.ot12wbbwc_img {
  padding: 9.5px;
  border-bottom: 1px solid var(--dark);
}
.ot12wbbwc_img img {
  width: 100%;
}

.ot_13 {
  margin-bottom: 0;
}

.ot_14 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(51, 51, 51, 0.3);
}
@media (max-width: 1440px) {
  .ot_14 {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .ot_14 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ot_14 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.ot14_wrapper {
  position: relative;
}

.ot14wbb_wrapper {
  padding-left: 9.5px;
  padding-right: 9.5px;
}

.ot14wbbw_header {
  color: var(--white);
  font-family: var(--font-family-3);
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -2.5px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .ot14wbbw_header {
    font-size: 38px;
    letter-spacing: -1.9px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .ot14wbbw_header {
    font-size: 24px;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
  }
}
.ot14wbbw_body {
  display: flex;
  gap: var(--gap);
}
@media (max-width: 991px) {
  .ot14wbbw_body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--gap);
  }
}
@media (max-width: 767px) {
  .ot14wbbw_body {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.ot14wbbwb_cell {
  width: 25%;
}
@media (max-width: 991px) {
  .ot14wbbwb_cell {
    width: 100%;
  }
}
.ot14wbbwb_cell:nth-child(3) {
  background: transparent;
}
@media (max-width: 767px) {
  .ot14wbbwb_cell:nth-child(3) {
    display: none;
  }
}

.ot14wbbwbc_img {
  margin-bottom: var(--gap);
}
.ot14wbbwbc_img img {
  width: 100%;
}

.ot14wbbwbc_name {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .ot14wbbwbc_name {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .ot14wbbwbc_name {
    font-size: 16px;
  }
}
.ot14wbbwbc_position {
  color: var(--light);
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ot14wbbwbc_position {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
@media (max-width: 991px) {
  .ot14wbbwbc_position {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 1440px) {
  .ot_15 {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .ot_15 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ot_15 {
    margin-bottom: 40px;
  }
}

.ot15_wrapper {
  position: relative;
}

.ot15wbb_wrapper {
  display: flex;
  gap: var(--gap);
}

.ot15wbb_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ot15wbb_left {
    width: 100%;
  }
}
.ot15wbbl_top {
  width: 66.666666%;
  color: var(--white);
  font-family: var(--font-family-3);
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -2.5px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ot15wbbl_top {
    font-size: 38px;
    letter-spacing: -1.9px;
  }
}
@media (max-width: 991px) {
  .ot15wbbl_top {
    font-size: 24px;
    letter-spacing: -1.2px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.ot15wbbl_bottom {
  width: 66.666666%;
}
@media (max-width: 991px) {
  .ot15wbbl_bottom {
    width: 100%;
  }
}
.ot15wbbl_bottom img {
  display: none;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .ot15wbbl_bottom img {
    display: block;
  }
}

.ot15wbblb_text {
  color: var(--light);
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .ot15wbblb_text {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
@media (max-width: 991px) {
  .ot15wbblb_text {
    font-size: 14px;
    letter-spacing: -0.28px;
    margin-bottom: 20px;
  }
}
.ot15wbblb_btn a,
.ot15wbblb_btn button {
  padding: 12.5px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1440px) {
  .ot15wbblb_btn a,
  .ot15wbblb_btn button {
    padding: 14px;
  }
}

.ot15wbb_right {
  width: 50%;
}
@media (max-width: 991px) {
  .ot15wbb_right {
    display: none;
  }
}
.ot15wbb_right img {
  width: 100%;
}

.ot16_wrapper .swiper-container .swiper-wrapper .swiper-slide {
  width: 33.333333%;
  margin-right: var(--gap);
}
@media (max-width: 991px) {
  .ot16_wrapper .swiper-container .swiper-wrapper .swiper-slide {
    width: 261px;
  }
}
@media (max-width: 767px) {
  .ot16_wrapper .swiper-container .swiper-wrapper .swiper-slide {
    width: 240px;
  }
}

.ot16w_cell {
  height: 586px;
}
@media (max-width: 1440px) {
  .ot16w_cell {
    height: 440px;
  }
}
@media (max-width: 991px) {
  .ot16w_cell {
    height: 261px;
  }
}
@media (max-width: 767px) {
  .ot16w_cell {
    height: 240px;
  }
}
.ot16w_cell img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: var(--gap);
}

.ot16wc_text {
  color: var(--light);
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ot16wc_text {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
@media (max-width: 991px) {
  .ot16wc_text {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}
.ot17wbb_wrapper {
  display: flex;
  gap: var(--gap);
  border-top: 1px solid var(--dark);
  border-bottom: 1px solid var(--dark);
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}
@media (max-width: 991px) {
  .ot17wbb_wrapper {
    flex-direction: column;
  }
}

.ot17wbbw_left {
  padding-left: 9.5px;
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .ot17wbbw_left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ot17wbbw_left {
    padding-right: 9.5px;
  }
}
.ot17wbbw_left img {
  width: 100%;
}
.ot17wbbw_left .ot17wbbwl_block {
  flex-grow: 1;
}
.ot17wbbw_left .ot17wbbwl_block a {
  height: 100%;
  display: flex;
}
.ot17wbbw_left .ot17wbbwl_block a .ot17wbbwlb_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ot17wbbwl_block a {
  background: rgba(51, 51, 51, 0.3);
  text-decoration: none;
}
.ot17wbbwl_block a:hover .ot17wbbwlb_left .ot17wbbwlb_link {
  text-decoration-line: none;
}

.ot17wbbwlb_left {
  flex-grow: 1;
  padding: 40px;
}
@media (max-width: 1440px) {
  .ot17wbbwlb_left {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .ot17wbbwlb_left {
    padding: 20px;
  }
}

.ot17wbbwlb_data {
  display: block;
  color: var(--grey);
  font-family: Onest;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .ot17wbbwlb_data {
    font-size: 12px;
    letter-spacing: -0.24px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .ot17wbbwlb_data {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}
.ot17wbbwlb_header {
  display: block;
  color: var(--white);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: var(--font-family-2);
  font-size: 45px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 40px;
  font-style: italic;
}
@media (max-width: 1440px) {
  .ot17wbbwlb_header {
    font-size: 32px;
    margin-bottom: 46px;
  }
}
@media (max-width: 991px) {
  .ot17wbbwlb_header {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ot17wbbwlb_header {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.ot17wbbwlb_link,
.fwtw_right a span {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration-line: underline;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media (max-width: 1440px) {
  .ot17wbbwlb_link,
  .fwtw_right a span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .ot17wbbwlb_link,
  .fwtw_right a span {
    font-size: 14px;
  }
}
.ot17wbbwlb_link:after,
.fwtw_right a span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/arrow_right_top.svg") center no-repeat;
  background-size: cover;
}

.ot17wbbwlb_right {
  width: 283px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .ot17wbbwlb_right {
    width: 212px;
  }
}
@media (max-width: 767px) {
  .ot17wbbwlb_right {
    width: 100%;
    height: 172px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
}
.ot17wbbwlb_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.ot17wbbw_right {
  padding-right: 9.5px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--gap);
}
@media (max-width: 991px) {
  .ot17wbbw_right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ot17wbbw_right:before, .ot17wbbw_right:after {
    display: none;
  }
}
.ot17wbbw_right .ot17wbbwl_block {
  height: 33.333333%;
}
@media (max-width: 767px) {
  .ot17wbbw_right .ot17wbbwl_block {
    padding-left: 9.5px;
  }
}
.ot17wbbw_right .ot17wbbwl_block a {
  display: flex;
  padding: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .ot17wbbw_right .ot17wbbwl_block a {
    flex-direction: column-reverse;
  }
}
.ot17wbbw_right .ot17wbbwl_block a .ot17wbbwlb_header {
  font-size: 32px;
}
@media (max-width: 1440px) {
  .ot17wbbw_right .ot17wbbwl_block a .ot17wbbwlb_header {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .ot17wbbw_right .ot17wbbwl_block a .ot17wbbwlb_header {
    font-size: 18px;
  }
}
.block_footer button {
  width: 100%;
  padding: 12.5px;
}
@media (max-width: 1440px) {
  .block_footer button {
    padding: 14px;
  }
}
.ot18wbb_wrapper {
  display: flex;
  gap: 60px;
  border-top: 1px solid var(--dark);
  border-bottom: 1px solid var(--dark);
  padding-top: 9.5px;
  padding-bottom: 9.5px;
  position: relative;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .ot18wbb_wrapper {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .ot18wbb_wrapper {
    gap: 20px;
  }
}
.ot18wbbw_datas {
  display: flex;
  gap: var(--gap);
}
@media (max-width: 767px) {
  .ot18wbbw_datas {
    flex-direction: column;
  }
}

.ot18wbbw_block {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: space-between;
  padding-top: 100px;
}
@media (max-width: 1440px) {
  .ot18wbbw_block {
    gap: 40px;
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .ot18wbbw_block {
    gap: 30px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .ot18wbbw_block {
    gap: 20px;
    padding-top: 30px;
    width: 100%;
  }
}
.ot18wbbw_block:nth-child(1) .ot18wbbwb_bottom {
  padding-left: 9.5px;
}
.ot18wbbw_block:nth-child(2) .ot18wbbwb_bottom {
  padding-right: 9.5px;
}

.ot18wbbwbt_img {
  margin: 0 auto 40px;
  text-align: center;
  max-width: 586px;
}
@media (max-width: 1440px) {
  .ot18wbbwbt_img {
    max-width: 446px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .ot18wbbwbt_img {
    max-width: none;
    margin-bottom: 18px;
  }
}
.ot18wbbwbt_img img {
  width: 132px;
}
@media (max-width: 1440px) {
  .ot18wbbwbt_img img {
    width: 97px;
  }
}
@media (max-width: 991px) {
  .ot18wbbwbt_img img {
    width: 74px;
  }
}
@media (max-width: 767px) {
  .ot18wbbwbt_img img {
    width: 55px;
  }
}

.ot18wbbwbti_text {
  margin-top: -20px;
  color: var(--grey);
  text-align: center;
  font-family: var(--font-family-2);
  font-size: 50px;
  font-weight: 400;
  line-height: 110%;
  font-style: italic;
}
@media (max-width: 1440px) {
  .ot18wbbwbti_text {
    margin-top: -27px;
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .ot18wbbwbti_text {
    font-size: 30px;
    margin-top: -21px;
  }
}
.ot18wbbwt_block {
  margin: 0 auto;
  max-width: 586px;
}
@media (max-width: 1440px) {
  .ot18wbbwt_block {
    max-width: 446px;
  }
}
@media (max-width: 991px) {
  .ot18wbbwt_block {
    max-width: none;
  }
}
.ot18wbbwtb_header {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .ot18wbbwtb_header {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .ot18wbbwtb_header {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .ot18wbbwtb_header {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}

.ot18wbbwtb_text {
  color: var(--light);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ot18wbbwtb_text {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
@media (max-width: 991px) {
  .ot18wbbwtb_text {
    font-size: 10px;
    letter-spacing: -0.2px;
    padding: 0 9.5px;
  }
}
.ot18wbbw_buttons {
  display: flex;
  gap: var(--gap);
  padding-left: 9.5px;
  padding-right: 9.5px;
}
@media (max-width: 991px) {
  .ot18wbbw_buttons {
    flex-direction: column;
  }
}
.ot18wbbwb_bottom {
  width: 50%;
}
@media (max-width: 991px) {
  .ot18wbbwb_bottom {
    width: 100%;
  }
}
.ot18wbbwb_bottom button {
  width: 100%;
  padding: 12.5px;
}
@media (max-width: 1440px) {
  .ot18wbbwb_bottom button {
    padding: 14px;
  }
}
footer {
  padding: 30px 0 25px;
  background: rgba(51, 51, 51, 0.3) url("../img/footer_logo_cut.svg") center bottom repeat-x;
  position: relative;
}
@media (max-width: 767px) {
  footer {
    background-size: auto 60px;
  }
}
footer:before, footer:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--dark);
  z-index: 2;
}
footer:before {
  top: 30px;
}
@media (max-width: 1440px) {
  footer:before {
    top: 20px;
  }
}
@media (max-width: 991px) {
  footer:before {
    top: 10px;
  }
}
footer:after {
  bottom: 105px;
}
@media (max-width: 991px) {
  footer:after {
    bottom: 79px;
  }
}
@media (max-width: 1440px) {
  footer {
    padding: 31px 0 30px;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 21px 0 20px;
  }
}
.f_wrapper {
  /*display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--common-gap);*/
}
.fw_top {
  margin-bottom: 85px;
}
@media (max-width: 1440px) {
  .fw_top {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .fw_top {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .fw_top {
    margin-bottom: 42px;
  }
}

.fwt_wrapper,
.fwb_wrapper {
  display: flex;
  gap: var(--gap);
  padding-left: 9.5px;
  padding-right: 9.5px;
}
@media (max-width: 767px) {
  .fwt_wrapper,
  .fwb_wrapper {
    flex-direction: column;
  }
}
.fwtw_left {
  flex-grow: 1;
  margin-top: 8px;
}
@media (max-width: 1440px) {
  .fwtw_left {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .fwtw_left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .fwtw_left {
    width: 100%;
  }
}

.fwtwl_top {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .fwtwl_top {
    margin-bottom: 74px;
  }
}
@media (max-width: 991px) {
  .fwtwl_top {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .fwtwl_top {
    margin-bottom: 22px;
  }
}
.fwtwl_top img {
  width: 253px;
}
@media (max-width: 991px) {
  .fwtwl_top img {
    width: 175px;
  }
}
@media (max-width: 767px) {
  .fwtwl_top img {
    width: 130px;
  }
}

.fwtwl_center {
  margin-bottom: 48px;
  display: flex;
  gap: var(--gap);
}
@media (max-width: 1440px) {
  .fwtwl_center {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .fwtwl_center {
    margin: 0;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .fwtwl_center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--gap);
  }
}

.fwtwlc_block {
  width: 25%;
  max-width: 283px;
}
@media (max-width: 1440px) {
  .fwtwlc_block {
    max-width: 213px;
  }
}
@media (max-width: 991px) {
  .fwtwlc_block {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .fwtwlc_block {
    max-width: 100%;
  }
}

.fwtwlcb_header,
.fwtwlcb_body ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .fwtwlcb_header,
  .fwtwlcb_body ul li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .fwtwlcb_header,
  .fwtwlcb_body ul li {
    font-size: 12px;
  }
}
.fwtwlcb_header a,
.fwtwlcb_body ul li a {
  text-decoration-line: none;
}
.fwtwlcb_header a:hover,
.fwtwlcb_body ul li a:hover {
  text-decoration-line: underline;
}

.fwtwlcb_header {
  margin-bottom: var(--gap);
}
@media (max-width: 991px) {
  .fwtwlcb_header {
    margin-bottom: 10px;
  }
}
.fwtwlcb_header a {
  color: var(--white);
}

.fwtwlcb_body ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.fwtwlcb_body ul li a {
  color: rgba(255, 255, 255, 0.6);
}

.fwtwl_footer {
  position: relative;
}
.fwtwl_footer .hwr_social {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .fwtwl_footer .hwr_social a {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991px) {
  .fwtwl_footer {
    position: absolute;
    left: calc(50% + 9.5px);
    bottom: 90px;
  }
}
@media (max-width: 767px) {
  .fwtwl_footer {
    /*left: calc(50% + var(--gap));*/
    position: relative;
    bottom: 0;
    width: -moz-min-content;
    width: min-content;
  }
}

.fwtw_right {
  width: 25%;
  flex-shrink: 0;
  margin-top: 11px;
}
@media (max-width: 1440px) {
  .fwtw_right {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .fwtw_right {
    width: 50%;
    padding-left: 9.5px;
  }
}
.fwtw_right a {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  text-decoration: none;
}
@media (max-width: 1440px) {
  .fwtw_right a {
    gap: 10px;
  }
}
.fwtw_right a img {
  width: 100%;
}
.fwtw_right a:hover span {
  text-decoration: none;
}

@media (max-width: 767px) {
  .fwtw_right a span {
    font-size: 12px;
  }
}

.fwb_wrapper {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fwb_wrapper {
    justify-content: flex-start;
    gap: 5px;
  }
}

.fwbw_left,
.fwbw_right {
  color: var(--grey);
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .fwbw_left,
  .fwbw_right {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}
.fwbw_right a {
  color: var(--grey);
  text-decoration-line: none;
}
.fwbw_right a:hover {
  text-decoration-line: underline;
}

.modal {
  background: var(--black);
}

.lines_container {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.lines_container .container {
  height: inherit;
}
.lines_container .container .row {
  height: inherit;
  position: relative;
  border-left: 1px solid var(--dark);
  border-right: 1px solid var(--dark);
}
.lines_container .container .row:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--dark);
}
.lines_container .container .row .col-6.offset-3 {
  position: relative;
}
.lines_container .container .row .col-6.offset-3:before, .lines_container .container .row .col-6.offset-3:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--dark);
}
.lines_container .container .row .col-6.offset-3:before {
  left: 24.5px;
}
.modal .col-6.offset-3:after {
  right: 24.5px;
}

main .lines_container .row {
  margin: 0;
}
main .lines_container .row .col-6.offset-3:before {
  left: 0;
}
main .lines_container .row .col-6.offset-3:after {
  right: 0;
}

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

#thanks .modal-fullscreen .modal-content {
  display: flex;
  justify-content: center;
}

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

.modal-body {
  /*padding: 100px 0;*/
  flex: none;
}
.modal_content {
  position: relative;
  z-index: 1;
  padding: 160px 0 91px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1200px;
}
@media (max-width: 1199px) {
  .modal_content {
    padding: 120px 0 80px;
  }
}
@media (max-width: 991px) {
  .modal_content {
    padding: 100px 0 60px;
  }
}
@media (max-width: 767px) {
  .modal_content {
    padding: 80px 0 40px;
  }
}

#thanks .modal_content {
  display: flex;
  align-items: center;
}

.mb_close {
  position: absolute;
  top: 30px;
  right: -313px;
  width: 80px;
  height: 80px;
  background: url("../img/close.svg") center no-repeat;
  background-size: contain;
  z-index: 2;
}
@media (max-width: 1440px) {
  .mb_close {
    top: 20px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  .mb_close {
    top: 0;
    width: 60px;
    height: 60px;
  }
}
.mc_title {
  color: var(--white);
  text-align: center;
  font-size: 72px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -3.6px;
  text-transform: uppercase;
}
.mc_title span {
  display: block;
  color: var(--white);
  text-align: center;
  font-family: var(--font-family-3);
  font-size: 80px;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -4px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .mc_title span {
    font-size: 60px;
    letter-spacing: -3px;
  }
}
@media (max-width: 991px) {
  .mc_title span {
    font-size: 56px;
    letter-spacing: -2px;
  }
}
@media (max-width: 767px) {
  .mc_title span {
    font-size: 34px;
    letter-spacing: -1.8px;
  }
}
@media (max-width: 1440px) {
  .mc_title {
    font-size: 62px;
    letter-spacing: -3px;
  }
}
@media (max-width: 991px) {
  .mc_title {
    font-size: 52px;
    letter-spacing: -2px;
  }
}
@media (max-width: 767px) {
  .mc_title {
    font-size: 34px;
    letter-spacing: -1.7px;
  }
}

.mc_text {
  color: var(--light);
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin: 35px 0 auto;
  max-width: 586px;
}
.mc_form_wrapper {
  position: relative;
  padding-right: calc(25% + var(--common-gap));
}
@media (max-width: 991px) {
  .mc_form_wrapper {
    padding: 0;
  }
}
.mc_form_wrapper:after {
  /*content: '';
  position: absolute;
  left: calc(75% + var(--common-gap));
  bottom: -60px;
  width: 386px;
  max-width: 32%;
  height: 496px;
  background: url('../img/popup_form_girl.png') center bottom no-repeat;
  background-size: contain;
  z-index: 0;

  @include _991 {
  	display: none;
  }*/
}

.modal .mc_form_wrapper {
  display: flex;
  justify-content: center;
  padding: 0;
  color: var(--black);
  margin-top: 80px;
}
@media (max-width: 1440px) {
  .modal .mc_form_wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .modal .mc_form_wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .modal .mc_form_wrapper {
    margin-top: 30px;
  }
}

.mcfw_element {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.mcfw_element:before, .mcfw_element:after {
  content: "";
  position: absolute;
  bottom: -4.5px;
  width: 9px;
  height: 9px;
  background: var(--white);
}
.mcfw_element:before {
  left: -4.5px;
}
.mcfw_element:after {
  right: -4.5px;
}

.mcfw_form {
  border: 1px solid var(--dark);
  background: var(--black);
  position: relative;
  z-index: 1;
  padding: 80px;
  max-width: 910px;
  margin: 0 auto;
}
.mcfw_form:before, .mcfw_form:after {
  content: "";
  position: absolute;
  top: -4.5px;
  width: 9px;
  height: 9px;
  background: var(--white);
}
.mcfw_form:before {
  left: -4.5px;
}
.mcfw_form:after {
  right: -4.5px;
}
@media (max-width: 1440px) {
  .mcfw_form {
    padding: 60px;
    max-width: none;
  }
}
@media (max-width: 991px) {
  .mcfw_form {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .mcfw_form {
    padding: 20px;
  }
}
.mcfw_form .mcfw_form_text {
  color: var(--light);
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mcfw_form .mcfw_form_text {
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mcfw_form .mcfw_form_text {
    font-size: 14px;
    letter-spacing: -0.28px;
    margin-bottom: 20px;
  }
}
.mcfw_form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 16px;
}
.mcfw_form form .mcfwf_row {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.mcfw_form form .mcfwf_row button {
  width: 100%;
}
.mcfw_form form .mcfwfr_cell {
  width: 100%;
}
.mcfw_form .mcfwf_notice {
  margin-bottom: 20px;
}
.mcfw_form .mcfwf_notice a {
  color: var(--grey);
}
.mcfw_form .mcfwf_notice a:hover {
  text-decoration: none;
}/*# sourceMappingURL=styles.css.map */