* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
}

html,
body {
  font-size: 16px;
  width: 100%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-right: 0 !important;
  margin: 0 !important;
}

button,
a {
  background: transparent;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
button:hover, button:visited, button:focus,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}

span {
  font-family: inherit;
  font-weight: inherit;
}

p {
  font-family: inherit;
  font-weight: inherit;
}

.wrapperMain {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #000;
}
.wrapperMain .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrapperMain #section1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 20px 0 130px;
  position: relative;
}
.wrapperMain #section1 .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapperMain #section1 .row.row1 {
  max-width: 447px;
}
.wrapperMain #section1 .row.row2 {
  max-width: 1190px;
}
.wrapperMain #section1 .column {
  display: flex;
  flex-direction: column;
}
.wrapperMain #section1 .column.left {
  margin: 20px 0 0 0;
}
.wrapperMain #section1 .strip {
  width: 100%;
  height: 10px;
  background-image: url("../img/section0.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapperMain #section1 .img1 {
  width: 220px;
  height: 85px;
  background-image: url("../img/mbank_logo_rgb.svg");
}
.wrapperMain #section1 .img2 {
  width: 151px;
  height: 126px;
  background-image: url("../img/section1-1.svg");
}
.wrapperMain #section1 .img3 {
  width: 391px;
  height: 394px;
  background-image: url("../img/section1-2.png");
}
.wrapperMain #section1 .title {
  color: #FFF;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
}
.wrapperMain #section1 .title a {
  color: #AE0000;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.wrapperMain #section1 .title a:hover {
  color: #FF8600;
}
.wrapperMain #section1 .title.margin1 {
  margin: 75px 0 0 0;
}
.wrapperMain #section1 .title.margin2 {
  margin: 25px 0 0 0;
}
.wrapperMain #section1 .elementCloud {
  max-width: 477px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 12px 10px 32px 10px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.wrapperMain #section1 .elementCloud .containerImg {
  max-width: 200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wrapperMain #section1 .elementCloud .containerImg .img4 {
  width: 92px;
  height: 107px;
  background-image: url("../img/section1-3.svg");
  margin: 30px 0 0 0;
}
.wrapperMain #section1 .elementCloud .containerImg .img5 {
  width: 103px;
  height: 79px;
  background-image: url("../img/section1-4.svg");
}
.wrapperMain #section1 .elementCloud .containerImg .img6 {
  width: 57px;
  height: 61px;
  background-image: url("../img/section1-5.svg");
}
.wrapperMain #section1 .elementCloud .containerImg .img7 {
  width: 92px;
  height: 107px;
  background-image: url("../img/section1-6.svg");
  margin: 30px 0 0 0;
}
.wrapperMain #section1 .elementCloud .textCloud {
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
  margin: 0 0 0 0;
}
.wrapperMain #section1 .elementCloud:nth-child(2) {
  margin: 0 0 0 50px;
}
.wrapperMain #section1 .elementCloud:hover {
  scale: 1.05;
}
@media (max-width: 1440px) {
  .wrapperMain #section1 {
    padding: 30px 20px 0 9%;
  }
}
@media (max-width: 1300px) {
  .wrapperMain #section1 {
    padding: 30px 20px 0 5%;
  }
}
@media (max-width: 1250px) {
  .wrapperMain #section1 {
    padding: 20px;
  }
  .wrapperMain #section1 .strip {
    height: 8px;
  }
}
@media (max-width: 950px) {
  .wrapperMain #section1 .strip {
    height: 7px;
  }
  .wrapperMain #section1 .title {
    font-size: 32px;
    line-height: 38px;
  }
  .wrapperMain #section1 .title.margin1 {
    margin: 50px 0 0 0;
  }
  .wrapperMain #section1 .row.row1 {
    max-width: 350px;
  }
  .wrapperMain #section1 .column.left {
    margin: 0;
  }
  .wrapperMain #section1 .img1 {
    width: 176px;
    height: 68px;
  }
  .wrapperMain #section1 .img2 {
    width: 121px;
    height: 101px;
  }
  .wrapperMain #section1 .img3 {
    width: 313px;
    height: 315px;
  }
  .wrapperMain #section1 .elementCloud .containerImg {
    max-width: 150px;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img4 {
    width: 74px;
    height: 86px;
    margin: 20px 0 0 0;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img5 {
    width: 82px;
    height: 63px;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img6 {
    width: 46px;
    height: 49px;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img7 {
    width: 73px;
    height: 86px;
    margin: 20px 0 0 0;
  }
  .wrapperMain #section1 .elementCloud .textCloud {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .wrapperMain #section1 .strip {
    height: 6px;
  }
  .wrapperMain #section1 .title {
    font-size: 28px;
    line-height: 36px;
  }
  .wrapperMain #section1 .title.margin1 {
    margin: 30px 0 0 0;
  }
  .wrapperMain #section1 .row.row1 {
    max-width: 280px;
  }
  .wrapperMain #section1 .img1 {
    width: 132px;
    height: 51px;
  }
  .wrapperMain #section1 .img2 {
    width: 91px;
    height: 76px;
  }
  .wrapperMain #section1 .img3 {
    width: 235px;
    height: 236px;
  }
  .wrapperMain #section1 .elementCloud {
    padding: 10px 8px 20px 8px;
  }
  .wrapperMain #section1 .elementCloud .containerImg {
    max-width: 100px;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img4 {
    width: 55px;
    height: 64px;
    margin: 10px 0 0 0;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img5 {
    width: 62px;
    height: 47px;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img6 {
    width: 34px;
    height: 37px;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img7 {
    width: 55px;
    height: 64px;
    margin: 10px 0 0 0;
  }
  .wrapperMain #section1 .elementCloud .textCloud {
    font-size: 18px;
    line-height: 26px;
  }
  .wrapperMain #section1 .elementCloud:nth-child(2) {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 600px) {
  .wrapperMain #section1 .strip {
    height: 5px;
  }
  .wrapperMain #section1 .row.row2 {
    flex-direction: column;
  }
  .wrapperMain #section1 .row.row3 {
    flex-direction: column;
  }
  .wrapperMain #section1 .img3 {
    width: 391px;
    height: 394px;
  }
  .wrapperMain #section1 .elementCloud:nth-child(1) {
    margin: 30px 0 0 0;
  }
  .wrapperMain #section1 .elementCloud:nth-child(2) {
    margin: 30px 0 0 0;
  }
  .wrapperMain #section1 .elementCloud .containerImg {
    max-width: 200px;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img4 {
    width: 92px;
    height: 107px;
    margin: 30px 0 0 0;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img5 {
    width: 103px;
    height: 79px;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img6 {
    width: 57px;
    height: 61px;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img7 {
    width: 92px;
    height: 107px;
    margin: 30px 0 0 0;
  }
  .wrapperMain #section1 .elementCloud .textCloud {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .wrapperMain #section1 .row.row1 {
    max-width: unset;
  }
  .wrapperMain #section1 .img3 {
    width: 313px;
    height: 315px;
  }
  .wrapperMain #section1 .elementCloud .containerImg {
    max-width: 150px;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img4 {
    width: 74px;
    height: 86px;
    margin: 20px 0 0 0;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img5 {
    width: 82px;
    height: 63px;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img6 {
    width: 46px;
    height: 49px;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img7 {
    width: 73px;
    height: 86px;
    margin: 20px 0 0 0;
  }
  .wrapperMain #section1 .elementCloud .textCloud {
    font-size: 22px;
  }
}
@media (max-width: 380px) {
  .wrapperMain #section1 .title {
    font-size: 26px;
  }
  .wrapperMain #section1 .img3 {
    width: 313px;
    height: 315px;
  }
  .wrapperMain #section1 .elementCloud .containerImg {
    max-width: 100px;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img4 {
    width: 55px;
    height: 64px;
    margin: 10px 0 0 0;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img5 {
    width: 62px;
    height: 47px;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img6 {
    width: 34px;
    height: 37px;
  }
  .wrapperMain #section1 .elementCloud .containerImg .img7 {
    width: 55px;
    height: 64px;
    margin: 10px 0 0 0;
  }
  .wrapperMain #section1 .elementCloud .textCloud {
    font-size: 18px;
  }
}
.wrapperMain #section7 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 50px;
}
.wrapperMain #section7 .cookie {
  color: #AE0000;
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
  transition: 0.3s all ease-in-out;
  margin: 0 50px 0 0;
}
.wrapperMain #section7 .cookie:hover {
  color: #FF8600;
}
@media (max-width: 1250px) {
  .wrapperMain #section7 .cookie {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  .wrapperMain #section7 .cookie {
    font-size: 22px;
    margin: 0;
  }
}
@media (max-width: 800px) {
  .wrapperMain #section7 .cookie {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .wrapperMain #section7 .cookie {
    font-size: 18px;
  }
}/*# sourceMappingURL=main.css.map */