/*!***********************************************************************************************************************!*\
  !*** css ../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js!./css/login.scss ***!
  \***********************************************************************************************************************/
@charset "UTF-8";
/* Mixins & Function */
/**
 * $breakpoint keys: phone/mobile/sm | phone-land/ | tab-port | tab-land | desktop | lg
 */
/*
  borderR((5px, 0)) - верхние углы имеют радиус 5px
  borderR((5px, 0, 'h')) - левые углы
*/
/* Function */
body {
  font-family: "Roboto", sans-serif;
  line-height: 1.17;
  /* webpackIgnore: true */
  background: url(../images/bg.webp) no-repeat center;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

div > a {
  color: black;
}
.auth {
  position: absolute;
  top: 10px;
  left: 0px;
  display: grid;
  justify-content: center;
  color: white;
  grid-template-rows: 1fr minmax(75%, auto);
  grid-template-columns: 45% 45%;
  grid-template-areas:
    "roz roz"
    "video auth";
  height: 95vh;
  width: 100vw;
  padding-left: 5vw;
  padding-right: 5vw;
}

.image_roz {
  width: 100%;
  position: relative;
  text-align: center;
  grid-area: roz;
  height: auto;
  background-size: contain;
  background-image: url(/public/images/iphone_calc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 8px;
}

.div_video {
  display: grid;
  grid-template-rows: auto 1fr;
  flex-basis: content;
  grid-area: video;
  border-radius: 10px 0px 0px 10px;
  background-color: rgba(217, 217, 217, 0.53);
  box-shadow: 0px 5px 4px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  padding: 1.8rem;
}

.auth-form__header_334 {
    display: none;
}


    .i-pt-m {
    margin: 0.5rem;
    padding-top: 0rem;
}

@media (min-height: 334px) and (max-height: 400px) {
        .i-pt-m {
    margin: 0.25rem !important;
    padding-top: 0rem !important;
}
    .auth-form__header_334 {
        display: block;
        text-align: center;
        font-size: 1.4rem;
    }
.form-input__control {
        padding: 0 !important;
    }
.form-input__btn {
        font-size: 1rem !important;
        padding: 0.25rem !important;
    }
.auth-form__header {
    display: none;
}
.auth {
    padding: 0;
}
}

@media screen and (min-width: 1600px) {
  .auth {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.header_mobile {
  min-width: min(560px, 99vw);
  /* padding-top: 220px; */
  text-align: right;
}
@media (min-width: 48em) {
  .display_none_desctope {
    display: none !important;
  }
}
@media only screen and (max-width: 48em) {
  .display_none_mobile {
    display: none !important;
  }

  .header_mobile {
    text-align: center;
    padding-top: 0px;
  }

  .auth {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 1rem;
    color: white;
    height: 100%;
    position: static;
  }

  #imageContainer7 {
    display: none; /* Скрываем контейнер по умолчанию */
    position: fixed;
    bottom: 1%;
    left: -100%; /* Начальная позиция за пределами экрана */
    transform: translateY(-50%);
    /*            border: 1px solid #ccc;*/
    /*            padding: 10px;*/
    /*            background-color: white;*/
    z-index: 1000;
    transition: left 5s ease; /* Анимация перемещения */
    box-shadow: 0px 0px 20px 0 rgba(77 77 77);
    border-radius: 2px;
    top: 50%;

    margin: 0 0 0 -165px;
    /*            width: 330px;*/
    height: 400px;
  }
  #imageContainer7.show {
    left: 50%; /* Конечная позиция */
  }
  #closeButton4 {
    position: absolute;
    top: 1px;
    right: 5px;
    cursor: pointer;
    font-size: 18px;
    color: red;
    font-weight: 900;
  }
  /*
    @media screen and (max-width: 933px) {
        #imageContainer7 {
            top: 22%;
        }
        #imageContainer7.show {
             left: -6%; Конечная позиция 
        }
    }
*/
    .i-pt-m {
    margin: 1rem;
    padding-top: .25rem;
}
}
.auth > * {
  /* flex: 0 0 auto; */
  /* width: 45%; 69% */
}
@media only screen and (max-width: 48em) {
  .auth > * {
    width: 100%;
  }
}
.auth__header {
  font-size: 4rem;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.5);
}

.header_2 {
  font-size: 4rem !important;
  /*
    width: 100%;
    margin-bottom: 4%;
*/
}
.header_3 {
  display: none;
  max-width: 99vw;
}
.header_4 {
  font-size: 2.4rem;
  padding-bottom: 0.2em;
}
.auth_video {
  text-align: right;
}
@media only screen and (max-width: 1200px) {
  .auth_video {
    display: none;
  }
  .header_2 {
    font-size: 2rem;
  }
  .header_3 {
    display: block;
    font-size: 2rem;
  }
  .header_4 {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  .auth__header {
    font-size: 3rem;
    padding-left: 1rem;
  }
}
.auth__header-title {
  font-size: 8rem;
}
@media only screen and (max-width: 48em) {
  .auth__header-title {
    font-size: 4rem;
  }
}
.auth__desc {
  font-size: 2rem;
  padding-left: 0.625rem;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 48em) {
  .auth__desc {
    margin-top: 2rem;
    font-size: 4rem;
  }
}
.auth-form {
  display: flex;
  flex-direction: column;
  /* gap: 1.5rem; */
  gap: 0.8rem;
  position: relative;
  padding: 1.8rem;
  border-radius: 0px 10px 10px 0px;
  background-color: rgba(217, 217, 217, 0.53);
  box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  justify-content: space-around;
}
@media only screen and (max-width: 48em) {
  .auth-form {
    /*    padding: 0.625rem;*/
    width: min(450px, 90vw);
    border-radius: 10px;
  }
}
.auth-form__header {
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 48em) {
  .auth-form__header {
    font-size: 1.5rem;
  }
}

.form-input {
  font-size: 1.25rem;
}
.form-input__label {
  margin-bottom: 0.75rem;
}
.form-input__control {
  display: block;
  padding: 0.4rem;
  width: 100%;
  border: 1px solid white;
  border-radius: 10px;
  background-color: transparent;
  color: white;
  /*&:-webkit-autofill,
  &:-webkit-autofill:hover,
  &-webkit-autofill:focus {
    background-color: transparent !important;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: none;
  }*/
}
.form-input__control:focus {
  box-shadow: none;
}
.form-input__btn {
  font-size: 1.25rem;
  text-align: center;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 0.4rem;
}
.form-input__btn:hover {
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 48em) {
  .form-input__control {
    padding: 1rem;
  }
  .form-input__btn {
    padding: 1rem;
  }
}
/*# sourceMappingURL=login.css.map*/
