.osteklenie-vibratNas__section-blocks {
    display: flex;
    flex-wrap: no-wrap;  
    justify-content: space-between;
    color: #fff;
}

.osteklenie-vibratNas__section-couple {
    display: flex;
    flex-wrap: wrap;   
    flex: 0 0 30%;
}

.osteklenie-vibratNas__section-couple .osteklenie-vibratNas__section-block {
    flex: 0 0 100%;
}
.osteklenie-vibratNas__section-couple .osteklenie-vibratNas__section-block:first-child {
    margin-bottom: 40px;
}
 
.osteklenie-vibratNas__section-block {
    flex: 0 0 30%;
    background-size: cover;
    border-radius: 10px;
    padding: 82px 53px 80px 53px;
	position: relative;
	min-height: 504px;
	overflow: hidden;
}
    
.osteklenie-vibratNas__section-couple .osteklenie-vibratNas__section-block {
    padding: 32px 53px 30px 53px;
	min-height: 232px;
}
    
.osteklenie-vibratNas__section-block .textholder  {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
    padding: 15px 20px;
	background: rgba(0,0,0,0.4);
}

.osteklenie-vibratNas__section-block h3 {
    font-family: CalibriBold;
    font-weight: bold;
    font-size: 21px;
    line-height: 31px;
    text-transform: uppercase;
}

.osteklenie-vibratNas__section-block p {
    font-family: Calibri;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
	margin-bottom: 0px;
}

.osteklenie-vibratNas__section-couple .osteklenie-vibratNas__section-block p {
    font-family: Calibri;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
}



@media only screen and (max-width: 1100px){
    .osteklenie-vibratNas__section-blocks {
        flex-wrap: wrap;
    }
    .osteklenie-vibratNas__section-block {
        flex: 0 0 48%;
    }
    .osteklenie-vibratNas__section-block.vertical {
        margin-bottom: 40px;
    }
    .osteklenie-vibratNas__section-couple {
        flex: 0 0 48%;
        margin-bottom: 40px;
    }
    .osteklenie-vibratNas__section-couple.couple1 {
        flex: 0 0 100%;
        justify-content: space-between;
    }
    .osteklenie-vibratNas__section-couple.couple1 .osteklenie-vibratNas__section-block {
        flex: 0 0 48%;
        margin-bottom: 0px;
    }
    .osteklenie-vibratNas__section-couple.couple0 .osteklenie-vibratNas__section-block:last-child {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 768px){
    .osteklenie-vibratNas__section-block, .osteklenie-vibratNas__section-couple.couple1 .osteklenie-vibratNas__section-block {
        flex: 0 0 100%;
        margin-bottom: 40px;
    }
    .osteklenie-vibratNas__section-couple {
        flex: 0 0 100%;
        margin-bottom: 40px;
    }
    
}
