@charset "UTF-8";
/* ====================== FONTS =================== */
@font-face {
  font-family: 'MuseoCyrl-300';
  src: url("../fonts/MuseoCyrl-300.eot");
  src: url("../fonts/MuseoCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoCyrl-300.woff") format("woff"), url("../fonts/MuseoCyrl-300.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoCyrl-500';
  src: url("../fonts/MuseoCyrl-500.eot");
  src: url("../fonts/MuseoCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoCyrl-500.woff") format("woff"), url("../fonts/MuseoCyrl-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoMedium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/RobotoRegular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Italic.eot");
  src: local("Roboto"), local("Roboto-Italic"), url("../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

.mit-main {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 22px;
  line-height: 140%;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mit-main {
    font-size: 16px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .mit-main {
    font-size: 16px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mit-main {
    font-size: 18px;
  }
}

.title {
  font-family: "MuseoCyrl-300";
}

.m-bold {
  font-family: "MuseoCyrl-500";
}

b, strong, .bold {
  font-family: "Roboto";
  font-weight: bold;
}

.italic {
  font-family: "Roboto";
  font-style: italic;
}

.upc {
  text-transform: uppercase;
}

sup {
  font-size: 70%;
  line-height: 1;
}

.font-64 {
  font-size: 64px;
  line-height: 110%;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .font-64 {
    font-size: 26px;
  }
}

@media screen and (min-width: 375px) and (max-width: 479px) {
  .font-64 {
    font-size: 30px;
  }
}

@media screen and (min-width: 480px) and (max-width: 759px) {
  .font-64 {
    font-size: 40px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .font-64 {
    font-size: 44px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .font-64 {
    font-size: 50px;
  }
}

.font-48 {
  font-size: 48px;
  line-height: 120%;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .font-48 {
    font-size: 26px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .font-48 {
    font-size: 28px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .font-48 {
    font-size: 36px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .font-48 {
    font-size: 42px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .font-48 {
    font-size: 48px;
  }
}

.font-40 {
  font-size: 40px;
  line-height: 120%;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .font-40 {
    font-size: 26px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .font-40 {
    font-size: 28px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .font-40 {
    font-size: 38px;
  }
}

.font-40-2 {
  font-size: 40px;
  line-height: 120%;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .font-40-2 {
    font-size: 18px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .font-40-2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .font-40-2 {
    font-size: 32px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .font-40-2 {
    font-size: 36px;
  }
}

.font-32 {
  font-size: 32px;
  line-height: 140%;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .font-32 {
    font-size: 20px;
  }
}

@media screen and (min-width: 360px) and (max-width: 399px) {
  .font-32 {
    font-size: 20px;
  }
}

@media screen and (min-width: 400px) and (max-width: 579px) {
  .font-32 {
    font-size: 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .font-32 {
    font-size: 18px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .font-32 {
    font-size: 26px;
  }
}

.font-32-2 {
  font-size: 32px;
  line-height: 140%;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .font-32-2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 360px) and (max-width: 399px) {
  .font-32-2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 400px) and (max-width: 579px) {
  .font-32-2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .font-32-2 {
    font-size: 26px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .font-32-2 {
    font-size: 30px;
  }
}

.font-32-3 {
  font-size: 32px;
  line-height: 140%;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .font-32-3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 360px) and (max-width: 399px) {
  .font-32-3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 400px) and (max-width: 579px) {
  .font-32-3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .font-32-3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .font-32-3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .font-32-3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .font-32-3 {
    font-size: 28px;
  }
}

.font-28 {
  font-size: 28px;
  line-height: 140%;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .font-28 {
    font-size: 14px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .font-28 {
    font-size: 16px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .font-28 {
    font-size: 18px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .font-28 {
    font-size: 20px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .font-28 {
    font-size: 24px;
  }
}

.font-22 {
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -1px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .font-22 {
    font-size: 16px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .font-22 {
    font-size: 16px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .font-22 {
    font-size: 22px;
  }
}

.font-20 {
  font-size: 20px;
  line-height: 150%;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .font-20 {
    font-size: 16px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .font-20 {
    font-size: 16px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .font-20 {
    font-size: 18px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .font-20 {
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .font-20 {
    font-size: 20px;
  }
}

/* ====================== HELPERS =================== */
.white-bg {
  background-color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.white-svg {
  fill: #ffffff;
}

.black-bg {
  background-color: #000000;
}

.black-text {
  color: #000000;
}

.black-svg {
  fill: #000000;
}

.violet-bg {
  background-color: #7b59af;
}

.violet-text {
  color: #7b59af;
}

.violet-svg {
  fill: #7b59af;
}

.brown-bg {
  background-color: #824A5F;
}

.brown-text {
  color: #824A5F;
}

.brown-svg {
  fill: #824A5F;
}

.pink-bg {
  background-color: #DD4C7F;
}

.pink-text {
  color: #DD4C7F;
}

.pink-svg {
  fill: #DD4C7F;
}

.share-color-bg {
  background-color: #FF541B;
}

.share-color-text {
  color: #FF541B;
}

.share-color-svg {
  fill: #FF541B;
}

.mit-container {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1200px;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

@media screen and (min-width: 320px) and (max-width: 580px) {
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (min-width: 580px) and (max-width: 960px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* ====================== ASSETS =================== */
/* ====================== COMMON =================== */
.mit-main {
  background: #fff;
  color: #656565;
  overflow: hidden;
}

.mit-main * {
  box-sizing: border-box;
}

.mit-main img {
  max-width: 100%;
  vertical-align: bottom;
  display: block;
  height: auto;
  width: auto;
}

.mit-main .center {
  /* fix spo-core.min.css for .center owl-carousel */
}

.mit-main .__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 60px;
  color: #ffffff;
  width: 220px;
  border-radius: 200px;
  font-size: 24px;
  margin: 30px 0 10px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-main .__btn {
    height: 50px;
    width: 160px;
    font-size: 18px;
  }
}

.mit-main .btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px 40px;
  border-radius: 40px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-main .btn {
    padding: 0 20px;
    height: 45px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mit-main .btn {
    padding: 15px 25px;
  }
}

.mit-main .btn.violet {
  color: #fff;
  background: #7B59AF;
}

.mit-main .btn.pink {
  color: #fff;
  background: #DD4C7F;
}

.mit-main .opacity-pink, .mit-main .opacity-violet {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 40px;
  padding: 0 32px;
  height: 63px;
  font-size: 24px;
  background: #fff;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-main .opacity-pink, .mit-main .opacity-violet {
    padding: 0 20px;
    height: 45px;
    font-size: 16px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mit-main .opacity-pink, .mit-main .opacity-violet {
    padding: 0 25px;
    height: 55px;
    font-size: 18px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-main .opacity-pink, .mit-main .opacity-violet {
    padding: 0 25px;
    height: 55px;
    font-size: 20px;
  }
}

.mit-main .opacity-pink {
  color: #DD4C7F;
  border: 2px solid #DD4C7F;
}

.mit-main .opacity-violet {
  color: #7B59AF;
  border: 2px solid #7B59AF;
}

.mit-main a.underline {
  text-decoration: underline;
}

.mit-main .spo-the-law-on-advertising {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  line-height: 14px;
  color: #ccc;
  text-align: left;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-main .spo-the-law-on-advertising {
    top: 60px;
    right: 5px;
    font-size: 10px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mit-main .spo-the-law-on-advertising {
    top: 60px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-main .spo-the-law-on-advertising {
    top: 60px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mit-main .spo-the-law-on-advertising {
    top: 80px;
  }
}

.mit-main .spo-the-law-on-advertising a {
  text-decoration: underline;
  color: #004926;
}

.mit-main-section {
  max-width: 1920px;
  margin: 0 auto;
}

.w-1400 {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1399px) {
  .w-1400 {
    padding: 0 20px;
  }
}

.mit-navbar, .mit-navbar-container {
  min-height: 100px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-navbar, .mit-navbar-container {
    min-height: 70px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mit-navbar, .mit-navbar-container {
    min-height: 80px;
  }
}

.mit-navbar {
  position: relative;
  z-index: 10;
}

.mit-navbar-container {
  max-width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  z-index: 101;
}

.mit-navbar-container.sticky.active {
  background: #ffffff;
}

.mit-navbar-container.is-sticky {
  background: #ffffff;
  box-shadow: 0px 5px 5px -5px rgba(93, 52, 39, 0.6);
}

@media screen and (min-width: 1200px) {
  .mit-navbar-container.is-sticky .logo-img {
    width: 200px;
  }
}

.mit-navbar-content {
  width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1279px) {
  .mit-navbar-content {
    padding: 0 20px;
  }
}

.mit-navbar-logo .logo-text {
  font-family: "RotondaBold", "PT Sans", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(45deg, #ffc0cb, #e0bbe4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: none;
}

.mit-navbar-logo .logo-img {
  display: block;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-navbar-logo .logo-img {
    width: 150px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mit-navbar-logo .logo-img {
    width: 150px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-navbar-logo .logo-img {
    width: 170px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mit-navbar-logo .logo-img {
    width: 200px;
  }
}

.mit-navbar-menu-btn {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .mit-navbar-menu-btn {
    display: block;
  }
}

.mit-navbar-menu-btn .icon-menu-close {
  display: none;
}

.mit-navbar-menu-btn.open .icon-menu-open {
  display: none;
}

.mit-navbar-menu-btn.open .icon-menu-close {
  display: block;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .mit-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    /* Начальная высота (меню скрыто) */
    overflow: hidden;
    /* Скрываем содержимое, которое выходит за пределы высоты */
    transition: max-height 0.2s ease-in-out;
    /* Плавное изменение высоты */
    background: #fff;
    padding: 0;
    z-index: 101;
  }
}

@media screen and (max-width: 1199px) {
  .mit-menu {
    margin: unset;
  }
}

.mit-menu.active {
  max-height: 1000px;
}

.mit-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 20px;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .mit-menu ul {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: 30px 0;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-menu ul {
    gap: 15px;
  }
}

.mit-menu ul li a {
  font-family: "Roboto";
  font-style: italic;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  text-decoration: none;
  color: #656565;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .mit-menu ul li a {
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mit-menu ul li a {
    font-size: 24px;
  }
}

.mit-menu ul li a.active {
  color: #fff;
  border-radius: 60.8696px;
  padding: 5px 10px;
}

.mit-menu ul li a:after {
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  background-color: #DD4C7F;
  transition: width 0.3s ease-in-out;
}

.mit-menu ul li a:hover:after, .mit-menu ul li a:focus:after {
  width: 100%;
}

.mit-footer {
  padding: 100px 20px 30px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-footer {
    padding: 50px 20px 30px;
  }
}

.mit-footer .notes {
  font-size: 14px;
  line-height: 150%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-footer .notes {
    font-size: 12px;
    line-height: 130%;
  }
}

.mit-footer .notes ol {
  list-style-type: decimal;
  margin-left: 20px;
  color: rgba(101, 101, 101, 0.5);
}

.mit-footer .notes ol li {
  margin: 5px;
}

.mit-footer .notes p.notes {
  margin: 5px 5px 5px 15px;
  color: rgba(101, 101, 101, 0.5);
}

.mit-sharing {
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mit-sharing {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}

.mit-sharing__list {
  font-size: 0;
  margin: 5px 0 15px;
}

.mit-sharing__item {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px 0 5px;
}

.mit-sharing__link {
  display: block;
  width: 48px;
  height: 48px;
  transition: all .2s linear;
  transform: translate3d(0, 0, 0);
  -ms-transform-origin: center center;
      transform-origin: center center;
  border-radius: 50%;
  background-color: #ff541b;
  box-sizing: border-box;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mit-sharing__link {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 375px) and (max-width: 399px) {
  .mit-sharing__link {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 400px) and (max-width: 579px) {
  .mit-sharing__link {
    width: 40px;
    height: 40px;
  }
}

.mit-sharing__link._bb {
  padding: 15%;
}

.mit-sharing__link._fb, .mit-sharing__link._ok, .mit-sharing__link._wt, .mit-sharing__link._vb, .mit-sharing__link._vk {
  padding: 20%;
}

.mit-sharing__link._tg {
  padding: 25% 0 10%;
}

.mit-sharing__link._bb {
  border-color: #ef498f;
  background-color: #ef498f;
}

.mit-sharing__link._bb:hover {
  background-color: rgba(239, 73, 143, 0.8);
}

.mit-sharing__link._vk {
  border-color: #0077ff;
  background-color: #0077ff;
}

.mit-sharing__link._vk:hover {
  background-color: rgba(0, 119, 255, 0.8);
}

.mit-sharing__link._ok {
  border-color: #f7931e;
  background-color: #f7931e;
}

.mit-sharing__link._ok:hover {
  background-color: rgba(247, 147, 30, 0.8);
}

.mit-sharing__link._tg {
  border-color: #2aabee;
  background-color: #2aabee;
}

.mit-sharing__link._tg:hover {
  background-color: rgba(42, 171, 238, 0.8);
}

.mit-sharing__link._wt {
  border-color: #0dc143;
  background-color: #0dc143;
}

.mit-sharing__link._wt:hover {
  background-color: rgba(13, 193, 67, 0.8);
}

.mit-sharing__link._vb {
  border-color: #675da9;
  background-color: #675da9;
}

.mit-sharing__link._vb:hover {
  background-color: rgba(103, 93, 169, 0.8);
}

.mit-sharing__link svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.mit-sharing__link:hover {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  background-color: #ff7344;
}

.mit-footer {
  /*** warning ***/
  /*** /warning ***/
}

.mit-footer-warning {
  text-align: center;
  text-transform: uppercase;
  padding: 50px 0px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-footer-warning {
    padding: 30px 0;
  }
}

.mit-footer-warning p {
  font-size: 18px;
  color: #e3e3e3;
  line-height: 120%;
  padding: 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mit-footer-warning p {
    font-size: 12px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .mit-footer-warning p {
    font-size: 14px;
  }
}

.mit-footer-warning h2 {
  font-size: 48px;
  padding: 10px 0;
  font-weight: 300;
  line-height: 100%;
  color: rgba(101, 101, 101, 0.3);
  font-family: "MuseoCyrl-300";
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mit-footer-warning h2 {
    font-size: 22px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .mit-footer-warning h2 {
    font-size: 26px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mit-footer-warning h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-footer-warning h2 {
    font-size: 60px;
  }
}

.mit-footer-warning-wrap {
  max-width: 994px;
  margin: 0 auto;
}

.mit-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1300000;
  overflow: auto;
}

@media screen and (max-width: 759px) {
  .mit-modal {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .mit-modal {
    padding: 0 10px;
  }
}

.mit-modal.long-read {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.mit-modal__wrap {
  max-width: 840px;
  margin: 70px 0;
}

.mit-modal__wrap-2 {
  max-width: 1200px;
  margin: 70px 0;
}

.mit-modal__close {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .mit-modal__close {
    top: 30px;
    right: 30px;
  }
}

.mit-modal__close svg {
  height: 100%;
  width: 100%;
}

.mit-modal-popup__content {
  padding: 48px;
  background: linear-gradient(180deg, #F8EBFF 0%, #FAF6FF 100%);
  border-radius: 40px;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .mit-modal-popup__content {
    padding: 40px 25px;
    border-radius: 30px;
  }
}

.mit-modal-popup__content.opinion-bg {
  background: #FFF8FA;
}

.mit-modal-popup__content.calculator-bg {
  background: linear-gradient(179.4deg, #FFF0F5 42.27%, #FADADD 112.84%);
}

.mit-modal-popup__content--rules {
  padding: 40px 0;
}

.mit-modal-popup__title {
  padding: 0 60px 40px 0;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .mit-modal-popup__title {
    padding: 0 60px 30px 0;
  }
}

.mit-modal-popup__scroll {
  height: 300px;
}

.mit-modal-popup__scroll-bar {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #e1eefa;
}

.mit-modal-popup__rules-text {
  padding: 0 40px;
}

.mit-modal-popup__long-content {
  padding: 0;
}

.mit-modal-popup__long-content b {
  font-weight: bold;
}

.mit-modal-popup__long-content .modal-ul-wrap {
  padding: 40px 0;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .mit-modal-popup__long-content .modal-ul-wrap {
    padding: 30px 0;
  }
}

.mit-modal-popup__long-content .modal-ul-wrap.pt-0 {
  padding: 0 0 40px 0;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .mit-modal-popup__long-content .modal-ul-wrap.pt-0 {
    padding: 0 0 30px 0;
  }
}

.mit-modal-popup__long-content .modal-ul-wrap .plus-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  gap: 20px;
  padding-top: 20px;
}

.mit-modal-popup__long-content .modal-ul-wrap .plus-list li {
  position: relative;
  padding: 0px 0px 0px 50px;
  margin: 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-modal-popup__long-content .modal-ul-wrap .plus-list li {
    padding: 0px 0px 0px 35px;
  }
}

.mit-modal-popup__long-content .modal-ul-wrap .plus-list li:before {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  left: 0px;
  top: 0px;
  background: url(../src/images/common/plus-list-chk.svg) no-repeat 50% 50%/100% auto;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-modal-popup__long-content .modal-ul-wrap .plus-list li:before {
    width: 24px;
    height: 24px;
  }
}

.mit-modal-popup__long-content .modal-ul-wrap .plus-list li.brown:before {
  background: url(../src/images/common/plus-list-chk-brown.svg) no-repeat 50% 50%/100% auto;
}

.mit-modal-popup__long-content .modal-ul-wrap .ol-default-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  gap: 20px;
  padding-top: 20px;
  margin-left: 20px;
  list-style-type: decimal;
}

.mit-modal-popup__long-content .modal-ul-wrap .ol-default-list li {
  padding: 0;
}

.mit-modal-popup__long-content .modal-ul-wrap .ul-default-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  gap: 20px;
  padding-top: 20px;
  margin-left: 20px;
  list-style-type: disc;
}

.mit-modal-popup__long-content .modal-ul-wrap .ul-default-list li {
  padding: 0;
}

.mit-modal-popup .notes {
  padding-top: 30px;
  font-size: 12px;
  line-height: 100%;
  color: #989898;
}

.mit-modal-popup .notes ol {
  list-style-type: decimal;
}

.mit-modal-popup .notes ol li {
  padding: 5px 0;
}

.mit-modal-popup__rules-text {
  /* fix for BB css*/
  /* /fix for BB css*/
}

.mit-modal-popup__rules-text b {
  font-weight: bold;
}

@media screen and (max-width: 579px) {
  .mit-modal-popup__rules-text {
    padding-left: 20px;
  }
}

.mit-modal-popup__rules-text ol li {
  font-weight: bold;
  padding-top: 15px;
}

.mit-modal-popup__rules-text ol ol li, .mit-modal-popup__rules-text ol ol ol li, .mit-modal-popup__rules-text ol ol ol ol li {
  font-weight: normal;
  padding-top: 0;
}

.mit-modal-popup__rules-text li {
  list-style-type: none;
  margin: 5px 10px;
}

.mit-modal-popup__rules-text ol {
  counter-reset: list1;
}

.mit-modal-popup__rules-text ol li:before {
  counter-increment: list1;
  content: counter(list1) ". ";
  font-weight: bold;
}

.mit-modal-popup__rules-text ol ol {
  counter-reset: list2;
}

.mit-modal-popup__rules-text ol ol li:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ". ";
  font-weight: bold;
}

.mit-modal-popup__rules-text ol ol ol {
  counter-reset: list3;
}

.mit-modal-popup__rules-text ol ol ol li:before {
  counter-increment: list3;
  content: counter(list1) "." counter(list2) "." counter(list3) ". ";
  font-weight: bold;
}

.mit-modal-popup__rules-text ol ol ol ol {
  counter-reset: list4;
}

.mit-modal-popup__rules-text ol ol ol ol li:before {
  counter-increment: list4;
  content: counter(list1) "." counter(list2) "." counter(list3) "." counter(list4) ". ";
  font-weight: bold;
}

/* ====================== ELEMENTS =================== */
/* ====================== MODULES =================== */
/* ====================== SECTIONS =================== */
.mit-header-preface {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 52px;
  padding-bottom: 100px;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%), url(../src/images/common/preface-bg.png) no-repeat 50% 0%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-header-preface {
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%), url(../src/images/common/preface-bg.png) no-repeat 50% 0%/cover;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mit-header-preface {
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%), url(../src/images/common/preface-bg.png) no-repeat 50% 0%/cover;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-header-preface {
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%), url(../src/images/common/preface-bg.png) no-repeat 50% 0%/1200px auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-header-preface {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1199px) {
  .mit-header-preface {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .mit-header-preface {
    padding-top: 0px;
  }
}

.mit-preface {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 30px;
  padding: 25px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-preface {
    text-align: center;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-preface {
    gap: 0px;
  }
}

@media screen and (max-width: 759px) {
  .mit-preface {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

@media screen and (max-width: 1279px) {
  .mit-preface {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mit-preface-title {
  position: relative;
  max-width: 580px;
  margin-top: auto;
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-preface-title {
    max-width: 410px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mit-preface-title {
    max-width: 500px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mit-preface-title h1 {
    max-width: 400px;
  }
}

.mit-preface-title p {
  padding: 20px 0 50px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .mit-preface-title p {
    padding: 20px 0 30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mit-preface-img {
    max-width: 400px;
    margin: 0 auto;
  }
}

.w-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 105;
}

#overlay .show-qr {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

#overlay .show-qr .qr-close {
  position: absolute;
  top: -40px;
  right: 0;
}

#overlay .show-qr .qr-img {
  max-width: 252px;
  width: 252px;
}

.mit-where-buy {
  padding: 100px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-where-buy {
    padding: 30px 0 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 1199px) {
  .mit-where-buy {
    padding: 50px 0 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .mit-where-buy {
    padding: 70px 0 0;
  }
}

.mit-where-buy .where-buy-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  gap: 110px;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .mit-where-buy .where-buy-container {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mit-where-buy .where-buy-container {
    gap: 40px;
  }
}

@media screen and (max-width: 1279px) {
  .mit-where-buy .where-buy-container {
    padding: 20px;
  }
}

.mit-where-buy .where-buy-container:before {
  position: absolute;
  content: url(../src/images/common/where-buy-bg.svg);
  bottom: 44px;
  left: 50%;
  -ms-transform: translate(-52%);
      transform: translate(-52%);
}

@media screen and (max-width: 1199px) {
  .mit-where-buy .where-buy-container:before {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1279px) {
  .mit-where-buy .where-buy-container:before {
    bottom: 63px;
    -ms-transform: translate(-53%);
        transform: translate(-53%);
  }
}

.mit-where-buy .where-buy-container .miterawellbox {
  width: 408px;
  margin: 0 0 60px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-where-buy .where-buy-container .miterawellbox {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mit-where-buy .where-buy-container .miterawellbox {
    width: 370px;
    margin: 0 auto 20px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-where-buy .where-buy-container .miterawellbox {
    width: 260px;
    margin: 0 0 0 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mit-where-buy .where-buy-container .miterawellbox {
    width: 350px;
    margin: 0;
  }
}

@media screen and (max-width: 1199px) {
  .mit-where-buy .where-buy-container .miterawellbox.desktop {
    display: none;
  }
}

.mit-where-buy .where-buy-container .miterawellbox.tablet {
  display: none;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .mit-where-buy .where-buy-container .miterawellbox.tablet {
    display: block;
  }
}

.mit-where-buy .where-buy-container .miterawellbox.mobile {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .mit-where-buy .where-buy-container .miterawellbox.mobile {
    display: block;
  }
}

.mit-where-buy .where-buy-container .pharmacies-wrap {
  background: linear-gradient(178.09deg, #FFF8FA 39.63%, #FFE4E6 110.11%);
  padding: 48px 32px;
  border-radius: 40px;
  max-width: 584px;
  height: 442px;
}

@media screen and (max-width: 959px) {
  .mit-where-buy .where-buy-container .pharmacies-wrap {
    height: auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-where-buy .where-buy-container .pharmacies-wrap {
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
  }
}

@media screen and (max-width: 1199px) {
  .mit-where-buy .where-buy-container .pharmacies-wrap {
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 30px;
  }
}

.mit-where-buy .where-buy-container .pharmacies-wrap h2 {
  margin-bottom: 70px;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .mit-where-buy .where-buy-container .pharmacies-wrap h2 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-where-buy .where-buy-container .pharmacies-wrap h2 {
    margin-bottom: 50px;
  }
}

.mit-where-buy .where-buy-container .pharmacies-wrap .pharmacies {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 24px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-where-buy .where-buy-container .pharmacies-wrap .pharmacies {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mit-where-buy .where-buy-container .pharmacies-wrap .pharmacies {
    gap: 10px;
  }
}

@media screen and (min-width: 375px) and (max-width: 959px) {
  .mit-where-buy .where-buy-container .pharmacies-wrap .pharmacies {
    gap: 14px;
  }
}

.mit-where-buy .where-buy-container .note {
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
}

.mit-aprel {
  padding: 100px 0;
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-aprel {
    padding: 30px 0 50px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1199px) {
  .mit-aprel {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1279px) {
  .mit-aprel {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mit-aprel .aprel-wrap {
  padding: 40px;
  border-radius: 40px;
  background: #fff8fa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 40px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-aprel .aprel-wrap {
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
  }
}

@media screen and (max-width: 959px) {
  .mit-aprel .aprel-wrap {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.mit-aprel .aprel-wrap .aprel-title-wrap {
  max-width: 500px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 30px;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mit-aprel .aprel-wrap .aprel-title-wrap {
    max-width: 344px;
  }
}

.mit-aprel .aprel-wrap .aprel-title-wrap span {
  display: inline-block;
  padding: 5px 20px;
  background: #F8EBFF;
  border-radius: 16px;
}

.mit-aprel .aprel-wrap .aprel-qr-wrap {
  border-radius: 30px;
  background: #fff;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 759px) {
  .mit-aprel .aprel-wrap .aprel-qr-wrap {
    width: 100%;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mit-aprel .aprel-wrap .aprel-qr-wrap {
    -ms-flex-align: center;
        align-items: center;
  }
}

.mit-aprel .aprel-wrap .aprel-qr-wrap .qr-text {
  max-width: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 30px;
}

@media screen and (max-width: 759px) {
  .mit-aprel .aprel-wrap .aprel-qr-wrap .qr-text {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.mit-aprel .aprel-wrap .aprel-qr-wrap .qr-text .aprel-logo {
  cursor: pointer;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mit-aprel .aprel-wrap .qr-img {
    max-width: 150px;
  }
}

@media screen and (max-width: 759px) {
  .mit-aprel .aprel-wrap .qr-img.desktop {
    display: none;
  }
}

.mit-aprel .aprel-wrap .qr-img.mobile {
  display: none;
}

@media screen and (max-width: 759px) {
  .mit-aprel .aprel-wrap .qr-img.mobile {
    display: block;
  }
}

.mit-aprel .aprel-wrap .qr-img.active {
  opacity: 0;
}

.mit-stage {
  padding: 100px 0;
  background: url(../src/images/common/stage-top-bg.svg) repeat-x 50% 0%, url(../src/images/common/stage-bottom-bg.svg) repeat-x 50% 100%, linear-gradient(180deg, #F8EBFF 0%, #FAF6FF 100%);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-stage {
    padding: 60px 0;
    background: url(../src/images/common/stage-top-bg.svg) repeat-x 50% 0%/580px auto, url(../src/images/common/stage-bottom-bg.svg) repeat-x 50% 100%/580px auto, linear-gradient(180deg, #F8EBFF 0%, #FAF6FF 100%);
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mit-stage {
    padding: 70px 0;
    background: url(../src/images/common/stage-top-bg.svg) repeat-x 50% 0%/960px auto, url(../src/images/common/stage-bottom-bg.svg) repeat-x 50% 100%/960px auto, linear-gradient(180deg, #F8EBFF 0%, #FAF6FF 100%);
  }
}

@media screen and (max-width: 1279px) {
  .mit-stage {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mit-stage .stage-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 33px;
}

.mit-stage .stage-container h2 {
  text-align: center;
  padding: 0 0 20px 0;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .mit-stage .stage-container h2 {
    padding: 0;
  }
}

.mit-stage .stage-container .stage-choose-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 33px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-stage .stage-container .stage-choose-wrap {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    gap: 10px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1559px) {
  .mit-stage .stage-container .stage-choose-wrap {
    gap: 3%;
  }
}

.mit-stage .stage-container .stage-choose-wrap .stage-choose {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 40px;
  border-radius: 40px;
  padding: 40px 32px 32px 32px;
  background: linear-gradient(182.95deg, #FFFFFF 17.62%, #EDE2FF 146.98%);
  cursor: pointer;
  width: 488px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-stage .stage-container .stage-choose-wrap .stage-choose {
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 20px;
    padding: 15px 20px;
    width: 100%;
    border-radius: 30px;
    background: linear-gradient(89.8deg, #FFFFFF 29.28%, #EDE2FF 93.7%);
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mit-stage .stage-container .stage-choose-wrap .stage-choose {
    gap: 20px;
    padding: 20px 10px;
    width: 32%;
    border-radius: 30px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-stage .stage-container .stage-choose-wrap .stage-choose {
    gap: 20px;
    padding: 20px;
    width: 32%;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mit-stage .stage-container .stage-choose-wrap .stage-choose {
    width: 32%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1559px) {
  .mit-stage .stage-container .stage-choose-wrap .stage-choose {
    width: 32%;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-stage .stage-container .stage-choose-wrap .stage-choose img {
    width: 50px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mit-stage .stage-container .stage-choose-wrap .stage-choose img {
    width: 100px;
  }
}

.mit-stage .stage-container .stage-choose-wrap .stage-choose img.active {
  display: none;
}

.mit-stage .stage-container .stage-choose-wrap .stage-choose img.passive {
  display: block;
}

.mit-stage .stage-container .stage-choose-wrap .stage-choose.active {
  background: #fff;
}

.mit-stage .stage-container .stage-choose-wrap .stage-choose.active img.active {
  display: block;
}

.mit-stage .stage-container .stage-choose-wrap .stage-choose.active img.passive {
  display: none;
}

.mit-stage .stage-container .stage-choose-wrap .stage-choose:hover img.active {
  display: block;
}

.mit-stage .stage-container .stage-choose-wrap .stage-choose:hover img.passive {
  display: none;
}

.mit-stage .stage-container .stage-choose-wrap .stage-choose h3 {
  width: 100%;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-stage .stage-container .stage-choose-wrap .stage-choose h3 {
    width: auto;
  }
}

.mit-stage .stage-container .stage-result-wrap {
  border-radius: 40px;
  background: #fff;
  width: 100%;
  padding: 40px 40px 40px 40px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-stage .stage-container .stage-result-wrap {
    padding: 30px 20px 30px 20px;
    border-radius: 30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mit-stage .stage-container .stage-result-wrap {
    padding: 40px 30px 40px 30px;
    border-radius: 30px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .mit-stage .stage-container .stage-result-wrap {
    padding: 50px 50px 50px 50px;
  }
}

.mit-stage .stage-container .stage-result-wrap .stage-result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 33px;
}

@media screen and (max-width: 1199px) {
  .mit-stage .stage-container .stage-result-wrap .stage-result {
    max-width: 100%;
    width: 100%;
  }
}

.mit-stage .stage-container .stage-result-wrap .stage-img {
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-stage .stage-container .stage-result-wrap .stage-img {
    width: 73%;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mit-stage .stage-container .stage-result-wrap .stage-img {
    width: 74%;
  }
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
  .mit-stage .stage-container .stage-result-wrap .stage-img {
    margin-left: auto;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1559px) {
  .mit-stage .stage-container .stage-result-wrap .stage-img {
    width: 36%;
  }
}

.mit-stage .stage-container .stage-result-wrap .stage-img .decor {
  position: absolute;
}

.mit-stage .stage-container .stage-result-wrap .stage-img .decor.b9 {
  width: 33%;
  top: 15%;
  left: -9%;
}

.mit-stage .stage-container .stage-result-wrap .stage-img .decor.o3 {
  width: 36.7%;
  bottom: 33%;
  right: -10%;
}

.mit-stage .stage-container .stage-result-wrap .stage-img .decor.se {
  width: 33%;
  top: 8%;
  left: -9%;
}

.mit-stage .stage-container .stage-result-wrap .stage-img .decor.fe {
  width: 23%;
  top: 35%;
  left: -9%;
}

.mit-stage .stage-container .stage-result-wrap .stage-img .decor.ii {
  width: 25%;
  top: 35%;
  right: -10%;
}

.mit-stage .stage-container .stage-result-wrap .stage-img .decor.b9-2 {
  width: 33%;
  top: 45%;
  left: -9%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-stage .stage-container .stage-result-wrap .stage-img .decor.b9-2 {
    top: 30%;
    left: -15%;
  }
}

.mit-stage .stage-container .stage-result-wrap .stage-img .decor.o3-2 {
  width: 36.7%;
  top: 7%;
  right: -10%;
  -ms-transform: rotate(-25deg);
      transform: rotate(-25deg);
}

.mit-stage .stage-container .stage-result-wrap .stage-img .decor.se-2 {
  width: 33%;
  bottom: 15%;
  right: -9%;
}

.mit-stage .stage-container .stage-result-wrap .stage-img .decor.miterawell {
  width: 79%;
  bottom: -30%;
  left: 5%;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .mit-stage .stage-container .stage-result-wrap .stage-img .decor.miterawell {
    bottom: -20px;
    left: -35%;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mit-stage .stage-container .stage-result-wrap .stage-img .decor.miterawell {
    bottom: -20px;
    left: -60%;
  }
}

.mit-stage .stage-container .stage-result-wrap .stage-text {
  max-width: 900px;
}

@media screen and (max-width: 1199px) {
  .mit-stage .stage-container .stage-result-wrap .stage-text {
    max-width: 100%;
    width: 100%;
  }
}

.mit-stage .stage-container .stage-result-wrap .stage-text h2 {
  text-align: left;
}

.mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap {
  max-width: 650px;
  width: 650px;
}

@media screen and (max-width: 1199px) {
  .mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1279px) {
  .mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap {
    max-width: 605px;
    width: 605px;
  }
}

.mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list {
  margin: 30px 0 0 0;
  font-size: 16px;
}

.mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item {
  padding: 20px 0 35px;
  background: url(../src/images/common/faq-list-wave.svg) no-repeat 50% 100%/100% auto;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item {
    padding: 20px 0 20px;
  }
}

.mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item:last-child {
  padding: 20px 0 0;
  background: none;
}

.mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item .button {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-size: 24px;
  text-align: left;
  color: #7B59AF;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item .button {
    font-size: 18px;
  }
}

.mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item .button span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-left: 30px;
  border-radius: 50%;
  position: relative;
  background: #F1E8FF;
  transition: .2s;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item .button span {
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
}

.mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item .button span::before {
  width: 20px;
  height: 3px;
}

.mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item .button span::after,
.mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item .button span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: #7B59AF;
}

.mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item .button span::after {
  width: 3px;
  height: 20px;
  transition: .2s;
}

.mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item.active .button span {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item.active .button span::after {
  opacity: 0;
}

.mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item .answer {
  display: none;
}

.mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item.active .answer {
  padding: 20px 50px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-stage .stage-container .stage-result-wrap .stage-text .stage-list-wrap .faq-list .list-item.active .answer {
    padding: 20px 0 0 0;
  }
}

.mit-calculator {
  padding: 100px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-calculator {
    padding: 50px 0 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 1199px) {
  .mit-calculator {
    padding: 50px 0 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1365px) {
  .mit-calculator {
    padding: 100px 0 0;
  }
}

@media screen and (max-width: 1279px) {
  .mit-calculator {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mit-calculator h2 {
  text-align: center;
}

.mit-calculator p {
  text-align: center;
  padding: 30px 0 60px;
  max-width: 960px;
  margin: 0 auto;
}

.mit-calculator .calculator-wrap {
  background: url(../src/images/common/calculator-wrap-bg.svg) no-repeat 50% 50%/100% auto, linear-gradient(179.4deg, #FFF0F5 42.27%, #FADADD 112.84%);
  border-radius: 40px;
  padding: 50px 40px 40px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-calculator .calculator-wrap {
    border-radius: 30px;
    padding: 40px 30px;
  }
}

.mit-calculator .calculator-wrap h2 {
  padding: 0 20px 50px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-calculator .calculator-wrap h2 {
    padding: 0 20px 30px;
  }
}

.mit-calculator .calculator-wrap .situation-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 32px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-calculator .calculator-wrap .situation-wrap {
    gap: 20px;
  }
}

.mit-calculator .calculator-wrap .situation-wrap .situation-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 350px;
  height: 140px;
  background: #FFFFFF;
  padding: 30px;
  border-radius: 40px;
  border: 1px solid #fff;
  cursor: pointer;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-calculator .calculator-wrap .situation-wrap .situation-btn {
    border-radius: 30px;
    width: 100%;
    height: auto;
    min-height: 110px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mit-calculator .calculator-wrap .situation-wrap .situation-btn {
    width: 100%;
    height: 110px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-calculator .calculator-wrap .situation-wrap .situation-btn {
    width: 30%;
    height: 100px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
  .mit-calculator .calculator-wrap .situation-wrap .situation-btn {
    width: 30%;
  }
}

.mit-calculator .calculator-wrap .situation-wrap .situation-btn.active {
  background: linear-gradient(355.84deg, #FFF4F7 13.18%, #F7C6CB 147.21%);
  border: 1px solid #824A5F;
  box-shadow: 0px 8px 10px 0px #9E738340;
}

@media screen and (min-width: 1200px) {
  .mit-calculator .calculator-wrap .situation-wrap .situation-btn:hover {
    border: 1px solid #824A5F;
    box-shadow: 0px 8px 10px 0px #9E738340;
  }
}

.mit-calculator .calculator-wrap .situation-wrap .situation-btn .small {
  font-size: 80%;
  width: 100%;
  display: block;
  line-height: 120%;
}

.mit-calculator .calculator-wrap .situation-wrap .lunch-img {
  width: 48%;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .mit-calculator .calculator-wrap .situation-wrap .lunch-img {
    border-radius: 30px;
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-calculator .calculator-wrap .situation-wrap .lunch-img {
    width: 47%;
  }
}

@media screen and (min-width: 1200px) {
  .mit-calculator .calculator-wrap .situation-wrap .lunch-img:hover {
    border: 1px solid #824A5F;
    box-shadow: 0px 8px 10px 0px #9E738340;
  }
}

.mit-calculator .calculator-wrap .calculator-btn-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.mit-calculator .calculator-wrap .calculator-btn-wrap .opacity-pink {
  margin: 45px 0 5px;
}

.mit-find-more {
  padding-top: 100px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-find-more {
    padding-top: 60px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mit-find-more {
    padding-top: 70px;
  }
}

@media screen and (max-width: 1279px) {
  .mit-find-more {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mit-find-more h2 {
  text-align: center;
}

.mit-find-more .find-more-wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .mit-find-more .find-more-wrap {
    padding: 20px 0 0;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .mit-find-more .find-more-wrap {
    padding: 30px 0 0;
  }
}

.mit-find-more .find-more-wrap .swiper-slide {
  width: 378px;
  height: 517px;
  padding: 40px 30px;
  background: linear-gradient(180deg, #F8EBFF 0%, #FAF6FF 100%);
  border-radius: 40px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mit-find-more .find-more-wrap .swiper-slide {
    border-radius: 30px;
    width: 200px;
    height: 340px;
    padding: 20px 20px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .mit-find-more .find-more-wrap .swiper-slide {
    border-radius: 30px;
    width: 240px;
    height: 350px;
    padding: 20px 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mit-find-more .find-more-wrap .swiper-slide {
    border-radius: 30px;
    width: 280px;
    height: 430px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-find-more .find-more-wrap .swiper-slide {
    width: 300px;
    height: 445px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mit-find-more .find-more-wrap .swiper-slide {
    width: 350px;
    height: 500px;
  }
}

.mit-find-more .find-more-wrap .swiper-slide .card-item {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 40px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .mit-find-more .find-more-wrap .swiper-slide .card-item {
    gap: 30px;
  }
}

.mit-find-more .find-more-wrap .swiper-slide .card-item .opacity-violet {
  margin-top: auto;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-find-more .find-more-wrap .swiper-slide .card-item .more-img {
    max-width: 110px;
  }
}

.mit-find-more .find-more-wrap .pagination {
  text-align: center;
}

.mit-find-more .find-more-wrap .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.mit-find-more .find-more-wrap .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  padding: 20px 20px 0;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .mit-find-more .find-more-wrap .buttons {
    position: absolute;
    top: -70px;
    right: 0;
    gap: 20px;
  }
}

.mit-find-more .find-more-wrap .buttons .fake-dots {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mit-find-more .find-more-wrap .buttons .fake-dots {
    max-width: 70px;
  }
}

@media screen and (max-width: 959px) {
  .mit-find-more .find-more-wrap .buttons .fake-dots {
    display: block;
  }
}

.mit-find-more .find-more-wrap .buttons .button-prev, .mit-find-more .find-more-wrap .buttons .button-next {
  width: 50px;
  height: 50px;
  top: 50%;
  z-index: 5;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .mit-find-more .find-more-wrap .buttons .button-prev, .mit-find-more .find-more-wrap .buttons .button-next {
    width: 40px;
    height: 40px;
  }
}

.mit-find-more .find-more-wrap .buttons .button-prev {
  background: url(../src/images/common/button-prev-violet.svg) no-repeat 50% 50%/cover;
}

.mit-find-more .find-more-wrap .buttons .button-prev.swiper-button-disabled {
  opacity: .5;
}

.mit-find-more .find-more-wrap .buttons .button-next {
  background: url(../src/images/common/button-next-violet.svg) no-repeat 50% 50%/cover;
}

.mit-find-more .find-more-wrap .buttons .button-next.swiper-button-disabled {
  opacity: .5;
}

.mit-opinions {
  padding-top: 100px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-opinions {
    padding-top: 60px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mit-opinions {
    padding-top: 70px;
  }
}

@media screen and (max-width: 1279px) {
  .mit-opinions {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mit-opinions h2 {
  text-align: center;
}

.mit-opinions .opinions-wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .mit-opinions .opinions-wrap {
    padding: 20px 0 0;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .mit-opinions .opinions-wrap {
    padding: 30px 0 0;
  }
}

.mit-opinions .opinions-wrap .swiper-slide {
  background: #FFF8FA;
  border-radius: 40px;
  padding: 48px 40px;
  height: auto;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-opinions .opinions-wrap .swiper-slide {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 759px) {
  .mit-opinions .opinions-wrap .swiper-slide {
    border-radius: 30px;
  }
}

.mit-opinions .opinions-wrap .swiper-slide .card-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  gap: 40px;
}

@media screen and (max-width: 959px) {
  .mit-opinions .opinions-wrap .swiper-slide .card-item {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-opinions .opinions-wrap .swiper-slide .card-item .opinions-img {
    max-width: 200px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mit-opinions .opinions-wrap .swiper-slide .card-item .opinions-img {
    max-width: 240px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .mit-opinions .opinions-wrap .swiper-slide .card-item .opinions-img {
    max-width: 280px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .mit-opinions .opinions-wrap .swiper-slide .card-item .opinions-img {
    max-width: 300px;
  }
}

.mit-opinions .opinions-wrap .swiper-slide .card-item .opinions-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 20px;
  max-width: 710px;
}

.mit-opinions .opinions-wrap .swiper-slide .card-item .opinions-text a {
  text-decoration: underline;
}

.mit-opinions .opinions-wrap .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  padding: 20px 20px 0;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .mit-opinions .opinions-wrap .buttons {
    position: absolute;
    top: -70px;
    right: 0;
    gap: 20px;
  }
}

.mit-opinions .opinions-wrap .buttons .fake-dots {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .mit-opinions .opinions-wrap .buttons .fake-dots {
    max-width: 70px;
  }
}

@media screen and (max-width: 959px) {
  .mit-opinions .opinions-wrap .buttons .fake-dots {
    display: block;
  }
}

.mit-opinions .opinions-wrap .buttons .button-prev, .mit-opinions .opinions-wrap .buttons .button-next {
  width: 50px;
  height: 50px;
  top: 50%;
  z-index: 5;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .mit-opinions .opinions-wrap .buttons .button-prev, .mit-opinions .opinions-wrap .buttons .button-next {
    width: 40px;
    height: 40px;
  }
}

.mit-opinions .opinions-wrap .buttons .button-prev {
  background: url(../src/images/common/button-prev-pink.svg) no-repeat 50% 50%/cover;
}

.mit-opinions .opinions-wrap .buttons .button-prev.swiper-button-disabled {
  opacity: .5;
}

.mit-opinions .opinions-wrap .buttons .button-next {
  background: url(../src/images/common/button-next-pink.svg) no-repeat 50% 50%/cover;
}

.mit-opinions .opinions-wrap .buttons .button-next.swiper-button-disabled {
  opacity: .5;
}

.mit-produkt {
  padding: 100px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-produkt {
    padding-top: 0px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mit-produkt {
    padding-top: 30px;
  }
}

.mit-produkt-container {
  background: url(../src/images/common/produkt-bg.png) no-repeat 50% 0%;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-produkt-container {
    background: url(../src/images/common/produkt-bg.png) no-repeat 50% 0%/600px auto;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mit-produkt-container {
    background: url(../src/images/common/produkt-bg.png) no-repeat 50% 0%/800px auto;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-produkt-container {
    background: url(../src/images/common/produkt-bg.png) no-repeat 50% 0%/1000px auto;
  }
}

@media screen and (max-width: 1279px) {
  .mit-produkt-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mit-produkt-container h2 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.mit-produkt-container p {
  padding: 30px 0 60px;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-produkt-container p {
    padding: 30px 0;
  }
}

.mit-produkt .produkt-wrap {
  padding: 90px 20px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .mit-produkt .produkt-wrap {
    padding: 60px 0 40px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .mit-produkt .produkt-wrap {
    padding: 70px 20px;
  }
}

.mit-produkt .produkt-wrap .produkt-img {
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .mit-produkt .produkt-wrap .produkt-img {
    margin: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .mit-produkt .produkt-wrap .produkt-img .produkt {
    max-width: 200px;
  }
}

@media screen and (min-width: 360px) and (max-width: 399px) {
  .mit-produkt .produkt-wrap .produkt-img .produkt {
    max-width: 250px;
  }
}

@media screen and (min-width: 400px) and (max-width: 579px) {
  .mit-produkt .produkt-wrap .produkt-img .produkt {
    max-width: 280px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .mit-produkt .produkt-wrap .produkt-img .produkt {
    max-width: 370px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .mit-produkt .produkt-wrap .produkt-img .produkt {
    max-width: 500px;
  }
}

.mit-produkt .produkt-wrap .produkt-img .vr {
  width: 27.6%;
  position: absolute;
  top: -5%;
  left: 100%;
}

.mit-produkt .produkt-wrap .produkt-img .vm {
  width: 24%;
  position: absolute;
  top: 50%;
  left: 102%;
}

@keyframes cardShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}