* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	outline:none;
	font-family: 'Helios-Cond-Light', sans-serif;
	box-sizing:border-box;
	line-height: 1.1;
}
ul {
	list-style: none;
}

@font-face {
    font-family: 'Helios-Cond-Light';
    src: url('../fonts/HeliosCondLight.eot');
    src: url('../fonts/HeliosCondLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeliosCondLight.woff2') format('woff2'),
        url('../fonts/HeliosCondLight.woff') format('woff'),
        url('../fonts/HeliosCondLight.ttf') format('truetype'),
        url('../fonts/HeliosCondLight.svg#HeliosCondLight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'HeliosCond-Bold';
    src: url('../fonts/HeliosCond-Bold.eot');
    src: url('../fonts/HeliosCond-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeliosCond-Bold.woff2') format('woff2'),
        url('../fonts/HeliosCond-Bold.woff') format('woff'),
        url('../fonts/HeliosCond-Bold.ttf') format('truetype'),
        url('../fonts/HeliosCond-Bold.svg#HeliosCond-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'FranklinGothicCond-Medium';
    src: url('../fonts/FranklinGothic-MediumCond.eot');
    src: url('../fonts/FranklinGothic-MediumCond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FranklinGothic-MediumCond.woff2') format('woff2'),
        url('../fonts/FranklinGothic-MediumCond.woff') format('woff'),
        url('../fonts/FranklinGothic-MediumCond.ttf') format('truetype'),
        url('../fonts/FranklinGothic-MediumCond.svg#FranklinGothic-MediumCond') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'HeliosCond-Medium';
    src: url('../fonts/HeliosCond.eot');
    src: url('../fonts/HeliosCond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HeliosCond.woff2') format('woff2'),
        url('../fonts/HeliosCond.woff') format('woff'),
        url('../fonts/HeliosCond.ttf') format('truetype'),
        url('../fonts/HeliosCond.svg#HeliosCond') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.eot');
    src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/Oswald-Regular.woff') format('woff'),
        url('../fonts/Oswald-Regular.ttf') format('truetype'),
        url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald-Bold.eot');
    src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/Oswald-Bold.woff') format('woff'),
        url('../fonts/Oswald-Bold.ttf') format('truetype'),
        url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald-Medium';
    src: url('../fonts/Oswald-Medium.eot');
    src: url('../fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Medium.woff2') format('woff2'),
        url('../fonts/Oswald-Medium.woff') format('woff'),
        url('../fonts/Oswald-Medium.ttf') format('truetype'),
        url('../fonts/Oswald-Medium.svg#Oswald-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

.wrapper {
	min-width: 320px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.menu-content-top > ul:after {
	display: none;
}
body.lm_opened {
  height: 100%;
  overflow: hidden;
}
.center {
	width: 1368px;
	margin: 0 auto;
}
.clear_both:after {
	clear: both;
	content: '';
	display: block;
}
.col-left {
	float: left;
}
.col-right {
	float: right;
}
.flex {
	display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-center-vertical {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.flex-center-vertical-cnt {
	-webkit-align-content: center;
  align-content: center;
  flex-flow: row wrap;
}
.flex-center-horizontal {
	justify-content: center;
}
.flex-center-all {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
}
.flex-wrap {
	flex-wrap: wrap;
}
.footer-text p {
	width: 1368px;
	margin: 0 auto;
}

a {
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #080808;
}
p {
	color: #151515;
}
a:hover {
	color: #FF4900!important;
}

.top-menu {
	background: #F3F3F3;
}
.top-menu .flex > .col-flx-left {
	width: 320px;
}
.top-menu .flex {
	height: 50px;
}
.top-menu .flex > .col-flx-right {
	width: calc(100% - 320px);
}
.header .adress-shop i {
	display: block;
	width: 23px;
	height: 30px;
	background: url(../img/map-i.png) top center no-repeat;
	background-size: cover;
}
.header .adress-shop:hover i {
	background-position: bottom center;
}
.header .adress-shop div {
	padding-left: 15px;
}
.header .adress-shop span {
	font-family: 'Helios-Cond-Light';
	font-size: 18px;
	color: #262626;
	line-height: 1;
}
.header .adress-shop:hover span {
	color: #EA4200;
}
.header .adress-shop {
	cursor: pointer;
}

.top-menu .flex > .col-flx-right ul {
	margin: 0 -15px;
	float: right;
}
.top-menu .flex > .col-flx-right ul li {
	padding: 0 15px;
	float: left;
	position: relative;
}
.top-menu .flex > .col-flx-right ul li:after {
	position: absolute;
	top: calc(50% - 11px);
	right: 0;
	content: '';
	width: 1px;
	height: 22px;
	background: #959595;
	z-index: 1;
}
.top-menu .flex > .col-flx-right ul li:last-child:after {
	display: none;
}
.top-menu .flex > .col-flx-right ul li a {
	font-family: 'Helios-Cond-Light';
	font-size: 17px;
	color: #262626;
	text-transform: uppercase;
}
.top-menu .flex > .col-flx-right ul li a:hover, .top-menu .flex > .col-flx-right ul li.active a {
	color: #F9630E;
}

.header {
	padding: 25px 0;
	background: #fff;
}
.header .col-flx-left {
	width: 247px;
}
.header .col-flx-right {
	width: calc(100% - 247px);
}
.header .col-flx-right > ul {
	max-width: 870px;
	float: right;
	width: 100%;
}
.header button {
	width: 290px;
}
.header .col-flx-right > ul > li:nth-child(2) {
	padding-left: 30px;
}
.header .col-flx-right > ul > li .adress li {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	margin-bottom: 12px;
}
.header .col-flx-right > ul > li .adress li:last-child {
	margin-bottom: 0;
}
.header .col-flx-right > ul > li .adress li span {
	font-family: 'Roboto-Medium';
	font-style: italic;
}
.header .calculate-cost {
	margin-top: 14px;
	cursor: pointer;

}
.header .calculate-cost span {
	font-family: 'Roboto-Regular';
	font-size: 24px;
	color: #d69fc6;
	border-bottom: 1px dashed #d69fc6;
	line-height: 1;
	display: inline-block;
}
.header .calculate-cost:hover span {
	border-bottom: 1px dashed transparent;
}
button, .button {
	width: 290px;
	height: 60px;
	overflow: hidden;
	position: relative;
	background: #FF4900;
	font-family: 'Helios-Cond-Light';
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	display: block;
	line-height: 61px;
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button {
	display: block;
	line-height: 60px;
	height: 60px;
	text-align: center;
}
button:hover, .button:hover {
	color: #fff!important;
	background: #EA4200;
}
.btn-color-green {
	background: #1E7C26;
}
.btn-color-green:hover {
	background: #006508!important;
}
.header .logo {
  display: block;
  width: 247px;
  height: 142px;
  background: url(../img/logo.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.header .col-flx-right > ul .tel li {
	margin-bottom: 10px;
	text-align: right;
}
.header .col-flx-right > ul .tel li:last-child {
	margin-bottom: 0;
}
.header .col-flx-right > ul .tel li a {
	font-family: 'Helios-Cond-Light';
	font-size: 27px;
	color: #262626;
	display: inline-block;
	line-height: 1;
}
.header .col-flx-right > ul .tel li span {
	font-family: 'Helios-Cond-Light';
	font-size: 18px;
	color: #7a7a7a;
}
.header .col-flx-right > ul .tel li.text-left {
	text-align: left;
}
.header .col-flx-right > ul .tel {
	padding-left: 55px;
}
.header .col-flx-right > ul .tel li:nth-child(1) {
	margin-bottom: 18px;
}

.content .menu-left {
	float: left;
	width: 280px;
	position: relative;
}
.content .content-right {
	float: right;
	width: calc(100% - 280px);
}
.content-menu-left {
	width: 100%;
}
.content-menu-list {
	padding-bottom: 30px;
}
.content-menu-left-in {
	position: relative;
}
.content-menu-list {
	border-right: 1px solid #959595;
}
.content-menu-sec {
	padding: 22px 0 14px;
	position: relative;
}
.content-menu-sec:last-child:after {
	display: none;
}
.content-menu-sec .menu-title-h {
	font-family: 'HeliosCond-Bold';
	font-size: 20px;
	color: #262626;
	margin-bottom: 9px;
	line-height: 1.3;
}
.content-menu-sec:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: calc(100% - 30px);
	height: 1px;
	background: #959595;
}
.content-menu-left .title {
	font-size: 24px;
	color: #fff;
	font-family: 'Helios-Cond-Light';
	font-weight: 700;
	min-height: 28px;
	padding: 0 25px 0 30px;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	height: 65px;
	background: #FF4900;
	justify-content: space-between;
}
.content-menu-left .title > div {
	font-family: 'Helios-Cond-Light';
}
.content-menu-left .title .menu_gm {
	width: 38px;
	cursor: pointer;
	margin-left: 12px;
}
.menu_gm span {
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	margin-bottom: 6px;
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content-menu-left .title .menu_gm span:last-child {
	margin-bottom: 0;
}
.content-menu-left .title .menu_gm:hover span {
	background: #1E7C26;
}

.content-menu-list .content-menu-item > span, .content-menu-list .content-menu-item > a {
	min-height: 35px;
	padding: 5px 35px 5px 16px;
	display: block;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	font-size: 18px;
	color: #9c9c9c;
	position: relative;
	cursor: pointer;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	font-family: 'Helios-Cond-Light';
}
.content-menu-list .content-menu-item > span:hover, .content-menu-list .content-menu-item > a:hover {
	opacity: 0.8;
}
.content-menu-list .content-menu-item:last-child {
	border-bottom: none;
}
.content-menu-list .menu-show-sub:after {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 16px;
	content: '';
	width: 0;
	height: 0;
	border-left: 14px solid #F9630E;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-show-r.open .menu-show-sub:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.content-menu-list .show-left-menu {
	position: relative;
}
.content-menu-list .show-left-menu .show-menu-rr {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -7px;
	content: '';
	width: 14px;
	height: 14px;
	background: url(../img/arr-menu-left-two.png) no-repeat;
}
.content-menu-list .show-left-menu .show-menu-rr:hover {
	opacity: .9;
	cursor: pointer;
}
.content-menu-item ul {
	list-style: none;
	display: none;
}
.content-menu-item ul li {
	margin-bottom: 0;
}
.content-menu-item > ul > li > a {
	display: block;
}
.content-menu-item ul li a.active, .content-menu-item ul li a:hover {
	color: #FF4900!important;
}
.menu-show-r {
	position: relative;
}
.menu-show-r.open > ul {
	display: block;
	margin-top: 10px;
}
.menu-show-r.open > span {
	color: #f9630e;
	background: #F1F1F1;
}
.content-menu-item > ul > li > a {
	text-align: center;
	font-family: 'Helios-Cond-Light';
	font-size: 18px;
	color: #FF4900;
	height: 45px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 25px 0 30px;
}
.content-menu-item ul li a.arr-op {
	font-family: 'HeliosCond-Bold';
	background: #fff;
}

.home-top-slider {
	height: 100%;
}
.home-top-slider .title {
	font-family: 'HeliosCond-Bold';
	color: #262626;
	font-size: 78px;
	text-transform: uppercase;
	padding: 6px 24px 7px;
	background: #fff;
	display: inline-block;
}
.home-top-slider .detailes {
	font-family: 'HeliosCond-Bold';
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
	padding: 6px 24px 7px;
	background: #1E7C26;
	display: inline-block;
}
.home-top-slider .button {
	position: absolute;
	bottom: 32px;
	right: 118px;
	width: 260px;
	height: 60px;
	font-family: 'HeliosCond-Bold';
	font-size: 24px;
	color: #fff;
}
.home-top-slider .sales-g .col-flx-left {
	font-family: 'Roboto-Bold';
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 1;
	padding-right: 50px;
}
.home-top-slider .sales-g .col-flx-right {
	padding: 20px 35px;
	background: rgba(65, 63, 85, 0.7);
}
.home-top-slider .sales-g .col-flx-right .procente {
	font-family: 'Roboto-Bold';
	color: #fff;
	font-size: 72px;
	font-style: italic;
}
.home-top-slider span {
	font-family: 'Roboto-Regular';
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
	padding: 26px 35px;
	background: rgba(240, 240, 240, 0.3);
	line-height: 1.2;
}
.home-top-slider-main .rslides li {
	height: 700px;
	padding: 85px 30px 30px;
}
.home-top-slider-main .rslides li:nth-child(1) {
	background: url(../img/4545.jpg) top center no-repeat;
	background-size: cover;
}
.home-top-slider-main .rslides li:nth-child(2) {
	background: url(../img/4545.jpg) top center no-repeat;
	background-size: cover;
}
.home-top-slider-main .rslides li:nth-child(3) {
	background: url(../img/4545.jpg) top center no-repeat;
	background-size: cover;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.home-top-slider-main {
	position: relative;
}
.home-top-slider-main .rslides_nav {
	position: absolute;
	top: 50%;
	margin-top: -38px;
	width: 50px;
	height: 67px;
	z-index: 22;
	cursor: pointer;
	-webkit-transition: all 0s;
  transition: all 0s;
}
.home-top-slider-main .rslides_nav.prev {
	left: 22px;
	background: url(../img/nav-left.png);
	background-size: cover;
}
.home-top-slider-main .rslides_nav.next {
	right: 22px;
	background: url(../img/nav-right.png);
	background-size: cover;
}
.home-top-slider-main .rslides_nav:hover {
	opacity: .8;
}
.rslides_tabs {
	position: absolute;
	left: 28px;
	bottom: 32px;
	z-index: 30;
}
.rslides_tabs li {
	margin-right: 6px;
	display: inline-block;
}
.rslides_tabs li:last-child {
	margin-right: 0;
}
.rslides_tabs li a {
	width: 21px;
	height: 21px;
	background: #fff;
	display: block;
	font-size: 0;
	color: transparent;
}
.rslides_tabs li a:hover, .rslides_tabs li.rslides_here a {
	background: #F9630E;
}

.menu-content-top {
	background: #1E7C26;
	position: relative;
}
.content {
	position: relative;
}
.bg-menu-cont {
	position: absolute;
	top: 0;
	left: 0;
	background: #1E7C26;
	width: 100%;
	height: 65px;
	z-index: 0;
}
.content .center {
	position: relative;
}
.menu-content-top > ul {
	height: 65px;
	position: relative;
	z-index: 3;
	display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 22px;
}
.menu-content-top > ul li {
	position: relative;
}
.menu-content-top > ul > li > a {
	font-family: 'HeliosCond-Medium';
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: block;
}
.menu-content-top > ul > li.sales > a {
	background: #FF4900;
	height: 65px;
	padding: 0 15px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.menu-content-top > ul > li > a:hover, .menu-content-top > ul > li.active > a {
	color: #b29747;
}
.menu-content-sub {
	position: absolute;
	top: 68px;
	left: 0;
	margin-top: -3px;
	width: 100%;
	z-index: 100;
	background: #fff;
	display: none;
	-webkit-box-shadow: 0px 13px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 13px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 13px 15px 0px rgba(0,0,0,0.5);
}
.menu-content-sub .menu-content-s {
	padding: 52px 18px 65px;
}
.menu-content-sub .menu-content-s ul {
	width: 25%;
	padding-right: 15px;
}
.menu-content-sub .menu-content-s ul li {
	margin-bottom: 13px;
}
.menu-content-sub .menu-content-s ul li:last-child {
	margin-bottom: 0;
}
.menu-content-sub .menu-content-s ul li span {
	font-family: 'FranklinGothicCond-Medium';
	color: #f9630e;
	font-size: 30px;
	text-transform: uppercase;
	position: relative;
	line-height: 1.1;
	display: inline-block;
}
.menu-content-sub .menu-content-s ul li span {
	margin-bottom: 15px;
}
.menu-content-sub .menu-content-s ul li a {
	font-family: 'Helios-Cond-Light';
	color: #7d7d7d;
	font-size: 18px;
}
.menu-content-sub .menu-content-s ul li.active a, .menu-content-sub .menu-content-s ul li a:hover {
	color: #b29747;
}
.menu-content-sub .all-product {
	width: 100%;
	height: 58px;
	background: #F3F3F3;
	padding-left: 18px;
}
.menu-content-sub .all-product a {
	font-family: 'FranklinGothicCond-Medium';
	color: #1e7c26;
	font-size: 18px;
	position: relative;
}
.menu-content-sub .all-product a:after {
  position: absolute;
  top: calc(50% - 15px);
  right: -46px;
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/arr22.jpg) no-repeat;
  background-size: cover;
}
/*.menu-content-top > ul li.open:before {
	position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 14px);
  content: '';
  width: 28px;
  height: 15px;
  background: url(../img/arr-menu.png) no-repeat;
  background-size: cover;
}*/
.menu-content-top > ul > li > a.open-cnt-menu-js:after {
	position: absolute;
  top: 50%;
  left: calc(100% + 6px);
  margin-top: -3px;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
}

.content-menu-product {
	margin-top: 50px;
	width: 100%;
}
.content-padding {
	padding-left: 30px;
}
.content-padding-2 {
	padding-left: 18px;
}
.title-h {
	font-family: 'HeliosCond-Bold';
	font-size: 36px;
	color: #261120;
	text-transform: uppercase;
	line-height: 1.1;
	position: relative;
	margin-bottom: 40px;
	display: inline-block;
}

.content-menu-product ul {
	margin: 0 -7px 14px;
	padding-bottom: 7px;
	overflow: hidden;
	box-sizing: content-box;
	list-style: none;
}
.content-menu-product ul:last-child {
	margin-bottom: 0;
}
.content-menu-product ul li {
	height: 254px;
	position: relative;
	background-size: 50% 50%;
  transition: background-size 0.3s ease-in;
  -moz-transition: background-size 0.3s ease-in;
  -web-kit-transition: background-size 0.3s ease-in;
  position: relative;
  margin: 7px;
}
.content-menu-product ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.content-menu-product ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(27, 16, 39, 0.7);
}
.content-menu-product ul li a > span, .content-menu-product ul li > span {
	position: absolute;
	bottom: 21px;
	left: 0;
	width: 100%;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
  font-size: 'HeliosCond-Bold';
	font-size: 29px;
	color: #fff;
	padding: 0 24px;
	line-height: 1.2;
}
.content-menu-product ul li .title:after {
  display: block;
  content: '';
  width: 72px;
  height: 7px;
  background: #fff;
  margin-top: 10px;
}
.content-menu-product ul li a {
	position: relative;
	z-index: 3;
}
.content-menu-product ul li .title {
  font-family: 'Oswald-Regular';
	font-size: 30px;
	color: #ffffff;
}

.content-menu-product ul li {
	width: calc(25% - 14px);
}
.content-menu-product ul.content-menu-product-list-2 li {
	width: calc(50% - 14px);
}
.content-menu-product li:nth-child(2) {
	background: url(../img/content-menu-bg-02.jpg) center center no-repeat;
	background-size: auto 100%;
}
.content-menu-product li:nth-child(1) {
	background: url(../img/content-menu-bg-01.jpg) center center no-repeat;
	background-size: auto 100%;
}
.content-menu-product li:nth-child(3) {
	background: url(../img/content-menu-bg-01.jpg) center center no-repeat;
	background-size: auto 100%;
}
.content-menu-product li:nth-child(4) {
	background: url(../img/content-menu-bg-01.jpg) center center no-repeat;
	background-size: auto 100%;
}
.content-menu-product li:nth-child(6) {
	background: url(../img/content-menu-bg-02.jpg) center center no-repeat;
	background-size: auto 100%;
}
.content-menu-product li:nth-child(5) {
	background: url(../img/content-menu-bg-01.jpg) center center no-repeat;
	background-size: auto 100%;
}
.content-menu-product li:nth-child(7) {
	background: url(../img/content-menu-bg-01.jpg) center center no-repeat;
	background-size: auto 100%;
}
.content-menu-product li:nth-child(8) {
	background: url(../img/content-menu-bg-01.jpg) center center no-repeat;
	background-size: auto 100%;
}

.content-menu-product-3 ul li:nth-child(1),
.content-menu-product-3 ul li:nth-child(2) {
	background: url(../img/content-menu-bg-lg-02.jpg) center center no-repeat;
	background-size: auto 100%;
}

.content-menu-product ul li:hover {
	background-size: auto 110%!important;
}
.content-sec-margin {
	margin-top: 80px;
}

.content-forum-product ul {
	margin: 0 -14px;
	padding-bottom: 14px;
	overflow: hidden;
	box-sizing: content-box;
	list-style: none;
}
.content-forum-product ul:last-child {
	margin-bottom: 0;
}
.content-forum-product ul li {
	float: left;
	width: calc(33.333333333% - 28px);
	height: 303px;
	position: relative;
	background-size: 50% 50%;
  transition: background-size 0.3s ease-in;
  -moz-transition: background-size 0.3s ease-in;
  -web-kit-transition: background-size 0.3s ease-in;
  position: relative;
  margin: 14px;
}
.content-forum-product ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.content-forum-product ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#230826+1,4c2233+51,94424a+100 */
	background: #230826; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #230826 1%, #4c2233 51%, #94424a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #230826 1%,#4c2233 51%,#94424a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #230826 1%,#4c2233 51%,#94424a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#230826', endColorstr='#94424a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	opacity: 0.7;
}
.content-forum-product ul li a > span, .content-forum-product ul li > span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 0 10px;
	line-height: 1.2;
	text-transform: uppercase;
}
.content-forum-product ul li a {
	position: relative;
	z-index: 3;
}
.content-forum-product ul li .title {
  font-family: 'Oswald-Medium';
	font-size: 30px;
	color: #fff;
}
.content-forum-product ul:nth-child(1) li:nth-child(2) {
	background: url(../img/content-ctg-bg-02.jpg) center center no-repeat;
	background-size: auto 100%;
	width: calc(50% - 228px);
}
.content-forum-product ul:nth-child(1) li:nth-child(1) {
	background: url(../img/content-ctg-bg-01.jpg) center center no-repeat;
	background-size: auto 100%;
	width: 344px;
}
.content-forum-product ul:nth-child(1) li:nth-child(3) {
	background: url(../img/content-ctg-bg-03.jpg) center center no-repeat;
	background-size: auto 100%;
	width: calc(50% - 200px);
}
.content-forum-product ul:nth-child(1) li:nth-child(4) {
	background: url(../img/content-ctg-bg-04.jpg) center center no-repeat;
	background-size: auto 100%;
	width: calc(50% - 228px);
}
.content-forum-product ul:nth-child(1) li:nth-child(5) {
	background: url(../img/content-ctg-bg-05.jpg) center center no-repeat;
	background-size: auto 100%;
	width: 344px;
}
.content-forum-product ul:nth-child(1) li:nth-child(6) {
	background: url(../img/content-ctg-bg-06.jpg) center center no-repeat;
	background-size: auto 100%;
	width: calc(50% - 200px);
}
.content-forum-product ul:nth-child(1) li:nth-child(7) {
	background: url(../img/content-ctg-bg-07.jpg) center center no-repeat;
	background-size: auto 100%;
	width: 344px;
}
.content-forum-product ul:nth-child(1) li:nth-child(8) {
	background: url(../img/content-ctg-bg-08.jpg) center center no-repeat;
	background-size: auto 100%;
	width: calc(50% - 228px);
}
.content-forum-product ul:nth-child(1) li:nth-child(9) {
	background: url(../img/content-ctg-bg-09.jpg) center center no-repeat;
	background-size: auto 100%;
	width: calc(50% - 200px);
}
.content-forum-product ul:nth-child(1) li:nth-child(11) {
	background: url(../img/content-ctg-bg-11.jpg) center center no-repeat;
	background-size: auto 100%;
	width: 456px;
}
.content-forum-product ul:nth-child(1) li:nth-child(10) {
	background: url(../img/content-ctg-bg-10.jpg) center center no-repeat;
	background-size: auto 100%;
	width: calc(100% - 512px);
}
.content-forum-product ul li:hover {
	background-size: auto 110%!important;
}

.photos-main-b {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	margin-top: 10px;
}
.photos-main-sec:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 2;
	background: rgba(0, 0, 0, .3);
}
.photos-main-b {
	z-index: 3;
	position: relative;
}
.photos-main-sec {
	background: url(../img/photos-main-b.jpg) top center no-repeat;
	background-size: cover;
	padding: 85px 42px 95px 0;
	position: relative;
}
.photos-main-sec .title-h {
	font-size: 52px;
	padding: 6px 24px 7px;
	background: #1E7C26;
	margin-left: -4px;
}
.photos-sec-no-bg {
	background: #fff
}
.photos-main-b .col-flx-left {
	width: 520px;
}
.photos-main-b .col-flx-right {
	padding-left: 40px;
	width: calc(100% - 520px);
}
.photos-main-b ul {
	list-style: none;
}
.photos-main-b ul li {
	padding: 25px 25px 25px 70px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.photos-sec-no-bg.photos-main-b ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.photos-main-b ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.photos-main-b ul li span {
	position: absolute;
	top: 25px;
	left: 0;
	width: 51px;
	height: 48px;
	background: url(../img/true-arr.png) no-repeat;
	background-size: cover;
}
.photos-sec-no-bg .photos-main-b ul li span {
	background: url(../img/true-arr-pur.png) no-repeat;
	background-size: cover;
}
.tab-cont, .tabs-cont {
	display: none;
}
.tabs-contn-01 {
	display: block;
}
.photos-main-b ul li p {
	font-family: 'Helios-Cond-Light';
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
	display: inline-block;
}
.photos-sec-no-bg .photos-main-b ul li p {
	color: #261120;
}
.photos-main-b ul li p.tab-list {
	cursor: pointer;
	font-family: 'Helios-Cond-Light';
	font-size: 25px;
	text-transform: uppercase;
}
.photos-main-b ul li.open > p {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.photos-main-bg {
	background: #1B2852 url(../img/photos-main-bg.png) top left no-repeat;
	background-size: 50% cover;
}
.photos-sec-no-bg .photos-main-b ul li p.tab-list,
.photos-sec-no-bg .photos-main-b ul li p {
	color: #000;
}
.photos-sec-no-bg .photos-main-b ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.photos-sec-no-bg .photos-main-b ul li span {
  background: url(../img/true-arr-green.png) no-repeat;
  background-size: cover;
}
.photos-sec-no-bg.photos-main-sec:after {
	display: none;
}
.photos-main-b .col-flx-left img {
	max-width: 405px;
}

.text-request-sec {
	background: #F8F8F8;
	padding: 38px 30px 40px;
}
.text-request-sec .title-h {
	font-size: 36px;
	margin-bottom: 4px;
}
.text-request-m {
	margin-top: 30px;
}
.text-request-m ul {
	list-style: none;
}
.text-request-m ul li {
	margin-bottom: 26px;
}
.text-request-m ul li:last-child {
	margin-bottom: 0;
}
.text-request-m ul li > span {
	display: block;
	height: 70px;
	width: 100%;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.text-request-m ul li > span .title {
	font-family: 'Helios-Cond-Light';
	font-size: 25px;
	color: #1c0d18;
	height: 100%;
	width: calc(100% - 70px);
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 25px;
	padding-right: 25px;
	background: #E9E8F1;
}
.text-request-m ul li span .arrow {
	position: relative;
	width: 70px;
	background: #F9630E;
	height: 100%;
}
.text-request-m ul li span .arrow:after {
	position: absolute;
	top: calc(50% - 6px);
	left: calc(50% - 12px);
	content: '';
	width: 23px;
	height: 13px;
	background: url(../img/arrow-left.png) no-repeat;
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.text-request-m ul li.open span .arrow:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg); 
	transform: rotate(-180deg);
}
.text-request-m ul li .more-text {
	padding: 32px 25px 50px 25px;
	display: none;
	background: #E9E8F1;
	margin-top: 8px;
}
.text-request-m ul li .more-text p {
	font-family: 'Helios-Cond-Light';
	font-size: 18px;
	color: #151515;
	line-height: 1.6;
}

.tab-menu-sec {
	padding: 95px 95px;
	background: url(../img/tab-menu-sec-bg.jpg) top center no-repeat;
	background-size: cover;
}
.tab-menu-sec-in > .col-flx-left {
	width: 398px;
	background: rgba(255, 255, 255, 0.43);
	padding: 70px 50px 50px;
}
.tab-menu-sec-in > .col-flx-right {
	width: calc(100% - 398px);
	background: rgba(255, 255, 255, 0.7);
	padding: 38px 52px 42px 40px; 
}
.tab-menu-sec-in .tabs-list li {
	min-height: 54px;
	border-bottom: 1px solid rgba(58, 56, 75, 0.3);
	cursor: pointer;
}
.tab-menu-sec-in .tabs-list li:last-child {
	border-bottom: none;
}
.tab-menu-sec-in .tabs-list li .col-flx-left {
	width: 60px;
}
.tab-menu-sec-in .tabs-list li .col-flx-right {
	width: calc(100% - 60px);
	padding-left: 15px;
	font-family: 'Oswald-Medium';
	font-size: 21px;
	color: #3a384b;
	line-height: 1.1;
	text-transform: uppercase;
}
.tab-menu-sec-in .tabs-list li.open {
	background: rgba(58, 56, 75, 0.3);
}
.tab-menu-sec-in .tabs-list li .icon-01 {
	width: 30px;
	height: 28px;
	background: url(../img/tab-menu-s-01.png) no-repeat;
	background-size: cover;
}
.tab-menu-sec-in .tabs-list li .icon-02 {
	width: 30px;
	height: 24px;
	background: url(../img/tab-menu-s-02.png) no-repeat;
	background-size: cover;
}
.tab-menu-sec-in .tabs-list li .icon-03 {
	width: 30px;
	height: 30px;
	background: url(../img/tab-menu-s-03.png) no-repeat;
	background-size: cover;
}
.tab-menu-sec-in .tabs-list li .icon-04 {
	width: 30px;
	height: 20px;
	background: url(../img/tab-menu-s-04.png) no-repeat;
	background-size: cover;
}
.tab-menu-sec-in .tabs-list li .icon-05 {
	width: 30px;
	height: 30px;
	background: url(../img/tab-menu-s-05.png) no-repeat;
	background-size: cover;
}
.tab-menu-sec-in .tabs-list li .icon-06 {
	width: 30px;
	height: 20px;
	background: url(../img/tab-menu-s-06.png) no-repeat;
	background-size: cover;
}
.tab-menu-sec-in .tabs-list li .icon-07 {
	width: 30px;
	height: 24px;
	background: url(../img/tab-menu-s-07.png) no-repeat;
	background-size: cover;
}
.tab-menu-sec-in .sec-top-title {
	margin-bottom: 22px;
}
.tab-menu-sec-in .sec-top-title .col-flx-left {
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a00a6+1,970b69+50,e44201+100 */
	background: #6a00a6; /* Old browsers */
	background: -moz-linear-gradient(45deg, #6a00a6 1%, #970b69 50%, #e44201 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #6a00a6 1%,#970b69 50%,#e44201 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #6a00a6 1%,#970b69 50%,#e44201 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a00a6', endColorstr='#e44201',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.tab-menu-sec-in .sec-top-title .icon-03 {
	width: 42px;
	height: 42px;
	background: url(../img/tab-menu-g-01.png) no-repeat;
	background-size: cover;
}
.tab-menu-sec-in .sec-top-title .col-flx-right {
	width: calc(100% - 80px);
	padding-left: 35px;
	font-family: 'Oswald-Bold';
	font-size: 30px;
	color: #3a384b;
	line-height: 1.1;
	text-transform: uppercase;
}
.tab-menu-sec-in > .col-flx-right p {
	font-size: 16;
	color: #3a384b;
	line-height: 1.5;
}

.tabs-cont-main {
	padding: 30px 38px 50px;
	background: url(../img/tabs-cont-main.jpg) top center no-repeat;
	background-size: cover;
	min-height: 468px;
	position: relative;
}
.tabs-cont-main:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 2;
  background: rgba(0, 0, 0, .3);
}
.tabs-cont-main ul {
	list-style: none;
	margin: 0 0 50px;
	border: 2px solid #F9630E;
	height: 62px;
	position: relative;
	z-index: 3;
}
.tabs-cont-main ul:after {
	display: none;
}
.tabs-cont-main ul li {
	float: left;
	line-height: 1;
	width: calc(25%);
	height: 100%;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	position: relative;
	font-family: 'HeliosCond-Medium';
	font-size: 24px;
	color: #757575;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #F3F3F3;
  border-left: 1px solid #F9630E;
  border-right: 1px solid #F9630E;
}
.tabs-cont-main ul li.open, .tabs-cont-main ul li:hover {
	background: #F9630E;
	color: #fff;
}
.tabs-cont-main p {
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 28px;
}
.tabs-cont-main p:last-child {
	margin-bottom: 0;
}
.tabs-cont-main .tabs-cont {
	display: none;
	position: relative;
	z-index: 3;
	padding: 0 60px;
}
.tabs-cont-main .tabs-contn-01 {
	display: block;
}

.tabs-furniture-main {
	padding: 42px 0 50px;
	background: #fff;
}
.tabs-furniture-main ul {
	list-style: none;
	margin: 0 auto 50px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	justify-content: space-between;
}
.tabs-furniture-main ul:after {
	display: none;
}
.tabs-furniture-main ul li {
	float: left;
	width: auto;
	height: 80px;
	line-height: 1;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	justify-content: center;
	position: relative;
	position: relative;
	font-family: 'HeliosCond-Medium';
	font-size: 24px;
	color: #757575;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #F3F3F3;
	padding: 0 15px;
  width: calc(33.3333333333% - 30px);
}
.tabs-furniture-main ul li.open {
	background: #F9630E;
	position: relative;
	color: #fff;
}
.tabs-furniture-main ul li.open:after {
  position: absolute;
  top: 100%;
  left: calc(50% - 9px);
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #F9630E;
}
.tabs-furniture-main ul li:hover {
	background: #E45C0D;
	color: #fff;
}
.tabs-furniture-main p {
	font-size: 16px;
	color: #322f43;
	line-height: 1.6;
	margin-bottom: 28px;
}
.tabs-furniture-main p:last-child {
	margin-bottom: 0;
}
.tabs-furniture-main .tabs-cont {
	display: none;
}
.tabs-furniture-main .tabs-contn-01 {
	display: block;
}
.tabs-furniture-main .tabs-cont .col-flx-left {
	width: 554px;
}
.tabs-furniture-main .tabs-cont .col-flx-left img {
	width: 100%;
	max-width: 100%;
}
.tabs-furniture-main .tabs-cont .col-flx-right {
	padding-left: 40px;
	width: calc(100% - 554px);
}

.slider-furniture-m {
	margin-top: 90px;
}
.slider-furniture-m .title-h,
.slider-reviews-m .title-h {
	font-size: 36px;
}
.slider-furniture {
	width: 100%;
	margin-top: 10px;
}
.slider-furniture-block .photo {
	height: 330px;
}
.slider-furniture-block .photo img {
	max-height: 330px;
}
.slider-furniture-block .details {
	padding: 10px 20px;
	min-height: 120px;
	flex-direction: column;
}
.slider-furniture-block .title {
	font-family: 'HeliosCond-Medium';
	font-size: 30px;
	color: #000;
	line-height: 1.2;
	text-align: center;
}
.slider-furniture-block p {
	font-family: Arial;
	font-size: 15px;
	color: #494949;
	line-height: 1.2;
	margin-top: 20px;
	text-align: center;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide {
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
	position: absolute;
	top: calc(50% - 38px);
  width: 50px;
  height: 67px;
	z-index: 22;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 0;
	color: transparent;
  -webkit-transition: all 0s!important;
  transition: all 0s!important;
}
.slick-prev {
	left: -35px;
	background: url(../img/nav-left-02.png)!important;
	background-size: cover!important;
}
.slick-next {
	right: -35px;
	background: url(../img/nav-right-02.png)!important;
	background-size: cover!important;
}
.slick-arrow:hover {
	background-position: bottom center!important;
}
.slider-furniture-in {
	overflow: hidden;
	padding: 0 35px;
}
.slider-furniture {
	position: relative;
}
.slider-furniture-block {
	margin: 0 35px;
}

.slider-reviews-m {
	margin-top: 50px;
	background: #F7F7F7;
	padding-top: 28px;
	padding-bottom: 50px;
}
.slider-reviews-m .title-h {
	margin-bottom: 0;
}
.slider-reviews-m .padd-title {
	padding-left: 28px;
}
.slider-reviews {
	margin-top: 20px;
}
.slider-reviews-block{
	padding-top: 51px;
}
.slider-reviews-block .photo-m {
	width: 195px;
	height: 195px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 22px;
}
.slider-reviews-block .photo {
	width: 100%;
	height: 100%;
	position: relative;
}
.slider-reviews-block .photo img {
	width: 100%;
	height: auto;
}
.slider-reviews-block .title {
	font-family: 'HeliosCond-Medium';
	font-size: 24px;
	color: #000;
	line-height: 1.2;
	margin-bottom: 18px;
	text-align: center;
}
.slider-reviews-block p {
	font-family: Arial;
	font-size: 18px;
	color: #494949;
	line-height: 1.5;
	text-align: center;
}
.slider-reviews-in {
	overflow: hidden;
	padding: 0 20px;
}
.slider-reviews {
	position: relative;
	margin: 0 -15px;
}
.slider-reviews-block {
	margin: 0 15px;
}
.slider-reviews .slick-arrow {
	top: calc(50% - 38px);
}
.slider-reviews-in .slick-prev {
	left: -5px;
}
.slider-reviews-in .slick-next {
	right: -5px;
}

.buying-sec {
	margin-top: 28px;
}
.buying-sec .title-h {
	padding-left: 30px;
	color: #f9630e;
	margin-bottom: 50px;
}
.buying-sec ul {
	margin: -15px;
	overflow: hidden;
	display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buying-sec ul li {
	width: calc(33.3333333333333% - 30px);
	margin: 15px;
}
.buying-sec-i ul li,
.buying-sec-2 ul li,
.buying-sec-nr2 ul li {
	width: calc(50% - 30px);
	margin: 15px;
}
.buying-sec-1 ul li {
	width: calc(100% - 30px);
	margin: 15px;
}
.buying-sec-nr2 {
	margin-top: 55px;
}
.buying-sec .list-sec {
	margin-top: 15px;
}
.buying-sec .list-sec .list-item {
	position: relative;
	margin-bottom: 10px;
	padding-left: 50px;
}
.buying-sec .list-sec .list-item:last-child {
	margin-bottom: 0;
}
.buying-sec .list-sec .list-item .ic-b {
	position: absolute;
	top: 0;
	left: 0;
	width: 33px;
	height: 31px;
	display: block;
	background: url(../img/ic-buying-2.png) top center no-repeat;
	background-size: cover;
}
.buying-sec .list-sec .list-item .title-list {
	font-family: 'HeliosCond-Medium';
	font-size: 24px;
	color: #000;
	line-height: 1.2;
	padding-top: 5px;
}
.buying-sec-i ul li img,
.buying-sec-1 ul li img {
	float: left;
	margin: 0 20px 20px 0;
}
.buying-sec-i .title-h,
.buying-sec-1 .title-h {
	padding-left: 0;
}
.buying-sec-i {
	margin-top: 60px;
}
.buying-sec ul li > span {
	text-align: center;
}
.buying-sec ul li > span span {
	display: block;
}
.buying-sec ul li > span .icon-01 {
	width: 64px;
	height: 66px;
	background: url(../img/buying-i-01.png) no-repeat;
	background-size: cover;
}
.buying-sec ul li > span .icon-02 {
	width: 50px;
	height: 60px;
	background: url(../img/buying-i-02.png) no-repeat;
	background-size: cover;
}
.buying-sec ul li > span .icon-03 {
	width: 54px;
	height: 70px;
	background: url(../img/buying-i-03.png) no-repeat;
	background-size: cover;
}
.buying-sec ul li > span .icon-04 {
	width: 60px;
	height: 60px;
	background: url(../img/buying-i-04.png) no-repeat;
	background-size: cover;
}
.buying-sec ul li .title {
	font-family: 'HeliosCond-Bold';
	font-size: 24px;
	color: #000;
	line-height: 1.2;
	margin: 14px 0 15px;
	text-align: center;
}
.buying-sec ul li p {
	font-family: Arial;
	font-size: 18px;
	color: #494949;
	line-height: 1.3;
	text-align: center;
}
.buying-sec-i ul li p, .buying-sec-i ul li .title,
.buying-sec-1 ul li p, .buying-sec-1 ul li .title {
	text-align: left;
}
.buying-sec-1 ul li .title {
	margin-top: 0;
}
.buying-sec-1 .title-h {
	margin-bottom: 22px;
}
.buying-sec-1 {
	margin-top: 55px;
}
.buying-sec-i ul li .title {
	margin-top: 0;
}
.buying-sec-2 ul li .col-left {
	width: 107px;
}
.buying-sec-2 ul li .col-right {
	width: calc(100% - 107px);
	padding-left: 35px;
}
.buying-sec-2 ul li .ic-b {
	width: 107px;
	height: 122px;
	background: url(../img/ic-buying.png) no-repeat;
	background-size: cover;
	font-family: 'HeliosCond-Bold';
	font-size: 60px;
	color: #F9630D;
}
.buying-sec-2 ul li p, .buying-sec-2 ul li .title {
	text-align: left;
}
.buying-sec-2 .title-h {
	padding-left: 0;
}
.buying-sec-2 {
	padding-top: 55px;
}

.avantages-sec {
	margin-top: 55px;
}
.avantages-one {
	background: url(../img/avantages-one-bg.jpg) top center no-repeat;
	background-size: cover;
}
.avantages-one ul {
	margin-top: 10px;
}
.avantages-one ul li {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 38px;
  padding-right: 30px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.avantages-one ul li:last-child {
	margin-bottom: 0;
}
.avantages-one ul li span {
	display: block;
	width: 19px;
	height: 15px;
	background: url(../img/arr-avt1.png) no-repeat;
}
.avantages-one ul li div {
	padding-left: 18px;
	width: calc(100% - 19px);
	text-align: left;
	font-family: 'Roboto-Medium';
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
}
.avantages-one ul li .i-avt-bed {
	display: block;
  width: 90px;
  height: 88px;
  background: url(../img/i-avt-bed.png) no-repeat;
  background-size: cover;
}
.avantages-one ul li .i-avt-armchair {
	display: block;
  width: 70px;
  height: 90px;
  background: url(../img/i-avt-armchair.png) no-repeat;
  background-size: cover;
}
.avantages-one ul li .title-avantages div {
	width: calc(100% - 70px);
	padding-left: 20px;
	font-family: 'Roboto-Medium';
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2;
}
.avantages-in .col-flx-left, .avantages-in .col-flx-right {
	width: 100%;
}
.avantages-one ul li .title-avantages {
	padding-left: 0;
}

.avantages-two {
	margin-top: 0;
	background: #fff;
	padding: 60px 0 65px;
}
.avantages-two ul {
	margin-top: 10px;
}
.avantages-two .title-h {
	text-align: center;
	display: block;
	color: #f9630e;
}
.avantages-two ul li {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 38px;
  padding-right: 30px;
}
.avantages-two ul li:last-child {
	margin-bottom: 0;
}
.avantages-two ul li span {
	display: block;
	width: 51px;
	height: 51px;
}
.avantages-two ul li div {
	padding-left: 25px;
	width: calc(100% - 51px);
	text-align: left;
	font-family: 'HeliosCond-Bold';
	font-size: 24px;
	color: #000;
	line-height: 1.3;
}
.avantages-two ul li span.i-true {
	background: url(../img/avt-i-true.png) no-repeat;
	background-size: cover;
}
.avantages-two ul li span.i-false {
	background: url(../img/avt-i-false.png) no-repeat;
	background-size: cover;
}
.avantages-two ul li span.i-yy {
	background: url(../img/avt-i-yy.png) no-repeat;
	background-size: cover;
}
.avantages-two ul li span.i-like {
	background: url(../img/avt-i-like.png) no-repeat;
	background-size: cover;
}

.title-h.white {
  color: #fff;
}
.title-h.white:before {
  background: url(../img/title-arr-right--w.png) no-repeat;
  background-size: cover;
}
.title-h.white:after {
  background: url(../img/title-arr-left--w.png) no-repeat;
  background-size: cover;
}
.what-buying-sec {
	margin-top: 100px;
	padding: 100px 65px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a00a6+0,970b69+50,e44201+100 */
	background: #6a00a6; /* Old browsers */
	background: -moz-linear-gradient(45deg, #6a00a6 0%, #970b69 50%, #e44201 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #6a00a6 0%,#970b69 50%,#e44201 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #6a00a6 0%,#970b69 50%,#e44201 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a00a6', endColorstr='#e44201',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.what-buying-sec ul {
	margin: -15px;
	overflow: hidden;
	display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.what-buying-sec ul li {
	width: calc(50% - 30px);
	min-height: 277px;
	background: rgba(255, 255, 255, 0.7);
	padding: 30px 30px 30px 30px;
	margin: 15px;
}
.what-buying-sec ul li:hover {
	background: rgba(255, 255, 255, 0.95);
}
.what-buying-sec ul li .top-block span {
	display: block;
	width: 83px;
	height: 77px;
	background: url(../img/shop-basket.png) no-repeat;
	background-size: cover;
}
.what-buying-sec ul li .top-block {
	min-height: 77px;
	margin-bottom: 15px;
}
.what-buying-sec ul li .top-block p {
	width: calc(100% - 74px);
	padding-left: 45px;
	font-family: 'Roboto-Bold';
	font-size: 24px;
	color: #1c0d18;
	line-height: 1.3;
	text-transform: uppercase;
}
.what-buying-sec ul li > p {
	font-size: 16px;
	color: #1c0d18;
	line-height: 1.5;
}



.why-choose-us {
	margin-top: 55px;
	background: #D1D1D1;
	padding: 25px 30px 30px;
}
.why-choose-us ul {
	list-style: none;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.why-choose-us ul li {
	flex: 0 0 100%;
	margin-bottom: 14px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.why-choose-us ul li:last-child {
	margin-bottom: 0;
}
.why-choose-us ul li .number {
	width: 85px;
	height: 100%;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	background: #F9630E;
	line-height: 1;
	font-size: 72px;
	color: #fff;
	font-family: 'HeliosCond-Bold';
}
.why-choose-us ul li .why-choose-detailes {
	width: calc(100% - 80px);
	padding: 15px 15px 16px 50px;
	background: #fff;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	flex-wrap: wrap;
}
.why-choose-us ul li .why-choose-detailes span {
	font-size: 27px;
	color: #000;
	font-family: 'HeliosCond-Medium';
	text-transform: uppercase;
	line-height: 1.2;
	display: block;
}
.why-choose-us ul li .why-choose-detailes p {
	font-family: Arial;
	font-size: 20px;
	color: #494949;
	line-height: 1;
}
.why-choose-us .title-h {
	padding-bottom: 14px;
}

.scheme-work {
	margin-top: 43px;
}
.scheme-work ul {
	list-style: none;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -32px;
}
.scheme-work ul li {
	width: calc(25% - 64px);
	margin: 0 32px;
	padding: 15px 30px 15px 30px;
	position: relative;
	min-height: 158px;
}
.scheme-work ul li {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	position: relative;
}
.scheme-work ul li p {
	position: relative;
	font-family: Arial;
	font-size: 19px;
	color: #494949;
	line-height: 1.2;
	z-index: 3;
	max-width: 150px
}
.scheme-work ul li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: 'HeliosCond-Bold';
	font-size: 200px;
	color: #d1d1d1;
	z-index: 1;
	line-height: 138px;
	opacity: 0.28;
}
.scheme-work ul li:after {
	position: absolute;
	top: 50%;
	left: calc(100% + 15px);
	margin-top: -22px;
	content: '';
	width: 29px;
	height: 45px;
	background: url(../img/arr-schem.png) no-repeat;
	background-size: cover;
}
.scheme-work ul li:last-child :after {
	display: none;
}
.scheme-work .title-h {
	padding-left: 30px;
	color: #f9630e;
}


.step-work {
	margin-top: 100px;
	margin-bottom: 95px;
}
.step-work-in {
	width: 100%;
}
.step-work ul {
	margin: 10px -16px;
	overflow: hidden;
	justify-content: space-between;
}
.step-work ul li {
	width: calc(20% - 32px);
  margin: 0 16px;
  float: left;
}
.step-work ul li .icon-g {
	width: 150px;
	height: 150px;
	margin: 0 auto 35px;
	border: 3px solid #986B24;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
.step-work ul li div {
	width: 100%;
	height: 100%;
}
.step-work ul li span {
	font-family: 'Roboto-Medium';
	font-size: 18px;
	color: #020202;
	line-height: 1.5;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.step-work ul li .i-step-01 {
	background: url(../img/i-step-01.png) center center no-repeat;
}
.step-work ul li .i-step-02 {
	background: url(../img/i-step-02.png) center center no-repeat;
}
.step-work ul li .i-step-03 {
	background: url(../img/i-step-03.png) center center no-repeat;
}
.step-work ul li .i-step-04 {
	background: url(../img/i-step-04.png) center center no-repeat;
}
.step-work ul li .i-step-05 {
	background: url(../img/i-step-05.png) center center no-repeat;
}

.footer-top-menu {
	background: #1E7C26;
	position: relative;
}
.footer-main .cell-logo .adress-shop i {
	display: block;
	width: 22px;
	height: 30px;
	background: url(../img/map-i.png) top center no-repeat;
	background-size: cover;
}
.footer-main .cell-logo .adress-shop:hover i {
	background-position: bottom center;
}
.footer-main .cell-logo .adress-shop div {
	padding-left: 15px;
}
.footer-main .cell-logo .adress-shop span {
	font-family: 'Oswald-Regular';
	font-size: 24px;
	color: #fff;
	border-bottom: 1px dashed #fff;
	line-height: 1;
	white-space: nowrap;
}
.footer-main .cell-logo .adress-shop:hover span {
	border-color: #EA4200;
	color: #EA4200;
}
.footer-main .cell-logo .adress-shop {
	cursor: pointer;
}
.footer-main .cell-logo .col-flx-right a {
	font-family: 'Oswald-Regular';
	font-size: 24px;
	color: #fff;
	margin: 13px 0 0 37px;
	display: inline-block;
}

.footer-top-menu .col-left, .footer-top-menu .col-right, .footer-main .social-sec .col-flx-left, .footer-main .social-sec .col-flx-right {
	height: 65px;
}
.footer-top-menu .col-left, .footer-main .social-sec .col-flx-left {
	width: 280px;
	position: relative;
}
.footer-top-menu .col-right, .footer-main .social-sec .col-flx-right {
	width: calc(100% - 280px);
}
.footer-top-menu .col-right ul {
	margin: 0 -15px;
	overflow: hidden;
	float: right;
}
.footer-top-menu .col-right ul li {
	padding: 0 15px;
	float: left;
	position: relative;
}
.footer-top-menu .col-right ul li:after {
	position: absolute;
	top: -2px;
	right: 0;
	content: '|';
	font-family: 'Oswald-Regular';
	font-size: 21px;
	color: #fff;
}
.footer-top-menu .col-right ul li:last-child:after {
	display: none;
}
.footer-top-menu .col-right ul li a {
	font-family: 'Helios-Cond-Light';
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
}
.footer-top-menu .col-right ul li a:hover, .footer-top-menu .col-right ul li.active a {
	color: #FF4900;
}
.footer-top-menu .col-left .title {
	height: 100%;
	background: #F9630E;
	padding-left: 22px;
	padding-right: 20px;
	justify-content: space-between;
}
.footer-top-menu .col-left .title  div {
	font-family: 'Helios-Cond-Light';
	font-size: 24px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}
.footer-top-menu .col-left .menu_gm {
	width: 40px;
	cursor: pointer;
}
.footer-top-menu .col-left .menu_gm span {
	height: 3px;
	margin-bottom: 6px;
}
.footer-top-menu .col-left .menu_gm span:last-child {
	margin-bottom: 0;
}
.footer-top-menu .col-left .menu_gm:hover span {
	background: #FF4900;
}
.footer-top-menu .col-right .menu_gm {
	width: 36px;
	display: none;
}
.footer-top-menu .col-right {
	justify-content: flex-end;
}

.footer-bg {
	width: 100%;
	background: #919191;
}
.footer-menu-multi {
	padding: 40px 0 5px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer-menu-multi:last-child {
	border-bottom: none;
}
.footer-menu-multi-hide {
	display: none;
}
.footer-menu-multi .cell {
	width: 20%;
	padding-right: 15px;
	margin-bottom: 40px;
}
.footer-menu-multi.footer-menu-5 .cell {
	width: 20%!important;
}
.footer-menu-multi ul {
	list-style: none;
}
.footer-menu-multi ul li {
	margin-bottom: 18px;
}
.footer-menu-multi ul li:last-child {
	margin-bottom: 0;
}
.footer-menu-multi ul li a {
	font-family: Arial;
	font-size: 18px;
	line-height: 1.2;
	color: #bdbdbd;
}
.footer-menu-multi ul li span {
	font-family: 'Helios-Cond-Light';
	font-size: 19px;
	line-height: 1.2;
	color: #fff;
}
.footer-menu-multi ul li a:hover, .footer-copy ul li a:hover {
	color: #FF2F00;
}
.footer-menu-multi.open {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.menu-bg-two {
	background: #707070;
}
.buying-sec ul li span img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.menu-uppercase ul li a {
	text-transform: uppercase;
}
.menu-bold ul li a {
	font-family: 'FranklinGothicCond-Medium';
	font-size: 35px;
	text-transform: uppercase;
}
.hover-color-two.footer-menu-multi ul li a:hover {
	color: #6c7eba;
}


.footer-contacts-social .col-flx-left {
	width: 247px;
}
.footer-contacts-social .col-flx-right {
	width: calc(100% - 247px);
}
.footer-contacts-social .col-flx-right > ul {
	max-width: 870px;
	float: right;
	width: 100%;
}
.footer-contacts-social button {
	width: 290px;
}
.footer-contacts-social .col-flx-right > ul > li:nth-child(2) {
	padding-left: 30px;
}
.footer-contacts-social .col-flx-right > ul > li .adress li {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	margin-bottom: 12px;
}
.footer-contacts-social .col-flx-right > ul > li .adress li:last-child {
	margin-bottom: 0;
}
.footer-contacts-social .col-flx-right > ul > li .adress li span {
	font-family: 'Roboto-Medium';
	font-style: italic;
}
.footer-contacts-social .calculate-cost {
	margin-top: 14px;
	cursor: pointer;

}
.footer-contacts-social .calculate-cost span {
	font-family: 'Roboto-Regular';
	font-size: 24px;
	color: #fff;
	border-bottom: 1px dashed #d69fc6;
	line-height: 1;
	display: inline-block;
}
.footer-contacts-social .calculate-cost:hover span {
	border-bottom: 1px dashed transparent;
}
.footer-contacts-social .logo {
  display: block;
  width: 201px;
  height: 125px;
  background: url(../img/logo2.png) center no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
.footer-contacts-social .col-flx-right > ul .tel li {
	margin-bottom: 10px;
	text-align: right;
}
.footer-contacts-social .col-flx-right > ul .tel li:last-child {
	margin-bottom: 0;
}
.footer-contacts-social .col-flx-right > ul .tel li a {
	font-family: 'Helios-Cond-Light';
	font-size: 27px;
	color: #fff;
	display: inline-block;
	line-height: 1;
}
.footer-contacts-social .col-flx-right > ul .tel li span {
	font-family: 'Helios-Cond-Light';
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.footer-contacts-social .col-flx-right > ul .tel li.text-left {
	text-align: left;
}
.footer-contacts-social .col-flx-right > ul .tel {
	padding-left: 55px;
}
.footer-contacts-social .col-flx-right > ul .tel li:nth-child(1) {
	margin-bottom: 18px;
}
.footer-contacts-social .adress-shop i {
  display: block;
  width: 23px;
  height: 30px;
  background: url(../img/map-i.png) top center no-repeat;
  background-size: cover;
}
.footer-contacts-social .adress-shop:hover i {
  background-position: bottom center;
}
.footer-contacts-social .adress-shop div {
    padding-left: 15px;
}
.footer-contacts-social {
	padding: 50px 0 28px;
	border-bottom: 1px solid #fff;
}

.footer-main .social-sec {
	background: #212121;
	height: 70px;
}
.footer-main .social-sec .col-flx-right {
	padding-left: 30px;
}
.footer-main .social-b {
	height: 100%;
}
.footer-main .social-b span {
	font-family: 'Roboto-Regular';
	font-size: 16px;
	color: #fff;
	padding-right: 20px;
}
.footer-social {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	list-style: none;
	text-align: center;
}
.footer-social li {
	margin-right: 3px;
  width: 30px;
  height: 30px;
  background: #C0A659;
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-social li a {
	-webkit-transition: all 0s;
  transition: all 0s;
  width: 100%;
  height: 100%;
  display: block;
}
.footer-social li:last-child {
	margin-right: 0;
}
.footer-social li a.social-ins {
	background: url(../img/social-ins.png) center center no-repeat;
}
.footer-social li a.social-fb {
	background: url(../img/social-fb.png) center center no-repeat;
}
.footer-social li a.social-you {
	background: url(../img/social-you.png) center center no-repeat;
}
.footer-social li a.social-vk {
	background: url(../img/social-vk.png) center center no-repeat;
}
.footer-social li a.social-tw {
	background: url(../img/social-tw.png) center center no-repeat;
}
.footer-social li:hover {
	background: #948044;
}

.footer-text {
	padding: 30px 0;
}
.footer-text p {
	font-family: Arial;
	font-size: 18px;
	color: #fff;
	line-height: 1.6;
}
.footer-text-one {
	background: #707070;
}
.footer-text-two {
	font-size: 10px;
	background: #919191;
}
.copy-right ul li {
	margin-right: 50px;
	float: left;
}
.copy-right ul li a {
	font-family: 'HeliosCond-Bold';
	font-size: 18px;
	color: #fff;
}
.copy-right ul li:last-child {
	margin-right: 0;
}
.copy-right .col-flx-right {
	font-family: 'HeliosCond-Bold';
	font-size: 18px;
	color: #fff;
}
.copy-right {
	padding: 30px 0;
	background: #666666;
	justify-content: space-between;
}
.copy-right .flex {
	justify-content: space-between;
}

.content-catalog .title-h {
	margin-bottom: 45px;
	font-size: 40px;
}
.catalog-product {
	border: 1px solid #E9E8F1;
	padding: 24px;
}
.catalog-product-view-1, .catalog-product-view-4 {
	width: calc(50% - 18px);
  margin: 9px;
}
.catalog-product-view-2 {
	width: 100%;
  margin: 9px;
}
.catalog-product-view-3 {
	width: calc(25% - 18px);
  margin: 9px;
}
.price-prod .new_price {
	display: block;
	margin: 30px 0 0 0;
	position: relative;
	font-family: 'Helios-Cond-Light';
	font-size: 17px;
	color: #000;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	-webkit-box-align: flex-end;
	align-items: flex-end;
	justify-content: flex-start;
	line-height: 1.4;
}
.price-prod .new_price span {
	font-size: 30px;
	color: #ff4900;
	font-family: 'Oswald-Medium';
	text-align: right;
	white-space: nowrap;
	line-height: 1;
	position: relative;
	padding-left: 10px;
}
.price_in {
	width: calc(100% - 40px);
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: flex-start;
}
.price-prod .price-sls {
	position: absolute;
	right: -30px;
	bottom: calc(100%);
	font-size: 17px;
	color: #808080;
	line-height: 1;
	font-family: 'Helios-Cond-Light';
	text-decoration: line-through;
	white-space: nowrap;
}
.catalog-product-list {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 18px -9px -9px;
}
.catalog-product-view-1 > .flex > .col-flx-left {
	width: 229px;
}
.catalog-product-view-1 > .flex > .col-flx-right {
	width: calc(100% - 229px);
	padding-left: 18px;
}
.catalog-product-view-1 .photo {
	width: 100%;
	overflow: hidden;
	margin-bottom: 38px;
}
.catalog-product .title {
	font-size: 21px;
	color: #261120;
	font-family: 'Oswald-Medium';
	line-height: 1.1;
}
.catalog-product .list {
	margin-top: 17px;
}
.catalog-product .list li {
	margin: 0 0 8px;
	font-family: 'Helios-Cond-Light';
	font-size: 17px;
	color: #9c9c9c;
	line-height: 1.3;
}
.catalog-product .list li span {
	font-family: 'Helios-Cond-Light';
	font-size: 17px;
	color: #000;
	line-height: 1.3;
	display: inline-block;
	margin-right: 8px;
}
.catalog-product .list li .tra {
	font-size: 17px;
	color: #261120;
	line-height: 1.3;
	font-family: 'Helios-Cond-Light';
}
.catalog-product .list li:last-child {
	margin-bottom: 0;
}
.catalog-product-view-1 > .flex > .col-flx-left button {
	width: 100%;
}
.catalog-product button {
	height: 65px;
	line-height: 65px;
	margin-top: 20px;
	font-family: 'FranklinGothicCond-Medium';
	font-size: 23px;
}
.catalog-product-view-1 > .flex > .col-flx-right button {
	width: 100%;
	background: #1E7C26;
}
.catalog-product-view-1 > .flex > .col-flx-right button:hover {
	background: #006508;
}
.catalog-product-view-2 > .flex > .col-flx-left {
	width: 50%;
}
.catalog-product-view-2 > .flex > .col-flx-right {
	width: 50%;
	padding-left: 40px;
}
.catalog-product-view-2 > .flex > .col-flx-left > .col-flx-left {
	width: 280px;
	padding: 10px;
}
.catalog-product-view-2 > .flex > .col-flx-left > .col-flx-right {
	width: calc(100% - 280px);
	padding-left: 10px;
}
.catalog-product-view-2 > .flex > .col-flx-right > .col-flx-left {
	width: 250px;
}
.catalog-product-view-2 > .flex > .col-flx-right > .col-flx-right {
	width: calc(100% - 250px);
	padding-left: 35px;
}
.catalog-product-view-2 > .flex > .col-flx-right > .col-flx-right p {
	font-size: 16px;
	color: #404040;
	line-height: 1.6;
}
.catalog-product-view-2 .list-bt {
	margin-top: 35px;
}
.catalog-product-view-2 .list-bt li:first-child {
	margin-bottom: 15px;
}
.catalog-product-view-2 button {
	margin: 0!important;
	width: 100%!important;
}
.catalog-product-view-2 .list-bt li:last-child button {
	background: #1E7C26;
}
.catalog-product-view-2 .list-bt li:last-child button:hover {
	background: #006508!important;
}
.catalog-product-view-2 .price-prod .price-sls {
	position: static;
	margin-top: 10px;
}
.catalog-product-view-3 {
	padding: 1px;
	overflow: hidden;
}
.catalog-product-view-3 .photo {
	overflow: hidden;
	width: 100%;
}
.catalog-product-view-3 .photo a {
	width: 100%;
}
.catalog-product-view-3 .photo img {
	max-width: 100%;
}
.catalog-product-view-3 button {
	width: 100%
}
.catalog-product-view-3 .title {
	display: inline-block;
}
.catalog-product-view-3 .price-prod .new_price {
	margin: 20px 0 15px;
}
.catalog-product-view-3 p, .catalog-product-view-4 p {
	font-size: 16px;
	color: #404040;
	line-height: 1.6;
}
.catalog-product-view-3 .details {
	padding: 22px;
}
.catalog-product-view-3 .price-prod .price-sls {
	position: static;
	margin-top: 10px;
}
.catalog-product-view-3 .price-prod .new_price {
	flex-direction: column;
    -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
}
.catalog-product-view-4 > div {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
}
.catalog-product-view-4 .price-prod .price-sls {
	position: static;
	margin-top: 10px;
}
.catalog-product-view-4 .photo {
	width: 220px;
	padding-right: 15px;
}
.catalog-product-view-4 .photo img {
	width: auto;
	max-width: 100%;
	display: block;
}
.catalog-product-view-4 .details {
	width: calc(100% - 220px);
}
.catalog-product-view-4 button {
	width: 100%;
	max-width: 250px;
}
.catalog-product-view-4 .price-prod .new_price {
	margin: 0 0 15px;
}
.catalog-product-view-4 p {
	margin-top: 12px;
}

.page-nav {
	margin: 52px 0 60px;
}
.page-nav li {
	margin-left: 3px;
	margin-right: 3px;
}
.page-nav li:last-child {
	margin-right: 0;
}
.page-nav li a {
	display: block;
	width: 55px;
	height: 55px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	font-family: 'FranklinGothicCond-Medium';
	font-size: 36px;
	line-height: 1;
	color: #1b1b1b;
}
.page-nav li a:hover {
	color: #F9630E!important;
}
.page-nav li.active a {
	color: #fff;
	background: #F9630E;
}
.page-nav li.page-arr a {
	display: block;
	width: 14px;
	height: 24px;
	-webkit-transition: all 0s;
  transition: all 0s;
}
.page-nav li.page-arr-next {
	margin-left: 30px;
}
.page-nav li.page-arr-prev {
	margin-right: 30px;
}
.page-nav li.page-arr-next a {
	background: url(../img/nav-arr-next.png) top center no-repeat;
  background-size: cover;
}
.page-nav li.page-arr-prev a {
	background: url(../img/nav-arr-prev.png) top center no-repeat;
  background-size: cover;
}
.page-nav li.page-arr a:hover {
	background-position: bottom center!important;
}
.content-catalog {
	margin-bottom: 65px;
}
.filtre-menu {
	margin-bottom: 40px;
	justify-content: flex-end;
}
.filtre-menu .col-1 {
	width: 165px;
	font-family: 'Roboto-Medium';
	font-size: 18px;
	color: #261120;
}
.flex-center-h-between {
	justify-content: space-between;
}
.filtre-menu .col-2 {
	width: calc(100% - 333px);
}
.filtre-menu .col-3 {
	width: 168px;
}
.filtre-menu ul {
	height: 50px;
	background: #F8F8F8;
	border: 1px solid #E1E1E1;
}
.filtre-menu .col-2 ul {
	padding: 0 15px;
}
.filtre-menu ul li a {
	font-size: 18px;
	color: #898989;
}
.filtre-menu ul li.active a, .filtre-menu ul li a:hover {
	color: #261120!important;
	font-family: 'Roboto-Bold';
}
.filtre-menu .col-3 .col-flx-left {
	width: 58px;
	padding-left: 10px;
	font-family: 'Roboto-Medium';
	font-size: 18px;
	color: #261120;
}
.filtre-menu .col-3 .col-flx-right {
	width: calc(100% - 58px);
}
.filtre-menu .col-3 .col-flx-right ul li {
	width: 50%;
	height: 100%;
	position: relative;
}
.filtre-menu .col-3 .col-flx-right ul li:after {
	position: absolute;
	top: calc(50% - 35%);
	left: 100%;
	width: 1px;
	height: 70%;
	content: '';
	background: #E1E1E1;
}
.filtre-menu .col-3 .col-flx-right ul li:last-child:after {
	display: none;
}
.filtre-menu .col-3 .col-flx-right ul li .more {
  width: 25px;
  height: 25px;
  background: url(../img/i-more.png) top center no-repeat;
  background-size: cover;
  display: block;
}
.filtre-menu .col-3 .col-flx-right ul li .list {
  width: 39px;
  height: 22px;
  background: url(../img/i-list.png) top center no-repeat;
  background-size: cover;
  display: block;
}
.filtre-menu .col-3 .col-flx-right ul li span {
	cursor: pointer;
}
.filtre-menu .col-3 .col-flx-right ul li span:hover, .filtre-menu .col-3 .col-flx-right ul li.active span {
	background-position: bottom center;
}

.breach-list {
	background: #F3F3F3;
	margin-bottom: 30px;
	padding-left: 18px;
}
.breach-list div > ul {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 17px 0 15px;
}
.breach-list div > ul > li {
	margin-right: 80px;
	position: relative;
}
.breach-list div > ul > li:last-child {
	margin-right: 0;
}
.breach-list div > ul > li > a {
	font-family: 'HeliosCond-Medium';
	font-size: 24px;
	color: #1c0d18;
}
.breach-list div > ul > li:after {
	position: absolute;
	top: calc(50% - 6px);
	left: calc(100% + 30px);
	width: 20px;
	height: 12px;
	content: '';
	background: url(../img/arr-break.png) no-repeat;
}
.breach-list div > ul > li > a.active {
	color: #FF4900;
}
.breach-list div > ul > li:last-child:after {
	display: none;
}
.breach-list div > ul > li > a:hover {
	color: #1c0d18!important;
	text-decoration: underline;
}
.breach-list div > ul > li ul {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	width: 240px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(5,5,6,0.17);
	-moz-box-shadow: 0px 0px 18px 0px rgba(5,5,6,0.17);
	box-shadow: 0px 0px 18px 0px rgba(5,5,6,0.17);
	z-index: 100;
	display: none;
	border-top: 4px solid #EB4401;
}
.breach-list div > ul > li ul:after {
  position: absolute;
  top: 0;
  left: calc(50% - 6px);
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #EB4401;
  z-index: 23;
}
.breach-list div > ul > li ul li a {
	font-family: 'Helios-Cond-Light';
	font-size: 20px;
	color: #000;
	line-height: 1.1;
	display: block;
	padding: 5px 12px;
	min-height: 38px;
	display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	border-bottom: 1px solid #F7F6F6;
}
.breach-list div > ul > li ul li a:hover {
	color: #202020!important;
	background: #F7F6F6;
	font-family: 'HeliosCond-Medium';
}
.breach-list div > ul > li > a.show-break-js {
	position: relative;
}
.breach-list div > ul > li > a.show-break-js:before {
	position: absolute;
  top: 12px;
  right: -15px;
  margin-left: -10px;
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #2B2B2B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pop-up-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(41, 41, 41, 0.65);
	z-index: 998;
	display: none;
}
.pop-up-main {
	position: absolute;
	top: 50px;
	left: calc(50% - 267px);
	width: 534px;
	background: #fff;
	z-index: 999;
	text-align: center;
	display: none;
}
.close-x {
	position: absolute;
	top: -38px;
	right: -38px;
	width: 30px;
	height: 30px;
	background: url(../img/close-x.png) top center no-repeat;
	cursor: pointer;
	background-size: cover;
}
.close-x:hover {
	opacity: 0.8;
}
.pop-up-main .title {
	font-size: 30px;
	color: #f9630e;
	font-family: 'FranklinGothicCond-Medium';
	text-transform: uppercase;
	line-height: 1.1;
	padding: 30px 25px 27px;
}
.pop-up-main .input-form  {
	text-align: left;
}
.pop-up-main .input-form > span {
	font-size: 18px;
	color: #262626;
	display: block;
	margin-bottom: 6px;
}
.pop-up-main .input-form > span > span {
	font-size: 18px;
	color: #ff4900;
	margin-top: -5px;
	vertical-align: top;
}
.pop-up-main .input-form input {
	width: 100%;
	height: 55px;
	border: 1px solid #B8B8B8;
	padding-left: 10px;
	font-size: 16px;
	color: #5c5c5b;
}
.pop-up-main .input-form textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #B8B8B8;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 16px;
	color: #5c5c5b;
	resize: none;
}
.pop-up-main .input-form {
	margin-bottom: 26px;
}
.pup-up-padd {
	padding: 0 48px 50px;
}
.pop-up-main input[type="checkbox"] {
  display:none;
}
.pop-up-main input[type="checkbox"] + label span {
  display:inline-block;
  width: 12px;
  height: 11px;
  margin: -4px 4px 0 0;
  vertical-align:middle;
  background: url(../img/check_radio_sheet.png) bottom center no-repeat;
  cursor:pointer;
}
.pop-up-main input[type="checkbox"]:checked + label span {
  background: url(../img/check_radio_sheet.png) top center no-repeat;
}
.pop-up-main .checkbox_form label {
	font-family: 'Helios-Cond-Light';
	font-size: 18px;
	color: #262626;
}
.pop-up-main button {
	margin: 25px auto 0;
	width: 190px;
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 24px;
	color: #fff;
	font-family: 'FranklinGothicCond-Medium';
	text-transform: uppercase;
	position: relative;
}
.pop-up-main button.bt-no-border .cerc {
	background: #fff;
}
.pop-up-main a {
	font-size: 18px;
	color: #8d8d8d;
	text-decoration: underline;
}
.pop-up-main a:hover {
	text-decoration: none;
}
.pop-up-main input::-webkit-input-placeholder {
	color: #8d8d8d;
}
.pop-up-main input::-moz-placeholder {
	color: #8d8d8d;
}
.pop-up-main input:-ms-input-placeholder {
	color: #8d8d8d;
}
.pop-up-main input:-moz-placeholder { 
	color: #8d8d8d;
}

.pop-up--thanks span {
	color: #FF413D;
	margin: 25px 0 30px;
}
.pop-up-main p {
	font-size: 23px;
	color: #262626;
	font-family: 'Helios-Cond-Light';
	max-width: 355px;
	margin: 0 auto 0;
	line-height: 1.2;
}
.pop-up--thanks button {
	width: 220px;
	height: 57px;
	font-size: 17px;
}
.error-text {
	color: #DE002B!important;
}
.error {
	border-color: #DE002B!important;
}


.home-banner-slider .title {
	font-family: 'Roboto-Bold';
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
}
.home-banner-slider p {
	font-family: 'Oswald-Medium';
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
	margin: 35px 0 30px;
}
.home-banner-slider span {
	font-family: 'Roboto-Regular';
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
	padding: 26px 35px;
	background: rgba(240, 240, 240, 0.3);
	line-height: 1.2;
}
.home-banner-slider-main .rslides li {
	height: 550px;
	padding-left: 122px;
	padding-right: 122px;
}
.home-banner-slider {
	height: 100%;
}
.home-banner-slider-main .rslides li:nth-child(1) {
	background: url(../img/54354.jpg) top center no-repeat;
}
.home-banner-slider-main .rslides li:nth-child(2) {
	background: url(../img/54354.jpg) top center no-repeat;
}
.home-banner-slider-main .rslides li:nth-child(3) {
	background: url(../img/54354.jpg) top center no-repeat;
}
.content-menu-list-m .close-x {
	display: none;
}
.home-banner-slider .button {
	margin-top: 50px;
}

.menu-more-product-main {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 111;
	background: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
	-webkit-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.45);
	box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.45);
}
.menu-more-product-main:after {
  /*position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -25px;
  content: '';
  width: 20px;
  height: 50px;
  background: #fff url(../img/menu-arro2.png) center no-repeat;*/
}
.menu-more-product-list {
	list-style: none;
  flex-wrap: wrap;
  display: none;
}
.menu-more-product-list.open {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.menu-more-product-list li {
	width: 25%;
	padding: 20px 20px;
}
.menu-more-product-list li a {
	width: 100%;
	height: 100%;
	display: block;
}
.more-product-photo {
	width: 100%;
	height: 120px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
   -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	justify-content: center;
}
.menu-more-product-list li span {
	font-family: 'FranklinGothicCond-Medium';
	font-size: 27px;
	color: #262626;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	display: block;
	max-width: 200px;
	margin: 20px auto 0;
}
.menu-more-product-list li:hover span {
	color: #FF4900;
}


.product-gallery-main {
	margin-top: 12px;
}
.product-gallery-main > .col-left {
	width: 465px;
}
.product-gallery-main > .col-right {
	width: calc(100% - 465px);
	padding-left: 85px;
	position: relative;
}
.product-gallery-detaleis {
	margin-bottom: 22px;
}
.product-gallery-main > .col-right > span {
	font-size: 24px;
	font-family: 'HeliosCond-Medium';
	color: #000;
	line-height: 1;
	height: 55px;
	padding: 0 5px;
	background: #EBEBEB;
	margin-bottom: 15px;
	text-transform: uppercase;
	width: 215px;
}
.product-gallery-main > .col-right > span > span {
	font-size: 24px;
	font-family: 'HeliosCond-Medium';
	color: #000;
}
.size-color-m {
	margin: 22px 0 36px;
  -ms-flex-align: center;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  align-items: flex-end;
}
.size-color-m > li {
	max-width: 260px;
}
.size-color-m > li:nth-child(1) {
	padding-right: 14px;
	width: 40%;
}
.size-color-m > li:nth-child(2) {
	padding-left: 14px;
	width: 60%;
}
.size-color-m > li > .size-g li:hover, .size-color-m > li > .size-g li.active {
	background: #F3F2FC;
	cursor: pointer;
}
.size-color-m > li > span {
	font-family: 'Oswald-Regular';
	font-size: 21px;
	color: #261120;
	display: block;
	margin-bottom: 5px;
}
.size-color-m > li > .size-g {
	justify-content: space-between;
	margin: 0 -2px;
}
.size-color-m > li > .size-g li {
	width: calc(25% - 4px);
	margin: 0 2px;
	height: 36px;
	border: 1px solid #E9E8F1;
	font-family: 'Oswald-Regular';
	font-size: 18px;
	color: #261120;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}
.color-g {
	margin: 0 -2px;
}
.color-g li {
	width: 36px;
	height: 36px;
	border: 1px solid #464646;
	margin: 0 2px;
}
.color-g li.color-1 {
	background: #A1A1A1;
	cursor: pointer;
}
.color-g li.color-2 {
	background: #7F90E7;
}
.color-g li.color-3 {
	background: #3CBB42;
}
.color-g li.color-4 {
	background: #A59068;
}
.color-g li:hover, .color-g li.active {
	border: 1px solid #FF4900;
	cursor: pointer;
}
.price-prod-g {
	margin: 42px 0 36px;
  -ms-flex-align: center;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  align-items: flex-end;
}
.price-prod-g li {
	width: 50%;
	max-width: 260px;
}
.price-prod-g li .price-ss {
	-ms-flex-align: center;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  align-items: flex-end;
}
.price-prod-g li .new_price .price-t, .price-prod-g li .price-ss .price-t {
  line-height: 1.3;
  font-family: 'HeliosCond-Bold';
  font-size: 23px;
  color: #1c0d18;
  display: inline-block;
  white-space: nowrap;
}
.price-prod-g li .price-ss .price-t {
	line-height: 1.2;
}
.price-prod-g li .price-ss .price-ss-in {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: flex-end;
  width: auto;
}
.price-prod-g li .price_in {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: flex-start;
  flex-flow: nowrap;
  position: relative;
}
.price-prod-g li .price_in .price-sales-g {
	position: absolute;
	bottom: calc(100%);
	left: 100px;
	font-family: 'Helios-Cond-Light';
	font-size: 23px;
	color: #808080;
	text-decoration: line-through;
	line-height: 1;
	white-space: nowrap;
}
.price-prod-g li .price-ss .price-ss-in span {
	font-family: 'Oswald-Medium';
  font-size: 24px;
  line-height: 1;
  color: #1c0d18;
  text-decoration: line-through;
}
.price-prod-g li .price_in span  {
  font-family: 'HeliosCond-Bold';
  font-size: 39px;
  line-height: 1;
  color: #f9630e;
}
.price-prod-g li .new_price .rub {
  width: 21px;
  height: 29px;
  background: url(../img/rub3.png) no-repeat;
  background-size: cover;
  margin-left: 6px;
}
.price-prod-g li .new_price {
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  align-items: flex-end;
}


.product-detailes-price-m > .col-left {
	width: 50%;
	padding-right: 8px;
}
.product-detailes-price-m > .col-right {
	width: 50%;
	padding-left: 8px;
}
.product-detailes-price-m  .prod-count-m {
	margin: 0 0 25px 0;
}
.product-detailes-price-m .product-bt-m {
	padding: 0;
}
.product-detailes-price-m .product-bt-m li {
	float: none;
	margin-bottom: 13px;
}
.product-detailes-price-m .product-bt-m li:last-child {
	margin-bottom: 0;
}
.product-detailes-price-m .product-bt-m li button {
	width: 100%;
}
.product-detailes-price-m button .cerc {
	background: #fff;
}
.product-detailes-price-m button.bt-buy-click:hover {
	background: #540177;
}

.prod-detailes-delivre {
  margin-top: 15px;
}
.prod-detailes-flx {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.prod-detailes-delivre .title {
	min-height: 52px;
	padding-left: 56px;
	width: 100%;
	font-size: 20px;
	font-family: 'HeliosCond-Medium';
	color: #2f2f2f;
	line-height: 1.3;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.prod-detailes-flx .icon {
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	width: 51px;
	height: 51px;
}
.prod-detailes-delivre li {
	padding: 8px 0;
}
.prod-detailes-delivre li:last-child {
	border-bottom: none;
}
.icon-prod-01 {
	background: url(../img/icon-prod-01.png) no-repeat;
}
.icon-prod-02 {
	background: url(../img/icon-prod-02.png) no-repeat;
}
.icon-prod-03 {
	background: url(../img/icon-prod-03.png) no-repeat;
}
.icon-prod-04 {
	background: url(../img/icon-prod-04.png) no-repeat;
}

.product-detailes-price-m > .col-right .list {
	margin-top: 17px;
}
.product-detailes-price-m > .col-right .list li {
	margin: 0 0 25px;
	font-family: 'HeliosCond-Medium';
	font-size: 17px;
	color: #000;
	line-height: 1.5;
}
.product-detailes-price-m > .col-right .list li span {
	font-family: 'HeliosCond-Medium';
	font-size: 17px;
	color: #f9630e;
	line-height: 1.3;
	display: inline-block;
	margin-right: 8px;
}
.product-detailes-price-m > .col-right .list li .tra {
	font-size: 22px;
	color: #000;
	line-height: 1.3;
	font-family: 'HeliosCond-Medium';
	margin-bottom: 5px;
}
.product-detailes-price-m > .col-right .list li:last-child {
	margin-bottom: 0;
}
.product-detailes-price-m > .col-left button, .product-detailes-price-m > .col-right button {
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-size: 24px;
	font-family: 'HeliosCond-Medium';
	text-transform: uppercase;
}
.product-detailes-price-m > .col-right button {
	max-width: 250px;
}
.product-detailes-price-m .bt-shares {
	width: 100%;
	height: 50px;
	line-height: 1;
	background: #EBEBEB;
	font-size: 16px;
	color: #747474;
	text-transform: uppercase;
	margin-top: 20px;
}
.product-detailes-price-m .bt-shares:hover {
	color: #747474!important;
	background: #D8D8D8;
}
.product-detailes-price-m .bt-shares span {
	width: 22px;
	height: 24px;
	background: url(../img/i-shares.png) top center no-repeat;
	display: block;
	margin-right: 15px;
}
.bt-req-prod {
	height: 52px;
	margin-top: 20px;
	max-width: 250px;
}
.bt-req-prod span {
	cursor: pointer;
	font-size: 18px;
	color: #190b15;
	text-decoration: underline;
	font-family: 'Oswald-Medium';
}
.bt-req-prod span:hover {
	text-decoration: none;
}

.prod-detailes-delivre p {
	font-size: 17px;
	color: #2a2828;
}
.prod-detailes-delivre p span {
	font-family: 'PTSans-Bold';
}
.product-gallery-main {
	position: relative;
	padding-bottom: 18px;
}
.characteristics-delivre-m {
	padding-top: 8px;
	position: relative;
}
#gallery_gs {
  width: 100%;
  position: relative;
}
#gallery_gs .slides_container {
  width: 100%;
  height: 325px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
}
#gallery_gs .slides_container img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#gallery_gs .pagination {
	margin-top: 20px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding: 0;
}
#gallery_gs .pagination li {
	display: block;
	height: 80px;
  border: 1px solid #E9E8F1;
  cursor: pointer;
  overflow: hidden;
  margin: 0 5px;
  overflow: hidden;
}
#gallery_gs .pagination li img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#gallery_gs .pagination li:last-child {
	margin-right: 0;
}
#gallery_gs .pagination li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#gallery_gs .pagination li img {
  margin: 1px;
  display: block;
}
.slides_container1 .slick-arrow {
	position: absolute;
	top: calc(50% - 12px);
	width: 14px;
	height: 24px;
	z-index: 22;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 0;
	color: transparent;
  -webkit-transition: all 0s!important;
  transition: all 0s!important;
}
.slides_container1 .slick-prev {
	left: 0;
	background: url(../img/nav-slick-left2.png) top center no-repeat!important;
	background-size: cover;
}
.slides_container1 .slick-next {
	right: 0;
	background: url(../img/nav-slick-right2.png) top center no-repeat!important;
	background-size: cover;
}
.slides_container1 .slick-arrow:hover {
	opacity: 0.8;
}
.title-pge {
	font-family: 'FranklinGothicCond-Medium';
	font-size: 48px;
	color: #1c0d18;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 1.1;
}

.pagination_scroll {
	margin-top: 10px;
}
.characteristics-delivre .col-left, .characteristics-delivre .col-right {
	width: 50%;
}
.characteristics-delivre .col-left {
	padding-right: 15px;
}
.characteristics-delivre .col-right {
	padding-left: 15px;
}
.chardev-tab-menu {
	height: 67px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
}
.chardev-tab-menu li {
	width: 50%;
	height: 100%;
  position: relative;
  font-family: 'FranklinGothicCond-Medium';
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: unset;
  overflow: visible;
}
.characteristics-delivre .col-right .chardev-tab-menu li {
  border-right: 1px solid #fff;
}
.characteristics-delivre .col-right .chardev-tab-menu li:last-child {
	border-right: none;
}
.chardev-tab-menu.dev-tab--item-3 li {
	width: 33.3333333333333%;
}
.chardev-tab-menu li .cerc {
	background: #fff!important;
}
.characteristics-delivre .col-left .chardev-tab-menu li {
  background: #F9630E;
  border-bottom: 4px solid #F9630E;
}
.characteristics-delivre .col-left .chardev-tab-menu li:hover {
	background: #E74100!important;
	color: #fff!important;
}
.characteristics-delivre .col-left .chardev-tab-menu li.active {
	background: #fff!important;
	color: #000!important;
}
.characteristics-delivre .col-right .chardev-tab-menu li {
  background: #1E7C26;
  border-bottom: 4px solid #1E7C26;
}
.characteristics-delivre .col-right .chardev-tab-menu li:hover {
	background: #006508!important;
	color: #fff!important;
}
.characteristics-delivre .col-right .chardev-tab-menu li.active {
	background: #fff!important;
	color: #262626!important;
}
.chardev-tab-menu li.active:after {
	position: absolute;
	top: calc(100% + 2px);
	left: calc(50% - 6px);
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	z-index: 23;
}
.characteristics-delivre .col-left .chardev-tab-menu li.active:after {
	border-top: 18px solid #FF4900;
}
.characteristics-delivre .col-right .chardev-tab-menu li.active:after {
	border-top: 18px solid #1E7C26;
}
.char-tab-g {
	display: none;
}
.char-tab-scroll {
	max-height: 400px;
}
.char-tab-01 {
	display: block;
}
.char-tab-g ul {
	margin-bottom: 35px;
	margin-top: -15px;
}
.char-tab-g ul:last-child {
	margin-bottom: 0;
}
.char-tab-g ul li {
	margin-bottom: 10px;
}
.char-tab-g ul li .text {
	justify-content: flex-start;
}
.char-tab-g ul li .text .col-left {
	font-family: 'Helios-Cond-Light';
	font-size: 17px;
	color: #000;
	padding-right: 6px;
	width: auto;
}
.char-tab-g ul li .text .col-right {
	font-family: 'Helios-Cond-Light';
	font-size: 17px;
	color: #1e7c26;
	width: auto;
}
.char-tab-g ul li .title {
	font-family: 'FranklinGothicCond-Medium';
	font-size: 30px;
	color: #1e7c26;
	margin: 15px 0 15px;
}
.char-tab-g p {
	font-family: Arial;
	font-size: 18px;
	color: #494949;
	line-height: 1.4;
	margin-bottom: 18px;
}
.char-tab-g p:last-child {
	margin-bottom: 0;
}
.char-tab-g {
	padding: 35px 0 0;
}
.char-tab-g p:last-child {
	margin-bottom: 0;
}

.title-h2 {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.title-h2 span {
	display: block;
	color: #3b3b3b;
	font-family: 'Roboto-Bold';
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1.1;
}
.product-more-order {
	margin: 48px 0 28px;
}
.mini-break {
	overflow: hidden;
	margin: 20px 0 20px;
	padding: 20px 10px 16px;
	background: #EBEBEB;
}
.mini-break li {
	float: left;
	padding: 0 20px;
	margin-bottom: 5px;
	position: relative;
}
.mini-break li a {
	font-family: 'HeliosCond-Medium';
	color: #000;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
}
.mini-break li a:hover, .more-product a:hover {
	color: #DE002B;
}
.mini-break li:after {
	position: absolute;
	top: -4px;
	right: 0;
	content: '|';
	color: #3b3b3b;
	font-size: 18px;
}
.mini-break li:last-child:after {
	display: none;
}

.more-product-slider {
	margin: 0 -7px 0;
	position: relative;
}
.more-product-slider-in {
	margin: 28px 0;
}
.more-product {
	text-align: center;
	padding-bottom: 17px;
	border: 1px solid #D7D7D7;
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 7px;
  background: #FEFEFE;
}
.more-product a {
	font-family: 'FranklinGothicCond-Medium';
	font-size: 22px;
	color: #262626;
	line-height: 1.1;
	text-align: center;
	height: 49px;
	overflow: hidden;
	margin: 18px 0 12px;
	display: inline-block;
	padding: 0 10px;
}
.more-product .more-product-photo {
	display: block;
	width: 100%;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	-webkit-box-align: flex-end;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	height: 150px;
	margin: 0;
	overflow: hidden;
}

.more-product .new_price {
	max-width: 250px;
	text-align: left;
	font-family: 'Helios-Cond-Light';
	font-size: 16px;
	color: #000;
	margin: 10px 0 0 15px;
}
.more-product .price-prod .new_price span {
	font-family: 'HeliosCond-Medium';
	font-size: 29px;
	color: #f9630e;
	white-space: nowrap;
	position: relative;
}
.more-product .price_in {
	line-height: 1;
}
.more-product .price-prod .price-sls {
	left: auto;
	right: -18px;
	font-family: 'HeliosCond-Medium';
	font-size: 16px;
	color: #808080;
}

.more-product button {
	font-family: 'FranklinGothicCond-Medium';
	font-size: 21px;
  margin: 15px auto 0;
  display: block;
  line-height: 55px;
  height: 55px;
  width: 150px;
}
.more-product button .cerc {
	background: #fff;
}
.more-product:hover {
	border-color: #959595;
}
.more-product-slider .slick-arrow {
	top: -72px;
	width: 29px;
	height: 29px;
}
.more-product-slider .slick-prev {
	left: auto;
	right: 56px;
	background: url(../img/gl-arrow-left.png) center no-repeat!important;
}
.more-product-slider .slick-next {
	right: 25px;
	background: url(../img/gl-arrow-right.png) center no-repeat!important;
}
.more-product-slider .slick-arrow:hover {
	opacity: 0.8;
}
.more-product-slider-m {
	margin-bottom: 10px;
}
.more-product-slider-m .title-h2 {
	height: 60px;
	border-bottom: 1px solid #E4E3E3;
	padding-left: 28px;
	background: #EEEDED;
	padding-right: 130px;
}
.more-product-slider-m .title-h2 span {
	color: #262626;
	font-family: 'HeliosCond-Bold';
	font-size: 36px;
	text-transform: unset;
	line-height: 0.1;
}
.more-product-slider .price-prod .new_price .rub {
  width: 29px;
  height: 37px;
  background: url(../img/rub2.png) no-repeat;
  margin-left: 5px;
}

.product-two .product-detailes-price-m > .col-right {
	width: 100%;
	max-width: 320px;
	float: left;
	padding-left: 0;
}
.parametres-m table {
	width: 100%;
}
.parametres-m table thead tr td {
	padding-bottom: 30px;
	line-height: 1;
}
.parametres-m table thead tr {
	height: 43px;
}
.parametres-m table thead tr td {
	background: #1B2852;
	font-family: 'PTSans-Bold';
	font-size: 17px;
	color: #fff;
	padding: 0 15px 0 18px;
}
.parametres-m table tbody tr td {
	height: 50px;
	border-bottom: 8px solid #fff;
	background: #F9F9F9;
	padding: 0 15px 0 18px;
	font-size: 15px;
	color: #000;
	box-sizing: content-box;
	vertical-align: middle;
}
.parametres-m table tbody tr td span {
	font-size: 15px;
	color: #000;
}
.parametres-m table tbody tr:first-child td {
	border-top: 30px solid #fff;
}
.parametres-m table tbody tr td .true {
	width: 24px;
	height: 24px;
	background: url(../img/true-f.png) no-repeat;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
.parametres-m table tr td:nth-child(3) {
	text-align: center;
}
.parametres-m table li button {
  font-size: 15px;
  width: 155px;
  height: 40px;
}
.parametres-m table tr td ul {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
}
.parametres-m table tr td ul li {
	margin: 0 9px;
}
.parametres-m table tr td ul li:first-child {
	margin-right: 35px;
	margin-left: 0;
}
.parametres-m table .prod-count {
	width: 38px;
	height: 38px;
}
.title-hidden {
	display: none;
}
.parametres-m {
	position: relative;
	padding-top: 8px;
}
.scheme-work ul li:last-child:after, .menu-main-mob, .content-menu-main .close-x {
	display: none;
}

.footer-center {
	background: #272727;
}

.top-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 888;
}

.pop-up-main.pop-up--photo {
	top: 50px;
	left: calc(50% - 455px);
	width: 910px;
	background: #fff;
	z-index: 999;
	padding-bottom: 30px;
}
.pop-up--photo:after, .pop-up--photo:before {
	display: none;
}
#gallery_main {
	width: 100%;
	position: relative;
}
.slides_container1 {
	cursor: pointer;
}
#gallery_main .slides_container .slick-slide {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	justify-content: center;
	padding: 0 105px;
}
#gallery_main .slick-initialized .slick-slide img {
	width: auto!important;
	height: auto;
}
#gallery_main .slides_container {
  width: 100%;
  height: 640px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
}
#gallery_main .pagination {
	margin-top: 10px;
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding: 0 64px;
  margin: 0 -5px;
}
#gallery_main .pagination li {
	display: block;
	width: 122px!important;
	height: 124px;
  border: 1px solid #E9E8F1;
  cursor: pointer;
  overflow: hidden;
  margin: 0 5px;
  overflow: hidden;
}
#gallery_main .pagination li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#gallery_main .pagination li img {
  margin: 1px;
  display: block;
}
#gallery_main .slick-arrow {
	position: absolute;
	top: calc(50% - 15px);
	width: 18px;
	height: 30px;
	z-index: 22;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 0;
	color: transparent;
  -webkit-transition: all 0s!important;
  transition: all 0s!important;
}
#gallery_main .slick-prev {
	left: 70px;
	background: url(../img/nav-slick-left3.png) top center no-repeat!important;
	background-size: cover;
}
#gallery_main .slick-next {
	right: 70px;
	background: url(../img/nav-slick-right3.png) top center no-repeat!important;
	background-size: cover;
}
#gallery_main .slick-arrow:hover {
	background-position: bottom center!important;
}

.reviews-sec {
	margin-top: 60px;
}
.reviews-list {
	margin: -15px;
}
.reviews-list .reviews-sec-item {
	width: calc(25% - 30px);
	margin: 15px;
}
.reviews-list .reviews-sec-item .photo img {
	width: 100%;
	height: auto;
	display: block;
}
.reviews-list .reviews-sec-item .title {
  font-family: 'HeliosCond-Bold';
  font-size: 23px;
  color: #000;
  line-height: 1.2;
  text-align: center;
  margin: 23px 0 14px;
}
.reviews-list .reviews-sec-item p {
	font-family: Arial;
	font-size: 17px;
	color: #494949;
	line-height: 1.3;
	text-align: justify;
}

.reviews-prod-sec {
	min-height: 655px;
	background: url(../img/reviews-bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 38px 65px 20px;
	position: relative;
	margin: 45px 0 65px;
}
.reviews-prod-sec .title-h {
	font-family: 'FranklinGothicCond-Medium';
	font-size: 60px;
	color: #fff;
}
.reviews-prod-sec .button {
	position: absolute;
	top: 25px;
	right: 30px;
	width: 250px;
	height: 65px;
	font-family: 'FranklinGothicCond-Medium';
	font-size: 25px;
	z-index: 99;
	line-height: 65px;
}
.reviews-prod-sec .bt-reviews:hover {
	opacity: .9;
	color: #fff!important;
}
.reviews-slider-prod .title {
	font-family: 'FranklinGothicCond-Medium';
	font-size: 30px;
	color: #fff;
	position: relative;
	margin: 25px auto 24px;
	text-align: center;
}
.reviews-slider-prod p {
	font-family: Arial;
	font-size: 17px;
	color: #fff;
	line-height: 1.4;
	max-width: 665px;
	margin: 0 auto;
	text-align: center;
}
.photo-reviews-u {
	width: 245px;
	height: 245px;
	overflow: hidden;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.photo-reviews-u img {
	width: 100%;
	height: 100%;
}
.reviews-slider-prod {
	position: relative;
}
.reviews-slider-prod .slick-arrow {
	top: 104px;
}
.reviews-slider-prod .slick-prev {
	left: 45px;
}
.reviews-slider-prod .slick-next {
	right: 45px;
}
.reviews-slider-prod .slick-dots {
	position: static;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.reviews-slider-prod .slick-dots li {
	display: inline-block;
	margin: 0 8px;
}
.reviews-slider-prod .slick-dots li button {
	width: 17px;
	height: 17px;
	background: rgba(255, 255, 255, 1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.reviews-slider-prod .slick-dots li.slick-active button {
	background: #F9630E;
}
.slick-slider .slick-list {
	margin: 0 auto;
}
.about-sec {
	margin-bottom: 30px;
}
.about-sec:last-child {
	margin-bottom: 0;
}
.about-sec .title {
	font-size: 33px;
	color: #262626;
	font-family: 'FranklinGothicCond-Medium';
	line-height: 1.2;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.about-sec p {
	font-family: Arial;
	font-size: 20px;
	color: #494949;
	line-height: 1.6;
}
.title-h1 {
	font-size: 48px;
	color: #261120;
	font-family: 'FranklinGothicCond-Medium';
	line-height: 1.2;
	margin-bottom: 24px;
	margin-bottom: 24px;
}
.about-sec ul li {
	margin-bottom: 25px;
	padding-left: 25px;
	position: relative;
}
.about-sec ul li:last-child {
	margin-bottom: 0;
}
.about-sec ul li span {
	position: absolute;
	top: 9px;
	left: 0;
}
.about-sec ul li .list-cerc {
	width: 15px;
	height: 15px;
	background: #F9630E;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.about-sec ul li .list-arr {
	width: 8px;
	height: 14px;
	background: url(../img/arr-1.png) no-repeat;
}
.about-sec ul li .list-arr {
	top: 10px;
	width: 8px;
	height: 14px;
	background: url(../img/arr-1.png) no-repeat;
}
.about-sec ul li .list-arr-2 {
	top: 9px;
	width: 15px;
	height: 15px;
	background: #1E7C26;
}
.about-sec ul li .list-true {
	top: 7px;
	width: 18px;
	height: 18px;
	background: url(../img/arr-true.png) no-repeat;
}
.about-sec table {
	border: 1px solid #E2E2E1;
}
.about-sec table thead tr td {
	height: 70px;
	vertical-align: middle;
	font-size: 24px;
	color: #262626;
	font-family: 'FranklinGothicCond-Medium';
	line-height: 1.2;
	background: #E7E7E7;
	padding: 0 20px 0 20px;
}
.about-sec table tbody tr td {
	padding: 20px;
	font-size: 18px;
	color: #261120;
	line-height: 1.4;
	border-bottom: 1px solid #E2E2E1;
	vertical-align: top;
}
.about-sec table tbody tr td {
	border-right: 1px solid #E2E2E1;
}
.about-sec table tbody tr td:last-child {
	border-right: none;
}
.about-sec table tbody tr:nth-child(odd) td {
	background: #F1F1F1;
}
.about-sec .text-bg {
	padding: 40px 30px 40px;
	position: relative;
	background: #1E7C26;
	margin: 30px 0;
}
.about-sec .text-bg p {
	color: #fff;
	max-width: 1030px;
	margin: 0 auto;
	text-align: center;
}
.about-sec .text-bg:after {
	position: absolute;
	top: 25px;
	left: calc(50% - 230px);
	content: '';
	width: 460px;
	height: 2px;
	background: #fff;
}
.about-sec .text-bg:before {
	position: absolute;
	bottom: 25px;
	left: calc(50% - 230px);
	content: '';
	width: 460px;
	height: 2px;
	background: #fff;
}
.photo-about {
	margin-top: 22px;
}
.photo-about .col-flx-right {
	padding-left: 30px;
	width: calc(100% - 479px);
}
.photo-about .col-flx-left {
	width: 479px;
}
.photo-about .col-flx-left img {
	max-width: 100%;
}
.photo-about .col-flx-right p {
	margin-bottom: 25px;
}
.photo-about .col-flx-right p:last-child {
	margin-bottom: 0;
}
.content-about {
	margin-bottom: 100px;
}

.banner-slider-main {
	width: 100%;
	overflow: hidden;
}
.banner-slider-type-1 > div {
	margin: -5px;
	position: relative;
}
.banner-slider-type-1 .banner-sec {
	height: 550px;
	text-align: center;
	margin: 5px;
	background: url(../img/banner-bg.jpg) no-repeat;
	background-size: cover;
	display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.banner-slider-type-1 .banner-sec .photo {
	display: block;
	width: 237px;
	height: 237px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 42px;
	border: 3px solid #1E7C26;
	background: #fff;
	display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
}
.banner-slider-main-02 {
	margin-top: 30px;
}
.banner-slider-main-03 {
  width: 100%;
  height: 568px;
  background: url(../img/banner-slider-bg-03.jpg) top center no-repeat;
  background-size: cover;
  padding: 139px 100px 0;
  margin-top: 30px;
}
.banner-slider-main-03 .banner-sec .photo {
	display: block;
	width: 100%;
	height: 257px;
	margin-bottom: 22px;
	display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
}
.banner-slider-main-03 .banner-sec {
	width: 256px;
	text-align: center;
	margin: 0 auto;
}
.banner-slider-main-03 .banner-sec .link {
	font-family: 'Helios-Cond-Light';
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
}
.banner-slider-2 {
	height: 100%;
	position: relative;
}
.banner-slider-main-02 .banner-sec {
	margin-top: 10px;
	height: 290px;
}
.banner-slider-main-02 .banner-sec .photo {
	width: 165px;
	height: 165px;
	margin-bottom: 15px;
}
.top-menu .menu_gm {
	z-index: 22;
}
.banner-sec .photo img {
	width: 100%;
	height: 100%;
}
.banner-sec .link {
	font-family: 'Helios-Cond-Light';
	font-size: 24px;
	color: #000;
	line-height: 1.2;
}
.banner-slider-main .slick-arrow {
	top: calc(50%);
	margin-top: 50px;
	z-index: 22;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 0;
	color: transparent;
  -webkit-transition: all 0s!important;
  transition: all 0s!important;
}
.banner-slider-main .slick-prev {
	left: 30px;
  background: url(../img/nav-left-03.png)!important;
  background-size: cover!important;
}
.banner-slider-main .slick-next {
	right: 30px;
  background: url(../img/nav-right-03.png)!important;
  background-size: cover!important;
}
.banner-slider-main .slick-arrow:hover {
	opacity: 0.8;
}
.banner-slider-main-02 .slick-arrow {
	top: calc(50% - 38px);
	margin-top: 0;
}
.banner-slider-main-03 .slick-arrow {
	top: calc(50%);
	margin-top: -130px;
}
.banner-slider-main-03 .slick-prev {
	left: -70px;
  background: url(../img/nav-left-04.png)!important;
  background-size: cover!important;
}
.banner-slider-main-03 .slick-next {
	right: -70px;
  background: url(../img/nav-right-04.png)!important;
  background-size: cover!important;
}
.slick-dots {
	position: absolute;
	left: -68px;
	bottom: 20px;
	z-index: 30;
}
.slick-dots li {
	margin-right: 6px;
	display: inline-block;
}
.slick-dots li:last-child {
	margin-right: 0;
}
.slick-dots li button {
	width: 21px;
	height: 21px;
	background: #fff;
	display: block;
	font-size: 0;
	color: transparent;
}
.slick-dots li button:hover, .slick-dots li.slick-active button {
	background: #F9630E;
}

.prod-count-in {
	display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: flex-end;
}
.prod-count {
	padding: 0 39px;
	width: 150px;
	height: 41px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	font-family: 'FranklinGothicCond-Medium';
	font-size: 25px;
	color: #393939;
	position: relative;
	border: 1px solid #B7B7B7;
}
.prod-count input {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	background: #fff;
	text-align: center;
	font-family: 'FranklinGothicCond-Medium';
	font-size: 25px;
	color: #393939;
}
.prod-count .count-arr {
	position: absolute;
	top: 0;
	width: 39px;
	height: 39px;
}
.prod-count .count-arr-left {
	left: 0;
	background: url(../img/arr-red-left.png) no-repeat;
	background-size: cover;
}
.prod-count .count-arr-right {
	right: 0;
	background: url(../img/arr-red-right.png) no-repeat;
	background-size: cover;
}
.prod-count .count-arr:hover {
	cursor: pointer;
	opacity: .9;
}
.product-detailes-pay-m {
	border: 1px solid #C7C7C7;
	padding: 10px;
	margin: 30px 0 0;
}
.product-detailes-pay-m .col-left {
	width: calc(50% + 8px);
	background: #1E7C26;
}
.product-detailes-pay-m .col-right {
	width: calc(50% - 8px);
	font-family: 'Helios-Cond-Light';
	font-size: 20px;
	color: #000;
	padding-left: 10px!important;
	box-sizing: border-box;
}
.product-detailes-pay-m .col-left button {
	background: #1E7C26;
	font-family: 'FranklinGothicCond-Medium';
	font-size: 24px;
	color: #fff;
	height: 100%;
	width: 100%;
}
.pop-up-main .title-info {
	padding-bottom: 0;
}

.pop-up-form--city {
	padding: 30px 0 0;
	height: auto;
}
.pop-up-form--city .title, .pop-up-form-main .pre {
	text-align: center;
}
.section-city {
	overflow-y: auto;
	max-height: 261px;
	padding: 20px 0;
	box-sizing: border-box;
}
.section-city ul {
	width: 20%;
	padding: 0 30px;
	list-style: none;
	box-sizing: border-box;
}
.section-city ul li {
	margin-bottom: 15px;
}
.section-city ul li:last-child {
	margin-bottom: 0;
}
.section-city ul li a {
    font-size: 16px;
    color: #242424;
    text-decoration: none;
}
.section-city ul li a:hover {
	color: #9773B7;
}
#header .center {
	position: relative;
}
#header .city-sec {
	position: absolute;
	top: 38px;
	right: 460px;
}
.city-sec .city-s {
	font-family: 'GothamPro-Medium';
	font-size: 16px;
	color: #EAAA05;
	margin-bottom: 0px;
}
.btn-show-city {
	font-family: 'GothamPro-Regular';
	font-size: 14px;
	color: #fff;
	margin-bottom: 6px;
	border-bottom: 1px dashed #fff;
	cursor: pointer;
	display: initial;
}
.head-menu.fixed .btn-show-city {
	color: #EAAA05;
	border-bottom: 1px dashed #EAAA05;
}
.btn-show-city:hover {
	border-bottom: none!important;
}
.menu-left-callback .btn-show-city {
	color: #333333;
	border-color: #333333;
}
.btn-show-city-map {
	color: #000;
	text-decoration: underline
}
.btn-show-city-map:hover {
	text-decoration: none
}

.pop-up-form-main {
	position: absolute;
	top: 40px;
	left: 50%;
	margin: 0 0 0 -522px;
	width: 1045px;
	height: 438px;
	background: #fff;
	z-index: 999;
	display: none;
}
.pop-up-form-main .col-left, .pop-up-form-main .col-right {
	width: 50%;
}
.pop-up-form-main .col-left {
	text-align: center;
	padding: 45px 60px 0;
}
.pop-up-form-main .col-right {
	overflow: hidden;
}
.pop-up-form-main .col-right img {
	width: 100%;
	display: block;
	float: right;
}
.pop-up-form-main .title {
	font-size: 30px;
	color:#F9630E;
	line-height: 1.3;
	text-transform: uppercase;
}
.pop-up-form-main .pre {
	font-size: 16px;
	color: #959494;
	line-height: 1.6;
	display: block;
	margin: 12px 0 20px;
}
.close_x {
	position: absolute;
	top: -21px;
	right: -29px;
	width: 21px;
	height: 21px;
	background: url(/img/close_x.png) no-repeat;
	cursor: pointer;
}
.close_x:hover {
	opacity: 0.9;
}
.pop-up-form-main input {
	width: 100%;
	height: 54px;
	padding-left: 35px;
	font-size: 15px;
	color: #959494;
	margin-bottom: 20px;
	border: 1px solid #CECDCD;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.bt-pop-up {
	margin: 8px auto 18px;
	height: 47px;
	font-size: 14px;
	width: 188px;
	display: block;
}
.pop-up-form-main a {
	font-size: 14px;
	color: #959494;
	text-decoration: underline;
}
.pop-up-form-main a:hover {
	text-decoration: none;
}