/*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;  }*/


.left_block .sticky-sidebar__inner > div {
	margin-top: 0;
	margin-bottom: 32px;
}
table.table th {
    padding: 10px;
}
.table .th-mobile {
	display: none;
}
.zakupki {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 20px;
}
.zakupki__img {
	width: 250px;
	background: #f6f6f6 none;
    border: solid 1px #4f7fba;
    border-radius: 5px;
    padding: 30px;
    font-weight: 500;
    text-align: center;
}
.zakupki__img img {
	width: 150px;
	margin-bottom: 15px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.system .system__item {
	margin-bottom: 32px;
	padding: 20px;
}
.stickers [class*="sticker_"] {
	background-color: #00b02a;
}
.stickers .sticker_khit {
  background-color: #00b02a;
}
.stickers .sticker_minpromtorg {
  background-color: #ff4e00;
}
.stickers .sticker_pp_rf_969 {
  background-color: #1976d2;
}
.stickers .sticker_rasprodazha {
  background-color: #1976d2;
}
.stickers .sticker_tsena_snizhena {
  background-color: red;
}
.main-slider .banner_title, .main-slider .banner_text, .main-slider .banner_buttons {
	display: none;
}
.top_big_banners .top_slider_wrapp .main-slider__item, .top_big_banners .top_slider_wrapp .main-slider__item td, .top_big_banners .top_slider_wrapp .main-slider {
	height: auto;
}
.top_big_banners .top_slider_wrapp .main-slider__item .main-slider__image {
	/*opacity: 0;*/
	width: 100%;
}
.main-slider__image--mobile {
	display: none;
}
#mobileheader .logo,
#mobileheader {
	height: 70px;
}
#mobileheader .wrap_icon {
	line-height: 70px;
}
.bottom-icons-panel__content {
	justify-content: space-between;
}
.logo-row .logo {
	max-width: 200px;
	height: 90px
}
.header__top-item .phone {
    font-size: 1.15em;
}
.product-container .cost.prices .price_matrix_block {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.product-container .buy_block {
	margin-bottom: 25px;
	display: flex;
	align-items: flex-start;
}

.product-container .product-view--mix .buy_block .counter_wrapp.list {
	width: 66%;
}

.product-container .cost.prices .price {
	display: block;
}
.product-container .wrapp-one-click .btn {
	padding-top: 16px;
	padding-bottom: 16px;
}
.basket_hover_block .tabs_content .item .cost.prices .price.discount {
	display: none !important;
}
@media (min-width: 768px) {
	.product-container .product-view--mix .buy_block .counter_wrapp.list {
		width: 66%;
	}
	.product-container .buy_block .wrapp-one-click {
		width: 33%;
		padding-left: 12px;
		padding-right: 12px;
	    padding-top: 10px;
	}
}
@media screen and (max-width: 767px), projection and (max-width: 767px), tv and (max-width: 767px), handheld and (max-width: 767px) {
    .top_slider_wrapp.view_1 .image tr.main_info {
        display: none;
    }
    footer .info .blocks {
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 600px) {
.main-slider__image {
	display: none;
}
.main-slider__image--mobile {
	display: block;
}
.top-content-block {
	overflow: hidden;
	max-height: 130px;
	position: relative;
}
.top-content-block:after {
	content: '';
	background: #ffffff;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(253, 187, 45, 0) 100%);
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	transition: .3s;
}
.top-content-block.open {
	height: auto;
	max-height: none;
}
.top-content-block.open:after {
	opacity: 0;
}
.read-next {
	margin-top: 30px;
	margin-bottom: 20px;
}
}
@media (min-width: 992px) {
    .item-views.news2.lg .item-wrapper .item .image span {
        height: 187px;
    }
}

.catalog_block .item-stock {
	white-space: normal;
	display: flex;
}
.item-stock .value {
	flex: 1;
}
.auth-form {
	display: flex;
}
.auth-form__left {
	width: 35%;
	padding: 45px 40px;
}
.auth-form__right {
	width: 65%;
	padding: 19px 40px 20px;
}
.auth-sidebar {
	padding-bottom: 230px;
	background-color: #1d613c;
	color: #fff;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.auth-sidebar:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('/images/Frame57.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
}
.auth-sidebar__title {
	font-weight: 500;
}
.auth-sidebar__subtitle {
	color: #9ef0ca;
	margin-bottom: 40px;
}
.auth-sidebar__list {
	display: flex;
	margin-bottom: 30px;
}
.auth-sidebar__list span {
	flex: 1;
	margin-left: 20px;
}
.auth-form_button {
	/*padding: 55px 40px;*/
}
.auth-form_button .nav {
	display: flex;
	gap: 20px;
}
.auth-form_button .nav .btn {
    border-color: #1d613c;
    color: #1d613c;
}
.auth-form_button .nav .active .btn {
    background-color: #1d613c;
    color: #ffffff;
}
.popup  .auth-form__right .form_body {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.popup  .auth-form__right .form_footer {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.auth-form__right .top-text {
	display: none;
}
.auth-form__right .social_block,
.auth-form__right .register {
	display: none;
}
@media screen and (max-width: 767px) {
	.auth-form__left {
		display: none;
	}
	.auth-form__right {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.auth-form__right {
		padding: 10px 20px 40px;
	}
}
@media (min-width: 768px) {
	.auth_frame.popup {
		width: 800px;
	} 
}
.prices .price_group {
	 opacity: 0.6;
}
.prices .price_group.min {
	 opacity: 1;
}


.custom_doc  .bold {
    font-size: 16px;
    margin-bottom: 20px;
}
.detailed-tabs__documents-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.detailed-tabs__documents-item {
  margin-bottom: 50px;
  width: 33.333%;
}

.detailed-tabs__documents-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.detailed-tabs__documents-img {
  margin-right: 17px;
}

.detailed-tabs__documents-description .detailed-tabs__documents-name {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
}
.detailed-tabs__documents-description .detailed-tabs__documents-size {
  font-size: 14px;
  line-height: 14px;
  color: #8a8989;
}
.detailed-tabs__documents-description {
    flex: 1;
}
@media (max-width: 575px) {
    .detailed-tabs__documents-item {
        margin-bottom: 30px;
        width: 100%;
    }
}

