
.full-popup {
	background: #F5F7F6;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: scroll;
	padding: 24px;
  }
  
  /* mfp */
  .white-popup {
	  width: 654px;
	  height: 428px;
	  background: #FFFFFF;
	  border-radius: 10px;
	  position: relative;
	  margin: 0 auto;
  }
  
  .white-popup-hint1 {
	  width: 654px;
	  height: 345px;
	  background: #FFFFFF;
	  border-radius: 10px;
	  position: relative;
	  margin: 0 auto;
  }
  
  @media (max-width:599px) {
	  .white-popup {
		  padding: 15px;
	  }
	  .white-popup2 {
		  padding: 15px;
	  }
  }
  .mfp-frame-title {
    width: 654px;
    height: 38px;
    left: 0px;
    top: 0px;
    
    background: #F3F3F3;
    border-radius: 10px 10px 0px 0px;
  }
  .popup-over-title-icon {
	  position: absolute;
	  width: 16px;
	  height: 16px;
	  left: 15px;
	  top: 11px;
	  background-image: url(/app/img/site/mfp_newplan.png);
	  background-repeat: no-repeat;
	  display: inline-block;
  }
  .popup-over-title {
	  position: absolute;
	  width: 81px;
	  height: 16px;
	  left: 40px;
	  top: 11px;
  
	  font-family: Roboto;
	  font-style: normal;
	  font-weight: normal;
	  font-size: 14px;
	  line-height: 16px;
  
	  color: #717171;
  }
  .popup-title {
	  position: relative;
	  /*left: 24.32%;*/
	  font-family: Roboto;
	  font-style: normal;
	  font-weight: bold;
	  font-size: 32px;
	  line-height: 37px;
	  color: #000000;
	  display: block;
	  margin-top: 25px;
	  text-align: center;
  }
  .popup-sale {
	  position: relative;
	  width: 80%;
	  height: 32px;
	  left: 9%;
	  background: rgba(255, 215, 215, 0.6);
	  display: block;
	  margin: 20px;
	  margin-bottom: 15px;
  }
  .popup-sale-clean {
	  position: relative;
	  width: 80%;
	  height: 32px;
	  left: 9%;
	  display: none;
	  margin: 20px;
	  margin-bottom:15px;
  }
  
  .popup-sale-icon {
	  position: relative;
	  width: 15.33px;
	  height: 14px;
	  left: 24px;
	  top: 5px;
	  background-image: url(/app/img/site/mfp_attention.png);
	  background-repeat: no-repeat;
	  display: inline-block;
  }
  .popup-sale-text {
	  position: relative;
	  width: 451px;
	  height: 16px;
	  left: 34px;
	  top: 4px;
	  font-family: Roboto;
	  font-style: normal;
	  font-weight: normal;
	  font-size: 14px;
	  line-height: 16px;
	  color: #DB4B4B;
	  display: inline-block;
  }
  
  .popup-benefits {
	  font-weight: 600;
	  font-size: 16px;
	  line-height: 24px;
	  margin-bottom: 20px;
	  color: #1a1a1a;
  }
  .popup-list {
	  margin-bottom: 30px;
  }
  .popup-list li {
	  position: relative;
	  padding-left: 20px;
	  margin-bottom: 10px;
	  font-size: 16px;
	  color: #2a2a2a;
  }
  .white-popup .button-green {
	  margin-bottom: 11px;
  }
  
  .white-popup .btn__icon {
	  margin-right: 18px;
	  width: 27px;
	  height: 27px;
  }

  .orBlock {
    margin-bottom: 18px;
    gap: 15px;
    color: #F60;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
	align-items: center;
}
  
  .mfp-close-btn-in .mfp-close {
	  font-weight: 400;
	  right: 0px;
	  top: 9px;
	  background-image: url(/img/icons/close.svg);
	  background-repeat: no-repeat;
	  font-size: 0; /*скрываем крестик*/
  }
  .mfpedit{
	  width: 79px;
	  height: 43px;
	  background: #F1F1F1;
	  border: 1px solid #DBDBDB;
	  box-sizing: border-box;
	  border-radius: 2px;
	  display: inline-block;
	  float: right;
  }
  
  .mfplabel{
	  width: 112px;
	  height: 16px;
	  font-family: Roboto;
	  font-style: normal;
	  font-weight: 500;
	  font-size: 14px;
	  line-height: 16px;
	  color: #000000;
	  display: inline-block;
	  margin: 15px 5px 13px 40px;
	  padding-top: 3px;
  }

  
  @media (max-width:767px) {
	  .download-popup {
			  padding: 15px;
	  }
	  .download-popup-block {
			  text-align: center;
	  }
	  .download-popup-title {
			  text-align: center;
	  }
	  .download-popup-list {
			  display: flex;
			  flex-direction: column;
			  align-items: center;
			  justify-content: center;
	  }
	  .download-popup-left {
			  width: 100%;
			  margin-bottom: 15px;
	  }
  .download-popup-right {
			  width: 100%;
	  }
  }

  @media (max-width:650px) { 

	.download-popup-left {
		display: none !important;
	}

	.download-popup {
		padding: 16px!important;
	}
	.download-popup-title {
		font-size: 20px !important;
	}

	.download-popup-block {

		justify-content: center;
	}

	.download-popup-right {
		width: auto !important;
	}
	.full-ver {
		font-size: 16px;
	}
  }

  /* download-popup */
  .download-popup {
	  position: relative;
	  padding: 40px 78px 52px 37px;
	  width: auto;
	  max-width: 763px;
	  margin: 0 auto;
	  background: white;
	  border: 1px solid #D1D1D1;
	  box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.13);
	  border-radius: 12px;
	 }
  .download-popup-title {
	color: var(--main-black, #0B2447);
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 32px;
	}
  .download-popup-block {
	  display: flex;
	  gap: 42px;
	 }
  .download-popup-left {
	  width: 100%;
	  display: flex;
	  /* flex-direction: column; */
	 }
  .download-popup-list {
	  font-family: Roboto;
	  padding-left: 18px;
	  font-weight: 400;
	  font-size: 16px;
	  line-height: 26px;
	  color: #333333;
	  margin-bottom: 28px;
  }
  .download-popup-list li::marker {
	  color: #76D98F;
  }
  .download-popup-text {
	  font-weight: 600;
	  font-size: 17px;
	  line-height: 24px;
	  color: #333333;
	  margin-bottom: 35px;
  }
  .download-popup-right {
	  width: 50%;
	  display: flex;
	  margin-top: 16px;
	 }
  .download-popup-right img {
	  position: relative;
	  top: -20px;
  }

  .full-ver {
    color: var(--main-black, #0B2447);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  #limitSizeModal .orBlock{
	margin-top: 28px;
  }

/* import-popup */
#import-popup {
	max-width: 600px;
	min-height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transform: translate(-165px, 0);
  width: initial;
  height: initial;
}
#import-popup .mfp-close {
  display: none;
}
.import-img {
	margin-bottom: 35px;
}
.import-btn {
  display: flex;
	padding: 15.5px 25px;
  justify-content: center;
  align-items: center;
	gap: 7px;
  border-radius: 10px;
  background: #0F70E6;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
	text-decoration: none;
  cursor: pointer;
  border: none;
  transition: ease .3s;
  margin: 0 auto;
}
.import-btn:hover {
  background: #3661c2;
}
.import-text {
	margin-top: 10px;
	font-weight: 400;
	font-size: 13px;
	line-height: 150%;
	color: #0b2447;
	text-align: center;
}
@media (max-height: 1000px) {
	#import-popup {
    min-height: 465px;
	}
}
@media (max-height: 780px) {
	#import-popup {
    min-height: 350px;
    transform: translate(-176px, 0px);
	}
}
@media (max-width: 991px) {
	#import-popup {
		max-width: 400px;
		min-height: 400px;
	}
}
@media (max-width: 767px) {
	#import-popup {
		transform: translate(0, 0);
	}
}