

/* Start:/local/components/mc21/article/templates/.default/style.css?169392934736*/
.content-snippet__date{float:right;}
/* End */


/* Start:/local/components/sprint.editor/blocks/templates/blog/_style.css?17218588146457*/
/* Общие стили для блоков */
.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;}

.blog_inner_menu__wrap p.blog_inner_menu__title
{
    width: 111px;
    height: 24px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0;
    line-height: 135%;
    color: #0075AC;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.blog_inner_menu__list{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 15px;
    flex: none;
    order: 1;
    flex-grow: 0;
    list-style-type: none;
}
.blog_inner_menu__wrap .blog_inner_menu__list .blog_inner_menu__elem a
{
    /*width: 223px;*/
    /*height: 22px;*/
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    color: #0075AC;
    flex: none;
    order: 0;
    flex-grow: 0;
    text-decoration: none;
}

.content-snippet .authors__group{
    padding: 0px;
    margin: 10px 0 20px 0;
}


.content-snippet .authors__name{
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}
.content-snippet .authors__title_href{display: flex;  flex-direction: row; text-decoration: none;}
.content-snippet .authors__title{
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    color: #172945;
}

.content-snippet .authors__photo{margin: 0 10px 0 0;}
.content-snippet .authors__photo_img{border-radius: 100px;}



.content-snippet .authors__text{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 135%;
    color: #536581;
    margin: 0 0 20px 0;
}

.meta_info{margin:25px 0; display: flex; flex-direction: row; justify-content: flex-start; align-items:center; color: #A2A9B5; font-size: 12px; flex-flow: row wrap;}
.meta_info div{margin: 0 20px 10px 0; display: flex;}
p.dedicated{
    padding: 24px 20px;
    background: #CDE4EF;
    border-radius: 16px;
    margin:20px 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #172945;
}

.articles_socials{margin: 15px 0;}
.articles_socials__wrap{display: flex;}
.articles_socials__item{margin: 0 10px 0 0;}
.articles_socials__title{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #172945;
    margin: 0 0 10px 0;
}

.price-snippet .price-snippet__name{margin: 0 0 15px;}
.price-list__wrap{padding: 20px; background: #f7f7f7;}
.price-snippet:before:hover{opacity: 0;}
.price-snippet.no_margin{margin:0;}

@media (min-width: 1024px) {
    .blog_inner_menu__wrap{padding: 0 0 0 8%;}
    .content-snippet .authors__group{
        gap: 12px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-grow: 0;
    }
    .price-list__wrap{margin: 40px 0;}
}
/* End */


/* Start:/local/components/bitrix/form.result.new/templates/callback/style.css?16941172037755*/
.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/callback/../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
    }
}

.form__preview{margin-bottom: 40px;}
/* End */
/* /local/components/mc21/article/templates/.default/style.css?169392934736 */
/* /local/components/sprint.editor/blocks/templates/blog/_style.css?17218588146457 */
/* /local/components/bitrix/form.result.new/templates/callback/style.css?16941172037755 */
