

/* Start:/bitrix/templates/aspro-allcorp3/components/creativebz/calc/calc_custom/style.css?176474381912659*/
/*Калькулятор ( страница calc )*/
.calc_block{
  display: grid;
  grid-template-columns: auto 400px;
  gap:32px;
  display: flex;
  flex-direction: column;
}
.calc_items_block{
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}
.calc_item{
  display: grid;
  /*grid-template-columns: 32px 800px;*/
  gap: 16px;
}
.calc_item_number p{
  margin: 20px 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #FFFFFF;
  background: #F6A01A;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.calc_item_inputs ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  grid-template-rows: 5fr 1fr; /* Первая строка в 5 раз больше второй */
  grid-template-columns: 1fr; /* По умолчанию одна колонка */
}
.calc_item_inputs ul li{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #999999;
  margin-bottom: 0;
}
.calc_item_inputs ul li.main-item {
  grid-row: 1 / 2;
  grid-column: 1 / -1;
}
.calc_item_inputs.second ul {
  grid-row: 2;
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 0;
}
.calc_item_inputs.second ul li {
  width: calc((100% - 32px) / 5);
}
.calc_add_and_del_block{
  display: flex;
  gap: 20px;
}
.calc_add_and_del_block .calc_add{
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #F6A01A;
}
.calc_add_and_del_block  .calc_del{
    font-family: 'Roboto',sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 15px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color: #555555;

}
.calc_item_inputs ul li span{
  width: 100%;
}
.calc_item_inputs ul li input, .calc_item_inputs ul li select{
  width: 100%;
  padding: 12px 39px 12px 12px;
  border: 1px solid #E5E5E5;  
  background: #F8F8F8;
  border-radius: 4px;
  font-family: Roboto;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
color: #333333;
}

.calc_item_inputs ul li select {
	height: 49px;
}

.calc_item_inputs ul li fieldset.type_shpunt {
	height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}


.calc_item_inputs ul li::before{
  content: none!important;
}
.calc_item_inputs ul .li_select::before{
  content: "";
}
.first_text_calc_form{
  font-family: 'Roboto',sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
color: #999999;
margin: 0 0 32px 0;
}
.first_text_calc_form b{
  font-family: 'Roboto',sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 32px;
line-height: 28px;
letter-spacing: 0%;
color: #333333;

}
.text_calc_form{
  font-family: 'Roboto',sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
color: #333333;
margin: 0 0 32px 0;
}
.calc_form_inputs{
  display: grid;
  grid-template-columns: 1fr;
  gap:32px;
  margin-bottom: 32px;
}
.calc_form_inputs li{
  display: flex;
  flex-wrap: wrap;
}
.calc_form_inputs li::before{
  content: none!important;
}
.calc_form_inputs li span{
  width: 100%;
  font-family: 'Roboto',sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 13px;
line-height: 16px;
letter-spacing: 0%;
vertical-align: middle;

}
.calc_form_inputs li span b{
  color: #FF4545;
}
.calc_form_inputs li input{
    width: 100%;
  padding: 12px 39px 12px 12px;
  border: 1px solid #E5E5E5;  
  background: #F8F8F8;
  border-radius: 4px;
  font-family: Roboto;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
color: #333333;
}
.calc_form .checkbox_span{
  font-family: 'Roboto',sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 0%;
vertical-align: middle;
color: #999999;

}
.calc_form .checkbox_span a{
  color: #F6A01A;

}
.calc_form .checkbox_input{
  border: 1px solid #E5E5E5;
  background: #F8F8F8;
  border-radius: 4px;
  width: 21px;
  height: 21px;
  margin: 0;
}
.calc_form .checkbox_block{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}
.calc_form button{
  width: 140px;
height: 47px;
border-radius: 4px;
opacity: 1;
padding-top: 13px;
padding-right: 24px;
padding-bottom: 14px;
padding-left: 24px;
font-family: 'Montserrat',sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 15px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #FFFFFF;

background: #F6A01A;
border: none;
}
.calc_h2{
  font-family: 'Roboto',sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 42px;
leading-trim: NONE;
line-height: 50px;
letter-spacing: 0%;
color: #333333;
margin: 0 0 56px 0;
}

.calc_add, .calc_del {
	cursor:pointer;
}


.calc_item_inputs .error {
	color:red;
	display:none;
}
.calc_item_inputs .error.show {
	display:block;
}

.shpunt_icons {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  min-height: fit-content;
}
.calc_item_inputs.main ul {
  display: flex;
  flex-direction: row;
  gap: 32px;
  height: 375px;
}
.calc_item_inputs.main ul li {
  width: calc(50% - 16px);
  margin: 0;
}
.shpunt_icons .shpunt_option {
  padding: 20px;
  border: solid 1px #ebebeb;
  border-radius: 8px;
  max-height: 120px;
  height: 100%;
  width: calc((100% - 16px) / 3);
  box-sizing: border-box;
  max-height: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shpunt_icons .shpunt_option.active {
  border: solid 2px #000;
}
.shpunt_icons .shpunt_option img {
  max-height: 80px;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.calc_item_inputs.main ul li.detail-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  border-radius: 8px;
  background-color: #F8F8F8;
  gap: 0;
}
.calc_item_inputs ul li.detail-wrapper select {
  border-radius: 8px 8px 0 0 ;
  border: none;

  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  position: relative;

  background-image: url('/upload/triangle.png');
  background-repeat: no-repeat;
  background-position: right 1.5em top 50%;
  background-size: .65em auto;
}
li.detail-wrapper .detail-card {
  border-top: 1px solid #E5E5E5;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
  max-height: calc(100% - 49px);
}
li.detail-wrapper .detail-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: calc(100% - 40px);
}
.form-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 32px;
}
.form-wrapper > * {
  width: calc(50% - 16px);
}
.hint-icon {
  font-size: 13px;
  line-height: 16px;
  font-family: 'Roboto';
  cursor: pointer;
  position: relative;
}
.hint-icon:hover {
  color: #F6A01A;
}
.hint-wrapper {
  position: relative;
}
.hint-wrapper .hint {
  padding: 8px;
  border: 1px solid #E5E5E5;
  background: #F8F8F8;
  position: absolute;
  border-radius: 8px;
  top: -45px;
  left: 0;
  width: fit-content;
  display: block;
    /* right: -30%; */
  white-space: nowrap;
  transform: translateX(-50%);
  display: none;
}
.hint-wrapper:last-child .hint {
  transform: translateX(-70%);
}
.hint-wrapper .hint-icon:hover .hint,
.hint-wrapper .hint-icon.active .hint {
  display: block;
  color: #000;
}
@media screen and (max-width: 1100px) {
  .calc_item_inputs.main ul {
    display: block;
    height: fit-content;
  }
  .calc_item_inputs.main ul li {
    width: 100%;
    height: 376px;
  }
  .calc_item_inputs.main ul li:not(:first-child) {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .calc_block{
    /* display: grid;
    grid-template-columns: 1fr;
    gap:48px;
    display: flex;
    flex-direction: column; */
  }
.calc_items_block{
  /* display: grid;
  grid-template-columns: 1fr;
  gap: 32px; */
}
.calc_item{
  /* display: grid;
  grid-template-columns: 32px auto;
  gap: 16px; */
}
.calc_item_number p{
  margin: 20px 0;
  width: 32px;
height: 32px;
border-radius: 999px;
color: #FFFFFF;
background: #F6A01A;
font-family: 'Roboto',sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 14px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
}
.calc_item_inputs ul{
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.calc_item_inputs ul li{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #999999;
}
.calc_item_inputs ul li span{
  width: 100%;
}
.calc_item_inputs ul li input{
  width: 100%;
  padding: 12px 39px 12px 12px;
  border: 1px solid #E5E5E5;  
  background: #F8F8F8;
  border-radius: 4px;
  font-family: Roboto;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
color: #333333;
max-height: 50px;
}
.calc_item_inputs ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.calc_item_inputs ul li::before{
  content: none!important;
}
.calc_item_inputs ul .li_select::before{
  content: "";
}
.first_text_calc_form{
  font-family: 'Roboto',sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
color: #999999;
margin: 0 0 32px 0;
}
.first_text_calc_form b{
  font-family: 'Roboto',sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 32px;
line-height: 28px;
letter-spacing: 0%;
color: #333333;

}
.text_calc_form{
  font-family: 'Roboto',sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
color: #333333;
margin: 0 0 32px 0;
}
.calc_form_inputs{
  display: grid;
  grid-template-columns: 1fr;
  gap:32px;
  margin-bottom: 32px;
}
.calc_form_inputs li{
  display: flex;
  flex-wrap: wrap;
}
.calc_form_inputs li::before{
  content: none!important;
}
.calc_form_inputs li span{
  width: 100%;
  font-family: 'Roboto',sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 13px;
line-height: 16px;
letter-spacing: 0%;
vertical-align: middle;

}
.calc_form_inputs li span b{
  color: #FF4545;
}
.calc_form_inputs li input{
    width: 100%;
  padding: 12px 39px 12px 12px;
  border: 1px solid #E5E5E5;  
  background: #F8F8F8;
  border-radius: 4px;
  font-family: Roboto;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
color: #333333;
}
.calc_form .checkbox_span{
  font-family: 'Roboto',sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 0%;
vertical-align: middle;
color: #999999;

}
.calc_form .checkbox_span a{
  color: #F6A01A;

}
.calc_form .checkbox_input{
  border: 1px solid #E5E5E5;
  background: #F8F8F8;
  border-radius: 4px;
  width: 21px;
  height: 21px;
  margin: 0;
}
.calc_form .checkbox_block{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}
.calc_form button{
  width: 140px;
height: 47px;
border-radius: 4px;
opacity: 1;
padding-top: 13px;
padding-right: 24px;
padding-bottom: 14px;
padding-left: 24px;
font-family: 'Montserrat',sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 15px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #FFFFFF;

background: #F6A01A;
border: none;
}
  .form-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .form-wrapper > * {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .shpunt_icons .shpunt_option {
    max-height: 58px;
  }
  .calc_item_inputs.main ul li {
    height: 180px;
  }
  .calc_item_inputs.main ul li:last-child {
    height: 260px;
  }
  .calc_item_inputs.second ul {
    flex-wrap: wrap;
  }
  .calc_item_inputs.second ul li {
    width: calc(50% - 4px);
    flex-grow: 2;
  }
  .hint-wrapper .hint {
    top: -35px;
    transform: translateX(-30%);
  }
}
/* End */
/* /bitrix/templates/aspro-allcorp3/components/creativebz/calc/calc_custom/style.css?176474381912659 */
