

/* Start:/local/templates/ssdon_probyte/components/bitrix/news.list/main_blocks/style.css?1774601978150*/
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;
}

/* End */


/* Start:/local/templates/ssdon_probyte/components/bitrix/catalog/brands/style.css?177800318010615*/
.brands-products {
	margin-bottom: 50px;
} .brands-products h1 {
	font-family: 'Open Sans';
	font-size: 36px;
	font-weight: 800;
	line-height: 0;
	/* line-height: 100%; */
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	color: #3F484F;
} .brand-img {
	width: 100%;
	display: flex;
	justify-content: center;
} .brand-img img {
	max-width: 200px;
	width: 100%;
} .brands-sections {
	margin: 20px 0;
  padding-bottom: 15px;
} .brands-products .swiper svg use {
	color: #EFB400;
} .brands-sections.swiper-wrapper ~ .swiper-pagination.swiper-pagination-bullets {
  display: none !important;
} /* .brands-sections {
	display: flex;
	gap: 15px;
	overflow: auto hidden;
	margin: 20px 0;
  padding-bottom: 15px;
} .brands-sections::-webkit-scrollbar {
  height: 8px;
  background: #999999;
  border-radius: 10px;
} .brands-sections::-webkit-scrollbar-track {
  background: transparent;
} .brands-sections::-webkit-scrollbar-thumb {
	background: #EFB400;
  border-radius: 10px;
} */ .brands-section {
	/* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	min-width: 240px; */
	/* overflow: hidden; */
	cursor: pointer;

	font-family: 'Open Sans';
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: #3F484F;
} .brands-section:hover {
	color: #EFB400;
} .brands-section.active {
	color: #EFB400;
} .brands-products__category {
	display: none;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
} .brands-products__category.active {
	display: grid;
} @media (max-width: 1300px) {
	.brands-products__category {
		grid-template-columns: repeat(4, 1fr);
	}
} @media (max-width: 1000px) {
	.brands-products .brands-products__category {
		grid-template-columns: repeat(3, 1fr);
	}
} @media (max-width: 600px) {
	.brands-products .brands-products__category {
		grid-template-columns: repeat(2, 1fr);
	} /* .brands-sections {
		gap: 20px;
	} */ .brands-section {
		/* min-width: max-content; */
		font-size: 16px;
	}
}

.brands-advantages {
	margin-bottom: 40px;
} .brands-advantages__content {
	display: flex;
	flex-direction: column;
	gap: 40px;
} .brands-advantages__text {
	display: flex;
	gap: 60px;
} .brands-advantages_left {
	max-width: 616px;
	width: 100%;
	padding-top: 20px;
} .brands-advantages__text p:first-of-type {
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 1%;
	text-transform: uppercase;
	color: #EFB400;
} .brands-advantages__text h2 {
	font-family: 'Open Sans';
	font-size: 40px;
	font-weight: 800;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	text-transform: uppercase;
	color: #354D66;
	margin-top: 10px;
} .brands-advantages__text p:last-of-type {
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: 1%;
	color: #000000CC;
} .brands-advantages .line {
	width: 95px;
	height: 4px;
	background: #EFB400;
	margin: 20px 0;
} .brands-advantages_right {
	max-width: 512px;
	width: 100%;
} .brands-advantages_right img {
	max-width: 512px;
	width: 100%;
	max-height: 341px;
} .brands-advantages__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
} .brands-advantages__list-item {
	max-width: 518px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px 15px;
} .list-item__text {
	display: flex;
	flex-direction: column;
	gap: 10px;
} .list-item__text h3 {
	font-family: 'Roboto';
	font-size: 26px;
	font-weight: 500;
	line-height: 31px;
	letter-spacing: 1%;
	color: #000000CC;
} .list-item__text p {
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: 1%;
	color: #000000CC;
} @media (max-width: 840px) {
	.brands-advantages__text {
		flex-direction: column;
	} .brands-advantages_right {
    max-width: 100%;
	} .brands-advantages_right img {
    max-width: 100%;
    max-height: fit-content;
	}
} @media (max-width: 470px) {
	.brands-advantages__text p:last-of-type {
		font-size: 24px;
	} .brands-advantages__list-item {
		align-items: start;
		gap: 10px;
	} .list-item__text {
		gap: 10px;
	} .list-item__text h3 {
		font-size: 24px;
	} .list-item__text p {
		font-size: 20px;
	}
}

.brands-callback {
	padding: 40px 0 80px;
	border-top: 4px solid #EFB400;
	border-bottom: 4px solid #EFB400;
} .container-brands-callback {
	position: relative;
	max-width: 1920px;
	width: 100%;
	padding: 0 150px;
	margin: 0 auto;
} .brands-callback .bg {
	position: absolute;
	left: 50px;
	bottom: 0;
	z-index: 0;
	width: 550px;
	height: auto;
	opacity: 0.7;
	overflow: hidden;
} .brands-callback .bg img {
	width: 100%;
	height: auto;
} .brands-callback__content {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	gap: 100px;
} .brands-callback__text p:first-of-type {
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 1%;
	text-transform: uppercase;
	color: #EFB400;
} .brands-callback__text h2 {
	font-family: 'Open Sans';
	font-size: 40px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #354D66;
	margin-top: 10px;
	max-width: 563px;
	width: 100%;
} .brands-callback__text h2 span {
	text-transform: uppercase;
} .brands-callback__text p:last-of-type {
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: 1%;
	color: #00000099;
	margin-top: 20px;
	max-width: 712px;
	width: 100%;
} .brands-callback__text ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px;
} .brands-callback__text ul li {
	display: flex;
	gap: 10px;
} .brands-callback__text ul li .text h3 {
	max-width: 190px;
	width: 100%;
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 500;
	line-height: 31px;
	letter-spacing: 1%;
	color: #000000CC;
} .brands-callback__text ul li .text p {
	max-width: 190px;
	width: 100%;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	letter-spacing: 1%;
	color: #000000CC;
	margin-top: 10px;
} .brands-callback__form {
	padding: 50px;
	background: #1B212A;
	border-radius: 10px;
} .brands-callback__form h3 {
	font-family: 'Open Sans';
	font-size: 32px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #FFFFFF;
} .brands-callback__form > p {
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 1%;
	color: #FFFFFFA1;
	margin: 20px 0;
} .brands-callback__form-field {
	position: relative;
	margin-bottom: 20px;
} .brands-callback__form-field input[type="text"],
	.brands-callback__form-field textarea {
	width: 100%;
	padding: 20px;
	background: #354D6680;
	border: 1px solid #3F484F;
	border-radius: 10px;
	outline: none;
	resize: none;

	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 1%;
	color: #FFFFFF;
} .brands-callback__form-field input[type="text"] ~ label,
	.brands-callback__form-field textarea ~ label {
	position: absolute;
	top: 15px;
	left: 15px;
	display: flex;
	align-items: center;
	gap: 20px;

	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 1%;
	color: #FFFFFFA1;

	background: transparent;
	border-radius: 10px;
	padding: 5px;
	user-select: none;
} .brands-callback__form-field label span {
	color: #EFB400;
} .brands-callback__form-field input[type="text"]:focus ~ label,
	.brands-callback__form-field input[type="text"]:not(:placeholder-shown) ~ label,
	.brands-callback__form-field textarea:focus ~ label,
	.brands-callback__form-field textarea:not(:placeholder-shown) ~ label {
	top: -20px;
	left: 40px;
	background: #3F484F;
} .brands-callback__form-field input[type="checkbox"] ~ label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27px;
	min-width: 27px;
	height: 27px;
	border: 1px solid #EFB400;
	border-radius: 6px;
	cursor: pointer;
} .brands-callback__form-field input[type="checkbox"] ~ label .checkbox-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 0;
	height: 0;
} .brands-callback__form-field input[type="checkbox"]:checked ~ label .checkbox-icon {
	width: 14px;
	height: 14px;
} .brands-callback__form-field.check {
	display: flex;
	align-items: center;
	gap: 8px;
} .brands-callback__form-field.check p {
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 1%;
	color: #FFFFFFA1;
} .brands-callback__form-field.check p a {
	color: #EFB400;
	text-decoration: underline;
} .brands-callback__form button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 38px;
	width: 100%;
	padding: 17px 0;
	background: #EFB400;
	border-radius: 10px;
	border: 1px solid #EFB400;
	outline: none;
	cursor: pointer;
} .brands-callback__form button:hover {
	background: #1B212A;
} .brands-callback__form button p {
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 1%;
	color: #FFFFFF;
} .brands-callback__form button ~ p {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 0;

	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 1%;
	color: #FFFFFFA1;
} @media (max-width: 1380px) {
	.brands-callback__content {
		flex-direction: column;
	} .brands-callback .bg {
		width: 550px;
		top: 70px;
		right: 0;
		left: auto;
		bottom: auto;
		z-index: 0;
	}
} @media (max-width: 1170px) {
	.brands-callback .bg {
		top: 250px;
	}
} @media (max-width: 880px) {
	.brands-callback .bg {
		top: 450px;
	}
} @media (max-width: 768px) {
	.container-brands-callback {
		padding: 0 15px;
	} .brands-callback .bg {
		top: 250px;
	}
} @media (max-width: 600px) {
	.brands-callback__content {
		gap: 50px;
	} .brands-callback .bg {
		width: 50%;
		top: 24%;
	} .brands-callback__text p:first-of-type {
		font-size: 20px;
	} .brands-callback__text h2 {
		font-size: 24px;
	} .brands-callback__text p:last-of-type {
		font-size: 16px;
		line-height: 23px;
		margin-top: 10px;
	} .brands-callback__text ul {
		margin-top: 30px;
	} .brands-callback__text ul li .text h3 {
		max-width: 100%;
		font-size: 24px;
		line-height: 23px;
	} .brands-callback__text ul li .text p {
		max-width: 100%;
		font-size: 20px;
		line-height: 23px;
	} .brands-callback__form {
		padding: 50px 20px;
	} .brands-callback__form button {
		gap: 10px;
	}
} @media (max-width: 500px) {
	.brands-callback .bg {
		top: 28%;
	}
} @media (max-width: 400px) {
	.brands-callback .bg {
		top: 34%;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/brands/bitrix/catalog.section.list/.default/style.min.css?15948182866236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/catalog_on_main/style.css?1594818286150*/
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;
}

/* End */


/* Start:/local/templates/ssdon_probyte/components/bitrix/news.list/advantages/style.css?1774601978150*/
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;
}

/* End */


/* Start:/local/templates/ssdon_probyte/components/bitrix/news.list/clients/style.css?1774601978150*/
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;
}

/* End */


/* Start:/local/templates/ssdon_probyte/components/bitrix/news.list/main_reviews/style.css?1774601978150*/
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;
}

/* End */
/* /local/templates/ssdon_probyte/components/bitrix/news.list/main_blocks/style.css?1774601978150 */
/* /local/templates/ssdon_probyte/components/bitrix/catalog/brands/style.css?177800318010615 */
/* /local/templates/.default/components/bitrix/catalog/brands/bitrix/catalog.section.list/.default/style.min.css?15948182866236 */
/* /local/templates/.default/components/bitrix/news.list/catalog_on_main/style.css?1594818286150 */
/* /local/templates/ssdon_probyte/components/bitrix/news.list/advantages/style.css?1774601978150 */
/* /local/templates/ssdon_probyte/components/bitrix/news.list/clients/style.css?1774601978150 */
/* /local/templates/ssdon_probyte/components/bitrix/news.list/main_reviews/style.css?1774601978150 */
