/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/templates/main/styles.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.styles_main__8J7sJ {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  background-color: #14390b;
  background: url(/_next/static/media/bg-min.ab33ce0a.webp) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  padding-left: 90px;
  position: relative;
}

@media screen and (max-width : 1060px) {
  .styles_main__8J7sJ {
    flex-direction: column;
    min-height: 100vh;
    height: auto;
    padding-left: 0px;
  }
}

@media screen and (max-width : 500px) {
  /* .main {
    background: url("../../../public/img/bgMobile.png") no-repeat center;
    background-size: cover;
  } */
}

.styles_girl__0d_8L {
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: contain;
}

.styles_ballRight__Z_VfG {
  position: absolute;
  right: 0;
  bottom: 20%;
  object-fit: contain;
}

.styles_ballTop__pYGEc {
  position: absolute;
  top: 0;
  z-index: 0;
  left: 430px;
  object-fit: contain;
}

.styles_starBottom__WhZCq {
  position: absolute;
  bottom: -50px;
  z-index: 100;
  left: 470px;
  object-fit: contain;
}

.styles_starLeft__qqG_h {
  position: absolute;
  top: 50%;
  z-index: 0;
  left: 0px;
  object-fit: contain;
}

@media screen and (max-height:1000px) {
  .styles_girl__0d_8L {
    height: 70%;
  }
}

@media screen and (max-width:1550px) {
  .styles_girl__0d_8L {
    height: 70%;
    right: -300px;
    height: 60%;
  }
}

@media screen and (max-width : 1200px) {}


@media screen and (max-width : 1060px) {
  .styles_ballTop__pYGEc {
    display: none;
  }

  .styles_ballRight__Z_VfG {
    top: -110px;
    width: 100px;
    right: -20px;
  }

  .styles_girl__0d_8L {
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 50%;
    bottom: 300px;
  }

  .styles_starBottom__WhZCq {
    display: none;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/ui/heading/styles.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.styles_h__NNWZq {
    text-transform: uppercase;
}

.styles_h1__tmmQg {
    font-size: 60px;
    color: var(--light);
    text-shadow: 2px 2px 5px rgba(35, 204, 137, 0.8);
    font-weight: 700;
    text-shadow: 3px 5px 2px #000000b4;
}

.styles_h2__QD_Tr {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 38px;
}

.styles_h3__dV_MM {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
}

@media screen and (max-width: 1750px) {
    .styles_h1__tmmQg {
        font-size: 60px;
    }
}

@media screen and (max-width: 1510px) {
    .styles_h1__tmmQg {
        font-size: 52px;
    }
}

@media screen and (max-width: 1310px) {
    .styles_h2__QD_Tr {
        font-size: 22px;
    }

    .styles_h3__dV_MM {
        font-size: 20px;
    }
}

@media screen and (max-width : 1200px) {
    .styles_h1__tmmQg {
        font-size: 21px;
    }
}

@media screen and (max-width : 1060px) {
    .styles_h1__tmmQg {
        font-size: 21px;
        line-height: 130%;
    }

    .styles_h2__QD_Tr {
        font-size: 18px;
    }

    .styles_h3__dV_MM {
        font-size: 14px;
    }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./src/views/form/styles.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_form__572fF {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 90%;
  width: 520px;
  padding: 10px 40px;
  background-color: rgba(88, 211, 121, 0.9254901961);
  box-shadow: var(--shadow-secondary);
  border-radius: 40px;
  transition: all linear 0.2s;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  /* .form {
      background: rgb(31, 123, 33);
      background: linear-gradient(180deg, rgba(31, 123, 33, 0.8462556897759104) 0%, rgba(3, 31, 6, 1) 100%);
  } */
}
.styles_confirmForm__A8VWY {
  height: auto;
}

/* .form:hover {
    background-color: rgba(25, 49, 31, 1);
}

.form:focus {
    background-color: rgba(25, 49, 31, 0.9);
} */
.styles_inner__rYSuN {
  /* overflow: hidden; */
  /* min-height: 500px; */
  position: relative;
  width: 100%;
}

.styles_inner__rYSuN::-webkit-scrollbar {
  display: none;
}

.styles_phone__F29Hm {
  font-size: 40px;
  color: var(--salad);
  text-align: center;
  margin: 24px 0;
}

@media screen and (min-width: 1061px) and (max-height: 830px) {
  .styles_inner__rYSuN {
    overflow-y: auto;
  }
}
@media screen and (max-width: 1300px) {
  .styles_logo__zUet7 {
    width: 200px;
    height: 100px;
  }
}
@media screen and (max-width: 1060px) {
  .styles_logo__zUet7 {
    display: none;
  }
  .styles_form__572fF {
    width: 100%;
    border-radius: 24px 24px 0 0;
    padding: 20px 27px;
    box-shadow: var(--shadow-primary);
  }
}
@media screen and (max-width: 500px) {
  .styles_form__572fF {
    overflow-y: auto;
    margin-top: 50px;
  }
  .styles_confirmForm__A8VWY {
    margin-top: 200px;
  }
}
.styles_mbTitle__WlBEN {
  margin-bottom: 24px;
}

.styles_confirmed__wO7XE {
  text-transform: none !important;
}

.styles_girl__o8QlF {
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: contain;
}

@media screen and (max-height: 1000px) {
  .styles_girl__o8QlF {
    height: 70%;
  }
}
@media screen and (max-width: 1550px) {
  .styles_girl__o8QlF {
    height: 70%;
    right: -300px;
    height: 60%;
  }
}
.styles_starBottom__KrhHR {
  display: none;
}

@media screen and (max-width: 1060px) {
  .styles_girl__o8QlF {
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 50%;
    bottom: 360px;
    height: 30%;
  }
  .styles_girlCreate__MEouy {
    display: none;
  }
  .styles_starBottom__KrhHR {
    display: block;
    position: absolute;
    left: -10px;
    top: 120px;
    z-index: 100;
  }
}
.styles_promptSubmit__KNydV {
  font-size: 28px;
}
@media screen and (max-width: 1310px) {
  .styles_promptSubmit__KNydV {
    font-size: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .styles_promptSubmit__KNydV {
    font-size: 14px;
  }
}

.styles_phoneAccept__WbH3c {
  text-align: center;
}

.styles_phoneAccept__WbH3c {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.styles_phoneAccept__been__fGkXH {
  font-size: 28px;
  font-weight: 400;
  color: rgb(189, 50, 50);
  text-align: center;
}
@media screen and (max-width: 1310px) {
  .styles_phoneAccept__been__fGkXH {
    font-size: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .styles_phoneAccept__been__fGkXH {
    font-size: 14px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/views/steps-form/styles.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.styles_step__Sd6vN {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    /* transform: translateX(-1000%); */
    transition: all linear 0.4s;
    /* position: absolute; */
    width: 100%;
}

.styles_activeStep__9NPep {
    display: flex;
    /* transform: translateX(0); */
}

.styles_title__d500H {
    text-align: center;
    width: 100%;
}

.styles_inputTitle__JRPLh {
    margin-bottom: 8px;
}

.styles_label__klmG7 {
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

.styles_label__klmG7 input {
    background-color: #287D3B;
}

.styles_label__row__bsF0Y {
    display: flex;
    gap: 0px 10px;
}

.styles_labelPolicy__sQaQq {
    padding: 10px 0px;
}

.styles_createLabels__uBGKv {
    width: 100%;
    margin-bottom: 30px;
}

.styles_prompt__bfCB0 {
    display: block;

    margin-top: 12px;


    font-size: 18px;
    font-weight: 400;
}

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

.styles_promptSubmit__CZiHg {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    margin-top: 30px;
    font-size: 20px;
    color: #FFFFFF;
}

.styles_policyCheckbox__nCNjL {
    margin-right: 20px;
}

.styles_innerConfirm__9Q5cF {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 35px 0px;
}

.styles_inputConfirm__SpZl9 {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.styles_otinputBlock__JioWv {
    margin-bottom: 50px;
}

.styles_policyDescr__ftMvB {
    font-size: 12px;
}

.styles_policyDescr__ftMvB a {
    text-decoration: underline;
}

@media screen and (max-width : 1200px) {
    .styles_createLabels__uBGKv {
        margin-bottom: 0px;
    }
}

@media screen and (max-width : 1060px) {
    .styles_title__d500H {
        margin-bottom: 4px;
        text-align: center;
    }

    .styles_prompt__bfCB0 {
        font-size: 12px;
    }

    .styles_innerConfirm__9Q5cF {
        margin-top: 0;
    }

    .styles_promptSubmit__CZiHg {
        font-size: 16px;
    }

    .styles_label__klmG7 {
        margin-bottom: 6px;
    }
}

.styles_promocode__BKUe0 {
    text-transform: uppercase;
}

.styles_pay__k_Ujl {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 0px 7px;
    padding-bottom: 20px;
}

@media screen and (max-width : 1060px) {
    .styles_pay__k_Ujl img {

        width: 50px;
        height: 50px;

    }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/ui/input/styles.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.styles_inputWrapper__TMena {
    position: relative;
    width: 100%;
}

.styles_input__9k_wx {
    background: #287D3B;
    border-radius: 12px;
    width: 100%;
    border: 1px solid var(--primary);
    padding: 10px 16px;
    outline: var(--shadow-primary);
    font-size: 20px;
    font-weight: 800;
    text-align: left;
    padding-left: 70px;
    /* box-shadow: inset 0 0 0px 9999px #28412e; */
}

.styles_input__9k_wx::placeholder {
    color: var(--ghost);
}

.styles_flag__UjrRd {
    position: absolute;
    left: 20px;
    top: 25%;
}

.styles_whithFlag__2EGcE {
    padding-right: 70px;
}

.styles_eye__p3Kgr {
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 25%;
}

.styles_showPassword__h9V4g {
    padding-right: 50px;
}

.styles_crossed__3beFf::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 1px;
    background-color: #C3CFD4;
    top: 10px;
    right: -5px;
    transform: rotate(130deg);
}

@media screen and (max-width : 1060px) {
    .styles_input__9k_wx {
        font-size: 16px;
    }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/ui/button/styles.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.styles_btn__dHjzb {
    background: none;
    border: none;
    cursor: pointer;
}


.styles_mainButton__lMii4 {
    display: block;
    background: #DF0F0C;
    background: linear-gradient(180deg, rgba(223, 15, 12, 1) 0%, rgba(155, 3, 1, 1) 100%);
    border: 1px solid #FE0A06;
    text-align: center;
    border: none;
    border-radius: 200px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    width: 100%;
    padding: 20px 0;
    text-transform: uppercase;
}

.styles_smallYellow__XIYul {
    font-size: 20px;
    color: var(--primary);
    font-weight: 700;
    text-decoration: underline;
}

.styles_small__oAYm7 {
    font-size: 20px;
    text-decoration: underline;
    line-height: 27.32px;
}

@media screen and (max-width : 1170px) {
    .styles_mainButton__lMii4 {
        font-size: 16px;
        padding: 11px 0;
    }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/ui/checkbox/styles.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/

.styles_container__TeuL0 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  .styles_container__TeuL0 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
  
  }

  .styles_checkmark__kZ_SN {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    border: 1px solid var(--primary);
  }
  
  
 
  .styles_container__TeuL0 input:checked ~ .styles_checkmark__kZ_SN {
    background-color: var(--primary);
  }
  

  .styles_checkmark__kZ_SN:after {
    content: "";
    position: absolute;
    display: none;
  }
  

  .styles_container__TeuL0 input:checked ~ .styles_checkmark__kZ_SN:after {
    display: block;
  }
  

  .styles_container__TeuL0 .styles_checkmark__kZ_SN:after {
    left: 5px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
  }
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/ui/loader/styles.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
/* HTML: <div class="loader"></div> */
.styles_loader__OeVGT {
   display: block;
   width: 30px;
   margin: 0 auto;
   aspect-ratio: 1;
   display: grid;
   border: 4px solid #0000;
   border-radius: 50%;
   border-right-color: rgba(39, 149, 105, 1);
   animation: styles_l15__2x_G1 1s infinite linear;
 }
 .styles_loader__OeVGT::before,
 .styles_loader__OeVGT::after {    
   content: "";
   grid-area: 1/1;
   margin: 2px;
   border: inherit;
   border-radius: 50%;
   animation: styles_l15__2x_G1 2s infinite;
 }
 .styles_loader__OeVGT::after {
   margin: 8px;
   animation-duration: 3s;
 }
 @keyframes styles_l15__2x_G1{ 
   100%{transform: rotate(1turn)}
 }
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/ui/error-ui/styles.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.styles_error__htMaC {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--error);
    margin-bottom: 10px;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[9].use[5]!./src/ui/inputPopup/styles.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_inputPopup__PW3yK {
  padding: 8px 16px;
  font-size: 14px;
  display: flex;
  border-radius: 7px;
  background: #353535;
  gap: 10px;
  color: white;
  position: absolute;
  z-index: 20;
  left: 0;
}
@media screen and (max-width: 600px) {
  .styles_inputPopup__PW3yK {
    font-size: 12px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/ui/otinput/styles.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__i8GCl {
    display: flex;
    justify-content: space-between;

    @media screen and (max-width : 1060px) {
        justify-content: center;
    }
}

.styles_input__31Y0w {
    background: #287B39;
    outline: none;
    border: 1px solid var(--primary);
    width: 64px;
    height: 60px;
    text-align: center;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 800;
    border-radius: 12px;
}

.styles_input__31Y0w:not(:last-child) {
    margin-left: 10px;
}

@media screen and (max-width : 500px) {
    .styles_input__31Y0w {
        width: 44px;
        height: 40px;
    }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/modal/styles.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.styles_overlay__FwXga {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;

    background-color: var(--blur);

    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;

}

.styles_active__TxLiV {
    display: flex;
}

.styles_modal__R8He6 {
    width: 576px;
    min-height: 320px;
    background-color: var(--deep);
    border-radius: 40px;
    box-shadow: var( --shadow-secondary);
    padding: 24px;
}

.styles_close__jBrH2 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.styles_inner__lSt3I {
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1020px) {
    .styles_modal__R8He6 {
        width: 480px;
        min-height: 260px;
    }
}
@media screen and (max-width: 550px) {
    .styles_modal__R8He6 {
        width: 100%;
        min-height: 260px;
    }
    .styles_overlay__FwXga {
        padding: 0 20px;
    }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/views/promo/styles.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.styles_promo__TcoJl {
  flex: 1 1;
  padding: 52px 40px 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  align-self: flex-start;
  text-align: right;
  gap: 10px;
}

.styles_mark__NELJg {
  background-color: #ffffff;
  color: #076116;
  text-shadow: none;
  border-radius: 20px;
  padding: 0px 5px;
}

.styles_videowrapper__m4MA8 {
  width: 400px;
  aspect-ratio: 1;
  display: flex;
  position: relative;
  background-color: var(--bg-secondary);
  box-shadow: var(--shadow-primary);
  border-radius: 20px;
  overflow: hidden;

  @media (max-width: 1060px) {
    aspect-ratio: 3.75;
    max-width: 328px;
    width: 100%;
  }

  @media (max-width: 565px) {
    max-width: unset;
  }
  & > video {
    position: absolute;

    height: inherit;
    width: inherit;
  }
}

.styles_logo___l5u9 {
  display: none;
}

@media screen and (max-width: 1060px) {
  .styles_promo__TcoJl {
    align-items: center;
    justify-content: flex-start !important;
    align-self: center;
    padding: 20px 0px;
    gap: 40px 0px;
  }

  .styles_logo___l5u9 {
    display: block;
    /* width: 200px;
        height: 60px; */
  }

  .styles_mark__NELJg {
    font-size: 20px !important;
  }
}

.styles_adventages__PKM5_ {
  margin-top: 20px;
  list-style-type: none;
  display: flex;
}

.styles_adventages__PKM5_ li:not(:last-child) {
  margin-right: 30px;
}

.styles_girlImage__V4cG_ {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.styles_responsiveLogo__l_If4 {
  display: none;
}

@media screen and (max-width: 1750px) {
  .styles_mark__NELJg {
    font-size: 80px;
  }
}

@media screen and (max-width: 1600px) {
  .styles_girlImage__V4cG_ {
    width: 850px;
    height: 580px;
  }
}

@media screen and (max-width: 1510px) {
  .styles_mark__NELJg {
    font-size: 52px;
  }
}

/* @media screen and (max-width : 1410px) {
    .girlImage {
        width: 566px;
        height: 380px;
    }
} */

@media screen and (max-width: 1200px) {
  .styles_promo__TcoJl {
    justify-content: center;
    /* padding: 8px 28px 24px 27px; */
  }

  .styles_mark__NELJg {
    font-size: 32px;
  }

  .styles_girlImage__V4cG_ {
    display: none;
  }

  .styles_adventages__PKM5_ {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1060px) {
  .styles_promo__TcoJl {
    align-items: center;
  }

  .styles_responsiveLogo__l_If4 {
    display: block;
    margin: 0 auto 26px;
  }

  .styles_adventages__PKM5_ {
    justify-content: center;
  }
}

@media screen and (max-width: 540px) {
  .styles_adventages__PKM5_ li:not(:last-child) {
    margin-right: 16px;
  }

  .styles_responsiveLogo__l_If4 {
    width: 92px;
    height: 28px;
  }
}

@media screen and (max-width: 400px) {
  .styles_promo__TcoJl {
    padding: 10px;
  }
}

