

/* Start:/bitrix/templates/mixdecor/components/bitrix/menu/vertical_multilevel/style.css?17875663662033*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#vertical-multilevel-menu li {
	border-bottom:1px solid #E8F0F6;
	position: relative;
}
#vertical-multilevel-menu li.parent span {
	background: url(/bitrix/templates/mixdecor/components/bitrix/menu/vertical_multilevel/images/arr2.svg) 50% 50% no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 10px;
}
#vertical-multilevel-menu li.parent.selected span {
	background: url(/bitrix/templates/mixdecor/components/bitrix/menu/vertical_multilevel/images/arr3.svg) 50% 50% no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 10px;
}
#vertical-multilevel-menu li.parent.selected ul {
	display: block;
}

/*Submenu box*/
#vertical-multilevel-menu li ul {
	display:none;
}

/* Submenu Items */
#vertical-multilevel-menu li a {
	display: block;
	text-decoration: none;
	color: #4E5B67;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: 0.005em;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected{
}

/*Items Hover */
#vertical-multilevel-menu li a:hover{
	color: #132434;
	font-weight: 500;
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover {
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected {
	color: #132434;
	font-weight: 500;
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/bitrix/templates/mixdecor/components/bitrix/menu/vertical_multilevel/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/mixdecor/components/bitrix/menu/vertical_multilevel/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/
* html ul#vertical-multilevel-menu li { float: left; height: 1%; }
* html ul#vertical-multilevel-menu li a { height: 1%; }
/* End */

#vertical-multilevel-menu li ul li {
	border-bottom: none;
}
#vertical-multilevel-menu li ul a {
	font-size: 15px;
	line-height: 22px;
	padding: 7px 10px 7px 15px;
}
#vertical-multilevel-menu li ul a.item-selected {
    color: #132434;
    font-weight: 500;
}

/* End */


/* Start:/bitrix/templates/mixdecor/components/bitrix/breadcrumb/.default/style.css?1787566366428*/
.bx-breadcrumb {
	margin: 0;
	padding: 10px 0 22px;
	overflow: hidden;
	line-height: 26px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	vertical-align: middle;
	margin-right: 8px;
}
.bx-breadcrumb .bx-breadcrumb-item span.sep {
	display: inline-block;
	margin-right: 3px;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none; color: #292933; }
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/mixdecor/template_styles.css?178756636626393*/
@font-face {
	font-family: 'museo_sans_cyrl100';
	src: url('/bitrix/templates/mixdecor/fonts/museosanscyrl-webfont.woff2') format('woff2'),
		 url('/bitrix/templates/mixdecor/fonts/museosanscyrl-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
input {
	outline: none;
	font-family: 'museo_sans_cyrl100', 'Roboto', sans-serif;
}
textarea {
	padding: 10px;
	font: 14px 'Roboto', sans-serif;
}
input:focus, textarea:focus, textarea:active {
	outline: none;
}
input[type="text"], input[type="password"] {
	background: #EDEDED;
	border-radius: 24px;
	border: none;
	height: 30px;
	line-height: 20px;
	padding: 5px 20px;
}
html, body {
	width:100%;
	height:100%;
	min-height: 100%;
	font: 16px 'Roboto', sans-serif;
	color: #292933;
}
a {
	text-decoration: none;
	transition: all 0.3s;
	color: #FF417A;;
}
a:hover {
	color: #292933;
}
h1, .h1{
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	margin-bottom: 30px;
}
h2, .h2 {
		color: #333333;
		margin: 0 0 15px;
		font-weight: bold;
		font-size: 24px;
}
h3, .h3 {
		color: #333333;
		margin: 0 0 20px;
		font-weight: bold;
		font-size: 20px;
}
img {
	max-width: 100%;
}

.btn {
	display: inline-block;
	background: #018748;
	font-size: 19px;
	line-height: 22px;
	padding: 14px 25px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font: 16px 'Roboto', sans-serif;
	border: none;
	cursor: pointer;
}
.btn:hover,
.btn:disabled {
	background: rgba(1, 135, 72, 0.59);
	color: #fff;
}
.styled-radio {
	display: block;
	margin: 0 0 10px;
}
.red-btn {
	background: #F46F60;
}
.red-btn:hover,
.red-btn:disabled {
	background: rgba(244, 111, 96, 0.59);
	color: #fff;
}


.siteWrapper {
	min-height: 100%;
}
.topLineWrapper {
	background: #323232;
	padding: 18px 0;
	color: #fff;
	font-weight: 100;
	overflow: hidden;
	font-size: 22px;
}
.topLineWrapper a {
	color: #fff;
	text-decoration: none;
}
.topLineWrapper a:hover {
	opacity: 0.7;
}
.topLineWrapper img {
	vertical-align: middle;
	margin-right: 8px;
}
.topLineLinks {
}
.topLinePhone {
	margin: 0 30px 0 auto;
}
.topLineLinks a {
	font-size: 16px;
	display: inline-block;
	margin-right: 20px;
}
.siteContainer {
	width: 100%;
	max-width: 1090px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header {
	overflow: hidden;
	padding: 23px 0 27px;
	font-weight: 100;
	font-size: 14px;
	line-height: 17px;
	color: #292933;
	font-family: 'museo_sans_cyrl100', 'Roboto', sans-serif;
	min-height: 90px;
	background: #fff;
	z-index: 1000;
	width: 100%;
}
.header-fixed .siteContent {
	margin-top: 90px;
}
.header-fixed .header {
	position: fixed;
	top: 0;
}
.header a {
	color: #292933;
	text-decoration: none;
}
.header a:hover {
	opacity:  0.7;
}
.logo {
	float: left;
	width: 365px;
	margin-top: -4px;
	position: relative;
}
.logo span {
	display: inline-block;
	margin-left: 18px;
	position: absolute;
	bottom: -3px;
}
.headerBasket {
	float: right;
	margin-left: 42px;
	margin-top: 3px;
}
.shopping-cart-count {
	background: rgb(240,235,231);
	color: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #B69B89;
}
.bx-basket-block {
	display: block;
	background: url("/bitrix/templates/mixdecor/images/basket.svg") left center no-repeat;
	padding-left: 20px;
}
.bx-basket-block a span {
	color: #d2437f;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
}
.bx-basket-block .basket-text {
	display: inline-block;
	vertical-align: middle;
}


.headerPersonal {
	float: right;
	margin-top: 12px;
	margin-left: 42px;
}
.headerPersonal img {
	vertical-align: middle;
	margin-right: 10px;
}

.headerLogout {
	float: right;
	margin-top: 12px;
	margin-left: 22px;
}
.headerLogout img {
	vertical-align: middle;
	margin-right: 10px;
	height: 21px;
}

.headerSearch {
	float: right;
	position: relative;
	margin-top: 5px;
}
.headerSearch input[type="text"] {
	border: 1px solid #000000;
	border-radius: 26px;
	width: 293px;
	height: 34px;
	line-height: 34px;
	padding: 0 45px 0 20px;
	font-size: 14px;
	font-weight: 100;
	background: #fff;
}
.headerSearch input[type="submit"] {
	position: absolute;
	right: 20px;
	top:  6px;
	width: 20px;
	height: 20px;
	background: url("/bitrix/templates/mixdecor/images/search.svg") center center no-repeat;
	border: none;
}

.siteContent {
	background: linear-gradient(rgb(246,246,246) 10px ,40px, #ffffff);
	padding-top: 48px;
	padding-bottom: 300px;
}
.siteLeftcol {
	width: 244px;
}
.siteLeftcol-fixed {
	position: sticky;
	top: 100px;
}
.pageContent {
	width: calc(100% - 320px);
}
.menu-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 50px;
	letter-spacing: 0.01em;
	display: block;
	text-transform: uppercase;
	color: #132434;
	border-bottom:1px solid #E8F0F6;
}
.index-tabs {
	border-bottom: 1px solid #E8F0F6;
	margin-bottom: 43px;
	padding-top: 22px;
}
.index-tabs a {
	font-size: 16px;
	line-height: 19px;
	color: #000;
	display: inline-block;
	padding-bottom: 7px;
	position: relative;
	margin-right: 65px;
	text-decoration: none;
}
.index-tabs a.active:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 4px;
	background: #FF3465;
	border-radius: 10px;
}


.catalog-section {
	overflow: hidden;
	padding: 2px 2px;
}
.catalog-item {
	float: left;
	width: 33.333%;
	padding: 0 12px 28px 0;
}
.catalog-image-container {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
	margin-bottom: 25px;
	position: relative;
	padding-top: 100%;
}
.catalog-image-container:hover {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
}
.catalog-image-container a {
	display: block;
	position: absolute;
	top:5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}
.catalog-image-container img {
		max-width: 100%;
}
.catalog-section-vobler {
	background: #FF3465;
	padding: 21px 16px;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	text-transform: lowercase;
	top: -2px;
	left: 0;
	z-index: 2;
}
.catalog-section-vobler.new {
	background: #FF5C54;
}
.catalog-section-vobler.not-available {
	color: #FFFFFF;
	transform: rotate(-90deg);
	background: linear-gradient(98.99deg, #C4C4C4 -0.71%, #C4C4C4 100%);
	padding: 0 10px;
	line-height: 25px;
	left: -45px;
	top: 45px;
	text-transform: uppercase;
	font-size: 12px;
}
.catalog-name-container {
	height: 56px;
	overflow: hidden;
	margin-bottom: 5px;
	text-align: center;
}
.catalog-name-container a {
	font-size: 16px;
	line-height: 19px;
	color: #292933;
}
.catalog-name-container a:hover {
	color: #FF417A;;
}
.list-quantity-block {
	width: 83px;
	position: relative;
	padding-left: 24px;
	padding-bottom: 20px;
}
.list-quantity-block input {
	background: none;
	border: none;
	width: 35px;
	height: 24px;
	line-height: 24px;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding: 0;
}
.list-quantity-block span {
	position: absolute;
	top: 0;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background: #F6F6F6;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
}
.list-quantity-block span:hover {
	cursor: pointer;
	background: #f0f0f0;
}
.list-quantity-block span.inactive:hover {
	cursor: default;
}
.list-quantity-block span.inactive {
	color: #D1D1D1;
}
.list-quantity-block span.minus {
	left: 0;
}
.list-quantity-block span.plus {
	right: 0;
}
.catalog-item .buy-block {
	position: relative;
	margin-top: 15px;
}
.catalog-item .prices {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	color: #292933;
}
.catalog-item .prices-na {
	left: 0;
	text-align: center;
}
.catalog-item .prices .old-price {
	font-weight: normal;
	color: #b1b1b1;
	font-size: 17px;
}
.catalog-item .buy-block .btn {
	width: 100%;
	padding: 14px 10px;
}
.catalog-item .buy-block .notify-btn {
	margin-top: 44px;
	background: #A1B5D0;
}
.catalog-item .buy-block .notify-btn:hover {
	background: #BDC9D9;
}
.index-tab-total {
	text-align: center;
	clear: both;
}
.index-tab-total .btn {
	width: 100%;
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid rgb(94, 163, 208);
	font-weight: 500;
	font-size: 15px;
	color: #4E5B67;
}

div.modern-page-navigation {
	margin-bottom: 70px;
	color: #4E5B67;
}
div.modern-page-navigation a {
	font-weight: 500;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
	width: 35px;
	height: 33px;
	color: #4E5B67;
	text-decoration: none;
}
span.modern-page-current {
	font-weight: 500;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	width: 40px;
	color: #B69B89;
	background: #F0EBE7;
}
span.modern-page-previous, span.modern-page-next {
		display: inline-block;
		width: 35px;
}

.catalog-element-cols {
	display: flex;
	justify-content: space-between;
}
.catalog-element .catalog-element-photos {
	width: 330px;
	padding: 0;
}
.catalog-element .big-photo a {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
	display: inline-block;
}
.catalog-element .photo-list {
	margin: 10px 0 0;
}
.catalog-element .catalog-element-info .prices {
	font-weight: bold;
	font-size: 25px;
	line-height: 50px;
	color: #292933;
	display: inline-block;
	margin: 0 31px 0 0;
}
.catalog-element .catalog-element-info {
	width: calc(100% - 360px);
	color: #4E5B67;
	font-size: 16px;
	line-height: 25px;
}
.catalog-element .catalog-element-btns {
	float: right;
}
.catalog-element .catalog-element-btns .notify-btn {
		background: #A1B5D0;
}
.catalog-element .catalog-element-btns .notify-btn:hover {
		background: #BDC9D9;
}
.catalog-element .catalog-element-info .list-quantity-block {
	display: inline-block;
	margin-right: 34px;
	padding-bottom: 0;
}
.catalog-detail-props {
	margin: 27px 0;
}
.catalog-detail-props div {
	border-bottom: 1px solid #E8F0F6;
	padding: 12px 0;
}
.catalog-element-art {
	font-size: 14px;
	color: #AFAFAF;
	margin: -23px 0 15px;
	line-height: 200%;
}
.item-page-catalog {
	clear: both;
	padding: 35px 0 0;
}

.basket-page .siteLeftcol, .make-order .siteLeftcol, .personal-page .siteLeftcol, .articles-page .siteLeftcol {
	display: none;
}
.basket-page .pageContent, .make-order .pageContent, .personal-page .pageContent, .articles-page .pageContent {
	width: 100%;
}
.basket-page h1, .make-order h1 {
	margin-bottom: 20px;
}
.basket-page .pageContent > h1, .make-order .pageContent > h1 {
	display: none;
}

.personal-orders {
	width: 100%;
}
.personal-orders th {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 0 15px;
	vertical-align: top;
}
.personal-orders th:first-child {
	text-align: left;
}
.personal-orders td {
	padding: 9px 0 24px;
	border-bottom: 1px solid #F3F3F3;
	text-align: center;
}
.personal-orders td:first-child {
	text-align: left;
	font-weight: 500;
}
.personal-orders td:last-child {
	text-transform: uppercase;
}

.order-detail-cols {
	overflow: hidden;
}
.order-detail-col {
	float: left;
	width: 33%;
}
.order-detail-row {
	margin: 0 0 10px;
}
.order-detail-row .btn {
	background: none;
	text-transform: uppercase;
	color: #FF3465;
	padding: 0;
	line-height: 20px;
	margin: 10px 0;
}
.order-detail h3 {
	font-size: 30px;
	line-height: 150%;
	font-weight: 500;
	margin: 40px 0 15px;
}

.fancy-form .fancybox-skin {
	background: #fff;
	border-radius: 0;
	padding: 55px 89px 70px;
}
.fancy-form .fancybox-close {
	top:  39px;
	right: 46px;
	background: url("/bitrix/templates/mixdecor/images/delete.svg") no-repeat top right;
	width: 25px;
	height: 25px;
	background-size: 100%;
}

.form-notify {
	max-width: 420px;
}
.form-notify-header {
	font-size: 24px;
	color: #000000;
	max-width: 90%;
}
.form-notify-text, .form-notify-success {
	font-weight: 300;
	line-height: 24px;
	margin: 18px 0;
}
.form-notify input[type="text"] {
	width: 100%;
	line-height: 17px;    
	height: 40px;
		line-height: 40px;
		padding: 0px 20px;
	font-size: 14px;
	margin-bottom: 22px;
	border-radius: 30px;
	border: 1px solid #000000;
	background: #fff;
}

.footer {
	background: rgba(41, 41, 51, 1.0);
	padding: 50px 0;
	font-size: 13px;
	line-height: 16px;
	color: #F6F3F1;
	overflow: hidden;
	clear: both;
	min-height: 257px;
	margin-top: -257px;
}
.footerSocials {
	display: none !important;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	text-align: center;
	width: 110px;
	float: left;
	margin-right: 112px;
}
.footerSocials a {
	display: inline-block;
	border: 1px solid #B69B89;
	width: 47px;
	height: 47px;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
}
.footerSocials a:hover {
	opacity: 0.7;
}
.footerSocials img {
	margin-top: 13px;
}
.footerSocials a:last-child {
	margin-left: 12px;
}
.footerSocials > div {
	margin-bottom: 30px;
}
.footerMenuHeader {
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.footerMenu a {
	font-family: 'museo_sans_cyrl100', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #F6F3F1;
	display: inline-block;
	margin-bottom: 15px;
}
.footerMenu a:hover {
	opacity: 0.7;
}
.footerMenu {
	float: left;
	margin-right: 175px;
}
.footerSubscribe {
	float: right;
	width: 247px;
	position: relative;
}
.footerSubscribeHeader {
	font-size: 18px;
	line-height: 22px;
	color: #F6F3F1;
	margin-bottom: 17px;
}
.footerSubscribe input {
	background: #fff;
	border: none;
	border-radius: 30px;
	height: 60px;
	line-height: 18px;
	padding: 21px 20px;
	width: 100%;
	font-family: Roboto, sans-serif;
}

.footerSubscribe button {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 18px;
	bottom: 85px;
	background: url(/bitrix/templates/mixdecor/./images/arrow-right.svg) no-repeat 0 0;
	background-size: cover;
	outline: none;
	border: none;
	cursor: pointer;
}

.headerSearchMob {
	display: none;
}

.catalog-search-section-in {
	margin-bottom: 15px;
}
.catalog-sort-label {
	float: left;
	margin-right: 10px;
}
.catalog-sort {
	height: 52px;
	margin: 0 0 30px;
}
.catalog-sort .catalog-sort-label {
	border: 1px solid #F17A6E;
	line-height: 22px;
	padding: 12px 56px 12px 29px;
	color: #F46F60;
	position: relative;
	cursor: pointer;
}
i.fa-angle-down {
	background: url("/bitrix/templates/mixdecor/images/arr.svg") no-repeat;
	width: 12px;
	height: 7px;
	display: inline-block;
}
i.fa-angle-up {
	background: url("/bitrix/templates/mixdecor/images/arr.svg") no-repeat;
	width: 12px;
	height: 7px;
	display: inline-block;
	transform: rotate(180deg);
}
.catalog-sort-variants {
	position: absolute;
	display: none;
	background: #FFFFFF;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	padding: 20px 20px 10px;
	width: 272px;
	z-index: 3;
	margin-top: 51px;
}
.catalog-sort a {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
	position: relative;
	color: #4E5B67;
	text-decoration: none;
	cursor: pointer;
}
.catalog-sort a.active {
	color: #F46F60;
}
.catalog-sort a:hover {
	color: #F46F60;
}
.catalog-sort .fa {
	position: absolute;
	right: 20px;
	top: 20px;
}

div.bx-auth-note {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 25px;
}
table.bx-auth-table {
	margin: 0;
}
table.bx-auth-table td {
	padding: 0;
	text-transform: uppercase;
	font-size: 15px;
}
table.bx-auth-table td.bx-auth-label {
	font-weight: normal;
	font-weight: 500;
	width: 150px;
	line-height: 30px;
	vertical-align: top;
	padding-right: 13px;
}
table.bx-auth-table input {
	margin: 0 0 18px;
}
table.bx-auth-table .btn {
	margin: 0 0 30px;
	width: 122px;
	font-size: 19px;
}
.bx-auth-notes {
	max-width: 520px;
font-size: 18px;
line-height: 110%;
}

.fancy-alert {
	min-width: 200px;
	font-size: 18px;
	padding: 20px;
		text-align: center;
}
.fancy-alert-btn {
	margin: 30px 0 0;
}

.order-checkout {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
	padding: 80px 130px 60px;
	font-size: 19px;
	line-height: 22px;
	margin: 48px 0 0;
	font-weight: 300;
}
.order-checkout h1 {
	font-weight: 500;
	font-size: 20px;
	font-weight: 500;
}
.order-checkout b {
	font-weight: 500;
}

@media screen and (max-width: 1280px) {
	.pageContent {
		width: calc(100% - 284px);
	}
	.footerMenu {
		margin-right: 160px;
	}
}
@media screen and (max-width: 1023px) {
	.headerPersonal span {
		display: none;
	}
	.headerLogout span {
		display: none;
	}
	.headerBasket {
		margin-left: 20px;
	}
	.headerPersonal {
		margin-left: 20px;
	}
	.headerLogout {
		margin-left: 20px;
	}
	.footerSocials {
		margin-right: 70px;
	}
	.footerMenu {
		margin-right: 70px;
	}
	.headerSearchMob {
		display: block;
		width: 20px;
		height: 20px;
		background: url(/bitrix/templates/mixdecor/images/search.svg) center center no-repeat;
		float: right;
		margin: 9px 0 0;
	}
	.search-active .headerSearchMob {
		background: url(/bitrix/templates/mixdecor/images/delete.svg) center center no-repeat;
	}
	.search-active .logo {
		display: none;
	}
	.headerSearch {
		display: none;
		position: absolute;
		right: 183px;
		left: 15px;
	}
	.headerSearch input[type="text"] {
		width: 100%;
	}
	.headerPersonal {
		margin-left: 30px;
	}
	.topLineWrapper {
		font-size: 18px;
	}
	.topLineWrapper img {
		max-height: 18px;
	}
	.siteLeftcol {
		float: none;
		width: 100%;
		margin: 0 0 25px;
	}
	.index-tabs {
		padding-top: 0;
	}
	.pageContent {
		width: 100%;
		padding: 0 0 0 15px;
	}
	.basket-page .pageContent, .make-order .pageContent, .personal-page .pageContent, .articles-page .pageContent {
		width: calc(100% - 15px);
	}
	.siteContent {
		padding-top: 30px;
	}
	.siteContent .siteContainer {
		padding: 0;
	}
	#vertical-multilevel-menu {
		display: none;
	}
	#vertical-multilevel-menu li {
		padding: 0 15px;
		background: #fff;
	}
	.menu-title {
		background: #fff;
		border-top: 1px solid #e8f0f6;
		padding: 0 15px;
		height: 50px;
		font-size: 16px;
	}
	h1, .h1 {
		font-size: 24px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 800px) {
	.logo span {
		display: none;
	}
	.logo {
		width: 200px;
	}
	.footerMenuLeft {
		clear: left;
	}
	.footerSubscribe {
		position: absolute;
		right: 15px;
	}
	.footerSubscribeHeader {
		font-size: 13px;
	}
	.footerMenu {
		margin-top: 20px;
	}
	.footerSubscribe input {
		height: 47px;
	}
}
@media screen and (max-width: 736px) {
	.catalog-element-cols {
		display: block;
	}
	.catalog-element .catalog-element-photos {
		width: 100%;
	}
	.catalog-element .catalog-element-info {
		margin-left: 0;
		padding: 25px 0 0;
		width: 100%;
		max-width: 500px;
	}

	/* Force table to not be like tables anymore */
	table.rtable, .rtable thead, .rtable tbody, .rtable th, .rtable td, .rtable tr {
			 display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.rtable thead tr, .rtable th {
			 position: absolute;
			 top: -9999px;
			 left: -9999px;
	}

	.rtable tr {
		border-bottom: 1px solid #ccc; 
		padding: 15px 0;
	}

	.rtable td {
	/* Behave  like a "row" */
			 border: none;
			 position: relative;
			 width: auto;
			 text-align: left;
			 padding: 5px 0 5px 30%;
		min-height: 29px;
	}

	.rtable td:before {
			 /* Now like a table header */
			 position: absolute;
			 /* Top/left values mimic padding */
			 top: 1px;
			 left: 0px;
			 width: 28%;
			 padding-right: 10px;
			 white-space: nowrap;
			 text-align: left;
		padding: 5px 0;
	}
	/*
	Label the data
	*/
	.personal-orders td:nth-of-type(1):before { content: "Номер заказа"; }
	.personal-orders td:nth-of-type(2):before { content: "Дата"; }
	.personal-orders td:nth-of-type(3):before { content: "Цена"; }
	.personal-orders td:nth-of-type(4):before { content: "К оплате"; }
	.personal-orders td:nth-of-type(5):before { content: "Способ оплаты"; }
	.personal-orders td:nth-of-type(6):before { content: "Статус"; }
	.personal-orders td:nth-of-type(7):before { content: ""; }

	.rtable.personal-orders {
		margin-top: -15px;
	}
	.rtable.personal-orders  td {
		border: none;
	}
	.rtable.personal-orders tr:first-child {
		display: none;
	}
	.order-detail-cols {
		margin-bottom: 5px;
}
	.order-detail-col {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.order-detail-col.order-delivery {
		margin-top: 0;
	}
	table.sale_personal_order_detail tr {
		display: block;
		overflow: hidden;
		padding: 15px 0 12px;
		border-bottom: 1px solid #F3F3F3; 
	}
	table.sale_personal_order_detail tr.sectionName {
		border-top: 1px solid #F3F3F3; 
	}
	table.sale_personal_order_detail td, table.sale_personal_order_detail td.small {
		float: left;
		height: auto;
		border: none;
		width: auto;
		padding: 0;
	}
	table.sale_personal_order_detail td.itemname {
		float: none;
		text-align: left;
		display: block;
		padding-left: 85px;
		margin-bottom: 10px;
	}
	table.sale_personal_order_detail td.itemname a {
		font-size: 16px;
	}
	table.sale_personal_order_detail tr.total-row {
		border: none;
	}
	.sale_personal_order_detail td.small, .sale_personal_order_detail td.itemname, .sale_personal_order_detail td.itemphoto {
		border-bottom: none;
	}
	table.sale_personal_order_detail .bx_ordercart_photo_container {
		padding-top: 70px;
		min-width: 70px;
		width: 70px;
	}
	table.sale_personal_order_detail td.itemphoto {
		width: auto;    
		margin-right: 15px;
	}
	table.sale_personal_order_detail td.small {
		line-height: 36px;
		font-weight: normal;
		font-size: 18px;
	}
	table.sale_personal_order_detail td.total-price {
		float: right;
	}
}
@media screen and (max-width: 600px) {
	.catalog-item {
		width: 50%;
	}
	.logo {
		width: 150px;
	}
	.logo img {
		max-width: 150px;
	}
	.header {
		min-height: 86px;
	}
	.catalog-item .buy-block .notify-btn span {
		display: none;
	}
	.rtable td {
		padding-left: 50%;
	}
}
@media screen and (max-width: 420px) {
	.topLineLinks {
		display: none;
	}
	.topLinePhone {
		margin: 0;
	}
	.order-checkout {
		padding: 20px;
	}
	.topLineEmail span {
		display: none;
	}
	.bx-basket-block {
		width: 33px;
		height: 33px;
		position: relative;
	}
	.shopping-cart-count {
		position: absolute;
		font-size: 12px;
		width: 15px;
		height: 15px;
		line-height: 15px;
		top:  0;
		right: 4px;
	}
	.logo {
		width: 140px;
	}
	.logo img {
		max-width: 140px;
	}
	.header {
		min-height: 83px;
	}
	.headerSearchMob {
		margin: 12px 0 0;
	}
	.headerBasket {
		margin-left: 15px;
		margin-top: 4px;
	}
	.headerPersonal {
		margin-left: 15px;
	}
	.headerLogout {
		margin-left: 15px;
	}
	.headerPersonal img {
		margin-right: 0;
	}
	.headerLogout img {
		margin-right: 0;
	}


	.index-tabs a {
		margin-right: 50px;
	}
	.index-tabs a:last-child {
		margin-right: 0;
	}
	.index-tabs {
		margin-bottom: 25px;
	}
	.catalog-name-container a {
		font-size: 14px;
	}
	.catalog-item .prices {
		font-size: 16px;
	}
	.catalog-section-vobler {
		padding: 10px 12px;
	}
	.footerSubscribe {
		float: none;
		clear: both;
		position: relative;
		padding-top: 15px;
		right: auto;
	}
	.footerSubscribe button {
		 bottom: 12px;
	}
	.footerMenu {
		margin-right: 50px;
	}
	.footerSocials {
		width: auto;
		margin-right: 0;
	}
	.footerSocials > div {
		display: inline-block;
		margin-right: 15px;
	}
	.footer {
		padding: 35px 0;
	}
	.catalog-element .prices {
		margin-right: 10px;
	}
	.catalog-element .list-quantity-block {
		margin-right: 5px;
	}
	.headerSearch {
		right: 155px;
	}
}
@media screen and (max-width: 379px) {
	.topLineWrapper img {
		margin-right: 6px;
	}
	.topLineEmail img {
		margin: 3px 0 0;
		max-height: 16px;
	}
}

.promo {
	width: 100%;
	margin: 0 0 30px;
}
.promo .owl-item a > span {
	width: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.owl-carousel .owl-item .promo__desktop {
	display: block;
	height: 240px;
}
.owl-carousel .owl-item .promo__mobile {
	display: none;
}
.promo .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -20px;
}
.promo .owl-prev {
	position: absolute;
	left: 10px;
}
.promo .owl-next {
	position: absolute;
	right: 10px;
}
.promo .owl-prev span,
.promo .owl-next span {
	font-size: 40px;
	opacity: 0.5;
	transition: opacity 300ms ease;
}
.promo .owl-prev span:hover,
.promo .owl-next span:hover {
	opacity: 0.9;
}
@media screen and (max-width: 480px) {
	.owl-carousel .owl-item .promo__desktop {
		display: none;
	}
	.owl-carousel .owl-item .promo__mobile {
		display: block;
	}
}
.podeli_widget {
	display: none !important;
}


/* блок информации ceo в карточке товара */

.catalog-element-detail {
	margin: 62px 0 0;
}

.element__info-tabs nav {
	display: flex;
	border-bottom: 1px solid #E8F0F6;
	width: 100%;
	margin: 0 0 38px;
}

.element__info-block-title {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	cursor: pointer;
	color: #000;
	padding-bottom: 8px;
	margin-right: 30px;
}

.element__info-block-title-active {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}

.element__info-block-title-active:after {
	content: '';
	border-bottom: 4px solid #FF3465;
	border-radius: 10px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.element__info-block-title a, .element__info-block-title a:hover {
	text-decoration: none;
}

.element__info-block {
	display: none;
	color: #4E5B67;
}

.element__info-block p {
	margin-bottom: 10px;
}

.element__info-block ul {
	margin-bottom: 10px;
	margin-left: 20px;
}

.catalog-element-avail {
	font-size: 16px;
}
.catalog-element-avail_empty {
	color: #AFAFAF;
}
.catalog-element-avail_few {
	color: #FF3465;
}
.catalog-element-avail_enough {
	color: #018748;
}
.catalog-element-avail_alot {
	color: #018748;
}

.articles {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin: 45px 0 0;
}
.articles__item {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
	padding: 30px;
	margin: 0 0 30px;
	transition: all 300ms ease;
	display: inline-block;
	vertical-align: top;
}
.articles__item:hover {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
}
.articles__item-name {
	font-size: 25px;
	font-weight: 700;
	line-height: 29px;
	margin: 25px 0 0;
	color: #292933;
	transition: color 300ms ease;
}
.articles__item:hover .articles__item-name {
	color: #F46F60;
}
.articles__item-text {
	margin: 25px 0 0;
	color: #292933;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}
@media screen and (max-width: 736px) {
	.articles {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

.index-text {
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
	margin: 50px 0;
	padding: 30px;
}

.index-text ul li {
	margin-left: 15px;
}

/* End */
/* /bitrix/templates/mixdecor/components/bitrix/menu/vertical_multilevel/style.css?17875663662033 */
/* /bitrix/templates/mixdecor/components/bitrix/breadcrumb/.default/style.css?1787566366428 */
/* /bitrix/templates/mixdecor/template_styles.css?178756636626393 */
