.modal-login .custom-checkbox,
.modal-register .custom-checkbox {
  margin-bottom: 23px;
}
.modal .modal-dialog {
  max-width: 600px;
}
.modal .modal-dialog--small {
  max-width: 437px;
}
.modal__form {
  margin: 0 auto;
  max-width: 380px;
}
.modal__form .btn {
  width: 100%;
  padding: 7px 35px;
  margin-bottom: 20px;
}
.modal__form .intl-tel-input {
  display: block;
}
.modal-content {
  border-radius: 23px;
}
.modal-body {
  padding: 28px 30px 16px;
  border-radius: 0 0 23px 23px;
}
.modal-body a {
  font-size: 14px;
}
.modal-footer {
  border: none;
  background: #f6f6f6;
  padding: 18px 30px;
  justify-content: center;
  border-radius: 0 0 23px 23px;
}
.modal-footer p {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.modal-footer p a {
  text-decoration: underline;
}
.modal-body .control-label-block {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #91919C;
  margin-bottom: 7px;
}
.modal-body .custom-control-label {
  font-weight: 400;
  font-size: 14px;
  color: #91919C;
}
.modal-body label[for="reg_subscribe_me"] {
  font-size: 12px;
  font-weight: normal;
}
.modal-body a {
  text-decoration: underline;
}
.modal-body .attached-file__link {
  text-decoration: none;
}
.register-disclamer {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #A8B2C5;
}
.register-disclamer a {
  font-size: inherit;
  text-decoration: none;
}
.modal-header .close {
  position: absolute;
  right: 21px;
  top: 21px;
  padding: 0 5px;
  margin: 0;
  opacity: 1;
}
.modal-header {
  position: relative;
  padding: 36px 30px 0px;
  border-bottom: none;
  border-radius: 23px 23px 0 0;
}
.modal-header--dark {
  background: #F5F7FB;
  padding: 23px 30px 25px;
}
.modal-header--dark .close {
  top: 18px;
}
.already-have-account {
  font-size: 14px;
}
.already-have-account a {
  text-decoration: underline;
}
.modal-title {
  width: 100%;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
}
#registerModalLabel {
  margin-bottom: 28px;
}
.modal-register .modal-body {
  padding-bottom: 42px;
}
.social-auth__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 22px;
}
.social-auth__wrap {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.social-auth__wrap a:hover {
  text-decoration: none;
}
.social-auth__wrap a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.social-auth__wrap a:not(:last-child) {
  margin-right: 12px;
  font-size: 0;
}
.modal-content {
  border: none;
}
.modal-cancel__text {
  font-size: 14px;
  color: #464650;
}
.modal-cancel__image {
  margin-bottom: 28px;
}
.modal-cancel .ya-share2__item_service_vkontakte .ya-share2__icon {
  width: 40px !important;
  height: 40px !important;
  background: url("/img/social/vk.svg") no-repeat center center !important;
  background-size: contain !important;
}
.modal-cancel .ya-share2__item_service_facebook .ya-share2__icon {
  width: 40px !important;
  height: 40px !important;
  background: url("/img/social/fb.svg") no-repeat center center !important;
  background-size: contain !important;
  background-color: transparent !important;
}
.modal-cancel .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  width: 40px !important;
  height: 40px !important;
  background: url("/img/social/ok.svg") no-repeat center center !important;
  background-size: contain !important;
}
.modal-cancel .ya-share2__item_service_twitter .ya-share2__icon {
  width: 40px !important;
  height: 40px !important;
  background: url("/img/social/tw.svg") no-repeat center center !important;
  background-size: contain !important;
}
.modal-cancel .ya-share2__item_service_vkontakte .ya-share2__badge,
.modal-cancel .ya-share2__item_service_facebook .ya-share2__badge,
.modal-cancel .ya-share2__item_service_odnoklassniki .ya-share2__badge,
.modal-cancel .ya-share2__item_service_twitter .ya-share2__badge {
  background-color: transparent !important;
}
.cancel-reason {
  color: #91919C;
  font-size: 14px;
  margin-bottom: 6px;
}
.btn--cancel-order {
  width: 100%;
  background: #EC7D40;
}
.btn--cancel-order:hover {
  color: #fff;
}
.auth-form {
  max-width: 380px;
  margin: 0 auto 20px;
}
.info_msg {
  text-align: center;
}
.info_msg--filled {
  margin-bottom: 15px;
}
.info_msg--error {
  color: #ee0101;
}
@media all and (min-width: 768px) {
  .modal-title {
    font-size: 28px;
  }
  .modal-header .close {
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 28px;
  }
}
@media all and (min-width: 992px) {
  .modal-header {
    padding: 45px 53px 0px;
  }
  .modal-header--dark {
    padding: 30px 53px 18px;
  }
  .modal-body {
    padding: 28px 53px 37px;
  }
  .modal-footer {
    padding: 23px 53px;
  }
  .modal-login .custom-checkbox,
  .modal-register .custom-checkbox {
    margin-bottom: 29px;
  }
  .auth-form {
    margin-bottom: 33px;
  }
  .already-have-account {
    font-size: 16px;
  }
  .modal-body label[for="reg_subscribe_me"] {
    font-size: 14px;
  }
  .modal-register .modal-body {
    padding-bottom: 85px;
  }
  .social-auth__text {
    font-size: 14px;
    margin-right: 32px;
    margin-bottom: 0;
  }
  .social-auth__wrap a img {
    width: 40px;
  }
  .modal-footer p {
    font-size: 16px;
  }
}
/*# sourceMappingURL=redesign-modals.css.map */