

/* 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 */


/* Start:/local/components/mc21/minislider/templates/hero/style.css?17442934214508*/
.mc_hero {
    position: relative;
    max-height: 641px;
}

.mc_hero .swiper.mc_hero__slider img{max-width: 528px;}
.mc_hero .mc_hero__pagination.swiper-pagination{bottom: auto;}
/*
.mc_hero article{min-height: 420px;}
*/

@media (max-width: 992px) {
    .mc_hero {
        max-height: 100%;
    }
}

@media (max-width: 768px) {
    .mc_hero {
        padding: 40px 0;
    }
}

.mc_hero::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    max-height: 641px;
}

@media (max-width: 992px) {
    .mc_hero::before {
        max-height: 100%;
    }
}

.mc_hero__content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}

@media (max-width: 1280px) {
    .mc_hero__content {
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .mc_hero__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        gap: 0px;
    }
}

.mc_hero__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 540px;
    min-width: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .mc_hero__text {
        max-width: 100%;
    }
}

.mc_hero__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 135%;
    color: #0075ac;
    margin: 0;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .mc_hero__title {
        font-weight: 700;
        font-size: 22px;
        line-height: 135%;
        margin-bottom: 16px;
    }
}

.mc_hero__text-p {
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #172945;
    margin: 0;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .mc_hero__text-p {
        font-weight: 400;
        font-size: 15px;
        line-height: 160%;
        margin-bottom: 24px;
    }
}

.mc_hero__button {
    margin: 0;
    cursor: pointer;
    padding: 13px 24px 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    width: 230px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    background-color: #82bf31;
    border: 2px solid #82bf31;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    outline: none;
    -webkit-transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
}

.mc_hero__button:hover {
    color: #172945;
    background-color: #fff;
}

.mc_hero__slider-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    min-width: 0;
    padding-bottom: 30px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .mc_hero__slider-container {
        max-width: 100%;
    }
}

.mc_hero__slider {
    -webkit-box-shadow: 0 8px 24px 0 rgba(23, 41, 69, 0.08);
    box-shadow: 0 8px 24px 0 rgba(23, 41, 69, 0.08);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.mc_hero__slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.mc_hero__pagination {
    position: static;
    padding-top: 10px;

}

.mc_hero__pagination .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px) !important;
}

.mc_hero__pagination .swiper-pagination-bullet-active {
    background: #82bf31;
}

.swiper-slide img {
    display: block;
}
/* End */


/* Start:/local/components/sprint.editor/blocks/templates/test/_style.css?16944821003531*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
}

.sp-accordion-title {
    background: #eee;
    font-size: 21px;
    font-weight: 600;
    padding: 25px 20px;
    border-bottom: 2px solid #fff;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 20px 3%;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02C7';
    font-size: 36px;
    color: #82BF31;
    float: right;
    margin: 2px 5px;
    font-weight: 100;
}

.sp-accordion-title__active:after {
    content: "\02C6";
}

.mc_spoiler-toggle{padding: 10px 0;}
.mc_spoiler-container{
    overflow: hidden;
    transition: height 500ms ease;
    height: 0;
}

.mc_spoiler-toggle.on:after{content:'показать всё';color:#0075ac;}
.mc_spoiler-toggle.off:after{content:'скрыть';color:#0075ac;}


/* End */


/* Start:/local/components/sprint.editor/blocks/templates/custom/_style.css?16944821003531*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
}

.sp-accordion-title {
    background: #eee;
    font-size: 21px;
    font-weight: 600;
    padding: 25px 20px;
    border-bottom: 2px solid #fff;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 20px 3%;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02C7';
    font-size: 36px;
    color: #82BF31;
    float: right;
    margin: 2px 5px;
    font-weight: 100;
}

.sp-accordion-title__active:after {
    content: "\02C6";
}

.mc_spoiler-toggle{padding: 10px 0;}
.mc_spoiler-container{
    overflow: hidden;
    transition: height 500ms ease;
    height: 0;
}

.mc_spoiler-toggle.on:after{content:'показать всё';color:#0075ac;}
.mc_spoiler-toggle.off:after{content:'скрыть';color:#0075ac;}


/* End */
/* /local/components/mc21/speciality_add/templates/.default/style.css?17442966014251 */
/* /local/components/mc21/minislider/templates/hero/style.css?17442934214508 */
/* /local/components/sprint.editor/blocks/templates/test/_style.css?16944821003531 */
/* /local/components/sprint.editor/blocks/templates/custom/_style.css?16944821003531 */
