

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

.main-slider__section .main-slider-button-prev, 
.main-slider__section .main-slider-button-next {
	width: 48px;
	height: 48px;
	border-radius: 6px;
}

.main-slider__item-content-text h2 {
	text-align: left;
}

.main-slider__item-content .main-slider__item-image {
	top: -100px;
	left: unset;
	right: 0;
	bottom: unset;
}
/* End */


/* Start:/local/templates/Jantrik/components/bitrix/catalog.section.list/main_sections/style.css?17243081713105*/
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main__brands .slider-brands {
	width: 100%;
	height: 214px;
}

.brands__inner-container {
	position: relative;
}

.slider-brands a {
	padding: 0 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(247, 248, 249, 1);
	cursor: hover;
}

.slider-brands .swiper-slide {
	border-radius: 10px;
}

.slider-brands img {  
	filter: grayscale(100%);  
	object-fit: contain;
	transition: filter 0.3s ease;  
}  

.slider-brands a:hover img {  
	filter: grayscale(0%);  
}  

.slider-brands {
	margin-bottom: 48px;
}

.brands_to-catalog {
	margin: 0 auto;
	padding: 14px 48px;
	display: flex;
	width: fit-content;
	background-color: rgba(255, 243, 228, 1);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: rgba(247, 102, 0, 1);
	border-radius: 6px;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.brands_to-catalog:hover {
	background-color: rgba(255, 240, 222, 1);
	color: rgba(247, 102, 0, 1);
}

.main__brands {
	margin-bottom: 80px;
}

.brands__inner-container .slider-1-nav-prev,
.brands__inner-container .slider-1-nav-next,
.videos__wrapper .slider-2-nav-prev,
.videos__wrapper .slider-2-nav-next {
	position: absolute;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border: 1px solid rgba(235, 237, 241, 1);
	border-radius: 4px;
}

.brands__inner-container .slider-1-nav-prev,
.brands__inner-container .slider-1-nav-next {
	top: 42%;
}

.videos__wrapper .slider-2-nav-prev,
.videos__wrapper .slider-2-nav-next {
	top: 32%;
}

.brands__inner-container .slider-1-nav-prev:after, 
.brands__inner-container .slider-1-nav-next:after,
.videos__wrapper .slider-2-nav-prev::after,
.videos__wrapper .slider-2-nav-next::after {
	content: "";  
}

.brands__inner-container .slider-1-nav-prev svg,
.brands__inner-container .slider-1-nav-next svg,
.videos__wrapper .slider-2-nav-prev svg,
.videos__wrapper .slider-2-nav-next svg {
	scale: .9;
}

.brands__inner-container .slider-1-nav-prev,
.videos__wrapper .slider-2-nav-prev {
	left: -18px;
}

.brands__inner-container .slider-1-nav-next,
.videos__wrapper .slider-2-nav-next {
	right: -18px;
}

.brands__inner-container .slider-1-nav-prev,
.brands__inner-container .slider-1-nav-next,
.videos__wrapper .slider-2-nav-prev,
.videos__wrapper .slider-2-nav-next {
	width: 36px;
	height: 36px;
	background-color: #fff;
	border: 1px solid rgba(235, 237, 241, 1);
	border-radius: 4px;
}

@media (max-width: 480px) {
	.brands__inner-container .slider-1-nav-prev,
	.brands__inner-container .slider-1-nav-next,
	.videos__wrapper .slider-2-nav-prev,
	.videos__wrapper .slider-2-nav-next {
		display: none;
	}

	.slider-brands a {
		padding: 0 25px;
	}

	.slider-brands {
		margin-bottom: 30px;
	}

	.main__brands {
		margin-bottom: 64px;
	}

}
/* End */


/* Start:/local/templates/Jantrik/components/bitrix/catalog.top/main-page-top/section/style.css?17243081717766*/
.catalog-top-header {
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.popular-swiper-container {
	position: relative;
}

.popular-swiper-container .swiper-button-prev,
.popular-swiper-container .swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border: 1px solid rgba(235, 237, 241, 1);
	border-radius: 4px;
}

.popular-swiper-container .swiper-button-prev {
	left: -18px;
}

.popular-swiper-container .swiper-button-next {
	right: -18px;
}

.popular-swiper-container .swiper-button-prev svg,
.popular-swiper-container .swiper-button-next svg {
	scale: .5;
}

.popular-swiper-container .swiper-button-prev::after,
.popular-swiper-container .swiper-button-next::after {
	display: none;
}

.mainPagePopular2 {
	height: 294px;
}

.mainPagePopular2>.swiper-pagination-bullets .swiper-pagination-bullet, 
.mainPagePopular2 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}

.mainPagePopular2 .swiper-pagination-bullet {
	background: rgba(235, 237, 241, 1);
	opacity: 1;
	width: 5%;
	height: 2px;
	border-radius: unset;
}

.mainPagePopular2 .swiper-pagination-bullet-active {
	background: rgba(247, 102, 0, 1);
}

.mainPagePopular2 img {
	object-fit: contain;
}

.mainPagePopular2 {
	margin-bottom: 16px;
}

.popular__name {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 16.59px;
	color: rgba(17, 24, 39, 1);
	text-align: left;
}

.popular__name-div {
	margin-bottom: 24px;
}

.popular__props .prop {
	display: flex;
	justify-content: flex-start;
	gap: 12px;
}

.prop .prop__name {
	font-weight: 400;
	font-size: 14px;
	line-height: 16.6px;
	color: rgba(90, 97, 108, 1);
}

.prop .prop__value {
	font-weight: 400;
	font-size: 14px;
	line-height: 16.6px;
	color: rgba(17, 24, 39, 1);
}

.popular__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.popular__like {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
}

.popular__props {
	margin-bottom: 24px;
}

.mainPagePopular .swiper-wrapper .popular {
	height: unset;
}

.popular__price {
	display: flex;

}

.popular__button {
	display: flex;
	padding: 0 24px;
	align-items: center;
	justify-content: center;
	width: 94%;
	height: 52px;
	background-color: rgba(247, 102, 0, 1);
	border-radius: 6px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	cursor: pointer;
}

.swiper-pagination.max-height.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.max-height .swiper-pagination-bullet {
	height: 100%;
	opacity: 0;
}

.popular__bottom-block .price-request {
	cursor: pointer;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(68, 68, 68, 1);
  z-index: 999;
	opacity: .4;
}

#formRequest {
	display: none;
}

.request-visible-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	padding: 32px;
	width: 512px;
	background-color: rgb(255, 255, 255);
	border-radius: 20px;
}

#formRequest .form__title {
	margin-bottom: 32px;
	font-weight: 600;
	font-size: 32px;
	line-height: 36px;
	color: rgba(17, 24, 39, 1);
}

#formRequest .form__input {
	margin-bottom: 24px;
	border-radius: 6px;
	border: 2px solid rgba(235, 237, 241, 1);
	width: 100%;
	height: 52px;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: rgba(158, 164, 173, 1);
	background-color: #fff;
}

#formRequest .form__input:focus::placeholder {
	color: rgba(31, 32, 35, 1);
}

#formRequest .form__input:focus {
	border: 2px solid rgba(17, 24, 39, 1);
}

#formRequest .form__button {
	margin-top: 24px;
	border-radius: 6px;
	background-color: rgba(247, 102, 0, 1);
	width: 100%;
	height: 52px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

#formRequest .success-div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#formRequest .success-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
	width: 100px;
	height: 100px;
	border-radius: 64px;
	background-color: rgba(209, 250, 229, 1);
}

#formRequest .success-title {
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: rgba(17, 24, 39, 1);
}

#formRequest .success-text {
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: rgba(90, 97, 108, 1);
	text-align: center;
}

#formRequest .success-button {
	height: 52px;
	width: 100%;
	border-radius: 6px;
	border: none;
	background-color: rgba(247, 102, 0, 1);
	color: #fff;
	transition: background .3s ease-in-out;
}

#formRequest .success-button:hover {
	background-color: rgb(253 171 112);
}

#formRequest .cross {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

#formRequest .form__input {
	color: rgba(31, 32, 35, 1);
}

#formRequest .privacy {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

.success__note {
	display: flex;
	flex-direction: column;
	align-items: center;

}

.success__note .success__image {
	margin-bottom: 32px;
}

.success__note .success__title {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: rgba(17, 24, 39, 1);
}

.success__note .success__text {
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: rgba(90, 97, 108, 1);
	text-align: center;
}

.success__note .success__btn,
.popular__bottom-block  .price-request {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 14px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: rgba(255, 255, 255, 1) !important;
	border: none;
	border-radius: 6px;
	background-color: rgba(247, 102, 0, 1);
}

.popular__price {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.popular__price .popular__price-new {
	font-family: Rubik;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: rgba(17, 24, 39, 1);
	text-wrap: nowrap;
}

.popular__price .popular__price-old{
	font-family: Rubik;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: rgba(146, 153, 165, 1);
	text-decoration: line-through;
	text-wrap: nowrap;
}

.popular__button--buy.mob {
	display: none;
}

@media (max-width: 1200px) {
	.popular__price {
		flex-direction: column;
	}
}

@media (max-width: 520px) {
	.request-visible-form {
		width: 95%;
	}
}

@media (max-width: 480px) {
	.popular-swiper-container .swiper-button-prev,
	.popular-swiper-container .swiper-button-next {
		display: none;
	}

	.popular__button {
		height: 40px;
		font-weight: 400;
		font-size: 15px;
		line-height: 24px;
	}

	.popular__props {
		margin-bottom: 16px;
	}

	.popular__price {
		flex-direction: row;
	}

	.popular__price .popular__price-new {
		font-weight: 500;
		font-size: 16px;
		line-height: 24px;
	}
	
	.popular__price .popular__price-old{
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
	}

	.popular__button--buy.mob {
		display: flex;
		width: fit-content;
		padding: 14px;
		height: unset;
	}

	.popular__button--buy .in-basket,
	.popular__bottom-block .price-request {
		font-weight: 400;
		font-size: 15px;
		line-height: 24px;
		color: rgba(255, 255, 255, 1);
	}

	.popular__button,
	.price-request {
		height: 40px;
	}

	.popular__button--buy.desk {
		display: none;
	}
}
/* End */


/* Start:/local/templates/Jantrik/components/bitrix/news.list/videos-slider/style.css?17349193421927*/
.videosSlider {
	width: 100%;
	height: 100%;
}

.main__videos {
	margin-bottom: 80px;
}

.video__wrapper {
	position: relative;
}

.videosSlider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	border-radius: 10px;
}

.videosSlider .swiper-slide iframe {
	border-radius: 10px;
	filter: grayscale(0%);
	transition: filter .3s ease-in-out;
}

.videosSlider .swiper-slide iframe:hover {
	filter: grayscale(60%);
}

.video__bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.videosSlider iframe,
.videosSlider .preview__block {
	width: 100%;
	height: 200px;
}

.videos__wrapper .swiper-button-prev,
.videos__wrapper .swiper-button-next {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid rgba(235, 237, 241, 1);
	border-radius: 4px;
}

.videos__wrapper .swiper-button-prev svg,
.videos__wrapper .swiper-button-next svg {
	scale: .5;
}

.videos__wrapper .swiper-button-prev::after,
.videos__wrapper .swiper-button-next::after {
	display: none;
}

.videos__wrapper .swiper-button-prev, 
.videos__wrapper .swiper-button-next {
	top: 42%;
}

.videos__wrapper .swiper-button-prev {
	left: -18px;
}

.videos__wrapper .swiper-button-next {
	right: -18px;
}

.video__bottom .video__name,
.video__bottom .video__model {
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: rgba(17, 24, 39, 1);
}

.videos__wrapper {
	position: relative;
}

.videosSlider .preview__block {
	position: relative;
}

.videosSlider .preview__block svg {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

@media (max-width: 480px) {
	.videos__wrapper .swiper-button-prev, .videos__wrapper .swiper-button-next {
		display: none;
	}
}
/* End */


/* Start:/local/templates/Jantrik/components/bitrix/news.list/advantages/style.css?1732602140906*/
.main__advantages {
	padding: 64px 0;
	margin-bottom: 80px;
	background-color: rgba(247, 248, 249, 1);
}

.advantages {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.advantage {
	display: flex;
	align-items: start;
	gap: 12px;
	width: fit-content;
}

.advantage__descr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.advantage__name {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: rgba(17, 24, 39, 1);
}

.advantage__text {
	font-weight: 400;
	font-size: 12px;
	line-height: 14.22px;
	color: rgba(90, 97, 108, 1);
}

@media (max-width: 998px) {
	.advantages {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media (max-width: 576px) {
	.advantages {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 400px) {
	.advantage {
		justify-content: flex-start;
	}

	.advantages {
		gap: 22px;
	}
}
/* End */


/* Start:/local/templates/Jantrik/components/bitrix/news.list/main_news/style.css?17302520522525*/
.main__news {
	margin-bottom: 80px;
}

.news-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-bottom: 48px;
}

.news-list .news-item {
	display: flex;	
	gap: 24px;
	box-shadow: 0px 5px 32px 0px rgba(51, 51, 51, 0.08);
}

.news-item__bottom {
	display: flex;
	padding: 24px 15px 25px 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.news-item__bottom a {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 1);
}

.news-item__img {
	height: 250px;
	width: 250px;
	object-fit: contain;
}

.news-item__bottom .news-item__link {
	padding: 14px 79px 14px 24px;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: rgba(17, 24, 39, 1);
	border-radius: 6px;
}

.news-item__bottom .news-item__link:hover {
	background-color: rgba(247, 248, 249, 1);
}

.news-list--slider {
	display: none;
}

.news-item__top span  {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0, 0, 0, 1);
}

@media (max-width: 1200px) {
	.news-list {
		display: none;
	}

	.news-list--slider {
		display: block;
	}

	.news-list--slider .news-item__img {
		min-width: 210px;
		height: 210px;
		object-fit: contain;
	}

	.news-list--slider .news-item__bottom {
		padding: 12px;
		width: 100%;
	}

	.news-list--slider .news-item__bottom span {
		text-align: left;
	}

	.news-list--slider .news-item {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		box-shadow: 0px 5px 32px 0px rgba(51, 51, 51, 0.08);
		border-radius: 10px;
	}
	
	.newsListSwiper {
		margin-bottom: 32px;
	}

	.news-item__top .news-item__img {
		margin-bottom: 12px;
	}

	.news-item__top span {
		display: block;
		padding: 12px;
		text-align: left;
	}

	.newsListSwiper .swiper-wrapper {
		padding-bottom: 32px;
		min-height: 460px;
	}

	.news-item__top {
		width: 100%;
	}

	.swiper-backface-hidden .swiper-slide {
		min-height: inherit;
	}

	.newsListSwiper .swiper-wrapper {
		padding: 15px 0 32px;
	}

	.newsListSwiper {
		margin-bottom: 0;
	}
}

@media (max-width: 375px) {
	.newsListSwiper .swiper-wrapper {
		min-height: 394px;
	}

	.news-list--slider .news-item {
		height: unset;
	}

	.news-item__top span {
		font-weight: 500;
		font-size: 16px;
		line-height: 22px;
		color: rgba(17, 24, 39, 1);
	}

	.news-item__bottom .news-item__link {
		padding: 14px 60px 14px 24px;
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		color: rgba(17, 24, 39, 1);
	}

	.news-item__top .news-item__img {
		margin-bottom: 0;
	}
}
/* End */
/* /local/templates/Jantrik/components/bitrix/news.list/main-slider/style.css?1724308171471 */
/* /local/templates/Jantrik/components/bitrix/catalog.section.list/main_sections/style.css?17243081713105 */
/* /local/templates/Jantrik/components/bitrix/catalog.top/main-page-top/section/style.css?17243081717766 */
/* /local/templates/Jantrik/components/bitrix/news.list/videos-slider/style.css?17349193421927 */
/* /local/templates/Jantrik/components/bitrix/news.list/advantages/style.css?1732602140906 */
/* /local/templates/Jantrik/components/bitrix/news.list/main_news/style.css?17302520522525 */
