@font-face{

font-family: 'SFUIText-Light';

src: url('../fonts/SFUIText-Light.eot');

src: url('../fonts/SFUIText-Light.eot?iefix') format('eot'),

url('../fonts/SFUIText-Light.woff') format('woff'),

url('../fonts/SFUIText-Light.ttf') format('truetype'),

url('../fonts/SFUIText-Light.svg#webfont') format('svg');

}
@font-face{

font-family: 'CoreRhino85Black';

src: url('../fonts/CoreRhino85Black.eot');

src: url('../fonts/CoreRhino85Black.eot?iefix') format('eot'),

url('../fonts/CoreRhino85Black.woff') format('woff'),

url('../fonts/CoreRhino85Black.ttf') format('truetype'),

url('../fonts/CoreRhino85Black.svg#webfont') format('svg');

}
html{
	font-size: 16px;
}
body{
	font-family: SFUIText-Light;
  overflow-x: hidden;
  font-size: 16px;
}
header{
	background: #f9f9f9 url(../img/fon_1.jpg) no-repeat center top/cover;
	padding-bottom: 27px;
	/* height:680px; */

}
ul,li{
	display: block;
	padding: 0px;
	margin: 0px;
}
h1,h2,h3{
	font-family: CoreRhino85Black;
	margin: 0px;
}
p{
	margin: 0px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 18px;
}
.card_link{
  color: #333;
}
.card_link:hover{
  text-decoration: none;
  color: #333;
}
.center{
	text-align: center;
}
.h2_margin{
	margin-top: 70px;
	margin-bottom: 18px;
}
.p_center{
	width: 42%;
    margin: 0 auto 42px auto;
    padding: 0px 10px 0 10px;
}
.container{
	padding: 0px;
}
.menu_1_block{
  display: none;
}
.menu_item{
	float: left;
	margin-right: 40px;
	position: relative;
}

.menu>.menu_item:hover .menu_inner{
      opacity: 1; 
      visibility: visible;
}

/*вставить меню*/
.menu_inner{
    position: absolute;
    width: 610px;
    background: #79b72a;
    opacity: 0; 
    margin-top: 7px;
    z-index: 1000;
    left: -184px;
    color: #fff;
    border-radius: 8px;
        padding-bottom: 45px;
            font-weight: lighter;
            visibility: hidden;
            padding-left: 15px;
}
.menu_inner_div{
  padding-right: 10px;
  float: left;
  border-right: 1px solid rgba(255,255,255,0.3);
  padding-left: 10px;
}
.menu_inner_div:last-child{
border-right:none;
}
.menu_inner_h1{
  padding-left: 20px;
  background: url(../img/icon_1.png) no-repeat left 5px;
  margin: 10px 20px 10px 5px;
}
.menu_inner_h2{
  padding-left: 20px;
  background: url(../img/carrot_2.png) no-repeat left 5px;
  margin: 10px 20px 10px 5px;
}
.menu_inner_h3{
  padding-left: 20px;
  background: url(../img/mushrooms_icon_2.png) no-repeat left 5px;
  margin: 10px 20px 10px 5px;
}
.menu_inner_h4{
  padding-left: 20px;
  background: url(../img/apple-black-silhouette-with-a-leaf.png) no-repeat left 5px;
  margin: 10px 20px 10px 5px;
}
.menu_inner_div a{
  color: #fff!important;
}
.menu_inner_div a:hover{
  text-decoration: underline;
}
/*вставить меню*/

.menu_item:last-child{
	float: left;
	margin-right: 0px;
}
.menu_item a{
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
.switchlang{
    margin-top:13px;
}
.switchlang li{
        float: left;
}
.switchlang li a{
       text-decoration-color: #fff;
}
.switchlang li:nth-child(2){
    margin-left: 3px;
}
.round{
    display:block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #79b72a;
    /* margin: 14px 0 0 49px; */
}

.round b{
    color: #fff;
    margin-left: 11px;
    margin-top: 7px;
    display: block;
}
/*
.round b{
    visibility: hidden;
}*/
/*.round b:after{
  content: "ru";
  visibility: visible;
}*/
/*.ru  b:after{
  content: "ru";
  visibility: visible;  
}
.en  b:after{
  content: "en";
  visibility: visible;  
}
*/
.lang_versions {
    position: relative;
}
.lang_versions a {
    color: #fff;
    text-decoration: none;
    display: block;
}
#sel_lang b {
    display: block;
    padding: 12px 0 10px 8px;
    font-size: 12px;
}
#sel_lang i {
    display: block;
    background: url(../img/arrow_1.png) no-repeat;
    width: 7px;
    height: 4px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 6px;
    top: 18px;
}
.option_lang {
    display: none;
   	background: #79b72a;
    /*padding: 5px 12px;*/
    position: absolute;
    left: 45px;
    top: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -8px;
    padding-top: 12px;
    padding-left: 12px;
}
.option_lang a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.header{
	padding: 15px 0 0 0;
}
.header_background{
  background: url(../img/fon_1.jpg) no-repeat;
  padding: 15px 0 15px 0;
}
.icon{
  display: none;
  width: 45px;
  height: 35px;
  position: relative;
  cursor: pointer;
}

/*.icon span{
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  left:0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
.icon span:nth-child(1){
  top:0px;
}
.icon span:nth-child(2), .icon span:nth-child(1){
  top:13px;
}
.icon span:nth-child(1){
  top:26px;
}*/
nav{
	 padding-top: 21px;
	 margin-left: 130px;
}
.link{
	position: relative;
	padding-bottom: 10px;
}
   .link:after {
    content: ' ';
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
    .link:hover {
      color: #000;
    }
 
    .link:hover:after {
      background-color: #79b72a;
    } 



    /*breadcrumbs*/

    .breadcrumb_ul{
      margin-top: 15px;
      font-size: 14px;
    }
    .breadcrumb_item{
    float: left;
    padding-right: 28px;
    margin-right: 20px;
    background: url(../img/circle_4.png) no-repeat right center; 
    }
    .breadcrumb_item a{
    color: #787878; 
    }
    .breadcrumb_item a:hover{ 
    text-decoration: underline;
    }


    /*breadcrumbs*/

.button {
    line-height: 3em;
    display: block;
    width: 260px;
    height: 50px;
    background: #79b72a;
    /* padding: 10px; */
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    box-shadow: 0px 4px 13px rgba(0,0,0,0.2);
    
   /*  display: block;
   width: 214px;
   height: 40px;
   background: #79b72a;
   padding: 10px;
   text-align: center;
   border-radius: 5px;
   color: white;
   font-weight: bold;
   box-shadow: 0px 4px 13px rgba(0,0,0,0.2); */
}
.button:hover {
 	text-decoration: none;
    color: white;

}
.slider_numbers{
margin-top: 92px;
}
.slider_numbers_1{
	font-size: 24px;
	font-weight: bold;
}
.Previous_arrow:hover{
    filter:invert(100%);
}
.Next_arrow:hover{
    filter:invert(100%);
}

.item{
	padding-top: 50px;
}
.owl_wr1{
  background: no-repeat 79% 38%;
    /* background-size: 300px; */
  
}
.owl_wr3{
  background: no-repeat 80% 37%;
    /* background-size: 536px; */
}
.owl_wr2{
  background: no-repeat 78% 31%;
    /* background-size: 536px; */
}
.item p{
	margin: 50px 0 39px 0;
	line-height: 1.8em;
	width: 50%;
}

.item h1{
	margin: 40px 0 0 0;
	font-size: 66px;
	line-height: 1em;
	width: 60%;
}
/*section why*/
.ifr{
     overflow: hidden;
    position: absolute;
    left: 27%;
    top: -8%;
}
.bg_circle{
	/* background: url(../img/circle_animation.gif) no-repeat center top; */
	/* background: url(../img/circle_bg1.png) no-repeat center -7px; */
	/* background: url(../img/circle_5.png) no-repeat center 16px; */
	background: url(../img/circle_6.png) no-repeat center 4px; 
	position:relative;
	height: 532px;
}
.why_item{
	margin-bottom: 45px;
}
.why_item_title_1{
	background: url(../img/thermometer.png) no-repeat left center;
    padding:10px 0px 10px 40px;
    width: 70%;
    line-height: 1.2em
}
.why_item_title_2{
	background: url(../img/full-size.png) no-repeat left center;
	padding:10px 0px 10px 52px;
    width: 60%;
    line-height: 1.2em
}
.why_item_title_3{
	background: url(../img/assembly.png) no-repeat left center;
	padding:10px 0px 10px 58px;
    width: 60%;
    line-height: 1.2em
}
.why_item_title_4{
	background: url(../img/water.png) no-repeat right center;
	padding: 10px 54px 10px 33px;
    width: 100%;
    text-align: right;
    line-height: 1.2em
}
.why_item_title_5{
	background: url(../img/like.png) no-repeat right center;
	padding: 2px 54px 10px 192px;
    width: 100%;
    text-align: right;
    line-height: 1.2em
}
.why_item_title_6{
	background: url(../img/microscope.png) no-repeat right center;
	padding: 2px 54px 10px 105px;
    width: 100%;
    text-align: right;
    line-height: 1.2em
}
.why_item_paragraph_1{
	width:90%;
}
.why_item_paragraph_2{
	width:80%;
}
.why_item_paragraph_3{
	width:85%;
}
.why_item_paragraph_4{
	width:85%;
	text-align: right;
	margin: 0 0 0 auto;
}
.why_item_paragraph_5{
	width:85%;
	text-align: right;
	margin: 0 0 0 auto;
}
.why_item_paragraph_6{
	width:100%;
	text-align: right;
	margin: 0 0 0 auto;
}
.why_item_1{
	margin-left: 52px;
}
.why_item_3{
	margin-left: 52px;
}
.why_item_4{
	margin-right: 34px;
}
.why_item_6{
	margin-right: 34px;
}
.why_hover{
	position: relative;
	width: 100%;
	height: 510px;
}
.why_hover:hover .why_hover_1{
	top: 20px;
	left: 30px;
}
.why_hover:hover .why_hover_2{
	top: 120px;
	right: -32px;
}
.why_hover:hover .why_hover_3{
	top: 289px;
    left: 66px;
}
.why_hover_1{
	position: absolute;
	top: 10px;
	left: 20px;
}
.why_hover_2{
	position: absolute;
	top: 115px;
	right: -42px;
}
.why_hover_3{
	position: absolute;
	top: 289px;
    left: 56px;
}
/*section look*/
.look_photo_1{
	height: 385px;
	background: url(../img/shutterstock_440024824.jpg) no-repeat center center/cover;
	padding-top: 315px;
	padding-left: 20px;
	border-radius:8px;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.look_photo_1:hover{
	position: relative;
	bottom: 10px;
	box-shadow: 0px 20px 20px rgba(0,0,0,0.1);
  }
.look_photo_2{
	height: 385px;
	background: url(../img/shutterstock_1145223602.jpg) no-repeat center center/cover;
	padding-top: 315px;
	padding-left: 20px;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}
.look_photo_2:hover{
	position: relative;
	bottom: 10px;
	box-shadow: 0px 20px 20px rgba(0,0,0,0.1);
  }
.look_photo_3{
	height: 385px;
	background: url(../img/shutterstock_306474974.jpg) no-repeat center center/cover;
	padding-top: 315px;
	padding-left: 20px;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}
.look_photo_3:hover{
	position: relative;
	bottom: 10px;
	box-shadow: 0px 20px 20px rgba(0,0,0,0.1);
  }
.look_photo_4{
	height: 385px;
	background: url(../img/kapysta.jpg) no-repeat center center/cover;
	padding-top: 315px;
	padding-left: 20px;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}
.look_photo_4:hover{
	position: relative;
	bottom: 10px;
	box-shadow: 0px 20px 20px rgba(0,0,0,0.1);
  }
.look_photo_item_paragraph{
	text-align: right;
    padding-right: 164px;
    margin-bottom: -10px;
}
.third{
	text-align: right;
    padding-right: 136px;
    margin-bottom: -10px;
}
.four{
    padding-right: 160px;
}
#look{
	background: #f9f9f9 url(../img/fon_1.jpg) no-repeat center top;
	height:680px;

}
    /*section clients*/
    #clients{
    background: #f8f8f8;
    padding-bottom: 50px;
    }
    #clients a{
    text-decoration: none;
    color:#000;
    cursor: default
    }
  .clients_item{
      padding-top: 60px;
  	height: 207px;
  	padding-left: 10px;
    /* display: table-cell;
    vertical-align: middle; */
  }
  .clients_item_01{
  	background: #79b72a;
  	color: #fff;
  	font-size: 28px;
  	line-height: 1.1em;
  	border-radius: 8px;
  }
  .clients_item_01 h2{
  	font-size: 28px;
  }
  .clients_item span{
  	color: #79b72a;
  }
  .clients_item h3{
  	line-height: 1.2em;
  	margin-top: 15px;
  	margin-left: 8px;
  }

.clients_item span {
    margin-left: 8px;
}
  
  .p1{
    /*opacity: 0;*/
    display: none;
  }
  .clients_link:hover .p1{
   display: block;
    /*opacity: 1;*/
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 8px;
  }
  .clients_link:hover h3{
     display: none;
    /*opacity: 0;*/
  }
  .clients_link:hover span{
     color: #fff;
  }
  
  .clients_shadow_1{
  	box-shadow: 0.1px 0.1px 0.1px rgba(0,0,0,0.3);
  	background: #fff;
  	margin-bottom:13px;
  	border-radius: 8px;
  }
   .clients_shadow_1:hover{
  	box-shadow: 0.1px 0.1px 2.1px rgba(0,0,0,0.3);
  	background: #f9f9f9 url(../img/cl_1.jpg) no-repeat center center;
  	background-size: cover;
  	color: #fff;
  }
  .clients_shadow_2{
  	box-shadow: 0.1px 0.1px 0.1px rgba(0,0,0,0.3);
  	background: #fff;
  	margin-bottom:13px;
  	border-radius: 8px;
  }
   .clients_shadow_2:hover{
  	box-shadow: 0.1px 0.1px 2.1px rgba(0,0,0,0.3);
  	background: #f9f9f9 url(../img/cl_2.jpg) no-repeat center top;
  	background-size: cover;
  	color: #fff;
  }
  .clients_shadow_3{
  	box-shadow: 0.1px 0.1px 0.1px rgba(0,0,0,0.3);
  	background: #fff;
  	margin-bottom:13px;
  	border-radius: 8px;
  }
   .clients_shadow_3:hover{
  	box-shadow: 0.1px 0.1px 2.1px rgba(0,0,0,0.3);
  	background: #f9f9f9 url(../img/cl_3.jpg) no-repeat center top;
  	background-size: cover;
  	color: #fff;
  }
  .clients_shadow_4{
  	box-shadow: 0.1px 0.1px 0.1px rgba(0,0,0,0.3);
  	background: #fff;
  	margin-bottom:13px;
  	border-radius: 8px;
  }
   .clients_shadow_4:hover{
  	box-shadow: 0.1px 0.1px 2.1px rgba(0,0,0,0.3);
  	background: #f9f9f9 url(../img/cl_4.jpg) no-repeat center top;
  	background-size: cover;
  	color: #fff;
  }
  .clients_shadow_5{
  	box-shadow: 0.1px 0.1px 0.1px rgba(0,0,0,0.3);
  	background: #fff;
  	margin-bottom:13px;
  	border-radius: 8px;
  }
   .clients_shadow_5:hover{
  	box-shadow: 0.1px 0.1px 2.1px rgba(0,0,0,0.3);
  	background: #f9f9f9 url(../img/clients_image.jpg) no-repeat center top;
  	background-size: cover;
  	color: #fff;
  }
  .clients_shadow_6{
  	box-shadow: 0.1px 0.1px 0.1px rgba(0,0,0,0.3);
  	background: #fff;
  	margin-bottom:13px;
  	border-radius: 8px;
  }
   .clients_shadow_6:hover{
  	box-shadow: 0.1px 0.1px 2.1px rgba(0,0,0,0.3);
  	background: #f9f9f9 url(../img/cl_5.jpg) no-repeat center top;
  	background-size: cover;
  	color: #fff;
  }
  .clients_shadow_7{
  	box-shadow: 0.1px 0.1px 0.1px rgba(0,0,0,0.3);
  	background: #fff;
  	margin-bottom:13px;
  	border-radius: 8px;
  }
   .clients_shadow_7:hover{
  	box-shadow: 0.1px 0.1px 2.1px rgba(0,0,0,0.3);
  	background: #f9f9f9 url(../img/cl_6.jpg) no-repeat center top;
  	background-size: cover;
  	color: #fff;
  }
  .clients_shadow_8{
  	box-shadow: 0.1px 0.1px 0.1px rgba(0,0,0,0.3);
  	background: #fff;
  	margin-bottom:13px;
  	border-radius: 8px;
  }
   .clients_shadow_8:hover{
  	box-shadow: 0.1px 0.1px 2.1px rgba(0,0,0,0.3);
  	background: #f9f9f9 url(../img/cl_7.jpg) no-repeat center top;
  	background-size: cover;
  	color: #fff;
  }
  .clients_shadow_9{
  	box-shadow: 0.1px 0.1px 0.1px rgba(0,0,0,0.3);
  	background: #fff;
  	margin-bottom:13px;
  	border-radius: 8px;
  }
   .clients_shadow_9:hover{
  	box-shadow: 0.1px 0.1px 2.1px rgba(0,0,0,0.3);
  	background: #f9f9f9 url(../img/cl_8.jpg) no-repeat center top;
  	background-size: cover;
  	color: #fff;
  }
  .clients_shadow_10{
  	box-shadow: 0.1px 0.1px 0.1px rgba(0,0,0,0.3);
  	background: #fff;
  	margin-bottom:13px;
  	border-radius: 8px;
  }
   .clients_shadow_10:hover{
  	box-shadow: 0.1px 0.1px 2.1px rgba(0,0,0,0.3);
  	background: #f9f9f9 url(../img/cl_9.jpg) no-repeat center top;
  	background-size: cover;
  	color: #fff;
  }
  .clients_shadow_11{
  	box-shadow: 0.1px 0.1px 0.1px rgba(0,0,0,0.3);
  	background: #fff;
  	margin-bottom:13px;
  	border-radius: 8px;
  }
   .clients_shadow_11:hover{
  	box-shadow: 0.1px 0.1px 2.1px rgba(0,0,0,0.3);
  	background: #f9f9f9 url(../img/cl_10.jpg) no-repeat center top;
  	background-size: cover;
  	color: #fff;
  }
/*section contacts*/
  #contacts{
	background: #f9f9f9 url(../img/fon_1.jpg) no-repeat center top;
	height:550px;
}
.contacts_block{
	padding-top: 11px;
	margin-top: 135px;
	background: url(../img/leaf_1.png) no-repeat center top;
}
.contacts_title{
	line-height: 1.2em;
}
.contacts_form_input{
	border-radius: 3px;
	border:0;
	box-shadow: 0.1px 0.1px 0.1px rgba(0,0,0,1);
	padding: 10px 220px 10px 20px;
}
.contacts_form_button{
	background: #79b72a;
	color:#fff;
	border-radius: 3px;
	padding: 11px 30px;
	border:0;
	margin-left: -3px;
}
/*footer*/
footer{
	background: #292929;
	color: #ababab;
	padding-bottom: 25px;
	font-size: 14px;
}
.footer_logo{
	margin-top: 30px;
}
.footer_paragraph{
	margin-top: 15px;
	margin-bottom: 20px;
}
.footer_nav{
	margin-top: 48px;
	text-align: right;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
.footer_nav li{
    width:50%;
}
.footer_nav a{
	color: #ababab;
}
.footer_nav a:hover{
	color: #fff;
}
.footer_paragraph_2{
	margin-top: 43px;
    margin-bottom: 20px;
    line-height: 1.9em;
}
.footer_block_2{
	display: table;
}
.footer_block_2 div{
	margin-top:10px;
}
.footer_block_3 p{
    text-align: right;
    background: url(../img/devpoint_1.png) no-repeat right center;
    background-size: 40px;
    padding-right: 50px;
    margin-top: 20px;
}
.footer_block_3 p a{
   color:#ababab; 
}





/*контакты*/




.contacts_1_block p{
    padding-left:20px;
}
.contacts_1_p_1{
  background: url(../img/location.png) no-repeat center left;
  padding-left: 20px;
  /* margin-bottom: 10px; */
}
.contacts_1_p_2{
  background: url(../img/call-answer.png) no-repeat center left;
  padding-left: 20px;
}
.contacts_1_p_3{
  background: url(../img/mail-black-envelope-symbol.png) no-repeat center left;
  padding-left: 20px;
}
.contacts_1_heading{
  margin-top: 43px;
  margin-left: 20px;
}
.contacts_1_large_paragraph{
  width: 70%;
  margin-top: 10px;
  margin-left: 20px;
}
.contacts_1_block{
  margin-top: 37px;
}
.contacts_1_input {
  border-radius: 3px;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
  border: 0;
  padding: 15px 10px 15px 30px;
  display: block;
  width: 70%;
  outline:none;
}
.contacts_1_input.error, .contacts_1_text.error{
    border:1px solid red;
}
.order label{
    margin-bottom: 30px;
    display:block;
}
.contacts_1_text{
   border-radius: 3px;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
  border: 0;
  display: block;
  width: 70%;
  padding: 15px 10px 15px 30px;
  outline:none;
}
.contacts_1_form{
  margin-top: 41px;
  margin-left: 20px;
}
.contacts_1_form h3{
  margin-bottom:20px;
}

.contacts_1_btn {
    margin-top: 51px;
    display: block;
    width: 170px;
    height: 50px;
    background: #79b72a;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    border: 0;
    box-shadow: 0px 4px 13px rgba(0,0,0,0.2);
}
#contacts_1 a{
    color:#79b72a;
}
#map{
  height: 570px;
  margin-top: 68px;
}
/*ассортимент*/
.assortiment_heading{
  padding-left: 40px;
  margin-bottom: 15px;
  margin-top: 30px;
  margin-left: 10px;
}
.assortiment_heading_1{
  background: url(../img/grapes.png) no-repeat center left;
}
.assortiment_heading_2{
  background: url(../img/carrot.png) no-repeat center left;
}
.assortiment_heading_3{
  background: url(../img/mushroom_1.png) no-repeat center left;
}
.assortiment_heading_4{
  background: url(../img/rose-apple.png) no-repeat center left;
}
.assortiment_heading_margin{
  margin-top: 100px;
}
  .assortiment_photo_item_title{
   font-size: 24px; 
  }
  .assortiment_photo_1{
    background: url(../img/shutterstock_440024824.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_2{
    background: url(../img/shutterstock_1051316891.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_3{
    background: url(../img/shutterstock_128695736.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_4{
    background: url(../img/shutterstock_795737386.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_5{
    background: url(../img/shutterstock_580443772.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_6{
    background: url(../img/shutterstock_1056651239.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_7{
    background: url(../img/shutterstock_1113446876.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_8{
    background: url(../img/kapysta.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_9{
    background: url(../img/shutterstock_472602739.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_10{
    background: url(../img/shutterstock_1145223602.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_11{
    background: url(../img/shutterstock_293720489.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_12{
    background: url(../img/shutterstock_489696025.jpg) no-repeat center center/cover;
    margin-bottom: 50px;
  }
.footer_margin{
  margin-top: 90px;
}

/*ассортимент*/

/*страница о продукте*/
.tab.active{
    background: #474747;
    color: #fff;
}
.tab{
    width: 114px;
    height: 30px;
    background: #fff;
    color: #8c8c8c;
    text-align: center;
    border: 1px solid #474747;
    line-height: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.tab:first-child{
    border-radius: 20px 0 0 20px;
}
.tab:last-child{
    border-radius: 0 20px 20px 0;
}
.tabs.active:hover{
    color: #fff;
}
.tab:hover{
    color: #8c8c8c;
}
.tab.active:active{
    color: #fff;
}

.tabs_first:visited{
    color: #fff;
}
.tabs{
    padding-top: 40px;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.sl{
  width: 100%;
}
.product_first_background{
  /* background: #f3f3f3; */
  /* height: 560px; */
  /* overflow: overlay; */
}
.bx_pager_thumb{
  display: block;
  margin-top: 7px;
  /* width: 105px; */
}
#bx-pager{
  float: left;
  /* margin-top: 18px; */
  height: 425px;
}
.bx_pager_thumb:first-child{
    margin-top: 1px;
}
#bx-pager .active{
  /* outline: 1px solid #79b72a; */
    box-sizing: border-box;
    border-radius: 5px;
    /* border: 1px solid #79b72a; */
    box-shadow: 0 0 0 1px #79b72a;
}
.slider-a{
  background: #000;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float:left;
}
.pr_f{
            /* width: auto;
        height: 452px; */
        float: left;
    /* margin-left: 3px; */
    padding-left: 5px;
    height: 425px;
    padding-right: 13px;
    /* box-sizing: border-box; */
    margin-top: 25px;
    overflow: overlay;
}
.pr_f_2{
    /* width: 614px;
    height: 452px; */
    width: 598px;
    height: 450px;
    float: left;
}
.pr_f::-webkit-scrollbar {  background-color: #c2c2c2;
    width: 3px;
}
.pr_f::-webkit-scrollbar-thumb { height: 50px; background-color: #79b72a; border-radius: 3px;}
.product_first_content{
    word-wrap: break-word;
  float: left;
  width: 585px;
  margin-left: 20px;
  padding-top: 10px;
}
.product_first_heading{
  border-bottom: 1px solid #79b72a;
  width: 578px;
  margin-top: 10px;
  margin-bottom: 7px;
}
.product_first_heading_1{
  width: 585px;
  margin-top: 10px;
  margin-bottom: 7px;
}
.product_first_paragraph{
  margin-bottom: 10px;
  margin-top: 10px;
}

.product_first_paragraph:last-child{
  margin-bottom: 50px;
}
.product_first_heading_2:after{
  content: '';
  display: block;
  background: #79b72a;
  width: 72px;
  height: 3px;
  margin-top: 3px;
}
.product_first_heading_2{
    margin-top: -130px;
}
.product_first_img{
    border-radius: 5px;
}
.pr_information{
    height: 470px;
    background: #f3f3f3;
    border-radius: 5px;
}
/*страница о продукте*/




/*страница о компании*/

.about_company_paragraph{
  margin: 30px 0 30px 0;
}
#about_company p{
    text-align:justify;
    
}
.about_company_span{
  font:  bold 18px CoreRhino85Black;
}
.about_company_span_1{
  color: #79b72a;
}
.about_company_span_2{
  font-weight: 900;
  color: #000;
}
#about_company img{
width: 100%;
}


/*страница о компании*/

/*страница технологии*/
.technology_height{
    height: 430px;
}

#technology p{
    text-align:justify;
}
#technology{
    padding-bottom: 20px;
}
.technology_heading{
  font-size: 30px;
  line-height: 1em;
  margin-top: 30px;
}
.technology_paragraph{
  margin-top: 20px;
  width: 100%;
}
.technology_image{
  margin-top: 30px;
  width: 100%;
}
.technology_image_1{
  /*margin-top: 90px;*/
  width: 100%;
}
.technology_paragraph_1{
  margin-top: 0px;
}
.technology_paragraph_2{
  margin-top: -50px;
  margin-bottom: 70px;
}
.technology_image_2{
    position: relative;
    top: -45px;
    left: 590px;
}
.technology_image_3{
  position: relative;
  top: -455px;
  left: 40px;
}
/*страница технологии*/











/*responsive*/

@media(min-width: 1200px) and (max-width: 1550px){
	.owl_wr {
    background: url(../img/berry.png) no-repeat 85% 50%;
        background-size: 45%;
}


}

/* @media(min-width: 1201px) and (max-width: 1400px){
    .round {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #79b72a;
        margin: 14px 0 0 0px;
}


} */
@media(min-width: 992px) and (max-width: 1200px) {
    .pr_information {
    height: 100%;
    background: #f3f3f3;
    border-radius: 5px;
}
#bx-pager {
    float: left;
    /* margin-top: 18px; */
    height: 100%;
}
    .owl_wr1 {
    background: no-repeat 100% 31%;
    /* background-size: 536px; */
}
    .owl_wr2 {
    background: no-repeat 100% 31%;
    /* background-size: 536px; */
}
.owl_wr3 {
    background: no-repeat 100% 31%;
    /* background-size: 536px; */
}
    .ifr{
     overflow: hidden;
    position: absolute;
    left: 15%;
    top: -8%;
}
nav {
    margin-left: 0px;
}
.menu_item {
    float: left;
    margin-right: 27px;
}
.item h1 {
    margin: 40px 0 0 0;
    font-size: 50px;
    line-height: 1em;
}
.why_item_1 {
    margin-left: 0px;
    margin-bottom: 65px;
}
.why_item_3 {
    margin-left: 0px;
}
.why_item_2 {
    margin-left: 0px;
    margin-bottom: 65px;
}
.why_item_4 {
    margin-right: 0px;
}
.why_item_6{
    margin-right: 0px;
}
.why_item_title_5 {
    background: url(../img/like.png) no-repeat right center;
    padding: 2px 54px 10px 95px;
    width: 100%;
    text-align: right;
    line-height: 1.2em;
}
.why_item_title_6 {
    background: url(../img/mushroom.png) no-repeat right center;
    padding: 2px 54px 10px 71px;
    width: 100%;
    text-align: right;
    line-height: 1.2em;
}
.round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #79b72a;
    margin: 14px 0 0 0px;
}
.product_first_content {
    float: left;
    width: 77%;
    margin-left: 20px;
    padding-top: 10px;
}
.product_first_heading {
    border-bottom: 1px solid #79b72a;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 7px;
}
.product_first_heading_1 {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 7px;
}
.product_first_background {
    background: #f3f3f3;
     height: auto; 
}
.product_first_heading_2 {
    margin-top: 0px;
}
.pr_f_2 {
    width: 415px;
    height: auto;
}
.pr_f {
    width: auto;
    height: 100%;
}

/*страница технологии*/
.technology_heading{
  font-size: 30px;
  line-height: 1em;
  margin-top: 30px;
}
.technology_paragraph{
  margin-top: 20px;
  width: 90%;
}
.technology_image{
  margin-top: 30px;
  width: 100%;
}
.technology_image_1{
  margin-top: 90px;
  width: 100%;
}
.technology_paragraph_1{
  margin-top: 90px;
}
.technology_paragraph_2{
  margin-bottom: 70px;
}
.technology_image_2{
    position: relative;
    top: -45px;
    left: 420px;
}
.technology_image_3{
    position: relative;
    top: -360px;
    left: 40px;
}

/*страница технологии*/

.owl_wr {
    background: url(../img/berry.png) no-repeat 95% 50%;
    background-size: 50%;
}
.slider_numbers {
    margin-top: 50px;
}

.switchlang{
    width: 83px;
    margin-top: 0px;
}
.footer_nav_div {
    float: none;
    /* margin-left: 100px; */
}


}


@media(min-width: 769px) and (max-width: 991px) {
        .pr_information {
    height: 100%;
    background: #f3f3f3;
    border-radius: 5px;
}
#bx-pager {
    float: left;
    /* margin-top: 18px; */
    height: 100%; 
}
    .product_first_background {
    background: #f3f3f3;
    height: 100%;
    /* margin-left: 9px; */
}
.product_first_content {
    width: 100%;
    
}

.pr_f {
    width: 100%;
    /* height: 452px; */
}
.pr_f_2 {
    width: 100%;
    /* height: 452px; */
    margin-top: 0px;
}
.product_first_heading_2 {
     margin-top: 0px;
}
	nav a{
		font-size: 16px;
	}
	.header_logo{
		width: 60px;
    	padding-top: 23px;
	}
	nav {
    padding-top: 21px;
    margin-left: 30px;
}
.menu_item {
    float: left;
    margin-right: 16px;
}
.round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #79b72a;
    margin: 14px 0 0 0px;
}
.owl-carousel .owl-item img {
    display: none;
}
.ifr{
     display:none;
}
.bg_circle {
    height: 532px;
    background: none;
}
.slider_numbers {
    display: none;
}
.look_photo_1:hover{
	position: relative;
	bottom: 0px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
  }
  .look_photo_2:hover{
	position: relative;
	bottom: 0px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
  }
  .look_photo_3:hover{
	position: relative;
	bottom: 0px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
  }
  .look_photo_4:hover{
	position: relative;
	bottom: 0px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
  }
  .clients_item_01 h2 {
    font-size: 20px;
    line-height: 1em;
}
.clients_item h3 {
    line-height: 1em;
    margin-top: 15px;
    font-size: 16px;
}
   .clients_shadow:hover{
  	box-shadow: 0.1px 0.1px 0.1px rgba(0,0,0,0.3);
  	background: none;
  	color: #000;
  }
  
  .look_photo_1 {
    background: url(../img/shutterstock_440024824.jpg) no-repeat center center;
    background-size: cover;
}
.look_photo_2 {
    background: url(../img/shutterstock_1145223602.jpg) no-repeat center center;
    background-size: cover;
}
.look_photo_3 {
    background: url(../img/shutterstock_306474974.jpg) no-repeat center center;
    background-size: cover;
}
.look_photo_4 {
    background: url(../img/kapysta.jpg) no-repeat center center;
    background-size: cover;
}
  .assortiment_photo_1{
    background: url(../img/shutterstock_440024824.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_2{
    background: url(../img/shutterstock_1051316891.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_3{
    background: url(../img/shutterstock_128695736.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_4{
    background: url(../img/shutterstock_795737386.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_5{
    background: url(../img/shutterstock_580443772.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_6{
    background: url(../img/shutterstock_1056651239.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_7{
    background: url(../img/shutterstock_1113446876.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_8{
    background: url(../img/kapysta.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_9{
    background: url(../img/shutterstock_472602739.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_10{
    background: url(../img/shutterstock_1145223602.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_11{
    background: url(../img/shutterstock_293720489.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_12{
    background: url(../img/shutterstock_489696025.jpg) no-repeat center center/cover;
}

/*страница о продукте*/
.bx_pager_thumb {
     display: inline; 
    margin-left: 10px;
    margin-top: 7px;
    width: 105px;
}
.product_first_content {
     float: none; 
    width: 95%;
    /* margin-left: 20px; */
    padding-top: 10px;
}
.product_first_heading {
    border-bottom: 1px solid #79b72a;
    width: 60%;
    margin-top: 10px;
    margin-bottom: 7px;
}
.product_first_heading_1 {
    width: 70%;
    margin-top: 10px;
    margin-bottom: 7px;
}
.product_first_background {
    background: #f3f3f3;
    height: 100%;
    /*margin-left: 9px;*/
}
#bx-pager {
    float: left;
    margin-left: 10px;
}




/*страница о продукте*/

/*страница технологии*/
.technology_heading{
  font-size: 30px;
  line-height: 1em;
  margin-top: 30px;
}
.technology_paragraph{
  margin-top: 20px;
  width: 90%;
}
.technology_image{
  margin-top: 30px;
  width: 100%;
}
.technology_image_1{
  margin-top: 50px;
  width: 100%;
}
.technology_paragraph_1{
  margin-top: 50px;
}
.technology_paragraph_2{
  margin-bottom: 70px;
}
.technology_image_2{
    position: relative;
    top: -45px;
    left: 420px;
    display: none;
}
.technology_image_3{
    position: relative;
    top: -360px;
    left: 40px;
    display: none;
}
/*страница технологии*/
.owl_wr {
    background: url(../img/berry.png) no-repeat 84% 35%;
    background-size: 40%;
}
.item h1 {
    margin: 40px 0 0 0;
    font-size: 38px;
    line-height: 1em;
    width: 60%;
}

.switchlang{
    width: 83px;
    margin-top: 0px;
}
.owl_wr1 {
    background: no-repeat 104% 68%;
    background-size: 53%;
}
.owl_wr2 {
    background: no-repeat 104% 68%;
    background-size: 53%;
}
.owl_wr3{
    background: no-repeat 104% 68%;
    background-size: 53%;
}
.footer_nav{
    /* float: left; */
    margin-top: 30px; 
    text-align: left;
}
.footer_nav_div_2{
    float: left;
    margin-left: 24px;
    text-align: right;
}
.footer_nav_div {
    float: left;
    margin-left: 0px;
}


}



@media(min-width: 520px) and (max-width: 768px) {

.owl-carousel .owl-item img {
    width: 84% !important;
    margin: 0 auto;
}
.tabs_first{
    margin-left: 10px;
}
}

@media(min-width: 320px) and (max-width: 340px) {
.slider_for_col_xs {
    margin-top: 240px !important;
}
  }
  @media(min-width: 341px) and (max-width: 350px) {
.slider_for_col_xs {
    margin-top: 230px !important;
}
  }
    @media(min-width: 351px) and (max-width: 370px) {
.slider_for_col_xs {
    margin-top: 240px !important;
}
  }
      @media(min-width: 369px) and (max-width: 370px) {
.slider_for_col_xs {
    margin-top: 270px !important;
}
  }
      @media(min-width: 371px) and (max-width: 390px) {
.slider_for_col_xs {
    margin-top: 305px !important;
}
  }


  @media(min-width: 320px) and (max-width: 768px) {
      .pr_information {
    height: 100%;
    background: #f3f3f3;
    border-radius: 5px;
}
#bx-pager {
    float: left;
    /* margin-top: 18px; */
    height: 100%;
    width: 100%;
}
.pr_f_2 {
    width: 100%;
    height: 452px;
    float: none;
}
.pr_f {
        float: none;
}
  .contacts_form_input{
  width:100%;
  padding: 10px 0 10px 20px;
  }
     .header_logo{
    width: 200px;
    margin-left: 20px;
  }
  nav {
    display: none;
}
.round{
  display: visible;
}
.lang_versions{
  display: visible;
}
.item h1 {
    margin: 33px 0 0 18px;
    font-size: 36px;
    line-height: 1em;
}
.item p {
    margin: 13px 10px 27px 17px;
    line-height: 1.8em;
}
header {
    background: #f9f9f9 url(../img/fon_1.jpg) repeat-y center top;
}
.why_item_1 {
    margin-left: 18px;
}
.why_item_3 {
    margin-left: 18px;
}
.why_item_2 {
    margin-left: 18px;
  }
  .why_item_title_4 {
    background: url(../img/water.png) no-repeat left center;
    padding: 10px 0px 10px 50px;
    width: 100%;
    line-height: 1.2em;
    text-align: left;
}
.why_item_paragraph_4 {
     width: 100%; 
     text-align: left; 
    margin: 0 0 0 0px;
}
.why_item_title_5 {
    background: url(../img/like.png) no-repeat left center;
    padding: 10px 0px 10px 50px;
    width: 100%;
    line-height: 1.2em;
    text-align: left;
}
.why_item_paragraph_5 {
     width: 100%; 
     text-align: left; 
    margin: 0 0 0 0px;
}
.why_item_title_6 {
    background: url(../img/mushroom.png) no-repeat left center;
    padding: 10px 0px 10px 50px;
    width: 100%;
    line-height: 1.2em;
    text-align: left;
}
.why_item_paragraph_6 {
     width: 100%; 
     text-align: left; 
    margin: 0 0 0 0px;
}
.why_item_4 {
    margin-left: 18px;
}
.why_item_5 {
    margin-left: 18px;
}

.why_item_6 {
    margin-left: 18px;
}
.why_item_title_2 {
    width: 80%;
}
#look {
    background: #f9f9f9 url(../img/fon_1.jpg) repeat-y center top;
    height: 1860px;
}
#contacts {
    background: #f9f9f9 url(../img/fon_1.jpg) no-repeat center top;
    height: 729px;
}
#contacts_1{
    padding-left: 10px;
    padding-right: 10px;
}
.contacts_1_form {
    margin-top: 41px;
    margin-left: 0px; 
}
footer {
    background: #292929;
    color: #ababab;
    /*height: 100%;*/
    padding-bottom: 60px;
}
.footer_block_2{
    margin: 0 auto;
    width: 50%;
    text-align: center;
}
.footer_block_3{
    margin: 0 auto;
    width: 90%;
    text-align: center;
}
.footer_nav{
  float:none!important;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0px;
}
.slider_for_col_xs_img{
  margin-top: -677px;
}
.slider_for_col_xs{
  margin-top: 370px;
}
/*.new_1{
   margin-top: 340px;
}*/
.owl-carousel .owl-item img {
    display: block;
    width: 90%;
}
.owl_wr1{
  background: no-repeat 55% 0%;
  background-size: 300px;
}
.owl_wr2{
  background: no-repeat 60% 3%;
    background-size: 300px;
}
.owl_wr3{
  background: no-repeat 60% 3%;
    background-size: 300px;
}
.button {
    margin-left: 17px;
    display: block;
    width: 214px;
    height: 40px;
    background: #79b72a;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    box-shadow: 0px 4px 13px rgba(0,0,0,0.2);
    line-height: 1.3em;
}
.switchlang{
    position: absolute;
    top: -60px;
    left: -75px;
}
.h2_margin {
    margin-top: 42px;
    margin-bottom: 13px;
}
.p_center {
    width: 100%;
    margin: 0 auto 42px auto;
}
.contacts_form_button {
    margin-top: 30px;
    background: #79b72a;
    color: #fff;
    border-radius: 3px;
    padding: 11px 30px;
    border: 0;
    margin-left: -3px;
}
#contacts {
    background: #f9f9f9 url(../img/fon_1.jpg) no-repeat center top;
    height: 650px;
}
.look_photo_1 {
    height: 385px;
    background: url(../img/shutterstock_440024824.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 315px;
    padding-left: 28px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.look_photo_2 {
    height: 385px;
    background: url(../img/shutterstock_1145223602.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 315px;
    padding-left: 28px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.look_photo_3 {
    height: 385px;
    background: url(../img/shutterstock_306474974.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 315px;
    padding-left: 28px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.look_photo_4 {
    height: 385px;
    background: url(../img/kapysta.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 315px;
    padding-left: 28px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
}
/*.icon{
  display: inline-block;
  width: 45px;
  height: 35px;
  position: relative;
  margin-top: 10px;
  z-index: 1000;
  float: right;
  margin-right: 27px;
}*/
.icon {
    display: inline-block;
    width: 42px;
    height: 35px;
    position: relative;
    top: 11px;
    margin-top: 10px;
    z-index: 1000;
    float: right;
    margin-right: 10px;
}
.icon span:nth-child(1){
  top:0px;
}
.icon span:nth-child(2), .icon span:nth-child(1){
  top:13px;
}
.icon span:nth-child(1){
  top:26px;
}









.icon span{
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  left:0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.menu_1_block{
  display: none;
  position: fixed; 
  top: 0;
  right: 0;
  left: 0;
  margin-top: 100px;
  z-index: 1000;
  background: #000;
  text-align: center;
}
.menu_open{
  display: block;
  /* position: fixed; */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 64px;
  z-index: 1000;
  background: #000;
  text-align: center;
}
.menu_item_1{
  margin-bottom: 20px;
}
.menu_item_1 a{
  color: #fff;
}
.link{
  position: relative;
  padding-bottom: 10px;
}
   .link:after {
    content: ' ';
    display: none;
    width: 50%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
    .link:hover {
      color: #fff;
    }
 
    .link:hover:after {
      background-color: #79b72a;
    } 
    .menu_1{
      margin-top: 20px;
    }  
.header {
    padding: 15px 0 0 0;
}
.header_logo{
  margin-top: -45px;
  margin-bottom: 18px;
  width: 150px;
}
.breadcrumb{
  margin-left: 10px;
}
.contacts_1_wrapper{
  margin-left: 10px;
}
.contacts_1_input {
    border-radius: 3px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
    border: 0;
    padding: 15px 10px 15px 30px;
    display: block;
    width: 98%;
    margin: 0 auto 30px auto;
}
.contacts_1_text {
    border-radius: 3px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
    border: 0;
    display: block;
    width: 98%;
    margin: 0 auto 30px auto;
    padding: 15px 10px 15px 30px;
}
.contacts_1_btn {
    display: block;
    width: 170px;
    height: 50px;
    background: #79b72a;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    border: 0;
    box-shadow: 0px 4px 13px rgba(0,0,0,0.2);
}
.round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #79b72a;
    margin: 14px 0 0 0px;
}
.owl-carousel .owl-item img {
    display: none;
}
.ifr{
     display:none;
}
.bg_circle {
    height: 532px;
    background: none;
}
.slider_numbers {
    display: visible;
    text-align: right;
    margin-right: 10px;
    margin-top: 0px;
}
.look_photo_1:hover{
  position: relative;
  bottom: 0px;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
  }
  .look_photo_2:hover{
  position: relative;
  bottom: 0px;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
  }
  .look_photo_3:hover{
  position: relative;
  bottom: 0px;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
  }
  .look_photo_4:hover{
  position: relative;
  bottom: 0px;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
  }
  #clients{
      padding-left: 10px;
    padding-right: 10px;
  }
  .clients_item_01 h2 {
    font-size: 20px;
    line-height: 1em;
}
   .clients_shadow:hover{
    box-shadow: 0.1px 0.1px 0.1px rgba(0,0,0,0.3);
    background: none;
    color: #000;
  }
  
  .p1{
    /*opacity: 0;*/
    display: none;
  }
  .clients_link:hover .p1{
   display: block;
    /*opacity: 1;*/
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 8px;
  }
  .clients_link:hover h3{
     display: none;
    /*opacity: 0;*/
  }
  .clients_link:hover span{
     color: #fff;
  }
  
  .assortiment_photo_1{
    background: url(../img/shutterstock_440024824.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_2{
    background: url(../img/shutterstock_1051316891.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_3{
    background: url(../img/shutterstock_128695736.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_4{
    background: url(../img/shutterstock_795737386.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_5{
    background: url(../img/shutterstock_580443772.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_6{
    background: url(../img/shutterstock_1056651239.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_7{
    background: url(../img/shutterstock_1113446876.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_8{
    background: url(../img/kapysta.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_9{
    background: url(../img/shutterstock_472602739.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_10{
    background: url(../img/shutterstock_1145223602.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_11{
    background: url(../img/shutterstock_293720489.jpg) no-repeat center center/cover;
  }
  .assortiment_photo_12{
    background: url(../img/shutterstock_489696025.jpg) no-repeat center center/cover;
    margin-bottom: 50px;
}
.look_photo_item_paragraph{
  text-align: left;
    padding-right: 0px;
    margin-bottom: -10px;
}
.third{
  text-align: left;
    padding-right: 0px;
    margin-bottom: -10px;
}
.four{
    padding-right: 0px;
}
.clients_item h3 {
   font-size: 13px;
}
.tabs_first{
    margin-left: 10px;
}

/*страница о продукте*/

.tabs {
    /* text-align: center!important; */
    width: 244px;
    margin-left: auto;
    margin-right: auto;
}
.bx_pager_thumb {
    display: inline-block; 
    margin-top: 7px;
    width: 105px;
    margin-left: 10px;
}
#bx-pager {
     float: none; 
     margin-top: 0px; 
     width: 100%;
    margin: 0 auto;
}





/*.bx_pager_thumb {
     display: inline; 
    margin-left: 10px;
    margin-top: 7px;
    width: 105px;
}
.product_first_content {
     float: none; 
    width: 95%;
     margin-left: 20px; 
    padding-top: 10px;
}*/
.product_first_content {
    float: none;
    width: 96%; 
    margin-left: 0px;
    margin-right: 10px;
    padding-top: 10px;
}
.product_first_heading {
    border-bottom: 1px solid #79b72a;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 7px;
}
.product_first_heading_1 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 7px;
}
.product_first_background {
    background: #f3f3f3;
    height: 100%;
    margin-left: 9px;
}
/*#bx-pager {
    float: left;
    margin-left: 10px;
}*/
.product_first_heading_2{
    font-size: 26px;
    line-height: 1em;
    margin-top: 37px;
    width: 96%; 
    margin-left: 0px;
    margin-right: 10px;
}
.product_first_paragraph{
   width: 96%; 
    margin-left: 10px;
    margin-right: 10px;
}
#product_first{
  padding-left:10px;
  padding-right:10px;
}
.product_first_background{
    margin-left: 0px; 
}

/*страница о компании*/

.about_company_paragraph{
  padding:0 10px 0 10px;
}

/*страница о компании*/

/*страница технологии*/
.technology_height{
    height: auto;
}
#technology{
    padding-bottom:20px;
    padding-right: 10px;
    padding-left: 10px;
}
.technology_heading{
  padding:0 10px 0 10px;
}

.technology_heading{
  font-size: 30px;
  line-height: 1em;
  margin-top: 30px;
}
.technology_paragraph{
  margin-top: 20px;
  width: 100%;
}
.technology_image{
  margin-top: 30px;
  width: 100%;
}
.technology_image_1{
  margin-top: 50px;
  width: 100%;
}
.technology_paragraph_1{
  margin-top: 50px;
}
.technology_paragraph_2{
  margin-bottom: 70px;
}
.technology_image_2{
    position: absolute;
    top: 342px;
    left: 535px;
   /*  right: 32px !important; */
    
    /* position: relative;
    top: -45px;
    left: 420px; */
    
    display: none;
}
.technology_image_3{
    position: absolute;
    top: 2px;
    left: 38%;
    
   /*  position: relative;
   top: -360px;
   left: 40px; */
    
    display:none ;
}
/*страница технологии*/
.item h1 {
    width: 100%;
    margin: 200px 10px 0 10px;
    font-size: 36px;
    line-height: 1em;
}
.item p {
    margin: 13px 0px 27px 0px;
    line-height: 1.8em;
    width: 100%;
    padding: 0 10px 0 10px;

}
    
    .owl_wr {
    background: url(../img/berry.png) no-repeat 55% 0%;
    background-size: 295px;
}
.owl_wr_1 {
    background: url(../img/stock-photo.png) no-repeat 165% 0%;
    background-size: 295px;
}
.footer_nav{
        text-align: center;
}
.footer_nav_div {
    float: none;
    margin-left: 0px; 
}
.footer_block_3 p {
    text-align: center;
    background: url(../img/devpoint_1.png) no-repeat 72% center;
    background-size: 40px;
    padding-right: 50px; 
    margin-top: 20px;
}
.footer_block_2 {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}


html, body {
 /* Убирает прокрутку по горизонтале, для мобильной версии */
 overflow-x: hidden;
}
.footer_nav li {
    width: 100%; 
}
.tab:first-child {
    border-radius: 0px 0 0 0px;
}
.tab:last-child {
    border-radius: 0 0px 0px 0;
}



}



@media(min-width: 320px) and (max-width: 390px) {
     .bx_pager_thumb{
      width: 80px;
      overflow: hidden;
      } 
      #bx-pager {
     float: none; 
     margin-top: 0px; 
     width: 279px;
    margin: 0 auto;
}
.product_first_img{
  width: 100%;
}
}
@media(min-width: 320px) and (max-width: 360px) {
footer {
    background: #292929;
    color: #ababab;
}
}
#assortiment,#product_first{
    padding-bottom:50px;
}