

/* 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/sprint.editor/blocks/templates/.default/_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/bitrix/form.result.new/templates/popup/style.css?16932704777715*/
.inline_form{margin:20px 0;}
.custom-input[data-v-411ac9c7] {
    position: relative
}

.custom-input.error .custom-input__input[data-v-411ac9c7] {
    border-color: #ed5736
}

.custom-input.error .custom-input__error[data-v-411ac9c7] {
    opacity: 1
}

.custom-input__label[data-v-411ac9c7] {
    display: block;
    margin-bottom: 8px;
    color: rgba(23,41,69,.8);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600
}

.custom-input__input[data-v-411ac9c7] {
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    color: #172945;
    font-size: 15px;
    line-height: 50px;
    background-color: #f7f7f7;
    border: 1px solid #f0f0f0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: border-color .3s ease
}

.custom-input__input[data-v-411ac9c7]::-moz-placeholder {
    color: #a7a7a7
}

.custom-input__input[data-v-411ac9c7]:-ms-input-placeholder {
    color: #a7a7a7
}

.custom-input__input[data-v-411ac9c7]::placeholder {
    color: #a7a7a7
}

.custom-input__input[data-v-411ac9c7]:focus {
    border-color: #172945
}

.custom-input__input[data-v-411ac9c7]:-moz-read-only {
    border-color: transparent
}

.custom-input__input[data-v-411ac9c7]:read-only {
    border-color: transparent
}

.custom-input__input[data-v-411ac9c7]:disabled {
    opacity: .5
}

.custom-input__error[data-v-411ac9c7] {
    display: block;
    font-size: 12px;
    color: #ed5736;
    line-height: 1.25;
    text-align: right;
    text-indent: 4px;
    pointer-events: none
}

.custom-textarea[data-v-411ac9c7] {
    position: relative
}

.custom-textarea.error .custom-textarea__input[data-v-411ac9c7] {
    border-color: #ed5736
}

.custom-textarea.error .custom-textarea__error[data-v-411ac9c7] {
    opacity: 1
}

.custom-textarea__label[data-v-411ac9c7] {
    display: block;
    margin-bottom: 8px;
    color: rgba(23,41,69,.8);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600
}

.custom-textarea__input[data-v-411ac9c7] {
    display: block;
    width: 100%;
    padding: 12px 20px;
    height: 160px;
    color: #172945;
    font-size: 15px;
    line-height: 1.4;
    background-color: #f7f7f7;
    border: 1px solid #f0f0f0;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .3s ease
}

.custom-textarea__input[data-v-411ac9c7]::-moz-placeholder {
    color: #a7a7a7
}

.custom-textarea__input[data-v-411ac9c7]:-ms-input-placeholder {
    color: #a7a7a7
}

.custom-textarea__input[data-v-411ac9c7]::placeholder {
    color: #a7a7a7
}

.custom-textarea__input[data-v-411ac9c7]:focus {
    border-color: #172945
}

.custom-textarea__input[data-v-411ac9c7]:-moz-read-only {
    border-color: transparent
}

.custom-textarea__input[data-v-411ac9c7]:read-only {
    border-color: transparent
}

.custom-textarea__input[data-v-411ac9c7]:disabled {
    opacity: .5
}

.custom-textarea__error[data-v-411ac9c7] {
    display: block;
    font-size: 12px;
    color: #ed5736;
    line-height: 1.25;
    text-align: right;
    text-indent: 4px;
    pointer-events: none
}

@media (min-width: 1280px) {
    .custom-textarea__input[data-v-411ac9c7] {
        line-height:1.6
    }
}

.close[data-v-411ac9c7] {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 12px;
    right: 12px;
    background-image: url(/local/components/bitrix/form.result.new/templates/popup/../img/close.c576b866.svg);
    background-size: 9px;
    background-position: 50%;
    background-repeat: no-repeat
}

.callback-modal[data-v-411ac9c7] {
    display: flex;
    justify-self: center;
    align-items: center;
    padding: 80px;
    min-height: 450px
}

.form[data-v-411ac9c7] {
    width: 100%;
}

.form-title[data-v-411ac9c7] {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3
}

.form-row[data-v-411ac9c7] {
    display: flex;
    margin: 0 -12px 16px
}

.form-row.bottom[data-v-411ac9c7] {
    margin-top: 24px
}

.form-row[data-v-411ac9c7]:last-child {
    margin-bottom: 0
}

.form-col[data-v-411ac9c7] {
    flex: 1 1 auto;
    width: 50%;
    padding: 0 12px
}

.form-col.flex-center[data-v-411ac9c7] {
    display: flex;
    justify-content: center;
    align-items: center
}

.form-col .custom-textarea__input[data-v-411ac9c7] {
    height: 100px
}

.text[data-v-411ac9c7] {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.6
}

.submit[data-v-411ac9c7] {
    flex: 0 0 auto;
    padding: 15px 24px 14px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    background-color: #82bf31;
    border: 2px solid #82bf31;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
    outline: none;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-property: color,background-color,border-color,opacity
}

.submit[data-v-411ac9c7]:active,.submit[data-v-411ac9c7]:focus,.submit[data-v-411ac9c7]:hover {
    color: #172945;
    background-color: #fff
}

.submit.disabled[data-v-411ac9c7],.submit[data-v-411ac9c7]:disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: none
}

.submit.disabled[data-v-411ac9c7]:active,.submit.disabled[data-v-411ac9c7]:focus,.submit.disabled[data-v-411ac9c7]:hover,.submit[data-v-411ac9c7]:disabled:active,.submit[data-v-411ac9c7]:disabled:focus,.submit[data-v-411ac9c7]:disabled:hover {
    opacity: .5;
    text-decoration: none
}

.legal[data-v-411ac9c7] {
    color: #a7a7a7;
    font-size: 12px;
    line-height: 1.6;
    text-align: center
}

.legal a[data-v-411ac9c7] {
    font-size: 12px !important;
    color: #a7a7a7  !important;
    text-decoration: underline  !important;
    transition: opacity .3s ease  !important;
}

.legal a[data-v-411ac9c7]:active,.legal a[data-v-411ac9c7]:focus,.legal a[data-v-411ac9c7]:hover {
    opacity: .5
}

.success-info[data-v-411ac9c7] {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin: 0 auto;
    color: #172945
}

.success-info .title[data-v-411ac9c7] {
    color: #172945;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3
}

.success-info .image[data-v-411ac9c7] {
    width: 110px;
    height: 110px;
    margin: 20px 0
}

.success-info .button[data-v-411ac9c7] {
    padding: 15px 24px 14px;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    background-color: #82bf31;
    border: 2px solid #82bf31;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
    outline: none;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-property: color,background-color,border-color,opacity
}

.success-info .button[data-v-411ac9c7]:active,.success-info .button[data-v-411ac9c7]:focus,.success-info .button[data-v-411ac9c7]:hover {
    color: #172945;
    background-color: #fff
}

@media (max-width: 768px) {
    .callback-modal[data-v-411ac9c7] {
        padding:40px 20px
    }

    .form-row[data-v-411ac9c7] {
        display: block;
        margin: 0 0 16px
    }

    .form-col[data-v-411ac9c7] {
        width: 100%;
        padding: 0;
        margin: 0 0 16px
    }
}
/* End */


/* Start:/local/components/bitrix/form.result.new/templates/.default/style.css?1655809063666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/components/bitrix/form.result.new/templates/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/components/bitrix/form.result.new/templates/.default/images/icon_warn.gif);
}
/* 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/sprint.editor/blocks/templates/.default/_style.css?16944821003531 */
/* /local/components/bitrix/form.result.new/templates/popup/style.css?16932704777715 */
/* /local/components/bitrix/form.result.new/templates/.default/style.css?1655809063666 */
/* /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 */
