/*!*******************************************************************************************************************************!*\
  !*** 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;
}

.ns-header {
  padding: 27px 0 0;
  background-image: url(../assets/img/header-fon.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .ns-header {
    background-size: cover;
    padding: 23px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .ns-header {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .ns-header {
    padding: 19px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .ns-header {
    padding: 13px 0 0;
  }
}
.ns-header__content {
  position: relative;
}
.ns-header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .ns-header__top {
    flex-direction: column;
    align-items: baseline;
    gap: 22px;
  }
}
.ns-header__sber-logo {
  padding: 16px 24px;
  outline: 1px solid #a61e61;
  outline-offset: -1px;
  border-radius: 36px;
}
@media screen and (max-width: 1024px) {
  .ns-header__sber-logo {
    padding: 15px 24px;
  }
}
@media screen and (max-width: 768px) {
  .ns-header__sber-logo svg {
    width: 84.5px;
    height: 12px;
  }
}
.ns-header__link {
  display: flex;
}
.ns-header__sber-logo {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .ns-header__sber-logo {
    max-width: 153px;
  }
}
@media screen and (max-width: 768px) {
  .ns-header__sber-logo {
    max-width: 123px;
    margin-right: 10px;
  }
}
.ns-header__fon {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  height: 100%;
  max-height: 663px;
  display: flex;
  align-items: end;
  justify-content: end;
}
@media screen and (max-width: 1200px) {
  .ns-header__fon {
    max-height: 533px;
  }
}
@media screen and (max-width: 1024px) {
  .ns-header__fon {
    max-height: 509px;
  }
}
@media screen and (max-width: 768px) {
  .ns-header__fon {
    max-height: 361px;
    bottom: 48px;
  }
}
@media screen and (max-width: 680px) {
  .ns-header__fon {
    max-height: 264px;
  }
}
@media screen and (max-width: 480px) {
  .ns-header__fon {
    bottom: 24px;
    position: relative;
    justify-content: center;
  }
}
.ns-header__fon img {
  height: 100%;
}
@media screen and (max-width: 480px) {
  .ns-header__fon img {
    max-height: 264px;
  }
}

.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;
  margin-bottom: -60px;
}
@media screen and (max-width: 1200px) {
  .main {
    top: -60px;
    padding-top: 60px;
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 1024px) {
  .main {
    top: -60px;
    padding-top: 48px;
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    top: -48px;
    padding-top: 48px;
    margin-bottom: -48px;
  }
}
@media screen and (max-width: 480px) {
  .main {
    top: -24px;
    padding-top: 24px;
    margin-bottom: -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: #eef3ff;
}
.footer__content {
  display: grid;
  gap: 22px;
  padding: 122px 0 90px;
}
@media screen and (max-width: 1200px) {
  .footer__content {
    gap: 19px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__content {
    padding: 120px 0 90px;
  }
}
@media screen and (max-width: 768px) {
  .footer__content {
    padding: 60px 5px;
  }
}
@media screen and (max-width: 480px) {
  .footer__content {
    padding: 45px 0;
  }
}
.footer__text {
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
}
@media screen and (max-width: 1200px) {
  .footer__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.footer__text a {
  color: #d00d62;
}

section {
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  section {
    margin-bottom: 104px;
  }
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  section {
    margin-bottom: 48px;
  }
}

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