

/* Start:/local/templates/dev-template-custom/components/bitrix/news.detail/made-in-belarus-medialine/style.css?1710415982746*/
.galery_in_text{
    display: none;
    background: #fff !important;
}

.detail .galery_in_text .flexslider-direction-nav{
    width: 100% !important;
}

.detail .galery_in_text .item img{
    max-height: 100% !important;
}

.slides_block_in_text{
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.slider_block_in_text .flex-direction-nav .flex-prev{
    left: 50px;
    border-color: #f3f3f3 !important;
}

.slider_block_in_text .flex-direction-nav .flex-prev:before{
    color: #f3f3f3;
}

.slider_block_in_text .flex-direction-nav .flex-next{
    right: 50px;
    border-color: #f3f3f3 !important;
}

.slider_block_in_text .flex-direction-nav .flex-next:before{
    color: #f3f3f3;
}
/* End */


/* Start:/local/templates/dev-template-custom/components/sprint.editor/blocks/medialine/_style.css?17104159829791*/
/* Общие стили для блоков */
.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 {
    border: 1px solid #ccc;
    border-radius: 5px;
}
.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}
.sp-accordion-title:first-child {
    border-top: none;
}
.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}
.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}
.sp-accordion-title__active:after {
    content: "\2796";
}
/*
* .article-banner
*/
.article {
    padding-bottom: 74px;
}
.article-banner {
    position: relative;
    margin-bottom: 65px;
}
.article-banner__img {
    padding-top: 50%;
}
.article-banner__img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            180deg,
            #00000036 41.6%,
            rgba(0, 0, 0, 0.55) 67.84%
    );
}
.article-banner__content {
    margin-bottom: 75px;
    display: grid;
    grid-template-columns: auto 288px;
    gap: 89px;
}
.article-banner .article-banner__content {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 44px;
    width: 100%;
    z-index: 1;
}
.article-banner__content-title {
    max-width: 530px;
    font-weight: 700;
    font-size: 67px;
    color: #fff;
    padding-right: 37px;
    border-right: 3px solid #fff;
    text-align: right;
    line-height: 80.9%;
    margin-left: auto;
}
.article-banner__content-text {
    line-height: 116%;
    text-align: right;
}
.article-banner__content-img-container {
    position: relative;
    width: 100%;
}
.article-banner__content-img-container .article-banner__content-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.article-banner__content-img {
    display: block;
    width: 100%;
    padding-top: 166.43%;
    filter: drop-shadow(-3px -2px 8px rgba(0, 0, 0, 0.25));
}
.article-banner__date {
    display: inline-block;
    margin-bottom: 21px;
    font-size: 18px;
    text-transform: uppercase;
    color: #767575;
}
.article-banner__text {
    margin-left: auto;
    max-width: 530px;
    font-style: italic;
    font-weight: 350;
    font-size: 24px;
    font-size: 18px;
    color: #696969;
}
.article-banner__text p:not(:last-child) {
    margin-bottom: 20px;
}
/*
* .article-slider
*/
.article-slider {
    margin: 0;
}
.article-slider__slide {
    padding-top: 51.3%;
}
.article .flex-prev,
.article .flex-next {
    margin: 0 20px;
    transform: translateY(-50%);
}
/*
* .article-quote
*/
.article-quote__wrap {
    padding: 63px 0;
    background: #f3f3f3;
}
.article-quote {
    display: grid;
    grid-template-columns: auto auto;
    gap: 38px;
    font-style: italic;
    font-weight: 400;
    font-size: 33px;
    line-height: 108.9%;
    color: #696969;
}
.article-quote::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 30px;
    background-image: url(/local/templates/dev-template-custom/components/sprint.editor/blocks/medialine/images/qotes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.article-quote::after {
    content: none;
}
/*
* Global styles
*/
.article-section:not(:last-child) {
    margin-bottom: 80px;
}
.article-img img {
    display: block;
    width: 100%;
    height: auto;
}
.article-container {
    max-width: 854px;
    margin: 0 auto;
}
.article-banner__content,
.article-container {
    padding: 0 57px;
}
.article-title {
    margin-bottom: 36px;
    font-size: 28px;
    line-height: 115%;
    text-transform: uppercase;
    color: #000000;
}
/*
* Banners
*/
.banner-long {
    overflow: hidden;
}
.banner-long,
.banner-long img {
    display: block;
    width: 100%;
    height: auto;
}
.banner-long img {
    transition: transform 0.3s ease-in-out;
}
.banner-long:hover img {
    transform: scale(1.1);
}
.banner-with-text {
    display: grid;
    grid-template-columns: 45% auto;
    background: #f3f3f3;
}
.banner-with-text__img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-with-text__content {
    max-width: 528px;
    padding: 53px 65px;
}
.banner-with-text__title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 28px;
    color: inherit;
    transition: color 0.3s ease-in-out;
}
.banner-with-text__desc {
    font-size: 18px;
    color: #696969;
}
.banner-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}
.banner-list__link {
    display: block;
    width: 100%;
    padding-top: 64.95%;
}
.banner-list__link:hover img {
    transform: scale(1.1);
}
/*
* Global styles
*/
.article p:last-child {
    margin-bottom: 0;
}
.flex-viewport {
    height: auto;
}
.image-field {
    position: relative;
    overflow: hidden;
}
.image-field img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    transition: transform 0.3s ease-in-out;
}
.image-field--cover img {
    object-fit: cover;
}
.image-field--contain img {
    object-fit: contain;
}
@media screen and (max-width: 1024px) {
    .article-section:not(:last-child) {
        margin-bottom: 40px;
    }
    .article-banner {
        margin-bottom: 40px;
    }
    .article-banner__content {
        gap: 20px;
    }
    .article-banner__content,
    .article-container,
    .banner-with-text__content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .article-banner .article-banner__content {
        bottom: 20px;
    }
    .article-banner__content-title {
        font-size: 40px;
    }
    .article-banner__text {
        font-size: 20px;
    }
    .article-title {
        margin-bottom: 16px;
        font-size: 32px;
    }
    .article-quote__wrap {
        padding: 30px 0;
    }
    .article-quote {
        gap: 15px;
        font-size: 26px;
    }
}
@media screen and (max-width: 600px) {
    .article-banner .article-banner__content {
        margin-top: 40px;
        position: static;
    }
    .article-banner__content-title {
        color: #000;
        text-align: left;
        max-width: unset;
        padding: 0;
        border: none;
        font-size: 26px;
    }
    .article-banner__content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .article-banner__text {
        max-width: unset;
        font-size: 16px;
        text-align: left;
    }
    .article-banner__text {
        font-size: 16px;
    }
    .article-banner__content-img-container .article-banner__content-img {
        position: static;
    }
    .article-title {
        font-size: 22px;
    }
    .banner-with-text__content {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .banner-with-text {
        grid-template-columns: 1fr;
        font-size: 20px;
    }
    .article-quote {
        font-size: 22px;
    }
    .article-quote::before {
        width: 25px;
        height: 20px;
    }
    .banner-list {
        grid-template-columns: 1fr;
    }
}
.article-banner .article-banner__content.mini-height {
    bottom: 30%;
}
/* End */


/* Start:/local/templates/dev-template-custom/components/bitrix/news.line/main-news/style.css?173401205436*/
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/dev-template-custom/components/bitrix/system.pagenavigation/.default/style.min.css?17104159821016*/
.loadMoreUrl{display:inline-block;position:relative;float:right}.objects .loadMoreUrl{top:-31px}.loadMoreUrl a{display:none}.loadMoreUrl span{display:inline-block;border:1px solid #cbcbcb;border-radius:2px;color:#cbcbcb;padding:10px 22px;cursor:pointer;margin:0 auto}.catalog-pagination .pagination{float:left}.objects{padding-left:0!important}.noTop .loadMoreUrl{top:0}.noTop .pagination{top:5px!important}.afisha,.objects{display:block;width:65%}.afisha .loadMoreUrl,.services .loadMoreUrl{margin:14px 0}.pagination li{margin-right:4px!important}#dottes1,#dottes2{padding:6px 4px!important}.clearEver .clearThis:nth-child(odd){clear:both}.clearEver .first-afisha-item{clear:both;margin:15px!important}@media (max-width:1024px){.afisha,.objects,.services{text-align:center}.afisha .loadMoreUrl,.objects .loadMoreUrl,.services .loadMoreUrl{float:none;display:block;margin-bottom:15px;top:0}.catalog-pagination .pagination{float:none;top:0!important}}@media (max-width:767px){.afisha,.objects,.services{width:100%}}

/* End */


/* Start:/local/templates/dev-template-custom/components/bitrix/system.pagenavigation/load/style.css?1710415982303*/
.loadMoreUrl {
    width: 100%;
    text-align: center;
}

.loadMoreUrl a {
    display: none;
}

.loadMoreUrl span {
    display: inline-block;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
    color: #cbcbcb;
    padding: 10px 30px;
    cursor: pointer;
    margin: 0 auto;
}
/* End */


/* Start:/local/templates/dev-template-custom/components/khayr/main.comment/.default/style.css?17104159825121*/
.khayr_main_comment {
	position:relative;
	font-size: 16px;
}
.khayr_main_comment .clear {
	clear: both;
}
.khayr_main_comment .pt10 {
	padding-top: 20px;
}
.khayr_main_comment .w-45 {
	width: 45%;
}
.khayr_main_comment .comments {
	border-top: 0px solid #ececec;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.khayr_main_comment .comments .stock {
	padding: 20px 0 0;
	position: relative;
}

.khayr_main_comment .comments .stock .userInfo {
	/*background: url("/local/templates/dev-template-custom/components/khayr/main.comment/.default/img/comment_bg.png") no-repeat 30px 100%;*/
	float: left;
	height: 41px;
	color: #b5b5b5;
	/*font: normal 18px/13px 'bebas', sans-serif;*/
}
.khayr_main_comment .comments .stock .userInfo span {
	/*background: #a88a37;*/
	display: block;
	/*padding: 10px 14px;*/
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 5px;
}
.khayr_main_comment .comments .stock .userInfo b {
	color: black;
}
.khayr_main_comment .comments .stock .userText {
	clear: both;
	margin: 0 0 15px;
	/*padding: 15px 0 0;*/
	padding: 0;
}


.khayr_main_comment .comments .stock .userText p {
	text-align: justify;
	text-indent: 25px;
}


.khayr_main_comment .comments .stock .userText img:not([alt=CAPTCHA]) {
	float: left;
	max-width: 50px;
	max-height: 50px;
	padding: 0 10px 10px 0;
}
.khayr_main_comment .comments .stock .userText a {
	display: inline-block;
	margin: 10px 0 0;
}
.khayr_main_comment .comments .stock .userText .action {
	clear: both;
}
.khayr_main_comment .comments .stock .stock {
	margin-left: 40px;
}
.khayr_main_comment .comments .stock .stock .stock {
	margin-left: 80px;
}
.khayr_main_comment .form {
	/*margin-top: 15px;
	background: url("/local/templates/dev-template-custom/components/khayr/main.comment/.default/img/bit_bg.png") repeat 0 0;
	padding: 4px;*/
}
.khayr_main_comment .form form {
	background: #f3f3f3;
	display: block;
	padding: 30px 30px;
}

.khayr_main_comment .form.comment input[type="submit"] {
	margin: 0 auto;
	display: block;
	/*width: 136px;*/

	padding: 9px 40px 10px;
	border: 1px solid #dadada;
	color: #696969;
	background-color: white;
}
.khayr_main_comment .form.comment input[type="submit"]:hover {
	color: #fff;
	border-color: #e82f2c;
	background-color: #e82f2c;
}

.khayr_main_comment form input,
.khayr_main_comment form select,
.khayr_main_comment form textarea,
.khayr_main_comment textarea {
	/*padding: 4px 6px;*/
	/*border: 1px solid #b59e5f;*/
	/*font-family: Verdana, sans-serif;*/
	/*margin: 5px 0 5px;*/
	/*font-size: 11px;*/
	/*line-height: 16px;*/
	border-radius: 2px;
	box-shadow: none;
	border: 1px solid #d7dee3;
	padding: 6px 12px;
}
.khayr_main_comment form textarea {
	display: block;
	margin: 0 0 20px;
	width: 100%;
	/*font: italic 11px/16px Verdana, sans-serif;*/
}
.khayr_main_comment form input[type="text"],
.khayr_main_comment form input[type="password"] {
	/*height: 27px;
	line-height: 27px;
	padding: 0 6px;
	font-family: Verdana, sans-serif;*/

	border-radius: 2px;
	box-shadow: none;
	border: 1px solid #d7dee3;
	height: 46px;
	padding: 6px 12px;
}
.khayr_main_comment form input[type="checkbox"],
.khayr_main_comment form input[type="radio"] {
	border: none;
}
.khayr_main_comment form label {
	margin: 0 5px 0 0;
	cursor: pointer;
}
.khayr_main_comment form label * {
	vertical-align: middle;
}
.khayr_main_comment form label input {
	margin: 0 2px 0 0;
}
.khayr_main_comment form input[type="submit"],
.khayr_main_comment form button,
.khayr_main_comment button,
.khayr_main_comment a.button,
.khayr_main_comment a.button:visited {
	/*background: #a88a37;*/
	/*color: #fff;*/
	/*font: normal 18px/18px 'bebas', sans-serif;*/
	/*text-decoration: none;*/
	/*padding: 10px 30px;*/
	/*cursor: pointer;*/
	/*border: none;*/
	/*display: block;*/
	/*text-align: center;*/
	/*margin: 0 auto 10px;*/
}
.khayr_main_comment a.button {
	max-width: 120px;
}
.khayr_main_comment form button,
.khayr_main_comment button,
.khayr_main_comment a.button,
.khayr_main_comment a.button:visited {
	/*font-size: 14px;*/
	line-height: 28px;
	margin: 0 10px;
	padding: 0 30px;
}
.khayr_main_comment form input[type="submit"]:hover,
.khayr_main_comment form button:hover,
.khayr_main_comment button:hover,
.khayr_main_comment a.button:hover {
	color: #000;
}
/*.khayr_main_comment .close {
	float: right;
	margin-right: 10px;
	margin-top: 9px;
	background:url('/local/templates/dev-template-custom/components/khayr/main.comment/.default/img/delete.gif') no-repeat 0 0;
	width:16px;
	height:16px;
}*/
.khayr_main_comment .form_for {
	display:none;
}
.khayr_main_comment .comments .stock .userText .rating-vote span.rating-vote-result,
.khayr_main_comment .comments .stock .userText .rating-vote a {
	margin: 0;
}
.khayr_main_comment_suc_exp {
	display: none;
	cursor: pointer;
	position: fixed;
	height: 40px;
	width: 100%;
	background: #0B690B;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	z-index: 2000;
	text-align: center;
	bottom: 0;
}
.khayr_main_comment_err_exp {
	display: none;
	cursor: pointer;
	position: fixed;
	height: 40px;
	width: 100%;
	background: #ca1700;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	z-index: 2000;
	text-align: center;
	bottom: 0;
}

.main_form label{
	display: block;
	padding-bottom: 5px;
}

form .moredator{
	font-size: 16px;
	color: #9e9e9e;
	text-align: justify;
}

.khayr_main_comment .underline span{
	padding-left: 0;
}
/* End */
/* /local/templates/dev-template-custom/components/bitrix/news.detail/made-in-belarus-medialine/style.css?1710415982746 */
/* /local/templates/dev-template-custom/components/sprint.editor/blocks/medialine/_style.css?17104159829791 */
/* /local/templates/dev-template-custom/components/bitrix/news.line/main-news/style.css?173401205436 */
/* /local/templates/dev-template-custom/components/bitrix/system.pagenavigation/.default/style.min.css?17104159821016 */
/* /local/templates/dev-template-custom/components/bitrix/system.pagenavigation/load/style.css?1710415982303 */
/* /local/templates/dev-template-custom/components/khayr/main.comment/.default/style.css?17104159825121 */
