

/* Start:/local/templates/ms_2018/components/sprint.editor/blocks/custom/_style.css?17437471842970*/
/* Общие стили для блоков */
.table_scroll{
    overflow: auto;
    position: relative;
}
.table_scroll table {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.sp-block-table{margin: 30px 0px;}
.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 {

}

.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;
}
/* End */


/* Start:/local/templates/ms_2018/components/bitrix/news/articles/yakus/news.detail/new/style.css?17437471846154*/
.h2{font-size: 28px!important; font-weight: normal!important;}

div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.lk_lead_send_form .link{text-decoration: none; font-size: 14px; margin-left: 20px;}

.sender_sidebar {
    top:130px;
    width: 300px;
    z-index:500;
}

.sp-lists li:before{top: 11px!important;}
.building-request .select.full_version, .company-registration .select.full_version{display: none;}

.article_perelink{display: flex; position: relative; margin: 30px 0px;}
.article_perelink .border{margin-left: 85px; width: 100%;}
.article_perelink .border a{text-decoration: none; border-bottom: 1px solid #717373; color: #000; transition: all 0.2s}
.article_perelink .border a:hover{border-bottom: 1px solid #bcbfbf; color: #434343;}
.article_perelink > div{padding: 35px 20px 35px 120px;}
.article_perelink .img{text-align: center; max-height: calc(100% - 70px); width: 170px; position: absolute; top: 50%; left: 0px; padding: 0px; margin-top: -75px;}
.article_perelink .img img{max-width: 100%; max-height: 100%; width: auto;}
.article_perelink .header{display: inline-block; padding: 3px 10px; color: #fff; margin-bottom: 20px;}
.article_perelink .header{background: #E81F15;}
.article_perelink .border{border: 2px solid #52b401;}


.similar_article .items.clearfix{display: block;}
.similar_article .item.article-preview{float: left; width: 50%!important; margin-top: 0px!important; padding: 10px; box-sizing: border-box; clear: none}
.similar_article .item.article-preview:nth-child(3n){clear: both;}
.similar_article .item:nth-child(3n+1){clear: none!important;}
.similar_article .image, .similar_article .image img{max-width: none!important;}

.social-networks{
    margin: 0px!important;
    top: -8px;
}
.social-networks > li{padding-left: 10px!important;}


.btn-company-reviews{font-size: 18px; font-weight: normal!important; margin-left: 45px;}
@media (max-width: 767px) {
    .similar_article .items.clearfix{display: block;}
    .similar_article .item.article-preview{width: 100%;}
}




aside .sender_sidebar .not_fix_display{
    display: block;
}

aside .sender_sidebar.fixed .not_fix_display{
    display: none;
}


aside .sender_sidebar .sticky-banner{
    display: none;
}
aside .sender_sidebar.fixed .sticky-banner{
    display: block;
}

.adv_post_gorizont img{
    width: 100%;
    height: auto;
}
.grid-row{width: auto!important;}


@media (min-width: 768px) {
    .hidden-desktop {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-mobile {
        display: none !important;
    }
}


.widget_shop_logo{max-width: 180px!important; display: inline-block; margin: 20px 0px 10px 0px;}

.widget_shop a{text-decoration: none; padding: 5px;}
.widget_shop a .h4{font-size: 14px; color: #04b!important; margin-bottom: 5px; height: 84px; overflow: hidden;}
.widget_shop a:hover{background: #fafafa;}
.widget_shop a:hover .h4{color: #c00!important;}
.widget_shop .product{
    float: left;
    padding: 10px;
    text-align: left;
    height: 100%;
}
.widget_shop.s3 .product .image{
    float: left;
    width: 30%;
}
.widget_shop.s3 .product .data{
    float: right;
    width: 70%;
    padding-left: 10px;
}
.widget_shop .product .price{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.widget-fix-height {
    height: 70px;
    overflow: hidden;
}
.widget_shop button{
    margin-top: 5px;
    color: #212121!important;
    background-color: #fc0!important;
    padding: 10px 12px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
}
.widget_shop button:hover{
    background: #f5c400!important;
}

.widget_shop .owl-next, .widget_shop .owl-prev{
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 8px 0px, rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
    background: #fff;
    width: 35px;
    height: 35px;
    padding: 11px 12px;
}
.widget_shop .owl-next{right: -17px;}
.widget_shop .owl-prev{left: -17px;}
.widget_shop .owl-next:hover, .widget_shop .owl-prev:hover{
    background: #fff;
}
.widget_shop .owl-next svg, .widget_shop .owl-prev svg{
    width: 13px;
    height: 13px;
    fill: #8d8d8d;
}
.widget_shop .owl-next:hover svg, .widget_shop .owl-prev:hover svg{
    fill: #000;
}
.widget_shop .owl-next:after{
    content: ""!important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMzMzIiBkPSJNNCAxM2gxMi4xNzZsLTUuNTgzIDUuNTgzIDEuNDE0IDEuNDE0TDIwLjAwNCAxMmwtNy45OTctNy45OTctMS40MTQgMS40MTRMMTYuMTc2IDExSDR6Ii8+PC9zdmc+)!important;
}
.widget_shop .product.all{text-align: center; display: flex; align-items: center;}
.widget_shop .svg_all_stroke{stroke: #04b;}
.widget_shop .svg_all_fill{fill: #04b;}
.widget_shop a:hover .svg_all_stroke{stroke: #c00;}
.widget_shop a:hover .svg_all_fill{fill: #c00;}
.widget_shop .owl-stage{ display: flex; align-items: stretch;}

.widget_shop.one_product{display: flex;}
.widget_shop.one_product a{padding: 0px; text-decoration: none; background: none;}
.widget_shop.one_product a:hover{background: none;}
.widget_shop.one_product .btn{width: 250px; font-weight: bold;}
.widget_shop .description{padding-left: 20px;}
.widget_shop .h1{color: #383838; text-decoration: none;}
.widget_shop .props{color: #a6a6a6; text-decoration: none; font-size: 16px;}
.widget_shop .h1:hover, .widget_shop .props:hover{color: #c00;}
.widget_shop .price{font-size: 25px; font-weight: bold;  margin: 15px 0px;}
.widget_shop .old_price{font-size: 18px; font-weight: bold; color: #8a8a8a; text-decoration: line-through; margin-left: 10px;}
.widget_shop .sku_pic{border: 1px solid #eee; padding: 2px!important; display: inline-block;}
.widget_shop .more_photo_pic picture{float: left;}
.widget_shop .more_photo_pic img{margin: 10px 10px 0px 0px; width: 68px; height: 68px; display: inline-block; border: 2px solid #eee; padding: 2px!important;}
.widget_shop .more_photo_pic img.active{border-color: #ffab0e;}

.first-banner{width: 300px; height: 500px; background: #f5f5f5;}

.related{margin: 30px 0px;}
/* End */


/* Start:/local/templates/ms_2018/components/bitrix/news.list/plots_carousel/style.css?1743747184232*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.single-article .projects.plots .project-preview {padding-bottom: 0px!important;}
/* End */


/* Start:/local/components/yakus/comments/templates/article_comments/style.css?17823143765002*/

.article_comment .header{border: none!important; margin-bottom: 0px!important;}
.article_comment #review-form{border: none!important; padding: 0px 0px!important; margin-top: 0px!important;}
.article_comment #review-form textarea, #review_replay #review-form textarea{border-radius: 4px; border: 1px solid #dfe3e3; padding-left: 15px!important; padding-bottom: 50px; min-height: 146px!important; margin-bottom: 15px; overflow-y: hidden; }
.article_comment .textarea_block{position: relative; }
.article_comment .attachment.btn{margin-top: -45px; text-align: right; border: none!important; padding: 5px!important; background: none!important; position: absolute; right: 0px; min-width: auto;}
.article_comment .ui .element_wrap{margin: -10px 0px 10px 0px; }
.article_comment .ui .element_wrap .wrap{display: block; text-align: right;}
.article_comment .ui .element_wrap .element{width: 100%;}
.article_comment .ui .add_files{width: 100%; display: block;}
.article_comment .ui .add_files .attachment.btn:hover{}
.article_comment .ui .add_files .attachment.btn .label{margin-left: 0px; margin-right: 15px; font-size: 11px; color: #4d9d0a;}
.article_comment .ui .add_files .attachment.btn:hover .label{color: #5f5f5f; fill: #5f5f5f;}
.article_comment .ui .add_files .attachment.btn:hover .icon{fill: #5f5f5f!important;}
.article_comment .ui .add_files .icon{}
.article_comment .ui .add_files .all_files{margin-top: 5px; display: inline-block; float: right;}
.article_comment .ui .add_files .file_wrap.file_image{overflow: visible;}
.article_comment .ui .add_files .file_wrap.file_image:last-child{margin-right: 0px;}
.article_comment .ui .add_files .preview_img{width: 262px; height: 262px;}
.article_comment .ui .add_files .preview_img.not_img{padding-right: 35px;}
.article_comment #review-form button{width: 270px!important; float: right;}
.article_comment #review-form button{margin-top: 0px;}
.article_comment .logo_comment{display: flex; margin-bottom: 0px;}
.article_comment .logo_comment .logo .personal_photo_wrap{margin-right: 30px;}
.article_comment .logo_comment img{border-radius: 500px; max-width: 93px;}
.article_comment .logo_comment .comment{width: 100%;}
.article_comment .comment img{border-radius: 0px;}
.article_comment .gallery{margin-left: -5px;}
.article_comment .gallery a{display: inline-block;float: left; width: 68px; height: 68px; border: 1px solid #eee; padding: 3px; border-radius: 4px; position: relative; margin: 5px;}
.article_comment .review-body{background: #fff; margin-top: 0px!important; padding: 0px!important;}
.article_comment .review-body:before{display: none;}
.article_comment .reviews{margin-top: 70px;}
.article_comment .no_img_author{width: 66px; height:66px; display: flex; background: #f6f8f8; border-radius: 500px; align-items: center; justify-content: center;}
.article_comment .no_img_author svg{width: 28px; height: 28px; fill: #c9d1d1; }
.article_comment .reviews .date{font-size: 12px!important; margin: 5px 20px 0 0!important;}
.article_comment .report .icon, .article_comment .reply .icon, .article_comment .adm-link .icon {width: 16px!important;height: 16px!important;fill: #bfc6d0!important;float: left;margin: 2px 10px 0 0;margin-right: 5px!important;}
.article_comment .report, .article_comment .reply, .article_comment .adm-link {display: inline-block;font-size: 13px;font-weight: 600!important;color: #606d79!important;float: left;margin: 10px 0 0!important; border: none!important;line-height: 24px!important;}
.article_comment .adm-link {margin-left: 10px!important;}
.article_comment .report span, .article_comment .reply span{border: none!important;}
.article_comment li.logo_comment{border-bottom: 1px solid #f0f1f3; padding-bottom: 20px; margin-bottom: 20px;}
.article_comment li.logo_comment:last-child{border-bottom: none;}
.article_comment .input_name_email{margin-top: 10px;}
.article_comment .input_name_email label{width: calc(50% - 10px); float: left;}
.article_comment .input_name_email label:last-child{margin-left: 20px;}
.article_comment .input_name_email label input{border-radius: 4px; border: 1px solid #dfe3e3; padding-left: 15px!important;}
.article_comment .social-networks{margin: 10px 0px;}
.article_comment .email_need{color: #777777; font-size: 11px; display: block; padding: 5px;}
.article_comment .reviews .company .review-body{background: #fff;}
.article_comment .like_block{float: right; display: flex;}
.article_comment .like_block a{display: inline-block; width: 30px; height: 30px; fill: #bfc6d0;}
.article_comment .like_block a.like:hover{fill: #52b401;}
.article_comment .like_block a.dislike:hover{fill: #d07c61;}
.article_comment .like_block .dislike svg{transform: rotateX(180deg)}
.article_comment .like_block .count_dislike, .article_comment .like_block .count_like{color: #bfc6d0; font-size: 13px; line-height: 32px; display: inline-block; height: 30px;}

.review_from_user{margin-bottom: 10px;}

.agreement_button_wrap{display: flex; float: right;}
.agreement_button_wrap .checkbox{max-width: 320px;}
/* End */


/* Start:/local/templates/ms_2018/scripts/select2/css/select2.min.css?176106100818862*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:24px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px 20px;margin:5px; user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{z-index:10000;border:none;-webkit-box-shadow: 0 8px 20px rgba(6, 15, 23, 0.1);box-shadow: 0 20px 20px rgba(6, 15, 23, 0.1);border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{-webkit-box-shadow: 0 8px 20px rgba(6, 15, 23, 0.1);box-shadow: 0 20px 20px rgba(6, 15, 23, 0.1);border:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:24px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color: #f4f6f7; border-radius:5px; }.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#f4f6f7;border-radius:5px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%; min-height: 40px;}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#54B600; color: #fff;border:1px solid #54B600;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:9px;margin-bottom: 0px; padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px; float: right; margin-left: 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:500px;min-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{color:#54B600;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{color: white; background-color: #54B600;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#54B600;color:white; margin: 5px; border-radius: 4px;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#54B600;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
.select2-container{width: 100%!important;}
.select2-container .select2-selection--single{height: 40px;line-height: 40px;}
.select2-container .select2-selection--single .select2-selection__rendered{padding-left: 24px; }
.select2-container:hover .select2-selection--single{}
.select2-container .select2-selection--single .select2-selection__rendered{line-height: 40px; height: 40px;}
.select2-container .select2-selection__arrow{position: absolute;display: block;top: 1px;right: 1px;width: 20px;height: 33px!important; border-radius: 3px; background: linear-gradient(#f5f5f5, #e1e1e1);}
.select2-container--default .select2-selection__arrow b {border-color: #888 transparent transparent transparent;border-style: solid;border-width: 5px 4px 0 4px;height: 0;left: 50%;margin-left: -4px;margin-top: -1px;position: absolute;top: 50%;width: 0;}
.select2-container:hover .select2-selection__arrow{background: linear-gradient(#f5f5f5, #cecece);}
.select2-container .select2-selection--single .select2-selection__clear{width: 20px; text-align: center; font-size: 20px;}
.select2-container .select2-selection--single .select2-selection__clear:hover,
.select2-container .select2-selection--multiple .select2-selection__clear:hover{color: #ab2222;}
.select2-container .select2-search--dropdown .select2-search__field{padding: 10px 10px; font-size: 16px; border-radius: 4px; border-color: #D0D4D8;}
.select2-container .select2-selection--multiple{min-height: 40px;}
.select2-selection__choice{height: 25px;}
.select2-container .select2-selection--multiple .select2-selection__rendered{display: block; padding-right: 40px; padding-bottom: 10px; padding-left: 10px;}
.select2-container .select2-selection--multiple .select2-selection__rendered li {list-style: none;max-width: calc(100% - 25px);white-space: normal;}
.select2-container .select2-selection--multiple .select2-selection__clear{margin-right: 20px;}
.select2-container .select2-search--inline .select2-search__field{margin-top: 0px; line-height: 35px; font-size: 13px; padding-left: 10px;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{line-height: 35px;}
.select2-container--default .select2-selection--multiple .select2-selection__clear{margin-top: 0px; height: 33px;}
.select2-container .select2-selection--multiple .select2-selection__rendered li{line-height: 22px; font-size: 13px;}
.select2-container .select2-search--inline{height: 25px;}
.select2-container--default .select2-selection--single .select2-selection__placeholder{font-size: 13px;}
.select2-container--default .select2-selection--single:hover{background: #edeff0;}
.select2-container--default.select2-container--open .select2-selection--single{background: #fff; bord}
.select2-container--open.select2-container--default.select2-container--below .select2-selection--single{border-bottom: none;}
.select2-selection__arrow{display: none!important;}
.select2-container .select2-selection--single .select2-selection__clear{display: none;}
.select2-container--open .select2-selection__rendered{-webkit-box-shadow: 0 8px 20px rgba(6, 15, 23, 0.1);box-shadow: 0 20px 20px rgba(6, 15, 23, 0.1);}
.select2-container--open.select2-container--above{z-index: 100000; border-top: 1px solid #eee;}
.select2-results{border-top: 1px solid #eee;}
.select2-container--default .select2-selection--multiple .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__clear{width: 10px; font-size: 16px; height: calc(100% - 3px); display: flex;position: absolute;right: 5px;align-items: center; margin-right: 3px; color: #5D5D5D;}
/* End */


/* Start:/local/templates/ms_2018/components/bitrix/news.list/posts_grid/style.css?17437673133803*/
.posts-grid {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
}
.posts-grid > li {
    width: calc((100% - 20px) / 2);
    background: #fff;
    -webkit-box-shadow: 0px 4px 15px rgba(9, 19, 31, 0.05);
    box-shadow: 0px 4px 15px rgba(9, 19, 31, 0.05);
    -webkit-transition: .15s;
    transition: .15s;
    position: relative;
    margin-bottom: 30px;
}
.posts-grid > li:hover {
    /*-webkit-box-shadow: 0px 6px 20px rgba(9, 19, 31, 0.25);
    box-shadow: 0px 6px 20px rgba(9, 19, 31, 0.25);*/
}
.posts-grid .description {
    padding: 10px;
}
.posts-grid .likes {
    float: left;
    margin-right: 16px;
}
.posts-grid .title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    min-height: 6em;
}
.posts-grid .title:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.posts-grid .article-params:last-child {
    width: calc(100% - 30px);
    border-top: 1px solid #EBF0F4;
    padding: 12px 15px 0;
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.posts-grid img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 1079px) {
    .posts-grid .title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .posts-grid > li {
        width: calc(50% - 15px);
    }
    .posts-grid.recommendations > li:nth-child(n+3) {
        display: none;
    }
}
@media (max-width: 479px) {
    .posts-grid > li {
        width: calc(50% - 10px);
    }
    .posts-grid .description {
        padding: 15px 15px 55px;
    }
    .posts-grid .article-params:last-child {
        width: calc(100% - 20px);
        padding: 10px 5px 0;
        left: 10px;
        bottom: 0;
    }
    .posts-grid .title {
        min-height: 0;
        font-size: 3.5vw;
    }
}
@media (max-width: 399px) {
    .posts-grid > li {
        width: calc(50% - 5px);
    }
}

.article-params {
    font-size: 11px;
    line-height: 16px;
    color: #5B6067;
    margin-bottom: 4px;
}
.article-params li {
    float: left;
    margin: 0 16px 8px 0;
}
.article-params li:last-child {
    margin-right: 0;
}
.article-params .views {
    padding-left: 21px;
    background: url("/local/templates/BLOG/img/eye.svg") 0 50% no-repeat;
}
.article-params .comments {
    padding-left: 18px;
    background: url("/local/templates/BLOG/img/comment.svg") 0 50% no-repeat;
}
.article-params .photos {
    padding-left: 18px;
    background: url("/local/templates/BLOG/img/camera3.svg") 0 50% no-repeat;
}
.article-params .time {
    padding-left: 18px;
    background: url("/local/templates/BLOG/img/clock.svg") 0 50% no-repeat;
}
.article-params .likes {
    padding-left: 23px;
    background: url("/local/templates/BLOG/img/like.svg") 0 50% no-repeat;
}
.article-params .likes.active {
    cursor: pointer;
}
.article-params .likes.liked {
    background-image: url("/local/templates/BLOG/img/like-active.svg");
}
.article-params .readlater .button {
    margin: -4px -8px -4px 0;
}
@media (min-width: 600px) {
    .article-params .bookmark {
        float: right;
        margin-right: 0;
        margin-left: 16px;
    }
}
@media (max-width: 599px) {
    .article-params {
        font-size: 10px;
        position: relative;
    }
    .article-params .bookmark {
        margin-left: 52px;
    }
    .article-params .bookmark + li {
        clear: left;
    }
    .article-params .bookmark ~ .likes {
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (max-width: 399px) {
    .article-params {
        font-size: 10px;
    }
    .article-params .readlater {
        clear: left;
        margin-top: 4px;
    }
}


/* End */


/* Start:/local/templates/ms_2018/components/bitrix/system.pagenavigation/load_more/style.css?1743747184522*/

.pagination-block .show-more {
    display: block;
    line-height: 49px;
    background: #53b401 !important;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
}
.pagination-block .show-more:hover {
    opacity:0.8 !important;
}
.pagination-block .show-more .icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: #fff !important;
}

/* End */
/* /local/templates/ms_2018/components/sprint.editor/blocks/custom/_style.css?17437471842970 */
/* /local/templates/ms_2018/components/bitrix/news/articles/yakus/news.detail/new/style.css?17437471846154 */
/* /local/templates/ms_2018/components/bitrix/news.list/plots_carousel/style.css?1743747184232 */
/* /local/components/yakus/comments/templates/article_comments/style.css?17823143765002 */
/* /local/templates/ms_2018/scripts/select2/css/select2.min.css?176106100818862 */
/* /local/templates/ms_2018/components/bitrix/news.list/posts_grid/style.css?17437673133803 */
/* /local/templates/ms_2018/components/bitrix/system.pagenavigation/load_more/style.css?1743747184522 */
