html{
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}
body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
h2{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 30px;
}
.top_line{
    position:fixed;
    width:100%;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    z-index: 10000;
}
.main_top_line{
    background: rgba(0,0,0,0.4);
    padding: 20px 0;
}
.sub_top_line{
    background: rgba(0,0,0,0.5);
    padding: 15px 0;
}
.main_navigation a{
    color: #fff;
    display:inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
}
.active{
    color: #000!important;
    background: #fff;
}
.logo{
    max-width: 200px;
}
.logo_little{
    float: left;
    max-width: 150px;
    display: none;
}
.header_phone{
    display: block;
    font-size: 25px;
    margin-top: 20px;
    font-weight: 600;
}
.header_phone i{
    vertical-align: middle;
    color: #69bd34;
    font-size: 50px;
}
.header_sub_text{
    color: #69bd34;
    font-weight: 500;
    margin-left: 60px;
    font-size: 20px;
}
.header_location{
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
}
.header_location span{
    margin-left: 100px;
    vertical-align: middle;
}
.header_location i{
    vertical-align: middle;
    color: #69bd34;
    font-size: 50px;
    float:left
}
.main_navigation a:hover{
    color: #000;
    background: #fff;
}

.cart_button{
    float:right;
    cursor:pointer;
    padding: 5px 0;
    font-size: 16px;
    margin-right: 25px;
}
.cart_button i{
    font-size: 30px;
    vertical-align: middle;
}
.cart_indocator{
    background: #ff4747;
    color: #fff;
    display:block;
    position:absolute;
    padding: 4px 8px;
    top: -8px;
    left: 117px;
    border-radius:50px;
    font-size: 10px;
}
.section_main_banner{
    background:url("../web/assets/img/bg.jpg");
    background-size:cover;
    background-position:center center;
    min-height:900px;
    padding: 300px 0 100px 0;
    font-family: 'Montserrat', sans-serif;
}
.section_main_banner h1{
    font-weight: 700;
    font-size: 60px;
    color:#fff;
}
.section_main_banner h3{
    font-weight: 100;
    font-size: 55px;
    color: #fff;
}

.section_child_banner{
    background:url("../../web/assets/img/bg2.jpg");
    background-size:cover;
    background-position:center center;
    padding: 230px 0 50px 0;
    font-family: 'Montserrat', sans-serif;
}
.section_child_banner h1{
    font-weight: 700;
    font-size: 60px;
    color:#fff;
}
.section_child_banner h3{
    font-weight: 100;
    font-size: 55px;
    color: #fff;
}

.news_block{
    overflow: hidden;
    max-height:250px;
    border: 1px solid #dedede;
    padding-right: 15px;
    margin-bottom:20px;
    cursor: pointer;
}
.news_block img{
    max-width:450px;
}
.news_block span{
    position: absolute;
    z-index: 5000;
    bottom: 40px;
    left: 35px;
    font-size: 20px;
    color:#fff;
    font-weight: 800;
    text-transform: uppercase;
}

.mask{
    background: rgba(9,107,208,0.5);
    position: absolute;
    height:92%;
    width: 93%;
}




.red_button{
    background: #69bd34;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: 300;
    margin-top: 20px;
    cursor:pointer;
}

.section_utp{
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    font-family: 'Montserrat', sans-serif;
}
.utp_block i{
    float:left;
    margin-right: 5px;
    font-size: 60px;
    color: #00d200;
}
.utp_block span{
    display: block;
    font-size: 18px;
}











.section_work_me{
    padding: 20px 0;
}
.apple_background{
    position:absolute;
    max-width:800px;
    left: -500px;
}
.kiwi_background{
    position:absolute;
    max-width:800px;
    left: -550px;
}
.banan_background{
    position:absolute;
    max-width:800px;
    left: -450px;
}

.orange_background{
    position:absolute;
    max-width:800px;
    right: -550px;
}
.vish_background{
    position:absolute;
    max-width:800px;
    right: -550px;
}
.tom_background{
    position:absolute;
    max-width:800px;
    right: -450px;
}
.section_work_me h2{
    padding-bottom: 40px;
}
.work_block img{
    max-width:500px;
}
.work_block h4{
    font-size: 25px;
    padding-top:10px;
}
.work_block{
    background: #fff;
    overflow:hidden;
    padding: 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-shadow: 4px 4px 13px 0px rgba(146, 146, 146, 0.2);
    -moz-box-shadow: 4px 4px 13px 0px rgba(146, 146, 146, 0.2);
    box-shadow: 4px 4px 13px 0px rgba(146, 146, 146, 0.2);
}
.image_work_block{
    max-height:350px;
    overflow:hidden;
}

.callback_form{
    padding-top: 50px;
    font-family: 'Montserrat', sans-serif;
}

.callback_form input[type="text"]{
    padding: 10px;
    width: 100%;
}

.callback_form input[type="submit"]{
    padding: 10px;
    border: 2px solid black;
    color: black;
    background:#fff;
}

textarea{
    padding: 10px;
    width: 100%;
}
.contact_side_footer{
    padding-top:50px;
}
.contact_side_footer p{
    font-size: 25px;
}
.contact_side_footer i{
    vertical-align: middle;
    font-size: 40px;
    color: #69bd34;
}
.contact_side_footer img{
   max-width:500px;
}
























.product_card_primary{
    -webkit-box-shadow: 0px 0px 11px 0px rgba(146, 146, 146, 0.2);
    -moz-box-shadow: 0px 0px 11px 0px rgba(146, 146, 146, 0.2);
    box-shadow: 0px 0px 11px 0px rgba(146, 146, 146, 0.2);
    margin: 15px 0;
}
.product_card_primary > .product_cards_img img{
    max-width: 260px;
}

.pagination_active{
    background: #69bd34;
    color: #fff!important;
    text-align: center;
}
.pagination a{
    display:inline-block;
    padding: 5px 10px;
    margin: 5px;
    color: black;
    border: 1px solid #dedede;
}
.pagination a:hover{
    background: #69bd34;
    color: #fff;
    transition: 0.3s;
}

.section_catalog_popular{
    padding: 20px 0;
}
    .owl-carousel{
        margin-top:50px;
    }
    .product_cards{
        -webkit-box-shadow: 0px 0px 11px 0px rgba(146, 146, 146, 0.2);
        -moz-box-shadow: 0px 0px 11px 0px rgba(146, 146, 146, 0.2);
        box-shadow: 0px 0px 11px 0px rgba(146, 146, 146, 0.2);
        margin: 15px;
    }
    .product_cards_img{
        max-height: 220px;
        overflow:hidden;
    }
    .product_cards_title{
        text-align:center;
        font-size: 18px;
        font-weight: 600;
        padding: 20px;
    }
    .product_cards_button{
        display:block;
        background: #69bd34;
        text-align: center;
        color: #fff;
        font-weight: 800;
        padding: 20px;
        cursor: pointer;
    }
    .product_cards_button i{
        vertical-align: middle;
    }
    .card_price{
        color: #69bd34;
    }

.main_block_block{
    -webkit-box-shadow: 0px 0px 11px 0px rgba(146, 146, 146, 0.2);
    -moz-box-shadow: 0px 0px 11px 0px rgba(146, 146, 146, 0.2);
    box-shadow: 0px 0px 11px 0px rgba(146, 146, 146, 0.2);
    margin: 15px;
}
.main_block_block_img{
    max-height: 220px;
    overflow:hidden;
}
.main_block_block_title{
    text-align:center;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 0px 0;
}
.main_block_block_description{
    font-size: 14px;
    font-weight: 500;
    padding: 20px;
}





.delivery_item span{
    font-size: 20px;
    font-weight: 500;
}
.delivery_item img{
    max-width: 100px;
}
.delivery_img{
    max-width:500px;
}








.section_blog_popular{
    padding: 20px 0;
}
.section_delivery{
    padding: 20px 0;
}
.section_delivery h2{
    padding-bottom: 40px;
}
.section_review{
    padding: 20px 0;
}
.section_contact{
    padding: 20px 0;
}
.footer{
    padding: 20px 0;
    background: #e0e0e0;
}
.footer p{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.review_block{
    font-size: 18px;
    border:1px solid #dedede;
    border-radius: 50px 0 50px 0;
    padding:20px;
    margin: 20px;
    color: #fff;
    background:#69bd34;
}











.top_line_fixed{
    background:#fff;
    transition: 0.3s;
    color: #000;
    -webkit-box-shadow: 2px 8px 14px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 2px 8px 14px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 2px 8px 14px 0px rgba(34, 60, 80, 0.2);
}
.main_navigation_fixed{
    padding: 13px 0;
}
.cart_block_fixed{
    padding: 13px 0;
}
.main_navigation_fixed a{
    color: #000;
}
.cart_indocator_fixed{
    top:10px;
}
.header_phone_display{
    display: inline-block;
    float: right;
    font-size: 25px;
    font-weight: 600;
    display:none;
}
.header_phone_display i{
    vertical-align: middle;
    color: #69bd34;
    font-size: 50px;
}


.catalog .owl-carousel{
    margin-top:10px;
}
.catalog h3{
    margin-bottom: 0;
}
.category_menu a{
    display: block;
    border-bottom: 1px solid #dedede;
    color: #323232;
    padding: 20px 10px;
}
.category_menu a:hover{
    background: #69bd34;
    color:#fff;
    transition: 0.3s;
}
.category_menu span{
    float: right;
    background: #69bd34;
    color:#fff;
    display:inline-block;
    padding: 5px 10px;
    border-radius: 50%;
}

