/* mobile first */

/* 
helpers

SM  Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

MD Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

LG Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

XL  X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

XXL  XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }

*/

html {
    font-size: 14px;
    height: 100%;
}
@media (min-width: 992px) { 
    html {
        font-size: 16px;
    }
}

body {
    min-height: 100vh;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    border-right: solid 1px #eaeaea; /* devider for opera scroll white style */
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;

}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    font-family: 'Raleway', Arial, sans-serif;
}

.red {
    border: dashed 1px red;
}
.bg-color-light {
    background: #f2f5f5;
}





.navbar-style {
    background: white;
}

.navbar-brand {
    padding: 0px;
}
.navbar-brand .logo {
    max-height: 40px;
}
@media (min-width: 992px) { 
    .navbar-brand .logo {
        max-height: 60px;
        margin-bottom: 2px;
        margin-top: 2px;
    }
}


.navbar .nav-item {
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
}
.navbar .nav-item .nav-link.active {
    color: #006e36;
}

.brand-name {
    display: inline-block;
    transform:translateY(2px);
}


main {

}


a {
    color: rgb(25, 135, 84);
}
a:hover {
    color: rgb(20, 108, 67);
}
a.style-gray {
    color: rgba(33, 37, 41, 0.75);
}


blockquote {
    border-left: solid 3px rgb(25, 135, 84);
    padding-left: 20px;
    font-style: italic;
    font-size: 1.125rem;
}
.mce-content-body {
    padding: 16px 20px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
}


.main-page-hero {
    width: 100%;
    height: calc(100vh - 57px);
    background: url('../img/bg-image-hero-vertical.jpg') center center no-repeat;
    background-size: cover;
}
@media (min-width: 576px) { 
    .main-page-hero {
        height: 400px;
        background: url('../img/bg-image-hero-horizontal.jpg') center center no-repeat;
        background-size: cover;
    }
}
@media (min-width: 768px) { 
    .main-page-hero {
        height: 500px;
    }
}
@media (min-width: 992px) { 
    .main-page-hero {
        height: 600px;
    }
}
@media (min-width: 1200px) { 
    .main-page-hero {
        height: 700px;
    }
}
@media (min-width: 1400px) { 
    .main-page-hero {
        height: 800px;
    }
}




.card-item-product {
    border: solid 1px #CCCCCC;
    border-radius: 14px;
    overflow: hidden;
}
.card-item-product:hover {
    cursor: pointer;
    border: solid 1px green;
}
.card-item-product:hover h4 {
    color: green;
}
.card-item-product .card-icon-left {
    
}
.card-item-product .card-icon-left img {
    max-width: 120px;
}
.card-item-product .card-body {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 16px;
}





.main-page-work {
    width: 100%;
    background: url('../img/bg-image-work.jpg') center center no-repeat;
    background-size: cover;
}
.main-page-work .list-style {
    font-size: 1.2rem;
    list-style: none;
    
}

.main-page-work .list-style li:before {
    content:'\25A0';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -24px;
    top: -3px;
    color: #A6E129;
    font-size: 19px;
}

.main-page-work .list-style li {
    margin-bottom: 24px;
}

.bg-dark-green-1 {
    background: #0B3422;
}
.bg-dark-green-2 {
    background: #082518;
}

.about-company {
    
}


.about-company .label-image {
    max-height: 80px;
    max-width: 100%;
}
@media (min-width: 768px) { 
    .about-company .label-image {
        max-height: 100px;
        max-width:100%;
    }
}



.about-company .text-big {
    font-size: 2.5rem;
    font-weight: bold;
    width: 120px;
    min-width: 120px;
    min-width: 120px;
    line-height: 3rem;
    color: #7EB428;
    text-align: center;
}

.about-company .company-digits-box {
    min-height: 120px;
}


.company-labels {
    color: white;
    background: #0B582C;
    font-size: 0.875rem;
}
.company-labels .label-image {
    max-height: 80px;
}
@media (min-width: 576px) { 
    .company-labels .label-image {
        max-height: 100px;
    }
}

.company-labels .label-image-box {
    min-width: 80px;
}
@media (min-width: 768px) { 
    .company-labels .label-image-box {
        min-width: auto;
    }
}



.main-page-slider {
    padding-left: 32px;
    padding-right: 32px;
}
@media (min-width: 768px) {
    .main-page-slider {
        padding-left: inherit;
        padding-right: inherit;
    }
}


.btn-slider-left {
    width: 48px;
    height: 48px;
    background: #fff;
    position: absolute;
    z-index: 2;
    left: -14px;
    top: calc(50% - 24px);
    border: none;
    border-radius: 30px;
    text-align: center;
}
.btn-slider-right {
    width: 48px;
    height: 48px;
    background: #fff;
    position: absolute;
    z-index: 2;
    right: -14px;
    top: calc(50% - 24px);
    border: none;
    border-radius: 30px;
    text-align: center;
}

.btn-slider-left svg {
    margin-left: -4px;
}
.btn-slider-right svg {
    margin-right: -4px;
}



.fancybox-hover-zoom:hover::before {
    content: '';
    position: absolute;
    top: 0px;
    left:0px;
    right: 0px;
    bottom: 0px;
    background: rgba(126,180,40,0.5);
}
.main-page-slider .swiper-button-prev {
    position: absolute;
    z-index: 9999;
    width: 32px;
    height: 32px;
    background: white;
    top: 50%;
    left: -20px;
}

.main-page-slider .swiper-button-next {
    position: absolute;
    z-index: 9999;
    width: 32px;
    height: 32px;
    background: white;
    top: 50%;
    right: -20px;
}

/*
.slider-company {
    width: calc(100% - 120px);
    margin-left: 60px;
    margin-right: 60px;
    
}
@media (min-width: 576px) { 
    .slider-company {
        width: calc(100% - 200px);
        margin-left: 100px;
        margin-right: 100px;
    }
}
@media (min-width: 768px) {
    
    .slider-company {
        width: calc(100% - 200px);
        margin-left: 100px;
        margin-right: 100px;
    }

}

*/


.box-video {
    
}
.box-video video {
    width: 100%;
    box-shadow: 0px 4px 20px 0px rgba(14, 24, 17, 0.5);
}



.item-phone-contact .dotted-line {
    position: relative;
}

.item-phone-contact .dotted-line::before {
    content: '';
    position: absolute;
    left:4px;
    right:4px;
    bottom: 6px;
    border-bottom: dashed 1px silver;
}






.news-content {

}
.news-content img {
    padding: 0px;
    background: #fff;
    border: solid 1px rgb(222, 226, 230);
}

.news-item {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 4px 14px 0px rgba(34, 60, 80, 0.1);
}
.news-item a {
    text-decoration: none;
}
.news-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.news-slider-box {
    padding-left: 32px;
    padding-right: 32px;
}
@media (min-width: 768px) {
    .news-slider-box {
        padding-left: inherit;
        padding-right: inherit;
    }
}

