/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
  font-size: 1px;
}
@media (max-width: 1850px) {
  html {
    font-size: 0.95px;
  }
}
@media (max-width: 1780px) {
  html {
    font-size: 0.9px;
  }
}
@media (max-width: 1680px) {
  html {
    font-size: 0.85px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 0.8px;
  }
}
@media (max-width: 1480px) {
  html {
    font-size: 0.75px;
  }
}
@media (max-width: 1380px) {
  html {
    font-size: 0.7px;
  }
}
@media (max-width: 1330px) {
  html {
    font-size: 0.65px;
  }
}
@media (max-width: 1240px) {
  html {
    font-size: 0.6px;
  }
}
@media (max-width: 1140px) {
  html {
    font-size: 0.55px;
  }
}
@media (max-width: 1030px) {
  html {
    font-size: 0.5px;
  }
}
@media (max-width: 930px) {
  html {
    font-size: 0.45px;
  }
}
@media (max-width: 850px) {
  html {
    font-size: 1px;
  }
}

body {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-display: swap;
  background: #101010;
}

body.menu-open {
  overflow: hidden;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.container {
  max-width: 1720rem;
  margin: 0 auto;
  padding: 0 20rem;
}

.section_title {
  font-weight: 400;
  font-size: 67rem;
  line-height: 121%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.section_title span {
  display: inline;
  background: linear-gradient(90deg, #f00 0%, #c70a0a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 850px) {
  .section_title {
    font-size: 26rem;
  }
}

.sub_title {
  font-weight: 300;
  font-style: Italic;
  font-size: 20rem;
  line-height: 100%;
  letter-spacing: -3%;
  text-transform: uppercase;
  color: #ACACAC;
}
@media (max-width: 850px) {
  .sub_title {
    font-size: 16rem;
  }
}

.btn-red {
  padding: 20rem 50rem;
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 22rem;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 100rem;
  height: 72rem;
  background: linear-gradient(90deg, #FF0000 0%, #EB2323 100%);
  transition: 0.3s ease;
}
.btn-red:hover {
  box-shadow: 7px 11px 12px 0px rgba(255, 0, 0, 0.2);
}
@media (max-width: 850px) {
  .btn-red {
    height: 60rem;
    font-size: 18rem;
    padding: 10rem;
  }
}

.section-top {
  margin-top: 140rem;
}
@media (max-width: 850px) {
  .section-top {
    margin-top: 80rem;
  }
}

.section_head {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  margin-bottom: 60rem;
}
@media (max-width: 850px) {
  .section_head {
    gap: 8rem;
    margin-bottom: 40rem;
  }
}

.header {
  padding: 20rem 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 850px) {
  .header {
    padding: 12rem 0;
  }
}
.header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3rem;
  background: linear-gradient(100.44deg, #F5F5F5 0.4%, #8F8F8F 95.78%);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logo {
  width: 263rem;
  height: 82rem;
  position: relative;
  z-index: 13;
}
@media (max-width: 850px) {
  .header_logo {
    width: 128rem;
    height: 40rem;
  }
}
.header_logo img {
  width: 100%;
}
.header_link {
  display: flex;
  align-items: center;
  gap: 40rem;
}
@media (max-width: 850px) {
  .header_link {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #101010;
    z-index: 3;
    flex-direction: column;
    align-items: start;
    padding: 80rem 32rem 20rem 32rem;
    transition: 0.3s ease;
  }
}
.header_link.active {
  left: 0;
}
.header_link a {
  font-weight: 400;
  font-size: 20rem;
  line-height: 175%;
  color: #FFFFFF;
  transition: 0.3s ease;
}
.header_link a:hover {
  color: #C70A0A;
}
.header .burger {
  width: 40rem;
  height: 40rem;
  display: none;
  position: relative;
  z-index: 4;
}
@media (max-width: 850px) {
  .header .burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.hero .container {
  position: relative;
}
@media (max-width: 850px) {
  .hero .container {
    padding: 0;
  }
}
.hero_text {
  max-width: 920rem;
  padding: 124rem 0 100rem 0;
}
@media (max-width: 850px) {
  .hero_text {
    padding: 32rem 20rem 0 20rem;
    max-width: 100%;
  }
}
.hero_text h1 {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 60rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 32rem;
}
.hero_text h1 span {
  background: linear-gradient(90deg, #f00 0%, #eb2323 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 850px) {
  .hero_text h1 {
    font-size: 24rem;
    margin-bottom: 16rem;
  }
}
.hero_text p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 32rem;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 850px) {
  .hero_text p {
    font-size: 20rem;
  }
}
.hero_img {
  position: absolute;
  top: -60rem;
  right: -215rem;
  width: 980rem;
  height: 937rem;
}
@media (max-width: 850px) {
  .hero_img {
    position: static;
    width: 536rem;
    min-width: 536rem;
    height: 513rem;
    display: flex;
    flex-shrink: 0;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .hero_img {
    transform: translateX(-30rem);
  }
}
.hero_contact {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255, 0, 0, 0.77) 0%, rgba(235, 35, 35, 0.77) 100%);
  border: 2rem solid #e6e9ea;
  border-radius: 32rem;
  width: 1680rem;
  padding: 42rem 100rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32rem;
}
@media (max-width: 850px) {
  .hero_contact {
    width: 100%;
    padding: 24rem 16rem;
    flex-direction: column;
    transform: translateY(-100rem);
    width: calc(100% - 10rem);
    margin: auto;
  }
}
.hero_contact-text {
  width: 700rem;
}
@media (max-width: 850px) {
  .hero_contact-text {
    width: 100%;
  }
}
.hero_contact-text h3 {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 48rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 22rem;
}
@media (max-width: 850px) {
  .hero_contact-text h3 {
    font-size: 24rem;
  }
}
.hero_contact-text p {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 28rem;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .hero_contact-text p {
    font-size: 18rem;
  }
}
.hero_contact form {
  width: 520rem;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 20rem;
}
@media (max-width: 850px) {
  .hero_contact form {
    width: 100%;
  }
}
.hero_contact form input,
.hero_contact form button {
  width: 100%;
  height: 80rem;
  border-radius: 100rem;
}
@media (max-width: 850px) {
  .hero_contact form input,
  .hero_contact form button {
    height: 60rem;
  }
}
.hero_contact form input {
  border: 1rem solid #000000;
  background: #FFFFFF;
  padding: 20rem 25rem;
  font-weight: 400;
  font-size: 18rem;
  line-height: 140%;
  letter-spacing: -2%;
  color: #22282B;
}
@media (max-width: 850px) {
  .hero_contact form input {
    font-size: 16rem;
  }
}
.hero_contact form button {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 24rem;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
  text-transform: uppercase;
  color: #FF0000;
  background: #101010;
}
@media (max-width: 850px) {
  .hero_contact form button {
    font-size: 20rem;
  }
}

.statistic {
  padding-top: 140rem;
}
@media (max-width: 850px) {
  .statistic {
    padding-top: 0;
  }
}
@media (max-width: 850px) {
  .statistic .section_head {
    margin-bottom: 60rem;
    text-align: center;
  }
}
.statistic_blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 76rem;
}
@media (max-width: 850px) {
  .statistic_blocks {
    grid-template-columns: repeat(2, 1fr);
    gap: 40rem;
  }
}
@media (max-width: 480px) {
  .statistic_blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
.statistic_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12rem;
  text-align: center;
}
.statistic_block h3 {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 68rem;
  text-transform: uppercase;
  background: linear-gradient(90deg, #f00 0%, #eb2323 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 850px) {
  .statistic_block h3 {
    font-size: 32rem;
  }
}
.statistic_block span {
  font-weight: 400;
  font-size: 28rem;
  text-align: center;
  color: #F5F5F5;
}
@media (max-width: 850px) {
  .statistic_block span {
    font-size: 20rem;
  }
}

.investment .container {
  position: relative;
}
.investment_text {
  max-width: 800rem;
}
.investment_text .title {
  font-family: "Onest", sans-serif;
  font-weight: 600;
  font-size: 32rem;
  line-height: 100%;
  letter-spacing: 1%;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .investment_text .title {
    font-weight: 500;
    font-size: 20rem;
  }
}
.investment_text ul {
  display: flex;
  flex-direction: column;
  gap: 24rem;
  margin: 20rem 0 40rem 0;
}
.investment_text ul li {
  font-family: "Onest", sans-serif;
  font-weight: 300;
  font-size: 24rem;
  line-height: 130%;
  letter-spacing: 1%;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .investment_text ul li {
    font-size: 18rem;
  }
}
.investment_text p {
  border-radius: 16rem;
  border: 2rem dashed #FF0000;
  padding: 32rem 20rem;
  max-width: 792rem;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 26rem;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 70rem;
}
@media (max-width: 850px) {
  .investment_text p {
    padding: 16rem 12rem;
    font-size: 18rem;
    margin: 40rem 0;
  }
}
.investment_img {
  position: absolute;
  top: 0;
  right: -74rem;
  width: 728rem;
  z-index: -1;
}
@media (max-width: 850px) {
  .investment_img {
    display: none;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.investment_img img {
  position: absolute;
  top: -100rem;
  right: -74rem;
  min-width: 1100rem;
}
.investment_img::before {
  content: "";
  position: absolute;
  width: 500rem;
  height: 760rem;
  background: rgb(255, 0, 0);
  filter: blur(405px);
  z-index: -1;
}
.investment .mobile_img {
  display: none;
  position: relative;
  width: 350rem;
  height: 448rem;
}
@media (max-width: 850px) {
  .investment .mobile_img {
    display: block;
  }
}
.investment .mobile_img img {
  position: absolute;
  top: -55rem;
  right: 0;
  min-width: 500rem;
}
.investment .mobile_img::before {
  content: "";
  position: absolute;
  width: 240rem;
  height: 360rem;
  background: rgb(255, 0, 0);
  filter: blur(205px);
  z-index: -1;
}
@media (max-width: 850px) {
  .investment .btn-red {
    width: 100%;
  }
}

.project_blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40rem;
  margin-bottom: 60rem;
}
@media (max-width: 850px) {
  .project_blocks {
    grid-template-columns: repeat(1, 1fr);
    gap: 24rem;
    margin-bottom: 40rem;
  }
}
.project_block {
  border-radius: 16rem;
  padding: 32rem 20rem;
  display: flex;
  flex-direction: column;
  gap: 16rem;
  border: 2rem dashed #FF0000;
  border-radius: 16rem;
}
.project_block-head {
  display: flex;
  align-items: center;
  gap: 16rem;
}
.project_block-head .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55rem;
  height: 55rem;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  background: linear-gradient(90deg, #FF0000 0%, #EB2323 100%);
  font-family: "Disruptors Script", sans-serif;
}
@media (max-width: 850px) {
  .project_block-head .number {
    width: 40rem;
    height: 40rem;
  }
}
.project_block-head .number span {
  font-weight: 400;
  font-size: 70rem;
  line-height: 100%;
  color: #FFFFFF;
  text-align: center;
  transform: translate(-2rem, 7rem);
}
@media (max-width: 850px) {
  .project_block-head .number span {
    font-size: 50rem;
    transform: translate(-2rem, 5rem);
  }
}
.project_block-head h3 {
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 32rem;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .project_block-head h3 {
    font-size: 20rem;
  }
}
.project_block p {
  font-weight: 400;
  font-size: 24rem;
  line-height: 130%;
  vertical-align: middle;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .project_block p {
    font-size: 16rem;
  }
}
.project .btn-red {
  width: 350rem;
  margin: auto;
  display: block;
}
@media (max-width: 850px) {
  .project .btn-red {
    width: 100%;
  }
}

.video_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70rem;
}
@media (max-width: 850px) {
  .video_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 32rem;
  }
}
.video_card {
  border-radius: 20rem;
  border: 1rem solid #FF0000;
  overflow: hidden;
}
.video_card-img {
  height: 330rem;
  position: relative;
}
@media (max-width: 640px) {
  .video_card-img {
    height: 250rem;
  }
}
.video_card-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.video_card-img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #FF0000 0%, #EB2323 100%);
}
.video_card-img .play img {
  width: 36rem;
  height: 36rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.video_card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video_card-text {
  padding: 20rem 32rem 40rem 32rem;
}
@media (max-width: 850px) {
  .video_card-text {
    padding: 20rem 8rem;
  }
}
.video_card-text h3 {
  font-family: "Onest", sans-serif;
  font-weight: 700;
  font-size: 28rem;
  background: linear-gradient(90deg, #f00 0%, #eb2323 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 850px) {
  .video_card-text h3 {
    font-size: 24rem;
  }
}
.video_card-text p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 20rem;
  color: #e6e6e6;
  margin: 22rem 0 40rem 0;
}
.video_card-text .btn-red {
  width: 100%;
  height: 60rem;
  font-size: 24rem;
  padding: 10rem;
}

.comfort .container {
  display: flex;
  gap: 60rem;
}
@media (max-width: 850px) {
  .comfort .container {
    flex-direction: column;
    gap: 40rem;
  }
}
.comfort .mobile_head {
  display: none;
}
@media (max-width: 850px) {
  .comfort .mobile_head {
    display: flex;
    margin-bottom: 0;
  }
}
.comfort_imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24rem;
  height: 840rem;
  width: 825rem;
}
@media (max-width: 850px) {
  .comfort_imgs {
    width: 100%;
    height: 466rem;
    gap: 12rem;
  }
}
.comfort_imgs img {
  border: 1rem solid #FFFFFF;
  border-radius: 30rem;
  height: 407rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .comfort_imgs img {
    height: 225rem;
    border-radius: 12rem;
    -o-object-position: top;
       object-position: top;
  }
}
.comfort_imgs img:nth-child(1) {
  grid-row: span 2;
  height: 100%;
}
.comfort_text {
  width: 770rem;
}
@media (max-width: 850px) {
  .comfort_text {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .comfort_text .section_head {
    display: none;
  }
}
.comfort_text ul {
  display: flex;
  flex-direction: column;
  padding-left: 20rem;
  border-left: 2rem solid #FF0000;
  max-width: 800rem;
  margin: 60rem 0;
}
@media (max-width: 850px) {
  .comfort_text ul {
    margin: 0 0 32rem 0;
  }
}
.comfort_text ul li {
  margin-left: 20rem;
  list-style-type: disc;
  font-weight: 500;
  font-size: 28rem;
  line-height: 198%;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .comfort_text ul li {
    font-size: 16rem;
    margin-left: 15rem;
  }
}
.comfort_text .btn-red {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12rem;
  width: 350rem;
}
@media (max-width: 850px) {
  .comfort_text .btn-red {
    width: 100%;
  }
}

.program {
  padding-top: 200rem;
}
@media (max-width: 850px) {
  .program {
    padding-top: 80rem;
  }
}
.program .container {
  position: relative;
}
@media (max-width: 850px) {
  .program .section_head {
    margin-bottom: 32rem;
  }
}
.program_text {
  width: 850rem;
}
@media (max-width: 850px) {
  .program_text {
    width: 100%;
  }
}
.program_text .title {
  font-family: "Onest", sans-serif;
  font-weight: 200;
  font-size: 36rem;
  line-height: 140%;
  letter-spacing: -6%;
  color: #FFFFFF;
  max-width: 700rem;
}
@media (max-width: 850px) {
  .program_text .title {
    font-size: 20rem;
  }
}
.program_text ul {
  display: flex;
  flex-direction: column;
  gap: 24rem;
  margin: 40rem 0;
}
@media (max-width: 850px) {
  .program_text ul {
    margin: 24rem 0;
  }
}
.program_text ul li {
  font-family: "Onest", sans-serif;
  font-weight: 200;
  font-size: 24rem;
  line-height: 100%;
  letter-spacing: -6%;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .program_text ul li {
    font-size: 18rem;
  }
}
.program_text p {
  font-family: "Onest", sans-serif;
  font-weight: 300;
  font-size: 26rem;
  line-height: 130%;
  letter-spacing: -6%;
  color: #FFFFFF;
  margin-bottom: 60rem;
  max-width: 750rem;
}
@media (max-width: 850px) {
  .program_text p {
    font-size: 20rem;
    margin-bottom: 32rem;
  }
}
.program_text p b {
  font-weight: 500;
  display: block;
  margin-bottom: 12rem;
}
.program_media_img {
  position: relative;
  width: 350rem;
  height: 467rem;
  display: none;
  margin: 0 auto 70rem auto;
}
@media (max-width: 850px) {
  .program_media_img {
    display: block;
  }
}
.program_media_img::before {
  content: "";
  position: absolute;
  top: 232rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 350rem;
  height: 300rem;
  background: rgba(255, 0, 0, 0.6);
  filter: blur(130px);
  z-index: -1;
}
.program_media_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.program_media_img .text {
  position: absolute;
  left: 0;
  bottom: -45rem;
  border-radius: 16rem;
  border: 2rem dashed #FF0000;
  padding: 12rem 20rem;
  width: 100%;
  background: #101010;
}
.program_media_img .text p {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 18rem;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
}
.program_media_img .text p span {
  display: inline;
  color: #FF0000;
}
.program_img {
  position: absolute;
  top: -200rem;
  right: -166rem;
  width: 1058rem;
  height: 1000rem;
}
@media (max-width: 850px) {
  .program_img {
    display: none;
  }
}
.program_img::before {
  content: "";
  position: absolute;
  top: 160rem;
  right: 186rem;
  width: 740rem;
  height: 467rem;
  background: rgba(255, 0, 0, 0.6);
  filter: blur(215px);
  z-index: -1;
}
.program_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.program_img .text {
  position: absolute;
  left: 100rem;
  bottom: -45rem;
  border-radius: 16rem;
  border: 2rem dashed #FF0000;
  padding: 32rem 20rem;
  width: 792rem;
  background: #101010;
}
.program_img .text p {
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: 28rem;
  line-height: 43rem;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.program_img .text p span {
  color: #FF0000;
}
.program .btn-red {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15rem;
  font-weight: 500;
}
@media (max-width: 850px) {
  .program .btn-red {
    width: 100%;
  }
}
.program .btn-red svg {
  width: 34rem;
  height: 34rem;
}

.policy {
  margin: 80rem 0;
}
@media (max-width: 850px) {
  .policy {
    margin: 30rem 0;
  }
}
.policy .container {
  max-width: 1220rem;
}
.policy h1 {
  font-family: "Onest", sans-serif;
  font-weight: 900;
  font-size: 60rem;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(90deg, #f00 0%, #c70a0a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 48rem;
}
@media (max-width: 850px) {
  .policy h1 {
    font-size: 32rem;
    margin-bottom: 32rem;
  }
}
@media (max-width: 480px) {
  .policy h1 {
    font-size: 20rem;
    margin-bottom: 24rem;
  }
}
.policy_in {
  display: flex;
  flex-direction: column;
  gap: 32rem;
}
@media (max-width: 850px) {
  .policy_in {
    gap: 24rem;
  }
}
.policy_block p, .policy_block li {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 22rem;
  line-height: 120%;
  color: #E6E6E6;
}
@media (max-width: 850px) {
  .policy_block p, .policy_block li {
    font-size: 16rem;
  }
}
.policy_block ul {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.policy_block p {
  margin-bottom: 32rem;
}
@media (max-width: 850px) {
  .policy_block p {
    margin-bottom: 16rem;
  }
}
.policy .title {
  display: flex;
  align-items: center;
  gap: 24rem;
  margin-bottom: 16rem;
}
@media (max-width: 850px) {
  .policy .title {
    gap: 12rem;
    margin-bottom: 12rem;
  }
}
.policy .title .number {
  flex-shrink: 0;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #FF0000 0%, #C70A0A 100%);
}
@media (max-width: 850px) {
  .policy .title .number {
    width: 30rem;
    height: 30rem;
  }
}
.policy .title .number span {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 28rem;
  color: #000000;
}
@media (max-width: 850px) {
  .policy .title .number span {
    font-size: 18rem;
  }
}
.policy .title h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 32rem;
  color: #E6E6E6;
}
@media (max-width: 850px) {
  .policy .title h3 {
    font-size: 20rem;
  }
}

.footer {
  padding: 40rem 0;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3rem;
  background: linear-gradient(100.44deg, #F5F5F5 0.4%, #8F8F8F 95.78%);
}
.footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40rem;
  margin-bottom: 60rem;
}
@media (max-width: 850px) {
  .footer_top {
    flex-direction: column;
  }
}
.footer_logo {
  width: 263rem;
  height: 82rem;
}
.footer_logo img {
  width: 100%;
}
.footer_link {
  display: flex;
  align-items: center;
  gap: 40rem;
}
@media (max-width: 850px) {
  .footer_link {
    flex-direction: column;
    gap: 22rem;
  }
}
.footer_link a {
  font-weight: 400;
  font-size: 20rem;
  line-height: 175%;
  color: #FFFFFF;
  transition: 0.3s ease;
}
.footer_link a:hover {
  color: #C70A0A;
}
.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80rem;
  margin-bottom: 32rem;
}
@media (max-width: 850px) {
  .footer_bottom {
    flex-direction: column;
    text-align: center;
    gap: 24rem;
  }
}
.footer_bottom a {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 22rem;
  line-height: 175%;
  color: #FFFFFF;
  transition: 0.3s ease;
}
.footer_bottom a:hover {
  color: #C70A0A;
}
.footer .end_text {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 20rem;
  text-align: center;
  color: #FFFFFF;
  display: block;
}/*# sourceMappingURL=style.css.map */