/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Email:    anufry@inbox.ru
Version:  6.00 24.07.16 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);
@import url("modals/fade_in_and_scale.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%;
}
body {
	background: #fff;
	height: 100%;
	color: #484848;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
	word-wrap: break-word;
}
input, button, select, textarea, html {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #484848;
	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;
}
.main_page .h1 {
	margin: 0 0 21px;
}
.h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 24px;
	line-height: 1.2;
}
.h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 21px;
	line-height: 1.2;
}
.h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 21px;
	line-height: 1.2;
}
.h4 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 1.33em;
}
.h5 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 1.67em;
}
.h6 {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 0 2.33em;
}
/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
	font-size: 10px;
	font-size: 1rem;
}
.f-11 {
	font-size: 11px;
	font-size: 1.1rem;
}
.f-12 {
	font-size: 12px;
	font-size: 1.2rem;
}
.f-13 {
	font-size: 13px;
	font-size: 1.3rem;
}
.f-14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.f-15 {
	font-size: 15px;
	font-size: 1.5rem;
}
.f-16 {
	font-size: 16px;
	font-size: 1.6rem;
}
.f-17 {
	font-size: 17px;
	font-size: 1.7rem;
}
.f-18 {
	font-size: 18px;
	font-size: 1.8rem;
}
.f-20 {
	font-size: 20px;
	font-size: 2rem;
}
/*end fonts*/
/*forms fields*/
.field {
	background: #fff;
	border: 1px solid #cfcfcf;
	padding: 12px 18px 11px;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	font-size: 17px;
	color: #484848;
}
.field[required] {
	background: #fff url(../images/pic18.png) no-repeat 96% 18px;
}
.field:focus {
	border-color: #51cbee;
	-webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
	box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}
 .field:-moz-placeholder {
 opacity: 1;
 font-size:17px;
 color:#484848;
}
 .field::-moz-placeholder {
 opacity: 1;
 font-size:17px;
 color:#484848;
}
 .field::-webkit-input-placeholder {
 opacity: 1;
 font-size:17px;
 color:#484848;
}
 .field:-ms-input-placeholder {
 opacity: 1;
 font-size:17px;
 color:#484848;
}
.field.placeholder {
	font-size: 17px;
	color: #484848;
}
.field.invalid {
	border-color: red;
}
.field[required].invalid {
	background: url(../images/pic18.png) no-repeat 96% 18px;
	border-color: red;
}
.parent_field {
	display: inline-block;
	vertical-align: top;
}
.invalid_message {
	display: block;
	margin: 0 0 0 6px;
	color: red;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
}
.valid_message {
	display: none;
	margin: 0 0 0 6px;
	color: green;
	font-size: 11px;
	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 10px;
	height: 0;
	display: block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	border-top: 1px 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;
}
/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
	min-width: 1000px;
	min-height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.bg_top {
	background: #323232;
	height: 151px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -3;
}
.up_box {
	position: absolute;
	bottom: 88px;
	right: 50%;
	margin-right: -585px;
	z-index: 99;
}
.up_box .link {
	background: #eda027 url(../images/pic9.png) no-repeat 50% 13px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	display: block;
	width: 62px;
	height: 47px;
	padding: 15px 0 0;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-align: center;
	line-height: 62px;
	text-decoration: none;
}
.inner {
	width: 980px;
	margin: auto;
}
.inner:before, .inner:after {
	content: "";
	display: table;
}
.inner:after {
	clear: both;
}
/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
	padding: 151px 0 0;
	position: relative;
}
.logo {
	background: url(../images/logo.png) no-repeat;
	width: 222px;
	height: 26px;
	position: absolute;
	top: 38px;
	left: 0;
}
.logo .link {
	display: block;
	width: 222px;
	height: 26px;
}
.slogan {
	width: 221px;
	position: absolute;
	top: 80px;
	left: 0;
	color: #fff;
	line-height: 1.2;
}
.map {
	position: absolute;
	top: 39px;
	left: 276px;
}
.map .item {
	float: left;
	margin: 0 20px 0 0;
}
.phone {
	position: absolute;
	top: 34px;
	left: 369px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.check_in {
	position: absolute;
	top: 76px;
	left: 369px;
}
.check_in .item {
	margin: 0 18px 0 0;
	text-transform: uppercase;
}
.check_in .link {
	background: #cd5416;
	display: inline-block;
	width: 144px;
	height: 35px;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
}
.check_in .item:nth-child(2) .link {
	background: #eda027;
}
.basket {
	position: absolute;
	top: 37px;
	right: 13px;
	line-height: 1.2;
}
.basket .link {
	border-left: 7px solid #eda027;
	display: inline-block;
	padding: 0 0 0 14px;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
}
.basket .title {
	display: block;
	margin: 0 0 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #eda027;
	line-height: 0.8;
	text-transform: uppercase;
}
.basket .in {
	display: block;
}
.main_page .nav {
	margin: 0;
}
.nav {
	height: 62px;
	margin: 0 0 27px;
	padding: 0 219px 0 0;
	position: relative;
	z-index: 10;
}
.nav:before {
	content: "";
	background: #fff;
	border-bottom: 7px solid #323232;
	position: absolute;
	top: 0;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -1;
}
.nav> .list {
	display: table;
	width: 761px;
	position: relative;
	z-index: 1;
}
.nav> .list:before, .nav> .list:after, .nav> .list> .item:before, .nav> .list> .item:after {
	display: none;
}
.nav> .list> .item {
	display: table-cell;
	vertical-align: top;
	padding: 0 17px 0 0;
	position: relative;
	font-size: 17px;
}
.nav> .list> .item> .link {
	border-bottom: 7px solid #323232;
	display: table;
	width: 100%;
	height: 55px;
	position: relative;
	color: #484848;
	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;
}
.nav> .list> .item:hover> .link, .nav> .list> .active> .link {
	border-bottom: 7px solid #eda027;
}
.nav .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 0;
}
.nav .sub {
	position: absolute;
	top: 62px;
	left: 0;
	width: 300px;
	display: none;
}
.nav .sub_menu {
	background: #323232;
	display: block;
	float: left;
	position: relative;
}
.nav .sub_menu .item {
	font-size: 17px;
}
.nav .sub_menu .link {
	display: block;
	padding: 14px 84px 25px 28px;
	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;
}
.nav .sub_menu .link:hover {
	background: #eda027;
}
.nav> .list> .item:hover .sub {
	display: block;
}
.feedback {
	position: absolute;
	top: 160px;
	right: 9px;
	z-index: 12;
}
.feedback .link {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #cd5416;
	text-transform: uppercase;
}
.promo_fig {
	margin: 0 0 30px;
	position: relative;
}
.promo_fig .fig {
	margin: 0 -470px;
}
.promo_fig .img {
	vertical-align: top;
}
.promo_fig .text {
	background: rgba(22, 22, 22, 0.55);
	padding: 49px 55px 10px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.promo_fig .title {
	font-size: 60px;
	text-transform: uppercase;
	line-height: 1.3;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
	width: 254px;
	margin: 24px 34px 33px 0;
	position: relative;
	float: left;
}
.side .catalog_box {
	float: none;
}
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
	padding: 0 0 33px;
	position: relative;
}
.side + .content {
	float: left;
	width: 692px;
}
.about_box {
	float: right;
	width: 220px;
	margin: 14px 0 0 34px;
}
.news_list_1 p {
	margin: 0;
}
.news_list_1 .item {
	border-left: 7px solid #ebebeb;
	margin: 0 0 32px;
	padding: 0 0 0 10px;
}
.news_list_1 .title {
	margin: 0 0 7px;
	line-height: 1.2;
}
.news_list_1 .date {
	margin: 0 0 5px;
}
.news_list_1 .link {
	color: #cd5416;
}
.all {
	font-family: 'Open Sans', sans-serif;
}
.catalog_box {
	float: left;
	width: 254px;
	margin: 0 29px 0 0;
}
.catalog_box .h2 {
	background: #cd5416;
	margin: 0;
	padding: 15px 10px 19px 31px;
	color: #fff;
}
.catalog_list_1 .item {
	font-size: 17px;
}
.catalog_list_1 .link {
	background: #ebebeb url(../images/pic4.png) no-repeat 17px 50%;
	border-bottom: 1px solid #cfcfcf;
	display: table;
	width: 254px;
	height: 51px;
	color: #484848;
	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_1 .item:hover .link, .catalog_list_1 .active .link {
	background: #eda027 url(../images/pic11.png) no-repeat 17px 50%;
	color: #fff;
}
.catalog_list_1 .text {
	display: table-cell;
	vertical-align: middle;
	width: 191px;
	height: 51px;
	padding: 0 10px 0 53px;
}
.new_box {
	float: left;
	width: 433px;
	padding: 0 5px 5px;
}
.new_box .h3 {
	background: #eda027;
	margin: 0 0 26px;
	padding: 14px 10px 17px 26px;
	font-size: 24px;
	color: #fff;
}
.new_list_1 p {
	margin: 0 0 12px;
}
.new_list_1 .item {
	background: #fff;
	height: 210px;
	margin: 0 0 24px;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.new_list_1 .item:hover {
	z-index: 4;
}
.new_list_1 .item:hover .context {
	-moz-box-shadow: 0 0 5px rgba(1, 1, 1, .75);
	-webkit-box-shadow: 0 0 5px rgba(1, 1, 1, .75);
	box-shadow: 0 0 5px rgba(1, 1, 1, .75);
}
.new_list_1 .context {
	background: #fff;
	border: 1px solid #cfcfcf;
	padding: 22px 17px 18px 28px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.new_list_1 .item:hover .context {
	bottom: auto;
}
.new_list_1 .context:before {
	content: "";
	border-top: 1px solid #cfcfcf;
	position: absolute;
	bottom: -1px;
	right: 0;
	left: 0;
	display: block;
	z-index: 3;
}
.new_list_1 .title {
	margin: 0 0 13px;
}
.new_list_1 .link {
	font-size: 18px;
	color: #eda027;
}
.new_list_1 .fig {
	display: block;
	float: left;
	width: 139px;
	height: 123px;
	margin: 8px 29px 0 0;
	position: relative;
	overflow: hidden;
}
.new_list_1 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.new_list_1 .in {
	max-height: 73px;
	margin: 0 0 14px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.new_list_1 .in:before {
	content: "";
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
	height: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.new_list_1 .item:hover .in {
	max-height: none;
}
.new_list_1 .price {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #eda027;
}
.btn_1 {
	background: #cd5416;
	display: inline-block;
	height: 35px;
	padding: 0 13px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-decoration: none;
	line-height: 35px;
	text-transform: uppercase;
}
.new_box_2 {
	margin: 0 0 29px;
	padding: 37px 0 13px;
	position: relative;
}
.new_box_2:before {
	content: "";
	background: #ebebeb;
	position: absolute;
	top: 0;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -1;
}
.new_box_2 .h3 {
	font-size: 24px;
}
.carousel_2 {
	width: 980px;
	margin: 0 0 21px;
	position: relative;
}
.carousel_2 p {
	margin: 0 0 12px;
}
.carousel_2 .next, .carousel_2 .prev {
	background: #cd5416 url(../images/pic7.png) no-repeat 50% 50%;
	width: 52px;
	height: 52px;
	position: absolute;
	top: 177px;
	right: -51px;
	z-index: 3;
}
.carousel_2 .prev {
	background: #cd5416 url(../images/pic6.png) no-repeat 50% 50%;
	right: auto;
	left: -51px;
}
.carousel_2> .in {
	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: 52px 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
	left: -52px;
}
.carousel_2 .main_list.animate {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel_2 .item {
	background: #fff;
	border: 1px solid #cfcfcf;
	padding: 25px 27px 15px;
	width: 236px;
	display: table-cell;
	vertical-align: top;
}
.carousel_2 .title {
	margin: 0 0 14px;
}
.carousel_2 .link {
	font-size: 18px;
	color: #eda027;
}
.carousel_2 .fig {
	display: block;
	width: 236px;
	height: 154px;
	margin: 0 0 25px;
	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 .item .in {
	max-height: 73px;
	margin: 0 0 21px;
	position: relative;
	overflow: hidden;
}
.carousel_2 .item .in:before {
	content: "";
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
	height: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.carousel_2 .price {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #eda027;
}
.carousel_2 .btn_1 {
	padding: 0 12px;
	font-size: 16px;
}
.crumbs {
	margin: 0 0 16px;
}
.crumbs:before, .crumbs:after {
	display: none;
}
.crumbs:after {
	clear: both;
}
.crumbs .item {
	background: url(../images/pic12.png) no-repeat 4px 4px;
	display: inline;
	padding: 0 0 0 16px;
	color: #949494;
	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: #949494;
}
.catalog_list_2 {
	margin: 0 0 50px -21px;
}
.catalog_list_2 .item {
	margin: 0 0 18px 21px;
}
.catalog_list_2 .link {
	background: #ebebeb url(../images/pic13.png) no-repeat;
	display: table;
	width: 229px;
	height: 62px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.catalog_list_2 .link:hover {
	background: #eda027 url(../images/pic13.png) no-repeat;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
	color: #fff;
}
.catalog_list_2 .text {
	display: table-cell;
	vertical-align: middle;
	width: 140px;
	height: 62px;
	padding: 0 10px 0 79px;
}
.catalog_list_3 {
	margin: 0 0 9px -38px;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.catalog_list_3 .foot {
	position: absolute;
	bottom: 29px;
	left: 43px;
	right: 43px;
}
.catalog_list_3 p {
	margin: 0 0 12px;
}
.catalog_list_3 .item {
	background: #fff;
	border: 1px solid #cfcfcf;
	margin: 0 0 38px 38px;
	padding: 0 43px 129px;
	width: 239px;
	position: relative;
	line-height: 1.4;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.catalog_list_3 .item:hover {
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.catalog_list_3 .title {
	margin: 0 0 13px;
}
.catalog_list_3 .link {
	font-size: 18px;
	color: #eda027;
}
.catalog_list_3 .fig {
	border-bottom: 1px solid #cfcfcf;
	display: block;
	width: 325px;
	height: 249px;
	margin: 0 -43px 24px;
	position: relative;
	overflow: hidden;
}
.catalog_list_3 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.catalog_list_3 .item .in {
	*/min-height: 100px;
	margin: 0 0 16px;
}
.catalog_list_3 .price {
	margin: 0 0 16px;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #eda027;
}
.catalog_list_3 .number {
	display: inline-block;
	width: 113px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.catalog_list_3 .number .field {
	background: #fff;
	border: 1px solid #cfcfcf;
	display: inline-block;
	vertical-align: middle;
	width: 113px;
	padding: 7px 36px 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #484848;
	text-align: center;
}
 .catalog_list_3 .number .field:-moz-placeholder {
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 font-style: normal;
 color: #484848;
}
 .catalog_list_3 .number .field::-moz-placeholder {
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 font-style: normal;
 color: #484848;
}
 .catalog_list_3 .number .field::-webkit-input-placeholder {
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 font-style: normal;
 color: #484848;
}
 .catalog_list_3 .number .field:-ms-input-placeholder {
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 font-style: normal;
 color: #484848;
}
.catalog_list_3 .number .field.placeholder {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #484848;
}
.catalog_list_3 .number .up {
	background: #ebebeb url(../images/pic16.png) no-repeat 50% 50%;
	border-left: 1px solid #cfcfcf;
	width: 32px;
	height: 33px;
	position: absolute;
	top: 1px;
	right: 1px;
}
.catalog_list_3 .number .down {
	background: #ebebeb url(../images/pic15.png) no-repeat 50% 50%;
	border-right: 1px solid #cfcfcf;
	width: 32px;
	height: 33px;
	position: absolute;
	top: 1px;
	left: 1px;
}
.pages {
	margin: 0 0 40px;
}
.pages .item {
	margin: 0 14px 0 0;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-align: center;
}
.pages .link {
	background: #ebebeb;
	display: block;
	min-width: 18px;
	height: 35px;
	padding: 0 9px;
	position: relative;
	color: #484848;
	line-height: 35px;
	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;
}
.pages .item:hover .link, .pages .active {
	background: #cd5416;
	min-width: 18px;
	height: 35px;
	padding: 0 9px;
	color: #fff;
	line-height: 35px;
}
.fig_1 {
	float: left;
	margin: 3px 30px 10px 0;
}
.fig_1 .img {
	border: 1px solid #cfcfcf;
	vertical-align: top;
}
.price_1 {
	margin: 0 0 27px;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #eda027;
	line-height: 1;
}
.text_list_1 {
	overflow: hidden;
	margin: 0 0 31px;
	font-size: 17px;
}
.number_1 {
	overflow: hidden;
	width: 113px;
	margin: 0 0 36px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.number_1 .field {
	background: #fff;
	border: 1px solid #cfcfcf;
	display: inline-block;
	vertical-align: middle;
	width: 113px;
	padding: 7px 36px 6px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #484848;
	text-align: center;
}
 .number_1 .field:-moz-placeholder {
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 font-style: normal;
 color: #484848;
}
 .number_1 .field::-moz-placeholder {
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 font-style: normal;
 color: #484848;
}
 .number_1 .field::-webkit-input-placeholder {
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 font-style: normal;
 color: #484848;
}
 .number_1 .field:-ms-input-placeholder {
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 font-style: normal;
 color: #484848;
}
.number_1 .field.placeholder {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #484848;
}
.number_1 .up {
	background: #ebebeb url(../images/pic16.png) no-repeat 50% 50%;
	border-left: 1px solid #cfcfcf;
	width: 32px;
	height: 33px;
	position: absolute;
	top: 1px;
	right: 1px;
}
.number_1 .down {
	background: #ebebeb url(../images/pic15.png) no-repeat 50% 50%;
	border-right: 1px solid #cfcfcf;
	width: 32px;
	height: 33px;
	position: absolute;
	top: 1px;
	left: 1px;
}
.btn_2 {
	background: #cd5416;
	display: inline-block;
	height: 51px;
	padding: 0 26px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	line-height: 51px;
	text-transform: uppercase;
}
.back {
	font-family: 'Open Sans', sans-serif;
}
.table_1 {
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	width: 100%;
	margin: 0 0 8px;
}
.table_1 th {
	border-bottom: 1px solid #cfcfcf;
	padding: 8px 0 9px 12px;
	font-weight: normal;
	color: #949494;
}
.table_1 td {
	border-bottom: 1px solid #cfcfcf;
	padding: 15px 0 22px 12px;
	font-size: 17px;
}
.table_1 .delete {
	background: url(../images/pic21.png) no-repeat 50% 50%;
	display: block;
	width: 30px;
	height: 30px;
}
.table_1 .link {
	color: #484848;
}
.table_1 .number {
	width: 75px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.table_1 .number .field {
	background: #fff;
	border: 1px solid #cfcfcf;
	display: inline-block;
	vertical-align: middle;
	width: 75px;
	padding: 1px 25px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #484848;
	text-align: center;
}
 .table_1 .number .field:-moz-placeholder {
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 font-style: normal;
 color: #484848;
}
 .table_1 .number .field::-moz-placeholder {
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 font-style: normal;
 color: #484848;
}
 .table_1 .number .field::-webkit-input-placeholder {
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 font-style: normal;
 color: #484848;
}
 .table_1 .number .field:-ms-input-placeholder {
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 font-style: normal;
 color: #484848;
}
.table_1 .number .field.placeholder {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #484848;
}
.table_1 .number .up {
	background: #ebebeb url(../images/pic20.png) no-repeat 50% 50%;
	border-left: 1px solid #cfcfcf;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 3px;
	right: 1px;
}
.table_1 .number .down {
	background: #ebebeb url(../images/pic19.png) no-repeat 50% 50%;
	border-right: 1px solid #cfcfcf;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 3px;
	left: 1px;
}
.table_1 .price {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #eda027;
}
.box_1 {
	margin: 0 0 40px;
	overflow: hidden;
	font-size: 17px;
}
.box_1 p {
	margin: 0 0 17px;
}
.box_1 .link {
	color: #484848;
}
.box_1 .price {
	margin: 0 0 0 13px;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #eda027;
}
.btn_3 {
	background: #cd5416;
	display: inline-block;
	height: 52px;
	padding: 0 26px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 52px;
	text-transform: uppercase;
}
.text_link {
	color: #cd5416;
}
.w-430 {
	width: 430px;
}
.button {
	background: #cd5416;
	border: none;
	height: 52px;
	padding: 0 27px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 52px;
	text-transform: uppercase;
}
.h-148 {
	height: 148px;
}
.captcha {
	display: inline-block;
	padding-left: 111px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.captcha .fig {
	background: #fff;
	border: 1px solid #cfcfcf;
	width: 112px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.captcha .fig img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.captcha .field {
	width: 100%;
}
.private_office_1 {
	margin: 0 0 25px;
}
.private_office_1 .link {
	border: 1px solid #cfcfcf;
	display: table;
	width: 141px;
	height: 43px;
	color: #949494;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.private_office_1 .item:first-child .link {
	border-right: none;
}
.private_office_1 .item:nth-child(2) .link {
	border-left: none;
}
.private_office_1 .link:hover {
	background: #eda027;
	border: 1px solid #eda027;
	color: #fff;
}
.private_office_1 .active {
	background: #eda027;
	border: 1px solid #eda027;
	color: #fff;
}
.private_office_1 .link .text {
	display: table-cell;
	vertical-align: middle;
	width: 121px;
	height: 36px;
	padding: 0 10px;
	text-align: center;
}
.label {
	display: inline-block;
	vertical-align: top;
	margin: 11px 0 0;
	font-size: 17px;
}
.text_form {
	width: 394px;
	padding: 11px 18px 11px;
	font-size: 17px;
}
.table_2 {
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	width: 100%;
	margin: 0 0 8px;
}
.table_2 th {
	border-bottom: 1px solid #cfcfcf;
	padding: 8px 0 8px 28px;
	font-weight: normal;
	color: #949494;
}
.table_2> tbody> .item> td {
	border-bottom: 1px solid #cfcfcf;
	padding: 15px 0 18px 28px;
	font-size: 17px;
}
.table_2> tbody> .item> td> .link {
	background: url(../images/pic24.png) no-repeat 100% 10px;
	display: inline-block;
	padding: 0 17px 0 0;
	color: #484848;
}
.table_2 .img {
	border: 1px solid #cfcfcf;
	vertical-align: top;
}
.table_2> tbody> .item> td> .price {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #eda027;
}
.table_2 .rel {
	display: none;
}
.table_3 {
	position: relative;
	border-bottom: 1px solid #cfcfcf;
}
.table_3:before {
	content: "";
	border-top: 1px solid #fff;
	position: absolute;
	top: -1px;
	right: 0;
	left: 0;
	z-index: 2;
}
.table_3 td {
	padding: 2px 0 22px 23px;
	font-size: 17px;
}
.table_3 .price {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #eda027;
}
.table_3 .link {
	color: #484848;
}
.btn_4 {
	background: #cd5416;
	display: inline-block;
	height: 52px;
	padding: 0 26px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 52px;
	text-transform: uppercase;
}
.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: #1e1e1e;
	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.66;
}
.modal__content {
	background: #fff;
	padding: 24px;
	position: relative;
}
.modal__content .h3 {
	margin: 0 0 29px;
	font-size: 36px;
	color: #cd5416;
}
.modal_box_form .modal__content {
	padding: 47px 50px 52px;
}
.box_modal_basket .modal__content {
	width: 425px;
	padding: 39px 52px 18px;
	font-size: 17px;
}
.box_modal_basket .link {
	color: #484848;
}
.box_modal_basket p {
	margin: 0 0 17px;
}
.box_thanks .modal__content {
	width: 425px;
	padding: 41px 52px 53px;
	font-size: 17px
}
.box_thanks .modal__content .h3 {
	margin: 0 0 5px;
}
.box_fig .modal__content {
	padding: 18px 0 0;
}
.modal__close_btn {
	background: url(../images/pic21.png) no-repeat 50% 50%;
	border-radius: 18px;
	width: 61px;
	height: 58px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 58px;
	z-index: 2;
}
.modal_lightbox__title {
	padding: 0 61px 15px;
	font-size: 17px;
	text-align: center;
}
.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/pic26.png) no-repeat;
	width: 19px;
	height: 31px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	left: -33px;
}
.modal_lightbox__next:before {
	background: url(../images/pic27.png) no-repeat;
	left: auto;
	right: -33px;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
	width: 980px;
	height: 88px;
	margin-left: -490px;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.footer:before {
	content: "";
	background: #323232;
	position: absolute;
	top: 0;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -1;
}
.company_footer {
	position: absolute;
	top: 18px;
	left: 0;
	color: #fff;
}
.securitypolicy {
	position: absolute;
	top: 38px;
	left: 0;
	color: #fff;
}

.securitypolicy .link {
	color: #fff;
}
.developer {
	position: absolute;
	top: 64px;
	left: 0;
	font-size: 12px;
}
.developer .link {
	color: #fff;
}
.counter {
	position: absolute;
	top: 22px;
	right: 0;
}

/*---------------------- 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 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;
}
}
