@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-700.woff') format('woff'), url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-slab-v35-latin-500.eot');
    src: url('../fonts/roboto-slab-v35-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v35-latin-500.woff2') format('woff2'), url('../fonts/roboto-slab-v35-latin-500.woff') format('woff'), url('../fonts/roboto-slab-v35-latin-500.ttf') format('truetype'), url('../fonts/roboto-slab-v35-latin-500.svg#RobotoSlab') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    min-height: 100%;
}
body {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #3e6140;
}
#wrapper {
    margin: 1rem auto;
    max-width: 730px;
    background: #fff url(../images/background.jpg) no-repeat left top;
    border: solid thin #cbcbcb;
    height: 1032px;
}
header {
    opacity: 0;
}
article {
    padding: 5.375rem 1.375rem 1rem;
}
.flex-box {
    display: flex;
    gap: 12px;
    justify-content: space-between;
}
.flex-box-content:nth-of-type(1) {
    width: 48%;
}
.flex-box-content:nth-of-type(2) {
    width: 40%;
    margin: 16.9375rem 0 0;
}
.color {
    color: #bdd7c2 !important;
}
.white {
    color: #fff !important;
}
.text-center {
    text-align: center;
}
.margin-bottom {
    margin-bottom: 0;
}
.button {
    width: 221px;
    height: 37px;
    line-height: 2.3125rem;
    display: block;
    border: none;
    margin: 1rem 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
}
.button-right {
    width: 221px;
    height: 37px;
    line-height: 2.3125rem;
    display: block;
    border: none;
    margin: 1.3125rem 0 1.25rem -0.3125rem;
    text-align: center;
    font-weight: 500;
    font-size: 1.4375rem;
    font-family: "Roboto Slab", Arial, serif;
}
.content {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.content img {
    position: relative;
    top: 0.125rem;
}
:is(h1, h3, h4, strong) {
    font-weight: 700;
}
:is(h1, h2, h3) {
    line-height: 1.2;
}
h1 {
    font-size: 2.0625rem;
    margin: 0 0 1.625rem;
    position: relative;
}
h1 span {
    font-size: 0.75rem;
    position: absolute;
    right: -0.125rem;
    bottom: -0.875rem;
}
h2 {
    font-size: 1.5625rem;
    margin: 0 0 1.25rem;
    font-family: "Roboto Slab", Arial, serif;
    font-weight: 500;
}
h3 {
    font-size: 1.1875rem;
    margin: 0 0 2.6875rem;
}
h4 {
    font-size: 1rem;
    margin: 0 0 2.25rem;
}
p {
    margin-bottom: 0.875rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #3e6140;
    text-decoration: none;
}
img {
    max-width: 100%;
}
ul {
    margin: 0 0 0.875rem 0.9375rem;
}
ul li {
    list-style: none;
    text-indent: -0.9375rem;
}
ul li:before {
    font-size: 1.25rem;
    margin-right: 0.9375rem;
    position: relative;
    top: -0.0625rem;
    float: left;
    content: "\2022";
}
.center img {
    position: relative;
    top: 0.125rem;
}
.left {
    margin-left: 1.4375rem;
}
:is(.mobile, .mobile-mowein){
    display: none;
}
.font-size-rigth {
    font-size: 94%;
}
footer {
    margin: -6.25rem 0 0;
    padding: 0 1.375rem;
}
@media screen and (max-width: 730px) {
    #wrapper {
        border: none;
        margin: 0;
        background: #fff;
        height: auto;
    }
    header {
        opacity: 1;
    }
    article {
        padding: 1rem 1.375rem 0;
    }
    .flex-box-content:nth-of-type(1) {
        background: #3e6140;
        padding: 1.25rem;
        width: 52%;
    }
    .flex-box-content:nth-of-type(2) {
        margin-top: 0;
    }
    .green {
        background: #419a59;
        padding: 1.25rem;
        margin: 0 0 0 -1.25rem;
    }
    .left {
        margin-left: 0;
    }
    :is(h1, h2, h3, h4, p, ul li) {
        hyphens: auto;
        text-wrap: pretty;
    }
    h1 {
        font-size: 1.8125rem;
    }
    h1 span {
        position: static;
    }
    h4{
        background: #419a59;
        padding: 10px;
    }
    :is(p a, span) {
        white-space: nowrap;
    }
    br:not(br.mobile-block) {
        display: none;
    }
    .mobile-mowein{
        display: block;
    }
    footer {
        margin: 1rem 0;
    }
    .button {
        background: #bdd7c2;
        margin: 1rem auto;
    }
    .button-right {
        background: #bdd7c2;
        margin: 1rem auto;
        margin: 1.25rem auto;
    }
}

@media screen and (max-width: 640px) {
    h1 {
        font-size: 1.5625rem;
    }
    h2 {
        font-size: 1.125rem;
    }
    h3 {
        margin-bottom: 1.25rem;
    }
    .center {
        text-align: center;
    }
    .mobile-mowein{
        display: none;
    }
    :is(.mobile, .flex-box) {
        display: block;
    }
    .flex-box-content {
        width: 100% !important;
    }
    .flex-box-content:nth-of-type(2) {
        margin-top: 1.25rem;
    }
    footer {
        margin-bottom: 1.25rem;
    }
}