@charset "windows-1251";
/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 13.07.16 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("splide.min.css");
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600&subset=latin,cyrillic);
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@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: #5E584C;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
}

input, button, select, textarea, html {
    /*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Exo 2', sans-serif;
}

a {
    color: #5E584C;
    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 {
}

.h1 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #5E584C;
    margin: 0 0 20px;
    line-height: 1.1;
    text-transform: uppercase;
}

.main_page .h2 {
    margin: 0 0 24px;
}

.h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #5E584C;
    margin: 0 0 20px;
    line-height: 1.1;
}

.main_page .h3 {
        margin: 30px 0 9px;
    font-size: 26px;
    font-size: 2.6rem;
     color:#5E584C;
    text-align: center;

}

.h3 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #5E584C;
    margin: 0 0 18px;
    line-height: 1.1;
}

.h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #5E584C;
    margin: 0 0 7px;
}

.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 #5E584C;
    padding: 8px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.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;
    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;
}

.basket_form .field:-moz-placeholder, .modal .field:-moz-placeholder {
    opacity: 0;
}

.basket_form .field::-moz-placeholder, .modal .field::-moz-placeholder {
    opacity: 0;
}

.basket_form .field::-webkit-input-placeholder, .modal .field::-webkit-input-placeholder {
    opacity: 0;
}

.basket_form .field:-ms-input-placeholder, .modal .field:-ms-input-placeholder {
    opacity: 0;
}

.basket_form .field.placeholder, .modal .field.placeholder {
    opacity: 0;
}

.field.invalid {
    border: 1px solid red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
    overflow: hidden;
}

.box {
    min-height: 60px;
}

.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 15px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #dedede;
}

.hr_2 {
    border: 0;
    margin: 0 0 15px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #bbb8b3;
}

.hr_3 {
    border-top: 9px solid #2A1F19;
    margin-bottom: 30px;
}

::-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;
}

.line_top {
    border-top: 9px solid #503461;
    position: absolute;
    top: 266px;
    right: 0;
    left: 0;
    z-index: -3;
}

.inner {
   min-width: 980px;
    max-width: 1600px;
    margin-left: 30px;
    margin-right: 30px;
    
    position: relative;
    
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    /*padding: 160px 0 0;*/
	/*padding:108px 0 0;*/
    position: relative;
}
.header_top {
	min-width: 980px;
max-width: 1600px;
	
	height: 52px;
	padding:108px 0 0;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 98;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.page_with-small-header .header_top {
	position: fixed;
}
.logo {
    background: url(../images/logo.png) no-repeat;
	background-size:129px 86px;
    /*width: 194px;
    height: 139px;*/
	width:129px;
	height:86px;
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
}

.logo .link {
    display: block;
    /*width: 194px;
    height: 139px;*/
	width:129px;
	height:86px;
    
}

.slogan {
    position: absolute;
    top: 145px;
    left: 0;
    font-size: 15px;
}

.phone {
   
   
    position: absolute;
    /*top: 37px;
    left: 20%;*/
	top:23px;
	left:auto;
	right: 156px;
    font-size: 18px;
    line-height: 1.5;
}
.phone .link{
	 color:#5E584C;
	text-decoration:none;
}
.mail {
    position: absolute;
    /*top: 80px;
    left: 20%;*/
	top:53px;
	left:auto;
	right: 167px;
}

.mail .link {
     color:#5E584C;
}

.address {
    background: url(../images/pic2.png) no-repeat;
    
    padding: 2px 0 0 23px;
    position: absolute;
    /*top: 73px;
    left: 45%;*/
	top: 22px;
left: 172px;
     color:#5E584C;
    line-height: 1.2;
}

.feedback {
    position: absolute;
    top: 16px;
    /*left: 45%;*/
	left: 292px;
}

.feedback .link {
    border: 1px solid  #5E584C;
    display: inline-block;
    height: 33px;
    padding: 0 30px;
    font-size: 16px;
   color:#5E584C;
    text-decoration: none;
    line-height: 33px;
}

.social_networks {
    position: absolute;
   /* top: 106px;
    right: 1px;*/
	
	top: 37px;
right: 349px;
}

.social_networks .item {
    float: left;
    margin: 0 0 0 9px;
}

.social_networks .link {
    display: block;
    width: 31px;
    height: 31px;
    position: relative;
    overflow: hidden;
}

.social_networks .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.main_page .nav {
    height: 54px;
    margin: 0 0 0 0;
}

.nav {
    height: 54px;
    margin: 0 0 27px;
    position: relative;
    z-index: 13;
}
.nav:before{
	content:"";
	background:#397099;
	position:absolute;
	top:0;
	right:-10000px;
	bottom:0;
	left:-10000px;
	z-index:-1;
}
.nav .nav_toggle{
	display:none;
}
.nav> .sub_all> .list {
    /*display: table;*/
	display:flex;
	flex-direction:row;
	justify-content:space-between;
    width: 100%;
    position: relative;
    z-index: 1;
}

.nav> .sub_all> .list:before, .nav> .sub_all> .list:after, .nav> .sub_all> .list> .item:before, .nav> .sub_all> .list> .item:after {
    display: none;
}

.nav> .sub_all> .list> .item {
    /*display: table-cell;*/
	display:block;
	width:100%;
    vertical-align: top;
    position: relative;
	font-size:15px;
	font-weight:500;
	color:#fff;
}

/*.main_page .nav> .list> .item> .link {
    height: 56px;
}*/

.nav> .sub_all> .list> .item> .link {
    /*display: table;*/
	display:flex;
	align-items:center;
	justify-content:center;
    width: 100%;
    height: 54px;
    position: relative;
     color:#fff;
    text-decoration: none;
    z-index: 2;
    transition: all 0.5s ease 0s;
}

/*.main_page .nav> .list> .item> .link:after {
    content: "";*/
    /*background: url(../images/triangle_menu_left.png) no-repeat;*/
  /*  width: 22px;
    height: 56px;
    position: absolute;
    top: 0;
    left: -22px;
    opacity: 0;
    visibility: hidden;

}*/

/*.main_page .nav> .list> .item> .link:before {
    content: "";*/
   /* background: url(../images/triangle_menu_right.png) no-repeat;*/
   /* width: 22px;
    height: 56px;
    position: absolute;
    top: 0;
    right: -22px;
    opacity: 0;
    visibility: hidden;
}*/

/*.nav> .list> .item> .link:after {
    content: "";*/
    /*background: url(../images/triangle_menu_left_2.png) no-repeat;*/
   /* width: 20px;
    height: 52px;
    position: absolute;
    top: 0;
    left: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}*/

/* .nav> .list> .item> .link:before {
    content: "";*/
    /*background: url(../images/triangle_menu_right_2.png) no-repeat;*/
   /*  width: 21px;
    height: 52px;
    position: absolute;
    top: 0;
    right: -21px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}*/

.nav> .sub_all> .list> .item:hover> .link, .nav> .sub_all> .list> .active> .link {
    background: #2A1F19;
   /* color: #FFFCE0;*/
}

/*.nav> .list> .item:hover> .link:after, .nav> .list> .active> .link:after, .nav> .list> .item:hover> .link:before, .nav> .list> .active> .link:before {
    opacity: 1;
    visibility: visible;
}

.main_page .nav> .list> .item:hover> .link:after, .main_page .nav> .list> .active> .link:after, .main_page .nav> .list> .item:hover> .link:before, .main_page .nav> .list> .active> .link:before {
    opacity: 1;
    visibility: visible;
}*/

/*.nav .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    text-align: center;
}*/

.nav .sub {
    position: absolute;
    top: 0;
   
    width: 300px;
    display: none;
    z-index: 13;
}

.nav .sub_menu {
    background: rgb(42 31 25);
    display: block;
    padding: 16px 50px 10px 17px;
    float: left;
    position: relative;
}

.nav .sub_menu .item {
    margin: 0 0 5px;
}

.nav .sub_menu .link {
    background: url(../images/sub_menu.png) no-repeat 0 7px;
    display: block;
    padding: 0 0 0 31px;
   color:#FFFCE0;
    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 {
    text-decoration: underline;
}

.nav> .list> .item:hover .sub {
    display: block;
}
.contacts_mobile{
	display:none;
}
.basket {
    position: absolute;
    /*top: 0;*/
	top: 22px;
    right: 0;
    line-height: 1.3;
    z-index: 12;
}

/*.basket:after {
    content: "";
    background: #397099;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: 0;
    z-index: -1;
}*/

.basket .link {
    /*background: url(../images/pic3.png) no-repeat 22px 31px;*/
	background: url(../images/basket.svg) no-repeat;
    display: inline-block;
    /*height: 54px;
    padding: 39px 55px 0 101px;*/
	width:68px;
	height:36px;
	padding:0 0 0 52px;
    position: relative;
    color: #fefce0;
    text-decoration: none;
}
.basket .number{
	background:#397099;
	border-radius:50px;
	display:block;
	width:48px;
	padding:6px 10px 7px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
/*.basket .link:after {
    content: "";
    background: #2a1f19 url(../images/pic4.png) no-repeat 50% 50%;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 39px;
    right: 7px;
}*/

/*.basket .link:before {*/
   /* content: "";*/
    /*background: url(../images/triangle_basket.png) no-repeat;*/
  /*  width: 37px;
    height: 93px;
    position: absolute;
    top: 0;
    left: -37px;
    z-index: -1;
}*/

/*.basket .in {
    display: block;
}*/

.carousel_1 {
        /*min-width: 980px;*/
	width: 100vw;
height: 316px;
 margin: 0 0 34px;
position: relative;
left: 50%;
transform: translate(-50%, 0);
overflow: hidden;
}

.carousel_1> .main_list> .item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: visibility 1s ease;
    transition: visibility 1s ease;
}

.carousel_1> .main_list> .active {
    visibility: visible;
    z-index: 3;
}

.carousel_1 .fig {
    /*width: 1920px;*/
	width:100%;
    height: 316px;
    margin: 0 -470px 0 82px;
    
    position: relative;
}

.carousel_1 .fig:after {
    content: "";
    /*background: url(../images/triangle_carousel_2.png) no-repeat;*/
    width: 176px;
    height: 209px;
    position: absolute;
    top: 54px;
    left: -77px;
    z-index: 2;
}

.carousel_1 .fig:before {
    content: "";
    background: url(../images/triangle_carousel_3.png) no-repeat;
    width: 671px;
    height: 316px;
    position: absolute;
    top: 0;
    left: -552px;
    z-index: 1;
}

.carousel_1 .in {
    /*width: 1368px;*/
	width:100%;
    height: 316px;
    position: relative;
    overflow: hidden;
}

.carousel_1 .img {
    /*clip: rect(0,1000em,316px,0);
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: -1000em;
    vertical-align: top;*/
	width:100%;
	height:100%;
	object-fit:cover;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.carousel_1 .active .img {
    opacity: 1;
}

.carousel_1 .text {
    width: 700px;
    min-height: 60px;
    padding: 22px 10px 27px 0;
    position: absolute;
    top: 106px;
    margin: auto;
    right: 0;
    left: 0;
    font-size: 32px;
    font-weight: bold;
    color: #FFFCE0;
    line-height: 1.2;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: opacity .5s ease .1s, -webkit-transform .5s ease .1s;
    transition: opacity .5s ease .1s, transform .5s ease .1s;
    text-transform: uppercase;
}

.carousel_1 .text:after {
    content: "";
    background: #2a1f198c;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.carousel_1 .text:before {
    content: "";
    /*background: url(../images/triangle_carousel.png) no-repeat;*/
    background-size: auto 100%;
    width: 61px;

    position: absolute;
    top: 0;
    bottom: 0;
    right: -61px;
}

.carousel_1 .active .text {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.carousel_1 .arrow {
    /*background: #131313 url(../images/pic4.png) no-repeat 50% 50%;*/
    display: inline-block;
    width: 31px;
    height: 31px;
    vertical-align: -5px;
    margin-left: 15px;
}

.carousel_1 .tabs {
    background: #fff;
    padding: 7px 5px;
    position: absolute;
    right: 1px;
    bottom: 19px;
    z-index: 3;
}

.carousel_1 .tabs .list {
    display: inline-block;
    margin: 0 0 0 -9px;
}

.carousel_1 .tabs .item {
    display: inline-block;
	margin: 0 4px;
}

.carousel_1 .tabs .link {
    background: #131313;
    display: block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    position: relative;
}

.carousel_1 .tabs .active {
    background: #397099;
}




.catalog_list_1 {
    margin: 0 0 0 -36px;
    text-align: center;
}

.catalog_list_1 .item {
    width: 30%;
    margin: 0 0 36px 22px;
    font-size: 18px;
    text-align: center;
}

.catalog_list_1 .link {
     color:#5E584C;
}

.catalog_list_1 .fig {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 8px;
    position: relative;
    overflow: hidden;
}

.catalog_list_1 .img {
    margin: 0 auto;
        width: 100%;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: -1000em;
    vertical-align: top;
}

.main_page .header .search {
    position: relative;
	display:block;
    margin: 0 0 8px 0;
    top: auto;
       left: 40%;
}

.header .search {
	display:none;
    width: 274px;
    position: absolute;
    top: 135px;
    left: 0;
}

.main_page .header .search:before {
    content: "";
    background: #397099;
    position: absolute;
    top: -px;
    right: -10000px;
    bottom: -8px;
    left: -10000px;
    z-index: -1;
}

.main_page .header .search:after {
    background: none;
}

.header .search:after {
    content: "";
    /*background: url(../images/triangle_search.png) no-repeat;*/
    width: 19px;
    height: 48px;
    position: absolute;
    top: -8px;
    right: -67px;
    z-index: -1;
}

.header .search:before {
    content: "";
    background: #397099;
    position: absolute;
    top: -8px;
    right: -4px;
    bottom: -7px;
    left: -10000px;
    z-index: -1;
}

.header .search .btn {
    background: url(../images/pic15.png) no-repeat 50% 50%;
    border: none;
    width: 36px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
}
.header .search .btn .text{
	display:none;
}
.header .search .field {
    background: #fff;
    width: 274px;
    padding: 9px 36px 7px 12px;
    font-size: 14px;
    color: #3b3b3b;
}

.header .search .field:-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #3b3b3b;
    font-style: italic;
}

.header .search .field::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #3b3b3b;
    font-style: italic;
}

.header .search .field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #3b3b3b;
    font-style: italic;
}

.header .search .field:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #3b3b3b;
    font-style: italic;
}

.header .search .field.placeholder {
    font-size: 14px;
    color: #3b3b3b;
    font-style: italic;
}
.header .search .delete {
	display:none;
    }
.promo_fig {
    display: none;
}
.header_search {
	width: 301px;
	height: 35px;
	position: absolute;
	top:60px;
	left:169px;
}
.header_search .title {
	display: none;
}
.header_search .close{
	display:none;
}
.header_search .field {
	background: #fff;
	border: 1px solid #82775F;
	width: 100%;
	height: 35px;
	padding: 4px 62px 7px 13px;
	font-size: 15px;
	color: #82775F;
	font-weight: normal;
	font-style:normal;
}
 .header_search.field:-moz-placeholder {
font-size: 15px;
	color: #82775F;
	font-weight: normal;
	font-style:normal;
}
 .header_search .field::-moz-placeholder {
font-size: 15px;
	color: #82775F;
	font-weight: normal;
	font-style:normal;
}
 .header_search.field::-webkit-input-placeholder {
font-size: 15px;
	color: #82775F;
	font-weight: normal;
	font-style:normal;
}
 .header_search .field:-ms-input-placeholder {
font-size: 15px;
	color: #82775F;
	font-weight: normal;
	font-style:normal;
}
.header_search .field.placeholder {
	font-size: 15px;
	color: #82775F;
	font-weight: normal;
	font-style:normal;
}
.header_search .btn {
	background: url(../images/header_search_btn.svg) no-repeat 50% 50%;
	border: none;
	width: 41px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
}
.header_search .btn .text {
	display: none;
}
.btn_10{
	background: url(../images/search_delete.svg) no-repeat 50% 50%;
	border:0;
	display:block;
	width:34px;
	height:35px;
	position:absolute;
	top:0;
	right:30px;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 280px;
    margin: 81px 43px 30px 0;
    position: relative;
    float: left;
}

.catalog_box_2 {
    width: 279px;
    margin: 0 0 33px;
    position: relative;
}

.catalog_box_2:before {
    content: "";
    background: #397099;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.catalog_list_2 {
    margin: 0 0 0 -13px;
    padding: 0 16px 0 0;
}

.catalog_list_2> .item {
    border-top: 1px solid #131313;
    margin: 0 0 21px;
    padding: 21px 0 0 17px;
    font-size: 18px;
    line-height: 1.2;
}

.catalog_list_2> .item:first-child {
    border-top: none;
}

.catalog_list_2> .item> .link {
    display: block;
    color: #FFFCE0;
}

.catalog_list_2> .have_sub> .link {
    background: url(../images/pic27.png) no-repeat 100% 50%;
width: 240px;
}

.catalog_list_2 .sub {
    display: none;
    padding: 6px 0 0;
}

.catalog_list_2 .active .sub {
    display: block;
    padding: 10px 0 0 14px;
}

.catalog_list_2 .sub .item {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 1.4;
}

.catalog_list_2 .sub .link {
    display: inline-block;
    padding: 0 0 0 14px;
    color: #fff;
}

.catalog_list_2 .sub_2 {
    display: none;
    width: 318px;
    position: absolute;
    top: 0;
    left: 100%;
}

.catalog_list_2 .item:hover {
    position: relative;
    z-index: 3;
}

.catalog_list_2 .item:hover .sub_2 {
    display: block;
}

.catalog_list_2 .sub_2 .list {
    background: #131313;
    border: 3px solid #4f3361;
    border-left: 17px solid #4f3361;
    display: block;
    padding: 0 8px;
}

.catalog_list_2 .sub_2 .item {
    border-top: 1px solid #513d41;
    font-size: 18px;
}

.catalog_list_2 .sub_2 .item:first-child {
    border: none;
}

.catalog_list_2 .sub_2 .link {
    display: block;
    padding: 11px 24px 21px 15px;
    position: relative;
    color: #fff;
}

.catalog_list_2 .sub_2 .link:before {
    content: "";
    background: url(../images/pic38.png) no-repeat;
    width: 15px;
    height: 30px;
    position: absolute;
    top: 8px;
    left: -8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_2 .sub_2 .item:hover .link:before, .catalog_list_2 .sub_2 .active .link:before {
    opacity: 1;
    visibility: visible;
}

.advantage_list {
    margin: 0 0 0 -7px;
    z-index: 1;
padding-bottom: 50px;
padding-top: 50px;
}

.advantage_list .item {
   width: calc(23% - 4rem);
    margin: 0 0 0 2rem;
    text-align: center;
 
      border: 2px solid #ecf0f1;
    min-height: 325px;
    padding: 10px;
}

.advantage_list .fig {
   
    height: 160px;
   
    border-radius: 50%;
   
    position: relative;
       margin: 2.4rem auto 2.4rem;
}

.advantage_list .fig .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.advantage_list .link {
    color: #113341;
    text-decoration: none;
}

.advantage_list .title {
    font-size: 18px;
    color: #5e584c;
}

.advantage_list .link:hover {
    text-decoration: underline;
}

.advantage_list {
    margin: 0 0 0 -7px;
    z-index: 1;
padding-bottom: 50px;
padding-top: 50px;
text-align: center;
}

.advantage_list1 .item {
   width: calc(23% - 2rem);
    margin: 0 0 2rem 1rem;
    text-align: center;
      border: 2px solid #ecf0f1;
    min-height: 310px;
    padding: 10px;
}

.advantage_list1 .fig {
   
    height: 120px;
   
    border-radius: 50%;
   
    position: relative;
    
    
margin: 2.4rem auto 2.4rem;
}

.advantage_list1 .fig .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.advantage_list1 .link {
    color: #113341;
    text-decoration: none;
}

.advantage_list1 .title {
    font-size: 18px;
    color: #5E584C;
}

.advantage_list1 .title2 {
    font-size: 14px;
    color: #5E584C;
}

.advantage_list1 .link:hover {
    text-decoration: underline;
}



new_list_1 p {
    margin: 0 0 14px;
}

.new_list_1 .item {
    border-bottom: 1px solid #513d41;
    width: 280px;
    margin: 0 0 20px;
    padding: 0 0 19px;
}

.new_list_1 .title {
    margin: 0 0 15px;
    line-height: 1.1;
}

.new_list_1 .link {
    font-size: 18px;
    color: #5E584C;
}

.new_list_1 .fig {
background: #fff;
    display: block;
    float: left;
    width: 89px;
    height: 90px;
    margin: 0 12px 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 .article {
    margin: 0 0 5px;
    font-size: 13px;
}

.new_list_1 .number {
    display: inline-block;
    vertical-align: top;
    width: 58px;
    margin: 0 6px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.new_list_1 .number .field {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    padding: 11px 8px 9px;
    font-size: 14px;
    color: #131313;
    text-align: center;
}

.new_list_1 .number .field:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.new_list_1 .number .field::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.new_list_1 .number .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.new_list_1 .number .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.new_list_1 .number .field.placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.new_list_1 .number .up {
    background: url(../images/pic24.png) no-repeat 100% 8px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
}

.new_list_1 .number .down {
    background: url(../images/pic25.png) no-repeat 100% 3px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 19px;
    right: 0;
}

.new_list_1 .price {
    display: inline-block;
    vertical-align: top;
    width: 159px;
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Exo 2', sans-serif;
}

.new_list_1 .into {
    background: #397099;
    display: inline-block;
    width: 129px;
    margin: 0 0 3px;
    padding: 4px 15px 6px;
    font-size: 20px;
    text-align: center;
    color: #FFFCE0;
}

.new_list_1 .old_price {
    display: block;
    font-size: 14px;
    text-align: center;
    text-decoration: line-through;
}

.new_list_1 .button_box {
    display: inline-block;
    vertical-align: top;
}

.new_list_1 .btn_1 {
    background: #2A1F19 url(../images/pic14.png) no-repeat 50% 50%;
    display: inline-block;
    width: 46px;
    height: 38px;
}

.new_list_1 .btn_2 {
    background: #2A1F19;
    display: inline-block;
    height: 38px;
    padding: 0 28px;
    font-size: 14px;
        color: #FFFCE0;
    text-decoration: none;
    line-height: 38px;
}

.new_list_1 .btn_3 {
    background: #2A1F19 url(../images/pic14.png) no-repeat 50% 50%;
    display: none;
    width: 46px;
    height: 38px;
}

.news_box_2 {
    background: #fff;
    padding: 19px 14px 16px;
    position: relative;
}

.news_box_2 .h3 {
    font-size: 30px;
}

.news_list_2 {
    margin: 0 0 12px;
}

.news_list_2 .item {
    color: #393939;
    line-height: 1.4;
}

.news_list_2 .title {
    margin: 0 0 5px;
}

.news_list_2 .link {
    color: #9fc54d;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news_list_2 .link:hover {
    color: #d37146;
}

.news_list_2 .date {
    border-bottom: 1px solid #dedede;
    margin: 0 0 10px;
    padding: 0 0 9px;
    color: #484848;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
    padding: 0 0 62px;
}

.content {
    padding: 28px 0 62px;
    position: relative;
}

.side + .content {
    float: left;
    width: calc(100% - 34.5rem);
	
}

.new_box_1 {
    position: relative;
    padding: 14px 0 40px;
}

.new_box_1:before {
    content: "";
    background: #2A1F19;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.new_box_1 .h1 {
    display: inline-block;
    margin: 0 0 29px;
    font-size: 38px;
    color: #FFFCE0;
}

.skidki_box_1 {
    position: relative;
    padding: 14px 0 40px;
}

.skidki_box_1:before {
    content: "";
    background:  #397099;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.skidki_box_1 .h2 {
    display: inline-block;
    margin: 0 0 29px;
    font-size: 38px;
color: #FFFCE0;
}

.skidki_box_1 .all {
    background: #131313  url(../images/pic4.png) no-repeat 90% 50%;
}

.carousel_2 {
    min-width: 980px;
    position: relative;
    z-index: 3;
}

.carousel_2 .box {
}

.carousel_2 p {
    margin: 0 0 14px;
}

.carousel_2 .in {
    min-width: 980px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.carousel_2 .main_list {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}

.carousel_2 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_2 .main_list:before, .carousel_2 .main_list:after, .carousel_2 .item:before, .carousel_2 .item:after {
    display: none;
}

.carousel_2 .item {
    display: table-cell;
    width: 472px;
    padding: 0 37px 0 0;
    position: relative;
    font-size: 12px;
    line-height: 1.2;
}

.carousel_2 .title {
    margin: 0 0 16px;
}

.carousel_2 .text {
    display: block;
    padding: 7px 0 0;
}

.carousel_2 .link {
    font-size: 18px;
        color: #FFFCE0;
}

.carousel_2 .fig {
    display: block;
    float: left;
    width: 168px;
    height: 167px;
    margin: 0 17px 0 0;
    position: relative;
    overflow: hidden;
background: #fff;
}

.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 .info {
    min-height: 67px;
    color: #FFFCE0;
}

.carousel_2 .article {
    margin: 0 0 5px;
    font-size: 13px;
}

.carousel_2 .number {
    display: inline-block;
    vertical-align: top;
    width: 58px;
    margin: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel_2 .number .field {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    padding: 11px 8px 9px;
    font-size: 14px;
    color: #131313;
    text-align: center;
}

.carousel_2 .number .field:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.carousel_2 .number .field::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.carousel_2 .number .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.carousel_2 .number .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.carousel_2 .number .field.placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.carousel_2 .number .up {
    background: url(../images/pic24.png) no-repeat 100% 8px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
}

.carousel_2 .number .down {
    background: url(../images/pic25.png) no-repeat 100% 3px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 19px;
    right: 0;
}

.carousel_2 .price {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 0 0;
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Exo 2', sans-serif;
}

.carousel_2 .into {
    background: #131313;
    display: inline-block;
    padding: 3px 5px 6px;
    font-size: 24px;
    font-weight: 600;
    color: #FFFCE0;
}

.carousel_2 .old_price {
    display: block;
    padding: 0 0 0 15px;
    font-size: 18px;
    text-decoration: line-through;
}

.carousel_2 .button_box {
    display: inline-block;
    vertical-align: top;
}

.btn_1 {
    background: #131313 url(../images/pic14.png) no-repeat 50% 50%;
    display: inline-block;
    width: 46px;
    height: 38px;
}

.btn_2 {
    background:#131313;
    display: inline-block;
    height: 38px;
    padding: 0 28px;
    font-size: 14px;
        color: #FFFCE0;
    text-decoration: none;
    line-height: 38px;
}

.btn_3 {
    background: #131313 url(../images/pic14.png) no-repeat 50% 50%;
    display: none;
    width: 46px;
    height: 38px;
}

.skidki_box_1 .btn_1 {
    background: #131313 url(../images/pic14.png) no-repeat 50% 50%;
}

.skidki_box_1 .btn_2 {
    background: #131313;
}

.skidki_box_1 .btn_3 {
    background: #474646 url(../images/pic14.png) no-repeat 50% 50%;
}

.all {
    background: #131313 url(../images/pic4.png) no-repeat 90% 50%;
    display: inline-block;
    width: 99px;
    height: 37px;
    padding: 0 30px 0 19px;
        color: #FFFCE0;
    text-decoration: none;
    line-height: 37px;
}

.all2 {
    background: #397099   url(../images/pic4.png) no-repeat 90% 50%;
    display: inline-block;
    width: 99px;
    height: 37px;
    padding: 0 30px 0 19px;
        color: #FFFCE0;
    text-decoration: none;
    line-height: 37px;
}
.w-102{
	width:102px;
}
.main_page .subscription {
    width: 733px;
    clear: none;
}

.subscription {
    clear: both;
    width: 733px;
    margin: 7px 0 28px 114px;
    position: relative;
}

.subscription:before {
    content: "";
    background:#601710;
    position: absolute;
    top: -7px;
    right: -10000px;
    bottom: -7px;
    left: -10000px;
    z-index: -1;
}

.subscription .label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-style: normal;
}

.subscription .btn {
    background: #131313;
    border: none;
    width: 37px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    text-align: center;
}

.main_page .subscription .field {
    width: 266px;
}

.subscription .field {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 266px;
    padding: 6px 49px 9px 15px;
    font-size: 15px;
    color: #3b3b3b;
}

.subscription .field:-moz-placeholder {
    opacity: 1;
    font-size: 15px;
    color: #3b3b3b;
    font-style: italic;
}

.subscription .field::-moz-placeholder {
    opacity: 1;
    font-size: 15px;
    color: #3b3b3b;
    font-style: italic;
}

.subscription .field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 15px;
    color: #3b3b3b;
    font-style: italic;
}

.subscription .field:-ms-input-placeholder {
    opacity: 1;
    font-size: 15px;
    color: #3b3b3b;
    font-style: italic;
}

.subscription .field.placeholder {
    font-size: 15px;
    color: #3b3b3b;
    font-style: italic;
}

.akcii_box {
    margin: 0 0 47px;
    padding: 56px 0 0;
    position: relative;
}

.akcii_box:before {
    content: "";
    /*background: url(../images/triangle_akcii_2.png) no-repeat;*/
    width: 340px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 354px;
}

.akcii_box .h3 {
    display: inline-block;
    height: 95px;
    margin: 0;
    padding: 54px 102px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
        color: #FFFCE0;
    z-index: 3;
    width:620px;

}

.akcii_box .h3:after {
    content: "";
    background: #397099db;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.akcii_box .h3:before {
    content: "";
    /*background: url(../images/triangle_carousel.png) no-repeat;*/
    width: 61px;
    height: 159px;
    position: absolute;
    top: 0;
    right: -61px;
    z-index: -1;
}

.akcii_box .arrow {
    background: #2A1F19 url(../images/pic4.png) no-repeat 50% 50%;
    display: inline-block;
    width: 31px;
    height: 31px;
    margin: 0 0 0 3px;
}

.akcii_box .box {
    width: 286px;
    height: 123px;
    padding: 23px 0 0 26px;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1.3;
    z-index: 3;
}

.akcii_box .box .fig {
    display: none;
}

.akcii_box .box:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.akcii_box .box:before {
    content: "";
    background: url(../images/triangle_akcii.png) no-repeat;
    width: 56px;
    height: 146px;
    position: absolute;
    top: 0;
    left: -56px;
    z-index: -1;
}

.akcii_box p {
    margin: 0 0 5px;
}

.akcii_box .title {
    margin: 0 0 20px;
}

.akcii_box .link {
    font-size: 16px;
    color: #131313;
}

.more {
    background: #2A1F19 url(../images/pic4.png) no-repeat 90% 50%;
    display: inline-block;
    width: 82px;
    height: 37px;
    padding: 0 38px 0 24px;
    color: #FFFCE0;
    text-decoration: none;
    line-height: 37px;
}

.akcii_box .fig {
    width: 1368px;
    height: 316px;
    margin: 0 -470px 0 82px;
    position: relative;
}

.akcii_box .fig:after {
    content: "";
    /*background: url(../images/triangle_carousel_2.png) no-repeat;*/
    width: 176px;
    height: 209px;
    position: absolute;
    top: 54px;
    left: -77px;
    z-index: 2;
}

.akcii_box .fig:before {
    content: "";
    background: url(../images/triangle_carousel_3.png) no-repeat;
    width: 671px;
    height: 316px;
    position: absolute;
    top: 0;
    left: -552px;
    z-index: 1;
}

.akcii_box .in {
    width: 1920px;
    height: 316px;
    position: relative;
    overflow: hidden;
}

.akcii_box .img {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: -1000em;
    vertical-align: top;
}

.news_box .h3 {
    margin: 0 0 25px;
    font-size: 36px;
    color: #fff;
}

.news_list_1 {
    margin: 0 0 0 -47px;
}

.news_list_1 .item {
    width: 294px;
    margin: 0 0 0 47px;
    line-height: 1.4;
}

.news_list_1 .fig {
    width: 294px;
    height: 107px;
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
}

.news_list_1 .img {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    bottom: -1000em;
    vertical-align: top;
}

.news_list_1 .title {
    margin: 0 0 5px;
}

.news_list_1 .link {
    color: #fff;
}

.crumbs {
    margin: 0 0 17px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic26.png) no-repeat 8px 6px;
    display: inline;
    padding: 0 0 0 23px;
    color: #5E584C;
    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: #5E584C;
}

.table_1 {
    width: 100%;
    margin: 0 0 8px;
}

.table_1 .item {
    border-bottom: 1px solid #513d41;
}

.table_1 td {
    padding: 15px 13px 13px;
    vertical-align: top;
}

.table_1 td:first-child {
    padding: 15px 33px 13px 0;
}
.table_1 td:last-child {
	text-align:right;
}
.table_1 .delete {
    border-bottom: 1px dashed #397099;
    font-size: 12px;
    color: #397099;
    text-decoration: none;
}

.table_1 .delete:hover {
    border-bottom: 1px dashed #131313;
}

.table_1 .title {
    margin: 0 0 16px;
    line-height: 1;
}

.table_1 .fig {
    display: block;
    width: 77px;
    height: 77px;
    float: left;
    margin: 0 13px 0 0;
    position: relative;
    overflow: hidden;
	background: #fff;
}

.table_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.table_1 .link {
    display: block;
    font-size: 18px;
    color: #5E584C;
}

.table_1 .article {
    margin: 0 0 6px;
    font-size: 13px;
}

.table_1 .number {
    display: inline-block;
    vertical-align: middle;
    width: 58px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align:left;
}

.table_1 .number .field {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    padding: 11px 8px 9px;
    font-size: 14px;
    color: #131313;
    text-align: center;
}

.table_1 .number .field:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.table_1 .number .field::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.table_1 .number .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.table_1 .number .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.table_1 .number .field.placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.table_1 .number .up {
    background: url(../images/pic24.png) no-repeat 100% 8px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
}

.table_1 .number .down {
    background: url(../images/pic25.png) no-repeat 100% 3px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 19px;
    right: 0;
}

.table_1 .price {
    background: #397099;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    padding: 0 5px;
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fefce0;
}

.box_1 {
    margin: 0 0 22px;
    overflow: hidden;
}

.btn_4 {
    background: #397099;
    display: inline-block;
    height: 38px;
    padding: 0 31px;
    color: #fefce0;
    text-decoration: none;
    line-height: 38px;
}

.box_6 {
	overflow:hidden;
}
.box_6 .mr-100 {
    margin-right: 0!important; 
}
.w-440 {
    width: 440px;
}

.captcha {
    display: inline-block;
    padding-left: 79px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    background: #fff;
    width: 79px;
    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%;
}

.button {
    background: #2A1F19;
    border: none;
    height: 38px;
    padding: 0 35px;
    color: #fefce0;
    line-height: 38px;
}

.button1 {
    background: #397099;
    border: none;
    height: 38px;
    padding: 0 35px;
    color: #fefce0;
    line-height: 38px;
}
.star {
    background: url(../images/pic29.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 5px;
    margin: 10px 0 0;
}

.label {
    display: inline-block;
    vertical-align: top;
    font-style: italic;
    line-height: 1.2;
}

.h-95 {
    height: 95px;
}

.ml-226 {
    margin-left: 226px;
}

.radio {
    cursor: pointer;
    background: #fff;
    border-radius: 11px;
    display: inline-block;
    width: 21px;
    height: 21px;
    position: relative;
    vertical-align: middle;
    border: 1px solid #5E584C;
}

.radio .bg {
    background: #503461;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin: auto;
    position: absolute;
    top: 8px;
    left: 8px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.radio input {
    clip: rect(0, 0, 0, 0);
    position: absolute !important;
}

.radio input:checked + .bg {
    opacity: 1;
}

.label_3 {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-style: italic;
}

.promo {
    border-top: 9px solid #503461;
    padding: 29px 0 0;
}

.catalog_list_3 {
    margin: 0 0 0 -16px;
    text-align: center;
}

.catalog_list_3 .item {
    width: 156px;
    margin: 0 0 21px 16px;
    /*font-family: 'Cuprum', sans-serif;*/
	font-family: 'Exo 2', sans-serif;
    font-size: 20px;
}

.catalog_list_3 .link {
    color: #433831;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.catalog_list_3 .link:hover {
    color: #d37146;
}

.catalog_list_3 .fig {
    background: #000;
    -moz-box-shadow: 0 0 5px rgba(3, 4, 4, .75);
    -webkit-box-shadow: 0 0 5px rgba(3, 4, 4, .75);
    box-shadow: 0 0 5px rgba(3, 4, 4, .75);
    border: 5px solid #fff;
    border-radius: 80px;
    display: block;
    width: 129px;
    height: 129px;
    margin: 0 0 4px;
    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;
}

.box_2 {
    border-bottom: 1px solid #bbb8b3;
    float: left;
    width: 389px;
    margin: 0 11px 10px 0;
    padding: 0 0 9px;
}

.fig_1 {
    float: left;
    width: 300px;
    height: 300px;
    margin: 0 13px 18px 0;
    position: relative;
    overflow: hidden;
background: #fff;
}

.fig_1 .img {
        max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.splide__list {
  visibility: visible;
  display: flex;
}

.splide__pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}

.splide__pagination li {
  background: none;
  margin: 0 .4rem;
  padding: 0;
}

.splide__track {
  overflow: visible;
}

.carousel_6 {
	 float: left;
    width: 300px;
    height: 300px;
	 margin: 0 32px 18px 0;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.carousel_6 .splide__arrow--next, .carousel_6 .splide__arrow--prev {
	background: url(../images/carousel_4_next.svg) no-repeat 100% 50%;
    display: block;
    width: 31px;
    height: 50px;
	margin:-25px 0 0;
    position: absolute;
    /*top: 4px;*/
	top:50%;
    right: 0;
	z-index:3;
}

.carousel_6 .splide__arrow--prev {
	background: url(../images/carousel_4_prev.svg) no-repeat 0 50%;
    right: auto;
    left: 0;
}

.carousel_6 .splide__arrow--prev svg {
  display: none;
}

.carousel_6 .splide__arrow--next svg {
  display: none;
}


.carousel_6 .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.carousel_6 .splide__list {
  backface-visibility: hidden;
  display: flex;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.carousel_6 .splide__slide {
    position: relative;
	height:auto !important;
}

.carousel_6 .fig {
 width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
}



.carousel_6 .img {
     max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}
.carousel_6 .splide__pagination {
  counter-reset: pagination-num;
  margin: 0 0 -54px;
}

.carousel_6 .splide__pagination__page {
  background: none;
  border-radius: 0;
  height: auto;
  opacity: 1;
  width: auto;
}

.carousel_6 .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
}

.carousel_6 .splide__pagination__page {
  background: none;
  transform: none;
  display: block;
  padding: 0 7px;
  color: #fff;
  font-weight: 400;
  font-size: 2.0rem;
  color: #ffffff;
  line-height: 130%;
  text-transform: uppercase;
  transition: 0.3s;
}

.carousel_6 .splide__pagination__page.is-active {
  color: #f95a08;
  font-weight: 600;
}
.box_4 {
    margin: 0 0 23px;
}

.box_4 .number {
    display: inline-block;
    vertical-align: top;
    width: 58px;
    margin: 0 5px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box_4 .number .field {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    padding: 11px 8px 9px;
    font-size: 14px;
    color: #131313;
    text-align: center;
}

.box_4 .number .field:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.box_4 .number .field::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.box_4 .number .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.box_4 .number .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.box_4 .number .field.placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.box_4 .number .up {
    background: url(../images/pic24.png) no-repeat 100% 8px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
}

.box_4 .number .down {
    background: url(../images/pic25.png) no-repeat 100% 3px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 19px;
    right: 0;
}

.box_4 .price {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin: 0 6px 0 0;
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Exo 2', sans-serif;
}

.box_4 .into {
    background: #397099;
    display: inline-block;
    width: 150px;
    padding: 0 15px 4px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
        color: #FFFCE0;
}

.box_4 .old_price {
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: line-through;
}

.box_4 .button_box {
    display: inline-block;
    vertical-align: top;
}

.box_4 .btn_1 {
    background: #601710 url(../images/pic14.png) no-repeat 50% 50%;
    display: inline-block;
    width: 46px;
    height: 38px;
}

.box_4 .btn_2 {
    background: #2A1F19;
    display: inline-block;
    height: 38px;
    padding: 0 28px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 38px;
}

.box_4 .btn_3 {
    background: #2A1F19 url(../images/pic14.png) no-repeat 50% 50%;
    display: none;
    width: 46px;
    height: 38px;
}

.carousel_4 {
    border-top: 1px solid #50656c;
    border-bottom: 1px solid #50656c;
    /*width: 381px;*/
    padding: 4px 31px;
	overflow:hidden;
   
    position: relative;
    z-index: 3;
}

.carousel_4 .splide__arrow--next, .carousel_4 .splide__arrow--prev {
    /*background: url(../images/pic35.png) no-repeat 50% 50%;*/
	background: url(../images/carousel_4_next.svg) no-repeat 100% 50%;
    display: block;
    width: 31px;
    height: 50px;
	margin:-25px 0 0;
    position: absolute;
    /*top: 4px;*/
	top:50%;
    right: 0;
	transform: none;
}

.carousel_4 .splide__arrow--prev {
    /*background: url(../images/pic34.png) no-repeat 50% 50%;*/
	background: url(../images/carousel_4_prev.svg) no-repeat 0 50%;
    right: auto;
    left: 0;
}
.carousel_4 .splide__arrow--prev svg {
  display: none;
}

.carousel_4 .splide__arrow--next svg {
  display: none;
}


.carousel_4 .splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.carousel_4 .splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.carousel_4 .splide__slide {
    border: none !important;
  position: relative;
  transition: 0.3s;
}

.carousel_4 .splide__slide.is-active {
   border: 3px solid #50656c !important;
}
.carousel_4 .fig {
background: #fff;    
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
}



.carousel_4 .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: -1000em;
    left: -1000em;
    vertical-align: top;
}

.article_1 {
    margin: 0 0 37px;
    font-size: 13px;
}

.carousel_5 {
   min-width: 657px;
    position: relative;
    z-index: 3;
}

.w-450 {
    width: 450px;
}

.carousel_5 p {
    margin: 0 0 10px;
}

.carousel_5 .next, .carousel_5 .prev {
    background: url(../images/pic35.png) no-repeat;
    display: block;
    width: 10px;
    height: 19px;
    position: absolute;
    top: -41px;
    right: 7px;
    z-index: 3;
}

.carousel_5 .prev {
    background: url(../images/pic34.png) no-repeat;
    right: 47px;
}

.carousel_5 .in {
    position: relative;
    overflow: hidden;
}

.carousel_5> .in> .main_list {
    display: table;
    table-layout: fixed;
    width: 100%!important;
    position: relative;
}

.carousel_5> .in> .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_5> .in> .main_list:before, .carousel_5> .in> .main_list:after, .carousel_5> .in> .main_list> .item:before, .carousel_5> .in> .main_list> .item:after {
    display: none;
}

.carousel_5> .in> .main_list> .item {
    display: table-cell;
    width: 657px;
    
    position: relative;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    line-height: 1.2;
}

.carousel_5 .main_list .list {
    border-top: 1px solid #513d41;
    padding: 14px 0 0;
}

.carousel_5 .main_list .list .item {
    border-bottom: 1px solid #513d41;
    margin: 0 0 17px;
    padding: 0 0 3px;
}

.carousel_5 .title {
    margin: 0 0 17px;
    line-height: 1;
}

.carousel_5 .link {
    font-size: 18px;
    
}

.carousel_5 .fig {
background: #fff;
    float: left;
    display: block;
    width: 77px;
    height: 77px;
    margin: 4px 13px 0 0;
    position: relative;
    overflow: hidden;
}

.carousel_5 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.carousel_5 .article {
    margin: 0 0 6px;
    font-size: 13px;
}

.carousel_5 .box_price {
    float: right;
    width: 116px;
    margin: 3px 0 0;
}

.carousel_5 .number {
    display: inline-block;
    vertical-align: top;
    width: 58px;
    margin: 0 5px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.carousel_5 .number .field {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    padding: 11px 8px 9px;
    font-size: 14px;
    color: #131313;
    text-align: center;
}

.carousel_5 .number .field:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.carousel_5 .number .field::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.carousel_5 .number .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.carousel_5 .number .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.carousel_5 .number .field.placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.carousel_5 .number .up {
    background: url(../images/pic24.png) no-repeat 100% 8px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
}

.carousel_5 .number .down {
    background: url(../images/pic25.png) no-repeat 100% 3px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 19px;
    right: 0;
}

.carousel_5 .price {
    display: inline-block;
    vertical-align: top;
    width: 116px;
    margin: 0 0 6px;
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Exo 2', sans-serif;
}

.carousel_5 .into {
    background: #397099;
    display: inline-block;
    width: 96px;
    padding: 8px 10px 9px;
    font-size: 18px;
    text-align: center;
}

.carousel_5 .old_price {
    display: block;
    font-size: 14px;
    text-align: center;
    text-decoration: line-through;
}

.carousel_5 .button_box {
    display: inline-block;
    vertical-align: top;
}

.carousel_5 .btn_1 {
    background: #601710 url(../images/pic14.png) no-repeat 50% 50%;
    display: inline-block;
    width: 46px;
    height: 38px;
}

.carousel_5 .btn_3 {
    background: #503461 url(../images/pic14.png) no-repeat 50% 50%;
    display: none;
    width: 46px;
    height: 38px;
}

.btn_9 {
    background: #601710;
    display: inline-block;
    width: 96px;
    height: 45px;
    padding: 7px 10px 0;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.btn_5 {
    background: #9fc54d url(../images/pic43.png) no-repeat 16px 12px;
    display: inline-block;
    height: 39px;
    padding: 0 22px 0 44px;
    /*font-family: 'Cuprum', sans-serif;*/
	font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 39px;
}

.btn_6 {
    background: #c5e976 url(../images/pic43.png) no-repeat 16px 12px;
    display: none;
    height: 39px;
    padding: 0 22px 0 44px;
    /*font-family: 'Cuprum', sans-serif;*/
	font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 39px;
}

.btn_7 {
    background: #9fc54d;
    display: inline-block;
    height: 39px;
    padding: 0 38px;
    /*font-family: 'Cuprum', sans-serif;*/
	font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 39px;
}



.catalog_list_4 p {
    margin: 0 0 14px;
}

.catalog_list_4 .item {
    width: calc(32% - 1rem);
    margin: 30px 0 0 20px;
    padding: 0 14px 22px;
 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 2px solid #ecf0f1;
}

.catalog_list_4 .title {
    margin: 0 0 16px;
}

.catalog_list_4 .text {
    display: block;
}

.catalog_list_4 .link {
    font-size: 18px;
    color: #5E584C;
}

.catalog_list_4 .fig {
    display: block;
    
    height: 300px;
    margin: 6px 13px 0 0;
    position: relative;
    overflow: hidden;
background: #fff;
}

.catalog_list_4 .img {
        max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;

}

.catalog_list_4 .info {
    min-height: 67px;
    overflow: hidden;
}

.catalog_list_4 .article {
    margin: 0 0 5px;
    font-size: 13px;
}

.catalog_list_4 .number {
    display: inline-block;
    vertical-align: top;
    width: 58px;
    margin: 0 5px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align:left;
}

.catalog_list_4 .number .field {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    padding: 11px 8px 9px;
    font-size: 14px;
    color: #131313;
    text-align: center;
}

.catalog_list_4 .number .field:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.catalog_list_4 .number .field::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.catalog_list_4 .number .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.catalog_list_4 .number .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.catalog_list_4 .number .field.placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.catalog_list_4 .number .up {
    background: url(../images/pic24.png) no-repeat 100% 8px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
}

.catalog_list_4 .number .down {
    background: url(../images/pic25.png) no-repeat 100% 3px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 19px;
    right: 0;
}

.catalog_list_4 .price {
    display: inline-block;
    vertical-align: top;
    width: 146px;
    margin: 0 7px 0 0;
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Exo 2', sans-serif;
    color: #FFFCE0;
}

.catalog_list_4 .into {
    background: #397099;
    display: inline-block;
    width: 136px;
    padding: 3px 5px 6px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.catalog_list_4 .old_price {
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: line-through;
}

.catalog_list_4 .button_box {
    display: inline-block;
    vertical-align: top;
}

.catalog_list_4 .btn_1 {
    background: #2A1F19 url(../images/pic14.png) no-repeat 50% 50%;
    display: inline-block;
    width: 46px;
    height: 38px;
}

.catalog_list_4 .btn_2 {
    background: #2A1F19;
    display: inline-block;
    height: 38px;
    padding: 0 28px;
    font-size: 14px;
        color: #FFFCE0;
    text-decoration: none;
    line-height: 38px;
}

.catalog_list_4 .btn_3 {
    background: #2A1F19 url(../images/pic14.png) no-repeat 50% 50%;
    display: none;
    width: 46px;
    height: 38px;
}

.sort_list_2 {
    width: 60px;
    height: 21px;
    margin: 3px 0 0;
    float: right;
}

.sort_list_2 .item {
    margin: 0 0 0 8px;
}

.sort_list_2 .fig {
    display: block;
    width: 22px;
    height: 21px;
    position: relative;
    overflow: hidden;
}

.sort_list_2 .fig_pink {
    opacity: 1;
    visibility: visible;
}

.sort_list_2 .fig_white {
    opacity: 0;
    visibility: hidden;
}

.sort_list_2 .active .fig_white {
    opacity: 1;
    visibility: visible;
}

.sort_list_2 .active .fig_pink {
    opacity: 0;
    visibility: hidden;
}

.sort_list_2 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.sort_list_1 {
    height: 16px;
    float: left;
    margin: 0 0 18px;
}

.sort_list_1 .item {
    margin: 0 37px 0 0;
    line-height: 1;
}

.sort_list_1 .link {
    border-bottom: 1px dashed #397099;
    color: #397099;
    line-height: 1;
    text-decoration: none;
}

.sort_list_1 .item:last-child .link {
    background: none;
}

.sort_list_1 .link:hover {
    border-bottom: 1px dashed #131313;
}

.pages {
    margin: 0 0 22px;
}

.pages .item {
    background: url(../images/pic26.png) no-repeat 0 50%;
    margin: 0 14px 0 0;
    padding: 0 0 0 18px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.pages .item:first-child {
    background: none;
    padding: 0;
}

.pages .link {
    display: block;
    position: relative;
    color: #fff;
    line-height: 32px;
    -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 {
    color: #fff;
    text-decoration: none;
    line-height: 32px;
}

.pages .dot {
    margin: 0 6px 0 4px;
}

.catalog_list_5 {
    border-top: 1px solid #513d41;
    padding: 14px 0 0;
}

.catalog_list_5 p {
    margin: 0 0 10px;
}

.catalog_list_5 .item {
    border-bottom: 1px solid #513d41;
    margin: 0 0 17px;
    padding: 0 0 3px;
    font-size: 12px;
    color: #5E584C;
    line-height: 1.2;
}

.catalog_list_5 .title {
    margin: 0 0 17px;
    line-height: 1;
}

.catalog_list_5 .link {
    font-size: 18px;
    color: #5E584C;
}

.catalog_list_5 .fig {
    float: left;
    display: block;
    width: 77px;
    height: 77px;
    margin: 4px 13px 0 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.catalog_list_5 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.catalog_list_5 .article {
    margin: 0 0 6px;
    font-size: 13px;
}

.catalog_list_5 .box_price {
    float: right;
    width: 116px;
    margin: 3px 0 0 91px;
}

.catalog_list_5 .number {
    display: inline-block;
    vertical-align: top;
    width: 58px;
    margin: 0 5px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog_list_5 .number .field {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    padding: 11px 8px 9px;
    font-size: 14px;
    color: #131313;
    text-align: center;
}

.catalog_list_5 .number .field:-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.catalog_list_5 .number .field::-moz-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.catalog_list_5 .number .field::-webkit-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.catalog_list_5 .number .field:-ms-input-placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.catalog_list_5 .number .field.placeholder {
    font-size: 14px;
    font-style: normal;
    color: #131313;
}

.catalog_list_5 .number .up {
    background: url(../images/pic24.png) no-repeat 100% 8px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 0;
    right: 0;
}

.catalog_list_5 .number .down {
    background: url(../images/pic25.png) no-repeat 100% 3px;
    width: 15px;
    height: 19px;
    position: absolute;
    top: 19px;
    right: 0;
}

.catalog_list_5 .price {
        background: #397099;
   color: #fefce0;
    padding: 3px 15px 6px;
    display: inline-block;
    vertical-align: top;
    /*width: 116px;*/
    margin: 0 0 6px;
    /*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Exo 2', sans-serif;
}

.catalog_list_5 .into {
    background: #715a7f;
    display: inline-block;
    width: 96px;
    padding: 8px 10px 9px;
    font-size: 18px;
    text-align: center;
}

.catalog_list_5 .old_price {
    display: block;
    font-size: 14px;
    text-align: center;
    text-decoration: line-through;
}

.catalog_list_5 .button_box {
    display: inline-block;
    vertical-align: top;
}

.catalog_list_5 .btn_1 {
    background: #601710 url(../images/pic14.png) no-repeat 50% 50%;
    display: inline-block;
    width: 46px;
    height: 38px;
}

.catalog_list_5 .btn_3 {
    background: #601710 url(../images/pic14.png) no-repeat 50% 50%;
    display: none;
    width: 46px;
    height: 38px;
}

.fig_2 {
    -moz-box-shadow: 0 0 5px rgba(3, 4, 4, .75);
    -webkit-box-shadow: 0 0 5px rgba(3, 4, 4, .75);
    box-shadow: 0 0 5px rgba(3, 4, 4, .75);
    border: 6px solid #fff;
    float: left;
    max-width: 376px;

    margin: 0 11px 0 0;
    position: relative;
    overflow: hidden;
}

.fig_2 .img {
    max-width: 376px;


    vertical-align: top;
}

.date_1 {
    margin: 0 0 17px;
}

.news_list_3 {
    border-top: 1px solid #513d41;
    padding: 22px 0 0;
}

.news_list_3 .item {
    border-bottom: 1px solid #513d41;
    margin: 0 0 15px;
    padding: 0 0 11px;
}

.news_list_3 .fig {
    float: left;
    margin: 4px 20px 0 0;
}

.news_list_3 .img {
    vertical-align: top;
}

.news_list_3 .title {
    margin: 0 0 5px;
}

.news_list_3 .link {
    color: #fff;
}

.ml-209 {
    margin-left: 209px;
}

.checkbox {
    cursor: pointer;
    background: #f9f5ef;
    -moz-box-shadow: inset 0 1px 4px rgba(5, 6, 6, .13);
    -webkit-box-shadow: inset 0 1px 4px rgba(5, 6, 6, .13);
    box-shadow: inset 0 1px 4px rgba(5, 6, 6, .13);
    display: inline-block;
    width: 22px;
    height: 23px;
    position: relative;
    vertical-align: middle;
}

.checkbox .bg {
    background: url(../images/pic59.png) no-repeat;
    width: 17px;
    height: 17px;
    margin: auto;
    position: absolute;
    top: 2px;
    left: 3px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.checkbox input {
    clip: rect(0, 0, 0, 0);
    position: absolute !important;
}

.checkbox input:checked + .bg {
    opacity: 1;
}

.btn_8 {
   
    background: #2A1F19;
    display: inline-block;
    height: 38px;
    padding: 0 32px;
    color: #FFFCE0;
    text-decoration: none;
    line-height: 38px;
}

.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: #0b0b0b;
    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.70;
}

.modal__content {
    background: #397099;
    padding: 24px;
    position: relative;
}

.modal__content .h3 {
    margin: 0 0 20px;
    font-size: 26px;
    color: #FFFCE0;
}

.modal_box_form .modal__content {
    padding: 19px 19px 26px;
}

.box_modal_basket .modal__content {
    width: 475px;
    padding: 19px 19px 23px;
}

.box_modal_basket .modal__content .h3 {
    margin: 0 0 23px;
        color: #FFFCE0;
}

.box_modal_basket .modal__content p {
    margin: 0 0 11px;
}

.box_modal_basket .link {
    font-size: 18px;
    color: #fff;
}

.box_thanks .modal__content {
    width: 272px;
    padding: 18px 20px 30px;
    font-size: 12px
}

.box_thanks .modal__content .h3 {
    margin: 0 0 16px;
}

.box_fig .modal__content {
    padding: 36px 9px 10px;
}

.modal__close_btn {
    background: url(../images/pic40.png) no-repeat 50% 50%;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 36px;
    z-index: 2;
}

.modal_lightbox__title {
    padding: 8px 0 0;
    font-size: 12px;
}

.modal_lightbox__image {
	max-width:800px;
	width:800px;
}
.modal_lightbox__image img {
	width:100%;
    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/pic34.png) no-repeat;
    width: 10px;
    height: 19px;
	margin:-9px 0 0;
    position: absolute;
    top: 50%;
    left: 27px;
}

.modal_lightbox__next:before {
    background: url(../images/pic35.png) no-repeat;
    left: auto;
	right:27px;
}

.box_modal_basket .box_3 {
  text-align: center;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    
   min-width: 980px;
    height: 146px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    z-index: 1;
}

.footer:before {
    background-color: #2A1F19;
    position: absolute;
    content: '';
    top: 0;
    left: -10000px;
    right: -100000px;
    bottom: 0;
    z-index: -1;
}


.nav_footer {
	
   width: 100%;
    position: relative;
    z-index: 10;
}

.nav_footer> .list {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
    margin: 0 0 0 -27px;
    position: relative;
    z-index: 1;
}

.nav_footer> .list> .item {
	width:100%;
    margin: 0 0 0 27px;
    font-size: 16px;
}

.nav_footer> .list> .item> .link {
       display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
    position: relative;
    height: 63px;
    color: #FFFCE0;
}

.nav_footer> .list> .item:hover> .link, .nav_footer> .list> .active> .link {
    text-decoration: none;
}

.social_networks_footer {
    position: absolute;
    top: 56px;
    right: 1px;
}

.social_networks_footer .item {
    float: left;
    margin: 0 0 0 11px;
}

.social_networks_footer .link {
    display: block;
    width: 31px;
    height: 31px;
    position: relative;
    overflow: hidden;
}

.social_networks_footer .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}
.company_footer {
    position: absolute;
    top: 66px;
    left: 65%;
    color: #FFFCE0;
}

.developer {
    position: absolute;
    top: 56px;
    left: 425px;
    font-size: 12px;
}

.developer .link {
    color: #fff;
}

.address_footer {
    
    position: absolute;
    top: 66px;
    left: 0;
    line-height: 1.3;
        color: #FFFCE0;
}

.address_footer.link {
    color: #FFFCE0;
}

.footer_phone {
    position: absolute;
    top: 66px;
    left: 30%;
    line-height: 1.3;
    color: #FFFCE0;
}

.mail_footer {
    position: absolute;
    top: 66px;
    left: 45%;
}

.mail_footer .link {
        color: #FFFCE0;
}

.counter {
    position: absolute;
    top: 66px;
    right: 0;
}

.counter .item {
    float: left;
    margin: 0 0 0 34px;
}

.counter .img {
    vertical-align: top;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
@media (min-width: 768px) {
.page_with-small-header .header_top {
	height: 51px;
	padding: 0;
}
.page_with-small-header .header_top::before {
	content: "";
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .16);
	display: block;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}

.page_with-small-header .logo {
  background-size: 76px 51px;
  width: 76px;
  height: 51px;
  top: 0;
}
.page_with-small-header .logo .link {
	width: 76px;
  height: 51px;
}
.page_with-small-header .slogan {
	display: none;
}
.page_with-small-header .header_search {
	width: 233px;
	top: 8px;
left: 11%;
}

.page_with-small-header .phone {
	top: 12px;
left: auto;
right: 28%;
}

.page_with-small-header .mail {
	top: 15px;
left: 38%;
right: auto;
}
.page_with-small-header .address {
	display:none;
}
.page_with-small-header .social_networks {
  display:none;
}
.page_with-small-header .feedback{
	display:none;
}
.page_with-small-header .basket {
	top: 8px;
  right: 80px;
}
.page_with-small-header .nav {
	width: 53px;
	height: 51px;
	position: absolute;
	top: 0;
	right: 0;
}
.page_with-small-header .nav:before {
	display: none;
}
.page_with-small-header .nav_active {
	width: 100%;
}
.page_with-small-header .nav_toggle {
	background: url(../images/header_menu.svg) no-repeat 50% 50%;
	border: none;
	display: block;
	width: 53px;
	height: 51px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.page_with-small-header .nav_active .nav_toggle {
	background: url(../images/header_menu_close.svg) no-repeat 50% 50%;
}
.page_with-small-header .nav> .sub_all {
	display: none;
	background: #0089BD;
}
.page_with-small-header .nav_active .sub_all {
	display: block;
}
.page_with-small-header .search{
	display:none;
}
}
@media (max-width: 767px) {
    .wrapper {
        min-width: 0;
    }

    .h1 {
        font-size: 16px;
    }

    .h3 {
        font-size: 22px;
    }

    .inner {
        min-width: auto;
    max-width: none;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    }
.modal_lightbox__image {
  max-width: none;
  width: 100%;
}
.main_page .header{
	/*padding:46px 0 0;*/
	padding:0;
}
    .header {
        /*padding: 283px 0 0;*/
		/*padding:163px 0 0;*/
		padding:0;
    }
.header_top {
	background:#fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .16);
  min-width: auto;
  max-width: none;
  height:43px;
  padding:0;
}
    .logo {
        /*background: url(../images/logo1.png) no-repeat;
        width: 94px;
        height: 74px;
        top: 7px;
        left: 5px;*/
		background: url(../images/logo1_new.png) no-repeat;
		background-size:79px 46px;
		/*width:8.2rem;
		height:4.6rem;*/
		width:79px;
		height:46px;
		top:-3px;
		left:2px;
        font-size: 20px;
        text-align: left;
    }

    .logo .link {
        /*width: 94px;
        height: 74px;*/
		/*width:8.2rem;
		height:4.6rem;*/
		width:79px;
		height:46px;
    }

    .slogan {
        width: 174px;
        top: 80px;
        left: 7px;
        line-height: 1.2;
    }

    .phone {
        /*background: url(../images/phone_mobile.svg) no-repeat 50% 50%;*/
		background: url(../images/phone_mobile_new.svg) no-repeat 50% 50%;
		top:0;
		left:93px;
		width:23px;
	height:43px;
	font-size:0;
	padding:0;
    }
.phone .link{
	
	display:block;
	width:23px;
	height:43px;
}
    .mail {
		display:none;
        position: absolute;
        top: 169px;
        left: 40px;
        font-size: 16px;
    }

    .address {
        display: none;
    }

    .social_networks {
		display:none;
        top: 46px;
        right: 7px;
    }

    .social_networks .link {
        display: block;
        width: 22px;
        height: 23px;
        position: relative;
        overflow: hidden;
    }

    .social_networks .img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        vertical-align: top;
    }

    .basket {
       /* position: absolute;
        top: 0;*/
        /*right: 0;*/
		/*right:4.9rem;
        font-size: 16px;*/
		top: 10px;
		right:57px;
    }

    .basket:after {
        background: none;
    }

    .basket .link {
       /* background: #397099 url(../images/pic43.png) no-repeat 11px 5px;
        display: block;
        width: 49px;
        height: 19px;
        padding: 8px 10px 9px 58px;
        position: relative;
        color: #fff;
        text-decoration: none;*/
		background: url(../images/basket_mobile.svg) no-repeat;
display: inline-block;


width: 40px;
height: 25px;
padding: 0 0 0 35px;
    }
.basket .number {
 width: 26px;
height: 21px;
padding:2px 7px;
font-size:14px;
}
    .basket .link:after {
        content: "";
        background: none;
    }

    .basket .link:before {
        content: "";
        /*background: url(../images/pic42.png) no-repeat;*/
        width: 15px;
        height: 36px;
        position: absolute;
        top: 0;
        left: -15px;
    }

    .basket .title {
        display: none;
    }

    .basket .summa {
        display: none;
    }

    .feedback {
        
		top: auto;
left: 85%;
position: fixed;
bottom: 1.2rem;
z-index:3;
    }

    .feedback .link {
       /* background: url(../images/pic44.png) no-repeat 50% 50%;
        */
		background:#922E1F url(../images/feedback_mobile.svg) no-repeat 50% 50%;
		border: none;
border-radius: 50%;
        width: 50px;
		height:50px;
		padding: 0;
		font-size: 0;
    }
.header_search {
	width: 40px;
	height: 43px;
	position: absolute;
	top: 0;
	right: 149px;
	left:auto;
}
.header_search.active {
	width: 100vw;
	right: 0;
}
.header_search .title {
	display: block;
	position:absolute;
	top:0;
	right:0;
	z-index:3;
}
.header_search .title .link {
	background: url(../images/search_mobile_new.svg) no-repeat 50% 50%;
	display: block;
	width: 40px;
	height: 43px;
}
.header_search.active .title{
	right: 149px;
}




.header_search .close {
	display: block;
	position:absolute;
	top:2px;
	right:3px;
	z-index:3;
}
.header_search .close .link {
	background: url(../images/search_mobile__sub_close_new.svg) no-repeat 50% 50%;
	display: block;
	width: 40px;
	height: 43px;
}

.header_search.active {
	z-index: 27;
}
.header_search .sub {
	display: none;
}
.header_search.active .sub {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .16);
	border-top:2px solid #397099;
	width: calc(100vw - 18px);
	padding: 42px 9px 55px;
	position: absolute;
	top: 100%;
	right: 0;
}
.header_search.active .sub:before {
	content:"";
	background: url(../images/search_arrow.png) no-repeat;
	width: 8px;
	height:3px;
	margin:0 0 0 -4px;
	position: absolute;
	top: -5px;
	left: 50%;
}
.header_search .btn {
	background: #fff;
	border:1px solid #82775F;
	width: 100%;
	height: 35px;
	margin: 24px 0 0;
	position: relative;
	font-size: 15px;
	font-weight: normal;
	color: #82775F;
	line-height: 35px;
	text-align: center;
}
.header_search .btn .text {
	display: block;
}
.btn_10 {
  top: 48px;
  right: 0;
}
.header_search .field {
	background: #fff url(../images/header_search_mobile.svg) no-repeat 0 19px;
	border:none;
	border-bottom:1px solid #D6D1C5;
	height: 40px;
	padding: 0 26px;
	text-align: center;
}
    .main_page .nav {
        /*height: 46px;
        margin: 0 0 16px;*/
		height: 43px;
		margin:0;
    }

    .nav {
        /* background: #397099;*/
		/*background:#2A1F19;*/
       /* width: 103px;
        height: 46px;
        margin: 0 0 4px;*/
		margin:0;
        position: absolute;
       /* top: 226px;
        left: 0;*/
		width: 53px;
        height: 43px;
		top:0;
		right:0;
		z-index:21;
		
		
    }
.nav .nav_toggle {
	background: url(../images/header_menu.svg) no-repeat 50% 50%;
	border: none;
	display: block;
	width: 53px;
        height: 43px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.nav_active .nav_toggle {
	background:#2A1F19 url(../images/header_menu_close.svg) no-repeat 50% 50%;
}
    .nav:before {
      /*  content: '';
		background: url(../images/menu_mobile.png) no-repeat 50% 50%;
		width: 49px;
        height: 36px;
		position:absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;*/
        /*padding: 2px 12px 0 39px;
        color: #fff;
        font-size: 16px;
        line-height: 46px;*/
		/*z-index:11;*/
		display:none;
    }
.main_page .nav_active{
		width: 100vw;
	height: auto;
	top: 0;
	left: 0;
	z-index: 27;
	}
	.nav_active {
	width: 100vw;
	height: auto;
	top: 0;
	left: 0;
	z-index: 27;
}
/*.nav_active:before{
	background: url(../images/menu_mobile_close.svg) no-repeat 50% 50%;
	left:auto;
	right:0;
}*/
    /*.nav:after {
        content: '';
        
        height: 46px;
        position: absolute;
        top: 0;
        right: -19px;
    }*/

    .nav> .sub_all {
       /* background: #397099;*/
		background: #2A1F19;
        border-top: 1px solid #397099;
        /*width: 273px;*/
		width: 100vw;
		height: calc(100vh - 43px);
        /*padding: 10px 11px 12px 33px;*/
		
        position: absolute;
        /*top: 100%;
        left: 0;
        right: 3px;*/
		top:43px;
left: 0;
right: 0;
text-align:center;
transform: translate(110%, 0);
	transition: transform .3s ease;
	will-change: transform;


    }
	.nav_active .sub_all {
	transform: translate(0, 0);
}
.nav> .sub_all> .list {
	border: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: calc(100% - 90px);
	height: 450px;
	padding:38px 45px 12px;
	overflow-x: auto;
	z-index: 1;
}
.nav> .sub_all>.list::-webkit-scrollbar {
 width: 3px;
}
.nav> .sub_all>.list::-webkit-scrollbar-button {
 display: none;
}
.nav> .sub_all>.list::-webkit-scrollbar-button:end {
 display: none;
}
.nav> .sub_all>.list::-webkit-scrollbar-track {
 background-color: rgba(154,106,93,0.33);
 border-radius: 3px;
}
.nav> .sub_all>.list::-webkit-scrollbar-track-piece {
 background-color: rgba(154,106,93,0.33);
 border-radius: 0.3rem;
}
.nav> .sub_all>.list::-webkit-scrollbar-thumb {
 background: #9A6A5D;
 border-radius: 3px;
 width: 0.3rem;
 height: 0.3rem;
 margin: 0 0 0 6px
 
 ;
}
.nav> .sub_all>.list> .item {
        display: block;
        margin: 0 0 46px;
		position: static;
        font-size: 18px;
        text-align: center;
		text-transform:uppercase;
	white-space: inherit;
    }

.nav> .sub_all>.list> .item:hover> .link, .nav> .sub_all>.list> .item> .link {
       /* text-align: left;*/
    }

    .main_page .nav> .sub_all>.list> .item> .link {
        height: auto;
    }

   .nav> .sub_all>.list> .item> .link {
        display: block;
        height: auto;
    }

   .nav> .sub_all>.list> .item:hover> .link, .nav> .sub_all>.list> .active> .link {
        background: none;
    }

.nav> .sub_all>.list> .item:hover> .link:after, .nav> .sub_all>.list> .active> .link:after, .nav> .sub_all>.list .item:hover> .link:before, .nav> .sub_all>.list> .active> .link:before, .main_page .nav> .sub_all>.list> .item:hover> .link:after, .main_page .nav> .sub_all>.list> .active> .link:after, .main_page .nav> .sub_all>.list> .item:hover> .link:before, .main_page .nav> .sub_all>.list> .active> .link:before {
        opacity: 0;
        visibility: hidden;
    }

   /* .nav .text {*/
        /*text-align: left;*/
		/*display:inline-block;
    }*/

   

    .nav .sub {
        display: block;
        width: auto;
        position: relative;
        top: auto;
        left: auto;
    }

    .nav .sub_menu {
        background: none;
        float: none;
        padding: 21px 0 0 0;
		margin:0 0 -25px;
		text-align:center;
    }

    .nav .sub_menu .item {
        margin: 0 0 25px;
		font-size:16px;
		text-transform:none;
		text-align:center;
    }

    .nav .sub_menu .link {
		background:none;
       /* padding: 0 0 0 35px;*/
	   padding:0;
		color:#9A6A5D;
    }

    
    .nav> .list> .item_active .sub {
        display: block;
    }

    .nav .sub_menu .item {
        font-size: 16px;
    }

    .nav_active> .list {
        display: block;
    }
.contacts_mobile{
	background:#131313;
	padding:28px 43px 36px;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	}
	.nav_active .contacts_mobile{
		display:block;
	}
	.phone_contacts_mobile {
		margin:0 0 8px;
    font-size: 18px;
    line-height: 1.5;
}
.phone_contacts_mobile .link{
	color:#fff;
	text-decoration:none;
}
.mail_contacts_mobile {
   margin:0 0 14px;
}

.mail_contacts_mobile .link {
    color: #fff;
}

.address_contacts_mobile {
    background: url(../images/pic2.png) no-repeat;
	display:inline-block;
	margin:0 auto 29px;
    padding: 2px 0 0 33px;
   
    color: #fff;
    line-height: 1.2;
}

.social_networks_contacts_mobile {
	text-align:center;
    
}
.social_networks_contacts_mobile .list{
	width:170px;
	margin:0 auto;
    
}
.social_networks_contacts_mobile .item {
    float: left;
    margin: 0 5px;
}

.social_networks_contacts_mobile .link {
    display: block;
    width: 31px;
    height: 31px;
    position: relative;
    overflow: hidden;
}

.social_networks_contacts_mobile .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}



.social_networks_footer {
    position: absolute;
    top: 137px;
    left: 10px;
}

    .carousel_1 {
        width: auto;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
		left: 0;
transform: none;
    }

   .advantage_list {
        margin: 0;
    }

    .advantage_list .item {
        width: 42%;
          margin: 0 0 0 5px;
        text-align: center;
    }

    .advantage_list .title {
        padding: 0 10px;
        font-size: 15px;
    }

    .advantage_list .fig {
        margin: 0 auto 10px;
    }

 .advantage_list1 {
        margin: 0;
    }

    .advantage_list1 .item {
        width: 42%;
        margin: 0 0 5px 5px;
        text-align: center;
         min-height: 370px;
    }

    .advantage_list1 .title {
        padding: 0 10px;
        font-size: 15px;
    }

    .advantage_list1 .fig {
        margin: 0 auto 10px;
    }

    .carousel_1 .fig {
        width: auto;
        margin: 0;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .carousel_1 .text {
        width: auto;
        min-height: 0;
        padding: 5px;
        font-size: 14px;
        top: 0;
        left: 0;
        right: 0;
    }

    .carousel_1 .arrow {
        vertical-align: middle;
    }
    .carousel_1 .fig:after,
    .carousel_1 .fig:before {
        display: none;
    }

    .carousel_1 .tabs {
        padding: 5px;
    }

    .promo_fig {
        display: none;
        margin: 0 0 18px;
        position: relative;
    }

    .promo_fig .fig {
        border-bottom: 5px solid #503461;
        width: 320px;
        height: 217px;
        position: relative;
        overflow: hidden;
    }

    .promo_fig .img {
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: -1000em;
        right: -1000em;
        bottom: -1000em;
        vertical-align: top;
    }

    .promo_fig .text {
        background: #e12050;
        padding: 9px 20px 12px 13px;
        position: absolute;
        top: 0;
        right: 35px;
        left: 0;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.2;
    }

    .promo_fig .text:after {
        content: "";
        background: url(../images/pic46.png) no-repeat;
        width: 34px;
        height: 87px;
        position: absolute;
        top: 0;
        right: -34px;
    }

    .promo_fig .text:before {
        content: "";
        background: #50656c url(../images/pic4.png) no-repeat 50% 50%;
        width: 31px;
        height: 31px;
        position: absolute;
        top: 13px;
        right: -10px;
        z-index: 2;
    }

    .catalog_list_1 {
        margin: 0 0 0 -8px;
    }

    .catalog_list_1 .item {
        width: 150px;
        margin: 0 0 24px 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .catalog_list_1 .fig {
        width: 150px;
        height: 150px;
        margin: 0 0 6px;
    }

.catalog_list_1 .img {
    width: 150px;
    height: 150px;
    margin: 0 0 6px;
}

    .main_page .header .search {
        background: #397099;
        margin: 0;
        padding: 0;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        padding: 7px 24px 8px 22px;
    }

    .main_page .header .search:before {
        background: none;
    }

    .header .search {
        /*background: #397099;*/
		background:#2A1F19;
        margin: 0;
        /*padding: 6px 2px 7px 96px;*/
		padding:0 9px 15px;
        position: absolute;
        /*top: 226px;
		left: 35px;
		width: 186px;
		*/
		top:89px;
        right: 0;
		left:0;
        width: calc(100% - 18px);
    }

    .header .search:before {
        background: none;
    }

    .header .search:after {
        content: "";
        background: url(../images/pic54.png) no-repeat;
        width: 19px;
        height: 50px;
        position: absolute;
        top: 0;
        left: -19px;
    }
	
	
.main_page .header .search .field {
    background: #fff;
    width: 274px;
    padding: 9px 36px 7px 12px;
    font-size: 14px;
    color: #3b3b3b;
	margin:0;
}

.main_page .header .search .field:-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #3b3b3b;
    font-style: italic;
}

.main_page .header .search .field::-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #3b3b3b;
    font-style: italic;
}

.main_page .header .search .field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #3b3b3b;
    font-style: italic;
}

.main_page .header .search .field:-ms-input-placeholder {
    opacity: 1;
    font-size: 14px;
    color: #3b3b3b;
    font-style: italic;
}

.main_page .header .search .field.placeholder {
    font-size: 14px;
    color: #3b3b3b;
    font-style: italic;
}
	
	
	
	

    .header .search .field {
		background: url(../images/header_search_zoom.svg) no-repeat 0 50%;
		border:none;
		border-bottom:1px solid rgba(255,255,255,0.22);
        width: calc(100% - 40px);
		margin:0 20px 15px;
		padding: 11px 22px 13px;
		 font-size:14px;
		color:#fff;
    font-style: normal;
		text-align:center;
    }
.header .search .field:-moz-placeholder {
   font-size:14px;
		color:#fff;
    font-style: normal;
}

.header .search .field::-moz-placeholder {
    font-size:14px;
		color:#fff;
    font-style: normal;
}

.header .search .field::-webkit-input-placeholder {
   font-size:14px;
		color:#fff;
    font-style: normal;
}

.header .search .field:-ms-input-placeholder {
   font-size:14px;
		color:#fff;
    font-style: normal;
}

.header .search .field.placeholder {
    font-size:14px;
		color:#fff;
    font-style: normal;
}
   
 .main_page .header .search .btn .text{
	 display:none;
    }
.main_page .header .search .btn {
		background: url(../images/pic15.png) no-repeat 50% 50%;
border: none;
width: 36px;
height: 33px;
position: absolute;
top: 7px;
        right: 24px;
    }
    .header .search .btn {
		background:none;
		border:1px solid #fff;
        /*width: 26px;*/
		width:100%;
		height: 45px;
		position:relative;
        top: 0;
        right: 0;
		font-size:16px;
		color:#fff;
		text-transform:uppercase;
		text-align:center;
    }
.header .search .btn .text{
	display: block;
}
.main_page .header .search .delete {
	display:none;
    }
	.header .search .delete {
	background: url(../images/header_search_delete.svg) no-repeat 50% 50%;
border: none;
display:block;
width: 36px;
height: 33px;
position: absolute;
top: 6px;
right: 18px;
    }
    .main_page .content, .content {
        padding: 0 10px;
    }

    .side + .content {
        float: none;
        width: auto;
        padding: 0 9px 0;
    }

    .new_box_1 {
        padding: 2px 7px 21px;
    }

    .new_box_1 .h1 {
        padding: 13px 0 0;
        font-size: 24px;
    }

    .new_box_1 .ac {
        text-align: left !important;
    }

    .skidki_box_1 {
        padding: 2px 7px 21px;
    }

    .skidki_box_1 .h2 {
        padding: 13px 0 0;
        font-size: 24px;
    }

    .skidki_box_1 .ac {
        text-align: left !important;
    }

    .carousel_2 .item {
         width: calc(100vw - 14px);
    }

    .carousel_2 .fig {
        width: 93px;
        height: 93px;
    }

    .carousel_2 .info {
        height: auto;
    }

    .carousel_2 .about {
        display: none;
    }

    .carousel_2 .o {
        overflow: inherit;
    }

    .carousel_2 .article {
        font-size: 16px;
    }

    .carousel_2 .number {
        width: 61px;
    }

    .carousel_2 .number .up {
        background: url(../images/pic52.png) no-repeat 100% 4px;
        width: 18px;
        height: 19px;
    }

    .carousel_2 .number .down {
        background: url(../images/pic53.png) no-repeat 100% 6px;
        width: 18px;
        height: 19px;
    }

    .main_page .h3 {
        font-size: 26px;
    }

   /* .box_5 {
        display: none;
    }*/

    .main_page .subscription {
        background: #397099;
    margin: 0;
   
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 7px 24px 8px 22px;
    }

    .main_page .subscription .field {
           width: 100%;
    }

    .subscription {
      background: #397099;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 7px 24px 8px 22px;
}


    .subscription:before {
        background: none;
    }

    .subscription .label {
        margin: 0 0 9px;
    }

    .subscription .field {
        width: 100%;
        height: 34px;
    }

    .subscription .btn {
        position: absolute;
        top: 60px;
        right: 40px;
    }

    .akcii_box {
        margin: 0 -10px 15px;
        padding: 0
    }

    .akcii_box:before {
        background: none;
    }

    .akcii_box .fig {
        width: 100%;
        height: 258px;
        margin: 0;
    }

    .akcii_box .fig:after {
        background: none;
    }

    .akcii_box .fig:before {
        background: none;
    }

    .akcii_box .in {
        border-bottom: 5px solid #503461;
        width: 100%;
        height: 258px;
    }
.akcii_box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
    .akcii_box .h3 {
        background: #397099;
        height: 41px;
        padding: 14px 0 0 7px;
        font-size: 19px;
        right: 24px;
		text-align:left;
    }

    .akcii_box .h3:after {
        background: none;
    }

    .akcii_box .h3:before {
        
        width: 22px;
        height: 55px;
        position: absolute;
        top: 0;
        right: -22px;
    }

    .akcii_box .arrow {
        position: absolute;
        top: 10px;
        right: 4px;
    }

    .akcii_box .box {
        background: #fff;
        width: 220px;
        height: 117px;
        padding: 6px 47px 0 6px;
    }

    .akcii_box .box:after {
        background: none;
    }

    .akcii_box .box:before {
        background: url(../images/pic48.png) no-repeat;
        width: 47px;
        height: 123px;
        left: -47px;
    }

    .akcii_box .title {
        margin: 0 0 8px;
    }

    .news_box {
        padding: 0 4px;
    }

    .news_box .h3 {
        margin: 3px 0 25px;
        font-size: 28px;
    }

    .news_list_1 {
        margin: 0;
    }

    .news_list_1 .item {
        display: block;
        width: auto;
        margin: 0
    }

    .news_list_1 .link {
        font-size: 14px;
    }

    .news_list_1 .item:nth-child(2) {
        display: none;
    }

    .news_list_1 .item:nth-child(3) {
        display: none;
    }

    .footer {
        width: auto;
        height: 220px;
        margin: 0;
        left: 0;
        right: 0;
    min-width: auto;
    max-width: none;
    
    position: relative;
    
    }

   
    .footer:before {
        background: #2A1F19;
        
    }

    .nav_footer {
        display: none;
    }

    .address_footer {
        width: auto;
        top: 10px;
        left: 11px;
        right: 10px;
        font-size: 16px;
    }

.footer_phone {
    position: absolute;
    top: 56px;
    left: 10px;
    line-height: 1.3;
    color: #FFFCE0;
}

    .company_footer {
        top: 181px;
        left: 11px;
        right: 107px;
        font-size: 18px;
        line-height: 1.2;
    }

    .counter {
        top: 236px;
        right: 88px;
    }

    .counter .item {
        margin: 0 0 0 10px;
    }

    .mail_footer {
        top: 97px;
        left: 11px;
        font-size: 16px;
    }

    .developer {
        top: 183px;
        left: 11px;
        font-size: 16px;
    }

    .side {
        float: none;
        width: auto;
        margin: 0;
    }

    .line_top {
        display: none;
    }

    .catalog_box_2 {
        background: #397099 url(../images/pic4.png) no-repeat 16px 15px;
        width: 100%;
        min-height: 46px;
        margin: 0 0 18px;
    }

    .catalog_box_2:before {
        content: 'Каталог';
        background: none;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        padding: 2px 12px 0 39px;
        color: #fff;
        font-size: 16px;
        line-height: 46px;
        z-index: 1;
    }

    .catalog_box_2 .catalog_list_2 {
        background: #397099;
        border-top: 1px solid #131313;
        display: none;
        height: auto;
        padding: 40px 11px 12px 33px;
    }

    .catalog_box_active .catalog_list_2 {
        display: block;
    }

    .catalog_list_2 .item {
        display: block;
        margin: 0 0 6px;
        font-size: 18px;
        text-align: left;
    }

    .catalog_list_2 .have_sub .link {
        background: none;
    }

    .catalog_list_2 .sub {
        display: block;
        width: auto;
        position: relative;
        top: auto;
        left: auto;
    }

    .catalog_list_2 .sub .list {
        background: none;
        float: none;
        padding: 1px 0 0 6px;
    }

    .catalog_list_2 .sub .item {
        margin: 0 0 2px;
        font-size: 16px;
    }

    .catalog_list_2 .sub .link {
        background: url(../images/sub_menu.png) no-repeat 0 7px;
        padding: 0 0 0 35px;
    }

    .catalog_list_2> .item:hover .sub {
        display: none;
    }

    .catalog_list_2> .item_active .sub {
        display: block;
    }

    .catalog_list_2 .sub_2 {
        display: block;
        width: auto;
        position: relative;
        top: auto;
        left: auto;
    }

    .catalog_list_2 .sub_2 .list {
        background: none;
        float: none;
        padding: 1px 0 0 6px;
    }

    .catalog_list_2 .sub_2 .item {
        margin: 0 0 2px;
        font-size: 16px;
    }

    .catalog_list_2 .sub_2 .link {
        background: url(../images/sub_menu.png) no-repeat 0 7px;
        padding: 0 0 0 35px;
    }

    .catalog_list_2> .item:hover .sub_2 {
        display: none;
    }

    .catalog_list_2> .item_active .sub_2 {
        display: block;
    }

    .side .h3 {
        display: none;
    }

    .new_list_1 {
        display: none;
    }

    .table_1 {
        margin: 0 0 9px;
    }

    .table_1 col {
        display: none;
    }

    .table_1 td {
        display: block;
        position: relative;
    }

    .table_1 td:nth-child(2) {
        margin: -18px 0 0 78px;
    }

    .table_1 .delete {
        position: absolute;
        top: 101px;
        left: 0;
        font-size: 16px;
    }

    .table_1 .price {
        font-size: 16px;
        line-height: 38px;
    }

    .table_1 .number {
        width: 61px;
    }

    .table_1 .number .up {
        background: url(../images/pic24.png) no-repeat 100% 4px;
        width: 18px;
        height: 19px;
    }

    .table_1 .number .down {
        background: url(../images/pic25.png) no-repeat 100% 6px;
        width: 18px;
        height: 19px;
    }

    .box_1 .fl {
        float: none;
    }

    .box_1 .fr {
        float: none;
    }

    .box_1 .text {
        margin: 0 0 13px;
        font-size: 16px;
    }

    .box_6 .fl {
        float: none;
    }

    .box_6 .fr {
        float: none;
        margin: 0 0 0 5px;
    }

    .box_6 .field {
        width: 200px;
    }

    .captcha {
        width:175px;
    }

    .promo {
        margin: 0 0 29px;
    }

    .fig_1 {
        width: 100%;
        margin: 0 0 7px;
        float: none;
    }
.carousel_6 {
  margin: 0 0 7px;
        float: none;
}
.page_with-small-header .header .search{
	display:none;
}
    .box_4 {
        border-top: 1px solid #513d41;
        border-bottom: 1px solid #513d41;
        margin: 0 0 10px;
        padding: 8px 0 6px
    }

    .article_1 {
        margin: 0 0 12px;
        font-size: 16px;
    }


.catalog_list_4 .item {
    width: calc(50% - 1rem);
    margin: 10px 0 0 5px;
    padding: 0 4px 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.catalog_list_4 .btn_2 {
    
    height: 38px;
    padding: 0 12px;
    font-size: 14px;
    color: #FFFCE0;
    text-decoration: none;
    line-height: 38px;
}

.catalog_list_4 .fig {
    display: block;
    height: 200px;
    margin: 6px 13px 0 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}
    .carousel_4 {
        width: auto;
        margin: 0 0 12px;
        padding: 4px 46px;
    }

    .carousel_4 .in {
        width: 220px;
    }

    .carousel_4 .next, .carousel_4 .prev {
        width: 46px;
    }

    .carousel_5 {
        width: 311px;
    }

    .carousel_5 .in {
        width: 311px;
    }

    .carousel_5 .fig {
        margin: 4px 13px 10px 0;
    }

    .carousel_5 .about {
        display: none;
    }

    .carousel_5 .price {
        display: inline-block;
    }

    .carousel_5 .into {
        height: 21px;
    }

    .carousel_5 .field {
        height: 38px;
    }

    .carousel_5 .box {
        display: inline-block;
    }

    .carousel_5 .box_price {
        display: block;
        overflow: hidden;
        width: auto;
        margin: 0;
        float: none;
    }

    .carousel_5 .w-450 {
        width: auto;
        overflow: hidden;
    }
    .carousel_5,
    .carousel_5 .in {
        width: auto;
    }

    .btn_9 {
        width: 153px;
        height: 38px;
        margin: 0 0 6px;
        padding: 0 10px;
        line-height: 38px;
    }

    .carousel_3 ,
    .carousel_5> .in> .main_list> .item,
    .carousel_3 .in {
        width: auto;
        padding: 0;
    }



    .carousel_3 .item {
        width: calc(100vw - 10px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .carousel_3 .fig {
        width: auto;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative;
    }

    .carousel_3 .fig .img {
        width: 100%;
    }

    .label_3 {
        width: 80%;
    }

    .catalog_list_3 {
        margin: 0;
    }

    .catalog_list_3 .fig {
        float: left;
        width: 71px;
        height: 71px;
        margin-right: 15px;
    }

    .catalog_list_3 .item {
        display: block;
        width: auto;
        margin: 0 0 21px;
    }

    .catalog_list_3 .text {
        display: table-cell;
        height: 76px;
        vertical-align: middle;
    }

    .catalog_list_3 .link {
        display: block;
    }

    .sort_list_2 {
        display: none;
    }

    .sort_list_1 {
        float: none;
        width: auto;
        height: auto;
    }

    .sort_list_1 .item {
        margin: 0 18px 10px 0;
    }

    .catalog_list_4 .about {
       /* display: none;*/
    }

    /*.catalog_list_4 .item:nth-child(5) {
        display: none;
    }

    .catalog_list_4 .item:nth-child(6) {
        display: none;
    }

    .catalog_list_4 .item:nth-child(7) {
        display: none;
    }

    .catalog_list_4 .item:nth-child(8) {
        display: none;
    }*/

    .catalog_list_4 .number {
        width: 61px;
        margin: 0 4px 0 0;
    }

    .catalog_list_4 .number .up {
        background: url(../images/pic24.png) no-repeat 100% 4px;
        width: 18px;
        height: 19px;
    }

    .catalog_list_4 .number .down {
        background: url(../images/pic25.png) no-repeat 100% 6px;
        width: 18px;
        height: 19px;
    }

    .catalog_list_4 .price {
        margin: 0 4px 0 0;
    }

    .catalog_list_4 .into {
       min-height: 29px;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
    }

.catalog_list_4 .old_price {
    font-size: 16px; 
}

    .side .new_box {
        display: none;
    }

    .main_page .side .new_box {
        display: block;
    }

    .box_2 {
        float: none;
        width: auto;
        margin: 0 0 12px;
    }

    .news_list_3 .fig {
        float: none;
        margin: 0 0 20px;
    }

    .news_list_3 .fig .img {
        width: 100%;
    }

    .small_blk {
        display: block;
    }

    .small_mr-0 {
        margin-right: 0 !important;
    }

    .captcha.w-370 {
        width: 90%;
    }

    .ml-226 {
        margin-left: 0 !important;
    }

    .box_modal_basket .modal__content {
        width: auto;
    }

.btn_8 {
    background: #2A1F19;
    display: inline-block;
    height: 38px;
    padding: 0 12px;
    color: #FFFCE0;
    text-decoration: none;
    line-height: 38px;
}
    .modal_box_form .modal__content {
        padding: 19px 2px 19px 5px;
    }

    .modal__content .field {
        width: 200px;
    }

    .modal__content .captcha {
        width: 200px;
    }

    .modal__content .captcha .field {
        width: 121px;
    }

    .modal__vertical_inner {
    }

    .modal .h3 {
        padding-right: 50px;
    }

    .small_mb-10 {
        margin-bottom: 10px !important;
    }

    .modal .w-350 {
        width: 90%;
    }

    .ml-209 {
        margin-left: 0 !important;
        padding-right: 23px;
        text-align: right;
    }

    .catalog_page .catalog_box {
        display: none;
    }

    .side .all {
        display: none;
    }

    .captcha .field:-moz-placeholder, .box_6 .field:-moz-placeholder, .modal .field:-moz-placeholder {
        opacity: 0;
    }

    .captcha .field::-moz-placeholder, .box_6 .field::-moz-placeholder, .modal .field::-moz-placeholder {
        opacity: 0;
    }

    .captcha .field::-webkit-input-placeholder, .box_6 .field::-webkit-input-placeholder, .modal .field::-webkit-input-placeholder {
        opacity: 0;
    }

    .captcha .field:-ms-input-placeholder, .box_6 .field:-ms-input-placeholder, .modal .field:-ms-input-placeholder {
        opacity: 0;
    }

    .captcha .field.placeholder, .box_6 .field.placeholder, .modal .field.placeholder {
        opacity: 0;
    }

    .modal_lightbox__image img {
        width: 100%;
    }

    .ml-226.mb-26 {
        padding-right: 30px;
        text-align: right;
    }

    .fig_2 {
        float: none;
        max-width: none;
        margin: 0 0 20px
    }

    .fig_2 .img {
        width: 100%;
        max-width: none;
    }

    .modal .label {
        max-width: 95px;
    }

    .catalog_list_4 .info {
        min-height: 0;
        margin-bottom: 10px;
    }

    .captcha ~ .w-90 {
        width: 87px;
    }
.table_1 td:last-child {
  text-align: left;
}
.all2{
	display:none;
}
}
@media (min-width: 1350px) {
	
.header_top {
	padding: 72px 0 0;
}
	.logo {
  background-size: 109px 73px;
  width: 109px;
  height: 73px;
 
  top: 1px;
 
}
.logo .link {
 width: 109px;
  height: 73px;
}
.header_search {
  width: 233px;
  top: 20px;
  right: 37%;
  left:auto;
}
.page_with-small-header .header_search {
	width: 556px;
	left: 9%;
}
.social_networks {
  top: 22px;
  right: auto;
  left: 32%;
}
.address {
  top: 26px;
  left: 10%;
}
.feedback {
	top: 20px;
  left: 18%;
}
.mail {
  top: 26px;
  right: 25%;
}
.page_with-small-header .mail {
  left: 54%;
}
.phone {
	top: 24px;
  right: 11%;
}
.page_with-small-header .phone {
  right: 19%;
}
.basket {
  top: 20px;
}
}
/* 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;
    }
}
