

/* 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 */
/* /local/templates/ssdon_probyte/components/bitrix/catalog/brands/style.css?177800318010615 */
