/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/* Подписи товаров в каталоге черным */
.item-title a {
	color: #111;
}
.goszakupki-title {
	text-align: center;
}
.mobile-visible {
	display: none;
}

.section-wrapper {
	margin: 5rem 0;
}

@media (max-width: 768px) {
	.section-wrapper {
		margin: 3rem 0;
	}

	.mobile-visible {
		display: block;
	}

	.desktop-visible {
		display: none;
	}
}

/* Защита форм от спам-ботов через скрытое поле */
.form-control.required {
	position: absolute;
	top: -9999px;
	opacity: 0;
}

.image_wrapper_block img {
	height: 100%;
	object-fit: contain;
}

.top_slider_wrapp .flexslider .slides > li {
	background-repeat: no-repeat;
	background-size: cover;
}

.top_slider_wrapp.mobile {
	display: none;
}

@media (max-width: 768px) {
	.top_slider_wrapp.desktop {
		display: none;
	}

	.top_slider_wrapp.mobile {
		display: block;
	}

	.top_slider_wrapp .flexslider .slides > li {
		background-position: top center;
	}

	.slider_table .text {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.slider_table .text .banner_buttons {
		margin-bottom: 15px;
	}
}

/* Страница "Государственные закупки" */

/* Обращение руководителя отдела продаж */
.appeal-block {
	width: 100%;
	display: flex;
	column-gap: 24px;
	line-height: 1.6;
}

.appeal__desc {
	width: 50%;
	text-align: justify;
}

.appeal__desc p {
	font-size: 16px;
}

.appeal__desc h2 {
	font-family: "Bicubik";
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.8px;
	text-align: left;
	line-height: 1.6;
	margin-bottom: 12px;
}

.appeal-block .appeal__img {
	width: 50%;
	min-height: 100%;
}

.appeal__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top;
}

@media (max-width: 600px) {
	.appeal-block {
		flex-direction: column;
	}

	.appeal-block .appeal__desc,
	.appeal-block .appeal__img {
		width: 100%;
	}
}

/* --Обращение руководителя отдела продаж */

/* Наша компания специализируется */
.specialization {
	width: 100%;
}

.specialization__header {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 36px;
}

.specialization__header .bold-uppercase {
	font-weight: 700;
	text-transform: uppercase;
}

.specialization__items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 2rem;
}

.specialization__item {
	display: flex;
}

.specialization__icon {
	color: #f5cd19;
	font-size: 3.4rem;
	flex: 0 0 65px;
	margin: 0 1rem 1rem 0;
	text-align: center;
	transform: translateY(-5px);
}

.specialization__icon.icon-svg {
	width: 58px;
	height: 56px;
}

.specialization__icon.icon-svg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.specialization__content {
	color: #383838;
}

.specialization__desc {
	line-height: 1.5;
}

.specialization__title {
	display: flex;
	align-items: center;
	font-family: "Bicubik";
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 1rem;
	line-height: 1.5;
	letter-spacing: 0.8px;
	min-height: 45px;
	text-transform: uppercase;
}

/* --Наша компания специализируется */

/* Блок "О нас" */
.about-us__main {
	display: flex;
	column-gap: 1.5rem;
}

.about-us__map {
	flex: 0 0 40%;
	color: #111;
}

.about-us__img {
	width: 100%;
	margin-bottom: 2rem;
}

.about-us__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about-us__title {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #383838;
}

.about-us__desc {
	line-height: 1.6;
}

.about-us__list {
	color: #383838;
	flex: 1 1 auto;
	align-self: center;
}

.about-us__list-item {
	padding: 1rem 0 1.5rem 0;
	text-transform: uppercase;
	display: flex;
	border-bottom: 2px solid #383838;
}

.about-us__list-item .list__icon {
	color: #f5cd19;
	font-size: 1.5rem;
	margin-right: 1rem;
	flex: 0 0 28px;
	text-align: center;
}

.about-us__list-item .list__label {
	font-size: 1rem;
}

.about-us__contacts {
	display: flex;
	color: #111;
	width: 100%;
	justify-content: space-evenly;
	margin: 2rem 0;
}

.about-us__contacts-item {
	width: 100%;
	text-align: center;
	padding-left: 15px;
}

.about-us__contacts-item:first-child {
	border-right: 1px solid #ccc;
	padding: 0;
	padding-right: 15px;
}

.contacts__icon {
	font-size: 3rem;
	color: #f5cd19;
	margin: 1.5rem;
}

.contacts__title {
	color: #383838;
	text-transform: uppercase;
	font-weight: 700;
}

.contacts__link {
	font-weight: 700;
}

@media (max-width: 600px) {
	.about-us__main {
		flex-direction: column;
	}

	.about-us__map,
	.about-us__list {
		width: 100%;
	}
}

/* --Блок "О нас" */

/* Блок "Наши преимущества" */
.advantages {
	display: flex;
	flex-wrap: wrap;
	padding: 36px 0;
	justify-content: space-between;
	column-gap: 20px;
}

.advantages__item {
	flex: 1 1 320px;
	text-align: center;
}

.advantages__icon {
	color: #f5cd19;
	font-size: 2rem;
	margin: 1rem;
}

.advantages__number {
	color: #f5cd19;
	font-size: 2.1rem;
	line-height: 1.6;
}

.advantages__title {
	color: #383838;
	text-transform: uppercase;
	font-weight: 700;
}

.advantages__desc {
	color: #111;
}

/* --Блок "Наши преимущества" */
.about-marked-list {
	padding-left: 20px;
	font-size: 15px;
}

.about-marked-list li {
	position: relative;
	margin-bottom: 10px;
	font-family: "Gotham Pro";
}

.about-marked-list li::before {
	position: absolute;
	left: -15px;
}

.about-us-desc {
	font-size: 15px;
	line-height: 1.6;
}

/* Оперативная связь и почта в шапке (start) */
.operative-contacts {
	font-size: 0.9rem;
	padding: 8px;
	text-align: center;
	line-height: 1.5;
}

.top-h-row .header-mail {
	/*padding-left: 20px;*/
	font-size: 1.05rem;
	font-weight: 700;
}

.top-h-row .wrapper_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.operative-contacts {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.operative-contacts .header__icons {
	display: flex;
	align-items: center;
}

.operative-contacts .header-contacts__label {
	padding-right: 20px;
}

.operative-contacts .header-contacts__icon {
	width: 30px;
	height: 30px;
	padding: 5px 10px;
	box-sizing: content-box;
	transition: all 0.3s ease;
}

.operative-contacts .header-contacts__icon a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.operative-contacts .header-contacts__icon:hover {
	transform: scale(1.15);
}

.phones .phone_wrap .phone_text a {
	font-size: 16px;
	cursor: pointer;
}

/*.basket_fly.mmit .basket_count .wraps_icon_block:before {*/
/*	background: url("/bitrix/templates/aspro_mshop/images/svg/Order_cm2.svg") no-repeat center;*/
/*	width: 23px;*/
/*	height: 22px;*/
/*}*/
.mmit.basket_fly .basket_sort .remove_all_basket.cur {
	background-color: #fff;
}

@media (max-width: 992px) {
	.top-h-row .wrapper_inner {
		flex-direction: column;
	}

	.top-h-row .phones {
		text-align: center;
	}

	.top-h-row .header-mail {
		display: block;
		padding: 8px;
	}

	.operative-contacts {
		padding: 0 8px;
	}
}

@media (max-width: 600px) {
	.operative-contacts {
		flex-direction: column;
	}
}

/* (end) Оперативная связь и почта в шапке */
.label_block.error #licenses_popup + label::after {
	background-color: #ffefef !important;
	background-image: unset;
	border: 1px solid #cb0000 !important;
}

/* Разделы каталога на главной и слайдер брендов */
.scanner-specs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 20px;
	margin-bottom: 75px;
}

.scanner-specs__item {
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	padding: 10px;
	color: #383838;
	box-shadow: 2px 2px 20px rgba(0 0 0 / 0.1);
	transition: all 0.3s ease;
}

.scanner-specs__image {
	width: 100%;
	height: 165px;
	margin-bottom: 15px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.scanner-specs__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.05);
	transition: all 0.3s ease;
}

.scanner-specs__item:hover {
	box-shadow: 3px 3px 40px rgba(0 0 0 / 0.2);
	transform: scale(1.05);
}

.scanner-specs__item:hover .scanner-specs__image {
	border-radius: 5px;
}

.scanner-specs__item:hover img {
	transform: scale(1);
}

.scanner-specs__label {
	width: 85%;
	margin: 0 auto 15px auto;
	font-family: "Gotham Pro", Roboto, Arial, sans-serif;
	letter-spacing: 0.4px;
}

@media (max-width: 550px) {
	.scanner-specs__image {
		height: 220px;
	}
}

.brands-slider {
	margin: 40px auto;
	max-width: 100%;
}

.brands-slider .slider__item {
	height: 90px;
}

.brands-slider .slider__item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.brands-slider .owl-dots .owl-dot.active span {
	background: #f5cd19 !important;
}


.sotbit-bottom-desc,
.sotbit-additional-desc {
	clear: both;
	margin-bottom: 1rem;
}
.sotbit-top-desc {
	margin-bottom: 1rem;
}
/* Анимация расходящегося круга на кнопке */
.ripple-animate {
	position: relative;
	overflow: hidden;
}
.ripple-animate .effect {
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	pointer-events: none;
	transform: translate(-50%, -50%);
	animation: ripple 0.6s linear forwards;
}
@keyframes ripple {
	0% {
		width: 0;
		height: 0;
		opacity: 0.4;
	}
	100% {
		width: 700px;
		height: 700px;
		opacity: 0;
	}
}
/* end Анимация расходящегося круга на кнопке */
.goszakupki-catalog-button {
	padding: 15px 60px;
	border-radius: 3px;
	display: inline-block;
	max-width: 300px;
	margin: 0 auto;
	background: rgb(245,205,25);
	background: linear-gradient(125deg, rgba(245,205,25,1) 0%, rgb(213, 178, 23) 100%);
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.25s ease;
	box-shadow: 3px 3px 20px rgba(0 0 0 / 15%);
}
.goszakupki-catalog-button:hover {
	color: #fff;
	text-shadow: 0 0 5px #fff;
}
.top-h-row .h-user-block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.head-callback {
	margin-right: 20px;
}
.head-callback button.button {
	padding: 9px 20px 8px;
}
@media all and (max-width: 991px) {
	.top-h-row {
		padding-bottom: 10px;
	}
}
@media all and (max-width: 400px) {
	.top-h-row .h-user-block {
		display: block;
	}
	.head-callback {
		margin-bottom: 8px;
		margin-right: 0;
		text-align: center;
	}
}

.head-auth {
	display: flex;
}

.head-little-menu a {
	padding-right: 10px;
}

.head-little-menu {
	padding-right: 10px;
}
#footer {
	background: #0e54b2;
	color: #fff!important;
	padding-top: 20px;
}

#footer b,
#footer p {
	color: #fff;
}
.footer_top {
	display: none;
}
.footer_contacts .footer_contacts__content,
.footer_menu__wrapper .footer_menu .submenu .menu_item a,
.footer_contacts__content a {
	color: #fff;
}


.stickers .sticker_stock {
	background-image: url("img/sale.png");
	background-position: center center;
	background-size: 100%;
}

.stickers .sticker_hit {
	background-image: url("img/hit.png");
	background-position: center center;
	background-size: 100%;
}

.stickers .sticker_recommend {
	background-image: url("img/cert.png");
	background-position: center center;
	background-size: 100%;
}

.stickers .sticker_new {
	background-image: url("img/pp.png");
	background-position: center center;
	background-size: 100%;
}

.stickers .sticker_rf {
	background-image: url("img/rf.png");
	background-position: center center;
	background-size: 100%;
}
.specials_slider > li, .tabs_slider li, .wrapper_block .wr li {
	padding: 20px;
}

.footer_menu_name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
}
.footer_contacts__title {
	width: 100%!important;
}
.footer_contacts__wrapper .footer_contacts {
	flex-basis: 100%;
	display: flex;
	flex-flow: row wrap;
}
.bottom_footer_info .footer_menu__wrapper {
	display: flex;
	width: 50%;
}
.footer_menu__wrapper .footer_menu {
	width: 50%;
	padding: 0;

}
.bottom_footer_info .footer_contacts__wrapper {
	display: flex;
	justify-content: flex-end;
	width: 50%;
}
.footer_contacts .footer_contacts__content {
	margin-bottom: 0;
}
.footer_contacts__wrapper .footer_contacts {
	display: block;
}

.footer_contacts__address:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: url("img/addr.PNG") center no-repeat;
	background-size: cover;
}

.footer_contacts__phone:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: url("img/phone.PNG") center no-repeat;
	background-size: cover;
}
.footer_contacts__email:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: url("img/email.PNG") center no-repeat;
	background-size: cover;
}
.footer_contacts2 .footer_contacts__content {
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
.footer_contacts2 .footer_menu_name {
	padding-left: 30px;
}

.head-callback .marquiz__button_rounded {
	font-size: 12px;
	padding: 8px 16px;
}
.advantages__number,
.advantages__icon {
	color: #0e54b2;
}

.specialization__icon {
	color: #343434;
}

@media (max-width: 992px){
	.head-little-menu {
		display: none;
	}
}
.articles-list.sections,
.catalog_section_list {
	border-top: none;
}
@media (max-width: 800px){
	.bottom_footer_info .footer_contacts__wrapper,
	.bottom_footer_info .footer_menu__wrapper {

		width: 100%;
	}
	.footer_contacts2 .footer_menu_name{
		padding-left: 0;
	}
}

.contacts_flex-wrapper {
	display: flex;
	gap: 36px;
}
.contacts_flex-wrapper .requizites__part {
	max-width: 270px;
	flex-shrink: 0;
	flex-grow: 0;
}
.contacts_flex-wrapper .form__part {
	flex-grow: 1;
	width: 100%;
}

@media (max-width: 580px) {
	.contacts_flex-wrapper {
		flex-direction: column;
	}
	.contacts_flex-wrapper .requizites__part {
		max-width: unset;
		flex-grow: 1;
	}
}