@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-Light.eot');
    src: local('TT Commons Light'), local('TTCommons-Light'),
        url('fonts/TTCommons-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/TTCommons-Light.woff') format('woff'),
        url('fonts/TTCommons-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-Black.eot');
    src: local('TT Commons Black'), local('TTCommons-Black'),
        url('fonts/TTCommons-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/TTCommons-Black.woff') format('woff'),
        url('fonts/TTCommons-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-Medium.eot');
    src: local('TT Commons Medium'), local('TTCommons-Medium'),
        url('fonts/TTCommons-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/TTCommons-Medium.woff') format('woff'),
        url('fonts/TTCommons-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-Regular.eot');
    src: local('TT Commons Regular'), local('TTCommons-Regular'),
        url('fonts/TTCommons-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/TTCommons-Regular.woff') format('woff'),
        url('fonts/TTCommons-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-ExtraBold.eot');
    src: local('TT Commons ExtraBold'), local('TTCommons-ExtraBold'),
        url('fonts/TTCommons-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/TTCommons-ExtraBold.woff') format('woff'),
        url('fonts/TTCommons-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-Bold.eot');
    src: local('TT Commons Bold'), local('TTCommons-Bold'),
        url('fonts/TTCommons-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/TTCommons-Bold.woff') format('woff'),
        url('fonts/TTCommons-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-ExtraLight.eot');
    src: local('TT Commons ExtraLight'), local('TTCommons-ExtraLight'),
        url('fonts/TTCommons-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/TTCommons-ExtraLight.woff') format('woff'),
        url('fonts/TTCommons-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-DemiBold.eot');
    src: local('TT Commons DemiBold'), local('TTCommons-DemiBold'),
        url('fonts/TTCommons-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/TTCommons-DemiBold.woff') format('woff'),
        url('fonts/TTCommons-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-Thin.eot');
    src: local('TT Commons Thin'), local('TTCommons-Thin'),
        url('fonts/TTCommons-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/TTCommons-Thin.woff') format('woff'),
        url('fonts/TTCommons-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	font-family: 'TT Commons';
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.container {
	max-width: 1270px;
}
body {
	
}
.header {
	padding: 15px 0 0 0;
	position: relative;
	background-color: white;
	border-bottom: 1px solid #f8f7f6;
}
.home .header {
	border-bottom: 0;
}
.header .d-flex {	
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.logo-box {
	
}
.logo {
	text-decoration: none !important;
	position: relative;
	display: block;
}
.logo img {
	
}
.phone-box {
	position: relative;
	padding-left: 25px;
}
.phone-box .c1 {
	margin-right: 20px;
}
.phone-box .c1:last-child {
	margin-right: 0;
}
.phone-box span {
	color: #989ea0;
	font-size: 13px;
	line-height: 1.1;
	display: block;
}
.phone {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	color: #282828;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}
.phone-box  img {
	height: 20px;
	position: absolute;
	left: 0;
	top: -2px;
}
.phone:hover {
	text-decoration: none;
	color: #9ec54c;
}
.header .info-box {
	position: relative;
	padding-left: 35px;
}
.info-box span {

	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: black;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}
.info-box img {
	position: absolute;
	left: 0;
	top: 0;
}
.btn-lnk {
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.1;
	color: #9ec54c;
	transition: all .5s;
}
.btn-lnk:hover {
	color: green;
}

.header .header-top {
	border-bottom: 1px solid #f8f7f6;
	padding-bottom: 15px;
}
.header .header-top .cat-box {
	display: none;
}
.cat-btn span {
	white-space: nowrap;
	border-radius: 5px;
	display: block;
	padding: 9px 30px 9px 60px;
	background: #46ac4d url('img/cat-btn.png') 15px center no-repeat;
	font-size: 18px;
	font-weight: 500;
	color: white;
	cursor: pointer;
	position: relative;
}
.cat-btn span:hover {
	background: green url('img/cat-btn.png') 15px center no-repeat;
}

.fav-btn {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #f8f8f8;
	text-decoration: none;
	margin-right: 5px;
}
.fav-btn span {
	top: -5px;
	right: -5px;
	position: absolute;
	font-size: 14px;
	color: black;
}
.search-box {
	max-width: 620px;
	width: 100%;
}
.search-box form {
	background-color: #f8f8f8;
	width: 100%;
	border-radius: 5px;
	position: relative;
}
.search-box form input {
	border: 0;
	padding: 10px 35px 10px 20px;
	width: 100%;
	font-size: 15px;
	color: black;
	background-color: transparent;
}
.search-box form button {
	border: 0;
	position: absolute;
	background-color: transparent;
	line-height: 1;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
}
.search-box form button img {
	height: 15px;
}
.soc {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.soc a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #dee2d5;	
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	margin-left: 10px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.soc a i {
	font-size: 20px;
	line-height: 1;
	color: #9ec54c;
}
.soc a:hover {	
	background-color: #9ec54c;
	border: 1px solid #9ec54c;	
}
.soc a:hover i {	
	color: white;
}
.soc.v2 a {	
	border: 0;	
	margin: 0 10px 0 0;
}
.soc.v2 i {	
	color: white;
}

.menu-box {	
	padding: 10px 0;
}
.menu {
	display: flex;
	display: -webkit-flex;
	flex: 1;
	-webkit-flex: 1;
}
.menu a {
	font-size: 15px;
	color: #3e4244;
	text-transform: uppercase;
	font-weight: 600;
	white-space: norwap;
	display: block;
	text-decoration: none;
	margin: 5px 3%;
	position: relative;
}
.menu a:hover, .menu a.act {
	color: green;
}

.menu .sub > span {	
	cursor: pointer;
	display: inline-block;
	padding-right: 15px;
	background: url('img/down.png') right center no-repeat;
}
.sub {
	position: relative;
}
.sub-menu {
	padding: 10px 0;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;	
	border-bottom: 1px solid #f1f1f1;
	box-shadow: 0 10px 10px 5px rgba(0,0,0,.04);
	position: absolute;
	left: 0;
	top: 100%;	
	z-index: 20;
	display: none;
	background-color: white;
	width: 240px;
}
.sub-menu a {
	padding: 5px 15px;
	font-size: 14px;
	color: #212121;	
	text-decoration: none;
	display: block;
}
.sub-menu a:hover {
	color: #9ec54c;
}

.sub-menu.on {
	display: block !important;
}

body.fixed {
	padding-top: 125px;
}
body.fixed .menu-box {
	display: none;
}
body.fixed .header {
	padding: 10px 0 0 0;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 10;
}
body.fixed .menu-btn {
	display: block;
}
.menu-box.open {
    display: block !important;
}

.home-slider-box {
	position: relative;
}
.home-slider .slide {	
	min-height: 600px;
	overflow: hidden;
	background-size: cover !important;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.home-slider .slide .row {	
	margin-left: 100px;
}
.home-slider .txt {	
	max-width: 500px;
}
.home-slider .txt .ttl {
	font-size: 50px;
	font-weight: 600;
	line-height: 1.1;
	color: #282828;
	margin-bottom: 15px;
}
.home-slider .txt .ttl u {
	color: #46ac4d;
}
.home-slider .txt p {
	font-size: 20px;
	color: #5b5b5b;
	max-width: 410px;
}
.home-slider .btn-box {
	margin-top: 40px;
}

.home-slider-box .slick-arrow  {
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 2;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: white;
	cursor: pointer;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	transition: all .5s;
}
.home-slider-box .slick-arrow:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,.05);
}
.home-slider-box .slick-arrow.prev {
	margin-left: -510px;
}
.home-slider-box .slick-arrow.next {
	margin-left: -460px;
}

.slider-dot-hs {
	text-align: center;
	margin-top: 20px;
}
.slider-dot-hs li {
	list-style: none;
	margin: 0 3px;
	display: inline-block;
}
.slider-dot-hs li.slick-active {	
	margin: 0 5px;
}
.slider-dot-hs button {
	font-size: 0px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	cursor: pointer;
	border: 0;
	border: 1px solid #939393;
	background-color: transparent;
}
.slider-dot-hs li.slick-active button {	
	background-color: #9ec54c;
	border: 1px solid #9ec54c;
}

.soc-panel {
	transform: rotate(270deg);
	padding: 10px 20px;
	background-color: white;	
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 460px;
	margin: 0 0 250px -825px;
	border-radius: 10px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
}
.soc-panel a {
	color: #282828;
	text-decoration: none;
}
.soc-panel img {
	transform: rotate(90deg);
}
.soc-panel .sep {
	height: 1px;
	width: 150px;
	background-color: #e4e4e4;
}

.btn0 {
	font-size: 17px;
	color: #46ac4d;
	line-height: 1.1;
	font-weight: 600;
	background-color: #f0fff1;
	cursor: pointer;
	padding: 14px 15px 12px 15px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	border: 0;
	transition: all .5s;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}
.btn0:hover  {
	background-color: green;
	color: white;
	text-decoration: none;
}
.btn1 {
	font-size: 17px;
	color: white;
	font-weight: 500;
	background-color: #46ac4d;
	cursor: pointer;
	padding: 14px 15px 12px 15px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	border: 0;
	transition: all .5s;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}
.btn1.v2 {
	color: #46ac4d;
	background-color: #f0fff1;
}
.btn1 img {
	display: inline-block;
	margin-left: 45px;
}
.btn1:hover  {
	background-color: green;
	color: white;
	text-decoration: none;
}
.btn2 {
	font-size: 17px;
	color: #282828;
	font-weight: 500;
	background-color: #e9e9e9;
	cursor: pointer;
	padding: 14px 15px 12px 15px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	border: 0;
	transition: all .5s;
	display: inline-block;
	white-space: nowrap;
	position: relative;
}
.btn2:hover {
	background-color: grey;
	color: #282828;;
	text-decoration: none;
}

.w-200 {
	width: 200px;
}

.advantages-box {
	padding: 50px 0;
}
.advantages-box .box {
	margin-bottom: 30px;
}
.advantages-box .box span {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	font-size: 18px;
	color: #46ac4d;
	font-weight: 600;
	margin-bottom: 10px;
	min-height: 35px;
}
.advantages-box .box .ttl {
	font-size: 55px;
	font-weight: 800;
	line-height: 1;
	color: #46ac4d;
}
.advantages-box .box span img {
	margin-right: 15px;
}
.advantages-box .box p {
	font-size: 18px;
	color: #282828;
	margin-bottom: 0;
	
}

.prod-list-box {
	margin-bottom: 70px;
}
.prod-list-box .col-lg-3 {
	margin-bottom: 20px;
}
.prod-list-box .ttl {
	font-size: 35px;
	line-height: 1.2;
	color: #282828;
	font-weight: 600;
	margin-bottom: 30px;
}
.prod-list-box p {
	font-size: 16px;
	color: #888888;
	margin-bottom: 30px;
}

.prod {
	border: 1px solid #e9e9e9;
	padding: 20px;
}
.prod .img {
	height: 180px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.prod .img img {
	max-width: 100%;
	height: auto;
}
.prod .ttl {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	color: #282828;
	min-height: 47px;
	margin-bottom: 5px;
	text-decoration: none;
	display: block;
	
}
.params {
	margin-bottom: 15px;
}
.params .param {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
	border-top: 1px solid #e9e9e9;
	padding: 5px 0;
}
.params .param span {
	font-size: 14px;
	color: #919191;
}
.params .param:last-child {
	border-bottom: 1px solid #e9e9e9;
}
.prod .btn-box {
	display: flex;
	display: -webkit-flex;
}
.prod .btn1 {
	width: 100%;
	padding: 10px 15px 8px 15px;
	margin-right: 2%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: space-between;
}
.prod .btn1 img {
	margin-left: auto;
}
.prod .btn2 {
	width: 35%;
	background: #e9e9e9;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.prod .btn2:hover {
	background: #46ac4d;
}
.prod .btn2:hover img {
	filter: brightness(0) invert(1);
}

.btn3-box {
	text-align: center;
	position: relative;
	display: inline-block;
}
.btn3-box:after {
	content: '';
	position: absolute;
	width: 280px;
	height: 55px;
	border: 1px dashed #46ac4d;
	border-radius: 5px;
	top: 10px;
	left: 50%;
	margin-left: -140px;
	z-index: 0;
}
.btn3 {
	width: 250px;
	font-size: 17px;
	color: white;
	background-color: #46ac4d;
	cursor: pointer;
	padding: 14px 15px 12px 15px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	border: 0;
	transition: all .5s;
	display: inline-block;
	white-space: nowrap;
	position: relative;
	text-decoration: none;
	box-shadow: 0 15px 20px 5px rgba(0,0,0,.2);
	position: relative;
	z-index: 2;
}
.btn3:hover  {
	background-color: green;
	color: white;
	text-decoration: none;
}


.httl {
	font-size: 50px;
	line-height: 1.1;	
	color: #282828;
	font-weight: 800;
	margin-bottom: 30px;
	position: relative;
}
.httl u, .httl span {
	color: #46ac4d;
}
.httl.w {
	color: white;
}
.httl.v2 {
	padding-left: 50px;
}
.httl.v2:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 4px;
	background-color: #46ac4d;
	left: 0;
	top: 18px;
}
.httl-txt {
	font-size: 16px;
	color: #414141;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 50px;
}

.httl-box {
	display: flex;
	display: -webkit-flex;
}
.httl-box .httl {
	margin-right: 25px;
}
.httl-box span {
	font-size: 21px;
	color: #282828;
	display: block;
	margin-top: 5px;
}

.text-box {
	padding: 70px 0;
	background-color: #f7f7f7;
	overflow: hidden;
}
.text-box .txt {
	width: 90%;
	max-width: 600px;
}
.text-box p {
	font-size: 17px;
	color: #616161;
	margin-bottom: 20px;
}
.text-box .img {
	position: absolute;
	display: inline-block;
}
.text-box .img:after {
	content: '';
	position: absolute;
	top: 30px;
	left: -30px;
	height: 100%;
	width: 100%;
	background-color: #46ac4d;
}
.text-box .img img {
	position: relative;
	z-index: 2;
}

.text-box2 {
	padding: 80px 0 60px 0;
	background-color: #282828;
}
.text-box2 p {
	font-size: 18px;
	color: white;
	margin-top: 80px;
}

.why-box {
	padding: 70px 0 30px 0;
}
.why-box .httl {
	max-width: 600px;
	margin-bottom: 50px;
}
.why-box .box {
	margin-bottom: 50px;
}
.why-box .box .ttl {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 10px;
	min-height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #282828;
	text-transform: uppercase;
}
.why-box .box .ttl img {
	margin-right: 20px;
}
.why-box .box p {
	font-size: 17px;
	color: #696969;
	margin-bottom: 0;
	max-width: 350px;
}

.use-box {
	padding: 70px 0;
	background: #f7f7f7 url('img/usebg.jpg') center top no-repeat;
}
.use-box.v2 {
	padding: 0;
	background: none;
}
.use-box p {
	font-size: 17px;
	color: #696969;
}
.use-box .btn-box {
	margin: 40px 15px 0 0;
	text-align: right;
}
.use-box .boxes {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	margin: 0 -8px;
}
.use-box .boxes .c1 {
	flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
	padding: 0 8px;
}
.use-box .box {
	background-size: cover !important;
	min-height: 315px;
	padding: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
		-webkit-align-items: flex-end;
	margin-bottom: 15px;
}
.use-box .box.v2 {
	height: calc(100% - 15px);
	margin-bottom: 0;
}
.use-box .box .text {
	width: 90%;
}
.use-box .box .ttl {
	font-size: 30px;
	font-weight: 800;
	color: white;
	text-shadow: 0 2px rgba(0,0,0,.8);
}
.use-box .box p {
	font-size: 15px;
	color: white;
	text-shadow: 0 2px rgba(0,0,0,.8);
	margin-bottom: 0;
}

.want-box {
	padding: 70px 0;
	overflow: hidden;
	background: linear-gradient(to bottom, white 50%, #f7f7f7 50%);
}
.want-box .txt {
	max-width: 580px;
	position: relative;
}
.want-box .txt p {
	font-size: 17px;
	color: #696969;
	width: 90%;
}
.want-box .txt img {
	position: absolute;
	left: calc(100% + 30px);
	top: 0;
	
}
.want-box .txt2 {
	margin-top: 70px;
}
.want-box .ttl {
	font-size: 20px;
	font-weight: bold;
	color: #20;
	margin-bottom: 15px;
}
.want-box .ul1 li  {
	width: 90%;
}
.ul1 li {
	list-style: none;
	padding-left: 25px;
	font-size: 17px;
	color: #696969;
	background: url('img/li.png') left top no-repeat;
	margin-bottom: 15px;
}

.maps-box {
	padding-top: 70px;
}
.maps-box .httl {	
	margin-bottom: 50px;
}

.contacts-box {
	overflow: hidden;
	margin-bottom: 50px;
}
.contacts-box .bg {
	position: relative;
}
.contacts-box .bg:after {
	content: '';
	position: absolute;
	width: 2000px;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #282828;
	z-indeex: 0;
}
.form2 {
	position: relative;
	z-index: 2;
	max-width: 500px;
	margin: 0 auto;
	padding: 80px 0;
}
.form2 .httl {
	color: white;
	margin-bottom: 10px;
}
.form2 p {
	font-size: 17px;
	color: #d2d0d0;
	margin-bottom: 30px;
}
.form2 .inp {
	margin-bottom: 20px;
}
.form2 label {
	font-size: 17px;
	color: white;
	font-weight: 500;
	display: block;
}
.form2 .inp input[type="text"] {
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid #5e5e5e;
	padding: 0 0 10px 0;
	display: block;
	color: white;
	font-size: 16px;
	width: 100%;
}
.form2 .btn1 {
	width: 100%;
}

.form2 .priv .custom-checkbox {
  font-size: 14px;
  color: white;
}

.priv a {
	color: #46ac4d;
}

.cont {
	padding: 80px 0;
	position: relative;
}
.cont .bg-img {
	position: absolute;
	left: 40%;
	top: 30%;
	z-index: -1;
}
.cont .httl {
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.cont .httl:after {
	content: '';
	position: absolute;
	width: 90px;
	height: 3px;
	background-color: #46ac4d;
	left: 0;
	top: 100%;
}
.cont .addr-box, .cont .phone-box, .cont .mail-box {
	margin-bottom: 20px;
}
.cont .mail {
	font-size: 18px;
	color: #282828;
	text-decoration: none;
	padding-left: 25px;
	position: relative;
	display: block;
	
}
.cont .mail img {
	position: absolute;
	left: 0;
	top: 3px;
	height: 18px;
}
.cont .addr-box span {
	display: block;
}

.soc-box i {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	margin-right: 15px;
}
.soc-box i.whatsapp {
	background-color: #46ac4d;
}
.soc-box i.telegram {
	background-color: #35acf1;
}
.soc-box i.whatsapp img {
	height: 20px;
}
.soc-box i.telegram img {
	height: 30px;
}
.soc-box a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 15px;
}
.soc-box a img {
	filter: brightness(0) invert(1);
}
.soc-box a span {
	font-size: 16px;
	color: #282828;
}


.footer-copy {	
	font-size: 14px;
	color: #9e9e9e;
	border-top: 1px solid #d8d8d8;
	padding: 20px 0;
}
.footer-copy a {	
	font-size: 14px;
	color: #9e9e9e;
	margin-left: 15px;
}
.footer {
	padding: 40px 0 20px 0;
	border-top: 1px solid #d8d8d8;
}
.home .footer {
	border-top: 0;
}
.footer .logo-box {
	margin-bottom: 35px;
}
.footer .ttl {
	font-size: 23px;
	font-weight: 600;
	color: #3e4244;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.fm-box {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.footer-menu a {	
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	color: #3e4244;
	text-decoration: none;
}
.footer-menu a:hover {
	text-decoration: underline;
}
.footer .btn-box {
	text-align: right;
}
.footer .btn1 {
	font-size: 15px;
	font-weight: 500;
	max-width: 195px;
	width: 100%;
	margin-bottom: 20px;
}
.footer .btn1 img {
	margin: 0 5px 0 0;
}
.soc-box.v2 {	
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.soc-box.v2 a {	
	display: block;
}
.soc-box.v2 i {	
	width: 35px;
	height: 35px;
	border-radius: 5px;
	margin-right: 10px;
}
.cnt {
	text-align: left;
	max-width: 380px;
}
.cnt a, .cnt span{
	font-size: 15px;
	color: #3e4244;
	position: relative;
	display: block;
	text-decoration: none;
	margin-left: 20px;
	margin-bottom: 8px;
}
.cnt a.loc3 {
	color: #46ac4d;
	text-decoration: underline;
}
.cnt img {
	position: absolute;
	left: -20px;
	top: 5px;
}

.madein {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 13px;
	color: #747474;
}
.madein img {
	margin-left: 5px;
}


.owl-nav {
	position: absolute;
	top: -40px;
	right: 0;
}
.owl-nav button {
	display: inline-block;
	opacity: .5;
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	margin-left: 10px;
}
.owl-nav button:hover {
	opacity: 1;
}
.owl-nav button.owl-prev {
	
}
.owl-nav button.owl-next {
	
}

.center-text-box {
	text-align: center;
	padding: 70px 0 90px 0;
}


.text-box3 {
	background-color: #f7f7f7;
	padding: 50px 0 70px 0;
	margin-top: 70px;
	position: relative;
}
.text-box3 .txt {
	padding: 0 30px;
}
.text-box3 p {
	font-size: 17px;
	color: #696969;
	margin-bottom: 20px;
}
.text-box3 .img {
	position: relative;
}
.text-box3 .img img {
	position: absolute;
	top: -100px;
	left: 0;
}

.supp-box {
	padding: 70px 0;
}
.supp-box .httl {
	font-size: 35px;
	font-weight: 600;
}
.supp-box p {
	font-size: 17px;
	color: #696969;
	margin-bottom: 20px;
}

.delivery-boxes {
	margin-bottom: 20px;
}
.delivery-boxes .box {
	padding: 20px;
	border: 1px solid #e9e9e9;
	margin-bottom: 30px;
}
.delivery-boxes .box .img {
	min-height: 190px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.delivery-boxes .box .ttl {
	padding: 10px 0;
	font-size: 15px;
	color: #282828;
}
.delivery-boxes .box .ttl b {
	font-size: 21px;
}
.delivery-boxes .box .btn1 {
	width: 100%;
	padding: 10px;
}

.httl2 {
	font-size: 30px;
	color: #282828;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 40px;
	text-align: center;
}

.delivery-form-box {
	padding: 70px 0;
}
.delivery-form-box p {
	text-align: center;
	font-size: 17px;
	color: #282828;
	margin-bottom: 30px;
}
.delivery-form-box .form1 {
	max-width: 420px;
	margin: 0 auto;
}

.about-top {
	background: #202630 url('img/about.jpg') center top no-repeat;
	min-height: 530px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	position: relative;
}
.about-top .txt {
	max-width: 50%;
}
.about-top .ttl {
	font-size: 40px;
	line-height: 1.3;
	color: white;
	font-weight: bold;
}
.arr-down {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	bottom: -55px;
}




.home-slider-box {position: relative;}
.slider-controls {
	width: 100%;
}
.slider-controls div.prev, .slider-controls div.next {	
	text-align: center;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;	
	position: absolute;	
	top: 50%;
	margin-top: -10px;
}
.slider-controls div i {
	font-size: 20px;
	color: #cccccc;
}
.slider-controls div.prev {
	left: 15px;
}
.slider-controls div.next {
	right: 15px;
}

.slider-dots {
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 5px;
}
.slider-dots ul {margin-bottom: 0px;}
.slider-dots li {
	list-style: none;
	display: inline-block;
	line-height: 20px;
}
.slider-dots li button { 
   font-size: 0; 
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: white;
   border: 0;
   cursor: pointer;
   margin: 3px; 
   outline: 0;   
} 
.slider-dots li.slick-active button {   
   background: #019746;  
} 



.select1 {
	position: relative;   
	white-space: nowrap;
	width: 100%;
	background-color: white;
	border: 1px solid #a4a4a4;
}
.select1 select {	
	cursor: pointer;
	font-size: 15px;
	color: #191919;
	background-color: transparent;
	padding: 15px 30px 15px 55px;
	white-space: nowrap;
	border: 0;
	outline: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	background: url('img/down.png') 96% center no-repeat;
}





.form1 input[type="text"], .form1 textarea {
	font-size: 16px;
	color: #191919;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
	background-color: white;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.form1 textarea {
	min-height: 170px;
}

.modal-dialog {
	max-width: 530px;
	
}
.modal-content {
position: relative;
background-color: white;
padding: 30px  15px;
border-radius: 5px;
}
.modal-content .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}

.modal-content .form-ttl {
	text-align: center;
	font-size: 31px;
	line-height: 1.3;
	color: #363636;
	font-weight: bold;
	margin-bottom: 20px;
}
.modal-content p {
	text-align: center;
	font-size: 18px;
	color: #999999;
	margin-bottom: 30px;
}
.modal-content input, .modal-content textarea {
	color: #191919;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.modal-content label {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}
.modal-content button {
	font-size: 18px;
	padding: 15px;
	font-weight: bold;
	display: block;
	width: 100%;
	border-radius: 5px;
	transition: all .5s;
}


.menu-btn {
	width: 26px;
	height: 18px;
	position: relative;	  
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 101;
	display: none;
}
.menu-btn  span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #404040;
	opacity: 1;
	left: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	border-radius: 2px;
}
.menu-btn.open  span {
	background: #404040;
}
.menu-btn  span:nth-child(1) {
  top: 0px;
}
.menu-btn  span:nth-child(2) {
  top: 8px;
}
.menu-btn  span:nth-child(3) {
  top: 16px;
}
.menu-btn.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-btn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menu-btn.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


.breadcrumbs {
	padding-top: 15px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #b5b5b5;
}
.breadcrumbs a {
	color: #46ac4d;
}
.page-ttl {
	font-size: 35px;
	color: #151414;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 25px;
}


.page-text p {
	font-size: 18px;
	color: #151414;
	margin-bottom: 20px;
}

.tabbox {
	display: none;
}
.tabbox.act {
	display: block;
}

.page-txt {
	margin-bottom: 30px;
}
.page-txt p {
	font-size: 17px;
	color: #696969;
}


.form1 .select1 {
	background-color: #f9f9f9;
	max-width: 100%;
}
.form1 .select1 select {
	font-size: 15px;
	color: #191919;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.form1 .d-flex {
	margin-left: -5px;
	margin-right: -5px;
}
.form1 .d-flex .inp {
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	padding: 0 5px;
}


.ui-slider-horizontal {
	height: 7px;
}
.ui-slider .ui-slider-range {
	background-color: #b5d4c4;
}
.ui-widget.ui-widget-content {
	border: 0;
	background-color: #efefef;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.5em;
}
.ui-slider .ui-slider-handle {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: white;
	border: 1px solid #cecece;
}

.custom-checkbox {
display: block;
  position: relative;
  padding-left: 30px;  
  cursor: pointer;
  font-size: 15px;
  color: #404040;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
  margin-bottom: 12px;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #eeeeee;
  background-color: white;
  border-radius: 5px;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: white;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: #46ac4d;
  border: 2px solid #46ac4d;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form1 p {
	font-size: 15px;
	margin-bottom: 20px;
}
.form1 form {
	
}
.form1 .inp {
	margin-bottom: 15px;
}
.form1 input {
	padding: 15px;
	background-color: white;
	border: 0;
	width: 100%;
	border-radius: 5px;
}
.modal .form1 input {
	border: 1px solid #d2d2d2;
}

.form1 button {
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	padding: 15px;
	border-radius: 5px;
}




.page-content {
	padding: 40px 0;
}

.page-sidebar {
	display: flex;
	display: -webkit-flex;
}
.page-sidebar .sidebar {
	flex: 0 0 275px;
	-webkit-flex: 0 0 275px;
	margin: 0 20px 30px 0;
}
.page-sidebar .content {
	flex: 1;
	-webkit-flex: 1;	
}

.sidebar .filter {
	height: 100%;
}
.sidebar-menu-box {
	position: relative;
	background-color: #f8f8f8;
	border-radius: 0 10px 0 0;
	height: 100%;
}
.sidebar-menu-box:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 2000px;
	right: 20px;
	background-color: #f8f8f8;
}
.sidebar-menu {
	padding-right: 15px
}
.sidebar-menu-ttl {
	background-color: #9ec54c;
	border-radius: 0 10px 0 0;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}
.sidebar-menu-ttl:before {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	height: 100%;
	width: 2000px;
	background-color: #9ec54c;
	z-index: 0;
}
.sidebar-menu-ttl span {
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	color: white;
	position: relative;
	display: block;
	padding: 15px 15px 15px 0;
	z-index: 1;
}
.sm-sub .ttl {
	font-size: 17px;
	font-weight: 500;
	color: #151414;
	position: relative;
	margin-bottom: 15px;
	padding-right: 15px;
	cursor: pointer;
}
.sm-sub .level2 .ttl {
	font-size: 15px;
	color: #151414;
	margin-bottom: 10px;
}
.sm-sub a {
	font-size: 15px;
	color: #151414;
	text-decoration: none;
	position: relative;
	margin-bottom: 5px;
	display: block;
}
.sm-sub .ttl:hover {
	color: #9ec54c;
}
.sm-sub a:hover {
	color: #9ec54c;
}
.sm-sub {
	margin-bottom: 20px;
}
.sm-sub > .ttl {
	background: url('img/down2.png') right 10px no-repeat;
}
.sm-sub > .ttl.on {
	background: url('img/up2.png') right 10px no-repeat;
}
.sm-sub.level1 {
	display: block;
}
.sm-sub {
	display: none;
}

.filter-btn-box {
	display: none;
}

.cat-list {
	margin: 0 -15px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.cat-list .c1 {	
	flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.cat-list .cat {
	display: block;
	text-decoration: none;
	padding: 20px;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	transition: all .3s;
	height: 100%;
}
.cat-list .cat:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,.05);
}
.cat-list .cat .img {
	height: 200px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	overflow: hidden;
}
.cat-list .cat .img img {
	max-width: 100%;
	height: auto;
}
.cat-list .cat .ttl {
	font-size: 18px;
	line-height: 1.2;
	color: #151414;
	min-height: 44px;
	position: relative;
	padding-left: 30px;
}
.cat-list .cat .ttl:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #9ec54c;
	left: 0;
	top: 10px;
}

.cat-list.v2 .cat .img {
	height: 270px;
}
.cat-list.v2 .cat .ttl {
	padding-left: 0;
}
.cat-list .cat .ttl:after {
	display: none;
}


.grey-bg {
	background-color: #f8f8f8 !important;
}

.about-text {
	padding: 60px 10% 100px 10%;
	text-align: center;
	background-color: #f2f2f2;
	border-radius: 15px;
}
.about-text p {
	font-size: 17px;
	color: #343434;
}
.about-vid-box {
	height: 500px;
	border-radius: 15px;
	max-width: 940px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	top: -50px;
}
.about-vid-box img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -39px 0 0 -39px;
}

.about-advantages-box {
	padding-top: 70px;
	max-width: 940px;
	margin: 0 auto;
}
.about-advantages-box .item {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 50px;
}
.about-advantages-box .item .img {
	flex: 0 0 35%;
	-webkit-flex: 0 0 35%;
	margin: 0 20px 20px 0;
}
.about-advantages-box .item img {
	max-width: 100%;
	height: auto;
}
.about-advantages-box .item .ttl {
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
}
.about-advantages-box .item .ttl span {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 600;
	color: #191919;
	position: relative;
	display: inline-block;
	z-index: 2;
}
.about-advantages-box .item .ttl:after {
	position: absolute;
	content: '';
	width: 100%;
	max-width: 250px;
	height: 10px;
	background-color: #d5f2af;
	left: 0;
	top: 25px;
}
.about-advantages-box .item p {
	font-size: 18px;
	font-weight: 300;
	color: #191919;
	margin-bottom: 0;
}

.serts {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.serts .c1 {
	flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
}
.serts a {
	display: block;
	border: 1px solid #e2e2e2;
	padding: 20px;
	text-decoration: none;
	margin: -1px 0 0 -1px;
	text-align: center;
}
.serts a img {
	max-width: 100%;
	height: auto;
}

.factory-boxes {
	padding: 50px 0;
	text-align: center;
}
.factory-boxes .c1 {
	flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
}
.factory-boxes .img {
	display: block;
	border: 1px solid #e2e2e2;
	text-decoration: none;
	margin: -1px 0 0 -1px;
	text-align: center;
	height: calc(100% + 2px);
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.factory-boxes .img img {
	max-width: 100%;
	height: auto;
}

.coop-boxes  {
	padding: 30px 0 60px 0;
}
.coop-boxes .box {
	border-radius: 15px;
	padding: 35px 30px 15px 30px;
	margin-bottom: 30px;
	text-align: center;
	background-color: #9ec54c;
	height: 100%;
}
.coop-boxes .box.v2 {
	background-color: #6d9bda;
}
.coop-boxes .box.v3 {
	background-color: #d57a30;
}
.coop-boxes .box .ttl {
	font-size: 20px;
	color: white;
	font-weight: 600;
	padding: 15px 0 10px 0;
}
.coop-boxes .box p {
	font-size: 17px;
	color: white;
	margin-bottom: 0;
}

.revs {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.revs .c1 {
	flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
}
.revs a {
	display: block;
	border: 1px solid #e2e2e2;
	padding: 20px;
	height: 100%;
	text-decoration: none;
	margin: -1px 0 0 -1px;
	text-align: center;
	overflow: hidden;
}
.revs a img {
	max-width: 100%;
	height: auto;
}

.videos {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.videos .c1 {
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	margin-bottom: 35px;
}
.videos .box {
	display: block;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}
.videos .box .vid {
	border: 1px solid #e2e2e2;
	padding: 20px;
	margin-bottom: 15px;
}
.videos .box .ttl {
	font-size: 18px;
	font-weight: 500;
	color: #151414;
}

.downloads {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	margin: 0 -10px;
}
.downloads .c1 {
	flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.downloads a {
	display: block;
	text-decoration: none;
	background-color: white;
	padding: 30px 30px 30px 100px;
	position: relative;
	border-radius: 15px;
	transition: all .3s;
}
.downloads a:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,.05);
}
.downloads span {
	font-size: 20px;
	font-weight: 600;
	color: #151414;
}

.downloads img {
	position: absolute;
	left: 30px;
	top: 30px;
}

.blog-list .item {
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
	background-color: #f6f6f6;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	display: -webkit-flex;
}
.blog-list .item .img {
	flex: 0 0 270px;
	-webkit-flex: 0 0 270px;
	height: 225px;
	background-size: cover !important;
	border-radius: 10px;
	margin-right: 40px;
}
.blog-list .item .desc {
	padding-top: 20px;
}
.blog-list .item .desc .ttl {
	font-size: 21px;
	font-weight: 600;
	color: #232729;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 15px;
}
.blog-list .item .desc p {
	font-size: 16px;
	color: #646565;
	margin-bottom: 15px;
}
.blog-list .item .btn-box span {
	font-size: 13px;
	color: #9ec54c;
	font-weight: bold;
}

.blog-filter {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	margin-bottom: 20px;
}
.blog-filter .tab {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	font-size: 20px;
	color: #acacac;
	line-height: 1.2;
	padding: 5px 10px 3px 10px;
	border-radius: 5px;
	margin: 0 0 10px 0;
}
.blog-filter .tab.act {	
	color: white;
	background-color: #9ec54c;
}
.pagination-box {
	padding: 30px 0;
	font-size: 0;
}
.pagination-box a, .pagination-box span {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 32px;
	color: #b9b9b9;
	font-size: 15px;
	display: inline-block;	
	text-decoration: none;
	text-align: center;
	margin: 0 1px;
	border-radius: 5px;
}
.pagination-box a:last-child {
	width: auto;
	padding: 0 15px;
}
.pagination-box a.cur {
	text-decoration: none;
	color: #b9b9b9;
	font-weight: bold;
	background-color: #dedede;
}

.info-text {
	background-color: white;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 50px;
}
.info-text .inner {
	border: 1px solid #e2e2e2;
}
.info-text .item {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	font-size: 20px;
	color: #151414;
	border-top: 1px solid #e2e2e2;
}
.info-text .item:first-child {
	border-top: 0;
}
.info-text .item:nth-child(even) {
	background-color: #f8f8f8;
}
.info-text .item .c1 {
	flex: 0 0 30%;
	-webkit-flex: 0 0 30%;
	padding: 15px;
}
.info-text .item .c2 {
	padding: 15px;
	font-weight: 300;
	flex: 1;
	-webkit-flex: 1;
}

.grid-item { 
	width: 33.33%; 
	padding: 0 15px;
}
.grid {
	margin: 0 -15px;
}
.posts-list .item {
	display: block;
	text-decoration: none;
	overflow: hidden;
	margin-bottom: 30px;
}
.posts-list .item .img {
	height: 280px;
	background-size: cover !important;
	border-radius: 5px;
}
.posts-list .item .desc {
	
}
.posts-list .item .ttl {
	font-weight: 600;
	font-size: 21px;
	color: #232729;
	line-height: 1.2;
	padding-top: 10px;
}

.boxes2 {
	margin: 0 -15px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.boxes2 .c1 {
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	padding: 0 15px;
	margin-bottom: 50px;
}
.boxes4 {
	margin: 0 -5px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.boxes4 .c1 {
	flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	padding: 0 5px;
	margin-bottom: 50px;
}
.emp .img {
	height: 230px;
	background-size: cover !important;
	border-radius: 10px;
	margin-bottom: 15px;
}
.emp .name {
	font-size: 16px;
	font-weight: 600;
	color: #393939;
}
.emp .txt {
	font-size: 14px;
	font-style: italic;
	color: #393939;
	margin-bottom: 15px;
}
.emp .bottom {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.emp .phone-box {
	margin: 0 10px 10px 0;
	padding-left: 20px;
	position: relative;
	background: url('img/phone2.png') left 4px no-repeat;
}
.phone2 {
	font-size: 14px;
	color: #393939;
}
.mail2 {
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	color: #393939;
	background: url('img/email2.png') left 6px no-repeat;
}

.boxes2 .emp {
	display: flex;
	display: -webkit-flex;
}
.boxes2 .emp .img {
	height: 255px;
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
}
.boxes2 .emp .desc {
	padding: 20px 0 0 20px;
}
.boxes2 .emp .bottom {
	display: block;
}
.boxes2 .emp .name {
	font-size: 19px;
}
.boxes2 .emp .txt {
	font-size: 16px;
}

.map-box {
	margin-bottom: 40px;
}
.map-box .desc {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f2;
}
.map-box .ttl {
	font-size: 20px;
	font-weight: 500;
	color: #151414;
	flex: 1;
	-webkit-flex: 1;
}
.map-box .desc .btn-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.map-box .desc .btn-box span {
	font-size: 16px;
	font-weight: 300;
	color: #151414;
}
.map-box .desc .btn-box .btn {
	font-size: 16px;
	font-weight: 500;
	color: white;
	padding: 6px 15px 4px 15px;
	margin-left: 10px;
	background-color: #ff3233;
}
.map-box .desc .btn-box .btn.v2 {
	background-color: #4087f3;
}
.map-box .addr, .map-box .time {
	font-size: 18px;
	color: #4a4949;
	padding-left: 20px;
	margin: 0 0 15px 0;
	display: block;
	position: relative;
}
.map-box .addr img, .map-box .time img {
	position: absolute;
	left: 0;
	top: 5px;
	margin: 0;
}
.map-box .phone2 {
	font-size: 18px;
	font-weight: 500;
	color: #151414;
	padding-left: 20px;
	margin: 0 0 15px 0;
	display: block;
	position: relative;
	background: url('img/phone2.png') left 6px no-repeat;
}
.map-box .phone2.v2 {
	padding-left: 60px;
	background: url('img/phone3.png') left 2px no-repeat;
}
.map-box .phone2 span {
	font-weight: 300;
}
.map-box .phone2 img {
	position: absolute;
	left: 0;
	top: 5px;
	margin: 0;
}
.map-box p {
	font-size: 18px;
	font-weight: 300;
	color: #151414;
	margin: 0 0 15px 0;
}
	
.contacts-form {
	max-width: 1100px;
	margin: 0 auto;
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 50px;
}
.contacts-form .inp {
	margin-bottom: 20px;
}
.contacts-form input[type="text"] {
	font-size: 15px;
	color: #191919;
	padding: 15px;
	border-radius: 10px;
	border: 0;
	background-color: white;
}
.contacts-form .btn1 {
	padding: 12px 0;
	font-weight: 600;
	text-transform: none;
}

.logos {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	margin: 0 -5px;
	margin-bottom: 60px;
}
.logos .c1 {
	flex: 0 0 16.66%;
	-webkit-flex: 0 0 16.66%;
	margin-bottom: 10px;
	padding: 0 5px;
}
.logos .box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 10px;
	height: 130px;
}
.logos .box img {
	max-width: 100%;
	height: auto;
}

.fs18 {
	font-size: 18px !important;
}

.deliv-boxes {
	padding: 50px 0;
}
.deliv-boxes .box {
	border: 8px solid #f3f3f3;
	padding: 30px 30px 0 30px;
	margin-bottom: 30px;
	height: 100%;
}
.deliv-boxes .box .httl {
	font-size: 30px;
}
.deliv-boxes .box .httl-box {
	margin-bottom: 30px;
}
.deliv-boxes .box p {
	font-size: 18px;
	margin-bottom: 15px;
}

.shield-txt-box {
	background-color: #f5f5f5;
	padding: 35px;
	border-radius: 10px;
}
.shield-txt-box.v2 {
	background-color: white;
	padding: 60px 0 40px 0;
}
.shield-txt-box .ttl {
	font-size: 30px;
	line-height: 1.2;
	color: #151414;
	font-weight: 600;
	margin: 15px 0;
}
.shield-txt-box p {
	font-size: 19px;
	font-weight: 300;
	color: #151414;
}

.shield-txt-box2 .txt {
	padding-left: 5%;
}
.shield-txt-box2 .img {
	position: relative;
}
.shield-txt-box2 .img img {
	position: absolute;
	top: 0;
	right: 0;
	max-height: 530px;
}
.shield-txt-box2 p {
	font-size: 19px;
	font-weight: 300;
	color: #151414;
}
.oh {
	overflow: hidden;
}
	

.advantages-box.v2 {
	text-align: left;
}
.advantages-box.v2 .box {
	max-width: 100%;
}
.advantages-box.v2 .ttl {
	color: #151414;
}

.shield-steps-box {
	padding: 60px 0 0 0;
	background-color: #f5f5f5;
}
.shield-steps {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	margin: 0 -15px;
}
.shield-steps .c1 {
	padding: 0 15px;
	flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
	margin-bottom: 50px;
}
.shield-steps .box .ttl {
	position: relative;
	margin-bottom: 15px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.shield-steps .box .num {
	flex: 0 0 30px;
	-webkit-flex: 0 0 30px;
	height: 30px;
	margin-right: 20px;
	text-align: center;
	padding-top: 3px;
	background-color: #9ec54c;
	font-size: 20px;
	font-weight: bold;
	color: white;
}
.shield-steps .box .ttl span {
	font-size: 20px;
	line-height: 1.2;
	color: #242424;
	font-weight: 600;
}
.shield-steps .box p {
	font-size: 18px;
	color: #585858;
	font-weight: 300;
}

.links-box .inner {
	padding: 50px 0;
	border-top: 1px solid #f5f5f5;
}
.links-box a {
	font-size: 18px;
	line-height: 1.2;
	color: #9ec54c;
	display: block;
	margin-bottom: 15px;
}


.product-img {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	height: 100%;
	border: 1px solid #e9e9e9;
	padding: 20px;
	margin-bottom: 30px;
}
.product-img img {
	max-height:100%; 
	max-width:100%;
}
.httl3 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 600;
	color: #282828;
	margin-bottom: 15px;
}
.product-desc .params {
	max-width: 260px;
}
.product-desc .params .param span:last-child {
	font-weight: 600;
}
.params .ttl {
	font-size: 16px;
	font-weight: bold;
	color: #696969;
	margin-bottom: 5px;
}
.product-desc .txt p {
	font-size: 16px;
	color: #4a4747;
}
.addtocart-box {
	margin: 15px 0 0 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.addtocart-box  .btn1 {	
	padding: 10px 15px 9px 15px;
	margin: 0 10px 10px 0;
}
.fav-btn2 {
	margin-bottom: 10px;
}
.fav-btn2 img {
	margin-right: 5px;
}
.plus-minus {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	border: 4px solid #f0f0f0;
	border-right: 0;
	border-radius: 5px;
	margin: 0 10px 10px 0;
}
.plus-minus .plus, .plus-minus .minus {
	font-size: 20px;
	color: #929292;
	background-color: #f0f0f0;
	width: 30px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	padding-top: 0px;
	outline: 0;
	position: relative;
}
.plus-minus input {
	font-size: 20px;
	color: #4c4e52;
	border-radius: 10px;
	border: 0;
	background-color: white;
	width: 60px;
	line-height: 36px;
	height: 36px;
	padding-left: 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	outline: 0;
}
.att {
	font-size: 15px;
	color: #838383;
	font-weight: 600;
	margin-bottom: 30px;
}
#prodpopup .modal-dialog {
	max-width: 940px;
}
#prodpopup .modal-content {
	padding: 0;
}
#prodpopup .modal-body {
	padding: 30px;
}
#prodpopup .modal-top {
	background-color: #46ac4d;
	padding: 30px;
}
#prodpopup .modal-top .form-ttl {
	color: white;
	text-align: center;
	margin-bottom: 5px;
}
#prodpopup .modal-top p {
	font-size: 16px;
	color: white;
	text-align: center;
	margin-bottom: 0px;
}
#prodpopup .ttl {
	font-size: 25px;
	font-weight: 600;
	color: #282828;
	margin-bottom: 20px;
}
#prodpopup .product-img {
	box-sizing: border-box;
	background-color: white;
	height: auto;
	margin-bottom: 20px;
}

.fav-box, .search-box form {
	display: none !important;
}

@media screen and (max-width: 1240px){
	.search-box {
		max-width: 400px;
	}
	
	.soc-panel {
		transform: none;
		left: 50%;
		margin: 0 0 0 -150px;
		bottom: 20px;
		height: 50px;
		width: 300px;
	}
	.soc-panel img {
		transform: none;
	}
	.soc-panel .sep {
		width: 20px;
	}
	
	.home-slider .slide .row {
		margin-left: 0;
	}

}
@media screen and (max-width: 1100px){
	
	.httl {
		font-size: 40px;
	}
	
}
@media screen and (max-width: 996px){
	
	.menu-btn {
		float: right;
	}
	
	.menu-btn {
		display: block;
	}
	.menu-box .container {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}
	.menu-box {
		background: transparent;
		padding: 0;
		position: fixed;
		left: 0;
		top: 70px;
		z-index: 11;		
		width: 100%;
		display: none;
		left: auto;
		right: 0;
		margin: 0;
bottom:0;
overflow-y:scroll;
overflow-x:hidden;		
		z-index: 12;				
	}
	body.fixed .menu-box {
		top: 65px;
	}
	.menu-box {
		background: #f7f7f7;
		padding-top: 15px;
	}
	.menu-box.open {
		display: block;
	}
	
	.menu {
		display: block;	
		text-align: center;	
		background: #f7f7f7;	
		box-shadow: 0 30px 30px 5px rgba(0,0,0,.1);	
		padding: 15px 0;
	}
	.menu a {
		font-size: 15px;
		text-transform: uppercase;
		color: #191919;
		display: block;
		margin: 0;
		padding: 5px 0;
	}
	.menu a:hover {
	}
	
	.menu a:hover:after, .menu a.act:after {
		display: none;
	}
	
	.sub-menu {}
	.menu-box .sub > span {	
		text-transform: uppercase;
		background: none;
		position: relative;
		margin-left: 30px;
	}
	.menu-box .sub-menu {
		padding: 0;
		border: 0;
		position: static;
		background: none;
		width: 100%;
		box-shadow: none;
	}
	.menu-box .sub-menu a {
		text-transform: none;
	}
	.menu-box .menu span i {	
		display: inline-block;
		width: 15px;
		height: 15px;
		background: url('img/down.png') center center no-repeat;
	}
	
	body.fixed {
		padding-top: 170px;
	}
	
	.header .logo-box {
		order: 1;
	}
	.header .btn-box {
		order: 2;
	}
	.header .phone-box {
		order: 3;
	}
	.header .menu-btn-box {
		order: 4;
	}
	.header .search-box {
		order: 7;
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		max-width: 100%;
		padding-top: 15px;
	}
	body.fixed .header .search-box {
		display: none;
	}
	.fav-box {
		display: none;
	}
	.cat-box {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		text-align: center;
	}
	.cat-btn {
		max-width: 250px;
		display: block;
		margin: 0 auto;
	}
	
	
	.home-slider {
		margin-bottom: 60px;
	}
	.home-slider .slide {
		min-height: 400px;
		padding-bottom: 60px;
	}
	.home-slider-box .slick-arrow {		
		bottom: 20px;
		box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
	}
	.home-slider-box .slick-arrow.prev {
		margin-left: -40px;
	}
	.home-slider-box .slick-arrow.next {
		margin-left: 10px;
	}
	.soc-panel {		
		bottom: -50px;
		box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
	}
	.advantages-box .box span {
		justify-content: center;
	}
	.advantages-box .box {
		text-align: center;
	}
	
	.text-box .txt {
		width: 100%;
		max-width: 100%;
	}
	
	.home-slider .txt .ttl {
		font-size: 40px;
	}
	.home-slider .txt br {
		display: none;
	}
	.httl {
		font-size: 35px;
	}
	.text-box .img {
		position: static;
		text-align: center;
		display: block;
	}
	.text-box .img img {
		max-width: 100%;
		height: auto;
	}
	.text-box .img:after {
		display: none;
	}
	.text-box2 .httl {
		text-align: center;
	}
	.text-box2 p {
		margin-top: 0;
	}
	.why-box .box p {		
		max-width: 100%;
	}
	.form2 .httl, .form2 p {
		text-align: center;
	}
	
	.contacts-box {
		margin-bottom: 0;
	}
	.footer .logo-box {
		margin-bottom: 20px;
		text-align: center;
	}
	.footer .soc-box.v2 {
		justify-content: center;
		margin-bottom: 30px;
	}
	.footer .cnt .ttl {
		display: none;
	}
	.footer .btn-box {
		text-align: center;
	}
	.footer .btn-box .btn1 {
		margin: 10px;
	}
	.footer-copy {
		text-align: center;
	}
	.madein {
		justify-content: center;
	}
	
	.text-box3 .img img {
		position: static;
	}
	.text-box3 .img {
		text-align: center;
		margin-bottom: 30px;
	}
	.text-box3 .txt {
		padding: 0;
	}
	.about-top {	
		min-height: 400px;
	}
	.arr-down {
		margin-left: -55px;
	}
	.about-top .ttl {
		font-size: 30px;
	}
}
@media screen and (max-width: 767px){
	.home-slider .slide {
		min-height: auto;
		padding-top: 40px;
	}
	.prod-list-box .ttl {
		text-align: center;
	}
	.use-box .boxes .c1 {
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
	}
	.cnt {
		margin: 15px auto;
	}
	.footer-menu {
		text-align: center;
	}
	.use-box .httl {
		text-align: center;
	}
	.use-box .btn-box {
		margin: 0 0 30px 0;
		text-align: center;
	}
		
	.page-sidebar {display: block;}
	.page-sidebar .sidebar {
		overflow: hidden;
		margin-right: 0px;
		padding: 0;
	}
	.filter-btn-box {display: block;}
	.filter {
		display: none;
		padding-top: 15px;
	}
	.filter.show {
		display: block;
		height: 100%;
		width: 100%;
	}
	.sidebar-menu-ttl:before {
		display: none;
	}
	.sidebar-menu-ttl {
		border-radius: 10px 10px 0 0;
		padding-left: 15px;
		margin-bottom: 0px;
	}
	.sidebar-menu {
		padding: 15px;
	}
	
	
}

@media screen and (max-width: 620px){
	body.fixed .header .cat-box {
		display: none;
	}
	.httl {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.httl2, .page-ttl {
		font-size: 30px;
	}
	
	.cat-list {
		margin: 0 -5px;
	}
	.cat-list .c1 {
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
		padding: 0 5px;
	}
	.cat-list .cat {	
		padding: 10px;
	}
	
}
@media screen and (max-width: 575px){
	
	.header .btn-box {
		display: none;
	}

	.home-slider .slide {
		background: #f7f7f7 !important;
	}
	.home-slider .txt p {
		max-width: 100%;
	}
	.httl-box {
		display: block;
	}
	.httl-box span {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.why-box .box {
		margin-bottom: 30px;
	}
	.use-box .boxes .c1 {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
	}
	.want-box {
		padding: 80px 0 30px 0;
		overflow: hidden;
		background: linear-gradient(to bottom, white 50%, #f7f7f7 50%);
	}
	
	.home-slider .txt {
		max-width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.cats-list-box.v2 .col {
		flex: 0 0 50%;
		-webkit-flex: 0 0 50%;
	}

	.supp-box .httl {
		font-size: 30px;
	}
	
}
@media screen and (max-width: 468px){
	
	.header .logo-box {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.menu-box {
		top: 50px;
	}
	body.fixed .header .logo-box {
		display: none;
	}
	body.fixed .menu-box {
		top: 60px;
	}
	
	.home-slider .txt .ttl {
		font-size: 30px;
	}
	.home-slider .txt .ttl2 span {
		font-size: 30px;
	}
	.home-cats-box .box {
		min-height: 250px;
		padding: 30px;
	}
	
	.httl3 {
		font-size: 30px;
	}
}
@media screen and (max-width: 400px){
	.advantages-box .box .ttl {
		font-size: 40px;
	}
	.form1 button {
		font-size: 18px;
	}
	.about-top {
		background: #202630;
		min-height: auto;
		padding: 70px 0;
		text-align: center;
	}
	.about-top .txt {
		max-width: 100%;
	}
	#prodpopup .modal-body {
		padding: 15px;
	}
}
