/*!*******************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./layouts/mainLayout/mainLayout.scss ***!
  \*******************************************************************************************************************************/
.grid {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.hero {
  position: relative;
  padding-bottom: 20px;
  background: url(../assets/img/background.png) center/cover no-repeat;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  height: 100px;
  background: white;
  z-index: 0;
  border-radius: 32px;
}

.header {
  padding-top: 40px;
  padding-bottom: 40px;
}
.header__logo {
  margin: auto 0;
  width: 355px;
  height: 37px;
}
.header__logo-block {
  display: flex;
  justify-content: space-between;
}

.promo__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.promo__left {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 0;
}
@media screen and (max-width: 1200px) {
  .promo__left {
    max-width: 474px;
  }
}
@media screen and (max-width: 1024px) {
  .promo__left {
    max-width: 350px;
  }
}
@media screen and (max-width: 480px) {
  .promo__left {
    width: 100%;
  }
}

.promo__right {
  position: relative;
  z-index: 1;
  max-width: 730px;
}
@media screen and (max-width: 480px) {
  .promo__right {
    height: 300px;
  }
}
.promo__right .promo__image {
  max-height: 547px;
  position: relative;
  top: -31px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .promo__right .promo__image {
    max-width: 604px;
  }
}
@media screen and (max-width: 1024px) {
  .promo__right .promo__image {
    max-width: 590px;
  }
}
@media screen and (max-width: 480px) {
  .promo__right .promo__image {
    max-width: 288px;
    top: 54px;
  }
}

@media screen and (max-width: 480px) {
  .mobile-flex {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
}

.dsk-btn {
  display: flex !important;
}
@media screen and (max-width: 480px) {
  .dsk-btn {
    display: none !important;
  }
}

.mobile-btn {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .mobile-btn {
    display: flex !important;
  }
}

.main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
  position: relative;
  z-index: 2;
  top: -60px;
  background-color: #fff;
  border-radius: 36px 36px 0 0;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .main {
    top: -48px;
    padding-top: 48px;
  }
}
@media screen and (max-width: 480px) {
  .main {
    top: -24px;
    padding-top: 24px;
  }
}

.wrapper {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    padding: 0 64px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0 41px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 39px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 0 16px;
  }
}

.footer {
  background-color: white;
}
.footer__content {
  display: grid;
  gap: 20px;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .footer__content {
    padding: 60px 0;
  }
}
@media screen and (max-width: 480px) {
  .footer__content {
    padding: 45px 0;
  }
}
.footer__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .footer__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.footer__text a {
  color: #d00d62;
}

section {
  margin-bottom: 104px;
}
@media screen and (max-width: 1200px) {
  section {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 24px;
  }
}

/*# sourceMappingURL=mainLayout.css.map*/