@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoRegular/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular/RobotoRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoRegular/RobotoRegular.woff') format('woff'),
    url('../fonts/RobotoRegular/RobotoRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoBold/RobotoBold.eot');
    src: url('../fonts/RobotoBold/RobotoBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoBold/RobotoBold.woff') format('woff'),
    url('../fonts/RobotoBold/RobotoBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/RobotoMedium/Roboto-Medium.eot');
    src: url('../fonts/RobotoMedium/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoMedium/Roboto-Medium.woff') format('woff'),
    url('../fonts/RobotoMedium/Roboto-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: OpenSans;
    src:  url(../fonts/OpenSansRegular/OpenSansRegular.ttf) format('truetype');
    src: url(../fonts/OpenSansRegular/OpenSansRegular.eot),
    url(../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/OpenSansRegular/OpenSansRegular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: OpenSans;
    src:  url(../fonts/OpenSansBold/OpenSansBold.ttf) format('truetype');
    src: url(../fonts/OpenSansBold/OpenSansBold.eot),
    url(../fonts/OpenSansBold/OpenSansBold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/OpenSansBold/OpenSansBold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: OpenSans;
    src:  url(../fonts/OpenSansSemiBold/OpenSansSemiBold.ttf) format('truetype');
    src: url(../fonts/OpenSansSemiBold/OpenSansSemiBold.eot),
    url(../fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/OpenSansSemiBold/OpenSansSemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: OpenSansCond;
    src:  url(../fonts/OpenSansCondensed-Bold.ttf) format('truetype');

    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: OpenSansCond;
    src:  url(../fonts/OpenSansCondensed-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}
/*@font-face {*/
    /*font-family: OpenSansCond;*/
    /*src:  url(../fonts/OpenSans-CondBold.ttf) format('truetype');*/
    /*font-weight: bold;*/
    /*font-style: normal;*/
/*}*/
/*@font-face {*/
    /*font-family: OpenSansCond;*/
    /*src:  url(../fonts/OpenSans-CondLight.ttf) format('truetype');*/
    /*font-weight: light;*/
    /*font-style: normal;*/
/*}*/
@font-face {
    font-family: OpenSans;
    src:  url(../fonts/OpenSansLight/OpenSansLight.ttf) format('truetype');
    src: url(../fonts/OpenSansLight/OpenSansLight.eot),
    url(../fonts/OpenSansLight/OpenSansLight.eot?#iefix) format('embedded-opentype'),
    url(../fonts/OpenSansLight/OpenSansLight.woff) format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: OpenSans;
    src:  url(../fonts/OpenSansItalic/OpenSansItalic.ttf) format('truetype');
    src: url(../fonts/OpenSansItalic/OpenSansItalic.eot),
    url(../fonts/OpenSansItalic/OpenSansItalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/OpenSansItalic/OpenSansItalic.woff) format('woff');
    font-weight: normal;
    font-style: italic;
}

body{
    font:16px/normal "OpenSans",sans-serif;
    margin: 0;
    color:#000;
    position: relative;
    width: 100%;
    padding: 0;
    background: #fff;
}
*,*:before,*:after{
    box-sizing:border-box
}
button,input[type=submit]{
    appearance:none;
    outline:none;
    cursor:pointer;
    position:relative
}

input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
ol,ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    /*color:#36AEFA;*/
    color: #999999;
    text-decoration: underline;
}
a:hover,a:focus{
    text-decoration: none;
    outline:none;
}
.contact-item a:hover{
    color: #999999;
    text-decoration: underline;
}
a,button,input{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    transition: all .3s ease ;
}

li{
    position: relative;
}
.navbar-collapse {
    display: none;
    position: absolute;
    z-index: 11;
    right: 0;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(174, 174, 174, 0.2);
    width: 301px;
    text-align: left;
    padding: 60px 15px 40px;
font-weight: 300;
    font-size: 14px;
    line-height: 21px;
}
.navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    display: block;
    z-index: 99;
    border: none;
    padding: 0;
    width: 30px;
}
 .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    background: #000000;
    transition: all .3s ease;
    border-radius: 5px;
}
 .icon-bar+.icon-bar {
    margin-top: 6px;
}
 .searchForm{
     position: relative;
     display: inline-block;

     /*margin-right: 5px;*/
 }
 .searchForm .form-control{
     width: 168px;
     height: 30px;
     border: 1px solid #6FBD32;
     border-radius: 100px;
     line-height: 28px;
     padding: 0 50px 0 10px;
margin: 0;
     font-size: 12px;
     color: #BDBDBD;
     color: #000;
 }
.searchForm :-moz-placeholder{
    color: #BDBDBD;
}
.searchForm ::-moz-placeholder{
    color: #BDBDBD;
}
.searchForm ::-webkit-input-placeholder{
    color: #BDBDBD;
}
 .hidden-block-sm{
     display: none;
 }
 .searchForm .btn-search{
     position: absolute;
     right: 0;
     top:0;
     height: 100%;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     width: 40px;
     border-top-right-radius: 100px;
     border-bottom-right-radius: 100px;
     background: #999999 url("../img/glass.svg") center center no-repeat;
     background-size: 18px;
     border: none;
     box-shadow: none;

 }
 .logo{
     float: left;
     max-width: 84px;
 }
 .logo img{
     display: block;
     max-width: 100%;
 }
 .container{
     padding: 0 15px;
 }
 .h1,h2,h3,h4{
     font-family: OpenSansCond;
     font-weight: bold;
     text-transform: uppercase;
     letter-spacing: 0.02em;
     margin: 0;
 }
 p{
     margin: 0;
 }
 .h1{
line-height: 39px;
     font-size: 32px;
     margin-bottom: 15px;

 }
 h3{
     font-size: 20px;
     line-height: 28px;
     text-transform: none;
 }
h4{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}
 .banner .btn-green{
     max-width: 227px;
     margin: auto;
 }
 .banner{
     text-align: center;
     background-repeat: no-repeat;
     background-size: 1091px auto;
     background-position: center bottom -100px;
     padding: 81px 0;
     font-weight: 300;
     line-height: 26px;
     background-color: #F6F6F6;
     margin-top: -1px;
 }
 .product-list{
     padding: 0 30px;
 }
 .products{
     padding: 64px 0 57px
 }
 .banner p{
     margin-bottom: 30px;
 }
 .btn-green{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     width: 100%;
     height: 50px;
     background: #999999;
     border-radius: 53.3333px;
     font-size: 16px;
     text-align: center;

     display: block;
     padding: 0;

     color: #FFFFFF;
text-decoration: none;
     border: none;
     letter-spacing: .02em;
     outline: none;
     line-height: 50px;
 }
 .btn-green-transparent{
     background: transparent;
     border: 1px solid #999999;
     color: #999999;
     line-height: 48px;
     padding: 0;
 }
 .form-footer .btn-green{
     float: right;
     max-width: 48%;
     margin-bottom: 30px;
 }
 .form-footer .btn-green-transparent{
     float: left;
 }
 .btn-green:hover,.btn-green:focus,.btn-search:hover,.btn-search:focus{
     text-decoration: none;
     background-color: #999999;
 }
.btn-green-transparent:hover,.btn-green-transparent:focus{
    color: #fff;
    text-decoration: none;
    background-color: #999999;
}
 .container:after{
     content: '';
     clear:both ;
     width:100%;
     display: table;
 }
 .product-img{
     width: 100%;
     height: 244px;
     height: 65vw;
     background: #F0F2F2;
overflow: hidden;

     margin-bottom: 8px;
 }
 .product-im-inner{
     height: 100%;
     width: 100%;
     background-repeat: no-repeat;
     background-size: 100% auto;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     transition: all .3s ease;
     background-position: top center;
 }
 .product-item{
     text-align: center;
     -webkit-transition: border .3s ease;
     -moz-transition: border .3s ease;
     transition: border .3s ease;
display: block;
     text-decoration: none;
 }
.product-item h3{
    color:#000;
}
.product-item span{
    text-decoration: underline;
}
 .page-item{
     color: #fff;
     line-height: 19px;
     position: relative;
     margin-bottom: 20px;
overflow: hidden;
     height: 194px;
     width: 100%;
     display: block;
     font-weight: 300;
 }
 .page-item:before{
     content: '';
     position: absolute;
     left: 0;
     right:0;
     background: rgba(0,0,0,.5);
bottom: 0;
top:0; }
 .page-item-txt{
position: absolute;
     bottom: 14px;
     left: 15px;
     right: 68px;
 }
 .other-pages{
     padding: 0 0 40px;
 }
 .seo{

     background: rgba(229,229,229,.3);
padding: 60px 0;
     font-weight: 300;
     line-height: 25.6px;
 }
 h2{
     font-size: 24px;
     line-height: 29px;

     border-bottom: 1px solid #CBCBCB;
     text-transform: inherit;
     padding-bottom: 5px;
     margin-bottom: 15px;
 }
 h5{
     font-weight: 600;
     font-size: 18px;
     line-height: 29.42px;
     margin: 0 0 10px;
 }
 .questions{
     padding: 60px 0;
     line-height: 26px;
     font-weight: 300;
     background: #F4F3F5;
 }
 .seo+.questions{
     background: #fff;
 }
 .form-control{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background: #FFFFFF;
     border: 1px solid rgba(130, 130, 130, 0.3);
     border-radius: 100px;
margin-bottom: 15px;
     width: 100%;
     box-shadow: none;
     outline: none;
     padding: 13px 19px;
     height: 50px;
     font-family: OpenSans;
     font-weight: 300;
     font-size: 16px;
     line-height: 22px;


 }
 .questions .form-control{
     border-color: transparent;
 }
 .seo+.questions .form-control{
     border-color: rgba(130, 130, 130, 0.3);
 }
:-moz-placeholder{
    color: #4F4F4F;
}
::-moz-placeholder{
    color: #4F4F4F;
}
::-webkit-input-placeholder{
    color: #4F4F4F;
}
 .questForm{
     margin: 30px 0 0;
 }
textarea.form-control{

border-radius: 10px;
    height: 170px;
}
.form-control[type=checkbox]{

    width: 18px;
    height: 18px;

    background: #E5E5E5;
    border-radius: 2px;
padding: 0;
    margin: 0;
    border: none;
    -webkit-transition: background-color .3s ease ;
    -moz-transition: background-color .3s ease ;
    transition: background-color .3s ease ;
}
.form-control[type=checkbox]:checked{
    background-repeat: no-repeat;
    background-color: #999999;
    background-position: center center;
    background-image: url("../img/check.svg");
    background-size: auto;

}
.footer-inner{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.full-width{
    width: 100%;
}
.col-2{
    width: 48.5%;
}
.footer-menu a,.address-item{
    font-family: Roboto;
    font-size: 14px;
    line-height: 20.97px;
    color: rgba(255,255,255,.7);
text-decoration: none;
}
.footer{
    padding: 50px 0;
    background: #000;
}
.footer .logo{
    max-width: 110.56px;
}
.address-item{
    line-height: 20px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 17px;
}
.footer-link{
    text-decoration: none;
    letter-spacing: .0em;
    line-height: 24px;
    font-weight: 600;
    font-family: Roboto;
    color: #fff;
}
.social li svg>*{
    -webkit-transition: fill .3s ease ;
    -moz-transition: fill .3s ease ;
    transition: fill .3s ease ;
}
.social li:hover svg>*{
    fill:#fff
}
.footer-link:hover{
    text-decoration: underline;
}
.full-width .footer-link:hover{
    text-decoration: none;
}
.footer-menu li{
    margin-bottom: 3px;
}
.footer-menu li:hover a{
    color: #fff;
    text-decoration: underline;
}
.address-item a{
    color: #fff;
    display: block;
    line-height: 1.1;
}
.social{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 18px 0 0;
    margin-bottom: 8px;
}
.social li{
    margin-right: 11px;
}
.collapsed.navbar-toggle span {
    transform-origin: right;
    transform: translateY(-0.5px) translateX(0px) rotate(-45deg);
    width: 25px;
}
.collapsed.navbar-toggle span:nth-child(2) {
    opacity: 0;
}
.collapsed.navbar-toggle span:last-child {
    transform: translateY(0.5px) translateX(0px) rotate(45deg);
}
.header{
    padding: 9px 0 3px;
    border-bottom: 1px solid #CBCBCB;
}
.header .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.header .logo{
    /*margin-bottom: 5px;*/
    /*margin-right: auto;*/
}
.slick-prev:before,.slick-next:before{
    display: none;
}
.slick-prev, .slick-next {
    top: 103px;
    top: -webkit-calc(32.5vw - 19px);
    top: calc(32.5vw - 19px);
    height: 30px;
    width: 14px;
    background: transparent;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    border: none;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.seo p{
    max-height: 230px;
    overflow: hidden;
    margin-bottom: 16px;
}
.seo a{
    letter-spacing: .02em;
    line-height: 25px;
}
.checkbox-wrapper{

     padding: 8px 1px 29px;
 }
.checkbox-wrapper label{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.checkbox-wrapper .wpcf7-list-item-label{
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding-left: 10px;
    line-height: 22px;
}
.questions h2{
    padding-bottom: 7px;
}
.footer-menu{
    margin-bottom: 31px;
}
.propForm .form-control{
    background: transparent;
    color: #fff;
    border-color: #fff;
    font-size: 16px;
    font-family: Roboto;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 0px 14px;
    line-height: 50px;
}
.footer-menu:last-child{
    margin-bottom: 25px;
}
label{
    display: block;
}
.propForm{
    margin: 13px 0;
}
.propForm .btn-green{
    font-family: Roboto;
    letter-spacing: 0;
    /*line-height: 40px;*/
}
.propForm :-moz-placeholder{
    color: #fff;
}
.propForm ::-moz-placeholder{
    color: #fff;
}
.propForm ::-webkit-input-placeholder{
    color: #fff;
}
.questions .checkbox-wrapper .wpcf7-list-item-label span{
    display: block;
    margin-right: 4px;
    margin-bottom: 45px;
    float: left;
}
.checkbox-wrapper a{
    color: inherit;
}
.header-menu{
    font-size: 16px;
    letter-spacing: .04em;
    font-family: OpenSansCond;
    font-weight: bold;
    text-transform: uppercase;
}
.header-menu a{
    color: #000;
    line-height: 22px;
    text-decoration: none;
}
.header-menu li,.header-menu-2 li:last-child{
    margin-bottom: 14px;
}
.header-menu-2 li{
    margin-bottom: 15px;
}
.header-menu-2 a{
    line-height: 21px;
    color:#757474
}
.header-menu-2{

    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    padding: 16px 0 0;
}
.header-menu ul{
    display: none;
    font-family: OpenSans;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
    padding: 15px 15px 0px;
}
.menu-item-has-children:before{
    content: '';
    position: absolute;
    right: 0;
    top:0;
    height: 63px;
    width: 11px;
    background: url("../img/arrow_down.svg") center center no-repeat;
    -webkit-transition: all .3s ease ;
    -moz-transition: all .3s ease ;
    transition: all .3s ease ;
}
.add-info{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0 30px;
}
.navbar-collapse .add-info>div:last-child{
    letter-spacing: -.02em;
}
.add-info>div:last-child span{
    display: block;
    letter-spacing: .02em;
}
.header-menu li.active>a{
    color: #000;
}
.menu-item-has-children.active:before{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.header-menu-2 ul li{
margin-bottom: 13.8px;
}
.header-menu-2 ul a:hover{
    text-decoration: underline;
    color: #56A41A;
}
.page-item-img{
    position: absolute;
    left:0;
    top:0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease ;
    -moz-transition: all .3s ease ;
    transition: all .3s ease ;
    z-index: -1;
}
.page-item:hover .page-item-img{
    transform-origin: center;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.contact-item span{
    display: block;
}
.breadcrumbs{
    font-size: 14px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    color: #828282;
    margin: 15px 0 24px;
    line-height: 21px;
    letter-spacing: 0.02em;
}
.breadcrumbs li{
    margin-right: 12px;
}
.breadcrumbs li:not(:last-child):after{
    content: '/';
    position: absolute;
    right: -9px;
    top:0;
    font-size: 12px;
    top:1px;
    color:#6FBD32
}
.article-img{
    width: 100%;
    height: 180px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 21px;
}
.breadcrumbs a{
    text-decoration: none;
}
.page-content h2{
    padding-bottom: 7px;
    margin-bottom: 30px;
}

.breadcrumbs li:last-child{
    margin: 0;
}
.page-content h3{
    font-weight: 600;
    font-family: OpenSans;
    letter-spacing: 0;
    margin-bottom: 13px;
}
.page-content{
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    padding-bottom: 46px;
}
.page-content p{
    margin-bottom: 15px;
}
.questions .btn-green{
    font-family: Roboto;
    letter-spacing: 0;
}
article{
    display: block;
}
.page-content .f-left,.page-content .f-right{

    margin-bottom: 14px;
    /* margin: 0; */
    margin-top: 20px;
}
.about .f-left,.about .f-right,.product-page .tab-content img{
    border: 1px solid #CBCBCB;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
}
.article-item p{
    max-height: 230px;
    overflow: hidden;
}
.about .article-img{
    margin-top: 29px;
}
.article-item{
    margin-top: 30px;
}
.about .page-content h3 {
    margin-bottom: 6px;
    margin-top: 22px;
}
.corp-article-item .f-left,.corp-article-item .f-right{
    max-width: 65.7%;
    margin: 29px 0 16px;
}
.page-content h3+ul{
    margin-top: -6px;
padding-right: 2px;
}
.page-content h3+ul li{
    margin-bottom: 24px;
}
.page-content h3+ul li:last-child{
    margin-bottom: 12px;
}
.page-content p+ul{
    margin-top: -12px;
margin-bottom: 11px;
    padding-right: 10px;
}
.page-content p+ul li{
    margin-bottom: 3px;
}
.page-content p strong{
    letter-spacing: -.025em;
}
.corp-article-item a{
    display: none;
}
.service-block{
    color: #fff;
    background: #6FBD32;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    /*align-items: flex-start;*/
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px 30px;
    margin-bottom: 20px;
}
.page-content ol{
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 28px;
    margin-top: -7px;
}

.page-content ol li{
    margin-bottom: 5px;
}
.service-page .page-content p strong{
    line-height: 22.4px;
    display: block;
    margin: 20px 0 0px;
}
.service-page .page-content article ul li{
    padding-left: 20px;
}
.service-page .page-content article ul li:before{
    content: '\2014';
    position: absolute;
    left: 0;
    top:0;
}
.service-page .page-content p+ul {
    margin-top: -7px;
    margin-bottom: 15px;
    padding-right: 0;
}
.service-page .page-content p+ul li {
    margin-bottom: 4px;
}
.page-content ol+p{
    margin-top: -10px;
}
.serv-item{
    width: 50%;
    text-align: center;
    padding: 30px 6px 0;
    margin-bottom: -11px;
}
.serv-img{
    background-color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px auto;
    margin: 0 auto 6px;
}
.serv-item h5 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 3px;
}
.service-page .page-content h3 a{
    color: inherit;
}
.map-area{
    height: 500px;
    width: 100%;
    border: 1px solid #CBCBCB;
    margin-top: -2px;
    margin-bottom: 14px;
}
.contact-box{
    font-size: 18px;
    line-height: 25.2px;
    text-align: center;
    font-weight: normal;
}
.contact-item{
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 42px;
    margin-bottom: 30px;
}
.contact-item:first-child{
    padding-top: 40px;
}
.contact-item:last-child{
    padding-top: 35px;
}
.contact-item:nth-child(3){
    margin-bottom: 28px;
}
.contact-item a{
    color: inherit;
    text-decoration: none;
}
aside form{
    display: none;
}
.catalog-item{
    position: relative;
    background: #fff;
    margin-bottom: 56px;
    font-weight: 300;
    font-size: 18.94px;
    line-height: 27px;
cursor:pointer;
    text-decoration: none;
    color: inherit;
    display: block;
}
.catalog-item:hover:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    right: 0%;bottom: -50px;
    box-shadow: 0px 4px 20px rgba(174, 174, 174, 0.2);
    background: #fff;
    z-index: -1;
    outline: 1px solid #6FBD32;
}
.small-slider .slick-current .small-slide{
    border-color: #6FBD32;
}
.viewed-slider .slick-track{
    padding-top: 1px;
}
.catalog-item:hover .catalog-hidden{
    display: block;
}
.catalog-item:hover{
    z-index: 2;
}
.catalog-img{
    height: 255px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
}
.catalog-item .catalog-txt p{
    margin: 0 0 2.5px;
}
.catalog-txt span{
    font-weight: 600;
}
.catalog-title{
    font-weight: 600;
    font-size: 21.65px;
    line-height: 31px;
    padding-left: 20px;
    margin-bottom: 12px;

}
.catalog-label{
    position: absolute;
    top: 0;
    text-transform: uppercase;
    left: 0;
    font-weight: 300;
    font-family: Roboto;
    font-size: 16px;
    text-align: left;
    padding: 1px 10px;
    width: 90.6px;
    height: 90.6px;
    overflow: hidden;
    color: #fff;
    z-index: 1;
}
.catalog-list
{    padding: 30px 0 0;}
.catalog-txt{
    padding-left: 20px;
    padding-right: 10px;
}
.catalog-page .page-content{
    margin-bottom: 14px;
}
.catalog-label:before{
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: left bottom;
    transform: rotate(-45deg);
    width: 128px;
    height: 128px;
    background: #6FBD32;

}
.catalog-label span{
    font-weight: 600;
    font-size: 19px;
    display: block;
    line-height: 1;
    text-transform: none;
}
.catalog-hidden {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    right: 0;
    text-align: center;
    padding: 0 10px;
}
.catalog-hidden .btn-green{
    width: 100%;
}
.filter-form>ul{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.filter-form>ul ul{
    font-weight: normal;
    display: none;
    padding: 0px 0 20px;
}
.filter-form>ul>li{
    border-bottom: 1px solid #E0E0E0;
    /*padding-bottom: 20px;*/
    /*margin-bottom: 19.1px;*/
}
.filter-form .menu-item-has-children>div,.filter-form .menu-item-has-children>button {
    padding-bottom: 20px;
    padding-top: 19.1px;
}
.filter-form .menu-item-has-children>button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline:none;
    width: 100%;
    margin: 0;
    background: transparent;
    text-align: left;
}

.filter-form>ul label span{
color:#AEAEAE;    margin-left: 1px;
}
.form-footer{
    /* display: none; */
    padding-top: 20px;
}

.filter-form .form-control[type=checkbox]:checked {
    background-size: 60% auto;
}
.filter-form .form-control[type=checkbox] {
    margin-top: 0;
    height: 20px;
    width: 20px;
}
.filter-form .checkbox-wrapper .wpcf7-list-item-label {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding-left: 15px;
    line-height: 1;
    padding-right: 0;
}
.filter-form ul ul li:last-child .checkbox-wrapper{
    padding-bottom: 1px;
}
.fancybox-bg {
    background: rgba(0, 0, 0, .3);
}
.fancybox-slide {
    padding-left: 15px;
    padding-right: 15px;
}
#filter{
    width: 100%;
    padding: 0;
    border-radius: 10px;
    text-align: left;
}
#filter .filter-form{
    padding: 10.9px 30px 29.1px;
}
.filter-title{
    font-size: 24px;
    line-height: 64px;
    padding-bottom: 1px;
    background: #6FBD32;
    color: #fff;
    font-family: OpenSansCond;
    font-weight: bold;
    letter-spacing: .02em;
    padding: 0 30px 1px;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 0;
    right: 15px;
    top: 15px;
}
#filter .fancybox-close-small {
    color: #fff;
    right: 30px;
    top: 22px;
}
.fancybox-close-small {
    opacity: 1;
    width: 20px;
    height: 20px;
}
.filter-form .menu-item-has-children>div{
    cursor: pointer;
}
.catalog-img img{
    max-width: 60%;
    max-height: 90%;
}
.fancybox-content{
    padding: 60px 15px;
    text-align: center;

}
.fancybox-content p{
    line-height: 26px;

    margin-bottom: 30px;
}
.fancybox-content .btn-green{
    letter-spacing: 0;
    font-family: Roboto;
}
.fancybox-content .flex-form{
    margin-bottom: 15px;
}
.footer form{
    position: relative;
}
.footer div.wpcf7-validation-errors,.footer div.wpcf7-acceptance-missing,.footer div.wpcf7-mail-sent-ok {
    color: #fff;
    position: absolute;
    top: 100%;
    font-size: 9px;
    padding: 0;
    margin: -16px 0 0;
    border: none;
    text-align: center;
    left: 0;
    right: 0;
}
.modal-header a{
    color: inherit;
    letter-spacing: -.02em;
}
.modal-header a:focus{
    text-decoration: underline;
}
.modal-header a:hover{
    text-decoration: none;
}
.modal-header h2{
    border: none;
    margin-bottom: 10px;
}
.modal-header{
    font-weight: 300;
}
.small-slider{
    display: none;
}
.char-table{
    font-weight: 600;
    margin-left: -2px;
    margin-bottom: 29px;
}
.char-table td{
    padding: 0 7px;
}
.char-table td:first-child{
    color:#979696;
    text-align: right;
    /* padding-bottom: 5px; */
    padding: 0;
}
.char-table tr:first-child td:last-child
{color:#6FBD32}
.product-links{
    border-bottom: 1px solid #CBCBCB;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;

}
.product-art{
    border-top: 1px solid #cecece;
    padding: 29px 0;
    line-height: 24px;
}
.pr-info>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 600;
}
.tab-content{
    padding: 30px 0 4px;
}
.viewed-slider{
    padding: 0 32.5px;
}
.viewed h2{
    padding-bottom: 7px;
}
.viewed .catalog-img {
    height: 206px;
    margin-bottom: 17px;
}
.viewed .catalog-label span {
    font-size: 15.37px;
}
.viewed .catalog-label {
    font-size: 13px;
    padding: 2px 8px;
    width: 73.5px;
    height: 73.5px;
}
.viewed-slider .slick-prev, .viewed-slider .slick-next {
    top: 139px;
}
.viewed .catalog-title {
    font-size: 17.57px;
    line-height: 25px;
    padding-left: 17px;
    margin-bottom: 9px;
}
.viewed .catalog-txt {
    padding-left: 17px;
}
.viewed .catalog-item {
    font-size: 15.37px;
    line-height: 22px;
}
.viewed{
    padding-bottom: 24px;
}
.viewed .catalog-item .catalog-txt p {
    margin: 0 0 2px;
}
.pr-info>div>div{
    width: 48%;
    width: 48.5%;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 21px;
    min-height: 45px;
}
.pr-info>div>div:first-child{
    color: #979696;
}
.pr-info>div:nth-child(2n+1)>div{
    background: #F0F2F2;
}
.product-links a{
    margin-right: 18px;
    /* letter-spacing: .02em; */
    color: inherit;
    text-decoration: none;
    font-weight: normal;
    /* line-height: 24px; */
    margin-bottom: 8px;
    position: relative;
}
.product-links a:before{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 3px;
    right: 0;
    background: transparent;
}
.product-links a.active:before{
background:#6FBD32;
}
.product-links a:last-child{
    margin-right: 0;
}
.tab-part{
    display: none;
}
.tab-part.active{
    display: block;
}
.big-slider.slick-slider{
    padding: 0 15px;
    margin-bottom: 60px;
}
.big-slider .slick-prev, .big-slider .slick-next {
    top: 50%;
    margin-top: -19px;

    background: transparent;

}
.slick-dots{
    bottom: -34px;
    left: 0;
}
.slick-dots li button {
    width: 9px;
    height: 9px;
    padding: 0;

}
.slick-dots li button:before {
    width: 9px;
    height: 9px;
    background-color: #E5E5E5;
}
.slick-dots li.slick-active button:before {
    background-color: #6FBD32;
}
.slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 4px;
}
.big-slide img{
    max-width: 72%;
    height: auto;
    margin: auto;
}
.product-page .breadcrumbs{
    line-height: 20px;
    margin-bottom: 5px;
}
.product-page .page-content h2{
    font-size: 22px;
    line-height: 27px;
    padding-right: 15px;
    padding-bottom: 3px;
}
.descr-part{
    line-height: 25.6px;
    padding-bottom: 10px;
}
.descr-part h3{
    padding-right: 5px;
    margin-bottom: 17px;
}
.descr-part p{
    margin-bottom: 28px;
    max-height: 100%;
}
.descr-part .article-item {
    margin-top: 16px;
}
.descr-part img {
    margin-top: -12px;
}
.descr-part img+img{
    margin-top: 15px;
}
.page-content .descr-part .f-left, .page-content .descr-part .f-right {
    margin-bottom: 30px;
    /* margin: 0; */
    margin-top: 10px;
}
.pr-info span{color:#6FBD32}
body>div:first-child:not(.body-wrapper),.cbalink{
    display: none!important;
}
.pr-info>div div.use-area_icons{
    background: #fff;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    text-align: center;
    padding: 0;
    margin-right: -7px;
    /* font-weight: 600; */
    font-size: 10px;
    line-height: 14px;
    width: calc(48.5% + 7px);
    margin-bottom: -10px;
}
.use-icon{
    background: #F0F2F2;
    width: 80px;
    height: 84px;
    margin: 0 7px 10px 0;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.use-icon span{
    display: block;
    width: 100%;
    margin-top: -13px;
    min-height: 28px;
    color: inherit;
}
.use-icon:hover span{
    /*display: block;*/
}
 .product-page .tab-content .use-icon img {
    border: none;
     max-width: 28.43px;
}
span.wpcf7-list-item{
    margin: 0;
}
.product-item:hover .product-im-inner{
    transform-origin: center;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.product-item span:hover{
    text-decoration: none;
}
.home .custom-logo-link,.home .footer .logo{
    cursor: default;
}
.contact-page .page-content h2,.header-menu:not(.header-menu-2)>li>a{
    text-shadow: 0 0 0.5px #000;
}
.filter-form .checkbox-wrapper{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8px 1px 29px;
}
.filter-form .checkbox-wrapper {
    padding: 3px 0px 13.5px;
    align-items: center;
}
.filter-form .checkbox-wrapper label {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding-left: 15px;
    line-height: 1;
    padding-right: 0;
}
.fancybox-content .wpcf7-form.invalid{
    padding-top: 50px;
}
.questForm .wpcf7-form.sent,.questForm .wpcf7-form.invalid{
    padding-top: 40px;
}
.wpcf7-form{
    position: relative;
}
.questForm div.wpcf7-mail-sent-ok,.questForm div.wpcf7-validation-errors,.questForm div.wpcf7-acceptance-missing,div.wpcf7-validation-errors,div.wpcf7-acceptance-missing{
    margin: 0;
    right: 0;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    border: none;
    color: #398f14;
    padding: 0;
    font-size: 10px;
    line-height: 14px;
}
.questForm div.wpcf7-validation-errors,.questForm div.wpcf7-acceptance-missing,div.wpcf7-validation-errors,div.wpcf7-acceptance-missing{
    color: red;
}
.fancybox-content div.wpcf7-mail-sent-ok{
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 9px;
    right: 0;
    border: none;
    color: #398f14;
    margin: 0;
    padding: 0;
}
#thankMsg{
    width: 600px;
}
#thankMsg .modal-header {
    font-weight: bold;
    margin-bottom: 40px;
}
#thankMsg .btn-green {
    /*line-height: 1;*/
    padding: 0;
    font-style: normal;
}
.fix-wrapper{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;

}
.fancybox-content .fix-wrapper .btn-green{
    max-width: 65px;
    margin: 0 10px;
}
@keyframes fromOpacity{
    to{opacity: 1}
}
@-webkit-keyframes fromOpacity{
    to{opacity: 1}
}
body.scroll.is-fixed{
    padding-top: 65px;
}
body.scroll.is-fixed .header{
    position: fixed;
    z-index: 11;
    width: 100%;
    top:0;
    left: 0;
    background: #fff;
    opacity: 0;
    animation:fromOpacity .3s ease forwards;
    animation-delay: .3s;
}
.round-loupe{
    border-radius: 75px;
    border: 6px solid #a6b3bf;
}
.magnifier{
    top:263px!important;
}
@media screen and (min-width:375px){
    .searchForm{
        /*margin-right: 29px;*/
    }
    .questions .checkbox-wrapper .wpcf7-list-item-label span {
        margin-bottom: 25px;
    }
}
@media screen and (min-width:768px){
    body.scroll.is-fixed{
        padding-top: 63px;
    }
    .error404 #primary{
        min-height: calc(100vh - 240px);
    }
    .body-wrapper{
        min-height: -webkit-calc(100vh - 637px);
        min-height: calc(100vh - 637px);
    }
    .home .body-wrapper{
        min-height: 1px;
    }
    div.wpcf7-validation-errors,div.wpcf7-acceptance-missing{
        font-size: 14px;
    }
    .questForm div.wpcf7-mail-sent-ok,.questForm div.wpcf7-validation-errors,.questForm div.wpcf7-acceptance-missing{
        font-size: inherit;
        line-height: inherit;
    }

    .fancybox-content div.wpcf7-mail-sent-ok {
       font-size: inherit;
        top: -18px;
    }
    .form-footer{
        padding-top: 11px;
    }
    .filter-form .checkbox-wrapper label {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        padding-left: 10px;
        line-height: 13px;
        padding-right: 0;
    }
    .header .container {
        justify-content: flex-end;
    }
    .header .logo{
        margin-right: auto;
    }
    .use-icon span {
        min-height: 24px;
    }
    .use-icon>div{
         min-height: 20px;
     }
    .product-page .tab-content .use-icon img {
        max-width: 20px;
    }
    .pr-info>div div.use-area_icons{
        width: -webkit-calc(100% - 162px);
        width: calc(100% - 162px);
        font-size: 8px;
        line-height: 12px;
        margin-right: -5px;
    }
    .use-icon {
        width: 56px;
        height: 59px;
        margin: 0 5px 10px 0;
    }
    .product-page .f-left,.product-page .f-right{
        border: 1px solid #CBCBCB;
    }
    .product-page .f-left img,.product-page .f-right img{
        border: none;
    }
    .product-page .breadcrumbs {
        line-height: 15px;
        margin-bottom: 27px;
    }
    .product-page .page-content h2{
        float: right;
        border: none;
        text-align: left;
        width: 245px;
        padding: 0;
        margin-bottom: 13px;
    }
    .small-slider{
        display: block;
        width: 47px;
    }
    .small-slide{
        height: 41px;
        border: 1px solid #E0E0E0;
        margin-bottom: 13px;
        text-align: center;
        line-height: 39px;
    }
    .big-slide img {
        max-width: 65%;
        display: inline-block;
        vertical-align: middle;
    }
    .big-slider.slick-slider {
        margin-bottom: 57px;
    }
    .product-links a:before {
        bottom: -5px;
    }
    .product-links a:last-child {
        margin-right: -20px;
    }
    .product-links a {
        margin-right: 30px;
        margin-bottom: 4px;
        line-height: 15px;
    }
    .product-links{
        clear: both;
    }
    .big-slider .slick-prev, .big-slider .slick-next {
       height: 17px;
        width: 8px;
        margin-top: -5px;
    }
    .char-table {
        margin-left: -2px;
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 17px;
        padding: 0;
    }
    .product-art{
        border: none;
        float: right;
        width: 248px;
        padding: 0;
    }
    .product-art .btn-green{
        width: 100%;
        max-width: 181px;
        font-size: 14px;
        font-family: Roboto;
        letter-spacing: 0;
        /* font-style: normal; */
        margin-left: 3px;
    }
    .viewed .catalog-item {
        font-size: 10px;
        line-height: 14px;
        width: auto!important;
        text-align: left;
    }
    .viewed .catalog-label {
        font-size: 8px;
        padding: 2px 5px;
        width: 40px;
        height: 40px;
    }
    .viewed .catalog-label span {
        font-size: 10px;
        line-height: 1.1;
    }

    .viewed-slider .slick-prev, .viewed-slider .slick-next {
        top: 86px;
        height: 17px;
        width: 8px;
    }

    .viewed .catalog-img {
        height: 123px;
        margin-bottom: 3px;
    }
    .viewed-slider .slick-prev svg, .viewed-slider .slick-next svg{
        max-width: 100%;
        max-height: 100%;
    }
    .viewed .catalog-title {
        font-size: 11px;
        line-height: 16px;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .viewed .catalog-txt {
        padding-left: 10px;
    }
    .viewed .catalog-item .catalog-txt p {
        margin: 0 0 1px;
    }
    .viewed-slider {
        padding: 0;
        margin: 0 -10px
    }
    .viewed {
        text-align: center;
        padding-bottom: 0px;
    }
    .viewed-slider .slick-list{
        padding-bottom: 45px;
    }
    .viewed h2 {
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
    .pr-info>div.use-area{
        align-items: stretch;
    }
    .tab-content{
        max-width: 650px;
        margin: auto;
        padding: 13px 0 4px;
    }
    .pr-info>div>div:first-child {
        width: 149px;
        font-family: Roboto;
    }
    .pr-info>div>div {
        width: -webkit-calc(100% - 167px);
        width: calc(100% - 167px);
        padding: 7px 9px 5px;
        font-size: 12px;
        line-height: 18px;
        min-height: 30px;
    }
    .big-slider .slick-prev svg, .big-slider .slick-next svg{
        max-width: 100%;
        max-height: 100%;
    }
    .big-slide{
        height: 209px;
        line-height: 209px;
        text-align: center;
    }
    .small-slide img{
        max-width: 60%;
        display: inline-block;
        vertical-align: middle;
        max-height: 100%;
        height: auto;
    }
    .slider-wrapper{
        float: left;
        width: 453px;
        max-width: calc(100% - 245px);
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
.big-slider{
    width: 318px;
}
    .fancybox-content {
        padding: 30px 20px;
        text-align: center;
        width: 422px;
    }
    .modal-header h2 {
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .fancybox-content .btn-green {
        letter-spacing: 0;
        font-family: OpenSans;
        margin: auto;
    }
    .fancybox-close-small {
        width: 30px;
        height: 30px;
    }
    .fancybox-slide--html .fancybox-close-small {
        right: 12px;
        top: 12px;
    }
    .modal-header a {
        letter-spacing: 0;
    }
    .fancybox-content p {
        line-height: 14px;
        margin-bottom: 15px;
    }
    .fancybox-content .flex-form {
        margin-bottom: 10px;
    }
    .fancybox-content .flex-form input {
        width: 47.5%;
    }
    .form-footer .btn-green{
        max-width: 46%;
    }
    .filter-form>ul label span{
        margin-left: 7px;
    }
    .filter-form ul ul li:last-child .checkbox-wrapper{
        padding-bottom: 3px;
    }
    .filter-form>ul>li{
        /*padding-bottom: 11px;*/
        /*margin-bottom: 12.2px;*/
    }
    .filter-form .menu-item-has-children>div,.filter-form .menu-item-has-children>button {
        padding-bottom: 11px;
        padding-top: 12.2px;
    }
    .filter-form>ul>li:first-child>div,.filter-form>ul>li:first-child>button{
        padding-top: 0;
    }
    .menu-item-has-children:before {
        height: 40px;
    }
    .filter-form>ul>li:first-child:before{
        height:18px
    }
    .filter-form .checkbox-wrapper .wpcf7-list-item-label {
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        padding-left: 10px;
        line-height: 13px;
        padding-right: 0;
    }
    .catalog-list {
        padding: 2px 0 5px;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 -10px;
    }
    .filter-form .form-control[type=checkbox] {
        margin-top: 0;
        height: 16px;
        width: 16px;
    }

    .filter-form .form-control[type=checkbox]:checked {
        background-size: 60% auto;
    }
    .catalog-wrapper{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .catalog-wrapper.c-wrapp{
        justify-content: flex-start;
    }
    .filter-form>ul{
        font-size: 12px;
        line-height: 18px;
    }
    .filter-form>ul ul{
        padding: 0px 0 11px;
    }
    .catalog-wrapper>div{
        width: -webkit-calc(100% - 201px);
        width: calc(100% - 201px);
        width: -webkit-calc(100% - 191px);
        width: calc(100% - 191px);
    }
    aside{
        width: 181px;
    }
    aside .fancy-filter{
        display: none;
    }
    aside form{
        display: block;
    }
    .catalog-page .page-content {
        margin-bottom: 11px;
    }
    .catalog-page .page-content h2 {
        text-align: left;
        margin-bottom: 13px;
    }
    .catalog-label {
        font-size: 8px;
        line-height: 1;

        padding: 2px 2px;
        width: 40px;
        height: 40px;
    }
    .catalog-label span {
        font-size: 10px;
    }
    .catalog-label:before {
        width: 58px;
        height: 58px;
    }
    .catalog-item .catalog-txt p {
        margin: 0 0 1px;
    }
    .catalog-item {
        font-size: 10px;
        line-height: 14px;
        width: 181px;
        width: 169px;
        margin: 0 10px 24px;
    }
    .catalog-txt {
        padding-left: 10px;
    }
    .catalog-img {
        height: 123px;
        margin-bottom: 3px;
    }
    .catalog-title {
        font-size: 11px;
        line-height: 16px;
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .map-area {
        height: 233px;
        margin-bottom: 11px;
    }
    .contact-box {
        font-size: 10px;
        line-height: 14px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: flex-start;
        letter-spacing: .02em;
    }
    .contact-item {
        background-size: 11px auto;
        width: auto;
        padding: 17px 0px 0!important;
        margin: 0 29.5px 33px!important;
        position: relative;
    }
    .contact-item:first-child {
        letter-spacing: 0;
    }
    .contact-item:last-child {
        padding: 17px 3px 0!important;
    }
    .contact-item:before{
        content: '';
       position: absolute;
        width: 1px;
        height: 42px;
        right: -31px;
        top: 0px;

        background: #CBCBCB;

    }
    .contact-item:last-child:before{
        display: none;
    }
    .service-block {
        font-size: 8px;
        line-height: 11.2px;
        padding: 0 16px 37px;
    }
    .serv-item {
        width: 25%;
        padding: 30px 3px 0;
    }
    .service-page .page-content,.service-page .page-content p strong{
        line-height: 14px;
    }
    .service-page .page-content{
        padding-bottom: 43px;
    }
    .service-page .page-content p strong{
        margin: 0;
        margin-top: 15px;
    }
    .page-content ol {
        margin-left: 10px;
        margin-bottom: 25px;
        margin-top: -9px;
    }
    .service-page .page-content p+ul li {
        margin-bottom: 5px;
    }
    .service-page .page-content article ul li {
        padding-left: 13px;
    }
    .service-page .page-content p+ul {
        margin-top: -9px;
        margin-bottom: 5px;
    }
    .serv-img {
        width: 55.37px;
        height: 55.37px;
        background-size: 23px auto;
        margin: 0 auto 5px;
    }
    .serv-item h5 {
        font-size: 10px;
        line-height: 15px;
        margin: 0 0 5px;
    }
    .article-img {
        height: 170px;
        margin-bottom: 20px;
    }
    .page-content p {
        margin-bottom: 17px;
    }
    .page-content article{
        max-width: 516px;
        margin: auto;
    }
    .page-content h3 {
        margin-bottom: 14px;
        font-size: 12px;
        line-height: 17px;
    }
    .page-content {
        font-size: 10px;
        line-height: 18px;
        padding-bottom: 49px;
    }
    .article-item {
        margin-top: 30px;
        position: relative;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .article-item:first-child {
        margin-top: 20px;
    }
    .page-content .f-left, .page-content .f-right {
        margin-bottom: 0;
        margin-top: 0;
        overflow: hidden;
        max-width: 48%;
        width: 100%;
        height: 170px;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }
    .page-content .f-left img,.page-content .f-right img{
        max-width: initial;
        max-height: 100%;
    }
    .article-item>div{
        max-width: 48%;
        position: relative;
    }
    .about .page-content h3 {
        margin-bottom: 12px;
        margin-top: 22px;
    }
    .article-item a,.corp-article-item a{
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        padding: 0 40px 0 5px;
    }
    .corp-article-item a{
        padding-right: 0;
        display: block;
    }
    .article-item p {
        max-height: 125px;
        margin-bottom: 0!important;
    }
    .about .article-item h3 {
        margin-top: 0;
    }
    .breadcrumbs {
        font-size: 10px;
        margin: 18px 0 27px;
        line-height: 15px;
    }
    .breadcrumbs li:not(:last-child):after {
        right: -6px;
        top: 0;
        font-size: 10px;
    }
    .breadcrumbs li {
        margin-right: 9px;
    }
    .page-content h2 {
        padding-bottom: 4px;
        margin-bottom: 20px;
        text-align: center;
    }
    .corporate .page-content{
        line-height: 14px;
    }
    .corporate .page-content{
        padding-bottom: 40px;
    }
    .page-content h3+ul {
        margin-top: -8px;
        max-height: 98px;
        overflow: hidden;
    }
    .page-content h3+ul li {
        margin-bottom: 14px;
    }
    .corp-article-item h3{
        letter-spacing: .025em;
    }
    .page-content p+ul {
        margin-top: -10px;
        margin-bottom: 6px;
    }
    .corp-article-item{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 13px;
        position: relative;
    }
    .corp-article-item:last-of-type{
        margin-bottom: 15px;
    }
    .corp-article-item>div{
        width: 74%;
    }
    .corp-article-item .f-left{
    max-width: 22%;
    height: 119px;
        margin-top: 2px;
}
    .container{
        padding: 0;
        margin: auto;
width: 740px;
    }
    .header .logo {
        margin-bottom: 0px;
    }
    .searchForm {
        margin-right: 37px;
    }
    .searchForm .btn-search {
        width: 47px;
    }
    .searchForm .form-control {
        width: 315px;
        padding: 0 54px 0 14px;
        font-size: 10px;
    }
    .hidden-block-sm{
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        align-items: center;
        margin-right: 20px;
    }
    .hidden-block-sm .add-info{
        font-size: 12px;
        font-weight: 300;
        line-height: 16px;
        margin-right: 30px;
        padding: 2px 0 0;
    }
    body{
        font-size: 12px;
    }
    .header {
        padding: 9px 0 8px;
    }
    .hidden-address{
        display: none;
    }
    .hidden-address p{
        text-align: right;
    }
    .btn-green {
        width: 114px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
    .banner .btn-green {
        margin: 0;
    }
    .banner-txt{
        max-width: 300px;
    }
    .banner {
        text-align: left;
        background-size: cover;
        background-position: left 30% bottom 0px;
        padding: 74px 0 75px;
        font-weight: 300;
        line-height: 19px;
        font-size: 12px;
    }
    .product-list {
        padding: 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .banner p {
        margin-bottom: 20px;
    }
    .h1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .products {
        padding: 50px 0 0px;
    }
    .product-list {
        padding: 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0 -10px;
    }
    .product-item {
        width: 25%;
        padding: 9px 10px;
        border: .56px solid transparent;
        margin-bottom: 50.5px;
    }
    h3 {
        font-size: 14px;
        line-height: 21px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 2px;
    }
    .product-img {
        height: 145px;
    }
    .product-item:hover{
        border-color: #6FBD32;
    }

    .other-pages {
        padding: 0 0 60px;
    }
    .pages-list{
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: 0 -10px;
    }
    .page-item {
        line-height: 9px;
        font-size: 8px;
        margin: 0 10px;
        height: 155px;
        width: 170px;
    }
    .double-page-item{
        width: 360px;
    }
    .page-item-txt {
        bottom: auto;
        left: 10px;
        top: 99px;
        right: 20px;
    }
    h4 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 2px;
    }
    .seo-txt{
        text-align: left;
        max-width: 516px;
        margin: auto;
    }
    h5 {
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 7px;
    }
    .seo p {
        max-height: 100%;
        margin-bottom: 15px;
    }
    h2 {
        font-size: 22px;
        line-height: 27px;
        padding-bottom: 4px;
        margin-bottom: 16px;
    }
    .seo {
        padding: 60px 0 55px;
        line-height: 16px;
        text-align: center;
    }
    .questions .container>p span{
        display: block;
    }
    .questions h2 {
        padding-bottom: 0;
        border: none;
        margin-bottom: 9px;
    }
    .questions {
        padding: 62px 0 60px;
        line-height: 14px;
        text-align: center;
    }
    .form-control {
        margin-bottom: 10px;
        padding: 9px 14px;
        height: 30px;
        font-size: 10px;
        line-height: 12px;
    }
    .flex-form{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .questForm {
        margin: 15px auto 0;
        max-width: 515px;
    }
    .flex-form>div{
        width: 48.156%;
    }
    textarea.form-control {
        border-radius: 4.63px;
        height: 150px;
        padding: 9px;
    }
    .checkbox-wrapper,.filter-form .checkbox-wrapper{
        padding: 3px 0px 21px;
        max-width: 383px;
        margin: auto;
        text-align: left;
    }
    .filter-form .checkbox-wrapper {
        padding: 3px 0px 6.5px;
    }
    .form-control[type=checkbox]:checked {
        background-size: 70% auto;

    }
    .form-control[type=checkbox]{
        margin-top: 2px;
        height: 9px;
        width: 9px;
    }
    .questions .checkbox-wrapper .wpcf7-list-item-label span {
        margin-bottom: 10px;
        margin-right: 3px;
    }
    .checkbox-wrapper .wpcf7-list-item-label {
        width: -webkit-calc(100% - 9px);
        width: calc(100% - 9px);
        padding-left: 5px;
        line-height: 13px;
        padding-right: 65px;
    }
    .questions .btn-green{
        margin: auto;
    }
    .social li {
        margin-right: 5px;
        max-width: 14px;
    }
    .footer-link-wrapper{
        max-width: 100px;
    }
    .footer-link {
        line-height: 18px;
        font-weight: 500;
    }
    .footer-link-wrapper .footer-link{
        line-height: 18px;
    }
    .footer-menu {
        margin-bottom: 0;
        padding-right: 4px;
        margin-top: -1px;
    }
    .footer-menu:first-child{
        padding-right: 8px;
    }
    .full-width {
        width: auto;
        max-width: 180px;
    }
    .address-item {
        line-height: 12px;
        padding: 1px 0 7px;
        max-width: 160px;
    }
    .address-item br{
        display: none;
    }
.footer-menu-wrapper{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
    .col-2 {
        width: auto;
        max-width: 112px;
        max-width: 141px;
    }
    .footer-menu-wrapper.col-2{
        max-width: 100%;
    }
    .footer-logo-fld{
        max-width: 74px;
    }
    .footer-link-wrapper{
        max-width: 82px;
        position: relative;
        left: -3px;
        top: -1px;
    }
    .address-item a {
        line-height: 1.3;
    }
    .footer .logo {
        max-width: 70px;
    }
    .footer {
        padding: 24px 0 25px;
    }
    .footer-inner {
        justify-content: space-between;
    }
    .social li svg{

        max-width: 100%;
    }
    .footer-menu:last-child {
        margin-bottom: 0;
        margin-left: 10px;
    }
    .propForm .btn-green {
        /*line-height: 25px;*/
        width: 100%;
    }
    .propForm .form-control {
        font-size: 10px;
        margin-bottom: 5px;
        padding: 0px 7px;
        line-height: 30px;
    }
    .propForm {
        margin: 8px 0;
    }
    .footer-menu a, .address-item {
        font-size: 8px;
        line-height: 12px;
        font-size: 12px;
        line-height: 18px;
    }
    .social {
        padding: 6px 0 0;
        margin-bottom: 0;
    }
    .social li:last-child{
        margin: 0;
    }
    .footer-menu li {
        margin-bottom: 0.5px;
    }
    .header .container {
        position: relative;
    }
    .navbar-collapse {
        right: -15px;
        top: -9px;
    }
    .descr-part {
        line-height: 14px;
        padding-bottom: 10px;
        max-width: 516px;
        margin: auto;
        letter-spacing: -0.013em;
        padding-top: 5px;
    }
    .descr-part img {
        margin-top: 0;
    }
    .descr-part img+img {
        margin-top: 7px;
    }
    .descr-part>img:last-of-type{
        margin-right: 0;
    }
    .descr-part>img {
        margin-top: 7px;
        max-width: 31.3%;
        margin-right: 15px;
        float: left;
    }
    .page-content .descr-part .f-left, .page-content .descr-part .f-right {
        margin-bottom: 0;
        /* margin: 0; */
        margin-top: 2px;
        max-width: 61%;
        height: 147px;
    }
    .page-content .descr-part .article-item+.article-item{
        flex-flow:row-reverse wrap;
    }
    .descr-part .article-item {
        margin-top: 19px;
        margin-bottom: 17px;
    }
    .descr-part .article-item>div {
        max-width: 35%;
    }
    .descr-part p {
        margin-bottom: 14px;
    }
    .descr-part h3{
        margin-bottom: 4px;
    }
    .descr-part:after{
        content: '';
        display: table;
        width: 100%;
        clear: both;
    }
    .descr-part .article-item p {
        max-height: 100%;
    }
}
@media screen and (min-width:980px){
    .product-img {
        height: 155px;
    }
    .viewed-slider .slick-prev {
        left: -8px;
    }
    .viewed-slider .slick-next{
        right: -8px;
    }
    .container{
        width:784px
    }
    .page-item {
        width: 181px;
    }
    .double-page-item{
        width: 382px;
    }
    .footer-menu:last-child {
        margin-left: 30px;
    }
    .page-item-txt {
        right: 40px;
    }
}
@media screen and (min-width:1200px){
    .fancybox-content .fix-wrapper .btn-green {
        max-width: 100px;
    }
    body.scroll.is-fixed{
        padding-top: 145px;
    }
    body.scroll.is-fixed .header{
        position: fixed;
        z-index: 5;
        width: 100%;
        top:0;
        left: 0;
        padding: 13px 0 0px;
        background: #fff;
        opacity: 0;
        animation:fromOpacity .3s ease forwards;
        animation-delay: .3s;
        /*-webkit-transition: top .3s ease ;*/
        /*-moz-transition: top .3s ease ;*/
        /*transition: top .3s ease ;*/
    }

    .header{
        /*position: absolute;*/

    }
    body.scroll.is-fixed .navbar-collapse{
        width: -webkit-calc(100% - 138px);
        width: calc(100% - 138px);
    }


    body.scroll.is-fixed .hidden-block-sm .add-info,body.scroll.is-fixed .header-menu:first-child{
        display: none;
    }
    body.scroll.is-fixed .header-menu-2 {
        border: none;
    }
    body.scroll.is-fixed .header .logo {
        max-width: 110px;
        margin: 0;
    }
    body.scroll.is-fixed .header .container{
        align-items: center;
        justify-content: space-between;
    }
    body.scroll.is-fixed .header-menu-2 li {
        margin-bottom: 0;
        padding-top: 13px;
        padding-bottom: 23px;
    }
    body.scroll.is-fixed .header-menu-2>li>a:after {
        bottom: -23px;
    }
    body.scroll.is-fixed .header .hidden-block-sm {
        right: 43px;
        margin-top: 8px;
    }
    body.scroll.is-fixed .searchForm{
        margin-top: 8px;
        width: 50px;
        background: #fff;
        overflow: hidden;
        border: 1px solid #999999;
        border-radius: 100px;
        -webkit-transition: width .5s ease ;
        -moz-transition: width .5s ease ;
        transition: width .5s ease ;
    }
    body.scroll.is-fixed .searchForm:hover,body.scroll.is-fixed .searchForm.opened{
        width: 397px;
        background: #fff;
    }
    body.scroll.is-fixed .searchForm .form-control {
        border: none;
        height: 38px;
    }
    body.scroll.is-fixed .searchForm .btn-search {
        width: 48px;
        background-color: #fff;
        background-image: url(../img/glass_gr.svg);
        transition: none;
    }
    body.scroll.is-fixed .searchForm:hover .btn-search,body.scroll.is-fixed .searchForm.opened .btn-search{
        background: transparent;
    }
    body.scroll.is-fixed .searchForm:before{
        content: '';
        position: absolute;
        right: 0;
        margin-right: -50px;
        top:0;
        bottom: 0;
        width: 50px;
        background: #999999 url(../img/glass.svg) center center no-repeat;
        background-size: 18px;

    }
    body.scroll.is-fixed .searchForm:hover:before,body.scroll.is-fixed .searchForm.opened:before{
        margin-right: 0;
    }
    .error404 #primary{
        min-height: calc(100vh - 414px);
    }
    .body-wrapper{
        min-height: -webkit-calc(100vh - 1040px);
        min-height: calc(100vh - 1040px);
    }
    .fancybox-content div.wpcf7-mail-sent-ok {
        top: -30px;
    }
    .form-footer{
        padding-top: 28px;
    }
    .menu-item-has-children:before {
        height: 83px;
    }
    .filter-form>ul>li:first-child:before {
        height: 27px;
    }
    .filter-form .checkbox-wrapper label {
        width: -webkit-calc(100% - 22px);
        width: calc(100% - 22px);
        padding-left: 20px;
        line-height: 24px;
    }
    .use-icon span {
        min-height: 32px;
    }
    .product-page .tab-content .use-icon img {
        max-width: 100%;
    }
    .use-icon>div {
        min-height: 34px;
    }
    .use-icon {
         width: 96px;
         height: 100px;
         margin: 0 8px 10px 0;
     }
    .pr-info>div div.use-area_icons {
        width: -webkit-calc(100% - 277px);
        width: calc(100% - 277px);
        font-size: 12px;
        line-height: 16px;
        margin-right: -8px;
    }
    .small-slide {
        height: 88px;
        line-height: 88px;
    }
    .product-page .breadcrumbs {
        line-height: 21px;
        margin-bottom: 68px;
    }
    .product-art .btn-green {
        max-width: 397px;
        font-size: 24px;
        margin-left: 0;
        height: 50px;
        line-height: 50px;
    }
    .viewed h2 {
        padding-bottom: 8px;
        margin-bottom: 26px;
    }
    .product-links a {
        margin-right: 60px;
        margin-bottom: 9px;
        line-height: 24px;
    }
    .pr-info>div>div:first-child {
        width: 255px;
        font-family: OpenSans;
    }
    .pr-info>div>div {
        width: -webkit-calc(100% - 285px);
        width: calc(100% - 285px);
        padding: 9px 15px 12px;
        font-size: 16px;
        line-height: 24px;
        min-height: 45px;
    }
    .tab-content {
        max-width: 1110px;
        padding: 40px 0 19px;
    }
    .product-links {
        margin-left: -20px;
    }
    .product-links a:before {
        bottom: -9px;
    }
    .big-slider {
        width: 357px;
    }
    .big-slide {
        height: 397px;
        line-height: 397px;
    }
    .big-slider .slick-prev, .big-slider .slick-next {
        height: 34px;
        width: 15px;
        margin-top: 8px;
    }
    .big-slider.slick-slider {
        margin-bottom: 61px;
    }
    .slider-wrapper {
        width: 968px;
        max-width: calc(100% - 560px);
    }
    .product-art {
        width: 540px;
    }
    .char-table td {
        padding: 0 13px;
    }
    .product-page .page-content h2 {
        width: 540px;
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 29px;
        letter-spacing: 0;
        margin-top: 1px;
    }
    .char-table {
        margin-bottom: 29px;
        font-size: 16px;
        line-height: 24px;
    }
    .small-slider {
        width: 113px;
    }
    .fancybox-content {
        padding: 60px 30px;
        width: 885px;
    }
    .fancybox-content p {
        line-height: 22px;
        margin-bottom: 30px;
    }
    .modal-header h2 {
        margin-bottom: 6px;
        font-size: 30px;
        line-height: 45px;
    }
    .fancybox-content .flex-form input {
        width: 48%;
        margin-bottom: 30px;
    }
    .fancybox-close-small {
        width: 40px;
        height: 40px;
    }
    .fancybox-slide--html .fancybox-close-small {
        right: 20px;
        top: 20px;
    }
    .fancybox-content .btn-green {
        font-family: Roboto;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .catalog-item:hover:before{
        bottom: -77px;
    }
    .filter-form>ul ul {
        padding: 0px 0 28px;
        font-size: 16px;
        line-height: 24px;
    }
    .filter-form .checkbox-wrapper {
        padding: 3px 0px 12.8px;
        letter-spacing: -0.015em;
    }
    .form-footer .btn-green {
        max-width: 44%;

        font-size: 16px;
        letter-spacing: 0;
    }
    .filter-form .form-control[type=checkbox] {
        height: 22px;
        width: 22px;
    }
    .filter-form .checkbox-wrapper .wpcf7-list-item-label {
        width: -webkit-calc(100% - 22px);
        width: calc(100% - 22px);
        padding-left: 20px;
        line-height: 24px;
    }
    .catalog-item {
        font-size: 14px;
        line-height: 20px;
        width: 240px;
        margin: 0 12.5px 48px;
    }
    .catalog-label {
        font-size: 12px;
        line-height: 1.1;
        padding: 5px 7px;
        width: 67px;
        height: 67px;
    }
    .catalog-label:before {
        width: 95px;
        height: 95px;
    }
    .catalog-label span {
        font-size: 14px;
        line-height: 1.2;
    }
    .catalog-img {
        height: 188px;
        margin-bottom: 15px;
    }
    .catalog-title {
        font-size: 16px;
        line-height: 23px;
        padding-left: 14px;
        margin-bottom: 8px;
    }
    .catalog-txt {
        padding-left: 14px;
    }
    .catalog-item .catalog-txt p {
        margin: 0 0 2px;
    }
    .catalog-list {
        padding: 1px 0 10px;
        margin: 0 -18.5px 0 -12.5px;
    }
    .catalog-hidden {
        margin-top: 17px;
        padding: 0 14px;
    }
    .catalog-wrapper>div {
        width: -webkit-calc(100% - 286px);
        width: calc(100% - 286px);
    }
    .catalog-page .page-content {
        margin-bottom: 29px;
    }
    .filter-form>ul>li {
        /*padding-bottom: 28px;*/
        /*margin-bottom: 28.2px;*/
    }
    .filter-form .menu-item-has-children>div,.filter-form .menu-item-has-children>button {
        padding-bottom: 28px;
        padding-top: 28.2px;
    }
    .filter-form>ul {
        font-size: 18px;
        line-height: 27px;
    }
    .catalog-wrapper>div>.btn-green{
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    aside {
        width: 255px;
    }

    .catalog-wrapper {
        padding-top: 16px;
    }
    .contact-item {
        background-size: auto;
        padding: 42px 0px 0 !important;
        margin: 0 59.5px 63px !important;
    }
    .contact-item:last-child {
        padding: 42px 3px 0!important;
    }
    .contact-box {
        font-size: 18px;
        line-height: 25.2px;
    }
    .contact-item:before {
        right: -63px;
        height: 90px;
    }
    .service-page .page-content, .service-page .page-content p strong {
        line-height: 29px;
    }
    .map-area {
        height: 500px;
        margin-bottom: 28px;
    }
    .service-page .page-content p+ul {
        margin-top: -15px;
    }
    .service-page .page-content p+ul li {
        margin-bottom: 10px;
    }
    .service-page .page-content article ul li {
        padding-left: 20px;
    }
    .service-page .page-content {
        padding-bottom: 90px;
    }
    .service-page .page-content p strong {
        margin-top: 27px;
    }
    .service-block {
        font-size: 16px;
        line-height: 22.4px;
        padding: 0 35px 27px;
        margin-bottom: 40px;
    }
    .page-content ol li {
        margin-bottom: 10px;
    }
    .serv-item {
        padding: 20px 9px 0;
    }
    .page-content ol {
        margin-left: 17px;
        margin-bottom: 40px;
        margin-top: -14px;
    }
    .serv-img {
        width: 120px;
        height: 120px;
        background-size: auto;
        margin: 0 auto 16px;
    }
    .serv-item h5 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 9px;
    }
    .corp-article-item h3 {
        letter-spacing: 0;
    }
    .corp-article-item a{
        display: none;
    }
    .corporate .page-content {
        line-height: 19px;
        padding-bottom: 90px;
    }
    .page-content p+ul {
        margin-top: -16px;
        margin-bottom: 16px;
    }
    .corp-article-item {
        margin-bottom: 18px;
    }
    .corp-article-item:last-of-type {
        margin-bottom: 20px;
    }
    .page-content p+ul li {
        margin-bottom: 10px;
    }
    .article-item a{
        display: none;
    }
    .article-item p {
        max-height: initial;
    }
    .page-content .f-left, .page-content .f-right {
        max-width: 48.65%;
        height: auto;
    }
    .page-content h3+ul li {
        margin-bottom: 23px;
    }
    .page-content h3+ul {
        margin-top: -18px;
        max-height: 100%;
        line-height: 22.4px;
    }
    .page-content .corp-article-item h3 {
        margin-bottom: 30px;
    }
    .corp-article-item>div {
        width: 74.3%;
    }
    .corp-article-item .f-left {
        margin-bottom: 10px;
        max-width: 23%;
    }
    .about .article-img {
        margin-top: 60px;
    }
    .article-item {
        margin-top: 55px;
        margin-bottom: 32px;
    }
    .about .page-content h3 {
        margin-bottom: 17px;
        margin-top: 42px;
    }
    .about .article-item h3 {
        margin-top: 0;
    }
    .article-item>div {
        max-width: 48.6%;
    }
    .breadcrumbs {
        font-size: 14px;
        margin: 30px 0 49px;
        line-height: 21px;
    }
    .breadcrumbs li {
        margin-right: 13px;
    }
    .breadcrumbs li:not(:last-child):after {
        right: -9px;
    }
    .page-content h2 {
        padding-bottom: 9px;
        margin-bottom: 40px;
    }
    .page-content h3 {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 32px;
    }
    .page-content {
        font-size: 16px;
        line-height: 29px;
        padding-bottom: 91px;
    }
    .page-content p {
        margin-bottom: 30px;
    }
    .page-content article {
        max-width: 1110px;
    }
    .article-img {
        height: 280px;
        margin-bottom: 41px;
    }
    .container{
        width: 1050px;
    }
    .navbar-toggle{
        display: none;
    }
    .searchForm {
        margin-right: 0;
        margin-top: 2px;
        margin-left: auto;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 11;
    }
    .logo {
        max-width: 100%;
    }
    .searchForm .btn-search {
        width: 50px;
    }
    .searchForm .form-control {
        width: 176px;
        padding: 0 50px 0 14px;
        font-size: 14px;
        height: 40px;
    }
    .header .logo {
        margin-top: 12px;
        margin-right: 20px;
    }
    .header {
        padding: 18px 0 0px;
    }
    .header .container {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .btn-green {
        width: 255px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
    .hidden-block-sm {
        margin-right: 18px;
        position: absolute;
        top: 0;
        right: 167px;
        z-index: 11;
    }
    .hidden-address {
        display: block;
        margin-right: 10px;
        letter-spacing: -.02em;
    }
    .hidden-address span{
        letter-spacing: .02em;
    }
    .header .btn-green{
        max-width: 143px;
    }
    .hidden-block-sm .add-info {
        font-size: 16px;
        line-height: 22px;
        margin-right: 10px;
        padding: 0;
    }
    .hidden-block-lg{
        display: none;
    }
    .header-menu {
        font-size: 22px;
        line-height: 30px;
    }
    .navbar-collapse {
        right: 0;
        top: 0;
        position: relative;
        display: block!important;
        background: transparent;
        box-shadow: none;
        /* font-size: 22px; */
        padding: 0;
        width: -webkit-calc(100% - 198px);
        width: calc(100% - 198px);
    }
    .header .container{
        width: 1190px;
    }
    .header-menu {
        /*font-size: 22px;*/
        font-size: 18px;
        line-height: 30px;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
        margin-bottom: 13px;
    }
    .hidden-address span{
        display: block;
    }
    .header-menu li{
        margin-bottom: 0;
        margin-right: 15px;
        padding: 9px 0;
    }
    .header-menu-2 li{
        margin-right: 30px;

    }
    .header-menu-2>li:first-child{
        padding-left: 0;
    }
    .header-menu-2 {
        border-bottom: none;
        padding: 0;
        margin: 0;
    }
    .header-menu-2 li:last-child{
        margin: 0;
    }
    .header-menu-2 li {
        margin-bottom: 0;
        padding: 16px 0 17px;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-menu .menu-item-has-children:before{
        display: none;
    }
    .h1 {
        font-size: 52px;
        line-height: 63px;
        margin-bottom: 16px;
    }
    .banner p {
        margin-bottom: 29px;
    }
    .banner .btn-green {
        height: 56px;
        font-size: 16px;
        line-height: 56px;
        font-family: Roboto;
        letter-spacing: 0;
        max-width: 255px;
    }
    .banner {
        padding: 152px 0 152px;
        line-height: 32px;
        font-size: 20px;
        background-position: left 0% bottom 0px;
    }
    .banner-txt {
        max-width: 500px;
    }
    .product-img {
        height: 206px;
        margin-bottom: 12px;
    }
    h3 {
        font-size: 26px;
        line-height: 39px;
        margin-bottom: 7px;
    }
    body {
        font-size: 16px;
    }
    .product-list {
        margin: 0 -15px;
    }
    .product-item {
        padding: 14px 15px;
        margin-bottom: 93px;
    }
    .products {
        padding: 45px 0 0px;
    }
    .pages-list {
        margin: 0 -15px;
    }
    .page-item {
        line-height: 22px;
        font-size: 16px;
        margin: 0 10px;
        height: 280px;
        width: 255px;
    }
    .double-page-item {
        width: 510px;
    }
    .page-item-txt {
        right: 15px;
        left: 15px;
        top: 164px;
    }
    h4 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 4px;
    }
    .other-pages {
        padding: 14px 0 120px;
    }
    .seo-txt {
        max-width: 1110px;
    }
    .seo p {
        margin-bottom: 38px;
    }
    h5 {
        font-size: 20px;
        line-height: 33px;
        margin: 0 0 15px;
    }
    .seo {
        padding: 120px 0 119px;
        line-height: 26px;
    }
    .questions h2 {
        margin-bottom: 17px;
        letter-spacing: 0;
    }
    h2 {
        font-size: 40px;
        line-height: 49px;
        padding-bottom: 9px;
        margin-bottom: 30px;
    }
    .questForm {
        margin: 30px auto 0;
        max-width: 825px;
    }
    .form-control {
        padding: 14px 20px;
        height: 50px;
        font-size: 16px;
        line-height: 22px;
    }
    textarea.form-control {
        border-radius: 10px;
        height: 230px;
        padding: 13px 20px;
    }
    .form-control[type=checkbox] {
        margin-top: -3px;
        height: 18px;
        width: 18px;
    }
    .checkbox-wrapper {
        padding: 18px 21px 30px;
        max-width: 100%;
    }
    .checkbox-wrapper .wpcf7-list-item-label {
        width: -webkit-calc(100% - 18px);
        width: calc(100% - 18px);
        padding-left: 10px;
        line-height: 13px;
        padding-right: 0;
    }
    .questions .checkbox-wrapper .wpcf7-list-item-label span {
        margin-bottom: 0;
        margin-right: 5px;
    }
    .questions .btn-green {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .questions {
        padding: 123px 0 120px;
        line-height: 22px;
    }

    .footer .logo {
        max-width: 100%;
    }
    .full-width {
        max-width: 255px;
    }
    .footer-menu a, .address-item {
        font-size: 14px;
        line-height: 21px;
    }
    .address-item{
        line-height: 20px;
    }
    .footer-link-wrapper .footer-link {
        line-height: 24px;
    }
    .footer-link {
        line-height: 22px;
    }
    .propForm .form-control {
        font-size: 12px;
        margin-bottom: 10px;
        padding: 0px 19px;
        line-height: 1;
        height: 40px;
    }
    .propForm .btn-green {
        font-size: 12px;
    }
    .social li {
        margin-right: 11px;
        max-width: 100%;
    }
    .col-2 {
        max-width: 196px;
    }
    .address-item {
        max-width: 196px;
        padding: 1px 0 17px;
    }
    .footer-menu li {
        margin-bottom: 3px;
    }
    .footer-menu:last-child {
        margin-left: 65px;
    }
    .footer-menu:first-child {
        padding-right: 0;
    }
    .footer-menu {
        padding-right: 1px;
    }
    .footer-link-wrapper {
        max-width: 105px;
        left: 2px;
    }
    .social {
        padding: 18px 0 0;
    }
    .footer {
        padding: 50px 0 34px;
    }
    .propForm {
        margin: 15px 0;
    }
    .footer-logo-fld {
        max-width: 113px;
    }
    .header-menu-2 li {
        position: initial;
    }
    .header-menu-2 ul li {
        margin-bottom: 12px;
        padding: 0;
        position: relative;
        margin-right: 80px;
    }
    .header-menu .menu-item-has-children:hover ul{
        display: flex;
    }
    .header-menu ul{
        display: none;
        position: absolute;
        flex-flow: column wrap;
        max-height: 140px;
        left: 0;
        font-size: 16px;
        line-height: 24px;
        top: 100%;
        /*width: 100%;*/
        width: auto;
        max-width: 100%;
        padding: 30px 0 18px;
        /*background: #fff;*/
    }
    .body-wrapper{
        overflow: hidden;
    }
    .header-menu ul:before{
        content: '';
        background: #fff;
        position: absolute;left: -1000px;
        right: -10000px;
        top:1px;
        min-height: 105px;
        height: 80%;
    }
    .home .header-menu ul:before{
        top:0;
        height: 100%;
    }
    .home .header-menu ul:after{
        content: '';
        background: #CBCBCB;
        position: absolute;left: -1000px;
        right: -1000px;
        top:0px;
        height: 1px;
    }
    .header-menu>li>a{
        position: relative;
    }
    .header-menu>li>a:after{
        content: '';
        position: absolute;
        bottom: -22px;
        left: -15px;

width: 0;
        height: 3px;
        background: #6FBD32;
        z-index: -1;
        -webkit-transition: width .7s ease ;
        -moz-transition: width .7s ease ;
        transition: width .7s ease ;
    }
    .header-menu>li:first-child>a:after{
        left: 0;
    }
    .header-menu-2>li>a:after{
        left:-30px;
    }
    .header-menu>li:hover>a:after{
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
    }
    .header-menu>li:first-child:hover>a:after{
/*        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);*/
        width: -webkit-calc(100% + 15px);
        width: calc(100% + 15px);
    }
    .header-menu-2>li:hover>a:after{
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
    }
    .header-menu>li:hover>a{
        color: #000;
    }
    .header-menu-2>li>a:after {
        bottom: -18px;
    }
    .viewed-slider {
        margin: 0 -15px;
    }
    .viewed .catalog-item .catalog-txt p {
        margin: 0 0 2px;
    }
    .viewed .catalog-txt {
        padding-left: 15px;
    }
    .viewed .catalog-title {
        font-size: 16px;
        line-height: 23px;
        padding-left: 15px;
        margin-bottom: 8px;
    }
    .viewed .catalog-item {
        font-size: 14px;
        line-height: 20px;
        width: 270px!important;
    }
    .viewed .catalog-label span {
        font-size: 14px;
        line-height: 1.2;
    }
    .viewed-slider .slick-prev, .viewed-slider .slick-next {
        top: 92px;
        height: 28px;
        width: 15px;
    }
    .descr-part {
        line-height: 24px;
        padding-bottom: 7px;
        max-width: 1110px;
        letter-spacing: 0;
        padding-top: 0px;
    }
    .viewed {
        padding-bottom: 45px;
    }
    .viewed-slider .slick-next {
        right: -20px;
    }
    .viewed-slider .slick-prev {
        left: -20px;
    }
    .viewed .catalog-label {
        font-size: 12px;
        padding: 4px 7px;
        width: 67px;
        height: 67px;
        line-height: 1.2;
    }
    .viewed .catalog-img {
        height: 188px;
        margin-bottom: 15px;
    }
    .descr-part>img {
      max-width: 100%;
        margin-right: 27px;
    }
    .descr-part p{
        margin-bottom: 24px;
    }
    .descr-part h3 {
        margin-bottom: 11px;
    }
    .descr-part .article-item {
        margin-top: 37px;
        margin-bottom: 35px;
    }
    .descr-part .article-item>div {
        max-width: 35.8%;
    }
    .page-content .descr-part .f-left, .page-content .descr-part .f-right {
        height: auto;
    }
}
@media screen and (min-width:1366px){
    .header-menu>li>a:after {
        left: -23px;
    }
    .header-menu>li:hover>a:after {
        width: calc(100% + 48px);
    }
}
@media screen and (min-width:1440px){
    .product-img {
        height: 231px;
    }
    body.scroll.is-fixed .header .hidden-block-sm {
        right: 0;
    }

    body.scroll.is-fixed .navbar-collapse{
        width: -webkit-calc(100% - 198px);
        width: calc(100% - 198px);
    }
    .header-menu>li>a:after {
       /* left: -40px;*/
        left: -23px;
    }
    .header-menu:first-child>li:first-child>a:after {
        /*left: -20px;*/
    }
    .header-menu>li:hover>a:after{
/*        width: -webkit-calc(100% + 80px);
        width: calc(100% + 80px);*/
        width: calc(100% + 48px);
    }
    .header-menu>li:first-child:hover>a:after{
/*        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);*/
        width: -webkit-calc(100% + 15px);
        width: calc(100% + 15px)
    }
    .searchForm .form-control {
        width: 250px;
    }
    .hidden-block-sm {
        margin-right: 115px
    }
    .hidden-block-sm .add-info {
        margin-right: 45px;
    }
    .big-slider {
        width: 482px;
    }
    .header-menu li {
        margin-right: 0px;
        /*padding-right: 20px;*/
        padding-right: 5px;
        padding-left: 20px;
    }
    .header-menu>li:first-child{
        padding-left: 0;
    }
    .container{
        width: 1170px;
    }
    .header .container {
        width: 1400px;
    }
    .catalog-item {
        width: 260px;
    }
    .page-item {
        margin: 0 15px;
        width: 290px;
    }
    .double-page-item {
        width: 530px;
    }
}
@media screen and (min-width:1700px){
    .page-content .product-img {
        /*height: 335px;*/
    }
    .page-content .catalog-wrapper.c-wrapp{
        max-width: 1426px;
        margin: auto;
    }
    .product-img {
        height: 279px;
    }
    body.scroll.is-fixed .header .hidden-block-sm {
        right: 83px;
    }
    .header-menu>li>a:after{
        left: -50px;
    }
    .header-menu>li:hover>a:after{
        width: -webkit-calc(100% + 100px);
        width: calc(100% + 100px);
    }
    .header-menu>li:first-child:hover>a:after{
        width: -webkit-calc(100% + 50px);
        width: calc(100% + 50px);
    }
    .viewed .catalog-item {
        width: 255px!important;
    }
    .big-slider {
        width: 682px;
    }

    .header-menu-2 ul li {
        margin-right: 50px; /*101px;*/
    }
    .page-content .container,.viewed .container{
        width: 1680px;
    }
    .navbar-collapse {
        width: -webkit-calc(100% - 255px);
        width: calc(100% - 255px);
    }
    .menu-item-has-children>a:after{
        left: -50px;
    }
    .menu-item-has-children:hover>a:after{
        width: calc(100% + 100px);
    }
    .header-menu li {
        /*margin-right: 50px;*/
        padding-left: 25px;
        padding-right: 25px;
    }
    .header .logo {
        margin-right: 77px;
    }
    .hidden-block-sm {
        right: 397px;
        margin-right: 30px;
    }
    .hidden-block-sm .add-info {
        margin-right: 63px;
    }
    .searchForm .form-control {
        width: 397px;
    }
    .page-item {
        width: 327px;
    }
    .double-page-item {
        width: 682px;
    }
.header .container,.seo .container{
    width: 1680px;
}
    .page-item-txt {
        right: 50px;
    }
    .hidden-address {
        margin-right: 30px;
    }
    .footer-menu:last-child {
        margin-left: 105px;
    }
.container{
    width: 1396px;
}
    .header-menu {
        font-size: 22px;
    }
}
@media screen and (max-width: 1199px){
    .header-menu ul{
        max-height:100%!important;
    }
    .header-menu .menu-item-has-children:before {
        height: 22px;
    }
}
@media screen and (max-width: 1199px){
    body.scroll.is-fixed .navbar-collapse{
        overflow: auto;
        max-height: 100vh;
    }
}
@media screen and (max-width:767px){
    .product-im-inner{
        background-size: contain;
        background-color: #fff;
        background-position: center center;
    }
}
