@charset "UTF-8";
:root {
  --font-family: "Roboto", sans-serif;
  --second-family: "Roboto Slab", sans-serif;
  --third-family: "Geist", sans-serif;
  --font3: "Wix Madefor Display", sans-serif;
  --font4: "Geologica", sans-serif;
  --font5: "Wix Madefor Text", sans-serif;
  --content-width: 180rem;
  --container-offset: 3rem;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --bb-green: #1a543e;
  --bb-yelow: #fabf1c;
  --bb-black: #040404;
  --bb-white: #fff;
  --30black: #fff;
  --grey1: #fff;
  --grey2: #fff;
  --grey3: #fff;
  --grey4: #fff;
  --bb-yelow: #fabf1c;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Slab";
  src: url("../fonts/RobotoSlab-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Geist";
  src: url("../fonts/Geist-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Wix Madefor Text";
  src: url("../fonts/WixMadeforText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.5208333333vw;
  color: #fff;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 1.7361111111vw;
  }
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
  background-color: var(--bb-black);
}

.page__body::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: var(--bb-black);
  height: 100%;
  background-image: url("./../img/suit-bg.webp");
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  pointer-events: none;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.title1 {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 8.3rem;
  line-height: 122%;
  color: var(--bb-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-right: 0.6rem;
}
@media (max-width: 576px) {
  .title1 {
    font-size: 6.2rem;
    line-height: 125%;
  }
}
.title1 > span {
  display: block;
}
.title1 > span:first-child {
  padding-left: 0.7rem;
}
.title1 > span:nth-child(2) {
  padding-right: 5.6rem;
}
@media (max-width: 576px) {
  .title1 > span:nth-child(2) {
    padding-right: 4.5rem;
  }
}
.title1 > span:last-child {
  margin-top: -0.2rem;
  padding-left: 2.8rem;
}
@media (max-width: 576px) {
  .title1 > span:last-child {
    padding-left: 2rem;
  }
}
.title1 span.accent {
  font-family: var(--font-family);
  background: var(--bb-green);
  display: inline-block;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  vertical-align: middle;
  margin-left: 1rem;
  line-height: 1;
  padding: 1.8rem 1rem;
}
@media (max-width: 576px) {
  .title1 span.accent {
    padding: 1.2rem 0.7rem;
    margin-left: 0.8rem;
  }
}

.title2 {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 8rem;
  line-height: 100%;
  text-align: center;
  color: var(--bb-white);
}
@media (max-width: 576px) {
  .title2 {
    font-size: 5rem;
    line-height: 110%;
  }
}

.title3 {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 6rem;
  line-height: 110%;
  text-align: center;
  color: var(--bb-white);
}
@media (max-width: 576px) {
  .title3 {
    font-size: 5rem;
    line-height: 110%;
  }
}

.title3--accent {
  color: var(--bb-yelow);
}

.desc1 {
  margin: 0;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 130%;
  text-align: center;
  color: var(--bb-white);
}

.desc2 {
  margin: 0;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 150%;
  text-align: center;
  color: var(--bb-white);
}
@media (max-width: 576px) {
  .desc2 {
    font-size: 2.2rem;
  }
}

.desc3 {
  margin: 0;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 150%;
  color: var(--bb-white);
}
.desc2 span {
  color: var(--bb-yelow);
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem 2rem 1.6rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 120%;
  color: #fefefe;
  background-color: var(--bb-yelow);
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.btn:hover {
  background-color: #fbd260;
}
.btn:focus {
  outline: none;
  background-color: #fbd260;
}
.btn:active {
  background-color: var(--bb-yelow);
}
.btn:disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #e6e6e6;
  cursor: not-allowed;
}

.text-dark {
  color: var(--bb-black);
}

section {
  padding: 13rem 0;
}
@media (max-width: 576px) {
  section {
    padding: 10rem 0;
  }
}
section:first-child {
  margin-bottom: 13rem;
  padding: 0;
}
@media (max-width: 576px) {
  section:first-child {
    margin-bottom: 6rem;
  }
}

.video-wrapper {
  position: relative;
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  z-index: 5;
}
.video-play svg {
  width: 100%;
  height: 100%;
  fill: var(--bb-white);
}

.list {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 150%;
  color: var(--bb-white);
}
.list:not(:last-child) {
  margin-bottom: 4.5rem;
}
@media (max-width: 576px) {
  .list:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.list i {
  display: inline-block;
  width: 2.2rem;
  height: auto;
}
.list i img {
  width: 100%;
  height: 100%;
}

.list li:not(:last-child) {
  margin-bottom: 1rem;
}

.link-btn {
  display: inline-block;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 120%;
  color: var(--bb-white);
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}
.link-btn:hover {
  color: #fbd260;
}
.link-btn:focus {
  outline: none;
  color: #fbd260;
}
.link-btn:active {
  color: var(--bb-yelow);
}
.link-btn:disabled {
  color: #e6e6e6;
  cursor: not-allowed;
}
@media (max-width: 576px) {
  .link-btn {
    font-size: 2rem;
  }
}

.video-wrapper--background {
  position: relative;
  overflow: hidden;
}
.video-wrapper--background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

[data-animate] {
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animate].animate {
  opacity: 1;
}

[data-animate="fade-in"] {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animate="fade-in"].animate {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

[data-animate="slide-up"] {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animate="slide-up"].animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

[data-animate="slide-left"] {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animate="slide-left"].animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

[data-animate="slide-right"] {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animate="slide-right"].animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

[data-animate="fade-in-up"] {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animate="fade-in-up"].animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

[data-animate="fade-in-left"] {
  opacity: 0;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animate="fade-in-left"].animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

[data-animate="fade-in-right"] {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animate="fade-in-right"].animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

[data-animate="ready-slide"] {
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animate="ready-slide"].animate {
  opacity: 1;
}

[data-animate="scale-in"] {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animate="scale-in"].animate {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

[data-animate="rotate-in"] {
  opacity: 0;
  -webkit-transform: rotate(-10deg) scale(0.8);
  -ms-transform: rotate(-10deg) scale(0.8);
  transform: rotate(-10deg) scale(0.8);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animate="rotate-in"].animate {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

[data-animate="bounce-in"] {
  opacity: 0;
  -webkit-transform: translateY(50px) scale(0.8);
  -ms-transform: translateY(50px) scale(0.8);
  transform: translateY(50px) scale(0.8);
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-animate="bounce-in"].animate {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}

[data-animate="slide-in-bottom"] {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-animate="slide-in-bottom"].animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.just-validate-error-label {
  display: none;
}

.hero {
  height: 100vh;
  position: relative;
}
@media (max-width: 576px) {
  .hero {
    height: 100dvh;
	  margin-bottom: 3rem;
  }
}
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 47rem;
  transform: translateY(50%);
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.hero__wrapper {
  position: relative;
  height: 100%;
  max-width: 192rem;
  margin: 0 auto;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 52.1%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(55.28%, #000),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(to right, #000 55.28%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 576px) {
  .hero::before {
    width: 100%;
    top: unset;
    bottom: 0;
    height: 60%;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(55.28%, #000),
      to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(to top, #000 55.28%, rgba(0, 0, 0, 0) 100%);
  }
}
.hero .container {
  width: 100%;
  height: 100%;
}
.hero__container {
  height: 100%;
  padding-top: 17.7vh;
}
@media (max-width: 576px) {
  .hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }
  .hero__wrapper {
    padding-bottom: 5rem;
  }
}
.hero__img {
  position: absolute;
  top: 0;
  right: -32rem;
  height: 100%;
  width: 202rem;
}
@media (max-width: 576px) {
  .hero__img {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
  }
}
.hero__img::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 23rem;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#000),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 576px) {
  .hero__img::after {
    display: none;
  }
}
.hero__img img,
.hero__img video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__content {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 57.3rem;
}
.hero__title {
  margin-bottom: 4.2rem;
}
@media (max-width: 576px) {
  .hero__title {
    margin-bottom: 2rem;
  }
}
.hero__desc {
  margin-bottom: 7.1rem;
}
@media (max-width: 576px) {
  .hero__desc {
    margin-bottom: 4.2rem;
  }
}
.hero__desc p {
  margin: 0;
}
.hero__desc p:not(:last-child) {
  margin-bottom: 1rem;
}
.hero__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 576px) {
  .hero__btn {
    padding-top: 2.5rem;
    padding-bottom: 2.9rem;
    font-size: 3rem;
    margin: 0 auto;
  }
}

.suit {
  padding-bottom: 14rem;
  position: relative;
}
@media (max-width: 576px) {
  .suit {
    padding-top: 13rem;
    padding-bottom: 8rem;
  }
}
.suit::before,
.suit::after {
  content: "";
  position: fixed;
  top: 0;
  height: 100%;
  width: 38rem;
  pointer-events: none;
}
@media (max-width: 576px) {
  .suit::before,
  .suit::after {
    display: none;
  }
}
.suit::before {
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.suit::after {
  right: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#000),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.suit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10rem;
  position: relative;
  z-index: 4;
}
@media (max-width: 576px) {
  .suit__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
  }
}
.suit__content {
  width: 100%;
  max-width: 72.4rem;
}
.suit__img {
  min-height: 80rem;
  width: 78.3rem;
}
@media (max-width: 576px) {
  .suit__img {
    width: 100%;
    min-height: 50.7rem;
  }
}
.suit__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.suit__title {
  margin-bottom: 4.5rem;
}
@media (max-width: 576px) {
  .suit__title {
    margin-bottom: 2.3rem;
  }
}
.suit__desc {
  font-weight: 400;
}
.suit__desc p {
  margin: 0;
}
.suit__desc b {
  font-weight: 500;
}
.suit__desc p:not(:last-child) {
  margin-bottom: 4.5rem;
}
@media (max-width: 576px) {
  .suit__desc {
    text-align: left;
  }
  .suit__desc p:not(:last-child) {
    margin-bottom: 1em;
  }
}
.suit__desc span {
  font-weight: 600;
}

.get {
  padding: 10.7rem 0 13rem;
}
@media (max-width: 576px) {
  .get {
    padding: 11rem 0 14rem;
  }
}
.get__title {
  margin-bottom: 9rem;
}
@media (max-width: 576px) {
  .get__title {
    margin-bottom: 5.2rem;
  }
}
.get__slider {
  padding: 0 calc((100% - var(--content-width)) / 2);
}
.get__slider .swiper-slide {
  width: auto;
}
@media (max-width: 576px) {
  .get__slider {
    padding: 0 var(--container-offset);
  }
}

.get-item {
  position: relative;
  min-height: 65.7rem;
  width: 51.2rem;
  padding: 5.5rem 6rem;
}
@media (max-width: 576px) {
  .get-item {
    width: 42.5rem;
    min-height: 80rem;
    padding: 3.6rem 4rem;
  }
}
.get-item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.get-item__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.get-item__title {
  position: relative;
  z-index: 4;
  margin: 0;
  font-weight: 500;
  font-size: 4rem;
  line-height: 100%;
}
.get-item--dark .get-item__title {
  color: var(--bb-black);
}
@media (max-width: 576px) {
  .get-item__title {
    font-size: 3.4rem;
  }
}

@media (max-width: 576px) {
  .program {
    padding-bottom: 5rem;
  }
}
.program__title {
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .program__title {
    margin-bottom: 2.2rem;
  }
}
.program__title span {
  white-space: nowrap;
}
.program__title span.accent {
  color: var(--bb-yelow);
}
.program__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 576px) {
  .program__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 5rem;
  }
}
.program__content {
  width: 100%;
  max-width: 67.7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .program__content {
    max-width: 100%;
  }
}
.program__video {
  position: relative;
  min-height: 59.8rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.program__video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 576px) {
  .program__video {
    min-height: unset;
    height: 38rem;
    width: 100%;
  }
}

.how {
  padding-top: 12.5rem;
}
@media (max-width: 576px) {
  .how {
    padding-top: 14rem;
    padding-bottom: 7.4rem;
  }
}
.how__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 576px) {
  .how__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 4.4rem;
  }
}
.how__title {
  margin-bottom: 4rem;
  text-align: left;
  font-size: 9rem;
  line-height: 100%;
}
.how__title span {
  display: block;
}
@media (max-width: 576px) {
  .how__title span {
    display: inline;
  }
}
@media (max-width: 576px) {
  .how__title {
    font-size: 5rem;
    line-height: 110%;
    text-align: center;
    margin-bottom: 2.2rem;
  }
}
.how__content {
  width: 100%;
  max-width: 67.7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.how__img {
  min-height: 59.8rem;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 0.5rem;
}
.how__img img,
.how__img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .how__img {
    min-height: 61.8rem;
  }
}
.how__list {
  font-size: 2.6rem;
}
@media (max-width: 576px) {
  .how__list {
    font-size: 2.4rem;
  }
}
.how__list li:not(:last-child) {
  margin-bottom: 1rem;
}
.how__list li i {
  width: 2.7rem;
}
@media (max-width: 576px) {
  .how__list li i {
    width: 2.4rem;
  }
}

.format {
  padding-top: 11.7rem;
}
.format__title {
  margin-bottom: 9rem;
}
@media (max-width: 576px) {
  .format__title {
    margin-bottom: 5rem;
  }
}
.format__slider {
  padding: 0 calc((100% - var(--content-width)) / 2);
}
@media (max-width: 576px) {
  .format__slider {
    padding: 0 var(--container-offset);
  }
}
.format__viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media (max-width: 576px) {
  .format__viewport {
    overflow: auto hidden;
    margin: 0 calc(-1 * var(--container-offset));
    padding: 0 var(--container-offset);
    gap: 3rem;
    scrollbar-width: none;
  }
}

.f-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
/*   min-height: 65.7rem; */
	height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 576px) {
  .f-item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 45.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
/*     min-height: 112.7rem; */
  }
}
.f-item__title {
  margin: 0;
  margin-bottom: 3.1rem;
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 100%;
  color: var(--bb-black);
}
.f-item__img {
  width: 100%;
  height: 37.5rem;
}
.f-item__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.f-item__content {
	display: flex; 
	flex-direction: column;
  position: relative;
  padding: 5rem 4rem;
  z-index: 5;
  background-color: var(--bb-white);
	flex-grow: 1;
}
.f-item__body {
	position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-height: 8.5rem;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.f-item__limit {
	position: absolute;
	top: 4.5rem;
	right: 0;
	z-index: 1;
	padding: 1.6rem;
	width: 21rem;
	background-color: var(--bb-green);
	
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 2rem;
	line-height: 100%;
	text-align: center;
	color: var(--bb-white);
}
@media (max-width: 576px){
	.f-item__limit {
		top: 3.5rem;
		width: 12.6rem;
	}
}

.f-item__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
	
	font-size: 1.6rem;
	color: var(--bb-black);
}
@media (max-width: 576px){
	.f-item__body {
		max-height: unset;
		margin-bottom: 4rem;
	}
	.f-item__more {
		display: none;
	}
}
.f-item__body.expanded ~ .f-item__more svg {
	transform: rotateX(180deg);
}
.f-item__more svg {
	width: 1.3rem;
	height: .9rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.f-item__sum {
  margin-bottom: 4rem;
}
.f-item__price {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 100%;
  color: var(--bb-black);
}
.f-item__price span {
  font-size: 5.6rem;
}
.f-item__else {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 100%;
  color: var(--bb-black);
}
.f-item__btn {
	margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 120%;
  text-align: right;
  color: var(--bb-white);
  background-color: var(--bb-black);
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

@media (any-hover: hover) {
  .f-item__btn:hover {
    background-color: #4f4f4f;
  }
}
.f-item__btn:focus {
  background-color: #4f4f4f;
  outline: none;
}
.f-item__btn:active {
  background-color: var(--bb-black);
}

.f-item__list {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--bb-black);
  max-width: 23rem;
}
.f-item__list:not(:last-child) {
  margin-bottom: 2.5rem;
}
.f-item__list li:not(:last-child) {
  margin-bottom: 1.35rem;
}
.f-item__list li.disabled {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.25);
}
.f-item--green .f-item__title {
  color: var(--bb-green);
}
.f-item--green .f-item__price {
  color: var(--bb-green);
}
.f-item--green .f-item__btn {
  background-color: var(--bb-green);
}
@media (any-hover: hover) {
  .f-item--green .f-item__btn:hover {
    background-color: #3c6d5b;
  }
}
.f-item--green .f-item__btn:focus {
  background-color: #3c6d5b;
  outline: none;
}
.f-item--green .f-item__btn:active {
  background-color: var(--bb-green);
}
.f-item--yellow .f-item__title {
  color: var(--bb-yelow);
}
.f-item--yellow .f-item__price {
  color: var(--bb-yelow);
}
.f-item--yellow .f-item__btn {
  background-color: var(--bb-yelow);
}
@media (any-hover: hover) {
  .f-item--yellow .f-item__btn:hover {
    background-color: #fbd260;
  }
}
.f-item--yellow .f-item__btn:focus {
  background-color: #fbd260;
  outline: none;
}
.f-item--yellow .f-item__btn:active {
  background-color: var(--bb-yelow);
}
.f-item__btn.disabled {
	background-color: #E6E6E6;
	color: rgba(0, 0, 0, 0.25);
	cursor: not-allowed;
	pointer-events: none;
}
@media (max-width: 576px) {
  .hi {
    padding-top: 9.4rem;
    padding-bottom: 7rem;
  }
}
.hi__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6rem;
}
@media (max-width: 576px) {
  .hi__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
  }
}
.hi__content {
  width: 100%;
  max-width: 65.1rem;
  text-align: center;
  margin-top: -1rem;
}
.hi__title {
  font-size: 9rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 576px) {
  .hi__title {
    font-size: 5rem;
    margin-bottom: 2.5rem;
  }
}
.hi__desc {
  font-weight: 400;
}
.hi__desc p {
  margin: 0;
}
.hi__desc p:not(:last-child) {
  margin-bottom: 1rem;
}
.hi__img {
  width: 80rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-height: 80rem;
  position: relative;
}
@media (max-width: 576px) {
  .hi__img {
    width: 100%;
    min-height: 62rem;
  }
}
.hi__img img,
.hi__img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testi {
  padding-top: 12rem;
}
.testi__title {
  margin-bottom: 9rem;
}
@media (max-width: 576px) {
  .testi__title {
    margin-bottom: 5rem;
  }
}
.testi__slider {
  padding: 0 calc((100% - var(--content-width)) / 2);
}
@media (max-width: 576px) {
  .testi__slider {
    padding: 0 var(--container-offset);
  }
}
.testi__slider .swiper-slide {
  width: auto;
}
.testi__slider .swiper-wrapper {
/*   gap: 3rem; */
  scrollbar-width: none;
}
@media (max-width: 576px) {
  .testi__slider .swiper-wrapper {
    padding: 0 var(--container-offset);
    margin: 0 calc(-1 * var(--container-offset));
  }
}
.testi__item {
  width: 32.9rem;
  height: 65rem;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  background-color: var(--bb-black);
}
@media (max-width: 576px) {
  .testi__item {
    width: 48rem;
    height: 90rem;
  }
}
.testi__item img,
.testi__item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.testi__item--video {
  position: relative;
}
.testi__item--video::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.testi__item--video::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 7.1rem;
  aspect-ratio: 1/1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("./../img/svg/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ready {
  margin-bottom: 12.5rem;
}
@media (max-width: 576px) {
  .ready {
    padding-top: 9.1rem;
    margin-bottom: 9rem;
  }
}
.ready__wrapper {
  position: relative;
}
.ready__container {
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10.4rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 576px) {
  .ready__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    gap: 5rem;
  }
}
.ready__content {
  padding: 0 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 88rem;
}
@media (max-width: 576px) {
  .ready__content {
    padding: 0;
    max-width: 100%;
  }
}
.ready__title {
  margin-bottom: 3.2rem;
  font-size: 9rem;
  line-height: 90%;
  max-width: 40.7rem;
  -moz-text-align-last: left;
  text-align-last: left;
}
@media (max-width: 576px) {
  .ready__title {
    text-align: center;
    -moz-text-align-last: unset;
    text-align-last: unset;
    font-size: 6rem;
    line-height: 110%;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}
.ready__subtitle {
  margin: 0;
  margin-bottom: 6.7rem;
  font-weight: 500;
  max-width: 51rem;
  font-size: 4rem;
  line-height: 130%;
  text-align: center;
  color: var(--bb-white);
}
@media (max-width: 576px) {
  .ready__subtitle {
    font-size: 3rem;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 70.5rem;
  }
}
.ready__btn {
  font-size: 3rem;
  padding: 2.53rem 11.6rem 2.8rem;
}
.ready__elems {
  position: absolute;
  top: 0;
  right: 0;
  width: 112.5rem;
  height: 80rem;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgb(48, 85, 52) 0%,
    transparent 100%
  );
  background-size: 100% 100%;
  background-position: center;
}
@media (max-width: 576px) {
  .ready__elems {
    width: 100%;
    height: 59rem;
    top: unset;
    bottom: 15rem;
  }
}
.ready__elems img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.5s ease,
    -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s ease,
    -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.5s ease;
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.5s ease,
    -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  height: 100%;
}
.ready__elems img:nth-child(1) {
  width: 72.7rem;
  height: 53.3rem;
  z-index: 1;
  -webkit-transform: translate(-67.5%, -60%) rotate(36deg) scale(0.8)
    translate(-100px, -100px);
  -ms-transform: translate(-67.5%, -60%) rotate(36deg) scale(0.8)
    translate(-100px, -100px);
  transform: translate(-67.5%, -60%) rotate(36deg) scale(0.8)
    translate(-100px, -100px);
}
.ready__elems img:nth-child(1).animate {
  opacity: 1;
  -webkit-transform: translate(-67.5%, -60%) rotate(36deg) scale(1);
  -ms-transform: translate(-67.5%, -60%) rotate(36deg) scale(1);
  transform: translate(-67.5%, -60%) rotate(36deg) scale(1);
}
@media (max-width: 576px) {
  .ready__elems img:nth-child(1) {
    width: 53rem;
    height: 38.8rem;
    -webkit-transform: translate(-59%, -81%) rotate(36deg) scale(0.8)
      translate(-100px, -100px);
    -ms-transform: translate(-59%, -81%) rotate(36deg) scale(0.8)
      translate(-100px, -100px);
    transform: translate(-59%, -81%) rotate(36deg) scale(0.8)
      translate(-100px, -100px);
  }
  .ready__elems img:nth-child(1).animate {
    opacity: 1;
    -webkit-transform: translate(-59%, -81%) rotate(36deg) scale(1);
    -ms-transform: translate(-59%, -81%) rotate(36deg) scale(1);
    transform: translate(-59%, -81%) rotate(36deg) scale(1);
  }
}
.ready__elems img:nth-child(2) {
  width: 43.4rem;
  height: 34.7rem;
  z-index: 2;
  -webkit-transform: translate(-22%, -59%) rotate(-29deg) scale(0.8)
    translate(100px, -100px);
  -ms-transform: translate(-22%, -59%) rotate(-29deg) scale(0.8)
    translate(100px, -100px);
  transform: translate(-22%, -59%) rotate(-29deg) scale(0.8)
    translate(100px, -100px);
}
.ready__elems img:nth-child(2).animate {
  opacity: 1;
  -webkit-transform: translate(-22%, -59%) rotate(-29deg) scale(1);
  -ms-transform: translate(-22%, -59%) rotate(-29deg) scale(1);
  transform: translate(-22%, -59%) rotate(-29deg) scale(1);
}
@media (max-width: 576px) {
  .ready__elems img:nth-child(2) {
    width: 32.1rem;
    height: 25.7rem;
    -webkit-transform: translate(-34%, -72%) rotate(-29deg) scale(0.8)
      translate(100px, -100px);
    -ms-transform: translate(-34%, -72%) rotate(-29deg) scale(0.8)
      translate(100px, -100px);
    transform: translate(-34%, -72%) rotate(-29deg) scale(0.8)
      translate(100px, -100px);
  }
  .ready__elems img:nth-child(2).animate {
    opacity: 1;
    -webkit-transform: translate(-34%, -72%) rotate(-29deg) scale(1);
    -ms-transform: translate(-34%, -72%) rotate(-29deg) scale(1);
    transform: translate(-34%, -72%) rotate(-29deg) scale(1);
  }
}
.ready__elems img:nth-child(3) {
  width: 70.9rem;
  height: 51.1rem;
  z-index: 3;
  -webkit-transform: translate(-48%, -29%) rotate(15deg) scale(0.8)
    translate(0, 100px);
  -ms-transform: translate(-48%, -29%) rotate(15deg) scale(0.8)
    translate(0, 100px);
  transform: translate(-48%, -29%) rotate(15deg) scale(0.8) translate(0, 100px);
}
.ready__elems img:nth-child(3).animate {
  opacity: 1;
  -webkit-transform: translate(-48%, -29%) rotate(15deg) scale(1);
  -ms-transform: translate(-48%, -29%) rotate(15deg) scale(1);
  transform: translate(-48%, -29%) rotate(15deg) scale(1);
}
@media (max-width: 576px) {
  .ready__elems img:nth-child(3) {
    width: 51.1rem;
    height: 36.8rem;
    -webkit-transform: translate(-50%, -27%) rotate(45deg) scale(1);
    -ms-transform: translate(-50%, -27%) rotate(45deg) scale(1);
    transform: translate(-50%, -27%) rotate(45deg) scale(1);
  }
  .ready__elems img:nth-child(3).animate {
    opacity: 1;
    -webkit-transform: translate(-50%, -27%) rotate(45deg) scale(1);
    -ms-transform: translate(-50%, -27%) rotate(45deg) scale(1);
    transform: translate(-50%, -27%) rotate(45deg) scale(1);
  }
}

.footer {
  padding: 6rem 0;
}
@media (max-width: 576px) {
  .footer {
    padding: 7rem 0;
  }
}
.footer__logo {
  display: block;
  width: 22.1rem;
  height: auto;
}
@media (max-width: 576px) {
  .footer__logo {
    width: 14.7rem;
  }
}
.footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .footer__container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 4rem;
  }
}
.footer__right {
  position: relative;
  z-index: 3;
}
@media (max-width: 576px) {
  .footer__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
  }
}
.footer__extra {
  margin-top: 4rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  text-align: right;
  color: var(--bb-white);
  max-width: 32.7rem;
}
@media (max-width: 576px) {
  .footer__extra {
    margin: 0;
  }
}
.footer__block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
  text-align: center;
}
@media (max-width: 576px) {
  .footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	  gap: 0;
  }
}
.footer__block > div:not(:last-child) {
  margin-bottom: 2.3rem;
}
@media (max-width: 576px) {
  .footer__block > div:not(:last-child) {
    margin: 0;
  }
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  padding: var(--container-offset);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6rem;
  gap: 3rem;
}
@media (max-width: 576px) {
  .modal__header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .modal__header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.modal__title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 4rem;
  line-height: 110%;
  color: var(--bb-black);
}
.modal__close {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3rem;
  aspect-ratio: 1/1;
}
.modal__close svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #040404;
  -webkit-transition: stroke 0.3s ease-in;
  transition: stroke 0.3s ease-in;
}
@media (any-hover: hover) {
  .modal__close:hover svg {
    stroke: #fbd260;
  }
}
.modal__close:focus {
  outline: none;
}
.modal__close:focus svg {
  stroke: #fbd260;
}
.modal__close:active svg {
  stroke: var(--bb-yelow);
}

.modal__body {
  padding: 6rem;
  width: 100%;
  max-width: 104rem;
  background: var(--bb-white);
}
@media (max-width: 576px) {
  .modal__body {
    padding: 4rem;
  }
}
.modal--active {
  opacity: 1;
  pointer-events: auto;
}

.dropdown {
  display: block;
  width: 100%;
  padding: 1.5rem 3rem;
  background-color: #fafafa;
  border: none;
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  text-transform: lowercase;
  -webkit-transition: color 0.1s ease-out, background-color 0.1s ease-out;
  transition: color 0.1s ease-out, background-color 0.1s ease-out;
  position: relative;
  z-index: 15;
}
.dropdown__header {
  position: relative;
  color: rgba(0, 0, 0, 0.25);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.dropdown__btn {
  position: absolute;
  top: 50%;
  right: -1.6rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.6rem;
}
.dropdown__btn svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.dropdown__label {
  position: absolute;
  top: 0rem;
  color: currentColor;
  -webkit-transition: color 0.3s ease, font-size 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: color 0.3s ease, font-size 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, font-size 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, font-size 0.3s ease,
    -webkit-transform 0.3s ease;
}
.dropdown__capture {
  opacity: 0;
  color: currentColor;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease-in;
  transition: color 0.3s ease, opacity 0.3s ease-in;
}
.dropdown__body {
  position: absolute;
  z-index: 4;
  left: -2px;
  top: 100%;
  right: -2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  will-change: max-height;
  overflow: hidden;
}
.dropdown__content {
  background: rgba(0, 0, 0, 0.04);
  z-index: 5;
  padding: 0.5rem 3rem 2rem;
  border: 2px solid transparent;
  border-top: none;
  -webkit-transition: color 0.1s ease-out, background-color 0.1s ease-out;
  transition: color 0.1s ease-out, background-color 0.1s ease-out;
}
.dropdown__item {
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  color: var(--bb-black);
}
.dropdown__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.dropdown__item:first-child {
  display: none;
}
@media (any-hover: hover) {
  .dropdown__item:hover {
    color: var(--bb-yelow);
  }
}
.dropdown.open {
  background: var(--bb-white);
  outline: 2px solid var(--bb-black);
  border-bottom: none;
}
.dropdown.open .dropdown__content {
  border-color: var(--bb-black);
  background-color: var(--bb-white);
}
.dropdown.open .dropdown__header {
  color: var(--bb-black);
}
@media (any-hover: hover) {
  .dropdown.open:hover .dropdown__capture {
    color: var(--bb-black);
  }
  .dropdown.open:hover .dropdown__label {
    color: var(--bb-black);
  }
}
.dropdown.filled .dropdown__capture {
  color: var(--bb-black);
}
.dropdown.filled .dropdown__label {
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
  font-size: 1.2rem;
}
.dropdown.filled .dropdown__capture {
  opacity: 1;
  -webkit-transform: translateY(0.8rem);
  -ms-transform: translateY(0.8rem);
  transform: translateY(0.8rem);
}
@media (any-hover: hover) {
  .dropdown.filled:hover .dropdown__capture {
    color: rgba(0, 0, 0, 0.45);
  }
}
.dropdown.open.filled .dropdown__capture {
  color: var(--bb-black);
}
@media (any-hover: hover) {
  .dropdown:hover .dropdown__capture {
    color: rgba(0, 0, 0, 0.45);
  }
}

.form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  --gap: -0.5rem;
}
@media (max-width: 576px) {
  .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form__field {
  display: block;
  width: 100%;
  position: relative;
}
.form__field--long {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
}
@media (any-hover: hover) {
  .form__field:hover input:not(:disabled) ~ .form__label {
    color: rgba(0, 0, 0, 0.45);
  }
}
.form__field-wrapper {
  height: 6rem;
  position: relative;
  outline: 2px solid transparent;
  padding: 1.5rem 3rem;
  background-color: #fafafa;
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  text-transform: lowercase;
  overflow: hidden;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out,
    outline-color 0.3s ease-in;
  transition: color 0.3s ease-out, background-color 0.3s ease-out,
    outline-color 0.3s ease-in;
}
.form__field-wrapper--area {
  height: 14rem;
}
.form__field.filled .form__label {
  font-size: 1.4rem;
  -webkit-transform: translateY(var(--gap));
  -ms-transform: translateY(var(--gap));
  transform: translateY(var(--gap));
}
.form__field.filled .form__input {
  -webkit-transform: translateY(-32%);
  -ms-transform: translateY(-32%);
  transform: translateY(-32%);
}
.form__field.filled .form__input--area {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.form__field.focus .form__field-wrapper {
  outline-color: #000;
  background-color: #fff;
}
.form__field.focus .form__label {
  background-color: #fff;
}
.form__label {
  position: absolute;
  z-index: 4;
  background-color: #fafafa;
  width: 100%;
  top: 0;
  padding-top: 1.4rem;
  left: 3rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.25);
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  -webkit-transition: font-size 0.3s ease-in, background-color 0.3s ease-in,
    -webkit-transform 0.3s ease-in;
  transition: font-size 0.3s ease-in, background-color 0.3s ease-in,
    -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in, font-size 0.3s ease-in,
    background-color 0.3s ease-in;
  transition: transform 0.3s ease-in, font-size 0.3s ease-in,
    background-color 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.form__input {
  display: block;
  position: absolute;
  padding: 1.5rem 3rem;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  border: none;
  background: none;
  -webkit-transition: background-color 0.3s ease-in,
    -webkit-transform 0.3s ease-in;
  transition: background-color 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in, background-color 0.3s ease-in;
  transition: transform 0.3s ease-in, background-color 0.3s ease-in,
    -webkit-transform 0.3s ease-in;
}
.form__input:focus {
  outline: none;
  -webkit-transform: translateY(-32%);
  -ms-transform: translateY(-32%);
  transform: translateY(-32%);
}
.form__input:focus ~ .form__label {
  font-size: 1.4rem;
  -webkit-transform: translateY(var(--gap));
  -ms-transform: translateY(var(--gap));
  transform: translateY(var(--gap));
}
.form__input:disabled {
  cursor: not-allowed;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #e3e6e6;
}
.form__input--area {
  height: 100%;
  resize: none;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding-top: 3rem;
}
.form__input--area:focus {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.form__btn {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  width: 100%;
  -ms-grid-column-span: 2;
  grid-column: 2 span;
  padding: 1.5rem 3rem 1.6rem;
}

.form__field-wrapper--area {
  overflow: hidden;
}

textarea {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE и Edge */
}
textarea::-webkit-scrollbar {
  display: none; /* Chrome, Safari и Opera */
}

.textarea-scrollbar {
  position: absolute;
  z-index: 10;
  top: 1rem;
  bottom: 1rem;
  right: 0.5rem;
  width: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.textarea-scrollbar.disabled {
  opacity: 0;
}
.textarea-scrollbar.disabled .textarea-scroll-track {
  background-color: #888c8b;
}
.textarea-scrollbar.disabled .textarea-scroll-btn {
  color: #888c8b;
}

.textarea-scroll-btn {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.textarea-scroll-btn svg {
  fill: currentColor;
}
.textarea-scroll-btn:disabled,
.textarea-scroll-btn.disabled {
  color: #888c8b;
  cursor: default;
}
.textarea-scroll-btn svg {
  width: 0.8rem;
  height: 0.8rem;
  fill: currentColor;
}

.textarea-scroll-track {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 2px;
  background: #000;
  border-radius: 100px;
  margin: 0.4rem 0;
  border-radius: 0.1rem;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}

.textarea-scroll-thumb {
  position: absolute;
  left: 50%;
  width: 100%;
  min-height: 2rem;
  background: transparent;
  opacity: 0.3;
  border-radius: 0.2rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.faq {
  position: relative;
  z-index: 2;
  margin-bottom: 12.5rem;
}
@media (max-width: 576px) {
  .faq {
    margin-bottom: 9rem;
  }
}
.faq__title {
  margin-bottom: 10rem;
}
@media (max-width: 576px) {
  .faq__title {
    margin-bottom: 6rem;
  }
}
.faq__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.faq__items:not(:last-child) {
  margin-bottom: 5rem;
}
.faq__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.faq__under {
  margin: 0;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 130%;
  color: var(--bb-white);
}
@media (max-width: 576px) {
  .faq__under {
    text-align: center;
  }
}
.faq__btn {
  width: 51.2rem;
  padding: 1.5rem 3rem;
  background-color: #fefefe;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--bb-black);
  transition: background-color 0.3s ease-in;
}
@media (any-hover: hover) {
  .faq__btn:hover {
    background-color: #fbd260;
  }
}
.faq__btn:focus {
  background-color: #fbd260;
}
.faq__btn:active {
  background-color: var(--bb-yelow);
}
.faq__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .faq__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .faq__btn {
    width: 100%;
  }
  .faq__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4rem 5rem;
  background-color: var(--bb-white);
  -webkit-transition: min-height 0.3s ease;
  transition: min-height 0.3s ease;
  will-change: min-height;
}
.faq-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}
@media (any-hover: hover) {
  .faq-item__header:hover .faq-item__btn svg {
    stroke: var(--bb-yelow);
  }
}
.faq-item__capture {
  color: var(--bb-black);
  text-align: left;
}
.faq-item__btn {
  width: 2.8rem;
	flex-shrink: 0;
  height: 1.6rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq-item__btn svg {
  width: 100%;
  height: 100%;
  stroke: #040404;
  -webkit-transition: stroke 0.3s ease-in;
  transition: stroke 0.3s ease-in;
}
.faq-item__content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
.faq-item__text {
  padding-top: 4rem;
  color: var(--bb-black);
  font-size: 2rem;
	line-height: 1.5;
}
.faq-item__text p {
  margin: 0;
}
.faq-item__text p:not(:last-child) {
  margin-bottom: 1em;
}
@media (max-width: 576px) {
  .faq-item {
    padding: 3rem 2rem;
  }
	.faq-item__capture {
		font-size: 2.2rem;
	}
  .faq-item__text {
    padding-top: 2rem;
    font-size: 2rem;
  }
}
.faq-item.open .faq-item__btn svg {
  stroke: var(--bb-yelow);
}

.socials {
  position: relative;
  z-index: 3;
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  max-width: 65rem;
}
@media (max-width: 576px) {
  .socials {
    margin-top: 4rem;
  }
}
.socials__link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.2rem;
  background-color: #fefefe;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
@media (any-hover: hover) {
  .socials__link:hover {
    background-color: #fbd260;
  }
}
.socials__link:focus {
  background-color: #fbd260;
}
.socials__link:active {
  background-color: var(--bb-yelow);
}
.socials__icon {
  width: 1.8rem;
  height: auto;
}
.socials__icon img {
  width: 100%;
  height: auto;
}
.socials__name {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: right;
  color: var(--bb-black);
}

.footer__socials {
  margin: 0;
  margin-left: auto;
  max-width: 14rem;
}

@media (max-width: 576px) {
  .footer__socials {
    margin: 0;
  }
}
.footer__socials .socials__link {
  padding: 1rem;
}

.modal {
  overflow-y: auto;
  align-items: flex-start;
}
.modal-title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 120%;
  color: var(--bb-black);
  margin: 0;
}
.controls {
  position: sticky;
  top: 2rem;
  margin-left: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  z-index: 1000;
  transition: all 0.3s ease;
}

.control-btn {
  padding: 0;
  width: 3rem;
  height: 3rem;
  background: none;
  border: none;
  cursor: pointer;
}
.control-btn svg {
  width: 100%;
  height: 100%;
  stroke: var(--bb-white);
  transition: stroke 0.3s ease-in;
}
@media (any-hover: hover) {
  .control-btn:hover svg {
    stroke: #fbd260;
  }
}
.control-btn:focus svg {
  stroke: #fbd260;
}
.control-btn:active svg {
  stroke: var(--bb-yelow);
}

@media (max-width: 576px) {
  .controls {
    display: none;
  }
}
.modal-header {
  margin-bottom: 4rem;
}

.modal-content {
  padding: 0;
}

.info-row {
  display: flex;
  border-bottom: 1px solid var(--bb-black);
  min-height: 5.6rem;
}

.info-row:last-child {
  border-bottom: none;
}

.info-label {
  flex: 0 0 50%;
  padding: 2rem 4rem;
  font-size: 2.2rem;
  color: var(--bb-black);
  display: flex;
  align-items: center;
  border-right: 1px solid var(--bb-black);
}

.info-value {
  flex: 1;
  padding: 2rem 4rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--bb-black);
  display: flex;
  align-items: center;
}
.info-value p {
  margin: 0;
}
.info-value a {
  text-decoration: underline;
  color: inherit;
  transition: color 0.3s ease-in;
}
.info-value a:hover {
  color: var(--bb-yelow);
}
.info-value a:focus {
  outline: none;
  color: var(--bb-yelow);
}
.modal__table {
  border: 1px solid var(--bb-black);
}
.info-value ul li {
  margin-bottom: 0.4rem;
  font-size: 2.2rem;
  color: var(--bb-black);
}
.info-value ul li span {
  display: block;
  font-weight: 400;
}

.info-value ul li:last-child {
  margin-bottom: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
  .info-row {
    flex-direction: column;
  }

  .info-label {
    flex: none;
    border-right: none;
    border-bottom: 1px solid var(--bb-black);
  }
}

@media (max-width: 576px) {
  .modal__table {
    border: none;
  }
  .info-row {
    border: 1px solid var(--bb-black);
  }
  .info-row:not(:last-child) {
    margin-bottom: 3rem;
  }
}
#modal-policy .modal__body,
#modal-agreement .modal__body {
  max-width: 145rem;
}

#modal-policy .modal__header .modal__close,
#modal-agreement .modal__header .modal__close,
#modal-info .modal__header .modal__close,
#modal-oferta .modal__header .modal__close {
  display: none;
}
@media (max-width: 576px) {
  #modal-policy .modal__header .modal__close,
  #modal-agreement .modal__header .modal__close,
  #modal-info .modal__header .modal__close,
  #modal-oferta .modal__header .modal__close {
    display: flex;
  }
}
.policy-content {
  color: var(--bb-black);
}
.policy-content p,
.policy-content ul,
.policy-content ol {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 150%;
}
.policy-content h3 {
  font-size: 3rem;
}
/*# sourceMappingURL=main.css.map */
