.services_calc {
    margin:30px 0;
}

.services_calc__th {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}



.services_calc__item {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin:5px 0;
    border-bottom:1px solid #e5e5e5;
    padding:11px 0;
}

.services_calc__table {
    margin-top:20px;
}

.services_calc__th div{
    font-weight: bold;
}

.services_calc__th div, .services_calc__item_price, .services_calc__item_form, .services_calc__item_sum{
    width: 15%;
    margin: 7px 0;
    text-align: center;
}

.services_calc__th div:nth-of-type(1), .services_calc__item_name{
    width: 55%;
    text-align: left;
}

.services_calc__item_form {
    display:flex;
    justify-content: center;
}

.services_calc__item .services_calc__item_text_without_price {
    width: 45%;
}





.services_calc input.services_calc__item_quantity{
    background: #f7f7f9 none repeat scroll 0 0;
    border-left: 0 none;
    border-radius: 0;
    border-right: 0 none;
    box-shadow: none;
    display: block;
    float: left;
    height: 25px;
    padding: 0 !important;
    width: 25px !important;
}

.services_calc .services_calc__item_quantity, .minus, .plus {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    color: #000;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    margin-top: 3px;
    padding: 4px 3px;
    text-align: center;
    width: 20px;
}


.services_calc__form {
    width:50%;
    border:1px solid #e7e7e7;
    margin:0 auto;
    padding:15px;
    border-radius:2px;
}

.services_calc__form button {
    background-color: #61ac08;
    border:1px solid #ccc;
    height:35px;
    width:120px;
    color:#fff;
    font-size:16px;
    margin:20px 0 0;
}

.services_calc__form button:disabled{
background-color: #8bd137;
}

.uerror {
    color:red;
    display:none;
}

.calc-decoration {
    max-width:820px;
    margin-top:30px;
}

.delivery_print {
    margin:25px 0;
}

.delivery_print button {
    background-color: #61ac08;
    border:1px solid #ccc;
    height:35px;
    width:180px;
    color:#fff;
    font-size:16px;
    margin:20px 0 0;
}

.delivery_print a, .delivery_print a:hover {
	text-decoration:none;
    background-color: #61ac08;
    border:1px solid #ccc;
    height:35px;
    width:180px;
    color:#fff;
    font-size:16px;
    margin:20px 0 0;
	padding:8px 25px;
}

.delivery_print button:disabled{
    background-color: #8bd137;
}

/*For Print*/
@media print {
    footer {display:none;}
    .contact {display:none;}
    .no-print {display:none;}
    marquee {display:none;}
    .header-top {display:none;}
    .head_v1_wide_logo {display:none;}
    .header-bot-panel {display:none;}
    .container-breadcrumb {display:none;}
    .left-sidebar {display:none;}
    .delivery_print__button {display:none;}
    .delivery_price__file {display:none;}
    .services_calc__form {display:none;}
    [data-usluga="234654"] {display:none;}
}
/*For Print*/

@media screen and (max-width: 460px) {
    .services_calc__th div {
        display:none;
    }

    .services_calc__item {
        display:block;
        margin:0 0 25px;
        border:1px solid #dedede;
        border-radius: 2px;
        padding:3px 10px;
    }
    .services_calc__item_mobile_group {
        display:flex;
    }
    .services_calc__item_name {
        width:100%;
        margin:0 0 5px;
    }
    .services_calc__item_price, .services_calc__item_form, .services_calc__item_sum {
        width:33.3%;
        float:left;
    }
    .services_calc__form {
        width:99%;
    }
	
	.delivery_print button {
		width:100%;
		margin: 15px 0 ;
	}
	.delivery_print a, .delivery_print a:hover, .delivery_print a:visited {
		margin: 5px 0 0;
		width:100% !important;
		display:inline-block;
		text-align:center;
	}
}