

/* Start:/bitrix/templates/aspro-allcorp2/components/bitrix/news.detail/services2_custom/style.css?1751381876178*/
.page-top-wrapper{
	margin-bottom: 0 !important;
}
.stroit_bg{
	box-shadow: 0 0 27px 0 rgba(0,0,0,.1);
	background-color: #fff;
}
div.body{
	background-color: #F3F3F3;
}
/* End */


/* Start:/bitrix/components/calc/calculator/templates/.default/style.css?175138185120498*/

/* 
    Created on : 07.09.2021, 11:01:39
    Author     : Глеб
*/

.calculator-wrap [class*=flex-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.calculator-wrap .flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.calculator-wrap .flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.calculator-wrap .flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.calculator-wrap .flex-betwen {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.calculator-wrap .flex-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.calculator-wrap .flex-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.calculator-wrap .flex-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.calculator-wrap .flex-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.calculator-wrap .flex-vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.calculator-wrap .flex-srethc {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.calculator-wrap .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.calculator-wrap .grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.btns-steps-list>li{
    display: block;
}
.btns-steps-list>li{
    display: block;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border:1px solid #009FC9;
    color: #009FC9;
    text-align: center;
    padding: 0px;
}
.btns-steps-list>li.active{
    background: #009FC9;
    color: #fff;
}
.calculator-wrap .title-block{
    font-size: 28px;
    font-weight:600;
    color: #009FC9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.calculator-wrap .text-bold{
    font-weight: 600;
    color: #000;
}
.calculator-wrap .custom-radio{
    display: none;
}
.calculator-wrap .flex-start.btns-steps-list {
  margin-bottom: 10px;
}
.calculator-wrap .custom-radio.radio-image-label+label{
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    overflow: hidden;
    height: 160px;
}
.calculator-wrap .custom-radio.radio-image-label+label:before{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 159, 201, 0.58);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}
.calculator-wrap .custom-radio.radio-image-label+label:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    background: url(/bitrix/components/calc/calculator/templates/.default/image/galochka.svg) no-repeat center/contain;
    z-index: 3;
    transition: 0.5s;
    transform: scale(0);
}
.calculator-wrap .custom-radio.radio-image-label+label:hover:after,
.calculator-wrap .custom-radio.radio-image-label:checked+label:after{
    transform: scale(1);
}
.calculator-wrap .custom-radio.radio-image-label+label:hover:before,
.calculator-wrap .custom-radio.radio-image-label:checked+label:before{
    opacity: 1;
}
.calculator-wrap .custom-radio.radio-image-label .name-object{
    display: block;
    margin-top: 20px;
}
.calculator-wrap .list-image>.item-list-image{
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 20px;
}
.calculator-wrap .list-image>.item-list-image img{
    width: 100%;
    object-fit: cover;
}
.calculator-wrap .list-image>.item-list-image:nth-child(5n+5){
    margin-right: 0%;
}
.calculator-wrap .custom-radio.custom-checkbox + label{
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}
.calculator-wrap .custom-radio.custom-checkbox[disabled] + label{
    cursor: default;
}
.calculator-wrap .custom-radio.custom-checkbox + label:before{
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 1px solid #009FC9;
    background: #fff;
    transform: translateY(2px);
}
.calculator-wrap .custom-radio.custom-checkbox + label:hover:before{
   
}
.calculator-wrap .custom-radio.custom-checkbox:checked + label:before{
    background:url(/bitrix/components/calc/calculator/templates/.default/image/galochka.svg) no-repeat center/contain,  #009FC9;
}
.calculator-wrap .custom-radio.custom-checkbox[disabled] + label:before{
    border: 1px solid #ccc;
    background: #ccc;
}
.calculator-wrap .custom-radio.custom-checkbox[disabled]:checked + label:before{
    background:url(/bitrix/components/calc/calculator/templates/.default/image/galochka.svg) no-repeat center/contain, #ccc;
}
.uslugi-wrap{
    margin-top: 20px;
}
.calculator-wrap .btn{
    padding: 10px 40px;
    font-weight: bold;
    border-radius: 4px;
}
.btn-white{
    color: #ff6d21;
    border: 1px solid #ff6d21;
    text-decoration: none;
}
.calculator-wrap.no-list .btns-block{
    padding-top: 20px;
}
.calculator-wrap .list-body-item{
    transform: scaleX(0);
    transform-origin: right;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    width: 100%;
}
.calculator-wrap .list-body-item.transform-left{
    transform-origin:left;
}
.calculator-wrap .list-body-item.fade{
    display: block;
    visibility: visible;
}
.calculator-wrap .list-body-item.fade.in{
    opacity: 1;
    transform: scaleX(1);
}
.calculator-wrap{
    overflow: hidden;
}
.content-calc.flex-wrap>div{
    width: 50%;
    padding: 20px;
    padding-left: 0px;
}
.image-cover{
    display: block;

}
.image-cover img{
    width: 100%;

}
.calculator-wrap .input-list-coount{
    border: 1px solid #ccc;
    border-radius: 4px;
}
.calculator-wrap .input-list-coount input[type=text]{
    text-align: center;
    border:none;
    padding: 10px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    outline: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    font-weight: normal;
    max-width: 80px;
}
.calculator-wrap .input-list-coount a{
    color: #009FC9;
    text-decoration: none;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}
.calculator-wrap .label-flex label{
    display: block;
    width: 30%;
    font-weight: 600;
    line-height: 40px;
}
.calculator-wrap .label-flex{
    margin-bottom: 10px;
}
.calculator-wrap .input-list-coount.flex-betwen {
    width: 30%;
}
.calculator-wrap .label-flex .s-list{
    font-size: 18px;
    color: #000;
    line-height: 40px;
    font-weight: 600;
}
.calculator-wrap .grey-block {
    padding: 30px;
    margin-top: 50px;
    background: #F9F9FA;
    border-radius: 4px;
    margin-bottom: 20px;
}
.calculator-wrap .custom-table {
    display: table;
    width: 100%;
}
.calculator-wrap .custom-table .tr{
    display: table-row;
}
.calculator-wrap .custom-table .tr .td{
    display: table-cell;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 20%;
}
.calculator-wrap .custom-table .item-1{
    width: 30%;
}
.calculator-wrap .custom-table{
/*    font-weight: 600;*/
}
.calculator-wrap .custom-table .header_table{
    font-weight: bold;
}
.gren-text{
    color:rgba(2, 164, 26, 1);
}
.strike-text{
    text-decoration: line-through;
}
.calculator-wrap .custom-table .item-4{
    text-align: right;
    font-weight: bold;
}
.calculator-wrap .custom-table .td.item-3{
    width: 10%;
    text-align: right;
}
.calculator-wrap .text-right{

}
.calculator-wrap .custom-radio.radio-input+label{
    cursor: pointer;
}
.calculator-wrap .custom-radio.radio-input+label:before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    border: 1px solid #009FC9;
    margin-right: 10px;
    transform: translateY(2px);
}
.calculator-wrap .custom-radio.radio-input:checked+label:before,
.calculator-wrap .custom-radio.radio-input+label:hover:before{
    background: #009FC9;
    box-shadow: 0px 0px 0px 3px #fff inset;
}
.calculator-wrap .left-radio {
    padding-right: 20px;
}
.calculator-wrap .toltype-wrap{
    display: inline-block;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}
.calculator-wrap .toltype-wrap .tol-type-content{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: scaleX(0) translateY(-50%);
    padding: 10px;
    width: 200px;
    color: #fff;
    background: #009FC9;
    left: 26px;
    font-size: 12px;
    top: 14px;
    line-height: 14px;
    transition: 0.5s;
    transform-origin: left;
    border-radius: 10px;
}
.calculator-wrap .toltype-wrap .tol-type-content:before{
    content: "";
    display: block;
    position: absolute;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid  #009FC9;
    border-bottom: 10px solid transparent;
    left: -20px;
    top: 50%;
    margin-top: -10px;
}
.calculator-wrap .toltype-wrap:hover .tol-type-content{
    visibility: visible;
    opacity: 1;
    transform: scaleX(1) translateY(-50%);
}
.calculator-wrap .toltype-wrap .tol-type-icon{
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    transform: translateY(2px);
    border-radius: 100px;
    border:1px solid #848484;
    color: #848484;
    transition: 0.5s;
    display: inline-block;
}
.calculator-wrap .toltype-wrap:hover .tol-type-icon{
    color: #fff;
    background: #009FC9;
    border:1px solid #009FC9;
}
.calculator-wrap .label-input label{
    display: block;
}
.calculator-wrap .label-input input[type=text]{
    display: block;
    outline: none;
    padding: 10px;
    border-radius: 4px;
    border:1px solid #ccc;
    width: 100%;
}
.calculator-wrap .dop-option {
    width: 50%;
}
.calculator-wrap .modal-overflov {
    position: fixed;
    z-index: 100;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(44, 44, 44 , 0.63);
    visibility: hidden;
    opacity: 0;
    display: none;
    overflow-y: auto;
}
.calculator-wrap .modal-overflov.fade{
    display: block;
    transition: 0.5s;
}
.calculator-wrap .modal-overflov.fade.in{
    visibility: visible;
    opacity: 1;
}
.calculator-wrap .modal-container {
    width: 40%;
    background: #fff;
    margin: auto;
    margin-top: 10vh;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0;
    transform: translateY(-50%);
}
.calculator-wrap .modal-overflov.fade.in .modal-container{
    opacity: 1;
    transform: translateY(0%);
}
.calculator-wrap .modal-close-container{
    padding: 10px;
}
.calculator-wrap .modal-close-container .modal-close {
    font-size: 4rem;
    color: #000;
    line-height: 2.5rem;
    display: block;
    text-decoration: none;
}
.calculator-wrap .modal-container .modal-mody {
    padding: 40px;
    padding-top: 0px;
}
.input-surname {
  visibility: hidden;
  position: absolute;
}
.calculator-wrap .modal-container .input-block label{
    /* white-space: nowrap; */
    display: block;
    cursor: pointer;
    margin-bottom: 0px;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calculator-wrap .modal-container .input-block input[type=email],
.calculator-wrap .modal-container .input-block input[type=text]{
    display: block;
    width: 100%;
    padding: 10px;
    outline: none;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.calculator-wrap .modal-container .input-wrap-2 .input-block{
    width: 49%;
    margin-bottom: 20px;
}
.calculator-wrap .text-area-block label{
    display: block;
}
.calculator-wrap .text-area-block textarea{
    display: block;
    width: 100%;
    outline: none;
    border:1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}
.calculator-wrap .hidden-osteclenie,
.calculator-wrap .text-area-block{
    display: none;
    visibility: hidden;
    opacity: 0px;
    transform: scaleY(0);
    transform-origin: top;
}
.calculator-wrap .hidden-osteclenie.fade,
.calculator-wrap .text-area-block.fade{
    display: block;
    transition: 0.5s;
}
.calculator-wrap .hidden-osteclenie.fade.in,
.calculator-wrap .text-area-block.fade.in{
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}
.calculator-wrap .custom-table .tr.metall-constr{
    display: none;
}
.calculator-wrap .custom-table .tr.metall-constr.active{
        display: table-row;
}
.calculator-wrap .custom-table .tr.krovla-constr{
     display: none;
}
.calculator-wrap .custom-table .tr.krovla-constr.active{
   display: table-row;
}
.calculator-wrap .hidden-all{
    display: none !important;
}
.calculator-wrap .custom-table .item-4 .itogo-sale:after,
.calculator-wrap .custom-table .item-3 .itogo-skidka:after,
.calculator-wrap .custom-table .item-2 .itogo-price:after,
.calculator-wrap .custom-table .item-2 span:after,
.calculator-wrap .custom-table .item-3 span:after,
.calculator-wrap .custom-table .item-4 span:after{
    content: " руб."
}
.calculator-wrap .custom-table .item-3 .itogo-skidka:before,
.calculator-wrap .custom-table .item-3 span:before{
    content: "- ";
}
.calculator-wrap .input-block label .error-toltype {
    font-size: 12px;
    color: transparent;
}
.calculator-wrap .input-block.error label .error-toltype{
    color: red;
}
.calculator-wrap .input-block.error input[type=email],
.calculator-wrap .input-block.error input[type=text]{
    color: red;
    border:1px solid red;
}
.calculator-wrap .modal-mody.senden{
    position: relative;
}
.calculator-wrap .modal-mody.senden:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    cursor: not-allowed;
    background: rgba(250,250,250,0.5);
    
}
.calculator-wrap .btn.btn-orange, .calculator-wrap .btn-orange{
    border-radius: 2px;
    
}
 .calculator-wrap .bottom-table .btn-orange{
   margin: 0px; 
}
.calculator-wrap .sale-item{
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: none;
}
.calculator-wrap .sale-item.active{
    display: block;
}
.calculator-wrap .sale-item.is-10{
    color: rgba(2, 164, 26, 1);
}
.calculator-wrap .sale-item.not-10{
    color: rgba(255, 109, 33, 1);
}
.calculator-wrap  .koef-all{
    display: inline-block;
}
.calculator-wrap .big-link {
    font-size: 24px;
}
.calculator-wrap.no-list .steps-list{
    display: none;
}
.calculator-wrap.no-list .list-body-item {
    transform: scaleX(1);
    display: block;
    opacity: 1;
    visibility: visible;
    padding-top: 40px;
}
.calculator-wrap.no-list .sleps-list-wrap{
    display: block;
}
.v-nolist{
    display: none;
}
.calculator-wrap.no-list .v-nolist{
    display: inline-block;
}
.calculator-wrap.no-list .title-block .v-nolist{
    margin-right: 10px;
}
.calculator-wrap.no-list .calculator-list-btn{
    display: none;
}
.calculator-wrap .title-modal{
    font-size: 24px;
}
.calculator-wrap.no-list .scroll-link{
    display: none;
}
.trigger-spoiler.btn{
    display: none;
}
.calculator-wrap.no-list .trigger-spoiler.btn{
    display: inline-block;
}
.calculator-wrap.no-list .btns-block+.btns-block{
    padding-top: 0px;
}
.calculator-wrap.no-list .visble-steps{
    display: none;
    margin-top: 20px;
}
.list-body-wrap .btns-block{
    padding-top: 20px;
}
.calculator-wrap .text-bold.gren-text{
      color: rgba(2, 164, 26, 1);
}
.hidden-osteclenie{
  margin-top: 20px;
}
.pt-20{
    padding-top: 20px;
}
.table-objects hr:not(.hidden-mob) {
  height: 1px;
  margin: 15px 0;
  
}
.table-objects hr.hidden-mob {
margin-top: 10px;
  
}
.table-objects hr +.custom-table{
    margin-top: -10px;
}
.calculator-wrap .custom-table .td.item-2 {
  text-align: right;
  padding-right: 10%;
}
.table-objects  .bottom-toltype {
  margin-top: -20px;
}
.calculator-wrap  ul li:before {
 display:none;
}
.calculator-wrap:not(.no-list){
/*    padding-top: 120px;
    padding-bottom: 120px;*/
}
@media only screen and (max-width: 480px),only screen and  (max-device-width: 480px) {
    /*---не переносить--*/
    .mega-menu{
        display: none;
    }
    /*---не переносить--*/
    .calculator-wrap .title-block {
        font-size: 22px;
    }
    .list-image-overflow {
        overflow-x: auto;
     
    }
    .calculator-wrap .list-image>.item-list-image {
        width: 250px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .calculator-wrap .list-image>.item-list-image:nth-child(5n+5) {
    margin-right: .5%;
}
    .list-image-overflow::-webkit-scrollbar {
    width: 8px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color:transparent;
    border-radius: 9em;
}
 .list-image-overflow::-webkit-scrollbar-thumb {
    background-color:transparent;
    border-radius: 9em;
}
.flex-start.flex-wrap.list-image{
    width: 2610px;
}
.calculator-wrap{
    padding: 20px;
}
#step2 .right-content{
    display: none;
}
#step2 .content-calc.flex-wrap>div.left-content{
    width: 100%;
}
.calculator-wrap #step2 .input-list-coount.flex-betwen {
    width: 50%;
}

.calculator-wrap .custom-table {
    display: block;
    width: 100%;
}
.calculator-wrap .custom-table .tr {
   display: block;
   border-bottom: 1px solid #efefef;
   padding-bottom: 20px;
}
.calculator-wrap .custom-table .tr .td {
    display: block;
    width: 100%;
}
.calculator-wrap .custom-table .header_table {
    
    display: none;
}
.calculator-wrap .custom-table .tr .td.item-3{
    display: none;
}
.calculator-wrap .custom-table .tr .td.item-2 span:not(.strike-text){
    display: none;
}
.calculator-wrap .custom-table .tr .td.item-2 span.strike-text{
    font-weight: lighter;
}
.calculator-wrap .custom-table .td.item-3{
    
}
.calculator-wrap .custom-table .td.item-3 ,
.calculator-wrap .custom-table .item-4 {
    text-align:left;
}
.calculator-wrap .custom-table .tr .td.item-4 .h4,
.calculator-wrap .custom-table .tr .td.item-4{
    font-size: 30px;
  
}
.calculator-wrap .modal-container {
    width: 90%;
}
.calculator-wrap .modal-container .input-wrap-2 .input-block {
    width: 100%;
}
#step3 .right-content{
    display: none;
}
#step3 .content-calc.flex-wrap>div.left-content{
    width: 100%;
}
.calculator-wrap .toltype-wrap .tol-type-content {
    left: -75px;
    top: 0px;
}
.calculator-wrap .toltype-wrap:hover .tol-type-content {
    visibility: visible;
    opacity: 1;
    transform: scaleX(1) translateY(-105%);
}
.calculator-wrap .toltype-wrap .tol-type-content:before {
    left: 50%;
    top: auto;
    margin-left: -1px;
    bottom: -20px;
    transform: rotate(270deg);
    margin-top: -10px;
}
#step4 .right-content{
    display: none;
}
#step4 .content-calc.flex-wrap>div.left-content{
    width: 100%;
}
.calculator-wrap .dop-option {
    width: 100%;
}
.calculator-wrap .grey-block .h4{
    text-align: center;
}
.calculator-wrap .big-link {
    font-size: 16px;
}
.calculator-wrap .btn {
    padding: 10px 30px;
}
.calculator-wrap .bottom-table>div{
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.calculator-wrap .bottom-table>div>*{
    width: 100%;
    text-align: center;
}
.calculator-wrap .bottom-table>div>p{
    order: 2;
    text-align: right;
    line-height: 19px;
    padding-top: 14px;
    margin-left: -23%;
    font-size: 12px;
    width: 120%;
    font-weight: bold;
    padding-right: 0px;
}
.calculator-wrap .bottom-table>div>p br{
    display: none;
}
.calculator-wrap .hidden-mob{
    display: none;
}
.calculator-wrap .grey-block .h4 {
   text-align: left; 
}
.calculator-wrap .bottom-table>div>p {
    order: 0;
    text-align: center;
    margin-left: 0%;
    padding-right: 0px;
}
.krovla-radio-wrap .left-radio{
    margin-bottom: 20px;
}
.calculator-wrap .label-flex label{
    width: 50%;
}
.calculator-wrap .toltype-wrap {
  margin-left: 5px;
  margin-right: 5px;
}
.calculator-wrap .toltype-wrap .tol-type-content {
  width: 150px;
}
.calculator-wrap .custom-table .td.item-2 {
  text-align: left;
}
.calculator-wrap .label-flex label {
  font-size: 13px;
}
}
@media only screen and (max-width: 380px),only screen and  (max-device-width: 380px) {
    .flex-end.flex-wrap.bottom-table.text-right {
    display: block;
}
.calculator-wrap .label-flex label {
  font-size: 13px;
}
}

/* End */
/* /bitrix/templates/aspro-allcorp2/components/bitrix/news.detail/services2_custom/style.css?1751381876178 */
/* /bitrix/components/calc/calculator/templates/.default/style.css?175138185120498 */
