/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 03.04.21 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("jquery-ui.css");
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
 @charset "utf-8";
@import url("modals/blur.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.main_page {
	background: #fff;
}
body {
	/*background: #fff url(../images/main_bg.jpg) no-repeat 50% 15.8rem;*/
	height: 100%;
	color: #070707;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: left;
	word-wrap: break-word;
}
input, button, select, textarea, html {
	font-family: 'Montserrat', sans-serif;
}
a {
	color: #070707;
	text-decoration: underline;
}
a:hover, a:hover:visited {
	text-decoration: none;
}
.nu a:hover, a.nu:hover {
	text-decoration: underline;
}
.nu a, a.nu {
	text-decoration: none;
}
a.link_dashed, .link_dashed a {
	text-decoration: none;
	border-bottom: 1px dashed;
}
a.link_dashed:hover, .link_dashed a:hover {
	border: 0;
	text-decoration: none;
}
.h1 {
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	color: #070707;
	margin: 0 0 3.1rem;
	padding: 0.1rem 0 0 2.3rem;
	text-transform: uppercase;
	line-height: 1.2;
}
.h1:before {
	content: "";
	background: #FFCA18;
	border-radius: 5px;
	width: 5px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.h2 {
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	color: #070707;
	margin: 0 0 3.7rem;
	padding: 0.1rem 0 0 2.3rem;
	text-transform: uppercase;
	line-height: 1.2;
}
.h2:before {
	content: "";
	background: #FFCA18;
	border-radius: 5px;
	width: 5px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.h3 {
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	color: #070707;
	margin: 0 0 3.4rem;
	padding: 0.1rem 0 0 2.3rem;
	text-transform: uppercase;
	line-height: 1.2;
}
.h3:before {
	content: "";
	background: #FFCA18;
	border-radius: 5px;
	width: 5px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 1.33em;
}
.h5 {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 1.67em;
}
.h6 {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 0 2.33em;
}
/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
	font-size: 1.0rem;
}
.f-11 {
	font-size: 1.1rem;
}
.f-12 {
	font-size: 1.2rem;
}
.f-13 {
	font-size: 1.3rem;
}
.f-14 {
	font-size: 1.4rem;
}
.f-15 {
	font-size: 1.5rem;
}
.f-16 {
	font-size: 1.6rem;
}
.f-17 {
	font-size: 1.7rem;
}
.f-18 {
	font-size: 1.8rem;
}
.f-20 {
	font-size: 2.0rem;
}
/*end fonts*/
/*forms fields*/
.field {
	background: #fff;
	border: 0.1rem solid #C4C4C4;
	border-radius: 0.5rem;
	padding: 1.3rem 1.6rem 1.2rem;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	font-size: 1.4rem;
	color: #070707;
}
.field[required] {
	background: #fff url(../images/form_star.svg) no-repeat 96% 15px;
}
.field:focus {
	border-color: #51cbee;
	-webkit-box-shadow: rgba(81, 203, 238, 1) 0rem 0rem 0.5rem;
	box-shadow: rgba(81, 203, 238, 1) 0rem 0rem 0.5rem;
}
 .field:-moz-placeholder {
 opacity: 1;
 font-size:1.4rem;
 color:#070707;
}
 .field::-moz-placeholder {
 opacity: 1;
font-size:1.4rem;
 color:#070707;
}
 .field::-webkit-input-placeholder {
 opacity: 1;
 font-size:1.4rem;
 color:#070707;
}
 .field:-ms-input-placeholder {
 opacity: 1;
font-size:1.4rem;
 color:#070707;
}
.field.placeholder {
	font-size: 1.4rem;
	color: #070707;
}
.field.invalid {
	border-color: red;
}
.field[required].invalid {
	background: #fff url(../images/form_star.svg) no-repeat 96% 15px;
}
.parent_field {
	display: inline-block;
	vertical-align: top;
}
.invalid_message {
	display: block;
	color: red;
	font-size: 1.1rem;
	line-height: 1.2;
}
.valid_message {
	display: none;
	color: green;
	font-size: 1.1rem;
	line-height: 1.2;
}
/*end forms fields*/
/*over blocks*/
.o {
	overflow: hidden;
}
.cx:before, .cx:after {
	content: "";
	display: table;
}
.cx:after {
	clear: both;
}
.ct {
	display: table;
}
.ct:after {
	content: '. . . . . . . . . . .';
	display: block;
	word-spacing: 99in;
	height: 0;
	overflow: hidden;
	font-size: 0.05em;
	line-height: 0.05em;
}
/*end over blocks*/
/*other*/
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	margin: 0 0 1.0rem;
	height: 0;
	display: block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	border-top: 0.1rem solid #a5b136;
}

::-moz-selection {
 background-color: rgba(255, 0, 0, 0.5);
 color: #fff;
 text-shadow: none;
}
::selection {
	background-color: rgba(255, 0, 0, 0.5);
	color: #fff;
	text-shadow: none;
}
 img::-moz-selection {
 background-color: transparent;
 -moz-box-shadow: none;
}
img::selection {
	background-color: transparent;
	box-shadow: none;
}
ul {
	padding: 1.4rem 0 0;
}
li {
	background: url(../images/mark.svg) no-repeat 0 0.5rem;
	margin: 0 0 1.1rem;
	padding: 0 0 0 2.6rem;
	font-size: 1.4rem;
	/*font-weight: 500;*/
	list-style: none;
}
.list li {
	background: none;
}
.list_2 {
	margin: 0 0 0 -3.5rem;
}
.list_2 .item {
	background: url(../images/mark.svg) no-repeat 0 0.5rem;
	width: calc(50% - 5.6rem);
	margin: 0 0 2.5rem 3.5rem;
	padding: 0 0 0 2.1rem;
	font-weight: 500;
}
/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
	min-width: 102.4rem;
	min-height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.to-top {
	position: fixed;
	display: none;
	bottom: 3.0rem;
	right: 0;
	z-index: 99;
}
.to-top .link {
	background: #FFCA18 url(../images/to-top.svg) no-repeat 50% 50%;
	border-radius: 0.5rem;
	display: block;
	width: 4.1rem;
	height: 4.1rem;
}
.feedback_bubble {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 999;
}
.feedback_bubble .list {
	position: absolute;
	top: 0;
	right: 100%;
}
.feedback_bubble .item {
	margin: 0 0 1.0rem;
	width: 5.0rem;
	height: 5.0rem;
}
.feedback_bubble .fig {
	background: #FFCA18;

	border-radius: 0.5rem 0 0 0.5rem;
	display: block;
	width: 5.0rem;
	height: 5.0rem;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.feedback_bubble .item:nth-child(2) .fig {
	background: #9F9F9F;
}
.feedback_bubble .link {
	display: block;
	width: 5.0rem;
	height: 5.0rem;
}
.feedback_bubble .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.inner {
	min-width: 102.4rem;
	max-width: 128.0rem;
	margin: auto auto 55.6rem !important;
}
.inner:before, .inner:after {
	content: "";
	display: table;
}
.inner:after {
	clear: both;
}
/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.main_page .header {
	height: 71.2rem;
}
.search .header {
	height: 15.6rem;
}
.header {
	min-width: 102.4rem;
	max-width: 128.0rem;
	/*height: 21.8rem;*/
	height: 15.8rem;
	position: relative;
	z-index: 4;
}
.header:after {
	content: "";
	background: #EBEBEC;
	height: 5.0rem;
	position: absolute;
	top: 10.7rem;
	right: -1000.0rem;
	left: -1000.0rem;
	z-index: -1;
}
.main_page .header:before {
	content: "";
	/*background: url(../images/bg.jpg) no-repeat;*/
	/* width: 192.0rem;
	height: 116.3rem; */
	margin: 0 0 0 -96.0rem;
	position: absolute;
	top: 15.7rem;
	left: 50%;
	z-index: -1;
}
.page_with-small-header.main_page .header {
	height: 54.2rem;
}
.page_with-small-header .header {
	padding: 5.0rem 0 0;
	height: 0;
}
.declaration_box {
	padding: 0.7rem 5.0rem;
	position: relative;
	color: #fff;
	text-align: center;
}
.declaration_box .close {
	width: 5.0rem;
	height: 5.0rem;
	margin: -2.5rem 0 0;
	position: absolute;
	top: 50%;
	right: 0;
}
.declaration_box .close .link {
	background: url(../images/declaration_box_close.svg) no-repeat 50% 50%;
	display: block;
	width: 5.0rem;
	height: 5.0rem;
}
.header_top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
	min-width: 102.4rem;
	max-width: 128.0rem;
	/*height: 21.7rem;*/
	height: 15.7rem;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
    /*background: #000;*/
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}


.header_top::before {
        content: "";
        background: #070707;
        -moz-box-shadow: 0 0 0.6rem rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        right: -1000.0rem;
        bottom: 0;
        left: -1000.0rem;
        z-index: -2;
    }

.page_with-small-header .header_top {
	position: fixed;
	z-index: 112;
}
.nav {
	background: url(../images/menu_slesh.svg) no-repeat 100% 50%;
	width: 100%;
	height: 3.0rem;
	position: relative;
	z-index: 112;
}
.nav:before {
	content: "";
    background: #FFCA18;
	width: 100vw;
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	transform: translate(50%, 0);
	z-index: -1;
}
.nav_toggle {
	display: none;
}
.nav> .sub_all {
	display: block;
}
body:not(.page_with-small-header) .sub_all {
	display: block !important;
}
.nav> .sub_all> .list {
	background: url(../images/menu_slesh.svg) no-repeat 100% 50%;
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	width: 100%;
	position: relative;
	z-index: 1;
}
.nav> .sub_all> .list:after, .nav> .sub_all> .list:before, .nav> .sub_all> .list> .item:before, .nav> .sub_all> .list> .item:after {
	display: none;
}
.nav> .sub_all> .list> .item {
	width:100%;

	position: relative;
	font-size: 1.3rem;
	text-align:center;
}
.nav> .sub_all> .list> .item> .link {
	background: url(../images/menu_slesh.svg) no-repeat 0 50%;
	display:block;

	width: 100%;
	height: 3.0rem;
	position: relative;
	color: #fff;
	text-decoration: none;
	z-index: 2;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	line-height:3.0rem;
}
.nav> .sub_all> .list> .item:hover> .link, .nav> .sub_all> .list> .active> .link {
	background: #FFCA18;
	color: #3B3A44;
}
.nav> .sub_all> .list> .active> .link {
	font-weight: 600;
}

.nav .sub {
	position: absolute;
	top: 3.0rem;
	left: 0;
	width: 100%;
	display: none;
}
.nav> .sub_all> .list> .item:last-child .sub {
	left: auto;
	right: 0;
}
.nav .back_sub {
	display: none;
}
.nav .sub_menu {
	background: #59a932;
	box-shadow: 0 0 6px rgba(0,0,0,0.16);
	border-radius: 0 0 0.5rem 0.5rem;
	display: block;
	width: calc(100% - 5.8rem);
	padding: 2.0rem 2.9rem 0.5rem;
	float: left;
	position: relative;
	text-align: center;
}
.nav> .sub_all> .list> .item:last-child .sub_menu {
	float: right;
}
.nav .sub .item {
	margin: 0 0 1.7rem;
	position: relative;
	font-size: 1.3rem;
	font-weight: normal;
}
.nav .sub .link {
	display: block;
	position: relative;
	color: #F5F5F5;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.nav .sub .item:hover .link {
	font-weight: 600;
	color: #fff;
}
.nav> .sub_all> .list> .item:hover .sub {
	display: block;
}
.logo {
	background: url(../images/logo.svg) no-repeat;
	width: 31.9rem;
	height: 5.5rem;
	margin: 1.1rem 0 0 2.5rem;
}
.logo .link {
	display: block;
	width: 25.9rem;
	height: 5.5rem;
}
.slogan {
	margin: -4.8rem 0 0 17.0rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
    width: 30rem;
}
.time {
	background: url(../images/header_clock.svg) no-repeat 0 0.2rem;
	margin: 1.8rem 0 0;
	padding: 0 0 0 2.5rem;
	font-weight: 500;
	color: #fff;
}
.mail {
	margin: 0.5rem 0 1.7rem;
	font-weight: 500;
}
.mail .link {
	background: url(../images/header_mail.svg) no-repeat 0 0.3rem;
	display: inline-block;
	padding: 0 0 0 2.6rem;
	color: #fff;
}
.phone {
	margin: 1.9rem 5.5rem 1.7rem 0;
	color: #fff;
}
.phone .link {
	background: url(../images/header_phone-call.svg) no-repeat 0 0.1rem;
	display: inline-block;
	padding: 0 0 0 2.8rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.phone p {
	margin: 0 0 0.3rem;
}
.main_page .catalog_header {
	display: block;
}
.catalog_header {
	display: none;
	width: 24.9rem;
	position: absolute;
	top: 11.2rem;
	left: 2.5rem;
	z-index: 111;
}
.catalog_header .title .link {
	background: #FFCA18 url(../images/catalog_header_next.svg) no-repeat 93% 50%;
	border-radius: 0.5rem;
	display: block;
	height: 4.0rem;
	padding: 0 0 0 1.6rem;
	font-size: 1.4rem;
	font-weight: bold;
	/* color: #fff; */
	text-decoration: none;
	text-transform: uppercase;
}
.catalog_header .title .fig {
	display: inline-block;
	vertical-align: middle;
	width: 2.0rem;
	height: 4.0rem;
	margin: 0 1.2rem 0 0;
	position: relative;
	overflow: hidden;
}
.catalog_header .title .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.catalog_header .title .text {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}
.main_page .catalog_header_list {
	display: block;
}
.catalog_header_list {
	background: #fff;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	border-radius: 0 0 0.5rem 0.5rem;
	display: none;
	width: 24.9rem;
	margin: 0.5rem 0 0;
}
.catalog_header:hover .catalog_header_list {
	display: block;
}
.catalog_header_list> .item {
	position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    height: 50px;
}
.catalog_header_list> .item> .link {
	display: block;
	padding: 0 1.2rem;
	color: #070707;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.catalog_header_list> .item> .link:hover {
	background: #FFCA18;
	font-weight: bold;
}
.catalog_header_list .fig {
	display: inline-block;
	vertical-align: middle;
	/*width: 2.4rem;*/
	height: 3.2rem;
	margin: 0 1.1rem 0 0;
	position: relative;
	overflow: hidden;
}
.catalog_header_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.catalog_header_list .text {
	display: inline-block;
	vertical-align: middle;
	width: 82%;
}
.catalog_header_list .back_sub {
	display: none;
}
.catalog_header_list .sub {
	background: #F5F5F5;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	display: none;
	width: 24.9rem;
	position: absolute;
	top: 0;
	left: 100%;
}
.catalog_header_list> .item:hover> .sub {
	display: block;
}
.catalog_header_list .sub> .sub_menu> .item {
	position: relative;
	font-size: 1.2rem;
	font-weight: 600;
}
.catalog_header_list .sub> .sub_menu> .item> .link {
	display: block;
	padding: 0.6rem 1.9rem 0.9rem;
	color: #343130;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.catalog_header_list .sub> .sub_menu> .item> .link:hover {
	background: #FFCA18;
	font-weight: bold;
}
.catalog_header_list .sub> .sub_menu .in {
	background: url(../images/sub_menu_in_next.svg) no-repeat 100% 0.4rem;
	display: inline-block;
	padding: 0 1.3rem 0 0;
}
.catalog_header_list .sub .sub {
	background: #E9E5E4;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	display: none;
	width: 39.2rem;
	position: absolute;
	top: 0;
	left: 100%;
}
.catalog_header_list .sub> .sub_menu> .item:hover .sub {
	display: block;
}
.catalog_header_list .sub .sub .item {
	font-size: 1.2rem;
	font-weight: 600;
}
.catalog_header_list .sub .sub .link {
	color: #343130;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.catalog_header_list .sub .sub .link:hover {
	background: rgba(135,127,139,0.19) !important;
	font-weight: bold !important;
}
.main_page .catalog_header_2 {
	display: none;
	top: 16.2rem;
}
.catalog_header_2 {
	width: 24.9rem;
	position: absolute;
	top: 11.2rem;
	left: 2.5rem;
}
.catalog_header_2 .title .link {
	background: #FFCA18 url(../images/catalog_header_next.svg) no-repeat 93% 50%;
	border-radius: 0.5rem;
	display: block;
	height: 4.0rem;
	padding: 0 0 0 1.6rem;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.catalog_header_2 .title .fig {
	display: inline-block;
	vertical-align: middle;
	width: 2.0rem;
	height: 4.0rem;
	margin: 0 1.2rem 0 0;
	position: relative;
	overflow: hidden;
}
.catalog_header_2 .title .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.catalog_header_2 .title .text {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}
.catalog_header_2 .catalog_header_list {
	background: #fff;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	border-radius: 0 0 0.5rem 0.5rem;
	display: none;
	width: 24.9rem;
	position:relative;
	z-index:3;
}
.catalog_header_2:hover .catalog_header_list {
	display: block;
}
.catalog_header_2 .catalog_header_list> .item {
	font-size: 1.2rem;
	font-weight: 600;
}
.catalog_header_2 .catalog_header_list> .item> .link {
	display: block;
	color: #343130;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.catalog_header_2 .catalog_header_list> .item> .link:hover {
	background: #FFCA18;
	font-weight: bold;
}
.catalog_header_2 .catalog_header_list .fig {
	display: inline-block;
	vertical-align: middle;
	/*width: 22px;*/
	height: 32px;
	margin: 0 11px 0 0;
	position: relative;
	overflow: hidden;
}
.catalog_header_2 .catalog_header_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.catalog_header_2 .catalog_header_list .text {
	display: inline-block;
	vertical-align: middle;
	width: 82%;
}
.catalog_header_2 .catalog_header_list .back_sub {
	display: none;
}
.catalog_header_2 .catalog_header_list .sub {
	background: #F5F5F5;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	display: none;
	width: 24.9rem;
	position: absolute;
	top: 0;
	left: 100%;
}
.catalog_header_2 .catalog_header_list> .item:hover> .sub {
	display: block;
}

.catalog_header_2 .catalog_header_list .sub> .sub_menu> .item {
	font-size: 1.2rem;
	font-weight: 600;
}
.catalog_header_2 .catalog_header_list .sub> .sub_menu> .item> .link {
	color: #343130;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.catalog_header_2 .catalog_header_list .sub> .sub_menu> .item> .link:hover {
	background: #E9E5E4;
	font-weight: bold;
}
.catalog_header_2 .catalog_header_list .sub .sub {
	background: #E9E5E4;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	display: none;
	width: 39.2rem;
	position: absolute;
	top: 0;
	left: 100%;
}
.catalog_header_2 .catalog_header_list .sub> .sub_menu> .item:hover .sub {
	display: block;
}
.catalog_header_2 .catalog_header_list .sub .sub .item {
	font-size: 1.2rem;
	font-weight: 600;
}
.catalog_header_2 .catalog_header_list .sub .sub .link {
	color: #343130;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.catalog_header_2 .catalog_header_list .sub .sub .link:hover {
	background: rgba(135,127,139,0.19);
	font-weight: bold;
}
.basket {
	position: relative;
	margin: 0.1rem 5.5rem 2.4rem 0;
}
.mobile_view {
	display: none;
}
.basket .link {
	background: #9F9F9F url(../images/basket.svg) no-repeat 1.5rem 50%;
	border-radius: 0.5rem;
	display: inline-block;
	width: 22.9rem;
	padding: 0.9rem 0 1.1rem 4.1rem;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.basket.active .link {
	background: #070707 url(../images/basket.svg) no-repeat 1.5rem 50%;
}
.basket .title {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.4rem 0 0;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
}
.basket .shopping_cart_empty {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 1.1rem;
}
.basket .number {
	background: url(../images/basket_slesh.svg) no-repeat;
	display: none;
	margin: 0 0 0 1.2rem;
	padding: 0 0 0 1.2rem;
}
.basket.active .number {
	display: inline-block;
	vertical-align: middle;
}
.basket.active .total_count {
	display: inline-block;
	vertical-align: middle;
}

.basket.active .text{
	display:none;
}
.address {
	width: 37.0rem;
	margin: 0 0 2.4rem 30.2rem;
}
.address .select {
	position: relative;
	width: 100% !important;
}
.address .red_select {
	position: relative;
}
.address .red_select:before{
	content:"";
	/* border:2px solid red; */
	border-radius: 0.5rem;
	position:absolute;
	top:-2px;
	right:-4px;
	bottom:-2px;
	left:-2px;
	
}
.address .ui-selectmenu-icon.ui-icon-triangle-1-s {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
	width: 3.3rem;
	height: 4.0rem;
	position: absolute;
	top: 0;
	right: 0;
}
.address .ui-icon, .ui-widget-content .ui-icon {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
}
.address .ui-widget-header .ui-icon {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
}
.address .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
}
.address .ui-state-active .ui-icon, .ui-button:active .ui-icon {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
}
.address .ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
}
.address .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
}
.address .ui-button .ui-icon {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
}
.address .ui-selectmenu-button.ui-button {
	background: #fff url(../images/address_select.svg) no-repeat;
	border: 0.1rem solid #E9E5E4;
	border-radius: 0.5rem;
	display: block;
	width: calc(100% - 9.3rem)!important;
	height: 2.5rem;
	padding: 1.1rem 3.7rem 0.4rem 5.6rem;
}
.address .ui-widget.ui-widget-content {
	background: #fff;
	-moz-box-shadow: 1px 2px 7px rgba(0,0,0,.2);
	-webkit-box-shadow: 1px 2px 7px rgba(0,0,0,.2);
	box-shadow: 1px 2px 7px rgba(0,0,0,.2);
	border-radius: 0 0 5px 5px;
	border: none;
	padding: 13px 0 0;
	position: relative;
	z-index: 1;
}
.address .ui-menu .ui-menu-item-wrapper {
	background: url(../images/address_pin.svg) no-repeat 3.1rem 0.9rem;
	padding: 0.7rem 1.6rem 1.1rem 5.5rem;
}
.address .ui-state-active, .address .ui-widget-content .ui-state-active, .address .ui-widget-header .ui-state-active, .address a.ui-button:active, .address .ui-button:active, .address .ui-button.ui-state-active:hover {
	background: #F5F5F5 url(../images/address_pin.svg) no-repeat 3.1rem 0.9rem;
	border: none;
	font-size: 1.4rem;
	font-weight: 500;
	color: #877F8B;
}
.address .ui-menu .ui-menu-item-wrapper:hover {
	background: #F5F5F5 url(../images/address_pin.svg) no-repeat 3.1rem 0.9rem;
}
.address .ui-widget {
	font-size: 1.4rem;
	font-weight: 500;
	color: #877F8B;
}
.address .ui-selectmenu-text {
	color: #877F8B;
}
.address .ui-widget-content {
	color: #877F8B;
}
.address .ui-menu .ui-state-focus, .address .ui-menu .ui-state-active {
	margin: 0;
}
.address .ui-menu .ui-menu-item {
	background: none;
	padding: 0;
}
.main_page .header_search {
	/*width: calc(100% - 35.7rem);
	margin: 0 5.5rem 0 30.2rem;*/
	width: calc(100% - 65.2rem);
	margin: 0 0 2.4rem 30.2rem;
}
.header_search {
	/*width: calc(100% - 8.0rem);*/
	height: 4.0rem;
	/*margin: 0 5.5rem 0 2.5rem;*/
	position: relative;
    /*margin-top: -10px;*/
	width: calc(100% - 65.2rem);
	margin: 0 0 2.4rem 30.2rem;
}
.header_search .title {
	display: none;
}
.header_search .field {
	background: #fff;
	border: none;
	border-radius: 0.5rem;
	width: 100%;
	height: 4.0rem;
	padding: 0.9rem 8.1rem 1.1rem 1.4rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #877F8B;
}
 .header_search.field:-moz-placeholder {
font-size: 1.4rem;
 font-weight:500;
color: #877F8B;
}
 .header_search .field::-moz-placeholder {
font-size: 1.4rem;
 font-weight:500;
color: #877F8B;
}
 .header_search.field::-webkit-input-placeholder {
font-size: 1.4rem;
 font-weight:500;
color: #877F8B;
}
 .header_search .field:-ms-input-placeholder {
font-size: 1.4rem;
 font-weight:500;
color: #877F8B;
}
.header_search .field.placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #877F8B;
}
.header_search .btn {
	background: #FFCA18 url(../images/header_search.svg) no-repeat 50% 50%;
	border-radius: 0.5rem;
	border: none;
	width: 4.0rem;
	height: 4.0rem;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_search .sub_close {
	display: none;
}
.header_search .btn:hover {
	background: #FFCA18 url(../images/header_search.svg) no-repeat 50% 50%;
}
.header_search .text {
	display: none;
}
.header_search .close {
	background: url(../images/header_search_close.svg) no-repeat 50% 50%;
	border: none;
	display: inline-block;
	width: 3.9rem;
	height: 4.0rem;
	position: absolute;
	top: 0;
	right: 4.0rem;
}
.contacts_header_mobile {
	display: none;
}
.carousel_1 {
	width: calc(100% - 35.7rem);
	height: 0;
	padding-bottom: 47.9%;
	margin: 1.9rem 5.5rem 0 30.2rem;
	position: relative;
}
.carousel_1 .main_list> .item {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: visibility 1s ease;
	transition: visibility 1s ease;
}
.carousel_1 .main_list> .active {
	visibility: visible;
	z-index: 1;
}
.carousel_1 .fig {
	border-radius: 0.5rem;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel_1 .active .fig {
	opacity: 1;
}
.carousel_1 .img {
	border-radius: 0.5rem;
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.carousel_1 .text {
	position: absolute;
	bottom: 4.6rem;
	right: 4.2rem;
	z-index: 2;
	-webkit-transition: all 1s ease .5s;
	transition: all 1s ease .5s;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	opacity: 0;
}
.carousel_1 .active .text {
	opacity: 1;
	-webkit-transform: translate(0, 0%);
	transform: translate(0, 0%);
}
.carousel_1 .more {
	background: #FFCA18;
	border-radius: 0.5rem;
	display: inline-block;
	height: 3.5rem;
	padding: 0 1.9rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	line-height: 3.5rem;
}
.carousel_1 .tabs {
	position: absolute;
	bottom: 4.7rem;
	left: 4.9rem;
	z-index: 3;
}
.carousel_1 .tabs .item {
	display: inline-block;
	margin: 0 0.5rem;
}
.carousel_1 .tabs .link {
	background: rgba(53,84,105,0.45);
	border-radius: 50%;
	display: block;
	vertical-align: middle;
	width: 0.8rem;
	height: 0.8rem;
}
.carousel_1 .tabs .active {
	background: #070707;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
	width: 24.9rem;
	margin: 2.0rem 0.5rem 0 2.5rem;
	position: relative;
	float: left;
}
.subcategories_list {
	background: #fff;
	-moz-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	border-radius: 0.5rem;
	margin: 0 0 1.5rem;
}
.subcategories_list> .item {
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
}
.subcategories_list> .item> .title {
	margin: 0 0 0.4rem;
}
.subcategories_list> .item> .title> .link {
	background: #8A9095;
	border-radius: 0.5rem;
	display: block;
	padding: 0 1.1rem 0 1.8rem;
	color: #fff;
	text-decoration: none;
}
.subcategories_list> .item> .title> .link> .text {
	display: inline-block;
	vertical-align: middle;
	width: 84%;
}
.subcategories_list .fig {
	display: inline-block;
	vertical-align: middle;
	width: 3.0rem;
	height: 3.5rem;
	position: relative;
	overflow: hidden;
}
.subcategories_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.categories_list .item {
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: none;
}
.categories_list .link {
	display: block;
	padding: 0.7rem 1.5rem 0.9rem 1.8rem;
	color: #343130;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.categories_list .item:hover .link, .categories_list .active .link {
	background: #F5F5F5;
	font-weight: 600;
}
.categories_list .text {
	display: inline-block;
	vertical-align: top;
	width: 69%;
}
.categories_list .number {
	display: inline-block;
	vertical-align: top;
	width: 29%;
	font-weight: 600;
	color: #8A9095;
	text-align: right;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.categories_list .item:hover .number, .categories_list .item .number {
	color: #343130;
}
.filitr {
	background: #fff;
	-moz-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	border-radius: 0.5rem;
	margin: 0 0 1.2rem;
	padding: 0 1.7rem 2.1rem;
}
.filitr .h3 {
	background: #8A9095;
	border-radius: 0.5rem;
	margin: 0 -1.7rem 1.6rem;
	padding: 1.0rem 1.1rem 1.1rem 1.8rem;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.filitr .h3:before {
	display: none;
}
.filitr .sliders {
	height: 5.4rem;
	margin-bottom: 1.1rem;
	position: relative;
}
.filitr .slider {
	clear: both;
	height: 0.5rem;
	border-radius: 0.5rem;
	margin: 0 0 1.5rem;
	position: relative;
}
.filitr .field {
	padding: 1.0rem 1.6rem 0.8rem;
	font-size: 1.2rem;
	font-weight: 500;
}
 .filitr .field:-moz-placeholder {
 font-size: 1.2rem;
 font-weight: 500;
}
.filitr .field::-moz-placeholder {
 font-size: 1.2rem;
 font-weight: 500;
}
.filitr .field::-webkit-input-placeholder {
 font-size: 1.2rem;
 font-weight: 500;
}
.filitr .field:-ms-input-placeholder {
 font-size: 1.2rem;
 font-weight: 500;
}
.filitr .field.placeholder {
	font-size: 1.2rem;
	font-weight: 500;
}
.filitr .slider:before {
	content: "";
	background: #EBEBEC;
	border-radius: 0.5rem;
	height: 0.5rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.filitr .ui-widget.ui-widget-content {
	border: 0;
}
.filitr .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 0;
}
.filitr .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 0;
}
.filitr .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 0;
}
.filitr .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 0;
}
.filitr .ui-widget-content {
	border: 0;
	background: none;
	color: #333333;
}
.filitr .ui-slider-handle {
	background: #fff !important;
	-moz-box-shadow: 0 0 0.3rem rgba(0,0,0,0.44);
	-webkit-box-shadow: 0 0 0.3rem rgba(0,0,0,0.44);
	box-shadow: 0 0 0.3rem rgba(0,0,0,0.44);
	border: none !important;
	border-radius: 50%;
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	position: absolute;
	top: -0.4rem;
	margin-left: -0.5rem;
}
.filitr .ui-slider-range {
	border: 0;
	background: #FFCA18;
	height: 5px;
	position: absolute;
}
.filitr .button {
	width: 21.5rem;
	height: 3.5rem;
	line-height: 3.5rem;
}
form .btn_2 {
	width: 24.9rem;
	height: 3.5rem;
	color: #4C474F;
	line-height: 3.5rem;
}
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
	padding: 3.6rem 5.5rem 0 2.5rem;
}
.content {
	padding: 1.8rem 5.5rem 0 2.5rem;
	position: relative;
}
.side + .content {
	float: left;
	width: calc(100% - 35.9rem);
}
.to_catalog_link {
	background: url(../images/to_catalog_link.svg) no-repeat 100% 0.6rem;
	display: inline-block;
	padding: 0 1.4rem 0 0;
	font-weight: 500;
	color: #070707;
	text-decoration: none;
}
.catalog_list {
	margin: 0 0 3.7rem -1.3rem
}
.main_page .catalog_list> .item {
	height: 47.5rem;
}
.catalog_list> .item {
	background: #fff;
	-moz-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	border-radius: 0.5rem;
	width: calc(25% - 3.9rem);
	height: 35.0rem;
	margin: 0 0 1.8rem 1.3rem;
	padding: 0 1.3rem;
	position: relative;
	line-height: 1.3;
	z-index:auto;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.catalog_list> .item:before {
	content: "";
	background: #FFCA18;
	border-radius: 0.5rem;
	display: block;
	height: 0.4rem;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.catalog_list> .item:hover:before {
	opacity: 1;
	visibility: visible;
}
.catalog_list> .item> .title {
	margin: 0 0 1.5rem;
}
.catalog_list> .item> .title> .link {
	font-weight: bold;
	color: #343130;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.catalog_list> .item:hover> .title> .link {
	color: #FFCA18;
}
.catalog_list> .item> .fig {
	border-radius: 0.5rem;
	width: calc(100% + 2.6rem);
	height: 0;
	margin: 0 -1.3rem 1.8rem;
	padding-bottom: 80%;
	position: relative;
	overflow: hidden;
}
.catalog_list> .item> .fig> .link> .img {
	/*border-radius: 0.5rem;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	vertical-align: top;*/
max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}
}
.catalog_list .title .text {
	display: inline-block;
	vertical-align: top;
	width: 78%;
}
.catalog_list .title .fig {
	display: inline-block;
	vertical-align: top;
	width: 4.0rem;
	height: 3.0rem;
	position: relative;
	overflow: hidden;
}
.catalog_list .title .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.catalog_list_in .item {
	margin: 0 0 0.9rem;
	font-size: 1.2rem;
	font-weight: 500;
}
.catalog_list_in .item:nth-child(8) ~ .item {
	display: none;
}
.catalog_in{
	position:relative;
	z-index:3;
}
.catalog_in.active{
	background: #fff;
border-radius:0 0 0.5rem 0.5rem;
margin:0 -1.3rem;
padding:0 1.3rem 0.7rem;

}
.catalog_in.active:before{
	content:"";
	background:#FFCA18;
	border-radius:0.5rem;
	height:0.4rem;
	position:absolute;
	bottom:0;
	right:0;
	left:0;
}
.catalog_in.active .item {
	display: block!important;
}
.catalog_list> .item + .catalog_in.active {
	height:auto;
	position:relative;
	z-index:3;

}
.catalog_list_in .link {
	color: #343130;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.catalog_list_in .item:hover .link {
	font-weight: bold;
}
.catalog_list .open {
	background: url(../images/catalog_next_down.svg) no-repeat 100% 0.5rem;
	display: inline-block;
	padding: 0 2.1rem 0 0;
	font-size: 1.2rem;
	font-weight: 500;
	color: #877F8B;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.catalog_list .open:hover {
	background: url(../images/catalog_next_down_orange.svg) no-repeat 100% 0.5rem;
	color: #FFCA18;
}
.catalog_list .close {
	background: url(../images/catalog_next_up.svg) no-repeat 100% 0.5rem;
	display: none;
	padding: 0 2.1rem 0 0;
	font-size: 1.2rem;
	font-weight: 500;
	color: #FFCA18;
	text-decoration: none;
}
.main_page .interesting_offers {
	padding: 6.6rem 0 4.0rem;
}
.interesting_offers {
	padding: 6.0rem 0 5.5rem;
	position: relative;
}
.main_page .interesting_offers:before {
	content: "";
	background: #fff;
	width: auto;
	margin: 0;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.interesting_offers:before {
	content: "";
	background: url(../images/pic29.jpg) no-repeat;
	width: 192.0rem;
	margin-left: -96.0rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
}
.opisanie_list_1 {
	margin: 0 0 3.4rem -5.2rem;
}
.opisanie_list_1 .item {
	margin: 0 0 0 5.2rem;
	font-size: 1.6rem;
	font-weight: 600;
}
.opisanie_list_1 .link {
	display: inline-block;
	padding: 0.8rem 0 0;
	position: relative;
	color: #8A9095;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.opisanie_list_1 .link:hover {
	color: #070707;
}
.opisanie_list_1 .active {
	padding: 0.1rem 0 0 2.3rem;
	font-size: 2.4rem;
	font-weight: bold;
	color: #070707;
	text-transform: uppercase;
	line-height: 1.2;
}
.opisanie_list_1 .active:before {
	content: "";
	background: #FFCA18;

	border-radius: 0.5rem;
	width: 0.5rem;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.carousel_2 {
	margin: -0.6rem -0.6rem 1.9rem -0.6rem;
	position: relative;
}
.carousel_2 .next, .carousel_2 .prev {
	background: url(../images/carousel_2_next.svg) no-repeat 100% 50%;
	width: 5.9rem;
	height: 5.9rem;
	position: absolute;
	bottom: -5.9rem;
	right: 0.6rem;
	z-index: 3;
}
.carousel_2 .next:hover {
	background: url(../images/carousel_2_next_hover.svg) no-repeat 100% 50%;
}
.carousel_2 .prev {
	background: url(../images/carousel_2_prev.svg) no-repeat 0 50%;
	right: auto;
	left: 0.6rem;
}
.carousel_2 .prev:hover {
	background: url(../images/carousel_2_prev_hover.png) no-repeat 0 50%;
}
.carousel_2 .in {
	padding: 0.6rem;
	position: relative;
	overflow: hidden;
}
.carousel_2 .main_list:before, .carousel_2 .main_list:after, .carousel_2 .main_list> .item:before, .carousel_2 .main_list> .item:after {
	display: none;
}
.carousel_2 .main_list {
	border-spacing: 2.3rem 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
	left: -2.3rem;
}
.carousel_2 .main_list.animate {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel_2 .item {
	background: #fff;
	-moz-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	border-radius: 0.5rem;
	width: calc(25vw - 7.8rem);
	display: table-cell;
	padding: 0.3rem 2.0rem 1.3rem;
	vertical-align: top;
	position: relative;
	text-align: center;
}
.carousel_2 .item .seasonal_products {
	background: url(../images/carousel_2_seasonal_products.svg) no-repeat;
	width: 2.6rem;
	height: 2.6rem;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	z-index: 2;
}
.carousel_2 .item .hit {
	background: url(../images/carousel_2_hit.svg) no-repeat;
	width: 2.6rem;
	height: 2.6rem;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	z-index: 2;
}
.carousel_2 .item .new {
	background: url(../images/carousel_2_new.svg) no-repeat;
	width: 2.6rem;
	height: 2.6rem;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	z-index: 2;
}
.carousel_2 .item .sale {
	background: url(../images/carousel_2_sale.svg) no-repeat;
	width: 2.6rem;
	height: 2.6rem;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	z-index: 2;
}
.carousel_2 .fig {
	background: #fff;
	border-radius: 0.5rem;
	display: block;
	width: 100%;
	height: 15.5rem;
	margin: 0 0 0.2rem;
	position: relative;
	overflow: hidden;
}
.carousel_2 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.carousel_2 .article {
	margin: 0 0 0.6rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #877F8B;
}
.carousel_2 .title {
	margin: 0 0 2.1rem;
	line-height: 1.1;
}
.carousel_2 .title .link {
	font-size: 1.6rem;
	font-weight: 600;
	color: #343130;
	text-decoration: none;
}
.carousel_2 .price_block {
	height: 3.7rem;
	margin: 0 0 0.4rem;
}
.carousel_2 .price {
	font-size: 1.6rem;
	font-weight: bold;
	color: #343130;
	line-height: 1;
}
.carousel_2 .price_old {
	font-size: 1.4rem;
	font-weight: 500;
	color: #877F8B;
	text-decoration: line-through;
}
.carousel_2 .in_stock {
	margin: 0 0 1.4rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #FFCA18;
}
.carousel_2 .out_stock {
	margin: 0 0 1.4rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #877F8B;
}
.btn_1 {
	background: #FFCA18;
	border-radius: 0.5rem;
	display: inline-block;
	width: 18.4rem;
	height: 3.5rem;
	font-size: 1.3rem;
	font-weight: 600;
	/* color: #fff; */
	line-height: 3.5rem;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.btn_1:hover {
	background: #9F9F9F;
}
.btn_1 .into {
	background: url(../images/carousel_2_shopping-cart.svg) no-repeat 0 0.8rem;
	display: inline-block;
	padding: 0 0 0 3.0rem;
}

.btn_2 {
	background: #fff;
	border: 0.1rem solid #4C474F;
	border-radius: 0.5rem;
	display: inline-block;
	width: 18.2rem;
	height: 3.3rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #4C474F;
	line-height: 3.3rem;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.btn_2:hover {
	background: #FFCA18;
	border: 0.1rem solid #FFCA18;
	color: #fff;
}
.btn_3 {
	background: #FFCA18;
	border-radius: 0.5rem;
	display: inline-block;
	width: 100%;
	height: 3.5rem;
	font-size: 1.3rem;
	font-weight: 600;
	/* color: #fff; */
	line-height: 3.5rem;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.btn_3:hover {
	background: #9F9F9F;
}

.hover_blue:hover {
	background: #070707;
	border: 0.1rem solid #070707;
}
.carousel_2 p {
	margin: 0 0 0.8rem;
}
.carousel_2 .learn_admission {
	display: inline-block;
	height: 3.5rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #877F8B;
	text-decoration: none;
	line-height: 3.5rem;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.carousel_2 .learn_admission:hover {
	font-weight: 600;
	color: #070707;
	text-decoration: underline;
}
.all {
	background: url(../images/all.svg) no-repeat 100% 0.6rem;
	display: inline-block;
	padding: 0 1.6rem 0 0;
	font-size: 1.4rem;
	font-weight: 500;
	color: #070707;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    margin-top: 2.6rem;
}
.all:hover {
	background: url(../images/all_hover.svg) no-repeat 100% 0.6rem;
	color: #FFCA18;
}
.how_buy {
	margin: 0 0 5.1rem;
	padding: 6.0rem 0 0;
	position: relative;
	/* color: #fff; */
}
.how_buy:before {
	content: "";
	background: url(../images/pic14.jpg) no-repeat;
	width: 192.0rem;
	height: 29.9rem;
	margin-left: -96.0rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}
.how_buy .h3 {
	float: left;
	/* color: #fff; */
}
.how_buy .fr {
	font-weight: 500;
}
.how_buy_list {
	margin: 0 0 0 -2.3rem;
}
.how_buy_list> .item {
	background: #FFCA18;
	border-radius: 0.5rem;
	width: calc(50% - 12.0rem);
	height: 47.8rem;
	margin: 0 0 0 1.3rem;
	padding: 4.7rem 7.0rem 0 2.7rem;
	position: relative;
	/* color: #fff; */
}
.how_buy_list> .item:nth-child(2) {
	background: #F3F3F3;
}
.how_buy_list .item .fig_bg {
	width: 226px;
	height: 244px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.how_buy_list .title {
	margin: 0 0 1.4rem;
	font-size: 1.8rem;
	font-weight: bold;
	text-transform: uppercase;
}
.how_buy_list .fig {
	display: inline-block;
	vertical-align: middle;
	width: 5.3rem;
	height: 5.7rem;
	margin: 0 1.4rem 0 0;
	position: relative;
	overflow: hidden;
}
.how_buy_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.how_buy_list .text {
	display: inline-block;
	vertical-align: middle;
	width: 79%;
}
.stages_list {
	counter-reset: stageslist;
	padding: 0 0 0 0.7rem;
}
.stages_list .item {
	counter-increment: stageslist;
	padding-left: 2.7rem;
	margin: 0 0 1.6rem;
	position: relative;
	font-weight: 500;
	line-height: 1.2;
}
.stages_list .item:before {
	content: counter(stageslist) ".";
	/* color: #fff; */
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.stages_list .link {
	font-size: 1.8rem;
	font-weight: bold;
	/* color: #fff; */
	text-decoration: none;
}
.our_advantages {
	background: #fff;
	-moz-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	border-radius: 0.5rem;
	margin: 0 0 5.0rem;
	padding: 5.4rem 3.7rem 3.3rem;
}
.our_advantages .h3 {
	float: left;
	margin: 0 0 3.9rem;
	color: #070707;
}
.our_advantages .fr {
	font-weight: 500;
}
.our_advantages_list {
	margin: 0 0 0 -0.8rem;
}
.our_advantages_list .item {
	width: calc(50% - 2.8rem);
	margin: 0 0 2.2rem 2.8rem;
}
.our_advantages_list .fig {
	display: inline-block;
	vertical-align: middle;
	width: 4.0rem;
	height: 4.0rem;
	margin: 0 2.4rem 0 0;
	position: relative;
	overflow: hidden;
}
.our_advantages_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.our_advantages_list .text {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}
.about_box {
	display: flex;
	flex-direction: row;
	padding: 6.9rem 0 0rem;
	position: relative;
}
.about_box:before {
	content: "";
	/*background: url(../images/pic15.jpg) no-repeat;*/
    background: #F3F3F3;
	width: 192.0rem;
	margin-left: -96.0rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -2;
}
.about_box .h1 {
	margin: 0 0 1.7rem;
	color: #070707;
}
.about_box .left_block {
	width: 52%;
	margin: 0 4.6rem 0 0;
}
.about_box .right_block {
	width: 44%;
	padding: 3.7rem 0 0;
}
.about_box .left_block> .fig {
	width: 55.9rem;
	height: 41.9rem;
	margin: 0 0 0 -6.5rem;
	position: relative;
	overflow: hidden;
}
.about_box .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.about_box .title {
	margin: 0 0 1.2rem;
	font-size: 1.4rem;
	font-weight: bold;
	color: #070707;
}
.about_box .delivery {
	margin: 0 0 3.4rem;
}
.about_box .delivery .fig {
	display: inline-block;
	vertical-align: middle;
	width: 5.4rem;
	height: 3.8rem;
	margin: 0 1.3rem 0 0;
	position: relative;
	overflow: hidden;
}
.about_box .delivery .text {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	font-weight: bold;
	color: #070707;
}
.form_box {
	padding: 6.0rem 0 5.8rem;
	position: relative;
}
.form_box:before {
	content: "";
	/*background: url(../images/pic16.jpg) no-repeat;*/
    background: url(../images/pic15.jpg) no-repeat;
	width: 192.0rem;
	margin-left: -96.0rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
}
.form_box .h3 {
	float: left;
	margin: 0 0 5.0rem;
	color: #3B3A44;
}
.form_box .fr {
	font-weight: 500;
	color: #3B3A44;
}
.feedback_list {
	float: left;
	width: 36.7rem;
	margin: 0 4.2rem 0 -1.8rem;
}
.feedback_list .item {
	width: 16.5rem;
	height: 16.5rem;
	margin: 0 0 1.7rem 1.8rem;
	font-weight: 600;
	text-align: center;
}
.feedback_list .link {
	background: #FFCA18;
	border-radius: 0.5rem;
	display: block;
	width: 14.1rem;
	height: 13.6rem;
	padding: 2.9rem 1.2rem 0;
	/* color: #fff; */
	text-decoration: none;
}
.feedback_list .item:nth-child(2) .link {
	background: #fff;
}
.feedback_list .item:nth-child(3) .link {
	background: #fff;
}
.feedback_list .item:nth-child(4) .link {
	background: #F3F3F3;
}
.feedback_list .fig {
	width: 100%;
	height: 5.0rem;
	margin: 0 0 1.7rem;
	position: relative;
	overflow: hidden;
}
.feedback_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.feedback_list .mail_form_box {
	font-size: 1.3rem;
	font-weight: normal;
}
.form_box .right_block {
	background: #fff;
	border-radius: 0.5rem;
	float: right;
	width: calc(100% - 46.9rem);
	padding: 2.4rem 3.9rem;
}
.c-50 {
	width: calc(50% - 0.7rem);
}
.c-66 {
	width: calc(66% - 0.7rem);
}
.c-33 {
	width: calc(33% - 0.7rem);
}
.label {
	font-size: 1.2rem;
	font-weight: 600;
	color: #877F8B;
}
.modal_text {
    font-size: 1.2rem;
    color: #877F8B;
    font-weight: 600;
}
.h-92 {
	height: 9.2rem;
}
.h-45 {
	height: 4.5rem;
}
.captcha {
	display: inline-block;
	padding-left: 7.3rem;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.captcha .fig img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.captcha .field {
	width: 100%;
	border-left: 0;
	border-radius: 0 0.5rem 0.5rem 0;
}
.captcha .fig {
	background: #fff;
	border: 0.1rem solid #C4C4C4;
	border-right: 0;
	border-radius: 0.5rem 0 0 0.5rem;
	width: 7.3rem;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.button {
	background: #FFCA18;
	border: none;
	border-radius: 0.5rem;
	display: inline-block;
	width: 100%;
	height: 4.4rem;
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 4.4rem;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.button:hover {
	background: #9F9F9F;
}
.button[disabled]{
	background: #cfc7b5 !important;
}


 .gallerry_list2{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 5.7rem -2.9rem;

  }
  .gallerry_list2 .item{
	width: calc(33% - 2.9rem);
	margin: 0 0 2.5rem 2.9rem;
	
  }

.gallerry_block2.active .item {
    display: block!important;
}
  .gallerry_list2 .fig{
	background: #fff;
	border-radius: 0.3rem;
	width: 100%;
	height: 0;
	padding: 0 0 85%;
	position: relative;
	overflow: hidden;
	
  }
  .gallerry_list2 .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  }
.contacts_box {
	position: relative;
	margin: 0 0 4.0rem;
	padding: 5.2rem 0 7.1rem;
	color: #fff;
}
.contacts_box:before {
	content: "";
	background: #9F9F9F;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.contacts_box .h3 {
	float: left;
	margin: 0 0 3.8rem;
	color: #fff;
}
.contacts_box .h3:before {
	background: #fff;
}
.contacts_box .fr {
	font-weight: 500;
}
.contacts_list {
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	margin: 0 0 0 -6.0rem;
}
.contacts_list .item {
	margin: 0 0 0 6.0rem;
}
.contacts_list .link {
	background: url(../images/contacts_list_pin.svg) no-repeat;
	display: inline-block;
	min-height: 3.4rem;
	padding: 0 0 0 3.9rem;
	color: #fff;
	text-decoration: none;
}
.banner {
	width: 100%;
	height: 0;
	margin: 0 0 3.7rem;
	padding-bottom: 28%;
	position: relative;
	overflow: hidden;
}
.banner .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.promo {
	margin: 0 0 3.7rem;
}
.crumbs {
	margin: 0 0 1.8rem;
}
.crumbs:before, .crumbs:after {
	display: none;
}
.crumbs:after {
	clear: both;
}
.crumbs .item {
	background: url(../images/crumbs.png) no-repeat 0.6rem 0;
	display: inline;
	padding: 0 0 0 2.1rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #8A9095;
	line-height: 1.6;
}
.crumbs .item:first-child {
	background: none;
	padding-left: 0;
}
.crumbs .item:before, .crumbs .item:after {
	display: none;
}
.crumbs .item:after {
	clear: both;
}
.crumbs .link {
	color: #8A9095;
}
.spisok_list {
	margin: 0 0 1.8rem -1.8rem;
}
.spisok_list .item {
	background: #fff;
	-moz-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	border-radius: 0.5rem;
	width: calc(34% - 5.7rem);
	margin: 0 0 2.0rem 1.8rem;
	padding: 0.3rem 1.7rem 1.3rem;
	position: relative;
	text-align: center;
}
.spisok_list .marker {
	position: absolute;
	top: 0.5rem;
	left: 0.8rem;
	display: flex;
	flex-direction: row;
	z-index: 2;
}
.spisok_list .seasonal_products {
	background: url(../images/carousel_2_seasonal_products.svg) no-repeat;
	width: 2.6rem;
	height: 2.6rem;
	margin: 0 0.2rem 0 0;
}
.spisok_list .hit {
	background: url(../images/carousel_2_hit.svg) no-repeat;
	width: 2.6rem;
	height: 2.6rem;
	margin: 0 0.2rem 0 0;
}
.spisok_list .new {
	background: url(../images/carousel_2_new.svg) no-repeat;
	width: 2.6rem;
	height: 2.6rem;
	margin: 0 0.2rem 0 0;
}
.spisok_list .sale {
	background: url(../images/carousel_2_sale.svg) no-repeat;
	width: 2.6rem;
	height: 2.6rem;
	margin: 0 0.2rem 0 0;
}
.spisok_list .fig {
	background: #fff;
	border-radius: 0.5rem;
	display: block;
	width: 100%;
	height: 15.5rem;
	margin: 0 0 0.2rem;
	position: relative;
	overflow: hidden;
}
.spisok_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.spisok_list .article {
	margin: 0 0 0.6rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #877F8B;
}
.spisok_list .title {
	margin: 0 0 2.1rem;
	line-height: 1.1;
}
.spisok_list .title .link {
	font-size: 1.6rem;
	font-weight: 600;
	color: #343130;
	text-decoration: none;
}
.spisok_list .price_block {
	height: 3.7rem;
	margin: 0 0 0.4rem;
}
.spisok_list .price {
	font-size: 1.6rem;
	font-weight: bold;
	color: #343130;
	line-height: 1;
}
.spisok_list .price_old {
	font-size: 1.4rem;
	font-weight: 500;
	color: #877F8B;
	text-decoration: line-through;
}
.spisok_list .in_stock {
	margin: 0 0 1.4rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #FFCA18;
}
.spisok_list .out_stock {
	margin: 0 0 1.4rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #877F8B;
}
.spisok_list p {
	margin: 0 0 0.8rem;
}
.spisok_list .learn_admission {
	display: inline-block;
	height: 3.5rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #877F8B;
	text-decoration: none;
	line-height: 3.5rem;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.spisok_list .learn_admission:hover {
	font-weight: 600;
	color: #070707;
	text-decoration: underline;
}
.spisok_list .btn_1 {
	width: 17.4rem;
}
.spisok_list .btn_1 .into {
	padding: 0 0 0 2.6rem;
}
.spisok_list .btn_2 {
	width: 17.2rem;
}
.pages {
	margin: 0 0 3.7rem;
	text-align: center;
}
.pages .item {
	margin: 0 1.0rem 0 0;
	font-weight: 600;
	color: #4C474F;
	text-align: center;
}
.pages .item:first-child {
	margin: 0;
}
.pages .link {
	display: block;
	min-width: 2.0rem;
	height: 3.0rem;
	padding: 0 0.5rem;
	position: relative;
	color: #4C474F;
	text-decoration: none;
	line-height: 3.0rem;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pages .prev {
	background: url(../images/pages_prev.svg) no-repeat 0 50%;
	display: inline-block;
	width: 3.8rem;
	height: 3.0rem;
}
.pages .next {
	background: url(../images/pages_next.svg) no-repeat 100% 50%;
	display: inline-block;
	width: 4.2rem;
	height: 3.0rem;
}
.pages .beginning {
	background: url(../images/pages_beginning.svg) no-repeat 0 50%;
	display: inline-block;
	width: 4.5rem;
	height: 3.0rem;
}
.pages .end {
	background: url(../images/pages_end.svg) no-repeat 100% 50%;
	display: inline-block;
	width: 3.5rem;
	height: 3.0rem;
}
.pages .dot {
	display: block;
	height: 2.5rem;
	padding: 0.5rem 0 0 0;
	text-decoration: none;
	color: #4C474F;
}
.pages .item:hover .link, .pages .active {
	background: #FFCA18;
	border-radius: 50%;
	min-width: 2.0rem;
	height: 3.0rem;
	padding: 0 0.5rem;
	color: #fff;
	line-height: 3.0rem;
}
.after_block {
	clear: both;
	padding: 0 5.5rem 0 2.5rem;
}
.main_photo {
	background: #fff;
	-moz-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	border-radius: 0.5rem;
	float: left;
	width: 36.2rem;
	height: 31.8rem;
	margin: 0 2.3rem 0 0;
	position: relative;
	overflow: hidden;
}
.main_photo .marker {
	position: absolute;
	top: 0.6rem;
	left: 0.7rem;
	display: flex;
	flex-direction: row;
	z-index: 2;
}
.main_photo .seasonal_products {
	background: url(../images/carousel_2_seasonal_products.svg) no-repeat;
	width: 2.6rem;
	height: 2.6rem;
	margin: 0 0.2rem 0 0;
}
.main_photo .hit {
	background: url(../images/carousel_2_hit.svg) no-repeat;
	width: 2.6rem;
	height: 2.6rem;
	margin: 0 0.2rem 0 0;
}
.main_photo .new {
	background: url(../images/carousel_2_new.svg) no-repeat;
	width: 2.6rem;
	height: 2.6rem;
	margin: 0 0.2rem 0 0;
}
.main_photo .sale {
	background: url(../images/carousel_2_sale.svg) no-repeat;
	width: 2.6rem;
	height: 2.6rem;
	margin: 0 0.2rem 0 0;
}
.main_photo .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.main_info {
	width: calc(100% - 38.5rem);
	height: 31.8rem;
	overflow: hidden;
	position: relative;
}
.main_info .text {
	height: 5.7rem;
	font-weight: 500;
	overflow: hidden;
}
.main_info .block_bottom {
	border-top: 1px solid #E9E5E4;
	border-bottom: 1px solid #E9E5E4;
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 5.4rem;
	position: absolute;
	bottom: 0;
	left: 0;
}
.main_info .block_bottom .in:first-child {
	width: 14.6rem;
	margin: 0 1.3rem 0 0;
}
.main_info .block_bottom .in:nth-child(2) {
	width: 15.2rem;
}
.main_info .block_bottom .link {
	background: url(../images/block_bottom_next.svg) no-repeat 100% 0.5rem;
	font-weight: 600;
	color: #070707;
	text-decoration: none;
}
.main_info .block_bottom .fig {
	display: inline-block;
	vertical-align: middle;
	width: 2.3rem;
	height: 5.4rem;
	margin: 0 0.7rem 0 0;
	position: relative;
	overflow: hidden;
}
.main_info .block_bottom .fig .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.main_info .block_bottom .info {
	display: inline-block;
	vertical-align: middle;
	width: 74%;
}
.main_info .article {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	margin: 0 0 1.8rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #877F8B;
}
.main_info .in_stock {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	margin: 0 0 1.8rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #FFCA18;
	text-align: right;
}
.main_info .out_stock {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin: 0 0 1.8rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #877F8B;
	text-align: right;
}
.main_info .price_block {
	margin: 0 0 1.8rem;
}
.main_info .price {
	margin: 0 0 0.4rem;
	font-size: 2.4rem;
	font-weight: bold;
	color: #343130;
	line-height: 1;
}
.main_info .price_old {
	font-size: 1.6rem;
	font-weight: 500;
	color: #877F8B;
	text-decoration: line-through;
}
.main_info p {
	margin: 0 0 1.0rem;
}
.main_info .btn_box {
	background: #FFCA18;
	border-radius: 0.5rem;
	width: 28.0rem;
	margin: 0 0 1.0rem;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.main_info .btn_box:hover {
	background: #070707;
}
.main_info .btn_1 {
	border-radius: 0 0.5rem 0.5rem 0;
	width: 16.5rem;
}
.main_info .btn_box:hover .btn_1 {
	background: #070707;
}
.main_info .btn_1 .into {
	padding: 0 0 0 2.7rem;
}
.main_info .btn_2 {
	width: 27.8rem;
	height: 3.8rem;
	line-height: 3.8rem;
}
.main_info .number {
	background: #FFCA18;
	border-radius: 0.5rem 0 0 0.5rem;
	display: inline-block;
	vertical-align: middle;
	width: 10.9rem;
	height: 3.5rem;
	padding: 0.3rem;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.main_info .btn_box:hover .number {
	background: #070707;
}
.main_info .number .field {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0.5rem;
	width: 100%;
	height: 3.5rem;
	padding: 0.6rem 3.0rem 0.8rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #343130;
	text-align: center;
}
 .main_info .field:-moz-placeholder {
 font-size: 1.6rem;
 font-weight: 500;
 color: #343130;
}
 .main_info .field::-moz-placeholder {
 font-size: 1.6rem;
 font-weight: 500;
 color: #343130;
}
 .main_info .field::-webkit-input-placeholder {
 font-size: 1.6rem;
 font-weight: 500;
 color: #343130;
}
 .main_info .field:-ms-input-placeholder {
 font-size: 1.6rem;
 font-weight: 500;
 color: #343130;
}
.main_info .field.placeholder {
	font-size: 1.6rem;
	font-weight: 500;
	color: #343130;
}
.main_info .number .up {
	background: url(../images/number_plus.svg) no-repeat 0 50%;
	display: block;
	width: 3.3rem;
	height: 4.1rem;
	position: absolute;
	top: 0;
	right: 0;
}
.main_info .number .down {
	background: url(../images/number_minus.svg) no-repeat 100% 50%;
	display: block;
	width: 3.3rem;
	height: 4.1rem;
	position: absolute;
	top: 0;
	left: 0;
}
.opisanie_list_2 {
	margin: 0 0 0 -0.6rem;
}
.opisanie_list_2 .item {
	margin: 0 0 0 0.6rem;
	font-size: 1.6rem;
	font-weight: 600;
}
.opisanie_list_2 .link {
	background: #8A9095;
	border-radius: 0.5rem 0.5rem 0 0;
	display: table;
	height: 4.5rem;
	color: #fff;
	text-decoration: none;
}
.opisanie_list_2 .link:hover {
	background: #FFCA18;
}
.opisanie_list_2 .active {
	background: #FFCA18;
}
.opisanie_list_2 .link .text {
	display: table-cell;
	vertical-align: middle;
	height: 4.5rem;
	padding: 0 2.6rem;
	text-align: center;
}
.opisanie_block {
	background: #fff;
	-moz-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	border-radius: 0 0 0.5rem 0.5rem;
	margin: 0 0 6.3rem;
	padding: 3.2rem 3.0rem 0.8rem;
	font-weight: 500;
}
.table_1 {
	width: 100%;
	margin: 0 0 2.1rem;
}
.table_1 th {
	background: #8A9095;
	padding: 0.9rem 0 0.8rem 1.9rem;
	font-weight: 500;
	color: #fff;
}
.table_1 th:first-child {
	border-radius: 0.5rem 0 0 0.5rem;
}
.table_1 th:last-child {
	border-radius: 0 0.5rem 0.5rem 0;
}
.table_1 td {
	border-bottom: 0.1rem solid rgba(109,141,170,0.31);
	vertical-align: top;
	padding: 1.5rem 0 2.2rem 1.9rem;
	font-weight: 500;
}
.table_1 td:first-child {
	font-weight: 600;
	color: #070707;
}
.h3.no_line {
	padding: 0;
	color: #070707;
}
.h3.no_line:before {
	display: none;
}
.content_search {
	border-bottom: 0.1rem solid #E9E5E4;
	width: 100%;
	margin: 0 0 2.2rem;
	padding: 0 0 2.1rem;
}
.content_search .field {
	background: #fff;
    box-shadow: 0 0 0.6rem rgb(0 0 0 / 51%);
	border: none;
	border-radius: 0.5rem;
	width: 100%;
	height: 4.0rem;
	padding: 0.9rem 1.4rem 1.1rem 1.4rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #877F8B;
}
.content_search .rel .field {
	padding: 0.9rem 3.9rem 1.1rem 1.4rem;
    box-shadow: 0 0 0.6rem rgb(0 0 0 / 51%);
}
.content_search.field:-moz-placeholder {
font-size: 1.4rem;
 font-weight:500;
color: #877F8B;
}
.content_search .field::-moz-placeholder {
font-size: 1.4rem;
 font-weight:500;
color: #877F8B;
}
.content_search.field::-webkit-input-placeholder {
font-size: 1.4rem;
 font-weight:500;
color: #877F8B;
}
.content_search .field:-ms-input-placeholder {
font-size: 1.4rem;
 font-weight:500;
color: #877F8B;
}
.content_search .field.placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #877F8B;
}
.content_search .button {
	width: 14.3rem;
	height: 4.0rem;
	line-height: 4.0rem;
}
.content_search .btn_2 {
	background: #8A9095;
	border: none;
	width: 16.6rem;
	height: 4.0rem;
	color: #fff;
	line-height: 4.0rem;
}
.content_search .close {
	background: url(../images/header_search_close.svg) no-repeat 50% 50%;
	border: none;
	display: inline-block;
	width: 3.9rem;
	height: 4.0rem;
	position: absolute;
	top: 0;
	right: 0;
}
.content_search .select {
	position: relative;
}
.select_content {
background: #fff  url(../images/address_select_next.svg) no-repeat 98% 50%;
border: 0.1rem solid #fff;
	border-radius: 0.5rem;
display: block;
padding: 1.0rem 3.7rem 1.0rem 1.2rem;
font-size: 1.4rem;
	font-weight: 500;
	color: #877F8B;

max-width: 100%;
box-sizing: border-box;
margin: 0;

 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;


}
.select_content::-ms-expand {
display: none;
}


.select_content .select option {
font-weight:normal;
 }
 *[dir="rtl"] .select_content, :root:lang(ar) .select_content, :root:lang(iw) .select_content {
background-position: left .7em top 50%, 0 0;
padding: .6em .8em .5em 1.4em;
}
/*.content_search .ui-selectmenu-icon.ui-icon-triangle-1-s {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
	width: 3.3rem;
	height: 4.0rem;
	position: absolute;
	top: 0;
	right: 0;
}
.content_search .ui-icon, .content_search .ui-widget-content .ui-icon {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
}
.content_search .ui-widget-header .ui-icon {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
}
.content_search .ui-state-hover .ui-icon, .content_search .ui-state-focus .ui-icon, .content_search .ui-button:hover .ui-icon, .content_search .ui-button:focus .ui-icon {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
}
.content_search .ui-state-active .ui-icon, .content_search .ui-button:active .ui-icon {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
}
.content_search .ui-state-highlight .ui-icon, .content_search .ui-button .ui-state-highlight.ui-icon {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
}
.content_search .ui-state-error .ui-icon, .content_search .ui-state-error-text .ui-icon {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
}
.content_search .ui-button .ui-icon {
	background: url(../images/address_select_next.svg) no-repeat 50% 50%;
}
.content_search .ui-selectmenu-button.ui-button {
	background: #fff;
	border: 0.1rem solid #fff;
	border-radius: 0.5rem;
	display: block;
	width: calc(100% - 5.3rem)!important;
	height: 2.4rem;
	padding: 1.0rem 3.7rem 0.4rem 1.6rem;
}*/
.content_search .ui-widget.ui-widget-content {
	background: #fff;
	-moz-box-shadow: 0.1rem 0.2rem 0.7rem rgba(0,0,0,.2);
	-webkit-box-shadow: 0.1rem 0.2rem 0.7rem rgba(0,0,0,.2);
	box-shadow: 0.1rem 0.2rem 0.7rem rgba(0,0,0,.2);
	border-radius: 0 0 0.5rem 0.5rem;
	border: none;
	padding: 1.3rem 0 0;
	position: relative;
	z-index: 1;
}
.content_search .ui-menu .ui-menu-item-wrapper {
	padding: 0.7rem 1.6rem 1.1rem;
}
.content_search .ui-state-active, .content_search .ui-widget-content .ui-state-active, .content_search .ui-widget-header .ui-state-active, .content_search a.ui-button:active, .content_search .ui-button:active, .content_search .ui-button.ui-state-active:hover {
	background: #F5F5F5;
	border: none;
	font-size: 1.4rem;
	font-weight: 500;
	color: #877F8B;
}
.content_search .ui-menu .ui-menu-item-wrapper:hover {
	background: #F5F5F5;
}
.content_search .ui-widget {
	font-size: 1.4rem;
	font-weight: 500;
	color: #877F8B;
}
.content_search .ui-selectmenu-text {
	color: #877F8B;
}
.content_search .ui-widget-content {
	color: #877F8B;
}
.content_search .ui-menu .ui-state-focus, .content_search .ui-menu .ui-state-active {
	margin: 0;
}
.content_search .label {
	font-size: 1.4rem;
	font-weight: 500;
}
.search_block {
	margin: 0 0 2.8rem;
	font-weight: 500;
}
.search_block .big_text {
	font-weight: 600;
	text-transform: uppercase;
}
.search_spisok_list {
	margin: 0 0 1.8rem -2.4rem;
}
.search_spisok_list .item {
	width: calc(25% - 6.4rem);
	margin: 0 0 2.0rem 2.4rem;
	padding: 0.3rem 2.0rem 1.3rem;
}
.nothing_found {
	padding: 1.5rem 0 0;
}
.nothing_found .title {
	background: url(../images/search_logo.svg) no-repeat 50% 0;
	margin: 0 0 5.7rem;
	padding: 28.3rem 0 0;
	font-weight: 600;
	text-align: center;
    text-transform: uppercase;
}
.nothing_found .form_nothing_found {
	background: #fff;
	-moz-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	border-radius: 0.5rem;
	display: flex;
	flex-direction: row;
	margin: 0 0 6.3rem;
	padding: 3.4rem 3.0rem 0.8rem;
	font-weight: 500;
}
.nothing_found .in:first-child {
	width: 34.6rem;
	margin: 0 4.5rem 0 0;
	padding: 0.6rem 0 0 2.4rem;
}
.nothing_found .in:first-child .h3 {
	margin: 0 0 3.0rem -2.4rem;
}
.nothing_found .in:nth-child(2) {
	width: calc(100% - 39.1rem);
}
.h-69 {
	height: 6.9rem;
}
.nothing_found .number {
	background: url(../images/nothing_found_phone-call.svg) no-repeat 0 1.4rem;
	padding: 0.9rem 0 0 5.0rem;
	color: #8A9095;
}
.nothing_found .number .link {
	font-size: 2.4rem;
	font-weight: bold;
	color: #343130;
	text-decoration: none;
}
.nothing_found .number p {
	margin: 0;
}
.basket_content {
	display: flex;
	flex-direction: row;
	margin: 0 0 2.6rem;
}
.table_2 {
	border-collapse: separate;
	border-spacing: 0 1.2rem;
	width: calc(100% - 27.2rem);
	margin: -2.4rem 2.3rem -1.2rem 0;
	position: relative;
}
.table_2:before {
	content: "";
	background: #E9E5E4;
	height: 2.7rem;
	position: absolute;
	top: 4.4rem;
	right: 0;
	left: 0;
	z-index: -1;
}
.table_2 th {
	background: #E9E5E4;
	padding: 1.1rem 1.4rem 0 0;
	font-size: 1.2rem;
	font-weight: 500;
	color: #877F8B;
	text-align: center;
}
.table_2 th:first-child {
	border-radius: 0.5rem 0 0 0.5rem;
}
.table_2 th:last-child {
	border-radius: 0 0.5rem 0.5rem 0;
	padding: 0;
}
.table_2 .item {
	-moz-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	border-radius: 0.5rem;
}
.table_2 td {
	background: #fff;
	padding: 0 1.4rem 0 0;
}
.table_2 td:first-child {
	border-radius: 0.5rem 0 0 0.5rem;
}
.table_2 td:last-child {
	border-radius: 0 0.5rem 0.5rem 0;
	padding: 0;
}
.table_2 .fig {
	background: #fff;
	border-radius: 0.5rem 0 0 0.5rem;
	width: 10.8rem;
	height: 12.4rem;
	position: relative;
	overflow: hidden;
}
.table_2 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.table_2 .article {
	margin: 0 0 0.8rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #877F8B;
}
.table_2 .title {
	font-size: 1.3rem;
	font-weight: 600;
	color: #343130;
	line-height: 1.2;
}
.table_2 .title .link {
	color: #343130;
	text-decoration: none;
}
.table_2 .price {
	font-size: 1.6rem;
	font-weight: bold;
	color: #343130;
}
.table_2 .price_2 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFCA18;
}
.table_2 .delete {
	background: url(../images/basket_content_delete.svg) no-repeat 0 1.3rem;
	display: block;
	width: 2.7rem;
	height: 12.4rem;
	position: relative;
	z-index: 2;
}
.table_2 .number {
	background: #fff;
	border: 1px solid #C4C4C4;
	border-radius: 0.5rem;
	display: block;
	width: 7.9rem;
	height: 3.3rem;
	position: relative;
}
.table_2 .number .field {
	background: #fff;
	border: none;
	border-radius: 0.5rem;
	width: 100%;
	height: 3.3rem;
	padding: 0.6rem 2.2rem 0.8rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #3F4344;
	text-align: center;
}
.table_2 .field:-moz-placeholder {
font-size: 1.4rem;
 font-weight: 500;
 color: #3F4344;
}
.table_2 .field::-moz-placeholder {
font-size: 1.4rem;
 font-weight: 500;
 color: #3F4344;
}
.table_2 .field::-webkit-input-placeholder {
font-size: 1.4rem;
 font-weight: 500;
 color: #3F4344;
}
.table_2 .field:-ms-input-placeholder {
font-size: 1.4rem;
 font-weight: 500;
 color: #3F4344;
}
.table_2 .field.placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #3F4344;
}
.table_2 .number .up {
	background: url(../images/plus.svg) no-repeat 0 50%;
	display: block;
	width: 2.2rem;
	height: 3.3rem;
	position: absolute;
	top: 0;
	right: 0;
}
.table_2 .number .down {
	background: url(../images/minus.svg) no-repeat 100% 50%;
	display: block;
	width: 2.2rem;
	height: 3.3rem;
	position: absolute;
	top: 0;
	left: 0;
}
.result_basket {
	background: #fff;
	-moz-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	box-shadow: 0 0 0.6rem rgba(0,0,0,0.16);
	border-radius: 0.5rem;
	width: 21.5rem;
	padding: 0 1.7rem;
	text-align: center;
}
.result_basket .result {
	border-bottom: 1px solid #E9E5E4;
	margin: 0 -1.7rem 2.6rem;
	padding: 2.3rem 1.7rem 2.1rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #d73455;
}
.result_basket .sum {
	font-size: 2.2rem;
}
.result_basket .button {
	height: 3.5rem;
	font-size: 1.3rem;
	line-height: 3.5rem;
}
.result_basket .delete {
	margin: 0 0 2.1rem;
}
.result_basket .delete .link {
	background: url(../images/basket_content_delete_2.svg) no-repeat;
	display: inline-block;
	min-height: 2.0rem;
	padding: 0.1rem 0 0 2.5rem;
	font-size: 1.4rem;
	font-weight: 600;
	color: #8A9095;
	text-decoration: none;
}
.result_basket .btn_2 {
	background: #8A9095 url(../images/result_basket_btn_2_pin.svg) no-repeat 1.0rem 0.7rem;
	border: none;
	width: calc(100% - 3.2rem);
	padding: 0.9rem 0 1.0rem 3.2rem;
	height: auto;
	font-size: 1.3rem;
	font-weight: 500;
	color: #fff;
	text-align: left;
	line-height: 1.2;
}
.payment_delivery_list {
	border-top: 1px solid #E9E5E4;
	margin: 0 -1.7rem;
	padding: 1.5rem 1.7rem 0 2.6rem;
	text-align: left;
}
.payment_delivery_list> .item {
	margin: 0 0 1.4rem;
	font-size: 1.4rem;
	font-weight: bold;
	color: #070707;
}
.payment_delivery_list .fig {
	display: inline-block;
	vertical-align: middle;
	width: 2.3rem;
	height: 1.6rem;
	margin: 0 0.3rem 0 0;
	position: relative;
	overflow: hidden;
}
.payment_delivery_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.payment_delivery_list .text {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
}
.payment_delivery_list .list {
	margin: 0.5rem 0 0 3.0rem;
}
.payment_delivery_list .list .item {
	background: url(../images/pic37.png) no-repeat 0 0.7rem;
	padding: 0 0 0 0.7rem;
	font-size: 1.2rem;
	font-weight: 500;
	color: #8A9095;
}
.w-220 .c-100 {
	width: 100% !important;
}
.checkbox {
	cursor: pointer;
	background: #fff;
	border: 0.1rem solid #C4C4C4;
	border-radius: 0.5rem;
	display: inline-block;
	width: 2.1rem;
	height: 2.1rem;
	position: relative;
	vertical-align: middle;
}
.checkbox .bg {
	background: url(../images/checkbox.svg) no-repeat 50% 50%;
	width: 2.1rem;
	height: 2.1rem;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.checkbox input {
	clip: rect(0, 0, 0, 0);
	position: absolute !important;
}
.checkbox input:checked + .bg {
	opacity: 1;
}
.label_2 {
	width: 85%;
	font-size: 1.2rem;
	font-weight: 600;
	color: #877F8B;
}
.h-108 {
	height: 10.8rem;
}
.place_order {
	margin: 0 0 4.7rem;
}
.place_order .c-50 {
	width: calc(50% - 1.2rem);
}
.place_order .c-49 {
	width: 49%;
}
.empty_basket {
	margin: 0 0 14.3rem;
}
.empty_basket .text {
	background: url(../images/shopping-cart_big.svg) no-repeat 2.8rem 0;
	display: inline-block;
	min-height: 2.6rem;
	margin: 0 2.6rem 0 0;
	padding: 1.0rem 0 0 8.4rem;
	font-weight: 500;
}
.empty_basket .btn_1 {
	width: 24.7rem;
	height: 4.0rem;
	line-height: 4.0rem;
}
.error {
	margin: -2.9rem 0 8.7rem;
	padding: 0 7.9rem;
	position: relative;
	font-weight: 500;
	text-align: center;
}
.error .h1 {
	margin: 0;
	padding: 3.4rem 0 0;
}
.error .h1:before {
	left: 50%;
	bottom: auto;
	height: 3.0rem;
	margin-left: -0.2rem;
}
.number_box {
	margin: -0.7rem 0 1.4rem;
}
.error .text {
	width: 12.9rem;
	height: 6.6rem;
	margin-left: -6.4rem;
	position: absolute;
	top: 14.2rem;
	left: 50%;
	animation: myanimation 1s infinite alternate linear;
}
@keyframes "myanimation" {
 0% {
transform:rotateY(0deg);
}
 100% {
transform:rotateY(180deg);
}
}
.number_box .number {
	display: inline-block;
	vertical-align: middle;
	font-size: 216px;
	font-weight: bold;
	color: #070707;
	line-height: 1;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.number_box .fig {
	display: inline-block;
	vertical-align: middle;
	width: 12.8rem;
	height: 16.0rem;
	padding: 0 0.6rem 0 0.7rem;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.error .number_box .animateIn {
	-webkit-transform: translate(0%, 0);
	transform: translate(0%, 0);
	opacity: 1;
	visibility: visible;
}
.error .btn_1 {
	width: 24.7rem;
	height: 4.0rem;
	line-height: 4.0rem;
}
.modal {
	position: fixed;
	z-index: 1000;
}
.modal__inner {
	overflow: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.modal, .modal__bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.modal__horisontal_inner {
	display: table;
	height: 100%;
	margin: auto;
}
.modal__vertical_inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-perspective: 1300px;
	perspective: 1300px;
}
.modal__bg {
	background: #000;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.show .modal__bg {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modal__content {
	background: #F5F5F5;
	border-radius: 0.5rem;
	padding: 2.4rem;
	position: relative;
}
.modal_box_form .modal__content {
	background: url(../images/modal_bg.jpg) no-repeat 50% 50%;
	width: 80.7rem;
	padding: 5.9rem 8.2rem 8.5rem 8.2rem;
	position: relative;
	font-weight: 500;
	color: #343130;
}
.modal_box_form_small .modal__content {
	width: 60.1rem;
	padding: 5.9rem 7.8rem 4.9rem 7.8rem;
}
.modal_box_form .modal__content .link {
	color: #343130;
}
.modal__content .h3 {
	margin: 0 0 1.2rem -2.4rem;
	position: relative;
}
.h-108 {
	height: 10.8rem;
}
.box_thanks .modal__content {
	background: url(../images/modal_bg.jpg) no-repeat 50% 50%;
	position: relative;
	width: 58.5rem;
	padding: 4.1rem 8.6rem 4.0rem 8.6rem;
	font-weight: 500;
	color: #343130;
}
.box_attention .modal__content {
	background: url(../images/modal_bg.jpg) no-repeat 50% 50%;
	position: relative;
	width: 58.5rem;
	padding: 4.1rem 8.6rem 4.0rem 8.6rem;
	font-weight: 500;
	color: #343130;
}
.box_attention .modal__content .h3 {
	color: #F24343;
}
.box_attention .modal__content .h3:before {
	background: #F24343;
}
.box_basket .modal__content {
	background: url(../images/modal_bg.jpg) no-repeat 50% 50%;
	position: relative;
	width: 58.5rem;
	padding: 4.9rem 8.6rem 5.6rem 8.6rem;
	font-weight: 500;
	color: #343130;
	text-align: center;
}
.box_basket .modal__content .h3 {
	margin: 0 0 1.9rem;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 600;
	color: #343130;
	text-transform: none;
}
.box_basket .modal__content .h3:before {
	display: none;
}
.box_basket .btn_2 {
	background: #070707;
	border: 0.1rem solid #070707;
	width: 21.8rem;
	height: 3.8rem;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 3.8rem;
}
.box_basket .btn_1 {
	width: 22.0rem;
	height: 4.0rem;
	font-weight: 1.4rem;
	line-height: 4.0rem;
}
.modal_box .modal__content {
	background: url(../images/modal_bg.jpg) no-repeat 50% 50%;
	position: relative;
	width: 51.5rem;
	padding: 4.9rem 12.1rem 5.6rem 12.1rem;
	font-weight: 500;
	color: #343130;
	text-align: center;
}
.modal_address .modal__content {
	padding: 2.3rem 1.3rem 1.0rem;
}
.modal_address .modal__content .h3 {
	border-bottom: 1px solid #8e8f93;
	margin: 0 0 0.3rem;
	padding: 0 0 1.9rem;
	font-size: 1.4rem;
	font-weight: 600;
	color: #343130;
	text-transform: none;
	text-align: center;
}
.modal_address .modal__content .h3:before {
	display: none;
}
.address_list .item {
	font-size: 1.4rem;
	font-weight: 500;
	color: #877F8B;
}
.address_list .link {
	background: url(../images/address_list_pin.svg) no-repeat 1.8rem 50%;
	border-radius: 0.5rem;
	display: block;
	height: 4.3rem;
	padding: 0 5.0rem 0 4.2rem;
	color: #877F8B;
	text-decoration: none;
	line-height: 4.3rem;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.address_list .link.active,
.address_list .link:hover {
	background: #8A9095 url(../images/address_list_pin_hover.svg) no-repeat 1.8rem 50%;
	color: #fff;
}
.modal__close_btn {
	background: url(../images/modal_close.svg) no-repeat 50% 50%;
	width: 4.6rem;
	height: 4.6rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.box_fig .modal__content {
	padding: 0;
	max-width: 80.0rem !important;
}
.box_fig .modal__content img {
	width: 100%;
	border-radius: 0.5rem;
}
.modal_lightbox__title {
	min-height: 1.8rem;
	padding: 2.3rem 7.4rem 3.0rem 2.5rem;
	font-weight: 500;
	color: #343130;
}
.modal_lightbox__image img {
	vertical-align: top;
}
.modal_lightbox__prev, .modal_lightbox__next {
	cursor: pointer;
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.modal_lightbox__next {
	left: auto;
	right: 0;
}
.modal_lightbox__prev:before, .modal_lightbox__next:before {
	content: "";
	background: url(../images/modal_prev.svg) no-repeat;
	width: 5.5rem;
	height: 5.5rem;
	margin-top: -27px;
	position: absolute;
	top: 50%;
	left: 3.3rem;
}
.modal_lightbox__next:before {
	background: url(../images/modal_next.svg) no-repeat;
	left: auto;
	right: 3.3rem;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
	min-width: 102.4rem;
	max-width: 128.0rem;
	height: 55.6rem;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.footer:after {
	content: "";
	background: #070707;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -2;
}
.logo_footer {
	background: url(../images/logo.svg) no-repeat;
	width: 17.3rem;
	height: 5.5rem;
	position: absolute;
	top: 3.2rem;
	left: 2.5rem;
}
.logo_footer .link {
	display: block;
	width: 8.3rem;
	height: 5.5rem;
}
.subscription_footer {
	position: absolute;
	top: 32.0rem;
	right: 5.5rem;
}
.subscription_footer .btn_1 {
	width: 30.9rem;
	text-align: center;
}
.subscription_footer .btn_1:hover {
	background: #59a932;
}
.catalog_footer {
	width: 46%;
	position: absolute;
	top: 4.3rem;
	left: 17.8rem;
}
.catalog_footer .title {
	margin: 0 0 1.4rem;
	position: relative;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.catalog_footer .title .link {
	color: #fff;
	text-decoration: none;
}
.catalog_footer_list {
	margin: 0 0 0 -4.2rem;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.catalog_footer_list .item {
	margin: 0 0 1.4rem 4.2rem;
}
.catalog_footer_list .link {
	color: #fff;
	text-decoration: none;
}
.catalog_footer_list .link:hover {
	font-weight: 600;
	color: #ffca19;
}
.contacts_footer {
	width: 30.9rem;
	position: absolute;
	top: 4.3rem;
	right: 5.5rem;
}
.contacts_footer .title {
	margin: 0 0 1.9rem;
	position: relative;
	font-weight: 600;
	color: #fff; 
	text-transform: uppercase;
}
.contacts_footer .title .link {
	color: #fff; 
	text-decoration: none;
}
.phone_footer {
	background: url(../images/header_phone-call.svg) no-repeat;
	margin: 0 0 1.1rem;
	padding: 0 0 0 2.9rem;
	color: #fff;
}
.phone_footer p {
	margin: 0 0 0.3rem;
}
.phone_footer .link {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	color: #ffca19; 
	text-decoration: none;
}
.mail_footer {
	margin: 0 0 1.4rem;
}
.mail_footer .link {
	background: url(../images/header_mail.svg) no-repeat 0 0.2rem;
	display: inline-block;
	padding: 0 0 0 3.0rem;
	color: #fff;
	text-decoration: none;
}
.mail_footer .link:hover {
	color: #ffca19;
	text-decoration: underline;
}
.address_footer {
	background: url(../images/footer_pin.svg) no-repeat 0 0.1rem;
	display: inline-block;
	margin: 0 0 0.9rem;
	padding: 0 0 0 2.9rem;
	color: #fff;
}
.time_footer {
	background: url(../images/header_clock.svg) no-repeat;
	display: inline-block;
	padding: 0 0 0 3.1rem;
	color: #fff;
}
.info_list {
	width: 14.6rem;
	position: absolute;
	top: 12.4rem;
	left: 2.5rem;
}
.info_list .item {
	margin: 0 0 1.8rem;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.info_list .link {
	color: #fff;
	text-decoration: none;
}
.info_list .link:hover {
	font-weight: 600;
	color: #ffca19;
}
.social_networks {
	width: 14.6rem;
	position: absolute;
	top: 25.5rem;
	left: 2.5rem;
}
.social_networks .title {
	margin: 0 0 1.4rem;
	position: relative;
	font-weight: 600;
	color: #fff;
}
.social_networks_list {
	width: 11.2rem;
	margin: 0 0 0 -1.5rem;
}
.social_networks_list .item {
	margin: 0 0 1.2rem 1.5rem;
}
.social_networks_list .fig {
	display: block;
	width: 2.2rem;
	height: 1.9rem;
	position: relative;
	overflow: hidden;
}
.social_networks_list .fig_white {
	display: none;
}
.social_networks_list .item:hover .fig_white {
	display: block;
}
.social_networks_list .item:hover .fig_orange {
	display: none;
}
.social_networks_list .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.info_footer {
	background: url(../images/info_footer.svg) no-repeat 0 1.4rem;
	border-top: 0.1rem solid rgba(233,229,228,0.34);
	border-bottom: 0.1rem solid rgba(233,229,228,0.34);
	display: block;
	padding: 1.4rem 33% 1.5rem 2.9rem;
	position: absolute;
	top: 38.5rem;
	right: 2.5rem;
	left: 2.5rem;
	color: #fff;
}
.politics_privacies {
	width: 27.1rem;
	position: absolute;
	top: 39.4rem;
	right: 5.5rem;
	color: #fff;
}
.politics_privacies .link {
	color: #ffca19;
}
.politics_privacies_2 {
	position: absolute;
	top: 51.0rem;
	left: 2.5rem;
	color: #fff;
}
.politics_privacies_2 .link {
	color: #ffca19; 
}
.company_footer {
	position: absolute;
	top: 48.8rem;
	left: 2.5rem;
	color: #fff; 
}
.developer {
	position: absolute;
	top: 48.7rem;
	right: 20.9rem;
	color: #fff;
}
.developer .link {
	background: url(../images/logo_digitalstrateg.svg) no-repeat;
	display: inline-block;
	min-height: 2.7rem;
	padding: 1.0rem 0 0 3.7rem;
	color: #ffca19;
}
.counter {
	position: absolute;
	top: 49.0rem;
	right: 9.6rem;
}
.counter .img {
	vertical-align: top;
}
.counter_2 {
	position: absolute;
	top: 49.0rem;
	right: 5.5rem;
}
.counter_2 .img {
	vertical-align: top;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* print media */
@media (min-width: 768px) {
.page_with-small-header .header:before {
	top: 13.2rem;
}
.page_with-small-header .header_top {
	height: 7.9rem;
	z-index: 112;
}
.page_with-small-header .header_top::before {
	content: "";
	background: #070707;
	-moz-box-shadow: 0 0 0.6rem rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 0.6rem rgba(0,0,0,0.3);
	box-shadow: 0 0 0.6rem rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -2;

}
.page_with-small-header .header_top::after {
		content: "";
	background: #EBEBEC;
	height: 3.9rem;
	position: absolute;
	top: 4.0rem;

	right: -1000.0rem;
	left: -1000.0rem;
	z-index: -1;
}
.page_with-small-header .header_top .in {
	display: flex;
	flex-direction: row;
}
.page_with-small-header .header_top .in:nth-child(3) {
	display: none;
}
.page_with-small-header .logo {
	background: url(../images/page_with-small-header_logo_small.svg) no-repeat;
	width: 7.9rem;
	height: 3.1rem;
	margin: 0.6rem 0 0 2.5rem;
}
.page_with-small-header .logo .link {
	width: 22.9rem;
	height: 3.1rem;
}
.page_with-small-header .slogan {
	margin: 0.1rem 0 0 2.9rem;
        font-size: 1.4rem;
        font-weight: 600;
        color: #fff;
        width: 30rem;
}
.page_with-small-header .time {
	display: none;
}
.page_with-small-header .phone {
	margin: 1.0rem 12.9rem 1.0rem 0;
	display: flex;
	flex-direction: row;
}
.page_with-small-header .phone .ml-28 {
	margin-left: 7px !important;
}
.page_with-small-header .mail {
	display: none;
}
.page_with-small-header .address .ui-selectmenu-button.ui-button {
	background: #fff url(../images/address_select_small.svg) no-repeat;
	width: calc(100% - 9.3rem) !important;
	height: 1.7rem;
	padding: 0.6rem 3.7rem 0.6rem 5.6rem;
}
.page_with-small-header .address .ui-selectmenu-icon.ui-icon-triangle-1-s {
	height: 2.9rem;
}
.page_with-small-header .basket .link {
	padding: 0.5rem 0 0.5rem 4.1rem;
}
.page_with-small-header .header_search {
	/*display: none;*/
height: 3.0rem;
}
.page_with-small-header .header_search .field {
	height: 3.0rem;
  }
  .page_with-small-header .header_search .btn {
	width: 3.0rem;
	height: 3.0rem;
  }
  

  .page_with-small-header .header_search .close {
 width: 3.0rem;
 height: 3.0rem;
right: 3.0rem;
}
.page_with-small-header .nav {
	width: 4.0rem;
	position: absolute;
	top: 0;
	right: 5.5rem;
}
.page_with-small-header .nav_active {
	width: 100%;
	margin: 0;
}
.page_with-small-header .nav:before {
	display: none;
}
.page_with-small-header .nav .nav_toggle {
	background: url(../images/nav_toggle.svg) no-repeat 50% 50%;
	border: none;
	display: block;
	width: 4.0rem;
	height: 4.0rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.page_with-small-header .nav_active .nav_toggle {
	background: url(../images/nav_toggle_close.svg) no-repeat 50% 50%;
}
.page_with-small-header .nav .sub_all {
	display: none;
	height: 4.0rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6.7rem;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.page_with-small-header .nav_active .sub_all {
	display: block;
}
.page_with-small-header .nav .sub_all:before {
	content: "";
	background: #070707;
	position: absolute;
	top: 0;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -1
}
.page_with-small-header .nav> .sub_all> .list> .item> .link {
	height: 4.0rem;
	line-height:4.0rem;
        color: #fff;
}
.page_with-small-header .nav .sub {
	top: 4.0rem;
}
.page_with-small-header .catalog_header {
	top: 4.5rem;
}
.page_with-small-header .catalog_header .title .link {
	height: 2.9rem;
}
.page_with-small-header .catalog_header .title .fig {
	height: 2.9rem;
}
.page_with-small-header .catalog_header_2 {
	top: 4.5rem;
	display: block;
}
.page_with-small-header .catalog_header_2 .title .link {
	height: 2.9rem;
}
.page_with-small-header .catalog_header_2 .title .fig {
	height: 2.9rem;
}
}

@media (max-width: 767px) {
.wrapper {
	min-width: auto;
}
.inner {
	min-width: auto;
	max-width: none;
	width: auto;
	margin: 0 !important;
	padding: 0 !important;
}
.declaration_box {
	padding: 0.7rem 3.0rem 0.7rem 1.0rem;
}
.declaration_box .close {
	width: 3.0rem;
	height: 3.0rem;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.declaration_box .close .link {
	width: 3.0rem;
	height: 3.0rem;
}
.main_page .header {
	height: auto;
}
.header {
	min-width: auto;
	max-width: none;
	width: 100%;
	height: auto;
}
.main_page .header::before {
	display: none;
}
.header:after {
	content: "";
	background: #fff;
	height: 4.3rem;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.main_page .header_top {
	height: 7.7rem;
}
.header_top {
	display: block;
	min-width: auto;
	max-width: none;
	width: 100%;
	height: 7.7rem;
	padding: 0;
	position: relative;
	z-index: 101;
}
.main_page .header_top:before {
	display: block;
}
.header_top:before {
	background: #EBEBEC;
	bottom: 0;
	z-index: -2;
}
.header_top:after {
	content: "";
	background: #000;
	height: 4.3rem;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
}
.main_page .catalog_header {
	display: none;
}
.catalog_header {
	display: none;
}
.main_page .catalog_header_2 {
	display: block;
	top: 4.3rem;
}
.catalog_header_2 {
	width: 100%;
	height: 3.4rem;
	position: absolute;
	top: 4.3rem;
	left: 0;
	right: 0;
}
.catalog_header_2_active {
	width: 100vw;
	height: auto;

}
.catalog_header_2 .title .link {
	background: #FFCA18;
	border-radius: 0;
	height: 3.4rem;
	padding: 0;
	font-size: 1.1rem;
	text-align: center;
	line-height: 3.4rem;
}
.catalog_header_2 .title .fig {
	display: none;
}
.catalog_header_2 .title .text {
	background: url(../images/catalog_header_next.svg) no-repeat 100% 50%;
	width: auto;
	padding: 0 2.6rem 0 0;
    color: #000000;
}
.catalog_header_2:hover .catalog_header_list {
	display: none;
}
.catalog_header_2_active:hover .catalog_header_list {
	display: block;
}
.catalog_header_2 .catalog_header_list {
	background: #fff;
	display: block;
	width: 100vw;
	height: 36.0rem;
	margin:0;
	padding: 0.6rem 0 0;
	position: absolute;
	top: 3.4rem;
	left: 0;
	right: 0;
	transform: translate(110%, 0);
	transition: transform .3s ease;
	will-change: transform;
	overflow-x: auto;
}

.catalog_header_2 .catalog_header_list> .item {

	position: static;
}
.catalog_header_2 .catalog_header_list .fig {

    height: 3.0rem;
}
.catalog_header_2_active .catalog_header_list {
	transform: translate(0, 0);
}
.catalog_header_2_active {
	z-index: 27;
}
.catalog_header_2 .sub {
	background: #fff;
	display: block;
	width: calc(100% - 2.0rem);
	margin: 0;
	padding: 0 1.0rem;
	top: 0;
	right: 0;
	left: 0;
	transform: translate(0, 0);
	transition: all .3s ease;
	will-change: transform;
}
.catalog_header_2_active .sub {
	opacity: 0;
	visibility: hidden;
	transition: all 0s ease .3s;
}

.catalog_header_2 .catalog_header_list.mobile_active {
	transform: translate(0, 0);
}
.catalog_header_2 .catalog_header_list> .item:hover> .sub {
    display: none;
}

.catalog_header_2 .catalog_header_list> .item.mobile_active .sub {
	background: #fff;
box-shadow: none;
width: calc(100% - 2.0rem);
	display:block;
	opacity: 1;
	visibility: visible;
	left: 0;
	z-index: 24;
}
.catalog_header_2 .catalog_header_list> .item.mobile_active .sub .sub{
	opacity: 0;
	visibility: hidden;
	transition: all 0s ease .3s;
}
.catalog_header_2 .catalog_header_list .sub_menu.mobile_active  .sub{
	transform: translate(0, 0);
}
.catalog_header_2 .catalog_header_list .sub_menu .item.mobile_active .sub {
	background: #fff;
box-shadow: none;
width: calc(100% - 2.0rem);
	display:block;
	opacity: 1;
	visibility: visible;
	left: 0;
	z-index: 24;
}
.catalog_header_2 .catalog_header_list> .item.mobile_active:hover> .sub {
	display:block;
}
.catalog_header_2 .catalog_header_list .back_sub {
	 border-bottom: 1px solid #E9E5E4;
	display: block;
	padding: 1.2rem 0 1.4rem;
}
.catalog_header_2 .back_sub .arrow_link {
    background: url(../images/back_sub_catalog.svg) no-repeat;

    display: inline-block;
    vertical-align: middle;
   width: 4.8rem;
    height: 1.0rem;
    margin: 0 1.0rem 0 0;
    text-decoration: none;
}
.catalog_header_2 .back_sub .link {
	display: inline-block;
	vertical-align: middle;

    width: calc(100% - 5.8rem);
    text-align: left;

	font-size: 1.2rem;
	font-weight:bold;
	color: #343130;
	text-transform: uppercase;
	text-decoration: none;
}
.catalog_header_2 .sub_menu {
	background: none;
	box-shadow: none;
	height: 30.9rem;
	padding:1.4rem 0 0;
	float: none;
	overflow-x: auto;
	column-count: auto;
	text-align:center;
}
.catalog_header_2 .sub_menu:before {
	display: none;
}
.catalog_header_2 .sub_menu .item {
	display: block;
	float: none;
	width: 100%;
	margin: 0 0 2.0rem;
	position:static !important;
}
.catalog_header_list .sub> .sub_menu> .item> .link {

    padding: 0;
}
.catalog_header_list .sub .sub .link:hover {
    background: none!important;
    font-weight: 600 !important;
}
.nav {
	background: #FFCA18;
	width: 4.2rem;
	height: 4.3rem;
	position: absolute;
	z-index: 21;
	top: 0;
	right: 0;
}
.nav_active {
	width: 100vw;
	height: auto;
	top: 0;
	left: 0;
}
.nav:before {
	display: none;
}
.nav_toggle {
	display: block;
	background: none;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 4.2rem;
	height: 4.3rem;
}
.nav_toggle:after {
	content: '';
	background: #fff;
	box-shadow: 0 0.5rem 0 #fff, 0 1.0rem 0 #fff;
	width: 1.7rem;
	height: 0.2rem;
	position: absolute;
	top: 1.6rem;
	right: 1.1rem;
	z-index: 3;
}
.nav_active .nav_toggle:after {
	background: #ffca19  url(../images/mobile_nav_close.svg) no-repeat 50% 50%;
	box-shadow: none;
	width: 4.5rem;
	height: 4.5rem;
	top: 0;
	right: 0;
}
.nav .sub_all {
	background: #000000;
	display: block;
	width: 100vw;
	height: calc(100vh - 2.4rem);
	padding: 2.4rem 0 0;
	position: absolute;
	top: 4.3rem;
	left: 0;
	right: 0;
	transform: translate(110%, 0);
	transition: transform .3s ease;
	will-change: transform;
}
.nav> .sub_all> .list {
	display: block;
}
.nav> .sub_all> .list> .item {
	display: block;
	position: static;
	font-size: 1.3rem;
	text-transform: uppercase;
}
.nav> .sub_all> .list> .item> .link {
	height: 5.4rem;
	color: #F5F5F5;
	position: relative;
	line-height:8.4rem;
}
.nav_active .sub_all {
	transform: translate(0, 0);
}
.nav_active {
	z-index: 27;
}
.nav .sub {
	background: #59a932;
	display: block;
	width: calc(100% - 2.0rem);
	margin: 0;
	padding: 0 1.0rem;
	top: 0;
	right: 0;
	left: 0;
	transform: translate(0, 0);
	transition: all .3s ease;
	will-change: transform;
}
.nav_active .sub {
	opacity: 0;
	visibility: hidden;
	transition: all 0s ease .3s;
}
.nav> .sub_all> .list.mobile_active {
	transform: translate(0, 0);
}
.nav> .sub_all> .list> .item.mobile_active .sub {
	opacity: 1;
	visibility: visible;
	left: 0;
	z-index: 24;
}
.nav .sub .back_sub {
	 border-bottom: 1px solid rgba(255,255,255,0.56);
	display: block;
	padding: 1.9rem 0 2.0rem;
	text-align: center;
}
.nav .sub .back_sub .arrow_link {
    background: url(../images/back_sub.svg) no-repeat;

    display: inline-block;
    vertical-align: middle;
    width: 1.3rem;
    height: 1.1rem;
    margin: 0 1.0rem 0 0;
    text-decoration: none;
}
.nav .sub .back_sub .link {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.nav .sub_menu {
	background: none;
	box-shadow: none;
	height: 30.9rem;
	float: none;
	overflow-x: auto;
	column-count: auto;
}
.nav .sub_menu:before {
	display: none;
}
.nav .sub_menu .item {
	display: block;
	float: none;
	width: 100%;
	margin: 0 0 2.0rem;
}
.page_with_nav .contacts_header_mobile {
	border-top: 0.1rem solid #ffca19;
	display: block;
	padding: 0.9rem 0 0;
	position: fixed;
	bottom: 7.0rem;
	left: 1.0rem;
	right: 1.0rem;
	z-index: 101;
}
.page_with_nav .contacts_header_mobile .phone {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin: 0 0 0.9rem;
	position: relative;
	right: 0;
	font-size: 1.2rem;
	color: #E9E5E4;
}
.page_with_nav .contacts_header_mobile .phone p:nth-child(2) {
	display: block;
	padding: 0.2rem 0 0 2.5rem;
}
.page_with_nav .contacts_header_mobile .phone .link {
	background: url(../images/contacts_header_mobile_phone-call.svg) no-repeat;
	display: inline-block;
	width: auto;
	height: auto;
	min-height: 1.9rem;
	padding: 0 0 0 2.5rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
.page_with_nav .contacts_header_mobile .address {
	background: url(../images/contacts_header_mobile_pin.svg) no-repeat;
	display: block;
	width: calc(100% - 2.4rem);
	padding: 0.3rem 0 0 2.4rem;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	font-size: 1.2rem;
	color: #fff;
}
.page_with_nav .contacts_header_mobile .mail {
	display: block;
	width: 100%;
	margin: 0 0 1.6rem;
	font-size: 1.2rem;
	text-align: center;
}
.page_with_nav .contacts_header_mobile .mail .link {
	background: #ffca19;
	display: block;
	height: 3.3rem;
	padding: 0;
	color: #fff;
	text-decoration: none;
	line-height: 3.3rem;
}
.page_with_nav .contacts_header_mobile .mail .text {
	background: url(../images/contacts_header_mobile_mail.svg) no-repeat 0 1.0rem;
	display: inline-block;
	padding: 0 0 0 2.5rem;
}
.page_with_nav .contacts_header_mobile .time {
	background: url(../images/contacts_header_mobile_clock.svg) no-repeat;
	display: inline-block;
	width: calc(48% - 2.5rem);
	margin: 0 0 0.9rem;
	padding: 0 0 0 2.6rem;
	font-size: 1.2rem;
	color: #fff;
}
.logo {
	background: url(../images/logo_mobile.svg) no-repeat;
	width: 14.6rem;
	height: 2.9rem;
	margin: 0;
	position: absolute;
	top: 0.7rem;
	left: 0.7rem;
}
.logo .link {
	width: 14.6rem;
	height: 2.9rem;
}
.slogan {
	position: absolute;
	top: 2.5rem;
	left: 5.5rem;
	margin: 0;
	font-size: 0.8rem;
      display: none;
}
.time {
	display: none;
}
.mail {
	display: none;
}
.phone {
	position: absolute;
	top: 0;
	right: 15.6rem;
	margin: 0;
}
.phone .link {
	background: url(../images/header_phone-call.svg) no-repeat 50% 50%;
	display: block;
	padding: 0;
	width: 4.3rem;
	height: 4.3rem;
}
.phone .text {
	display: none;
}
.phone p:nth-child(2) {
	display: none;
}
.address {
	width: auto;
	margin: 0;
	position: absolute;
	top: 4.8rem;
	left: 0;
	right: 4.0rem;
}
.address .ui-selectmenu-button.ui-button {
	background: #fff;
	border: 0.1rem solid #C4C4C4;
	border-radius: 0 0.5rem 0.5rem 0;
	display: block;
	width: calc(100% - 3.9rem) !important;
	height: 1.5rem;
	padding: 0.8rem 3.0rem 0.7rem 0.9rem;
	font-size: 1.1rem;
}
.address .ui-selectmenu-icon.ui-icon-triangle-1-s {
	width: 3.0rem;
	height: 3.0rem;
}
.address .ui-selectmenu-text {
	margin-right: 0;
}
.address .ui-menu .ui-menu-item {
	font-size: 1.1rem;
}
.address .ui-menu .ui-menu-item-wrapper {
	background: url(../images/address_pin.svg) no-repeat 1.2rem 0.6rem;
	padding: 0.7rem 1.6rem 1.1rem 2.8rem;
}
.address .ui-state-active, .address .ui-widget-content .ui-state-active, .address .ui-widget-header .ui-state-active, .address a.ui-button:active, .address .ui-button:active, .address .ui-button.ui-state-active:hover {
	background: url(../images/address_pin.svg) no-repeat 1.2rem 0.6rem;
	border: none;
	font-size: 1.1rem;
}
.address .ui-menu .ui-menu-item-wrapper:hover {
	background: url(../images/address_pin.svg) no-repeat 1.2rem 0.6rem;
}
.basket {
	position: absolute;
	top: 0;
	right: 4.2rem;
	margin: 0;
}
.basket .link {
	background: #070707 url(../images/mobile_basket.svg) no-repeat 1.6rem 50%;
	border-radius: 0rem 0 0 0rem;
	display: inline-block;
	width: 2.4rem;
	height: 4.3rem;
	padding: 0 0 0 4.0rem;
	font-weight: 600;
	color: #fff;
	line-height: 4.3rem;
}
.basket .title {
	display: none;
}
.basket .shopping_cart_empty {
	margin: 0;
}
.basket .number {
	display: none;
}
.basket.active .number {
   display: none;
}
.mobile_view {
	display: block;
}
.basket .text {
	display: none;
}
.main_page .header_search {
	background: url(../images/mobile_header_search.svg) no-repeat;
	width: 4.3rem;
	height: 4.3rem;
	margin: 0;
	position: absolute;
	top: 0rem;
	right: 10.5rem;
  
}
.header_search {
	background: url(../images/mobile_header_search.svg) no-repeat;
	width: 4.3rem;
	height: 4.3rem;
	margin: 0;
	position: absolute;
	top: 0rem;
	right: 10.5rem;
}
.header_search .sub {
	background: #070707;
	/* display: none; */
	padding: 1.5rem 1.0rem 2.8rem;
	width: calc(100vw - 2.0rem);
	position: absolute;
	top: 3.5rem;
	right: -10.5rem;
}
.header_search .sub_hidden {
	display: none;
}
.header_search .title {
	display: block;
	margin: 0 0 1.1rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.header_search .field {
	padding: 0.9rem 3.9rem 1.1rem 1.4rem;
	font-size: 1.1rem;
}
.header_search.field:-moz-placeholder {
 font-size: 1.1rem;
}
 .header_search .field::-moz-placeholder {
 font-size: 1.1rem;
}
 .header_search.field::-webkit-input-placeholder {
 font-size: 1.1rem;
}
 .header_search .field:-ms-input-placeholder {
 font-size: 1.1rem;
}
.header_search .field.placeholder {
	font-size: 1.1rem;
}
.header_search .btn {
	background: #FFCA18;
	width: 100%;
	margin: 0.9rem 0 0;
	position: relative;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.header_search .btn:hover {
	background: #FFCA18;
}
.header_search .btn .text {
	background: url(../images/header_search.svg) no-repeat;
	display: inline-block;
	min-height: 1.7rem;
	padding: 0 0 0 2.6rem;
}
.header_search .close {
	top: 4.9rem;
	right: 1.0rem;
}
.header_search .sub_close {
	display: block;
	width: 3.9rem;
	height: 4.7rem;
	position: absolute;
	top: 0;
	right: 0;
}
.header_search .sub_close .link {
	background: url(../images/mobile_header_search_close.svg) no-repeat 50% 50%;
	display: block;
	width: 3.9rem;
	height: 4.7rem;
}

.main_page .carousel_1 {
	width: 100%;
	height: 20.4rem;
	padding-bottom: 0;
	margin: 0 0 2.0rem;
	position: relative;
    
}


.carousel_1 {
	width: 100%;
	height: 20.4rem;
	padding-bottom: 0;
	margin: 0 0 2.0rem;
	position: relative;
    
}
.carousel_1 .fig {
	border-radius: 0;
	width: 100%;
	height: 20.4rem;
}
.carousel_1 .img {
	border-radius: 0;
	object-fit: cover;
}
.carousel_1 .text {
	bottom: 1.0rem;
	right: 1.0rem;
}
.carousel_1 .tabs {
	bottom: 1.0rem;
	left: 0.4rem;
}
.page_with-small-header.main_page .header {
	height: auto;
}
.feedback_bubble {
	width: 130px;
	height: 5.5rem;
	top: auto;
	right: auto;
	bottom: 0.8rem;
	left: 0.9rem;
}
.feedback_bubble .list {
	position: relative;
	right: 0;
}
.feedback_bubble .item {
	margin: 0 0.6rem 0 0;
	width: 5.5rem;
	height: 5.5rem;
	display: inline-block;
}
.feedback_bubble .link {
	width: 5.5rem;
	height: 5.5rem;
}
.feedback_bubble .fig {
	border-radius: 0.5rem;
	width: 5.5rem;
	height: 5.5rem;
}
.feedback_bubble .img {
	max-width: 60%;
	max-height: 60%;
}
.to-top {
	bottom: 0.8rem;
	width: 3.5rem;
	height: 3.5rem;
}
.to-top .link {
	background-size: 1.5rem 1.3rem;
	width: 3.5rem;
	height: 3.5rem;
}
.main_page .content {
	padding: 1.0rem 1.0rem 0 1.0rem;
}
.content {
	padding: 1.0rem 1.0rem 0 1.0rem;
}
.h1 {
	font-size: 1.8rem;
	margin: 0 0 2.7rem;
	padding: 0.1rem 0 0 1.5rem;
}
.h2 {
	font-size: 1.8rem;
	margin: 0 0 2.7rem;
	padding: 0.1rem 0 0 1.5rem;
}
.h3 {
	font-size: 1.8rem;
	margin: 0 0 2.7rem;
	padding: 0.1rem 0 0 1.5rem;
}
.pt-7 {
	padding-top: 3px !important;
}
.to_catalog_link {
	background: url(../images/to_catalog_link.svg) no-repeat 100% 0.5rem;
	padding: 0 1.0rem 0 0;
}
.main_page .catalog_list> .item {
	height: auto;
}
.catalog_list> .item {
	width: calc(100% - 2.6rem);
	height: auto;
	margin: 0 0 1.8rem;
}
.catalog_list {
	margin: 0 0 1.7rem;
}
.main_page .interesting_offers {
	padding: 0 0 4.0rem;
}
.opisanie_list_1 .link {
	padding: 0;
}
.opisanie_list_1 .active {
	padding: 0;
	font-size: 1.6rem;
	color: #070707;
	text-transform: none;
}
.opisanie_list_1 .active::before {
	display: none;
}
.carousel_2 .item {
	width: calc(100vw - 6.0rem);
}
.main_page .interesting_offers {
	padding: 0 0 2.0rem;
}
.how_buy {
	margin: 0;
	padding: 3.0rem 0 0;
}
.how_buy .h3 {
	float: none;
	margin: 0 0 0.7rem;
	color: #fff;
}
.how_buy .fr {
	float: none;
	margin: 0 0 2.0rem;
}
.how_buy_list {
	margin: 0;
}
.how_buy_list> .item {
	width: calc(100% - 4.0rem);
	height: auto;
	margin: 0 0 2.0rem;
	padding: 1.7rem 2.0rem 0 2.0rem;
}
.how_buy_list .text {
	width: 72%;
}
.stages_list {
	padding: 0;
}
.our_advantages {
	margin: 0 0 2.0rem;
	padding: 2.4rem 1.7rem 2.3rem;
}
.our_advantages .h3 {
	float: left;
	margin: 0 0 0.9rem;
	color: #070707;
}
.our_advantages .fr {
	float: none;
	margin: 0 0 1.0rem;
}
.our_advantages_list {
	text-align: center;
}
.our_advantages_list .item {
	width: calc(50% - 0.8rem);
	margin: 0 0 2.2rem 0.8rem;
	font-size: 1.2rem;
}
.our_advantages_list .fig {
	display: block;
	margin: 0 auto 1.0rem;
}
.our_advantages_list .text {
	display: block;
	width: 100%;
}
.about_box {
	display: block;
	padding: 2.9rem 0 2.6rem;
}
.about_box .left_block {
	width: 100%;
	margin: 0 0 2.0rem;
}
.about_box .right_block {
	width: 100%;
	padding: 0;
}
.about_box .left_block> .fig {
	display: none;
}
.about_box .h1 {
	margin: 0 0 1.7rem;
}
.about_box .title {
	margin: 0 0 2.0rem;
}
.about_box .delivery .text {
	width: 76%;
}
.about_box::before {
	display: none;
}
.form_box {
	padding: 2.0rem 0 2.8rem;
}
.form_box .h3 {
	float: none;
	margin: 0 0 1.0rem;
}
.form_box .fr {
	float: none;
	margin: 0 0 2.0rem;
}
.feedback_list .item {
	width: 100%;
	height: 16.5rem;
	margin: 0 0 1.7rem;
}
.feedback_list {
	float: none;
	width: auto;
	margin: 0;
}
.feedback_list .link {
	width: calc(100% - 2.4rem);
}
.feedback_list br {
	display: none;
}
.form_box .right_block {
	background: none;
	border-radius: 0;
	float: none;
	width: 100%;
	padding: 0;
}
.c-50 {
	width: 100%;
}
.mr-6 {
	margin: 0 0 1.0rem !important;
}
.mb-18 {
	margin-bottom: 10px !important;
}
.pt-22 {
	padding-top: 0 !important;
}
.contacts_box {
	margin: 0 0 2.0rem;
	padding: 2.2rem 0 2.1rem;
}
.contacts_box .h3 {
	float: none;
	margin: 0 0 0.8rem;
}
.contacts_box .fr {
	float: none;
	margin: 0 0 2.0rem;
}
.contacts_list {
	flex-direction: column;
	margin: 0;
}
.contacts_list .item {
	margin: 0 0 2.0rem;
}
.banner {
	margin: 0 0 1.7rem;
}

.gallerry_list2 {
	margin: 0 0 2.7rem -0.9rem;
  }
  .gallerry_list2 .item {
	width: calc(50% - 0.9rem);
	margin: 0 0 0.9rem 0.9rem;
  }
  
 .gallerry_list2 {
	margin: 0 0 2.7rem -0.9rem;
  }
  .gallerry_list2 .item {
	width: calc(50% - 0.9rem);
	margin: 0 0 0.9rem 0.9rem;
  }
.footer {
	min-width: auto;
	max-width: none;
	height: auto;
	margin: auto;
	position: relative;
	padding: 1.6rem 1.0rem 5.0rem;
}
.logo_footer {
	background: url(../images/logo_footer.svg) no-repeat;
	background-size: 5.4rem 3.5rem;
	display: inline-block;
	vertical-align: middle;
	width: 5.4rem;
	height: 3.5rem;
	margin: 0 3.0rem 1.6rem 0;
	position: relative;
	top: 0;
	left: 0;
}
.logo_footer .link {
	width: 5.4rem;
	height: 3.5rem;
}
.subscription_footer {
	width: calc(100% - 8.9rem);
	margin: 0 0 1.6rem;
	position: relative;
	top: 0;
	right: 0;
	display: inline-block;
	vertical-align: middle;
}
.subscription_footer .btn_1 {
	width: 100%;
	text-align: center;
}
.catalog_footer {
	width: auto;
	margin: 0 0 0.4rem -1.0rem;
	position: relative;
	top: 0;
	left: 0;
}
.catalog_footer .title {
	margin: 0;
}
.catalog_footer .title .link {
	background: #FFCA18 url(../images/catalog_footer_title_down.svg) no-repeat 96% 50%;
	border-radius: 0 0.5rem 0.5rem 0;
	display: block;
	height: 3.0rem;
	padding: 0 0 0 1.0rem;
	color: #fff;
	text-decoration: none;
	line-height: 3.0rem;
}
.catalog_footer.active .title .link {
	background: #59a932 url(../images/catalog_footer_title_up.svg) no-repeat 96% 50%;
}
.catalog_footer_list {
	display: none;
	margin: 1.3rem 0 0 1.0rem;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
.catalog_footer_list .item {
	margin: 0 0 1.7rem;
}
.contacts_footer {
	width: auto;
	margin: 0 0 1.6rem -1.0rem;
	position: relative;
	top: 0;
	left: 0;
}
.contacts_footer .title {
	margin: 0;
}
.contacts_footer .title .link {
	background: #FFCA18 url(../images/catalog_footer_title_down.svg) no-repeat 96% 50%;
	border-radius: 0 0.5rem 0.5rem 0;
	display: block;
	height: 3.0rem;
	padding: 0 0 0 1.0rem;
	color: #fff;
	text-decoration: none;
	line-height: 3.0rem;
}
.contacts_footer.active .title .link {
	background: #59a932 url(../images/catalog_footer_title_up.svg) no-repeat 96% 50%;
}
.contacts_footer .sub {
	display: none;
	padding: 1.7rem 0 0 1.0rem;
}
.info_list {
	width: 49%;
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: middle;
}
.social_networks {
	width: 49%;
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: middle;
}
.social_networks .title {
	margin: 0 0 0.7rem;
}
.social_networks_list .item {
	margin: 0 0 0.7rem 1.5rem;
}
.info_footer {
	border-bottom: none;
	padding: 1.3rem 0 0.7rem 2.3rem;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	font-size: 1.2rem;
}
.politics_privacies {
	border-bottom: 0.1rem solid rgba(233,229,228,0.34);
	width: auto;
	margin: 0 0 1.2rem;
	padding: 0 0 1.4rem 2.3rem;
	position: relative;
	top: 0;
	right: 0;
	font-size: 1.2rem;
}
.company_footer {
	margin: 0 0 0.7rem;
	position: relative;
	top: 0;
	left: 0;
	font-size: 1.2rem;
	text-align: center;
}
.politics_privacies_2 {
	margin: 0 0 1.2rem;
	position: relative;
	top: 0;
	left: 0;
	font-size: 1.2rem;
	text-align: center;
}
.developer {
	position: relative;
	top: 0;
	right: 0;
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	width: 51%;
	margin: 0 2.0rem 0 0;
}
.developer .link {
	min-height: 3.7rem;
	padding: 0.3rem 0 0 3.7rem;
}
.counter {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 0;
	right: 0;
}
.counter_2 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 0;
	right: 0;
}
.error {
	margin: 0 0 3.7rem;
	padding: 0;
}
.error .h1 {
	margin: 0 0 2.0rem;
}
.number_box .number {
	font-size: 76px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}
.number_box .fig {
	width: 5.0rem;
	height: 6.0rem;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
	visibility: visible;
}
.number_box .fig .img {
	width: 100%;
}
.error .text {
	width: 6.9rem;
	height: 3.6rem;
	margin-left: -3.4rem;
	top: 9.4rem;
	animation: none;
}
.error .text .img {
	width: 100%;
}
.after_block {
	padding: 0 1.0rem;
}
.table_2 {
	border-spacing: 0;
	width: 100%;
	margin: 0;
	position: relative;
	display: block;
}
.table_2::before {
	display: none;
}
.table_2 th {
	display: none;
}
.table_2 .item, .table_2 tr {
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 0 0 2.0rem;
	margin: 0 0 2.0rem;
}
.table_2 td {
	display: block;
	width: calc(100% - 2.8rem);
	padding: 0 1.4rem;
}
.table_2 td:nth-child(3) {
	display: inline-block;
	vertical-align: middle;
	width: 33%;
	padding: 0;
}
.table_2 td:nth-child(4) {
	display: inline-block;
	vertical-align: middle;
	width: 7.9rem;
	padding: 0;
}
.table_2 td:nth-child(5) {
	display: inline-block;
	vertical-align: middle;
	width: 33%;
	padding: 0;
}
.table_2 .delete {
	background: url(../images/basket_content_delete.svg) no-repeat 50% 50%;
	height: 2.7rem;
	position: absolute;
	top: 0;
	right: 0;
}
.table_2 .title {
	margin: 0 0 1.0rem;
}
.w-120 {
	width: 100%;
}
.w-110 {
	width: 100%;
}
.w-100 {
	width: 100%;
}
.w-30 {
	width: 100%;
}
.basket_content {
	display: block;
}
.table_2 .fig {
	margin: 0 auto;
}
.result_basket {
	width: auto;
}
.place_order .c-50 {
	width: 100%;
}
.place_order .mr-20 {
	margin: 0 0 1.0rem !important;
}
.place_order .c-49 {
	width: 100%;
}
.mr-5 {
	margin: 0 0 10px !important;
}
.empty_basket {
	margin: 0 0 4.3rem;
	text-align: center;
}
.empty_basket .text {
	background: url(../images/shopping-cart_big.svg) no-repeat 0 0;
	padding: 1.0rem 0 0 5.6rem;
	margin: 0 0 2.6rem;
}
.opisanie_list_1 .item {
	margin: 0 0 2.0rem 5.2rem;
}
.opisanie_list_1 {
	margin: 0 0 1.4rem -5.2rem;
}
.content_search .c-35 {
	width: 100%;
}
.content_search .mr-10 {
	margin: 0 0 16px !important;
}
.content_search .button {
	width: 30.0rem;
	margin: 1.6rem 0 0;
}
.content_search .btn_2 {
	width: 30.0rem;
	margin: 1.6rem 0 0;
}
.search_block .in {
	display: block;
}
.search_spisok_list .item {
	width: calc(100% - 6.4rem);
}
.nothing_found .title {
	margin: 0 0 2.7rem;
}
.nothing_found .form_nothing_found {
	flex-direction: column;
	margin: 0 0 2.3rem;
	padding: 1.4rem 1.0rem 0.8rem;
}
.nothing_found .in:first-child {
	width: auto;
	margin: 0 0 2.0rem;
}
.nothing_found .number .link {
	font-size: 2.0rem;
}
.nothing_found .in:nth-child(2) {
	width: auto;
}
.pages .item {
	margin: 0;
}
.pages .beginning {
	width: 3.0rem;
}
.pages .prev {
	width: 3.0rem;
}
.pages .next {
	width: 3.0rem;
}
.pages .end {
	width: 3.0rem;
}
.pages {
	margin: 0 0 1.7rem;
}
.subcategories_list {
	display: none;
}
.side {
	width: auto;
	margin: 2.0rem 1.0rem;
	float: none;
	text-align: center;
}
.side form {
	text-align: center;
}
.side + .content {
	float: none;
	width: auto;
}
.spisok_list {
	margin: 0 0 1.8rem;
}
.spisok_list .item {
	width: calc(100% - 3.4rem);
	margin: 0 0 2.0rem;
}
.main_photo {
	float: none;
	width: 100%;
	height: 21.8rem;
	margin: 0 0 2.0rem;
}
.main_info {
	width: auto;
	height: auto;
}
.main_info .block_bottom {
	margin: 2.0rem 0 0;
	position: relative;
	bottom: 0;
	left: 0;
}
.opisanie_list_2 .item {
	margin: 0 0 0.6rem 0.6rem;
	font-size: 1.3rem;
	width: 48%;
}
.opisanie_list_2 .link {
	border-radius: 0.5rem;
	width: 100%;
}
.opisanie_list_2 .link .text {
	padding: 0;
}
.opisanie_block {
	margin: 0 0 3.3rem;
	padding: 1.6rem 2.0rem 0.8rem;
}
.list_2 {
	margin: 0;
}
.list_2 .item {
	width: calc(100% - 2.1rem);
	margin: 0 0 2.5rem;
}
.table_1 th {
	padding: 0.9rem 0 0.8rem 0.8rem;
	font-size: 1.3rem;
}
.table_1 td {
	padding: 0.9rem 0 0.8rem 0.8rem;
	font-size: 1.3rem;
}
.modal_box .modal__content {

    width: auto;
    padding: 2.9rem 4.1rem 2.6rem;

}
.modal_box_form .modal__content {
   background: #efefef;
    width: auto;
    padding: 2.9rem 1.2rem 2.5rem;

}
.c-33 {
    width: 100%;
}
.mr-10 {
    margin: 0 0 10px !important;
}
.c-66 {
    width: 100%;
}
.box_thanks .modal__content {

    width: auto;
    padding: 4.1rem 5.0rem 4.0rem 5.0rem;

}
.box_attention .modal__content {
    width: auto;
    padding: 4.1rem 2.0rem 4.0rem 3.0rem;
}
.box_basket .modal__content {
    width: auto;
    padding: 2.9rem 1.6rem 3.6rem 1.6rem;
}
.address_list .link {

    padding: 0 0 0 4.2rem;

}
}
@media (min-width: 1050px) {
.carousel_1 {

	padding-bottom: 46.7%;

}
}
@media (min-width: 1080px) {
.carousel_1 {

	padding-bottom: 45.4%;

}
}
@media (min-width: 1152px) {
.carousel_1 {

	padding-bottom: 42.6%;

}
}
@media (min-width: 1200px) {
.carousel_1 {

	padding-bottom: 40.9%;

}
}
@media (min-width: 1280px) {
.carousel_1 {
	height: 49.0rem;
	padding: 0;
}
.address {
	width: 58.5rem;
}
.basket .link {
	width: 28.4rem;
}
.catalog_list {
	margin: 0 0 3.7rem -1.8rem;
}
.main_page .catalog_list> .item {
	height: 52.5rem;
}
.catalog_list> .item {
	width: 25.0rem;
	margin: 0 0 1.8rem 1.8rem;
	padding: 0 1.8rem;
	height: 37.5rem;
}


.catalog_in.active {


    margin: 0 -1.8rem;
    padding: 0 1.8rem 0.7rem;

}
.catalog_list> .item> .fig {
	width: calc(100% + 3.6rem);
	height: 20.6rem;
	margin: 0 -1.8rem 1.8rem;
	padding: 0;
}
.carousel_2 .item {
	width: 24.3rem;
}
.politics_privacies {
	width: 34.1rem;
}
.politics_privacies br {
	display: none;
}
.about_box .left_block {
	width: 55.9rem;
}
.about_box .left_block> .fig {
	margin: 0;
}
.about_box .right_block {
	width: calc(100% - 60.5rem);
}
.contacts_list {
	margin: 0 0 0 -14.8rem;
}
.contacts_list .item {
	margin: 0 0 0 14.8rem;
}
.catalog_footer {
	left: 19.8rem;
}
.spisok_list {
	margin: 0 0 1.8rem -2.0rem;
}
.spisok_list .item {
	width: 25.2rem;
	margin: 0 0 2.0rem 2.1rem;
	padding: 0.3rem 2.0rem 1.3rem;
}
.spisok_list .btn_1 {
	width: 21.4rem;
}
.spisok_list .btn_2 {
	width: 21.2rem;
}
.spisok_list .btn_1 .into {
	padding: 0 0 0 3.0rem;
}
.main_info {
	width: 30.9rem;
}
.main_info .btn_box {
	width: 30.9rem;
}
.main_info .btn_2 {
	width: 30.7rem;
}
.opisanie_list_2 .link .text {
	padding: 0 6.8rem;
}
.content_search .mr-10 {
	margin-right: 27px !important;
}
.content_search .c-35 {
	width: 40%;
    box-shadow: 0 0 0.6rem rgb(0 0 0 / 51%);
        border-radius: 0.5rem;
}
.content_search .w-80 {
	width: 100px;
}
.content_search .button {
	width: 17.3rem;
}
.content_search .btn_2 {
	width: 18.6rem;
}
.search_spisok_list {
	margin: 0 0 1.8rem -2.4rem;
}
.search_spisok_list .item {
	width: 24.2rem;
	margin: 0 0 2.0rem 2.4rem;
	padding: 0.3rem 2.0rem 1.3rem;
}
.main_page .header_search {
	width: calc(100% - 70.8rem);
  }
.header_search {
	width: calc(100% - 70.8rem);
  }
}

@media (min-width: 1360px) {
.main_page .content {
	padding: 3.6rem 2.5rem 0 2.5rem;
}
.content {
	padding: 1.8rem 2.5rem 0 2.5rem;
}
.side + .content {
	float: left;
	width: calc(100% - 32.9rem);
}
.phone {
	margin: 1.9rem 2.5rem 1.7rem 0;
}
.basket {
	margin: 0.1rem 2.5rem 2.4rem 0;
}
.address {
	width: 61.5rem;
}
.main_page .header_search {
	/*width: calc(100% - 32.7rem);
	margin: -1rem 2.5rem 0 30.2rem;*/
	width: calc(100% - 67.7rem);
	margin: 0 0 2.4rem 30.2rem;
}
.header_search {
	/*width: calc(100% - 5.0rem);
	margin: 0 2.5rem 0 2.5rem;
    margin-top: -10px;*/
	width: calc(100% - 67.7rem);
	margin: 0 0 2.4rem 30.2rem;
}
.carousel_1 {
	width: calc(100% - 32.7rem);
	margin: 1.9rem 2.5rem 0 30.2rem;
}
.catalog_list> .item {
	width: 25.8rem;
}
.page_with-small-header .nav {
	right: 2.5rem;
}
.carousel_2 .item {
	width: 25.0rem;
}
.contacts_footer {
	right: 2.5rem;
}
.subscription_footer {
	right: 2.5rem;
}
.politics_privacies {
	right: 2.5rem;
}
.counter {
	right: 6.6rem;
}
.counter_2 {
	right: 2.5rem;
}
.developer {
	right: 1rem;
}
.spisok_list .item {
	width: 26.2rem;
}
.after_block {
	padding: 0 2.5rem 0 2.5rem;
}
.opisanie_list_2 .link .text {
	padding: 0 7.3rem;
}
.content_search .button {
	width: 18.1rem;
}
.content_search .mr-8 {
	margin-right: 10px !important;
    box-shadow: 0 0 0.6rem rgb(0 0 0 / 51%);
    border-radius: 0.5rem;
}
.content_search .mr-6 {
	margin-right: 8px !important;
}
.spisok_list .item {
	width: 26.1rem;
}

}

@media print {
* {
	color: black !important;
	background: transparent !important;
	text-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	float: none !important;
	clear: none !important;
}
html, body, article, header, section, footer, aside, div {
	width: 100% !important;
}
a, a:link, a:visited, a:hover, a:active, abbr, acronym {
	text-decoration: none;
	border-bottom: 0 none;
}
h1, h2, h3, h4, h5, h6, p, li {
	page-break-inside: avoid;
	orphans: 3;
	widows: 3;
}
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
nav {
	display: none;
}
}
