.main-footer{
    background-color: #1599DB;
}
.footer-lists .current a{
    color: #000 !important;
}
.navigation li::before{
    background-color: #7E878E !important;
}
.footer-lists a:hover{
    color: #000 !important;
}
  #multi-derevo {
   width: 300px;
   border: solid;
   border-color: silver gray gray silver;
   border-width: 2px;
   padding: 0 0 1em 0;
   font-size: 1.3em;
  }
#multi-derevo > ul{
    padding-right: 10px;
}
.arrow {
    position: absolute;
    right: 0;
    transition: .5s;
}
.arrow.rotate {
    transform: rotate(180deg);
}
.product_menu span {
    position: relative;
     text-decoration: none;
     display: flex;
     justify-content: space-between;
     /*margin: 0 0 0 1.2em;*/      
     background-color: transparent;
     /*border: solid silver;*/
     border-width: 0 0 1px 1px;
     cursor: pointer;
   }
   .product_menu span a {
      display: block; 
      position: relative;
      /*top: .95em;*/
      /*background-color: #1599db;*/
      margin: 0 0 .2em .7em;
      padding: 0 0.3em;
     }
.product_menu span a:hover {
      color: #FFFFFF;
     }
   .product_menu h3 {
     font-size: 1em;
     font-weight: bold;
     margin: 0;
     padding: 0 .25em;
     border-bottom: 1px solid silver;
    }
  .product_menu h3 a {
     display: block;
      color: gray;
      text-align: center;
   }
  .product_menu ul, li {
     list-style-image:none;
     list-style-position:outside;
     list-style-type:none;
     margin:0;
     padding:0;
   }
    .product_menu ul li {
      line-height: 1.2em;
     }
     .product_menu ul li ul {
        display: none;
      }
       .product_menu ul li ul li {
         margin: 0 0 0 1.2em;
         /*border-left: 1px solid silver;*/
        }
       .product_menu li.last {
         border: none; 
        }
   .marker {
     border-color: transparent transparent transparent gray;
     border-style: solid; 
     border-width: .25em 0 .25em .5em;  
     margin: .35em .25em 0 0; 
     float: left; 
     width: 0px; 
     height: 0px; 
     line-height: 0px;
   }
   .marker.open {
     border-color: gray transparent transparent transparent;
     border-width: .5em .25em 0 .25em;  
   }
.ptoduct_1{
    position: relative;
}
/*.active_cat li .arrow {
    transform: rotate(180deg);
}*/
.ptoduct_1:hover > div{
    display: block;
}
.prod_list{
    background-color: #1899D9;
    padding-left: 10px;
    position: absolute;
    width: 180px;
    display: none;
}
.prod_arrow{
    position: absolute;
    right: 3px;
    top: calc(50% - 5px);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #5c656c;
}
.prod_list a:hover{
    color: #FFF;
}
.prod_list > div{
    position: relative;
    border-bottom: 1px solid #5c656c;
}
.prod_list > div:hover > div{
    display: block;
}
.prod_list_1{
    position: absolute;
    left: 100%;
    background-color: #1899D9;
    top: 0;
    padding: 0 10px;
    display: none;
    color: #FFF;
}
.product_menu span a{
    color: gray;
}
.product_menu span a:hover{
    color: gray;
}
.prod_list_1 > div{
    cursor: pointer;
    border-bottom: 1px solid #5c656c;
}
.prod_list_1 > div:hover{
    color: #FFF;
}
.right-col{
    margin-top: 15px;
}
.navigation{
    float: left;
}
.form-group{
    float: right;
    padding: 14px 0;
    margin-bottom: 0;
    margin-right: 15px;
}
.auto-container1{
    max-width: inherit;
    padding: 0;
}
.poxvats_class{
    margin-top: 180px;
}
.sliter_class_1{
    text-align: right;
    text-shadow: 0 0 5px #FFF;
}
.slider_class_2{
    text-shadow: 0 0 5px #FFF;
}
.slider_class_3{
    text-shadow: 0 0 5px #FFF;
}
.home_partner{
    display: flex;
    align-items: center;
}
.coloring{
    cursor: default !important;
    margin-left: 10px;
}
.add_1{
    margin-left: 20px;
    padding-left: 12px;
    color: #FFF;
}
/*about*/
.about_block{
    margin-top: 20px;
}
.about_tetx p {
    text-align: justify;
}
.ab_img{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ab_img a{
    width: 30%;
    height: 100%;
    margin: 10px 0;
}
.ab_img img{
    width: 100%;
    height: 100%;
}
.ab_img p{
    color: #7e878f;
    font-size: 20px;
    text-align: center;
}
.ab_img img:hover{
    animation: anim .5s cubic-bezier(0, 0, 1, 1);
}
@keyframes anim{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(1);
    }
}
/*slider*/
.aaa{
    width: 100%;
}
.carousel {
  background: #EEE;
}

.carousel-cell {
  width: 100%;
  height: 300px;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: gallery-cell;
}

/* cell number */

.flickity-button{
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #00000000;
}
.previous{
    left: 0;
}
.next{
    right: 0;
}
.carousel-cell img{
/*    height: 200%;*/
}
.text_1, .text_2, .text_3{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    color: #000;
}
.text_1{
    text-align: right;
    justify-content: flex-end;
    padding-right: 50px;
}
.text_2{
    text-align: center;
    justify-content: center;
}
.text_3{
    text-align: left;
    justify-content: flex-start;
    padding-left: 50px;
}
.slider_text{
    font-size: 50px !important;
    text-shadow: 0 0 5px #FFF;
}
.slide-item{
    padding: 10px 20px;
}
/*product*/
.main_product{
    margin-top: 50px;
}
.main_product1{
    display: flex;
    justify-content: space-between;
}
.product_menu{
    margin-right: 10px;
    padding: 0px 0 15px 20px;
}
.product_body {
    width: 75%;
}
.product_category{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.product_category > div {
    width: 21%;
    margin-bottom: 20px;
    margin-left: 20px;
}
.product_img{
    width: 100%;
    cursor: pointer;
    position: relative;
}
.product_img + h5{
    text-align: center;
}
.product_img img{
    width: 100%;
    transition: all .5s;
    border: 1px solid;
}
.product_img img:hover{
    animation: anim .5s cubic-bezier(0, 0, 1, 1);
}
@keyframes anim{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(1);
    }
}
.product_table{
/*    display: none;*/
    width: 100% !important;
}
.product_header{
    display: flex;
}
.product_table a{
    width: 60%;
}
.product_table img{
    width: 100%;
}
.product_table_text{
    width: 40%;
    font-size: 15px;
}
.table{
    margin-top: 20px;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #D4DDE9;
}
.download{
    margin-top: 20px;
}
.download a{
    color: #000;
    text-decoration: underline;
}
.product_table table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.product_table th, .product_table td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
/*partner*/
.partner{
    padding: 20px 0;
    width: 100%;
}
.partner h4{
    margin-bottom: 20px;
}
.partner_block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.partner_item{
    width: 22%;
    border: 1px solid;
    margin-bottom: 30px;
    overflow: hidden;
    cursor: pointer;
    padding: 10px;
}
.partner_item img{
    width: 100%;
    transition: all .5s;
}
.partner_item img:hover{
    transform: scale(1.1);
    
}
/*contact*/
.map{
    width: 100%;
    border: 3px solid;
}
.separater::before{
    background-color: #1599db !important;
}
.row1{
    margin: 0;
}
.now_block_contact{
    display: flex;
    flex-wrap: wrap;
}
.form-group1{
    margin-right: 0;
    padding: 0 10px;
}
.contact-section .icon::before{
    color: #1599db;
}
.gallery_block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery_item{
    width: 23%;
}
.gallery_item img{
    width: 100%;
    margin: 10px 0;
    cursor: pointer;
}
.gallery_item img:hover{
    animation: anim .5s cubic-bezier(0, 0, 1, 1);
}
.icon_fb{
    position: relative;
    color: #666666;
    font-size: 14px;
    padding-left: 70px;
    font-weight: 400;
    margin-bottom: 30px;
}
.icon_fb span{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 42px;
    height: 42px;
    color: #1599db;
    font-size: 20px;
    line-height: 40px;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #1599db;
}
/*document*/
.main_document{
    width: 100%;
    padding: 20px 0;
/*    display: flex;*/
    flex-wrap: wrap;
    margin-left: 50px;
}
.document_item{
    width: 100%;
    margin-bottom: 10px;
    
}
.doc_block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.doc_block > div{
    width: 50%;
}
.document_item > div > div > a{
    display: inline-flex;
    align-items: center;
}
.document_item a{
    color: #777777;
}
.document_item h3{
    cursor: pointer;
}
.document_item h3:hover{
    text-decoration: underline;
}
.main_document img{
    width: 40px;
    cursor: pointer;
    margin: 5px;
}

.active_cat{
    display: block!important;
}

.active_cat .marker{
    border-color: grey transparent transparent;
    border-width: 0.5em 0.25em 0px;
}

/*#cat_list li:after{
    content: "\f100";
    font-family: Flaticon1;
    font-size: 20px;
    font-style: normal;
    position: absolute;
    top: 0px;
    right: 0px;
}

#cat_list li:before{
    content: "\f101";
    font-family: Flaticon1;
    font-size: 20px;
    font-style: normal;
    position: absolute;
    top: 0px;
    right: 0px;
}*/

#cat_list li{
    position: relative;
}

#cat_list{
    margin-top: 1em;
}











