/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/app/(main)/(home)/css/home.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*-------------Миксины----------------*/
.home .home_description {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 20px;
}
.home .home_description h1 {
  line-height: 51px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .home .home_description h1 {
    font-size: calc(35px + 17 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 768px) {
  .home .home_description h1 {
    font-size: calc(35px + 10 * 0.0520833333vw);
  }
}
.home .home_description p {
  margin-bottom: 15px;
}
.home .home_description p,
.home .home_description li {
  font-size: 16px;
  line-height: 26px;
}
.home .home_description ul {
  list-style: none;
  margin-bottom: 15px;
}
.home .home_description li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}
.home .home_description li::before {
  content: "";
  background: var(--blue);
  border-radius: 50%;
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 10px;
}
.home .home_description h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.home .promo_block {
  width: 100%;
}
.home .promo_block .banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("/static/img/promo/bckg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 16px;
}
.home .promo_block .banner .left_phone {
  position: relative;
}
.home .promo_block .banner .left_phone img {
  width: 392px;
}
@media screen and (max-width: 1300px) {
  .home .promo_block .banner .left_phone img {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .home .promo_block .banner .left_phone {
    display: none;
  }
}
.home .promo_block .banner .left_phone .link_block {
  position: absolute;
  width: 59%;
  height: 28%;
  top: 33%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.home .promo_block .banner .left_phone .link_block a {
  flex: 1 1;
}
.home .promo_block .banner .right_phone {
  width: 446px;
}
@media screen and (max-width: 1300px) {
  .home .promo_block .banner .right_phone {
    width: 337px;
  }
}
@media screen and (max-width: 991px) {
  .home .promo_block .banner .right_phone {
    display: none;
  }
}
.home .promo_block .banner .center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.home .promo_block .banner .center .logo {
  width: 100%;
  max-width: 300px;
  margin-bottom: 6dvh;
}
.home .promo_block .banner .center h3 {
  color: var(--white);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  max-width: 900px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .home .promo_block .banner .center h3 {
    font-size: calc(20px + 85 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 768px) {
  .home .promo_block .banner .center h3 {
    font-size: calc(20px + 50 * 0.0520833333vw);
  }
}
@media screen and (max-width: 991px) {
  .home .promo_block .banner .center h3 {
    max-width: 500px;
  }
}
.home .promo_block .banner .center p {
  color: var(--white);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  max-width: 900px;
  text-transform: uppercase;
  margin-top: 2dvh;
}
@media (max-width: 768px) {
  .home .promo_block .banner .center p {
    font-size: calc(20px + 51 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 768px) {
  .home .promo_block .banner .center p {
    font-size: calc(20px + 30 * 0.0520833333vw);
  }
}
.home .promo_block .banner .center .promocode {
  color: #1270a2;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  width: max-content;
  text-transform: uppercase;
  background-color: var(--white);
  padding: 10px 40px;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .home .promo_block .banner .center .promocode {
    font-size: calc(16px + 40.8 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 768px) {
  .home .promo_block .banner .center .promocode {
    font-size: calc(16px + 24 * 0.0520833333vw);
  }
}
.home .promo_block .banner .center .download_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.home .promo_block .banner .center .download_block h4 {
  font-size: 25px;
  color: var(--white);
  font-weight: 500;
}
.home .promo_block .banner .center .download_block a {
  width: max-content;
}
.home .promo_block .banner .center .download_block a img {
  width: 100%;
  max-width: 250px;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(226deg) brightness(107%) contrast(101%);
}
.home .promo_block .banner .center .download_block .qr_code {
  width: 280px;
}
@media screen and (min-width: 992px) {
  .home .promo_block .banner .center .download_block {
    display: none;
  }
}
.home .promo_block .promo_details {
  width: 100%;
  background-color: var(--black);
  padding: 20px 0;
}
.home .promo_block .promo_details p {
  font-size: 12px;
  line-height: 1.5;
  color: var(--white);
}
.home .default_block .form_block {
  width: 100%;
  min-height: 100dvh;
  background-image: url("/static/img/banner-main-back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home .default_block .form_block.promo {
  background-image: url("/static/img/promo/bckg.jpg");
}
.home .default_block .form_block .wrapper {
  padding: 50px 15px;
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
  row-gap: 40px;
}
@media screen and (max-width: 991px) {
  .home .default_block .form_block .wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.home .default_block .form_block .wrapper .slogan {
  position: relative;
  text-align: right;
  width: 100%;
  max-width: 550px;
  flex: 1 1;
  font-weight: 700;
  line-height: 48px;
  color: var(--white);
  margin-top: 70px;
  flex: 1 1;
}
@media (max-width: 768px) {
  .home .default_block .form_block .wrapper .slogan {
    font-size: calc(45px + 15.3 * (100vw - 320px) / 1920);
  }
}
@media (min-width: 768px) {
  .home .default_block .form_block .wrapper .slogan {
    font-size: calc(45px + 9 * 0.0520833333vw);
  }
}
.home .default_block .form_block .wrapper .slogan::after {
  background: url("/static/img/bfa.svg") no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 135px;
  position: absolute;
  right: 0;
  top: 0px;
  width: 200px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 991px) {
  .home .default_block .form_block .wrapper .slogan {
    text-align: center;
    max-width: 1000px;
    width: 100%;
    margin-top: 0;
  }
  .home .default_block .form_block .wrapper .slogan::after {
    display: none;
  }
}
.home .default_block .form_block .wrapper .form {
  position: relative;
  width: 100%;
  max-width: 470px;
  min-width: 300px;
  z-index: 2;
  flex: 1 1;
}
.home .default_block .form_block .wrapper .form .form_wrapper {
  min-height: 40dvh;
}
.home .default_block .form_block .wrapper .form .offerta {
  margin-top: 20px;
  color: var(--white);
  font-size: 14px;
  text-align: center;
}
.home .default_block .form_block .wrapper .form .offerta a {
  color: var(--blue);
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .home .default_block .form_block .wrapper .form .offerta {
    font-size: 20px;
  }
}
.home .app_download {
  width: 100%;
  background-color: var(--black);
}
.home .app_download .wrapper {
  display: flex;
  align-items: center;
  padding: 25px 15px;
  gap: 3dvw;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .home .app_download .wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.home .app_download .wrapper a {
  font-size: 24px;
}
.home .app_download .wrapper .buttons_block {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.home .app_download .wrapper .buttons_block img {
  width: 145px;
}
@media screen and (max-width: 556px) {
  .home .app_download .wrapper .buttons_block {
    flex-direction: column;
    gap: 20px;
  }
  .home .app_download .wrapper .buttons_block img {
    width: 230px;
  }
}
