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 {
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  image-rendering: -webkit-optimize-contrast;
  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: 700;
  line-height: 1.2
}

a {
  color: #000;
  text-decoration: none;
  word-break: break-word
}

a:hover {
  text-decoration: underline
}

.border, .border_mobile {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #e90a0a), color-stop(26%, #e90a0a), color-stop(26%, #000), color-stop(29%, #000), color-stop(29%, #ff8600), color-stop(56%, #ff8600), color-stop(56%, #ae0000), color-stop(74%, #ae0000), color-stop(74%, #0065b1), color-stop(76%, #0065b1), color-stop(76%, #008520), to(#008520));
  background: linear-gradient(90deg, #e90a0a 0, #e90a0a 26%, #000 0, #000 29%, #ff8600 0, #ff8600 56%, #ae0000 0, #ae0000 74%, #0065b1 0, #0065b1 76%, #008520 0, #008520);
  display: block;
  height: 10px
}

.border--sm {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(56%, transparent), color-stop(56%, #ae0000), color-stop(74%, #ae0000), color-stop(74%, #0065b1), color-stop(76%, #0065b1), color-stop(76%, #008520), to(#008520));
  background: linear-gradient(90deg, transparent, transparent 56%, #ae0000 0, #ae0000 74%, #0065b1 0, #0065b1 76%, #008520 0, #008520)
}

.border--divider {
  height: 6px;
  margin: 0 auto;
  width: 150px
}

@media screen and (max-width:1200px) {
  .border {
    margin-top: -55px;
  }
}

@media screen and (max-width:992px) {
  .border {
    margin-top: 69px;
  }
}

@media screen and (max-width:768px) {
  .border {
    visibility: hidden;
  }

  .border_mobile {
    height: 7px;
  }
}

.box {
  border-radius: 20px;
}

.btn-arrow {
  background-color: #fff;
  border: 2px solid #e40613;
  border-radius: 50%;
  color: transparent;
  display: block;
  font-size: 0;
  height: 54px;
  position: relative;
  width: 54px
}

@media (hover:hover) {
  .btn-arrow:hover:before {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
}

.btn-arrow:before {
  background: url(../images/arrow_red.png) no-repeat;
  content: "";
  display: block;
  height: 16px;
  left: 50%;
  margin: -7px 0 0 -6px;
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  width: 13px
}

@media screen and (max-width:992px) {
  .btn-arrow {
    height: 50px;
    width: 50px
  }
}

.btn {
  background-color: #ae0000;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  padding: 12px 36px;
  text-align: center;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
  min-width: 257px;
}

.btn:hover {
  background-color: #900000;
  text-decoration: none
}

@media screen and (max-width:1500px) {
  .btn {
    font-size: 20px
  }
}

@media screen and (max-width:992px) {
  .btn {
    font-size: 16px
  }
}

.documents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 5px 0
}

@media screen and (max-width:992px) {
  .documents__list {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    margin: 20px 0 0
  }
}

.documents__item {
  padding: 15px 15px 15px 0;
  width: 50%
}

@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__text {
  cursor: pointer;
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative
}

.documents__text.is-active:after {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.documents__text:after {
  background: url(../images/arrow_red.svg) 50% 50%/contain no-repeat;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: 4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 12px
}

.documents__link {
  display: inline-block;
  line-height: 1.5;
  margin: 0 0 0 40px;
  min-height: 30px;
  position: relative;
  font-size: 19px;
}

@media screen and (max-width:1200px) {
  .documents__link {
    max-width: none
  }
}

@media screen and (max-width:768px) {
  .documents__link {
    font-size: 18px
  }
}

/* @media screen and (max-width:576px) {
  .documents__link {
    font-size: 18px
  }
} */

.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: -3px;
  width: 26px
}

.logo {
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: block;
  font-size: 0;
  height: 67px;
  width: 290px
}

@media screen and (max-width:992px) {
  .logo {
    height: 33px;
    width: 144px
  }
}

.title {
  font-size: 40px;
  margin-bottom: 55px;
}

@media screen and (max-width:1199px) {
  .title {
    font-size: 35px
  }
}

@media screen and (max-width:992px) {
  .title {
    font-size: 30px
  }
}

@media screen and (max-width:576px) {
  .title {
    font-size: 25px
  }
}

.account {
  background-color: #fff;
  padding: 45px 0
}

.account__text,
.account__title {
  color: #080D1B
}

.account__title {
  color: #008520;
  margin: 0 0 28px
}

@media screen and (max-width:768px) {
  .account__title {
    margin: 0 auto 25px;
    max-width: 375px
  }
}

@media screen and (max-width:576px) {
  .account__title {
    max-width: 315px
  }
}

.account__text {
  font-size: 28px;
  margin: 0 auto 40px;
  max-width: 750px
}

@media screen and (max-width:1500px) {
  .account__text {
    font-size: 24px;
    max-width: 650px
  }
}

@media screen and (max-width:992px) {
  .account__text {
    font-size: 20px;
    max-width: 550px
  }
}

.container {
  margin: 0 auto;
  max-width: 1226px;
  padding: 0 15px
}

.container--extra-large {
  max-width: 1460px
}

@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
  }
}

.footer {
  padding: 0 0 40px 0;
  background-color: #f9f9f9;
}

.footer__documents {
  margin: 0 0 40px
}

.footer__text {
  font-size: 20px;
  line-height: 1.33
}

@media screen and (max-width:1200px) {
  .footer__text {
    font-size: 19px;
  }
}

@media screen and (max-width:768px) {
  .footer__text {
    font-size: 18px;
  }
}

.header_bottom {
  background: url('../images/header3.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 510px;
  padding: 26px 0 0;
}

@media screen and (max-width:1200px) {
  .header_bottom {
    height: 415px;
    background-size: 1500px auto;
    padding-bottom: 200px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width:992px) {
  .header_bottom {
    height: auto;
    margin: 0 0 30px;
    padding: 30px 0 60px
  }
}

@media screen and (max-width: 768px) {
  .header_bottom {
    background: none !important;
    padding-top: 35px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width:1200px) {
  .header {
    /* height: 408px; */
    /* background-size: 1500px auto !important; */
    margin-bottom: -40px;
  }

  .title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:992px) {
  .header {
    height: auto;
    margin: 0 0 30px;
    padding: 30px 0 60px
  }
}

.header__logo {
  margin: 40px 0 40px 0;
}

.header_title_div {
  background-color: #990000;
  border-radius: 0 100px 100px 0;
  margin: 45px 0 45px 0;
  max-width: 800px;
  padding: 24px 0;
  position: relative
}

@media screen and (max-width:1650px) {
  .header_title_div {
      /* border-radius: 0 70px 70px 0; */
      /* max-width: 730px; */
      /* padding: 25px 25px 30px 0 */
  }
}

@media screen and (max-width: 1300px) {
  .header_title_div {
      /* border-radius: 0 70px 70px 0; */
      /* max-width: 600px; */
      /* padding: 25px 25px 30px 0; */
  }
}

@media screen and (max-width:1200px) {
  .header_title_div {
    margin: 40px 0 40px 0;
      max-width: 600px;
  }
}

@media screen and (max-width:992px) {
  .header_title_div {
      margin: 20px 0 40px 0; 
      max-width: 475px;
  }
}

@media screen and (max-width:768px) {
  .header_title_div {
      border-radius: 0 65px 65px 0;
      margin: 0 0 30px;
      max-width: 450px
  }
}

.header_title_div::before {
  background-color: #990000;
    content: "";
    height: 100%;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 9999px
}

.header__title {
  font-weight: 700;
  letter-spacing: -2.5px;
  color: #fff;
  font-size: 50px;
  margin: 0;
  max-width: 750px;
  margin-bottom: 20px;
}

/* @media screen and (max-width:992px) {
  .header__title {
    margin-bottom: 50px;
  }
} */

@media screen and (max-width:992px) {
  .header__title {
    font-size: 30px;
    margin: 0 0 30px;
    max-width: 650px
  }
}

@media screen and (max-width:768px) {
  .header__title {
    max-width: 450px
  }
}

.header__btn-arrow,
.header__img {
  left: 50%;
  position: absolute
}

.header__btn-arrow {
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (max-width:992px) {
  .header__btn-arrow {
    bottom: -25px
  }
}

.header__img {
  height: calc(100% - 160px);
  margin: 0 0 0 200px;
  top: 80px
}

@media screen and (max-width:1500px) {
  .header__img {
    margin: 0 0 0 150px
  }
}

@media screen and (max-width:992px) {
  .header__img {
    display: block;
    height: auto;
    margin: 30px auto 0;
    max-width: 250px;
    position: static;
    top: auto
  }
}

.loan {
  padding: 90px 0 50px
}

@media screen and (max-width:992px) {
  .loan {
    padding: 35px 0
  }
}

.loan__title {
  margin: 0 0 40px
}

@media screen and (max-width:992px) {
  .loan__title {
    margin: 0 auto 40px;
    max-width: 500px
  }
}

@media screen and (max-width:576px) {
  .loan__title {
    margin: 0 auto 35px
  }
}

.loan__subtitle {
  font-size: 36px;
  margin: 0 0 45px
}

@media screen and (max-width:1500px) {
  .loan__subtitle {
    font-size: 30px
  }
}

@media screen and (max-width:992px) {
  .loan__subtitle {
    font-size: 25px
  }
}

@media screen and (max-width:768px) {
  .loan__subtitle {
    margin: 0 auto 45px;
    max-width: 400px
  }
}

@media screen and (max-width:576px) {
  .loan__subtitle {
    font-size: 20px;
    margin: 0 auto 40px;
    max-width: 300px
  }
}

.loan__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -12px
}

@media screen and (max-width:992px) {
  .loan__boxes {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10px 0
  }
}

.loan__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 20px 24px;
  width: 620px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px
}

@media screen and (max-width:1500px) {
  .loan__box {
    height: 95px;
    width: 520px
  }
}

@media screen and (max-width:1200px) {
  .loan__box {
    height: 90px;
    width: 450px
  }
}

@media screen and (max-width:992px) {
  .loan__box {
    margin: 10px
  }
}

@media screen and (max-width:576px) {
  .loan__box {
    margin: 10px 0;
    width: 100%
  }
}

.loan__text {
  font-size: 24px;
  letter-spacing: -.05em;
  padding: 0 0 0 22px;
  position: relative
}

.loan__text:before {
  background-color: #008f20;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px
}

@media screen and (max-width:1500px) {
  .loan__text {
    font-size: 22px
  }
}

@media screen and (max-width:1200px) {
  .loan__text {
    font-size: 20px
  }
}

@media screen and (max-width:576px) {
  .loan__text {
    font-size: 18px
  }
}

.loan__note {
  font-size: 20px;
  margin: 96px auto 78px;
  max-width: 750px
}

@media screen and (max-width:1500px) {
  .loan__note {
    font-size: 18px;
    margin: 80px auto 70px;
    max-width: 700px
  }
}

@media screen and (max-width:992px) {
  .loan__note {
    margin: 60px auto
  }
}

@media screen and (max-width:768px) {
  .loan__note {
    margin: 45px auto;
    max-width: 450px
  }
}

@media screen and (max-width:576px) {
  .loan__note {
    font-size: 16px
  }
}

.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
}

.header .image-rwd {
  display: none;
}

.header {
  position: relative
}

.header .header__txt {
  padding: 1px 0 20px 0;
  color: #fff;
  font-size: 33.62px;
  line-height: 44.82px;
  letter-spacing: -0.4px;
}

.header .header__txt strong {
  font-weight: bold;
}

.account .container {
  position: relative;
}

.account .image {
  position: absolute;
  top: 50%;
  margin-top: -170px;
  left: 0;
}

.account {
  padding-bottom: 120px;
}

.data-box .txt {
  font-size: 20px;
}

.account .image img {
  width: 230px;
}

.account .image {
  margin-top: -130px
}

@media screen and (max-width: 1320px) {
  .data-boxes {
    padding: 0 30px;
  }

  .data-box .txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .header .header__txt {
    font-size: 25px;
  }

  .header__title {
    font-size: 40px;
  }

  .header .header__txt {
    line-height: 1.3;
  }

  .data-box .txt {
    font-size: 18px;
  }

  .data-boxes .data-box {
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .data-boxes {
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .account .image img {
    width: 133px;
  }

  .account .image {
    margin-top: -75px;
  }
}

@media screen and (max-width: 992px) {
  .header .header__txt {
    font-size: 20px;
  }

  .header__logo {
    margin-bottom: 29px;
  }

  .header__title {
    font-size: 30px;
  }

  .header {
    margin-bottom: 0;
  }

  .account .image {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header {
    background: #fff;
  }

  .header__title {
    text-shadow: none;
  }

  .header br {
    display: none;
  }

  .header__logo {
    margin-bottom: 36px;
  }

  .header .image-rwd {
    margin-top: 45px;
    display: block;
  }

  .header .image-rwd img {
    display: block;
    width: 100%;
  }

  .header__btn-arrow {
    display: none;
  }

  .header {
    padding-bottom: 0;
  }

  .data-boxes {
    padding: 30px 0 30px 0;
    height: auto;
  }

  .data-boxes .data-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .data-boxes .data-box .txt {
    display: flex;
    flex-direction: column;
  }

  .data-box img {
    margin: 0 0 5px 0;
  }

  .data-boxes .data-box:last-child {
    margin-bottom: 0;
  }

  .account {
    padding-bottom: 70px;
    margin-top: -30px;
  }
}

.box .image {
  height: 131px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box .txt {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  padding: 0 10px;
  letter-spacing: -1px;
}

.box strong {
  font-weight: bold;
  color: #e90a0a;
}

.box {
  position: relative;
  overflow: hidden;
}

.box:after {
  background: #e41e0a;
  height: 7px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.box__b:after {
  background: #f39100;
}

.box__c:after {
  background: #0077bd;
}

.box__d:after {
  background: #1aa035;
}

.box {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1)
}

.advantages {
  margin-bottom: 90px;
  margin-top: 100px;
}

.advantages-content {
  /* border-radius: 8px; */
  /* border: 2px solid #eb2222; */
  padding: 0 45px;
  padding-bottom: 26px;
}

.advantages h2 span {
  padding: 0 30px;
  display: inline-block;
  background: #fff;
}

.advantages .title {
  margin-top: -30px;
  text-align: center;
  justify-content: center;
  width: 100%;
}

.advantages-description {
  margin: -50px 0 -60px 0;
  /* display: flex; */
  /* justify-content: space-between; */
}

.advantages-description .description {
  /* padding-left: 85px; */
  padding-top: 63px;
}

.description {
  display: flex;
  /* flex-direction: row; */
  /* justify-content: center; */
}

.description ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 370px;
}

.description ul li {
 text-align: center;
}

.img-list {
  width: 90px;
  height: 90px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.advantages_list {
  border: 2px solid;
  border-radius: 20px;
  margin: 0 100px 0 100px;
}

.advantages_list_first {
  border-color: #0099cc;
}

.advantages_list_second {
  border-color: #009933;
}

.advantages_list_third {
  border-color: #ff3333;
}

.list_bottom {
  width: 100%;
  border-bottom: 8px solid;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.list_bottom_first {
  border-color: #0099cc;
}

.list_bottom_second {
  border-color: #009933;
}

.list_bottom_third {
  border-color: #ff3333;
}

.advantages ul {
  margin: 0 25px 0 25px;
  padding: 0;
  list-style: none;
}

.advantages li {
  margin: 10px 0 10px 0;
  padding: 7px 10px;
  font-size: 20px;
  line-height: normal;
}

.advantages li strong {
  font-weight: bold;
}

.advantages .button-box {
  text-align: center;
  margin-top: 120px;
}

@media screen and (max-width:1200px) {
  .advantages .button-box {
    margin-top: 0;
  }
}

.add {
  margin-bottom: 90px;
}

.add .button-box {
  text-align: center;
}

.boxes-1 .row-box {
  margin: 0 -9px;
  display: flex;
  flex-wrap: wrap;
}

.boxes-1 .col-box {
  margin-bottom: 18px;
  width: 33.33333%;
  padding: 0 9px;
}

.box-1 {
  /* height: 100%; */
  border-radius: 43px;
  border: 2px solid #0099cc;
}

.box-1 .txt-1 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0099cc;
  border-radius: 40px;
  color: #fff;
}

.box-1 .txt-2 {
  padding: 30px;
}

.box-1 ul {
  font-size: 19px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.box-1 ul li {
  padding-left: 22px;
  position: relative;
}

.box-1 ul li:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}

.box-1-1_dot_color ul li:after{
  background: #0099cc;
}

.box-1-2_dot_color ul li:after{
  background: #009933;
}

.box-1-3_dot_color ul li:after{
  background: #ff3333;
}

.box-1 strong {
  font-weight: bold;
}

.box-1 ul li {
  margin-bottom: 9px;
}

.box-1 ul li:last-child {
  margin-bottom: 0;
}

.add .button-box {
  padding-top: 24px;
}

.box-1-2 {
  border-color: #009933;
}

.box-1-2 .txt-1 {
  background: #009933;
}

.box-1-3 {
  border-color: #ff3333;
}

.box-1-3 .txt-1 {
  background: #ff3333;
}

.footer__documents {
  padding-top: 40px;
}

.box-1 ul li.no-sign:after {
  display: none;
}

@media screen and (max-width:1200px) {

  .header__logo {
    margin: 30px 0 30px 0;
  }

  .advantages .title {
    margin-top: -26px;
  }

  .advantages-description {
    margin: 0;
  }

  .advantages-description .description {
    padding: 0;
  }

  .advantages-description {
    align-items: center;
  }

  .advantages-description .description {
    flex-shrink: 0;
  }

  .advantages-description img {
    max-width: 100%;
  }

  .description {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .description ul {
    width: 700px;
    margin-bottom: 65px;
  }

}

.box-1 .txt-1 {
  font-size: 25px;
  line-height: 25px;
}

@media screen and (max-width: 992px) {
  .header {
    height: 402px;
  }

  .btn {
    min-width: 1px;
  }

  .header .header__txt {
    padding-bottom: 5px;
  }

  .header__logo {
    margin: 1px 0 30px 0;
  }

  .header__btn-arrow {
    bottom: -18px;
  }

  .advantages-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .advantages li {
    background-size: 25px auto;
    padding-top: 12px;
  }

  .boxes-1 .col-box {
    width: 100%;
  }

  .boxes-1 .col-box br {
    display: none;
  }

  .advantages-description {
    padding-bottom: 30px;
  }

  .advantages {
    margin-top: 140px;
    margin-bottom: 70px;
  }

  .add {
    margin-bottom: 70px;
  }

  .advantages li {
    font-size: 17px;
  }

  .description ul {
    width: 300px;
    margin-bottom: 35px;
  }

  .img-list {
    width: 70px;
    height: 70px;
  }
}



@media screen and (max-width: 768px) {
  .header {
    background: none;
    padding-top: 35px;
    /* margin-bottom: 100px; */
  }

  .header .image-rwd {
    margin-top: -35px;
  }

  .header__logo {
    margin-bottom: 60px;
    margin-top: -10px;
  }

  .header .image-rwd img {
    /* width: 440px; */
    margin: 0 auto;
  }

  .header .image-rwd {
    text-align: center;
  }

  .title {
    margin-bottom: 30px;
  }

  .box .txt {
    align-items: center;
  }

  .box .txt br {
    display: none;
  }

  .advantages .title {
    margin: 0;
  }

  .advantages-content {
    padding-top: 75px;
  }

  .advantages .title {
    margin-bottom: 30px;
  }

  .advantages-description {
    display: block;
  }

  .advantages-description .description {
    margin: 0;
    width: 100%;
  }

  .advantages li {
    background-position: left 10px;
  }

  .advantages li {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .advantages-description .image {
    text-align: center;
    padding-top: 25px;
  }

  .advantages {
    margin-bottom: 45px;
    margin-top: 240px;
  }

  .add {
    margin-bottom: 45px;
  }

  .footer__documents {
    padding-top: 17px;
  }

  .box-1 .txt-1 {
    font-size: 23px;
  }

  .button-box-header {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  .advantages h2 span {
    padding: 0;
  }

  .box-1 .txt-1 {
    padding: 20px;
  }

  .box-1 .txt-2 {
    padding: 30px 20px;
  }

  .box-1 .txt-1 {
    font-size: 20px;
  }

  .box-1 .txt-1 {
    height: 80px;
  }

  .box-1 .txt-2 {
    padding-top: 28px;
  }

  .advantages {
    margin-bottom: 45px;
    margin-top: 180px;
  }
}