/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \**************************************************************************************************************/
.order {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 140px; }
  .order .bcg-img__container:nth-child(1) {
    top: 10%;
    right: 0%; }
  .order .bcg-img__container:nth-child(3) {
    top: 5%;
    left: -20%; }
  .order .bcg-img__container:nth-child(4) {
    bottom: -12%;
    left: 25%; }
  .order__wrapper {
    position: relative;
    z-index: 10;
    max-width: 615px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .order__title {
    font-size: 90px;
    font-family: "Avenir Black";
    margin-bottom: 20px; }
  .order__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 30px; }
  .order__city-details {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .order__city-details .form-field:last-child {
      margin-left: 10px; }

@media (max-width: 1000px) {
  .order {
    margin-bottom: 80px; } }

.contact {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 120px;
  margin-bottom: 140px;
  padding: 0 40px; }
  .contact .bcg-img__container:nth-child(1) {
    max-width: 300px;
    top: 35%;
    right: 0%; }
  .contact .bcg-img__container:nth-child(3) {
    top: 80%;
    left: -5%; }
  .contact__wrapper {
    position: relative;
    max-width: 1160px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .contact__title {
    font-size: 90px;
    font-family: "Avenir Black";
    text-align: center;
    margin-bottom: 20px; }
  .contact__content {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .contact__form {
    max-width: 515px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .contact__details {
    max-width: 490px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .contact__details-item {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 30px; }
    .contact__details-title {
      font-size: 18px;
      margin-bottom: 5px; }
    .contact__details-text {
      text-align: initial;
      white-space: normal;
      font-size: 20px;
      font-family: "Avenir Medium"; }

@media (max-width: 1090px) {
  .contact {
    margin-top: 100px;
    margin-bottom: 40px;
    padding: 0 20px; }
    .contact__wrapper {
      text-align: center; }
    .contact__title {
      font-size: 60px;
      width: 100%; }
    .contact__content {
      flex-direction: column;
      align-items: center; }
    .contact__form {
      margin-bottom: 50px;
      align-items: center; } }

@media (max-width: 400px) {
  .contact__wrapper {
    text-align: center; }
  .contact__title {
    font-size: 36px;
    width: 100%; }
  .contact__content {
    flex-direction: column;
    align-items: center; }
  .contact__form {
    margin-bottom: 40px; } }

.introduce {
  width: 100%;
  display: flex;
  justify-content: center; }
  .introduce .bcg-img {
    z-index: 1; }
    .introduce .bcg-img:nth-of-type(1) {
      top: -45%;
      right: 0%; }
    .introduce .bcg-img:nth-of-type(2) {
      top: 68.5%;
      left: -25%; }
  .introduce__wrapper {
    position: relative;
    z-index: 10;
    max-width: 1050px;
    margin-top: 170px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 90px; }
  .introduce__subtitle {
    font-size: 22px;
    color: #231F20;
    font-family: "Avenir Heavy"; }
  .introduce__title {
    max-width: 960px;
    width: 100%;
    padding: 0;
    font-size: 90px;
    font-family: "Avenir Black";
    line-height: 110px; }
  .introduce__text {
    margin-top: 20px;
    max-width: 570px;
    width: 100%;
    font-size: 20px;
    font-family: "Avenir Book"; }
  .introduce__button {
    margin-top: 40px; }

.partners {
  width: 100%;
  display: flex;
  justify-content: center; }
  .partners__wrapper {
    max-width: 1150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .partners__video-container {
    margin-top: 60px;
    width: 100%;
    height: 650px;
    border-radius: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .partners__video-container.active .partners__video-wrapper {
      display: flex; }
    .partners__video-container.no-active .partners__video-wrapper {
      display: none; }
    .partners__video-container video {
      width: 100%;
      height: 100%;
      border-radius: 30px; }
  .partners__video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #231f208a;
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 25px; }
    .partners__video-wrapper-img {
      max-width: 90px;
      width: 100%; }
      .partners__video-wrapper-img img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .partners__video-wrapper span {
      color: #fff;
      font-size: 20px;
      font-family: "Avenir Black"; }
  .partners__info {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .partners__info-title {
    padding: 0;
    font-size: 22px;
    margin-bottom: 30px; }

.detail {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 80px; }
  .detail .bcg-img {
    top: 27.5%;
    left: -25%; }

.about-us {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px; }
  .about-us .bcg-img__container:nth-child(2) {
    bottom: -180%;
    right: 20%; }
  .about-us__wrapper {
    max-width: 965px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .about-us__image {
    max-width: 475px;
    width: 100%; }
    .about-us__image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .about-us__detail {
    max-width: 440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .about-us__detail-title {
    font-size: 50px;
    margin-bottom: 20px;
    font-family: "Avenir Black"; }
  .about-us__detail-text {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: "Avenir Book"; }
  .about-us__detail-link {
    color: #ED3339;
    font-size: 22px;
    display: flex;
    align-items: center;
    position: relative; }
    .about-us__detail-link img {
      margin-left: 10px;
      max-width: 16px;
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .about-us__detail-link:before {
      content: '';
      display: block;
      background: #ED3339;
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 0;
      height: 2px;
      transition: all 0.3s ease-in-out; }
    .about-us__detail-link:hover::before {
      width: 100%; }

@media (max-width: 1115px) {
  .introduce__wrapper {
    padding: 0 90px;
    margin-top: 100px; }
  .introduce__title {
    font-size: 60px;
    line-height: 90px; }
  .partners__video-container {
    width: 80%;
    height: 370px; }
  .about-us__wrapper {
    flex-direction: column; }
  .about-us__image {
    order: 1; } }

@media (max-width: 800px) {
  .partners__video-container {
    height: 350px; }
  .partners__video-wrapper-img {
    max-width: 60px; }
  .about-us {
    margin-top: 50px; } }

@media (max-width: 700px) {
  .partners__video-container {
    height: 310px; } }

@media (max-width: 650px) {
  .introduce__wrapper {
    margin-top: 90px;
    padding: 0 40px; }
  .introduce__title {
    font-size: 50px;
    margin-top: 10px;
    max-width: max-content;
    width: 100%;
    line-height: 70px; }
  .about-us__detail {
    text-align: center;
    align-items: center; }
  .partners__video-container {
    height: 290px; }
  .partners__info-title {
    text-align: center; }
  .partners__info-item {
    margin: 0 25px; } }

@media (max-width: 500px) {
  .introduce__wrapper {
    padding: 0 20px; }
  .partners__video-container {
    height: 220px; }
  .partners__info-title {
    max-width: 300px;
    font-size: 20px; }
  .about-us__image {
    max-width: 350px; }
  .about-us__detail-title {
    max-width: 300px;
    font-size: 30px; }
  .about-us__detail-text {
    max-width: 300px;
    font-size: 18px;
    font-family: "Avenir Medium"; } }

@media (max-width: 450px) {
  .partners__video-container {
    width: calc(100% - 24px);
    height: 215px; } }

@media (max-width: 380px) {
  .partners__video-container {
    height: 195px; } }

@media (max-width: 320px) {
  .partners__info-title {
    font-size: 16px; }
  .about-us__detail-text {
    font-size: 16px; } }

.services__intro {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative; }
  .services__intro .bcg-img__container:nth-child(1) {
    top: 30%;
    right: 0%; }
  .services__intro .bcg-img__container:nth-child(3) {
    top: 30%;
    left: -25%; }
  .services__intro-wrapper {
    margin-top: 170px; }
  .services__intro-title {
    font-family: "Avenir Black";
    font-size: 90px;
    margin-bottom: 20px; }
  .services__intro-text {
    align-self: flex-start;
    max-width: 670px;
    width: 100%;
    font-family: "Avenir Medium";
    font-size: 20px;
    margin-bottom: 40px; }

.services__details {
  position: relative;
  z-index: 10;
  margin-top: 100px;
  width: 100%;
  display: flex;
  justify-content: center; }
  .services__details .bcg-img {
    z-index: 1; }
    .services__details .bcg-img:nth-child(1) {
      top: 20%;
      left: -36%; }

.services__gallery {
  padding: 0 30px;
  margin-top: 50px;
  margin-bottom: 150px;
  width: 100%;
  display: flex;
  justify-content: center; }
  .services__gallery .bcg-img__container:nth-child(2) {
    bottom: -90%;
    left: 0%; }
  .services__gallery-wrapper {
    max-width: 1160px;
    max-height: 1050px;
    width: 100%; }
  .services__gallery-content {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px; }
  .services__gallery-item img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .services__gallery-item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3; }
  .services__gallery-item:nth-child(2) {
    grid-area: 1 / 3 / 2 / 5; }
  .services__gallery-item:nth-child(3) {
    grid-area: 2 / 3 / 3 / 5; }
  .services__gallery-item:nth-child(4) {
    grid-area: 1 / 5 / 2 / 7; }
  .services__gallery-item:nth-child(5) {
    grid-area: 2 / 5 / 3 / 6; }
  .services__gallery-item:nth-child(6) {
    grid-area: 2 / 6 / 3 / 7; }
  .services__gallery-item:nth-child(7) {
    grid-area: 3 / 1 / 5 / 7; }

@media (max-width: 999px) {
  .services__intro {
    padding: 0 20px; }
    .services__intro-wrapper {
      align-items: center;
      margin-top: 110px; }
    .services__intro-title {
      max-width: 700px;
      font-size: 60px; }
  .services__details {
    margin-top: 50px;
    padding: 0 20px; } }

@media (max-width: 800px) {
  .services__gallery {
    margin-bottom: 50px; }
    .services__gallery-content {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(6, 1fr);
      grid-column-gap: 10px;
      grid-row-gap: 10px; }
    .services__gallery-item {
      max-height: 180px; }
      .services__gallery-item:nth-child(1) {
        max-height: 100%;
        grid-area: 1 / 1 / 3 / 3; }
        .services__gallery-item:nth-child(1) img {
          object-fit: cover; }
      .services__gallery-item:nth-child(2) {
        grid-area: 3 / 1 / 4 / 3; }
      .services__gallery-item:nth-child(3) {
        grid-area: 4 / 1 / 5 / 3; }
      .services__gallery-item:nth-child(4) {
        grid-area: 5 / 1 / 6 / 3; }
      .services__gallery-item:nth-child(5) {
        grid-area: 6 / 1 / 7 / 2; }
      .services__gallery-item:nth-child(6) {
        grid-area: 6 / 2 / 7 / 3; }
      .services__gallery-item:nth-child(7) {
        display: none; } }

@media (max-width: 600px) {
  .services__intro {
    padding: 0 20px; }
    .services__intro-wrapper {
      align-items: center;
      margin-top: 100px; }
    .services__intro-title {
      max-width: 700px;
      font-size: 40px; }
    .services__intro-text {
      max-width: 400px; } }

@media (max-width: 400px) {
  .services__intro-title {
    max-width: 700px;
    font-size: 36px; }
  .services__intro-text {
    font-size: 16px;
    max-width: 300px; }
  .services__intro-partners {
    max-width: 300px; } }

@font-face {
  font-family: "Avenir Heavy";
  src: url("../fonts/Avenir%20Heavy..ttf"); }

@font-face {
  font-family: "Avenir Medium";
  src: url("../fonts/Avenir%20Medium..ttf"); }

@font-face {
  font-family: "Avenir Black";
  src: url(../fonts/AvenirLTStd-Black..otf); }

@font-face {
  font-family: "Avenir Book";
  src: url(../fonts/AvenirLTStd-Book..otf); }

.about-intro {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 20px; }
  .about-intro .bcg-img__container:nth-child(1) {
    left: -15%;
    top: 20%; }
  .about-intro .bcg-img__container:nth-child(3) {
    top: 30%;
    right: 0; }
  .about-intro__wrapper {
    position: relative;
    z-index: 10;
    margin-top: 170px;
    max-width: 1060px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .about-intro__title {
    max-width: 900px;
    margin-bottom: 20px; }
  .about-intro__text {
    max-width: 700px;
    font-family: "Avenir Book";
    margin-bottom: 40px; }
  .about-intro__link {
    align-self: center; }
  .about-intro__img {
    margin-top: 40px;
    margin-bottom: 80px;
    max-width: 965px;
    width: 100%;
    max-height: 550px; }
    .about-intro__img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.about__partners {
  max-width: 750px; }

.about-detail {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
  padding: 0 20px; }
  .about-detail .bcg-img__container:nth-child(1) {
    left: -15%;
    top: 100%; }
  .about-detail__wrapper {
    position: relative;
    flex-wrap: wrap;
    z-index: 10;
    margin-top: 170px;
    max-width: 1060px;
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .about-detail__title {
    font-size: 50px;
    font-family: "Avenir Black";
    max-width: 570px;
    width: 100%; }
  .about-detail__content {
    max-width: 475px;
    width: 100%; }
    .about-detail__content-item {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 30px; }
  .about-detail__item-title {
    font-size: 30px;
    font-family: "Avenir Black";
    margin-bottom: 10px; }
  .about-detail__item-text {
    font-size: 20px;
    font-family: "Avenir Book"; }

.about-slogan {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
  padding: 0 20px; }
  .about-slogan .bcg-img__container:nth-child(1) {
    right: 0%;
    top: 80%; }
  .about-slogan__wrapper {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 100px 60px;
    max-width: 1060px;
    width: 100%;
    background-color: #e7e7e752;
    border-radius: 30px;
    border: 1px solid #fff; }
  .about-slogan__text {
    font-family: "Avenir Black";
    font-size: 90px;
    line-height: 95px; }
    .about-slogan__text span {
      color: #ED3339; }

.about-description {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }
  .about-description__wrapper {
    display: flex;
    justify-content: center; }
  .about-description__content {
    font-size: 20px;
    max-width: 570px; }
    .about-description__content p {
      font-family: "Avenir Book";
      line-height: 35px;
      margin-bottom: 20px; }
      .about-description__content p span {
        font-family: "Avenir Black"; }

@media (max-width: 1090px) {
  .about-detail {
    margin-bottom: 50px; }
    .about-detail__wrapper {
      flex-direction: column;
      align-items: center; }
    .about-detail__title {
      margin-bottom: 40px; }
  .about-slogan {
    margin-bottom: 50px; }
    .about-slogan__text {
      font-size: 70px; } }

@media (max-width: 800px) {
  .about-slogan__wrapper {
    padding: 40px 20px; }
  .about-slogan__text {
    font-size: 50px; } }

@media (max-width: 600px) {
  .about-intro__wrapper {
    margin-top: 80px; }
  .about-detail__title {
    font-size: 30px; }
  .about-detail__wrapper {
    margin-top: 70px; }
  .about-slogan__text {
    font-size: 36px;
    line-height: 40px; }
  .about-description {
    margin-bottom: 20px; }
    .about-description__wrapper {
      padding: 0 20px; }
    .about-description__content {
      font-size: 19px; } }

@media (max-width: 400px) {
  .about-description__content {
    font-size: 16px; } }

.equipment-intro {
  margin-top: 170px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 100px; }
  .equipment-intro .bcg-img__container:nth-child(1) {
    top: 5%;
    left: 5%; }
  .equipment-intro .bcg-img__container:nth-child(3) {
    top: 200%;
    right: 0; }
  .equipment-intro__wrapper {
    position: relative;
    z-index: 10;
    max-width: 1160px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 90px; }
  .equipment-intro__title {
    max-width: 960px;
    width: 100%;
    margin-bottom: 20px; }
  .equipment-intro__text {
    max-width: 670px;
    margin-bottom: 20px; }

.assortments {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 100px; }
  .assortments .bcg-img__container:nth-child(2) {
    top: 27%;
    left: -16%; }
  .assortments__wrapper {
    max-width: 1160px;
    width: 100%;
    display: flex;
    flex-direction: column; }
  .assortments__block {
    width: 100%;
    padding: 100px;
    background-color: #e7e7e752;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-bottom: 50px; }
    .assortments__block:last-child {
      margin-bottom: 0; }
  .assortments__title {
    width: 100%;
    font-size: 50px;
    font-family: "Avenir Black";
    margin-bottom: 20px; }
  .assortments__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .assortments__item {
    max-width: 475px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px; }
    .assortments__item-img {
      width: 100%;
      margin-bottom: 20px; }
      .assortments__item-img .item-img {
        border-radius: 30px;
        width: 100%;
        max-height: 300px;
        object-fit: contain;
        transition: filter .2s linear; }
      .assortments__item-img:hover .item-img {
        filter: brightness(70%); }
      .assortments__item-img:hover .assortments__item-subtext span {
        color: #ED3339;
        width: 23ch; }
      .assortments__item-img:hover .assortments__item-subtext img {
        opacity: 1;
        position: absolute;
        right: -50px;
        bottom: 0;
        transform: translate(-50%, -50%); }
    .assortments__item-subtext {
      width: max-content;
      font-size: 30px;
      font-family: "Avenir Black";
      position: relative;
      transition: color .2s ease; }
      .assortments__item-subtext img {
        transition: right .2s ease;
        opacity: 0;
        position: absolute;
        right: -20px;
        bottom: 0;
        transform: translate(-50%, -50%); }
    .assortments__item-details {
      width: 100%;
      display: flex;
      flex-direction: column; }
  .assortments__detail-name {
    font-family: "Avenir Black";
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0; }
  .assortments__content-item {
    border-top: 1px solid #00000026;
    width: 100%;
    display: flex;
    align-items: center; }
    .assortments__content-item p {
      padding: 10px 0;
      width: 50%;
      font-size: 16px;
      font-family: "Avenir Book"; }
  .assortments__btn {
    margin-top: 20px;
    width: max-content; }
    .assortments__btn span.form-btn-content {
      padding: 10px;
      min-width: 18ch;
      justify-content: center; }
      .assortments__btn span.form-btn-content span {
        color: #fff;
        transition: opacity .3s ease;
        display: flex; }
        .assortments__btn span.form-btn-content span:nth-child(1) {
          opacity: 1; }
        .assortments__btn span.form-btn-content span:nth-child(2) {
          position: absolute;
          opacity: 0; }
    .assortments__btn:hover .form-btn-content span:nth-child(1) {
      position: absolute;
      opacity: 0; }
    .assortments__btn:hover .form-btn-content span:nth-child(2) {
      position: relative;
      opacity: 1; }

@media (max-width: 1150px) {
  .equipment-intro {
    margin-top: 90px;
    margin-bottom: 30px; }
    .equipment-intro__wrapper {
      padding: 0 40px; }
  .assortments {
    margin-bottom: 0; }
    .assortments__wrapper {
      align-items: center;
      padding: 0 20px; }
    .assortments__block {
      width: max-content;
      padding: 40px; }
    .assortments__title {
      text-align: center; }
    .assortments__list {
      flex-direction: column;
      align-items: center; } }

@media (max-width: 650px) {
  .assortments__title {
    font-size: 30px; }
  .assortments__item-subtext {
    font-size: 24px; }
  .assortments__block {
    width: 100%;
    padding: 40px 25px; } }

.equipment-post {
  width: 100%;
  display: flex;
  justify-content: center; }
  .equipment-post .bcg-img__container:nth-child(1) {
    top: 18%;
    left: 0; }
  .equipment-post .bcg-img__container:nth-child(3) {
    top: 50%;
    right: 0; }
  .equipment-post__intro {
    width: 100%;
    height: 100%; }
    .equipment-post__intro .bcg-img__container:nth-child(1) {
      top: 0%;
      left: auto;
      right: 3%; }
  .equipment-post__wrapper {
    position: relative;
    z-index: 10;
    max-width: 1165px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 20px; }
  .equipment-post__images {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px; }
    .equipment-post__images img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .equipment-post__images-layout {
      margin-top: 50px;
      max-height: 450px;
      max-width: 965px;
      width: 100%; }
      .equipment-post__images-layout img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top; }
  .equipment-post__blocks {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .equipment-post__specification {
    margin-top: 20px;
    width: 100%;
    background-color: #e7e7e752;
    border-radius: 30px;
    padding-top: 30px; }
    .equipment-post__specification-name {
      font-size: 30px;
      font-weight: bold;
      font-family: "Avenir Black";
      margin-bottom: 20px;
      padding-left: 60px; }
    .equipment-post__specification-content {
      width: 100%;
      border-top: 1px solid #231F20;
      display: flex;
      flex-direction: column;
      padding-bottom: 10px; }
    .equipment-post__specification-field {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      border-top: 1px solid #00000026;
      padding: 10px 0; }
      .equipment-post__specification-field.field-title {
        border: none; }
        .equipment-post__specification-field.field-title p {
          color: #646464;
          font-family: "Avenir Black"; }
      .equipment-post__specification-field p {
        width: calc(100% / 3);
        font-size: 16px;
        font-family: "Avenir Book"; }
        .equipment-post__specification-field p.post__common-field {
          width: 100%;
          text-align: left;
          padding-right: 30px; }
        .equipment-post__specification-field p:first-child {
          max-width: 400px;
          width: 100%;
          padding-right: 30px;
          padding-left: 60px; }
      .equipment-post__specification-field:first-child {
        border: none; }
  .equipment-post__size {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .equipment-post__size-title {
      font-size: 40px;
      font-family: "Avenir Black";
      margin-bottom: 20px; }
    .equipment-post__size-select {
      max-width: 575px !important;
      background-color: #FAF8F9;
      border-radius: 30px; }

@media (max-width: 600px) {
  .equipment-post__specification-name {
    padding-left: 20px;
    font-size: 24px; }
  .equipment-post__specification-field p:first-child {
    padding-left: 20px; }
  .equipment-post__specification-field p.post__common-field {
    padding-right: 20px;
    text-align: end; }
  .equipment-post__size-title {
    font-size: 24px;
    text-align: center; } }

@keyframes openModal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes closeModal {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.black-theme {
  background-color: #231F20 !important; }

.bcg-img {
  position: absolute;
  filter: blur(20px); }
  .bcg-img__container {
    max-width: 300px;
    width: 100%;
    height: 300px;
    position: absolute;
    filter: blur(20px); }
    .bcg-img__container img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: none; }

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #231f208a;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal__close {
    max-width: 25px;
    max-height: 25px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px; }
    .modal__close-icon {
      width: 100%;
      object-fit: contain; }
  .modal__content {
    max-width: 500px;
    background-color: #fff;
    width: 100%;
    padding: 30px 20px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
  .modal__logo {
    display: flex;
    justify-content: center; }
    .modal__logo img {
      width: 100%;
      object-fit: contain; }
  .modal__text {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .modal__text span {
      font-family: "Avenir Heavy";
      font-weight: normal;
      margin-top: 10px; }
      .modal__text span:first-child {
        margin: 0; }

.openModal {
  animation: openModal 1s ease; }

.closeModal {
  animation: closeModal 1s ease; }

.wrapper {
  position: relative;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.content-subtitle {
  font-size: 22px; }

.content-title {
  font-family: "Avenir Black";
  font-size: 90px; }

.content-text {
  font-family: "Avenir Medium";
  font-size: 20px; }

.header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: transparent;
  transition: background-color 0.2s linear; }
  .header.header-sticky {
    background-color: #fff;
    box-shadow: 0 0 10px #0000003e;
    position: fixed;
    top: 0;
    width: 100%; }
    .header.header-sticky .header__call-btn {
      background-color: #fff;
      border: 2px solid #231F201A; }
    .header.header-sticky .header__call-number {
      color: #231F20; }
    .header.header-sticky .header__call-text {
      color: #231F20; }
    .header.header-sticky .header__call-icon svg path {
      fill: #231F20; }
  .header__wrapper {
    font-family: "Avenir Heavy";
    max-width: 1160px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px; }
  .header__logo {
    max-width: 280px;
    max-height: 33px;
    width: 100%; }
    .header__logo img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .header__details {
    display: flex;
    align-items: center; }
  .header__menu {
    display: flex;
    align-items: center; }
  .header__menu-link {
    font-size: 16px;
    font-weight: bold;
    margin: 0 15px;
    position: relative; }
    .header__menu-link:before {
      content: "";
      display: block;
      background: #231F20;
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 0;
      height: 2px;
      transition: all 0.3s ease-in-out; }
    .header__menu-link:hover::before {
      width: 100%; }
  .header__call-btn {
    margin-left: 15px;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 50px;
    background-color: #ED3339;
    padding: 6px 20px;
    display: flex;
    align-items: flex-start;
    transition: background-color 0.2s linear; }
  .header__call-icon {
    display: flex;
    max-width: 18px;
    width: 100%;
    margin-right: 10px;
    margin-top: 3px;
    height: max-content; }
    .header__call-icon svg path {
      transition: fill 0.2s linear;
      fill: #fff; }
  .header__call-details {
    display: flex;
    flex-direction: column; }
  .header__call-number {
    transition: color 0.2s linear;
    font-size: 16px;
    color: #fff; }
  .header__call-text {
    transition: color 0.2s linear;
    margin-left: 10px;
    font-size: 9px;
    color: #fff; }
  .header__mob {
    display: none; }

.detail__wrapper {
  z-index: 999;
  max-width: 1150px;
  width: 100%;
  background: #e7e7e752;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 100px; }

.detail__container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.detail__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 150px; }
  .detail__item-content {
    max-width: 375px;
    width: 100%;
    display: flex;
    flex-direction: column; }
  .detail__item-icon {
    max-width: 60px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #ed333957;
    margin-bottom: 20px; }
    .detail__item-icon img {
      width: 100%;
      max-height: 28px;
      height: 100%;
      object-fit: contain; }
  .detail__item-title {
    font-size: 50px;
    font-family: "Avenir Black";
    margin-bottom: 20px; }
  .detail__item-text {
    font-size: 20px;
    font-family: "Avenir Medium";
    margin-bottom: 20px; }
  .detail__item-links {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.2s ease-in-out; }
    .detail__item-links span {
      font-family: "Avenir Book";
      margin: 0 10px;
      padding-bottom: 2px; }
  .detail__item-link {
    width: max-content;
    font-family: "Avenir Black";
    color: #ED3339;
    font-size: 22px;
    position: relative; }
    .detail__item-link:before {
      content: "";
      display: block;
      background: #ED3339;
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 0;
      height: 2px;
      transition: all 0.3s ease-in-out; }
    .detail__item-link:hover::before {
      width: 100%; }
  .detail__item-img {
    max-width: 475px;
    width: 100%;
    height: 100%; }
    .detail__item-img img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .detail__item:last-child {
    margin-bottom: 0; }

.partners__list {
  display: flex;
  max-height: 65px;
  height: 100%; }
  .partners__list img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.partners__item {
  margin: 0 40px; }

.services__wrapper {
  position: relative;
  z-index: 10;
  max-width: 960px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.services__partners {
  display: flex;
  width: 100%;
  justify-content: space-between; }

.services__partner {
  max-height: 110px;
  max-width: 200px;
  height: 100%; }
  .services__partner img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.form-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px; }
  .form-field:last-child {
    margin-bottom: 20px; }

.form-label {
  font-family: "Avenir Medium";
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 20px; }
  .form-label span {
    color: #ED3339; }

.form-input {
  width: 100%;
  font-size: 18px;
  outline: none;
  border: 2px solid transparent;
  border-radius: 50px;
  background-color: #FAF8F9;
  padding: 16px 20px; }
  .form-input::placeholder {
    font-family: "Avenir Book"; }
  .form-input[required="true"]:valid {
    background-color: transparent; }
  .form-input:focus {
    border: 2px solid #ED3339;
    background-color: #FAF8F9; }

.form-textarea {
  resize: none;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 30px;
  background-color: #FAF8F9;
  height: 130px;
  font-size: 20px;
  padding: 16px 20px;
  font-family: "Avenir Book";
  border: 2px solid transparent; }
  .form-textarea:focus {
    border: 2px solid #ED3339;
    background-color: #FAF8F9; }

.form__checkbox label {
  display: flex;
  cursor: pointer;
  font-family: "Avenir Book";
  padding-left: 20px;
  margin-bottom: 15px; }
  .form__checkbox label::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 12px; }

.form__checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  position: absolute; }
  .form__checkbox input[type="checkbox"]:checked + label::before {
    content: "\2713";
    border-radius: 5px;
    background-color: #ED3339;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; }

.form__checkbox-radio {
  padding-left: 20px;
  display: flex;
  font-size: 20px;
  margin-bottom: 10px; }
  .form__checkbox-radio input {
    width: 20px; }
  .form__checkbox-radio label {
    margin-left: 12px;
    font-family: "Avenir Book"; }

.form__checkbox-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.form__checkbox-item {
  width: 100%;
  display: flex;
  font-size: 20px;
  margin-top: 10px;
  margin-left: 20px;
  font-weight: normal;
  font-family: "Avenir Book"; }

.form-btn {
  border: none;
  outline: none;
  background-color: inherit; }
  .form-btn.black .form-btn-content {
    background-color: #231F20; }
  .form-btn.transparent .form-btn-content {
    background-color: transparent; }
    .form-btn.transparent .form-btn-content span {
      color: #231F20; }
  .form-btn .form-btn-content {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 20px;
    background-color: #ED3339;
    outline: none;
    border: none;
    border-radius: 50px;
    font-family: "Avenir Heavy";
    font-size: 20px;
    transition: width .2s ease, opacity .2s ease; }
    .form-btn .form-btn-content span {
      color: #fff; }
    .form-btn .form-btn-content img {
      opacity: 0;
      position: absolute;
      margin-left: 10px;
      right: 0; }
    .form-btn .form-btn-content:hover {
      width: calc(100% + 30px); }
      .form-btn .form-btn-content:hover img {
        opacity: 1;
        bottom: 50%;
        right: 5px;
        transform: translate(-50%, 50%); }

.review {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  display: none; }
  .review__wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1160px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .review__detail {
    max-width: 1150px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .review__title {
    font-size: 50px;
    font-family: "Avenir Black"; }
  .review__buttons {
    display: flex;
    max-width: 140px;
    width: 100%;
    justify-content: space-between; }
    .review__buttons button {
      cursor: pointer;
      position: relative;
      background-color: #231F20;
      max-width: 60px;
      width: 100%;
      height: 60px;
      border-radius: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: none; }
      .review__buttons button.preview span {
        transform: rotate(-135deg);
        right: 14px; }
      .review__buttons button.next span {
        transform: rotate(45deg);
        left: 14px; }
      .review__buttons button.disable-btn {
        background-color: #231F201A; }
  .review__button span {
    position: absolute;
    max-width: 20px;
    width: 100%;
    height: 20px;
    border: 5px solid #fff;
    border-left: none;
    border-bottom: none; }
  .review__content {
    padding-top: 30px;
    margin-bottom: 40px;
    width: 100%;
    display: flex; }
  .review__item {
    max-width: 865px;
    width: 100%;
    padding: 100px;
    background-color: #e7e7e752;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 30px; }
  .review__item-text {
    font-size: 40px;
    font-family: "Avenir Book";
    margin-bottom: 30px; }
  .review__item-user {
    font-size: 20px;
    font-family: "Avenir Black";
    margin-bottom: 20px; }
  .review__item-employer {
    font-size: 16px;
    font-family: "Avenir Book"; }
  .review__pagination {
    width: 100%;
    display: flex; }
    .review__pagination span {
      width: 50px;
      height: 7px;
      border-radius: 25px;
      background-color: #231f208a;
      margin: 0 10px; }
      .review__pagination span.swiper-pagination-bullet-active {
        background-color: #231F20; }

.invite {
  margin-top: 100px;
  width: 100%;
  background-color: #ED3339;
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 140px; }
  .invite__wrapper {
    position: relative;
    z-index: 10;
    max-width: 1050px;
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .invite__details {
    max-width: 520px;
    width: 100%;
    display: flex;
    flex-direction: column; }
  .invite__details-title {
    font-family: "Avenir Black";
    font-size: 70px;
    margin-bottom: 20px;
    color: #fff; }
  .invite__details-text {
    font-family: "Avenir Medium";
    text-align: start;
    font-size: 22px;
    color: #fff; }
    .invite__details-text a {
      text-decoration: underline; }
  .invite__form {
    width: 100%;
    max-width: 415px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .invite__form-input {
    margin: 10px 0;
    max-width: 375px;
    width: 100%;
    border: none;
    border-radius: 35px;
    outline: none;
    padding: 15px 20px;
    font-size: 20px; }
  .invite__form-select {
    height: 62.2px;
    appearance: none;
    padding-right: 20px;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 20px; }
    .invite__form-select:required:invalid {
      color: #231f20a6; }
    .invite__form-select option[value=""][disabled] {
      display: none; }
    .invite__form-select option {
      color: #231F20; }
  .invite__form-button {
    margin-top: 30px; }

.prefooter {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff; }
  .prefooter__wrapper {
    max-width: 1050px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 50px 0; }
  .prefooter__logo {
    max-width: 400px;
    width: 100%; }
    .prefooter__logo img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .prefooter__details {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center; }
  .prefooter__menu {
    max-width: 500px;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .prefooter__menu-link {
      margin-top: 10px;
      font-size: 16px;
      font-weight: bold;
      margin-left: 30px;
      position: relative; }
      .prefooter__menu-link.hidden {
        display: none; }
      .prefooter__menu-link:before {
        content: "";
        display: block;
        background: #231F20;
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0;
        height: 2px;
        transition: all 0.3s ease-in-out; }
      .prefooter__menu-link:hover::before {
        width: 100%; }
      .prefooter__menu-link:last-child {
        margin-right: 0; }

.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F8F8F8;
  margin-bottom: 22px; }
  .footer__wrapper {
    max-width: 1050px;
    display: flex;
    justify-content: center; }
  .footer__text {
    padding: 10px 0;
    font-size: 16px;
    color: #7E7E7E; }

.swiper-button-next,
.swiper-button-prev {
  right: 0;
  margin-top: 0;
  color: transparent; }

.condition {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  padding: 0 20px; }
  .condition .bcg-img__container:nth-child(1) {
    top: 5%;
    right: 0%; }
  .condition .bcg-img__container:nth-child(2) {
    top: 25%;
    left: -5%; }
  .condition .bcg-img__container:nth-child(4) {
    top: 43%;
    right: 0%; }
  .condition .bcg-img__container:nth-child(5) {
    top: 75%;
    left: -5%; }
  .condition__wrapper {
    position: relative;
    z-index: 10;
    max-width: 1060px;
    width: 100%;
    padding: 100px;
    background-color: #e7e7e752;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .condition__title {
    font-size: 90px;
    font-family: "Avenir Black";
    margin-bottom: 40px;
    text-align: center; }
  .condition__point {
    max-width: 765px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px; }
    .condition__point:last-child {
      margin-bottom: 0px; }
  .condition__point-title {
    font-size: 40px;
    font-family: "Avenir Black";
    margin-bottom: 10px; }
  .condition__point-text p {
    font-size: 20px;
    font-family: "Avenir Book";
    margin-bottom: 25px;
    overflow-wrap: break-word; }
    .condition__point-text p:last-child {
      margin-bottom: 0; }
  .condition__invite {
    max-width: 100%;
    align-items: center; }
    .condition__invite-wrapper {
      align-items: center; }
    .condition__invite-title {
      font-size: 90px;
      text-align: center;
      margin-bottom: 40px; }

@media (max-width: 1115px) {
  .wrapper {
    overflow: hidden; }
  .content-title {
    font-size: 60px;
    line-height: 90px; }
  .bcg-img {
    display: none; }
  .bcg-img__container {
    display: none; }
  .review {
    padding: 0 20px; }
    .review__title {
      font-size: 40px; }
    .review__buttons button {
      max-width: 50px;
      height: 50px; }
    .review__item {
      max-width: 595px;
      padding: 50px; }
      .review__item-text {
        font-size: 30px; }
  .invite {
    padding: 40px 20px; }
    .invite__wrapper {
      flex-direction: column;
      align-items: center; }
    .invite__details {
      margin-bottom: 30px; }
      .invite__details-title {
        font-size: 50px; }
  .services__partners {
    max-width: 700px; }
    .services__partners img {
      max-width: 100px;
      width: 100%;
      object-fit: contain; }
  .detail {
    padding: 0 10px; }
    .detail__wrapper {
      width: max-content;
      padding: 40px; }
    .detail__item {
      flex-direction: column;
      align-items: center;
      margin-bottom: 60px; }
      .detail__item-content {
        align-items: center;
        text-align: center;
        margin-bottom: 30px; }
      .detail__item-img {
        order: 1; }
  .prefooter__wrapper {
    padding: 30px 0;
    flex-direction: column;
    align-items: center; }
  .prefooter__logo {
    margin-bottom: 30px; } }

@media (max-width: 999px) {
  .header__details {
    display: none; }
  .header__mob.active-mob .header__mob-menu-container {
    transform: translateX(calc(-100vw + 34px)); }
  .header__mob.active-mob .header__mob-menu-logo {
    transition: 0.2s ease; }
    .header__mob.active-mob .header__mob-menu-logo p:nth-child(1) {
      transform: rotate(45deg) translateX(2px); }
    .header__mob.active-mob .header__mob-menu-logo p:nth-child(2) {
      display: none; }
    .header__mob.active-mob .header__mob-menu-logo p:nth-child(3) {
      transform: rotate(-45deg) translateX(1.5px); }
  .header__mob.active-mob .header__mob-menu-content {
    right: 0; }
  .header__mob {
    max-width: 24px;
    width: 100%;
    display: block; }
    .header__mob-menu-logo {
      position: relative;
      width: 100%;
      height: auto;
      z-index: 1002; }
      .header__mob-menu-logo p {
        height: 2px;
        width: 100%;
        background-color: #231F20; }
        .header__mob-menu-logo p:nth-child(2) {
          margin: 4px 0; }
    .header__mob-menu-container {
      max-width: 100vw;
      width: 100%;
      transition: .3s;
      position: absolute;
      transform: translateX(45px);
      min-height: 100vh;
      top: 0; }
    .header__mob-menu-wrapper {
      position: relative;
      width: 100%;
      min-height: 100vh;
      display: flex;
      justify-content: flex-end;
      transition: background-color .3s ease; }
    .header__mob-menu-content {
      position: absolute;
      right: -100%;
      min-height: 100vh;
      padding: 0 30px;
      padding-top: 60px;
      width: max-content;
      display: flex;
      flex-direction: column;
      background-color: #fff;
      transition: .3s ease; }
      .header__mob-menu-content a {
        margin: 10px 0;
        font-size: 24px;
        width: max-content; }
  .prefooter__menu a {
    margin: 5px 15px; } }

@media (max-width: 650px) {
  .content-title {
    font-size: 50px;
    margin-top: 10px;
    max-width: max-content;
    width: 100%;
    line-height: 70px; }
  .services__partners {
    max-width: 400px; }
    .services__partners img {
      max-width: 70px; }
  .review {
    margin-top: 30px; }
    .review__title {
      font-size: 30px; }
    .review__detail {
      flex-direction: column;
      align-items: center; }
  .partners__item {
    margin: 0 25px; }
  .invite__wrapper {
    align-items: flex-start; } }

@media (max-width: 500px) {
  .modal__logo {
    max-width: 300px; }
  .modal__content {
    width: 90%; }
  .modal__text {
    font-size: 22px; }
  .content-subtitle {
    font-size: 20px; }
  .content-title {
    font-size: 36px;
    line-height: 40px; }
  .content-text {
    max-width: 360px;
    font-size: 18px; }
  .services__partners {
    max-width: 400px; }
    .services__partners img {
      max-width: 60px; }
  .header__logo {
    max-height: 24px;
    max-width: 200px; }
  .partners__item {
    max-width: 80px;
    margin: 0 20px; }
  .review__title {
    text-align: center; }
  .review__item-title {
    text-align: center; }
  .review__item-text {
    font-size: 22px; }
  .review__buttons {
    margin-bottom: 20px; }
  .invite__details {
    max-width: 300px; }
    .invite__details-title {
      font-size: 36px; }
    .invite__details-text {
      font-size: 16px; }
  .detail__item-img {
    max-width: 280px; }
  .detail__item-title {
    font-size: 30px; }
  .detail__item-text {
    font-size: 19px; }
  .detail__item-link {
    font-size: 19px; }
  .prefooter__logo {
    max-width: 250px; }
  .prefooter__menu {
    justify-content: center; }
  .footer {
    text-align: center; } }

@media (max-width: 390px) {
  .content-subtitle {
    font-size: 16px; }
  .content-text {
    font-size: 16px; }
  .detail__item-text {
    font-size: 16px; }
  .detail__item-link {
    font-size: 16px; }
  .invite__details-title {
    font-size: 30px; } }

@media (max-width: 320px) {
  .modal__logo {
    max-width: 200px; } }

@media (max-width: 900px) {
  .condition__point-title {
    font-size: 24px; }
  .condition__point-text {
    font-size: 16px;
    font-family: "Avenir Medium"; }
  .condition__wrapper {
    padding: 40px 20px; }
  .condition__invite-wrapper {
    align-items: center; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Avenir Heavy";
  color: #231F20; }

body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

button {
  cursor: pointer; }

header, section {
  position: relative;
  z-index: 999; }

