@charset "UTF-8";
/* modal window */
/* show image in modal windows */
.modal-window {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-3000px);
  z-index: 10000; }

.modal-window.policy, .modal-window.tehno {
  transform: translateY(0px);
  z-index: 15000; }

.policy__content p {
  margin-bottom: 20px; }

.modal-window.active {
  display: block;
  transform: translateY(0); }

/*.modal-window img {
	position: absolute;
	max-width:100%;
	height: 90vh;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin:auto;
}*/
.overlay {
  width: 100%;
  height: 100vh;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 708px;
  opacity: 60%;
  z-index: -2; }

.modal-form-container {
  background: #FCFCFC;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 40px;
  max-width: 70vw;
  height: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  margin: auto;
  overflow: hidden;
  border-radius: 20px;
  #padding: 58px 20px 50px 20px;
  transform: translateX(-50px);
  transition: transform 1s ease, opacity 0.2s ease;
  visibility: hidden;
  opacity: 0;
  max-height: 80vh;
  display: flex; }

.modal-form-wrapper {
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 30px 10px 10px 10px;
  padding: 20px 20px;
  overflow-y: auto;
  #width: 100%;
  #max-height: -webkit-fill-available;
  height: auto; }

.modal-window.active .modal-form-container {
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.2s ease;
  visibility: visible;
  opacity: 1;
  max-height: 80vh;
  padding: 0 20px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow-y: auto; }

.wpcf7 {
  height: auto;
  margin: auto; }

/*.wpcf7 input, .wpcf7 textarea {
	max-width:100%;
}*/
.wpcf7 label {
  color: #FCFCFC;
  font-size: 18px;
  line-height: 120%;
  display: block;
  margin-bottom: 15px; }

.wpcf7 input, .wpcf7 textarea {
  max-width: 100%;
  background: #FCFCFC;
  color: #1A1A1A;
  margin: 5px 0 0 0;
  padding: 18px 27px;
  border-radius: 12px; }
  .wpcf7 input.placeholder, .wpcf7 textarea.placeholder {
    color: #999999;
    font-size: 20px; }
  .wpcf7 input:-moz-placeholder, .wpcf7 textarea:-moz-placeholder {
    color: #999999;
    font-size: 20px; }
  .wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
    color: #999999;
    font-size: 20px; }
  .wpcf7 input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
    color: #999999;
    font-size: 20px; }
  .wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 20px; }

#consult_request .wpcf7 input, #consult_request .wpcf7 textarea {
  border: 1px solid #999999; }

#calculate_request .wpcf7 input, #calculate_request .wpcf7 textarea {
  border: 1px solid #999999; }

.wpcf7 textarea {
  max-height: 150px;
  resize: none; }

.wpcf7 .wpcf7-submit {
  background: #FBCB60;
  width: 100%;
  color: #1A1A1A;
  text-align: center;
  padding: 10px 30px;
  height: 55px;
  border-radius: 12px;
  margin: 0 auto;
  cursor: pointer; }

.wpcf7 .transfered-item {
  display: none; }

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 16px; }

.wpcf7 .wpcf7-response-output {
  display: none; }

.form-submit-btn {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.form-submit-btn span {
  display: none; }

.feed-form__title {
  font-size: 1.2em;
  color: #1A1A1A;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: -0.02em; }

.feed-form__info {
  width: 100%;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px; }

.feed-form__title.multi {
  text-align: left;
  margin-top: 40px; }

.feed-form__title.multi.first {
  margin-top: 0px; }

#main_catalog_form .wpcf7 textarea, #consult_form .wpcf7 textarea {
  max-height: 80px; }

.form-response-message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(90%);
  height: 150px;
  border: 2px solid #1A1A1A;
  border-radius: 10px;
  background: #fff;
  color: var(--black-reg);
  box-shadow: 0px 2px 10px;
  z-index: 10;
  padding: 5px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  max-width: 400px; }

.modal-close2 {
  position: absolute;
  top: 15px;
  right: 35px;
  transition: all 0.3s ease-in;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.modal-close2:hover {
  transform: rotate(180deg);
  transition: all 0.3s ease-in; }

.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-policy-container {
  position: absolute;
  max-width: 100%;
  height: 70vh;
  width: 80vw;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: white;
  padding: 30px 20px;
  overflow: overlay; }

.modal-policy-container .modal-close2 {
  right: 15px; }

.modal-policy-container .policy__popup {
  display: block !important; }

.modal-policy-container .policy__content {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  overflow-y: auto;
  overflow-x: initial;
  margin: 35px 20px 20px 20px; }

.modal-youtube-container iframe {
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.main-inside {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 120%;
  color: #1A1A1A;
  text-align: center; }

.text-center.policy {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #FCFCFC;
  line-height: normal; }

.text-center.policy a {
  color: #FCFCFC;
  text-decoration: underline; }

#consult_request .text-center.policy, #calculate_request .text-center.policy {
  color: #2B2B2A;
  text-align: center;
  max-width: 310px;
  margin: auto; }

#consult_request .text-center.policy a, #calculate_request .text-center.policy a {
  color: #2D3E80; }

#consult_request .text-center.intro, #calculate_request .text-center.intro {
  margin: 30px 0;
  text-align: center; }

.policy__popup {
  display: none; }

.wpcf7 .wpcf7-submit.disabled {
  cursor: not-allowed; }

/* popup */
.modal-window.popup-form.active {
  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;
  z-index: 10001; }

.modal-form-container-popup {
  background: #636363;
  position: relative;
  width: 80vw;
  margin: auto;
  padding: 20px 15px;
  max-height: 90vh;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  overflow-y: auto;
  max-width: 1024px; }

.popup-form .main-feedback {
  #padding-top: 10px;
  overflow-y: auto;
  padding: 0 20px;
  margin: 20px auto; }

.popup-form .main-feedback h2 {
  padding: 0 10px 20px 10px;
  text-align: center;
  margin: auto;
  width: 100%;
  font-size: 32px; }

#consult_request .main-feedback form, #calculate_request .main-feedback form {
  max-width: 350px;
  margin: auto; }

.popup-form .modal-close2 {
  position: absolute;
  right: 10px;
  top: 10px; }

/* calculate request + gift */
.black-form .overlay {
  opacity: 80%; }

.black-form.popup-form .main-feedback {
  padding: 0;
  position: relative;
  max-width: 800px;
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.black-form.popup-form .main-feedback div.wpcf7 {
  max-width: 600px; }

.black-form .modal-form-container {
  background: transparent;
  transform: none;
  max-width: 100%;
  height: 95vh;
  max-height: 100vh; }

.black-form .giftcalc-wrapper {
  max-width: 370px;
  margin: auto; }

.black-form.popup-form .main-feedback h2 {
  color: white;
  max-width: 725px;
  margin: auto auto 0 auto; }

.black-form .text-center.intro {
  margin: 30px 0;
  text-align: center;
  color: #FFFFFF; }

.black-form .wpcf7 select {
  cursor: pointer;
  max-width: 100%;
  background: #FCFCFC;
  color: #1A1A1A;
  margin: 5px 0 0 0;
  padding: 18px 27px;
  border-radius: 12px; }
  .black-form .wpcf7 select.placeholder {
    color: #999999;
    font-size: 20px; }
  .black-form .wpcf7 select:-moz-placeholder {
    color: #999999;
    font-size: 20px; }
  .black-form .wpcf7 select::-moz-placeholder {
    color: #999999;
    font-size: 20px; }
  .black-form .wpcf7 select:-ms-input-placeholder {
    color: #999999;
    font-size: 20px; }
  .black-form .wpcf7 select::-webkit-input-placeholder {
    color: #999999;
    font-size: 20px; }

.black-form .sub-title {
  font-size: 18px;
  color: #FCFCFC;
  margin-bottom: 12px;
  margin-top: 24px; }

.black-form .response h2 {
  display: none; }

.black-form .response .giftcalc-wrapper {
  display: none; }

.black-form .response .wpcf7-response-output {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
  color: white;
  text-align: center;
  padding: 0 10px;
  max-width: 300px; }

.black-form .response .ostekl-subtitle {
  display: none; }

/* response для calculate_request */
#calculate_request .response h2 {
  display: none; }

#calculate_request .response form * {
  display: none; }

#calculate_request .response form .wpcf7-response-output {
  display: block; }

#calculate_request .response .wpcf7-response-output {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: none;
  color: #1A1A1A;
  text-align: center;
  padding: 0 10px;
  max-width: 300px; }

/* response для consult_request */
#consult_request .response h2 {
  display: none; }

#consult_request .response form * {
  display: none; }

#consult_request .response form .wpcf7-response-output {
  display: block; }

#consult_request .response .wpcf7-response-output {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: none;
  color: #1A1A1A;
  text-align: center;
  padding: 0 10px;
  max-width: 300px; }

@media screen and (max-width: 1280px) {
  #consult_request .text-center.intro, #calculate_request .text-center.intro {
    font-size: 16px; } }
@media screen and (max-width: 1024px) {
  section.feedback {
    padding: 0 15px; } }
@media screen and (max-width: 768px) {
  .modal-form-container-popup {
    width: 100%;
    margin: auto 15px;
    border-radius: 10px; }

  .popup-form .main-feedback h2 {
    font-size: 24px; }

  #consult_request .text-center.intro, #calculate_request .text-center.intro {
    margin: 0; } }
@media screen and (max-width: 575px) {
  .modal-form-container {
    max-width: 90%;
    padding: 20px 0px; } }

/*# sourceMappingURL=modal-add.css.map */
