html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

@font-face {
    font-display: swap;
    font-family: "mbank";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/mbank-light.woff) format("woff"), url(../fonts/mbank-light.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "mbank";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/mbank-regular.woff) format("woff"), url(../fonts/mbank-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "mbank";
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/mbank-semibold.woff) format("woff"), url(../fonts/mbank-semibold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "mbank";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/mbank-bold.woff) format("woff"), url(../fonts/mbank-bold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "mbank lite";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/mbanklite-light.woff) format("woff"), url(../fonts/mbanklite-light.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "mbank lite";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/mbanklite-regular.woff) format("woff"), url(../fonts/mbanklite-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "mbank lite";
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/mbanklite-semibold.woff) format("woff"), url(../fonts/mbanklite-semibold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "mbank lite";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/mbanklite-bold.woff) format("woff"), url(../fonts/mbanklite-bold.woff2) format("woff2")
}

body,
html {
    overflow-x: hidden
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

[hidden] {
    display: none
}

body {
    line-height: 1
}

menu,
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    image-rendering: -webkit-optimize-contrast;
    line-height: 1.25;
    text-rendering: optimizeLegibility
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "mbank", "Helvetica", "Arial", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.15
}

a {
    color: #000;
    text-decoration: none;
    word-break: break-word
}

a:hover {
    text-decoration: underline
}

.border {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #008f20), color-stop(27%, #008f20), color-stop(27%, #ff8600), color-stop(32%, #ff8600), color-stop(32%, #0c4369), color-stop(57%, #0c4369), color-stop(57%, #89bf00), color-stop(73%, #89bf00), color-stop(73%, #26221e), color-stop(77%, #26221e), color-stop(77%, #006618), to(#006618));
    background: linear-gradient(90deg, #008f20 0, #008f20 27%, #ff8600 0, #ff8600 32%, #0c4369 0, #0c4369 57%, #89bf00 0, #89bf00 73%, #26221e 0, #26221e 77%, #006618 0, #006618);
    display: block;
    height: 6px
}

.btn-arrow {
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 14px rgb(0 0 0 / .25);
    box-shadow: 0 0 14px rgb(0 0 0 / .25);
    color: #fff0;
    display: block;
    font-size: 0;
    height: 64px;
    position: relative;
    width: 64px
}

@media (hover:hover) {
    .btn-arrow:hover:before {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

.btn-arrow:before {
    background: url(../images/arrow_green.svg) 50% / contain no-repeat;
    content: "";
    display: block;
    height: 12px;
    left: 50%;
    margin: -6px 0 0 -6px;
    position: absolute;
    top: 50%;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    width: 12px
}

@media screen and (max-width:1200px) {
    .btn-arrow {
        height: 60px;
        width: 60px
    }
}

@media screen and (max-width:992px) {
    .btn-arrow {
        height: 50px;
        width: 50px
    }
}

.btn {
    background-color: #ae0000;
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    width: 364px;
    height: 66px;
    font-size: 22px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease
}

.btn:hover {
    background-color: #900000;
    text-decoration: none
}

@media screen and (max-width:1366px) {
    .btn {
        width: 300px;
        height: 55px;
        font-size: 18px;
        line-height: 55px
    }
}

@media screen and (max-width:1200px) {
    .btn {
        width: 250px;
        height: 50px;
        font-size: 16px;
        line-height: 50px
    }
}

.btns__item:not(:last-of-type) {
    margin: 0 0 35px
}

@media screen and (max-width:1366px) {
    .btns__item:not(:last-of-type) {
        margin: 0 0 25px
    }
}

@media screen and (max-width:1200px) {
    .btns__item:not(:last-of-type) {
        margin: 0 0 15px
    }
}

.documents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px
}

@media screen and (max-width:992px) {
    .documents {
        display: block;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        margin: 0
    }
}

.documents__item {
    padding: 10px;
    width: 33.33333%
}

@media screen and (max-width:1200px) {
    .documents__item {
        width: 50%
    }
}

@media screen and (max-width:992px) {
    .documents__item {
        padding: 0;
        width: 100%
    }

    .documents__item:not(:last-of-type) {
        margin: 0 0 25px
    }
}

.documents__link {
    display: inline-block;
    line-height: 1.5;
    padding: 0 0 0 48px;
    max-width: 350px;
    position: relative
}

@media screen and (max-width:1200px) {
    .documents__link {
        max-width: none
    }
}

@media screen and (max-width:992px) {
    .documents__link {
        font-size: 14px;
        min-height: 30px
    }
}

@media screen and (max-width:480px) {
    .documents__link {
        font-size: 12px
    }
}

.documents__link--cookie {
    padding: 0;
    margin: 0 0 0 48px
}

.documents__link--cookie:before {
    display: none
}

.documents__link:before {
    background: url(../images/pdf.svg) 50% / contain no-repeat;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px
}

.list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list__item:before {
    -ms-flex-negative: 0;
    background: url(../images/bullet.svg) 50% / contain no-repeat;
    content: "";
    flex-shrink: 0;
    height: 32px;
    width: 32px
}

@media screen and (max-width:992px) {
    .list__item:before {
        height: 30px;
        width: 30px
    }
}

.list__item:not(:last-of-type) {
    margin: 0 0 32px
}

@media screen and (max-width:992px) {
    .list__item:not(:last-of-type) {
        margin: 0 0 25px
    }
}

.list__text {
    font-size: 18px;
    margin: 0 0 0 24px
}

@media screen and (max-width:992px) {
    .list__text {
        margin: 0 0 0 15px
    }
}

.logo {
    display: block;
    height: 72px;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / .15)
}

@media screen and (max-width:1366px) {
    .logo {
        height: 66px
    }
}

@media screen and (max-width:1200px) {
    .logo {
        height: 60px
    }
}

@media screen and (max-width:992px) {
    .logo {
        height: 50px
    }
}

.title {
    font-size: 35px
}

@media screen and (max-width:992px) {
    .title {
        font-size: 28px
    }
}

.benefits {
    padding: 100px 0 0;
    position: relative
}

.benefits:after {
    background: url(../images/lines.png) 50% 50% no-repeat;
    bottom: -235px;
    content: "";
    height: 760px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1920px;
    z-index: -1
}

@media screen and (max-width:992px) {
    .benefits:after {
        display: none
    }
}

@media screen and (max-width:1680px) {
    .benefits {
        padding: 60px 0 0
    }
}

@media screen and (max-width:480px) {
    .benefits {
        padding: 40px 0 0
    }
}

.benefits__title {
    margin: 0 auto 60px;
    max-width: 800px
}

@media screen and (max-width:480px) {
    .benefits__title {
        margin: 0 0 40px
    }
}

.benefits__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 0 48px
}

@media screen and (max-width:992px) {
    .benefits__content {
        display: block
    }
}

.benefits__img {
    height: 492px
}

@media screen and (max-width:1680px) {
    .benefits__img {
        height: 400px
    }
}

@media screen and (max-width:1200px) {
    .benefits__img {
        margin: 0
    }
}

@media screen and (max-width:992px) {
    .benefits__img {
        display: block;
        height: 280px;
        margin: 0 auto 50px
    }
}

.benefits__list {
    margin: 0 0 0 111px;
    width: 542px
}

@media screen and (max-width:1200px) {
    .benefits__list {
        margin: 0 0 0 65px
    }
}

@media screen and (max-width:992px) {
    .benefits__list {
        margin: 0;
        width: auto
    }
}

.company {
    padding: 100px 0 0
}

@media screen and (max-width:1680px) {
    .company {
        padding: 60px 0 0
    }
}

@media screen and (max-width:480px) {
    .company {
        padding: 40px 0 0
    }
}

.company__title {
    margin: 0 0 60px
}

@media screen and (max-width:480px) {
    .company__title {
        margin: 0 0 40px
    }
}

.company__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

@media screen and (max-width:992px) {
    .company__content {
        display: block
    }
}

.company__img {
    height: 388px
}

@media screen and (max-width:1680px) {
    .company__img {
        height: 325px
    }
}

@media screen and (max-width:1200px) {
    .company__img {
        height: 300px
    }
}

@media screen and (max-width:992px) {
    .company__img {
        display: block;
        height: 225px;
        margin: 0 auto 50px
    }
}

.company__list {
    margin: 0 56px 0 106px
}

@media screen and (max-width:1680px) {
    .company__list {
        margin: 0 62px 0 106px
    }
}

@media screen and (max-width:1200px) {
    .company__list {
        margin: 0 24px 0 65px
    }
}

@media screen and (max-width:992px) {
    .company__list {
        margin: 0;
        width: auto
    }
}

.container {
    margin: 0 auto;
    max-width: 1272px;
    padding: 0 15px
}

@media screen and (max-width:1366px) {
    .container {
        max-width: 1140px
    }
}

@media screen and (max-width:1200px) {
    .container {
        max-width: 960px
    }
}

@media screen and (max-width:992px) {
    .container {
        max-width: 720px
    }
}

@media screen and (max-width:768px) {
    .container {
        max-width: 540px
    }
}

.extra {
    padding: 60px 0 40px
}

.extra__title {
    margin: 0 auto 40px;
    max-width: 800px
}

.extra__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 0 42px
}

@media screen and (max-width:992px) {
    .extra__content {
        display: block
    }
}

.extra__img {
    height: 360px;
    margin: 0 0 0 86px
}

@media screen and (max-width:1680px) {
    .extra__img {
        height: 325px;
        margin: 0 0 0 44px
    }
}

@media screen and (max-width:1200px) {
    .extra__img {
        height: 325px;
        margin: 0 0 0 38px
    }
}

@media screen and (max-width:992px) {
    .extra__img {
        display: block;
        height: 255px;
        margin: 0 auto 50px
    }
}

.extra__copy {
    margin: 0 0 0 120px;
    width: 542px
}

@media screen and (max-width:1200px) {
    .extra__copy {
        margin: 0 0 0 78px
    }
}

@media screen and (max-width:992px) {
    .extra__copy {
        margin: 0;
        width: auto
    }
}

.extra__item {
    margin: 16px 0 0;
    padding: 0 0 0 30px;
    position: relative
}

.extra__item:before {
    background-color: #008f20;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 16px
}

.extra__text {
    font-size: 18px
}

.extra__note--first {
    margin: 0 0 6px
}

@media screen and (max-width:992px) {
    .extra__note--first {
        margin: 0 auto 6px;
        max-width: 500px
    }
}

@media screen and (max-width:480px) {
    .extra__note--first {
        max-width: 325px
    }
}

.extra__note--second {
    margin: 0 auto 32px;
    max-width: 950px
}

@media screen and (max-width:992px) {
    .extra__note--second {
        max-width: 600px
    }
}

@media screen and (max-width:480px) {
    .extra__note--second {
        max-width: 325px
    }
}

.extra__arrow {
    margin: 0 5px
}

.extra__link {
    text-decoration: underline
}

.extra__btn {
    margin: 0 0 32px
}

.faq {
    padding: 50px 0 50px 0;
    position: relative
}

@media screen and (max-width:992px) {
    .faq {
        padding: 40px 0
    }
}

.faq .line-box {
    top: 0
}

.faq__title {
    margin: 0 0 45px
}

@media screen and (max-width:992px) {
    .faq__title {
        margin: 0 0 35px
    }
}

.faq__content {
    margin: 0 auto;
    max-width: 1030px
}

.faq__item {
    background-color: #006618;
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    -webkit-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease
}

.faq__item:not(:last-of-type) {
    margin: 0 0 16px
}

.faq__item:hover {
    background-color: #008f20
}

.faq__item.is-active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq__item:after,
.faq__item:before {
    content: "";
    display: block;
    position: absolute
}

.faq__item:before {
    background-image: url(../images/arrow_white.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    left: 17px;
    top: 23px;
    width: 12px
}

.faq__item:after {
    background-color: #fff;
    height: calc(100% - 16px);
    left: 46px;
    top: 8px;
    width: 1px
}

.faq__answer,
.faq__link,
.faq__question {
    color: #fff
}

.faq__answer,
.faq__question {
    font-size: 18px
}

@media screen and (max-width:992px) {

    .faq__answer,
    .faq__question {
        font-size: 16px
    }
}

.faq__question {
    padding: 18px 18px 18px 64px
}

.faq__answer {
    padding: 0 18px 28px 64px
}

.faq__list {
    list-style-type: none;
    padding: 0
}

.faq__text:not(:last-of-type) {
    margin: 0 0 25px
}

@media screen and (max-width:992px) {
    .faq__text:not(:last-of-type) {
        margin: 0 0 20px
    }
}

.faq__link {
    text-decoration: underline
}

.footer {
    background-color: #f7f7f7;
    padding: 30px 0
}

.footer__copy {
    margin: 40px 48px 0
}

@media screen and (max-width:768px) {
    .footer__copy {
        margin: 20px 0 0
    }
}

.footer__row:not(:last-of-type) {
    margin: 0 0 18px
}

.footer__text {
    font-size: 12px;
    line-height: 1.33
}

.header {
    background: url(../images/headerbg.png) 50% 50% / auto 100% no-repeat;
    height: 666px;
    padding: 83px 0 0 0;
    position: relative
}

@media screen and (max-width:1680px) {
    .header {
        height: 600px;
        padding: 50px 0 0 0
    }
}

@media screen and (max-width:1366px) {
    .header {
        height: 500px;
        padding: 40px 0 0 0
    }
}

@media screen and (max-width:1200px) {
    .header {
        height: 425px;
        padding: 30px 0 0 0
    }
}

@media screen and (max-width:992px) {
    .header {
        height: 375px
    }
}

@media screen and (max-width:480px) {
    .header:after {
        height: 325px
    }
}

.header__logo {
    margin: 0 0 76px
}

@media screen and (max-width:1680px) {
    .header__logo {
        margin: 0 0 45px
    }
}

@media screen and (max-width:1366px) {
    .header__logo {
        margin: 0 0 30px
    }
}

@media screen and (max-width:1200px) {
    .header__logo {
        margin: 0 0 20px
    }
}

@media screen and (max-width:768px) {
    .header__logo {
        position: absolute;
        top: 0;
        left: 0;
        margin: 15px
    }
}

.header__title {
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    margin: 0 0 40px;
    max-width: 500px
}

@media screen and (max-width:1366px) {
    .header__title {
        font-size: 45px;
        margin: 0 0 30px
    }
}

@media screen and (max-width:1200px) {
    .header__title {
        font-size: 40px;
        margin: 0 0 25px
    }
}

@media screen and (max-width:992px) {
    .header__title {
        font-size: 28px;
        max-width: 315px
    }
}

@media screen and (max-width:768px) {
    .header__title {
        max-width: none;
        margin: 0 0 22px
    }

    .header__title br {
        display: none
    }
}

.header__btn-arrow,
.header__img {
    left: 50%;
    position: absolute
}

.header__btn-arrow {
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header__img {
    height: calc(100% - 54px);
    margin: 0 0 0 100px;
    top: 30px
}

@media screen and (max-width:992px) {
    .header__img {
        display: none
    }
}

.wrapper {
    margin: 0 auto;
    max-width: 1920px
}

.font-weight-thin {
    font-weight: 100
}

.font-weight-extralight {
    font-weight: 200
}

.font-weight-light {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semibold {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.font-weight-extrabold {
    font-weight: 800
}

.font-weight-black {
    font-weight: 900
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-red {
    color: #ae0000
}

.text-green {
    color: #008f20
}

.text-blue {
    color: #0065b1
}

.text-orange {
    color: #ff8600
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-underline {
    text-decoration: underline
}

.is-hidden {
    display: none
}

.padding-1 {
    padding: 70px 0
}

.content-box-2-1a .button-box {
    padding-top: 52px
}

.content-box {
    display: flex;
    align-items: center;
    justify-content: center
}

.list-1 li {
    position: relative;
    font-size: 18px;
    padding-left: 34px;
    margin-bottom: 24px
}

@media screen and (max-width:992px) {
    .list-1 li {
        margin-bottom: 15px
    }
}

.list-1 li:last-child {
    margin-bottom: 0
}

.list-1 li:after {
    background-color: #008f20;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 15px
}

.s-title {
    margin-bottom: 39px;
    font-size: 18px
}

.content-box-2 .txt-1 {
    font-size: 18px;
    padding: 15px 0 0 0
}

.content-box-2 .txt-2 {
    margin-top: 50px;
    font-size: 18px;
    text-align: center
}

.title-txt {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 12px;
    margin-bottom: 32px;
    font-weight: 400
}

@media screen and (max-width:992px) {
    .title-txt {
        margin-bottom: 40px
    }
}

.content-box-2-3 .list {
    margin: 0
}

.link-1 {
    color: #006618;
    text-decoration: underline
}

.link-1:hover {
    opacity: .85;
    color: #006618;
    text-decoration: underline
}

.content-box-2-3 .button-box {
    margin-top: 45px
}

.content-box-2-3 {
    position: relative
}

.image {
    flex-shrink: 0
}

.image img {
    display: block
}

@media screen and (max-width:992px) {
    .image img {
        margin: 0 auto 0 auto
    }
}

.s-1 {
    padding: 60px 0;
    background: url(../images/lines.png) 50% calc(50% + 80px) no-repeat #fff;
    background-size: 1920px auto
}

@media screen and (max-width:1366px) {
    .s-1 {
        padding: 60px 0
    }
}

@media screen and (max-width:1200px) {
    .s-1 {
        background-position: 50% calc(50% + 120px)
    }
}

@media screen and (max-width:992px) {
    .s-1 {
        padding: 40px 0 50px 0;
        background: none
    }
}

.s-1 .title {
    max-width: 515px;
    margin: 0 auto 30px auto
}

@media screen and (max-width:1200px) {
    .s-1 .title {
        margin: 0 auto 50px auto
    }
}

@media screen and (max-width:992px) {
    .s-1 .title {
        max-width: 415px;
        margin: 0 auto 35px auto
    }
}

.s-1 .image {
    margin-right: 58px
}

.s-1 .image img {
    width: 434px;
    height: 434px
}

@media screen and (max-width:1366px) {
    .s-1 .image {
        margin-right: 50px
    }
}

@media screen and (max-width:1200px) {
    .s-1 .image {
        margin-right: 25px
    }

    .s-1 .image img {
        width: 350px;
        height: 350px
    }
}

@media screen and (max-width:992px) {
    .s-1 .image {
        margin: 0 0 35px 0
    }

    .s-1 .image img {
        width: 275px;
        height: 275px
    }
}

@media screen and (max-width:768px) {
    .s-1 .image img {
        width: 250px;
        height: 250px
    }
}

.s-1 .description {
    max-width: 630px
}

@media screen and (max-width:992px) {
    .s-1 .description {
        max-width: none
    }
}

@media screen and (max-width:1200px) {
    .s-1 .content-box {
        margin: 0 0 40px 0
    }
}

@media screen and (max-width:768px) {
    .s-1 .content-box {
        margin: 0 0 35px 0
    }
}

.s-1 .note {
    font-size: 18px
}

.s-1 .note--first {
    margin: 20px 0 20px 0
}

.s-1 .note--second {
    margin: 0 0 52px 0
}

@media screen and (max-width:992px) {
    .s-1 .note--second {
        max-width: 500px;
        margin: 0 auto 40px auto
    }
}

@media screen and (max-width:500px) {
    .s-1 .note br {
        display: none
    }
}

.s-2 {
    padding: 60px 0;
    background-color: #f1f1f1;
    position: relative
}

@media screen and (max-width:992px) {
    .s-2 {
        padding: 50px 0
    }
}

.s-2 .line-box {
    top: 0
}

.s-2 .title {
    margin: 0 0 60px 0
}

@media screen and (max-width:1366px) {
    .s-2 .title {
        margin: 0 0 60px 0
    }
}

@media screen and (max-width:992px) {
    .s-2 .title {
        margin: 0 0 45px 0
    }
}

.s-2 .content {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px 0
}

@media screen and (max-width:992px) {
    .s-2 .content {
        display: block;
        margin: 0 0 50px 0
    }
}

.s-2 .item {
    max-width: 380px;
    padding: 30px 15px;
    border-radius: 30px;
    border: 1px solid #006618
}

@media screen and (max-width:1366px) {
    .s-2 .item {
        max-width: 340px
    }
}

@media screen and (max-width:1200px) {
    .s-2 .item {
        max-width: 295px
    }
}

@media screen and (max-width:992px) {
    .s-2 .item {
        max-width: 100%;
        width: 100%;
        background-color: #fff;
        padding: 30px 15px;
        border-radius: 24px
    }

    .s-2 .item:not(:last-of-type) {
        margin: 0 0 30px 0
    }

    .s-2 .item--2 .img {
        margin: -20px auto 0 auto
    }
}

.s-2 .subtitle {
    font-size: 24px;
    margin: 0 0 34px 0
}

@media screen and (max-width:1366px) {
    .s-2 .subtitle {
        font-size: 22px
    }
}

@media screen and (max-width:1200px) {
    .s-2 .subtitle {
        font-size: 20px
    }
}

@media screen and (max-width:992px) {
    .s-2 .subtitle {
        margin: 0 0 25px 0
    }
}

.s-2 .img {
    display: block;
    width: 300px;
    height: 300px;
    margin: 0 auto 58px auto
}

@media screen and (max-width:1366px) {
    .s-2 .img {
        width: 250px;
        height: 250px;
        margin: 0 auto 30px auto
    }
}

@media screen and (max-width:1200px) {
    .s-2 .img {
        width: 200px;
        height: 200px
    }
}

@media screen and (max-width:992px) {
    .s-2 .img {
        width: 175px;
        height: 175px;
        margin: 0 auto 25px auto
    }
}

.s-2 .text {
    font-size: 18px
}

@media screen and (max-width:992px) {
    .s-2 .text br {
        display: none
    }
}

.s-3 {
    padding: 60px 0 60px 0;
    position: relative
}

@media screen and (max-width:992px) {
    .s-3 {
        padding: 50px 0 50px 0
    }
}

.s-3 .title {
    max-width: 550px;
    margin: 0 auto 42px auto
}

@media screen and (max-width:1200px) {
    .s-3 .title {
        margin: 0 auto 40px auto
    }
}

@media screen and (max-width:992px) {
    .s-3 .title {
        margin: 0 auto 20px auto
    }
}

.s-3 .outer {
    border-radius: 30px;
    border: 1px solid #006618;
    padding: 45px 0 50px 0;
    max-width: 1700px;
    margin: 0 auto
}

@media screen and (max-width:1800px) {
    .s-3 .outer {
        border: 0;
        padding: 0
    }

    .s-3 .inner {
        border-radius: 30px;
        border: 1px solid #006618;
        padding: 45px 45px 50px 105px
    }
}

@media screen and (max-width:1366px) {
    .s-3 .inner {
        border-radius: 30px;
        border: 1px solid #006618;
        padding: 45px 40px 50px 40px
    }
}

@media screen and (max-width:992px) {
    .s-3 .inner {
        border-radius: 30px;
        border: 1px solid #006618;
        padding: 35px 15px 50px 15px
    }
}

.s-3 .img {
    width: 494px;
    height: 494px;
    position: absolute;
    top: 130px;
    left: 50%;
    margin: 0 0 0 300px;
    z-index: -1
}

@media screen and (max-width:1800px) {
    .s-3 .img {
        width: 400px;
        height: 400px;
        top: 185px;
        margin: 0 0 0 200px
    }
}

@media screen and (max-width:1366px) {
    .s-3 .img {
        width: 375px;
        height: 375px;
        top: 185px;
        margin: 0 0 0 180px
    }
}

@media screen and (max-width:1200px) {
    .s-3 .img {
        width: 350px;
        height: 350px;
        margin: 0 0 0 85px
    }
}

@media screen and (max-width:992px) {
    .s-3 .img {
        position: static;
        width: 275px;
        height: 275px;
        display: block;
        margin: 0 auto 20px auto
    }
}

.s-3 .subtitle {
    font-size: 24px;
    margin: 0 0 30px 0
}

.s-3 .text {
    font-size: 18px;
    max-width: 700px;
    margin: 0 0 14px 0
}

@media screen and (max-width:1200px) {
    .s-3 .text {
        max-width: 500px
    }

    .s-3 .text br {
        display: none
    }
}

@media screen and (max-width:992px) {
    .s-3 .subtitle {
        text-align: center
    }

    .s-3 .text {
        max-width: none;
        text-align: center
    }
}

.s-3 .information {
    font-size: 18px;
    max-width: 750px
}

@media screen and (max-width:1200px) {
    .s-3 .information {
        max-width: 400px
    }
}

@media screen and (max-width:992px) {
    .s-3 .information {
        text-align: center;
        max-width: none
    }
}

.s-3 .note {
    font-size: 18px;
    max-width: 600px;
    margin: 85px 0 45px 0
}

@media screen and (max-width:1366px) {
    .s-3 .note {
        margin: 60px 0 40px 0
    }
}

@media screen and (max-width:992px) {
    .s-3 .note {
        max-width: 500px;
        margin: 40px auto 40px auto;
        text-align: center
    }
}

@media screen and (max-width:500px) {
    .s-3 .note br {
        display: none
    }
}

.s-3 .copy {
    margin: 0 0 0 105px
}

@media screen and (max-width:1800px) {
    .s-3 .copy {
        margin: 0
    }
}

.line-box {
    position: absolute;
    display: flex;
    left: 50%;
    margin-left: -146px;
    width: 292px;
    justify-content: center
}

@media screen and (max-width:1200px) {
    .line-box {
        width: 246px;
        margin-left: -123px
    }
}

@media screen and (max-width:992px) {
    .line-box {
        width: 226px;
        margin-left: -113px
    }
}

.line-box img {
    display: block;
    width: 100%;
    height: auto
}

.image-rwd {
    display: none
}

@media screen and (max-width:768px) {
    .image-rwd {
        display: block
    }
}

.image-rwd img {
    display: block;
    width: 100%;
    height: auto
}

.color-green {
    color: #009021
}

@media screen and (max-width:992px) {
    .content-box {
        flex-direction: column
    }
}

@media screen and (max-width:768px) {
    .header {
        padding: 20px 0 0 0
    }

    .header__btn-arrow {
        display: none
    }

    .list__item {
        align-items: flex-start
    }
}

.bg-gray {
    background: #f1f1f1
}

.bg-white {
    background: #fff
}

@media screen and (max-width:992px) {
    .list__item br {
        display: none
    }
}

@media screen and (max-width:768px) {
    .header {
        background: none;
        padding-top: 0;
        height: auto;
        background-color: #009021
    }

    .header .container {
        padding-top: 15px;
        padding-bottom: 30px
    }

    .lines-bg {
        background: none
    }
}


@media screen and (max-width:768px) {
    .company-title-div {
        padding-top: 50px;
    }
}

.company__title {
    margin: 0 0 60px
}

@media screen and (max-width:480px) {
    .company__title {
        margin: 0 0 40px
    }
}

.subtitle-div {
    display: flex;
    justify-content: center;
    margin-bottom: -30px;
    /* margin-top: -30px; */
}

@media screen and (max-width:992px) {
    .subtitle-div {
        margin-bottom: 10px;
    }
}


.x-boxes-1 .row-box {
    display: flex;
    flex-direction: row;
    margin: 0 -15px;
    justify-content: center;
}

.x-boxes-1 .row-box .col-box {
    width: 33.3333%;
    padding: 0 15px;
    border: #006618 1px solid;
    border-radius: 30px;
    padding: 50px 11px 50px 11px;
    margin: 0 5px 0 5px;
    justify-content: center;
    align-items: center;
}

.x-boxes-1 .row-box .col-box-2 {
    width: 33.3333%;
    /* padding: 0 15px; */
    /* border: #006618 1px solid; */
    border-radius: 20px;
    background-color: #D8D8D840;
    /* padding: 20px 35px 10px 35px; */
    margin: 0 20px 0 20px;
    justify-content: center;
    align-items: center;
}

.x-boxes-1 .x-box-1 {
    text-align: center;
}

.x-boxes-1 .x-box-1 .name {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
}

.x-boxes-1 .x-box-2 .name {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #006719;
}

.x-boxes-1 .x-box-2 .name-title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #0065B1;
    padding-left: 15px;
}

.x-boxes-1 .x-box-1 .image {
    margin: 35px 0;
}

.x-boxes-1 .x-box-1 .txt {
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
}

.x-boxes-1 .image-2 .image-2-1 {
    width: 80px !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.subtitle-ksef {
    font-size: 24px;
    width: 65%;
}

@media screen and (max-width: 1366px) {
    .x-boxes-1 .row-box .col-box-2 {
        width: 45%;
    }

    .x-boxes-1 .x-box-1 .name {
        font-size: 24px;
    }

    .x-boxes-1 .x-box-2 .name {
        font-size: 18px;
    }

    .x-boxes-1 .x-box-2 .name-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 1200px) {
    .x-boxes-1 .row-box .col-box-2 {
        width: 45%;
    }
}


@media screen and (max-width: 992px) {
   .x-boxes-1 .row-box .col-box-2 {
        width: 100%;
    }

.x-boxes-1 .col-box-2 + .col-box-2 {
        margin-top: 70px !important;
    }
   
    .x-boxes-1 .image-2 img {
    width: 80px !important;
    }

    .x-boxes-1 img {
        width: 200px;
    }

    .x-boxes-1 .image-2 img {
    width: 80px !important;
    }

    .x-boxes-1 .row-box {
        flex-direction: column;
        width: 100%;
    }

     .x-boxes-1 .row-box .col-box {
        width: 100%;
        padding: 20px 1px 20px 1px;
        margin: 20px;
    }

    .subtitl-ksef {
        font-size: 20px;
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .x-boxes-1 .row-box .col-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .x-boxes-1 .row-box .col-box:last-child {
        margin-bottom: 0;
    }

    .x-boxes-1 .x-box-1 .image {
        margin: 10px 0 0 0;
    }

    .subtitle-ksef {
        font-size: 18px;
        width: 90%;
    }  
}

.radius_div {
    border-radius: 20px;
    padding: 20px 35px 10px 35px;
    background-color: #D8D8D880;
}

.row_div {
    display: flex;
    align-items: center;
    /* margin-bottom: 20px; */
    padding: 20px 35px 10px 35px;
}

.list-2 li {
    position: relative;
    font-size: 16px;
    padding-left: 26px;
    max-width: 700px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.list-2 li:last-child {
    margin-bottom: 20px;
}

.list-2 li:after {
    background-color: #008f20;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 10px;
}

.second_div {
    margin-top: 50px;;
}

.first_div {
    padding-bottom: 135px;
}

.description-ksef {
    font-size: 16px;
    width: 75%;
}

.description-ksef-div {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.border-section {
    background-color: #F0F0F1;
}

.s-3 + .s-3 .title {
    max-width: none;
}


.button-box-ksef {
    padding-top: 50px;
    display: flex;
    justify-content: center;
}
