/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      https://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.80 20.10.13 n 22.03.19
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700,700italic&subset=latin,cyrillic);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&subset=cyrillic');

/*---------------------- 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: #525252;
	font-size: 13px;
    font-size: 1.3rem;
	*/
	color:#343434;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    word-wrap: break-word;
	position:relative;
}

input, button, select, textarea, html {
    /*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
}

a {
    /*color: #05C;*/
	color:#85170f;
    text-decoration: underline;
}

a:visited {
}

a:hover, a:hover:visited {
    text-decoration: none;
}

a:active {
}

.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 {
    /*border-bottom: 1px dotted #a1a1a1;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    color: #9d8256;
    margin: 0 0 24px;
    padding: 0 0 22px;
    line-height: 1;*/
	font-size: 30px;
    font-size: 3.0rem;
	font-weight:bold;
	margin: 0 0 24px;
	line-height: 1;
	text-transform:uppercase;
}
.h1 .small_text{
	display:block;
	font-size:21px;
	font-weight:600;
}
.h2 {
    font-size: 30px;
    font-size: 3.0rem;
	font-weight:bold;
	margin: 0 0 40px;
	line-height: 1;
	text-transform:uppercase;
}

.h3 {
    font-size: 30px;
    font-size: 3.0rem;
	font-weight:bold;
	margin: 0 0 24px;
	line-height: 1;
	text-transform:uppercase;
}

.h4 {
    font-size: 24px;
    font-size: 2.4rem;
	font-weight:600;
	margin: 0 0 24px;
	line-height: 1;
	text-transform:uppercase;
}

.h5 {
   font-size: 16px;
    font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 16px;
	line-height: 1;
	text-transform:uppercase;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}

.x1 {
    /*border-bottom: 1px dotted #a1a1a1;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    color: #9d8256;
    margin: 0 0 24px;
    padding: 0 0 22px;
    line-height: 1;*/
	font-size: 30px;
    font-size: 3.0rem;
	font-weight:bold;
	margin: 0 0 24px;
	line-height: 1;
	text-transform:uppercase;
}

/*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 {
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 7px 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    vertical-align: middle;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
    -moz-box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
    box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field::-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field.placeholder {
    color: gray;
    font-style: italic;
}

.field.field_error {
    border: 1px solid #eb4f5f;
    background: #ffdadd;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.error_message {
    display: block;
    color: #eb4f5f;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.correct_message {
    display: none;
    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;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 25px;
    height: 0;
    display: block;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #e0e3e7;
}

::-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 {
    position: relative;
    min-width: 1000px;
    margin: auto;
    min-height: 100%;
    z-index: 1;
    overflow: hidden;
}

/*.bg_top {
    background: url(../images/bg_top.png) repeat-x;
    height: 448px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -2;
}

.promo_fig {
    background: url(../images/promo.png) no-repeat;
    width: 1203px;
    height: 553px;
    margin-left: -601px;
    position: absolute;
    top: 92px;
    left: 50%;
    z-index: -1;
}

.bg_bottom {
    background: url(../images/bg_footer.png) repeat-x;
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
*/
.feedback {
   /* width: 73px;
    height: 73px;
    margin: auto 0;
	 top: 0;
    bottom: 0;
    right: 0;
    */
	width: 63px;
    height: 67px;
	position: fixed;
   top: 40%;
	right: 0;
	z-index: 99;
}

.feedback .link {
    /*background: url(../images/pic3.png) no-repeat;
    display: inline-block;
    width: 73px;
    height: 73px; */
	background:#85170f url(../images/new/pic110.png) no-repeat 50% 50%;
	border: 2px solid #fff;
	border-right:0;
border-radius: 34px 0 0 34px;
    display: inline-block;
   width: 61px;
    height: 63px;
}
.feedback .text {
	display: none;
}
.to-top {
    position: fixed;
    display: none;
    bottom: 69px;
    right: 0;
    z-index: 99;
}
.to-top .link {
    background: #7ba1c8 url(../images/new/pic143.png) no-repeat 50% 50%;
    display: block;
    width: 69px;
    height: 69px;
}

.inner {
    width: 960px;
    /*margin: 0 auto 179px;*/
	margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.main_page .header {
    /*border: 0;
    height: 447px;
    margin: 0;*/
	padding:209px 0 0;
}

.header {
   /* border-bottom: 5px solid #efe7d8;
    height: 94px;
    margin: 0 0 22px 0;
    padding: 122px 0 0 0;*/
    position: relative;
	padding:234px 0 0;
}
.header_top {
	width: 960px;
	height: 51px;
	padding: 158px 0 0;
	position: fixed;
	top: 0;
	z-index: 25;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.header_top:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -1;
}
.logo {
	background: url(../images/new/logo2.svg) no-repeat;
	width:289px;
	height:109px;
    position: absolute;
	top:19px;
	left: 0;
    
}

.logo .link {
    /*background: url(../images/logo.png) no-repeat;
	width: 265px;
    height: 126px;
	*/
    display: block;
   width:289px;
	height:109px;
}

.slogan {
    position: absolute;
	top:104px;
	left:85px;
	font-size:12px;
	color:#888888;
	line-height:1.2;
    /*top: 146px;
    left: 94px;
    color: #5e4b2c;
    line-height: 1.2;*/
}

/*.contacts {
    position: absolute;
    top: 25px;
    left: 330px;
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    color: #5e4b2c;
    line-height: 1.3;
}

.contacts .link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #5e4b2c;
}*/
.phone_1{
	position:absolute;
	top:20px;
	left:333px;
	font-size:21px;
	font-weight:bold;
	color:#85170f;
}
.phone_1 .link{
	background: url(../images/new/pic101.png) no-repeat 0 9px;
	display:inline-block;
	padding:0 0 0 31px;
	color:#85170f;
	text-decoration:none;
}
.phone_2{
	position:absolute;
	top:25px;
	left:544px;
	font-size:12px;
	color:#888888;
	line-height:1;
}
.table_phone td{
	padding:0 12px 0 0;
	vertical-align:top;
}
.table_phone td:nth-child(2){
	font-size:17px;
	font-weight:bold;
	color:#413a2e;
}
.phone_2 .link{
	font-size:17px;
	font-weight:bold;
	color:#413a2e;
	text-decoration:none;
}
.mail{
	position:absolute;
	top:43px;
	left:364px;
}
.mail .link{
	font-size:12px;
	color:#888888;
}
.basket {
    position: absolute;
	top:25px;
	right:0;
	font-size: 12px;
	color:#fff;
	line-height:1.2;
    /*top: 0;
    right: 250px;
    font-family: 'Exo 2', sans-serif;
    
    color: #5e4b2c;*/
}

.basket .link {
    /*background: url(../images/pic1.jpg) no-repeat;
    padding: 0 0 0 50px;
    color: #5e4b2c;*/
	background:#85170f url(../images/new/pic102.png) no-repeat 22px 20px;
	border-radius: 38px;
	display:inline-block;
	width:136px;
	padding:21px 5px 25px 67px;
	color:#fff;
    text-decoration: none;
}

/*.basket .text {
    display: block;
    padding: 24px 0 5px 0;
    font-size: 18px;
    text-decoration: underline;
}

.basket .link:hover .text {
    text-decoration: underline;
}*/

.header .search {
    /*width: 208px;
    position: absolute;
    top: 25px;
    right: 0;*/
	width: 386px;
    position: absolute;
    top: 76px;
    left: 332px;
}

.header .search .field {
    /*
    border: 1px solid rgba(94, 75, 44, .07);
    width: 208px;
    padding: 4px 5px;*/
	background: #fff;
   border: 1px solid #cdcdcd;
   border-radius: 15px;
    width: 386px;
    padding: 4px 18px 6px;
	font-size:14px;
	font-style:normal;
	color:#888888;
}

.header .search .btn {
    /*background: url(../images/pic2.png) no-repeat;
	width: 16px;
    height: 16px;
	top: 4px;
    right: 5px;
	*/
	background: url(../images/new/pic106.png) no-repeat 50% 50%;
    border: 0;
    width: 40px;
    height: 31px;
    position: absolute;
    top: 0;
    right: 0;
}

.header .search .field:-moz-placeholder {
    opacity: 1;
    /*font-size: 12px;
    color: #5d4b2c;
    font-style: italic;*/
	font-size:14px;
	font-style:normal;
	color:#888888;
}

.header .search .field::-moz-placeholder {
    opacity: 1;
    /*font-size: 12px;
    color: #5d4b2c;
    font-style: italic;*/
	font-size:14px;
	font-style:normal;
	color:#888888;
}

.header .search .field::-webkit-input-placeholder {
    opacity: 1;
    /*font-size: 12px;
    color: #5d4b2c;
    font-style: italic;*/
	font-size:14px;
	font-style:normal;
	color:#888888;
}

.header .search .field:-ms-input-placeholder {
    opacity: 1;
    /*font-size: 12px;
    color: #5d4b2c;
    font-style: italic;*/
	font-size:14px;
	font-style:normal;
	color:#888888;
}

.header .search .field.placeholder {
    /*font-size: 12px;
    color: #5d4b2c;
    font-style: italic;*/
	font-size:14px;
	font-style:normal;
	color:#888888;
}

.header .search .link {
    /*
    color: #5e4b2c;*/
	background:url(../images/new/pic105.png) no-repeat 0 4px;
	display:inline-block;
	padding:0 0 0 19px;
	font-size:12px;
	color:#888888;
	float:right;
}

.nav {
    /*border-top: 1px solid #babfb7;
    border-bottom: 1px solid #babfb7;
    height: 31px;
    margin: 0 0 0 330px;
    padding: 13px 0 15px 0;*/
	height: 51px;
    position: relative;
    z-index: 10;
}
.nav:before {
	content: "";
	background: #b7d9f2;
	position: absolute;
	top: 0;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -1;
}
.nav> ul.list {
    display: table;
    /*width: 631px;*/
	width: 960px;
}

.nav> ul.list> li.item {
    display: table-cell;
    vertical-align: top;
    /*font-size: 14px;*/
	font-size:15px;
	font-weight:600;
}

.nav ul.list:before, .nav ul.list:after, .nav ul.list li.item:before, .nav ul.list li.item:after {
    display: none;
}

.nav> ul.list> li.item> .link {
    display: table;
    width: 100%;
    /*height: 31px;
    color: #436587;*/
	height: 51px;
    position: relative;
	color:#35332f;
	text-decoration: none;
}

.nav> ul.list> li.item:hover> .link, .nav> ul.list> li.active> .link {
   /* background: url(../images/bg_menu_hover.png) repeat-x;
    
	text-decoration: none;
	*/
	background:#67a2cc;
	color: #fff;
    
}

.nav .text {
    display: table-cell;
    padding: 0 9px;
    vertical-align: middle;
    text-align: center;
}

.nav .sub {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 159px;
	
	*/
	width: 400px;
    display: none;
}

.nav ul.sub_menu {
    /*background: url(../images/bg_sub_menu.png);*/
	background:#7ba1c8;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-top:1px so rgba(255,255,255,0);
    display: block;
}

.nav ul.sub_menu li.item {
    /*font-size: 14px;*/
	font-size:15px;
	font-weight:600;
}

.nav ul.sub_menu .link {
    display: block;
    padding: 7px 7px;
    color: #fff;
    text-decoration: none;
}

.nav ul.sub_menu .link:hover {
	background:#6689ad;
    /*-decoration: underline;*/
}

.nav li.item:hover .sub {
    display: block;
}
.carousel_1 {
	width: 1920px;
	height: 397px;
	margin: 0 -480px 5px;
	position: relative;
}
.carousel_1 .arrow{
	width:98vw;
	position: absolute;
	top: 0;
	left:50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index:3;
}
.carousel_1 .next, .carousel_1 .prev {
	background: url(../images/new/pic109.png) no-repeat 100% 50%;
	display: block;
	width: 54px;
	height: 397px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.carousel_1 .prev {
	background: url(../images/new/pic108.png) no-repeat 0 50%;
	right: auto;
	left: 0;
}
.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 {
	position:relative;
	
	opacity:0;
	
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.carousel_1 .fig:after{
	content:"";
	background:rgba(19, 18, 17, 0.31);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
}
.carousel_1 .fig:before{
	content:"";
	/*background: url(../images/new/pic107.png) no-repeat;*/
	width:320px;
	height:298px;
	margin-left:-160px;
	position:absolute;
	top:0;
	left:50%;
	z-index:2;
}
.carousel_1 .active .fig {
	opacity:1;
}
.carousel_1 .img{
	vertical-align:top;
}
.registration_box{
	position:absolute;
	top:117px;
	right:-36px;
}
ul.registration_list_1{
	margin:0 0 0 -18px;
}
ul.registration_list_1 li.item{
	width:100px;
	margin:0 0 0 18px;
	font-size:12px;
}
ul.registration_list_1 a.link{
	color:#888888;
	text-decoration:none;
}
ul.registration_list_1 .fig{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	height:17px;
	margin:0 4px 0 0;
	position:relative;
	overflow:hidden;
}
ul.registration_list_1 .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
ul.registration_list_1 .text{
	display:inline-block;
	vertical-align:middle;
	width:76px;
	text-decoration:underline;
}
ul.registration_list_1 a.link:hover .text{
	text-decoration:none;
}
.slogan_2{
	position:absolute;
	top:409px;
	right:0;
	left:0;
	font-size:36px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	text-shadow: 2px 3px 131px rgba(43,39,32,.34);
	line-height:1.2;
	z-index:3;
}
.box_1 {
    /*background: #c3a26c;
    background-color: rgba(195, 162, 108, 0.89);
    border-right: 6px solid #d70703;
    width: 219px;
    padding: 27px 14px 32px 113px;
    position: absolute;
    top: 249px;
    right: 0;
    color: #fff;*/
	margin:0 0 35px;
	padding: 32px 0 43px;
	position:relative;
}
.box_1:before{
	content:"";
	background:#f9f7f1;
	position:absolute;
	top:0;
	right:-10000px;
	bottom:0;
	left:-10000px;
	z-index:-1;
}
ul.advantages_list_1{
	margin: 0 0 0 -10px;
}
ul.advantages_list_1 li.item{
	width:184px;
	margin:0 0 0 10px;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
}
ul.advantages_list_1 .fig{
	display:inline-block;
	vertical-align:middle;
	width:46px;
	height:40px;
	margin:0 6px 0 0;
	position:relative;
	overflow:hidden;
	
}
ul.advantages_list_1 .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
ul.advantages_list_1 .text{
	display:inline-block;
	vertical-align:middle;
	width:128px;
}
.products_box{
	display:none;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 302px;
    margin: 20px 31px 0 0;
    position: relative;
    float: left;
}
.box_5{
	background:#f9f7f1;
	margin:0 0 25px;
	padding:26px 33px 0;
}
ul.list_6 {
    /*border-bottom: 5px solid #efe7d8;
    margin: 0 0 30px;
    padding: 0 0 23px;*/
	margin:0 -30px;
}

ul.list_6> li.item {
    /*margin: 0 0 14px;
    font-size: 12px;*/
	background: url(../images/new/pic156.png) repeat-x;
	font-size:13px;
	font-weight: bold;
	text-transform:uppercase;
	line-height:1.1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
ul.list_6> li.item:first-child{
	background:none;
}
ul.list_6> li.item> .link {
    /*background: url(../images/pic7.png) no-repeat 0 3px;
	padding: 0 0 0 20px;
	color: #436587;
	*/
    display: block;
    padding: 22px 28px;
	color:#343434;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    
}
ul.list_6> li.item:hover> .link, ul.list_6> li.active> .link{
	background: #85170f;
	margin:0 -3px;
	padding: 22px 31px;
	color:#fff;
	text-decoration:none;
}
ul.list_6 .sub{
	padding:14px 28px 6px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
ul.list_6> li.item:hover .sub{
	background:#fff;
}
ul.list_6 ul.list {
    /*margin: 12px 0 0 20px;*/
}

ul.list_6 ul.list li.item {
    /*margin: 0 0 10px;
    font-size: 11px;*/
	margin:0 0 17px;
	font-size:14px;
	font-weight:normal;
	text-transform:none;
}

/*ul.list_6 ul.list li.active {
    color: #d80703;
}*/

ul.list_6 ul.list li.item .link {
    /*background: url(../images/pic26.png) no-repeat 0 4px;
    display: inline-block;
    padding: 0 0 0 17px;
    color: #436587;*/
	background: url(../images/new/pic153.png) no-repeat 0 3px;
    display: inline-block;
    padding: 0 0 0 17px;
	color:#7d7d7d;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/*ul.list_6 ul.list li.active .link {
    color: #d80703;
    text-decoration: none;
}*/


ul.list_6 ul.list li.item:hover .link{
	background: url(../images/new/pic152.png) no-repeat 0 3px;
	color:#85170f;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
/*.main_page .content {
    overflow: visible;
    padding: 0;
}

.main_page .content:before, .main_page .content:after {
    content: "";
    display: table;
}

.main_page .content:after {
    clear: both;
}*/

.content {
    /*padding: 0 0 29px;*/
    position: relative;
}
.side + .content{
	float:left;
	width:627px;
}
.w-630 {
    width: 630px;
}

ul.list_1 {
    /*margin: 0 0 40px -30px;*/
	margin: 0 0 12px -33px;
}

ul.list_1 li.item {
   /* width: 297px;
    margin: 0 0 0 30px;
    font-size: 12px;*/
	background:#fff;
	width: 462px;
    margin: 0 0 33px 33px;
	font-weight:600;
	text-align:center;
}

ul.list_1 .link {
    /*display: table;
    text-decoration: none;
    table-layout: fixed;*/
	border: 2px solid rgba(218,206,174,0.49);
	display:block;
	width: 240px;
	height:200px;
	padding:25px 109px 23px;
	position:relative;
	color:#2e2c28;
	text-decoration:none;
}

ul.list_1 .fig {
    display: block;
    /*width: 297px;*/
	width:316px;
	height:162px;
	margin-left:-158px;
    position: absolute;
	bottom:23px;
	left:50%;
}

ul.list_1 .img {
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
    vertical-align: top;
}

ul.list_1 .text {
    /*background: #c60602;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;*/
	position:relative;
	z-index:2;
}

/*ul.list_1 .fig .text .in {
    display: table-cell;
    width: 297px;
    height: 47px;
    padding: 0 12px;
    vertical-align: middle;
}*/

.more {
	background:#f9f7f1;
	border-radius: 21px;
	display:inline-block;
	height:41px;
	padding:0 35px;
	font-size:15px;
	color:#343434;
	text-decoration:none;
	line-height:41px;
    /*font-size: 12px;
    color: #436587;*/
}

.box_2 {
    /*margin: 0 0 35px;*/
	min-height:246px;
	margin: 0 0 147px;
	padding:38px 62px 0 20px;
	position:relative;
	line-height:1.3;
}
.box_2:after{
	content:"";
	background:#f9f7f1;
	position:absolute;
	top:0;
	right:-10000px;
	bottom:0;
	left:-10000px;
	z-index:-1;
}
.box_2:before{
	content:"";
	background: url(../images/new/pic141.png) no-repeat;
	width:1920px;
	height:91px;
	margin-left:-960px;
	position:absolute;
	bottom:-91px;
	left:50%;
	z-index:-1;
}
.box_2 .logo_box{
	background: #fff;
border-radius: 56px;
width:113px;
height:113px;
margin:0 0 0 -56px;
position: absolute;
bottom:-148px;
left:50%;
overflow:hidden;


}
.box_2 .logo_box .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
.box_2 .title{
	margin:0 0 16px;
	font-size:27px;
	font-weight:bold;
	line-height:1.2;
	text-transform:uppercase;
}
.box_2 .link {
    /*
    font-size: 12px;
    color: #5e4b2c;*/
	color:#343434;
	text-decoration:none;
}

 /*.box_2 .link:hover {
    text-decoration: underline;
}*/

.box_2 .text {
   /* display: block;
    margin: 0 0 2px;
    color: #5e4b2c;*/
	padding:23px 0 0;
	text-align:center;
}
.box_2 .fig{
	float:left;
	display:block;
	width:444px;
	height:246px;
	margin:0 76px 0 0;
	position:relative;
	overflow:hidden;
}

.box_2 .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
 .box_2 .btn{
	/*background:url(../images/pic36.png) no-repeat;
	width:61px;
	height:61px;
	margin:-30px 0 0 -30px;*/
	background: url(../images/new/pic122.png) no-repeat;
	width:210px;
	height:210px;
	margin:-105px 0 0 -105px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
}
.all{
	border: 2px solid rgba(69,69,69,.83);
border-radius: 20px;
display:inline-block;
height:37px;
padding:0 78px;
font-size:18px;
font-weight:600;
color:#454545;
text-decoration: none;
text-transform:uppercase;
line-height:37px;

}
.fl .h1 {
    color: #c50602;
}
ul.list_2{
	margin:0 0 5px -33px;
}
ul.list_2 li.item {
    /*margin: 0 0 20px;
    font-size: 12px;*/
	width:463px;
	margin:0 0 33px 33px;
	font-weight:600;
	line-height:1.1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
ul.list_2 li.item:hover{
	font-size:18px;
	text-transform:uppercase;
}
ul.list_2 .link {
    /*background: url(../images/pic7.png) no-repeat 0 2px;
    padding: 0 0 0 20px;
    color: #436587;*/
	
	background: #85170f;
	border: 2px solid #85170f;
	
	display: block;
	padding:0 5px 0 0;
	
	color:#fff;
	text-decoration:none;
}
ul.list_2 li.item:hover .link{
	background: #f9f7f1;
	border: 2px solid #f9f7f1;
	color:#343434;
}
ul.list_2 .fig{
	background:#fff;
	display:inline-block;
	vertical-align:middle;
	width:214px;
	height:143px;
	margin:0 28px 0 0;
	position:relative;
	overflow:hidden;
}
ul.list_2 .fig:before{
	content:"";
	background: url(../images/new/pic144.png) no-repeat;
	width:19px;
	height:143px;
	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;
}
ul.list_2 li.item:hover .fig:before{
	
	background: url(../images/new/pic145.png) no-repeat;
}
ul.list_2 .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
ul.list_2 .text{
	display:inline-block;
	vertical-align:middle;
	width:197px;
	text-decoration:underline;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    font-size: 18px;
}
ul.list_2 li.item:hover .text{
	text-decoration:none;
}
.about_box{
	padding:0 112px 23px;
	text-align:center;
}
.about_box .h1{
	margin:0 0 19px;
	line-height:1.3;
}
.question_box{
	background: url(../images/new/pic121.png) no-repeat 98px 35px;
	padding:44px 0 33px 190px;
	position:relative;
	line-height:1.2;
}
.question_box:before{
	content:"";
	background: url(../images/new/pic140.jpg) repeat-y;
	width:1920px;
	margin-left:-960px;
	position:absolute;
	top:0;
	left:50%;
	bottom:0;
	z-index:-1;
}
.question_box .h3{
	margin:0 0 13px;
	font-size:27px;
}
.question_box .text{
	display:inline-block;
	vertical-align:middle;
	width:427px;
	margin:0 43px 0 0;
}
.btn_2{
	background:#7ba1c8;
	border-radius: 20px;
	display:inline-block;
	height:41px;
	padding:0 49px;
	font-weight:600;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	line-height:41px;
}
.box_3 {
	padding:45px 0 58px;
	position:relative;
	text-align:center;
}
.box_3:before{
	content:"";
	background:url(../images/new/pic142.jpg) no-repeat;
	width:1920px;
	height:791px;
	margin:0 0 0 -960px;
	position:absolute;
	bottom:0;
	left:50%;
	z-index:-2;
}
.box_3 .h3{
	margin:0 0 41px;
}
.box_3 .all{
	background:#fff;
	border:0;
	height:41px;
	padding:0 28px;
	font-size:15px;
	font-weight:normal;
	color:#343434;
	text-transform:none;
	line-height:39px;
}
.carousel_2 {
    width: 1020px;
	margin: -30px -30px 1px;
	position: relative;
}
.carousel_2 .next, .carousel_2 .prev {
	background:#fff url(../images/new/pic129.png) no-repeat 50% 50%;
	border-radius: 25px;
	width: 51px;
	height: 51px;
	position: absolute;
	top: 217px;
	right: -50px;
	z-index: 3;
}
.carousel_2 .prev {
	background:#fff url(../images/new/pic128.png) no-repeat 50% 50%;
	right: auto;
	left: -50px;
}
.carousel_2 .in {
	padding:30px;
    position: relative;
	overflow: hidden;
}





.carousel_2 ul.main_list:before, .carousel_2 ul.main_list:after, .carousel_2 ul.main_list li.item:before, .carousel_2 ul.main_list li.item:after {
    display: none;
}

.carousel_2 ul.main_list {
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
    border-collapse: separate;
    border-spacing: 45px 0;
    left: -45px;
}
.carousel_2 ul.main_list.animate {
	-webkit-transition:all 1s ease;
	transition:all 1s ease;
}
.carousel_2 ul.main_list li.item {
    background: #fff;
    border: 1px solid rgba(200,197,192,.4);
    vertical-align: top;
    display: table-cell;
    width: 218px;
    padding: 12px 35px 37px;
    font-size: 14px;
	color:#888888;
	text-align:center;
	line-height:1.2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.carousel_2 ul.main_list li.item:hover {
	-moz-box-shadow: 2px 3px 30px 2px rgba(30,22,8,.36);
-webkit-box-shadow: 2px 3px 30px 2px rgba(30,22,8,.36);
box-shadow: 2px 3px 30px 2px rgba(30,22,8,.36);
    border: 1px solid #fff;
}
.carousel_2 ul.main_list .title{
	margin:0 0 10px;
}
.carousel_2 ul.main_list .link {
	font-size:15px;
	font-weight:600;
    color: #343434;
}
.carousel_2 ul.main_list li.item:hover .link{
	font-weight:bold;
	color:#85170f;
}
.carousel_2 ul.main_list .fig{
	display:block;
	width:218px;
	height:158px;
	margin:0 0 25px;
	position:relative;
	overflow:hidden;
}
.carousel_2 ul.main_list .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
.carousel_2 ul.main_list .text {
	display:block;
	height:57px;
	overflow:hidden;
}
.carousel_2 .into{
	min-height:50px;
}
.carousel_2 p{
	margin:0;
}
.carousel_2 .number {
	background: #ecf3fb;
	border-radius: 16px;
	display: inline-block;
	vertical-align: middle;
	width: 53px;
	padding: 3px 27px;
	position: relative;
}
.carousel_2 .number .field {
	background: #fff;
	border:0;
	display: inline-block;
	vertical-align: middle;
	width: 53px;
	padding: 2px 4px 4px;
	font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
	text-align: center;
}
.carousel_2 .number .field:-moz-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
.carousel_2 .number .field::-moz-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
.carousel_2 .number .field::-webkit-input-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
.carousel_2 .number .field:-ms-input-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
.carousel_2 .number .field.placeholder {
	font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
.carousel_2 .number .up {
	background:url(../images/new/pic131.png) no-repeat 50% 50%;
	border-radius: 0 16px 16px 0;
	width: 27px;
	height: 32px;
	
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.carousel_2 .number .down {
	background:url(../images/new/pic130.png) no-repeat 50% 50%;
	border-radius: 16px 0 0 16px;
	width: 27px;
	height: 32px;
	
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.price_1 {
	display:inline-block;
	vertical-align:middle;
	width:120px;
	margin:0 10px 0 0;
    font-size: 18px;
	font-weight:bold;
    color: #85170f;
}
.price_1 .numerec{
	font-size:20px;
}
.buy {
    background: #85170f url(../images/new/pic133.png) no-repeat 46px 9px;
	border-radius: 22px;
    display: inline-block;
	width:138px;
	height:43px;
    padding: 0 0 0 80px;
    font-size: 14px;
	font-weight:bold;
    color: #fff;
	line-height:43px;
    text-decoration: none;
	text-transform:uppercase;
	text-align:left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.carousel_2 ul.main_list li.item:hover .buy {
    background: #c0d8f1 url(../images/new/pic132.png) no-repeat 46px 9px;
	color:#343434;
}

ul.crumbs {
    margin: 0 0 22px 0;
}

ul.crumbs:before, ul.crumbs:after {
    display: none;
}

ul.crumbs:after {
    clear: both;
}

ul.crumbs li.item {
    /*background: url(../images/pic22.png) no-repeat 7px 4px;*/
	background: url(../images/new/pic151.png) no-repeat 3px 7px;
    display: inline;
    padding: 0 0 0 15px;
    font-size: 12px;
    /*color: #5e5e5e;*/
	color:#a2a2a2;
    line-height: 1.6;
}

ul.crumbs li.item:before, ul.crumbs li.item:after {
    display: none;
}

ul.crumbs li.item:after {
    clear: both;
}

ul.crumbs li.item:first-child {
    background: none;
    padding-left: 0;
}

ul.crumbs .link {
    /*color: #436587;*/
	color:#a2a2a2;
}

ul.list_4 li.item {
	/*margin: 0 0 34px;
	font-size: 12px;*/
	
	background: #fff;
	width: 302px;
	margin: 0 0 21px;
	font-weight: 600;
	text-align: center;
	line-height:1.2;
}
ul.list_4 .link {
	/*display: table;
	table-layout: fixed;*/
	
	border: 2px solid rgba(218,206,174,0.49);
	display: block;
	width: 234px;
	height: 187px;
	padding: 11px 32px 0;
	position: relative;
	color: #2e2c28;
	text-decoration: none;
}
ul.list_4 .fig {
	display: block;
	/*width: 300px;
	position: relative;*/
	
	width: 298px;
	height: 156px;
	margin-left: -149px;
	position: absolute;
	bottom: 0;
	left: 50%;
}
ul.list_4 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
ul.list_4 .text {
	/*background: #c60602;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	color: #fff;*/
	position: relative;
	z-index: 2;
}
/*ul.list_4 .fig .text .in {
	display: table-cell;
	width: 300px;
	height: 47px;
	padding: 0 12px;
	vertical-align: middle;
}*/

ul.list_5 {
    /*margin: -1px 0 0 0;*/
	margin:0 0 11px -33px;
}

ul.list_5> li.item {
    /*border-top: 1px solid #ddd4c5;
    width: 314px;
    margin: 0 0 27px;
    padding: 29px 0 0;
    font-size: 12px;
    line-height: 1.3;*/
	
	width:463px;
	margin:0 0 33px 33px;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	line-height:1.1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

ul.list_5> li.item> .link {
    /*color: #436587;*/
	background: #f9f7f1;
	border: 2px solid #f9f7f1;
	display: block;
	padding:0 16px 0 0;
	color:#343434;
	text-decoration:none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
ul.list_5> li.item:hover> .link{
	background: #85170f;
	border: 2px solid #85170f;
	color:#fff;
}
ul.list_5 .fig {
    /*float: left;
    margin: 0 13px 0 0;*/
	
	background:#fff;
	display:inline-block;
	vertical-align:middle;
	width:214px;
	height:143px;
	margin:0 28px 0 0;
	position:relative;
	overflow:hidden;
}
ul.list_5 .fig:before{
	content:"";
	background: url(../images/new/pic145.png) no-repeat;
	width:19px;
	height:143px;
	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;
}
ul.list_5> li.item:hover .fig:before{
	background: url(../images/new/pic144.png) no-repeat;
}
ul.list_5 .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
ul.list_5 .text{
	display:inline-block;
	vertical-align:middle;
	width:197px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

ul.list_5 .sub{
	border: 2px solid #f9f7f1;
	border-top:0;
	width:393px;
	padding:27px 33px 20px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
ul.list_5> li.item:hover .sub{
	border: 2px solid #85170f;
	border-top:0;
}
ul.list_5 ul.list li.item {
    /*border: 0;
    margin: 0 0 10px;
    padding: 0;
    font-size: 11px;*/
	margin:0 0 9px;
	font-size:14px;
	font-weight:normal;
	text-transform:none;
}

ul.list_5 ul.list .link {
    /*background: url(../images/pic26.png) no-repeat 0 3px;
    padding: 0 0 0 18px;
    color: #436587;*/
	background: url(../images/new/pic153.png) no-repeat 0 3px;
    display: inline-block;
    padding: 0 0 0 17px;
	color:#7d7d7d;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
ul.list_5 ul.list li.item:hover .link{
	background: url(../images/new/pic152.png) no-repeat 0 3px;
	color:#85170f;
}
.banner_box_2{
	position:relative;
	padding:199px 0 47px;
}

.banner_box_2:after{
	content:"";
	background: url(../images/new/pic155.jpg) no-repeat;
	width:1920px;
	height:962px;
	margin-left:-960px;
	position:absolute;
	bottom:0;
	left:50%;
	z-index:-2;
}
.banner_box_2:before{
	content:"";
	background: url(../images/new/pic154.png) no-repeat;
	width:1920px;
	height:98px;
	margin-left:-960px;
	position:absolute;
	top:0;
	left:50%;
	z-index:-1;
}
.banner_box_2 .logo_box{
	background: #fff;
border-radius: 56px;
width:113px;
height:113px;
margin:0 0 0 -56px;
position: absolute;
top:33px;
left:50%;
overflow:hidden;


}
.banner_box_2 .logo_box .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
.fig_1 {
    float: left;
    /*margin: 0 15px 0 0;*/
	background:#fff;
	border: 1px solid rgba(200,197,192,.4);
	width:334px;
	height:214px;
	margin:0 27px 0 0;
	position:relative;
	overflow:hidden;
}

.fig_1 .img {
    /*border-top: 5px solid #506f8f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
.price_2{
	font-size:18px;
	font-weight:bold;
	color:#85170f;
	line-height:1;
}
.price_2 .numerec{
	font-size:25px;
}
.number_1 {
	background: #ecf3fb;
	border-radius: 16px;
	display: inline-block;
	vertical-align: middle;
	width: 53px;
	padding: 3px 27px;
	position: relative;
}
.number_1 .field {
	background: #fff;
	border:0;
	display: inline-block;
	vertical-align: middle;
	width: 53px;
	padding: 2px 4px 4px;
	font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
	text-align: center;
}
.number_1 .field:-moz-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
.number_1 .field::-moz-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
.number_1 .field::-webkit-input-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
.number_1 .field:-ms-input-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
.number_1 .field.placeholder {
	font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
.number_1 .up {
	background:url(../images/new/pic131.png) no-repeat 50% 50%;
	border-radius: 0 16px 16px 0;
	width: 27px;
	height: 32px;
	
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.number_1 .down {
	background:url(../images/new/pic130.png) no-repeat 50% 50%;
	border-radius: 16px 0 0 16px;
	width: 27px;
	height: 32px;
	
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.text_2{
	font-size:14px;
	color:#888888;
}
.text_2 p{
	margin:0
}
.back {
    /*background: #efe7d8;
    
    padding: 2px 6px;
    font-size: 12px;
    color: #436587;*/
	background:#f9f7f1;
	border-radius: 20px;
	display: inline-block;
	height:41px;
	padding:0 54px;
	font-size:15px;
	color:#343434;
	text-decoration:none;
	line-height:41px;
}

ul.list_7 {
    /*margin: 0 0 0 -17px;*/
	margin:0 0 25px -7px;
}

ul.list_7 li.item {
    /*
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 6px solid #d60702;
    width: 174px;
    margin: 0 0 32px 17px;
    padding: 11px;
    font-size: 12px;*/
	margin: 0 0 7px 7px;
	background: #fff;
    border: 1px solid rgba(200,197,192,.4);
    width: 174px;
    padding: 12px 14px 37px;
    font-size: 14px;
	color:#888888;
	text-align:center;
	line-height:1.2;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

ul.list_7 li.item:hover {
    /*border-top: 6px solid #506f8f;*/
	-moz-box-shadow: 2px 3px 23px 1px rgba(43,39,32,.34);
-webkit-box-shadow: 2px 3px 23px 1px rgba(43,39,32,.34);
box-shadow: 2px 3px 23px 1px rgba(43,39,32,.34);
    border: 1px solid rgba(54,119,187,.4);
}
ul.list_7 .title{
	margin:0 0 10px;
}
ul.list_7 .link {
    /*color: #436587;*/
	font-size:15px;
	font-weight:600;
    color: #343434;
}
ul.list_7 li.item:hover .link{
	font-weight:bold;
	color:#85170f;
}
ul.list_7 .fig{
	display:block;
	width:174px;
	height:115px;
	margin:0 0 25px;
	position:relative;
	overflow:hidden;
}
ul.list_7 .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
ul.list_7 .text {
    display: block;
   /* min-height: 53px;
    margin: 0 0 12px;*/
	height:57px;
	overflow:hidden;
}


ul.list_7 p{
	margin:0;
}
ul.list_7 .number {
	background: #ecf3fb;
	border-radius: 16px;
	display: inline-block;
	vertical-align: middle;
	width: 53px;
	padding: 3px 27px;
	position: relative;
}
ul.list_7 .number .field {
	background: #fff;
	border:0;
	display: inline-block;
	vertical-align: middle;
	width: 53px;
	padding: 2px 4px 4px;
	font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
	text-align: center;
}
ul.list_7 .number .field:-moz-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
ul.list_7 .number .field::-moz-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
ul.list_7 .number .field::-webkit-input-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
ul.list_7 .number .field:-ms-input-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
ul.list_7 .number .field.placeholder {
	font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
ul.list_7 .number .up {
	background:url(../images/new/pic131.png) no-repeat 50% 50%;
	border-radius: 0 16px 16px 0;
	width: 27px;
	height: 32px;
	
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
ul.list_7 .number .down {
	background:url(../images/new/pic130.png) no-repeat 50% 50%;
	border-radius: 16px 0 0 16px;
	width: 27px;
	height: 32px;
	
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
ul.list_7 .buy{
	background: #85170f url(../images/new/pic133.png) no-repeat 30px 8px;
	border-radius: 20px;
	width:110px;
	height:40px;
	padding:0 0 0 64px;
	line-height:40px;
}
ul.list_7 li.item:hover .buy {
    background: #c0d8f1 url(../images/new/pic132.png) no-repeat 30px 8px;
	color:#343434;
}
ul.pages {
    margin: 0 0 30px -5px;
}

ul.pages li.item {
    display: inline-block;
    margin: 0 0 0 5px;
    /*font-size: 12px;*/
	font-size:14px;
	font-weight:600;
	color: #fff;
	text-align: center;
}

ul.pages li.item a.link {
    /*background: #efe7d8;*/
	border-radius:50%;
    display: block;
	min-width:19px;
	height:29px;
    padding: 0 5px;
    /*color: #506f8f;
	 padding: 2px 6px;
	*/
	color:#414447;
	text-decoration:none;
	line-height:29px;
}


ul.pages li.item:hover a.link, ul.pages li.active a.link {
	background: #85170f;
	border-radius:50%;
	min-width:19px;
	height:29px;
	padding: 0 5px;
	color: #fff;
	line-height: 29px;
}
.box_4{
	clear:both;
}
.content .search {
    display: inline-block;
    /*width: 607px;
    margin: 0 0 20px;*/
    position: relative;
}

.w-155 {
    width: 155px;
}

.w-425 {
    width: 425px;
}

.content .field {
    /*
    border: 1px solid rgba(94, 75, 44, .37);
    width: 100%;
    padding: 6px 5px;
    font-size: 12px;
    font-style: italic;
    color: #5e4b2c;*/
	background: #fff;
	border: 1px solid #cdcdcd;
border-radius: 15px;
    padding: 4px 16px 6px;
	font-size:14px;
	color:#888888;


}
.content .field:-moz-placeholder {
 font-size:14px;
	color:#888888;
	font-style:normal;
}
.content .field::-moz-placeholder {
 font-size:14px;
	color:#888888;
	font-style:normal;
}
.content .field::-webkit-input-placeholder {
  font-size:14px;
	color:#888888;
	font-style:normal;
}
.content .field:-ms-input-placeholder {
  font-size:14px;
	color:#888888;
	font-style:normal;
}
.content .field.placeholder {
	 font-size:14px;
	color:#888888;
	font-style:normal;
}
.label_2 {
    /*font-size: 13px;*/
	font-size:14px;
	color:#888888;
}
.button_2{
	background: #85170f;
	border:0;
border-radius: 18px;
display:inline-block;
height:36px;
padding:0 41px;
font-size:13px;
font-weight:600;
color:#fff;
text-decoration:none;
text-transform:uppercase;
line-height:36px;


}
.content .search .btn {
    /*background: url(../images/pic2.png) no-repeat;
	width: 16px;
    height: 16px;
	 top: 4px;
    right: 7px;
	*/
	background: url(../images/new/pic106.png) no-repeat 50% 50%;
    border: 0;
    width: 44px;
    height: 31px;
    position: absolute;
    top: 0;
    right: 0;
}

table.info-table_1 {
    width: 100%;
    margin-bottom: 4px;
	border-spacing:0 10px;
	border-collapse:separate;
}

table.info-table_1 .item {
     /*border-bottom: 1px solid #ddd4c5;*/
}

table.info-table_1 p {
    margin-bottom: 5px;
}
table.info-table_1 .fig{
	display:block;
	width:185px;
	height:138px;
	position:relative;
	overflow:hidden;
}
table.info-table_1 .img {
    /*border-top: 3px solid #506f8f;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin: 15px 0 0 0; */
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}

table.info-table_1 td {
	border-top: 1px solid rgba(200,197,192,.4);
	border-bottom: 1px solid rgba(200,197,192,.4);
    padding: 0;
    /*
	padding: 0 0 10px;
	font-size: 12px;*/
	font-size:14px;
}
table.info-table_1 td:first-child{
	border-left: 1px solid rgba(200,197,192,.4);
}
table.info-table_1 td:last-child{
	border-right: 1px solid rgba(200,197,192,.4);
}
table.info-table_1 .delete{
	display:block;
	padding:9px 0 0;
}
table.info-table_1 .link {
    /*color: #436587;*/
	color:#343434;
}

/*table.info-table_1 .field {
    border: 1px solid rgba(94, 75, 44, .37);
    font-style: italic;
    padding: 4px 5px;
    color: #948a7b;
}*/
.price_3 {
	display:inline-block;
	vertical-align:middle;
	width:99px;
	margin:0 17px 0 0;
    font-size: 15px;
	font-weight:bold;
    color: #4a381c;
}
.price_3 .numerec{
	font-size:21px;
}
.price_4 {
	display:inline-block;
	vertical-align:middle;
	width:116px;
    font-size: 18px;
	font-weight:bold;
    color: #85170f;
}
.price_4 .numerec{
	font-size:25px;
}
.price_5 {
	display:inline-block;
    font-size: 18px;
	font-weight:bold;
    color: #85170f;
}
.price_5 .numerec{
	font-size:25px;
}
table.info-table_1 .number {
	background: #ecf3fb;
	border-radius: 16px;
	display: inline-block;
	vertical-align: middle;
	width: 53px;
	margin:0 22px 0 0;
	padding: 3px 27px;
	position: relative;
}
table.info-table_1 .number .field {
	background: #fff;
	border:0;
	border-radius:0;
	display: inline-block;
	vertical-align: middle;
	width: 53px;
	padding: 2px 4px 4px;
	font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
	text-align: center;
}
table.info-table_1 .number .field:-moz-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
table.info-table_1 .number .field::-moz-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
table.info-table_1 .number .field::-webkit-input-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
table.info-table_1 .number .field:-ms-input-placeholder {
 font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
table.info-table_1 .number .field.placeholder {
	font-size: 15px;
	font-style:normal;
	color: #7c7c7c;
}
table.info-table_1 .number .up {
	background:url(../images/new/pic131.png) no-repeat 50% 50%;
	border-radius: 0 16px 16px 0;
	width: 27px;
	height: 32px;
	
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
table.info-table_1 .number .down {
	background:url(../images/new/pic130.png) no-repeat 50% 50%;
	border-radius: 16px 0 0 16px;
	width: 27px;
	height: 32px;
	
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.btn_1 {
    /*background: url(../images/btn_1.png) repeat-x;
    background-image: -moz-linear-gradient(bottom, #dd3367 0%, #c50501 0%, #ef4c49 80%, #ef4c49 100%);
    background-image: -o-linear-gradient(bottom, #dd3367 0%, #c50501 0%, #ef4c49 80%, #ef4c49 100%);
    background-image: -webkit-linear-gradient(bottom, #dd3367 0%, #c50501 0%, #ef4c49 80%, #ef4c49 100%);
    background-image: linear-gradient(bottom, #dd3367 0%, #c50501 0%, #ef4c49 80%, #ef4c49 100%);
    display: inline-block;
    padding: 11px 22px;
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    color: #fff;*/
	background:#c0d8f1;
	border-radius: 17px;
	display:block;
	height:34px;
	padding:0 31px;
	font-size:12px;
	font-weight:bold;
	color:#343434;
	text-transform: uppercase;
	line-height:34px;
    text-decoration: none;
}

.star {
    background: url(../images/pic20.png) no-repeat;
    display: inline-block;
    width: 7px;
    height: 5px;
    vertical-align: middle;
}

.captcha {
	display: inline-block;
	padding-left: 81px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.captcha .fig {
	background: #fff;
	border: 1px solid #cdcdcd;
	border-right:0;
border-radius: 15px 0 0 15px;
	border-right: 0;
	width: 81px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.captcha .fig img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.captcha .field {
	width: 100%;
	border-left:0;
	border-radius: 0 15px 15px 0;
}

.h-70 {
    height: 70px;
}

.button {
   /* background: url(../images/btn_1.png) repeat-x;
    background-image: -moz-linear-gradient(bottom, #dd3367 0%, #c50501 0%, #ef4c49 80%, #ef4c49 100%);
    background-image: -o-linear-gradient(bottom, #dd3367 0%, #c50501 0%, #ef4c49 80%, #ef4c49 100%);
    background-image: -webkit-linear-gradient(bottom, #dd3367 0%, #c50501 0%, #ef4c49 80%, #ef4c49 100%);
    background-image: linear-gradient(bottom, #dd3367 0%, #c50501 0%, #ef4c49 80%, #ef4c49 100%);
    
    padding: 11px 22px;
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    color: #fff;*/
	background:#85170f;
	border-radius: 19px;
	border: 0;
	display:inline-block;
	height:38px;
	padding:0 39px;
	font-size:13px;
	font-weight:600;
	color:#fff;
	line-height:38px;
	text-transform:uppercase;
}

.label {
    /*font-size: 12px;
    color: #525252;*/
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	color:#888888;
}
ul.list_8 li.item{
	background: url(../images/new/pic157.png) no-repeat 0 7px;
	margin:0 0 31px;
	padding:0 0 0 25px;
}
.table_2{
	width:100%;
	margin:0 0 60px;
}
.table_2 th{
	background:#c0d8f1;
	padding:6px 0 7px 19px !important;
	font-size:14px;
	font-weight:600;
}
.table_2 td{
	background:#eaf2fa;
	padding:15px 0 20px 19px !important;
	font-size:14px;
	line-height:1.3;
}
.table_2 tr:nth-child(2n+1) td{
	background:#f9fbfe;
}
ul.video_list_1{
	margin:0 0 0 -13px;
}
ul.video_list_1 li.item{
	width:307px;
	margin:0 0 21px 13px;
	font-size:14px;
	line-height:1.4;
}
ul.video_list_1 .link{
	color:#343434;
}
ul.video_list_1 .fig{
	display:block;
	width:307px;
	height:170px;
	margin:0 0 5px;
	position:relative;
	overflow:hidden;
}
ul.video_list_1 .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
ul.video_list_1 .btn{
	background: url(../images/new/pic158.png) no-repeat;
	width:191px;
	height:170px;
	margin:-95px 0 0 -85px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
}
.fig_2 {
	width: 628px;
	height: 330px;
	margin: 0 0 24px;
	position: relative;
	overflow: hidden;
}
.fig_2 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.fig_2 .btn {
	background: url(../images/new/pic160.png) no-repeat;
	width: 214px;
	height: 214px;
	margin: -107px 0 0 -107px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}
.box_6{
	position:relative;
	padding:0 0 52px;
}
.box_6:before{
	content:"";
	background: url(../images/new/pic162.jpg) no-repeat;
	width:1920px;
	height:1418px;
	margin-left:-960px;
	position:absolute;
	bottom:0;
	left:50%;
	z-index:-1;
}
.box_6:before, .box_6:after {
	content: "";
	display: table;
}
.box_6:after {
	clear: both;
}
.h-110{
	height:110px;
}
.link_form{
	font-size:14px;
	font-weight:600;
	color:#85170f;
}
.text_form_2{
	padding:4px 0 1px 9px;
	font-size:14px;
	color:#373737;
}
ul.opisanie_list_2{
	margin:0 0 25px -8px;
}
ul.opisanie_list_2 li.item{
	margin:0 0 0 8px;
	text-align:center;
	text-transform:uppercase;
}
ul.opisanie_list_2 .link {
	background:#f9f7f1;
	border-radius: 19px;
	display: inline-block;
	min-width:154px;
	height: 38px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 600;
	color: #343434;
	line-height: 38px;
	text-decoration: none;
}

ul.opisanie_list_2 .active {
	background: #c0d8f1;
}
table.table_3 {
	width: 100%;
	margin: 0 0 21px;
	border-spacing:0 4px;
	border-collapse:separate;
}
table.table_3> tbody> .item> td {
	border-top: 1px solid rgba(200,197,192,.4);
	border-bottom: 1px solid rgba(200,197,192,.4);
	padding: 12px 14px;
	font-size: 14px;
}
table.table_3> tbody> .item> td:first-child{
	border-left: 1px solid rgba(200,197,192,.4);
}
table.table_3> tbody> .item> td:last-child{
	border-right: 1px solid rgba(200,197,192,.4);
}

table.table_3> tbody> .active> td {
	background: #f9f7f1;
	border-top: 1px solid #f9f7f1;
	border-bottom: 1px solid #f9f7f1;
}
table.table_3> tbody> .active> td:first-child{
	border-left: 1px solid #f9f7f1;
}
table.table_3> tbody> .active> td:last-child{
	border-right: 1px solid #f9f7f1;
}

table.table_3> tbody> .item> td> .link {
	color: #343434;
}
table.table_3> tbody> .item> td> .open{
	color: #343434;
}
table.table_3> tbody> .item> td> .close{
	display:none;
	color: #343434;
}
table.table_3> tbody> .active> td .link {
}

table.table_3 .rel {
	background: #f9f7f1;
	display: none;
	margin:-4px 0 0;
	padding: 0 14px 16px;
}
table.table_4 {
    width: 100%;
    margin-bottom: 4px;
	border-spacing:0 4px;
	border-collapse:separate;
}



table.table_4 p {
    margin-bottom: 2px;
}
table.table_4 .fig{
	display:block;
	width:185px;
	height:104px;
	position:relative;
	overflow:hidden;
}
table.table_4 .img {
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}

table.table_4 td {
	background:#fff;
	border-top: 1px solid rgba(200,197,192,.4);
	border-bottom: 1px solid rgba(200,197,192,.4);
    padding: 0 24px 0 0;
	font-size:14px;
	vertical-align:middle;
}
table.table_4 td:first-child{
	border-left: 1px solid rgba(200,197,192,.4);
}
table.table_4 td:last-child{
	border-right: 1px solid rgba(200,197,192,.4);
}

table.table_4 .link {
	color:#343434;
}



table.table_4 .number {
	font-size:15px;
	color:#7c7c7c;
}

.modal {
    position: fixed;
    z-index: 1000;
    font-size: 12px;
    color: #525252;
}

.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;
}

.modal__bg {
    background: #000;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
}

.ie8 .modal__bg {
    filter: alpha(opacity=50);
}

.modal__content {
    background: #fff;
    border: 1px solid #dfdfdf;
    -moz-box-shadow: 0 0 9px rgba(188, 152, 96, .67);
    -webkit-box-shadow: 0 0 9px rgba(188, 152, 96, .67);
    box-shadow: 0 0 9px rgba(188, 152, 96, .67);
    padding: 13px 13px 21px 13px;
    position: relative;
}

.modal__content form {
    z-index: 1;
    position: relative;
}

.modal__close_btn {
    background: url(../images/pic31.png) no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -16px;
    right: -18px;
    line-height: 24px;
}

.modal__content .h1 {
    color: #c50602;
}

.lightbox__title {
    margin: 14px 0 0 0;
    font-size: 12px;
    color: #525252;
}

.lightbox__prev, .lightbox__next {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.lightbox__next {
    left: auto;
    right: 0;
}

.lightbox__image img {
    vertical-align: top;
}

.main_page .promo {
    padding: 30px 34px;
    clear: both;
    color: #525252;
}

.promo {
    clear: both;
    /*color: #525252;*/
	font-size:14px;
	color:#696969;
	padding: 28px 0 32px;
}
.title_1{
	border-bottom:1px solid #e0e3e7;
	display:block;
	margin:0 0 30px;
	padding:0 0 11px;
	font-family:"Times New Roman", serif;
	font-size:19px;
	font-style:italic;
	font-weight:bold;
	color:#343434;
	line-height:1.2;
}
ul.list_7_2> li.item {
	margin:0 0 27px;
	font-size:19px;
	font-weight:bold;
	color:#343434;
	text-transform:uppercase;
	line-height:1.2;
    /*background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 6px solid #d60702;
    width: 251px;
    margin: 0 0 32px 17px;
    padding: 11px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
float: left;*/
}
ul.list_9{
	margin:17px 0 0;
}
ul.list_9 li.item{
	background:#fff;
	border: 1px solid rgba(200,197,192,.4);
	padding:16px 26px;
	margin:0 0 9px;
	font-size:15px;
	font-weight:normal; 
	color:#7e7e7e;
	text-transform:none;
	
	
}
ul.list_7_2 .fig{
	float:left;
	display:block;
	width:154px;
	height:120px;
	margin:2px 34px 0 0;
	position:relative;
	overflow:hidden;
}
/*ul.list_7_2 .fig .btn{
	background:url(../images/pic36.png) no-repeat;
	width:61px;
	height:61px;
	margin:-30px 0 0 -30px;
	position:absolute;
	top:50%;
	left:50%;
}*/
ul.list_7_2 .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
ul.list_7_2 .text{
	overflow: hidden;
}
ul.list_7_2 .link{
	color:#7e7e7e;
}
ul.list_7_2 .title{
	margin:0 0 9px;
	text-decoration:underline;
	font-size:19px;
	font-weight:600;
	color:#343434;
}
.address_list_7{
	background: url(../images/new/pic168.png) no-repeat 0 3px;
	margin:0 0 8px;
	padding:0 0 0 19px;
}
.phone_list_7{
	background: url(../images/new/pic169.png) no-repeat 0 4px;
	margin:0 0 4px;
	padding:0 0 0 19px;
	
}
.phone_list_7 .number{
	font-size:16px;
	font-weight:600;
	color:#343434;
}
.mail_list_7 .link{
	background: url(../images/new/pic170.png) no-repeat 0 5px; 
	display:inline-block;
	padding:0 0 0 20px;
	font-size:16px;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    /*border-top: 5px solid #efe7d8;*/
    width: 960px;
    height: 247px;
    margin-left: -480px;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.footer:before{
	content:"";
	background:#b7d9f2;
	position:absolute;
	top:0;
	right:-10000px;
	bottom:0;
	left:-10000px;
	z-index:-1;
}
.nav_footer {
	height: 51px;
	position: relative;
	z-index: 11;
}
.nav_footer:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -1;
}
.nav_footer> ul.list {
	display: table;
	width: 960px;
	position: relative;
	z-index: 1;
}
.nav_footer> ul.list:before, .nav_footer> ul.list:after, .nav_footer> ul.list> .item:before, .nav_footer> ul.list> .item:after {
	display: none;
}
.nav_footer> ul.list> li.item {
	display: table-cell;
	vertical-align: top;
	position: relative;
	font-size:15px;
	font-weight:600;
}
.nav_footer> ul.list> li.item> .link {
	display: table;
	width: 100%;
	height: 51px;
	position: relative;
	color: #35332f;
	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_footer> ul.list> li.item:hover> .link, .nav_footer> ul.list> li.active> .link {
	background: #88919a;
	color:#fff;
}
.nav_footer .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	text-align: center;
}
ul.list_3 li.item {
    padding: 0 10px 0 0;
}

.company {
    position: absolute;
	top: 88px;
    left: 0;
    font-size: 14px;
    color: #454545;
    /*top: 93px;
    font-size: 12px;
    color: #806b48;*/
}

.securitypolicy {
    position: absolute;
	top: 108px;
    left: 0;
    font-size: 14px;
    color: #454545;
    
}

/*.contacts_footer {
    position: absolute;
    top: 25px;
    left: 330px;
    color: #806b48;
}

.contacts_footer .link {
    color: #806b48;
}*/
.adress_footer{
	 background: url(../images/new/pic134.png) no-repeat;
	 position:absolute;
	 top:140px;
	 left:0;
	 padding:2px 0 0 43px;
	 font-size:14px;
	 color:#454545;
	 line-height:1.2;
	 
}
.phone_footer{
	background: url(../images/new/pic135.png) no-repeat 0 5px;
	padding:0 0 0 33px;
	position:absolute;
	top:136px;
	left:396px;
	font-weight:600;
}
.phone_footer .link{
	color:#454545;
	text-decoration:none;
}
.social_networks_box{
	position:absolute;
	top:87px;
	left:406px;
}
.social_networks_box li.item{
	margin:0 7px 0 0;
}
/*.counter {
    overflow: hidden;
    position: absolute;
    top: 70px;
    right: 104px;
}

.counter .item {
    margin-left: 16px;
    float: left;
}*/
.counter_1{
	position: absolute;
    top: 84px;
    right: 115px;
}
.counter_2{
	position: absolute;
    top: 118px;
    right: 111px;
}
.counter_3{
	position: absolute;
    top: 156px;
    right: 202px;
}
.counter_4{
	position: absolute;
    top: 155px;
    right: 109px;
}
.counter_5{
	position: absolute;
    top: 66px;
    right: 11px;
}
.developer {
    position: absolute;
	top: 197px;
	left:390px;
	font-size:14px;
    /*top: 29px;
    right: 115px;*/
}

.developer .link {
    color: #454545;
	text-decoration:none;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/* small screens (landscape) */
@media only screen and (min-width: 321px) {
}

/* small screens (portrait) */
@media only screen and (max-width: 320px) {
}

/* medium small screens */
@media only screen and (max-width: 480px) {
}

/* medium screens (excludes iPad & iPhone) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
}

/* ipads (portrait and landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* ipads (landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* ipads (portrait) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* medium large screens */
@media only screen and (min-width: 1444px) and (max-width: 1824px) {
}

/* large screens */
@media only screen and (min-width: 1824px) and (max-width: 2224px) {
}

/* extra large screens */
@media only screen and (min-width: 2224px) {
}

/* iphone 4 and high pixel ratio (1.5+) devices */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}

/* iphone 4 and higher pixel ratio (2+) devices (retina) */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
}

/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
}

/* print media */
@media (min-width: 768px) {
.page_with-small-header .header_top {
	height: 33px;
	padding: 88px 0 0;
}
.page_with-small-header .header_top:before {
	-moz-box-shadow: 4px 6px 8px rgba(0,0,0,.23);
-webkit-box-shadow: 4px 6px 8px rgba(0,0,0,.23);
box-shadow: 4px 6px 8px rgba(0,0,0,.23);
}
.page_with-small-header .logo {
	background: url(../images/new/logo1.svg) no-repeat;
	width: 175px;
	height: 63px;
	top: 12px;
}
.page_with-small-header .logo .link {
	width: 175px;
	height: 63px;
}

.page_with-small-header .slogan {
	top: 56px;
	left: 54px;
	font-size: 10px;
}
.page_with-small-header .phone_1 {
	top: 22px;
	left: 254px;
}
.page_with-small-header .phone_2{
	display: none;
}
.page_with-small-header .mail{
	top:43px;
	left:285px;
}


.page_with-small-header .basket {
    top: 23px;

}
.page_with-small-header .basket .link {
    background: #85170f url(../images/new/pic102_2.png) no-repeat 19px 7px;
    border-radius: 20px;
    padding: 3px 12px 7px 56px;
}
.page_with-small-header .header .search {
    width: 280px;
    position: absolute;
    top: 26px;
    left: 473px;
}
.page_with-small-header .header .search .field {
   width: 280px;
   padding: 4px 12px 6px;
}
.page_with-small-header .header .search .link{
	display:none;
}
.page_with-small-header .registration_box{
	display:none;
}
.page_with-small-header .nav {
	height: 33px;
}
.page_with-small-header .nav> .list> .item> .link {
	height: 33px;
}
}
@media (max-width: 767px) {
.wrapper {
	min-width: 0;
}
.inner {
	width: auto;
	margin-bottom: 0 !important;
	padding: 0 !important;
}
.main_page .header {
	height:680px;
	padding:0;
}
.header {
	height:260px;
	padding:0;
}
.header_top {
	background: #fff;
	width: 100%;
	height: 33px;
	padding: 210px 0 0;
	position:relative;
}
.header_top:before {
	display: none;
}
.logo {
	background: url(../images/new/logo1.svg) no-repeat;
	width: 175px;
	height: 63px;
	position: absolute;
	top: 0;
	left: 5px;
}
.logo .link {
	width: 175px;
	height: 63px;
}
.phone_1 {
	position: absolute;
top: 66px;
left: 9px;
font-size: 17px;
}
.phone_1 .link {
    background: url(../images/new/pic101.png) no-repeat 0 2px;
}
.phone_2{
    top: 95px;
    left: 5px;

}
.table_phone td{
	padding:0;
}
.slogan {
	display: none;
}

.mail {
    position: absolute;
    top: 133px;
    left: 41px;

}
.mail .link {
    font-size: 16px;
}
.basket {
	top: 8px;
right: 5px;
}
.basket .text{
	display:none;
}
.basket .link {
	background: #85170f url(../images/new/pic102_2.png) no-repeat 8px 7px;
    border-radius: 20px;
	width: 86px;
    padding: 3px 5px 7px 36px;
}

.header .search {
    width: 150px;
position: absolute;
top: 169px;
left: 5px;
}
  .header .search .ph-8 p {
    margin-bottom: 3px;
}
.header .search .field {
   width: 150px;
   padding: 4px 12px 6px;
}
.header .search .link{
    float: none;
    position: absolute;
    top: 5px;
    right: -150px;

}
.registration_box {
    top: 67px;
    right: 20px;
}
ul.registration_list_1 li.item {
    margin: 0 0 3px;
    display: block;
}
.feedback {
	display: block;
	width: 100%;
	height:auto;
	position: fixed;
	top: auto;
	right: 0;
	left:0;
	bottom: 0;
	line-height: 1.2;
}
.feedback .link {
	background: #85170f url(../images/new/pic110.png) no-repeat 40px 50%;
	border: 0;
	border-radius:0;
	display: inline-block;
	width: calc(100% - 96px);
	height: 40px;
	padding: 0 0 0 96px;
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 40px;
	position: relative;
	top: auto;
	right: auto;
}
.feedback .text {
	display: block;
}


.to-top {
	z-index: 100;
}
.to-top .link {
    width: 39px;
    height: 39px;

}
.nav {
	position:fixed;
	border: 0;
	width: 50%;
	height: 33px;
	margin: 0;
	padding: 0;
	z-index: 21;
}
.page_with-small-header .nav {
	top: 0;
}
.nav:before {
	content: attr(data-title);
	background: #c0d8f1;
	border: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	height: 33px;
	padding: 0 10px 0 50px;
	font-size: 13px;
	font-weight: normal;
	color: #35332f;
	text-transform: uppercase;
	line-height: 33px;
}
.nav:after {
	content: '';
	background: #35332f;
	box-shadow: 0 5px 0 #35332f, 0 10px 0 #35332f;
	width: 16px;
	height: 3px;
	position: absolute;
	top: 11px;
	left: 22px;
	transform: none;
	z-index: 3;
}
.nav> ul.list {
	background: #c0d8f1;
	display: none;
	width: auto;
	padding: 13px 13px;
	position: absolute;
	top: 100%;
	left: 0;
	right: -100%;
	text-align: center;
}
.nav> ul.list> li.item {
	display: block;
	text-align: center;
}
.nav> ul.list> li.item> .link {
	width: 100%;
	height: 33px;
	color: #35332f;
}
.nav> ul.list> li.item:hover> .link, .nav> ul.list> li.active> .link {
	background:#7ba1c8;
}
.nav_active> ul.list {
	display: block;
}
.products_box {
	position:fixed;
	display: block;
	width: 50%;
	height: 33px;
	top: 210px;
	right: 0;
	z-index: 25;
}
.page_with-small-header .products_box {
	top: 0;
}
.products_box:before {
	content: attr(data-title);
	background: #85170f url(../images/new/pic166.png) no-repeat 14px 8px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	height: 33px;
	padding: 0 10px 0 51px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	line-height: 33px;
}
ul.products_list_1 {
	background: #fff;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.58);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.58);
	box-shadow: 0 0 6px rgba(0,0,0,.58);
	display: none;
	width: auto;
	padding: 13px 13px;
	position: absolute;
	top: 100%;
	left: -100%;
	right: 0;
	text-align: center;
}
ul.products_list_1> li.item {
	display: block;
	margin: 0 0 21px;
	position:relative;
	font-size: 15px;
font-weight: 600;
	line-height: 1.2;
	text-align:center;
}
ul.products_list_1> li.item> .link {
	display:block;
	padding:9px;
	color: #35332f;
	text-decoration: none;
	
}
ul.products_list_1> li.item:hover> .link, ul.products_list_1> li.active> .link {
	background:#85170f;
	color:#fff;
}


ul.products_list_1 .text {
	display: table-cell;
vertical-align: middle;
padding: 0 10px;
text-align: center;
}
.products_box_active ul.products_list_1 {
	display: block;
}
.products_box .sub {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
	z-index:3;
}

.products_box ul.list {
	background:#7ba1c8;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-top:1px so rgba(255,255,255,0);
    display: block;
}

.products_box ul.list li.item {
	font-size:15px;
	font-weight:600;
}

.products_box ul.list .link {
    display: block;
    padding: 7px 7px;
    color: #fff;
    text-decoration: none;
}

.products_box ul.list .link:hover {
	background:#6689ad;
}

.products_box ul.products_list_1> li.item:hover .sub {
    display: block;
}
.slogan_2{
	display:none;
}
.carousel_1 {
	width: 100%;
	height: 67px;
	margin: 0;
}

.carousel_1 .next, .carousel_1 .prev {
	height:67px;
}
.carousel_1 .fig {
	width: 100%;
	height: 67px;
	position:relative;
	overflow:hidden;
}
.carousel_1 .img {
	max-width:100%;
	max-height:100%;
	margin: auto;
	position: absolute;
	top: -1000em;
	right: -1000em;
	bottom: -1000em;
	left: -1000em;
	vertical-align: top;
}
.carousel_1 .fig:before {
    content: "";
    background: url(../images/new/pic167.png) no-repeat;
    width: 72px;
    height: 67px;
    margin:-33px 0 0 -36px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}
.box_1 {
    padding: 32px 10px 43px;

}
ul.advantages_list_1 {
	text-align:center;
}
ul.advantages_list_1 li.item {
    width: calc(50% - 10px);
    margin: 0 0 10px 10px;
	font-size:12px;
	text-align:center;

}
ul.advantages_list_1 .fig {
    display: block;
    margin: 0 auto 10px;
}
ul.advantages_list_1 .text {
    width: 100%;
}
.content {
	width: calc(100% - 20px);
	padding: 0 10px;
}
.side + .content {
	float: none;
	width: calc(100% - 20px);
}
ul.list_2 {

    margin: 0 0 5px;

}
ul.list_2 li.item {
    width: 100%;
    margin: 0 0 33px;
	text-align:center;

}
ul.list_2 .link {
    padding: 0 16px 16px;

}
ul.list_2 .fig {
    display: block;
    width: calc(100% + 32px);
    height: 143px;
    margin: 0 -16px 10px;

}
ul.list_2 .fig:before{
	display:none;
}
.about_box {

    padding: 0 0 23px;

}
ul.list_1 {

    margin: 0 0 12px;

}
ul.list_1 li.item {
    width: 100%;
    margin: 0 0 33px;

}
ul.list_1 .link {
    width: calc(100% - 24px);
    height: 180px;
    padding: 25px 10px 23px;

}
.question_box {

    background: url(../images/new/pic121.png) no-repeat 8px 35px;
    padding: 44px 0 33px 80px;

}
.question_box .h3 {
    font-size: 20px;

}
.question_box .text {

    display: block;
    width: 100%;
    margin: 0 0 20px;
    font-size: 14px;

}
.btn_2 {
    margin: 0 0 0 -60px;

}
.box_2 {
    min-height: auto;
    margin: 0 0 147px;
    padding: 38px 0 0 0;

}

.box_2 .fig {

    float: none;
    width: 100%;
    height: 166px;
    margin: 0 0 10px;

}
.carousel_2 {

    width: auto;

}
.carousel_2 .next, .carousel_2 .prev {
	background: url(../images/new/pic129.png) no-repeat 50% 50%;
    right: 15px;

}
.carousel_2 .prev {
	background: url(../images/new/pic128.png) no-repeat 50% 50%;
    left: 15px;

}
.carousel_2 ul.main_list li.item {
    width: calc(100vw - 92px);

}
.carousel_2 ul.main_list .fig {
    width: 100%;

}
.footer {
	width: calc(100% - 20px);
	height: auto;
	margin: 0 0 42px;
	padding: 0 10px 20px;
	position: relative;
	bottom: auto;
	left: auto;
	z-index: 1;
}

.nav_footer {
	width: 107%;
	height: 33px;
	margin: 0 -10px 10px;
	padding: 0;
	z-index: 21;
}
.nav_footer:before {
	content: attr(data-title);
	background: #7ba1c8;
	border: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	height: 33px;
	padding: 0 10px 0 30px;
	font-size: 13px;
	font-weight: normal;
	color: #35332f;
	text-transform: uppercase;
	line-height: 33px;
}
.nav_footer:after {
	content: '';
	background: #35332f;
	box-shadow: 0 5px 0 #35332f, 0 10px 0 #35332f;
	width: 16px;
	height: 3px;
	position: absolute;
	top: 10px;
	left: 10px;
	transform: none;
	z-index: 3;
}
.nav_footer> ul.list {
	background: #7ba1c8;
	display: none;
	width: auto;
	padding: 13px 13px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
}
.nav_footer> ul.list> li.item {
	display: block;
	text-align: center;
}
.nav_footer> ul.list> li.item> .link {
	width: 100%;
	height: 33px;
	color: #35332f;
}
.nav_footer> ul.list> li.item:hover> .link, .nav_footer> ul.list> li.active> .link {
	background:#c0d8f1;
}
.nav_footer_active> ul.list {
	display: block;
}
.adress_footer {
	margin: 0 0 10px;
    position: relative;
    top: auto;
    left: auto;

}
.phone_footer {
	margin: 0 0 10px;
	position: relative;
	top: auto;
	left: auto;
}
.social_networks_box {
margin: 0 0 10px;
    position: relative;
    top: auto;
    left: auto;

}
.developer {
margin: 0 0 10px;
    position: relative;
    top: auto;
    left: auto;

}

.securitypolicy {
margin: 0 0 10px;
    position: relative;
    top: auto;
    left: auto;

}
.company {
margin: 0 0 10px;
    position: relative;
    top: auto;
    left: auto;

}
.counter_1 {
margin: 0 0 10px;
    position: relative;
    top: auto;
    right: auto;

}
.counter_2 {
margin: 0 0 10px;
    position: relative;
    top: auto;
    right: auto;

}
.counter_3 {
margin: 0 0 10px;
    position: relative;
    top: auto;
    right: auto;

}
.counter_4 {
margin: 0 0 10px;
    position: relative;
    top: auto;
    right: auto;

}
.counter_5 {

    position: relative;
    top: auto;
    right: auto;

}
.modal__content .label {
    font-size: 13px;
    width: 90px;

}
.w-220 {

    width: 159px;

}
.modal__close_btn {
    top: 0;
    right: 0;

}
.modal__content .h1 {
    font-size: 22px;

}

ul.list_5 {

    margin: 0 0 11px;

}
ul.list_5> li.item {
    width: 100%;
    margin: 0 0 33px;
	text-align:center;

}
ul.list_5> li.item> .link {
    padding: 0 16px 16px;

}
ul.list_5 .fig {
    display: block;
    width: calc(100% + 32px);
    height: 143px;
    margin: 0 -16px 10px;

}
ul.list_5 .fig:before{
	display:none;
}
ul.list_5 .sub {
    width: calc(100% - 70px);
	text-align:left;
}
.side{
	display:none;
}
ul.list_7 {
    margin: 0 0 25px;
}
ul.list_7 li.item {
    margin: 0 0 7px;
   width: calc(100% - 30px);
}
ul.list_7 .fig {
    width: 100%;
}
.box_4 {
    padding: 0 10px;
}
.fig_1 {
    float: none;
    width: 100%;
    margin: 0 0 20px;
}
.lightbox__image img{
	width:100%;
}
.search_page .w-280 {
    width: 100%;
}
.search_page .w-160 {
    width: 100%;
}
ul.video_list_1 {
    margin: 0;
}
ul.video_list_1 li.item {
    width: 100%;
    margin: 0 0 21px;
}
ul.video_list_1 .fig {
    width: 100%;
}
.promo {
    padding: 28px 10px 32px;
}
.fig_2 {
    width: 100%;
    height: 160px;
}
.label {
    font-size: 13px;
    width: 95px;
	line-height:1.2;
}
.basket_page .w-280 {
    width: 60%;
}
table.info-table_1 .fig {
    width: 100px;
    height: 100px;
}
.w-190 {
    width: 100px;
}
.mb-32 .fr{
	float:none;
}
.mb-32 .fl{
	float:none;
}
.btn_1 {
    display: inline-block;
}
ul.opisanie_list_2 {
    margin: 0 0 25px;
}
ul.opisanie_list_2 li.item {
    margin: 0 0 8px;
    width: 100%;
}
ul.opisanie_list_2 .link {
    display: block;
    min-width: auto;
    width: calc(100% - 20px);
}
.label {
    width: 95px;
}
.w-280 {
    width: 60%;
}
.text_form_2 {
    padding: 4px 0 1px 0;
}
.w-130 {
    width: 100px;
}
table.table_4 .fig {
    width: 100px;
    height: 100px;
}
.mr-22 {
    margin-right: 0 !important;
}
.mb-70 {
    text-align: center;
}
.mb-70 .ib{
	display:block;
}
ul.list_1 .fig {
    bottom: 0;
}
table.info-table_1 td {
    vertical-align: top;
}
.price_3 {
	display:block;
    width: 100%;
    margin: 0 0 10px;
}
.price_3 .numerec {
    font-size: 16px;
}
.price_4 {
    display: block;
    width: 100%;
}
.price_4 .numerec {
    font-size: 20px;
}
table.info-table_1 .number {
    display: block;
    margin: 0 0 10px;
}
ul.list_7_2 .fig {
    float: none;
   
    margin: 0 auto 20px; 
  
}
}
@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;
    }
}

.one_multi{
	margin: 10px 0;
	max-width: 577px;
	max-height: 358px;
	overflow: hidden;
	}
.one_multi iframe{
	width: 577px;
	height: 358px;
	}
.her {
float: right;