@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

.popup {
  position: fixed;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
  background: #f8f8fa;
  border-radius: 14px;
  z-index: 30;
  font-family: "Open Sans", sans-serif;
  flex-shrink: 0;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.field {
margin-bottom:5px;
}

#servise {
    width: 769.802px;
    height: 620.529px;
}

#waiting {
  width: 769.614px;
 

}

.popup-servise-content {
  flex-shrink: 0;
  padding: 49px 63px 59px 57px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.popup-servise-head {
  height: 460px;
  width: 648.017px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #f1e1cd;
  padding: 22px 32px;
}

input[type="checkbox"] {
  min-width: 46.664px;
  height: 26.223px;
}

#email {
  border-radius: 10px;
  border: 1px solid #a0a0a0;
  background: #fff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25) inset;
  width: 90%;
  height: 62px;
  flex-shrink: 0;
  padding: 18px 25px;
  color: #807e7c;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
}

.popup-servise-email {
  height: 120px;
  margin-top: 35px;
}

.popup-servise-email svg {
  position: relative;
  top: 19px;
  left: -41px;
}

.popup-servise-options div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.popup-servise-send-block {
  display: flex;
  justify-content: center;
}

.popup-btn {
  cursor: pointer;
  display: flex;
  width: 221px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 2px solid rgba(255, 141, 5, 0.15);
  background: var(--1, linear-gradient(180deg, #ffcb44 0%, #f5a200 100%));
  font-family: "Open Sans", sans-serif;
  /* СТА */
  box-shadow: 0px 0px 10px 0px rgba(223, 160, 0, 0.38);
  color: var(--black, #2c2c2c);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}

.label-file-picker {
}

#user_image_file {
  opacity: 0;
  position: absolute;
  height: 148.171px;
  width: 648.017px;
  cursor: pointer;
}

.file-picker-block-preload {
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-picker {
  width: 80;
  height: 80px;
  flex-shrink: 0;
  border-radius: 6px;
  background-image: url("../img/arrow-up-from-bracket-solid.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.file-picker-icon-block {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.choosen-photo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.file-picker-block-onload {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.choosen-photo-block {
  display: flex;
  gap: 5px;
  text-wrap: nowrap;
}

.choose-other-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.choosen-photo-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  font-family: "Open Sans", sans-serif;
}

#filename {
  max-width: 269px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#file-preview {
  /* height: auto; */
  /* width: 150px; */
  width: 100%;
  display: flex;
  justify-content: center;
}

#preview_photo {
  /* max-height: 100%; */
  height: 300px;
  width: auto;
  border-radius: 10px;
}

#status_val img{
  height: 300px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

.waiting-content {
  display: flex;
  padding: 50px 52px 50px 52px;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  gap: 47px;
}
.content-help {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  gap: 24px;
}

.content-gif {
  background-image: url("../img/waiting-loading.gif");
  width: 256px;
  height: 32px;
  background-size: cover;
  /* flex-shrink: 0; */
}

.content-info {
  border-radius: 13px;
  border: 1px solid #c38562;
  background: rgba(241, 224, 204, 0.17);
  width: 654px;
  height: 367.106px;
  flex-shrink: 0;
  padding: 13px 42px 13px 42px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  justify-content: space-evenly;
}

.info-header {/* min-width: 95%; */}

.info-header .text {
  font-family: "Open Sans", sans-serif;
  color: #2c2c2c;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 191.5%; /* 34.47px */
  /* max-width: 95%; */
}

.info-header .text a {
  font-weight: 700;
}

.info-button-block {
  cursor: pointer;
  width: 294px;
  display: inline-flex;
  padding: 16px 24px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 2px solid rgba(255, 141, 5, 0.15);
  background: var(--1, linear-gradient(180deg, #ffcb44 0%, #f5a200 100%));
  /* СТА */
  box-shadow: 0px 0px 10px 0px rgba(223, 160, 0, 0.38);
}

.modal-info-button {
  padding: 8px 24px;
  margin-bottom: 7px;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.help-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.help-footer {
  text-align: center;
}

.button-text {
    font-family: "Open Sans", sans-serif;
    color: var(--black, #2c2c2c);
    /* font-family: Open Sans; */
    /* font-size: 20px; */
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
}

.buttCss{
  margin-bottom: 10px;
}

.list-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-loader {
  font-family: "Open Sans", sans-serif;
  color: var(--black, #2c2c2c);
  /* font-family: Open Sans; */
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 185.5%;
  text-decoration-line: underline;
  cursor: pointer;
  margin-top:10px;
}

.bold {
  color: #2c2c2c;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 20.168px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.white-popup {
  position: relative;
  padding: 38px 20px 18px 65px;
  max-width: 830px;
  margin: 0 auto;
  border: 1px solid rgba(141, 192, 239, 0.2);
  box-sizing: border-box;
  box-shadow: 0 11px 9px 0 rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  background: #fbf5ec;
  z-index: 600;
}

@media (max-width:599px) {
	.white-popup {
		padding: 15px;
	}
}
.popup-over-title {
	font-size: 21px;
	color: #2c2c2c;
	margin-bottom: 20px;
}
.popup-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	color: #2c2c2c;
	margin-bottom: 25px;
}
.popup-sale {
	display: inline-block;
	padding: 9px 36px;
	border: 1px dashed rgba(240, 187, 187, 0.43);
	border-radius: 26px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #D35F5F;
	margin-bottom: 15px;
}
.popup-benefits {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #2c2c2c;
	margin-top: 10px;
}
.popup-list {
	margin-bottom: 30px;
}
.popup-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #2c2c2c;
}

.popup-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3333 4L5.99996 11.3333L2.66663 8' stroke='%23BCA269' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
/* .popup-list li:before {
	content: '';
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 9px;
	font-size: 40px;
	width: 6px;
	height: 6px;
	background: #C4C4C4;
	border-radius: 50%;
} */
.white-popup .button-green {
	margin-bottom: 11px;
}
.white-popup .btn__icon {
	margin-right: 18px;
	width: 27px;
	height: 27px;
}

.wh_popup_img{
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
  right: 30px;
  bottom: 30px;
  z-index: -1;
}
@media (max-width:820px) {
	.wh_popup_img {
		display: none;
	}
}

.mfp-close-btn-in .mfp-close {
	color: #ABABAB;
	font-size: 37px;
  right: 15px;
  top: 15px;
}
/* ZOOM */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  background: rgba(255, 255, 255, 0.13);
	opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.error {
  color: #D35F5F;
  margin-left: 5px;
}

.email-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  width: 720px;
  gap: -6px;
}

.popup-servise-options{
  height: 85px;
  margin-top: 10px;
}

/* bootstrap */

.d-none {
  display: none !important; 
}

label {
  display: inline-block;
}

.form-switch .form-check-input {
  cursor: pointer;
  background-image: url("../img/checkbox-notactive.svg");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("../img/checkbox-active.svg");
}

.form-check-input:checked {
  background-color: #EFE6E4;
  border-color: #EFE6E4;
  border: 1px solid #C48661;
}
.header-text {
font-size: 16px;
}

@media (max-width: 769px) {
  /* Ваши стили для устройств с шириной экрана 800px и меньше */
  #servise {
    width: 99%;
height:auto;
}

#waiting {
  width: 99%;
height:auto;
}

.popup-servise-head {
  height: auto;
  width :auto;
  padding: 11px 16px;
}


.popup-servise-content { 
padding: 24px 30px 30px 28px;
}
.email-block {
width:95%;
}

#filename {
    max-width: 100px;
}
.popup-servise-email {
    margin-top: 10px;
}

.popup-servise-options,popup-servise-email {
height:auto;
}
.content-info {
height:auto;
width : auto;
padding: 6px 20px 10px 10px;
}
.waiting-content {
padding: 30px 20px 10px 20px;
}



}