.service-montazh-row {
    padding-top: 8.5%;
    padding-bottom: 8.5%;
}

.service-montazh-inner {
	margin-left: -15px;
	margin-right: -15px;
}

.montazh-item {
	float: left;
    width: 370px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 6px 18px 0 rgba(18,18,18,0.1);
    box-shadow: 0px 6px 18px 0 rgba(18,18,18,0.1);
}

.montazh-image-wrapper {
    margin-bottom: 20px;
    max-height: 290px;
    overflow: hidden;
}

.montazh-item-title {
    
}

.operation-item h3 {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid red;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.operation-item p {
	font-size: 14pt;
	text-align: justify;
}

.operation-image-row img {
	width: 100%;
}

@media screen and (max-width: 1200px) {
.service-montazh-row {
    max-width: 770px;
    margin: 0 auto;
}

.montazh-item {
    margin-bottom: 20px;
}

}



@media screen and (max-width: 800px) {

	.service-montazh-row {
    max-width: 770px;
    margin: 0 auto;
}

.montazh-item {
   margin: 0 auto;
    float: none;
    width: 80%;
    margin-bottom: 25px;
}
}











/*@media screen and (max-width: 480px) {
.product-item {
     padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

}*/