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, #e90a0a),
            color-stop(27%, #e90a0a),
            color-stop(27%, #26221e),
            color-stop(32%, #26221e),
            color-stop(32%, #ff8600),
            color-stop(57%, #ff8600),
            color-stop(57%, #ae0000),
            color-stop(73%, #ae0000),
            color-stop(73%, #0065b1),
            color-stop(77%, #0065b1),
            color-stop(77%, #008520),
            to(#008520));
    background: linear-gradient(90deg,
            #e90a0a 0,
            #e90a0a 27%,
            #26221e 0,
            #26221e 32%,
            #ff8600 0,
            #ff8600 57%,
            #ae0000 0,
            #ae0000 73%,
            #0065b1 0,
            #0065b1 77%,
            #008520 0,
            #008520);
    display: block;
    height: 10px;
}

@media screen and (max-width: 768px) {
    .border {
        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: 26px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 35px;
    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:1200px) {
    .btn {
        font-size: 18px
    }
}

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

.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;
    margin: 0 0 0 40px;
    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:before {
    display: none
}

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

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

@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;
}

.logo {
    background-image: url(../assets/logo-mleasing.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff0;
    display: block;
    font-size: 0;
    height: 114px;
    width: 352px
}

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

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

.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
}

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

.footer-line{
    border-top: 2px solid #D9D9D9;
    width: 70%;
    margin: 0 auto;
}

.footer__copy {
    margin: 40px 40px 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: 18px;
    line-height: 1.33
}

.header {
    background: url(../assets/mleasing-header-bg.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:480px) {
    .header:after {
        height: 325px
    }
}

.header__logo {
    margin: 0 0 45px
}

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

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

.header__title__color {
    color: #FF8600;
}

.header__title {
    color: #fff;
    font-size: 85px;
    line-height: 1.2;
    margin: 0 0 72px;
    max-width: 700px
}

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

@media screen and (max-width:1200px) {
    .header__title {
        font-size: 75px;
        max-width: 650px
    }
}

@media screen and (max-width:992px) {
    .header__title {
        color: #000;
        font-size: 35px;
        margin: 0 0 22px;
        max-width: 600px;
        text-shadow: none
    }
}

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

.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
}

.is-hidden {
    display: none
}

.padding-1 {
    padding: 70px 0
}

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

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


.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 {
    background-color: #f6f6f6;
    padding: 70px 0
}

.s-1 {
    --dot: 56px;
    --line: 2px;
    --extend-top: -8px;
    --extend-bottom: -12px;
    --border: 2px;
    --border-color: #0065B1;
}

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

@media screen and (max-width:992px) {
    .s-1 {
        padding-bottom: 55px
    }
}

.s-1 .title {
    margin: 0 0 60px 0;
    color: #000000;
}

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

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

.s-1 .txt-2 {
    color: #000000;
}

.s-1 .image {
    margin-right: 50px;
    height: 489px;
    width: 489px;
}

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

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

    .s-1 .image img {
    }
}

@media screen and (max-width:992px) {
    .s-1 .image {
        height: 400px;
    }

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

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

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

.s-1 .steps-wrap{
  grid-template-columns: 1fr;
}

.s-1 .steps-axis{
  display: none;
}

.s-1 .company__list--steps{
  position: relative;
  counter-reset: step;
  display: grid;
  row-gap: 52px;
}

.s-1 .company__list--steps::before{
  content: "";
  position: absolute;
  left: calc(var(--dot) / 2);
  transform: translateX(-50%);
  top: calc(var(--dot) / -2 + var(--extend-top));
  bottom: calc(var(--dot) / -2 + var(--extend-bottom));
  width: var(--line);
  background: var(--border-color);
  border-radius: 999px;
}

.s-1 .company__list--steps > .list__item{
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: var(--dot) 1fr;
  column-gap: 28px;
  align-items: center;
}

@media screen and (max-width:1200px){
  .s-1 .company__list--steps > .list__item{
    column-gap: 15px;
  }
}

.s-1 .company__list--steps > .list__item::before{
  counter-increment: step;
  content: counter(step);
  width: var(--dot);
  height: var(--dot);
  border-radius: 50%;
  background: #fff;
  border: var(--border) solid var(--border-color);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 18px;
  z-index: 1;
}

.s-1 .description {
    max-width: 700px;
    margin-right: 32px
}

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

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

.s-form {
    background: #0065B1;
}

.s-form__card {
    max-width: 1120px;
    margin: 40px auto 6px;
    padding: 28px 36px;
    background: #0065B1;
    border-radius: 999px;
}

.s-form__title {
    color: #ffffff;
}

.s-form__field {
    width: 100%;
}

.s-form__input-wrap {
    position: relative;
}

.s-form__input {
    width: 100%;
    height: 104px;
    border: none;
    border-radius: 999px;
    padding: 28px 36px;
    font-size: 18px;
    background: #ffffff;
    outline: none;
}

.s-form__input:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.s-form__field-overlay {
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    row-gap: 6px;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
}

.s-form__field-title {
    font-size: 22px;
    font-weight: 800;
    color: #111;
    line-height: 1.1;
}

.s-form__field-subtitle {
    font-size: 18px;
    color: #8b8b8b;
    line-height: 1.1;
}

.s-form__input-wrap.is-active .s-form__field-overlay,
.s-form__input-wrap.is-filled .s-form__field-overlay {
    opacity: 0.05;
    transform: translateY(-65%) scale(0.9);
}

.s-form__checks {
    max-width: 1000px;
    margin: 0 auto 44px;
    display: grid;
    row-gap: 20px;
}

.s-form__check {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.s-form__check-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.s-form__checks--primary .s-form__check-box {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 2px solid rgba(255, 255, 255, 0.65);
    background: #ffffff;
    margin-right: 18px;
    flex-shrink: 0;
    position: relative;
    display: inline-block;
}


.s-form__check-input:checked+.s-form__check-box {
    border-color: #000000;
}

.s-form__check-input:checked+.s-form__check-box::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.s-form__check-text {
    font-size: 18px;
    line-height: 1.4;
    color: #ffffff;
}

.s-form__check-note {
    font-size: 14px;
    color: #ffffff;
}

.s-form__cta {
    margin-bottom: 24px;
}

.s-form__btn {
    padding: 16px 44px;
    border-radius: 999px;
    background: #9f1e11;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}

.s-form__note {
    max-width: 900px;
    margin: 28px auto 0;
    font-size: 18px;
    color: #f6f6f6;
    line-height: 1.5;
}

.s-form__error {
    margin-top: 14px;
    font-size: 18px;
    color: #b00020;
}

@media (max-width: 768px) {
    .s-form__card {
        padding: 24px 20px;
        border-radius: 36px;
    }

    .s-form__input {
        height: 92px;
        padding: 22px 24px;
        font-size: 16px;
    }

    .s-form__field-overlay {
        left: 24px;
    }

    .s-form__field-title {
        font-size: 22px;
    }

    .s-form__field-subtitle {
        font-size: 15px;
    }
}


.s-2 {
    background: url(../assets/sectionBg.png) center calc(50% + 20px) no-repeat #fff;
    background-size: 1920px auto
}

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

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

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

.s-2 .title {
    margin: 0 0 30px 0;
    background-color: #ffffff;
}

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

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

.s-2__title-color {
    color: #E90A0A;
}

.s-2__link {
    color: #E90A0A;
    font-size: 20px;
}

.s-2 .image {
    margin-right: 42px
}

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

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

    .s-2 .image img {
        max-width: 350px
    }
}

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

    .s-2 .image img {
        max-width: 275px
    }
}

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

.s-2 .description {
    max-width: 580px;
    margin-right: 84px
}

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

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

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

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

.s-2 .note {
    font-size: 18px;
    margin: 5px 0 35px 0
}

.s-4 {
    padding: 60px 0
}

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

.s-4 .title {
    margin: 0 0 50px 0
}

.s-4 .text {
    font-size: 18px;
    margin-bottom: 45px
}

.s-4 .small {
    font-size: 15px
}

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

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

    .s-4 .text {
        margin-bottom: 35px
    }
}

@media screen and (max-width:1200px) {
    .s-4 .image img {
        max-width: 300px
    }
}

@media screen and (max-width:992px) {
    .s-4 .image img {
        max-width: 250px
    }
}

@media screen and (max-width:768px) {
    .s-4 .image img {
        max-width: 225px
    }
}

.copy__text {
    max-width: 200px;
}

.copy__border {
    border-right: 2px solid grey;
}

@media screen and (max-width:992px) {
    .copy__border {
        border-right: none;
    }
}

.copy__top {
    margin-top: 20px;
}

.s-4 .copy {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1200px) {
    .s-4 .copy {}
}

@media screen and (max-width:992px) {
    .s-4 .copy {
        margin-right: 0
    }
}

.zoom__img {
    margin-top: -54px;
    margin-bottom: -54px;
    padding-bottom: 20px;
}

.s-4 .description {
    max-width: 354px
}

@media screen and (max-width:992px) {
    .s-4 .description {
        max-width: none;
        margin: 0 0 2px 0
    }

    .s-4 .txt-2 {
        font-size: 16px;
        max-width: 414px;
        margin: 2px auto 0 auto
    }
}

.description__text__1 {
    padding-top: 30px;
}

.description__text__2 {
    padding-top: 30px;
}

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

@media screen and (max-width:992px) {
    .content-box-2-3 .button-box-1 {
        margin-top: 40px
    }
}

.content-box-1 {
    background: url(../images/lines.png) center 150px no-repeat;
    background-size: 1920px auto
}

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

.boxes-2 .row-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px
}

.boxes-2 .row-box .col-box {
    padding: 0 16px;
    width: 50%
}

.content-box-2-3 .txt-3 {
    text-align: center;
    margin-top: 45px;
    padding: 10px 0;
    margin-bottom: -20px
}

.content-box-2-3 .txt-3 a {
    text-decoration: underline;
    color: #000
}

.content-box-2-3 .txt-3 a:hover {
    text-decoration: none
}

.boxes-2 {
    padding-top: 14px
}

.boxes-2 .col-box {
    margin-bottom: 42px
}

.box-2 {
    border-radius: 12px;
    border: 1px solid #f8f8f8;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 30px 0;
    height: 100%;
    padding-right: 16px;
    box-shadow: 10px 10px 15px rgb(0 0 0 / .2)
}

.box-2 .txt-1 {
    height: 160px;
    width: 164px;
    border-right: 8px solid #008f20;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 16px;
    color: #008f20;
    padding: 0 18px
}

.box-2 .txt-1-1 {
    font-size: 90px;
    font-weight: 700;
    margin-top: -15px
}

.box-2 .txt-1-1 span {
    font-size: 45px;
    margin-left: 5px
}

.box-2 .txt-1-2 {
    margin-top: -5px;
    font-size: 16px;
    font-weight: 600
}

.box-2 .txt-2 {
    font-size: 20px
}

.content-box-1 {
    position: relative
}

.content-box-1 .line-box {
    bottom: 0
}

.content-box-2 {
    position: relative
}

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

.content-box-2-3 .line-box {
    top: 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-1 {
    display: none
}

.content-box-1 .txt-22 {
    display: none
}

.mb1 {
    margin-bottom: 39px
}

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

.content-box-2-2 .button-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 45px
}

.color-green {
    color: #009021
}

.header__logo {
    margin-bottom: 45px
}

.header__txt {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    max-width: 550px;
    margin-bottom: 40px
}

.header__title {
    margin-bottom: 25px
}

.content-box-2-2-3 {
    padding-top: 60px
}

@media screen and (max-width:992px) {
    .content-box-2-2-3 {
        padding-top: 45px
    }
}

.content-box-2-1 .txt-1 {
    margin-bottom: 20px
}

@media screen and (max-width:1680px) {
    .header__title {
        font-size: 75px
    }

    .header__txt {
        font-size: 35px
    }
}

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

    .header__title {
        font-size: 65px;
        max-width: 550px;
        margin-bottom: 20px
    }

    .header__txt {
        font-size: 30px
    }

    .header__txt {
        margin-bottom: 35px
    }

    .logo {
        height: 66px;
        width: 160px
    }

    .header__logo {
        margin-bottom: 25px
    }
}

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

    .header__txt {
        font-size: 25px;
        max-width: 450px;
        margin-bottom: 30px
    }

    .header__title {
        max-width: 500px;
        font-size: 55px;
        margin-bottom: 15px;
    }

    .header__logo {
        margin-bottom: 30px
    }

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

@media screen and (max-width:992px) {
    .header__title {
        color: #fff;
        font-size: 45px;
        max-width: 425px;
        margin-bottom: 10px
    }

    .image-rwd-1 {
        display: block;
        padding: 0;
        text-align: center
    }

    .image-rwd-1 img {
        max-width: 100%
    }

    .boxes-2 .row-box .col-box {
        width: 100%
    }

    .content-box-2-1 {
        flex-direction: column
    }

    .content-box-2 .txt-2 {
        margin-top: 80px
    }
}

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

    .header__title {
        width: 350px;
        font-size: 45px;
    }

    .header__title br {
        display: none
    }

    .header__logo {
        margin-bottom: 20px
    }

    .header__title {
        margin-bottom: 3px
    }

    .header__btn-arrow {
        display: none
    }

    .content-box-1 .title {
        display: none
    }

    .padding-1 {
        padding: 45px 0
    }

    .boxes-2 .row-box .col-box {
        margin-bottom: 20px
    }

    .box-2 {
        display: block
    }

    .box-2 .txt-1 {
        width: 100%;
        text-align: center;
        border: none
    }

    .box-2 .txt-1 {
        height: auto;
        margin: 0
    }

    .box-2 .txt-2 {
        text-align: left;
        border-top: 2px solid #008f20;
        padding-top: 15px;
        margin-top: 10px
    }

    .box-2 .txt-2 {
        font-size: 16px
    }

    .box-2 {
        padding-left: 16px
    }

    .box-2 .txt-1-2-1 {
        display: none
    }

    .content-box-1 .txt-22 {
        display: block;
        margin-top: 40px
    }

    .line-box img {
        width: 100% !important;
        height: 14px
    }

    .content-box-2-3 .line-box {
        display: none
    }

    .list__item {
        align-items: flex-start
    }

    .content-box-2-3 .button-box {
        margin-top: 40px;
        padding-bottom: 15px
    }

    .content-box-2-3.content-box-2-3-5 .content-box-2-1 .image {
        padding-top: 0
    }

    .content-box-2-3 .button-box {
        padding-bottom: 0
    }

    .content-box-2-3 .txt-3 {
        padding-top: 0
    }

     .content-box-2 .txt-2 {
        margin-top: 1px
    }

    .content-box-2 .txt-6 {
        margin-top: 80px;
    }
}

.bg-gray {
    background: #f1f1f1
}

.bg-white {
    background: #fff
}

.padding-top-0 {
    padding-top: 0
}

.content-box-2 .txt-2 a {
    text-decoration: underline
}

.content-box-2 .txt-2 a:hover {
    text-decoration: none
}

.button-box-5-5 {
    padding-top: 50px
}

@media screen and (max-width:992px) {
    .button-box-5-5 {
        padding-top: 40px
    }
}

@media screen and (max-width:992px) {
    .image-rwd-1 {
        display: block;
        text-align: center
    }

    .image-rwd-1 img {
        width: 100%
    }

    .image-rwd-1 {
        display: none
    }

    .header__txt {
        font-size: 22px;
        max-width: 300px;
        margin-bottom: 25px
    }

    .list__item br {
        display: none
    }
}

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

    .button-box-1 {
        position: relative;
        z-index: 2
    }

    .content-box-2-3 .button-box-1 {
        text-align: center
    }

    .header__txt {
        max-width: none;
        margin-bottom: 25px
    }

    .header__title {
        max-width: none;
        margin-bottom: 15px
    }

    .header {
        background: none;
        padding-top: 0;
        height: auto;
        background-color: #0065B1
    }

    .header__title {
        color: #fff
    }

    .header__txt {
        color: #fff
    }

    .image-rwd-1 img {
        display: block
    }

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

    .image-rwd-1 {
        display: block;
        padding-bottom: 0
    }

    .content-box-2-1a .button-box {
        text-align: center
    }

    .lines-bg {
        background: none
    }

    .content-box-2-3-5 .content-box-2-1 .description {
        margin-bottom: 0
    }
}

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