@media (min-width: 1200px){
	.container {
    width: 1210px;
}
}

button{
	border: none;
	box-shadow: none;
}
button:focus, a:focus{
	outline: none!important;
}
#top .col-md-12{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#top_left{
	width: 256px;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
} 
#top_left p,
#top_left a {
font-size: 16px;
  font-family: "Arial";
  color: rgb(255, 255, 255);
  line-height: 1.125;
  text-align: left; 

  margin: 0;

  /*color: rgb(220, 220, 220);*/
}
#top_left a {
    font-size: 18px;
	}
#top_left p:last-of-type,
#top_left p:last-of-type a  { 
	color: rgb(255, 102, 51); 

	/*color: rgb(220, 220, 220);*/
}
#top_left p:last-of-type{
	margin-top: 5px;
}
#top_right{
	width: calc(100% - 570px);

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top_login{
	list-style: none; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.top_login a{   
  font-size: 16px;
  font-family: "Myriad Pro";
  color: rgb(255, 102, 51);
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  text-decoration: underline;

  /*color: rgb(220, 220, 220);*/
}
.top_login li{
	position: relative;
	margin-left: 20px;
}
.top_login li:last-of-type:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -5px;
	background-color: rgb(157, 151, 148);
	position: absolute;
	left: -10px;
	top: 6px;
	width: 1px;
	height: 14px;
}
#form-language  img{
	height: 17px;
	width: auto;
}
#form-language ul img{
    margin-right: 5px;
}
#form-language .fa{
position: relative;
    top: 2px;
    left: 2px;
}
#top_menu_wrapp{
	margin-bottom: 10px;
}
#top_menu{
	list-style: none;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

        margin: 0;
    padding: 25px 0px 25px 60px;

}
#top_menu a{ 
  font-size: 16px;
  font-family: "Arial";
  color: rgb(0, 0, 0);
  line-height: 1.5;
  text-align: center; 
  transition: all .2s ease;
}
#top_menu a:hover{
     color: rgb(255, 102, 51);
}
#logo img{
	width: 170px;
    height: auto;
}

.fa-shopping-cart:before{
	content: "";
	height: 50px;
	width: 50px;
	display: block;
	background-image: url(/extension/oc_theme_example/catalog/view/image/cart.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -100%);
}
.whith_counter{
	position: relative;
}
.float_total{
	    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50px);

    
  font-size: 18px;
  font-family: "Arial";
  color: rgb(51, 51, 51);
  line-height: 0.889; 
}
.whith_counter {
    font-size: 16px;
    font-family: "Arial";
    color: rgb(0, 0, 0);
    line-height: 1.5;
    text-align: center;
    margin-top: 16px;
    display: inline-block;
    float: right;
    margin-right: 52px;
}

@media (min-width: 768px){
.navbar-nav>li {
    float: none;
    width: 100%;

}	
.navbar-nav {
    float: none;
    width: 100%;
    display: none;
    background: #e8632d;
    border: none;
    border-radius: 0;
    border-radius: 0px;
    border-top: 1px solid #fff!important;
}
}


/* -------------------------- */
#catalog_toggle_x {
    position:relative;
    font-weight:400;
    display:inline-block;
    cursor:pointer;
    height: 27px;
    width: 26px;
    background:none;
    border:none;
    outline:none;
    margin-top:0;
    font-size:20px;
    padding: 0 0 0px 0px;
    color:#fff;
    vertical-align:middle;
    position:relative;
    font-weight:400; 
}

#catalog_toggle_x span {
position:absolute;
left:0;
top:13px
}

#catalog_toggle_x span,
#catalog_toggle_x span:before,
#catalog_toggle_x span:after {
cursor:pointer;
border-radius:1px;   
height:2px;
width:19px;
background: #fff;
position:absolute;
display:block;
content:'';  
}

#catalog_toggle_x span:before {
top:-6px
}
#catalog_toggle_x span,#catalog_toggle_x span:before,#catalog_toggle_x span:after {
transition:all 500ms ease-in-out
}
#catalog_toggle_x span:after {
bottom:-6px
}
#catalog_toggle_x.active span {
background-color:transparent
}

#catalog_toggle_x.active span:before,#catalog_toggle_x.active span:after {
top:0
}

#catalog_toggle_x.active span:before {
transform:rotate(45deg)
}

#catalog_toggle_x.active span:after {
transform:rotate(-45deg)
}

#catalog_toggle{
    position: relative;
    font-size: 16px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    line-height: 50px;
    text-align: left;
    height: 50px;
    background-color: rgb(255, 102, 51);
    padding-left: 60px;
    width: 100%;
    padding-right: 30px;  

    /*color: rgb(224, 224, 224); 
    background-color: rgb(24, 24, 24)*/;
}
#catalog_toggle:after{
	content: "";
	display: block;
	height: 15px;
	width: 15px;
	background-image: url(/extension/oc_theme_example/catalog/view/image/right-arrow.png);
	background-position: center;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate( 90deg);
}
#catalog_toggle_x{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
/*------------------------------*/


#home_baner_fone, #laboratory{
 position: relative;
}
#home_baner_fone img, #laboratory img{
	width: 100%;
	height: auto;
}
  #home_baner_content_wrapp, #laboratory_content_wrapp{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.3);

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#home_baner_content h1{ 
	    font-size: 72px;
    font-family: "HelveticaNeueCyr";
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 4px;
        margin-top: 70px;
}
#home_baner_content {
	text-align: center;
} 

#home_baner_content p{
      font-size: 24px;
    font-family: "HelveticaNeueCyr";
    color: rgb(255, 255, 255);
    text-align: center;
    max-width: 950px;
    margin: auto;
    line-height: 1.2;;
}
#home_baner_content a{ 
  font-size: 24px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    line-height: 2.5;
    text-align: center;
    display: inline-block;
    padding: 0px 60px;
    border: 1px solid #fff;
    margin-top: 100px;
    transition: all .3s ease;
}
#home_baner_content a:hover{
        color: rgb(255, 102, 51); 
    border: 1px solid #f63; 
}
#home_baner_content h1{

}
.block_title{ 
    font-size: 30px;
    font-family: "HelveticaNeueCyr";
    color: rgb(26, 26, 26);
    font-variant: small-caps;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin: 70px 0 54px 0;
    font-weight: 500;
}
.block_title_laboratory{
	color: #fff;
	margin: 70px 0 54px 0;
}
.featuredcategory {
  background-color: rgb(239, 239, 239); 
      padding-bottom: 72px;
}
.category-thumb .image{
  background-color: #fff;  
  height: 371px; 
  border: 1px solid transparent;
  transition: all .2s ease; 
      margin-bottom: 30px;
}
.category-thumb .image img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.category-thumb h4{ 
  font-size: 24px;
  font-family: "Arial";
  color: rgb(51, 51, 51);
  line-height: 1.25;
  text-align: center;
  transition: all .2s ease; 
}
.category-thumb:hover .image{
	border: 1px solid rgb(255, 102, 51);
}
.category-thumb:hover h4{  
  color: rgb(255, 102, 51); 
}
#laboratory_content{
	transform: translateY(80px);
}
#laboratory_content .row{
	background: #fff; 

    margin-left: 0px;
    margin-right: 0px;
}
#laboratory_content .row > div{
padding-left: 0;
	padding-right: 0;
}
#laboratory_content h3{ 
     font-family: "HelveticaNeueCyr";
    color: rgb(20, 20, 20);
    font-variant: small-caps;
    line-height: 1.7;
    text-align: center;
    text-transform: uppercase;
    margin: 108px auto 13px auto;
    max-width: 430px;
}
#laboratory_content p{
	    font-family: "HelveticaNeueCyr";
    font-size: 18px;
    max-width: 530px;
    text-align: center;
    margin: auto;
}
#adventages{ 
  background-color: rgb(239, 239, 239); 

}
#adventages .container .row{ 
background-color: #fff;
    padding: 0 140px;
	}
#adventages .container .row:first-of-type{ 
	padding: 80px;
	}

.adventages_item{
	text-align: center;
	min-height: 250px;
}
.adventages_item p{
	margin-top: 20px;
}
.news_thumb_item img{
        height: 320px;
    width: 485px;
    object-fit: cover;
}
.news_thumb_item{ 
  background-color: rgb(230, 230, 230);
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}
.news_thumb_item p{
  font-family: "HelveticaNeueCyr";
  color: rgb(28, 28, 27); 
  line-height: 1.417;
  text-align: center; 
  font-size: 18px;
}
.news_thumb_item h3{ 
  font-family: "HelveticaNeueCyr";
  color: rgb(28, 28, 27);
  text-transform: uppercase;
  line-height: 1.417;
  text-align: center; 
  font-size: 24px;
}
.news_thumb_item_content{
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    background-color: #fff;
    width: calc(100% - 320px);
    padding: 30px 80px;
}
.news_thumb_item_wrapp:nth-of-type(2n) .news_thumb_item_content{
    left: 40px;
    right: auto;
}
.news_thumb_item_wrapp:nth-of-type(2n) .news_thumb_item{
    text-align: right;
}
.latestnews {
  background-color: rgb(239, 239, 239); 
      padding: 30px 0 0 0;
}
.all_blog_link{ 
        font-family: "HelveticaNeueCyr";
    color: #999999;
    font-size: 20px;
    border-bottom: 1px solid #999;
    display: inline-block;
    padding: 3px;
    margin-bottom: 33px;
}
.title_letestblog{
 text-align: center;   
}
.title_letestblog .block_title{
 text-align: center;   
 margin: 20px 0 3px 0;
}
#partners{
      background-color: rgb(239, 239, 239);
    padding: 30px 0 60px 0;  
}
#partners img{
    width: 100%;
    max-width: 250px;
    height: auto;
    object-fit: contain;
}
.footer_logo{
    text-align: center;
}
.footer_logo img{
    width: 240px;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 48px;
}   
.footer_menu a {
      font-size: 24px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    line-height: 1.5;
    display: inline-block;
    padding: 0px 10px;
    margin: 0 17px;
}
.footer_menu, .footer_socio{
    list-style: none;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
}
.footer_socio a{ 
    display: inline-block;
    margin: 0 20px;
}
.footer_socio a .fa{
    font-size: 30px;
}
footer .call_back_btn{ 
  font-size: 20px;
    font-family: "Arial";
    color: rgb(255, 102, 51);
    text-align: center;
    border: rgb(255, 102, 51) 1px solid;
    display: inline-block;
    padding: 11px 60px;
    cursor: pointer;
}
.footer_callback{
    margin-top: 26px;
    margin-bottom: 50px;
    text-align: center;
}
.copyrate p, .copyrate a{ 
  font-size: 16px;
  font-family: "Arial";
  color: rgba(255, 255, 255, 0.471);
  text-align: center; 
  transition: all .2s ease;
}
.copyrate{
    padding: 20px 0 20px 0;
}
 .copyrate a:hover{
    color: #fff;
 }


 /*------------------------------------------------------------*/
.cart_pre_product_items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 50px;
    background-color: rgb(153, 153, 153);
    margin-top: 30px;
}
.cart_pre_product_items > * { 
    font-size: 20px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    text-align: center; 
    margin-bottom: 0;
}
.cart_product_item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px #C4C4C4 solid;
}
.cart_product_item:last-of-type {
    border: none;
}
.cart_product_item_left {
    width: calc(100% - 217px - 93px - 140px);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: stretch;
}
.cart_product_item_info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}
.cart_product_item_center {
    width: 140px;
    text-align: center;
}
.cart_product_item_right {
    width: 217px;
    text-align: center;
}
.cart_product_item_delate {
    width: 93px;
    text-align: center;
}
.cart_product_item_delate svg:hover path{
    stroke: #E2094A;
}
.cart_product_item_delete_btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.cart_product_item_delete_btn img {
    width: 20px;
}
 
.cart_product_item_info a, .cart_product_item_price, .cart_product_item_center input[type="text"].form-control,
.qc-name a{ 
  font-size: 16px;
  font-family: "HelveticaNeueCyr";
  color: rgb(0, 0, 0);
  line-height: 1.625;
  text-align: left; 
  text-decoration: none;
}
.cart_quantity_edit {
    display: inline-block;
    background-color: rgb(230, 237, 238);
    width: 26.74px;
    height: 26.79px;
    line-height: 27px;
    text-align: center;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}
.cart_quantity_edit:hover {
    background: #E2094A;
}
.cart_product_item_center input[type="text"].form-control{
    border: none;
    box-shadow: none;
    font-family: Roboto;
    text-align: center;
}
.cart_product_item_quantity {
    font-size: 14px;
    color: rgb( 154, 154, 154 );
    line-height: 1.429;
    font-weight: 300;
}
.cart_product_item_quantity {
    display: inline-block;
    border: none;
    height: 30px;
    width: 23px;
    font-size: 18px;
    text-align: center;
    margin: 0 0px;
    padding: 0;
} 

.cart_pre_product_items_producr {
    width: calc(100% - 217px - 93px - 140px);
    text-align: left;
}
.cart_pre_product_items_count {
    width: 140px;
}
.cart_pre_product_items_price {
    width: 217px;
    text-align: center;
}
.cart_pre_product_items_delate {
    width: 93px;
}

.cart_header p {
  font-size: 24px;
  font-family: "Arial";
  color: rgb(255, 255, 255);
  margin: 0; 
}
.cart_header{ 
  background-color: rgb(255, 102, 51); 
  padding: 13px 21px;
}
#modal_cart .cart_header{
    margin: -24px -24px 0px -24px;
}
#modal_cart{
    width: 100%;
    max-width: 1170px; 
}
body .fancybox-slide--html .fancybox-close-small {
    color: #fff;
    padding: 10px;
    right: 4px;
    top: 9px;
}
#modal_cart.fancybox-content{
padding: 24px;
}
.cart_product_items{
    padding: 0 50px;
    border: rgb(153, 153, 153) 1px solid;
}
.cart_finish_total{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}
.cart_finish_total_item{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#content .cart_finish_total{
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.cart_finish_total h3{
    margin: 0 0 0 20px;
    font-weight: 700;
}
.cart_finish_total p{
    margin: 0;
}
.product_bay_btns{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
#content .product_bay_btns{
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.btn_light{  
    color: rgb(255, 102, 51); 
    display: inline-block;
    border: 1px solid rgb(255, 102, 51); 
    min-width: 175px;
    background: transparent;
}
.btn_no_border{
    border-color: transparent;   
    color: rgb(153, 153, 153);  
    position: relative;
    padding-left: 30px;
}
.btn_no_border:after{
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(/extension/oc_theme_example/catalog/view/image/arrow_link.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 15px auto;
    background-size: 10px auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    filter: invert(0.5) 
}
.page_title{ 
  font-size: 30px;
  font-family: "HelveticaNeueCyr";
  color: rgb(110, 110, 110);
  line-height: 1;  
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0px;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
body[class*="product-category"] .page_title { 
    margin-bottom: 36px;
}
.page_wrapp{ 
  background-color: rgb(239, 239, 239);
  padding-bottom: 50px; 
}
.products_list .product-thumb{
    background-color: #fff; 
    border: 1px solid transparent;
    transition: all .2s ease;
}
.products_list_padding > div{
    padding-top: 20px;
    background-color: #fff; 
}
.products_list{
    margin-top: 50px;
}
.products_list .product-thumb:hover{
  border: 1px solid rgb(255, 102, 51);
}
.category_list.list-group{
 padding: 10px 15px;
 background-color: #fff;
}
.category_list.list-group a {
  font-size: 14px;
  font-family: "HelveticaNeueCyr";
  color: rgb(0, 0, 0);
  line-height: 1.714;
  text-align: left; 
  border: none;
  display: block;
  padding: 3px 0;
  border-radius: 0;
}
.list-group.list-group a.active, .list-group.list-group a:hover{
    color:    rgb(255, 102, 51);
    background-color: transparent;  
    border: none;
}
.category_list_title{ 
      font-size: 18px;
    font-family: "HelveticaNeueCyr";
    color: rgb(255, 255, 255);
    line-height: 1.667;
    text-align: center;
    background-color: rgb(255, 102, 51);
    margin: -10px -15px 20px -15px;
    padding: 10px 10px;
}
.pagination{
   text-align: center;
    /* width: 100%; */
    margin-top: 25px;
    margin-bottom: 30px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1b1b1b;
    text-decoration: none;
    background-color: transparent;
    border: none;
}
.pagination>.active>span , 
.pagination>.active>span:hover { 
    background-color: transparent; 
    color: #e8632d;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #e8632d; 
}
.product_cart_content{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

        margin-top: 55px;
}
.product_cart_content > div{
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product_cart_content_left{
    width: 180px;
}
.product_cart_content_wrapp{
    background-color: #fff;
    padding: 10px 40px;
}
.product_cart_content_center{
    width: calc(100% - 360px);
}
.product_cart_content_right{
    width: 180px;
}
.product_status{ 
  font-size: 16px;
  font-family: "HelveticaNeueCyr";
  color: rgb(255, 102, 51);
  line-height: 1.125;  
}
.product_status.no_in_stock{
    color: #999;
}
.product_cart_content_wrapp h1{ 
  font-size: 24px;
  font-family: "HelveticaNeueCyr";
  color: rgb(0, 0, 0);
  line-height: 1.083; 
     margin: 20px 0 20px 0;
}
.product_cart_content_wrapp .btn_light{
    padding: 14px 12px;
}
.price_text{
     font-size: 16px;
  font-family: "HelveticaNeueCyr";
  color: rgb(255, 102, 51);
  line-height: 1.125;
}
.price_wrapp{
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; 
}
.price_wrapp h2{ 
  font-size: 25px;
    font-family: "HelveticaNeueCyr";
    color: rgb(54, 54, 54);
    line-height: 1.04;
    text-align: left;
    margin: 11px 0 0 0;
}
.product_description_title{
   margin: 40px -40px 0 -40px;
    background-color: rgb(102, 102, 102);
    font-size: 24px;
    font-family: "HelveticaNeueCyr";
    color: rgb(255, 255, 255);
    line-height: 1.083;
    padding: 15px 10px;
    text-align: center;
}
.description_container h3{ 
  font-size: 24px;
  font-family: "HelveticaNeueCyr";
  color: rgb(255, 102, 51);
  line-height: 1.083;
  text-align: left; 
      margin: 40px 0 24px 0;
}
.description_container p b{
    display: inline-block;
    width: 200px; 
  font-size: 16px;
  font-family: "HelveticaNeueCyr";
  color: rgb(0, 0, 0);  
  font-weight: 600;
}
.description_container p b + span{
    width: calc(100% - 200px);
    }
.description_container p{ 
  font-size: 16px;
    font-family: "HelveticaNeueCyr";
    color: rgb(0, 0, 0);
    display: flex;
    flex-wrap: wrap;; 
}
.description_container{
    padding: 0 36px 40px 36px;
}


.contact_content p, .contact_content p a{ 
  font-size: 18px;
  font-family: "HelveticaNeueCyr";
  color: rgb(0, 0, 0);
  line-height: 1.444;  
  background-size: 13px auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.contact_content p{
        padding-left: 26px; 
}
.contact_content p a:hover{ 
 color: rgb(255, 102, 51);
}
.contact_content p.contacct_point{ 
    background-image: url(/extension/oc_theme_example/catalog/view/image/contacct_point.png);
}
.contact_content p.contact_phone{ 
background-image: url(/extension/oc_theme_example/catalog/view/image/contact_phone.png);
}
.contact_content p.contacct_site{ 
background-image: url(/extension/oc_theme_example/catalog/view/image/contacct_site.png);
}
.contact_content p.contacct_envelope{ 
background-image: url(/extension/oc_theme_example/catalog/view/image/contacct_envelope.png);
}
.contact_content h3{ 
  font-size: 16px;
  font-family: "HelveticaNeueCyr";
  color: rgb(84, 84, 84);
  line-height: 1.625; 
}
.contact_content iframe{
    width: 100%;    
    height: 300px;  
}
.contact_title{ 
  font-size: 24px;
    font-family: "HelveticaNeueCyr";
    color: rgb(255, 255, 255);
    line-height: 0.667;
    text-align: center;
    background-color: rgb(255, 102, 51);
    padding: 30px 10px;
    margin: 0 0 0 0; 
}
.contact_content{
       padding: 56px 70px 40px 89px;
    background-color: #fff;
}
#about_us{
    background-color: rgb(239, 239, 239);
    padding: 50px 0 0 0;
}
#about_us .news_thumb_item_content > *{
    text-align: left;
}
.information_img_wrapp{

}
.information_img_wrapp img{
    width: 100%;
    height: auto;
}
.information_page h1{ 
  font-size: 40px;
  font-family: "HelveticaNeueCyr";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.25; 
  text-align: center; 
      margin: 170px 0 130px 0;
}
.information_page h2{  
  font-size: 24px;
  font-family: "HelveticaNeueCyr";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;  
    margin: 80px 0 50px 0;
}
.information_page_content .content{ 
    background-color: #fff;
    z-index: 111;
    position: relative;
}
.information_page_content .content > .col-md-4 { 
    padding-left: 0;
    }

    .information_page_content .content > #content{ 
   padding-left: 60px;
    padding-right: 60px;
    }
    
.information_img_wrapp{
    height: 0;
    float: left;
    width: 100%;
}
.information_page{
    padding-bottom: 100px;
}
.form-control{
    border-radius:  0;
}
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
 .login .content{
    background-color:#fff;
     
    width:400px;
    margin:40px auto 10px;
    padding:10px 35px 25px;
    overflow:hidden;
    position:relative}
    .login .content h3{color:#4db3a5;text-align:center;font-size:28px;font-weight:400!important;margin-top: 5px;}
    .login .content h4{color:#555}
    .login .content .hint{color:#999;padding:0;margin:15px 0 7px}
    .login .content .forget-form,.login .content .login-form{padding:0;margin:0}
    .login .content .form-control{ }
    .login .content .form-control:active,.login .content .form-control:focus{border:1px solid #c3ccda}
    .login .content .form-control::-moz-placeholder{color:#8290a3;opacity:1}
    .login .content .form-control:-ms-input-placeholder{color:#8290a3}.login .content .form-control::-webkit-input-placeholder{color:#8290a3}
    .login .content select.form-control{padding-left:9px;padding-right:9px}.login .content .forget-form,.login .content .register-form{display:none}
    .login .content .form-title{ 
              font-size: 27px;
    font-family: "OpenSans";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 0.667;
    text-align: center;
    margin: 20px 0 40px 0;
    }
    .login .content .form-actions{clear:both;border:0; padding:10px 30px 10px;margin-left:-30px;margin-right:-30px}
    .login .content .form-actions>.btn{margin-top:-2px}.login-options{margin-top:30px;margin-bottom:30px;overflow:hidden}
    .login-options h4{float:left;font-weight:600;font-size:15px;color:#7d91aa!important}
    .login-options .social-icons{float:right;padding-top:3px}
    .login-options .social-icons li a{border-radius:15px!important;-moz-border-radius:15px!important;-webkit-border-radius:15px!important}
    .login .content .form-actions .checkbox{margin-left:0;padding-left:0}.login .content .forget-form .form-actions{border:0;margin-bottom:0;padding-bottom:10px}
    .login .content .register-form .form-actions{border:0;margin-bottom:0;padding-bottom:0}
    .login .content .form-actions .btn{
         text-transform: uppercase;
height: 50px;
    background-color: rgb(255, 102, 51);
         width: 100%;
  font-size: 18px;
  font-family: "OpenSans";
  color: rgb(255, 255, 255);
  line-height: 0.889;
  text-align: center; 
    }
    .login .content .form-actions .btn-default{font-weight:600;padding:10px 25px!important;color:#6c7a8d;background-color:#fff;border:none}
    .login .content .form-actions .btn-default:hover{background-color:#fafaff;color:#45b6af}
    .login .content .forget-password{
       font-size: 14px;
    /* float: right; */
    display: block;
    margin-top: 10px;
    width: 140px;
    text-align: center;
    margin-bottom: 0px;
    margin: 22px auto 0px auto;
    color: #5c5c5d;
    }
    .login .content .check{color:#8290a3}.login .content .rememberme{margin-left:8px}
    .login .content .create-account{margin:0 0px 0px;padding: 0px 0 12px;text-align:center; 
-moz-border-radius:0 0 7px 7px;-ms-border-radius:0 0 7px 7px;-o-border-radius:0 0 7px 7px;border-radius:0 0 7px 7px}
.login .content .create-account>p{margin:0}.login .content .create-account p a{font-weight: 600;
    font-size: 14px;
    color: #4e4e4e;}
.login .content .create-account a{display:inline-block;margin-top:5px}.login .copyright{text-align:center;margin:0 auto 30px 0;padding:10px;color:#7a8ca5;
font-size:13px}
.padding-2{padding: 0 2px;margin-bottom: 10px;}
.social-icons li .facebook {
    background: url(image/social/facebook.png) no-repeat;
}
.social-icons li .twitter {
    background: url(image/social/twitter.png) no-repeat;
}
.social-icons li .googleplus {
    background: url(image/social/googleplus.png) no-repeat;
}
.social-icons {
    padding: 0;
    margin: 0;
}
.social-icons li .linkedin {
    background: url(image/social/linkedin.png) no-repeat;
}
.social-icons li {
    float: left;
    display: inline;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    text-indent: -9999px;
}
.social-icons li>a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 28px;
    height: 28px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.social-icon-color {
    opacity: .7;
    background-position: 0 -38px!important;
}
@media (max-width:440px){
    .login .content,.login .logo{margin-top:10px}.login .content{width:280px}
.login .content h3{font-size:22px}.forget-password{display:inline-block;margin-top:20px}
.login-options .social-icons{float:left;padding-top:3px}.login .checkbox{font-size:13px}
}
#loginModel img {
        display: block;
    max-width: 200px;
    margin: 30px auto 30px auto;
}
.social_wrapp h3{
    display: none;
}
.social_wrapp{
        height: 40px;
    overflow: hidden;
        text-align: center;
}
.social_wrapp > div{ 
    width: 76px;
    display: inline-block;
}
#register-back-btn{
    background: transparent;
    text-transform: none;
        font-weight: 600;
    font-size: 14px;
    color: #4e4e4e;
}
.social_wrapp_pre{
    text-align: center;
    margin-bottom: 10px;
}
#back-btn{
    background-color: transparent;
    text-transform: none; 
    color: #4e4e4e;
    margin-top: 11px;
}
#loginModel .fancybox-close-small { 
    right: 0px!important;
    top: 0px; 
    color: #969696;
}
#loginModel  .fancybox-close-small:hover { 
    opacity: 1;
    color: #333;
}
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

#menu .dropdown-menu { 
    border: none;
    border-radius: 0px; 
    box-shadow: none;
    right: 1px;
    transform: translateX(100%);
    top: 0;
    background-color: #e7622d;
    border-left: 1px solid #fff;
    padding: 0px 0;
}
#menu .dropdown-inner a{
    min-width: 160px;
    display: block;
    padding: 10px 20px;
    clear: both;
    line-height: 20px;
    color: #ffffff;
    font-size: 16px;
    width: 100%;

}
#menu .dropdown-inner {
    display: block;
}
#menu .dropdown-inner ul {
    display: block;
}
.dropdown-menu li > a:hover { 
    color: #ddd;
        background-color: rgba(0, 0, 0, 0.1);
    background-image: none; 
}


/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
body #d_ajax_search_results {
    width: 100%;
}
body #d_ajax_search_results { 
    margin-top: 49px;
}

.account_sidebar{

}
.account_sidebar{
    
}
.account_sidebar{
    
}
.account_sidebar{
    
}
.account_sidebar a{ 
  font-size: 18px;
  font-family: "HelveticaNeueCyr";
  color: rgb(82, 82, 82);
  line-height: 1.667;
  text-align: left;  
  border: 1px solid rgb(255, 102, 51); 
position: relative;
display: block;
padding: 18px  10px;
text-transform: uppercase;
border-bottom: none;
}
.account_sidebar a:last-of-type{ 
    border-bottom: 1px solid rgb(255, 102, 51); 
}
.account_sidebar a.active{ 
color: #fff;
 background-color: rgb(255, 102, 51); 
    }
.account_sidebar a.active:after{ 
    content: "";
    display: block;
    height: 46px;
    width: 50px;
    transform: rotate(45deg);
    position: absolute;
    right: -25px;
    top: 9px;
    background-color: rgb(255, 102, 51);
}

body[class*="account-"] #column-left {
    width: 407px!important;
        padding-right: 70px;

}
body[class*="account-"] #content {
width: calc(100% - 407px)!important ;
}
.control-label.col-sm-2{
    width: 260px;
    text-align: left;

  font-size: 18px;
  font-family: "HelveticaNeueCyr";
  color: rgb(82, 82, 82); 

}
.control-label.col-sm-2 + .col-sm-10{
    width: calc(100% - 260px);
    }

  body[class*="account-"]  legend{ 
  font-size: 24px;
  font-family: "HelveticaNeueCyr";
  color: rgb(82, 82, 82);
  line-height: 1.25; 
border-bottom: none;
font-weight: 600;
padding-top: 0px;
    }

 body[class*="account-"] .page-titel h1{ 
  font-size: 24px;
  font-family: "HelveticaNeueCyr";
  color: rgb(255, 255, 255);
  line-height: 0.667;
  text-align: center; 
     background-color: rgb(255, 102, 51);
     padding: 20px 10px;
     margin-bottom: 30px;
}

/*---------------------------------------------------------*/
 .custom-radio + span {
    font-weight: normal;
    cursor: pointer;
}
.custom-radio +  .label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.custom-radio + span.label span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 1px solid #000;
}
.custom-radio + span.label span::before {
    content: "";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 9px;
    height: 9px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.custom-radio:checked + .label span::before {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.custom-radio {
    display: none;
}
.radio > label{
    padding-left: 0;
}
/*---------------------------------------------------------*/
.custom-checkbox {
  display: none;
}
.custom-checkbox + label {
  font-weight: normal;
  cursor: pointer;
  padding-left: 0;
}
.custom-checkbox + label span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  border: 1px solid #000;
}
.custom-checkbox + label span::before {
  content: "";
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    background-image: url(/catalog/view/theme/baba/image/check_icon.svg);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
}
.custom-checkbox:checked + label span::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.custom-checkbox:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.custom-checkbox:disabled + label, .custom-checkbox:disabled + label span {
  cursor: default;
} 

#modal_callback .fancybox-close-small{
        color: #292929;
}
#modal_callback{
    max-width: 540px;
    width: 100%;
}
#modal_callback h1{
 font-size: 44px;
  font-family: "HelveticaNeueCyr";
  color: rgb(82, 82, 82);
  line-height: 1.25; 
border-bottom: none;
font-weight: 600;
text-align: center; 
margin-bottom: 40px;
margin-top: 0;
}
.send_error{
    color: #f00;
}
.send_success{
    color: #229000;
}
.qc-image{
    display: none;
}
body .ve-input-group{
    box-shadow: none;
}
.cart_product_item_delete_btn button{
    background: transparent;
    margin-top: 4px;
}
body .ve-card__header{
    background-color: rgb(255, 102, 51);
    padding: 8px 21px;
}
body .ve-card__header h4{
    font-size: 24px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    margin: 0;
}
.ve-field .ve-label{
    display: none!important;
}
body .qc-checkout-product .qc-totals {
    margin-top: 0px;
}
body .qc-checkout-product .qc-totals>.qc-total {
    padding-bottom: 0px;
}
body .qc-checkout-product .qc-totals>.qc-total:last-child {
    border-top: 1px solid #efefef;
    margin-top: 5px;
    padding-top: 5px;
}
body .ve-card__section:last-child {
    padding: 15px 15px 5px;
}
body .ve-card__section {
    padding: 15px 15px 0px;
}
body .ve-card__section {
    padding: 15px 15px 0px;
}
#top_mob_search{
    display: none;
}
 
@media screen and (max-width: 1200px){

     .container {
    width: 100%;
}  

    #top_left{
        display: none;
    }
    #top_right{
        width: 270px;
    }
    #top .col-md-12 { 
    justify-content: flex-end; 
}
}
@media screen and (max-width: 980px){
    #top_menu{
        display: none;
    }
    .whith_counter { 
    margin-top: 47px; 
}
#top_right {
    width: 330px;
    padding-right: 40px;
}
.whith_counter { 
         margin-top: 0px;
    margin-right: 0px;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 30px;
    z-index: 1000;
}
.fa-shopping-cart:before { 
    height: 25px;
    width: 30px; 
    transform: translate(0%, 0%);
        left: 0;
}
.float_total { 
    top: 9px;
    transform: translate(-50%, -13px);
    font-size: 12px; 
    color: rgb(210, 210, 210); 
} 
.top_login > li:not(:first-of-type ){
    display: none;
}
.top_login{
    padding-left: 10px;
}
.top_login a{
    display: block;
    font-size: 0;
   height: 30px;
    width: 30px;
    background-image: url(/extension/oc_theme_example/catalog/view/image/user.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: 21px auto;
    padding-left: 10px;
    padding-right: 10px;
}
.top_login li { 
    margin-left: 0px;
}
#catalog_toggle{
    position: fixed;
    top: 5px;
    left: 10px;
    font-size: 0;
    width: 30px;
    background-color: transparent;
    height: 30px;
        padding-left: 30px; 
    padding-right: 20px;
    z-index: 1000;
}
#catalog_toggle:after{
    display: none;
}
#logo {
    margin: 8px 0 10px 0;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
        z-index: 1000;
}
#logo img {
    width: auto;
    height: 29px;
}
header{
    height: 41px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
       z-index: 1002;
}
body { 
    padding-top: 41px;
}
#top_mob_search{
    display: block;  
    height: 30px;
    width: 30px;
    line-height: 30px;
        text-align: center;
}
#top_mob_search .fa{
        font-size: 17px;
    color: #a7a7a7;
}
header #search{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .3s ease;
}
#top{
    z-index: 1000;
    position: relative;
}
#search .input-lg {
    height: 41px; 
    width: calc(100% - 49px);
}
#search .btn-lg { 
    height: 41px; 
}
header #search.show{
    transform: translateY(100%);
}
#mein_menu{
    display: none;
}
#menu.active {
    border-radius: 0px;
    position: fixed;
    z-index: 11111111;
    height: calc(100vh - 41px);
    top: 41px;
    left: 0;
    background: #dd5129;
    padding-left: 20px;
    padding-right:  20px;
        overflow-y: auto;
} 
#mein_menu >li { 
    padding-right: 40px;
    position: relative;
}
.ok_tooggle{
     position: absolute; 
    right: 12px;
    top: 4px; 
    display: inline-block;
    height: 30px;
    width: 30px;
}
#mein_menu >li .ok_tooggle:after {  
    content: "";
    height: 10px;
    width: 10px;
    /* background-color: #fff; */
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute; 
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}
#mein_menu >li .ok_tooggle.active:after{
     transform: translateY(-50%) rotate(45deg);
}
#menu .dropdown-menu {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    right: 0px;
    transform: translateX(100%);
    top: 0;
    background-color: #e7622d;
    border-left: 1px solid #fff;
    padding: 0px 0;
    display: none;
}
#menu .dropdown-menu.show{
    display: block;
        float: none;
}
.navbar-nav {
    margin: 7.5px -20px;
}
#menu .dropdown:hover .dropdown-menu {
    display: auto;
}
#menu .dropdown-menu { 
    transform: none;
    position: static;
    width: 100%; 
    background-color: transparent;
    border-left: none;
    padding: 0px 0 0px 20px;
}
#adventages .container .row:first-of-type {
    padding: 60px 20px;
}
.status {
    width: 50%;
    padding-left: 20px;
}
.product-list .product-thumb .button-group {
    width: 50%;
}
.product-list .product-thumb .caption {
    width: calc(100% - 120px);
}
.products_list .product-thumb{
    border-bottom: 1px #ddd solid;
}
.product-thumb .btn_light {
    padding: 4.5px 12px;
    min-width: 135px;
}
.product_cart_content > div, .product_cart_content > div{
    width: 50%;
}
.product_cart_content > div, .product_cart_content > div {
    width: 100%;
}
.product_cart_content_center{
 margin-top: 40px;   
}
.description_container {
    padding: 0 0px 40px 0px;
}
.price_wrapp{
    text-align: center;
    align-items: center;
}
.cart_pre_product_items > *{
    opacity: 0;
}
.cart_product_item > *{ 
    margin-bottom: 6px;
}
.cart_product_item > .cart_product_item_left {
 width: 100%;
 justify-content: center;
 margin-bottom: 20px;
}
.cart_product_item{
    justify-content: center;
    border-bottom: 1px solid #ddd;
}
.contact_content {
    padding: 56px 10px 40px 9px;
    background-color: #fff;
}
.news_thumb_item h3 { 
    font-size: 18px;
}
.news_thumb_item p { 
    font-size: 15px;
} 
.information_page_content .col-md-4{
        display: none;
    }
    .information_page h1 { 
    margin: 40px 0 80px 0;
}
}
@media screen and (max-width: 768px){
    .information_page h1 {
    font-size: 28px; 
    margin: 31px 0 30px 0;
}

    .information_page_content .content > #content {
    padding-left: 30px;
    padding-right: 30px;
}
    .copyrate p, .copyrate a { 
    padding: 0 10px;
}
    #logo { 
    left: 20px; 
    transform: none; 
}
.news_thumb_item img {
    height: 320px;
    width: 100%; 
}
.news_thumb_item_content {
    position: static;
    top: 50%;
    right: 40px;
    transform: none;
    background-color: #fff;
    width: 100%;
    padding: 20px 40px;
}
#partners .col-md-3  {
    width: 33%;
    float: left;
}
.adventages_item{
    width: 50%;
    float: left;
}
#adventages .container .row {
    background-color: #fff;
    padding: 0px 10px;
}
  #laboratory_content_wrapp {
    position: static;
     
}
#laboratory   img {
   display: none;
}
.category-thumb h4 {
    font-size: 18px;
    overflow-wrap: break-word; 
}
.category-thumb .image { 
    height: 141px; 
}
#home_baner_content h1 {
    font-size: 22px; 
    margin-top: 0px;
        margin-bottom: 16px;
}
#home_baner_content p { 
    display: none;
}
#home_baner_content a {
    font-size: 19px; 
    line-height: 1.3; 
    padding: 0px 30px; 
    margin-top: 0px; 
}
.block_title {
    font-size: 23px; 
    margin: 40px 0 24px 0; 
}
#laboratory_content {
    transform: translateY(0px);
}
  #laboratory_content_wrapp { 
    background: transparent; 
}
.block_title.block_title_laboratory{
    display: none;
}
#laboratory_content h3 { 
    margin: 28px auto 13px auto;
    max-width: 430px;
}
#adventages .container .row:first-of-type {
    padding: 20px 20px;
}
.footer_menu > li {
    width: 50%;
}

}

@media screen and (max-width: 480px){
    .product_bay_btns { 
    justify-content: center; 
}
    .adventages_item p { 
    font-size: font-size: 14px;;
    overflow-wrap: break-word;
}
}

.footer_card{ text-align: center; width: 40%;}
.flex {	display: flex;}
.footer_socio {	width: 40%;}
.copyrate{width: 20%;}


@media screen and (max-width: 980px){
	.footer_menu, .flex { display: inline;}
	.copyrate { width: 100%;}
	.footer_socio {	width: 100%;}
	.footer_card{ width: 100%;}
}