:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: 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-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: 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');
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

#wrapper {
    max-width: 1030px;
    margin: 16px auto;
    border: 1px solid #000;
    background: #fff;
}

.logo {
    padding: 16px 55px;
}

p {
    margin: 0 0 20px;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    color: #008c35;
}

h2 {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    color: #94c11c;
}

h3 {
    margin: 0 0 19px;
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
    color: #008c35;
}

h4 {
    padding: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    background: #94c11c;
    color: #fff;
    border-bottom-right-radius: 20px;
    width: 24%;
}

.color {
    color: #94c11c;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.backtop {
    background: url('../images/background_one.jpg') no-repeat 0 0;
}

.section {
    padding: 25px 55px;
}

.box {
    padding: 125px 55px 10px 50%;
}

.item {
    background: #fff;
    padding: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.buttom {
    margin-top: 30px;
}

.buttom a {
    display: inline-block;
    padding: 8px 16px;
    background: #008c35;
    color: #fff !important;
    border-radius: 5px;
}

.flex {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 16px 0;
    margin-bottom: 30px;
}

.list {
    width: 46%;
}

.flex_boxx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.image {
    width: 49%;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}

.backfooter {
    background: url('../images/background_two.jpg') no-repeat 0 0;
}

footer .box.backfooter {
    padding-top: 165px;
}

@media all and (max-width: 1029px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    p {
        hyphens: auto;
    }

    .section {
        padding: 16px;
    }

    .box {
        padding: 120px 16px 16px 50%;
    }

    .item {
        padding: 16px;
    }
}

@media all and (max-width: 575px) {
    h1 {
        font-size: 36px;
        line-height: 40px;
    }

    h2 {
        font-size: 24px;
        line-height: 26px;
    }

    h3 {
        font-size: 30px;
        line-height: 32px;
    }

    h4 {
        width: 49%;
        padding: 15px;
    }

    .box {
        padding: 150px 16px 16px;
    }

    .image {
        width: 100%;
    }

    .list {
        width: 100%;
        padding-top: 16px;
    }
}