/* modal */
.overlay {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 708px;
  opacity: 100%;
  z-index: -2; }

.overlay.dark {
  background-color: #000;
  opacity: 40%; }

.modal-video {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10000; }

.modal-youtube-container {
  position: absolute;
  max-width: 100%;
  height: 50vh;
  width: 60vw;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }

.modal-video .modal-close2 {
  top: 20px;
  right: 20px;
  position: absolute;
  margin: auto;
  background: url("/images/2023/cross.svg") no-repeat center center/contain;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in; }

.modal-window {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 100000;
  transform: translateX(-5000px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.modal-window.active {
  transform: translateX(0px); }

.modal-window.modal-3d {
  z-index: 100000; }

.modal-container {
  position: absolute;
  max-width: 100%;
  height: calc(100vh - 80px);
  max-height: 100vh;
  #padding: 25px 30px;
  width: calc(100vw - 80px);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 40px 40px;
  background: transparent;
  overflow-y: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.modal-container.docs {
  top: initial;
  bottom: initial;
  right: initial;
  left: initial;
  width: inherit;
  height: inherit; }

.modal-window .modal-container.form-popup {
  width: 100%;
  max-width: 560px;
  height: auto;
  max-height: fit-content;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  transform: translateX(-50px);
  transition: transform 1s ease, opacity 0.2s ease;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  background: white; }

.modal-window.active .modal-container.form-popup {
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.2s ease;
  visibility: visible;
  margin: auto;
  opacity: 1; }

.modal-container .modal-close2, .inn-response .modal-close2 {
  top: 10px;
  right: 10px;
  position: fixed;
  margin: auto;
  background: url("/images/2023/cross.svg") no-repeat center center/contain;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in; }

.inn-response .modal-close2 {
  position: absolute;
  right: 20px;
  top: 20px; }

#downloads-block .modal-container .modal-close2 {
  width: 48px;
  height: 48px;
  top: 30px;
  right: 30px;
  background: url("/images/2023/close3.svg") no-repeat center center/contain; }

.modal-container .modal-close2:hover, .inn-response .modal-close2:hover {
  transform: rotate(180deg); }

.main-feedback {
  max-width: 360px;
  margin: 100px auto; }

.main-feedback form {
  width: 100%; }

.main-feedback input, .main-feedback textarea {
  max-width: 100%;
  background: #FFFFFF;
  color: #2C2D2E;
  padding: 11px 12px;
  border: 1px solid #E1E3E6;
  width: 100%;
  font-size: 14px;
  line-height: 144%;
  margin-bottom: 12px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 2px 0px rgba(0, 0, 0, 0.03); }
  .main-feedback input.placeholder, .main-feedback textarea.placeholder {
    color: #999999;
    font-size: 14px; }
  .main-feedback input:-moz-placeholder, .main-feedback textarea:-moz-placeholder {
    color: #999999;
    font-size: 14px; }
  .main-feedback input::-moz-placeholder, .main-feedback textarea::-moz-placeholder {
    color: #999999;
    font-size: 14px; }
  .main-feedback input:-ms-input-placeholder, .main-feedback textarea:-ms-input-placeholder {
    color: #999999;
    font-size: 14px; }
  .main-feedback input::-webkit-input-placeholder, .main-feedback textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px; }

.main-feedback textarea {
  height: 100px;
  resize: none; }

.main-feedback .col-desk-4 {
  width: 32%; }

.main-feedback .input {
  padding: 0;
  margin-bottom: 16px; }

.main-feedback .input:not(:nth-child(3n)) {
  margin-right: 2%; }

.main-feedback .form-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
  margin-bottom: 20px; }

.main-feedback .btn {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  max-width: 32%;
  font-family: Calibri, sans-serif; }

.main-feedback .btn:disabled {
  cursor: not-allowed;
  background: #A5C2EE; }

.main-feedback .btn-upload {
  background: #F6F6F6;
  color: #242F3F; }

.main-feedback .btn-submit {
  background-color: #214288;
  border: none;
  border-bottom: none;
  padding: 16px;
  color: white;
  cursor: pointer;
  height: initial;
  margin: 20px auto 10px auto;
  text-decoration: none;
  max-width: 230px;
  display: block; }

.main-feedback .btn-submit:hover {
  text-decoration: none; }

.modal-container.form-popup .modal-close2 {
  top: 20px;
  right: 20px;
  position: absolute;
  margin: auto;
  background: url("/images/2023/cross.svg") no-repeat center center/contain;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in; }

.modal-container.form-popup .modal-close2:hover {
  transform: rotate(180deg); }

input.placeholder {
  opacity: 0.7; }
input:-moz-placeholder {
  opacity: 0.7; }
input::-moz-placeholder {
  opacity: 0.7; }
input:-ms-input-placeholder {
  opacity: 0.7; }
input::-webkit-input-placeholder {
  opacity: 0.7; }

textarea.placeholder {
  opacity: 0.7; }
textarea:-moz-placeholder {
  opacity: 0.7; }
textarea::-moz-placeholder {
  opacity: 0.7; }
textarea:-ms-input-placeholder {
  opacity: 0.7; }
textarea::-webkit-input-placeholder {
  opacity: 0.7; }

/* new-form styles */
.new-form .form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.new-form .form-row:not(:last-child) {
  margin-bottom: 8px; }

.new-form .form-row > div:first-child {
  font-size: 12px;
  flex-shrink: 0; }

.new-form .form-row > div:first-child font {
  margin-right: 2px; }

.new-form input, .new-form textarea {
  width: 100% !important;
  max-width: 363px;
  padding: 12px 16px;
  border: 1px solid #E1E3E6;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  line-height: 20px; }

.new-form .form-row input[type=checkbox] {
  width: initial !important;
  border: none;
  box-shadow: none; }

.new-form .input-field input.placeholder {
  color: #818C99; }
.new-form .input-field input:-moz-placeholder {
  color: #818C99; }
.new-form .input-field input::-moz-placeholder {
  color: #818C99; }
.new-form .input-field input:-ms-input-placeholder {
  color: #818C99; }
.new-form .input-field input::-webkit-input-placeholder {
  color: #818C99; }

.new-form .form-row input[name="captcha_word"] {
  width: 190px; }

.new-form div input[type="submit"] {
  width: 100%;
  max-width: 228px;
  margin-top: 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  padding: 11px 16px; }

.new-form .required-info {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 16px 0; }

.new-form .required-info span, .new-form .starrequired {
  color: #E64646; }

.new-form .calendar-block {
  max-width: 363px;
  position: relative; }

.new-form .calendar-icon {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto; }

.new-form [type="submit"] {
  background-color: #214288;
  #height: 36px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  color: white;
  line-height: 150%;
  height: initial;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  margin-top: 20px;
  text-decoration: none;
  outline: 0;
  border-radius: 2px;
  white-space: nowrap;
  width: 100%; }

.new-form [type="submit"]:disabled {
  opacity: 0.64;
  cursor: not-allowed; }

.captcha-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px; }

.captcha-wrapper div:first-child {
  max-width: 228px; }

.new-form select {
  padding: 6px;
  border: 1px solid #E1E3E6;
  font-size: 14px;
  line-height: 20px; }

.new-form .select-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.form-row.captcha {
  margin: 0; }

.form-row.captcha div:not(:last-child) {
  margin-bottom: 8px; }

.form-row.captcha div:first-child {
  margin: 0; }

.new-form .reset-btn-cont {
  margin: 20px 0 0 0;
  max-width: 228px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.new-form .reset-btn-cont input {
  border: none;
  box-shadow: none;
  opacity: 0;
  cursor: pointer; }

.new-form .reset-btn-cont .reset-sign {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #E64646;
  font-weight: 600;
  cursor: pointer; }

.new-form .reset-btn-cont .reset-sign::before {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-flex;
  background: url("/images/2023/icons/reset-icon.svg") no-repeat center center/contain;
  margin-right: 8px; }

/* new-form custom-quantity */
.new-form .custom-quantity {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 16px; }

.new-form .custom-quantity > div:not(:first-child):not(.custom-input-wrapper) {
  display: none; }

.new-form .custom-quantity .custom-input-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px; }

.new-form .custom-input-wrapper .input-value {
  width: fit-content;
  min-width: 52px;
  text-align: center;
  padding: 7px 4px;
  border: 1px solid #E1E3E6;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  line-height: 20px; }

.new-form .custom-input-wrapper .plus {
  width: 24px;
  height: 24px;
  background: url("/images/2023/icons/quant-plus.svg") no-repeat center center/contain;
  cursor: pointer; }

.new-form .custom-input-wrapper .minus {
  width: 24px;
  height: 24px;
  background: url("/images/2023/icons/quant-minus.svg") no-repeat center center/contain;
  cursor: pointer; }

/* auth */
.auth-wrapper {
  max-width: 360px;
  margin-bottom: 3rem; }

.auth-wrapper h3 {
  margin: 0 0 24px 0; }

.auth-wrapper p {
  margin: 0 0 16px 0;
  line-height: 150%; }

.auth-wrapper .lk-text {
  font-weight: 600;
  margin-top: 8px;
  font-size: 18px;
  line-height: 133%; }

.auth-wrapper .authorize-submit-cell {
  margin: 24px 0; }

/* kabinet */
.kabinet .subscr-agree {
  max-width: 363px;
  padding: 0 0 32px 0; }

.kabinet form {
  margin-bottom: 50px; }

.kabinet .subscr-agree .agree-input {
  display: none; }

/* end kabinet */
@media screen and (max-width: 742px) {
  .modal-container {
    padding: 20px 0 30px 0;
    margin: 30px auto 20px auto; } }

/*# sourceMappingURL=forms.css.map */
