@charset "utf-8";
/* CSS Document */

:root {
	--main-button-color: #3389B8;
	--main-button-color-hover: #59B9ED;
	--main-contacts-manager-block-bg: url('/assets/uploads/images/mainpage_contacts_bg.png');
	--main-contacts-manager-block-bg-width: 255px;
	--main-contacts-manager-block-bg-height: 227px;
}

/*common*/
body {
	background: #FFFFFF;
	color: #333333;
	font-size: 16px;
	line-height: normal;
}
.form__field {
	-webkit-appearance: none !important;
}
body, button, textarea, input {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
button, textarea, input {
	font-weight: 500;
	box-sizing: border-box;
	border: none;
	outline: none;
}
textarea, input {
	font-size: 18px;
}
button {
	font-size: 16px;
	cursor: pointer;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1296px;
}
.page-wrap {
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-content {
	flex-grow: 1;
	flex-shrink: 0;
	padding-bottom: 70px;
}
.clear-fix:after {
	content: '';
	display: block;
	clear: both;
}
.flex-container {
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: -o-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.spacer_bottom, .spacer_top, .spacer {
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.spacer > * {
	-ms-flex-item-align: center;
	align-self: center;
}
.spacer_bottom > * {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.spacer_top > * {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.pos-center {
	position: absolute;
	top: -1px;
	bottom: 0;
	left: -1px;
	right: 0;
	margin: auto;
}
.va-middle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.va-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.va-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.photo-max-size {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.photo-full-size {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
	border-radius: 5px;
}
.d-ib {
	display: inline-block;
}
.hidden {
	display: none !important;
}
.float-right {
	float: right;
}
.gray-btn, .blue-btn {
	padding: 9px 42px;
	border-radius: 5px;
	background: var(--main-button-color);
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	border-color: #fff;
	border: 1px solid;
}
.blue-btn:hover {
	background: var(--main-button-color-hover);
}
.blue-btn:disabled {
	background: #93C3FF;
	cursor: default;
}
.gray-btn {
	background: #393939;
}
.gray-btn:hover {
	background: #616161;
}
.controls {
	display: flex;
	align-items: center;
}
.controls__prev, .controls__next {
	position: relative;
	border-radius: 3px;
	border: 1px solid #EEE;
	background: #FFF;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	cursor: pointer;
}
.controls__prev:hover, .controls__next:hover {
	background: var(--main-button-color);
	border-color: var(--main-button-color);
}
.controls__prev:hover .svg-icon, .controls__next:hover .svg-icon {
	stroke: #FFFFFF;
}
.default-block {
	padding-top: 70px;
}
.mobile-visible {
	display: none;
}
h1, h2, .categories_else .h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	margin: 0 0 70px;
}
h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}
/*end common*/
/*icons*/
.icon-address {
	width: 15px;
	height: 16px;
}
.icon-advantage-1 {
	width: 45px;
	height: 43px;
	right: -2px;
}
.icon-advantage-2 {
	width: 45px;
	height: 43px;
}
.icon-advantage-3 {
	width: 46px;
	height: 46px;
}
.icon-advantage-4 {
	width: 47px;
	height: 45px;
}
.icon-basket {
	width: 33px;
	height: 29px;
}
.icon-catalog-btn {
	width: 16px;
	height: 16px;
}
.icon-contacts-email, .icon-contacts-address, .icon-contacts-phone {
	width: 21px;
	height: 21px;
}
.icon-drop-arrow {
	width: 6px;
	height: 4px;
}
.icon-email {
	width: 17px;
	height: 13px;
}
.icon-page-next, .icon-page-prev {
	width: 9px;
	height: 14px;
}
.icon-phone {
	width: 22px;
	height: 22px;
}
.icon-price-check {
	width: 16px;
	height: 16px;
}
.icon-slider-next, .icon-slider-prev {
	width: 8px;
	height: 13px;
	stroke: #4B4B4B;
}
.icon-slider-prev {
	left: -2px;
}
.icon-slider-next {
	right: -2px;
}
.icon-social-tl, .icon-social-vk, .icon-social-wapp {
	fill: #323130;
}
.icon-social-tl {
	width: 21px;
	height: 19px;
}
.icon-social-vk {
	width: 22px;
	height: 14px;
}
.icon-social-wapp {
	width: 23px;
	height: 23px;
}
.icon-tag {
	width: 10px;
	height: 12px;
}
.icon-time {
	width: 26px;
	height: 26px;
}
.icon-data {
	width: 21px;
	height: 22px;
}
.icon-date {
	width: 16px;
	height: 17px;
	stroke: #ffffff;
}
.icon-popular {
	width: 27px;
	height: 27px;
}
.menu__link-icon .svg-icon {
	fill: #6B6B6B;
}
.icon-menu-1 {
	width: 18px;
	height: 18px;
}
.icon-menu-2 {
	width: 20px;
	height: 18px;
}
.icon-menu-3 {
	width: 18px;
	height: 18px;
}
.icon-menu-4 {
	width: 20px;
	height: 20px;
}
.icon-basket-empty {
	width: 47px;
	height: 70px;
}
.icon-info-2, .icon-info-1 {
	width: 16px;
	height: 16px;
}
.icon-info-3 {
	width: 16px;
	height: 17px;
}
.icon-message {
	width: 58px;
	height: 56px;
}
.icon-slide-bottom, .icon-slide-top {
	width: 24px;
	height: 15px;
	stroke: #C1C1C1;
	right: -2px;
}
.product__controls-bottom:hover .svg-icon, .product__controls-top:hover .svg-icon {
	stroke: #5B5B5B;
}
.icon-filter {
	width: 12px;
	height: 10px;
}
.icon-privacy {
	width: 20px;
	height: 20px;
}
.icon-close {
	width: 24px;
	height: 24px;
	fill: #666666;
}
.icon-leasing {
	width: 14px;
	height: 16px;
}
/*end icons*/
/*header*/
.header__main {
	padding-top: 16px;
	padding-bottom: 15px;
	color: #555555;
}
.header__main .spacer {
	flex-wrap: nowrap;
}
.header__logo {
	max-width: 196px;
	font-size: 0;
	margin-right: 10px;
}
.header__email, .header__address {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.header__address .svg-icon {
	position: relative;
	top: -1px;
}
.header__address span {
	margin-left: 9px;
	font-weight: 500;
	/*text-transform: uppercase;*/
}
.header__address strong {
	font-weight: 700;
}
.header__email {
	color: inherit;
}
.header__email span {
	margin-left: 9px;
	color: #555555;
	font-weight: 700;
	/*text-transform: uppercase;*/
}
.header__phone {
	text-align: right;
}
.header__phone > * {
	display: block;
}
.header__phone-phone {
	color: inherit;
	font-size: 27px;
	font-weight: 700;
}
.header__phone-time {
	margin-top: -2px;
	color: #8C9BAE;
	font-size: 9px;
	text-transform: uppercase;
}
.header__nav-bar {
	border-top: 1px solid rgba(85, 85, 85, 0.15);
	border-bottom: 1px solid rgba(85, 85, 85, 0.15);
	background: #F3F3F3;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	position: relative;
}
.header__nav-bar .spacer {
	flex-wrap: nowrap;
}
.header__right, .social__list, .header__nav-link, .header__nav, .header__nav {
	position: relative;
	display: flex;
	align-items: center;
}
.header__nav {
	margin-right: 20px;
}
.header__nav-link {
	display: flex;
	align-items: center;
	padding: 13px 32px 12px;
	color: #6B6B6B;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
}
.header__nav-link.active, .header__nav-link:hover {
	color: #323130;
}
.header__nav-link .svg-icon {
	fill: #6B6B6B;
	margin-right: 7px;
	position: relative;
	top: -1px;
}
.header__nav-link.active .svg-icon, .header__nav-link:hover .svg-icon {
	fill: #323130;
}
.header__nav-hover {
	background: #D9D9D9;
	position: absolute;
	left: 0;
	top: 0;
	width: 168px;
	height: 100%;
	transition: all, 0.3s;
}
.social {
	margin-right: 10px;
}
.social:last-child {
	margin-right: 0;
}
.social__link {
	border-radius: 5px;
	border: 1px solid #323130;
	width: 34px;
	height: 34px;
	box-sizing: border-box;
	position: relative;
	margin-right: 10px;
}
.social__link:last-child {
	margin-right: 0;
}
.social__link:hover .svg-icon {
	fill: #FFFFFF;
}
.social__link_wapp:hover {
	background: #4FD662;
	border-color: #4FD662;
}
.social__link_tl:hover {
	background: #2198D3;
	border-color: #2198D3;
}
.social__link_vk:hover {
	background: #5A8FD1;
	border-color: #5A8FD1;
}
.scroll-block__basket, .header__basket {
	position: relative;
	font-size: 0;
}
.scroll-block__basket-count, .header__basket-count {
	position: absolute;
	width: 15px;
	height: 15px;
	padding-left: 1px;
	box-sizing: border-box;
	text-align: center;
	line-height: 15px;
	background: #64A70B;
	color: #FFF;
	font-size: 8px;
	font-weight: 500;
	letter-spacing: 0.086px;
	text-transform: uppercase;
	border-radius: 50%;
	top: -1px;
	right: -3px;
}
.scroll-block__basket .svg-icon, .header__basket .svg-icon {
	fill: #000000;
}
.scroll-block__basket:hover .svg-icon, .header__basket:hover .svg-icon {
	fill: var(--main-button-color-hover);
}
/*end header*/
/*main*/
.main {
	padding-top: 26px;
}
.main__slider {
	position: relative;
	border-radius: 5px;
	border: 1px solid #ECECEC;
	box-shadow: 1px 18px 36px 0 rgba(255, 255, 255, 0.28);
	min-height: 340px;
}
.main__slide {
	padding-top: 50px;
}
.main__slide-photo {
	position: relative;
	min-height: 294px;
}
.main__slide-photo img {
	position: absolute;
	width: auto !important;
	top: 36px;
	bottom: 0;
	right: 63px;
	margin: auto;
}
.main__slide-title, .main__slide-desc {
	max-width: 526px;
	margin: 0 0 14px;
}
.main__slide-title {
	font-size: 35px;
	font-weight: 500;
	line-height: normal;
	color: 	#fff;
}
.main__slide-desc {
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	color: #fff;
}
.main__prev, .main__next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	margin: auto;
}
.main__prev {
	left: 21px;
}
.main__next {
	right: 21px;
}
/*end main*/
/*categories*/
.categories__list {
	margin-bottom: -24px;
}
.categories__list .col-lg-4 {
	margin-bottom: 24px;
}
.category {
	display: flex;
	border-radius: 5px;
	border: 1px solid #ECECEC;
	background: #FFF;
	position: relative;
	min-height: 220px;
	box-sizing: border-box;
	padding: 30px 30px 30px 34px;
	height: 100%;
	margin-bottom: 30px;
}
.category:hover {
	border-radius: 5px;
	border: 1px solid #999999;
	background: #FFF;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
.category__photo {
	width: 100%;
	height: auto;
	/*position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;*/
}
.category__left {
	/*display: block;
	padding-bottom: 28px;*/
}
.category__price, .category__tag {
	display: flex;
	align-items: center;
}
.category__price {
	margin: 0;
	position: absolute;
	left: 34px;
	bottom: 30px;
	z-index: 5;
}
.category__price span {
	font-weight: 500;
	margin-right: 5px;
}
.category__price strong {
	font-weight: 700;
}
.category__tag {
	margin-bottom: 13px;
}
.category__tag span {
	margin-left: 11px;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
}
.category__title {
	display: block;
	color: inherit;
	font-weight: 500;
	margin-bottom: 8px;
}
.category__title:hover,
.categories .category:hover .category__title {
	color: var(--main-button-color-hover);
}
.category__models {
	display: block;
	color: #999999;
	font-size: 12px;
	line-height: normal;
}
.category__models strong {
	font-weight: 400;
	color: #333333;
}
/*end categories*/
/*form-block*/
.form-block__wrap {
	/*background: url('../images/bg/form-block-bg.jpg') no-repeat center;*/
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 5px;
	padding: 45px 60px;
	border: solid 1px #ECECEC;
}
.form-block__left {
	max-width: 575px;
}
.form-block h2 {
	text-align: left;
	margin-bottom: 14px;
	font-weight: 600;
}
.form-block p {
	color: #999;
	margin: 0 0 14px;
}
.callback {
	width: 100%;
	max-width: 503px;
	position: relative;
	margin-bottom: 14px;
}
.callback__field {
	border-radius: 5px;
	border: 1px solid #ECECEC;
	padding-left: 69px;
	background: #FFF;
	width: 100%;
	height: 50px;
	color: #333333;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}
.callback__field::placeholder {
	color: #999999;
	opacity: 1;
}
.callback__btn {
	position: absolute;
	padding: 12px 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 3px;
	height: 44px;
}
.callback__phone {
	position: relative;
	display: block;
}
.callback__prefix {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	height: 50px;
	left: 44px;
	cursor: text;
}
.privacy {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.privacy input {
	position: absolute;
	left: -1000px;
}
.privacy__desc {
	width: calc(100% - 25px);
	margin-left: 4px;
	color: #999;
	font-size: 12px;
}
.privacy__desc a {
	text-decoration-line: underline;
}
.privacy__desc a:hover {
	text-decoration: none;
}
.privacy__btn {
	border-radius: 5px;
	border: 1px solid #ECECEC;
	background: #FFF;
	width: 20px;
	height: 20px;
	position: relative;
	box-sizing: border-box;
}
.privacy input:checked + .privacy__btn:before, .privacy input:checked + .privacy__btn:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	box-sizing: border-box;
}
.privacy input:checked + .privacy__btn:after {
	border-radius: 6px;
	background: var(--main-button-color);
	width: 6px;
	height: 6px;
}
.privacy input:checked + .privacy__btn:before {
	border-radius: 12px;
	border: 1px solid var(--main-button-color);
	width: 12px;
	height: 12px;
}
/*end form-block*/
/*advantages*/
.advantages__item {
	border-radius: 5px;
	border: 1px dashed #D3D3D3;
	background: #FFF;
	padding: 18px 18px 37px;
	height: 100%;
	box-sizing: border-box;
}
.advantages__item:hover {
	border-color: transparent;
	border-radius: 5px;
	background: linear-gradient(180deg, #FFF 7.02%, rgba(242, 242, 242, 0.00) 100%);
	box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.24);
}
.advantages__item-top {
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}
.advantages__item-icon {
	border-radius: 6px;
	width: 63px;
	height: 63px;
	position: relative;
}
.advantages__item:hover .advantages__item-icon {
	background: #F3F3F3;
}
.advantages__item h3 {
	margin: 0 0 0 28px;
	width: calc(100% - 91px);
}
.advantages__item p {
	color: #303030;
	font-weight: 300;
	line-height: 160%;
	margin: 0;
}
/*end advantages*/
/*about*/
.about__text .float-right {
	max-width: 746px;
	margin: 0 0 20px 40px;
}
.about__text figcaption {
	margin: 7px 0 0;
	text-align: center;
	color: #959595;
	font-size: 15px;
	line-height: 23px;
}
.about__text img {
	border-radius: 5px;
}
.about__text p {
	padding-left: 18px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0.8px;
	margin: 0 0 24px;
}
.about__text p:last-child {
	margin-bottom: 0;
}
.about__text blockquote {
	clear: both;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
	padding: 11px 18px;
	margin: 0 0 20px;
}
.about__text blockquote p {
	text-align: left;
	padding-left: 0;
}
.about__text p:last-child, .about__text blockquote:last-child {
	margin-bottom: 0;
}
/*end about*/
/*news*/
.news {
	padding-top: 70px;
}
.news__slider {
	position: relative;
}
.news__slider .owl-carousel .owl-stage-outer {
	margin: -6px;
	padding: 6px;
}
.news__slider .owl-carousel .owl-stage {
	display: flex;
}
.news__controls {
	position: absolute;
	right: 0;
	top: -51px;
}
.news__prev {
	margin-right: 22px;
}
.news__prev:hover, .news__next:hover {
	background: #EEEEEE;
	border-color: #EEEEEE;
}
.news__prev:hover .svg-icon, .news__next:hover .svg-icon {
	stroke: #4B4B4B;
}
.news__item {
	height: 100%;
	box-sizing: border-box;
	border-radius: 0 0 5px 5px;
	border: 1px solid #FFF;
	background: #FCFCFC;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
.news__item:hover {
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.10);
}
.news__item-phone {
	display: block;
	margin: -1px -1px 0;
	position: relative;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}
.news__item-phone:after {
	content: '';
	display: block;
	padding-top: 56.73%;
}
.news__item-body {
	padding: 21px;
}
.news__item-title {
	display: block;
	color: inherit;
	font-weight: 600;
	margin-bottom: 10px;
}
.news__item-title:hover {
	color: var(--main-button-color-hover);
}
.news__item-desc {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 20px;
}
.news__item-link {
	color: var(--main-button-color);
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-decoration: underline;
}
.news__item-link:hover,
.text a:hover {
	text-decoration: none;
}
.news__list {
	margin-bottom: -24px;
}
.news__list .col-md-6 {
	margin-bottom: 24px;
}
.news__item-date {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	position: absolute;
	display: flex;
	align-items: center;
	top: 12px;
	left: 21px;
}
.news__item-date span {
	margin-left: 8px;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
/*end news*/
/*contacts*/
.contacts__left {
	height: 100%;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	border-radius: 5px;
	padding: 30px;
	position: relative;
}
.contacts__left:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: var(--main-contacts-manager-block-bg-width);
	height: var(--main-contacts-manager-block-bg-height);
	background: var(--main-contacts-manager-block-bg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.contacts__map {
	position: relative;
	min-height: 413px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.16);
}
.contacts__map iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.manager {
	display: flex;
	align-items: center;
	margin-bottom: 43px;
}
.manager__photo {
	border-radius: 50%;
	width: 52px;
	height: 52px;
	box-sizing: border-box;
	border: 1px solid #F2F2F2;
	overflow: hidden;
	position: relative;
}
.manager__position, .manager__name {
	margin: 0;
}
.manager__name {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.327px;
}
.manager__position {
	font-size: 12px;
	/*line-height: 20px;*/
}
.manager__right {
	width: calc(100% - 62px);
	margin-left: 10px;
}
.contacts__time, .manager, .contacts__list {
	position: relative;
	z-index: 5;
}
.contacts__list {
	padding-left: 0;
	list-style: none;
	margin: 0 0 43px;
}
.contacts__item {
	margin-bottom: 14px;
	font-size: 0;
}
.contacts__item:last-child {
	margin-bottom: 0;
}
.contacts__link {
	display: inline-block;
	line-height: normal;
	padding: 4px 12px 4px 4px;
	border-radius: 16px;
	background: #F5F5F5;
	font-size: 0;
}
.contacts__link > * {
	display: inline-block;
	vertical-align: top;
}
.contacts__link-icon {
	height: 26px;
	width: 26px;
	position: relative;
}
.icon-contacts-address, .icon-contacts-email {
	top: -2px;
}
.contacts__link-icon {
	margin-right: 8px;
}
.contacts__link-text {
	padding: 4px 0 3px;
	color: #000000;
	font-size: 16px;
	line-height: normal;
	max-width: calc(100% - 34px);
}
.contacts__link-text small {
	font-size: 15px;
	letter-spacing: 0.268px;
}
.contacts__time {
	display: flex;
	align-items: center;
	padding: 4px;
}
.contacts__time span {
	color: #707070;
	line-height: 21px;
	letter-spacing: 0.266px;
	margin-left: 8px;
}
/*end contacts*/
/*footer*/
.footer {
	background: url('../images/bg/footer-bg.png') no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 36px;
	color: #FFFFFF;
}
.footer .spacer {
	flex-wrap: nowrap;
}
.footer__nav {
	display: flex;
	align-items: center;
	list-style-type: none;
	padding: 0;
}
.footer__nav-link {
	margin-right: 60px;
	font-weight: 700;
	padding: 8px 0;
	text-transform: uppercase;
}
.footer__nav-link:last-child {
	margin-right: 0;
}
.footer__privacy:hover, .footer__nav-link:hover {
	color: #ACACAC;
}
.footer__privacy {
	padding: 8px 0;
	margin: 0 10px;
	text-transform: uppercase;
}
.footer__phone {
	text-align: right;
}
.footer__phone > * {
	display: block;
}
.footer__phone-time {
	margin-bottom: 1px;
	font-size: 12px;
	text-transform: uppercase;
}
.footer__phone-link {
	color: #A5A0A0;
	font-size: 24px;
	font-weight: 700;
}
.footer__top {
	border-bottom: 1px solid rgba(165, 160, 160, 0.31);
	padding-top: 29px;
	padding-bottom: 29px;
}
.footer__logo {
	font-size: 0;
	width: 171px;
}
.copyright {
	color: #999;
	font-size: 12px;
	line-height: 17px;
	max-width: 446px;
	margin: 0 10px;
	left: 5px;
	position: relative;
}
.copyright strong {
	font-weight: 700;
}
.footer__callback {
	right: 16px;
	position: relative;
	margin: 0 10px;
}
.footer__callback:after {
	content: '';
	position: absolute;
	border-radius: 7px;
	border: 1px solid #FFF;
	top: -3px;
	bottom: -3px;
	left: -3px;
	right: -3px;
}
.footer__callback .callback {
	width: 417px;
	margin-bottom: 0;
	position: relative;
	z-index: 5;
}
.footer__callback .callback__field {
	padding-left: 62px;
	font-size: 15px;
	height: 48px;
}
.footer__callback .callback__prefix {
	height: 48px;
	line-height: 48px;
	left: 40px;
	color: #333333;
	font-size: 15px;
}
.footer__callback .callback__btn {
	padding: 12px 19px 11px;
	height: 42px;
}
.footer__center {
	padding-top: 30px;
	padding-bottom: 42px;
}
.social__link_white {
	border-color: transparent;
}
.social__link_white .svg-icon {
	fill: #FFFFFF;
}
.social__link_white:hover {
	border-color: #ffffff;
}
.footer__bottom .container {
	display: flex;
	justify-content: center;
}
.dev {
	display: flex;
	align-items: center;
}
.dev span {
	margin-right: 7px;
}
/*end footer*/
/*scroll-block*/
.scroll-block {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
	background: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
	display: none;
}
.scroll-block__link, .scroll-block__nav, .scroll-block__left {
	display: flex;
	align-items: center;
}
.scroll-block__logo {
	font-size: 0;
	width: 110px;
}
.scroll-block__link {
	padding: 18px 15px;
	color: #6B6B6B;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	margin-right: 16px;
}
.scroll-block__link:last-child {
	margin-right: 0;
}
.scroll-block__link:first-child {
	margin-right: 10px;
}
.scroll-block__link .svg-icon {
	fill: #6B6B6B;
	margin-right: 24px;
}
.scroll-block__link:hover {
	color: var(--main-button-color);
}
.scroll-block__link:hover .svg-icon {
	fill: var(--main-button-color);
}
.scroll-block__nav {
	padding-left: 10px;
	position: relative;
	margin-left: 24px;
}
.scroll-block__nav:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 1px;
	height: 24px;
	background: #666666;
}
.scroll-block__left {
	padding-left: 24px;
}
.scroll-block__right {
	padding-right: 24px;
	display: flex;
	align-items: center;
}
.scroll-block__basket {
	margin-left: 24px;
}
.scroll-block__basket .svg-icon {
	fill: var(--main-button-color);
}
.scroll-block__basket:hover .svg-icon {
	fill: #E59C2A;
}
.scroll-block__time {
	color: #6B6B6B;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1px;
	margin-right: 17px;
}
.scroll-block__time strong {
	font-weight: 600;
}
.scroll-block__phone {
	display: flex;
	align-items: center;
	border-radius: 3px;
	background: var(--main-button-color);
	padding: 8px 16px;
}
.scroll-block__phone span {
	margin-left: 4px;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.1px;
}
.scroll-block__phone:hover {
	background: var(--main-button-color-hover);
}
.social__title {
	color: #323130;
	font-size: 12px;
	font-weight: 500;
}
/*end scroll-block*/
/*bg-block*/
.bg-block + * {
	padding-top: 42px;
}
.bg-block__wrap {
	-webkit-background-size: cover;
	background-size: cover;
	padding: 42px 50px 60px;
	position: relative;
	color: #FFFFFF;
	border-radius: 0 0 5px 5px;
}
.bg-block__wrap:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 14.85%, rgba(0, 0, 0, 0.00) 59.76%);
	border-radius: 0 0 5px 5px;
}
.bg-block__wrap > * {
	position: relative;
	z-index: 5;
}
.bg-block h1 {
	margin: 0;
	text-align: left;
	font-size: 34px;
	font-weight: 600;
	line-height: normal;
}
.pager {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.pager > * {
	font-size: 13px;
}
.pager i {
	margin: 0 9px;
	font-size: 15px;
	line-height: 18px;
}
.pager a:hover {
	text-decoration: none;
}
.pager a {
	text-decoration: underline;
}
/*end bg-block*/
/*article*/
.article__photo {
	position: relative;
	padding-top: 42.28%;
	margin-bottom: 24px;
	border-radius: 5px;
	overflow: hidden;
}
.article__photo:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20%; /* затемнение ограничено верхними 40% */
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 2;
}
.article__date {
	position: absolute;
	display: flex;
	align-items: center;
	left: 12px;
	bottom: 12px;
	z-index: 5;
}
.article__date span {
	margin-left: 8px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
}
.article__text h2 {
	text-align: left;
	margin: 0 0 24px;
	font-size: 23px;
	font-weight: 500;
	line-height: normal;
}
.article__text p,
.article__text ul,
.article__text ol {
	margin: 0 0 15px;
	color: #686868;
	font-size: 14px;
	line-height: 20px;
}
.article__text p:last-child {
	margin-bottom: 0;
}
.article__text a,
.text a {
	color: var(--main-button-color);
	text-decoration: underline;
}
.article__text a:hover {
	text-decoration: none;
}
/*end article*/
/*page-body*/
.aside-block {
	margin-bottom: 14px;
	border-radius: 5px;
	border: 1px solid #ECECEC;
	background: #FFF;
}
.aside-block:last-child {
	margin-bottom: 0;
}
.aside-catalog {
	padding: 18px 28px 24px 15px;
}
.aside-catalog__title {
	margin: 0 0 24px;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	color: #000000;
}
.aside-catalog__list {
	padding-left: 15px;
}
.aside-card__photo {
	width: 70px;
	height: 70px;
	position: relative;
}
.aside-card__right {
	width: calc(100% - 80px);
}
.aside-card {
	margin-bottom: 34px;
}
.aside-card:last-child {
	margin-bottom: 0;
}
.aside-card__title {
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-bottom: 17px;
}
.aside-card__title:hover {
	color: var(--main-button-color-hover);
}
.aside-card__price {
	display: flex;
	align-items: center;
}
.aside-card__price span {
	color: #25282B;
	font-weight: 500;
	margin-right: 5px;
}
.aside-card__price strong {
	font-weight: 700;
}
.aside-card__price .svg-icon {
	position: relative;
	top: -1px;
}
.aside-card__link {
	color: #898989;
	font-size: 12px;
	font-weight: 500;
	text-decoration-line: underline;
}
.aside-card__link:hover {
	text-decoration: none;
}
.aside-news {
	padding: 30px 31px 18px 24px;
}
.aside-news__title {
	display: flex;
	align-items: center;
	margin: 0 0 31px;
}
.aside-news__title span {
	margin-left: 10px;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
}
.aside-news__item {
	margin-bottom: 13px;
}
.aside-news__item:last-child {
	margin-bottom: 0;
}
.aside-news__photo {
	width: 85px;
	height: 85px;
	position: relative;
}
.aside-news__photo img {
	border-radius: 5px;
}
.aside-news__right {
	width: calc(100% - 96px);
	display: flex;
	flex-direction: column;
	min-height: 85px;
	justify-content: space-between;
}
.aside-news__link {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: normal;
	padding-top: 6px;
}
.aside-news__link:hover {
	color: var(--main-button-color-hover);
}
.aside-news__date {
	display: flex;
	align-items: center;
}
.aside-news__date .svg-icon {
	width: 13px;
	height: 13px;
	stroke: #999999;
}
.aside-news__date span {
	color: #787878;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	margin-left: 6px;
}
.pages {
	margin-top: 42px;
}
.pages .disabled svg {
	filter: invert(1);
}
.pages__list, .pages {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pages__list {
	margin-left: 12px;
	margin-right: 12px;
}
.pages__link, .pages__prev, .pages__next {
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #000000;
	font-weight: 500;
}
.pages__link {
	margin-right: 12px;
}
.pages__link:last-child {
	margin-right: 0;
}
.pages__link:hover, .pages__prev:hover, .pages__next:hover {
	border-color: #E0E0E0;
}
.pages__link.active {
	border-color: #000000;
}
/*end page-body*/
/*page-top*/
.page-top {
	padding: 34px 19px;
}
.page-top h1 {
	text-align: left;
	margin-bottom: 0;
	font-size: 34px;
	font-weight: 600;
	position: relative;
}
.page__count {
	position: absolute;
	top: 3px;
	right: -9px;
	width: 18px;
	height: 18px;
	background: #64A70B;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	color: #FFFFFF;
	font-style: normal;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.118px;
	text-transform: uppercase;
}
.page-top .pager {
	margin: 10px 0;
}
.page-top .pager i {
	color: #DDDDDD;
}
.page-top .pager span {
	color: #B6B5B5;
}
.page-top + .contacts {
	padding-top: 25px;
}
/*end page-top*/
/*contacts*/
.contacts_main {
	padding-bottom: 41px;
}
.contacts_main .contacts__left {
	padding: 0 0 0 19px;
	background: none;
	box-shadow: none;
	border: none;
}
.contacts_main .contacts__left:after {
	display: none;
}
.contacts_main .contacts__map {
	min-height: 397px;
}
.contacts_main .manager {
	margin-bottom: 26px;
}
.contacts__block-title {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 18px;
}
.contacts__block .contacts__list {
	margin-bottom: 0;
}
.contacts__block {
	margin-bottom: 32px;
}
.contacts__block:last-child {
	margin-bottom: 0;
}
.contacts__link_no-bg {
	background: none;
}
.contacts_main .contacts__link small {
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.268px;
}
.contacts__bottom .contacts__link-text {
	padding: 3px 0 4px;
}
.contacts__bottom .contacts__link {
	padding: 4px 12px 4px 3px;
}
.contacts_main .contacts__time span {
	font-size: 14px;
	letter-spacing: 0;
}
.contacts__ya {
	position: relative;
	top: -1px;
}
.contacts__ya-link {
	padding: 4px 12px 4px 4px;
	border-radius: 34px;
	margin-right: 12px;
	background: #FFFFFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}
.contacts__ya-link:last-child {
	margin-right: 0;
}
.contacts__ya-icon-1, .contacts__ya-icon-2 {
	width: 27px;
	height: 26px;
}
.contacts__ya-icon-1 {
	background: url('../images/icons/icon-yandex.svg') no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.contacts__ya-icon-2 {
	background: url('../images/icons/icon-yandex-navigator.svg') no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.contacts__ya-link, .contacts__ya {
	display: flex;
	align-items: center;
}
.contacts__ya-link span {
	margin-left: 8px;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 0.268px;
}
.contacts_main .contacts__map, .contacts__bottom {
	margin-right: 26px;
}
.contacts__bottom {
	padding-top: 20px;
}
.contacts_main .contacts__time {
	position: relative;
	right: 4px;
}
/*end contacts*/
/*menu*/
.menu {
	position: fixed;
	z-index: 50;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1), 0 -1px 3px 1px rgba(0, 0, 0, 0.05);
}
.menu__list {
	display: flex;
}
.menu__link {
	width: calc(33% - 6px);
	margin-right: 8px;
	padding: 10px 0;
	font-family: 'Roboto', sans-serif;
	color: #6B6B6B;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.4px;
}
.menu__link:last-child {
	margin-right: 0;
}
.menu__link-icon {
	display: block;
	position: relative;
	height: 20px;
}
.menu__link.active .svg-icon {
	fill: var(--main-button-color);
}
.menu__link.active {
	color: var(--main-button-color);
}
/*end menu*/
/*basket*/
.basket {
	padding-top: 12px;
	margin-bottom: -28px;
}
.order {
	border-radius: 5px;
	background: #FCFCFC;
}
.order__control {
	padding: 26px 26px 24px;
	border-bottom: 1px solid #ECECEC;
}
.order__result-item {
	flex-wrap: nowrap;
}
.order__result {
	padding: 28px 16px 28px 26px;
}
.order__result-list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.form__btn {
	width: 100%;
	font-size: 16px;
	border-radius: 3px;
	padding: 22px;
	font-weight: 600;
	margin-top: 10px;
}
.form__field {
	border-radius: 3px;
	border: 1px solid #ECECEC;
	color: #333333;
	background: #FFF;
	height: 59px;
	padding-left: 23px;
	margin-bottom: 10px;
	font-size: 16px;
	width: 100%;
	line-height: normal;
}
.form__field::placeholder {
	color: #7A7A7A;
	opacity: 1;
}
.form__info {
	color: #ABABAB;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	margin: 13px 0 0;
}
.order__result-title {
	color: #333333;
	font-weight: 600;
}
.order__result-desc {
	color: #ABABAB;
}
.order__result-desc strong {
	color: #333333;
	font-weight: 600;
}
.order__result-item {
	margin-bottom: 21px;
}
.order__result-item:last-child {
	margin-bottom: 0;
}
.basket__list {
	background: #FCFCFC;
	padding: 26px 26px 26px 24px;
}
.basket__item {
	margin-bottom: 10px;
}
.basket__item:last-child {
	margin-bottom: 0;
}
.basket__item-photo {
	width: 125px;
	height: 125px;
	position: relative;
}
.basket__item-about {
	width: 47.55%;
}
.basket__item-title {
	min-height: 42px;
	color: #333333;
	font-size: 17px;
	font-weight: 600;
	line-height: normal;
	display: block;
	margin-bottom: 3px;
}
.basket__item-title:hover {
	color: var(--main-button-color-hover);
}
.basket__item-index {
	color: #999999;
	font-size: 13px;
	line-height: 22px;
}
.basket__item-price {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 22px;
}
.basket__item-price span {
	color: #25282B;
	font-size: 19px;
	font-weight: 700;
}
.basket__item-price .svg-icon {
	position: relative;
	top: -1px;
	width: 20px;
	height: 20px;
	margin-left: 12px;
}
.basket__item-right {
	position: relative;
	top: 9px;
}
.count {
	display: flex;
	align-items: center;
}
.count__field {
	width: 46px;
	height: 44px;
	border-radius: 3px;
	border: 1px solid #ECECEC;
	background: #FFF;
	box-sizing: border-box;
	text-align: center;
	color: #333333;
	font-size: 13px;
	line-height: normal;
	margin: 0 5px;
}
.count__minus, .count__plus {
	width: 44px;
	height: 42px;
	border-radius: 3px;
	border: 1px solid #ECECEC;
	background: #F8F8F8;
	position: relative;
	cursor: pointer;
}
.count__minus:after, .count__plus:after, .count__plus:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 11px;
	height: 1px;
	background: #333333;
}
.count__plus:before {
	height: 11px;
	width: 1px;
}
.count__minus:hover, .count__plus:hover {
	background: var(--main-button-color-hover);
	border-color: var(--main-button-color-hover);
}
.count__minus:hover:after, .count__plus:hover:after, .count__plus:hover:before {
	background: #ffffff;
}
/*end basket*/
/*categories__slider*/
.categories__slider {
	position: relative;
}
.categories__controls {
	position: absolute;
	right: 10px;
	top: -47px;
}
.categories__prev {
	margin-right: 15px;
}
.categories__prev, .categories__next {
	border-color: transparent;
}
.categories__prev:hover, .categories__next:hover {
	background: #EEEEEE;
	border-color: #EEEEEE;
}
.categories__prev:hover .svg-icon, .categories__next:hover .svg-icon {
	stroke: #4B4B4B;
}
.categories .owl-carousel .owl-stage-outer {
	padding: 10px;
	margin: -10px;
}

.categories .owl-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}
.categories .owl-carousel .owl-item {
	display: flex;
}
/*end categories__slider*/
/*text*/
.text {
	padding: 0 18px;
	color: #686868;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.text > *:last-child {
	margin-bottom: 0;
}
.text p {
	margin: 0 0 13px;
}
.text h2, .text h3, .text h4 {
	font-weight: 700;
	margin: 0 0 15px;
}
.text h2 {
	font-size: 18px;
	text-align: left;
}
.text h3 {
	font-size: 16px;
}
.text ul, .text ol {
	margin: 0 0 14px;
	padding-left: 22px;
}
/*end text*/
/*product*/
.product {
	padding-top: 25px;
}
.product__previews {
	position: relative;
	padding-top: 21px;
	padding-bottom: 21px;
}
.product__controls-top, .product__controls-bottom {
	position: absolute;
	cursor: pointer;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 15px;
}
.product__controls-top {
	top: -3px;
}
.product__controls-bottom {
	bottom: -3px;
}
.product__previews-slide {
	width: 100%;
	position: relative;
	background: #FFF;
	box-sizing: border-box;
	border: 1px solid #ECECEC;
	cursor: pointer;
	margin-bottom: 10px;
}
.product__previews-slide:last-child {
	margin-bottom: 0;
}
.product__previews-slide:hover, .product__previews-slide.active {
	border-color: #787777;
}
.product__previews-slide:after {
	content: '';
	display: block;
	position: relative;
	padding-top: 94.04%;
}
.product__previews-slide img {
	width: auto !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.product__slide {
	position: relative;
}
.product__slide:after {
	content: '';
	display: block;
	padding-top: 100%;
}
.product__params {
	padding: 37px 12px 0;
}
.product__params-title {
	margin: 0 auto 17px;
}
.product__params-list {
	padding-left: 0;
	list-style: none;
	margin: 0 0 16px;
}
.product__params-item {
	overflow: hidden;
	position: relative;
	margin-bottom: 8px;
}
.product__params-item:last-child {
	margin-bottom: 0;
}
.product__params-item span {
	background: #ffffff;
	position: relative;
	padding-right: 4px;
	z-index: 2;
	color: #999999;
	font-size: 13px;
	line-height: normal;
}
.product__params-item span:last-child {
	padding-left: 5px;
	padding-right: 0;
	color: #333333;
}
.product__params-item:after {
	content: '....................................................................................................................................................................................................................................................................................................................................................................';
	position: absolute;
	left: 0;
	bottom: 0;
	color: #999999;
	font-size: 13px;
}
.product__params-link {
	color: var(--main-button-color-hover);
	font-size: 12px;
	line-height: 20px;
	border-bottom: 1px dotted var(--main-button-color-hover);
}
.product__params-link:hover {
	border-bottom-color: transparent;
}
.product__index {
	color: #999999;
	font-size: 13px;
	margin: 0 0 20px;
}
.product__form-about {
	border-radius: 5px 5px 0 0;
	background: #FFF;
	box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.12);
	padding: 41px 41px 34px 34px;
}
.product__control {
	position: relative;
	z-index: 5;
}
.product__price {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.product__price small {
	font-weight: 400;
}
.product__price span {
	color: #25282B;
	margin-right: 9px;
	font-size: 26px;
	font-weight: 700;
	line-height: normal;
}
.product__price .svg-icon {
	width: 27px;
	height: 27px;
}
.product__price-info {
	font-size: 15px;
	line-height: 18px;
	color: #717171;
	margin-bottom: 12px;
}
.product__control {
	display: flex;
	margin-bottom: 20px;
}
.product__control > * {
	width: 50%;
	box-sizing: border-box;
}
.product__btn {
	padding: 16px 24px;
	border-radius: 0 0 5px 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}
.product__control .count {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 0 0 5px;
	border: 1px solid #E8E8E8;
	background: #F8F8F8;
	position: relative;
	overflow: hidden;
}
.product__control .count__minus, .product__control .count__plus {
	position: absolute;
	top: 0;
	bottom: 0;
	height: auto;
	border-radius: 0;
	border: none;
}
.product__control .count__minus {
	left: 0;
}
.product__control .count__plus {
	right: 0;
}
.product__control .count__field {
	background: none;
	border: none;
}
.product__info {
	display: flex;
	align-items: center;
	justify-content: center;
}
.product__info-item {
	display: flex;
	align-items: center;
	margin-right: 28px;
}
.product__info-item:last-child {
	margin-right: 0;
}
.product__info-item span {
	margin-left: 10px;
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
}
.product .tabs {
	padding-top: 7px;
}
.product__bottom-block {
	margin-top: 25px;
}
.tabs__links {
	overflow: auto;
	display: flex;
}
.tabs__links-item {
	border-radius: 3px;
	border: 1px solid #ECECEC;
	background: #FAFAFA;
	padding: 16px 22px;
	margin-right: 24px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
}
.tabs__links-item:last-child {
	margin-right: 0;
}
.tabs__links-item.active, .tabs__links-item:hover {
	color: var(--main-button-color-hover);
}
.tabs__list {
	padding-top: 23px;
}
.tabs__list-item {
	display: none;
	/*padding: 0 26px;*/
	color: #555;
	font-size: 15px;
	line-height: 25px;
}
.tabs__list-item.active {
	display: block;
}
.tabs__list-item > * {
	margin: 0 0 15px;
}
.tabs__list-item p:last-child {
	margin-bottom: 0;
}
.consult {
	padding: 34px 50px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #ECECEC;
}
.consult .icon-message {
	display: block;
	margin: 0 auto 19px;
}
.consult__desc, .consult__title {
	margin: 0 0 15px;
}
.consult__fields {
	max-width: 194px;
	margin: 0 auto 0;
}
.consult__phone {
	position: relative;
	display: block;
	margin-bottom: 16px;
}
.consult__field {
	width: 100%;
	padding-left: 44px;
	border-radius: 3px;
	border: 1px solid #ECECEC;
	height: 41px;
	color: #333333;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.consult__field::placeholder {
	color: #B2B2B2;
	opacity: 1;
}
.consult__btn {
	padding: 10px 20px;
	width: 100%;
	font-size: 14px;
	letter-spacing: 1px;
}
.consult__prefix {
	position: absolute;
	top: 0;
	bottom: 0;
	line-height: 43px;
	left: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
}
.contacts__mobile {
	display: none;
}
.contacts__block_last {
	margin-bottom: 0;
}
.product__leasing {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 20px;
	box-sizing: border-box;
	background: rgba(0, 153, 0, 0.09);
	border: 1px solid rgba(0, 153, 0, 0.22);
	border-radius: 5px;
	margin-bottom: 8px;
}
.product__leasing span {
	position: relative;
	top: -1px;
	margin-left: 6px;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: var(--main-button-color);
}
.product__form-btn {
	width: 100%;
	font-size: 15px;
	height: 45px;
}
.product__form-field {
	width: 100%;
	text-align: center;
	height: 45px;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	border-radius: 5px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
	color: #333333;
}
.product__form-field::placeholder {
	color: #B2B2B2;
	opacity: 1;
}
.product__about {
	margin-bottom: 12px;
}
.product__about:last-child {
	margin-bottom: 0;
}
.product__offer {
	box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.12);
	display: flex;
	padding: 30px 20px 30px 35px;
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	border-radius: 5px;
	margin-bottom: 10px;
}
.product__offer-about {
	width: 184px;
	margin-right: 20px;
}
.product__offer-photo {
	display: flex;
	width: calc(100% - 204px);
	position: relative;
}
.product__offer-photo img {
	object-fit: cover;
	object-position: center;
}
.product__offer-title {
	position: relative;
	top: -2px;
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.product__offer-desc {
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #999999;
	margin-bottom: 8px;
}
.product__offer-price {
	display: flex;
	align-items: center;
}
.product__offer-price span {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.product__offer-price .icon-price-check {
	width: 16px;
	height: 16px;
	margin-left: 4px;
}
.product__scroll-block,
.product {
	position: relative;
}
/*end product*/
/*catalog-about*/
.catalog-about__right {
	padding: 8px 19px 0;
}
.catalog-about__photo {
	display: block;
	border-radius: 5px;
	border: 1px solid #ECECEC;
	background: #FFF;
	position: relative;
}
.catalog-about__photo img {
	border-radius: 5px;
}
.catalog-about__photo:after {
	content: '';
	display: block;
	padding-top: 100%;
}
.catalog-about__tag .icon-tag {
	width: 14px;
	height: 16px;
}
.catalog-about__top {
	margin-bottom: 10px;
}
.catalog-about__top, .catalog-about__tag {
	display: flex;
	align-items: center;
}
.catalog-about__tag span {
	margin-left: 18px;
	color: #999999;
	font-size: 17px;
	line-height: 28px;
}
.catalog-about__price {
	margin-left: 32px;
	color: #25282B;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}
.catalog-about__price strong {
	font-weight: 700;
}
.catalog-about__desc, .catalog-about__right p {
	margin: 0 0 16px;
	text-align: justify;
}
.catalog-about__models {
	margin: 0;
}
.catalog-about__models span {
	color: #999999;
}
/*end catalog-about*/
/*catalog*/
.card {
	border-radius: 5px;
	border: 1px solid #ECECEC;
	padding: 20px 25px 20px 22px;
	margin-bottom: 24px;
	position: relative;
}
.card:after {
	content: '';
	position: absolute;
	top: 18px;
	bottom: 22px;
	right: 305px;
	width: 1px;
	background: #ECECEC;
}
.card:last-child {
	margin-bottom: 0;
}
.card__left {
	width: 150px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.card__right {
	width: 254px;
}
.card__center {
	width: calc(100% - 538px);
}
.card__photo {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
	margin-bottom: 20px;
}
.card__tag {
	display: flex;
	align-items: center;
}
.card__tag .svg-icon {
	width: 10px;
	height: 13px;
}
.card__tag span {
	margin-left: 7px;
	color: #999999;
	font-size: 14px;
	line-height: 23px;
}
.catalog__list {
	margin-top: -43px;
}
.card__right {
	text-align: center;
}
.card__price {
	display: inline-block;
}
.card__price > * {
	display: inline-block;
	vertical-align: middle;
}
.card__price span {
	position: relative;
	top: 1px;
	margin-right: 2px;
	color: #25282B;
	font-size: 19px;
	font-weight: 700;
	line-height: normal;
}
.card__price .svg-icon {
	width: 20px;
	height: 20px;
}
.card__price-info {
	color: #64A70B;
	font-size: 12px;
	font-weight: 500;
	margin: 18px 0 24px;
}
.card__control {
	margin-bottom: 16px;
}
.card__index {
	margin: 0;
	color: #999;
	font-size: 13px;
	line-height: 22px;
}
.card__btn {
	padding: 15px 20px 14px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 42px;
}
.card .count {
	border-radius: 3px;
	border: 1px solid #ECECEC;
	background: #F8F8F8;
	width: 117px;
	height: 42px;
	box-sizing: border-box;
}
.card .count__field {
	border: none;
	background: none;
	margin: 0;
}
.card .count__minus, .card .count__plus {
	border: none;
	height: 100%;
}
.card__title {
	display: inline-block;
	font-size: 17px;
	margin-bottom: 19px;
}
.card__title:hover {
	color: var(--main-button-color-hover);
}
.card__params {
	padding-left: 0;
	list-style: none;
	color: #999999;
	font-size: 14px;
	line-height: normal;
	margin: 0;
}
.card__param {
	margin-bottom: 10px;
}
.card__param:last-child {
	margin-bottom: 0;
}
.card__param-colon {
	font-style: normal;
	margin: 0 7px;
}
.card__param-desc {
	color: #333333;
}
.catalog .pages {
	margin-top: 30px;
}
.filter__btn {
	display: none;
}
.filter {
	border-radius: 5px;
	border: 1px solid #ECECEC;
	background: #FFF;
	margin-top: 16px;
}
.filter__block {
	padding-top: 6px;
	padding-bottom: 9px;
	border-bottom: 1px solid #ECECEC;
}
.filter__block:last-child {
	border-bottom: none;
}
.filter__block-btn {
	padding: 12px 18px;
	position: relative;
	cursor: pointer;
	font-size: 13px;
}
.filter__block-btn .svg-icon {
	position: absolute;
	top: 0;
	bottom: -6px;
	margin: auto;
	right: 24px;
}
/*end catalog*/
/*basket*/
.basket__empty {
	text-align: center;
	padding-top: 50px;
}
.icon-basket-empty {
	width: 100px;
	height: 100px;
}
.basket__empty-title {
	margin: 6px 0 0;
	color: rgba(51, 51, 51, 0.20);
	font-size: 18px;
	line-height: normal;
}
/*end basket*/
/*menu*/
.menu__top {
	padding: 5px 5px 7px;
	border-radius: 7px 7px 0 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.06) -9.82%, rgba(0, 0, 0, 0.00) 13.39%), #FFF;
}
.menu__callback {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	padding: 9px 20px;
	width: 100%;
}
.menu__form {
	display: flex;
}
.menu__form-field, .menu__form-btn {
	width: 50%;
	height: 38px;
}
.menu__form-btn {
	padding: 9px 20px;
	border-radius: 0 5px 5px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}
.menu__form-field {
	text-align: center;
	border-radius: 5px 0 0 5px;
	border-top: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	color: #25282B;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
}
.menu__link {
	position: relative;
}
.menu__link-count {
	width: 16px;
	height: 16px;
	position: absolute;
	text-align: center;
	font-style: normal;
	line-height: 16px;
	top: 4px;
	left: 0;
	right: -22px;
	margin: 0 auto;
	font-size: 10px;
	font-weight: 500;
	color: #ffffff;
	background: #64A70B;
	border-radius: 50%;
	letter-spacing: 0.105px;
	text-transform: uppercase;
}
.tabs__links-next {
	display: none;
}
.icon-tab-link-next {
	width: 15px;
	height: 24px;
}
.menu__form .count {
	width: 50%;
	justify-content: space-between;
	border-radius: 5px 0 0 5px;
	border-top: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	background: #F8F8F8;
	height: 38px;
	box-sizing: border-box;
}
.menu__form .count__field {
	background: none;
	border: none;
	font-size: 13px;
}
.menu__form .count__minus, .menu__form .count__plus {
	height: 100%;
	border: none;
	background: none;
}
.menu__form .count__minus:after, .menu__form .count__plus:after, .menu__form .count__plus:before {
	width: 11px;
	height: 1px;
	background: #333333;
}
.menu__form .count__plus:before {
	height: 11px;
	width: 1px;
}
/*end menu*/
/*overlay*/
/* ===========================
   Pop-up Styles (актуальный код)
   =========================== */

/* === (Overlay удалён — попап теперь не модальный) === */
/* .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.7);
    overflow: auto;
    box-sizing: border-box;
    z-index: 100;
    display: none;
} */

/* === Общие стили для любого .popup (необязательно менять) === */
.popup {
    display: none;
    opacity: 0;
    position: relative;
    max-width: 931px;
    margin: 30px auto;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0 15px 12px 0 rgba(0, 0, 0, 0.22),
                0 19px 38px 0 rgba(0, 0, 0, 0.30);
    padding: 24px;
    box-sizing: border-box;
}

/* === Специфичный попап «Политика конфиденциальности» === */
.popup-privacy {
    position: fixed;
    bottom: 20px;                         /* отступ от низа окна */
    right: 20px;                          /* отступ от правого края */
    max-width: 320px;                     /* максимальная ширина */
    width: calc(100% - 40px);             /* чтобы на мобильных не вылезал */
    margin: 0;
    padding: 24px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 1000;

    /* изначально спрятан и сдвинут вниз */
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* при добавлении класса .open — показываем */
.popup-privacy.open {
    display: block;       /* если нужен override display:none */
    opacity: 1;
    transform: translateY(0);
}


/* === Кнопка закрытия (если понадобится) === */
.popup__close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 24px;
    top: 24px;
    cursor: pointer;
}
.popup__close:hover .svg-icon {
    fill: var(--main-button-color-hover);
}

/* === Заголовок === */
.popup__title {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
}
.popup__title span {
    margin-left: 16px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
}

/* === Описание === */
.popup__desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 137%;
    letter-spacing: 0.5px;
    margin: 0 0 24px;
}
.popup__desc a {
    text-decoration: underline;
}

/* === Контейнер кнопок === */
.popup__control {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* === Кнопки «Отменить» и «Хорошо» === */
.popup__cancel,
.popup__enter {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    cursor: pointer;
    border-radius: 4px;
}

/* «Отменить» */
.popup__cancel {
    color: #979797;
    padding: 8px;
    margin-right: 8px;
}
.popup__cancel:hover {
    background: #979797;
    color: #ffffff;
}

/* «Хорошо» */
.popup__enter {
    color: var(--main-button-color);
    padding: 7px 15px;
    border: 1px solid var(--main-button-color);
    background: rgba(255, 255, 255, 0);
}
.popup__enter:hover {
    color: #ffffff;
    background: var(--main-button-color-hover);
}

/*end overlay*/
/*filter*/
.filter__block.open .filter__block-btn .icon-drop-arrow {
	transform: rotate(-180deg);
}
.filter__drop {
	margin: 0 18px;
	display: none;
	padding-bottom: 11px;
}
.checkboxes {
	max-height: 206px;
	overflow: auto;
	margin-right: 6px;
	scrollbar-color: #777777 #FFFFFF;
	scrollbar-width: thin;
}
.select {
	position: relative;
}
.select:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	cursor: pointer;
}
.select__field {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #ECECEC;
	background: #F8F8F8;
	color: #333333;
	padding-left: 20px;
	font-size: 13px;
	height: 41px;
	line-height: normal;
}
.select .icon-drop-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
.select__list {
	display: none;
}
.select.open .icon-drop-arrow {
	transform: rotate(-180deg);
}
.select.open .select__list {
	display: block;
	position: absolute;
	background: #FFFFFF;
	top: 100%;
	padding-top: 8px;
	padding-bottom: 10px;
	left: 0;
	right: 0;
	z-index: 10;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.05);
}
.select__list-item {
	display: block;
	cursor: pointer;
	color: #333333;
	font-size: 13px;
	padding: 7px 21px;
}
.select__list-item:hover {
	color: var(--main-button-color-hover);
}
.checkbox {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	cursor: pointer;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.checkbox input {
	position: absolute;
	left: -10000px;
}
.checkbox__desc {
	width: calc(100% - 33px);
	margin-left: 12px;
	font-size: 13px;
}
.checkbox__btn {
	border-radius: 3px;
	border: 1px solid #ECECEC;
	width: 21px;
	height: 21px;
	background: #F8F8F8;
	box-sizing: border-box;
	position: relative;
}
.checkbox input:checked + .checkbox__btn:after {
	content: '';
	position: absolute;
	background: url('../images/icons/icon-check.svg') no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.checkboxes::-webkit-scrollbar {
	width: 5px;
}
.checkboxes::-webkit-scrollbar-track {
	border-radius: 5px;
	background: none;
}
.checkboxes::-webkit-scrollbar-thumb {
	background: #777777;
	border-radius: 5px;
}
.scale__line {
	display: block;
	margin: 0 13px;
	font-style: normal;
	height: 2px;
	background: #DDDDDD;
}
.scale__range {
	padding-top: 17px;
	margin: 0 13px;
}
.scale__range-item {
	color: #999999;
	font-size: 10px;
}
.scale__prices {
	border-radius: 3px;
	border: 1px solid #ECECEC;
	background: #F8F8F8;
	display: flex;
	margin-bottom: 24px;
}
.scale__price {
	background: none;
	width: 50%;
	height: 48px;
	line-height: 48px;
	box-sizing: border-box;
	color: #B8B8B8;
	font-size: 14px;
}
.scale__price_from {
	padding-left: 20px;
}
.scale__price_to {
	text-align: right;
	border-left: 1px solid #ECECEC;
	padding-right: 20px;
}
.noUi-handle:after, .noUi-handle:before {
	display: none;
}
.noUi-base, .noUi-connects {
	height: 2px;
}
.scale__line {
	border: none;
	box-shadow: none;
}
.noUi-connect {
	background: var(--main-button-color);
}
.noUi-horizontal .noUi-handle {
	box-sizing: content-box;
	top: -12px;
	right: -12px;
	border-radius: 50%;
	background: var(--main-button-color);
	width: 6px;
	height: 6px;
	border: 9px solid #FFFFFF;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.20);
}
/*end filter*/
.col2 {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
@media all and (min-width: 992px) {
	.product__previews .owl-carousel {
		transform: rotate(90deg);
		width: 362px;
		margin-top: 100px;
		position: relative;
		right: 137px;
		top: 42px;
	}
	.product__previews-slide img {
		transform: rotate(-90deg);
	}
	.product__previews-slide:last-child {
		margin-bottom: 3px;
	}
	.product__previews-slide {
		width: 81px;
		/*height: 81px;*/
	}
	.product__previews-slide:after {
		padding-top: 107.04%;
	}
	.product__previews {
		width: 110px;
	}
	.product__slider {
		width: calc(100% - 110px);
	}
	.product__previews {
		min-height: 306px;
	}
}
@media all and (max-width: 1400px) {
	.container {
		box-sizing: border-box;
	}
	.header__logo {
		max-width: 102px;
	}
	.footer__nav-link {
		margin-right: 30px;
	}
	.copyright {
		left: 0;
	}
	.footer__callback {
		right: 0;
	}
	.catalog__list {
		margin-top: 16px;
	}
}
@media all and (max-width: 1300px) {
	.card__center {
		width: calc(100% - 430px);
	}
}
@media all and (max-width: 1199px) {
	.card:after {
		display: none;
	}
	.basket__list {
		padding: 20px 10px 17px;
	}
	.header__phone {
		display: flex;
		flex-wrap: wrap;
		max-width: 170px;
	}
	.header__phone-time {
		margin-top: 0;
		width: 100%;
	}
	.header__phone-phone {
		order: 2;
		width: 100%;
		font-size: 16px;
	}
	.header__address, .header__email {
		font-size: 15px;
	}
	.main__slide-photo img {
		right: 0;
		top: 0;
	}
	.category__title, .category__models, .category__tag {
		position: relative;
		z-index: 5;
	}
	.category {
		padding: 28px 145px 30px 17px;
	}
	.category__left {
		padding-bottom: 24px;
	}
	.category__price {
		left: 18px;
		bottom: 29px;
	}
	.category__photo {
		width: 143px;
		height: 143px;
		right: 2px;
	}
	.advantages__list {
		margin-bottom: -24px;
	}
	.advantages__list .col-xl-3 {
		margin-bottom: 24px;
	}
	.about__text .float-right {
		max-width: 600px;
	}
	.scroll-block__left {
		padding-left: 0;
	}
	.scroll-block__right {
		padding-right: 0;
	}
	.scroll-block__link, .scroll-block__link:first-child {
		margin-right: 0;
	}
	.footer__phone, .scroll-block__time {
		display: none;
	}
	.footer__nav-link {
		margin-right: 40px;
	}
	.copyright {
		max-width: 360px;
	}
	.footer__callback .callback {
		width: 380px;
	}
	.footer__callback .callback__prefix {
		left: 15px;
	}
	.footer__callback .callback__field {
		padding-left: 37px;
	}
}
@media all and (max-width: 1100px) {
	.footer__center .container {
		flex-wrap: wrap;
	}
	.footer__logo-wrap {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 25px;
	}
}
@media all and (max-width: 991px) {
	.product__offer-photo {
		width: 155px;
	}
	.product__offer-about {
		margin-right: 20px;
		width: calc(100% - 175px);
	}
	.mobile-hidden {
		display: none;
	}
	.mobile-visible {
		display: block;
	}
	.header__main {
		padding-top: 19px;
		padding-bottom: 19px;
	}
	.header__nav-bar {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.header__nav, .header__basket, .header__email, .header__address {
		display: none;
	}
	.social {
		margin-right: 0;
	}
	.social__link {
		width: 24px;
		height: 24px;
		margin-right: 7px;
	}
	.icon-social-wapp {
		width: 16px;
		height: 16px;
		right: 0;
	}
	.icon-social-tl {
		width: 15px;
		height: 13px;
	}
	.icon-social-vk {
		width: 15px;
		height: 10px;
	}
	.main__slide-photo img {
		position: static;
		margin: 0 auto;
		display: block;
	}
	.main__prev, .main__next {
		top: auto;
		bottom: 16px;
	}
	.main__prev {
		left: 10px;
	}
	.main__next {
		right: 10px;
	}
	.main {
		padding-top: 10px;
	}
	.main__slide {
		padding-top: 34px;
	}
	.main__slider {
		margin-left: -17px;
		margin-right: -17px;
	}
	.main__slide-photo {
		padding-left: 0;
		padding-right: 0;
	}
	.main__slide-photo img {
		max-width: 96%;
	}
	.main__slide {
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
	}
	.main__slide-title {
		margin: 0 auto 19px auto;
	}
	.main__slide-desc {
		margin: 0 auto 24px auto;
	}
	.main__slide-photo {
		min-height: inherit;
	}
	.main__slide-about {
		margin-top: -16px;
		text-align: center;
	}
	.main__slider {
		/*padding-bottom: 80px;*/
	}
	.main .owl-carousel {
		position: static;
	}
	.owl-dots {
		position: absolute;
		left: 0;
		bottom: 26px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 10;
	}
	.owl-carousel button.owl-dot {
		width: 11px;
		height: 11px;
		background: #6B6B6B;
		border-radius: 50%;
		margin-right: 20px;
	}
	.owl-carousel button.owl-dot:last-child {
		margin-right: 0;
	}
	.owl-carousel button.owl-dot:hover, .owl-carousel button.owl-dot.active {
		background: #FFFFFF;
	}
	.default-block {
		padding-top: 32px;
	}
	h1, h2 {
		margin-bottom: 32px;
	}
	.about__text .float-right {
		float: none;
		max-width: inherit;
		width: 100%;
		margin-left: 0;
	}
	.about__text figcaption {
		display: none;
	}
	.about__text img {
		width: 100%;
	}
	.about__text p {
		padding-left: 0;
	}
	.scroll-block {
		padding-top: 19px;
		padding-bottom: 19px;
	}
	.scroll-block__logo {
		max-width: 102px;
	}
	.scroll-block__basket, .scroll-block__phone, .scroll-block .social, .scroll-block__nav {
		display: none;
	}
	.scroll-block__call > * {
		display: block;
		text-align: right;
	}
	.scroll-block__call-time {
		color: #A5A5A5;
		font-size: 9px;
		line-height: normal;
		text-transform: uppercase;
	}
	.scroll-block__call-phone {
		color: #555555;
		font-size: 16px;
		font-weight: 700;
		line-height: normal;
	}
	.contacts__left {
		padding: 15px;
	}
	.manager__photo {
		width: 42px;
		height: 42px;
	}
	.manager__right {
		width: calc(100% - 50px);
		margin-left: 8px;
	}
	.manager__name {
		font-size: 16px;
		line-height: normal;
		letter-spacing: 0;
	}
	.manager__position {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0.416px;
	}
	.icon-contacts-email, .icon-contacts-address, .icon-contacts-phone {
		width: 17px;
		height: 17px;
	}
	.contacts__link-icon {
		width: 21px;
		height: 21px;
	}
	.contacts__link {
		padding: 3px 10px 3px 3px;
	}
	.contacts__link-icon {
		margin-right: 6px;
	}
	.contacts__link-text {
		padding: 1px 0;
	}
	.contacts__link-text small, .contacts__link-text {
		font-size: 14px;
		letter-spacing: 0;
		line-height: normal;
	}
	.contacts__link-text {
		max-width: calc(100% - 27px);
	}
	.manager {
		margin-bottom: 34px;
	}
	.contacts__item {
		margin-bottom: 11px;
	}
	.contacts__list {
		margin-bottom: 34px;
	}
	.icon-time {
		width: 20px;
		height: 20px;
	}
	.contacts__time {
		padding: 3px;
	}
	.contacts__time span {
		margin-left: 7px;
		font-size: 12px;
		line-height: 17px;
		letter-spacing: 0.212px;
	}
	.contacts__left:after {
		width: 126px;
		height: 148px;
		bottom: 10px;
	}
	.footer {
		padding-bottom: 120px;
		background: url('../images/bg/footer-bg-mobile.png') no-repeat right bottom, #333333;
	}
	.about__text blockquote p {
		text-align: justify;
	}
	.bg-block__wrap:after {
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 70.85%, rgba(0, 0, 0, 0.00) 99.76%);
	}
	.pager {
		margin-bottom: 10px;
	}
	.pager > * {
		font-size: 12px;
	}
	.pager i {
		margin: 0 4px 0 3px;
		position: relative;
		top: -1px;
	}
	.bg-block h1 {
		font-size: 20px;
	}
	.page-body .col-lg-8 {
		margin-bottom: 32px;
	}
	.bg-block + * {
		padding-top: 32px;
	}
	.footer__nav-link {
		margin-right: 0;
		width: 100%;
		font-size: 16px;
		text-align: center;
		margin-bottom: 25px;
	}
	.footer__nav-link:last-child {
		margin-bottom: 0;
	}
	.footer__top {
		padding-top: 44px;
		padding-bottom: 34px;
	}
	.footer__center {
		padding-top: 36px;
		padding-bottom: 25px;
	}
	.footer__callback {
		order: 1;
		width: 100%;
		padding-left: 3px;
		padding-right: 3px;
		margin: 0 0 37px;
	}
	.footer__callback:after {
		left: 1px;
		right: 1px;
		top: -2px;
		bottom: -2px;
	}
	.footer__callback .callback {
		width: 100%;
		max-width: inherit;
	}
	.footer__center .container {
		padding-left: 14px;
		padding-right: 14px;
		justify-content: center;
	}
	.footer__nav {
		flex-wrap: wrap;
		width: 100%;
	}
	.footer__logo-wrap {
		order: 2;
	}
	.copyright {
		width: 100%;
		text-align: center;
		margin: 0 0 25px;
		order: 3;
		max-width: inherit;
		line-height: normal;
	}
	.footer__privacy {
		order: 4;
	}
	.footer .social {
		order: 5;
		width: 100%;
		justify-content: center;
	}
	.footer .social__list {
		justify-content: center;
	}
	.footer .social__link {
		width: 29px;
		height: 29px;
		margin-right: 9px;
	}
	.footer .icon-social-wapp {
		width: 20px;
		height: 19px;
	}
	.footer .icon-social-tl {
		width: 18px;
		height: 15px;
	}
	.footer .icon-social-vk {
		width: 18px;
		height: 12px;
	}
	.footer__privacy {
		margin: 0 0 25px;
		padding: 0;
		color: #FFFFFF;
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: uppercase;
	}
	.footer__callback .callback__field {
		height: 37px;
		padding-left: 49px;
		font-size: 13px;
	}
	.footer__callback .callback__prefix {
		font-size: 13px;
		height: 37px;
		line-height: 38px;
		left: 30px;
	}
	.footer__callback .callback__btn {
		right: 2px;
		height: 33px;
		font-size: 12px;
		line-height: normal;
		padding: 9px 11px;
	}
	.contacts__bottom .contacts__link-text {
		padding: 1px 0;
		line-height: normal;
	}
	.contacts_main .contacts__link small {
		font-size: 14px;
		line-height: normal;
	}
	.contacts__ya {
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.contacts_main .contacts__left {
		padding-left: 0;
	}
	.page-top {
		justify-content: center;
		padding-top: 30px;
		padding-bottom: 0;
	}
	.page-top h1 {
		order: 2;
		font-size: 20px;
		font-weight: 500;
	}
	.page__count {
		top: 3px;
		right: -3px;
		width: 10px;
		height: 10px;
		line-height: 10px;
		font-size: 6px;
	}
	.page-top .pager {
		width: 100%;
		justify-content: center;
		display: flex;
		margin: 0 0 10px;
	}
	.basket {
		padding: 70px 4px 0;
		position: relative;
		margin-top: 28px;
		margin-bottom: 0;
	}
	.order__result {
		position: absolute;
		left: 4px;
		right: 4px;
		top: 0;
		width: auto;
		height: 70px;
		padding: 9px 9px 14px;
		box-sizing: border-box;
		border-bottom: 1px solid #ECECEC;
		border-radius: 5px 5px 0 0;
		background: #FCFCFC;
	}
	.order__result-title, .order__result-desc {
		font-size: 14px;
		font-weight: 400;
		line-height: normal;
	}
	.order__result-item {
		margin-bottom: 12px;
	}
	.order__result-item:last-child {
		margin-bottom: 0;
	}
	.basket__list {
		margin-bottom: 10px;
		border-radius: 0 0 5px 5px;
	}
	.order__control {
		padding: 9px;
		border-bottom: none;
	}
	.form__info {
		font-size: 11px;
	}
	.catalog-about {
		padding-top: 28px;
	}
	.catalog-about__photo {
		max-width: 406px;
		margin: 0 auto;
	}
	.catalog-about__right {
		display: flex;
		flex-wrap: wrap;
	}
	.catalog-about__right > * {
		width: 100%;
	}
	.catalog-about__desc {
		order: 2;
	}
	.catalog-about__top {
		justify-content: center;
		margin-bottom: 13px;
	}
	.catalog-about__tag span {
		font-size: 16px;
		margin-left: 15px;
	}
	.catalog-about__price {
		font-size: 16px;
		margin-left: 15px;
	}
	.catalog-about__right {
		padding: 19px 0 0;
	}
	.catalog-about__models {
		margin-bottom: 32px;
		text-align: center;
	}
	.catalog-about__desc {
		font-size: 14px;
		margin-bottom: 13px;
		line-height: 140%;
	}
	.filter__btn {
		border-radius: 2px;
		border: 1px solid #ECECEC;
		background: #FFF;
		padding: 20px 26px;
		position: relative;
		display: flex;
		align-items: center;
		cursor: pointer;
	}
	.filter__btn span {
		margin-left: 10px;
		font-size: 11px;
		font-weight: 700;
		line-height: 14px;
		letter-spacing: 0.8px;
		text-transform: uppercase;
	}
	.filter__btn .icon-drop-arrow {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 30px;
		margin: auto;
	}
	.filter {
		margin-top: 0;
	}
	.filter__wrap {
		display: none;
	}
	.catalog__list {
		margin-top: 10px;
	}
	.filter {
		border: none;
		background: none;
	}
	.product__controls-top, .product__controls-bottom {
		display: none;
	}
	.product__previews {
		order: 2;
	}
	.product {
		padding-top: 58px;
		position: relative;
	}
	.product__previews, .product__slider {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 19px;
		padding-right: 19px;
	}
	.product__slider-wrap {
		border: 1px solid #ECECEC;
		background: #FFF;
	}
	.product__previews {
		padding-top: 10px;
		padding-bottom: 0;
	}
	.product__mob-last {
		order: 2;
	}
	.product__index {
		position: absolute;
		left: 0;
		top: 20px;
		width: 100%;
		text-align: center;
	}
	.product__form-about {
		border-radius: 5px;
		background: #FFF;
		box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.12);
	}
	.product__control {
		display: none;
	}
	.product__info {
		margin-top: 19px;
	}
	.product__about {
		padding-top: 18px;
	}
	.product__form-about {
		padding: 36px 35px;
		text-align: center;
	}
	.product__price {
		justify-content: center;
		margin-bottom: 15px;
	}
	.product__price .svg-icon {
		width: 22px;
		height: 22px;
	}
	.product__price span {
		font-size: 18px;
	}
	.product__about {
		padding-left: 7px;
		padding-right: 7px;
	}
	.tabs__links-item {
		white-space: nowrap;
	}
	.product__bottom-block {
		order: 3;
	}
	.product__params {
		padding: 32px 0 0;
	}
	.product__params-title {
		text-align: center;
	}
	.product__params-link {
		display: none;
	}
	.tabs__links-item {
		margin-right: 9px;
	}
	.product__bottom-block {
		margin-top: 0;
	}
	.tabs__list-item {
		padding-left: 0;
		padding-right: 0;
	}
	.tabs__list {
		padding-top: 19px;
	}
	.consult {
		border-radius: 0;
		padding: 37px 20px 30px;
	}
	.icon-basket-empty {
		width: 47px;
		height: 70px;
	}
	.basket__empty-title {
		font-size: 14px;
	}
	.basket__empty {
		padding: 48px 0 39px;
		border-radius: 0 0 5px 5px;
		background: #FCFCFC;
		margin-bottom: 10px;
	}
	.filter__wrap {
		border: 1px solid #ECECEC;
		border-top: none;
	}
	.filter__drop {
		margin-left: 26px;
		margin-right: 26px;
	}
	.filter__block-btn {
		padding: 12px 26px;
	}
	.filter__block-btn .svg-icon {
		right: 31px;
	}
	.checkboxes {
		margin-right: 5px;
	}
	.col2 {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}
/*991px*/
@media all and (max-width: 767px) {
	.form-block__wrap {
		background: url('../images/bg/form-block-bg-mobile.jpg') no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
		border-radius: 2px;
		border: 1px solid #ECECEC;
		padding: 18px 20px 40px;
	}
	.privacy {
		/*display: none;*/
	}
	.advantages {
		padding-left: 27px;
		padding-right: 27px;
	}
	.advantages__list .col-xl-3 {
		margin-bottom: 0;
	}
	.advantages__list {
		margin-bottom: 0;
	}
	.advantages .owl-carousel .owl-stage-outer {
		overflow: visible;
	}
	.advantages__item:hover {
		box-shadow: none;
		border-color: #D3D3D3;
		background: #ffffff;
	}
	.advantages__item:hover .advantages__item-icon {
		background: none;
	}
	.touch-animation {
		background: url('../images/touch-animation.gif') no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
		width: 30px;
		height: 30px;
		display: block;
		margin: -32px auto 2px;
	}
	.callback {
		margin-bottom: 0;
	}
	.advantages .owl-stage {
		display: flex;
	}
	.advantages .advantages__item, .advantages .col-xl-3 {
		height: 100%;
	}
	.about__text .float-right {
		margin-bottom: 25px;
	}
	.about__text p {
		font-size: 14px;
		line-height: 160%;
		margin-bottom: 8px;
	}
	.about {
		padding-left: 10px;
		padding-right: 10px;
	}
	.about__text blockquote {
		margin-left: -6px;
		margin-right: -6px;
		border-radius: 2px;
		background: #FFF;
		padding: 22px 10px;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	}
	.contacts__left {
		height: auto;
		border-radius: 3px;
		margin-bottom: 11px;
		padding: 24px 24px 28px;
	}
	.contacts {
		padding-left: 14px;
		padding-right: 14px;
	}
	.page-content {
		padding-bottom: 34px;
	}
	.bg-block {
		padding-left: 0;
		padding-right: 0;
	}
	.about__text img {
		border-radius: 0;
	}
	.bg-block__wrap {
		padding: 30px 20px;
	}
	.contacts_main .contacts__map, .contacts__bottom {
		margin-right: 0;
	}
	.contacts__bottom {
		display: none;
	}
	.contacts_main .contacts__map {
		height: 413px;
	}
	.contacts_main {
		padding-bottom: 0;
	}
	.contacts_main .contacts__left {
		background: #FFFFFF;
		margin-bottom: 32px;
		border-radius: 3px;
		padding: 24px 20px 24px 24px;
		position: relative;
		border: 1px solid #ECECEC;
		box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
	}
	.contacts__block-title {
		font-size: 14px;
		margin-bottom: 16px;
		font-weight: 300;
		line-height: normal;
	}
	.contacts_main .manager {
		margin-bottom: 46px;
	}
	.contacts__block {
		margin-bottom: 30px;
	}
	.icon-data {
		width: 17px;
		height: 17px;
	}
	.contacts__link_no-bg {
		background: #F5F5F5;
	}
	.icon-contacts-address {
		top: 0;
	}
	.contacts__mobile {
		display: block;
	}
	.contacts__mobile {
		padding-top: 24px;
	}
	.contacts_main .contacts__time {
		right: 0;
	}
	.contacts_main .contacts__time span {
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 0.212px;
	}
	.contacts__ya-link, .contacts__ya {
		display: inline-block;
	}
	.contacts__ya-link > *, .contacts__ya > * {
		display: inline-block;
		vertical-align: middle;
	}
	.contacts__ya-icon-1, .contacts__ya-icon-2 {
		width: 20px;
		height: 20px;
	}
	.contacts__ya-link {
		padding: 3px 10px 3px 4px;
	}
	.contacts__ya-link span {
		margin-left: 6px;
		font-size: 12px;
	}
	.contacts_main .contacts__left:after {
		content: '';
		position: absolute;
		right: 0;
		display: block;
		background: url('../images/bg/contacts-bg.png') no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
		width: 126px;
		height: 148px;
		bottom: 21px;
	}
	.card {
		padding: 74px 15px 21px 19px;
		margin-bottom: 10px;
	}
	.card__photo {
		max-width: 150px;
		padding-top: 0;
	}
	.card__photo:after {
		content: '';
		display: block;
		padding-top: 100%;
	}
	.card__tag {
		display: none;
	}
	.card__left {
		width: 100%;
	}
	.card__title {
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		top: 21px;
		font-size: 14px;
		font-weight: 600;
		line-height: normal;
	}
	.card__index {
		position: absolute;
		top: 45px;
		left: 0;
		text-align: center;
		width: 100%;
	}
	.card__center, .card__right {
		width: 100%;
	}
	.card .count, .card__price-info {
		display: none;
	}
	.card__right {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.card__photo {
		margin-bottom: 6px;
	}
	.card__control {
		margin: 0;
	}
	.card__center {
		order: 2;
	}
	.card__price .svg-icon {
		width: 17px;
		height: 17px;
	}
	.card__price span {
		margin-right: 2px;
		font-size: 18px;
		line-height: normal;
	}
	.card__price {
		margin-right: 17px;
	}
	.card__btn {
		padding: 10px 20px;
		font-size: 10px;
		line-height: normal;
		letter-spacing: 1px;
		height: auto;
	}
	.card__param-colon {
		display: none;
	}
	.card__params {
		font-size: 12px;
	}
	.card__param {
		margin-bottom: 12px;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		position: relative;
		overflow: hidden;
	}
	.card__param > * {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	.card__center {
		margin-top: 17px;
	}
	.card__param-title, .card__param-desc {
		position: relative;
		z-index: 5;
		background: #FFFFFF;
	}
	.card__param-title {
		padding-right: 6px;
	}
	.card__param-desc {
		padding-left: 6px;
	}
	.card__param:after {
		content: '........................................................................................................................................................................................................................................................................................................................................................................................................................';
		position: absolute;
		color: #999999;
		font-size: 14px;
		line-height: normal;
		top: -2px;
		left: 0;
	}
	.catalog .pages {
		margin-top: 10px;
	}
	.categories_else {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*767px*/
@media all and (max-width: 575px) {
	h1, h2 {
		font-size: 20px;
	}
	.product__info {
		justify-content: space-between;
	}
	.categories__list .col-lg-4 {
		margin-bottom: -1px;
	}
	.categories {
		padding-left: 4px;
		padding-right: 4px;
	}
	.category__title {
		font-size: 15px;
		min-height: 36px;
	}
	.category__models {
		font-size: 11px;
		min-height: 42px;
		padding-right: 10px;
	}
	.category__price {
		font-size: 15px;
	}
	.icon-price-check {
		width: 15px;
		height: 15px;
	}
	.categories__list {
		margin-bottom: 1px;
	}
	.form-block h2 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.form-block p {
		color: #868686;
		font-size: 12px;
		margin-bottom: 12px;
	}
	.callback__field {
		height: 37px;
		font-size: 13px;
		padding-left: 39px;
	}
	.callback__prefix {
		height: 37px;
		line-height: 38px;
		left: 21px;
		font-size: 13px;
	}
	.callback__btn {
		height: 33px;
		padding: 9px 11px;
		font-size: 12px;
	}
	.callback__btn, .callback__phone {
		z-index: 5;
	}
	.callback:after {
		content: '';
		position: absolute;
		border-radius: 6px;
		border: 1px solid #FFF;
		top: -2px;
		bottom: -2px;
		left: -2px;
		right: -2px;
	}
	.form-block {
		padding-left: 4px;
		padding-right: 4px;
	}
	.news__slider {
		padding-left: 14px;
		padding-right: 14px;
	}
	.news__slider .owl-stage-outer {
		overflow: visible;
	}
	.news__item-phone {
		border-radius: 0;
	}
	.news__item-phone:after {
		padding-top: 81%;
	}
	.news__controls {
		margin-top: 32px;
		position: static;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.news__item-title {
		font-size: 13px;
		margin-bottom: 18px;
	}
	.news__item-desc {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.news__item-link {
		font-size: 12px;
	}
	.news__item-body {
		padding: 20px 15px 22px;
	}
	.news__item {
		border-radius: 0;
	}
	.page-body {
		padding-left: 10px;
		padding-right: 10px;
	}
	.article__text h2 {
		font-size: 20px;
	}
	.aside-catalog__list {
		padding-left: 0;
	}
	.aside-catalog, .aside-news {
		padding: 24px 20px 24px 20px;
	}
	.aside-news__link {
		padding-top: 0;
		margin-bottom: 20px;
	}
	.pages__list {
		margin-left: 28px;
		margin-right: 28px;
	}
	.pages__link {
		display: none;
		margin-right: 12px;
	}
	.pages__link:nth-child(1), .pages__link:nth-child(2), .pages__link:nth-child(3), .pages__link:nth-child(4) {
		display: block;
	}
	.pages__link:nth-child(4) {
		margin-right: 0;
	}
	.basket__item {
		padding-left: 106px;
		position: relative;
		min-height: 102px;
		margin-bottom: 14px;
	}
	.basket__item:last-child {
		margin-bottom: 0;
	}
	.basket__item-photo {
		width: 102px;
		height: 102px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.basket__item-right {
		top: 0;
		margin-top: 12px;
		display: flex;
		align-items: center;
	}
	.basket__item-price {
		order: 2;
		margin-bottom: 0;
	}
	.basket__item-about {
		width: 100%;
	}
	.basket__item-title {
		min-height: 34px;
		font-size: 14px;
		margin-bottom: 5px;
	}
	.basket__item-right .count {}
	.count__minus, .count__plus {
		width: 31px;
		height: 30px;
		box-sizing: border-box;
	}
	.count__minus:after, .count__plus:after, .count__plus:before {
		width: 7px;
		height: 1px;
	}
	.count__plus:before {
		height: 7px;
		width: 1px;
	}
	.count__field {
		width: 33px;
		height: 30px;
		font-size: 10px;
		margin: 0 3px;
	}
	.basket__item-price {
		margin-left: 16px;
	}
	.basket__item-price .svg-icon {
		display: none;
	}
	.basket__item-price span {
		font-size: 15px;
	}
	.catalog-about__photo {
		max-width: 306px;
	}
	.categories_else {
		padding-left: 20px;
		padding-right: 20px;
	}
	.categories__controls {
		margin-top: 10px;
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.text {
		padding: 0;
	}
	.product__info-item {
		margin-right: 0;
	}
	.tabs__links {
		overflow: inherit;
	}
	.tabs__links-item {
		margin-right: 0;
		display: block;
		text-align: center;
	}
	.tabs__links-wrap {
		position: relative;
	}
	.tabs__links-next {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 28px;
		cursor: pointer;
		z-index: 10;
		background: #FFFFFF;
	}
	.product__offer-about {
		width: 184px;
		margin-right: 20px;
	}
	.product__offer-photo {
		width: calc(100% - 204px);
		justify-content: flex-end;
	}
}
@media all and (max-width: 450px) {
	.product__form-about {
		padding-left: 20px;
		padding-right: 20px;
	}
	.product__offer {
		padding-left: 15px;	
		padding-right: 15px;
	}
	.product__offer-about {
		margin-right: 10px;
	}
	.product__offer-photo {
		width: calc(100% - 184px);
	}
	.product__offer-title {
		font-size: 15px;
	}
}
@media all and (max-width: 355px) {
	.pages__list {
		margin-left: 15px;
		margin-right: 15px;
	}
	.pages__link {
		margin-right: 10px;
	}
}
.product__slider .owl-carousel .owl-stage-outer {
	border-radius: 5px;
}
.text-center {
	text-align: center;
}
.trash-icon {
	width: 40px;
	background-color: #fff;
	margin-left: 10px;
}
.grecaptcha-badge {
	display: none;
}
.catalog__item {
	padding-bottom: 0;
}
.catalog__item .card__params {
	margin-top: 10px;
}
.catalog__item .card__param {
	margin-bottom: 5px;
}
.catalog__item .card__param span {
	display: block;
}
.prod__params-content {
	padding: 0;
}

.prod__params-content li,
.prod__params-content li span{
	color: #555;
	font-size: 15px;
}
.categories__slider .category {
	width: 100%;
}
.about__text h2 {
	margin: 40px 0 20px 0;
}

.tabs__list-item table td,
.content_table td {
	padding: 5px;
}
.tabs__list-item table tr:nth-child(2n+1),
.content_table tr:nth-child(2n+1) {
	background: #eee;
}
.tabs__list-item table tr:first-child,
.content_table tr:first-child {
	background: var(--main-button-color);
	color: #fff;
}
.content_table {
	margin-bottom: 30px;
}
.article__text blockquote {
	border-left: solid 5px var(--main-button-color);
	margin-left: 0;
	padding: 10px 20px;
}
.videowrap {
	/*max-width: 720px;*/
	width: 100%;
	margin: 0 auto;
}
.videoblock {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.videoblock iframe, object, embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.catitem_gallery {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}
.catitem_gallery::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный фон */
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}
.catitem_gallery::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px; /* Размер иконки лупы */
	height: 50px;
	background-image: url('/assets/template/images/icons/zoom.svg'); /* Путь к иконке лупы */
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0; /* Скрываем до наведения */
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease;
	filter: brightness(0) invert(1) opacity(0.5); /* Делаем иконку белой и полупрозрачной */
	z-index: 2;
}
.catitem_gallery:hover::before {
	opacity: 1;
}
.catitem_gallery:hover::after {
	opacity: 1;
}
.catitem_gallery img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.main__slide-button {
    display: inline-block;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 17px;
    padding: 0 10px; /* Добавлено для внутреннего отступа */
    line-height: 34px; /* Для вертикального выравнивания текста */
    font-size: 12px;
    font-weight: 400;
    background-color: #1A9CE3;
    margin-bottom: 30px;
}
.main__slide-button::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url('/assets/template/images/icons/button_icon_stars.svg') no-repeat center center;
    background-size: contain;
    margin-left: 5px;
    vertical-align: middle;
}
.main__slide-button span {
	margin: 0 20px;
	color: #fff;
}
.main__slide-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  transform: translateX(60%);
  width: 36px;
  height: 36px;
  background: url('/assets/template/images/icons/button_icon_logo.svg') no-repeat center center;
  background-size: contain;
}

/* скрытие текста начало */
.read-more-btn, .collapse-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 15px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.read-more-btn:hover, .collapse-btn:hover {
  background-color: #e0e0e0;
}

.truncated-text-wrapper {
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.truncated-text-wrapper:not(.expanded)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  pointer-events: none;
}

/* Убираем градиент когда текст развернут */
.truncated-text-wrapper.expanded::after {
  display: none;
}
/* скрытие текста конец */
.video_review {
	display: block;
	position: absolute;
	right: 0;
	top: -10px;
	z-index: 10;
	background-image: url('/assets/template/images/icons/video_icon.svg');
	height: 30px;
	width: 48px;
	background-repeat: no-repeat;
	background-position: center; 
}
.agreement_privacy {
	position: absolute;
	font-size: 80%;
	padding-top: 5px;
}
.agreement_privacy a {
	text-decoration: underline;
}
.agreement_privacy a:hover {
	text-decoration: none;
}
.product__form-about .agreement_privacy,
.mobile-visible .agreement_privacy {
	position: relative;
}

/* ------ Обработка персональных данных - начало ------ */
.soglasie_cookies_container {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(250,250,250,.9);
	z-index: 9999;
}
.soglasie_cookies_container .soglasie_cookies {
	max-width: 1280px;
	margin: 20px auto;
	position:relative;
	text-align: center;
}
.soglasie_cookies_container .soglasie_cookies p {
	font-size: 13px;
}
.soglasie_cookies_container .soglasie_cookies a {
	text-decoration: underline;
}
.soglasie_cookies_container .soglasie_cookies a:hover {
	text-decoration: none;
}
.soglasie_cookies_container .soglasie_cookies button {
	max-width: 200px;
	text-align: center;
	padding: 5px 30px;
}
.soglasie_cookies_container .soglasie_cookies span:hover {
	background: #008386;
}
.soglasie_cookies_close_button {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.fz420 {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 10px;
}
/* ------ Адаптивные стили: блоки друг под другом, элементы по центру ------ */

/* Для экранов до 768px */
@media (max-width: 768px) {
  .soglasie_cookies_container .soglasie_cookies {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    padding: 10px;
  }
  .soglasie_cookies_container .soglasie_cookies p {
    font-size: 12px;
    text-align: center;
  }
  .soglasie_cookies_container .soglasie_cookies button {
    margin-top: 10px;
    padding: 5px 20px;
    font-size: 13px;
    width: auto;
  }
  .soglasie_cookies_container .fz420 {
    position: static;
    margin-top: 10px;
    text-align: center;
    font-size: 9px;
  }
}

/* Для экранов до 480px */
@media (max-width: 480px) {
  .soglasie_cookies_container .soglasie_cookies {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px;
    padding: 8px;
  }
  .soglasie_cookies_container .soglasie_cookies p {
    font-size: 11px;
    text-align: center;
  }
  .soglasie_cookies_container .soglasie_cookies button {
    margin-top: 10px;
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
  }
  .soglasie_cookies_container .fz420 {
    position: static;
    margin-top: 10px;
    text-align: center;
    font-size: 8px;
  }
}
/* ------ Обработка персональных данных - конец ------ */
