.share {
    margin-top: 30px;
}
.w-100{
    width: 100%;
}
.d-flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.j-end{
    justify-content: end;
}
.j-space{
    justify-content: space-between;
}
.align-end{
    align-items: end;
}

.alert{
    border-radius:  0;
    margin-top: 40px;
}

.blog_txt_info{
    margin-top: 20px;
}

h2{
    color: #222;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}
h3{
    color: #222;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.btn.btn-primary{
    
    height: 50px;
    border-radius: 50px;
    text-align: center;
    padding: 6px 22px;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    
    color: #fff;
    background-color: #f4ab01;
    border: 2px solid transparent;
    border: 2px solid #f4ab01;
    
    transition: all 0.4s ease;
}
.btn.btn-primary:hover{
    color: #f4ab01;
    background-color: #fff;
}

.bg-colored{
    background-color: #f4ab01;
    color: #fff;
}
.bg-colored h3{
    color: #fff;
}

.bg-colored .btn.btn-primary{
    color: #f4ab01;
    background-color: #fff;
}
.bg-colored .btn.btn-primary:hover{
    color: #fff;
    background-color: #f4ab01;
    border: 2px solid #fff;
}

.bg-colored fieldset{
    border: none;
    padding: 0;
}
/* header */

.header-icon{
    border-radius: 50%;
    background-color: #414169;
    border: none;
    font-size: 20px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #fff;
}

.menu_wrapper{
    background-image: linear-gradient(#f4ab01, #fff7);
}
.menu_fixed{
    background: #fff;
}
.menu_fixed .header_logo{
    position: relative;
    top: 0;
}
#nav_filter li a{
    color: #02026B;
}
#nav_filter li a:hover {
    background-color: #414169;
    border: 2px solid #fff;
    color: #fff;
}   
.dropdown-menu > .active > a{
    background-color: inherit;
}
.rp_mobail_menu_main_wrapper #toggle i{
    font-size: 40px;
    color: #200646;
} 

/* md */
@media(max-width: 1199px){
    #nav_filter{
        position: absolute;
    }
    #nav_filter li a{
        font-size: 12px;
    }
}

/* home - slider */

.pre-title{
    color: #777;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}
.title{
    color: #222;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* home page - targets */
    .targets{
        background-color: #f4ab01;
        padding: 30px 0;
    }
    .target-card-icon{
        height: 120px;
        width: 120px;
        padding: 20px;
        border-radius: 50%;
        border: 2px #fff solid;
        margin: 0 auto 20px; 
        transition: all 0.4s ease;       
    }
    .target-card:hover .target-card-icon{
        background-color: #009923;     
    }
    .target-card-icon img{
        width: 80px;
        filter: invert(1);  
        transition: all 0.4s ease;        
    }
    .target-card-text{
        text-align: center;
        color: #fff; 
        padding: 0 20px;   
        text-transform: uppercase;
        font-size:  12px;
        font-weight: bold;    
    }
.targets .owl-carousel {
    padding: 0 100px;
}
.targets .owl-theme .owl-nav {
    position: absolute;
    top: 25px;
    margin: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block;
}   
.targets .owl-theme .owl-nav .owl-prev, 
.targets .owl-theme .owl-nav .owl-next {
    position: absolute;
    color: #f4ab01;
    font-size: 36px;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    height: 100px;
    width: 100px;
    border: 2px #fff solid;
    border-radius: 100%;
    transition: all 0.4s ease;
} 
.targets .owl-theme .owl-nav .owl-prev:hover, 
.targets .owl-theme .owl-nav .owl-next:hover{
    background-color: #f4ab01;
    color: #fff;
} 

.targets .owl-theme .owl-nav .owl-prev {
    padding: 30px 7px 30px 55px;
    left: -50px;
}
.targets .owl-theme .owl-nav .owl-next {
    padding: 30px 55px 30px 7px;
    right: -50px;
}

/* home - products */
    .team_about{
        border: 1px #e6e6e6 solid;
    }
    .product-note{
        color: #fff;
        font-weight: bold;
        position: absolute;
        left: 10px;
        top: 65px;
        transform: rotate(-45deg);        
    }
    .team_img{
        position: relative;
        height: 330px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .team_img>img{
        max-height: 280px; 
        max-width: 180px; 
        width: auto !important; 
    }
    .team_about .product-name{
        color: #222;
        font-size: 14px;
        font-weight: 700;
        padding: 10px;
        margin: 0;
        line-height: 1.2em;    
    }
    .team_txt p {
        text-align: center;
        color: #757575;
        font-size: 14px;
    }
    .team_about .product-target-icon{
        position: absolute;
        left: -60px;
        bottom: 0;
        display: flex;
        flex-direction: column;
        transition: left 0.4s ease;
    }
    .team_about:hover .product-target-icon{
        left: 10px;
    }
    .team_about .product-target-icon .product-icon{
        padding: 5px;
        margin: 5px 0;
        background-color: #009923;
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }
    .team_about .product-target-icon img{
        filter: invert(1);
        width: 40px;
        height: auto;
    }
.team_slider_wrapper .owl-carousel {
    padding: 0 50px;
}
.team_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    top: 120px;
    margin: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block;
}   
.team_slider_wrapper .owl-theme .owl-nav .owl-prev, 
.team_slider_wrapper .owl-theme .owl-nav .owl-next {
    position: absolute;
    color: white;
    font-size: 50px;
    display: inline-block;
    cursor: pointer;
    background-color: #f4ab01;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    padding: 10px;
    transition: all 0.4s ease;
} 
.team_slider_wrapper .owl-theme .owl-nav .owl-prev:hover, 
.team_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
    background-color: #009923;
} 
.team_slider_wrapper .owl-theme .owl-nav .owl-prev {
    left: -50px;
}
.team_slider_wrapper .owl-theme .owl-nav .owl-next {
    right: -50px;
}

/* home - search */
    .search-area{
        background: #f4ab01;
        padding: 50px 0;
        color: #fff;
    }
    .search-area h2{
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 20px;
    }
    .search-area h3{
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin: 20px 0;
    }
    
.form-colored input,
.form-colored select{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding-left: 10px;
    margin-bottom: 10px;
    color: white;
    background: transparent;
    border: 2px solid #fff;
    transition: all 0.5s;
}
.form-colored input::placeholder{
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
}
.form-colored input::-webkit-calendar-picker-indicator {
    /* disable down arrow in chrome */
  display: none;
}
.form-colored input[list]+.fa-chevron-down{
    position: absolute;
    right: 30px;
    margin-top: 36px;
}

.targets-inputs{
    display: flex;
    flex-wrap: wrap;
}
.target-checkbox{
    margin: 5px;
}
.target-checkbox input{
    display: none;
}
.target-checkbox .wrapper{
    cursor: pointer;
    width: 80px;
    height: 80px;
    padding: 10px;
    border: 2px #fff solid;
    border-radius: 50%;
}
.target-checkbox .wrapper>img{
    filter: invert(1);
    width: 60px;
    height: auto;
}
.target-checkbox input:checked+.wrapper{
    border-color: #fff; /* white with invert*/
    background-color: #009923;
}
.target-checkbox input:checked+.wrapper>img{

}

.farmgroup-inputs{
    display: flex;
    flex-wrap: wrap;
}
.farmgroup-inputs label{
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}
.farmgroup-inputs span{
    display: table-cell;
    padding: 5px 10px;
    height: 50px;
    width: 100%;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
    border-radius: 25px;
    border: 2px #fff solid;
    background-color: transparent;
}
.farmgroup-inputs input[type="checkbox"]{
    display: none;
}
.farmgroup-inputs input:checked+span{
    border: 2px #fff solid;
    background-color: #009923;
}
.booking_chat .phone{
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

/* home - map */
    .map-area{
        position: relative;
    }
    .logo-wrap{
        position: absolute;
        top:0;
        width: 100%;
    }
/* diller map */
    #dilermap {
        width: 100%;
        height: 500px;
        margin-top: 30px;
    }
    .diler-box {
        margin-bottom: 20px;
    }
    .diller-title{
        font-weight: bold;
        color: #333;
    }
    .diller-address:before {
       font-family: FontAwesome;
       content: "\f041"; 
       color: #f4ab01;
       margin-right: 5px;       
    }  
    .diller-phone:before {
       font-family: FontAwesome;
       content: "\f095";        
       color: #f4ab01;
       margin-right: 5px;       
    }  
    .diller-mobile:before {
       font-family: FontAwesome;
       content: "\f10b";        
       color: #f4ab01;
       margin-right: 5px;       
    } 
    .diller-email:before {
       font-family: FontAwesome;
       content: "\f0e0";        
       color: #f4ab01;
       margin-right: 5px;       
    }    
    .diller-worktime:before {
       font-family: FontAwesome;
       content: "\f017";        
       color: #f4ab01;
       margin-right: 5px;       
    }         
    .contact-title:before {
       font-family: FontAwesome;
       content: "\f2be"; 
       color: #f4ab01;
       margin-right: 5px;       
    }  
    .contact-phone:before {
       font-family: FontAwesome;
       content: "\f1ac";        
       color: #f4ab01;
       margin-right: 5px;       
    } 
/* pagination */

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #009923;
    border-color: #009923;
    cursor: default;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #009923;
    border-color: #009923;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    color: #000000;
    text-decoration: none;
    background-color: #f3f0f0;
    border: none;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    line-height: 2;
    padding: 6px 12px;
    margin-left: -1px;
    text-align: center;
}

.pagination>li>a:hover {
    background: #f4ab01;
    color: white;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: white;
    background-color: #f4ab01;
    border-color: #f4ab01;
}

/* category tree */
.right_blog_category_list_wrapper{
    background-color: #f6f6f6;
    margin: 20px 0;
    padding: 10px 0;
}
.right_blog_category_list_wrapper ul{
    padding: 0;
}
/*
.right_blog_category_list_wrapper ul ul{
    padding: 0 0 0 20px;
}
*/
.right_blog_category_list_wrapper .menu-item{
    position: relative;
}
.right_blog_category_list_wrapper li a{
    display: block;
    line-height: 1.1em;
    padding: 8px 0 8px 15px;
    width: 100%;
    transition: all 0.4s ease;
    padding-right: 20px;
}

.right_blog_category_list_wrapper li a:hover,
.right_blog_category_list_wrapper li div:hover>a{
    background-color: #f4ab01;
    color: #fff;
}
.right_blog_category_list_wrapper li a.active{
    font-weight: bold;
    color: #f4ab01;
}
.right_blog_category_list_wrapper .sublevel li a{
    font-size: 14px;
    padding-left: 24px;
}

.right_blog_category_list_wrapper .chevron{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
    transition: all 0.4s ease;
}
.right_blog_category_list_wrapper li div:hover>.chevron{
    color: #fff;
}

.right_blog_category_list_wrapper .chevron[aria-expanded="true"]{
    transform: rotate(90deg);
}

/* �������� ������ */

.product-info h1{
    color: #222;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-info h2{
    color: #222;
    font-size: 20px;
}

.product-info h3{
    color: #666;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}

.product-info .target-card-icon{
    height: 80px;
    width: 80px;
    padding: 14px;
    display: inline-block;
    background-color: #f4ab01;
}

.product-info .target-card-icon img{
    width: 50px;
}
.product-info ul.composition{
    padding: 0;
    list-style: none;
}
.product-info ul.composition li:before{
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #f4ab01;
    margin-right: 5px;
}
.product-info ul.composition li{
    display: flex;
    width: 250px;
}

.product-info ul.composition li span + span{
    margin-left: auto;
}

.product-info .farmgroup a{
    color: #fff;
    background-color: #f4ab01;
    line-height: 30px;
    border-radius: 15px;
    
    padding: 4px 16px;
    transition: all 0.4s ease;
}
.product-info .farmgroup a:hover{
    color: #fff;
    background-color: #009923;
}
.text-muted{
    display: none;    
}
/* �������� ������� news */

.bg-gray{
    font-style: italic;
    padding: 20px;
    background: #f6f6f6;
    color: #444;
}



/* footer */
    .shedule{
        display: flex;
        justify-content: space-between;
        color: #ddd;
        font-size: 14px;
    }
    .footer_box_add ul li{
        display: flex;
        
    }
    .footer_ul_wrapper ul li a {
        font-size: 14px;
    }
/* modal */
.modal-content{
    background-color: #f4ab01;
} 
.modal-content h4.modal-title {
    font-size: 26px;
    font-weight: bold;
}     
.modal-content input{
    font-size: 16px;
}    
.close {
    font-size: 36px;
    color: #fff;
    opacity: 0.6;
}   
.close:hover {
    color: #fff;
    opacity: 1;
}    

.copyright{
    padding: 0 0 50px;
}