

/* Start:/local/templates/main/components/bitrix/news.list/slider.index/style.css?1731511411925*/
.home-slider__elem_video .home-slider__bg .home-slider__content{
    position: relative;
}
.home-slider__elem_video.home-slider__elem .home-slider__bg{
    padding-top: 0;
}

.home-slider .slick-list.draggable{
    /*max-height: 400px;*/
}

@media (max-width: 767.98px){
    .home-slider__elem_video.home-slider__elem .home-slider__bg {
        padding-top: 30.8%;
    }
}

.home-slider__link-box {
    position: relative;
}
.home-slider__link-box a {
    position: absolute;
    width: auto;
    background: none;
    top: 35vw;
    left: 5vw;
}

@media all and (min-width: 576px) {
    .home-slider__link-box a {
        top: 38vw;
    }
}
@media all and (min-width: 768px) {
    .home-slider__link-box a {
        top: 25vw;
        left: 5vw;
    }
}
@media all and (min-width: 992px) {
    .home-slider__link-box a {
        top: 25.5vw;
        background: #ED1C24;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/support.index/style.css?1731511411203*/
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;
}

.equipment h2 {
    margin: 20px 0 35px!important;
}
/* End */


/* Start:/local/templates/main/components/bitrix/main.userconsent.request/rperf/user_consent.css?17495484705712*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	z-index: 99999;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin-bottom: 20px;
	font-size: 30px;
	color: rgba(87, 87, 86, 1);
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-header {
		font-size: 22px;
		text-align: left;
	}
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-buttons {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 20px;
	}
}


.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
	font-size: 16px;
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce {
	color: #333;
	font-size: 13px;
	line-height: 15px;
}

.main-user-consent-request-announce-link {
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		width: 100%;
		max-width: 1140px;
		padding: 40px;
		border-radius: 20px;
	}

	.main-user-consent-request-popup-header {
		text-align: left;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}

	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}


.main-user-consent-request-popup-text {
	border: 0;
}


.main-user-consent-request-popup-text::-webkit-scrollbar {
	width: 10px;
	height: 100%;
	background: #fff;
	border: 1px solid rgba(181, 181, 181, 1);
}


.main-user-consent-request-popup-text::-webkit-scrollbar-thumb {
	width: 10px;
	background: rgba(181, 181, 181, 1);


}




.main-user-consent-request-popup-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border-radius: 10px;
	min-width: 350px;
	font-size: 16px;
	font-weight: 700;
	margin-right: 30px;
	transition: 300ms;
	cursor: pointer;
}

.main-user-consent-request-popup-button:last-child {
	margin-right: 0;
}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-button {
		margin-right: 0;
		width: 100%;
	}
}


.main-user-consent-request-popup-button-acc {
	background: rgba(242, 96, 101, 1);
	border: 0;
	border-radius: 0;
	color: #fff;
	
}

.main-user-consent-request-popup-button-acc:hover {
	background: rgba(208, 64, 69, 1);

}

.main-user-consent-request-popup-button-acc:active {
	background: rgba(186, 41, 46, 1);

}


.main-user-consent-request-popup-button-rej {
	border: 1px solid rgba(226, 14, 24, 1);
	color: rgba(226, 14, 24, 1);
	background: #fff;
	border-radius: 0;
}

.main-user-consent-request-popup-button-rej:hover {
	border: 1px solid rgba(159, 40, 44, 1);
	color: rgba(159, 40, 44, 1);
	background: #fff;

}

.main-user-consent-request-popup-button-rej:active {
	border: 1px solid rgba(7, 55, 126, 1);
	color: rgba(7, 55, 126, 1);
	background: #fff;

}


@media only screen and (max-width: 991px) {
	.main-user-consent-request-popup-text {
		height: calc(100vh - 341px);

		font-size: 16px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/brand.index/style.css?1731511411190*/
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;
}

.slick-slide img {
  margin: 0 auto;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/banner.index.slider/style.css?1731511411934*/
.banners-slider {
    width: 100%;
    display: flex;
}

.banners-item + .banners-item {
    margin-left: 15px;
}
.banners-item.slick-slide {
  margin-left: 0!important;
}

.banners-slider .slick-slide img {
    display: block;
    width: 100%;
}

.banners-slider .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
    bottom: -35px;
}
.banners-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 4px;
    border: 1px solid #ED1C24;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banners-slider .slick-dots li.slick-active {
    background: #ED1C24;
}
.banners-slider .slick-dots li button {
    opacity: 0;
}

@media all and (max-width: 767.99px) {
    .brands.brands_ban {
        padding-bottom: 55px;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news.list/slider.index/style.css?1731511411925 */
/* /local/templates/main/components/bitrix/news.list/support.index/style.css?1731511411203 */
/* /local/templates/main/components/bitrix/main.userconsent.request/rperf/user_consent.css?17495484705712 */
/* /local/templates/main/components/bitrix/news.list/brand.index/style.css?1731511411190 */
/* /local/templates/main/components/bitrix/news.list/banner.index.slider/style.css?1731511411934 */
