@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-italic.eot');
    src: local(''), url('../fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), url('../fonts/roboto-v30-latin-italic.woff') format('woff'), url('../fonts/roboto-v30-latin-italic.ttf') format('truetype'), url('../fonts/roboto-v30-latin-italic.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700italic.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700italic.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700italic.woff') format('woff'), url('../fonts/roboto-v30-latin-700italic.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700italic.svg#Roboto') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.625rem;
    color: #161616;
    font-weight: 400;
}

#wrapper {
    margin: 1rem auto;
    max-width: 1168px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #cbcbcb;
}

:is(header, .infor, .flex, .socical, footer) {
    display: flex;
}

header {
    padding: 1.5625rem 2.5rem 0.9375rem;
    flex-direction: column;
    align-items: end;
    box-shadow: 0 0 61px 7px rgba(0, 0, 0, .08);
}

article {
    padding: 0.625rem 2.5rem;
}

:is(.banner-envitec-biogas, .infor, .infor p img, .button, ul li:before) {
    position: relative;
}

:is(.box-top, .box-infor) {
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    padding: 45px 32px 42px;
}

:is(.box-top, .box-infor) {
    position: absolute;
}

.box-top {
    width: 420px;
    right: -1.5625rem;
    bottom: 6%;
}

.infor {
    flex-direction: column;
    align-items: end;
    margin-right: 0;
}

.infor p {
    margin-bottom: 1rem !important;
}

.infor p img {
    top: 0.3125rem;
    margin-right: 0.5rem;
}

.box-infor {
    width: 644px;
    left: 0;
    bottom: 12%;
}

.box-infor .button {
    margin-left: 0;
}

:is(.box-top, .box-infor) h2 {
    margin: 0 0 1.25rem !important;
}

.flex {
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.flex-content {
    width: 49%;
    padding: 0.5rem;
}

.gray-background {
    background: #f4f4f4;
}

.button {
    color: #359426 !important;
    font-weight: 700;
    margin-left: 0.5625rem;
    text-transform: uppercase;
    margin-top: 3.0625rem;
    display: block;
    width: 260px;
}

.button:before {
    content: "";
    background: #9aca93 url(../images/arrows.jpg) no-repeat center center;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -68px;
}

.button:hover:before {
    background: #359426 url(../images/button-hover.jpg) no-repeat center center;
    border-radius: 0;
    width: 200px;
}

.margin-bottom {
    margin-bottom: 1.25rem;
}

.green-color {
    color: #359426;
}

.underline {
    text-decoration: underline !important;
}

.socical {
    gap: 8px;
}

footer {
    margin: 2.5rem 0 0;
    padding: 0.625rem 2.5rem;
    background: url(../images/background.jpg) no-repeat left top;
    height: 143px;
    justify-content: space-between;
    align-items: center;
}

:is(h1, h2, h3, strong) {
    font-weight: 700;
}

:is(h1, h2, h3) {
    line-height: 1.2;
}

h1 {
    margin: 2.375rem 0 1.5rem;
    font-size: 3.3125rem;
    text-transform: uppercase;
}

h1 span {
    white-space: nowrap;
}

h2 {
    font-size: 1.9375rem;
    margin: 2.8125rem 0 1rem;
    text-transform: uppercase;
}

h3 {
    font-size: 22px;
    color: #fff;
}

p:not(:last-child) {
    margin: 0 0 1.875rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #359426;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 1.875rem 1.25rem;
}

ul li {
    list-style: none;
    text-indent: -1.25rem;
}

ul li:before {
    font-size: 1.5625rem;
    margin-right: 1.25rem;
    top: 0;
    float: left;
    content: "\2022";
    color: #359426;
    font-weight: 700;
}

.btn {
    zoom: 1;
    border: 2px solid #fff;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .0625rem;
    line-height: 1.5rem;
    margin: 0;
    outline: 0;
    padding: 12px 32px;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    vertical-align: top;
    white-space: normal;
    position: relative;
    border: 1px solid #696969;
    margin-bottom: 28px;
}

.btn.btn-secondary:hover {
    background-color: #359426;
    border-color: #359426;
    box-shadow: inset 0 0 0 1px #359426;
    color: #fff;
}

@media screen and (max-width: 1167px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    .box-top {
        right: 0;
    }

    .infor {
        margin-right: 0;
    }

    :is(h1, h2, h3, p, ul li) {
        hyphens: auto;
    }

    :is(p a, p span) {
        white-space: nowrap;
    }

    br:not(br.mobile-block) {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .box-infor {
        width: 467px;
    }
}

@media screen and (max-width: 936px) {
    .banner-envitec-biogas {
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
    }

    .flex {
        margin-bottom: 0;
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 22px;
    }

    :is(.box-top, .box-infor) {
        padding: 1rem 1rem 2rem;
    }

    .button {
        margin-top: 1rem;
    }

    .button:before {
        bottom: -58px;
    }

    :is(.flex-content p, .box-infor p) {
        font-size: 15px;
    }

    :is(.box-top, .box-infor) h2 {
        margin-bottom: 7px !important;
    }

    .flex-content {
        padding: 2px 5px;
    }

    .box-top {
        position: static;
    }

    .banner-envitec-biogas>div {
        width: 49% !important;
    }

    .box-infor {
        width: 338px;
    }
}

@media screen and (max-width: 800px) {
    .infor {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        gap: 12px;
    }

    .box-infor {
        position: static;
    }

    .infor div {
        width: 48%;
    }
}

@media screen and (max-width: 780px) {
    .banner-envitec-biogas {
        flex-direction: column;
        margin-bottom: 67px;
    }

    .banner-envitec-biogas>div {
        width: 100% !important;
    }
}

@media screen and (max-width: 670px) {
    .infor {
        flex-direction: column;
        align-items: center;
    }

    .infor div {
        width: 100%;
    }

    .box-infor {
        margin-bottom: 60px;
    }

    .infor div>img {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    footer {
        flex-direction: column;
        align-items: center;
        height: auto;
        gap: 9px;
        padding: 1rem;
    }

    h3 {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 16px;
    }

    :is(header, article, footer) {
        padding: 1rem;
    }

    .socical img {
        width: 40px;
    }
}

@media screen and (max-width: 400px) {
    p a.mobile-nomal {
        white-space: normal !important;
    }
}

@media screen and (max-width: 370px) {
    .flex {
        display: block;
    }

    .flex-content {
        width: 100%;
    }
}