

/* Start:/local/components/mc21/speciality_add/templates/.default/style.css?17442966014251*/
.main-blocks{
    padding: 40px 0;
}

.main-blocks__slides{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 15px;
}

.main-blocks__slide{
    text-align: center;
    padding: 15px;
    width: 33%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    /* margin: 0 auto; */
    box-shadow: 0px 5px 10px #d3d3d3;
    border-radius: 5px;
}

#examples .swiper-slide img{max-width: 2000px;}
#examples .mc_hero__slider{box-shadow: none;}

.main-blocks__block{
    text-align: center;
    padding: 20px 16px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.main-blocks__title {
    font-family: 'Open Sans';
    font-size: 28px;
    font-weight: 700;
    line-height: 54.47px;
    border-bottom: 3px solid #82BF31;
    max-width: 65%;
    margin: 0 auto;
    color: #82BF31;
}
.main-blocks__desc
{
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: center;
    padding-top: 5px;
    max-width: 85%;
    margin: auto;
}

h2.title{margin-bottom: 40px;}

.sales__wrap,
.content-text__wrap{
    position: relative;
    padding-bottom: 50px;
}
/*.content-text__hidden{max-height: 0;overflow: hidden; transition: height 0.25s ease-out; padding-top: 20px;}*/

.sales__hidden,
.content-text__hidden
{
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.26s ease;
    overflow: hidden;
}

.content-text__opener{
    display: block;
    width: 100px;
    height: 30px;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 45%;
    z-index: 2;
    text-align: center;
}

.cards__opener.opened:after,
.content-text__opener.opened:after{
    content: "Скрыть";
    display: block;
}

.cards__opener.opened{margin-top: 25px;}

.content-text__opener .img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-image: url("/img/arrow_down.png");
    background-repeat: no-repeat;
}

.content-text__opener.opened .img{
    transform: rotate(180deg);
}


.content-text__opener.closed:after {
    content: "Читать далее";
    display: block;
}

.cards__opener.closed:after {
    content: "Смотреть все";
    display: block;
}



.service-navigation.sticky{z-index: 3;}

.way-info__wrapper{
    display: flex;
    flex-direction: row;
}

.way-info__wrapper > div{
    flex: 1;
}

.way-info__wrapper .mc_hero{padding-top: 20px;}

.way-info__text{padding: 5px 20px 5px 40px;}
.way-info__text ul{padding: 0;list-style: none;}
.way-info__text ul li{
    padding-left: 0;
    position: relative;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.way-info__text ul li:before{content: ""; display: block; background-image: url('/img/galka.png'); background-repeat: no-repeat;
    width: 17px; height: 14px; left: -25px; top: 5px;
    position: absolute;}


.department-top.adds{padding-bottom: 20px;}
.way-info__wrapper .way-info__slider{width: 48%;}

.examples__wrapper .way-info__slider_fotos{height: 600px; width: 1024px;}
.examples__wrapper .way-info__slider_foto{background-size: contain;}

.testimonials-slider__slides{display: flex; flex-direction: row;}

.cols{display: flex; flex-direction: row;justify-content: center;}

@media (min-width: 1024px) {
    .sales.section .sales__card {
        width: calc(100% / 3);
        max-width: calc(100% / 3);
    }
}

@media (max-width: 1024px){
    .main-blocks__title {
        font-size: 21px;
        line-height: 35px;
        max-width: 75%;
    }
    
    .examples__wrapper .way-info__slider_fotos{height: 320px; width: 320px;}
    .testimonials-slider__slides,
    .main-blocks__slides{
        flex-direction: column;
    }
    .main-blocks__slide {
        width: 100%;
    }

    .way-info__wrapper{
        flex-direction: column;
        flex-flow: column-reverse;
    }
    .way-info__wrapper .way-info__slider{width: 95%;margin: 10px 0;}
    .cols{flex-direction: column;}
}


/* End */
/* /local/components/mc21/speciality_add/templates/.default/style.css?17442966014251 */
