.header__logo {
	flex: 0 0 225px;
	width: 225px;
}
@media (max-width: 991.98px) {
	.banner {
		background: #ffe77a !important;
	}
}
.banner__wrapper {
	max-width: 645px;
}
.banner__title {
	font-weight: 600;
	font-size: 36px;
}
@media (max-width: 1512px) {
	.banner__title {
		font-size: 36px;
	}
}
@media (max-width: 720.98px) {
	.banner__title {
		font-size: 20px !important;
		max-width: 100% !important;
		font-weight: 600;
	}
}
.featured__head {
	row-gap: 10px;
}
.banner__content {
	padding: 0px;
	background-color: transparent;
	min-height: 250px;
}
@media (max-width: 720.98px) {
	.banner__content {
		padding: 0 !important;
	}
}
.head-content-banner {
	gap: 0 !important;
}
@media (max-width: 991.98px) {
	.head-content-banner {
		flex-direction: column;
	}
}
.head-content-banner__item {
	flex: 1 1 auto;
	border: 0;
	background-color: #90d2ae;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 6px 6px;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	min-height: 40px;
}
@media (max-width: 991.98px) {
	.head-content-banner__item:not(:last-child):not(._active) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
}
.head-content-banner__item._active {
	background-color: #2bae66;
}
.content-banner__blocks {
	padding: 30px;
	background-color: #2bae66;
	margin-top: 0;
}
@media (max-width: 720.98px) {
	.content-banner__blocks {
		padding: 20px 12px;
	}
}
.options-content-banner {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}
.options-content-banner .select__value {
	font-size: 15px;
}
@media (max-width: 991.98px) {
	.options-content-banner {
		grid-template-columns: 100%;
	}
}
.options-content-banner .select__value._placeholder {
	text-transform: uppercase;
}
.catalog-home__content {
	gap: 10px;
}
@media (min-width: 479.98px) {
	.catalog-home__item {
		flex: 0 0 calc((100% - 10px * 1) / 2);
		background-size: cover;
	}
}
@media (max-width: 720.98px) {
	.catalog-home__info {
		max-width: calc(100% - 40px) !important;
	}
}
.item-featured__price {
	margin-top: 0;
}
.item-featured__code {
	margin-top: auto;
}
.article-home[id^='main-slider-'] {
	scroll-margin-top: 100px;
}
.article-home {
	padding: 50px 0px;
	background-color: #2bae66;
	color: #fff;
}
.article-home._yellow {
	color: #0b0d0b;
	background-color: #ffe77a;
}
.article-home._yellow .article-home__button {
	background-color: #2bae66;
	color: #fff;
}
@media (any-hover: hover) {
	.article-home._yellow .article-home__button:hover {
		background-color: #259557;
	}
}
.article-home._yellow .article-home__paginations .swiper-pagination-bullet {
	background-color: #2bae66;
}
@media (max-width: 991.98px) {
	.article-home {
		padding: 30px 0px;
	}
}
.article-home__head {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	align-items: flex-start;
}
.article-home__title {
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 0.9;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
@media (max-width: 720.98px) {
	.article-home__title {
		font-size: 20px;
	}
}
.article-home__text {
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
}
@media (max-width: 1220px) {
	.article-home__text {
		font-size: 17px;
	}
}
.article-home__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 50px;
	row-gap: 20px;
}
@media (max-width: 1220px) {
	.article-home__list {
		column-gap: 20px;
	}
}
@media (max-width: 991.98px) {
	.article-home__list {
		grid-template-columns: 100%;
	}
}
.article-home__list li {
	position: relative;
	padding-left: 30px;
}
.article-home__list li::after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 10px;
	left: 0;
	transform: translateY(-50%);
	background-color: #fff;
}
.article-home__button {
	color: #0b0d0b;
	background: #ffe77a;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	min-height: 55px;
	column-gap: 10px;
	padding: 5px 20px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.article-home__button:hover {
		background-color: #f5dc6d;
	}
}
.article-home__button img,
.article-home__button svg {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}
.article-home__content {
	margin-top: 30px;
}
.article-home__slide {
	flex: 0 0 calc((100% - 20px * 3) / 4);
	border: 5px solid #fff;
	aspect-ratio: 1.2884615385;
}
.article-home__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1220px) {
	.article-home__slide {
		flex: 0 0 calc((100% - 20px * 2) / 3);
	}
}
@media (max-width: 720.98px) {
	.article-home__slide {
		flex: 0 0 calc((100% - 5px * 1) / 2);
	}
}
.article-home__slide:not(:last-child) {
	margin-right: 20px;
}
@media (max-width: 720.98px) {
	.article-home__slide:not(:last-child) {
		margin-right: 5px;
	}
}
.article-home__paginations {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	margin-top: 30px;
}
.article-home__paginations._is-hidden {
	display: none !important;
}
.article-home__paginations .swiper-pagination-bullet {
	background-color: #ffe77a;
	opacity: 0.3;
	cursor: pointer;
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
}
.article-home__paginations .swiper-pagination-bullet-active {
	opacity: 1;
}
.featured__title {
	font-weight: 500;
}
@media (min-width: 1220px) {
	.featured__title {
		font-size: 36px;
	}
}
.featured-brands {
	padding: 40px 0px;
}
.featured-brands__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.featured-brands__content {
	width: 100%;
	overflow: hidden;
}
.featured-brands__content .featured-brands__slider {
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}
@media (max-width: 1220px) {
	.featured-brands__content .featured-brands__slider {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 992px) {
	.featured-brands__slider._spread .swiper-wrapper {
		justify-content: space-between;
	}
}
.featured-brands__title {
	color: #0b0d0b;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 0.9;
	text-transform: uppercase;
	flex: 1 1 auto;
}
@media (max-width: 991.98px) {
	.featured-brands__title {
		font-size: 28px;
	}
}
@media (max-width: 479.98px) {
	.featured-brands__title {
		font-size: 22px;
		flex: 0 0 100%;
	}
}
.featured-brands__arrows {
	display: flex;
	gap: 48px;
}
@media (max-width: 1220px) {
	.featured-brands__arrows {
		display: none;
	}
}
.featured-brands__arrow {
	flex: 0 0 42px;
	height: 42px;
	width: 42px;
	background-color: #ffe77a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
@media (any-hover: hover) {
	.featured-brands__arrow:hover {
		background-color: #f5dc6d;
	}
}
.featured-brands__arrow img,
.featured-brands__arrow svg {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}
.featured-brands__slider {
	overflow: hidden;
}
.featured-brands__slide {
	box-sizing: border-box;
	width: 200px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.featured-brands__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 12px 16px;
	box-sizing: border-box;
}
.featured-brands__slide img {
	display: block;
	max-width: 100%;
	max-height: 96px;
	width: auto;
	height: auto;
	object-fit: contain;
}
@media (max-width: 720.98px) {
	.featured-brands__slide {
		flex-shrink: 0;
		width: calc((100% - 12px) / 2) !important;
		height: 110px;
	}
}
@media (min-width: 721px) and (max-width: 991.98px) {
	.featured-brands__slide {
		flex-shrink: 0;
		width: calc((100% - 32px) / 3) !important;
		height: 110px;
	}
}
@media (max-width: 991.98px) {
	.featured-brands__logo {
		padding: 8px 10px;
	}
	.featured-brands__slide img {
		max-height: 80px;
		min-width: 60px;
	}
}
@media (max-width: 479.98px) {
	.featured-brands__slide {
		height: 100px;
	}
	.featured-brands__slide img {
		max-height: 72px;
	}
}
.featured-brands__pagination._is-hidden {
	display: none !important;
}
.featured-brands__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	margin-top: 30px;
}
@media (min-width: 1220px) {
	.featured-brands__pagination {
		display: none;
	}
}
.featured-brands__pagination .swiper-pagination-bullet {
	background-color: #2bae66;
	opacity: 0.3;
	cursor: pointer;
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
}
.featured-brands__pagination .swiper-pagination-bullet-active {
	opacity: 1;
}
.callback-home {
	background-color: #2bae66;
	padding: 50px 0px;
}
.callback-home__wrapper {
	display: grid;
	grid-template-columns: 1fr 315px;
	gap: 40px;
}
@media (max-width: 1220px) {
	.callback-home__wrapper {
		grid-template-columns: 100%;
	}
}
.callback-home__tech {
	background-color: rgba(255, 255, 255, 0.25);
}
@media (max-width: 1220px) {
	.callback-home__tech {
		display: none !important;
	}
}
.form-callback-home__title {
	color: #fff;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	flex: 1 1 auto;
}
@media (max-width: 1220px) {
	.form-callback-home__title {
		text-align: center;
	}
}
@media (max-width: 991.98px) {
	.form-callback-home__title {
		font-size: 28px;
	}
}
@media (max-width: 720.98px) {
	.form-callback-home__title {
		font-size: 22px;
		flex: 0 0 100%;
	}
}
.form-callback-home__tech {
	margin-top: 20px;
}
@media (min-width: 1220px) {
	.form-callback-home__tech {
		display: none;
	}
}
.form-callback-home__content {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 20px;
}
.form-callback-home__item {
	flex: 0 0 calc((100% - 30px * 1) / 2);
}
@media (max-width: 720.98px) {
	.form-callback-home__item {
		flex: 0 0 100%;
	}
}
.form-callback-home__item._textarea {
	padding: 0px;
}
.form-callback-home__item textarea {
	width: 100%;
	height: 100px;
	overflow-y: auto;
	resize: none;
	padding: 16px 30px;
	text-transform: uppercase;
	color: #0b0d0b;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 0.8;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}
@media (max-width: 1220px) {
	.form-callback-home__item textarea {
		padding: 12px 15px;
	}
}
.form-callback-home__item._full {
	flex: 0 0 100%;
}
.form-callback-home__button {
	color: #0b0d0b;
	background: #ffe77a;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	max-width: 100%;
	min-height: 55px;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.form-callback-home__button:hover {
		background: #f5dc6d;
	}
}
.tech-home {
	display: flex;
	flex-direction: column;
}
.tech-home__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	row-gap: 30px;
	padding: 30px 20px;
	color: #fff;
}
.tech-home__image {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 5px solid #fff;
	overflow: hidden;
}
.tech-home__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tech-home__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	row-gap: 10px;
}
.tech-home__name {
	font-size: 25px;
	font-weight: 700;
}
.tech-home__position {
	font-size: 19px;
	font-weight: 300;
}
.tech-home__text {
	font-size: 17px;
	font-weight: 300;
}
.tech-home__contact {
	font-size: 19px;
	font-weight: 300;
}
.tech-home__contact a {
	color: inherit;
}
@media (any-hover: hover) {
	.tech-home__contact a:hover {
		text-decoration: underline;
	}
}
.tech-home__button {
	color: #0b0d0b;
	background: #ffe77a;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	max-width: 100%;
	min-height: 55px;
	gap: 10px;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.tech-home__button:hover {
		background: #f5dc6d;
	}
}
.tech-mini-home {
	background-color: rgba(255, 255, 255, 0.25);
	padding: 12px;
}
.tech-mini-home__main {
	display: flex;
	column-gap: 10px;
	align-items: flex-start;
}
.tech-mini-home__info {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}
.tech-mini-home__name {
	font-size: 20px;
	font-weight: 700;
}
.tech-mini-home__avatar {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #fff;
}
.tech-mini-home__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tech-mini-home__footer {
	margin-top: 16px;
}
.tech-mini-home__button {
	color: #0b0d0b;
	background: #ffe77a;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	max-width: 100%;
	min-height: 55px;
	gap: 10px;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.tech-mini-home__button:hover {
		background: #f5dc6d;
	}
}
.evaluate-popup .popup__body {
	background: #ffe77a;
	padding: 40px;
	max-width: 906px;
}
@media (max-width: 991.98px) {
	.evaluate-popup .popup__body {
		padding: 20px 12px;
	}
}
.evaluate-popup__head {
	display: flex;
	align-items: flex-start;
	column-gap: 16px;
	margin-bottom: 24px;
}
.evaluate-popup__title {
	flex: 1 1 auto;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}
@media (max-width: 991.98px) {
	.evaluate-popup__title {
		font-size: 22px;
	}
}
.evaluate-popup__close {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
}
.evaluate-popup__close img,
.evaluate-popup__close svg {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
.evaluate-popup__form {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 20px;
}
.evaluate-popup__dynamic-filters {
	display: contents;
}
.evaluate-popup__item {
	flex: 0 0 calc(50% - 15px);
}
.evaluate-popup__item._full {
	flex: 0 0 100%;
}
.evaluate-popup__item._third {
	flex: 0 0 calc((100% - 60px) / 3);
}
.evaluate-popup__item .select__value,
.evaluate-popup__select.add-product__select .select__value {
	min-height: 55px;
	padding: 0px 20px;
}
.evaluate-popup__item .select__option,
.evaluate-popup__select.add-product__select .select__option {
	padding: 5px 20px;
}
.evaluate-popup__label._required sup {
	color: red;
}
.evaluate-popup .select._error .select__input,
.evaluate-popup .select__input._error,
.evaluate-popup .file-content-banner._error .file-content-banner__content {
	border-color: #e74c3c;
}
.evaluate-popup__select._error .select__value {
	border-color: #e74c3c;
}
@media (max-width: 720.98px) {
	.evaluate-popup__item {
		flex: 0 0 100%;
	}
	.evaluate-popup__item._third {
		flex: 0 0 100%;
	}
}
.evaluate-popup__label {
	display: block;
	margin-bottom: 3px;
	font-size: 19px;
	font-weight: 300;
}
.evaluate-popup__input {
	font-size: 19px;
}
.evaluate-popup__label-note {
	color: #9d9d9d;
}
.evaluate-popup__textarea {
	width: 100%;
	min-height: 100px;
	resize: none;
	padding: 16px 20px;
}
.evaluate-popup__upload {
	flex: 0 0 100%;
	width: 100%;
}
.evaluate-popup__upload .file-load__content {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-color: #0b0d0b;
	justify-content: center;
	text-align: center;
}
.evaluate-popup__upload .file-load__name {
	color: #0b0d0b;
}
.evaluate-popup .file-content-banner._loaded .file-content-banner__content {
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	min-height: auto;
	padding: 20px;
}
.evaluate-popup
	.file-content-banner._loaded
	.file-load__icon.file-content-banner__files {
	flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 0;
}
.evaluate-popup .file-content-banner__files {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	width: 100%;
}
.evaluate-popup .file-content-banner__file {
	cursor: move;
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 8px;
	overflow: hidden;
	display: inline-block;
	margin: 5px;
	border: 2px solid #ddd;
	background: #f5f5f5;
	padding: 0;
	column-gap: 0;
	font-size: inherit;
	font-weight: inherit;
}
.evaluate-popup .file-content-banner__file img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.evaluate-popup .file-content-banner__file.dragging {
	opacity: 0.6;
}
.evaluate-popup .file-content-banner__delete {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 24px;
	height: 24px;
	flex: none;
	margin-bottom: 0;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s;
}
.evaluate-popup .file-content-banner__delete:hover {
	background: rgba(220, 53, 69, 0.8);
}
.evaluate-popup .file-content-banner__delete svg {
	width: 12px;
	height: 12px;
}
.evaluate-popup .file-content-banner__delete svg path {
	fill: #fff;
}
.evaluate-popup__notice {
	flex: 0 0 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 20px;
}
.evaluate-popup__notice-text {
	margin: 0;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.4;
}
.evaluate-popup__notice-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 55px;
	padding: 0 24px;
	text-decoration: none;
	color: #fff;
	background: #2bae66;
}
.evaluate-popup__divider {
	display: flex;
	align-items: center;
	flex: 0 0 100%;
	text-align: center;
	color: #929292;
	font-size: 17px;
	gap: 10px;
}
.evaluate-popup__divider::before,
.evaluate-popup__divider::after {
	content: '';
	flex: 1;
	height: 1px;
	background-color: #e2e2e2;
	display: inline-block;
}
.evaluate-popup__social {
	flex: 0 0 calc(50% - 15px);
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	min-height: 50px;
	background: #fff;
	cursor: pointer;
	font-size: 19px;
	font-weight: 300;
	transition: background 0.2s ease;
}
.evaluate-popup__social svg {
	flex-shrink: 0;
}
@media (any-hover: hover) {
	.evaluate-popup__social:hover {
		background: #f5f5f5;
	}
}
.evaluate-popup__social_google {
	color: #ea4335;
}
.evaluate-popup__social_facebook {
	color: #3d5a98;
}
.evaluate-popup__button {
	flex: 0 0 calc((100% - 30px) / 2);
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 55px;
	padding: 0 20px;
	background: #2bae66;
	transition: background 0.3s ease;
}
.evaluate-popup__button img,
.evaluate-popup__button svg {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}
@media (any-hover: hover) {
	.evaluate-popup__button:hover {
		background: #259557;
	}
}
@media (max-width: 991.98px) {
	.evaluate-popup__button {
		flex: 0 0 100%;
	}
}
