html, body {
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0;
    background-color: #F6F6F6;
}
.m_bottom {
	margin-bottom: 0;
}




.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/logo.png) no-repeat center center #fff;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
.loaded {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0.3s;
    -moz-transition: all 0.5s ease-out 0.3s;
    -webkit-transition: all 0.5s ease-out 0.3s;
}


h4 {
    text-transform: capitalize;
    margin-bottom: 0;
}
h6 {
    font-size: 21px;
    font-weight: 300;
}
.title_dev {
    height: 2px;
    width: 60px;
    background-color: #72A42D;
    display: inline-block;
    margin-bottom: 8px;
}

.go_btn {
    color: #282828;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    transition: all 0.1s ease-out 0.1s;
    -moz-transition: all 0.1s ease-out 0.1s;
    -webkit-transition: all 0.1s ease-out 0.1s;
}
.go_btn:hover {
    color: #659A13;
}

#map {
    width: 100%;
    height: 350px;
}

.go_top {
    position: fixed;
    bottom: 25px;
    right: 30px;
    text-decoration: none;
    opacity: 0;
    color: #72A42D;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    display: block;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.opacity {
    opacity: 1;
}



/* header */
.wrapp {
    height: 100vh;
    min-height: 710px;
    width: 100%;
}

.top_header {
    padding: 5px 0;
    border-bottom: 2px solid #73A32A;
	background-color: #5D5D5D;
	color: #EAEAEA;
    font-size: 12px;
}
.btm_header {
	clear: both;
    /*position: fixed;*/
    width: 100%;
    box-sizing: border-box;
    z-index: 4;
}
.logo {
    padding: 30px 0px 35px;
    max-width: 290px;
}
.dropdown-button {
    padding: 13px;
}
.nav {
    height: inherit;
    line-height: 0;
}
nav ul a {
    color: rgba(0, 0, 0, 0.87);
    font-size: 18px;
    line-height: 184px;
    padding: 0 13px;
}

nav .nav-wrapper i {
    font-size: 35px;
}
.dropdown-content {
    min-width: 210px;
    right: 0!important;
}
.dropdown-content li {
    text-align: center;
}
.dropdown-content li > a {
    color: rgba(0, 0, 0, 0.87);
}



.main {
  margin-top: 90px;
}
.banner {
    background: -webkit-linear-gradient(135deg, #D2F998, #7BBD16);
    background: -o-linear-gradient(135deg, #D2F998, #7BBD16);
    background: -moz-linear-gradient(135deg, #D2F998, #7BBD16);
    background: linear-gradient(135deg, #D2F998, #7BBD16);
}
.bg_img {
    box-sizing: border-box;
    padding: 0% 0 3%;
    background: url(../img/background.png);    
}

.main_title {
    color: #fff;
    font-size: 5.5rem;
    letter-spacing: -5px;
    margin: 2.1rem 0 1.1rem 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
.main_title span {
    font-weight: 300;
}
.icon_block {
    padding-top: 20px;
}
.icon_block span {
    font-size: 17px;
    line-height: 0;
}


.servis {
    margin-top: -25px;
    margin-bottom: 40px;
    z-index: 5;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 0 40px;
    text-align: justify;
    transition: all 0.1s ease-out 0.1s;
    -moz-transition: all 0.1s ease-out 0.1s;
    -webkit-transition: all 0.1s ease-out 0.1s;
}




.title_wrapp {
    padding: 40px 0;
}






.prod_info {
    background-color: #fff;
    text-align: justify;
    font-size: 16px;
    box-sizing: border-box;
    padding: 30px 30px 50px 30px;
}
.prod_info .row {
    margin-bottom: 60px;
}
.prod_info a {
    font-size: 18px;
    color: #43A047;
}












.contact_info {
    font-size: 16px;
}
.contact_info a {
    color: #43A047;
}
.soc_block {
    margin-top: 40px;
}
.contact_icon i {
    border: 1px solid #5D5D5D;
    padding: 7px;
    vertical-align: middle;
    color: #43A047;;
    transition: all 0.1s ease-out 0.1s;
    -moz-transition: all 0.1s ease-out 0.1s;
    -webkit-transition: all 0.1s ease-out 0.1s;
}
.contact_icon i:hover {
    color: #fff;
    background-color: rgb(67, 160, 71);
    cursor: default;
}
.sign_img {
    background: url(../img/sign_green.png) center no-repeat;
    background-size: 29px;
    width: 40px;
    height: 40px;
    display: inline-block;   
}
.sign_img:hover {
    background: url(../img/sign_white.png) center no-repeat;
    background-size: 29px;
}
.copyright {
    background-color: #5D5D5D;
    border-top: 5px solid #73A32A;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}
.copyright p {
    margin: 0;
    padding: 15px 0;
    text-align: center;
}




@media only screen and (max-width: 992px) {
    nav ul a {
        color: rgba(0, 0, 0, 0.87);
        font-size: 18px;
        line-height: 30px;
    }
    .dropdown-button {
        padding: 60px 13px;
    }
}


@media only screen and (max-width: 600px) {
    h4 {
        padding-top: 15px;
        font-size: 2rem;
    }
    h5 {
        font-size: 1.4rem;
    }


    .nav {
        height: 70px;
        line-height: 70px;
    }
    .logo {
        max-width: 169px!important;
        padding: 0;
    }
    .dropdown-button {
        padding: 18px;
    }


    .main_title {
        font-size: 3.5rem;
    }

    .icon_block {
        padding-top: 0px;
    }
    .icon_block span {
        font-size: 16px;
    }

    .title_wrapp {
        padding: 10px 0;
    }

    .flaticon-client2:before,
    .flaticon-marketing8:before,
    .flaticon-page63:before,
    .flaticon-cogwheels15:before {
        font-size: 40px!important;
    }




    .servis {
        padding: 0px 0 30px;
    }

    .prod_wrapp {
        display: table;
        padding: 0 0.75rem;
    }
    .prod_bottom {
        width: 100%;   
        display: table-footer-group;
        float: none!important;
    }
    .prod_top {
        width: 100%;   
        display: table-header-group;
    }
    .prod_info {
        padding: 10px 10px 0px 10px;
    }
    .prod_info img {
        width: 100%;
    }
    .prod_info,
    .prod_info a,
    .contact_info {
        font-size: 14px;
    }
    .prod_info .row {
        margin-bottom: 30px;
    }

    .soc_block {
        text-align: center;
    }
}
