body {
    font-family: 'Montserrat', sans-serif !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 400 !important;
}

a {
    text-decoration: none !important;
}

input,
select,
textarea {
    -webkit-appearance: none !important;
}

img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

.header_main {
    position: absolute;
    z-index: 99;
    width: 100%;
    margin-top: 34px;
}

.footer_main {
    position: absolute;
    width: 100%;
    z-index: 99;
    bottom: 0;
    margin-bottom: 48px;
    font-size: 13px;
}

.footer_main img {
    margin-right: 3rem;
    transition: .3s;
}

.footer_main img:hover {
    opacity: .7;
    transition: .3s;
}

.header_main ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    justify-content: space-between !important;
    font-size: 15px;
    font-weight: 500;
}

.header_main ul a {
    color: #fff;
    transition: .3s;
}

.header_main ul a:hover {
    color: #439D4A;
    transition: .3s;
}

.main_block_1 .row {
    height: 100%;
}

.header_contacts {
    padding-right: 3rem !important;
}

.header_contacts div {
    display: inline-block;
}

.header_contacts a {
    color: #fff;
    transition: .3s;
}

.header_contacts a:hover {
    color: #439D4A;
    transition: .3s;
}

.header_contacts div:first-child {
    line-height: 20px;
    margin-right: .75rem;
}

.header_contacts div:first-child a:first-child {
    font-size: 20px;
    font-weight: 600;
}

.header_contacts div:first-child a:last-child {
    font-size: 13px;
}

.header_contacts div:last-child {
    line-height: 32px;
}

.header_contacts div:last-child img {
    margin-left: 5px;
    transition: .3s;
}

.header_contacts div:last-child img:hover {
    opacity: .7;
    transition: .3s;
}

.main_block_1 h1,
.main_block_1 h2,
.main_block_1 h3 {
    font-size: 30px;
    font-weight: 400 !important;
    line-height: 60px;
}

.main_block_1 h1 {
    color: #439D4A;
}

.main_block_1 h2 {
    color: #72B677;
}

.main_block_1 h3 {
    color: #A1CEA4;
}

.owl-carousel2 {
    height: 100%;
}

.owl-carousel2 .item picture {
    position: relative;
    width: 100%;
    height: 100%;
}

.owl-carousel2 .item picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.slider_block {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 99;
}

.slide_mobile_text h1,
.slide_mobile_text h2,
.slide_mobile_text h3 {
    color: #fff;
}

.slide_mobile_text {
    position: absolute;
    height: 100%;
    width: calc(100% - 150px);
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.offcanvas ul {
    list-style: none;
    font-size: 20px;
    line-height: 200%;
    margin: 1.5rem;
    padding: 0;
}

.offcanvas ul a {
    color: #000;
}

.offcanvas .btn-close {
    right: 1.5rem;
    top: 1.5rem;
    position: absolute;
}

.mobile_contacts {
    padding: 1.5rem;
}

.mobile_soc {
    padding: 0 1.5rem 0 1.5rem;
}

.mobile_contacts a {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.mobile_contacts a:first-child {
    font-size: 22px;
}

.mobile_soc img {
    width: 30px !important;
    margin-right: 5px;
}

.call_mobile {
    width: 40px;
    height: 40px;
    position: fixed;
    border-radius: 40px;
    background: url(../img/call.svg) center no-repeat #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1) !important;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 99;
}

.wa_mobile {
    width: 40px;
    height: 40px;
    position: fixed;
    border-radius: 40px;
    background: url(../img/wa3.svg) center no-repeat #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1) !important;
    left: 1.5rem;
    bottom: 1.5rem;
    z-index: 99;
}

header .container-fluid {
    height: 115px;
    background: #F4F4F4;
}

header .container-fluid .container,
header .container-fluid .container .row {
    height: 100%;
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    justify-content: space-between !important;
    font-size: 15px;
    font-weight: 500;
}

header a {
    color: #000 !important;
    transition: .3s;
}

header a:hover {
    color: #439D4A !important;
    transition: .3s;
}

main {
    margin-top: 80px;
}

.zag {
    font-size: 30px;
}

.zag h1 {
    display: block;
    margin-bottom: 80px;
}

.zag p {
    font-size: 20px;
    line-height: 150%;
}

.text_about p {
    font-size: 15px;
    line-height: 150%;
}

.benefits {
    margin-top: 70px !important;
    margin-bottom: 70px;
}

.benefit {
    padding: 30px;
    background: #f9f9f9;
}

.benefit b {
    display: block;
    font-size: 25px;
    margin: 30px 0 10px 0;
}

.certificates {
    background: #f4f4f4;
    padding-bottom: 80px;
}

.certificates h2 {
    font-size: 30px;
    display: block;
    margin: 80px 0;
}

.owl-carousel3 .item {
    text-align: center;
}

.owl-carousel3 .item picture {
    display: inline-block;
    transition: .3s;
}

.owl-carousel3 .item picture:hover {
    opacity: .7;
    transition: .3s;
}

footer .container-fluid {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 13px;
}

footer img {
    opacity: .5;
    transition: .3s;
}

footer img:hover {
    opacity: 1;
    transition: .3s;
}

ul .active a {
    color: #439D4A !important;
}

.categories ul {
    font-size: 17px;
    line-height: 250%;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0;
}

.categories ul a {
    color: #000;
    transition: .3s;
}

.categories ul a:hover {
    color: #439D4A;
    transition: .3s;
}

.categories ul .active a {
    font-weight: 700;
}

.text_about picture {
    position: relative;
    width: 100%;
    height: 100%;
}

.text_about .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    filter: grayscale(100%);
    transition: .3s;
}

.text_about .ratio {
    margin-bottom: 1.5rem;
}

.text_about .ratio:hover img {
    filter: none;
    transition: .3s;
}

.text_about .container-fluid {
    position: absolute;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    top: 0;
    color: #fff;
    font-size: 13px;
    padding-bottom: 1.5rem;
}

.text_about .ratio b {
    font-size: 20px;
    font-weight: 500 !important;
    display: block;
    margin-bottom: 5px;
}

.text_about .container-fluid .row {
    height: 100%;
}

.pagination {
    margin-top: calc(60px - 1.5rem) !important;
    font-size: 15px;
}

.pag_active {
    color: #439D4A;
    font-weight: 700;
    margin: 0 .75rem;
    display: inline-block;
}

.pagination a {
    color: #C1C1C1;
    font-weight: 400;
    transition: .3s;
    margin: 0 .75rem;
    display: inline-block;
}

.pagination a:hover {
    color: #439D4A;
}

.pagination ul li {
    margin-right: 46px;
    display: inline-block;
}

.pagination ul li:last-child {
    margin-right: 0;
}

.zag_2 h1 {
    margin-bottom: 16px;
}

.zag_2 span {
    font-size: 15px;
    color: #439D4A;
    display: block;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.zag .send {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
}

.project_info p {
    font-size: 15px;
    line-height: 200%;
}

.project_info span {
    color: #439D4A;
    font-weight: 600;
}

.project_photos img {
    margin-bottom: 1.5rem;
    width:100% !important;
}

.more_project {
    margin-top: 80px !important;
}

.more_project h2 {
    font-size: 30px;
    display: inline-block;
}

.more_project a {
    float: right;
    display: inline-block;
    font-size: 15px;
    color: #439D4A;
    background: url(../img/arrow.svg) center right 5px no-repeat;
    padding: 5px 25px 5px 0;
    transition: .3s;
}

.more_project a:hover {
    background-position: center right;
    transition: .3s;
    color: #439D4A;
}

.service_image img {
    width: 100% !important;
    filter: drop-shadow(24px 24px 0px #F4F4F4);
    transition: .3s;
}

.service_info b {
    font-size: 20px;
    font-weight: 600 !important;
    display: block;
    margin-bottom: 30px;
    color: #000;
    transition: .3s;
}

.service_info p {
    font-size: 15px;
    line-height: 150%;
    margin: 0;
}

.service_info .more {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    color: #439D4A;
    display: inline-block;
    padding: 5px 25px 5px 0;
    background: url(../img/arrow.svg) center right 5px no-repeat;
    transition: .3s;
}

.service_info .more:hover {
    background-position: center right;
}

.service {
    margin-bottom: 80px;
}

.phone {
    display: block;
    padding: 10px 0 10px 64px;
    background: url(../img/phone2.svg) center left no-repeat;
    margin-bottom: 40px;
}

.email {
    display: block;
    padding: 10px 0 10px 64px;
    background: url(../img/email2.svg) center left no-repeat;
    margin-bottom: 40px;
}

.location {
    display: block;
    padding: 10px 0 10px 64px;
    background: url(../img/location2.svg) center left no-repeat;
    margin-bottom: 40px;
}

.phone a,
.email a {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    transition: .3s;
}

.phone a:hover,
.email a:hover {
    color: #439D4A;
    transition: .3s;
}

.application {
    padding: 15px 40px;
    background: #439D4A;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    transition: .3s;
    cursor: pointer;
    display: inline-block;
    margin-left: 64px;
}

.application:hover {
    color: #439D4A;
    background: #f4f4f4;
    transition: .3s;
}

.modal-body input {
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: .75rem;
    transition: .3s;
}

.modal-body input:focus {
    border-color: #c1c1c1;
    transition: .3s;
}

.send {
    margin-bottom: 0 !important;
    background: #439D4A;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
    border: 0;
}

.send:hover {
    color: #439D4A;
    background: #f4f4f4;
    transition: .3s;
}



@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1200px) {
    .footer_main {
        color: #fff;
    }

    .footer_main img {
        margin-right: 0;
        transition: .3s;
    }

    .shadow {
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 3) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 99;
    }

    .text_about .ratio b {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .benefit {
        margin-bottom: 1.5rem;
    }

    .categories ul {
        margin-bottom: 40px;
    }

    .categories ul li {
        margin: .75rem 1.75rem;
        display: inline-block;
    }

    .more_project a {
        margin: 0 auto;
        float: none;
    }

    .service_info {
        margin-top: 40px !important;
    }
}

@media (max-width: 768px) {}

@media (max-width: 576px) {

    .slide_mobile_text h1,
    .slide_mobile_text h2,
    .slide_mobile_text h3 {
        font-size: 20px;
        line-height: 40px;
    }

    .zag h1 {
        margin-bottom: 40px;
    }

    main {
        margin-top: 40px;
    }

    .certificates {
        padding-bottom: 40px;
    }

    .certificates h2 {
        margin: 40px 0;
    }

    .categories ul {
        margin-bottom: 40px;
        font-size: 13px;
        line-height: 100%;
    }

    .categories ul li {
        margin: 10px 20px;
        display: inline-block;
    }
    .benefit b {
        margin-top:0;
        font-size: 17px;
    }
    .benefit p {
        font-size:12px;
        margin-bottom:0;
    }
    .slide_mobile_text {
        width:100%;
        height:160px;
        margin-top: 9rem;
    }
}
