._ta-c {
  text-align: center;
}
._tt-u {
  text-transform: uppercase;
}
._txt-l {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #17181c;
}
/* card 1 */
.card-border {
  border-radius: 20px;
  padding: 12px;
}
.card-border--inner {
  border-radius: 8px;
  padding: 10px;
}
.card-border.type-1 {
  background-color: #f5f9ff;
  transition: 0.3s;
}
a.card-border.type-1:hover {
  background-color: #e0edff;
  transition: 0.3s;
}
.card-border.type-1 .card-border--inner {
  border-width: 2px;
  border-style: dashed;
  border-color: #4286f4;
  height: 100%;
  /* border-image-source: linear-gradient(90deg, #21439B 0%, #4286F4 100%) 1; */
}
.card-border.type-2 {
  /* background-color: #F5F9FF; */
  border-width: 2px;
  border-style: dashed;
  border-color: #4286f4;
}
.card-border.type-2 .card-border--inner {
  background-color: #f5f9ff;
  /* border-image-source: linear-gradient(90deg, #21439B 0%, #4286F4 100%) 1; */
}
@media screen and (max-width: 992px) {
  .card-border {
    border-radius: 12px;
    padding: 8px;
  }
  .card-border--inner {
    border-radius: 4px;
  }
}
.__accent {
  /* background: linear-gradient(90deg, #21439B 0%, #4286F4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; */
  color: #4286f4;
  transition: 0.3s;
}
.mt2 .wpcf7-response-output {
  color: #272727;
}
.mt2 ._form-row-2 {
  align-items: start;
}
/* ---------------------- */

.mt-banner-d #breadcrumbs {
  opacity: 0;
  pointer-events: none;
}
.mt-banner-d {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 900px;
  max-height: 1200px;
}

.mt-banner-d-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.mt-banner-d-bg img {
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .mt-banner-d-bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(0deg, #000000 2.27%, rgba(0, 0, 0, 0) 75.46%);
} */

.mt-banner-d__container {
  position: relative;
  z-index: 10;
  height: 100%;
}

.mt-banner-d-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.mt-banner-d .txt-wrap {
  position: relative;
  /* margin-top: auto; */
  margin-top: 12vh;
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
    align-items: flex-start;

}

.mt-banner-d .txt-wrap h1 {
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
    align-items: flex-start;
  color: #fff;
  margin-bottom: 32px;
}

.mt-banner-d .txt-wrap h4 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 36.4px;
  margin-bottom: 40px;
}
.mt-banner-d .txt-wrap h1 .first {
  display: block;
  font-weight: 800;
  font-style: Italic;
  font-size: 80px;
  line-height: 1.1;
}
.mt-banner-d .txt-wrap h1 .second {
  display: block;
  position: relative;
  padding-right: 110px;
  text-align: right;
  width: max-content;
}
.mt-banner-d .txt-wrap h1 .second .big {
  display: block;
  width: max-content;
  text-align: right;
  position: relative;
  font-weight: 800;
  font-style: Italic;
  font-size: 180px;
  line-height: 100%;
  text-shadow:
    0 0 1px #fff,
    0 0 2px #fff,
    0 0 3px #fff,
    0 0 4px #fff,
    0 0 5px #fff,
    0 0 4px #fff,
    0 0 2px #fff,
    0 0 17px #fff;
}
.mt-banner-d .txt-wrap h1 .second .small {
  display: block;
  width: max-content;
  font-weight: 800;
  font-style: Italic;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  position: absolute;
  bottom: 16px;
  right: 0;
}
.mt-banner-d .txt-wrap .banner-txt {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* letter-spacing: 1%; */
  text-align: center;
  margin-bottom: 44px;
}

.mt-banner-d .scroll-down {
  display: block;
  /*     margin: 40px 0 20px; */
  margin: 30px 0 15px;
}

@media screen and (max-width: 1365px) {
  .mt-banner-d .txt-wrap h1 .first {
    font-size: 60px;
  }
  .mt-banner-d .txt-wrap h1 .second .big {
    font-size: 140px;
  }
  .mt-banner-d .txt-wrap h1 .second .small {
    bottom: 8px;
  }
}

@media screen and (max-width: 992px) {
  .mt-banner-m #breadcrumbs {
    opacity: 0;
    pointer-events: none;
  }
  .mt-banner-m-bg {
    height: 56vw;
    width: 100%;
  }

  .mt-banner-m-bg img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mt-banner-d-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 2.27%, rgba(0, 0, 0, 0) 75.46%);
  }

  .mt-banner-m-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
  }

  .mt-banner-m-wrap h1 {
    font-weight: 800;
    font-style: italic;
    font-size: 52px;
    line-height: 57.2px;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 28px;
    text-transform: uppercase;
  }

  .mt-banner-m-wrap > h4 {
    margin-bottom: 12px;
    text-align: center;
  }

  .mt-banner-m-wrap .banner-txt {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1%;
    text-align: center;
    color: #17181c;
    margin-bottom: 20px;
  }

  .mt-banner-m .float-elem {
    padding: 8px 12px;
    gap: 12px;
    border-radius: 100px;
    background: linear-gradient(90deg, #ff002d 0%, #d5050c 43%, #b31217 100%);
    margin-bottom: 12px;
    width: 100%;
  }

  .mt-banner-m .float-elem .txt-elem > h4 {
    color: #fff;
  }

  .mt-banner-m .float-elem .txt {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
  }

  .mt-banner-m-wrap .bttn {
    margin-top: 16px;
  }
  .mt-banner-m h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .mt-banner-m h1 .first {
    display: block;
    font-weight: 800;
    font-style: Italic;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
  }
  .mt-banner-m h1 .second {
    display: block;
    position: relative;
    padding-right: 33px;
    text-align: center;
    width: max-content;
  }
  .mt-banner-m h1 .second .big {
    display: block;
    width: max-content;
    text-align: right;
    position: relative;

    font-weight: 800;
    font-style: Italic;
    font-size: 60px;
    line-height: 110%;
    /* background: linear-gradient(90deg, #21439B 0%, #4286F4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; */
    color: #4286f4;
  }
  .mt-banner-m h1 .second .small {
    display: block;
    width: max-content;
    font-weight: 800;
    font-style: Italic;
    font-size: 18px;
    line-height: 14px;

    position: absolute;
    bottom: 11px;
    right: 0;
    /* background: linear-gradient(90deg, #21439B 0%, #4286F4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; */
    color: #21439b;
  }
}
/* ---------------------- */

/* ------------------- */
.mt-cards {
  padding: 80px 0;
}

/* .nm-card-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 40px;
} */
.mt-cards .bonus {
  gap: 8px;
  align-items: flex-end;
  margin: 0 auto;
}

.mt-cards .bonus ._h4 {
  line-height: 1;
}

.mt-cards .bonus .big {
  color: #b31217;
  font-size: 32px;
}
.bonus .big {
  color: #b31217;
}
.mt-cards .bonus {
  margin-top: 32px;
  gap: 8px;
  justify-content: center;
}

.mt-cards .bonus .txt {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  transition: all ease 0.3s;
}

.mt-cards .bonus .txt .big {
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
}
.mt-cards-wrap {
  justify-content: space-between;
  gap: 56px;
  padding: 40px 0 0;
}
.mt-cards-wrap .card-border {
  /* min-width: calc((100% - 112px)/3); */
  min-width: 30%;
  width: 30%;
  max-width: 30%;
  min-height: 304px;
  position: relative;
}
.mt-cards-wrap .card-border--inner {
  height: 100%;
  justify-content: center;
}
.mt-cards-wrap .card-border--inner .icon-wrap {
  min-height: 140px;
  margin-bottom: 22px;
}
/* .mt-cards-wrap .card-border .icon {
    
} */
.mt-cards-wrap .card-border .arrow {
  display: block;
  position: absolute;

  z-index: 5;
}
.mt-cards-wrap .card-border.one .arrow {
  right: -18px;
  top: -18px;
}

.mt-cards-wrap .card-border.two {
  top: -40px;
}
.mt-cards-wrap .card-border.two .arrow {
  right: -18px;
  bottom: -18px;
}
.mt-cards-wrap .card-border .desc {
  min-height: 24px;
}
.mt-cards-bottom {
  padding-top: 40px;
}
.mt-cards-bottom .bttn {
  margin-top: 32px;
}
/* @media screen and (max-width: 1365px) {
    .nm-card {
        padding: 28px 20px;
    }
} */

@media screen and (max-width: 992px) {
  .mt-cards {
    padding: 30px 0;
  }

  .mt-cards-wrap {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 0;
  }
  .mt-cards-wrap .card-border.two {
    top: 0;
  }
  .mt-cards-wrap .card-border {
    /* min-width: calc((100% - 112px)/3); */
    min-width: auto;
    width: 100%;
    max-width: 400px;
    min-height: auto;
    position: relative;
  }
  .mt-cards-wrap .card-border--inner {
    padding-bottom: 20px;
  }

  .mt-cards-wrap .card-border--inner .icon-wrap {
    min-height: auto;
    margin-bottom: 8px;
  }
  .mt-cards-wrap .card-border--inner .icon {
    height: 100px;
    width: auto;
  }

  .mt-cards-wrap .card-border .arrow {
    height: 40px;
    width: auto;
    transform: rotate(90deg) translateY(50%);
  }
  .mt-cards-wrap .card-border.one .arrow {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -18px;
  }

  .mt-cards-wrap .card-border.two .arrow {
    right: auto;
    left: 50%;
    bottom: -18px;
  }
  .mt-cards-wrap .card-border .desc {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .mt-cards .bonus {
    margin-top: 28px;
    flex-direction: column;
    align-items: center;
  }

  .mt-cards .bonus img {
    height: 30px;
    width: auto;
  }

  .mt-cards .bonus .txt {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .mt-cards .bonus .txt .big {
    font-size: 16px;
  }
}

/* ----------------- */

.mt-gifts {
  padding: 40px 0;
}
.mt-gifts-card .card-border--inner {
  padding: 32px;
}
.mt-gifts-card .bonus {
  gap: 16px;
}
.mt-gifts-card .bonus img {
  height: 48px;
  width: auto;
}

.mt-gifts-card .bonus .txt {
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
}
.mt-gifts-card .bonus .txt .big {
  font-size: 42px;
}
.mt-gifts-card p {
  margin: 20px 0 0;
}
@media screen and (max-width: 992px) {
  .mt-gifts {
    padding: 30px 0;
  }
  .mt-gifts-card .card-border--inner {
    padding: 24px;
  }
  .mt-gifts-card .bonus {
    flex-direction: column;
    align-items: center;
  }
  .mt-gifts-card .bonus img {
    height: 32px;
  }
  .mt-gifts-card .bonus .txt {
    font-size: 24px;
  }
  .mt-gifts-card .bonus .txt .big {
    font-size: 24px;
  }
  .mt-gifts-card p {
    margin: 18px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .mt-gifts {
    padding: 10px 0;
  }
}
/* ---------------------- */
.mt-advantages {
  padding: 40px 0;
}

.mt-advantages__container {
  flex-direction: column;
  align-items: center;
}

.mt-advantages .content-page-head {
  max-width: 800px;
  margin-bottom: 0;
}

.mt-advantages .content-page-head h2 {
  margin-bottom: 0;
}

.mt-advantages-wrap {
  margin: 60px auto;
  max-width: 1160px;
  justify-content: space-between;
  /* gap: 24px; */
}

.mt-advantages-elem {
  width: 19.5%;
  min-width: 19.5%;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.mt-advantages-elem > h5 {
  margin-bottom: 8px;
  text-align: center;
}

.mt-advantages-elem .desc {
  text-align: center;
}

.mt-advantages .bttns {
  margin-top: 40px;
  gap: 24px;
}

.mt-advantages .bttns .bttn {
  width: 350px;
  padding: 12px 15px;
}
.mt-advantages h4.head {
  margin-bottom: 4px;
}
.mt-advantages p.subhead {
  margin: 0;
}
.mt-advantages .card-border--inner {
  padding: 1.6vw;
  gap: 1.2vw;
}
.mt-advantages .card-border--inner img {
  display: block;
  width: 7.3vw;
  height: auto;
}
.mt-advantages .curators {
  justify-content: space-between;
  width: 100%;
  gap: 3vw;
  margin-top: 40px;
}
.mt-advantages .curators .card-border {
  /* width: 30%;
    max-width: 30%; */
  min-width: 28%;
  display: block;
}
.mt-advantages .curators .card-border img {
  transition: 0.3s;
}
.mt-advantages .curators .card-border:hover img {
  transition: 0.3s;
  transform: scale(1.02);
}
.mt-advantages .curators .card-border:hover .__accent {
  transition: 0.3s;
  color: #21439b;
}
@media screen and (max-width: 1599px) {
  .mt-advantages .curators {
    gap: 1.5vw;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .mt-advantages .card-border--inner {
    padding: 1.2vw;
    gap: 0.8vw;
  }
  /* .mt-advantages .card-border--inner img {
    width: 5vw;
} */
}
@media screen and (max-width: 1365px) {
  .mt-advantages .card-border--inner h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .mt-advantages-elem img {
    height: 60px;
    width: auto;
  }

  .mt-advantages-wrap {
    margin: 28px 0 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .mt-advantages-elem {
    width: 25%;
    min-width: auto;
  }

  .mt-advantages {
    padding: 60px 0;
  }

  .mt-advantages .bonus {
    margin-top: 12px;
    align-items: center;
  }

  .mt-advantages .bttns {
    margin-top: 28px;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .mt-advantages .bonus .big {
    font-size: 20px;
  }

  .mt-advantages .bonus ._h4 {
    line-height: 1.3;
  }
  .mt-advantages .card-border--inner img {
    width: 18vw;
  }
  .mt-advantages .card-border--inner {
    padding: 3vw;
    gap: 2vw;
  }
}

@media screen and (max-width: 599px) {
  .mt-advantages-elem {
    width: 44%;
  }
  .mt-advantages .card-border--inner {
    padding: 16px 12px;
    gap: 12px;
  }
  .mt-advantages .card-border--inner img {
    width: 68px;
  }
  .mt-advantages .curators {
    gap: 20px;
    margin-top: 28px;
  }
  .mt-advantages .curators .card-border {
    min-width: auto;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .mt-advantages-wrap {
    flex-direction: column;
    gap: 18px;
  }

  .mt-advantages-elem {
    width: 100%;
  }

  .mt-advantages .bttns {
    width: 100%;
  }

  .mt-advantages .bttns .bttn {
    width: 100%;
  }
  .mt-advantages .card-border--inner h5 {
    font-size: 14px;
  }
}

/* ---------------------- */
.nm-register.mt {
  padding: 40px 0;
}
.nm-register.mt .nm-wrap, .nm-register.mt2 .nm-wrap {
  align-items: center;
}
.nm-forms > img {
border-radius: 8px;
}
.nm-register.mt .nm-forms {
  padding-right: 0;
  padding-left: 60px;
}
.nm-register.mt .nm-forms ul {
  margin: 60px 0;
  padding-left: 18px;
}
.nm-register.mt .nm-forms ul li:not(:first-child) {
  margin-top: 24px;
}
.nm-register.mt .nm-forms h5 {
  margin-top: 24px;
}
@media screen and (max-width: 1499px) {
  .nm-register.mt .nm-wrap {
    align-items: flex-start;
  }
  .nm-register.mt .nm-forms {
    padding-left: 30px;
  }
  .nm-register.mt .nm-forms ul {
    margin: 24px 0;
  }
  .nm-register.mt .nm-forms ul li:not(:first-child) {
    margin-top: 16px;
  }
  .nm-register.mt .nm-forms h5 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 992px) {
  .nm-register.mt {
    padding: 30px 0;
  }

  .nm-register.mt .nm-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .nm-register.mt .nm-forms {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .nm-register.mt .nm-img {
    width: 100%;
  }
  .nm-register.mt .bttn {
    width: 100%;
  }
}
/* ------------------- */

.mt-winner {
  padding: 40px 0;
}
.mt-winner-wrap {
  width: 100%;
  padding: 80px 0;
  position: relative;
}
.mt-winner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mt-winner-wrap__container {
  justify-content: flex-end;
}
.mt-winner .card-border {
  width: 100%;
  max-width: 700px;
  position: relative;
  z-index: 5;
}
.mt-winner .card-border--inner {
  padding: 40px;
}
.mt-winner .card-border ul {
  margin: 32px 0 40px;
  padding-left: 18px;
}
.mt-winner .card-border ul li {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

.mt-winner .card-border ul li:not(:first-child) {
  margin-top: 24px;
}

@media screen and (max-width: 992px) {
  .mt-winner {
    padding: 30px 0;
  }
  .mt-winner-wrap {
    padding: 39vw 0 40px;
  }
  .mt-winner-wrap__container {
    justify-content: center;
  }
  .mt-winner .card-border--inner {
    padding: 24px;
  }
  .mt-winner .card-border ul {
    margin: 20px 0 28px;
  }
  .mt-winner .card-border ul li {
    font-size: 14px;
  }
  .mt-winner .card-border ul li:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 992px) {
  .mt-winner-wrap {
    padding: 59vw 0 40px;
  }
  .mt-winner-wrap .bttn {
    width: 100%;
  }
}
/* -------------------- */

.mt-prize {
  padding: 40px 0;
}
.mt-prize__container {
  padding-right: 0;
}
.mt-prize-wrap {
  align-items: center;
}
.mt-prize-wrap ul {
  padding: 0;
  list-style: none;
}
.mt-prize-wrap li {
  padding-left: 26px;
  font-weight: 600;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 20px;

}
.mt-prize-wrap li:first-child {
  background-image: url(https://balkan-pro.md/wp-content/uploads/2026/06/zont.svg);
}
.mt-prize-wrap li:nth-child(2) {
  background-image: url(https://balkan-pro.md/wp-content/uploads/2026/06/korall.svg);
}
.mt-prize-wrap li:nth-child(3) {
  background-image: url(https://balkan-pro.md/wp-content/uploads/2026/06/bezkonech.svg);
}
.mt-prize-wrap li:last-child {
  background-image: url(https://balkan-pro.md/wp-content/uploads/2026/06/drink.svg);
}
.mt-prize-wrap li:not(:first-child) {
  margin-top: 12px;
}
.mt-prize-wrap .col-txt {
  max-width: 800px;
  width: 45%;
  padding-right: 55px;
}
.mt-prize-head {
  margin: 24px 0 60px;
  gap: 24px;
}
.mt-prize-wrap .col-txt ._h1 {
  font-weight: 800;
  font-size: 55px;
  line-height: 1;
}

.mt-prize-wrap .col-txt .bttn {
  margin-top: 40px;
}
.mt-prize-wrap .col-img {
  flex-grow: 1;
  position: relative;
  padding: 286px 32px 32px;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
}
.mt-prize-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.mt-prize-img-content {
  position: relative;
  z-index: 5;
}
.mt-prize-cards {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 19vw 19vw;
  grid-template-rows: 120px 120px;
}
.mt-prize-card {
  border-radius: 8px;
  border: 2px dashed;
  border-color: #4286f4;
  background-color: #ffffffe5;
  padding: 22px 40px;
  gap: 24px;
}
.mt-prize-card:first-child {
  border-color: #ffffff;
  background: linear-gradient(90deg, #21439b 0%, #4286f4 100%);
}
.mt-prize-card:first-child * {
  color: #fff;
}
.mt-prize-card .icon {
  display: block;
  height: 48px;
  width: auto;
}
.mt-prize-card:first-child .icon {
  filter: brightness(0) invert(1);
}

.mt-prize-card .title {
  margin-bottom: 4px;
}

.mt-prize-card .desc {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}
.mt-prize-img-content .bttn {
  border: 2px dashed #eaeffb;
  width: 420px;
  margin-top: 48px;
}
.mt-prize-img-content .bttn svg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.mt-prize-img-content .bttn .txt {
  text-transform: lowercase;
}

@media screen and (max-width: 1799px) {
  .mt-prize-wrap .col-txt ._h1 {
    font-size: 44px;
  }
  .mt-prize-wrap .col-txt {
    padding-right: 24px;
  }
}
@media screen and (max-width: 1499px) {
  .mt-prize-card .title {
    font-size: 14px;
  }

  .mt-prize-card .desc {
    font-size: 14px;
  }
  .mt-prize-card .icon {
    height: 40px;
  }
  .mt-prize-card {
    padding: 20px 24px;
    gap: 16px;
  }
  .mt-prize-cards {
    grid-gap: 16px;
    grid-template-columns: 21vw 21vw;
  }
}

@media screen and (max-width: 992px) {
  .mt-prize {
    padding: 30px 0;
  }
  .mt-prize-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .mt-prize-wrap .col-txt {
    padding-right: 20px;
    max-width: none;
    width: 100%;
  }
  .mt-prize-wrap .col-img {
    padding: 186px 32px 32px;
    width: 100%;
  }
  .mt-prize-wrap .col-txt ._h1 {
    font-size: 32px;
  }
  .mt-prize-head {
    margin: 16px 0 28px;
    gap: 20px;
  }
  .mt-prize-wrap .col-txt .bttn {
    margin-top: 28px;
  }
  .mt-prize-cards {
    grid-template-columns: 275px 275px;
  }
  .mt-prize-card {
    padding: 16px 24px;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mt-prize-cards {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .mt-prize-card {
    padding: 16px 24px;
    gap: 8px;
    min-height: 103px;
  }
  .mt-prize-wrap .col-img {
    padding: 123px 30px 32px;
  }
  .mt-prize-img-content .bttn {
    width: 275px;
    margin-top: 28px;
    padding-left: 20px;
    justify-content: flex-start;
  }
  .mt-prize-img-content .bttn .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .mt-prize-wrap .col-txt .bttn {
    width: 100%;
  }
}

/* -------------------- */

.mt-participation {
  padding: 40px 0;
}
.mt-participation-wrap {
  gap: 36px;
  width: 100%;
}
.mt-participation .part-col.sm {
  width: 20%;
  min-width: 20%;
}
.mt-participation .card-border--inner {
  background: linear-gradient(90deg, #21439b 0%, #4286f4 100%);
  height: 100%;
  padding: 24px 20px;
}
.mt-participation .card-border--inner * {
  color: #fff;
}
.mt-participation .part-col.sm .mt-part-card:first-child {
  height: 237px;
  margin-bottom: 36px;
}
.mt-participation .part-col.sm .mt-part-card:last-child {
  height: 260px;
  /* min-height: 260px; */
}
.mt-participation .part-col.lg {
  flex-grow: 1;
}
.point-elem .numb {
  font-weight: 800;
  font-size: 60px;
  line-height: 120%;
  margin-bottom: 8px;
}
.point-elem .desc {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  word-wrap: break-word;
}
.point-elem .desc ._h5 {
  /* font-size: 24px; */
  text-decoration: underline;
  word-wrap: break-word;
}
.point-elem .desc .addit {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  word-wrap: break-word;
}
.mt-participation .red,
h4.red, span.red {
  color: #b31217;
}

.points-row.txts {
  gap: 6.3vw;
}

.part-col.lg .card-border--inner {
  padding: 20px 50px;
}

.points-row.txts {
  gap: 6.3vw;
  margin-bottom: 40px;
}
.points-row.imgs {
  /* justify-content: space-between; */
    justify-content: center;
    gap: 60px;

}
.points-row.imgs .imgs-elem {
  display: block;
  width: 11.5vw;
  transition: 0.3s;
}
.points-row.imgs .imgs-elem:hover {
  transform: scale(1.02);
  transition: 0.3s;
}
.points-row.imgs .imgs-elem .icon {
  width: 100%;
  height: auto;
}
.points-row .point-elem:first-child {
  min-width: 210px;
}
@media screen and (max-width: 1699px) {
  .point-elem .desc ._h5 {
    font-size: 14px;
  }
}

@media screen and (max-width: 1599px) {
  .point-elem .desc {
    font-size: 14px;
  }
  .mt-participation-wrap {
    gap: 20px;
  }
  .mt-participation .part-col.sm .mt-part-card:first-child {
    margin-bottom: 20px;
  }
  .point-elem .desc .addit {
    font-size: 14px;
  }
  .mt-participation .card-border--inner {
    padding: 16px;
  }
  .part-col.lg .card-border--inner {
    padding: 16px;
  }
  .points-row .point-elem:first-child {
    min-width: 135px;
  }
}
@media screen and (max-width: 992px) {
  .mt-participation-wrap {
    flex-direction: column;
  }
  .mt-participation .part-col.sm {
    width: 100%;
    min-width: auto;
    display: flex;
    gap: 20px;
  }
  .mt-participation .part-col.sm .mt-part-card:first-child {
    margin-bottom: 0;
  }
  .mt-participation .part-col.sm .mt-part-card {
    width: 50%;
  }
  .mt-participation .part-col.sm .mt-part-card:first-child {
    height: auto;
  }
  .mt-participation .part-col.sm .mt-part-card:last-child {
    height: auto;
  }
  .points-row.imgs .imgs-elem {
    width: 150px;
  }
  .point-elem .numb {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .mt-participation .part-col.sm {
    flex-direction: column;
  }
  .mt-participation .part-col.sm .mt-part-card {
    width: 100%;
  }
  .points-row.txts {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
  }
  .points-row.imgs {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .point-elem .desc ._h5 {
    font-size: 16px;
  }
  .point-elem .desc {
    font-size: 16px;
  }
  .point-elem .desc .addit {
    font-size: 16px;
  }
}
.mt2.scroll-margin {
  scroll-margin-top: 0px;
}
@media screen and (max-width: 992px) {
  .mt2.scroll-margin {
    scroll-margin-top: 0px;
  }
}

/* RO -------------- */
.mt-banner-d.ro .txt-wrap h1 .second {
  padding-right: 130px;
}
.mt-banner-d.ro .txt-wrap h1 .second .small {
  font-size: 36px;
  bottom: auto;
  right: 0;
  top: 15px;
}
@media screen and (max-width: 1199px) {
  .mt-participation.ro .part-col.sm .mt-part-card:last-child {
    height: 280px;
  }
}

@media screen and (max-width: 992px) {
  .mt-banner-m.ro h1 .second {
    padding-right: 40px;
  }
  .mt-banner-m.ro h1 .second .small {
    font-size: 12px;
    bottom: auto;
    right: -11px;
    top: 10px;
    letter-spacing: 0px;
  }
  .mt-participation.ro .part-col.sm .mt-part-card:last-child {
    height: auto;
  }
}

.mt-gifts-wrap .mt-gifts-card {
  width: 50%;
  min-width: 50%;
}
.mt-gifts-wrap .mt-gifts-card:first-child {
  border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.mt-gifts-wrap .mt-gifts-card:last-child {
  border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
@media screen and (max-width: 767px) {
  .mt-gifts-wrap {
    flex-direction: column;
  }
  .mt-gifts-wrap .mt-gifts-card {
  width: 100%;
  min-width: auto;
}
.mt-gifts-wrap .mt-gifts-card:first-child {
  border-top-right-radius: 12px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.mt-gifts-wrap .mt-gifts-card:last-child {
  border-top-left-radius: 0;
border-bottom-left-radius: 12px;
border-top-right-radius: 10;
}
}



