@import "global.min.css";

.auth .container {
  padding: 101px 50px 120px
}

.entry {
  background-image: url("https://osobinka.su/images/global/order-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 18px 93px 0 300px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 610px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  overflow: hidden
}

.auth-info {
  position: absolute;
  top: 108px;
  left: 235px;
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.registry .auth-info {
  margin-top: -55px;
}

.auth-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end
}

.auth-img {
  width: 100%
}

.auth-title {
  color: #fff;
  margin-bottom: 38px;
  text-align: center
}

.auth-title.login-title {
  position: relative;
  width: 385px;
  margin-top: 40px
}

.auth-form-input {
  padding: 19px 20px;
  /*width: 100%;*/
  /*width: 320px;*/
  margin-bottom: 10px
}

input:not(input[type=checkbox]).auth-form-input{
  width: 320px;
}

.confirm-box {
  padding-top: 0;
  margin-left: 0
}

.label-confirm, .label-confirm a, .auth-text, .auth-text a {
  color: #fff
}

.auth-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.auth-button {
  padding: 19px 20px;
  width: 320px;
}

.auth-text {
  text-align: center;
  margin-top: 17px
}

.auth-text a {
  text-decoration: none;
  border-bottom: 1px solid #fff
}

.after-commercial-popup {
  z-index: 3
}

.after-commercial-popup-text {
  max-width: 360px;
  margin: 0 auto
}

.popup-action {
  margin: 18px auto;
  text-align: center
}

.not-letter {
  color: #d63641;
  text-align: center;
  font-family: "Raleway";
  font-weight: bold;
  font-size: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer
}

.not-letter:hover {
  color: #90b820
}

.letter-yet-info {
  display: none
}

.letter-yet-info.show {
  position: fixed;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  display: block;
  z-index: 3
}

@media screen and (max-width: 1449px) {
  .auth .container {
    padding-top: 155px
  }

  .entry {
    padding: 0 50px 0 300px
  }

  .auth-info {
    left: 170px
  }
}

@media screen and (max-width: 1305px) {
  .auth-info {
    bottom: 149px;
    top: unset;
    left: 110px;
    right: unset;
    max-width: 320px
  }

  .auth-title.login-title {
    margin-top: unset
  }
}

@media screen and (max-width: 1200px) {
  .auth-info {
    bottom: 135px;
    left: 100px;
    max-width: 320px
  }

  .entry {
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 610px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
  }
}

@media screen and (max-width: 1090px) {
  .entry {
    height: unset;
    padding-top: 100px
  }

  .auth-info {
    bottom: 90px
  }
}

@media screen and (max-width: 1024px) {
  .auth .container {
    padding-left: 15px;
    padding-right: 15px
  }

  .auth-info {
    bottom: 120px
  }

  .entry {
    padding: 70px 0 0 190px
  }
}

@media screen and (max-width: 900px) {
  .entry {
    padding: 145px 0 0 300px
  }

  .auth-info {
    bottom: 90px
  }
}

@media screen and (max-width: 850px) {
  .auth .container {
    padding-top: 173px
  }

  .entry {
    padding: 145px 0 0 300px
  }

  .big-title {
    font-size: 40px
  }

  .auth-info {
    bottom: 80px
  }
}

@media screen and (max-width: 800px) {
  .auth-info {
    bottom: 60px
  }
}

@media screen and (max-width: 768px) {
  .entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding: 74px 26px 0;
    border-radius: 0
  }

  .auth-info {
    position: unset;
    width: 345px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px
  }

  .auth-form {
    width: 345px
  }

  input:not(input[type=checkbox]).auth-form-input{
    width: 345px;
  }

  .auth-button {
    width: 345px
  }

  .auth-title {
    margin-bottom: 33px
  }
}

@media screen and (max-width: 483px) {
  .auth .container {
    padding: 85px 0 0
  }

  .big-title {
    font-size: 30px
  }

  .auth-image {
    justify-self: start
  }
}
