

/* Start:/bitrix/templates/main/components/scid/simple/about/style.css?17721791431364*/
.about{
    position: relative;
    font-size: 0;
}
.about__photos {
    display: inline-block;
    font-size: 14px;
    width: 440px;
    min-height: 100px;
}

.about__text {
    display: inline-block;
    font: 14px/20px 'Open Sans', sans-serif;
    width: calc(100% - 440px);
    vertical-align: top;
    padding-left: 20px;
}

.box-photo {
    overflow: hidden;
    position: relative;
    width: 100%;
    font-size: 0;
}
.box-photo__image-cont {
    float: left;
    width: 210px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.box-photo__image {
    width: 100%;
}


@media screen and (max-width: 1023px) {
    .about__photos {
        width:220px;
    }
    .about__text{
        width: calc(100% - 220px);
    }

}

@media screen and (max-width: 666px) {
    .about__photos {
        width:430px;
        height:160px;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        margin-bottom:20px;
    }
    .box-photo__image-cont:nth-child(2){
        margin-right: 0;
    }
    .about__text{
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .about__photos{
        height:160px;
        width:220px;


    }
    .box-photo{
        width:100%;
        overflow:hidden;
    }
    .box-photo__image-cont{
        width:100%;
    }
    .about__text{
        width:100%;
        padding-left: 0px;
    }

}
/* End */
/* /bitrix/templates/main/components/scid/simple/about/style.css?17721791431364 */
