body {
    margin:0;
    color:#000;
    font: 400 17px/1 "Circe",sans-serif;
    background:#fff;
	-webkit-font-smoothing: antialiased;
}
img {
    display: block;
    border-style:none;
    max-width: 100%;
}
a {
    color: #007f6e;
    text-decoration: underline;
    outline:none;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
a:hover {
    text-decoration:none;
}
* {
    outline:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input, textarea, select {
   font:100% "Circe",sans-serif;
    vertical-align:middle;
    -webkit-appearance:none;
   -webkit-border-radius: 0;
}
input:not([type="radio"], [type="checkbox"]), textarea, select {
    font:100% Arial, Helvetica, sans-serif;
    vertical-align:middle;
    -webkit-appearance:none;
}
form, fieldset {
    margin:0;
    padding:0;
    border-style:none;
	min-width: 0;
}
fieldset {
     /*max-width: 100%;*/
    /*display: table-cell;*/
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
    display: block;
}
ul, ol {list-style:none; margin:0; padding:0;}
dl {margin:0 0 10px;}
nav ul, nav ol {list-style:none; list-style-image: none; margin:0; padding:0;}
ul li {list-style: none; list-style: none outside;}
p {margin:0 0 10px;}
h1 {font-size:54px; line-height:1; margin:0 0 20px;}
h2 {font-size:30px; line-height:32px; margin:0 0 18px;}
h3 {font-size:24px; line-height:26px; margin:0 0 16px;}
h4 {font-size:22px; line-height:24px; margin:0 0 14px;}
h5 {font-size:20px; line-height:22px; margin:0 0 12px;}
h6 {font-size:18px; line-height:20px; margin:0 0 10px;}
button,
input[type="submit"],
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
textarea:-moz-placeholder {color:#a3a3a3;}
textarea::-moz-placeholder {color:#a3a3a3;opacity:1;}
textarea::-webkit-input-placeholder {color:#a3a3a3;}
textarea:-ms-input-placeholder {color:#a3a3a3;}
textarea::placeholder {color:#a3a3a3;}
input:-moz-placeholder {color:#a3a3a3;}
input::-moz-placeholder {color:#a3a3a3;opacity:1;}
input::-webkit-input-placeholder {color:#a3a3a3;}
input:-ms-input-placeholder {color:#a3a3a3;}
input::placeholder {color:#a3a3a3;}
input:focus::-webkit-input-placeholder {
    color:transparent;
}
input:focus:-moz-placeholder {
    color:transparent;
}
input:focus:-ms-input-placeholder {
    color:transparent;
}
input:focus::-moz-placeholder {
    color:transparent;
}
ol{
    margin: 0 0 30px;
}
ol li{
    margin: 0 0 6px;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}
ul{
    margin: 0 0 30px;
}
ul li{
    margin: 0 0 6px;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}
/* =============================================================================
	MAIN
	========================================================================== */
html,body {
    height: 100%;
    margin: 0;
    min-width: 320px;
    -webkit-text-size-adjust: none;
}
#wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
#main{
    position: relative;
    -webkit-box-flex: 5000;
    -webkit-flex: 5000 1 auto;
    -ms-flex: 5000 1 auto;
    flex: 5000 1 auto;
}
* html #wrapper {
    height: 100%;
}
.container{
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 10px;
}
strong{
    font-weight: 700;
}
#header {
	z-index:99999!important;
}
.promo-slider .slick-prev,
.promo-slider .slick-next{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    width: 90px;
    height: 77px;
    margin: -35px 0 0;
    background: url("../images/svg-2.svg") no-repeat 50% 50%;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.promo-slider .slick-prev:hover,
.promo-slider .slick-next:hover{
    opacity: 0.3;
}
.promo-slider .slick-prev{
    transform: rotate(-180deg) rotateY(0deg);
    -webkit-transform: rotate(-180deg) rotateY(0deg);
    -moz-transform: rotate(-180deg) rotateY(0deg);
    -o-transform: rotate(-180deg) rotateY(0deg);
    -ms-transform: rotate(-180deg) rotateY(0deg);
}
.promo-slider .slick-next{
    left: auto;
    right: 0;
}
.promo-slider .slick-slide{
    height: 460px;
    padding: 50px 60px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
}
.promo-slider .container{
    display: flex;
    align-items: center;
    height: 100%;
}
.promo-slider .holder-block{
    max-width: 480px;
}
h1{
    font-weight: 700;
    font-family: 'PetersburgC-Bold', sans-serif;
}
.promo-slider h1{
    margin: 0;
}
.promo-slider p{
    margin: 0 0 30px;
}
.btn-white{
    cursor: pointer;
    background: transparent;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    max-width: 190px;
    width: 100%;
    padding: 13px 5px;
    border-radius: 22px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.52px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}
.btn-white:hover{
    opacity: 0.7;
}
.btn-white:after {
    content: "›";
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    margin: -3px 0 0 0;
    webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.btn-white:hover:after{
    opacity: 1;
    margin: -3px 0 0 7px;
}
.promo-slider .slick-dots{
    position: absolute;
    left: 50%;
    bottom: 25px;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
.slick-dots{
    font-size: 0;
    line-height: 0;
}
.slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 0 14px 14px 0;
}
.slick-dots button{
    cursor: pointer;
    border: none;
    padding: 0;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 0.3;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 50%;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.slick-dots button:hover,
.slick-dots li.slick-active button{
    opacity: 1;
}

.info-list{
    overflow: hidden;
    margin: 0;
}
.info-list li{
      margin: 0;
    float: left;
    width: 25%;
    height: 230px;
}
.info-list a{
    display: block;
    height: 100%;
    position: relative;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
}
.info-list img{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.info-list a:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.info-list a:hover span{
    text-decoration: underline;
}
.info-list span{
    position: absolute;
    left: 30px;
    right: 20px;
    bottom: 28px;
}
.section-eco{
    display: flex;
    color: #ffffff;
}
.section-eco .holder-block{
    flex: 0 0 50%;
    min-height: 440px;
    padding: 155px 20px 20px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
h2{
    margin: 0 0 10px;
    max-width: 431px;
    color: #ffffff;
    font-family: "PetersburgC-Bold", sans-serif;
    font-size: 38px;
    line-height: 1;
}
.section-eco p{
    margin: 0 0 38px;
    max-width: 268px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
}
.sub-nav{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.sub-nav li{
    margin: 0;
    flex: 0 0 33.3%;
    min-height: 156px;
}
.sub-nav a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 101% 101%;
    padding: 5px 50px 5px 30px;
    height: 100%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}
.sub-nav .text{
    flex: 0 0 auto;
    display: block;
    padding: 0 15px 0 0;
}
.sub-nav a:hover{
    background-size: 110% 110%;

}
.sub-nav a:hover .text{
    text-decoration: underline;
}
.sub-nav .icon{
    flex: 0 0 66px;
}
.section-partners{
    display: flex;
    color: #ffffff;
}
.section-partners .holder-block{
    flex: 0 0 50%;
    min-height: 200px;
    padding: 15px 50px 15px 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-partners .holder-text{
    flex: 0 0 60%;
}
.section-partners h2{
    margin: 0 0 20px;
}
.section-partners .holder-btn{
    flex: 1 1 100%;
    overflow: hidden;
}
.section-partners .btn-white{
    float: right;
    text-decoration: none;
}
.section-news{
    overflow: hidden;
    margin: 0 -12px;
    padding: 60px 0 54px;
}
.section-news .holder-block{
    float: left;
    width: 50%;
    padding: 0 12px;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
}
.section-news .title{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 52px;
    padding: 0 17px 0 0;
    color: #000000;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.12px;
    text-transform: uppercase;
}
.section-news .title:hover{
    color: #007f6e;
}
/*.section-news .title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin: -6px 0 0;
    background: url("../images/svg-12.svg") no-repeat;
    width: 7px;
    height: 11px;
}*/
.date{
    display: block;
    margin: 0 0 8px;
    color: #999999;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}
.section-news a{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 8px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
.section-news a:hover{
    text-decoration: underline;
    color: #007f6e;
}
h3{
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}
.section-news ul li{
    margin: 0 0 20px;
}
/* ==== product ======*/
.promo{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    padding: 57px 0 40px;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 51px;
}
.promo h1{
    font-family: "Circe",sans-serif;
    font-weight: 700;
    margin: 0 0 13px;
}
.promo .holder-text{
    max-width: 505px;
}
.promo a{
    text-decoration: underline;
    color: #ffffff;
}
.promo a:hover{
    text-decoration: none;
}

.box-dropdown{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 23px;
}
.box-dropdown .label{
    display: block;
    flex: 1 1 auto;
    padding: 0 22px 0 0;
    text-align: right;
    color: #808080;
    font-size: 17px;
    line-height: 1;
}
.holder-dropdown{
    flex: 0 0 267px;
}
.group-main:after {
    display:block;
    content:"";
    clear:both;
}
.group-main{
    margin: 0 0 128px;
}
#sidebar{
    float: left;
    width: 267px;
}
#content{
    overflow: hidden;
    display: block;
    padding: 0 0 0 24px;
}
.holder-filters{
    padding: 21px 21px;
    background: #F2F2F2;
}
.btn-filters{
    pointer-events: none;
    display: block;
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 0 17px;
}
.list-checkbox{
    border-top: 1px solid #D9D9D9;
    padding: 26px 0 8px;
}
.list-checkbox li{
    margin: 0 0 8px;
}
.list-checkbox label{
    cursor: pointer;
}
.list-checkbox input{
    display: none;
}
.list-checkbox span{
    display: block;
    position: relative;
    padding: 0 0 0 29px;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}
.list-checkbox span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 2px 0 0;
    width: 16px;
    height: 16px;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
}
.list-checkbox input:checked + span:before{
    background: url("../images/img-31.jpg") no-repeat 50% 50%;
    border-color: #007F6E;
}
.list-product{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px 36px;
}
.list-product li{
    flex: 0 0 33.3%;
    padding: 0 12px;
    margin: 0 0 24px;
}
.list-product a{
    display: block;
    height: 100%;
    text-decoration: none;
    padding: 20px 20px 85px;
    border: 1px solid #d9d9d9;
    background: #ffffff;
}
.list-product a:hover{
    border-color: #007f6e;
}
.list-product .holder-img{
    margin: 0 auto 15px;
    max-width: 227px;
}
.list-product strong{
    display: block;
    margin: 0 0 11px;
    color: #007f6e;
    font-size: 22px;
    font-weight: 700;
    line-height:1;
	word-wrap: break-word;
}
.list-product .parameter{
    display: block;
    color: #007f6e;
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
}
.list-product p{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.list-product p span{
    color: #999999;
}
.pagination{
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin: 0 -4px 30px;
}
.pagination li{
    display: inline-block;
    vertical-align: top;
    padding: 0 4px;
    line-height: 1;
    font-size: 17px;
}
.pagination span,
.pagination a{
    display: inline-block;
    vertical-align: top;
    width: 36px;
    padding: 12px 0 9px;
    color: #000000;
    line-height: 1;
    text-align: center;
}
.pagination li:first-child a,
.pagination li:last-child a{
    color: #007f6e;
}
.pagination a:hover,
.pagination li.active a{
    background-color: #007f6e;
    color: #ffffff!important;
}
/* ===== product-description =====*/

.bread-crumbs{
    padding: 15px 0;
    margin: 0 0 22px;
    background: url("../images/img-33.jpg") no-repeat;
    background-size: cover;
}
.bread-crumbs span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.bread-crumbs.bottom-m{
    margin: 0;
}
.bg-gray{
    background: #F2F2F2;
}
.bg-white{
    background: #ffffff;
    padding: 35px 50px;
    margin: 0 0 24px;
}
.vendor-code{
    display: block;
    margin: 0 0 30px;
    text-align: right;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;

}
.vendor-code span{
    color: #808080;
}
.product-description{
    padding: 0 0 0 46%;
    position: relative;
}
.product-description .holder-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
}
.product-description .title{
    display: block;
    margin: 0 0 14px;
    color: #007f6e;
    font-family: 'PetersburgC-Bold', sans-serif;
    font-size: 42px;
    line-height: 42px;
}
.product-description p{
    margin: 0 0 13px;
    color: #007f6e;
    font-size: 28px;
    line-height: 32px;
}
.check-list{
    margin: 0 0 30px;
}
.check-list li{
    position: relative;
    margin: 0 0 6px;
    padding: 0 0 0 30px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.check-list li:before{
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    background: url("../images/bg-2.png") no-repeat;
    width: 15px;
    height: 15px;
}
.check-list a{
    color: #007f6e;
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline;
}
.check-list a:hover{
    text-decoration: none;
}
.btn-teal{
    display: block;
    margin: 0 0 20px;
    max-width: 300px;
    padding: 17px 5px;
    border-radius: 25px;
    background-color: #007f6e;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 18px;
    text-transform: uppercase;
}
.btn-teal:hover{
    background: #009D88;
}
.tab{
    display: none;
}
.tab.active{
    display: block;
}
.tab-body{
    position: relative;
}




.tabset{
    background: #ffffff;
    margin: 0 0 90px;
}
.tab-control{
    display: table;
    width: 100%;
}

.tab-control li{
    display: table-cell;
    vertical-align: top;
}

.tab-control a{
    display: block;
    padding: 25px 5px;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}
.tab-control a:hover,
.tab-control li.active a{
    color: #007f6e;
    background: #ffffff!important;
}


.tab-control a:hover,
.tab-control li.active a{
    background: none;
}

.tab-body{
    padding: 40px;
}
.tab-body p{
    color: #000000;
    font-size: 20px;
    line-height: 30px;
}
.tab-body strong{
    font-weight: 700;
}
.title-table{
    display: block;
    padding: 15px 0 10px;
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.holder-table{
    overflow: auto;
}
.holder-table table{
    width: 100%;
    min-width: 670px;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #D9D9D9;
}
table th {
    padding: 9px 13px;
    font-size: 20px;
    line-height: 1;
    color: #808080;
    font-weight: 700;
    text-align: left;
    background: #ffffff;
}
table td:nth-child(1),
table th:nth-child(1){
    width: 33%;
}
table td:nth-child(2),
table th:nth-child(2){
    width: 22%;
}
table td:nth-child(3),
table th:nth-child(3){
    width: 35%;
}
table td{
    padding: 14px 13px;
    font-size: 20px;
    line-height: 1;
    color: #000000;
}
table tr{
    background: #F0F0F0;
}
table tr:nth-child(even){
    background: #FAFAFA;
}
.strip-title{
    margin: 0 0 25px;
    padding: 6px 0;
    background: url("../images/img-35.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.strip-title span{
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
}
.list-product.clone li{
    flex: 0 0 25%;
}
/*  ====== popup =====*/
.fancybox-bg{
    background: rgba(26, 60, 56, 0.81);
}
.holder-popup{
    display: none;
    width: 100%;
    padding: 0;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#popup1 {
    padding: 30px 50px;
}
#popup1 .content-popup{
    max-width: 463px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}
#popup1 .fancybox-close-small{
    position: fixed;
}
.fancybox-slide--html .fancybox-close-small {
    right: 40px;
    top: 30px;
}
.fancybox-close-small{
    background: url("../images/bg-4.png") no-repeat;
    width: 20px;
    height: 19px;
    padding: 0;
    margin: 0;
}
.holder-popup .fancybox-close-small svg{
    display: none;
}
#popup2{
    position: relative;
    max-width: 558px;
    padding: 90px 65px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
#popup2 .fancybox-close-small{
    background: url("../images/bg-5.png") no-repeat;
    width: 20px;
    height: 19px;
    padding: 0;
    margin: 0;
    right: 20px;
    top: 22px;
}
.title-popup{
    display: block;
    margin: 0 0 25px;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
}
.list-country{
    font-size: 0;
    line-height: 0;
    margin: 0 -3px 30px;
}
.list-country li{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 3px;
    margin: 0 0 3px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}
.list-country a{
    position: relative;
    padding: 10px 5px 10px 50px;
    display: block;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}
.list-country .icon{
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 5px;
    margin: -16px 0 0;
}



    /* =============================================================================
        HasLayot
        ========================================================================== */
.group:after {
    display:block;
    content:"";
    clear:both;
}
@media screen and (max-width: 1300px){
    .promo-slider .slick-prev, .promo-slider .slick-next{
        width: 40px;
    }
}
@media screen and (max-width: 1200px){
    .container{
        max-width: 860px;
    }
    .promo-slider .slick-dots{
        max-width: 860px;
    }
    .list-product li{
        flex: 0 0 50%;
    }
    .list-product.clone li{
        flex: 0 0 33.3%;
    }
    .list-product.clone li:nth-child(3n){
        display: none;
    }
}
@media screen and (max-width: 1100px){
    .promo-slider .slick-prev{
        left: 23px;
    }
    .promo-slider .slick-next{
        right: 23px;
    }
    .sub-nav a{
        padding: 5px 27px 5px 30px;
    }
    .section-partners{
        /*display: none;*/
		display: block;
    }
	.section-partners .holder-block {
		display: block;
		flex: 0 0 50%;
	}		 
    .section-news ul li {
        margin: 0 0 19px;
    }
    .product-description p {
        margin: 0 0 25px;
    }
}
@media screen and (max-width: 980px){
    .promo-slider .slick-slide {
        padding: 50px 60px;
    }
    .info-list li {
        width: 50%;
    }
    .sub-nav li {
        flex: 0 0 50%;
    }
    .sub-nav li:last-child{
        flex: 0 0 100%;
    }
    .promo-slider .slick-slide {
        padding: 50px 0;
    }
}






@media screen and (min-width: 851px){
    .tab-head {
        display: none;
    }
}
@media screen and (max-width: 850px){
    .tab{
        display: block;
    }
    .tab-control{
        display: none;
    }
    .tab-head {
        display: block;
        position: relative;
        margin: 0 -22px;
        padding: 22px 22px;
        background: #999999;
        background-repeat: no-repeat!important;
        background-size: cover!important;
        color: #ffffff;
        font-size: 15px;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
    }
    .tab-head:before{
        position: absolute;
        right: 17px;
        top: 50%;
        margin: -5px 0;
        background: url("../images/bg-3.png") no-repeat;
        width: 13px;
        height: 7px;
    }
    .tab.active .tab-head:before{
        transform: rotate(-180deg) rotateY(0deg);
        -webkit-transform: rotate(-180deg) rotateY(0deg);
        -moz-transform: rotate(-180deg) rotateY(0deg);
        -o-transform: rotate(-180deg) rotateY(0deg);
        -ms-transform: rotate(-180deg) rotateY(0deg);
    }
    .tab-body {
        padding: 0 22px;
    }
    .tab-expanded{
        padding-top: 22px;
    }

}






@media screen and (max-width: 850px){
    .product-description{
        padding: 0;
    }
    .product-description .holder-img{
        position: static;
        max-width: 393px;
        width: 100%;
    }


    .tab-body p {
        font-size: 17px;
        line-height: 25px;
    }
    .title-table{
        font-size: 17px;
    }
    table td,
    table th{
        font-size: 17px;
    }
}
@media screen and (max-width: 800px){
    .promo {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0;
        padding: 68px 0 50px;
        font-size: 17px;
        line-height: 21px;
        margin: 0 0 40px;
    }
    .promo h1{
        font-size: 44px;
    }
    .promo .holder-text {
        padding: 0 74px 0 0;
    }
    #sidebar{
        float: none;
        width: 100%;
    }
    #content{
        padding: 0;
    }
    .holder-filters{
        position: relative;
    }
    .btn-filters{
        pointer-events: inherit;
    }
    .form-filter{
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }
    .box-dropdown{
        display: block;
        margin: 0 0 16px;
    }
    .box-dropdown .label{
        display: none;
    }
    .holder-filters{
        background: transparent;
        padding: 0;
    }
    .btn-filters{
        display: block;
        padding: 13px 19px;
        color: #000000;
        font-size: 17px;
        font-weight: 400;
        line-height: 1;
        text-align: left;
        text-transform: none;
        border: 1px solid #d9d9d9;
        position: relative;
    }
    .btn-filters:after {
        position: absolute;
        top: 50%;
        right: 13px;
        margin: -2px 0 0;
        background: url(../images/bg-1.png) no-repeat;
        width: 13px;
        height: 7px;
        content: '';
        display: block;
    }
    .btn-filters.active:after{
        transform: rotate(-180deg) rotateY(0deg);
        -webkit-transform: rotate(-180deg) rotateY(0deg);
        -moz-transform: rotate(-180deg) rotateY(0deg);
        -o-transform: rotate(-180deg) rotateY(0deg);
        -ms-transform: rotate(-180deg) rotateY(0deg);
    }
    .form-filter{
        background: #F2F2F2;
    }
    .list-checkbox {
        border: none;
        padding: 20px 20px 8px;
    }
    .list-product {
        margin: 0 -8px 36px;
    }
    .list-product li {
        padding: 0 8px;
        margin: 0 0 18px;
    }
    .list-product a {
        padding: 4px 6px 25px;
    }
    .list-product .holder-img {
        margin: 0 auto 3px;
    }
    .list-product strong{
        font-size: 16px;
        margin: 0 0 4px;
    }
    .list-product .parameter {
        font-size: 12px;
    }
    .list-product p{
        font-size: 9px;
    }
    .list-product {
        margin: 0 -8px 15px;
    }
    .pagination li{
        font-size: 15px;
        padding: 0 2px;
    }
    .pagination span,
    .pagination a {
        width: 28px;
        padding: 10px 0 6px;
    }
    .group-main {
        margin: 0 0 90px;
    }
}
@media screen and (max-width: 767px){
    .section-news .holder-block{
        float: none;
        width: 100%;
    }
    .promo-slider .slick-slide{
        height: 220px;
        padding: 30px 0;
    }
    h1 {
        font-size: 24px;
		/*text-shadow: 2px 2px 4px rgba(0,0,0,.1);*/
    }
    .promo-slider .btn-white{
		margin-top:-8px!important;
		padding:6px!important;
		padding-left:0!important;
		padding-right:0!important;
		font-size: 12px;
        /*display: none;*/
    }
    .promo-slider p{
        font-size: 20px;
        line-height: 24px;
        margin: 0;
    }
    .promo-slider .slick-dots{
        padding: 0 15px;
        bottom: 7px;
    }
    .slick-dots li {
        margin: 0 10px 10px 0;
    }
    .slick-dots button {
        width: 7px;
        height: 7px;
    }
    .info-list li{
        float: none;
        width: 100%;
        height: 150px;
    }
    .info-list span {
        position: absolute;
        left: 17px;
        right: 100px;
        bottom: 16px;
        font-size: 24px;
        line-height: 22px;
    }
    .section-eco{
        display: block;
    }
    .section-eco .holder-block {
        padding: 93px 20px 20px 15px;
        min-height: 400px;
    }
    h2 {
        font-size: 30px;
        line-height: 1.1;
    }
    .sub-nav li {
        flex: 0 0 100%;
        min-height: 80px;
    }
    .sub-nav a {
        padding: 5px 15px;
    }
    .sub-nav .icon {
        flex: 0 0 45px;
    }
    .section-news ul li {
        margin: 0 0 42px;
    }
    .bread-crumbs {
        margin: 0 0 17px;
    }
    .vendor-code {
        font-size: 14px;
    }
    .bg-white {
        padding: 22px 20px;
    }
    .product-description .title {
        font-size: 28px;
        line-height: 30px;
    }
    .vendor-code {
        margin: 0 0 12px;
    }
    .product-description p {
        margin: 0 0 17px;
        font-size: 20px;
        line-height: 23px;
    }
    .product-description .holder-img {
        margin: 0 0 25px;
    }
    .check-list li {
        font-size: 17px;
        line-height: 25px;
    }
    .check-list {
        margin: 0 0 25px;
    }
    .strip-title{
        display: none;
    }
    .list-product.clone{
        display: none;
    }
    #popup1 {
        padding: 30px 25px;
    }
    #popup1 .fancybox-close-small{
        position: fixed;
        right: 10px;
        top: 10px;
    }
}
@media screen and (max-width: 570px){
    #popup2 {
        max-width: 290px;
        padding: 70px 20px;
        font-size: 17px;
        line-height: 25px;
    }
    .title-popup {
        margin: 0 0 25px;
        font-size: 24px;
        line-height: 28px;
    }
    .list-country {
        margin: 0 -3px 20px;
    }
    .list-country li{
        display: block;
        width: 100%;
        font-size: 17px;
    }
}