*{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body{
  height: 100%;
  background-color: #fff;
  font:normal 16px/1em 'Gotham Pro';
  min-width: 320px;
  overflow-x: hidden;
}
a{
  outline: none;
  text-decoration: none;
}
img{
  outline: none;
  max-width: 100%;
  border:none;
}
ul{
  list-style: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
input[type="text"]::-moz-placeholder{
  color: #9a9a9a;
  font-weight: bold;
  padding: 1px 0 20px 0;
}

input[type="text"]::-webkit-input-placeholder{
  color: #9a9a9a;
  font-weight: bold;
  padding: 1px 0 20px 0;
}

input[type="text"]:-ms-input-placeholder{
  color: #9a9a9a;
  font-weight: bold;
  padding: 1px 0 20px 0;
}
input[type="text"]::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


/*###########
*START HEADER
############*/
.header-top {
    background: url(../images/icon.png) no-repeat 0 0;
    margin: 10px auto;
    padding: 30px 0 20px;
    max-width: 1036px;
    width: 100%;
    line-height: 1.4;
    background-position-y: 10px;
}
.header-top p{
  text-transform: uppercase;
  font-size: 1.4375em;
  padding: 0 0 0 90px;
}
.header-top p span{
  color: #01aa45;
}
.header-in{
  background:url(../images/bg.jpg) no-repeat top center;
  min-height: 500px;
  position: relative;
}
.header-title{
  padding-top: 150px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.title-hash{
  display: block;
  background-color: #01aa45;
  border-radius: 20px;
  width: 120px;
  height: 27px;
}
.title-hash_long{
display: block;
  background-color: #01aa45;
  border-radius: 20px;
  width: 255px;
  height: 27px;

}
.title-hash_long span{
  color: #ffffff;
  font:bold 1.0625em 'Gotham Pro';
  display: block;
  text-align: center;
  padding-top: 2px;
}

.title-hash span{
  color: #ffffff;
  font:bold 1.0625em 'Gotham Pro';
  display: block;
  text-align: center;
  padding-top: 2px;
}
.header-title h1,
h1.h1-title span{
  color: #ffffff;
  font:bold 3.4375em 'Gotham Pro';
  text-transform: uppercase;
  padding: 20px 200px 0 0;
}
h1.h1-title {
  padding: 20px 0 0 70px;
}
h1.h1-title span{
  font:bold 1em 'Gotham Pro';
  padding: 20px 0 0 200px;
}
.header-news{
  border: 1px solid #fff;
  width: 175px;
  height: 50px;
  border-radius: 4px;
  display: block;
  margin-top: 20px;
}
.header-news span{
  text-align: center;
  color: #fff;
  display: block;
  line-height: 47px;
  font-size: 1em;
}
.header-in__top{
  max-width: 1750px;
  width: 100%;
  padding-top: 20px;
  overflow: hidden;
}
.header-search{
  float: right;
  width: 200px;
  position: relative;
  padding: 10px 0;
  margin-top: 7px;
}
.header-search input[type="text"]{
  border: none;
  background-color: transparent;
  color: #ffffff;
  padding: 2px 0 3px 45px;
  outline: none;
}
.header-search input[type="submit"]{
  border: none;
  background: url(../images/csssprite.png) no-repeat -4px -75px;
  display: block;
  width: 27px;
  height: 29px;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.header-search input[type="text"]::-moz-placeholder{
  color: #ffffff;
  font-weight: normal;
  font-size: 19px;
}
.header-search input[type="text"]::-webkit-input-placeholder{
  color: #ffffff;
  font-weight: normal;
  font-size: 19px;
}
.header-search input[type="text"]:-ms-input-placeholder{
  color: #ffffff;
  font-weight: normal;
  font-size: 19px;
}
.header-eye{
  background: rgba(255, 255, 255, 0.5);
  display: block;
  max-width: 320px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  float: right;
  margin: 0 50px 0 0;
}
.header-eye span{
  display: block;
  text-align: center;
  font:bold 1em 'Gotham Pro';
  color: #ffffff;
  line-height: 47px;
}
.header-eye:before{
  content: "";
  width: 30px;
  display: block;
  background: url(../images/csssprite.png) no-repeat -5px -108px;
  height: 30px;
  float: left;
  position: relative;
  top: 8px;
  left: 13px;
}
.header-social{
  float: left;
  margin-top: 10px;
}
.header-social li{
  display: inline-block;
}
.header-social li a.vk,
.header-social li a.facebook,
.header-social li a.instogram,
.header-social li a.youtube {
  display: block;
  background: url(../images/csssprite.png) no-repeat 0 -144px;
  width: 40px;
  height: 25px;
}
.header-social li a.facebook{
  background: url(../images/csssprite.png) no-repeat 0 -175px;
}
.header-social li a.instogram{
  background: url(../images/csssprite.png) no-repeat 0 -207px;
}
.header-social li a.youtube{
  background: url(../images/csssprite.png) no-repeat -3px -244px;
}
.header-menu{
  background:rgba(250, 250, 250, 0.6);
  width: 260px;
  height: 110px;
  display: block;
  float: left;
  margin: -21px 0 40px 50px;
  text-align: center;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 2.0625em;
  text-transform: uppercase;
  position: relative;
}
.header-menu span.line{
  display: block;
  width: 30px;
  height: 5px;
  border-bottom: 5px solid #fff;
  position: absolute;
  top: 35px;
  left: 35px;
}
.header-menu span.line:nth-child(2){
  top: 47px;
}
.header-menu span.line:nth-child(3){
  top: 60px;
}
.btn-header{
  padding: 40px 0 0 40px;
  display: block;
}
.header-width{
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  #position: relative;
  position: absolute;
  z-index: 1;
}

.menu-hide{
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20vh;
}
.menu-hide li{
  overflow: hidden;
  margin-bottom: 30px;
}
.menu-hide li a{
  display: block;
  text-align: center;
  padding-bottom: 3px;
}
.menu-hide li a span{
  color: #ffffff;
  font-size: 1em;
  text-align: center;
}
.menu-hide li a span:hover  {
  color: #ffffff;
  font-size: 1.25em;
  text-align: center;
}
.header-social_modif{
  float: none;
  margin: 0 auto;
  width: 180px;
  padding-bottom: 35px;
}
.h3-hidden{
  text-align: center;
  color: #fff;
  font:bold 1em 'Gotham Pro';
  display: block;
  margin: 50px 0 20px;
}
.hidden{
  display: none;
}
.departament {
  margin-top: 30px;
}
.departament li {
  display: inline-block;
  margin: 0 44px 17px 0;
}
.departament li a {
  display: block;
  color: #fff;
  font:500 1.1875em 'Gotham Pro';
}
.header-fon{
  background: none;
}
.video-fon{
  position: absolute;
  z-index: 1;
  width: 100%;
}


/*###########
START CONTENT
#############*/
.content{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 50px 50px 30px;
  margin-bottom: 70px;
  margin-top: -35px;
  position: relative;
  z-index: 100;
}
.content p{
  color: #3e3e3e;
  line-height: 23px;
  margin-bottom: 30px;
}

.content-in h3{
  color: #3e3e3e;
  text-transform: uppercase;
  font:bold 1.1875em 'Gotham Pro';
  padding-bottom: 30px;
}
.content-in p{
  max-width: 520px;
  width: 100%;
  float: left;
  line-height: 25px;
}
.content-in img{
  display: block;
  float: right;
}
.content-color{
  max-width: 1770px;
  width: 100%;
  margin: 0 auto 100px;
  padding-top: 60px;
}
.content-color .item{
  float: left;
  width: 20%;
  margin-bottom: 100px;
}
.content-color .item h2{
  height: 52px;
  color: #3e3e3e;
  font:bold 1.1875em 'Gotham Pro';
  text-transform: uppercase;
  text-align: center;
  overflow:hidden;
  width: 80%;
  margin: 0 auto;
}
.content-color .item h2:after{
  content: "";
  display: block;
  border-top: 1px solid #d4d4d4;
  width: 30px;
  height: 2px;
  margin: 10px auto;
  display: none;
}
.content-color .item p{
  color: #3e3e3e;
  font-size: 1em;
  text-align: center;
  margin: 10px 0 20px 0;
}
.content-color .item img{
  display: block;
  margin: 0 auto;
}
.header-fon_modif{
  background: #575757;
  min-height: 280px;
  height: 100%;
}
.departament__modif{
  max-width: 850px;
  width: 100%;
}
.departament__modif li{
  margin: 0 40px 30px 0;
}
.departament__modif li .active{
  background-color: #01aa45;
  border-radius: 30px;
  padding: 10px 26px 10px 25px;
}
.btn-culture{
  background:rgba(250, 250, 250, 0.6);
  border-radius: 6px;
  width: 280px;
  height: 50px;
  display: block;
  float: left;
}
.btn-culture span{
  display: block;
  text-align: center;
  color: #ffffff;
  font:bold 0.9375em 'Gotham Pro';
  line-height: 50px;
}
.item-products{
  max-width: 1900px;
  width: 100%;
  margin:  20px auto 20px;
  overflow: hidden;
}
.item-product{
  position: relative;
  max-width: 24.3%;
  width: 100%;
  display: inline-block;
  margin: 3px;
  overflow: hidden;
  padding-bottom: 50px;
}
.item-product:before{
  background: rgba(0, 0, 0, 0.5);
  display: block;
  content: "";
  max-width: 100%;
  min-height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.item-product img{
  position: absolute;
  width: 100%;
}
.item-product a.tag{
  z-index: 100;
  background: #01aa45;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font: bold 0.9em 'Gotham Pro';
  padding: 5px 15px 7px 15px;
  position: relative;
  top: 53px;
  left: 43px;
  float: left;
}
.item-product a.tag:hover{
  background: rgba(0, 0, 0, 0.5);
}
.item-product a.btn-title h2{
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
  padding: 0 63px;
  line-height: 60px;
  margin: 100px 0 0 0;
  font:bold 1.6875em 'Gotham Pro';
}
.item-product a.btn-title h2:hover{
  color: #01aa45;
}
.btn-culture:hover{
  background: rgba(0, 0, 0, 0.5);
}
.filter{
  max-width: 1135px;
  width: 100%;
  margin: 0 auto;
  background-color: #ebebeb;
  min-height: 65px;
  border-radius: 5px;
  margin-top: -30px;
  position: relative;
  z-index: 50;
}
.filter-menu{
  float: left;
}
.filter-menu li{
  float: left;
}

.filter-menu li a{
  color: #3c3c3c;
  font-size: 1.1875em;
  font-weight: 500;
  display: block;
  padding: 27px 16px 31px 16px;
  border-right: 1px solid #dedede;
}
.filter-menu li a.active{
  background-color: #01aa45;
  color: #fff;
  border-right:none;
}
.data-title{
  float: left;
  color: #b4b4b4;
  font-size: 1.1875em;
  padding: 29px 23px 0 25px;
}
.flatpickr-input{
  width: 95px;
  height: 35px;
  border: none;
  margin: 20px 0 0 0;
  text-align: center;
  border-radius: 5px;
}
.data-the,
.data-on{
  float: left;
}
.flatpickr-input::-moz-placeholder{
  color: #3b3b3b;
  font-size: 15px;
}

.flatpickr-input::-webkit-input-placeholder{
  color: #3b3b3b;
  font-size: 15px;
}

.flatpickr-input:-ms-input-placeholder{
  color: #3b3b3b;
  font-size: 15px;
}
.btn-closed{
  position: absolute;
  float: right;
  margin:35px 0 0 85%;
}
.btn-closed span{
  display: block;
  width: 30px;
  height: 2px;
  border-top: 3px solid #ffffff;
  margin-bottom: 10px;
}
.btn-closed span:first-child{
  -moz-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  -webkit-transform: rotate(46deg);
  -o-transform: rotate(46deg);
  transform: rotate(46deg);
}
.btn-closed span:last-child{
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  transform: rotate(-50deg);
  position: relative;
  top: -13px;
}

/*
Start footer
############*/
.footer{
  background-color: #575757;
  overflow: hidden;
  padding-bottom: 40px;
}
.footer__in{
  max-width: 1890px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 2% 0;
}
.owl-carousel{
  max-width: 1730px;
  width: 100%;
  margin: 0 auto;
}
.owl-carousel .owl-item img{
  width: auto !important;
}
.owl-theme .owl-nav [class*=owl-]{
  text-indent: -999999px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  background: url(../images/csssprite.png) no-repeat -3px -32px !important;
  width: 40px;
  height: 40px;
  float: right;
  position: relative;
  right: -2%;
}
.owl-carousel .owl-nav .owl-prev {
  background: url(../images/csssprite.png) no-repeat 0 0 !important;
  float:left;
  position: relative;
  left: -3%;
}
.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.footer-content{
  overflow: hidden;
  margin-top: 40px;
}
.footer__address{
  float: right;
  max-width: 695px;
  width: 100%;
  margin: 0 1.1% 0 0;
  text-align: right;
}
.footer__address h2{
  color: #ffffff;
  font:bold 1.0625em 'Gotham Pro';
  text-transform: uppercase;
}
.footer__address p{
  color: #ffffff;
  font:normal 1.0625em 'Gotham Pro';
  text-align: right;
  padding: 30px 6px 30px 0;
}
.footer__address a{
  color: #ffffff;
  font:normal 1.0625em 'Gotham Pro';
  text-align: right;
  display: block;
  position: relative;
  padding: 0 7px 0 0;
}
.footer__address a:after{
  content: "";
  display: block;
  #border-bottom: 1px solid #ffffff;
  width: 32%;
  position: absolute;
  top: 17px;
  left: 67%;
}
.footer__news {
  float: right;
  max-width: 690px;
  width: 100%;
  margin: 0 70px 0 0;
}
.footer__news h2 {
  color: #fff;
  text-transform: uppercase;
  font:bold 1.1875em 'Gotham Pro';
  float: left;
  padding: 11px 0 0 0;
}
.footer-form{
  max-width: 357px;
  width: 100%;
  float: right;
}
.footer-form input[type="text"] {
  background-color: #fff;
  height: 45px;
  width: 212px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: bold;
  padding: 0 0 0 25px;
  border:none;
  outline: none;
}
.footer-form input[type="submit"] {
  background-color: #aaaaaa;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
  width: 145px;
  height: 45px;
  border:none;
  float: right;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font:bold 0.875em 'Gotham Pro';
}
.nav-footer{
  float: left;
  padding: 0 30px 0 0;
}
.nav-footer li{
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
}
.nav-footer li a{
  display: block;
}
.nav-footer li a span{
  color: #ffffff;
  font:bold 0.9375em 'Gotham Pro';
}

.nav-footer li a span:hover{
  border-bottom: 1px solid #ffffff;
}
.fon{
  background: #1A9540 !important;
  position: relative;
}
.header-news:hover{
  border:1px solid #01aa45;
}
.header-news span:hover{
  color: #01aa45;
}
.header-eye:hover{
  background: rgba(0, 0, 0, 0.5);
}
.header-eye span:hover{
  color: #fff;
}
.header-menu:hover{
  background: rgba(0, 0, 0, 0.5);
}
.header-menu:hover{
  background: rgba(0, 0, 0, 0.5);
  #color: #01aa45;
}
.header-menu:hover span.line{
  border-bottom: 5px solid #fff;
}
.title-hash:hover{
  background: rgba(0, 0, 0, 0.5);
}
.departament li a:hover{
  color: #01aa45;
}
.departament li a.active:hover{
  color: #000;
}
.content-color .item:hover h2{
  color: #01aa45;
}
.left-video,
.right-video{
  float: left;
  width: 50%;
  height: 482px;
  overflow: hidden;
}
.right-video{
  float: right;
}
.header-menu-hide{
  position: fixed;
  z-index: 1000;
  background: #1A9540;
  height: 100vh;
  width: 425px;
  top: 0;
}
.carousel2{
  max-width: 100%;
  width: 100%;
  #margin-top: -149px;
  z-index: -1;
}
.carousel2 .item:before{
  background: #000;
opacity:0.5;
  display: block;
  content: "";
  max-width: 1980px;
  min-height: 753px;
  width: 100%;
  position: absolute;
  z-index: 1000;
}
.carousel2 img{
  background-size:cover;
  width: 100%;
}
.fon-slider{
  background: none;
}
.carousel2 .owl-item img {
  width: 100% !important;
}
.header-width{
  z-index: 100;
}
.carousel2 .owl-dots{
  position: relative;
  top: -70px;
}
.carousel2 .owl-dots .owl-dot.active span{
  background-color: #fff !important;
  width: 22px !important;
  height: 22px !important;
}
.carousel2 .owl-dots .owl-dot span{
  border:3px solid #ffffff;
  width: 18px !important;
  height: 18px !important;
  background: transparent;
}
.carousel2 .owl-dots .owl-dot span{
  background: transparent !important;
}
.carousel2 .item{
  position: relative;
}
.title-slider{
  position: absolute;
  top: 0;
  margin: 260px auto 0;
  width: 1000px;
  left: 23%;
  z-index: 10000;
}
.title-slider a{
  background-color: #01aa45;
  border-radius: 20px;
  float: left;
  padding: 2px 20px 5px 20px;
}
.title-slider a:hover,
.product-left .tag:hover {
  background: rgba(0, 0, 0, 0.5);
}
.item-product3 .btn-title h2:hover{
  color: #01aa45;
}
.title-slider a span{
  color: #ffffff;
  font: bold 1.0625em 'Gotham Pro';
  display: block;
  text-align: center;
  padding-top: 2px;
}
.title-slider h1{
  color: #ffffff;
  font: bold 3.4375em 'Gotham Pro';
  text-transform: uppercase;
  padding: 20px 20px 0 0;
  clear: both;
}
.product-content{
  max-width: 1890px;
  width: 100%;
  margin: 0 auto;
}
.product-left{
  max-width: 1085px;
  width: 100%;
  float: left;
  position: relative;
}
.product-left .tag{
  position: absolute;
  top: 60px;
  left: 60px;
  display: block;
  background-color: #01aa45;
  border-radius: 5px;
  padding: 5px 20px 5px 20px;
  display: block;
}
.product-left .tag span{
  color: #ffffff;
  font: bold 1.0625em 'Gotham Pro';
  display: block;
  text-align: center;
}
.product-left a.product-btn {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
  padding: 0 0 0 0;
  line-height: 60px;
  margin: 253px 0 0 60px;
  font: bold 1.9375em 'Gotham Pro';
  position: absolute;
  top: 0;
  max-width: 376px;
  width: 100%;
}
.product-left a.product-btn:hover {
  color: #01aa45;
}
.product-left-one{
  float: left;
  overflow: hidden;
  width: 48%;
}
.product-left-one:before{
  background: rgb(0, 0, 0, 0.5);
  display: block;
  content: "";
  max-width: 48%;
  min-height: 96%;
  width: 100%;
  position: absolute;
}
.item-product3:before{
  background: rgb(0, 0, 0, 0.5);
  display: block;
  content: "";
  max-width: 99%;
  min-height: 99%;
  width: 100%;
  position: absolute;
}
.item-product2{
  max-width: 49.3%;
  margin: 0 0 23px 0;
  float: right;
  height: 391px;
}
.item-product2 a.btn-title h2{
  padding: 0 40px;
}
.item-product2:before{
  background: rgb(0, 0, 0, 0.5);
  display: block;
  content: "";
  max-width: 99%;
  min-height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.product-right{
  float: right;
  width: 42%;
}
.item-product3{
  position: relative;
  margin-bottom: 20px;
}
.item-product3.center{
  max-width: 785px;
  width: 100%;
  float: left;
  margin: 0 0 0 5px;
}
.item-product3 .tag{
  z-index: 100;
  background: #01aa45;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font: bold 0.9em 'Gotham Pro';
  padding: 5px 15px 7px 15px;
  position: absolute;
  top: 53px;
  left: 43px;
  float: left;
}
.item-product3 .btn-title{
  position: absolute;
  top: 0;
}
.item-product3 .btn-title h2{
  color: #fff;
  text-transform: uppercase;
  z-index: 100;
  padding: 0 254px 0 51px;
  line-height: 60px;
  margin: 195px 0 0 0;
  font: bold 1.6875em 'Gotham Pro';
}
.content-bottom{
  clear: both;
}
.content-bottom .left{
  float: left;
  width: 28.99%;
}
.content-bottom .right{
  float: right;
  width: 28.3%;
}
.content-bottom  .center{
  float: left;
}
.content-bottom a.btn-title h2{
  padding: 0 120px 0 40px;
}
.none{
  display: none !important;
}
.margin-top{
  margin-top: 30px;
}
.content-bottom .left:before,
.content-bottom .right:before{
  background: rgb(0, 0, 0, 0.5);
  display: block;
  content: "";
  max-width: 100%;
  min-height: 98.5%;
  width: 100%;
  position: absolute;
  z-index: 1;
}



/*##############
START RESPONSIVE
################*/
@media (max-width:1900px){
  .product-left{
    width: 57%;
  }
  .item-product2{
    height: 362px;
  }
  .product-right{
    width: 41.3%;
  }
  .product-content{
    max-width: 1780px;
  }
  .content-bottom .left {
    width: 26.99%;
  }
  .content-bottom .center {
    width: 40.4%;
    margin: 0 0 0 33px;
  }
  .item-product3.center {
    max-width: 723px;
    width: 100%;
    float: left;
    margin: 0 0 0 35px;
  }
}


@media (max-width:1820px){
  .item-product2{
    height: 325px;
  }
  .product-content{
    max-width: 1600px;
  }
  .content-bottom a.btn-title h2 {
    padding: 0 10px 0 40px;
  }
  .item-product3.center {
    max-width: 654px;
    margin: 0 0 0 31px;
  }
  .item-product3.center .btn-title h2{
    margin: 148px 0 0 0;
    padding: 0 195px 0 51px;
  }
  .item-product3 .btn-title h2{
    padding: 0 195px 0 51px;
  }
  .item-product3.center .btn-title h2 {
    margin: 148px 0 0 0;
    padding: 0 100px 0 51px;
  }
}





@media (max-width:1799px){
  .owl-carousel{
    max-width: 1610px;
  }
  .footer__news{
    margin: 0 13px 0 0;
  }
  .nav-footer{
    padding: 0 2px 0 0;
  }
  .footer__address h2{
    font-size: 1em;
    text-align: right;
  }
  .footer__news{
    max-width: 670px;
  }
  .item-product a.btn-title h2{
    margin: 170px 0 0 0;
  }

  .carousel2 {
    max-width: 100%;
  }
}

@media (max-width:1740px){
  .nav-footer{
    padding: 0 2px 0 0;
  }
  .footer__address h2{
    font-size: 1em;
    text-align: right;
  }
  .footer__news{
    max-width: 363px;
    margin: 0 10% 0 0;
  }
  .footer__news h2{
    text-align: center;
    float: none;
    padding-bottom: 20px;
  }
  .footer-form{
    float: none;
    margin: 0 auto;
  }
  .item-product a.btn-title h2{
    margin: 100px 0 0 0;
    padding: 0 55px;
  }

  .item-product3.center {
    max-width: 645px;
    margin: 0 0 0 31px;
  }
  .carousel2 {
    max-width: 100%;
  }
}


@media (max-width:1710px){
  .item-product a.btn-title h2{
    margin: 160px 0 0 0;
    padding: 0 55px;
  }

}

@media (max-width:1640px){
  .footer__news{
    margin: 0 6% 0 0;
  }
  .item-product a.btn-title h2{
    margin: 150px 0 0 0;
    padding: 0 50px;
    font-size: 25px;
  }

  .content-bottom .center {
    margin: 0 0 0 29px;
  }
}

@media (max-width:1650px){
  .item-product2 {
    height: 285px;
  }
  .product-content{
    max-width: 1400px;
  }
  .product-left h2{
    margin: 253px 0 0 27px;
  }
  .item-product a.btn-title h2{
    padding: 0 20px;
  }
  .item-product3 .btn-title h2 {
    padding: 0 138px 0 36px;
    margin: 160px 0 0 0;
  }
  .item-product3.center {
    max-width: 570px;
    margin: 0 0 0 31px;
  }
  .carousel2 {
    max-width: 100% !important;
  }
  .product-left a.product-btn{
    margin: 253px 0 0 20px;
  }
}

@media (max-width:1540px){
  .footer__news{
    margin: 0 3% 0 0;
  }
  .item-product a.btn-title h2{
    margin: 150px 0 0 0;
    padding: 0 50px;
    font-size: 25px;
  }
  .item-product{
    max-width: 32.3%;
  }
  .item-products{
    max-width: 1300px;
  }
  .item-product2 {
    height: 285px;
    max-width: 49.3%;
  }
  .carousel2 {
    max-width: 100% !important;
  }
}


@media (max-width:1460px){
  .footer__news{
    margin: 0 1% 0 0;
  }
  .carousel2 {
    max-width: 100%;
  }
  .title-slider{
    margin: 200px auto 0;
  }
  .title-slider h1{
    font-size: 3em;
  }
}

@media (max-width:1420px){
  .item-product3.center {
    max-width: 516px;
    margin: 0 0 0 31px;
  }
  .footer__news{
    margin: 0 7% 0 0;
  }
  .footer__address{
    max-width: 500px;
  }
  .footer__address h2{
    line-height: 30px;
  }
  .footer__address p{
    padding: 20px 6px 20px 0;
  }
  .content-color{
    max-width: 1000px;
  }
  .content-color .item{
    width: 23%;
    margin: 20px 25px 0 0;
  }
  .content-color .item:nth-child(4n+4){
    margin: 20px 0 0 0;
  }
  .product-content {
    max-width: 1280px;
  }
  .product-left h2{
    margin: 253px 0 0 20px;
    font-size: 1.5em;
    padding: 0 31px 0 5px;
  }
  .item-product a.btn-title h2{
    padding: 0 44px;
    font-size: 1.5em;
  }
  .item-product2 {
    height: 259px;
    max-width: 49.3%;
  }
  .item-product3 .btn-title h2{
    padding: 0 70px 0 36px;
  }
}

@media (max-width:1370px){
  .footer__news{
    margin: 0 3% 0 0;
  }
  .item-product{
    max-width: 32.6%;
  }

  .item-product2 {
    height: 259px;
    max-width: 49.3%;
  }
  .item-products {
    max-width: 97%;
  }
}

@media (max-width:1293px){
  .product-content {
    max-width: 1000px;
  }
  .content-bottom .left:before{
    min-height: 55%;
  }
  .content-bottom .right:before{
    min-height: 59%;
  }
  .product-left {
    max-width: 788px;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .product-right {
    max-width:786px;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .product-right{
    clear: both;
  }
  .content-bottom {
    width: 780px;
    margin: 0 auto;
  }
  .item-product2 {
    height: 276px;
    max-width: 48% !important;
  }
  .content-bottom .center {
    margin: 0 0 0 14px;
    width: 41.4%;
  }
  .content-bottom .item-product a.tag{
    top: 25px;
    left: 22px;
  }
  .content-bottom .item-product a.btn-title h2{
    padding: 0 20px;
    font-size: 1em;
    margin: 80px 0 0 0;
  }

  .content-bottom .item-product3 .tag{
    top: 23px;
  }
  .content-bottom .item-product3 .btn-title h2 {
    margin: 75px 0 0 0;
    font-size: 1.2em;
  }
  .item-product3.center {
    max-width: 322px;
    margin: 0 0 0 14px;
  }
  .item-product3.center .tag{
    top: 27px;
  }
  .item-product3.center .btn-title h2 {
    margin: 77px 0 0 0;
    font-size: 1em
  }
  .item-product {
    max-width: 32.4%;
  }
}

@media (max-width:1220px){
  .footer__address {
    max-width: 470px;
  }
  .footer__news {
    margin: 0 0 0 0;
  }
  .title-slider{
    margin: 170px auto 0;
    left: 16%;
  }
  .title-slider h1{
    font-size: 2.5em;
    width:70%
  }
}


@media (max-width:1205px){
  .item-product {
    height: 285px;
    max-width: 32.3%;
  }
}


@media (max-width:1170px){
  .footer__news{
    margin: 0 4% 0 0;
  }
  .footer__address {
    max-width: 400px;
  }
  .filter{
    max-width: 1000px;
  }
  .filter-menu li a{
    padding: 27px 15px 25px 15px;
  }
  .data-title{
    padding: 29px 10px 0 5px;
  }
  .filter-menu li a{
    font-size: 1em;
  }
  .item-product {
    height: 275px;
    max-width: 32.3%;
  }

  .item-product img{
    min-height: 270px;
  }
  .item-product2 img{
    min-height: auto;
  }
  .content-bottom .left:before{
    min-height: 56%;
  }
  .content-bottom .right:before {
    min-height: 59%;
  }
  .item-product3:before{
    max-width: 100%;
  }
}



@media (max-width:1120px){
  .footer__news{
    margin: 0 4% 0 0;
  }
  .footer__address {
    max-width: 300px;
  }
  .item-product {
    height: 265px;
    max-width: 32.3%;
  }
  .item-product2{
    height: 275px;
  }
}

@media (max-width:1099px){
  .content2{
    margin: -12px auto 70px !important;
  }
  .item-product a.btn-title h2 {
    padding: 0 38px;
    font-size: 1.5em;
  }
}



@media (max-width:1050px){
  .item-product a.btn-title h2 {
    padding: 0 29px;
    font-size: 1.3em;
  }
  .item-product {
    height: 250px;
    max-width: 32.3%;
  }
  .item-product {
    height: 278px;
  }
}



@media (max-width:1020px){
  .footer__news{
    margin: 0 1% 0 0;
  }
  .footer__address {
    max-width: 300px;
  }
  .content-color {
    max-width: 800px;
  }
  .content-color .item,
  .content-color .item:nth-child(4n+4){
    width: 30%;
    margin: 20px 40px 0 0;
  }
  .content-color .item:nth-child(3n+3) {
    margin: 20px 0 0 0;
  }
  .title-slider h1 {
    font-size: 2.2em;
    padding: 30px 200px 0 0;
  }
  .title-slider{
    margin: 150px auto 0;
  }

}

@media (max-width:1000px){
  .footer-content{
    margin-top: 40px;
    max-width: 680px;
    width: 100%;
    margin: 40px auto 30px;
  }
  .footer-form{
    margin-bottom: 30px;
  }
  .filter {
    max-width: 493px;
    padding-bottom: 20px;
  }
  .header-height{
    min-height: 420px !important;
  }
  .item-product {
    height: 236px;
    max-width: 32.3%;
  }
  .item-product2 {
    height: 278px;
  }
  .item-product a.btn-title h2{
    margin: 120px 0 0 0;
    font-size: 1.2em;
  }
}



@media (max-width:1599px){
  .owl-carousel{
    max-width: 1400px;
  }
}

@media (max-width:1399px){
  .owl-carousel{
    max-width: 1100px;
  }
  .owl-carousel .owl-nav .owl-next{
    right: -4%;
  }
  .owl-carousel .owl-nav .owl-prev{
    left: -5%;
  }
}


@media (max-width:1169px){
  .owl-carousel{
    max-width: 900px;
  }
  .owl-carousel .owl-nav .owl-next{
    right: -4%;
  }
  .owl-carousel .owl-nav .owl-prev{
    left: -5%;
  }
  .owl-carousel .owl-item img{
    margin: 0 auto;
  }
}


@media (max-width:999px){
  .owl-carousel{
    max-width: 650px;
  }
  .owl-carousel .owl-nav .owl-next{
    right: -10%;
  }
  .owl-carousel .owl-nav .owl-prev{
    left: -10%;
  }
}

@media (max-width:960px){
  h1.h1-title span {
    padding: 20px 0 0 10% !important;
  }
  h1.h1-title {
    padding: 23px 0 0 0 !important;
  }
}


@media (max-width:930px){
  .item-products {
    max-width: 95%;
  }
  .item-product {
    max-width: 32%;
  }


  .item-product img {
    min-height: 240px;
  }
  .item-product2 img{
    min-height: auto;
  }
}

@media (max-width:850px){
  .item-products {
    max-width: 95%;
  }
  .item-product {
    max-width: 32%;
  }
  .item-product a.btn-title h2{
    padding: 0 25px;
    font-size: 1.1em;
    margin: 114px 0 0 0;
  }
}

@media (max-width:830px){
  .content-color {
    max-width: 600px;
  }
  .content-color .item,
  .content-color .item:nth-child(3n+3),
  .content-color .item:nth-child(4n+4){
    width: 43%;
    margin: 20px 25px 0 0;
  }
  .content-color .item:nth-child(2n+2){
    float: right;
    margin: 20px 0 0 0;
  }
}


@media (max-width:799px){
  .owl-carousel{
    max-width: 450px;
  }
  .product-left a.product-btn {
    margin: 205px 0 0 13px;
  }
  .product-left a.product-btn {
    margin: 205px 0 0 13px;
    padding: 0 151px 0 0;
    font-size: 1.2em;
  }
  .owl-carousel .owl-nav .owl-next{
    right: -10%;
  }
  .owl-carousel .owl-nav .owl-prev{
    left: -10%;
  }
  .product-right,
  .product-left{
    max-width: 560px;
  }
  .product-left h2 {
    margin: 220px 0 0 20px;
    font-size: 1em;
    padding: 0 147px 0 4px;
  }
  .item-product a.btn-title h2{
    margin: 123px 0 0 0;
    padding: 0 23px;
    font-size: 1em;
  }
  .item-product2 {
    height: 194px;
    max-width: 49.3%;
  }
  .content-bottom {
    width: 560px;
  }
  .content-bottom .left,
  .content-bottom .right {
    width: 100%;
  }
  .item-product3{
    clear: both;
    max-width: 560px;
    width: 100%;
    margin: 17px auto;
  }
  .item-product3.center {
    max-width: 559px;
    margin: 0 auto 40px;
    float: none;
  }
  .item-product3.center .btn-title h2 {
    padding: 0 70px 0 36px;
    margin: 160px 0 0 0;
    font-size: 1.5em;
  }
  .item-products {
    max-width: 95%;
    margin: 20px auto;
  }
  .item-product {
    height: 235px;
    max-width: 48%;
  }
  .item-product2 {
    height: 194px;
  }
  .content-bottom .right:before,
  .content-bottom .left:before  {
    min-height: 100%;
  }
}


@media (max-width:720px){
  .footer-content{
    max-width: 400px;
  }
  .footer__address {
    max-width: 395px;
    margin: 0 auto;
    float: none;
  }
  .footer__news {
    margin: 30px 0 19px 0;
  }
  .nav-footer {
    padding: 0 0 0 64px;
  }
}





@media (max-width:1190px){
  .header-title h1{
    font-size: 3em;
    padding: 20px 0 0 0;
  }
  .header-title{
	padding-left: 3%;
}
   .header-in__top{
    padding: 20px 1% 0;
  }
  .content{
    margin: -40px auto 70px;
    width: 98%;
    padding: 40px 40px 20px;
  }
  .content-in p{
    width: 51%;
  }
  .content-in img{
    width: 44%;
  }
  h1.h1-title{
    padding: 23px 0 0 10%;
  }
}


@media (max-width:1100px){
  .header-eye{
    margin: 0 2% 0 0;
  }
  .header-menu{
    width: 185px;
    height: 100px;
    font-size: 1.8em;
  }
  .header-menu span.line{
    left: 15px;
    top: 34px;
  }
  .header-eye {
    margin: 0 7% 0 0;
  }
}



@media (max-width:1040px){
  .header-eye {
    margin: 0 3% 0 0;
  }
}


@media (max-width:990px){
  .header-eye {
    margin: 0 3% 0 0;
  }
  .header-menu {
    width: 160px;
    height: 88px;
    font-size: 1.5em;
  }
  .btn-closed{
    margin: 35px 0 0 95%;
  }
  .header-menu{
    margin: -21px 0 40px 25px;
  }
  h1.h1-title{
    padding: 23px 0 0 5%;
  }
  h1.h1-title span{
    padding: 20px 0 0 0;
  }
}


@media (max-width:940px){
  .header-in__top{
    padding: 20px 1% 0;
    margin: 0 auto;
  }
  .departament__modif li {
    margin: 0 38px 20px 0;
  }
  .header-search{
    margin-top: 0;
  }
  .header-menu{
    margin: -21px 0 20px 25px;
  }
  .header-eye {
    margin: 0 5% 0 0;
    max-width: 256px;
    font-size: 0.9em;
  }
  .header-eye:before{
    left: 6px;
  }
  .header-menu{
    margin: -30px 0 20px 25px;
    width: 132px;
    height: 82px;
    font-size: 1.2em;
  }
  .header-menu span.line{
    border-bottom: 3px solid #fff;
  }
  .header-menu span.line:nth-child(2) {
    top: 44px;
  }
  .header-menu span.line:nth-child(3) {
    top: 54px;
  }
  .header-title h1{
    font-size: 2.5em;
  }
  .header-title{
    max-width: 640px;
  }
  .content-in p{
    float: none;
    max-width: 900px;
    width: 100%;
  }
  .content-in img{
    float: none;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .header-in{
    background-size: cover;
  }
  .header-height {
    min-height: 399px !important;
    margin-bottom: 0;
  }
  .title-slider h1 {
    font-size: 2em;
    padding: 30px 200px 0 0;
  }

}


@media (max-width:860px){
  .header-eye{
    margin: 0 2% 0 0;
  }
}


@media (max-width:835px){
  .header-eye{
    margin: 0 1% 0 0;
  }
  .header-height {
    min-height: 300px !important;
    margin-bottom: 0;
  }
  .title-slider h1 {
    font-size: 1.5em;
    padding: 20px 200px 0 0;
    width:70%
  }
  .title-slider {
    margin: 120px auto 0;
  }
}


@media (max-width:820px){
  .header-eye{
    margin: 0 1% 0 0;
  }
  .header-menu{
    margin: -30px 0 20px 10px;
  }
  .header-menu{
    width: 109px;
    font-size: 1em;
  }
  .header-menu span.line{
    left: 8px;
  }
}


@media (max-width:780px){
  .content p{
    font-size: calc(16px - 2%);
  }
  .content-in img{
    min-width: 300px;
  }
  .btn-header{
    display: none;
  }
  .header-menu{
    width: 50px;
  }
  .header-eye span{
    display: none;
  }
  .header-eye{
    width: 40px;
  }
  .header-in__top{
    max-width: 500px;
  }
  .title-slider {
    left: 8%;
  }
}

@media (max-width:710px){
  .btn-closed {
    margin: 35px 0 0 90%;
  }
  .content{
    padding: 30px 20px 20px;
  }
  .title-slider h1{
    font-size: 1.2em;
    width:60%
  }
  .carousel2 .owl-dots .owl-dot.active span {
    background-color: #fff !important;
    width: 15px !important;
    height: 15px !important;
  }
  .carousel2 .owl-dots .owl-dot span{
    width: 13px !important;
    height: 13px !important;
  }
  .title-slider {
    margin: 90px auto 0;
  }
  .content{
    margin: -50px auto 70px;
  }
}

@media (max-width:650px){
  .header-title h1 {
    font-size: 2em;
    line-height: 45px;
  }
  .header-title {
    padding-left: 3%;
  }
    .header-in{
    background-size: cover;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .header-top p{
    font-size: 1em;
    padding: 0 0 0 74px;
  }

  h1.h1-title {
    padding: 23px 0 0 10%;
  }
  .filter {
    margin-top: 0;
  }
  .header-height{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  h1.h1-title {
    padding: 23px 0 0 1% !important;
  }
  .item-product {
    height: 215px;
    max-width: 48%;
  }
  .item-product2 {
    height: 194px;
  }
}

@media (max-width:600px){
  .content-color {
    max-width: 300px;
  }
  .content-color .item,
  .content-color .item:nth-child(3n+3),
  .content-color .item:nth-child(4n+4){
    width: 100%;
    margin: 20px 0 0 0;
  }
  .content-color .item:nth-child(2n+2){
    float: right;
    margin: 20px 0 0 0;
  }
}

@media (max-width:599px) {
  .owl-carousel{
    max-width: 240px;
  }
  .owl-carousel .owl-nav .owl-next{
    right: -10%;
  }
  .owl-carousel .owl-nav .owl-prev{
    left: -12%;
  }
  .owl-carousel .owl-item img{
    width: auto !important;
    padding: 0;
    margin: 0 auto;
  }
  .footer-content {
    max-width: 300px;
  }
  .footer__address h2{
    font-size: 0.9em;
  }
  .footer-form input[type="text"]{
    width: 189px;
  }
  .footer-form input[type="submit"]{
    width: 111px;
    font-size: 0.7em;
  }
  .nav-footer {
    padding: 0 0 0 20px;
  }
  .departament li a{
    font-size: 1em;
  }
  h1.h1-title {
    padding: 23px 0 0 0;
    font-size: 1.7em;
    text-align: center;
  }

  .product-right, .product-left {
    max-width: 400px;
  }
  .item-product3 .btn-title h2{
    margin: 88px 0 0 0;
    font-size: 1.5em;
  }
  .item-product3 .tag{
    top: 35px;
  }
  .product-left-one{
    width: 100%;
    margin-bottom: 20px;
  }
  .product-left h2 {
    margin: 161px 0 0 20px;
    font-size: 1.9em;
    padding: 0 0 0 4px;
  }
  .item-product2,
  .content-bottom .left,
  .content-bottom .right {
    height: 225px;
    max-width: 100%;
  }
  .item-product a.btn-title h2{
    font-size: 1em;
  }
  .content-bottom,
  .item-product3 {
    max-width: 399px;
    width: 100%;
  }
  .content-bottom .item-product a.btn-title h2{
    font-size: 1.5em;
  }
  .item-product3.center {
    max-width: 404px;
  }
  .item-product3.center .btn-title h2{
    margin: 85px 0 0 0;
  }
  .product-left a.product-btn {
    margin: 205px 0 0 13px;
    padding: 0 52px 0 0;
    font-size: 1.7em;
  }
  .item-product2{
    max-width: 100% !important;
    height: 250px;
  }
  .item-product2 a.btn-title h2{
    font-size: 1.3em;
  }
}

@media (max-width:535px){
  .filter {
    max-width: 400px;
    padding-bottom: 20px;
  }

  .filter-menu li a {
    font-size: 0.74em;
  }
  .data-title{
    font-size: 0.8em;
  }
  .header-search{
    width: 130px;
  }
  .header-search input[type="submit"]{
    top: 2px;
    left: 0;
  }
  .header-search input[type="text"]{
    padding: 2px 0 3px 29px;
  }
  .header-search input[type="text"]::-moz-placeholder{
    font-size: 14px;
  }
  .header-search input[type="text"]::-webkit-input-placeholder{
    font-size: 14px;
  }
  .header-search input[type="text"]:-ms-input-placeholder{
    font-size: 14px;
  }
  .header-social li a.vk,
  .header-social li a.facebook,
  .header-social li a.instogram,
  .header-social li a.youtube{
    width: 32px;
  }
  .header-social_modif li a.vk,
  .header-social_modif li a.facebook,
  .header-social_modif li a.instogram,
  .header-social_modif li a.youtube{
    width: 40px;
  }
  .carousel2 .owl-dots {
    top: -43px;
  }
  .header-height{
    min-height: 245px !important;
  }
  .title-slider {
    left: 3%;
  }
  .item-product {
    height: 185px;
    max-width: 48%;
  }
  .item-product2 {
    height: 250px;
  }
  .item-product a.btn-title h2{
    margin: 104px 0 0 0;
  }
}


@media (max-width:520px){
  .title-slider h1 {
    font-size: 1em;
    width:60%;
  }
  .title-slider a span{
    font-size: 0.8em;
  }
  .title-slider a{
    padding: 0px 16px 3px 16px;
  }
  .title-slider {
    margin: 85px auto 0;
  }
}

@media (max-width:500px){
  .item-product {
    height: 285px;
    max-width: 100%;
  }
  .item-product a.btn-title h2{
    font-size: 1.5em;
    margin-top: 150px;
  }
}

@media (max-width:480px){
  .carousel2 .owl-dots {
    top: -38px;
  }
  .title-slider {
    margin: 80px auto 0;
  }
  .carousel2 .owl-item img{
    height: 200px;
  }
  h1.h1-title{
    font-size: 2em;
    display: block;
    text-align: center;
  }
  h1.h1-title span{
    text-align: center;
    display: block;
    padding: 20px 0 0 0 !important;
  }
  .product-left a.product-btn {
    margin: 205px 0 0 13px;
    padding: 0 52px 0 0;
    font-size: 1.5em;
  }
}

@media (max-width:420px){
  .filter {
    max-width: 300px;
    padding-bottom: 20px;
  }
  .filter-menu li a {
    font-size: 1em;
  }
  .data-title{
    font-size: 1em;
  }
  .filter-menu li a {
    padding: 27px 15px 25px 33px;
    border:none;
  }
  .data-on{
    position: relative;
    top: -55px;
    left: 137px;
  }
  .flatpickr-input{
    position: relative;
    left: 9px;
  }
  .item-product a.btn-title h2 {
    margin: 130px 0 0 0;
    padding: 0 50px;
    font-size: 18px;
  }
  .item-product {
    height: 225px;
  }
  .departament__modif li {
    margin: 0 40px 22px 0;
  }
  .title-slider h1 {
    font-size: 1em;
    padding: 16px 0 0 4px;
    max-width: 300px;
  }
  .header-social_modif li{
    width: 33px;
  }
  .header-social_modif{
    width: 150px;
  }
  .header-menu-hide {
    height: 440px;
  }
  h1.h1-title{
    text-align: center;
    display: block;
    font-size: 2.2em;
  }
  h1.h1-title span{
    text-align: center;
    display: block;
    padding: 20px 0 0 0 !important;
  }

}

@media (max-width:410px) {
  .header-social li a.vk,
  .header-social li a.facebook,
  .header-social li a.instogram,
  .header-social li a.youtube {
    width: 23px;
    background: url(../images/csssprite.png) no-repeat -8px -144px;
  }
  .header-social li a.facebook {
    background: url(../images/csssprite.png) no-repeat -11px -175px;
    width: 18px;
  }
  .header-social li a.instogram {
    background: url(../images/csssprite.png) no-repeat -8px -207px;
  }
  .header-social li a.youtube {
    background: url(../images/csssprite.png) no-repeat -10px -244px;
  }
  .header-search {
    width: 120px;
  }
  .header-search input[type="text"]::-moz-placeholder{
    font-size: 13px;
  }
  .header-search input[type="text"]::-webkit-input-placeholder{
    font-size: 13px;
  }
  .header-search input[type="text"]:-ms-input-placeholder{
    font-size: 13px;
  }
  .product-right,
  .product-left,
  .content-bottom,
  .item-product3.center {
    max-width: 90%;
  }
  .item-product3 .btn-title h2{
    font-size: 1.2em;
  }
  .content-bottom .item-product a.btn-title h2,
  .item-product3.center .btn-title h2 {
    font-size: 1.2em;
  }
}

@media (max-width:380px) {

  .header-menu {
    margin: -21px 0 20px 10px;
    height: 74px;
    width: 13%;
  }
  .header-menu span.line {
    left: 12px;
  }
  .header-eye {
    height: 26px;
    width: 23px;
  }
  .header-eye:before {
    top: -3px;
    left: -4px;
  }
  .header-menu span.line{
    width: 20px;
  }

  .btn-header{
    padding: 30px 0 0 40px;
  }
  .header-menu span.line{
    top: 15px;
  }
  .header-menu span.line:nth-child(2) {
    top: 37px;
  }
  .header-menu span.line {
    top: 25px;
  }
  .header-menu span.line:nth-child(3) {
    top: 50px;
  }
  .header-menu{
    font-size: 1.2em;
  }
  .header-title h1{
    font-size: 1.3em;
    line-height: 35px;
  }
  .header-title {
    padding: 70px 3% 0;
  }

  .header-top p{
    font-size: 0.9em;
  }

  .content p{
    text-align: justify;
  }
  .content{
    min-width: 320px;
  }
  .item-product3 .btn-title h2{
    font-size: 1em;
  }
  h1.h1-title{
    font-size: 2em;
  }
  h1.h1-title span{
    text-align: center;
    display: block;
    padding: 20px 0 0 0 !important;
  }
  .content-bottom .item-product a.btn-title h2,
  .item-product3.center .btn-title h2 {
    font-size: 1em;
  }
  .item-product2, .content-bottom .left, .content-bottom .right {
    height: 184px;
    max-width: 100%;
  }
  .item-product2 .item-product a.btn-title h2{
    margin: 100px 0 0 0;
  }
  .item-product2 a.btn-title h2{
    margin: 106px 0 0 0;
  }
}

.news_box {
  display: block;
  width: 97vw;
  height: 97vh;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: -40px;
}
.news_box_left{

  display:inline-block;
  width: 45vw;
  height: 63vh;

}
.vertical_item_box{
  width: 44%;
  height: 99%;
  display: inline-block;
  vertical-align:top;
}
.vertical{
  width: 100%;
  margin-top: 5%;
  height: 95%;
}

.long_item_box{
  display: inline-block;
  width: 52%;
  height: 99%;
  margin-left: 1.6%;
  	
}
.long{
  margin-top: 5%;
  width: 100%;
  height: 45.4%;
}
.news_box_right{
  display: inline-block;
  width: 53%;
  height: 63vh;
  vertical-align:top;
 
}
.right{
  margin-top:2%;
  width: 100%;
  height: 45.5%;

}
.news_box_bottom{
  display: inline-block;
  width: 97vw;
  height: 30vh;
  margin-top: 1%;
}
.bottom_small{
  width: 20.4%;
  height: 98%;
  display: inline-table;
}
.bottom_large{
  width:56.7%;
  height: 98%;
  margin: 0 0.8% ;
  display: inline-table;
}
.item_box{
  background-image: url(../img/1428400356.jpg);
  background-size: cover;
  background-position: center;
  box-shadow:inset 500px 100px 100px 100px rgba(0,0,0,0.4);
}

.item_box h1{
  font-family: arial;
  font-weight: 800;
  margin: 20px 20px 0 20px;
  font-size: 15pt;
  color: #ffffff;
  line-height: 1.1;
}
.item_box p {
  margin: 0 20px 0 20px;
  background: #01aa45;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font: bold 0.9em 'arial';
  padding: 5px 15px 7px 15px;
  width: 131px;
  top:12px;
  position:relative;

}
.vertical h1{ margin-top: 90px}
.bottom_small h1{ margin-top: 20px; }
@media (max-width:1045px)  {
  .news_box {height: auto; width: auto}
  .news_box_left{
    width: 100%;
  }
  .vertical_item_box {
    width: 100%;
    display: block;
    margin:0;
  }
  .vertical{
    margin-top: 15px;
    height: 100%;
  }
  .news_box_left{display: block; height: auto}
  .item_box{ width: 100%;!important; display: block}
  .long_item_box{width: 100%; display: block; margin-left: 0; margin-top: 15px}
  .long{margin-top: 15px}
  .news_box_right{ width: 100%; display: block; height: auto}
  .right{margin-top: 15px}
  .news_box_bottom{display: block;width: auto; height: auto}
  .bottom_large{margin-right: 0; margin-left: 0}
  .item_box{ height: 300px;}
  .item_box h1{margin-top: 75px}
  .item_box p{display: inline-block}
  .bottom_small{margin-top: 15px}
  .bottom_large{margin-top: 15px}
  .sub-title{ font-size: 11pt !important;width: 44%;}
}

.long h1{height: 88px}
.right h1{height: 30px}

.cercal_image{
  background-image: url(../images/img8.jpg);
  background-size: cover;
  background-position: center;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  border-radius:50%;
}

.drop_in_anim {
  #animation: drop_in 0.4s linear ;
  display: block !important;
}

@keyframes drop_in {
  0%{

    transform:translate(150px,150px) scale(1.8,1.8);
    box-shadow: -300px 200px 12px 0px rgba(0, 0, 0, 0.72);
  }
  25%{

    transform:translate(112px,112px) scale(1.6,1.6) ;
    box-shadow: -212px 112px 12px 0px rgba(0, 0, 0, 0.72);
  }
  50%{
    transform:translate(83px,83px) scale(1.4,1.4);

  }
  75%{

    transform:translate(37px,37px) scale(1.2,1.2);


  }
  100%{transform: translate( 0px,0px)}

}
@media (max-width:990px){ .header-menu-hide{ width:100%}}
.form-control{
  width: 40%;
  font-size: 12pt;
  color:#000000 ;
}
.form-group{
  width:50%;
  display: block;
  font: bold 0.9em 'arial';
  margin-top: 10px;
}
#ContactForm_name  {
  width: 99%;
  height: 30px;
}
#ContactForm_email {
  width: 99%;
  height: 30px;
}

#ContactForm_subject {
  width: 99%;
  height: 30px;
}

#ContactForm_body{
  display: block;
  width: 99%;
  height: 130px;
}
.control-label{
  width: 100%;
  display: block;
}
.captcha {
  width: 100%;
  display: block;
}
#sendContactForm{
  background: #01aa45;
  color: #fff;
  padding:15px;
  border: none;
}
.close{
  display: none;
}
.footer__address span {
  color: #ffffff;
  font: normal 1.0625em 'Gotham Pro';
  text-align: right;
  padding: 0px 6px 0px 0;
}
.sub-title {
    font-size: 18pt;
    color: #FFF;
    line-height: 1.2;
    font-weight: 500;	
}
.mask{
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 9999999999;	
}
.vertical_item_box:e{
content: "";
  background:#000; 
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 2; 
}
/* IE 10 and 11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    opacity: 0.8;
}

#cookiesAlert {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 40px;
    background: #01aa45;
    font-size: 18px;
    color: #ffffff;
}
#cookiesAlert a {
    color: #ffffff;
    text-decoration: underline;
}
#cookiesAlert a:hover{
    color: #ffffff;
    text-decoration: none;
}
#cookiesAlert button{
    background: #ffffff;
    border: none;
    font-size: 18px;
    margin-top: 20px;
    padding: 10px 15px;
    cursor: pointer;
    color: #01aa45;
}
