body.overflow-hidden {
	overflow: hidden;
}

#order-form {
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 10004;
	overflow: auto;
	position: fixed;
	background: rgba(138, 138, 138, 0.5);
	backdrop-filter: blur(32px); }

.order_form--wrapper {
	background: #fff;
    border-radius: 40px;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    overflow: auto;
    padding: 24px 56px;
    position: relative;

}
#order-form .form-group input.input-error{
    border: 1px solid #FF0000;
  }
#order-form .header {
	padding: 0;
	background-color: transparent;
	position: unset;
}
#order-form .title {
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #2B2B2B;
}
#order-form .close-button {
	position: absolute;
	top: 24px;
	right: 24px;
	cursor: pointer;
	background-color: transparent;
	padding: 0;
}

#order-form .content {
	padding: 15px;
}
.custom__checkbox{
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  
  .custom-checkbox + label {
    display: inline-flex !important;
    align-items: center;
    user-select: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #3D3B38;
    cursor: pointer;
  }
  .custom-checkbox + label a{
    color: #99CD06;
  }
  
  .custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    margin-right: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
  }
  
  .custom-checkbox:checked + label::before {
    border-color: #99CD06;
    background-color: #99CD06;
    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 4.25L6.125 11.125L3 8' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  }
  
  .custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
    border-color: rgba(153, 205, 6, 0.33);
  }
  
  .custom-checkbox:not(:disabled):active + label::before {
    background-color: rgba(153, 205, 6, 0.66);
  }
  
  .custom-checkbox:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(153, 205, 6, 0.125);
  }
  
  .custom-checkbox:focus:not(:checked) + label::before {
    border-color: rgba(153, 205, 6, 0.125);
  }
  
  .custom-checkbox:disabled + label::before {
    background-color: rgba(153, 205, 6, 0.125);
  }
  .errorcheck span,
  .errorcheck span>a{
    color: #FF0000;
  }
  .errorcheck .custom-checkbox + label::before{
    border-color: #FF0000;
  }
#order-form .top {
	padding: 16px;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
#order-form .name{
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: #2B2B2B;
}
#order-form .img {
	width: 100px;
	margin-right: 16px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

#order-form .calculator {
	width: 100%;
}
#order-form .__model{
	padding-bottom: 8px;
    font-size: 14px;
    color: #999999;
}
#order-form .sum,
#order-form .curency {
	font-weight: 600;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
	color: red;
}

#order-form .value {
	margin: 1em 0;
	display: flex;
	align-items: center;
	display: none;
}

#order-form [name="value"] {
	width: 4em;
	height: 24px;
	font-size: 16px;
	text-align: center;
	margin: 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 133%;
	text-align: center;
	color: #2B2B2B;
	background-color: #fff;
}
#order-form .value button{
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	background-color: #fff;
	border-radius: 8px 0 0 8px;
}
#order-form .value button:last-child{
	border-radius: 0 8px 8px 0;
}
#order-form .value button:hover svg path{
	stroke: #99CD06;
}
.text{
	margin-right: 16px;
}
#order-form .contacts {
	
}
.sum-block{
	display: flex;
	align-items: center;
	display: none;
}
#order-form .form-group{
	position: relative;
	margin-bottom: 24px;
  }
  #order-form .form-group input{
	border-radius: 30px;
	width: 100%;
	height: 48px;
	border-radius: 30px;
	background-color: #fff;
	border: 1px solid #8A8A8A;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.6);
	padding: 0 14px;
  }
  #order-form .form-group textarea{
	width: 100%;
	border-radius: 30px;
	background-color: #fff;
	border: 1px solid #8A8A8A;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.6);
	padding:14px;
  }
  .nav-tabs>li>a{
	margin-: 0;
  }
  #order-form .form-group:hover textarea,
  #order-form .form-group:focus textarea,
  #order-form .form-group:active textarea,
  #order-form .form-group.active textarea,
  #order-form .form-group.active input,
  #order-form .form-group:hover input,
  #order-form .form-group:focus input,
  #order-form .form-group:active input{
	border-color: #99CD06;
  }
  #order-form .form-group label{
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.6);
	position: absolute;
	height: 46px;
	top: 1px;
	left: 15px;
	display: flex;
	align-items: center;
	background-color: transparent;
	transition: .2s;
  }
  #order-form .form-group.active label,
  #order-form .form-group:hover label,
  #order-form .form-group:focus label,
  #order-form .form-group:active label{
	color: #99CD06;
	font-size: 12px;
	top: -7px;
	left: 24px;
	height: auto;
	background-color: #fff;
  }
  .button-wrapper{
	display: flex;
	justify-content: center;
  }
  .button-wrapper button{
    border-radius: 30px !important;
    padding: 8px 32px;
    width: 100%;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #99CD06;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    border: none;
    box-shadow: none;
    margin-top: 24px;
}
@media (max-width: 768px) {
	.order_form--wrapper{
		border-radius: 0;
		width: 100%;
		max-width: 100%;
		max-height: 100%;
		height: 100%;
		overflow: auto;
	}
}
@media (max-width: 600px) {
	.order_form--wrapper{
		padding: 24px 14px 24px 16px;
	}
	#order-form .close-button{
		right: 16px;
	}
	#order-form .title{
		font-size: 16px;
		margin-bottom: 20px;
	}
	#order-form .sum, #order-form .curency{
		font-size: 18px;
	}
	#order-form .content{
		padding: 0;
	}
}