* {
  box-sizing: border-box;
  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;
  overflow-x: hidden;
}

img {
  width: 100%;
}

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;
  overflow: hidden;
}

.imgContain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.row {
  width: 100%;
  display: flex;
}

.rowSb {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.column {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.list {
  list-style-type: none;
  padding-left: 12px;
  margin: 0 0 20px 0;
}
.list li {
  position: relative;
  padding-left: 24px;
}
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #AE0000;
}

.btn {
  max-width: 160px;
  width: 100%;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #AE0000;
  border: 1px solid #AE0000;
  border-radius: 26.5px;
  color: #FFF;
  text-align: center;
  font-family: mBank;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 10px auto;
  cursor: pointer;
  transition: 0.3s all ease-in-out !important;
}
.btn:hover {
  color: #AE0000;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 500px) {
  .btn {
    max-width: 140px;
    height: 50px;
    font-size: 15px;
  }
}
#header {
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7;
  position: relative;
  margin: 0 auto;
}
#header .container {
  width: 100%;
  max-width: 1150px;
  display: flex;
  padding: 0 20px;
}
#header .logo {
  background-image: url("../../assets/img/mbank-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 58px;
  flex-shrink: 0;
  margin: 55px 0 0 0;
}
#header .separator {
  max-width: 1440px;
  width: 102%;
  height: 8px;
  background-image: url("../../assets/img/kv-small.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section1 {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin: 34px auto 0;
}
#section1 .separator {
  max-width: 1440px;
  width: 100%;
  height: 8px;
  background-image: url("../../assets/img/kv-small.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #F7F7F7;
  padding: 88px 40px 131px 40px;
}
#section2 .container {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#section2 .container .title {
  color: #26221E;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin: 0 0 68px 0;
}
#section2 .container .title .mobileBr {
  display: none;
}
#section2 .container .subtitle {
  color: #26221E;
  font-family: mBank;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.16px;
  margin: 0;
}

@media (max-width: 1250px) {
  #section2 {
    padding: 70px 40px 100px 40px;
  }
}
@media (max-width: 1250px) {
  #section2 {
    padding: 70px 20px 100px 20px;
  }
  #section2 .container .title {
    font-size: 34px;
    margin: 0 0 20px 0;
  }
  #section2 .container .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 1000px) {
  #section2 .container .title {
    font-size: 28px;
    line-height: 42px;
  }
  #section2 .container .subtitle {
    font-size: 23px;
  }
}
@media (max-width: 840px) {
  #section2 .container .title {
    font-size: 28px;
    line-height: 42px;
  }
  #section2 .container .title .mobileBr {
    display: block;
  }
  #section2 .container .subtitle {
    font-size: 23px;
  }
}
@media (max-width: 600px) {
  #section2 .container .title {
    line-height: 36px;
  }
  #section2 .container .subtitle {
    font-size: 21px;
  }
}
@media (max-width: 460px) {
  #section2 {
    padding: 50px 20px 130px 20px;
  }
  #section2 .container .title {
    font-size: 26px;
    line-height: 34px;
  }
  #section2 .container .title .mobileBr {
    display: none;
  }
  #section2 .container .subtitle {
    font-size: 21px;
  }
}
@media (max-width: 380px) {
  #section2 {
    padding: 50px 20px 130px 20px;
  }
  #section2 .container .title {
    font-size: 22px;
    line-height: 32px;
  }
  #section2 .container .title .mobileBr {
    display: none;
  }
  #section2 .container .subtitle {
    font-size: 18px;
    line-height: 1.4;
  }
}
#section3 {
  display: flex;
  background: #F7F7F7;
  padding: 0 80px;
}
#section3 .container {
  width: 100%;
  display: flex;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 67px 67px 67px 86px;
  position: relative;
}
#section3 .container .rowSb {
  align-items: center;
}
#section3 .container .video {
  width: 539px;
  height: 527px;
  display: flex;
  border-radius: 50px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#section3 .container .column {
  margin: 0 0 0 60px;
}
#section3 .container .textRed {
  color: #AE0000;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.2px;
  margin: 0 0 20px 0;
}
#section3 .container .textRed.small {
  font-size: 28px;
}
#section3 .container .textRed.extraMargin {
  margin: 35px 0 20px 0;
}
#section3 .container .title {
  color: #26221E;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin: 40px 0 0 0;
}
#section3 .container .title .red {
  color: #AE0000;
}
#section3 .container .text {
  color: #26221E;
  font-family: mBank;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.14px;
  margin: 0;
}
#section3 .container .text2 {
  color: #26221E;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
  margin: 65px 0 0 0;
}
#section3 .container .imgHover {
  transition: 0.3s all ease-in-out;
}
#section3 .container .imgHover:hover {
  scale: 1.1;
}
#section3 .container .imgMargin1 {
  margin: 35px 0 0 0;
}
#section3 .container .imgMargin {
  margin: 35px 0 0 25px;
}
#section3 .container .img1 {
  width: 190px;
  height: 45px;
  background-image: url("../img/section3-2.png");
}
#section3 .container .img2 {
  width: 190px;
  height: 46px;
  background-image: url("../img/section3-3.png");
}
#section3 .container .img3 {
  width: 159px;
  height: 49px;
  background-image: url("../img/section3-4.svg");
}
#section3 .container .img4 {
  width: 155px;
  height: 34px;
  background-image: url("../img/section3-5.svg");
  margin: 35px 0 0 25px;
}
#section3 .container .img5 {
  width: 147px;
  height: 46px;
  background-image: url("../img/section3-6.png");
}
#section3 .container::before {
  content: "";
  width: 157px;
  height: 157px;
  background-image: url("../img/section3-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -99px;
  right: 85px;
}

@media (max-width: 1400px) {
  #section3 {
    padding: 0 20px;
  }
  #section3 .container {
    padding: 65px;
  }
}
@media (max-width: 1250px) {
  #section3 .container .video {
    width: 475px;
    height: 475px;
  }
  #section3 .container .textRed {
    font-size: 36px;
  }
  #section3 .container .textRed.extraMargin {
    margin: 25px 0 0 0;
  }
  #section3 .container .title {
    font-size: 28px;
    line-height: 34px;
    margin: 20px 0 0 0;
  }
  #section3 .container .text {
    font-size: 20px;
  }
  #section3 .container .text2 {
    font-size: 22px;
  }
}
@media (max-width: 1100px) {
  #section3 .container .imgMargin {
    margin: 35px 0 0 25px;
  }
  #section3 .container .rowSb {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 1030px) {
  #section3 .container .title br {
    display: none;
  }
}
@media (max-width: 1000px) {
  #section3 .container .row {
    flex-direction: column;
  }
  #section3 .container .video {
    width: 475px;
    height: 475px;
    margin: 0 auto;
  }
  #section3 .container .column {
    margin: 35px 0 0;
  }
  #section3 .container .title {
    font-size: 28px;
    line-height: 34px;
    margin: 10px 0 0 0;
  }
  #section3 .container .textRed.extraMargin {
    margin: 25px 0 10px;
  }
  #section3 .container .text {
    width: 100%;
    font-size: 20px;
  }
  #section3 .container .text2 {
    margin: 20px 0 0 0;
  }
  #section3 .container .img4 {
    margin: 35px 0 0 0;
  }
}
@media (max-width: 900px) {
  #section3 .container {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  #section3 .container .rowSb {
    flex-direction: column;
  }
  #section3 .container .imgMargin {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 680px) {
  #section3 .container {
    padding: 65px 35px;
  }
  #section3 .container .video {
    width: 425px;
    height: 425px;
  }
}
@media (max-width: 600px) {
  #section3 .container .textRed {
    font-size: 28px;
  }
}
@media (max-width: 540px) {
  #section3 .container {
    padding: 65px 20px 40px;
  }
  #section3 .container .video {
    width: 340px;
    height: 340px;
  }
  #section3 .container .title {
    font-size: 20px;
    line-height: 24px;
  }
  #section3 .container .text {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  #section3 .container .video {
    width: 238px;
    height: 238px;
  }
}
@media (max-width: 380px) {
  #section3 .container .textRed {
    font-size: 26px;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 350px) {
  #section3 .container .title .br {
    display: block;
  }
}
#section4 {
  display: flex;
  background: #F7F7F7;
  padding: 165px 80px;
}
#section4 .container {
  background-color: #F0F0F0;
  border-radius: 50px;
  padding: 32px 85px;
  position: relative;
}
#section4 .container .title {
  color: #26221E;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin: 0 0 20px 0;
}
#section4 .container .column {
  align-items: center;
  justify-content: center;
}
#section4 .container .rowSb1 {
  margin: 40px 0 0 0;
}
#section4 .container .rowSb2 {
  align-items: center;
}
#section4 .container .rowSa {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 40px 0 80px 0;
}
#section4 .container .imgHover {
  transition: 0.3s all ease-in-out;
}
#section4 .container .imgHover:hover {
  scale: 1.1;
}
#section4 .container .imgMargin1 {
  margin: 35px 0 0 0;
}
#section4 .container .imgMargin {
  margin: 35px 0 0 25px;
}
#section4 .container .img1 {
  width: 190px;
  height: 45px;
  background-image: url("../img/section3-2.png");
}
#section4 .container .img2 {
  width: 190px;
  height: 46px;
  background-image: url("../img/section3-3.png");
}
#section4 .container .img3 {
  width: 159px;
  height: 49px;
  background-image: url("../img/section3-4.svg");
}
#section4 .container .img4 {
  width: 155px;
  height: 34px;
  background-image: url("../img/section3-5.svg");
  margin: 35px 0 0 25px;
}
#section4 .container .img5 {
  width: 147px;
  height: 46px;
  background-image: url("../img/section3-6.png");
}
#section4 .container .img6 {
  width: 50px;
  height: 50px;
  background-image: url("../img/section4-2.png");
}
#section4 .container .textRed {
  color: #AE0000;
  text-align: center;
  font-family: mBank;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.15px;
  margin: 15px 0 0 0;
}
#section4 .container .element {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 34px 0 0 0;
}
#section4 .container .text {
  height: 100%;
  text-align: center;
  color: #26221E;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0 auto;
}
#section4 .container::before {
  content: "";
  width: 157px;
  height: 157px;
  background-image: url("../img/section4-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -99px;
  right: 85px;
}

@media (max-width: 1400px) {
  #section4 {
    padding: 140px 20px;
  }
  #section4 .container {
    padding: 50px 65px;
  }
  #section4 .container .title {
    font-size: 34px;
  }
}
@media (max-width: 1250px) {
  #section4 .container .title {
    font-size: 30px;
  }
  #section4 .container .element .titleElement.big {
    font-size: 32px;
  }
  #section4 .container .element .textElement.big {
    font-size: 28px;
  }
  #section4 .container .element .titleElement.small {
    font-size: 30px;
  }
  #section4 .container .element .textElement.small {
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  #section4 .container .imgMargin {
    margin: 35px 0 0 25px;
  }
  #section4 .container .rowSb2 {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 1000px) {
  #section4 .container .title {
    font-size: 28px;
    line-height: 38px;
  }
  #section4 .container .img4 {
    margin: 35px 0 0 0;
  }
}
@media (max-width: 800px) {
  #section4 .container .rowSa {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0 20px;
  }
  #section4 .container .element {
    width: 100%;
  }
  #section4 .container .rowSb1 {
    flex-direction: column;
    margin: 0;
  }
  #section4 .container .columnMargin {
    margin: 40px 0 0 0;
  }
  #section4 .container .rowSb2 {
    flex-direction: column;
  }
  #section4 .container .imgMargin {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 680px) {
  #section4 .container {
    padding: 50px 35px;
  }
  #section4 .container .title {
    font-size: 26px;
    line-height: 36px;
  }
  #section4 .container .text br {
    display: none;
  }
}
@media (max-width: 540px) {
  #section4 .container {
    padding: 50px 20px;
  }
  #section4 .container .title {
    font-size: 24px;
    line-height: 36px;
  }
  #section4 .container .element .titleElement.big {
    font-size: 20px;
  }
  #section4 .container .element .textElement.big {
    font-size: 18px;
  }
  #section4 .container .element .titleElement.small {
    font-size: 18px;
  }
  #section4 .container .element .textElement.small {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  #section4 .container .title {
    font-size: 22px;
    line-height: 32px;
  }
  #section4 .container .element .column {
    margin: 0 0 0 15px;
  }
}
#section5 {
  display: flex;
  background: #F7F7F7;
  padding: 0 80px;
}
#section5 .container {
  border-radius: 50px;
  background: #EBEBEB;
  padding: 33px 85px 46px 85px;
  position: relative;
}
#section5 .container .title {
  color: #26221E;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin: 0 0 50px 0;
}
#section5 .container .text {
  color: #26221E;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
  margin: 20px 0 0 0;
}
#section5 .container::before {
  content: "";
  width: 159px;
  height: 159px;
  background-image: url("../img/section5-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -99px;
  right: 85px;
}

@media (max-width: 1400px) {
  #section5 {
    padding: 0 20px;
  }
  #section5 .container {
    padding: 40px 65px 30px 65px;
  }
  #section5 .container .title {
    font-size: 34px;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1250px) {
  #section5 .container .title {
    font-size: 30px;
  }
  #section5 .container .slider .item .textItem {
    font-size: 28px;
  }
}
@media (max-width: 1000px) {
  #section5 .container {
    padding: 50px 65px 30px 65px;
  }
  #section5 .container .title {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 15px 0;
  }
  #section5 .container .text {
    font-size: 22px;
    margin: 15px 0 0 0;
  }
}
@media (max-width: 680px) {
  #section5 .container {
    padding: 50px 35px 40px 35px;
  }
  #section5 .container .title {
    font-size: 26px;
  }
  #section5 .container .text {
    font-size: 22px;
    margin: 12px 0 0 0;
  }
}
@media (max-width: 540px) {
  #section5 .container {
    padding: 50px 20px 40px 20px;
  }
  #section5 .container .title {
    font-size: 24px;
  }
  #section5 .container .text {
    font-size: 18px;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 380px) {
  #section5 .container .title {
    font-size: 22px;
    line-height: 32px;
  }
  #section5 .container .slider .item .textItem {
    font-size: 16px;
  }
}
#section6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
  padding: 67px 20px 0 20px;
}
#section6 .text {
  max-width: 1110px;
  width: 100%;
  color: #26221E;
  font-family: mBank;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.15px;
  margin: 0 0 35px 0;
}

@media (max-width: 1200px) {
  #section6 .text {
    font-size: 28px;
  }
}
@media (max-width: 1000px) {
  #section6 .text {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  #section6 {
    padding: 45px 20px 0 20px;
  }
  #section6 .text {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  #section6 .text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 380px) {
  #section6 .text {
    font-size: 16px;
    line-height: 24px;
  }
}
#section7 {
  width: 100%;
  padding: 100px 40px 60px 40px;
  background: #F7F7F7;
}
#section7 .wrapper {
  display: flex;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
#section7 .element {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
#section7 .element .img {
  width: 30px;
  height: 40px;
  margin-right: 34px;
  flex-shrink: 0;
  margin-top: 2px;
}
#section7 .element .textLink {
  color: #26221E;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

@media screen and (max-width: 800px) {
  #section7 {
    padding: 60px 30px 55px 30px;
  }
  #section7 .text,
  #section7 .text a {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 600px) {
  #section7 {
    padding: 40px 20px 52px 20px;
  }
  #section7 .text,
  #section7 .text a {
    font-size: 14px;
    line-height: 20px;
  }
  #section7 .element {
    margin-top: 30px;
  }
}
@media screen and (max-width: 400px) {
  #section7 {
    padding: 20px 15px 50px 15px;
  }
  #section7 .text,
  #section7 .text a {
    font-size: 12px;
    line-height: 18px;
  }
}/*# sourceMappingURL=audio.css.map */