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




/*--------------------------------------------------------------
>>> СОДЕРЖАНИЕ:
----------------------------------------------------------------
	CSS RESET
	ОБЩИЕ СТИЛИ
		Текстовый контент
		Карусели
		Кнопки
	ШАПКА
	МОБИЛЬНОЕ МЕНЮ
	ГЛАВНАЯ
	СТРАНИЦА ТОВАРА
	СТРАНИЦА КОРЗИНЫ
	ПОДВАЛ
	АДАПТИВ
--------------------------------------------------------------*/



/* ==========================================================================
	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 {
	font: 14px/1.3 'Roboto', sans-serif;
	color: #565c66;
}
body.admin-bar { padding-top: 32px; }
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	margin: 0;
	color: #2c333e;
}
h1 { font-size: 36px; line-height: 1.2; }
h2 { font-size: 34px; }
h3 { font-size: 29px; }
h4 { font-size: 22px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a { transition: 0.3s; text-decoration: none; }
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%; color: #565c66; }
textarea { display: block; }
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;
}

/* 									   Анимация плейсхолдеров
------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}
:-moz-placeholder {
	color: #999;
}
.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;
}
.placeholder_replace:focus + .placeholder,
.placeholder_replace.not_empty + .placeholder {
	top: 5px;
	font-size: 12px;
}
input.placeholder_replace:focus,
input.placeholder_replace.not_empty {
	padding-top: 10px;
}

/* 											Текстовый контент
------------------------------------------------------------- */
.text_page {
	padding-top: 50px;
	padding-bottom: 50px;
}
.text_content p, .text_content h1, .text_content h2, .text_content h3,
.text_content h4, .text_content h5, .text_content h6 {
	margin: 0 0 30px;
}
.text_content .table_wrapper {
	overflow-x: auto;
}
.text_content table {
	margin: 0 0 30px;
}
.text_content tr:first-child > * {
	font-weight: 700;
	background: #F2F5F8 !important;
}
.text_content td {
	font-size: 18px;
	padding: 12px 30px;
	color: #2a2e38;
}
.text_content td:first-child {
	width: 200px;
	position: sticky;
	z-index: 0;
	left: 0;
	background: #fff;
}
.text_content td:nth-of-type(2) {
	width: 20px;
	white-space: nowrap;
}
.text_content tr:not(:first-child) td {
	border-bottom: 1px solid #e1e1e1;
}
.text_content td:nth-of-type(2) span {
    display: inline-block;
	font-size: 16px;
    font-weight: 700;
	padding: 5px 10px;
	background: #F2F5F8;
	border-radius: 7px;
}
.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;
}

/* 													 Карусели
------------------------------------------------------------- */
.owl-dots {
	text-align: center;
}
.owl-dots span {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #D9D9D9;
	border-radius: 50%;
}
.owl-dots button:not(:last-child) {
	margin-right: 17px;
}
.owl-dots .active span {
	background: transparent;
    box-shadow: 0 0 0 4px #9B1A81;
}

/* 													   Кнопки
------------------------------------------------------------- */
.btn {
	display: inline-block;
	line-height: 1;
	padding: 14px 20px;
	color: #fff;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #9b1981;
	transition: all .2s ease!important;
}
.btn:hover {
	color: #9b1a81 !important;
	background: #fff !important;
	border: 1px solid #9b1a81;
}

/* 											Панель информации
------------------------------------------------------------- */
#info_panel {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 1150px;
	margin: 0 auto;
	padding: 20px 150px 18px;
	color: #fff;
	font-size: 14px;
	background: #9b1981 url(img/info.svg) no-repeat 120px 22px;
	border-radius: 10px 10px 0px 0px;
}

/* 										Окно с благодарностью
------------------------------------------------------------- */
#modal_thanx {
	display: none;
}
#modal_thanx .title {
	font-size: 24px;
	margin: 0 0 25px;
}
#modal_thanx p {
	font-size: 18px;
}

/* 													   Прочее
------------------------------------------------------------- */
.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: 1150px;
	margin: 0 auto;
}
.hide {
	display: none !important;
}
.li_special li {
	padding: 20px 0 20px 77px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #2c333e;
	background: url(img/star.svg) no-repeat 0 50%;
}
.mobile {
	display: none;
}



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

#header {
	height: 300px;
	background: url(img/home-top.jpg) no-repeat 50% 0 / cover;
}
body.single-post #header,
body.page-id-174 #header {
	height: 88px;
	background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
#header .inner {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
}
.admin-bar #header .inner {
	top: 32px;
}
#header .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#header a {
	color: #fff;
}
#header .logo img {
	max-width: 210px;
}
#header .menu {
	display: inline-block;
}
#header .menu_wrp {
	display: flex;
	align-items: center;
}
#header .phone {
	padding-left: 55px;
	margin-left: 30px;
	background: #9b1981 url(img/phone2.svg) no-repeat 20px 50% / 25px auto;
}
#header .phone:hover {
	background: #fff url(img/phone3.svg) no-repeat 20px 50% / 25px auto !important;
}
#header .menu li {
	position: relative;
	display: inline-block;
}
#header .menu li:not(:last-child) {
	margin-right: 30px;
}
#header .menu li >  a {
	font-size: 16px;
	font-weight: 500;
}
#header .menu li >  a:not([href]) {
	cursor: default;
}
#header .menu li:hover > a {
	color: #9b1981 !important;
}
body.scrolled #header .inner {
	background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
body.scrolled #header .menu li a,
body.single-post #header .menu li a,
body.page-id-174 #header .menu li a {
	color: #333;
}
body.scrolled #header .menu {
	padding: 15px 0 15px;
}
#header .sub-menu {
	display: none;
	position: absolute;
	white-space: nowrap;
	padding: 10px 0;
}
#header li:hover .sub-menu {
	display: block;
}


/* 												  Миникорзина
------------------------------------------------------------- */
.mini_cart {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-left: 30px;
	background: url(img/cart2.svg) no-repeat 50% 50% / 28px auto;
}
.mini_cart i {
	position: absolute;
    width: 20px;
    height: 20px;
    left: 31px;
    top: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
    color: #fff !important;
    border-radius: 50%;
    background: #9b1981;
}

/* 												 Блок с инфой
------------------------------------------------------------- */
#header .info_wrp {
	position: relative;
}
#header .info {
	position: absolute;
	top: calc(100% + 10px );
	right: 0;
	min-width: 300px;
	padding: 15px 16px;
	-webkit-box-shadow: 0px 5px 30px rgba(34, 34, 34, 0.1);
	box-shadow: 0px 5px 30px rgba(34, 34, 34, 0.1);
	background: #fff;
	border-radius: 8px;
	transition: 0.3s;
	opacity: 0;
    visibility: hidden;
}
#header .info:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 12px;
	background: transparent;
}
#header .info_wrp:hover .info {
	opacity: 1;
    visibility: visible;
}
#header .info .item {
	padding: 7px 0;
}
#header .info .title {
	font-size: 12px;
	color: #999;
	margin: 0 0 5px;
}
#header .info a {
	display: inline-block;
	padding-left: 30px;
	color: #9b1981;
	background: url(img/mail2.svg) no-repeat 0 50% / contain;
}
#header .info a span {
	position: relative;
}
#header .info a span:after {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #9b1981;
    transition: width 0.5s;
}
#header .info a span:hover:after {
	content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    background-color: #9b1981;
    transition: width 0.5s;
}

/* 													  Каталог
------------------------------------------------------------- */
.menu .catalog {
	display: flex ;
	position: absolute;
	z-index: 99999;
	top: calc(100% + 15px);
	left: -250px;
	align-items: flex-start;
	padding: 30px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.15);
	transition: 0.3s;
	opacity: 0;
    visibility: hidden;
}
.menu li:hover .catalog {
	opacity: 1;
    visibility: visible;
}
.menu .catalog:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 21px;
}
.menu .catalog:after {
	content: '';
	position: absolute;
	left: 284px;
	top: -9px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid #fff;
}
body.scrolled .menu .catalog:after {
	border-bottom-color: #ccc;
}
.menu .catalog .item {
	width: 155px;
	padding: 20px 10px 0;
	border: 2px solid #eee;
}
.menu .catalog .item:not(:last-child) {
	margin-right: 10px;
}
.menu .catalog .cat_name {
	line-height: 1.1;
	color: #222;
	font-weight: bold;
	margin: 0 0 20px;
}
.menu .catalog .img {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 90px;
	margin: 0 0 15px;
}
.menu .catalog .item a {
	display: block;
	color: #666 !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 7px;
	transition: 0s;
}
.menu .catalog .item a:hover {
	color: #9b1981 !important;
}



/* ==========================================================================
	МОБИЛЬНОЕ МЕНЮ
========================================================================== */

/* 												Переключатель
------------------------------------------------------------- */
#mobile_menu_toggle {
	display: none;
	position: relative;
	width: 40px;
	height: 36px;
	margin-right: 40px;
	transition: all 300ms ease-in-out;
	z-index: 9990;
}
#mobile_menu_toggle input {
	position: absolute;
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}
#mobile_menu_toggle input:checked + span {
	background: transparent;
	left: 0;
}
#mobile_menu_toggle input:checked + span:after {
	transform: rotate(45deg) translate(-1px, -12px);
	left: -7px;
	background: #fff;
}
#mobile_menu_toggle input:checked + span:before {
	transform: rotate(-45deg) translate(-4px, 16px);
	left: -7px;
	background: #fff;
}
#mobile_menu_toggle span {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #34495E;
	margin-top: 10px;
	transition: all 0.1s;
	left: 0;
}
#mobile_menu_toggle span:before, #mobile_menu_toggle span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #34495E;
	top: -12px;
	left: 0;
	transition: all 0.3s;
}
#mobile_menu_toggle span:after {
	top: 12px;
}

/* 														 Меню
------------------------------------------------------------- */
#mobile_menu {
	display: none;
	position: fixed;
	z-index: 999;
	top: -100vh;
	left: 0px;
	right: 0;
	height: 100vh;
	overflow-y: auto;
	padding: 4vh 3vw 4vw 6vw;
	color: #fff;
	background: #9b1a81;
	transition: all 200ms ease-in-out;
}
body.mobile_menu_open {
	overflow: hidden;
}
body.mobile_menu_open #mobile_menu {
	top: 0;
}
body.mobile_menu_open.admin-bar #mobile_menu {
	top: 32px;
}

.mobile_menu_ul > li > a {
	display: inline-block;
	padding: 4px 0;
	font-size: 20px;
}
.mobile_menu_ul .img {
	display: none;
}
.mobile_menu_ul .catalog {
	padding: 0 0 0 40px
}
.mobile_menu_ul .item {
	padding: 7px 0;
}
.mobile_menu_ul .cat_name {
	font-size: 18px;
	margin: 0 0 7px;
	color: burlywood;
}
.mobile_menu_ul .item > a {
	display: inline-block;
    padding: 4px 9px;
    margin: 0 20px 10px 0;
	border: 1px solid #fff;;
    border-radius: 14px;
}



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

/* 														О нас
------------------------------------------------------------- */
.home_about {
	padding: 70px 0 0;
	overflow-x: hidden;
}
.home_about h2 {
	margin: 0 0 60px;
	text-align: center;
}
.home_about .item {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.home_about .item:nth-of-type(odd) {
	flex-direction: row-reverse;
}
.home_about .item:nth-of-type(even) {
	margin: 100px 0;
}
.home_about .text {
	width: 580px;
	flex-shrink: 0;
	visibility: hidden;
}
.home_about .text p {
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 1.7;
}
.home_about .img {
	width: 43%;
	visibility: hidden;
}
.home_about .item:nth-of-type(odd) .img {
	margin-right: 70px;
}
.home_about .item:nth-of-type(even) .img {
	margin-left: 70px;
}
.home_about h3 {
	margin: 0 0 40px;
}

/* 												 Преимущества
------------------------------------------------------------- */
.home_advantages {
	padding: 100px 0 0 0;
	background: linear-gradient(to top,#F7F8FD 0%,rgba(247,248,253,0) 100%);
}
.home_advantages h2 {
	margin: 0 0 40px;
	text-align: center;
}
.home_advantages .owl-stage{
	display: flex;
	padding-bottom: 100px;
}
.home_advantages .owl-item {
	border: 1px solid #DEE2F8;
	border-radius: 20px;
}
.home_advantages .owl-item:hover {
	box-shadow: 0 15px 20px rgba(44,51,62,.12);
	border: 1px solid #fff;
}
.home_advantages .content {
	padding: 30px 20px 25px;
	text-align: center;
	line-height: 1.8;
}
.home_advantages .img_wrp {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	padding: 13px;
	border: 1px solid #DEE2F8;
	border-radius: 50%;
}
.home_advantages img {
	border-radius: 50%;
}
.home_advantages h4 {
	margin: 30px 0;
}

/* 											  Бесплатная зона
------------------------------------------------------------- */
.home_zone {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	padding: 110px 0 100px;
}
.home_zone .img_wrp {
	position: relative;
	width: 45%;
	text-align: center;
}
.home_zone .img_wrp:before {
	content: '';
	position: absolute;
    background: url(img/home-zone-2.svg);
    width: 156px;
    height: 140px;
    bottom: -50px;
    left: -60px;
}
.home_zone .img_wrp:after {
	content: '';
	position: absolute;
    background: url(img/home-zone-3.svg);
    width: 73px;
    height: 64px;
    bottom: -75px;
    left: 125px;
}
.home_zone .text {
	width: 55%;
	padding: 0 9% 0 3%;
}
.home_zone h2 {
	line-height: 1.4;
	margin: 0 0 30px;
}
.home_zone p {
	margin: 0 0 20px;
	line-height: 1.8;
	font-size: 16px;
}

/* 													Продукция
------------------------------------------------------------- */
.products_intro {
	text-align: center;
}
.products_intro h2 {
	padding: 18px 0 12px;
}
.products_intro p {
	max-width: 829px;
	margin: 0 auto;
	line-height: 1.7;
}

.product {
	padding: 70px 0;
	background-image: linear-gradient(180deg,rgba(247,248,253,0) 0%,#f7f8fd 100%);
}
.product h3 {
	text-align: center;
}
.product h3 + p {
	max-width: 800px;
	margin: 30px auto 0;
	text-align: center;
}
.product .wrp {
	display: flex;
	align-items: flex-start;
	margin: 60px 0 0;
}
.product:nth-of-type(even) .wrp {
	flex-direction: row-reverse;
}
.product .owl-carousel {
	width: 50%;
}
.product .owl-stage-outer {
	padding-bottom: 5px;
}
.product .item {
	position: relative;
	max-width: 528px;
	min-height: 362px;
	border-radius: 200px;
	border: 1px solid #2C333E;
}
.product .img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	border: 1px solid #DEE2F8;
	border-radius: 160px;
}
.product .img img {
	width: auto;
}
.product .owl-dots {
	text-align: center;
	margin: 30px 0 0;
}
.product .owl-dots span {
	display: block;
	width: 36px;
	height: 4px;
	margin: 0 5px;
	cursor: pointer;
	background: #E6E8EB;
	border-radius: 3px;
}
.product .owl-dots .active span {
	background: #2C333E;
}

.product .description {
	width: 50%;
	padding: 0 0 0 60px;
}
.product:nth-of-type(even) .description {
	padding: 0 60px 0 0;
}
.product_spec {
	display: flex;
	align-items: center;
	font-size: 20px;
    font-weight: 600;
	color: #2C333E;
	margin: 15px 0;
}
.product_spec img {
	margin-right:  20px;
}

.product_tech {
	position: relative;
	margin-top: -45px;
}
.product_tech header {
	position: relative;
	z-index: 2;
	width: 44%;
	margin-left: auto;
	padding: 25px 20px;
	color: #2C333E;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	border: 1px solid #DEE2F8;
	background: #fff;
	border-radius: 20px;
}
.product:nth-of-type(even) header {
	margin-left: 0;
}
.product_tech header:hover {
	color: #9B1A81;
}
.product_tech header:after {
	content: '';
	position: absolute;
	right: 37px;
	top: 49%;
	width: 17px;
	height: 17px;
	background: url(img/angle-down.svg) no-repeat 50% 50%;
	transform: translateY(-50%);
	transition: all .2s ease;
}
.product_tech header.open {
	border-radius: 20px 20px 0 0;
	border-bottom: 0;
}
.product_tech header.open:after {
	transform: translateY(-50%) rotate(-180deg);
	top: 53%;
}
.product_tech .content {
	display: none;
	position: relative;
	z-index: 1;
	top: -1px;
	padding: 30px 33px 34px;
	background: #fff;
	border: 1px solid #DEE2F8;
    border-radius: 20px 0 20px 20px;
}
.product:nth-of-type(even) .product_tech .content {
	border-radius: 0 20px 20px 20px;
}
.product_tech .content img {
	width: 100%;
}
.product_tech .content a {
	display: flex;
	justify-content: center;
    align-items: center;
	text-align: center;
	margin-top: 30px;
    font-size: 18px;
	color: rgb(155, 26, 129);
	text-decoration: underline;
}

/* 										 			Наш адрес
------------------------------------------------------------- */

.get_offer {
	padding-top: 70px;
	padding-bottom: 100px;
}
.get_offer h2 {
	margin: 0 0 30px;
	padding-left: 5px;
}
.get_offer p {
	margin: 0 0 30px;
	padding-left: 5px;
}
.get_offer .inner {
	display: flex;
	align-items: flex-start;
}
.get_offer .form_wrp {
	width: 50%;
}
.get_offer .img {
	position: relative;
	width: 50%;
	padding: 0 5%;
}
.get_offer .img:before {
	content: '';
	position: absolute;
    background: url(img/get_offer-2.svg);
    width: 160px;
    height: 173px;
    top: -10px;
    right: 1%;
}

.get_offer .map {
	padding: 13px;
	margin: 40px 0 50px;
	border: 1px solid #DEE2F8;
    border-radius: 66px;
}
.get_offer .map iframe {
	width: 100%;
	height: 300px;
    border-top-left-radius: 54px;
    border-top-right-radius: 54px;
    border-bottom-left-radius: 54px;
    border-bottom-right-radius: 54px;
}

.get_offer .address {
	padding: 0 0 0 55px;
	margin: 0 0 40px;
	line-height: 1.7;
	background: url(img/pointer.svg) no-repeat 0 50% / 46px 46px;
}
.get_offer .mail,
.get_offer .phone {
	display: inline-block;
	vertical-align: middle;
	padding: 20px 0 20px 55px;
}
.get_offer .mail {
	margin-right: 40px;
	background: url(img/mail.svg) no-repeat 0 50% / 46px 46px;
}
.get_offer .phone {
	background: url(img/phone1.svg) no-repeat 0 50% / 46px 46px;
}
.get_offer .mail a,
.get_offer .phone a {
	color: #565c66;
}
.get_offer .mail a:hover,
.get_offer .phone a:hover {
	color: #9b1a81;
}
.get_offer .wpcf7-response-output {
	display: none !important;
}
.get_offer .wpcf7-spinner {
	position: absolute;
	margin: 0;
	left: 0;
	bottom: 9px;
}


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

.product_page {
	padding-top: 50px;
	padding-bottom: 90px;
}
.product_top {
	display: flex;
	align-items: flex-start;
}
.product_top .left {
	width: 50%;
	padding: 0 40px;
}
.product_top .right {
	position: relative;
	width: 50%;
}
.product_top .right.wait:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.7);
}
.product_top .right.wait:after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: radial-gradient(farthest-side,#cf24c3 94%,#0000) top/9px 9px no-repeat, conic-gradient(#0000 30%,#cf24c3);
	-webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
	animation: spinner-c7wet2 1s infinite linear;
}
@keyframes spinner-c7wet2 {
   100% {
      transform: rotate(1turn);
   }
}
.product_top h1 {
	position: relative;
	margin: 0 0 60px;
}
.product_top h1:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 50px;
    height: 4px;
    background: #9B1A81;
}
.product_content {
	min-height: 187px;
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	font-weight: 500;
}

/* 											 Слайдер картинок
------------------------------------------------------------- */
.product_images {
	display: none;
	border: 1px solid #ddd;
}
.product_images .slick-slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
	padding: 30px 0;
}
.product_thumbs .inner {
	display: flex;
	flex-wrap: wrap;
	margin: 30px -5px 0;
}
.product_thumbs .inner div {
	position: relative;
	width: calc( (100% - 10 * 5px) / 5 );
	padding-top: 18%;
    cursor: pointer;
	margin: 0 5px 10px;
	border: 1px solid #ddd;
}
.product_thumbs .inner span {
	position: absolute;
	left: 6px;
	top: 6px;
	right: 6px;
	bottom: 6px;
}
.product_thumbs .inner .active {
	border-color: #9B1A81;
}
.product_no_images {
	text-align: center;
	border: 1px solid #ddd;
}

/* 													   Иконки
------------------------------------------------------------- */
.product_icons {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 0;
}
.product_icons .item {
	display: flex;
	align-items: center;
	width: 33.33%;
	margin: 0 0 15px;
}
.product_icons .img {
	flex-shrink: 0;
}
.product_icons .item img {
	height: 50px;
}
.product_icons .item p {
	padding: 0 10px;
}

/* 											   Площади и цены
------------------------------------------------------------- */
.product_info {
	display: flex;
	justify-content: space-between;
}
.product_info p {
	height: 40px;
}
.product_areas p {
	font-size: 18px;
	font-weight: 500;
}
.product_areas span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	height: 49px;
	width: 53px;
	margin-right: 15px;
	font-size: 15px;
	font-weight: bold;
	border: 2px solid #ccc;
}
.product_areas span.active {
	border-color: transparent;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(155, 25, 129, 0.76);
	-moz-box-shadow: 0px 0px 8px 0px rgba(155, 25, 129, 0.76);
	box-shadow: 0px 0px 8px 0px rgba(155, 25, 129, 0.76);
}
.product_areas span:not(.active) {
	cursor: pointer;
}
.product_price p {
	font-size: 24px;
	font-weight: bold;
	color: crimson;
}
.product_price p del {
	font-weight: 400;
	font-size: 18px;
	color: #777;
	margin-left: 15px;
}
.product_price .btn {
	margin-top: 6px;
}

/* 													  Вкладки
------------------------------------------------------------- */
.product_tabs .nav {
	display: flex;
	margin: 100px 0 40px;
}
.product_tab {
	font-size: 24px;
	cursor: pointer;
	color: #333;
	line-height: 1;
	padding: 0 0 10px;
	border-bottom: 4px solid transparent;
}
.product_tab:not(:last-child) {
	margin-right: 40px;
}
.product_tab.active {
	color: #9B1A81;
	font-weight: 500;
	border-bottom-color: #9B1A81;
}
.product_tab_content {
	display: none;
}
.product_tab_content.active {
	display: block;
	animation: fadeIn .7s;
}
@keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

/* 											   Похожие товары
------------------------------------------------------------- */
.cross_sells {
	margin: 90px 0 0;
}
.cross_sells h2 {
	position: relative;
	text-align: center;
	margin: 0 0 60px;
}
.cross_sells h2 span {
	color: #9B1A81;
}
.cross_sells h2:after {
	content: '';
	position: absolute;
	top: calc( 100% + 10px );
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
    height: 5px;
    background: #9B1A81;
}
.cross_sells .owl-stage {
	padding-bottom: 50px;
}
.cross_sells .owl-item {
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0 13px 20px #F0F0F0;
	transition: .22s ease-out;
    transition-property: transform,box-shadow;
}
.cross_sells .owl-item:hover {
	transform: translate3d(0,-0.1875rem,0);
    box-shadow: 0 13px 20px 0 rgba(0,0,0,.1);
}
.cross_sells .img {
	height: 120px;
}
.cross_sells .owl-item img {
	display: inline-block;
	width: auto;
}
.cross_sells h3 {
	font-size: 20px;
	height: 52px;
	overflow: hidden;
	margin: 20px 0 0;
}



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

.order {
	margin-bottom: 50px;
}
.order h1 {
	margin: 60px 0 40px;
}
.cart_wrp {
	position: relative;
}
.cart_wrp:before {
	display: none;
	content: '';
	position: absolute;
	z-index: 1;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: #0000001a url(img/ajax-loader-white.svg) no-repeat 50% 50% / 70px auto;
}
.cart_wrp.wait:before {
	display: block;
}

/* 											  Таблица товаров
------------------------------------------------------------- */
.table_card_wrp {
	position: relative;
	min-height: 80px;
}
.table_card_wrp.wait:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0; top: 0;
	bottom: 0; right: 0;
	background: #fafafa url(img/ajax-loader.gif) no-repeat 50% 50%;
}
.basket_list {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.basket_list thead {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.basket_list th {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	padding: 7px 20px;
	background: #f2f2f2;
}
.basket_list tbody {
	background: #fff;
    -webkit-box-shadow: 2px 0 10px #d3d3d3;
    -moz-box-shadow: 0 2px 10px #d3d3d3;
    box-shadow: 0 2px 10px #d3d3d3;
}
.basket_list td {
	padding: 8px 20px;
	font-size: 14px;
	color: #222;
	border-bottom: 1px solid #ccc;
}
.basket_list .title a {
	text-decoration: none;
	color: #222;
}
.basket_list .title a:hover {
	color: #ed2725;
	text-decoration: underline;
}
.basket_list .price {
	font-weight: bold;
	width: 100px;
	white-space: nowrap;
}
.basket_list .price del {
	display: block;
	color: #999;
}
.basket_list .price ins {
	text-decoration: none;
	color: #ed2725;
}
.basket_list .amount {
	text-align: center;
}
.basket_list .amount > div {
	line-height: 1;
}
.basket_list .qty {
	width: 87px;
	display: inline-block;
	border: 1px solid #c6c6c9;
}
.basket_list i {
	float: left;
	width: 25px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.basket_list .minus:hover,
.basket_list .plus:hover {
	background: #eee;
}
.basket_list .amount input {
	float: left;
	width: 35px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border: none;
	border-left: 1px solid #c6c6c9;
	border-right: 1px solid #c6c6c9;
}
.basket_list .sum {
	font-weight: bold;
	width: 105px;
	white-space: nowrap;
	text-align: right;
}
.basket_list .del {
	width: 50px;
}
.basket_list .del s {
	display: inline-block;
	width: 21px; height: 24px;
	cursor: pointer;
	background: url(img/delete.png) no-repeat 50% 50%;
}

/* 													Стоимости
------------------------------------------------------------- */
.cart_total {
	margin: 10px 0 0;
}
.cart_total table {
	float: right;
	width: auto;
}
.cart_total .text1 {
	color: crimson;
	font-size: 13px;
}
.cart_total .text2 {
	font-size: 20px;
	font-weight: bold;
	color: crimson;
}
.cart_total td {
	padding: 4px 0;
}
.cart_total td:first-child {
	text-align: right;
}
.cart_total td:last-child {
	padding-left: 10px;
}
.cart_total .delivery_info {
	cursor: help;
}

/* 											Доставка и оплата
------------------------------------------------------------- */
.del_pay, .del_pay * {
	box-sizing: border-box;
}
.del_pay {
	padding: 20px;
	margin: 30px 0 0;
	background: #f6f6f6;
}
.del_pay .flex {
	display: flex;
	justify-content: space-between;
}
.del_pay .delivery {
	width: 50%;
}
.del_pay .payment {
	width: 50%;
	margin-right: 20px;
}
.del_pay .wrp {
	padding: 15px;
	background: #fff;
	border: 1px solid #c6c6c9;
}
.del_pay h2 {
	font-size: 20px;
	margin: 0 0 15px;
}
.del_pay p {
	margin: 0 0 5px;
}
.del_pay p:last-of-type {
	margin: 0;
}
.del_pay label {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	padding: 2px 0;
}
.del_pay input {
	cursor: pointer;
	vertical-align: middle;
	margin: 0 7px 0 0;
}
.del_pay label span {
	vertical-align: middle;
}
.del_pay .change_city {
	text-decoration: none !important;
	color: crimson;
	border-bottom: 1px solid crimson;
}

.courier_info,.pickup_info {
	font-size: 13px;
	padding: 3px 0 3px 42px;
	background: url(img/delivery2.svg) no-repeat 20px 50% / 15px auto;
}
.sdek_info {
	display: none;
	padding: 0 0 0 24px;
}
.sdek_info p {
	padding: 3px 0 3px 25px;
	margin: 0;
}
.sdek_info .addr {
	background: url(img/pointer2.svg) no-repeat 0 50% / 15px auto;
}
.sdek_info .time {
	background: url(img/clock2.svg) no-repeat 0 50% / 15px auto;
}
.sdek_info .shipping {
	background: url(img/delivery2.svg) no-repeat 0 50% / 15px auto;
}
.sdek_info a {
	font-size: 14px;
	color: crimson;
	text-decoration: none !important;
	border-bottom: 1px solid crimson;
}

/* 												 Форма заказа
------------------------------------------------------------- */
.order_form, .order_form * {
	box-sizing: border-box;
}
.order_form {
	padding: 20px;
	background: #f6f6f6;
}
.order_form h2 {
	font-size: 20px;
	margin: 0 0 15px;
}
.order_form .wpcf7-form-control-wrap {
	display: block;
	margin: 0 0 15px;
}
.order_form .wpcf7-form-control-wrap > * {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #c6c6c9;
}
.order_form .wpcf7-form-control-wrap > input {
	height: 30px;
	font: 400 14px/1 'Roboto';
}
.order_form textarea {
	height: 85px;
	padding-top: 15px;
	padding-bottom: 15px;
	font: 400 14px/1.2 'Roboto';
	resize: none;
}
.order_form ::-webkit-input-placeholder {
	color: #7f7f7f;
	font: 400 13px/1 'Roboto';
}
.order_form ::-moz-placeholder {
	color: #7f7f7f;
	font: 400 13px/1 'Roboto';
}
.order_form :-ms-input-placeholder {
	color: #7f7f7f;
	font: 400 13px/1 'Roboto';
}
.order_form :-moz-placeholder {
	color: #7f7f7f;
	font: 400 13px/1 'Roboto';
}
.order_form [data-name="fio"],
.order_form [data-name="tel"] {
	float: left;
	width: 49%;
}
.order_form [data-name="address"],
.order_form [data-name="email"] {
	float: right;
	width: 49%;
}
.order_form [data-name="info"] {
	margin: 0;
	clear: both;
}
.order_form .ajax-loader,
.order_form .wpcf7-response-output,
.order_form .wpcf7-not-valid-tip {
	display: none !important;
}

/* 												Кнопка заказа
------------------------------------------------------------- */
.submit_wrp {
	text-align: center;
	font-size: 13px;
	padding: 10px 20px 20px;
	background: #f6f6f6;
}
.submit_wrp .submit {
	position: relative;
	margin: 20px 0 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.submit_wrp a {
	color: #9b1981;
	border-bottom: 1px solid #9b1981;
}
.submit_wrp .submit img {
	display: none;
	position: absolute;
	top: 0; bottom: 0;
	right: -40px;
	margin: auto;
}
.submit_wrp .submit:hover,
.submit_wrp .submit:focus {
	opacity: .8;
}
.submit_wrp .submit.wait img {
	display: block;
}

/* 												 Выбор города
------------------------------------------------------------- */
#modal_select_city, #modal_select_city * {
	box-sizing: border-box;
}
#modal_select_city {
	display: none;
	width: 400px;
	padding: 35px;
	cursor: default;
}
#modal_select_city h2 {
	margin: 0 0 25px;
	font-size: 22px;
}
#modal_select_city .input_wrp {
	position: relative;
	margin: 0 0 25px;
}
#modal_select_city [type=text] {
	width: 100%;
	height: 45px;
	padding: 12px 55px 12px 15px;
	border: 1px solid #c4c4c4;
}
#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: 32px;
}
#modal_select_city .close path {
	fill: currentColor;
}
#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;
}

/* 													Выбор ПВЗ
------------------------------------------------------------- */
#modal_pvz, #modal_pvz * {
	box-sizing: border-box;
	outline: none;
}
#modal_pvz {
	width: 98%;
	max-width: 1200px;
}
#modal_pvz h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 0 0 12px;
}
#city_change + .select2 .select2-selection__rendered {
	line-height: 25px !important;
}
.select2-dropdown {
	z-index: 99999;
}
#pvz_map {
	position: relative;
	height: 450px;
	margin: 15px 0 0;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
}
#pvz_map.lock:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(0,0,0,.3);
	border-radius: 4px;
}
#pvz_map.lock:after {
	content: '';
	position: absolute;
	z-index: 2;
	width: 40px; height: 40px;
	left: 0; right: 0;
	top: 0; bottom: 0;
	margin: auto;
	background: url(img/ajax-loader-white.svg) no-repeat 50% 50% / cover;
}



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

.page_wholesale h1 {
	margin:  0 0 40px;
}
.page_wholesale .wrapper {
	display: flex;
	justify-content: space-between;
}
.page_wholesale form {
	position: relative;
}
.page_wholesale .wrapper .left {
	width: calc(100% - 450px - 50px);
}
.page_wholesale .wrapper .right {
	width: 450px;
}
.page_wholesale .wrapper .right h3 {
	margin: 0 0 20px;
}
.page_wholesale .wpcf7-form-control-wrap {
	display: block;
	position: relative;
	margin: 0 0 12px;
}
.page_wholesale .wpcf7-form-control-wrap input:not([type="file"]),
.page_wholesale .wpcf7-form-control-wrap textarea {
	height: 48px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #ccc;
}
.page_wholesale .wpcf7-form-control-wrap textarea {
	height: 100px;
	resize: none;
	padding-top: 20px;
}
.page_wholesale .file_wrp div {
	margin: 0 0 10px;
}
.page_wholesale .wpcf7-not-valid-tip,
.page_wholesale .wpcf7-response-output {
	display: none !important;
}
.page_wholesale .wpcf7-not-valid {
	background: #fb3a1c33 !important;
}
.page_wholesale .wpcf7-spinner {
	position: absolute;
	margin: 0;
	left: 130px;
	bottom: 9px;
}

@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; }
}



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

#footer {
	padding: 30px 0;
	border-top-style: solid;
	border-top-width: 12px;
	border-top-color: #F7F8FD;
}
#footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer p {
	margin: 20px 0 0;
}
#footer .right a {
	color: #565c66;
	text-decoration: underline;
}



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

@media screen and (max-width: 1200px) {
	.container { padding-left: 20px !important; padding-right: 20px !important; }
	#header .menu_wrp { display: none; }
	#mobile_menu_toggle, #mobile_menu, .menu .catalog .cat_name { display: block; }
	.home_about .item:nth-of-type(odd) .text { padding-right: 20px; }
	.home_about .item:nth-of-type(even) .text { padding-left: 20px; }
	.home_advantages .owl-dots { position: relative; top: -45px; }
	.home_zone .text { padding: 0 0 0 3%; }
	.home_zone .img_wrp:before { left: -30px; }
	.home_zone .img_wrp:after { left: 145px; }
}

@media screen and (max-width: 1100px) {
	.home_about .text { width: 40%; }
	.li_special li { font-size: 20px; background-size: 40px auto; padding: 8px 0 8px 63px; }
	.home_about .img { width: 50%; }
	.product_info { margin-top: 30px; }
}

@media screen and (max-width: 1000px) {
	h2 { font-size: 30px; }
	h4 { font-size: 25px; }
	h4 { font-size: 18px; }
	.home_zone .img_wrp:before { bottom: -80px; }
	.home_zone .img_wrp:after { bottom: -90px; }
	.product_tech header { font-size: 17px; width: 45%; }
	.get_offer .img:before { top: -96px; right: -3%; }
	#footer .right { padding-left: 20px; }
	.product_icons .item { width: 50%; }
}

@media screen and (max-width: 800px) {
	#header { height: 200px; }
	.home_about .item { display: block; }
	.home_about .text, .home_about .img { width: 100%; }
	.home_about .item:nth-of-type(odd) .text { padding-right: 0; }
	.home_about .item:nth-of-type(even) .img { margin: 0; }
	.home_about .text { padding-left: 20px; padding-right: 20px; }
	.home_about .item:nth-of-type(even) { margin: 70px 0; }
	.home_about .text ul { margin-bottom: 30px; }
	.home_zone { display: block; padding: 110px 0 170px; }
	.home_zone .text { width: 100%; padding: 0; }
	.home_zone .img_wrp { width: 100%; padding-top: 50px; }
	.home_zone .img_wrp:before { left: 10vw }
	.home_zone .img_wrp:after { left: 68vw; bottom: -45px; }
	.product .wrp { display: block; }
	.product .owl-carousel { width: 100%; }
	.product .description { width: 100%; padding: 30px 0 0; }
	.product .item { max-width: none; }
	.product_tech { margin: 0; }
	.product_tech header { width: 100%; }
	.product_top { display: block; }
	.product_top .left { width: 100%; padding: 0; }
	.product_top .right { width: 100%; margin: 60px 0 0; }
	.del_pay h2 { display: none; }
	.del_pay .flex { display: block; }
	.del_pay .wrp { width: 100%; margin: 0; }
	.del_pay .payment { margin: 0 0 20px; }
}

@media screen and (max-width: 782px) {
	body.admin-bar { padding-top: 46px; }
	body.mobile_menu_open.admin-bar #mobile_menu, .admin-bar #header .inner { top: 46px; }
}

@media screen and (max-width: 700px) {
	.get_offer .inner { display: block; }
	.get_offer .form_wrp { width: 100%; }
	.get_offer .img { width: 100%; padding: 0; text-align: center; padding-top: 80px; }
	.get_offer .img:before { top: 3%; right: -2%; }
	.product_tab:not(:last-child) { margin-right: 20px; }
}

@media screen and (max-width: 600px) {
	.home_zone .img_wrp:before { left: -4vw; }
	.product .item { min-height: 260px; }
	.product .owl-item { padding: 0 3px; }
	.get_offer .img:before { width: 110px; height: 123px; background-size: contain; }
	.product_tab { font-size: 18px; }
	.product_tabs .nav { margin: 70px 0 20px; }
	h1{ font-size: 30px; }
	.cross_sells h2 { font-size: 26px; }
	.text_content td { font-size: 14px; padding: 7px 15px; }
	.text_content td:nth-of-type(2) span { font-size: 12px; }
	.order_form [data-name="fio"], .order_form [data-name="tel"], .order_form [data-name="address"], .order_form [data-name="email"] { float: none; width: 100%; }
	table.basket_list, .basket_list tbody, .basket_list th, .basket_list td, .basket_list tr { display: block; }
	.basket_list thead { display: none; }
	.basket_list tr:not(:last-child) { margin-bottom: 30px; }
	.basket_list td { position: relative; text-align: left; width: auto !important; min-width: 100px; font-weight: 400 !important; text-align: left !important; padding-left: 150px !important; }
	.basket_list tbody td:before { content: attr(data-th); display: flex; align-items: center; position: absolute; left: 0; top: 0; bottom: 0; width: 130px; padding-left: 10px; border-right: 1px solid #888; background: #eee; }
	.basket_list i { text-align: center !important; }
	.product_info { display: block; }
	.product_areas { margin-bottom: 20px; }
}

@media screen and (max-width: 500px) {
	#header .logo img { max-width: 200px; }
	#mobile_menu_toggle { height: 23px; }
	#mobile_menu_toggle input { bottom: -7px;  }
	.mobile_menu_ul .catalog { padding: 0 0 0 20px; }
	#header { background: url(img/home-top.jpg) repeat-y 50% 78px / cover; }
	.home_about { padding: 40px 0 0; }
	.home_about h2 { margin: 0 0 30px; }
	.home_zone { padding: 50px 0 170px; }
	.home_zone .img_wrp:before { width: 100px; height: 88px; background-size: contain; }
	.product { padding: 70px 0; }
	.get_offer .address { margin: 0; }
	.get_offer .img:after { bottom: -77px; }
	.product_tab { text-align: center; }
}

@media screen and (max-width: 400px) {
	.product_tech header:after { right: 20px;  }
	.product_thumbs .inner div { width: calc( (100% - 10 * 5px) / 4 ); padding-top: 21%; }
}


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