.product{}
.product .bg-gray{background:#8b8b8b;overflow: hidden;display: flex;align-items: center;padding: 0 21px;}
.product .product-text {
    padding: 5vw 9vh 3vw 4vh;
}
.product .product-text h1{color:#fff;font-size: 2.5vw;line-height: 44px;font-weight: 500;margin-bottom:60px;}
.product .product-text a{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-top:4px solid;
    padding:0 10px 0 0px
   
}
.relative {position:relative;}
.number {position:absolute;bottom: 30px;left: 7%;border-bottom: 9px solid #fff;}
.number a{color:#fff;font-size: 28px;font-weight:600;padding: 0 2px;}
.number a.active{font-size: 40px;}
.home-news-ecofor .news {position:absolute;bottom: 30px;left: 7%; width:75%}
.home-news-ecofor .news .news-text{color:#fff;font-size: 2vw;margin-bottom:25px;width: 80%;text-shadow: -1px -1px black;}
.home-news-ecofor .news .president-text{color:#fff;font-size: 2vw;margin-bottom:25px;width: 80%;text-shadow: -1px -1px black;}
.home-news-ecofor .news .news-link .link{color: #ffffff;border: 1px solid #ffffff;padding: 2px 11px;font-size: 22px;text-shadow: -1px -1px black;font-weight: 500;-webkit-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.59);-moz-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.59);box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.59);}
.home-news-ecofor .news .news-link .news-all{color: #ffffff;border: 1px solid #ffffff;padding: 2px 25% 2px 5px;font-size: 22px;font-weight: 500;margin-right:1px;text-shadow: -1px -1px black;-webkit-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.59);-moz-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.59);box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.59);}
.home-news-ecofor .ecofor {position:absolute;bottom: 30px;left: 7%; width:75%}
.home-news-ecofor .ecofor .ecofor-text{color:#fff;font-size: 2vw;margin-bottom:25px;width: 49%;text-shadow: -1px -1px black;}
.home-news-ecofor .ecofor .ecofor-link .link{color: #ffffff;border: 1px solid #ffffff;padding: 2px 11px;font-size: 22px;font-weight: 500;-webkit-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.59);-moz-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.59);box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.59);text-shadow: -1px -1px black;}
.home-news-ecofor .ecofor .ecofor-link .ecofor-all{color: #ffffff;border: 1px solid #ffffff;padding: 2px 25% 2px 5px;font-size: 22px;font-weight: 500;margin-right:1px;text-shadow: -1px -1px black;-webkit-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.59);-moz-box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.59);box-shadow: 0px 0px 13px -4px rgba(0,0,0,0.59);}
.video .videoicon{position:absolute;top: 35%;left: 35%; text-align:center}
.video .videoicon img{width: 6vw;}
.video .videoicon .video-text{color:#fff;margin-top: 17px;font-size: 5vw;text-align:center;}
.bulletin {background: #f9f9f9;padding: 60px 10% 50px;}
.bulletin h4{color: #1b1b1b;display: flex;align-items: center;padding-top: 3px;font-size: 30px;}
.bulletin input{background:#fff;width:100%;padding: 13px;border: 1px solid #eaeaea;outline: none;border-radius: 10px;font-size: 30px;color: #1b1b1b;}
.bulletin a{background:#fff;padding: 17px 31px;align-items: center;font-size: 25px;text-align: center;border-radius: 10px;color: #000000cf;font-weight: 500;text-align: center;position: relative;top: 0;left: 50px;}
.banner-bottom {height:90px;background:#44afe3;width:100%;display: none;}
.about_studio_area p {color: #504f4f;font-size: 20px;}
.about_studio_area p b{color: #999999;
    border-bottom: 2px solid;
    padding-right: 14px;
    margin-bottom: 5px;
    content: " ";
    display: inline-block;
    transition: all 400ms linear 0s;}
.zoom{
    position: absolute;
    top: 40%;
    left: 40%;
    }
.zoom img {width: 75px;}


.hidden{visibility:hidden;
  width:0px!important;
  height:0px!important;
  margin:0px!important;
  padding:0px!important;
  }

#filters {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align:center;
}

#filters a.active {
	display: inline-block;
	margin-right: 3px;
	background: #000;
	padding: 8px 30px;
	border-radius: 10px;
	margin-bottom: 15px;
}
#filters a {
	display: inline-block;
	margin-right: 3px;
	background: #999;
	padding: 8px 30px;
	border-radius: 10px;
	outline:none;
	border:none;
}

#filters a {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	font-family: Oswald, sans-serif;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
}
#load-more {
	display: inline-block;
	margin-right: 3px;
	
	background: #000;
	padding: 8px 20px;
	border-radius: 10px;
	outline:none;
	border:none;
}

#load-more {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	font-family: Oswald, sans-serif;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
}

#filters a:hover a,
#filters a.active a {
	color: #fff;
}

footer span {padding-right:10px;}
.gallery img {
    filter: grayscale(100%);
}
.gallery .item {
    /* -webkit-box-shadow: 0px 0px 12px -4px rgb(0 0 0 / 56%); */
    -moz-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.56);
    /* box-shadow: 0px 0px 12px -4px rgb(0 0 0 / 56%); */
    padding: 17px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b3b3b3;
}
.gallery .item:hover {
    -webkit-box-shadow: 0px 0px 16px -4px rgb(0 0 0 / 56%);
    -moz-box-shadow: 0px 0px 16px -4px rgba(0,0,0,0.56);
    box-shadow: 0px 0px 16px -4px rgb(0 0 0 / 56%);
}
.gallery .item:hover img {
    filter: grayscale(0%);
}
.right_contact_form .contact_us_form .form-group .order_s_btn {
    background: transparent;
    border-radius: 0px;
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block;
    width: auto;
}
.contact_area2 .right_contact_form .contact_us_form .form-group .order_s_btn {
    font-size: 21px;
    color: #263a4f;
    display: inline-block;
    width: auto;
    border-bottom-color: #3c3c3c;
    padding: 20px;
    text-align: center;
}

.right_contact_form .contact_us_form .form-group textarea {
    border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #525252;
    padding: 5px 0px;
    height: 160px;
    color: #999999;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    resize: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact_area2 .right_contact_form .contact_us_form .form-group textarea {
    border-bottom-color: #3c3c3c;
}

.right_contact_form .contact_us_form .form-group input {
    border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #525252;
    padding: 0px;
    height: 53px;
    color: #999999;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact_area2 .right_contact_form .contact_us_form .form-group input {
    border-bottom-color: #1b1b1b;
}
.captchaspan span {display:none;}
.px-10 {padding:0 12.7%;}
.navbar_fixed .social-fixed{display:none;}
.header_menu_area .navbar .social_icon ul {margin-top:10px;}
.header_menu_area .navbar .social_icon ul li a{background:transparent !important;}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
}
.carousel-caption h1{
    font-size: 14vw;
    line-height: 11.9vw;
    font-weight: 700;
    opacity: .4;
    margin-bottom: 0;
    }
	.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 42%;
    left: initial;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 5.2%;
    margin-left: 3%;
    list-style: none;
    border-top: 5px solid #fff;
    width: 50px;
}
.carousel-control-prev,.carousel-control-next{
    width: 24px;
}
.carousel-control-prev
{
	left:initial;
	right: 7% !important;
	width: 24px;
}
.carousel-control-next
{
	right: 5% !important;
}
.carousel-indicators-numbers   li {
      text-indent: 0;
      margin: 0 2px;
      width: 45px;
      height: 30px;
      border: none;
      border-radius: 100%;
      line-height: 30px;
      color: #fff;
      transition: all 0.25s ease;
      background:transparent;
      display:none;
 }
  .carousel-indicators-numbers li .active{
        margin: 0 2px;
        width: 30px;
        height: 30px;      
		 background:transparent;
      
}
  .carousel-indicators-numbers li .active{
        margin: 0 2px;
        width: 30px;
        height: 30px;      
		 background:transparent;
      
}
.carousel-indicators .active {background:transparent;display:block;font-size: 21px;padding-top: 1px;font-weight: 600;}
.attrimg{
	height: 100%;
	min-height: 28vh;
	background-size: cover !important;
	background-position: center !important;
	background-repeat:no-repeat !important;
	}
	.col-text{
	 -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	.col-img{
	 -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	
	}
@media(min-width:900px){
	.col-text{
	 -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
	}
	.col-img{
	 -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
	}
}
@media(min-width:1000px){
	.col-text{
	 -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
	}
	.col-img{
	 -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
	}
}
@media(min-width:1250px){
	.col-text{
	 -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
	}
	.col-img{
	 -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
	}
}
@media(min-width:1450px){
	.col-text{
	 -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
	}
	.col-img{
	 -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
	}
}
@media(min-width:1730px){
	.col-text{
	 -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	}
	.col-img{
	 -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
	}
}
footer img {width: calc(88% - 20px);}
.map {min-height:50vh}
@media(max-width:1025px){
	.map {min-height:30vh}
	iframe {
    border: none;
    height: 30vh;
}
}
.media-slick {margin-bottom:25px;}
.bulletin .row {align-items:center}
.about_image div {background-position:center !important;background-repeat:no-repeat !important;background-size:cover !important;height: 350px;}
@media(max-width:1131px){
	.about_image div {height:450px;}
}
@media(max-width:992px){
	.about_image div {height: 137px;}
	.banner-bottom {
    height: 60px;
}
}
.media {position:relative;}
.news-sablon-links {position: absolute;
    bottom: 30px;
    right: 30px;}
.news-sablon-links a{border-bottom: 3px solid;
    color: #313131;
    padding: 1px 25px;
    font-size: 21px;}
.export {
    margin-top: 90px;
}
.export .cart {
    margin-bottom: 80px;
}
.export .detail.detail-one {
    padding: 0 15% 0 0%;
}
.export .detail h1 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 25px;
}
.export .detail h1:after{
    content:" ";
    background:#000;
    height: 3px;
    width: 15%;
    display: table-cell;
    color: #000;
    display:flex;
	margin-top:5px;
    
}
.export .detail p {
    color: #4D4D4D;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 0;
}
.export .detail.detail-two {
    padding: 0 0 0 15%;
}
@media(max-width:991px){
	.export .detail.detail-one {
    padding: 0 0% 0 0%;
}
.export .detail.detail-two {
    padding: 0 0% 0 0%;
}
.export img {margin-top:20px; margin-bottom:20px;}
}
.slider.phone {display:none !important;}
@media(max-width:768px){
	.slider.phone {display:block !important;}
	.slider.pc {display:none !important;}
	.carousel-control-next, .carousel-control-prev {
  
    top: initial;
    bottom: 54%;
    opacity: .8;
}
.carousel-control-prev {
 
    right: 14% !important;
  
}
.carousel-control-next {
    right: 3% !important;
}
footer img {
    width: 30vw;
}
.intes_studio_area {
    padding-top: 0;
}
.studio_text p {
    font-size: 16px;
    line-height: 32px;
    color: #999;
    letter-spacing: .21px;
    font-weight: 400;
    margin-bottom: 13px;
}

	}
.slider{position:relative;}
.slider .social_icon {
    position: absolute;
    left: 75px;
    z-index: 25;
    bottom: 70px;
    color: #fff;
}
.slider .social_icon ul li {
    margin-bottom: 20px;
}
.slider .social_icon ul li a {
    color: #fff;
    font-size: 18px;
}