body {
	overflow-x: visible !important;
}
.wrapper {
	overflow: visible;
}
.form_block {
	height: 605px;
}
.calculator{
  line-height: 1.2;
  background: #fff;
}
.form_new_calculator {
    height: auto;
    width:1120px ;
}
.total_cost_calk{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 24px 32px;
    background: #252362;
    color: #fff;
    margin-bottom: 27px;
    position: sticky;
    top: 0; 
  /*  z-index: 1000; */
	z-index: 100;
}
.total_cost_text{
    margin-top: 8px;
    font-size: 20px ;
}
.total_cost_price{
    font-size: 32px;
}
.main_unit_calk{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.main_unit_block{
    display: flex;
    align-items: top; 
    justify-content:space-between; 
}
.main_remoteness{
    width: 550px;
    height: 188px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
}
.main_remoteness_text{
  /*  text-decoration: underline 0.7px rgba(255, 255, 255, 0.70); */
    width: 100%;
    height: 60px;
    background:#039F9B;
    color: #fff;
    border-radius: 4px;
    padding:16px 0px 16px 24px;
}
.remoteness_text{
  font-size: 24px;
}
.main_remoteness_distance{
    display: flex;
    justify-content: space-between;
}

.options {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 4px;
    margin: 8px 10px
  }
  
  .radio-option {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding:16px 0 16px 16px ;
    width: 263px;
    background:#F4F4F7 ;
    border-radius: 8px;
	font-weight: 600;
   /* text-decoration: underline 1px rgba(0, 0, 0, 0.35); */
  }
  
  input[type="radio"] {
    display: none;
  }
  
  .custom-radio {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 2px solid #252362;
    border-radius: 50%;
    position: relative;
    box-sizing: content-box;
    transition: border-color 0.3s;
  }
  
  .custom-radio::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s, width 0.3s, height 0.3s;
  }
  
  input[type="radio"]:checked + .custom-radio {
    border-color: #252362;
  }
  
  input[type="radio"]:checked + .custom-radio::after {
    background-color: #252362;
  } 
.main_house_area{
  width: 550px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
}
.distanse_block_inf{
  color: #D43721;
  font-size: 12px;
}
.foundation_blocks{
  width: 100%;
  border-radius: 4px;
}
.main_remoteness_foundation{
  display: flex;
  justify-content: space-between;
  padding-right: 48px;
  height: 64px;
}
.foundation_blocks_span{
  font-size: 28px;
}
.main_blocks_houses{
  background: #fff;
  width:100% ;
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin-bottom: 40px;
  border-radius:4px;
}

 /* Основной контейнер */
 .container {
  display: flex;
  align-items: start;
  justify-content: space-around;
  gap: 20px;
  max-width: 100%;
  margin: 28px 48.5px;
}
.left-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 550px;
  background:#F4F4F7;
  padding:8px ;
  border-radius: 4px;
  height:352px ;
}
.display-block {
 /* text-decoration: underline 1px rgba(0, 0, 0, 0.35);*/
  width: 534px;
  padding: 16px;
  border: 1px solid #D9CEC3;
  font-size: 16px;
  background-color: #fff;
  position: relative;
  text-align: left;
  border-radius: 4px;
  z-index: 2;
  font-weight: 600;
}
.toggle-button {
  position: absolute;
  right: 16px;
  top: 0px;
  background: none;
  border: none;
  font-size: 27px;
  cursor: pointer;
}
#selected-option {
  display: block;
  font-size: 16px;
}
.additional-text {
  font-size: 16px;
  color: #656565;
  display: none;
   margin-top: 16px;
   font-weight: 400;
   line-height: 20px;
}
.additional-text.show {
  display: block;
}
.image-block {
  width: 534px;
  height: 270px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-top: 63px;
  border-radius: 8px;
  position: absolute;
}
#display-image {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.radio-options {
  width: 450px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 4px;
}
.radio-options label {
  width:440px ;
  background:#F4F4F7 ;
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  gap: 8px;
  border-radius: 8px;
  padding:16px 0 16px 16px ;
  /*text-decoration: underline 1px rgba(0, 0, 0, 0.35);*/
  font-weight: 600;
}
.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #252362;
  position: relative;
}
.filled::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #252362;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-options input[type="radio"] {
  display: none; 
}



.the_rest_block{
  display: flex;
/*  width: 1120px;*/
/*  height: 625px; */
 justify-content: space-between;
/* align-items: center;*/
 /* gap: 20px   ;*/
}
.form_block{
  width: 550px;
  height: 625px;
  background:#252362 ;
  border-radius: 8px;
}
.block_questions{
  width: 550px;
  display: flex;
  flex-direction: column;
  align-items: start;
 padding: 35px;
 padding-top: 65px;
 gap: 2px;
 height: 635px;
 overflow: hidden;
 margin-top: -10px;
}
.questions_title{
  width: 400px ;
  color: #252362;
  font-size: 36px;
  margin-bottom: 10px ;
  font-weight: 500;
  line-height: 49px;
}
.questions_text{
  font-size: 14px;
  color: #000;
  line-height: 19px;
}
.telephone_title{
  font-size: 24px;
  margin-bottom: 10px;
  color: #252362;
}
.telephone_text{
  font-size: 14px;
}
.telephone_contacts{
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.img_phone{
  width: 48px;
  height: 48px;
}
.contacts{
  color: #252362;
  font-size: 24px;
  text-decoration: underline;
  text-decoration-color: #252362;
}
.contacts:hover {
  text-decoration: underline;
}
.block_border-line{
  border-top: 0.5px solid #252362; 
    width: 100%;
	margin-top: 50px;
}
.application-form__title {
	padding: 0px 0 8px 0;
/*  font-weight: 600;
	font-size: 40px;*/	

	font-weight: 500;
	font-size: 36px;
	line-height: 48px;
	text-align: left;
	color: #ffffff;
}

.the_rest_block {
	margin-top: -40px;
}
.block_questions {
	background-color: #fff;
	border-radius: 8px;
}
.questions_title {
	margin-top: -22px;
}
.telephone_title {
	font-weight: 500;
}

.application__form {
	margin-top: -10px;
}

.application__agreement {
	margin-top: 170px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}
.ak-personal-info {
	color: #FF3418;
	border-bottom: 1px solid #FF3418;
}
.application__button {
	max-width: 570px;
	margin-top: 25px;
}


/* адаптив */


@media(max-width:1140px) {
  .form_new_calculator {
    height: auto;
    width:1000px ;
  }
  .main_remoteness{
    max-width:400px ;
    height: auto;
  }
  .radio-options {
    width: 350px;
  }
  .form_block {
    max-width: 450px;
    height: 525px;
  }
  .the_rest_block {
    max-width: 1000px;
    gap: 20px;
   /* justify-content: start;*/
  }
  .block_questions{
    max-width: 500px;
  }
  .application__agreement {
	  font-size: 14px;
  }
}

@media(max-width:1024px){
	
	
	.application__agreement {
	margin-top: 155px;
}
	.block_questions_text {
		width: 100%;
	}
  .form_new_calculator {
    height: auto;
    width:800px ;
  }
  .main_remoteness{
    max-width:380px ;
    height: 312px;
  }
  .main_house_area{
    max-width:380px ;
  }
  .options{
    justify-content: start;
  }
  .radio-option {
    width: 350px;
  }
  .container {
    margin: 8px;
    gap: 10px;
  }
  .left-panel {
    max-width: 400px;
    height: 290px;
  }
  .display-block {
    max-width: 380px;
  }
  .image-block{
    width: 380px;
    height: auto;
 
  }
  .display-image{
    width: 110%;

  }
  .the_rest_block {
	justify-content: start;
}
  .block_questions{
  /*  max-width: 350px; */
    padding: 25px;
	max-width: 400px;
	padding-top: 75px;
  }
  .form_block {
 /*   max-width: 350px; */
/*   height: 500px; */
max-width: 400px;
  }
  .questions_title {
    font-size: 24px;
	line-height: 28px;
  }
  .telephone_title{
    font-size: 20px;
  }
  .contacts{
    font-size: 20px;
  }
  .img_phone{
    width: 38px;
    height: 38px;
  }
  .application-form__title {
	font-size: 30px;  
  }
  
}

@media(max-width:996px){
	
	.heading_one {
	margin-top: 120px;
}

}

@media(max-width:800px){
	
	.heading_one {
	font-size: 24px;
	line-height: 34px;
	margin-left: 24px;
}
	.questions_title {
	line-height: 32px;
  }
	
	.application-form__title {
	font-size: 18px;
	text-align: center;
}
.application__agreement {
	margin-top: 25px;
}
.form_block {
	height: 425px;
}
  .form_new_calculator {
    height: auto;
    width:700px ;
  }
  .main_remoteness{
    max-width: 330px;
  }
  .main_house_area{
    max-width:330px ;
  }
  .radio-option {
    max-width: 300px;
  }
  .radio-options{
    width: 300px;
  }
  .left-panel {
    max-width: 370px;
    height: 280px;
  }
  .display-block {
    max-width: 350px;
  }
  .image-block{
    width: 350px;
    height: auto;
 
  }
  .display-image{
    width: 110%;
  }
  .display-block {
    padding: 12px;
  }
  .toggle-button{
    top: -3px;
    right: 10px;
  }
  .radio-options label{
    padding: 15px;
  }
  .the_rest_block{
    height: auto;
  }
  .questions_title {
    width: 300px;
  }
}
@media(max-width:768px) {
	.application__text {
		display: none;
	}
	.application__agreement {
		font-size: 12px;
	}
	.application__button {
	margin-top: 15px;
}
.block_questions {
	margin-top: 20px;
}
  .form_new_calculator {
    height: auto;
    width:600px ;
  }
  .main_unit_block{
    flex-direction: column;
    gap: 16px;
	align-items: center;
  }
  .options {
	justify-content: center;
}
  .main_remoteness{
    max-width: 800px;
    height: auto;
	width: 100%;
  }
  .radio-option{
    max-width: 260px;
  }
  .main_house_area {
    max-width: 800px;
	width: 100%;
  }
  .container {
    flex-direction: column;
  }
  .left-panel {
   max-width:600px;
   height: 380px;
  }
  .display-block {
    max-width: 580px;
  }
  .image-block{
    width: 530px;
    height: auto;
  }
   .radio-options{
    width: 550px;
   }
   .radio-options label{
    width: 550px;
   }
   .main_remoteness_foundation {
    max-width: 600px;
   }
   .main_blocks_houses{
    max-width: 600px;
   }
   .the_rest_block{
    max-width: 600px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }
   .questions_title {
    font-size: 24px;
   }
   .block_questions{
    gap: 10px;
   }

}

@media(max-width:600px) {
  .form_new_calculator {
    height: auto;
    width:500px ;
  }
  .main_remoteness{
    max-width: 500px;
    height: auto;
  }
  .radio-option{
    max-width: 230px;
  }
  .main_house_area {
    max-width: 500PX;
  }
  .left-panel {
    max-width:450px;
    height: 310px;
   }
   .display-block {
    max-width: 400px;
  }
  .image-block{
    width: 400px;
    height: auto;
  }
  .main_remoteness_foundation {
    max-width: 500px;
   }
   .main_blocks_houses{
    max-width: 500px;
   }
   .the_rest_block{
    max-width: 500px;
   }
   .main_remoteness_text{
    height: auto;
   }
   .foundation_blocks_span{
    font-size: 22px;
   }
   .remoteness_text{
    font-size: 20px;
   }
   .radio-options label{
    width: 450px;
   }
   .radio-options {
    width: 450px;
   }
}

@media(max-width:500px) {
	
	 .radio-options label {
        text-align: center;
    }
	
	.block_questions {
	padding-top: 45px;
}
  .form_new_calculator {
    height: auto;
    width:400px ;
  }
  .total_cost_price {
    font-size: 20px;
  }
  .main_remoteness{
    max-width: 400px;
    height: auto;
  }
  .radio-option{
    max-width: 178px;
    text-decoration: underline 1px rgba(0, 0, 0, 0);
  }
  .options{
    justify-content: space-between;
  }
  .main_house_area {
    max-width: 400PX;
  }
  .left-panel {
    max-width:380px;
    height: 280px;
   }
   .display-block {
    max-width: 350px;
  }
  .image-block{
    width: 350px;
    height: auto;
    margin-top: 50px;
  }
  .main_remoteness_foundation {
    max-width: 400px;
   }
   .radio-options {
    max-width:400px;
   }
   .radio-options label {
    text-decoration: underline 1px rgba(0, 0, 0, 0);
    font-size: 14px;
    width: 180px;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
   }
   .remoteness_text{
    font-size: 18px;
    text-decoration: underline 0px rgba(0, 0, 0, 0.0);
   }
   .display-block {
    text-decoration: underline 1px rgba(0, 0, 0, 0.0);
   }
   .main_remoteness_text {
    padding:12px ;
    text-decoration: underline 1px rgba(0, 0, 0, 0.0);
   }
   .the_rest_block {
    max-width: 400px;
	margin-top: 5px;
   }
   .radio-options-house label {
    width:380px ;
    justify-content: start;
    flex-direction: row;
   }
   .foundation_blocks_span {
    font-size: 16px;
   }
   .main_unit_calk {
    gap: 16px;
   }
   .total_cost_calk {
    margin-bottom: 16px;
   }
   .heading_one {
    font-size:24px  ;
    margin:4px 15px 13px 15px  ;
	margin-top: 100px;
	margin-left: 24px;
   }
   .additional-text {
    font-size: 14px;
   }
   .main_blocks_houses {
    margin-bottom: 16px;
   }
   .form_block {
    width: 100%;
    height:348px ;
   }
   .questions_title {
    font-size: 24px ;
   }
   .block_questions {
    gap: 0px;
	margin-top: -10px;
	height: auto;
   }
   .contacts {
    font-size: 24px;
   }
   .telephone_title {
    font-size: 22px;
   }
   .total_cost_text {
    font-size: 16px;
    margin-top:4px ;
   }
}

@media(max-width:400px){
	.block_questions {
		width: 100%;
	}
  .form_new_calculator {
    height: auto;
    width:375px ;
  }
  .main_remoteness{
    max-width: 359px;
    height: auto;
  }
  .radio-option{
    max-width: 168px;
  }
  .main_house_area {
    max-width: 359PX;
  }
  .options {
    margin:8px 9px ;
  }
  .left-panel {
    max-width:343px;
    height: 250px;
   }
   .display-block {
    max-width: 327px;
  }
  .image-block{
    width: 327px;
    height: auto;
    margin-top: 50px;
  }
  .main_remoteness_foundation {
    max-width: 359px;
   }
   .radio-options {
    max-width:340px;
   }
   .radio-options label  {
    width: 168px;
   }
   .main_blocks_houses {
    max-width: 359px;
   }
   .radio-options-house label {
    width:340px;
   }
   .the_rest_block {
    max-width: 359px;
   }
   .remoteness_text{
    font-size: 16px;
  }
}

@media(max-width:375px) {
  .form_new_calculator {
    height: auto;
    width:350px ;
  }
  .main_remoteness{
    max-width: 334px;
    height: auto;
  }
  .main_house_area {
    max-width: 334PX;
  }
  .radio-option {
    max-width: 150px;
  }
  .radio-options {
    max-width: 320px;
  }
  .left-panel {
    max-width:320px;
    height: 250px;
   }
   .display-block {
    max-width: 310px;
  }
  .image-block {
    width: 310px
  }
   .radio-options label {
    width: 156px;
   }
   .radio-options-house label {
    width: 320px;
  }
  .form_block {
    width: 334px;
  }
  .main_blocks_houses {
    max-width:334px ;
  }
  .main_remoteness_foundation {
    max-width: 334px;
  }
  .total_cost_price {
    font-size: 18px;
  }
}

/*Шапка*/
.mb-header {
	max-width: 100vw;
	/* overflow-x: hidden; */
}
.main_unit_calk .toggle-button .arrow_info {
	margin-top: 4px;
}


