.list-advantages .descr {
    max-height: 80px !important;
}

@media (max-width: 700px){
.banner-elem.arbitrary-banner {
		height: 320px !important;}
}

.order-form-product-name {
    visibility: hidden;    
    height: 0;
}

.product .orderForm{    
    box-sizing: border-box;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    position: relative;
    text-align: center;
    line-height: 60px;
    padding: 0 24px;
    font-size: 16px;
    display: block;
    height: 60px;
    background: #3498db;
    color: #ffffff;
}

.product .orderForm:hover{
    background-color: #2395e1;
}

.product .orderForm span{
    transform: translate(-50%, -50%);    
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
}

.product .orderForm .icon{
    padding-right: 12px;
    margin-top: -4px;
}

.product .orderForm + .quantityContainer{
    display: none;    
}

.product .addCartContainer:hover .orderForm span{
    transform: none;
    position: static;
}

@media all and (max-width: 1800px) {
    .product .orderForm{
        margin-top: 0px;
    }
}

@media all and (max-width: 1500px) {
    .product .orderForm{
        padding: 0 12px;
    }
}

#catalogLineList .orderForm{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 60px;
    border-radius: 4px;
    color: #ffffff;
    height: 60px;
    font-size: 16px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-top: 16px;
    margin-bottom: 12px;
    background: #3498db;   
}

#catalogLineList .orderForm .icon{
    padding-right: 12px;
    margin-top: -6px;
}

#catalogLineList .orderForm:hover{
    background-color: #2395e1;
}

@media all and (max-width: 1200px) {
    #catalogLineList .column:last-child .orderForm{
        display: inline-block;
        margin: 9px auto;
        line-height: 40px;
        padding: 0 24px;
        font-size: 12px;
        height: 40px;
        width: auto;
    }
    
    #catalogLineList .column:last-child .orderForm .icon {
        display: none;
    }
}

@media all and (max-width: 360px) {
    #catalogLineList .column:last-child .orderForm{
        font-size: 9px;
    }
}

#catalogTableList .orderForm{
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'roboto_ltregular';
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    width: 130px;
    background: #3498db;    
}

#catalogTableList .orderForm .icon{
    padding-right: 4px;
    margin-top: -4px;
}

#catalogTableList .orderForm:hover{
    background-color: #2395e1;
}

@media all and (max-width: 480px) {
    #catalogTableList .orderForm{
        margin: 0;
    }
}

.addCart {
	display: none !important;
}

#flushFooterCart .cart {
	display: none !important;
}

.quickBuy {
	display: none !important;
}

#left .menuRolled + .services_collapsed{
	display: none;
}

@media (max-width: 1024px) {
	#left .services_collapsed {
		display: none;
	}
}

#left #catalogMenuHeading {
    margin-top: 24px;
}

#main.color_white #left #leftMenuServices {
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}

#main.color_white #leftMenuServices {
	background-color: #ffffff !important;
}

#main.color_white #leftMenuServices>li {
	background-color: #ffffff !important;
}

#main.color_white #leftMenuServices li .menuLink {
	color: #000000 !important;
}

#main.color_white #leftMenuServices>li:hover,
#leftMenuServices .activeDrop {
	color: #f6f6f6 !important;
}

#leftMenuServices .product:before {
	display: none;
}

#left #leftMenuServices .menuItems a:hover span {
	color: #2a65d0 !important;
}

@media all and (max-width: 1200px) {
	#leftMenuServices li .pc {
		display: none;
	}

	#leftMenuServices .pc,
	#leftMenuServices .tx {
		padding: 8px 24px;
	}
}

@media all and (max-width: 1024px) {
	#leftMenuServices li .pc {
		display: table-cell;
	}

	#leftMenuServices .pc,
	#leftMenuServices .tx {
		padding: 8px;
	}
}

.subTableColumn .cart {
	display: none !important;
}