

/* Start:/bitrix/components/atevi/calculator/templates/main2/style.css?16233229755679*/
.calculator{
    margin: 0px 15px;
}

.calculator form{
    text-align: -webkit-center;
}

.modalDialog {
    position: unset;
    font-family: Arial, Helvetica, sans-serif;
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* background: rgb(0 0 0 / 50%); */
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    /* display: none; */
    /*pointer-events: none;*/
}

.modalDialog:target {
    display: block;
    pointer-events: auto;
}

.modalDialog > div {
    /*height: 480px;*/
    width: 100%;
    position: relative;
    /*margin: 10% auto;*/
    background: #fff;
}

.form-header-1{
    height: 50px;
    background: #eaf0f2;
}

.modal-close{
    color: #c2cbd2;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
}

.modal-close:hover{
    color: #e65100;
}

.form-header-1 table{
    width: 100%;
    height: 100%;
}

.form-header-1 table tr td:nth-child(1){
    width: 50%;
    height: 100%;
}

.form-header-1 table tr td:nth-child(1){
    width: 50%;
    height: 100%;
}

.form-header-1 table tr td:nth-child(1) img{
    width: 180px;
    top: -50px;
    position: absolute;
}

.form-header-1 table tr td:nth-child(2){
    width: 40%;
    height: 100%;
    text-transform: uppercase;
    font-size: 24px;
}

.form-header-1 table tr td:nth-child(3){
    width: 10%;
    height: 100%;
}

.modal-close:before{
    content: "\f00d";
}

.form-header-2{
    height: 40px;
    width: 100%;
    background: #E65100;
    position: absolute;
    text-align: center;
}

.form-header-2 p{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

.font-body{
    /*margin-top: 25px;*/
    width: 100%;
    text-align: -webkit-right;
}

.font-body table tr td:nth-child(1){
    width: 60%;
    text-align: right;
    padding-right: 10px;
    font-size: 16px;
}

.font-body table tr td:nth-child(2){
    width: 40%;
}

.font-body table tr td select{
    width: 220px;
    color: #000;
    appearance:none;
    background-image: url('/upload/img/arrow-2.png');
    background-repeat: no-repeat;
    background-position-x: right;
}

.font-body table tr td input, .font-body table tr td select{
    border: 1px solid #888;
    font-size: 15px;
}

.font-body table tr td input{
    height: 30px;
    color: #000;
    padding: 0px 4px;
    width: 188px;
}

.font-body form{
    /*padding: 32px 0px;*/
}

.font-body table tr{
    height: 50px;
}

.font-body table > tbody > tr > td:nth-child(1) > table > tbody > tr:nth-child(4) > .all_price,
.font-body table > tbody > tr > td:nth-child(1) > table > tbody > tr:nth-child(1) > td:nth-child(2){
    text-align: left;
}
.font-body table > tbody > tr > td:nth-child(2) > table > tbody > tr:nth-child(3) > td:nth-child(1) > div > span{
    font-size: 18px;
    position: absolute;
    right: 175px;
}

.font-body table > tbody > tr > td:nth-child(1) > table > tbody > tr:nth-child(4) > td:nth-child(3){
    position: absolute;
    margin: 0px 39px;
}

.font-body table > tbody > tr > td:nth-child(1) > table > tbody > tr:nth-child(4) > td:nth-child(3) .button_calculator.btn.btn-default.btn-sm{
    font-size: 15px;
}

.block-description-price{
    width: 100%;
    padding: 0px 53px 20px;
    color: #888;
    font-style: italic;
}
.preview_text p{
    text-indent: 1.5em;
    text-align: justify;
}
.font-body table > tbody > tr > td:nth-child(2) > table > tbody > tr:nth-child(1) > td:nth-child(1),
.font-body table > tbody > tr > td:nth-child(2) > table > tbody > tr:nth-child(2) > td:nth-child(1),
.all_volume, .all_weight{
    font-size: 14px !important;
}
@media(max-width: 767px){
    .modalDialog > div {
        margin: 5% auto;
    }
    .font-body table > tbody > tr > td:nth-child(1) > table > tbody > tr:nth-child(4) > td:nth-child(3) {
        margin: 10px 15px;
    }
    .font-body table tr td select{
        width: 191px;
    }

    .font-body table tr td input{
        width: 160px;
    }
    .all_weight, .all_volume{
        font-size: 15px !important;
    }
    .all_price{
        font-size: 14px !important;
    }
}

@media(max-width: 400px){
    .font-body form{
        /*padding: 32px 15px;*/
    }

    .font-body table tr td select{
        width: 150px;
        font-size: 14px;
    }

    .font-body table tr td input{
        width: 119px;
        font-size: 14px;
    }

    .modalDialog > div{
        width: 350px;
    }
    .font-body table tr td:nth-child(1){
        width: 60%;
        font-size: 14px;
    }

    .font-body table tr td:nth-child(2){
        width: 40%;
    }
}

@media(max-width: 320px){
    .form-header-1 table tr td:nth-child(1) img {
        width: 150px;
        top: -30px;
    }

    .font-body form{
        /*padding: 32px 15px;*/
    }

    .font-body table tr td select{
        width: 141px;
    }

    .font-body table tr td input{
        width: 110px;
    }

    .modalDialog > div{
        width: 300px;
    }
    .font-body table tr td:nth-child(1){
        width: 60%;
        font-size: 11px;
    }

    .font-body table tr td:nth-child(2){
        width: 40%;
    }

    .all_weight, .all_volume{
        font-size: 9px !important;
    }

    .font-body table > tbody > tr > td:nth-child(1) > table > tbody > tr:nth-child(4) > td:nth-child(3){
        margin: 10px -20px;
    }
}
/* End */


/* Start:/bitrix/templates/aspro-scorp-kapirka/components/bitrix/news.list/catalog-table-mob/style.css?1759845174333*/
@media (max-width:767px){
   .row .catalog.item-views .item .image{
        width: 100%;
        height: 100%;
        line-height:101px;
        max-width: inherit;
    }
    .item-views.list .item .image img{
        height: 90%;
    }
    /*.catalog.sections .item .image img{*/
    /*    height: 90%;*/
    /*}*/

}
/* End */
/* /bitrix/components/atevi/calculator/templates/main2/style.css?16233229755679 */
/* /bitrix/templates/aspro-scorp-kapirka/components/bitrix/news.list/catalog-table-mob/style.css?1759845174333 */
