/*
	Theme Name: Mario Theme
	Version: 1.0
	Author: Тарасов Андрей
*/




/*--------------------------------------------------------------
>>> СОДЕРЖАНИЕ:
----------------------------------------------------------------
	CSS RESET
	ОБЩИЕ СТИЛИ
		Текстовый контент
		Кнопки
		Хлебные крошки
	МОДАЛЬНЫЕ ФОРМЫ И ОКНА
		Анимация плейсхолдеров
		Расчет оборудования
		Заказать звонок
		Хочу в подарок
		Нашли дешевле?
		Купить в 1 клик
		Окно с благодарностью
		Выбор города
		Выбор ПВЗ
		Уведомление о добавлении товара в корзину
	ШАПКА
	ГЛАВНАЯ
	ВЫВОД ОДНОГО ТОВАРА В ЦИКЛЕ
	СТРАНИЦА "КОНТАКТЫ"
	СТРАНИЦА "ВОПРОСЫ И ОТВЕТЫ (FAQ)"
	СТРАНИЦА ОДНОЙ СТАТЬИ
	СТРАНИЦА "СТРАНИЦА "ДОСТАВКА И ОПЛАТА""
	СТРАНИЦА ТОВАРА
	СТРАНИЦА КАТЕГОРИИ
	СТРАНИЦА ИЗБРАННОГО
	СТРАНИЦА СРАВНЕНИЯ
	СТРАНИЦА КОРЗИНЫ
	РЕЗУЛЬТАТЫ ПОИСКА
	ПОДВАЛ
--------------------------------------------------------------*/



/* ==========================================================================
	CSS RESET
========================================================================== */

body { margin: 0; }
main { display: block; }
hr { height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; margin: 0; }
a { background-color: transparent; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
template, [hidden] { display: none; }



/* ==========================================================================
	ОБЩИЕ СТИЛИ
========================================================================== */
*:not(.ab-icon):not(.ab-item):not(.dashicons):not(.fa):not(ymaps),
*:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	position: relative;
	padding-top: calc( 91px + 66px );
	font: 18px/1.3 'Exo 2', sans-serif;
	color: #231f20;
}
body.admin-bar {
	padding-top: calc( 32px + 91px + 66px );
}
body.wait:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff9;
}
body.wait:after {
	content: '';
	position: fixed;
	z-index: 2;
	width: 140px;
	height: 140px;
	left: 0; right: 0;
	top: 0; bottom: 0;
	margin: auto;
	background: url(img/ajax-loader.svg) no-repeat 50% 50% / cover;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	margin: 0;
}
h1 { font-size: 29px; font-weight: 500; margin-top: 30px; }
h2 { font-size: 19px; font-weight: 600; }
h3 { font-size: 17px; }
h4 { font-size: 15px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

a {
	transition: 0.3s;
	text-decoration: none;
	color: #231f20;
}
a:hover {
	color: #026937;
}
a img { vertical-align: bottom; }
em { font-style: italic; }
blockquote {
	border: dotted #666 1px;
	border-left: solid #ff5a00 5px;
	margin: 10px 40px;
	padding: 15px;
	color: #333;
	font-style: italic;
	background: #fcfcfc;
}
blockquote p { margin: 0; }
p { margin: 0;}
ul { margin: 0; padding: 0; list-style: none; }
ol { list-style: decimal inside; }
ol li { margin: 1rem 0; }
input[type='submit'] { cursor: pointer; }
*:focus {
	outline: none !important;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
img {max-width: 100%; max-height: 100%; height: auto; border-style: none; }
iframe { display: block; max-width: 100%; border: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
input, textarea { max-width: 100%; }
textarea { display: block; font: 16px/1.3 'Exo 2', sans-serif; color: #231f20; }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
   color: transparent !important;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
div#wpadminbar ~ span.select2-container, body.admin-bar > span.select2-container {
	padding-top: 32px !important;
}
@media screen and ( max-width: 782px ) {
	div#wpadminbar ~ span.select2-container, body.admin-bar > span.select2-container {
		padding-top: 46px !important;
	}
}

/* 								   Обтекание картинки текстом
------------------------------------------------------------- */
.aligncenter, [align="center"] {
	display: block;
	margin: 5px auto;
}
.alignright, [align="right"] {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft, [align="left"] {
	float:left;
	margin: 5px 20px 20px 0;
}
.wp-caption {
	max-width: 100%;
	text-align: center;
	padding: 5px 3px 0;
	margin: 0 0 15px;
	background: #fff;
	border: 1px solid #f0f0f0;
}
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* 											Текстовый контент
------------------------------------------------------------- */
.text_content {
	line-height: 1.4;
}
.text_content p, .text_content h2, .text_content h3,
.text_content h4, .text_content h5, .text_content h6 {
	margin: 0 0 25px;
}
.text_content h1 {
	margin: 30px 0 40px;
}
.text_content h2 {
	display: inline-block;
	line-height: 1;
	padding: 0 0 7px;
	border-bottom: 1px solid #00ab4d;
}
.text_content a {
	text-decoration: underline;
	color: #00ab4d;
}
.text_content table {
	margin: 0 0 30px;
}
.text_content tr:first-child > * {
	background: #eee;
}
.text_content td {
	font-size: 14px;
	padding: 15px;
	text-align: center;
	border: 1px solid #e6e2e3;
}
.text_content ul {
	list-style: disc inside;
	margin: 0 0 30px 30px;
}
.text_content ul li {
	margin: 0 0 5px;
}
.text_content ol {
	margin: 0 0 30px 30px;
	padding: 0;
}
.text_content ol li {
	margin: 0 0 5px;
}
.text_page {
	max-width: 995px;
	padding-bottom: 50px;
}

/* 													   Кнопки
------------------------------------------------------------- */
.btn {
	position: relative;
	display: inline-block;
	line-height: 1;
	color: #fff !important;
	font-weight: 600;
	padding: 8px 14px 10px;
	cursor: pointer;
	transition: .2s ease-in-out;
	background: #0167b6;
    overflow: hidden;
	border: 0;
	border-radius: 10px;
}
.btn.grey {
	background: #a8a9ad;
}
.btn:hover {
	background: #0167b6;
}
.btn:before {
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
    height: 60px;
    width: 50px;
    position: absolute;
    top: 0px;
    left: -80px;
    transform: skewX(-45deg);
}
.btn:hover:before {
    left: 103%;
    transition: .5s ease-in-out;
}
.btn:active {
	top: 1px;
}

/* 											   Хлебные крошки
------------------------------------------------------------- */
.breadcrumbs {
	padding: 18px 0 32px;
}
.breadcrumbs span, .breadcrumbs a {
	color: #6e6e6e;
	font-weight: 300;
	line-height: 1;
}
.breadcrumbs a:hover {
	border-bottom: 1px solid #6e6e6e;
}

/* 											  Слайдер товаров
------------------------------------------------------------- */
.products_slider .toggles {
	margin: 0 0 15px;
}
.products_slider h2 {
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	cursor: pointer;
	color: #7c7c7c;
}
.products_slider h2.active {
	color: #383637;
	border-bottom: 3px solid #0167b6;
}
.products_slider h2:not(:last-child) {
    margin-right: 30px;
}
.products_slider .switchers {
	margin: 0 0 30px;
	padding-right: 115px;
}
.products_slider label {
	display: inline-block;
	color: #7c7c7c;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer !important;
}
.products_slider label:hover {
	color: #333;
}
.products_slider label:not(:last-child) {
	margin-right: 30px;
}
.products_slider label:not(.active) {
	cursor: pointer;
}
.products_slider label.active {
	color: #333;
	border-bottom: 3px solid #0167b6;
}
.products_slider section {
	display: none;
}
.products_slider section.active {
	display: block;
}
.products_slider img {
	width: auto !important;
}

/* 					Элементы карусели */

.products_slider .owl-carousel {
	display: none;
}
.products_slider .owl-carousel.active {
	display: block;
}
.products_slider .owl-nav {
	position: absolute;
	right: 0;
	top: -50px;
}
.products_slider .owl-nav button {
	width: 30px;
	height: 20px;
	opacity: .3;
}
.products_slider .owl-nav button:hover {
	opacity: 1;
}
.products_slider .owl-prev {
	margin-right: 20px;
	background: url(img/arrow-left.png) no-repeat 50% 50% / contain !important;
}
.products_slider .owl-next {
	background: url(img/arrow-right.png) no-repeat 50% 50% / contain !important;
}
.products_slider .owl-nav .disabled {
	opacity: 0 !important;
	cursor: default;
}
.products_slider .owl-nav span {
	display: none;
}

@media screen and (max-width: 800px) {
	.products_slider label { font-size: 16px; }
}
@media screen and (max-width: 430px) {
	.products_slider .owl-carousel { max-width: 270px; margin-left: auto; margin-right: auto; }
}
@media screen and (max-width: 400px) {
	.products_slider .switchers { margin: 0 0 40px; padding: 0; }
	.products_slider label:not(:last-child) { margin-right: 20px; }
	.products_slider .owl-nav { top: -32px; left: 0; }
	.products_slider .owl-next { float: right; }
}

/* 													   Прочее
------------------------------------------------------------- */
.clearfix:after {
	clear: both;
    content: "";
    display: block;
    height: 0;
}
.justify { text-align: justify; line-height: 0;  font-size: 0; }
.justify:after { content: ''; display: inline-block; width: 100%; }
.justify > * { line-height: 1.2; display: inline-block; vertical-align: top; font-size: initial; }
.container {
	max-width: 1210px;
	margin: 0 auto;
}
.owl-carousel .owl-item img {
	width: auto;
}



/* ==========================================================================
	МОДАЛЬНЫЕ ФОРМЫ И ОКНА
========================================================================== */

.fancybox-content {
	padding: 0 !important;
}
.fancybox-is-open .fancybox-bg {
	opacity: .7;
}
.fancybox-bg {
	background: #3a3f44;
}
body.fancybox-active #footer,
body.fancybox-active #header,
body.fancybox-active .page_content {
	filter: blur(6px);
}
[id^=modal] {
	display: none;
}
.wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-submit {
	display: none !important;
}
.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-form-control:not(.wpcf7-submit):not([type="file"]) {
	width: 100%;
	height: 50px;
	padding: 12px 15px 0;
	font-size: 16px;
	border: 1px solid #ccc;
}
textarea.wpcf7-form-control {
	min-height: 110px !important;
	padding-top: 18px !important;
	overflow: hidden;
}
.page_wholesale .wpcf7-form-control-wrap {
	margin: 0 0 12px;
}
.page_wholesale .file_wrp div {
	margin: 0 0 10px;
}
.wpcf7-not-valid {
	border: 1px solid red !important;
}
.fancybox-stage .wpcf7 {
	position: relative;
	padding: 40px;
}
.wpcf7 .submit {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin: 15px 0;
	padding: 15px 30px 17px;
	cursor: pointer;
}
.wpcf7 .ajax-loader {
	position: absolute;
	right: 50px;
	bottom: 87px;
}
.wpcf7 .disclaimer {
	font-size: 14px;
}
.wpcf7 .disclaimer a {
	border-bottom: 1px solid;
}
.fancybox-content .title {
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 30px;
}
.fancybox-content p {
	margin: 0 0 20px;
	font-size: 20px;
}

/* 									   Анимация плейсхолдеров
------------------------------------------------------------- */
form ::-webkit-input-placeholder {
	color: #999;
}
form ::-moz-placeholder {
	color: #999;
}
form :-ms-input-placeholder {
	color: #999;
}
form :-moz-placeholder {
	color: #999;
}
form .placeholder {
	position: absolute;
	left: 15px;
	top: 16px;
	color: #999;
	transition-duration: .1s;
	transition-property: top,font-size;
	transition-timing-function: ease-in-out;
	pointer-events: none;
	white-space: nowrap;
}
form .placeholder_replace:focus + .placeholder,
form .placeholder_replace.not_empty + .placeholder {
	top: 5px;
	font-size: 12px;
}
form input.placeholder_replace:focus,
form input.placeholder_replace.not_empty {
	padding-top: 10px;
}

/* 										  Расчет оборудования
------------------------------------------------------------- */
#modal_equipment_calculation_form {
	width: 890px;
	border-radius: 20px;
}
#modal_equipment_calculation_form .title_wrp {
	display: flex;
}
#modal_equipment_calculation_form .title_wrp .left {
	width: 130px;
	margin-right: 40px;
}
#modal_equipment_calculation_form .title_wrp .text_1 {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 20px;
}
#modal_equipment_calculation_form .fields_wrp {
	overflow: hidden;
	margin: 40px 0 20px;
}
#modal_equipment_calculation_form .fields {
	display: flex;
	flex-wrap: wrap;
	margin: -10px -15px;
}
#modal_equipment_calculation_form .fields > * {
	flex-basis: calc(50% - 30px);
	margin: 10px 15px;
}
#modal_equipment_calculation_form label {
	display: block;
	margin: 0 0 7px;
	font-size: 17px;
}
#modal_equipment_calculation_form .wpcf7-form-control:not(.wpcf7-submit):not([type="file"]) {
	padding: 0 15px;
}
#modal_equipment_calculation_form .acceptance {
	margin: 15px 0;
	font-size: 16px;
	color: #8d8d8d;
	font-weight: 300;
}
#modal_equipment_calculation_form .acceptance a {
	color: #8d8d8d;
	text-decoration: underline;
}
#modal_equipment_calculation_form .acceptance a:hover {
	color: #026937;
}
#modal_equipment_calculation_form .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin: 0 0 25px;
}
#modal_equipment_calculation_form .btn img {
	height: 32px;
	vertical-align: middle;
	margin-right: 20px;
}
#modal_equipment_calculation_form .info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#modal_equipment_calculation_form .info span {
	display: flex;
	align-items: center;
	color: #8d8d8d;
	font-weight: 300;
	font-size: 16px;
}
#modal_equipment_calculation_form .info img {
	height: 25px;
	margin-right: 15px;
}
#modal_equipment_calculation_form .info .text_2 {
	position: relative;
	margin: 0 44px;
}
#modal_equipment_calculation_form .info .text_2:before,
#modal_equipment_calculation_form .info .text_2:after {
	content: '';
	position: absolute;
	top: 47%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #8d8d8d;
}
#modal_equipment_calculation_form .info .text_2:before {
	left: -24px;
}
#modal_equipment_calculation_form .info .text_2:after {
	right: -24px;
}
#modal_equipment_calculation_form .wpcf7 .ajax-loader {
	bottom: 109px;
}

#call_equipment_calculation {
    position: fixed;
    top: 65%;
    left: 0;
    z-index: 99;
	padding: 9px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 0 7px 7px 0;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .15);
    background-color: rgba(255, 24, 0, .631);
}

/* 											  Заказать звонок
------------------------------------------------------------- */
#modal_callback_form .ajax-loader {
	bottom: 69px;
}

/* 											   Хочу в подарок
------------------------------------------------------------- */
#modal_gift {
	width: 420px;
}
#modal_gift .fio {
	margin-bottom: 15px;
}
#modal_gift .ajax-loader {
	bottom: 106px;
}

/* 											   Нашли дешевле?
------------------------------------------------------------- */
#modal_cheap {
	max-width: 555px;
}
#modal_cheap label {
	display: block;
	margin: 0 0 15px;
	font-weight: 600;
	cursor: pointer;
}
#modal_cheap .flex {
	display: flex;
	justify-content: space-between;
}
#modal_cheap .flex > *:first-child {
	width: 75%;
}
#modal_cheap .flex > *:last-child {
	width: 20%;
}
#modal_cheap .ajax-loader {
	bottom: 68px;
}

/* 											  Купить в 1 клик
------------------------------------------------------------- */
#modal_one_click_form {
	max-width: 600px;
}
#modal_one_click_form .wrp {
	display: flex;
}
#modal_one_click_form .left {
	width: 200px;
	flex-shrink: 0;
	padding-right: 20px;
	font-size: 20px;
}
#modal_one_click_form .price {
	font-size: 22px;
	font-weight: 700;
}
#modal_one_click_form .wpcf7-form-control-wrap {
	margin: 0 0 20px;
}
#modal_one_click_form .wpcf7 .ajax-loader {
	bottom: auto;
	top: 260px;
}

/* 										Окно с благодарностью
------------------------------------------------------------- */
#modal_thanx {
	display: none;
	padding: 40px !important;
}

/* 												 Выбор города
------------------------------------------------------------- */
#modal_select_city {
	width: 555px;
	padding: 30px 50px !important;
	cursor: default;
}
#modal_select_city h2 {
	margin: 0 0 20px;
	font-size: 24px;
}
#modal_select_city .input_wrp {
	position: relative;
	margin: 0 0 25px;
}
#modal_select_city [type=text] {
	width: 100%;
	height: 40px;
	padding: 0 55px 0 15px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
}
#modal_select_city .close {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 40px;
	height: 100%;
	right: 0;
	top: 0;
	cursor: pointer;
	opacity: .8;
}
#modal_select_city .close:hover {
	opacity: 1;
}
#modal_select_city .close svg {
	width: 24px;
}
#modal_select_city .close path {
	fill: #bababa;
}
#modal_select_city .close:hover path {
	fill: #888;
}
#modal_select_city li {
	padding: 6px 35px 6px 50px;
	margin: 0 -35px;
	cursor: pointer;
}
#modal_select_city li:hover {
	background: #f5f5f5;
}
#modal_select_city li.selected {
	color: #e31235;
	font-weight: 500;
}
#modal_select_city .all_wrp {
	height: 420px;
	display: none;
	overflow: hidden;
}
#modal_select_city .not_found {
	display: none;
	padding-left: 15px;
}

/* 					Уведомление о добавлении товара в корзину
------------------------------------------------------------- */
#cart_notice {
	position: fixed;
    z-index: 99;
    display: flex;
    align-items: center;
    top: 106px;
    right: 20px;
    max-width: calc(100vw - 40px);
    padding: 17px 60px 17px 22px;
    background: #fff;
    border-radius: 5px;
    transform: translateX(calc(100% + 30px));
    transition: transform .4s ease-in-out;
    box-shadow: 0 0 8px rgba(34,60,80,.2);
}
#cart_notice.show {
	transform: translateX(0);
}
#cart_notice img {
	width: 50px;
	margin-right: 20px;
}
#cart_notice p {
	font-weight: 600;
	font-size: 18px;
	margin: 0 0 7px;
}
#cart_notice span {
	display: block;
	overflow: hidden;
	white-space: normal;
    overflow-wrap: break-word;
}
#cart_notice .close {
	position: absolute;
	right: 5px;
	top: 3px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	opacity: .6;
}
#cart_notice .close:hover {
	opacity: 1;
}



/* ==========================================================================
	ШАПКА
========================================================================== */

#header {
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
}
.admin-bar #header {
	top: 32px;
}
#header a:hover {
	color: #026937 !important;
}

/* 													Сообщение
------------------------------------------------------------- */
.header_message {
	color: #fff;
	background: #ba0c2f;
}
.header_message .inner {
	padding: 15px 15px 15px 45px;
	background: url(img/info.svg) no-repeat 0 50%;
}

/* 														 Верх
------------------------------------------------------------- */
#header .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 0;
}
.logo {
	position: relative;
	width: 440px;
}
.logo span {
	position: absolute;
    left: 65px;
    top: 33px;
	font-size: 20px;
	color: #7b7b7c;
	font-weight: 300;
}

#header .info_wrp {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 65px;
	border-left: 1px solid #d1d1d8;
	border-right: 1px solid #d1d1d8;
}
#header .info {
	position: relative;
	width: 312px;
	padding-top: 10px;
    margin-top: -7px;
	padding-left: 25px;
	border-top: 2px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
#header .info:hover {
	border-top: 2px solid #026937;
	border-left: 1px solid #e0dfdf;
	border-right: 1px solid #e0dfdf;
}
#header .info:after {
	content: '';
	position: absolute;
	top: 23px;
	right: 20px;
	width: 15px;
	height: 11px;
	background: url(img/arrow-down.png);
}
#header .info .inner {
	position: absolute;
	z-index: 999;
	top: 44px;
	left: 0;
	width: 100%;
	padding: 5px 0 20px 25px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #e0dfdf;
	border-top: 0;
	transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
#header .info:hover .inner {
	opacity: 1;
    visibility: visible;
}
#header .info .phone {
	font-size: 26px;
	font-weight: 600;
	color: #231f20;
}
.info .email {
	display: block;
	color: #151414;
	padding: 5px 0 7px 34px;
	margin-top: 5px;
	background: url(img/letter.svg) no-repeat 0 50% / 23px auto;
}
#header .info h5 {
	color: #7a7b7c;
	font-size: 18px;
	font-weight: 300;
	margin: 15px 0 0;
}
.soc_icons {
	display: flex;
	align-items: center;
}
.soc_icons a {
	margin-right: 15px;
}

#header .services {
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	width: 22.3%;
	padding: 7px 10px 0 0;
}
#header .services a {
	position: relative;
}
#header .compare svg {
	width: 33px;
}
#header .compare svg:hover path {
	fill: #026937;
}
#header .favourites {
	margin: 0 12% 0 14%;
}
#header .favourites svg {
	width: 30px;
}
#header .favourites svg:hover path {
	fill: #026937;
}
.mini_cart svg {
	width: 36px;
}
.mini_cart svg:hover path {
	fill: #026937;
}
#header .services i {
	position: absolute;	
	width: 22px;
    height: 22px;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    line-height: 19px;
    color: #fff;
	padding-top: 1px;
    border-radius: 50%;
    background: #026937;
}
#header .compare i {
    left: 18px;
	top: -5px;
}
#header .favourites i {
    left: 20px;
	top: -7px;
}
#header .mini_cart i {
    left: 22px;
	top: -4px;
}

/* 														  Низ
------------------------------------------------------------- */
#header .bottom {
	background: #f3f3f3;
	border-top: 1px solid #d1d1d8;
}
#header .bottom .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .menu {
	flex-shrink: 0;
}
#header .menu > li {
	position: relative;
	display: inline-block;
}
#header .menu > li:not(:last-child) {
	margin-right: 60px;
}
#menu-item-7856 {
	position: relative;
}
#header .menu > li > a {
	padding: 21px 0;
}
#header .menu li > a {
	position: relative;
	z-index: 1;
	transition: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	padding: 7px 0;
	white-space: nowrap;
	border-bottom: 2px solid transparent;
}
#header .menu > li:hover > a {
	border-bottom: 2px solid #026937;
}
#header .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 99%;
	padding: 10px 40px 10px 20px;
	background: #fff;
	border: 1px solid #e0dfdf;
}
#header li:hover .sub-menu {
	display: block;
}

#search_form {
	width: 100%;
	position: relative;
	margin-left: 45px;
}
#search_form [name=s] {
	height: 65px;
	padding: 0 70px 0 50px;
	font-size: 18px;
	border: 0;
	border-left: 1px solid #d1d1d8;
	background: #f3f3f3;
	color:#999;
}
#search_form [type=submit] {
	position: absolute;
	right: 0;
	top: calc(50% - 25px);
	width: 55px;
	height: 50px;
	border: 0;
	background: url(img/zoom.png) no-repeat 50% 50% / 26px auto;
}

.bottom_mobile {
	display: none;
	padding: 15px 0;
	background: #eee;
}
.bottom_mobile .container {
	display: flex;
	justify-content: space-between;
}
.bottom_mobile a {
	display: block;
}
.bottom_mobile img {
	max-width: 40px;
}

/* 													  Каталог
------------------------------------------------------------- */
#menu-item-7855 > a:after,
#header .menu-item-has-children:after {
	content: '';
	position: absolute;
	right: -20px;
	top: calc(50% - 5px );
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #2e2a25;
}
.menu .catalog {
	display: flex;
	position: absolute;
	z-index: 99999;
	top: 100%;
	left: 0;
	width: 1014px;
	padding: 30px 0;
	background: #fff;
	border: 1px solid #e0dfdf;
	opacity: 0;
    visibility: hidden;
}
.menu li:hover .catalog {
	opacity: 1;
    visibility: visible;
	transition: all 0.3s ease-in-out;
}
.menu .catalog .col {
	max-width: 300px;
	padding: 0 0 0 35px;
}
.menu .catalog a {
	display: block;
	line-height: 1;
	padding: 4px 0;
}
.menu .catalog .parent_cat {
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 5px;
}
.menu .catalog .parent_cat:before {
	content: '';
	position: absolute;
	left: -14px;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #19842a;
}
.menu .catalog .sub_cat {
	font-size: 16px;
}



/* ==========================================================================
	ГЛАВНАЯ
========================================================================== */

/* 													   Баннер
------------------------------------------------------------- */
.home_banner {
	color: #fff;
	padding: 85px 0 105px;
	overflow: hidden;
}
.home_banner .container {
	position: relative;
}
.home_banner h1 {
	max-width: 920px;
	font-size: 46px;
	margin: 0;
}
.home_banner .text {
	max-width: 800px;
	font-size: 27px;
	margin: 40px 0 65px;
}
.home_banner a {
	margin-right: 25px;
}
.home_banner .right {
	position: absolute;
	top: 100px;
	right: -100px;
}

/* 													Категории
------------------------------------------------------------- */
.home_cats {
	padding: 60px 0 0;
	overflow: hidden;
}
.home_cats .flex {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
.home_cats .item {
	position: relative;
	flex-basis: calc(50% - 30px);
	margin: 15px;
	padding: 45px 280px 40px 30px;
	background: #f3f3f3;
	border-radius: 15px;
	overflow: hidden;
}
.home_cats .title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.home_cats .text {
	font-size: 18px;
	color: #989595;
	margin: 13px 0 21px;
}
.home_cats .img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 260px;
}

/* 												 Преимущества
------------------------------------------------------------- */
.home_advantages {
	padding: 85px 0;
	background: linear-gradient(to bottom,  #ffffff 0%,#e0dfdf 100%);
}
.home_advantages .container {
	overflow: hidden;
}
.home_advantages h2 {
	text-align: center;
	font-size: 32px;
	margin: 0 0 55px;
}
.home_advantages .flex {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
.home_advantages .item {
	position: relative;
	flex-basis: calc(33.33% - 30px);
	margin: 15px;
	padding: 0 0 0 90px;
}
.home_advantages h3 {
	font-size: 24px;
	margin: 0 0 3px;
}
.home_advantages p {
	font-size: 18px;
	line-height: 1.15;
}
.home_advantages img {
	position: absolute;
	left: 0;
	top: 5px;
}

/* 											   Группы товаров
------------------------------------------------------------- */
.home_groups_wrp {
	padding: 65px 0 0;
}

/* 													   Статьи
------------------------------------------------------------- */
.home_articles {
	padding: 65px 0 45px;
	overflow: hidden;
}
.home_articles h2 {
	font-size: 32px;
}
.home_articles .sub_title {
	font-size: 26px;
	color: #909193;
	margin: 0 0 35px;
}
.home_articles .flex {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
.home_articles .item {
	flex-basis: calc(20% - 30px);
	margin: 15px 15px 30px;
}
.home_articles .img {
	padding-top: 80%;
	border-radius: 15px;
	overflow: hidden;
}
.home_articles h3 {
	font-size: 17px;
	margin: 20px 0 30px;
}
.home_articles .item:hover span {
	background: #0167b6;
}



/* ==========================================================================
	ВЫВОД ОДНОГО ТОВАРА В ЦИКЛЕ
========================================================================== */

.product_item {
	position: relative;
	padding: 48px 16px 0;
	border: 1px solid #e0dfdf;
	border-radius: 15px;
	background: #fff;
}
.product_item .actions {
	position: absolute;
	left: 20px;
	top: 14px;
}
.product_item .actions span {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 7px 14px;
	border-radius: 3px;
}
.product_item .actions span:not(:last-child) {
	margin-right: 14px;
}
.product_item .actions .promo {
	background: #e72521;
}
.product_item .actions .discount {
	background: #e72521;
}
.product_item .img {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 195px;
    margin: 0 0 25px;
}
.product_item h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1;
}
.product_item .av {
	color: #00ab4d;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	margin: 16px 0 7px;
}
.product_item .price {
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
}
.product_item .old_price {
	color: red;
	font-weight: 500;
	font-size: 16px;
	margin-left: 20px;
	line-height: 1;
}
.product_item .old_price span {
	color: #282626;
}
.product_item .price.no_price {
	font-size: 19px;
}
.product_item .btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0 25px;
}
.add_to_compare, .add_to_favourites {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: 40px;
	height: 32px;
	cursor: pointer;
	background: #f5f5f5;
	border: 1px solid #e2e2e3;
	border-radius: 5px;
}
.add_to_compare {
	margin-right: 5px;
}
.add_to_compare svg {
	width: 23px;
}
.add_to_favourites svg {
	width: 21px;
}
.add_to_compare:hover,
.add_to_favourites:hover,
.add_to_compare.added,
.add_to_favourites.added {
	background: #d4eae7;
}
.add_to_compare:hover path,
.add_to_favourites:hover path,
.add_to_compare.added path,
.add_to_favourites.added path {
	fill: #2f855d;
}

.product_item.av_no .img img,
.product_item.av_no .icons img {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .4;
}
.product_item.av_no *:not(.btn):not(.discount) {
	color: #a9a9a9;
}



/* ==========================================================================
	СТРАНИЦА "КОНТАКТЫ"
========================================================================== */

.page_contacts .wrapper {
	display: flex;
}
.page_contacts .left {
	width: 57%;
}
.page_contacts .right {
	width: 43%;
	margin-left: 60px;
}
#map {
	height: 450px;
	margin: 60px 0 0;
}
#map iframe {
	width: 100% !important;
	height: 100% !important;
}



/* ==========================================================================
	СТРАНИЦА "ВОПРОСЫ И ОТВЕТЫ (FAQ)"
========================================================================== */

.page_faq {
	max-width: 995px;
}
.page_faq h1 {
	margin-bottom: 50px;
}
.ta_blocks {
	margin: 50px 0 0;
}
.ta_blocks .block {
	margin: 0 0 30px;
}
.ta_blocks .title {
	padding: 13px 50px 13px 30px;
	cursor: pointer;
	font-weight: 600;
	font-size: 18px;
	border-radius: 10px;
	background: #F4F4F4 url(img/arrow-down.svg) no-repeat right 35px top 50% / 15px auto;
}
.ta_blocks .open .title {
	background-image: url(img/arrow-up.svg);
}
.ta_blocks .text {
	display: none;
	font-size: 16px;
	padding: 20px 30px;
}
.ta_blocks .show .text {
	display: block;
}



/* ==========================================================================
	СТРАНИЦА ОДНОЙ СТАТЬИ
========================================================================== */

.single_article .content {
	max-width: 995px;
}



/* ==========================================================================
	СТРАНИЦА "СТРАНИЦА "ДОСТАВКА И ОПЛАТА""
========================================================================== */

.page_delivery .top_icons {
	display: flex;
	margin: 60px 0 40px;
}
.page_delivery .top_icons .item {
	width: 25%;
	margin: 0 15px;
	text-align: center;
}
.page_delivery .top_icons p {
	font-size: 20px;
}
.page_delivery .top_icons img {
	height: 90px;
}


.page_delivery .sub_title {
	font-size: 20px;
	margin: 0 0 60px;
}
.page_delivery section {
	padding: 40px 0;
}
.page_delivery section:nth-of-type(even) {
	background: rgb(243, 244, 246);
}
.page_delivery .flex {
	display: flex;
}
.page_delivery .text {
	width: 60%;
	padding: 0 0 0 60px;
	font-weight: 300;
}
.page_delivery .text strong {
	font-weight: 600;
}
.page_delivery .img {
	width: 40%;
	white-space: nowrap;
}
.page_delivery section:nth-of-type(even) .flex {
	flex-direction: row-reverse;
}
.page_delivery section:nth-of-type(even) .text {
	padding: 0 60px 0 0;
}



/* ==========================================================================
	СТРАНИЦА ТОВАРА
========================================================================== */

.product_code {
	margin: 5px 0 36px;
	font-weight: 500;
	color: #888;
}
.product_wrp {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 80px;
	border-bottom: 1px solid #e0dfdf;
}
/* 													 Картинки
------------------------------------------------------------- */
.product_images {
	width: 420px;
	margin-right: 25px;
}
.product_images .big {
	display: none;
	margin: 0 0 30px;
	text-align: center;
}
.product_images .big.active {
	display: flex;
	height: 360px;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border: 1px solid #c9c9c9;
}
.product_images .small {
	display: flex;
	flex-wrap: wrap;
	margin: -7px;
}
.product_images .small.center {
	justify-content: center;
}
.product_images .item {
	flex-basis: calc(25% - 14px);
	margin: 7px;
	padding: 7px;
	cursor: pointer;
	border: 1px solid #c9c9c9;
}
.product_images .item.active {
	border-color: #004036;
}
.product_images .small img {
	display: block;
	max-height: 100%;
}
.product_images .video {
	background: url(img/play.svg) no-repeat 50% 50% / 40px auto;
}

/* 									   Краткие характеристики
------------------------------------------------------------- */
.product_short_spec {
	width: 330px;
	margin-right: 25px;
}
.product_short_spec h3 {
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 15px;
}
.product_short_spec td {
	padding: 6px 0;
	font-size: 15px;
}
.product_short_spec td:first-child {
	font-weight: 600;
	padding-right: 20px;
}
.product_short_spec tr:not(:last-child) td {
	border-bottom: 1px solid #bbb;
}
.product_short_spec .all {
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	padding: 12px 50px 12px 20px;
	margin-top: 15px;
	border: 1px solid #b1b1b1;
	border-radius: 10px;
	background: url(img/arrow-right.png) no-repeat right 15px top 55%;
}
.product_short_spec .all:hover {
	background-color: #0040361c;
}

.product_short_spec .version {
	margin: 25px 0 0;
}
.product_short_spec .version p {
	font-size: 16px;
	font-weight: 600;
	padding: 20px 0 12px;
}
.product_short_spec .version .flex {
	display: flex;
	align-items: center;
}
.product_short_spec .version a {
	font-size: 16px;
	padding: 10px 16px;
	margin-right: 7px;
	border: 1px solid #1F2C4F33;
}
.product_short_spec .version a.active {
	border: 3px solid #0046FF;
}

/* 										  Информация о товаре
------------------------------------------------------------- */
.product_info {
	width: 360px;
}
.product_info .top_wrp {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ddd;
}
.product_info .icons {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product_info .av_yes {
	display: inline-block;
	color: #00ab4d;
	font-weight: 600;
	padding: 4px 11px 4px 37px;
	background: #eaf6eb url(img/check.svg) no-repeat 0 50%;
	border-radius: 10px;
}
.product_info .prices {
	margin: 20px 0 10px;
}
.product_info .current_price {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 700;
}
.product_info strike {
	vertical-align: middle;
	font-size: 20px;
	font-weight: 500;
	color: red;
	margin-right: 25px;
}
.product_info strike span {
	color: #282626;
}
.product_info .discount {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 7px 14px;
	background: #e72521;
}
.product_info .cheaper {
	color: #f98e1e;
	font-weight: 700;
	font-size: 20px;
}
.product_info .cheaper:hover {
	text-decoration: underline;
}
.product_info .btns {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 30px 0 0;
}
.product_info .add_to_cart {
	display: block;
	margin: 20px 0;
	padding: 13px 31px 12px;
	white-space: nowrap;
	text-align: center;
}

.product_info .soc {
	display: flex;
	align-items: center;
}
.product_info .soc span {
	width: calc( 100% - 182px );
	font-size: 15px;
}
.product_info .soc a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 11px;
}

.product_info .buy {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ddd;
}
.product_info .buy .wrp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 16px;
}
.product_info .buy p {
	margin: 0 0 10px;
}
.product_info .buy a {
	display: inline-block;
	width: 50%;
	font-size: 18px;
	padding: 5px 0 5px 36px;
	margin-bottom: 8px;
	border-radius: 10px;
}
.product_info .buy a.fast {
	width: calc( 50% - 8px );
	margin-right: 8px;
	background: #f3f3f3 url(img/fast.svg) no-repeat 10px 50% / 16px auto;
}
.product_info .buy a.wa {
	background: #f3f3f3 url(img/whatsapp.svg) no-repeat 8px 50% / 20px auto;
}
.product_info .buy a.tg {
	width: 48%;
	background: #f3f3f3 url(img/telegram.svg) no-repeat 8px 50% / 18px auto;
}

.buy_one_click {
	display: inline-block;
	font-weight: 600;
	padding: 11px 19px;
	background: #e7e7e7;
	border-radius: 10px;
}
.buy_one_click:hover {
	background-color: #cdcbcb;
}
.product_info .discounts {
	height: 147px;
	padding: 20px 0 0 17px;
	margin: 0 0 25px;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	background: url(img/discounts-bg.png) no-repeat 50% 50% / cover;
}
.product_info .discounts p {
	font-size: 20px;
	margin: 0 0 15px;
}
.product_info .discounts div:not(:last-child) {
	margin-bottom: 12px;
}

.product_info .items p {
	padding: 10px 0 10px 35px;
	line-height: 1;
	font-weight: 500;
}
.product_info .cheap {
	background: url(img/question.svg) no-repeat 3px 50% / 20px auto;
}
.product_info .gift {
	background: url(img/gift.png) no-repeat 3px 50%;
}
.product_info .warranty {
	background: url(img/shield.png) no-repeat 3px 50%;
}
.product_info .delivery {
	line-height: 1.3 !important;
	background: url(img/delivery.png) no-repeat 0 12px;
}
.product_info .delivery a {
	color: #00ab4d;
	border-bottom: 1px solid;
}

/* 													 Описание
------------------------------------------------------------- */
.product_text {
	display: flex;
	flex-direction: row-reverse;
	padding: 50px 0 70px;
}
.product_text .left {
	width: 470px;
	flex-shrink: 0;
	margin-right: 80px;
}

/* 													  Вкладки
------------------------------------------------------------- */
.product_tabs .tabs {
	padding: 12px 0 75px;
}
.product_tabs .tabs label {
	font-size: 19px;
	font-weight: 600;
	line-height: 1;
	padding: 10px 15px;
	border-bottom: 1px solid #e0dfdf;
}
.product_tabs .tabs label.active {
	border-bottom-color: #00ab4d;
	color: #00ab4d;
}
.product_tabs .tabs label:not(:last-child) {
	margin-right: 30px;
}
.product_tabs .tabs label:not(.active) {
	cursor: pointer;
}
.product_tabs section {
	display: none;
	padding-bottom: 48px;
}
.product_tabs section.active {
	display: block;
}
.product_tabs section.product_reviews.active {
	display: flex;
}

/* 													   Отзывы
------------------------------------------------------------- */
.product_reviews {
	display: flex;
	align-items: flex-start;
	padding-top: 20px;
}
.product_reviews .list {
	width: 888px;
	margin-right: 31px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(135, 84, 81, 0.05);
	border-radius: 7px;
}
.product_reviews .no_comments {
	font-size: 18px;
}
.product_reviews .comment {
	padding: 22px;
	border: 1px solid #e0dfdf;
}
.product_reviews .comment:not(:last-child) {
	margin-bottom: 18px;
}
.product_reviews .top {
	display: flex;
	justify-content: space-between;
	margin: 0 0 13px;
}
.product_reviews .name {
	font-size: 16px;
	font-weight: 600;
}
.product_reviews .date {
	display: inline-block;
	vertical-align: middle;
	color: #ababad;
	font-weight: 500;
	margin-right: 42px;
}
.comment_rating {
	vertical-align: middle;
}
.comment_rating i {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin-right: 2px;
	background: url(img/star-empty.png) no-repeat 50% 50% / 100% 100%;
}
.comment_rating .full {
	background-image: url(img/star-full.png);
}
.product_reviews .comment .worth {
	margin: 0 0 17px;
	color: #504038;
}
.product_reviews .comment .limitations {
	color: #504038;
}
.product_reviews .comment b {
	color: #26231F;
	font-size: 14px;
	font-weight: 600;
}

.product_reviews form {
	width: 380px;
	padding: 26px 24px 20px;
	background: #FFFFFF;
	border: 1px solid #e0dfdf;
}
.product_reviews form .title {
	font-size: 18px;
	font-weight: 600;
}
.product_reviews form p {
	font-size: 16px;
	margin: 0 0 22px;
}
.product_reviews form p span {
	color: #D61A47;
	font-weight: 500;
}
.product_reviews .rating_wrp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px;
	font-size: 14px;
	background: #f8f5e4;
	border-radius: 7px;
}
.product_reviews .rating_wrp span {
	font-size: 16px;
	font-weight: 500;
}
.product_reviews .rating_wrp input {
	display: none;
}
.product_reviews .rating_wrp label {
	float: right;
	width: 17px;
	height: 17px;
	background: url( img/star-empty.png ) no-repeat 50% 50% / 100% 100%;
	cursor: pointer;
	margin-left: 3px;
}
.product_reviews .rating_wrp input:checked ~ label {
	background-image: url( img/star-full.png );
}
.product_reviews .user_name {
	display: block;
	margin-top: 20px;
}
.product_reviews form textarea {
	margin-top: 16px;
	resize: none;
}
.product_reviews form ::-webkit-input-placeholder {
	color: #8F7C6A;
}
.product_reviews form ::-moz-placeholder {
	color: #8F7C6A;
}
.product_reviews form :-ms-input-placeholder {
	color: #8F7C6A;
}
.product_reviews form :-moz-placeholder {
	color: #8F7C6A;
}
.product_reviews [type=submit] {
	display: none;
}
.product_reviews .submit {
	margin: 25px 0 0;
}
.product_reviews .submit .text {
	position: relative;
	padding-left: 30px;
}
.product_reviews .submit svg {
	position: absolute;
	left: 0;
	top: 0;
}
.product_reviews .submit svg path {
	stroke: #fff;
}
.product_reviews .submit b {
	position: absolute;
	right: 6px;
	top: -10px;
	z-index: 1;
	padding: 7px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	background: #E99921;
	border-radius: 6px;
}
.product_reviews .ajax-loader {
	position: absolute;
	left: 20px;
	top: 13px;
	margin: 0;
}

/* 											   Характеристики
------------------------------------------------------------- */
.product_full_spec td {
	padding: 9px 25px;
}
.product_full_spec td:first-child {
	font-weight: 600;
	white-space: nowrap;
}
.product_full_spec tr:nth-of-type(odd) td {
	background: #f8f7f7;
	border-top: 1px solid #ebeaea;
	border-bottom: 1px solid #ebeaea;
}

/* 													Документы
------------------------------------------------------------- */
.product_docs a {
	display: block;
	padding: 20px 24px 20px 80px;
	margin: 30px 0 0;
	font-size: 15px;
	border: 1px solid #e0dfdf;
	background: url(img/pdf.svg) no-repeat 25px 16px / 40px auto;
}
.product_docs a:hover {
	border-color: #00ab4d;
}
.product_docs .title {
	display: block;
	font-weight: 600;
}
.product_docs .size {
	font-weight: 500;
	color: #a2a2a2;
}

/* 												  Вы смотрели
------------------------------------------------------------- */
.product_viewed {
	padding-bottom: 30px;
}
.product_viewed h2 {
	margin: 0 0 12px;
}



/* ==========================================================================
	СТРАНИЦА КАТЕГОРИИ
========================================================================== */

.cat_page {
	padding: 0 0 120px;
}
.cat_page .content_wrp {
	display: flex;
	align-items: flex-start;
}
.cat_page .h1_wrp {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 30px;
}
.cat_page h1 {
	margin: 0;
}

/* 												 Подкатегории
------------------------------------------------------------- */
.sub_cats {
	margin: 0 0 30px;
}
.sub_cats a {
	position: relative;
	display: inline-block;
	padding: 6px 14px;
	margin: 0 15px 10px 0;
	font-weight: 500;
	border-radius: 7px;
	border: 1px solid #e0dfdf;
}
.sub_cats a:hover {
	background-color: #0269371f;
}
.sub_cats .active {
	color: #004036;
	border-color: #004036;
}

/* 												   Сортировка
------------------------------------------------------------- */
.cat_order {
	flex-shrink: 0;
	margin-left: 10px;
}
.cat_order a {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #e0dfdf;
}
.cat_order a:first-child {
	margin-right: 20px;
}
.cat_order .active {
	padding-right: 40px;
}
.cat_order .down {
	background: #f3f3f3 url(img/arrow-down.svg) no-repeat right 15px top 50% / 12px auto;
}
.cat_order .up {
	background: #f3f3f3 url(img/arrow-up.svg) no-repeat right 15px top 50% / 12px auto;
}

/* 													  Сайдбар
------------------------------------------------------------- */
#sidebar {
	flex-shrink: 0;
	width: 280px;
	margin-right: 25px;
}

/* 											Основной контент
------------------------------------------------------------- */
.cat_page main {
	width: 100%;
}
.cat_page main .inner {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0 -12px;
}
.cat_page .product_item {
	width: calc((100% - 6 * 12px) / 3);
	margin: 0 12px 25px;
}



/* ==========================================================================
	СТРАНИЦА ИЗБРАННОГО
========================================================================== */

.favourites_page main {
	width: 100%;
}
.favourites_page .inner {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0 -12px;
}
.favourites_page .product_item {
	width: calc((100% - 8 * 12px) / 4);
	margin: 0 12px 25px;
}
.clear_favourites {
	display: inline-block;
	padding: 15px 15px 15px 40px;
	margin: 25px 0;
	cursor: pointer;
	background: url(img/stop.png) no-repeat 0 50%;
}
.clear_favourites span:hover {
	border-bottom: 1px solid;
}
.no_favourites {
	font-size: 20px;
	margin-top: 40px;
}



/* ==========================================================================
	СТРАНИЦА СРАВНЕНИЯ
========================================================================== */

.no_compare {
	font-size: 20px;
	margin-top: 40px;
}
.compare_page {
	padding-bottom: 70px;
}
.compare_page main {
	margin-top: 40px;
}

/* 													Категории
------------------------------------------------------------- */
.compare_page .cats {
	display: block;
	margin: 0 0 20px;
}
.compare_page .cats label {
	display: inline-block;
	margin-bottom: 5px;
	color: #999;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}
.compare_page .cats label:not(:last-child) {
	margin-right: 30px;
}
.compare_page .cats .active {
	color: #26231F;
	cursor: default;
	border-bottom-color: #004036;
}

/* 											Панель управления
------------------------------------------------------------- */
.compare_page .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0 20px;
}
.compare_page .switcher {
	cursor: pointer;
}
.compare_page .switcher input {
	display: none;
}
.compare_page .switcher span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 24px;
	text-indent: -150%;
	clip: rect(0 0 0 0);
	color: transparent;
	user-select: none;
	margin-left: 18px;
}
.compare_page .switcher span:before,
.compare_page .switcher span:after {
	content: '';
	display: block;
	position: absolute;
	cursor: pointer;
}
.compare_page .switcher span:before {
	width: 100%;
	height: 100%;
	background-color: #F5F2F0;
	border-radius: 9999em;
	-webkit-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}
.compare_page .switcher span:after {
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
	-webkit-transition: left 0.25s ease;
	transition: left 0.25s ease;
}
.compare_page .switcher :checked + span:before {
	background-color: #004036;
}
.compare_page .switcher :checked + span:after {
	left: 24px;
}
.compare_page .clear {
	display: inline-block;
	cursor: pointer;
	padding: 15px 15px 15px 40px;
	background: url(img/stop.png) no-repeat 0 50%;
}
.compare_page .clear:hover span {
	border-bottom: 1px solid;
}

.compare_page .sliders_wrp .owl-nav {
	position: absolute;
	top: -70px;
	left: 44%;
	width: 115px;
}
.compare_page .sliders_wrp .owl-nav button {
	width: 45px;
	height: 45px;
	transition: 0.3s;
	background: #f7f7f7 !important;
}
.compare_page .sliders_wrp .owl-nav .disabled {
	cursor: default;
}
.compare_page .sliders_wrp .owl-nav button:not(.disabled):hover {
	background: #e7e6e6 !important;
}
.compare_page .sliders_wrp .owl-nav span {
	display: block;
	font-size: 40px;
	margin-top: -8px;
}
.compare_page .sliders_wrp .owl-nav .disabled span {
	opacity: .4;
}
.compare_page .sliders_wrp .owl-prev {
	margin-right: 10px;
}
.compare_page .sliders_wrp .owl-next {
	margin-left: 10px;
}


/* 													   Товары
------------------------------------------------------------- */
.compare_page .slider {
	display: none;
}
.compare_page .slider.active {
	display: block;
}
.compare_page .product_item .property {
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
	margin: 0 -15px;
	border-top: 1px solid #e0dfdf;
}
.compare_page .product_item .property label {
	font-size: 13px;
	font-weight: 500;
	color: #888;
}
.compare_page .product_item .property div {
	max-height: 37px;
	overflow: hidden;
}



/* ==========================================================================
	СТРАНИЦА "ДЛЯ ДИЛЕРОВ"
========================================================================== */

.page_wholesale h1 {
	margin: 30px 0 40px;
}
.page_wholesale .wrapper {
	display: flex;
	justify-content: space-between;
}
.page_wholesale .wrapper .left {
	width: calc(100% - 450px - 50px);
}
.page_wholesale .wrapper .right {
	width: 450px;
}
.page_wholesale .wrapper .right h3 {
	font-size: 20px;
	margin: 0 0 20px;
}

@media screen and (max-width: 1000px) {
	.page_wholesale .wrapper { display: block; }
	.page_wholesale .wrapper .left { width: 100%; }
	.page_wholesale .wrapper .right { width: 100%; margin: 50px 0 0; max-width: 500px; }
}



/* ==========================================================================
	СТРАНИЦА КОРЗИНЫ
========================================================================== */

.page_cart h1 {
	margin: 30px 0 25px;
}
.page_cart .thanx {
	font-size: 20px;
	margin-bottom: 100px;
}

/* 											  Таблица товаров
------------------------------------------------------------- */
.basket_list thead td {
	font-size: 15px !important;
	color: #5f5f5f;
	line-height: 1;
	padding: 10px 0;
	background: #f8f7f7;
	border-top: 1px solid #ebeaea;
	border-bottom: 1px solid #e0dfdf;
}
.basket_list tbody td {
	padding: 16px 0;
	border-bottom: 1px solid #e0dfdf;
}
.basket_list .title a {
	display: flex;
	align-items: center;
}
.basket_list .title .img {
	position: relative;
	width: 90px;
	height: 90px;
	margin: 0 20px;
	border: 1px solid #e0dfdf;
}
.basket_list .img u {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
}
.basket_list .name {
	font-size: 18px;
	font-weight: bold;
}
.basket_list .av {
	color: #7c7c7c;
	margin-left: 10px;
}
.basket_list .discounts {
	margin-top: 10px;
}
.basket_list .discounts div {
	position: relative;
	display: flex;
	width: fit-content;
	padding: 2px 10px 4px 0;
	color: #706f6f;
}
.basket_list .discounts .active {
	color: #026937;
	font-weight: 500;
	background: #e7f5ec;
}
.basket_list .discounts .active {
	padding-left: 10px;
	margin-left: -10px;
}
.basket_list .gift {
	display: block;
	color: #ba0c2f;
}
.basket_list .gift img {
	vertical-align: middle;
}
.basket_list .gift span {
	vertical-align: middle;
	line-height: 1;
}
.basket_list .type {
	display: block;
}
.basket_list .cost {
	width: 130px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	font-weight: 500;
}
.basket_list .price_wrp {
	display: block;
}
.basket_list .price {
	font-size: 20px;
	font-weight: 400;
}
.basket_list del {
	font-size: 15px;
}
.basket_list s {
	display: none;
}
.basket_list .note {
	display: block;
}
.basket_list .qty {
	display: inline-flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	border: 1px solid #d9d9db;
}
.basket_list .qty i {
	width: 33px;
	padding: 3px 0;
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	cursor: pointer;
}
.basket_list .qty i:hover {
	background: #eee;
}
.basket_list .qty input {
	width: 42px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	border-left: 1px solid #d9d9db;
	border-right: 1px solid #d9d9db;
}
.basket_list .sum {
	width: 135px;
	padding-left: 10px;
	padding-right: 10px;
}
.basket_list tbody .sum,
.basket_list tfoot .sum {
	font-size: 18px;
	font-weight: bold;
}
.basket_list .sum_wrp {
	position: relative;
}
.basket_list .sum_wrp strike {
	position: absolute;
	left: 0;
	top: 110%;
	white-space: nowrap;
	color: red;
	font-size: 16px;
	font-weight: 500;
}
.basket_list .sum_wrp strike span {
	color: #282626;
}
.basket_list .del {
	width: 30px;
	text-align: center;
}
.basket_list b {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 24px;
	cursor: pointer;
}
.basket_list b svg {
	position: absolute;
	left: 0; right: 0;
	bottom: 0; top: 0;
}
.basket_list b:hover path,
.basket_list b:active path {
	fill: #ba0c2f;
}
.basket_list tfoot td {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e0dfdf;
}
.basket_list .total_text {
	text-align: right;
	font-weight: bold;
	font-size: 21px;
	padding-right: 50px;
}
.basket_list .total_sum {
	font-size: 24px !important;
	white-space: nowrap;
}

/* 												 Форма заказа
------------------------------------------------------------- */
.order_form {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 45px 0 0;
	margin: 0 0 70px;
}
.order_form:before {
	content: '';
	position: absolute;
	left: 48%;
	top: 45px;
	bottom: 0;
	width: 1px;
	background: #e0dfdf;
}
.order_form h3 {
	display: inline-block;
	font-size: 19px;
	font-weight: 600;
	padding-bottom: 10px;
	margin: 0 0 28px;
	border-bottom: 1px solid #00ab4d;
}
.order_form .left {
	width: 48%;
	padding-right: 8%;
}
.order_form .wpcf7-form-control-wrap {
	display: block;
}
.order_form .wpcf7-form-control-wrap:not(:last-child) {
	margin-bottom: 15px;
}
.order_form [name] {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
}
.order_form .inn {
	display: none;
}
.order_form [name=info] {
	min-height: 125px;
	padding: 20px 15px 10px;
	resize: none;
	overflow: hidden;
}
.order_form .err {
	background-color: #ffd8d8;
}
.order_form .wpcf7-response-output {
	display: none !important;
}

.order_form .right {
	width: 52%;
	padding-left: 8%;
}
.order .delivery_title {
	margin-top: 40px !important;
}
.order_form label {
	display: inline-block;
	cursor: pointer;
	padding: 4px 0;
}
.order_form label > span {
	display: inline-block;
	position: relative;
	padding: 4px 0 6px 35px;
	line-height: 1;
	font-size: 16px;
}

.order_form label > span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	height: 23px;
	background: url(img/radio.png);
}

.order_form label > span b{
	color: #ba0c2f;
	font-weight: normal;
}

.order_form label :checked + span:before {
	background-position: 0 -23px;
}
.order_form [type=radio] {
	display: none;
}
.order_form .delivery_title {
	margin-top: 40px;
}
.order_form .change_city {
	font-size: 18px;
	font-weight: 500;
	color: #004036;
	border-bottom: 1px solid #004036;
}
.courier_info, .pickup_info {
	padding: 3px 0 3px 60px;
	font-size: 14px;
	background: url(img/car2.svg) no-repeat 35px 50%;
}
.order_form .submit {
	position: relative;
	width: 100%;
	max-width: 325px;
	margin: 50px 0 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 20px 0;
	cursor: pointer;
}
.order_form .submit img {
	display: none;
	position: absolute;
	left: 20px;
	top: 10px;
	width: 40px;
}
.order_form .submit.wait img {
	display: block;
}
.order_form .disclaimer {
	line-height: 1.2;
	font-size: 13px;
}
.order_form .disclaimer a {
	text-decoration: underline;
}

/* 									   Уведомление об ошибках
------------------------------------------------------------- */
#cart_field_err {
	position: fixed;
	z-index: 999999;
	display: none;
	text-align: center;
	top: 30px;
	left: 0;
	right: 0;
}
#cart_field_err div {
	position: relative;
	display: inline-block;
	padding: 15px 60px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 18px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #ff3838cc;
}



/* ==========================================================================
	РЕЗУЛЬТАТЫ ПОИСКА
========================================================================== */

.search_page {
	padding-bottom: 100px;
}
.search_page h1 {
	margin: 30px 0 45px;
}
.search_page .not_found {
	font-size: 20px;
}
.search_page .item {
	display: flex;
	padding: 20px 25px;
	border: 1px solid transparent;
}
.search_page .num {
	width: 40px;
	font-weight: 500;
}
.search_page .img {
	padding: 15px;
	margin-right: 20px;
	border: 1px solid #e0dfdf;
	transition: none;
}
.search_page .img img {
	width: 70px;
}
.search_page .info {
	width: 550px;
}
.search_page h3 {
	font-size: 20px;
	margin: 5px 0 10px;
}
.search_page .av {
	font-weight: 600;
	color: #00ab4d;
}
.search_page .code {
	font-weight: 500;
	margin: 0 35px;
}
.search_page .price {
	font-weight: 700;
}
.search_page .btn_wrp {
	padding-top: 40px;
}
.search_page .btn {
	display: none;
}

.item.av_no img {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .4;
}
.item.av_no *:not(.btn) {
	color: #a9a9a9;
}

.search_page .item:hover {
	border-color: #e0dfdf;
}
.search_page .item:hover .img {
	border-color: transparent;
}
.search_page .item:hover .btn {
	display: block;
}



/* ==========================================================================
	ПОДВАЛ
========================================================================== */

.footer_top {
	background: #f3f3f3;
	border-bottom: 1px solid #b9b9bd;
}
.footer_top .container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 21px 0;
}
.footer_top span {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 45px;
}
.footer_top .btn {
	flex-shrink: 0;
	padding: 17px 24px 19px;
	font-size: 16px;
}

.footer_middle {
	background: #f3f3f3;
}
.footer_middle .container {
	display: flex;
	justify-content: space-between;
}
.footer_middle .left {
	position: relative;
}
.footer_middle .left,
.footer_middle .right {
	padding: 35px 0 28px;
}
.footer_middle .logo {
	display: block;
	width: auto;
}
.footer_middle .left .links {
	position: absolute;
	z-index: 1;
	left: 67px;
	top: 74px;
	white-space: nowrap;
}

.footer_middle .right {
	text-align: right;
}
.footer_middle .email {
	display: inline-block;
	line-height: 1;
	font-size: 18px;
	padding: 2px 0 4px 40px;
	background: url(img/letter.png) no-repeat 0 50%;
}
.footer_middle .phone {
	display: block;
	font-size: 32px;
	line-height: 1.13;
	font-weight: 800;
	margin: 7px 0;
	white-space: nowrap;
}


#footer_new {
	margin: 70px 0 0;
}
.footer_new_top {
	padding: 30px 0;
	background: #f2f2f2;
	border-bottom: 1px solid #d1d1d8;
	border-top: 1px solid #d1d1d8;
}
.footer_new_top .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.footer_new_top .right p {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	text-align: right;
	margin: 0 20px 0 0;
}
.footer_new_top .right .btn {
	vertical-align: middle;
	padding: 17px 24px 19px;
    font-size: 16px;
}

.footer_new_bottom {
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: 300;
}
.footer_new_bottom .col_1 {
	width: 30%;
}
.footer_new_bottom .col_2 {
	width: 40%;
}
.footer_new_bottom .col_3 {
	width: 30%;
}
.footer_new_bottom .title {
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 5px;
}
.footer_new_bottom ul {
	padding-left: 15px;
	list-style: disc;
}
.footer_new_bottom address {
	font-style: normal;
}
.footer_new_bottom address br {
	display: none;
}
.footer_new_bottom .phone {
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	margin: 12px 0 7px;
}
.footer_new_bottom .contacts {
	margin: 0 0 15px;
}
.footer_new_bottom .contacts a {
	text-decoration: underline;
}
.footer_new_bottom a:hover {
	color: #026937 !important;
}
.footer_new_bottom .info .email,
.footer_new_bottom .soc_icons {
	display: inline-block;
	vertical-align: middle;
}
.footer_new_bottom .soc_icons {
	margin-left: 26px;
}
.footer_new_bottom .split {
	display: block;
	margin: 10px 0 0;
}



/* ==========================================================================
	АДАПТИВ
========================================================================== */

@media only screen and (max-width: 1250px) {
	.container { padding-left: 15px !important; padding-right: 15px !important; }
}
@media only screen and (max-width: 1100px) {
	.home_banner .right { display: none; }
	.footer_new_top .container { justify-content: center; }
	.footer_new_top .container .logo { display: none; }
	.search_page .btn { display: flex; }
}
@media only screen and (max-width: 1000px) {
	.ta_mobile_menu_toggle { display: block; }
	body { padding-top: calc( 90px + 41px); }
	body.admin-bar { padding-top: calc( 90px + 41px + 32px ); }
	#header { top: 40px; }
	body.admin-bar #header { top: calc( 40px + 32px ); }
	#header .bottom, #header .logo span, #header .info:after { display: none; }
	#header .logo { width: auto; }
	#header .info_wrp { border-left: 0; width: auto; border: 0; }
	#header .info { width: auto; padding: 0; border: 0; }
	#header .services { width: auto; }
	#header .favourites { margin: 0 25px 0 30px; }
	#search_form2 { position: relative; margin-top: 15px; }
	#search_form2 [name='s'] { height: 44px; width: 100%; padding: 0 40px 0 10px; border: 0; }
	#search_form2 [type='submit'] { position: absolute; right: 10px;top: 5px; bottom: 5px; width: 30px; background: url(img/zoom.png) no-repeat 50% 50%; border: 0; }
	.favourites_page .product_item { width: calc((100% - 6 * 12px) / 3); }
	.cat_page .product_item { width: calc((100% - 4 * 12px) / 2); }
	.product_short_spec { margin-right: 15px; }
	.product_info .add_to_cart, .buy_one_click { flex-shrink: 0; }
	#header { -webkit-box-shadow: 0px 10px 8px -9px rgba(34, 60, 80, 0.2); -moz-box-shadow: 0px 10px 8px -9px rgba(34, 60, 80, 0.2); box-shadow: 0px 10px 8px -9px rgba(34, 60, 80, 0.2); }
	.home_banner { padding: 45px 0 60px; }
	.home_banner h1 { font-size: 34px; }
	.home_banner .text { font-size: 22px; }
	.home_advantages .item { flex-basis: calc(50% - 30px); }
	.home_articles .item { flex-basis: calc(33.33% - 30px); }
	.footer_middle .left .links a { display: block; }
	.footer_middle .left .links span { display: none; }
	.footer_new_bottom { padding-bottom: 30px; }
	.footer_new_bottom .col_1 { width: 50%; }
	.footer_new_bottom .col_2 { width: 50%; }
	.footer_new_bottom .col_3 { width: 100%; padding-top: 30px; }
}
@media only screen and (max-width: 900px) {
	.product_wrp { flex-wrap: wrap; }
	.product_images{ width: 100%; margin: 40px; }
	.product_short_spec { width: 50%; }
	.product_tabs section.product_reviews.active { display: block; }
	.product_reviews .list { width: auto; margin: 0 0 40px; }
	.product_reviews form { width: 100%; }
	.home_banner a { display: inline-block; margin-bottom: 15px; }
	.product_text { display: block; }
	.product_text .left { width: 100%; margin: 30px 0 0; }
	.product_docs a { max-width: 400px; }
}
@media only screen and (max-width: 800px) {
	.search_page .item { flex-wrap: wrap; padding: 0; margin: 0 0 50px; }
	.search_page .info { margin: 7px 0 0; }
	.search_page .btn_wrp { padding-top: 20px; }
	.search_page .num { width: 30px; }
	.favourites_page .product_item { width: calc((100% - 4 * 12px) / 2); }
	.sub_cats { display: none; }
	.cat_page .content_wrp { display: block; }
	#sidebar { width: 100%; margin: 0 0 40px; }
	.home_cats .item { flex-basis: calc(100% - 30px); }
	.home_advantages .item { padding: 0 0 0 75px; }
	.logo span { display: none; }
}
@media only screen and (max-width: 700px) {
	.page_contacts .right { display: none; }
	.page_contacts .left, .product_short_spec, .product_info { width: 100%; }
	#map { height: 300px; }
	.product_short_spec { margin: 0 0 30px; }
	.product_wrp { padding-bottom: 30px; }
	.product_tabs .tabs label:not(:last-child) { margin-right: 0; }
	.product_info .delivery br { display: none; }
	.home_advantages .item { flex-basis: calc(100% - 30px); }
	.home_advantages .item { padding: 0 0 0 90px; }
	.footer_middle .phone { white-space: nowrap; font-size: 25px; }
	#header .info .phone { font-size: 20px; }
	.page_delivery .flex { display: block; }
	.page_delivery .img { width: 100%; }
	.page_delivery .text { width: 100%; padding: 30px 0 0 !important; }
	.footer_middle .left .links a { font-size: 16px; }
	.footer_new_bottom .col_1 { width: 100%; }
	.footer_new_bottom .col_2 { width: 100%; padding-top: 30px; }
	.footer_new_top .right p span { display: none; }
}
@media only screen and (max-width: 600px) {
	body { padding-top: calc( 91px + 77px + 40px); }
	body.admin-bar { padding-top: calc( 91px + 77px + 46px + 40px ); }
	body.admin-bar .ta_mobile_menu_toggle { top: 46px; }
	body.admin-bar .ta_mobile_menu { top: 84px; }
	body.admin-bar #header { top: calc( 40px + 46px ); }
	#header .info { display: none; }
	.bottom_mobile { display: block; }
	.cat_page .h1_wrp { display: block; margin: 0 0 12px; }
	.cat_order { margin: 25px 0 0; }
	.product_tabs .tabs label { display: inline-block; margin-bottom: 10px; }
	.order_form { display: block; }
	.order_form:before { display: none; }
	.order_form .left, .order_form .right { width: 100%; padding: 0; }
	.order_form .left { margin-bottom: 40px; }
	.basket_list, .basket_list tbody, .basket_list tbody td, .basket_list tbody tr { display: block; }
	.basket_list thead { display: none; }
	.basket_list tbody tr:not(:last-child) { margin-bottom: 15px; }
	.basket_list tbody td { position: relative; width: auto !important; text-align: left !important; padding: 6px 0 6px 140px !important; }
	.basket_list tbody td:before { content: attr(data-th); display: flex; align-items: center; position: absolute; left: 0; top: 0; bottom: 0; width: 125px; padding-left: 10px; background: #eee; font-size: 14px; font-weight: 400; }
	.basket_list .title .img { display: none; }
	.basket_list tfoot .empty { width: 250px; }
	.basket_list .total_text { padding-right: 0; }
	.compare_page .switcher { width: 70px; }
	.compare_page .switcher span { margin: 7px 0 0; }
	.compare_page .top { align-items: flex-start; }
	.compare_page .clear { width: 64px; padding: 0 0 30px 0; background-position: 0 40px; }
	.compare_page .sliders_wrp .owl-nav { top: -77px; left: calc( ( 100% - 70px - 64px ) / 2 + 15px ); }
	.home_banner { padding: 45px 0; }
	.home_banner h1 { font-size: 22px; }
	.home_banner .text { font-size: 16px; margin: 20px 0 30px; }
	.home_banner a { max-width: 43vw; }
	.home_cats .item { padding: 30px 280px 30px 30px; }
	.home_advantages { padding: 45px 0; }
	.home_advantages h2, .home_articles h2 { font-size: 26px; }
	.home_advantages h3 { font-size: 20px; }
	.home_advantages p { font-size: 16px; }
	.home_advantages img { max-width: 40px; }
	.home_advantages .item { padding: 0 0 0 70px; }
	.home_articles .sub_title { font-size: 20px; }
	.home_articles .item {	flex-basis: calc(50% - 30px); }
	.page_delivery .top_icons { flex-wrap: wrap; }
	.page_delivery .top_icons .item { width: calc( 50% - 30px ); }
	.footer_middle .container { display: block; }
	.footer_middle .left, .footer_middle .right { padding: 25px 0 20px; text-align: center; }
	.footer_middle .left .links { position: initial; margin-top: 15px; }
	.footer_middle .right { padding-top: 0; }
	#modal_equipment_calculation_form .info, #modal_equipment_calculation_form .title_wrp .left { display: none; }
	#modal_equipment_calculation_form .title_wrp .text_1 { font-size: 30px; }
	#modal_equipment_calculation_form .title_wrp .text_2 br { display: none; }
	#modal_equipment_calculation_form .btn { margin: 0; }
	#modal_equipment_calculation_form .fields > * { flex-basis: calc(100% - 30px); }
	#modal_equipment_calculation_form .wpcf7 .ajax-loader { bottom: 44px; }
}
@media only screen and (max-width: 500px) {
	.footer_top .container { display: block; }
	.footer_top span { display: block; margin: 0 0 10px; }
	.search_page, .cat_page { padding-bottom: 20px; }
	h1 { font-size: 26px; }
	.search_page .price_wrp { white-space: nowrap; }
	.search_page .code { display: block; margin: 0; }
	.favourites_page .product_item { width: calc( 100% - 24px ); max-width: 300px; margin: 0 auto 25px; }
	.cat_page .product_item { width: calc( 100% - 24px ); max-width: 300px; margin: 0 auto 25px; }
	.product_reviews .date { display: block; margin: 0; white-space: nowrap; }
	.product_reviews .rating_wrp div { white-space: nowrap; width: 150px; }
	#modal_one_click_form .left { width: 120px; }
	#modal_one_click_form .left p { font-size: 12px; }
	.fancybox-content .title { font-size: 24px; margin: 0 0 20px; }
	#modal_one_click_form .price { display: block; }
	.fancybox-stage .wpcf7 { padding: 25px; }
	.wpcf7 .disclaimer { font-size: 11px; }
	.fancybox-content p { font-size: 14px; }
	#modal_cheap .flex > *:first-child { margin-right: 15px; }
	#modal_cheap .flex > *:last-child { width: 100px; }
	.logo { width: auto; }
	.home_cats .item { padding: 17px 185px 17px 20px; }
	.home_cats .title { font-size: 17px; }
	.home_cats .text { font-size: 16px; margin: 5px 0 15px; }
	.home_articles h3 { font-size: 14px; margin: 14px 0 0px; }
	.page_delivery .top_icons { margin: 60px 0 10px; }
	.page_delivery .top_icons p { font-size: 15px; }
	.ta_blocks .title { background: #F4F4F4 url(img/arrow-down.svg) no-repeat right 20px top 50% / 15px auto; }
	.home_cats .img { width: 183px; }
	.footer_new_top .right p { font-size: 15px; }
	.footer_new_top .right .btn { padding: 13px 16px 15px; }
	.product_full_spec td:first-child { white-space: normal; }
	#modal_equipment_calculation_form .title_wrp .text_1 { font-size: 24px; }
	#modal_equipment_calculation_form .title_wrp .text_2 { font-size: 16px; }
	#modal_equipment_calculation_form .wpcf7 .ajax-loader { right: 20px; }
	#call_equipment_calculation { left: 0; right: 0; top: auto; bottom: 20px; font-size: 16px; text-align: center;border-radius: 0; }
	.footer_new_bottom { padding-bottom: 100px; }
}
@media only screen and (max-width: 400px) {
	#header .logo img, .footer_middle .left img { width: 130px; }
	.product_tabs .tabs label { font-size: 15px; }
	.basket_list .total_text, .basket_list tfoot .sum { font-size: 18px; }
	.basket_list tfoot td { padding-top: 45px; line-height: 1; }
}



/* == IN CODE WE TRUST == */
