

/* Start:/local/templates/box/components/bitrix/news.list/main_slider-webp/style.css?17442937232364*/
/* FIX slick */

.main-slider-slick .slick-track {
    display: flex;
}

.main-slider-slick {
    display: flex !important;
}

.main-slider-slick .slick-list{
    width: 100%;
}

.main-slider__item {
    position: absolute;
    left: 0;
    top: 0;
}

.slick-initialized .main-slider__item, .main-slider__item:first-child {
    position: relative;
}

/* FIX slick */

.main-slider__container {
    margin: auto;
    max-width: 1440px;
    width: 100%;
    position: relative;
}

.main-slider__item {
    position: absolute;
    line-height: 0;
    width: 100%;
}

.main-slider__item-container {
    position: absolute;
    z-index: 11;
    top: 0;
    bottom: 0;
    right: 80px;
    left: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-slider__item-content {
    width: 100%;
    max-width: 518px;
}

.main-slider__item-title {
    font-weight: 500;
    font-size: 42px;
    line-height: 120%;
    margin-bottom: 20px;
}

.main-slider__item p {
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

.main-slider__item p+p {
    margin-top: 10px;
}

.main-slider__item .btn-link {
    margin-top: 20px;
}
.main-slider__container,
.main-slider__item img {
    min-height: 37.5vw;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 1500px)  {
    .main-slider__container,
    .main-slider__item img{
        min-height: 400px;

    }
}

.main-slider__item img{}

@media (max-width: 768px) {
    .main-slider__container,
    .main-slider__item img{
        min-height: 400px;
        height: 400px;
    }
    .main-slider__item-title {
        font-size: 36px;
    }
    .main-slider__item p {
        font-size: 16px;
    }
    .main-slider__item-content {
        max-width: 350px;
    }
    .main-slider__item-container {
        left: 24px;
        right: 24px;
    }
}

@media (max-width: 576px) {
    .main-slider__item-title {
        font-size: 28px;
    }
    .main-slider__item p {
        font-size: 14px;
    }
    .main-slider__item-container {
        position: static;
        padding: 20px;
    }
    .main-slider__item .btn-link {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    .main-slider-slick {
        padding-bottom: 54px;
    }
    .main-slider__item img {
        min-height: 38vw;
        object-fit: cover;
    }
}
/* End */


/* Start:/local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17308814161370*/
.pagination-list {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.pagination-list__link {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	text-decoration: none;
	color: #979797;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	text-align: center;
	margin: 0 5px;
}

span.pagination-list__link {
	background: #E9E9E9;
	border-color: #E9E9E9;
}

.pagination-list__item--active .pagination-list__link {
	background: #fff;
	border-color: var(--tmp-green);
	color: var(--tmp-green);
}

.pagination-list__item svg {
	width: 7px;
}

.pagination {
	display: flex;
	width: 100%;
    justify-content: flex-end;
	margin-top: 10px;
}

.pagination-more {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F8FE;
	border: 1px solid #DCEAFD;
	border-radius: 4px;
	padding: 0 25px;
	text-decoration: none;
	color: #414042;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}


@media (max-width: 767px) {
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
	}

	.pagination-more {
		width: 100%;
		max-width: 335px;
		margin-bottom: 10px;
	}

	.pagination-list {
		width: 100%;
		justify-content: center;
	}
}
/* End */


/* Start:/local/templates/box/style/scroll-ticker.css?17528236641514*/
@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.ticker {
    background: #fff;
    font-family: var(--font-family-rock-star);
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    max-width: 1440px;
}

.ticker__in {
    display: flex;
    align-items: center;
    gap: 97px;
    width: fit-content;
    animation: ticker 20s linear infinite;
    -webkit-transform-style: preserve-3d;
    min-height: 78px;
    border-bottom: 1px solid var(--tmp-black);
}

.ticker__item {
    white-space: nowrap;
    -webkit-backface-visibility: hidden;

    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
}

.ticker--big .ticker__in {
    border: 0;
    
}
.ticker--big .ticker__item > span{
    color: #0E1721;

}
.ticker--big .ticker__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(35px, 3vw, 50px);
    line-height: 120%;
    text-transform: uppercase;
    color: #C9C9C9;
    min-width: fit-content;
}

@media (max-width: 768px) {
    .ticker__in{
        min-height: 41px;
        gap: 39px;
    }

    .ticker__item{
        font-size: 16px;
    }

    .ticker--big .ticker__item img{
        width: 60px;
    }
}
/* End */


/* Start:/local/templates/box/components/bitrix/news.list/main_categories/style.css?17280583211232*/
.categories {
    --categorie-col: 4;
    --categorie-margin: 2.5px;
    margin: var(--margin-default) 0;
}

.categories__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 calc(var(--categorie-margin) * -1);
    width: 100%;
}

.categorie {
    width: calc(100% / var(--categorie-col) - (var(--categorie-margin) * 2));
    margin: var(--categorie-margin);
}

.categorie__picture picture{
    line-height: 0;
    display: flex;
}

.categorie__picture img {
    height: auto;
    width: 100%;
}

.categorie__link {
    position: relative;
    line-height: 1;
}

.categorie__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 18px;
    margin-right: 54px;
}

.categorie__title {
    font-style: normal;
    font-weight: 400;
    font-size: clamp(16px, 2.5vw, 24px);
    line-height: 120%;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    text-decoration: none;
    bottom: 30px;
    z-index: 1;
    width: 100%;
    text-align: center;
    font-family: var(--font-family-rock-star);
}

@media (max-width: 768px) {
    .categories{
        --categorie-col: 1;
    }
}
/* End */


/* Start:/local/templates/box/components/bitrix/news.list/main_banners_big/style.css?17447017481536*/
.banners {
    --banner-col: 4;
    --banner-margin: 20px;
    margin: var(--margin-default) 0;
}

.banners__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 calc(var(--banner-margin) * -1);
    min-width: 100%;
}

.banner {
    width: calc(100% / var(--banner-col) - (var(--banner-margin) * 2));
    margin: var(--banner-margin);
}

.banner:nth-child(odd) {
    display: flex;
    justify-content: flex-end;
}
.banner__wrapper {
/*    max-width: 570px;*/
}

.banner__picture {}

.banner__picture img {
    height: auto;
}

.banner__link {}

.banner__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 18px;
    margin-right: 54px;
}

.banner__title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    position: relative;
    color: var(--tmp-green);
    text-transform: uppercase;
}

.banner .btn-link {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.banners.banners--big {
    --banner-col: 2;
    --banner-margin: 15px;
    margin: var(--margin-default) 0;
}

.banners.banners--big .banner__picture {
    position: relative;
}

@media (max-width: 767px) {
    .banners.banners--big {
        --banner-col: 1;
        --banner-margin: 11px;
        margin: var(--margin-default) 0;
    }

    .banner .btn-link{
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }

    .banner__title{
        font-size: 16px;
    }
}
/* End */


/* Start:/local/templates/box/components/bitrix/news.list/main_community/style.css?17448837051550*/
.community {
    --community-item-col: 9;
    --community-item-margin: 2.5px;
    margin: var(--margin-default) 0;
}

.community__list {
    display: flex;
    justify-content: center;
    margin: 0 calc(var(--community-item-margin) * -1);
    width: 100%;
}

.community-item {
    min-width: calc(100% / var(--community-item-col) - (var(--community-item-margin) * 2));
    margin: var(--community-item-margin);
}

.community-item__picture picture{
    line-height: 0;
    display: flex;
}

.community-item__picture img {
    height: auto;
    width: 100%;
}

.community-item__link {
    position: relative;
    line-height: 1;
}

.community-item__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 18px;
    margin-right: 54px;
}

.community-item__title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    text-decoration: none;
    bottom: 30px;
    z-index: 1;
    width: 100%;
    text-align: center;
    font-family: var(--font-family-rock-star);
}

@media (max-width: 768px) {
    .community {
        --community-item-col: 2.25;
        --community-item-margin: 0px;
    }

    .community__list{
        overflow: auto;
        justify-content: flex-start;
        scroll-snap-type: x mandatory;
        margin: 0 -20px;
        width: calc(100% + 20px);
    }

    .community-item{
        scroll-snap-align: center;
    }
}
/* End */


/* Start:/local/components/custom/sender.subscribe/templates/subscribe/style.css?17442882396598*/
.subscribe-wrapper {
	display: flex;
	justify-content: center;
}

.subscribe-content{
	order: -1;
}
.subscribe {
	margin: var(--margin-default) 0;
}

.subscribe-buttons{
	margin-top: 45px;
}

.subscribe-buttons * {
	width: 100%;
}

.subscribe .main-container {
	max-width: 1290px;
}

.subscribe-form {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 864px;
}

.subscribe-form form{
	max-width: 504px;
	width: 100%;
	margin: 0 auto;
}

.subscribe-form .ui-input--text {
	max-width: 100%;
	width: 100%;
}

.subscribe-form h3 {
	font-weight: 200;
	font-size: clamp(22px, 4vw, 24px);
	line-height: 100%;
	margin: 0 0 42px;

	font-family: var(--font-family-rock-star);
	text-align: center;
	color: var(--tmp-green);
}

.subscribe-form h3 > b{
	color: var(--tmp-green);
	font-weight: 400;
	font-style: italic;
}

.subscribe-form .ui-input--text .ui-input__placeholder {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.subscribe-form .btn-clear {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
/*	background: #B4FFDE;*/
	border-radius: 50%;
	margin-left: 18px;
}

.subscribe-form .ui-input--text input {
	background: #fff;
	border: 0;
	border-bottom: 1px solid var(--tmp-green);
	border-radius: 0;
}

.bx-subscribe {
	margin: 10px 0;
}

.subscribe-row{
	display: flex;
	align-items: flex-end;
	gap: 20px;
	margin-bottom: 20px;
}

.bx-subscribe div.bx-block-title {
	font-weight: var(--ui-font-weight-semi-bold, 600);
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
}

.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}

.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}

.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}

.btn-subscribe:hover {
	background: #7ec629;
}

.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}

.btn-subscribe span {
	display: block;
}

.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}

.btn-subscribe:hover, .btn-subscribe:active {
	color: #fff;
}

.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}

@keyframes MeilSend {
	0% {
		padding: 5px 60px 5px 20px
	}

	100% {
		padding: 5px 40px
	}
}

@-webkit-keyframes MeilSend {
	0% {
		padding: 5px 60px 5px 20px
	}

	100% {
		padding: 5px 40px
	}
}

@keyframes MeilSendSpan {
	0% {
		color: transparent;
	}

	100% {
		color: #fff;
	}
}

@-webkit-keyframes MeilSendSpan {
	0% {
		color: transparent;
	}

	100% {
		color: #fff;
	}
}

@keyframes MeilSendButton {
	0% {
		width: 40px;
		background-position: 50%
	}

	100% {
		width: 0;
		background-position: 100px 50%
	}
}

@-webkit-keyframes MeilSendButton {
	0% {
		width: 40px;
		background-position: 50%
	}

	100% {
		width: 0;
		background-position: 100px 50%
	}
}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
	line-height: 16px;
	font-size: 13px;
	margin-bottom: 3px;
	vertical-align: middle;
	color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font: 11px/10px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

@media (max-width: 992px) {
	.subscribe-wrapper {
		flex-wrap: wrap;
	}

	.subscribe-content {
		order: -1;
		margin-bottom: 20px;
	}

	.subscribe-form {
		width: 100%;
	}

	.subscribe-form .ui-input--text {
		flex: 1;
		width: auto;
	}

	.bx-subscribe {
		width: 100%;
	}
}
/* End */
/* /local/templates/box/components/bitrix/news.list/main_slider-webp/style.css?17442937232364 */
/* /local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17308814161370 */
/* /local/templates/box/style/scroll-ticker.css?17528236641514 */
/* /local/templates/box/components/bitrix/news.list/main_categories/style.css?17280583211232 */
/* /local/templates/box/components/bitrix/news.list/main_banners_big/style.css?17447017481536 */
/* /local/templates/box/components/bitrix/news.list/main_community/style.css?17448837051550 */
/* /local/components/custom/sender.subscribe/templates/subscribe/style.css?17442882396598 */
