
/*add new fonts*/
@font-face {
    font-family: GothamPro;
    src: url(../fonts/gotham/gothampro.ttf);
    font-weight:400;
    font-style: normal;
}
@font-face {
    font-family: GothamPro;
    src: url(../fonts/gotham/gothampro_medium.ttf);
    font-weight:500;
    font-style: normal;
}
@font-face {
    font-family: GothamPro;
    src: url(../fonts/gotham/gothampro_bold.ttf);
    font-weight:700;
    font-style: normal;
}


/*@font-face {
font-family: Manrope;
src: url(../fonts/manrope/Manrope-Regular.ttf);
font-weight:400;
font-style: normal;
}
@font-face {
font-family: Manrope;
src: url(../fonts/manrope/Manrope-Medium.ttf);
font-weight:500;
font-style: normal;
}
@font-face {
font-family: Manrope;
src: url(../fonts/manrope/Manrope-Bold.ttf);
font-weight:700;
font-style: normal;
}*/




body {
/*font-family: 'Object-Sans', sans-serif;*/
/*font-family: 'Manrope', sans-serif;*/
font-family: 'GothamPro', sans-serif;
color: #666;
font-size: 14px;
line-height: 20px;
width: 100%;
font-weight:400;
font-style: normal;
}
header{
background-color:#545454;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
padding: 25px 0;		
}
h1, h2, h3, h4, h5, h6 {
color: #444;
}


input[type='submit'] { 
-webkit-appearance: none; 
-moz-appearance: none; 
appearance: none; 
}


.hide-scroll::-webkit-scrollbar { width: 0; }
.hide-scroll { -ms-overflow-style: none; }
.hide-scroll { overflow: -moz-scrollbars-none; }


/* default font size */
.fa {
font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
font-size: 33px;
}
.news_h1{
font-size: 26px; 
}
@media (max-width: 480px) {
h1 {
    font-size: 24px;
}
.news_h1{
    font-size: 22px;
}
}

h2 {
font-size: 27px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 15px;
}
h4 {
font-size: 16px;
color: #383838;
font-weight: 400;
}
h5 {
font-size: 12px;
}
h6 {
font-size: 10.2px;
}

@media (min-width: 320px) and (max-width: 480px){
h1 {
font-size: 22px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}  
}

a {
color: rgb(93, 215, 51);
}
a:hover {
text-decoration: none;
}
legend {
font-size: 18px;
padding: 7px 0px
}
label {
font-size: 12px;
font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
font-size: 12px;
}
.input-group .input-group-addon {
font-size: 12px;
height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
display: inline;
}

.nav-tabs {
margin-bottom: 15px;
}
.nav-tabs a{
color: rgb(93, 215, 51);
}
div.required .control-label:before {
content: '* ';
color: #F00;
font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
text-decoration: none;
color: #ffffff;
background-color: #229ac8;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(93, 215, 51)), to(#1f90bb));
background-image: -webkit-linear-gradient(top, rgb(93, 215, 51), #1f90bb);
background-image: -o-linear-gradient(top, rgb(93, 215, 51), #1f90bb);
background-image: linear-gradient(to bottom, rgb(93, 215, 51), #1f90bb);
background-repeat: repeat-x;
}
/* top */
#top {
background-color: #EEEEEE;
border-bottom: 1px solid #e2e2e2;
padding: 4px 0px 3px 0;
margin: 0 0 20px 0;
min-height: 40px;
}
#top .container {
padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
text-shadow: none;
color: #ffffff;
background-color: #229ac8;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(93, 215, 51)), to(#1f90bb));
background-image: -webkit-linear-gradient(top, rgb(93, 215, 51), #1f90bb);
background-image: -o-linear-gradient(top, rgb(93, 215, 51), #1f90bb);
background-image: linear-gradient(to bottom, rgb(93, 215, 51), #1f90bb);
background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
color: #888;
text-shadow: 0 1px 0 #FFF;
text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
color: #444;
}
#top-links .dropdown-menu a {
text-shadow: none;
}
#top-links .dropdown-menu a:hover {
color: #FFF;
}
#top .btn-link strong {
font-size: 14px;
    line-height: 14px;
}
#top-links {
padding-top: 6px;
}
#top-links a + a {
margin-left: 15px;
}

/*header*/
.container_mobile{
display: none !important;
}
.m-menu-open{
display:none;
cursor: pointer;
}
#search {
display: flex;
/*margin-top:10px;*/
}
.search_box{
padding: 0 10px;
font-size: 16px;
border-radius: 10px;
background-color: rgb(123, 123, 123);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-justify-content: center;247
}
.search_input{
font-size:18px;
color: rgb(200, 200, 200);
background-color: rgb(123, 123, 123);
border:none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: center;
line-height:normal;
padding: 18px 0px 18px 18px;
border-radius: 5px;
width: 100%;
position: relative;

}

input.search_input::-webkit-input-placeholder{
color: rgb(200, 200, 200);
}

input.search_input:-ms-input-placeholder{
color: rgb(200, 200, 200);
}

input.search_input::-ms-input-placeholder{
color: rgb(200, 200, 200);
}

input.search_input::placeholder{
color: rgb(200, 200, 200);
}
input.search_input::-webkit-input-placeholder {color: rgb(200, 200, 200);}
input.search_input:-moz-placeholder {color: rgb(200, 200, 200);}
input.search_input:-moz-placeholder {color: rgb(200, 200, 200);}
input.search_input:-ms-input-placeholder {color: rgb(200, 200, 200);}

/**/


.mobile_modal_box .modal_box_row input::-webkit-input-placeholder {color: rgb(200, 200, 200);}
.mobile_modal_box .modal_box_row input:-moz-placeholder {color: rgb(200, 200, 200);}
.mobile_modal_box .modal_box_row input:-moz-placeholder {color: rgb(200, 200, 200);}
.mobile_modal_box .modal_box_row input:-ms-input-placeholder {color: rgb(200, 200, 200);}
.mobile_modal_box .modal_box_row input:focus{
outline:none;
animation: shadow  1s infinite ease-in-out;
}


.search_button {
background-color: rgb(123, 123, 123);
border: none;
color: rgb(200, 200, 200);
border-radius: 0 5px 5px 0;
background-image: url(../image/svg/search_icon.svg);
background-repeat: no-repeat;
background-position: center;
box-sizing: content-box;
width: 46px;
position: absolute;
right: 15px;
outline:none;
min-height: 20px;
height: 88%;
}

@keyframes shadow {
from {box-shadow: 0px 0px 1px 1px #eee;}
50% {box-shadow:0px 0px 2px 1px #eee;}
to {box-shadow: 0px 0px 3px 1px #eee;}
}

.search_input:focus{
outline:none;
animation: shadow  1s infinite ease-in-out;
}
.phone_numb{
font-size: 18px;
color: #B8BAB9;
width: 100%;
margin-bottom:10px;
}
.phone_numb a{
color: #B8BAB9;
}
.phone_numb a:hover {
color: #5ed830;
}

.phone_numb span{

}
.mobile_phone_numb{
display:none;
}
.contact_mobile{
display:none;
}
.contacts {
width: 100%;
}

.recall {
font-size: 18px;
color: rgb(255, 255, 255);
border-radius: 5px;
background-color: #57C319;
border: 0px;
z-index: 20;
font-weight: 400;
padding: 11px 23px;
}

/*header_mob*/
@media (min-width: 320px) and (max-width: 767px){
.container_mobile {
    display: block !important;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 0px;
    padding-top: 55px;
}
.header{
    display: none !important;
}
.header_mobile{
    padding: 0px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    height: 50px;
    padding-top: 13px;
}
.row_bottom_mobile{
    display: flex;
    justify-content: space-between
}
.logo__mobile img {
    width: 128px;
} 

.header_box__search{
    
}
.m-menu-open{
    width: 25px;
    height: 25px;
    display: block;
    border: 0;
    box-shadow: none;
    background-color: #545454;
    background-image: url(../image/svg/nav_mobile_bg.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.row_bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    justify-content: space-around;
    align-content: space-around;
}
button.mobile__search {
    height: 25px;
    width: 25px;
    border: none;
    box-shadow: none;
    background: #545454;
    background-image: url(../image/svg/search_icon.svg);
    background-position: center;
}
button.mobile__phone {
    height: 25px;
    width: 25px;
    border: none;
    box-shadow: none;
    background: #545454;
    background-image: url(../image/svg/telephone.svg);
    background-position: center;
}
button.mobile__search.close_button, button.mobile__phone.close_button{
   background-image: url(../image/svg/close_icon.svg);
    background-position: center;
    background-repeat: no-repeat; 
}
.contact_mobile {
    color: #C6C8C7;
    font-size: 14px;
    text-align: left;
    padding-top: 18px;
    z-index: 99;
    background-color: #545454;
    width: 100%;
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    right: 0;
    top: 50px;
    display: none;
}
.contact_mobile__item .phone a{
    color: #C6C8C7;
}
.mobile_modal_box {
    width: 100%;
    padding: 0px 15px;
}
.mobile_modal_box .modal_box_row {

}
.mobile_modal_box .modal_box_row input {
    width: 100%;
    background-color: #7B7B7B;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    padding: 10px;
    color: #C6C8C7;
}
.mobile_modal_box .modal_box_row button {
    background-color: #57C319;
    text-transform: none;
    font-size: 18px;
}
span.pd {
    font-size: 11px;
}

.search__mobile {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    z-index: 999;
    background: #545454;
    padding-bottom: 13px;
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}

.search_button{
    height: 38px;
}
.search_input{
     height: 40px;
}
.contact_mobile__item .phone {
    font-weight: bold;
}

.contact_mobile__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.mobile_message {
    display: flex;
    justify-content: space-evenly;
}

.mobile_message a {
    margin-right: 25px;
}

.mobile_message a img {
    width: 20px;
    height: 20px;
}

}

@media (min-width: 768px) and (max-width: 1199px){
header {
    padding: 20px 0;
}
.row_bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header_box__logo{
    width: 50%;
}
.header_box__search{
    order: 2;
    width: 100%;
}
.header_box__contacts{
    width: 50%;
}
#logo img {
    max-width: 270px;
}

}
@media (min-width: 768px) and (max-width: 1024px){
.tablet_nav{
    order: 1;
}
.header_box__search{
    order: 2;
    width: 90%;
}
.m-menu-open{
    width: 25px;
    height: 25px;
    display: block;
    border: 0;
    box-shadow: none;
    background-color: #545454;
    background-image: url(../image/svg/nav_mobile_bg.svg);
    background-position: center;
    background-repeat: no-repeat;
}

}
/*header*/



.col-sm-12.center {
text-align: center;
}
@media (max-width: 768px) {
.freetest_box {
    margin-bottom: 50px;
}
}
.extended_warranty{
font-size: 19px;
text-decoration: dashed;
text-decoration-line: underline;
text-underline-position: under;
}

.extended_warranty::before {
content: '';
background-image: url(../image/miscellaneous.png);
width: 23px;
height: 23px;
background-size: cover;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
.modal_box, .modal_quest{
display: none;
position: absolute;
left: 50%;
top: 35%;
width: 320px;
background: #545454;
z-index: 9999;
padding: 15px;
margin-left: -160px;
}
.modal_box h4{
text-align:center;
color:#fff;
}
.light_text{
color:#fff;
}
.mask,.mask_quest{
display: none;
position: fixed;
width: 100%;
background: #000000;
height: 100vh;
z-index: 8999;
left: 0;
top: 0;
opacity: 0.8;
}
.modal_box_row, .modal_quest_row{
width: 100%;
margin-bottom: 15px;
}

/*[02022022]*/
.modal_input {
height: 40px;
background: #f1f1f1;
border: none;
line-height: 40px;
width: 100%;
padding: 5px;
margin-bottom: 15px;
}
/*[02022022]*/

.modal_box_row > input, .modal_quest_row > input{
height: 40px;
background: #f1f1f1;
border: none;
line-height: 40px;
width: 100%;
padding: 5px;
}

.modal_quest_row > textarea{
  width: 100%;
padding: 5px;
resize: none;
}

.subtext {
font-size: 11px;
text-align: center;
color: #fff;
}


.msg_res, .quest_res{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
background-color: #046604;
border-radius: 10px;
text-align: center;
}
.msg_finish{
width: 100%;
background: #eee;
}
.btn_submit, #subm, #subm_quest{
font-size: 14px;
color: rgb(255, 255, 255);
text-transform: uppercase;
border-radius: 10px;
background-color: rgb(93, 215, 51);
border: 0px;
height: 40px;
z-index: 20;
width: 100%;
}
.underline{
text-decoration:underline;
}


/* menu */

#menu {
background-color: #595959;
background-repeat: repeat-x;
color: rgb(197, 199, 198);
z-index: 11;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
width: 1170px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.mobile_menu{
/*display: none;*/
}

@media (min-width: 768px) {
.navcontainer{
    margin-bottom: 20px;
    width:100%;
    background-color: #595959;
}	
.navigation_ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin:0px;
    padding:0px;
    width:100%;
}
.navigation_ul li{
    list-style:none;
}


.navbar-collapse__header{
    margin:0px;
    padding-left:0px;
    padding-right:0px;
}
#menu .navigation_ul > li > a {
  font-size: 18px;
  color: rgb(197, 199, 198);
  text-transform: uppercase;
}
a.navbar_a {
    display: block;
    padding: 11px 10px;
}
a.navbar_a:hover {
    background-color:#4f7a44;
}
.sub_menu:hover a.navbar_a{
    background-color:#4f7a44;
}

.sub_menu{
     display: none;
     position: absolute;
     padding: 10px;
     min-width: 250px;
     background: #818181;
}
.sub_menu__big{
    width: 1010px;
    background: #818181;
    background: -webkit-gradient(linear, left top, right top, color-stop(33%, #818181), color-stop(33%, #a2a2a2), color-stop(66%, #a2a2a2), color-stop(66%, #c1c1c1));
    background: -webkit-linear-gradient(left, #818181 33%, #a2a2a2 33%, #a2a2a2 66%, #c1c1c1 66%);
    background: -o-linear-gradient(left, #818181 33%, #a2a2a2 33%, #a2a2a2 66%, #c1c1c1 66%);
    background: linear-gradient(to right, #818181 33%, #a2a2a2 33%, #a2a2a2 66%, #c1c1c1 66%);
}
.sub_menu.sub_menu__sm .menu_catalog_ul>li {
    width: 100%;
}
.sub_menu.sub_menu__sm .menu_catalog_ul {
    height:auto;
}
.sub_menu_ul, .ul_section {
    margin: 0px;
    padding: 0px 10px;
    list-style: none;
}
.sub_menu_a{
    font-size: 16px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
.ul_li_name>a{
    font-size: 16px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
#slideshow_container1{
    display:none;
}

.menu_catalog_ul>li{
    list-style: none;
    line-height: 26px;
    width: 100%;
    padding: 10px;
}
.menu_catalog_product>li{
    list-style: none;
    line-height: 26px;
    width: 32.6%;
    padding: 10px;
}
ul.menu_catalog_ul {
display: none;
}

.menu_catalog_ul {
    padding: 0;
    position: absolute;
    top: 100%;
    background: #818181;
}
.navbar_item_li:hover > .menu_catalog_ul{
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;*/
    
}
.menu_catalog_product {
    padding: 0;
    width: 1155px;
    height: 1090px;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #818181;
    background: -webkit-gradient(linear, left top, right top, color-stop(33%, #818181), color-stop(33%, #a2a2a2), color-stop(66%, #a2a2a2), color-stop(66%, #c1c1c1));
    background: -webkit-linear-gradient(left, #818181 33%, #a2a2a2 33%, #a2a2a2 66%, #c1c1c1 66%);
    background: -o-linear-gradient(left, #818181 33%, #a2a2a2 33%, #a2a2a2 66%, #c1c1c1 66%);
    background: linear-gradient(to right, #818181 33%, #a2a2a2 33%, #a2a2a2 66%, #c1c1c1 66%);
}
.menu_catalog_ul>li:hover{
background:#95e359;
}
}



m-menu-open{
display:none;
cursor: pointer;
}
.first_a{
color:#fff;

}
.sec_a{
color:#fff;
}
.tree_a{
color:#fff;
}
.ul_child__1 > li{
list-style:disc;
color:#fff;
}
.sub_menu:first-child{
/*display:none;*/
display:block;
}




.first_a:hover, .sec_a:hover, .tree_a:hover{
color:#4f7a44;
}
#menu .nav > li > a {
font-size: 18px;
color: rgb(197, 199, 198);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
text-transform: uppercase;
padding: 10px 15px 10px 15px;
min-height: 15px;
}

.item a{
font-size: 12px;
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
padding: 10px 15px 10px 15px;
min-height: 15px;
background-color: transparent;
}
/*.navbar_item_li:hover > .sub_menu{
display: block;
}*/


.ul_section{
padding: 0px;
margin-bottom: 10px;
}

.menu_catalog_ul__sm {
height: auto;
}

.menu_catalog_ul__sm li {
width: 100%;
line-height: normal;
padding: 10px;
}

.menu_catalog_ul__sm li a {
color: #fff;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
padding-bottom: 0;
}
#menu .dropdown-inner {
display: table;
}
#menu .dropdown-inner ul {
display: table-cell;
}
#menu .dropdown-inner a {
min-width: 160px;
display: block;
padding: 3px 20px;
clear: both;
line-height: 20px;
color: #333333;
font-size: 12px;
}
#menu .dropdown-inner li a:hover {
color: #FFFFFF;
}
#menu .see-all {
display: block;
margin-top: 0.5em;
border-top: 1px solid #DDD;
padding: 3px 20px;
border-radius: 0 0 3px 3px;
font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
text-decoration: none;
color: #ffffff;
background-color: #229ac8;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(93, 215, 51)), to(#1f90bb));
background-image: -webkit-linear-gradient(top, rgb(93, 215, 51), #1f90bb);
background-image: -o-linear-gradient(top, rgb(93, 215, 51), #1f90bb);
background-image: linear-gradient(to bottom, rgb(93, 215, 51), #1f90bb);
background-repeat: repeat-x;
}
#menu #category {
float: left;
padding-left: 15px;
font-size: 16px;
font-weight: 700;
line-height: 40px;
color: #fff;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
font-size: 15px;
font-stretch: expanded;
color: #FFF;
padding: 2px 18px;
float: right;
background-color: #229ac8;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(93, 215, 51)), to(#1f90bb));
background-image: -webkit-linear-gradient(top, rgb(93, 215, 51), #1f90bb);
background-image: -o-linear-gradient(top, rgb(93, 215, 51), #1f90bb);
background-image: linear-gradient(to bottom, rgb(93, 215, 51), #1f90bb);
background-repeat: repeat-x;
border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
color: #ffffff;
background-color: #229ac8;
}


@media (min-width: 768px) {
#menu .dropdown:hover .dropdown-menu {
    display: block;
}
}
@media (max-width: 767px) {
#menu {
    border-radius: 0px;
    background-color: #545454;
    width: 85%;
    margin-top: 50px;
}
#menu div.dropdown-inner > ul.list-unstyled {
    display: block;
}
#menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-inner {
    display: block;
}
#menu .dropdown-inner a {
    width: 100%;
    color: #fff;
}
#menu .dropdown-menu a:hover,
#menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
}
#menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
}
}
@media (max-width: 480px) and (min-width: 320px){
.container {
    width: 100%;
}
}


@media (max-width: 480px) and (min-width: 320px){
.container {
    width:100%;
    padding-top: 55px;
}

#menu .btn-navbar {
    font-size: 14px;
    color: #FFF;
    padding: 0;
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.fa-bars{
    font-size: 24px;
}
.navigation_ul{
    display: block;
    border: none;
}
.button_box{
    margin-bottom:15px;
}
}
#slideshow0 {
margin: auto;
margin-bottom:40px;
}
/* content */
#content {
min-height: 600px;
}


/* footer start */
footer {
background: #545454;
color: #C6C8C7;
font-size: 15px;
padding-top: 100px;
padding-bottom: 100px;
}
footer a {
color: #C6C8C7;
}
footer a:hover {
color: #5ed830;
}
footer h5{
font-weight: 800;
color: #C6C8C7;
text-transform: uppercase;
font-size: 15px;
margin-top: 0;
margin-bottom: 15px;
}

.footer p{
margin-bottom:15px;
}
.company_name__footer{
font-size: 13.5px;
}
.logo_footer{
margin-bottom:15px;
}
.nav__footer{
margin:0;
padding:0;
margin-top:-2px;
}
.nav__footer li {
margin-bottom: 15px;
list-style: none;
}
.contact__footer{
margin-bottom:45px;
}
.social_icon__footer {
display: flex;
flex-wrap: wrap;
max-width: 130px;
}
.social_icon__footer img {
margin-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
}
img.footer_icon {
width: 20px;
height: 20px;
margin-right: 15px;
}

@media (max-width: 767px){
footer {
    background: #545454;
    color: #C6C8C7;
    font-size: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.sm-center{
    text-align: center;
}
footer a {
    color: #C6C8C7;
}
footer a:hover {
    color: #5ed830;
}
footer h5{
    font-weight: 800;
    color: #C6C8C7;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 15px;
}

.footer p{
    margin-bottom:15px;
}
.company_name__footer{
    font-size: 14px;
}
.logo_footer{
    margin-bottom:20px;
}
.nav__footer{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.nav__footer li {
    margin-bottom: 15px;
    width: 50%;
    max-width: 48%;
    
}
.contact__footer{
    margin-bottom:25px;
}
.social_icon__footer {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    justify-content: center;
}
.social_icon__footer img {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
img.footer_icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.footer_box{
    margin-bottom: 25px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
}
@media (min-width: 768px) and (max-width: 991px){
footer {
    padding-top: 40px;
    padding-bottom: 0px;
}
.nav__footer{
    display: flex;
    flex-wrap: wrap;
}
.nav__footer li {
    width: 50%;
}
.social_icon__footer {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
.contact_box {
    display: flex;
}
.contact__footer {
    width: 315px;
}
.work_schedule__footer{
    
}
.footer_box{
    margin-bottom: 25px;
    min-height: 160px;
}
}
/* footer end */


.email_footer a{color: #fff;}
/* alert */
.alert {
padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
margin: 0 0 20px 0;
padding: 8px 0;
border: 1px solid #ddd;
}
.breadcrumb__product{
margin-bottom:35px;
}

.breadcrumb i {
font-size: 15px;
}
.breadcrumb > li {
text-shadow: 0 1px 0 #FFF;
padding: 0 20px;
position: relative;
}
.breadcrumb > li + li:before {
content: '';
padding: 0;
}
.breadcrumb > li:after {
content: '';
display: block;
position: absolute;
top: -3px;
right: -5px;
width: 26px;
height: 26px;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.breadcrumb a{
color:rgb(93, 215, 51);
}

.product_name {
word-wrap: break-word;
}
.product_name > h1{
font-size: 24px;
line-height: 34px;
}


.get_full_price {
display: flex;
padding: 15px;
background: #545454;
align-items: center;
justify-content: space-evenly;
}
.get_full_price_item input{
height: 40px;
background: #f1f1f1;
border: none;
line-height: 40px;
width: 100%;
padding: 5px;
}
.subtext {
font-size: 11px;
text-align: center;
color: #fff;
}
.form_name {
color: #fff;
font-size: 18px;
margin-bottom: 10px;
}
.get_full_price_item__xl {
min-width: 150px;
}
@media (max-width: 480px) {
.get_full_price {
    flex-wrap:wrap;
    justify-content: center;
}
.form_name{
    text-align:center;
}

.get_full_price_item{
    width:100%;
    margin-bottom:10px;
}
.footer__block_item{
    line-height: 26px;
}

}
@media (min-width: 481px) and (max-width: 768px) {
.get_full_price {
    flex-wrap:wrap;
    justify-content: center;
}
.form_name{
    text-align:center;
}

.get_full_price_item{
    width:47%;
    margin-bottom:10px;
    margin-right: 10px;
    
}
.get_full_price_item:first-child {
    width: 100%;
    margin: 0;
}
.footer__block_item{
    line-height: 26px;
}
}
@media (min-width: 769px) and (max-width: 1200px) {
.get_full_price {
    flex-wrap:wrap;
    justify-content: center;
}
.form_name{
    text-align:center;
}

.get_full_price_item {
    width: 23%;
    margin-right: 10px;
}
.get_full_price_item:first-child {
    width: 100%;
margin: 0;
display: flex;
justify-content: space-around;
align-items: center;
}
}

.pagination {
margin: 0;
}

.product_name {
word-break: break-all;
}
.product_name > h1 {
font-size: 24px;
line-height: 34px;
}

/* buttons */
.buttons {
margin: 1em 0;
}
.btn {
padding: 7.5px 12px;
font-size: 12px;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
font-size: 9px;
}
.btn-sm {
font-size: 10.2px;
}
.btn-lg {
padding: 10px 16px;
font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
font-size: 12px;
}
.btn-group > .btn-xs {
font-size: 9px;
}
.btn-group > .btn-sm {
font-size: 10.2px;
}
.btn-group > .btn-lg {
font-size: 15px;
}
.btn-default {
color: #777;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #e7e7e7;
background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
background-repeat: repeat-x;
border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: rgb(93, 215, 51);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
background-color: #44a722;
background-position: 0 -15px;
}
.btn-warning {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #faa732;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
background-image: -o-linear-gradient(top, #fbb450, #f89406);
background-image: linear-gradient(to bottom, #fbb450, #f89406);
background-repeat: repeat-x;
border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #da4f49;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
background-repeat: repeat-x;
border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #5bb75b;
background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
background-image: -o-linear-gradient(top, #62c462, #51a351);
background-image: linear-gradient(to bottom, #62c462, #51a351);
background-repeat: repeat-x;
border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #df5c39;
background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
background-image: -webkit-linear-gradient(top, #e06342, #dc512c);
background-image: -o-linear-gradient(top, #e06342, #dc512c);
background-image: linear-gradient(to bottom, #e06342, #dc512c);
background-repeat: repeat-x;
border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
background-image: none;
background-color: #df5c39;
}
.btn-link {
border-color: rgba(0, 0, 0, 0);
cursor: pointer;
color: rgb(93, 215, 51);
border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
background-color: rgba(0, 0, 0, 0);
background-image: none;
-webkit-box-shadow: none;
        box-shadow: none;
}
.btn-inverse {
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #363636;
background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
background-image: -webkit-linear-gradient(top, #444444, #222222);
background-image: -o-linear-gradient(top, #444444, #222222);
background-image: linear-gradient(to bottom, #444444, #222222);
background-repeat: repeat-x;
border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
background-color: #222222;
background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
background-image: -webkit-linear-gradient(top, #333333, #111111);
background-image: -o-linear-gradient(top, #333333, #111111);
background-image: linear-gradient(to bottom, #333333, #111111);
}



/* list group */
.list-group a {
color: #888888;
padding: 8px 12px;

}
.list-group a{
border-bottom: 2px solid #DDDDDD;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
color: #444444;
background: #eeeeee;
text-shadow: 0 1px 0 #FFF;

}
a.list-group-item:hover{
background-color: #00d900;
color: #fff;
}
.list-group a.active_category{
background-color:#00d900;
color:#fff;
border-bottom: 2px solid #ddd;
border-color: #ddd;
}
.list-group a.active_category:hover{
border-bottom: 2px solid #ddd;
border-color: #ddd;
background-color: #00d900;
}

.list-group__bottom {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.categore_item {
width: auto;
max-width: 30%;
text-align: center;
}

.categore_item_name a, .categore_item_image a{
padding: 0;
margin: 0;
border: 0;
color: rgb(93, 215, 51);
text-decoration: underline;
}
.categore_item_name a:hover, .categore_item_image a:hover {
padding: 0;
margin: 0;
border: 0;
color: rgb(93, 215, 51);
text-decoration: underline;
background: none;
text-shadow: none;
}
.categore_item_image img {
width: 220px;
}
.subcategory_box {
display: flex;
flex-wrap: wrap;
}
.category-item-name a, .category-item-name a:hover{
border:none;
padding:0;
border-bottom: none;
color: rgb(93, 215, 51);
background: none;
text-shadow: none;
}
.category-item-image a, .category-item-image a:hover{
border:none;
padding:0;
border-bottom: none;
color: rgb(93, 215, 51);
background: none;
text-shadow: none;
}
.category-item-image img{
width: 163px;
height:auto;
}
.item_category h2{
text-align: center;
margin-bottom: 20px;
margin-top: 0px;

}
@media (min-width: 320px) and  (max-width: 767px) {
.list-group__bottom, .navbar-header_bottom{
    display:none !important;
}
}


table.table.product_table {
margin-bottom: 60px;
}
@media (min-width: 320px) and  (max-width: 390px) {
table.table.product_table {
    font-size: 13px;
}

table.table.product_table th, table.table.product_table td {
    padding: 1px;
}

}
.show{
cursor: pointer;

}
/* carousel */
.carousel-caption {
color: #FFFFFF;
text-shadow: 0 1px 0 #000000;
}
a.category_children{
background:#e6f2e4;
color:#2d8b1f;
}
.carousel-control .icon-prev:before {
content: '\f053';
font-family: FontAwesome;
}
.carousel-control .icon-next:before {
content: '\f054';
font-family: FontAwesome;
}

.subcat_block {
margin-top: 30px;
margin-bottom: 30px;
}
.subcat_item {
border: 1px solid #ddd;
}

.news_item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
padding-top: 15px;
padding-bottom: 15px;
}
.news_item a{
color: rgb(93, 215, 51);
text-transform: uppercase;
}

.news_item:hover {
background:#eee;
}




.date_news{
margin-right:15px;
font-size:18px;
min-width:110px;
}

.name_news{
margin-bottom:25px;
}
.news_form_box {
    display: none;
    position: fixed;
    left: 39%;
    top: 20%;
    background: #fbfbfb;
    z-index: 9999;
}
.mask_news {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000ba;
    left: 0;
    top: 0;
    z-index: 9990;
}
.newsletter_box {
display: flex;
align-items: flex-end;
padding: 10px 0px;
}


.news_form_box .container {
width: auto;
background: #fbfbfb;
padding: 0;
margin: 0;
}
.newsletter_box h2 {
padding: 0;
margin: 0;
}
.button_accent {
color: rgb(255, 255, 255);
text-transform: uppercase;
background-color: rgb(93, 215, 51);
border: 0px;
z-index: 20;
}
.botton_lg {
padding: 10px 5px;
border-radius: 10px;
}
.a_news::before{
content:'@';
margin-right:1px;	
}
.a_news {
color: #88888e;
cursor: pointer;
font-size:16px;
}
.h2_box {
width: 12.8%;
}
.newsletter {
width: 40%;
}
.news_item_newsletter {
padding: 20px 0px;
}
label.subscribe-form-item__label.subscribe-form-item__label--input-email.subscribe-form-item__label--required {
width: 50px;
}

label.subscribe-form-item__label.subscribe-form-item__label--input-string {
width: 50px;
}

.subscribe-form-item.subscribe-form-item--input-email {
margin-bottom: 5px;
}


.subscribe-form-item__control--input-email, .subscribe-form-item__control--input-string{
width:85%;
}
@media (min-width: 320px) and  (max-width: 991px) {
.newsletter_box{
    
}
.h2_box {
   width: 100%; 
}
.newsletter{
     width: 100%;
}

}

.item__center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

/* product list */
.product-thumb {
border: 1px solid #ddd;
margin-bottom: 20px;
overflow: auto;
min-height: 310px;
}

.read_more{
cursor: pointer;

}
.read_more__green{
color:rgb(93, 215, 51);
}
.product-thumb a{
font-size: 14px;
color: rgb(93, 215, 51);
text-transform: uppercase;
}

.product-thumb .image {
text-align: center;
}
.product-thumb .image a {
display: block;
}
.product-thumb .image a:hover {
opacity: 0.8;
}
.product-thumb .image img {
margin-left: auto;
margin-right: auto;
}
.product-grid .product-thumb .image {
float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
float: left;
padding: 0 15px;
}
.first_a {
color: #fff;
font-size: 18px;
}

}
.product-thumb h4 {
font-weight: bold;
}
.product-thumb .caption {
padding: 0 20px;
}
.product-list .product-thumb .caption {
margin-left: 230px;
}
.image_box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
margin-bottom: 25px;
flex-wrap:wrap;
}
.additional_image {
position: relative;
}


.no_border{
border: none;
padding: 0;
margin: 0;
border-radius: 0;
}
.additional_item{
border-radius: 20px;
-webkit-box-shadow: 0px 6px 20px 0px rgba(44, 44, 44, 0.15);
      box-shadow: 0px 6px 20px 0px rgba(44, 44, 44, 0.15);
padding:10px;
margin-bottom:15px;
}
.image_big {
border-radius: 20px;
-webkit-box-shadow: 0px 6px 20px 0px rgb(44 44 44 / 15%);
box-shadow: 0px 6px 20px 0px rgb(44 44 44 / 15%);
padding: 10px;
width: 100%;
margin-bottom: 15px;
}

.owl-nav {
/*position: absolute;
width: 100%;
top: 50%;
display: flex;
justify-content: space-between;
margin-top: -30px;*/
}
.owl-nav button {
background-color: #404040 !important;
width: 30px;
height: 30px;
color: #fff !important;
}

/*nav*/
.owl-nav > .owl-prev{
position: absolute;
top: 50%;
left: 0;
margin-top: -35px;
}
.owl-nav > .owl-next{
position: absolute;
top: 50%;
right: 0;
margin-top: -35px;
}




@media (min-width: 320px) and (max-width: 768px) {
.row_mobile{
    display:flex;
    flex-wrap:wrap;
}
.box_mobile1{
    order:2;
    width:100%;
}
.box_mobile2{
    order:1;
    width:100%;
}
.product_price{
    font-size: 45px;
}
.product_name {
    order: 1;
    width: 100%;
}
.image_box{
    order: 2;
    width: 100%;
}
.manufacturer_box{
    order: 3;
    width: 100%;
}

.price_box{
    order: 4;
    width: 100%;
}
.stock_box{
    order: 5;
    width: 100%;
}
.button__box{
    order: 6;
    width: 100%;
}

.nav__box{
    order: 7;
    width: 100%;
    display: flex;
    overflow: auto;
}
.nav__box > li {

}
.nav__box > li > a {

}
.nav__box > li.active > a {

}
.tab__box{
    order: 8;
    width: 100%;
}

}
.product__item {
margin-bottom: 25px;
text-align: center;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
min-height: 0;
margin-left: 0;
padding: 0 10px;
}
.product-grid .product-thumb .caption {
min-height: 0;
}
.button_box{
    margin-bottom:15px;
}
}
.product-thumb .rating {
padding-bottom: 10px;
}
.rating .fa-stack {
font-size: 8px;
}
.rating .fa-star-o {
color: #999;
font-size: 15px;
}
.rating .fa-star {
color: #FC0;
font-size: 15px;
}
.rating .fa-star + .fa-star-o {
color: #E69500;
}
h2.price {
margin: 0;
}
.product_price{
/*font-size:60px;*/
font-size:40px;
color:#000;
line-height: 75px;
}
.product_price__null{
font-size:32px;
color:#000;
line-height: 75px;
}
.product-thumb .price {
color: #444;
}
.product-thumb .price-new {
font-weight: 600;
}
.product-thumb .price-old {
color: #999;
text-decoration: line-through;
margin-left: 10px;
}
.product-thumb .price-tax {
color: #999;
font-size: 12px;
display: block;
}
.product-thumb .button-group {
border-top: 1px solid #ddd;
background-color: #eee;
overflow: auto;
}
.product-list .product-thumb .button-group {
border-left: 1px solid #ddd;
}
@media (min-width: 320px) and (max-width: 769px) {
.product_price{
    font-size: 45px;
}
}
@media (max-width: 768px) {
.product-list .product-thumb .button-group {
    border-left: none;
}
}
.product-thumb .button-group button {
width: 60%;
border: none;
display: inline-block;
float: left;
background-color: #eee;
color: #888;
line-height: 38px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
}
.product-thumb .button-group button + button {
width: 20%;
border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
color: #444;
background-color: #ddd;
text-decoration: none;
cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
}
}
.thumbnails {
overflow: auto;
clear: both;
list-style: none;
padding: 0;
margin: 0;
}
.thumbnails > li {
margin-left: 20px;
}
.thumbnails {
margin-left: -20px;
}
.thumbnails > img {
width: 100%;
}
.image-additional a {
margin-bottom: 20px;
padding: 5px;
display: block;
border: 1px solid #ddd;
}
.image-additional {
max-width: 78px;
}
.thumbnails .image-additional {
float: left;
margin-left: 20px;
}
.manufacturer_img_item{
width:100%;
max-width:100%;
height:auto;
box-shadow: 1px 0px 4px 0px #d2d2d2;
}
.manufacturer_item{
width:168px;
margin-bottom:20px;
margin-right: 15px;
}
.box_manufacturer{
margin-bottom: 25px;
display: flex;
flex-wrap: wrap;
margin-top: 20px;
}
.item_description{
margin-top:25px;
}

.video_item {
width: 50%;
height: 350px;
min-height: 320px;
max-height: 480px;
margin-bottom: 15px;
}

@media (min-width: 320px) and (max-width: 767px) {
.video_item {
    width: 100%;
    height: 240px;
    min-height: 240px;
    max-height: 480px;
    margin-bottom: 15px;
}  
}
@media (min-width: 768px) and (max-width: 1024px) {
.video_item {
    width: 70%;
    height: 300px;
    min-height: 350px;
    max-height: 480px;
    margin-bottom: 15px;
} 
}

/*contacts managers*/
.manager_item {
display: flex;
flex-wrap: wrap;
line-height: 22px;
}
.manager_item_img{
margin-right: 25px;
}

ul.manager_item_contact {
margin: 0;
padding: 0;
list-style: none;
font-size:13px;
}
ul.manager_item_icons li {
margin-right: 16px;
}
ul.manager_item_icons {
margin: 0;
padding: 0;
list-style: none;
display: flex;
}
.manager_name{
font-size:20px;
margin-bottom:10px;
}

@media (max-width: 767px) {
.manager_item {
    margin-bottom:25px;
}
}

.row__contact{
margin-bottom: 45px;
}


@media (min-width: 1200px) {
#content .col-lg-2:nth-child(6n+1),
#content .col-lg-2:nth-child(6n+1),
#content .col-lg-3:nth-child(4n+1),
#content .col-lg-4:nth-child(3n+1),
#content .col-lg-6:nth-child(2n+1) {
    clear:left;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#content .col-md-2:nth-child(6n+1),
#content .col-md-2:nth-child(6n+1),
#content .col-md-3:nth-child(4n+1),
#content .col-md-4:nth-child(3n+1),
#content .col-md-6:nth-child(2n+1) {
    clear:left;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#content .col-sm-2:nth-child(6n+1),
#content .col-sm-2:nth-child(6n+1),
#content .col-sm-3:nth-child(4n+1),
#content .col-sm-4:nth-child(3n+1),
#content .col-sm-6:nth-child(2n+1) {
    clear:left;
}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
#column-left  .product-layout .col-md-3 {
   width: 100%;
}

#column-left + #content .product-layout .col-md-3 {
   width: 50%;
}

#column-left + #content + #column-right .product-layout .col-md-3 {
   width: 100%;
}

#content + #column-right .product-layout .col-md-3 {
   width: 100%;
}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
background-image: none;
background-color: #df5c39;
}

.category-row {

}
.category-item {
border: 1px solid #ddd;
margin-bottom: 20px;
overflow: auto;
margin-right: 20px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
border-radius: 7px;
-webkit-box-shadow: 0px 6px 20px 0px rgba(44, 44, 44, 0.3);
        box-shadow: 0px 6px 20px 0px rgba(44, 44, 44, 0.3);
padding-top: 10px;
}
.category-item__home{
text-align: center;
margin-bottom: 50px;
height: 158px;
}

.item__manufacturer {
text-align: center;
margin-bottom: 40px;
height: 158px;
max-width: 320px;
}
.box_button {
margin-top: 15px;
margin-bottom: 30px;
}
.products_none{
display:none !important;
}
.category-item-box{
-webkit-box-shadow: 0px 6px 20px 0px rgba(44, 44, 44, 0.3);
        box-shadow: 0px 6px 20px 0px rgba(44, 44, 44, 0.3);
border-radius: 7px;
padding-top: 15px;
position: relative;
min-height: 158px;
}
.category-item-name {
height: 20px;
overflow: hidden;
-webkit-transition: 0.5;
-o-transition: 0.5;
transition: 0.5;
}

.category-item__home:hover .category-item-name{
height: auto;
overflow: auto;

}


.category-item-image {

}

.category-item-image img{

}

.product__image img{
width: 52%; 
}
.category-item-name a{
color:rgb(93, 215, 51);
}
.category-item-box:hover{
-webkit-box-shadow: 0px 0px 15px 5px rgba(93, 215, 51, 0.6);
        box-shadow: 0px 0px 15px 5px rgba(93, 215, 51, 0.6);
}

.category-item a{
color: rgb(93, 215, 51);
}
.category-item:hover {
opacity: 0.988;
-webkit-box-shadow: 0px 0px 49.56px 9.44px rgba(93, 215, 51, 0.6);
        box-shadow: 0px 0px 49.56px 9.44px rgba(93, 215, 51, 0.6);
}
.category_home_img{
width: 70%;
text-align: center;
margin: auto;
}
.manufacturer_img{
float:left;
margin-right:15px;
}
.category_container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
margin-bottom: 25px;
  margin-top: 55px;
}

.category_item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 45px;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
width: 250px;
border-radius: 7px;
-webkit-box-shadow: 0px 6px 20px 0px rgba(44, 44, 44, 0.3);
        box-shadow: 0px 6px 20px 0px rgba(44, 44, 44, 0.3);
}
.category_item:hover {
opacity: 0.988;
-webkit-box-shadow: 0px 0px 49.56px 9.44px rgba(93, 215, 51, 0.6);
      box-shadow: 0px 0px 49.56px 9.44px rgba(93, 215, 51, 0.6);
}


.category_name {
width: 100%;
text-align: center;
margin-top: 20px;
margin-bottom: 20px;
}

.category_name  a{
font-size: 14px;
color: rgb(93, 215, 51);
text-transform:uppercase;
}

.category_image {
width: 100%;
text-align: center;
padding: 5px;
}
.category_image img {
width: 100%;
}
.vendor_a{
color:rgb(93, 215, 51);
}

/*review company*/

.review-thumb .image {
width: 280px;
float: left;
}

@media (max-width: 480px) and (min-width: 320px){
.category-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
}


.category-item__home {
    width: 100%;
    margin-bottom: 35px;
    height: auto;
}
.footer__block_item{
    width:100%;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
}
.footer__block{
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-flex-wrap: wrap;
}
img.logo_footer{
    width:100%;
    max-width:320px;
}

.social_icon {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

}

.worker_item {
margin-bottom: 45px;
}
.worker_item p {
margin-bottom: 5px;
}
@media (max-width: 768px) and (min-width: 320px){
.worker_item_img {
    margin-bottom: 25px;
}
}

/*[02022022]*/



img.img-responsive {

}

#content img {
max-width:100%;
}

.solution_img img {

}

.solution_block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 480px) and (min-width: 320px){
.solution_block {
    justify-content: center;
}

.solution_item{
    flex-direction: column;
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: 0;
    max-width: 275px;
}
.solution_img{
    margin: 0;
    margin-bottom: 15px;
}
.solution_name{
    width: 100%;
}
.solution_item__product {
    align-items: flex-start;
    margin-bottom: 35px;
}

}

@media (max-width: 767px) and (min-width: 481px){
.solution_block {
    justify-content: space-evenly;
}

.solution_item{
    flex-direction: column;
    display: flex;
    width: 48%;
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: 0;
    max-width: 275px;
    margin-right: 7px;
}
.solution_img{
    margin: 0;
    margin-bottom: 15px;
}
.solution_name{
    width: 100%;
}

}

.sticky{
position: sticky;
top: 20px;
}

form.form_new {
background: #545454;
padding: 10px;
border-radius: 3px;
margin-left: auto;
margin-right: auto;
max-width: 480px;
}
form.form_new input{
border-radius: 3px;
}
form.form_new h3 {
color: #fff;
}
.form_message{
text-align: center;
color: #fff;
margin-bottom: 10px;
font-size: 13px;
}
.btn_submit__new{
font-size: 18px;
color: rgb(255, 255, 255);
border-radius: 5px;
background-color: #57C319;
border: 0px;
z-index: 20;
font-weight: 400;
padding: 11px 23px;
}
.button_block{
width:100%;
}

@media (max-width: 1024px) and (min-width: 768px){
 .right_col{
    width: 35%;
}
.content_col {
    width: 65%;
}  
}


/*[02022022]*/

a.ac {
display: none;
}
.active + a.ac {
display: block;
}

a.kapat {
display: none;
}
.active + a.kapat {
display: block;
}
.tab-pane[data-readmore]{
padding: 5px 0px;

}
.modal_quest{
    display:none;
}
@media (max-width: 480px) and (min-width: 320px){
/*.solution_item{
    width:100%;
    margin-right:0px;
}
.solution_img{
    width:30%;
}
.solution_name{
    width:66%;
}*/
.news_item{
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.date_news{
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
}
.breadcrumb{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.breadcrumb > li{
        line-height: 28px;
}
.breadcrumb > li:after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.modal_box, .modal_quest, .modal_box_download {
    position: fixed;
    top: 10%;
}

.mask, .mask_quest{
    height:100vh;
    position: fixed;
}

}
@media (min-width: 481px) and (max-width: 767px) {
header{
    height: auto;
    padding-top: 15px;
}
.row_bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
padding-left: 15px;
padding-right: 15px;
-webkit-box-align: normal;
    -ms-flex-align: normal;
        align-items: normal;
}
.header_box {
width: 100%;
    margin-bottom: 10px;
}
#menu{
    
}
#logo{
    
}
.search_box{
    width: 100%;
}
.contacts{
    
}
.phone_numb{
    display:none;
}
recall_box{
    
}
.search_input{
    text-align: center;
}
.recall_box{
    
}
.recall{
    font-size: 12px;
    width: 100%;
}
.mobile_phone_numb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 16px;
color: #fff;
}


.row_bottom .header_box:first-child{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 49.99%;
}

 .row_bottom .header_box:nth-child(2){
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 48.99%;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    
}

.row_bottom .header_box:last-child{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 49%;
    font-size: 10px;
}
.header_box.align-middle.text-right {
    width: 80%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.category-row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content: center;
}
.category-item__home {
    width: 49.99%;
    margin-bottom: 35px;
    height: auto;
}
#menu{
    border-radius: 0px;
}
#category{
    display: none;
}

#menu .navbar-toggle{
    background: none;
}
.navbar-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.breadcrumb > li {
    padding: 0 5px;
    position: relative;
}

#slideshow0{
    display: none;
}
.footer__block_item{
    width:49.99%;
    text-align: left;
}
.footer__block_item + .footer__block_item{
    text-align: right;
}
img.logo_footer{
    width:100%;
    max-width:320px;
}
}


@media (min-width: 481px) and (max-width: 769px) {
.m-menu-open{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
width: 36px;
-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
        order: 1;
margin-bottom: 10px;
margin-right: 20px;
background-image: url(../image/mmenu_bg.png);
background-repeat: no-repeat;
background-position: center center;
height: 30px;
}
}	
@media (min-width: 320px) and (max-width: 480px) {
header{
    height: auto;
    padding-top: 15px;
}
.row_bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
padding-left: 15px;
padding-right: 15px;
-webkit-box-align: normal;
    -ms-flex-align: normal;
        align-items: normal;
}
.header_box {
width: 100%;
    margin-bottom: 10px;
}
#menu{
    
}
#logo{
    
}
.search_box{
    width: 100%;
}
.contacts{
    
}
.phone_numb{
    display:none;
}
recall_box{
    
}
.search_input{
    text-align: center;
}
.recall_box{
    
}
.recall{
    font-size: 12px;
    width: 100%;
}
.mobile_phone_numb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
/*font-size: 16px;*/
font-size: 14px;
color: #fff;
flex-wrap:wrap;
justify-content: flex-end;
}
.m_numb_msk{
    margin-bottom:7px;
}
.m-menu-open > a {
    width: 40px;
    height: 40px;
}



.row_bottom .header_box:first-child{
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 49.99%;
    align-items: center;
    display: flex;
}

 .row_bottom .header_box:nth-child(2){
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 48.99%;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    
}

.row_bottom .header_box:last-child{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 49%;
    font-size: 10px;
}
.header_box.align-middle.text-right {
    width: 80%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

#menu{
    border-radius: 0px;
}
}

@media (min-width: 416px) and (max-width: 480px) {
.mobile_phone_numb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*font-size: 16px;*/
    font-size: 14px;
    color: #fff;
    flex-wrap:wrap;
    justify-content: flex-end;
}
.m_city_msk{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.m_numb_msk{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.m_city_nsk{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.m_numb_nsk{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
}

#slideshow_container0{ /*full_size*/
display:block;
}

#slideshow_container1{/*mobile*/
display:none;
}

#slideshow_container0 img.img-responsive {
width: 100%;
height: auto;
display: block;
max-width: 100%;
object-fit: contain;
}
#slideshow_container1 img.img-responsive {
width: 100%;
height: 200px;
object-fit: cover;
}

@media (min-width: 320px) and (max-width: 650px) {
#slideshow_container0{ /*full_size*/
   display:none;
}

#slideshow_container1{/*mobile*/
    display:block;
}
}
@media (min-width: 320px) and (max-width: 767px) {
.accordeon{
    display:none;
}
.accordeon a{
    text-decoration:underline;
    color: rgb(93, 215, 51);
}

#ocdepartment-mobile-container{
    display:block;
}

}
@media (min-width: 481px) and (max-width: 768px) {
.mobile_phone_numb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*font-size: 16px;*/
    font-size: 18px;
    color: #fff;
    flex-wrap:wrap;
    justify-content: flex-end;
}
.m_city_msk{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.m_numb_msk{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom:10px;
}
.m_city_nsk{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.m_numb_nsk{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
}    

#category{
    display: none;
}

#menu .navbar-toggle{
    background: none;
}
.navbar-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.breadcrumb > li {
    padding: 0 16px;
    position: relative;
}


.item__center img{
    width: 100%;
    -o-object-fit: none;
       object-fit: none;
}
}


