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

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

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

/* Montserrat Alternates - загружается через Google Fonts в index.html */

.vif-main {
  font-family: "Montserrat Alternates",Arial,sans-serif;
  font-size: 24px;
  line-height: 119%;
}

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

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

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

.title {
  font-family: "Cygre",Arial,sans-serif;
  font-weight: bold;
}

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

.viferon-txt {
  font-family: 'Cygre-b';
}

.upc {
  text-transform: uppercase;
}

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

.font-73 {
  font-size: 73px;
  line-height: 119%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-27 {
  font-size: 27px;
  line-height: 109%;
}

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

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

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

.font-22 {
  font-size: 22px;
  line-height: 116%;
}

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

@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: 18px;
  }
}

/* ====================== HELPERS =================== */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.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;
}

.red-bg {
  background-color: #D6302A;
}

.red-text {
  color: #D6302A;
}

.red-svg {
  fill: #D6302A;
}

.orange-bg {
  background-color: #F89158;
}

.orange-text {
  color: #F89158;
}

.orange-svg {
  fill: #F89158;
}

.gray-bg {
  background-color: #686868;
}

.gray-text {
  color: #686868;
}

.gray-svg {
  fill: #686868;
}

.green-bg {
  background-color: #27926d;
}

.green-text {
  color: #27926d;
}

.green-svg {
  fill: #27926d;
}

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

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

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

.blue-bg {
  background-color: #0B67B0;
}

.blue-text {
  color: #0B67B0;
}

.blue-svg {
  fill: #0B67B0;
}

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

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-container {
    padding: 0 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-container {
    padding: 0 20px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1279px) {
  .vif-container {
    padding: 0 50px;
  }
}

.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 =================== */
.vif-main {
  background: url(../src/images/common/page-bg.svg) no-repeat 50% 0/1440px auto, #FFF;
  color: #363636;
  overflow: hidden;
  /*.__btn {
			display:inline-block;
			height:56px;
			line-height:56px;
			font-size: 16px;
			color:getColor(white);
			//text-transform: uppercase;
			padding:0 20px;
			background: getColor(orange);
			border-radius: 24px;
			margin:20px 0 0;
			@media screen and (min-width: 320px) and (max-width: 579px) {
				height:32px;
				line-height:32px;
			}
			@media screen and (min-width: 580px) and (max-width: 759px) {
				height:40px;
				line-height:40px;
			}
			@media screen and (min-width: 760px) and (max-width: 1023px) {
				height:50px;
				line-height:50px;
			}
		}*/
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-main {
    background: url(../src/images/common/page-bg-mobile.svg) repeat-y 50% 0/100% auto, #FFF;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-main {
    background: url(../src/images/common/page-bg-tablet.svg) no-repeat 50% 0/100% auto, #FFF;
  }
}

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

.vif-main img {
  max-width: 100%;
  vertical-align: bottom;
}

.vif-main .center {
  /* fix spo-core.min.css for .center owl-carousel */
  float: none;
  right: auto;
}

.vif-main a {
  color: #686868;
  text-decoration: underline;
}

.vif-main .__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #27926D;
  color: #fff;
  border-radius: 100px;
  padding: 10px 40px;
  margin: 40px auto 0;
}

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

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

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-main .spo-the-law-on-advertising {
    top: 20px;
  }
}

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

.vif-main-section {
  max-width: 1440px;
  margin: 0 auto;
}

.vif-main-section-2 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 20px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-main-section-2 {
    padding: 20px 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-main-section-2 {
    padding: 30px 20px;
  }
}

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

.vif-navbar, .vif-navbar-container {
  min-height: 80px;
}

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

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

.vif-navbar {
  position: relative;
}

.vif-navbar .spacer-nav {
  height: 0;
}

@media screen and (max-width: 1199px) {
  .vif-navbar .spacer-nav {
    display: none;
  }
}

.vif-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;
  -ms-flex-line-pack: center;
      align-content: center;
  background: #ffffff;
  z-index: 101;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
}

.vif-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;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 20px;
}

@media screen and (max-width: 959px) {
  .vif-navbar-content {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.vif-navbar-logo .logo-text {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .vif-navbar-logo .logo-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 900;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-navbar-logo .logo-text {
    margin: 0 auto 0 20px;
  }
}

.vif-navbar-logo .logo-img {
  display: block;
  width: 182px;
}

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

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

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

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

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

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

.vif-menu.active {
  max-height: 1000px;
  box-shadow: 0px 5px 5px -5px rgba(93, 52, 39, 0.6);
}

.vif-menu ul {
  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: 18px;
  margin: 20px 0;
  /*@media screen and (min-width: 320px) and (max-width: 759px) {
				flex-flow: column wrap;
				justify-content: center;
				align-items: center;
				align-content: center;
				margin: 20px 0;
				//gap:0;
			}
			@media screen and (min-width: 760px) and (max-width: 959px) {
				gap:18px;
			}*/
}

@media screen and (max-width: 959px) {
  .vif-menu ul {
    display: none;
  }
}

.vif-menu ul li {
  margin: 0 0px;
}

.vif-menu ul li a {
  display: block;
  font-family: "Cygre";
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  color: #0072BC;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .vif-menu ul li a {
    margin: 0 10px;
  }
}

.vif-menu.active ul {
  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: 20px;
  margin: 20px 0;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .vif-menu.active 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: 20px 0;
  }
}

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

.vif-menu.active ul li a {
  display: block;
  font-family: "Cygre";
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  color: #0072BC;
}

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

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

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

.vif-footer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 20px;
}

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

.vif-footer-text-block {
  max-width: 994px;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .vif-footer-text-block {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.vif-footer-text-block a {
  color: #D6302A;
  text-decoration: underline;
}

.vif-footer-text-block span {
  color: #D6302A;
}

.vif-footer-text-block p {
  font-size: 16px;
  margin: 10px 0;
  word-wrap: break-word;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .vif-footer-text-block p {
    font-size: 14px;
  }
}

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

.vif-footer-warning {
  color: #cfcfcf;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 10px 0px;
}

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

.vif-footer-warning p {
  font-size: 18px;
  color: #e3e3e3;
  line-height: 120%;
  font-family: "OpenSansRegular","PT Sans",Arial,sans-serif;
  padding: 0 20px;
}

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

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

.vif-footer-warning h2 {
  font-size: 36px;
  padding: 0;
  font-weight: 300;
  line-height: 120%;
}

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

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

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-footer-warning h2 {
    font-size: 30px;
  }
}

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

.vif-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(0, 0, 0, 0.6);
  z-index: 1300000;
  overflow: auto;
}

@media screen and (max-width: 759px) {
  .vif-modal {
    display: block;
    padding: 0 5px;
  }
}

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

.vif-modal__wrap {
  max-width: 740px;
  margin: 70px 0;
}

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

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-modal__close {
    top: 20px;
    right: 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-modal__close {
    top: 40px;
    right: 40px;
  }
}

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

.vif-modal-popup__content {
  padding: 40px;
  background-color: white;
}

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

.vif-modal-popup__title {
  font-size: 30px;
  padding: 0 0 30px;
  text-align: left;
}

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

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

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

.vif-modal-popup__long-content {
  padding: 50px;
  background-color: white;
  border-radius: 70px;
  font-size: 22px;
  line-height: 119%;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-modal-popup__long-content {
    font-size: 12px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-modal-popup__long-content {
    font-size: 14px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-modal-popup__long-content {
    font-size: 18px;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-modal-popup__long-content {
    padding: 20px 20px 25px 20px;
    border-radius: 30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-modal-popup__long-content {
    padding: 40px;
    border-radius: 50px;
  }
}

.vif-modal-popup__long-content .live-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 30px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-modal-popup__long-content .live-title {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    gap: 15px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-modal-popup__long-content .live-title {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    gap: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-modal-popup__long-content .live-title .live-icon {
    max-width: 80px;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-modal-popup__long-content .live-title .live-icon {
    max-width: 100px;
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-modal-popup__long-content .live-title .live-icon {
    max-width: 120px;
  }
}

.vif-modal-popup__long-content .live-title h2 {
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 0;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-modal-popup__long-content .live-title h2 {
    font-size: 26px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-modal-popup__long-content .live-title h2 {
    font-size: 30px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-modal-popup__long-content .live-title h2 {
    font-size: 40px;
  }
}

.vif-modal-popup__long-content p {
  margin: 30px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-modal-popup__long-content p {
    margin: 15px 0 0;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-modal-popup__long-content p {
    margin: 20px 0 0;
  }
}

.vif-modal-popup__long-content p a {
  color: #363636;
  text-decoration: underline;
}

.vif-modal-popup__long-content .live-btn {
  color: white;
  background: linear-gradient(102.77deg, #FFC962 -15.5%, #FF993F 86.99%);
  padding: 25px 30px;
  border-radius: 150px;
  display: inline-block;
  margin: 30px auto 0;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-modal-popup__long-content .live-btn {
    padding: 15px 20px;
  }
}

.vif-modal-popup__long-content ul {
  list-style: disc;
  margin: 0px 0 0px 24px;
}

.vif-modal-popup__long-content ul li {
  list-style: disc;
  margin: 10px 0;
}

.vif-modal-popup__rules-text, .vif-modal-popup__long-content {
  /* fix for BB css*/
  /* /fix for BB css*/
}

.vif-modal-popup__rules-text b, .vif-modal-popup__long-content b {
  font-weight: bold;
}

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

.vif-modal-popup__rules-text ol li, .vif-modal-popup__long-content ol li {
  font-weight: bold;
  padding-top: 15px;
}

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

.vif-modal-popup__rules-text li, .vif-modal-popup__long-content li {
  list-style-type: none;
  margin: 5px 10px;
}

.vif-modal-popup__rules-text ol, .vif-modal-popup__long-content ol {
  counter-reset: list1;
}

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

.vif-modal-popup__rules-text ol ol, .vif-modal-popup__long-content ol ol {
  counter-reset: list2;
}

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

.vif-modal-popup__rules-text ol ol ol, .vif-modal-popup__long-content ol ol ol {
  counter-reset: list3;
}

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

.vif-modal-popup__rules-text ol ol ol ol, .vif-modal-popup__long-content ol ol ol ol {
  counter-reset: list4;
}

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

/* ====================== ELEMENTS =================== */
/* ====================== MODULES =================== */
/* ====================== SECTIONS =================== */
.vif {
  /*&-header-logo-ml {
		max-width:1200px;
		margin:0 auto;
		padding:20px 20px 0 20px;
		.logo-img {
			
		}
	}*/
}

.vif-header-preface {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 0 50px;
  overflow: hidden;
  background: url(../src/images/common/preface-bg.svg) no-repeat 0% 12%, url(../src/images/common/go-scroll-bg.svg) no-repeat 100% 95%;
}

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

@media screen and (max-width: 1199px) {
  .vif-header-preface {
    background: none;
  }
}

.vif-header-preface .preface-character-img {
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .vif-header-preface .preface-character-img.desktop {
    display: none;
  }
}

.vif-header-preface .preface-character-img.mobile {
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .vif-header-preface .preface-character-img.mobile {
    display: block;
  }
}

.vif-preface {
  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;
  padding: 50px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-preface {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    gap: 10px;
    padding: 80px 0 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 1199px) {
  .vif-preface {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    gap: 30px;
  }
}

.vif-preface .preface-text {
  max-width: 430px;
}

@media screen and (max-width: 1199px) {
  .vif-preface .preface-text {
    max-width: 100%;
  }
}

@media screen and (max-width: 759px) {
  .vif-preface .preface-text h1 {
    text-align: center;
  }
}

.vif-preface .preface-text h1 span {
  position: relative;
}

.vif-preface .preface-text h1 span:before {
  position: absolute;
  content: "";
  width: 115%;
  height: 124px;
  top: 50%;
  left: 50%;
  background: url(../src/images/common/span-preface.svg) no-repeat 0 0/100% auto;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .vif-preface .preface-text h1 span:before {
    height: 55px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-preface .preface-text h1 span:before {
    height: 75px;
  }
}

.vif-preface .preface-text p {
  margin-top: 30px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-preface .logo img {
    max-width: 290px;
  }
}

.vif-go-scroll {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  margin-top: -50px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-go-scroll {
    background: none;
    margin: 20px auto 0;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
}

@media screen and (min-width: 580px) and (max-width: 1199px) {
  .vif-go-scroll {
    background: none;
    margin: 50px auto 0;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
}

.vif-go-scroll .blue-btn {
  background: linear-gradient(83.33deg, #66A7DA 18.9%, #0B67B0 100.68%);
  border-radius: 150px;
  padding: 35px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-go-scroll .blue-btn {
    padding: 20px 20px;
  }
}

.vif-you-know {
  padding: 50px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-you-know {
    padding: 20px 0;
  }
}

@media screen and (max-width: 759px) {
  .vif-you-know .you-know-title h2 {
    text-align: center;
  }
}

.vif-you-know .you-know-title h2 span {
  position: relative;
}

.vif-you-know .you-know-title h2 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 13px;
  top: 100%;
  right: 0%;
  background: url(../src/images/common/span-you-know.svg) no-repeat 0 0/100% auto;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-you-know .you-know-title h2 span:before {
    height: 10px;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-you-know .you-know-title h2 span:before {
    height: 10px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-you-know .you-know-title h2 span:before {
    height: 10px;
  }
}

.vif-you-know .you-know-title h2 br.mobile {
  display: none;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .vif-you-know .you-know-title h2 br.mobile {
    display: inline;
  }
}

.vif-you-know .you-know-title p {
  max-width: 950px;
  margin-top: 30px;
}

.vif-you-know-wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-you-know-wrap {
    padding: 30px 0 0;
  }
}

.vif-you-know-wrap .swiper-slide {
  width: 377px;
  height: 493px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-you-know-wrap .swiper-slide {
    width: 280px;
    height: 432px;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-you-know-wrap .swiper-slide {
    width: 300px;
    height: 462px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide {
    width: 300px;
    height: 462px;
  }
}

.vif-you-know-wrap .swiper-slide .card-item {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  /* -------flip------- */
  /* my custom in flip */
}

.vif-you-know-wrap .swiper-slide .card-item .card {
  position: relative;
  transform-style: preserve-3d;
}

.vif-you-know-wrap .swiper-slide .card-item .face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.5s ease-in-out;
}

.vif-you-know-wrap .swiper-slide .card-item .face--back {
  position: relative;
  transform: rotateY(180deg);
}

.vif-you-know-wrap .swiper-slide .card-item .card.active .face--front {
  transform: rotateY(-180deg);
}

.vif-you-know-wrap .swiper-slide .card-item .card.active .face--back {
  transform: rotateY(0deg);
}

.vif-you-know-wrap .swiper-slide .card-item .card, .vif-you-know-wrap .swiper-slide .card-item .card.active .face--back, .vif-you-know-wrap .swiper-slide .card-item .how-text {
  height: 100%;
}

.vif-you-know-wrap .swiper-slide .card-item .face--front .card-wrap {
  position: relative;
}

.vif-you-know-wrap .swiper-slide .card-item .face--front .card-wrap h3 {
  position: absolute;
  top: 30px;
  left: 30px;
  text-align: left;
  font-size: 27px;
  line-height: 109%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--front .card-wrap h3 {
    top: 20px;
    left: 20px;
    font-size: 24px;
  }
}

@media screen and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--front .card-wrap h3 br.desktop {
    display: none;
  }
}

.vif-you-know-wrap .swiper-slide .card-item .face--front .card-wrap h3 br.mobile {
  display: none;
}

@media screen and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--front .card-wrap h3 br.mobile {
    display: inline;
  }
}

.vif-you-know-wrap .swiper-slide .card-item .face--front .card-wrap .go-flip {
  position: absolute;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}

@media screen and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--front .card-wrap .go-flip {
    bottom: 20px;
    right: 20px;
  }
}

.vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap {
  position: relative;
}

@media screen and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap .desktop {
    display: none;
  }
}

.vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap .mobile {
  display: none;
}

@media screen and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap .mobile {
    display: block;
  }
}

.vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap h3 {
  position: absolute;
  top: 30px;
  left: 30px;
  text-align: left;
  font-size: 27px;
  line-height: 109%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap h3 {
    font-size: 24px;
    left: 15px;
  }
}

.vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap p {
  position: absolute;
  left: 30px;
  text-align: left;
  font-size: 20px;
  line-height: 119%;
  color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap p {
    font-size: 15px;
    left: 15px;
    right: 10px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap p {
    font-size: 16px;
    left: 15px;
    right: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-1-f h3, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-2-f h3, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-3-f h3, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-4-f h3, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-5-f h3 {
    top: 50px;
  }
}

@media screen and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-1-f br.desktop, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-2-f br.desktop, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-3-f br.desktop, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-4-f br.desktop, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-5-f br.desktop {
    display: none;
  }
}

.vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-1-f br.mobile, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-2-f br.mobile, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-3-f br.mobile, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-4-f br.mobile, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-5-f br.mobile {
  display: none;
}

@media screen and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-1-f br.mobile, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-2-f br.mobile, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-3-f br.mobile, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-4-f br.mobile, .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-5-f br.mobile {
    display: inline;
  }
}

.vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-1-f p {
  top: 190px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-1-f p {
    top: 175px;
  }
}

.vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-2-f p {
  top: 165px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-2-f p {
    top: 140px;
  }
}

.vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-3-f p {
  top: 155px;
}

@media screen and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-3-f p {
    top: 170px;
  }
}

.vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-4-f p {
  top: 130px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-4-f p {
    top: 140px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-4-f p {
    top: 165px;
  }
}

.vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-5-f p {
  top: 165px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap.card-5-f p {
    top: 155px;
  }
}

.vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap .go-flip {
  position: absolute;
  bottom: 30px;
  left: 30px;
  cursor: pointer;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

@media screen and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .face--back .card-wrap .go-flip {
    bottom: 20px;
    left: 20px;
  }
}

@media screen and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .card-wrap .card-img.desktop {
    display: none;
  }
}

.vif-you-know-wrap .swiper-slide .card-item .card-wrap .card-img.mobile {
  display: none;
}

@media screen and (max-width: 579px) {
  .vif-you-know-wrap .swiper-slide .card-item .card-wrap .card-img.mobile {
    display: block;
  }
}

.vif-you-know-wrap .swiper-slide .card-item .card.active .face--back {
  -ms-flex-align: start;
      align-items: flex-start;
}

.vif-you-know-wrap .pagination {
  display: none;
}

.vif-you-know-wrap .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  margin-top: 50px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-you-know-wrap .buttons {
    margin-top: 30px;
  }
}

.vif-you-know-wrap .buttons .button-prev, .vif-you-know-wrap .buttons .button-next {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  z-index: 5;
  box-shadow: 0 0 0 rgba(255, 158, 75, 0.8);
  animation: pulse-circle 2s infinite;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-you-know-wrap .buttons .button-prev, .vif-you-know-wrap .buttons .button-next {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-you-know-wrap .buttons .button-prev, .vif-you-know-wrap .buttons .button-next {
    width: 40px;
    height: 40px;
  }
}

.vif-you-know-wrap .buttons .button-prev:hover, .vif-you-know-wrap .buttons .button-next:hover {
  box-shadow: 0 0 0 rgba(0, 96, 169, 0.8);
  animation: pulse-circle-hover 2s infinite;
}

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

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-you-know-wrap .buttons .button-prev {
    left: -30px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-you-know-wrap .buttons .button-prev {
    left: -40px;
  }
}

.vif-you-know-wrap .buttons .button-prev.swiper-button-disabled {
  box-shadow: none;
  animation: none;
  opacity: .5;
  cursor: default;
}

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

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-you-know-wrap .buttons .button-next {
    right: -30px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-you-know-wrap .buttons .button-next {
    right: -40px;
  }
}

.vif-you-know-wrap .buttons .button-next.swiper-button-disabled {
  box-shadow: none;
  animation: none;
  opacity: .5;
  cursor: default;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-you-know-wrap .buttons .fake-dots {
    width: 80px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-you-know-wrap .buttons .fake-dots {
    width: 100px;
  }
}

.vif-infographics {
  padding: 100px 0 50px;
  background: url(../src/images/common/infographics-bg.svg) no-repeat 0% 0%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-infographics {
    padding: 20px 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-infographics {
    padding: 50px 0 50px;
  }
}

@media screen and (max-width: 1199px) {
  .vif-infographics {
    background: none;
  }
}

.vif-infographics .infographics-title h2 {
  text-align: center;
}

.vif-infographics .infographics-title h2 span {
  position: relative;
}

.vif-infographics .infographics-title h2 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 9px;
  top: 100%;
  right: 0%;
  background: url(../src/images/common/span-infographics.svg) no-repeat 0 0/100% auto;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-infographics .infographics-title h2 {
    margin-bottom: 30px;
  }
  .vif-infographics .infographics-title h2 span:before {
    height: 9px;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-infographics .infographics-title h2 {
    margin-bottom: 15px;
  }
  .vif-infographics .infographics-title h2 span:before {
    height: 9px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-infographics .infographics-title h2 {
    margin-bottom: 15px;
  }
  .vif-infographics .infographics-title h2 span:before {
    height: 9px;
  }
}

.vif-infographics .infographics-title p {
  max-width: 950px;
  margin-top: 30px;
}

.vif-infographics .infographics-wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 100px 0 50px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-infographics .infographics-wrap {
    padding: 50px 0 30px;
  }
}

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

@media screen and (min-width: 760px) and (max-width: 959px) {
  .vif-infographics .infographics-wrap {
    padding: 150px 0 100px;
  }
}

.vif-infographics .infographics-wrap .infographics-press-me {
  position: absolute;
  left: 70px;
  top: 140px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-infographics .infographics-wrap .infographics-press-me {
    top: 45px;
    left: 0px;
    transform: scale(0.5);
    transform-origin: top left;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-infographics .infographics-wrap .infographics-press-me {
    top: 70px;
    left: 0px;
    transform: scale(0.5);
    transform-origin: top left;
  }
}

@media screen and (min-width: 760px) and (max-width: 958px) {
  .vif-infographics .infographics-wrap .infographics-press-me {
    top: 130px;
    left: 0px;
  }
}

@media screen and (min-width: 959px) and (max-width: 1199px) {
  .vif-infographics .infographics-wrap .infographics-press-me {
    top: 120px;
    left: 70px;
  }
}

.vif-infographics .infographics-wrap .infographics-press-me .arrow-press {
  max-width: 70px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .vif-infographics .infographics-wrap .infographics-press-me .arrow-press {
    max-width: 60px;
  }
}

.vif-infographics .infographics-wrap .infographics-press-me .text-press {
  position: absolute;
  -ms-transform: rotate(-19deg);
      transform: rotate(-19deg);
  color: #FF9E4B;
  font-size: 28px;
  line-height: 110%;
  text-align: center;
  top: -100px;
  left: -20px;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .vif-infographics .infographics-wrap .infographics-press-me .text-press {
    font-size: 24px;
    top: -90px;
    left: -20px;
  }
}

.vif-infographics .infographics-wrap .infographics-scene {
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-img {
    max-width: 260px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-img {
    max-width: 300px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-img {
    max-width: 350px;
  }
}

@media screen and (min-width: 760px) and (max-width: 958px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-img {
    max-width: 400px;
  }
}

@media screen and (min-width: 959px) and (max-width: 1199px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-img {
    max-width: 450px;
  }
}

@media screen and (min-width: 1200px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-img {
    max-width: 500px;
  }
}

.vif-infographics .infographics-wrap .infographics-scene .infographics-icon {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(255, 158, 75, 0.8);
  animation: pulse-circle 2s infinite;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon {
    max-width: 80px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon {
    max-width: 90px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon {
    max-width: 120px;
  }
}

@media screen and (min-width: 760px) and (max-width: 958px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon {
    max-width: 120px;
  }
}

@media screen and (min-width: 959px) and (max-width: 1199px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon {
    max-width: 140px;
  }
}

@media screen and (min-width: 1200px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon {
    max-width: 160px;
  }
}

.vif-infographics .infographics-wrap .infographics-scene .infographics-icon:hover {
  box-shadow: 0 0 0 rgba(0, 96, 169, 0.8);
  animation: pulse-circle-hover 2s infinite;
}

.vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-1 {
  top: -30px;
  left: -60px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-1 {
    top: -30px;
    left: 30px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-1 {
    top: -40px;
    left: 10px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-1 {
    top: -50px;
    left: 0px;
  }
}

@media screen and (min-width: 760px) and (max-width: 958px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-1 {
    top: -50px;
    left: 0px;
  }
}

@media screen and (min-width: 959px) and (max-width: 1199px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-1 {
    top: -30px;
    left: 0px;
  }
}

.vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-2 {
  left: -140px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-2 {
    left: -20px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-2 {
    left: -30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-2 {
    left: -100px;
  }
}

@media screen and (min-width: 760px) and (max-width: 958px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-2 {
    left: -100px;
  }
}

@media screen and (min-width: 959px) and (max-width: 1199px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-2 {
    left: -100px;
  }
}

.vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-3 {
  bottom: -30px;
  left: -60px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-3 {
    bottom: -30px;
    left: 30px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-3 {
    bottom: -40px;
    left: 10px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-3 {
    bottom: -50px;
    left: 0px;
  }
}

@media screen and (min-width: 760px) and (max-width: 958px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-3 {
    bottom: -50px;
    left: 0px;
  }
}

@media screen and (min-width: 959px) and (max-width: 1199px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-3 {
    bottom: -30px;
    left: 0px;
  }
}

.vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-4 {
  top: -30px;
  right: -60px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-4 {
    top: -30px;
    right: 30px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-4 {
    top: -40px;
    right: 10px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-4 {
    top: -50px;
    right: 0px;
  }
}

@media screen and (min-width: 760px) and (max-width: 958px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-4 {
    top: -50px;
    right: 0px;
  }
}

@media screen and (min-width: 959px) and (max-width: 1199px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-4 {
    top: -30px;
    right: 0px;
  }
}

.vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-5 {
  right: -140px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-5 {
    right: -20px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-5 {
    right: -30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-5 {
    right: -100px;
  }
}

@media screen and (min-width: 760px) and (max-width: 958px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-5 {
    right: -100px;
  }
}

@media screen and (min-width: 959px) and (max-width: 1199px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-5 {
    right: -100px;
  }
}

.vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-6 {
  bottom: -30px;
  right: -60px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-6 {
    bottom: -30px;
    right: 30px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-6 {
    bottom: -40px;
    right: 10px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-6 {
    bottom: -50px;
    right: 0px;
  }
}

@media screen and (min-width: 760px) and (max-width: 958px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-6 {
    bottom: -50px;
    right: 0px;
  }
}

@media screen and (min-width: 959px) and (max-width: 1199px) {
  .vif-infographics .infographics-wrap .infographics-scene .infographics-icon.icon-6 {
    bottom: -30px;
    right: 0px;
  }
}

.vif-howWorks {
  padding: 50px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-howWorks {
    padding: 20px 0;
  }
}

@media screen and (max-width: 1199px) {
  .vif-howWorks {
    background: none;
  }
}

.vif-howWorks .howWorks-title h2 {
  text-align: left;
}

.vif-howWorks .howWorks-title h2 span {
  position: relative;
}

.vif-howWorks .howWorks-title h2 span:before {
  position: absolute;
  content: "";
  width: 109%;
  height: 110px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -45%);
      transform: translate(-50%, -45%);
  background: url(../src/images/common/span-howWorks.svg) no-repeat 0 0/100% auto;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-howWorks .howWorks-title h2 span:before {
    height: 50px;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-howWorks .howWorks-title h2 span:before {
    height: 50px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-howWorks .howWorks-title h2 span:before {
    height: 51px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-howWorks .howWorks-title h2 span:before {
    height: 80px;
  }
}

.vif-howWorks .howWorks-title p {
  max-width: 950px;
  margin-top: 30px;
}

.vif-howWorks .howWorks-wrap {
  margin: 50px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-howWorks .howWorks-wrap {
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-howWorks .howWorks-wrap {
    margin: 30px 0 0;
  }
}

.vif-howWorks .howWorks-wrap-1 {
  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;
  padding: 47px 63px;
  border-radius: 35px;
  height: 370px;
  background: linear-gradient(107.93deg, #FF963D 16.55%, #FFCE65 128.73%);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-howWorks .howWorks-wrap-1 {
    padding: 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-howWorks .howWorks-wrap-1 {
    padding: 40px;
  }
}

@media screen and (max-width: 959px) {
  .vif-howWorks .howWorks-wrap-1 {
    height: auto;
  }
}

.vif-howWorks .howWorks-wrap-1 .text {
  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: start;
      align-content: flex-start;
  gap: 28px;
  max-width: 580px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-howWorks .howWorks-wrap-1 .text {
    gap: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .vif-howWorks .howWorks-wrap-1 .text h2 span {
    display: none;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-howWorks .howWorks-wrap-1 .text p {
    max-width: 300px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .vif-howWorks .howWorks-wrap-1 .text p {
    max-width: 370px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .vif-howWorks .howWorks-wrap-1 .text p {
    max-width: 500px;
  }
}

.vif-howWorks .howWorks-wrap-1 .howWorks-character-img {
  position: absolute;
  right: 10px;
  bottom: 0px;
}

@media screen and (max-width: 959px) {
  .vif-howWorks .howWorks-wrap-1 .howWorks-character-img.desktop {
    display: none;
  }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .vif-howWorks .howWorks-wrap-1 .howWorks-character-img.desktop {
    max-width: 300px;
    right: -30px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .vif-howWorks .howWorks-wrap-1 .howWorks-character-img.desktop {
    max-width: 340px;
    right: -20px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .vif-howWorks .howWorks-wrap-1 .howWorks-character-img.desktop {
    max-width: 380px;
  }
}

.vif-howWorks .howWorks-wrap-1 .howWorks-character-img.mobile {
  display: none;
}

@media screen and (max-width: 579px) {
  .vif-howWorks .howWorks-wrap-1 .howWorks-character-img.mobile {
    display: none;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-howWorks .howWorks-wrap-1 .howWorks-character-img.mobile {
    max-width: 190px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-howWorks .howWorks-wrap-1 .howWorks-character-img.mobile {
    display: block;
  }
}

.vif-howWorks .howWorks-wrap-2 {
  padding: 47px 63px;
  border-radius: 35px;
  background: linear-gradient(324.82deg, #9EE0FC 14%, #72ACEF 86.05%);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-howWorks .howWorks-wrap-2 {
    padding: 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-howWorks .howWorks-wrap-2 {
    padding: 40px;
  }
}

.vif-howWorks .howWorks-wrap-2 .text {
  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: start;
      align-content: flex-start;
  gap: 20px;
  margin-top: 30px;
  background: #176FB6;
  padding: 47px 63px;
  border-radius: 35px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-howWorks .howWorks-wrap-2 .text {
    padding: 20px 15px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-howWorks .howWorks-wrap-2 .text {
    padding: 40px;
  }
}

.vif-howWorks .howWorks-wrap-2 .text ul {
  list-style: disc;
  margin: 0px 0 0px 24px;
  color: #fff;
}

.vif-howWorks .howWorks-wrap-2 .text ul li {
  margin: 0;
}

.vif-howWorks .howWorks-wrap-2 .text .note {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-howWorks .howWorks-wrap-2 .text .note .howWorks-note-img {
    max-width: 40px;
  }
}

.vif-few {
  padding: 100px 0 50px;
  background: url(../src/images/common/few-bg.svg) no-repeat 100% 0%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-few {
    padding: 20px 0;
  }
}

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

@media screen and (max-width: 1199px) {
  .vif-few {
    background: none;
  }
}

.vif-few .few-title h2 span {
  position: relative;
}

.vif-few .few-title h2 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 14px;
  top: 100%;
  right: 0%;
  background: url(../src/images/common/span-few.svg) no-repeat 0 0/100% auto;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-few .few-title h2 span:before {
    height: 9px;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-few .few-title h2 span:before {
    height: 9px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-few .few-title h2 span:before {
    height: 9px;
  }
}

.vif-few .few-wrap {
  margin: 50px auto 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-few .few-wrap {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-few .few-wrap {
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
  .vif-few .few-wrap br {
    display: none;
  }
}

.vif-few .few-wrap-1 {
  padding: 47px 63px;
  border-radius: 35px;
  background: linear-gradient(324.82deg, #9EE0FC 14%, #72ACEF 86.05%);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-few .few-wrap-1 {
    padding: 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-few .few-wrap-1 {
    padding: 40px;
  }
}

.vif-few .few-wrap-1 .text {
  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: start;
      align-content: flex-start;
  gap: 20px;
  margin-top: 30px;
  background: #176FB6;
  padding: 47px 63px;
  border-radius: 35px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-few .few-wrap-1 .text {
    padding: 20px 15px;
    margin-top: 10px;
    gap: 10px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-few .few-wrap-1 .text {
    padding: 40px;
  }
}

.vif-few .few-wrap-1 .text ul {
  list-style: disc;
  margin: 0px 0 0px 24px;
  color: #fff;
}

.vif-few .few-wrap-1 .text ul li {
  margin: 0;
}

.vif-few .few-wrap-2 {
  padding: 20px 63px 47px;
  border-radius: 35px;
  background: linear-gradient(107.93deg, #FF963D 16.55%, #FFCE65 128.73%);
  max-width: 909px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-few .few-wrap-2 {
    padding: 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-few .few-wrap-2 {
    padding: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .vif-few .few-wrap-2 {
    max-width: 100%;
  }
}

.vif-few .few-wrap-2 .few-arrow {
  position: absolute;
  top: -20px;
  left: -110px;
}

@media screen and (max-width: 1199px) {
  .vif-few .few-wrap-2 .few-arrow {
    display: none;
  }
}

.vif-few .few-wrap-2 .title-text {
  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;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .vif-few .few-wrap-2 .title-text {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    gap: 0px;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-few .few-wrap-2 .title-text .few-img {
    max-width: 50px;
    display: none;
  }
}

.vif-few .few-wrap-2 p {
  margin: 20px 0 0;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-few .few-wrap-2 p {
    margin: 10px 0 0;
  }
}

.vif-prophylaxis {
  padding: 50px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-prophylaxis {
    padding: 20px 0;
  }
}

.vif-prophylaxis .prophylaxis-title h2 span {
  position: relative;
}

.vif-prophylaxis .prophylaxis-title h2 span:before {
  position: absolute;
  content: "";
  width: 109%;
  height: 93px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: url(../src/images/common/span-prophylaxis.svg) no-repeat 0 0/100% auto;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-prophylaxis .prophylaxis-title h2 span:before {
    height: 42px;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-prophylaxis .prophylaxis-title h2 span:before {
    height: 42px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-prophylaxis .prophylaxis-title h2 span:before {
    height: 42px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-prophylaxis .prophylaxis-title h2 span:before {
    height: 70px;
  }
}

.vif-prophylaxis .prophylaxis-wrap {
  margin: 50px auto 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-prophylaxis .prophylaxis-wrap {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-prophylaxis .prophylaxis-wrap {
    margin: 30px auto 0;
  }
}

.vif-prophylaxis .prophylaxis-wrap-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 47px 30px;
  border-radius: 35px;
  background: linear-gradient(324.82deg, #9EE0FC 14%, #72ACEF 86.05%);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-prophylaxis .prophylaxis-wrap-1 {
    padding: 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-prophylaxis .prophylaxis-wrap-1 {
    padding: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .vif-prophylaxis .prophylaxis-wrap-1 .prophylaxis-character-img {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .vif-prophylaxis .prophylaxis-wrap-1 .prophylaxis-character-img {
    max-width: 120px;
  }
}

.vif-prophylaxis .prophylaxis-wrap-1 .block-text {
  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: start;
      align-content: flex-start;
  gap: 20px;
  max-width: 732px;
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
  .vif-prophylaxis .prophylaxis-wrap-1 .block-text {
    max-width: 100%;
  }
}

.vif-prophylaxis .prophylaxis-wrap-1 .block-text .title-text {
  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: start;
      align-content: flex-start;
  gap: 20px;
  padding: 0 30px;
}

@media screen and (max-width: 959px) {
  .vif-prophylaxis .prophylaxis-wrap-1 .block-text .title-text {
    padding: 0;
  }
}

.vif-prophylaxis .prophylaxis-wrap-1 .block-text .title-text h2 br.mobile {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .vif-prophylaxis .prophylaxis-wrap-1 .block-text .title-text h2 br.mobile {
    display: inline;
  }
}

.vif-prophylaxis .prophylaxis-wrap-1 .block-text .title-text a {
  color: #fff;
  text-decoration: underline;
}

.vif-prophylaxis .prophylaxis-wrap-1 .block-text .text-wrap {
  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: start;
      align-content: flex-start;
  gap: 30px;
  padding: 34px 24px;
  border-radius: 35px;
  background: linear-gradient(83.33deg, #66A7DA 18.9%, #0B67B0 100.68%);
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-prophylaxis .prophylaxis-wrap-1 .block-text .text-wrap {
    padding: 20px 10px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-prophylaxis .prophylaxis-wrap-1 .block-text .text-wrap {
    padding: 20px;
  }
}

.vif-prophylaxis .prophylaxis-wrap-1 .block-text .text-wrap .text-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 20px;
}

@media screen and (max-width: 759px) {
  .vif-prophylaxis .prophylaxis-wrap-1 .block-text .text-wrap .text-item {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    gap: 5px;
  }
}

@media screen and (max-width: 759px) {
  .vif-prophylaxis .prophylaxis-wrap-1 .block-text .text-wrap .text-item .prophylaxis-img {
    max-width: 50px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .vif-prophylaxis .prophylaxis-wrap-1 .block-text .text-wrap .text-item .prophylaxis-img {
    max-width: 76px;
  }
}

.vif-prophylaxis .prophylaxis-wrap-2 {
  padding: 20px 63px 47px;
  border-radius: 35px;
  background: linear-gradient(107.93deg, #FF963D 16.55%, #FFCE65 128.73%);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-prophylaxis .prophylaxis-wrap-2 {
    padding: 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-prophylaxis .prophylaxis-wrap-2 {
    padding: 40px;
  }
}

@media screen and (max-width: 759px) {
  .vif-prophylaxis .prophylaxis-wrap-2 h2 br {
    display: none;
  }
}

.vif-prophylaxis .prophylaxis-wrap-2 p {
  margin-top: 20px;
}

.vif-prophylaxis .prophylaxis-wrap-2 a {
  color: #fff;
  text-decoration: underline;
}

.vif-produkt {
  padding: 50px 0;
  background: url(../src/images/common/produkt-bg.svg) no-repeat 0% 97%;
}

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

@media screen and (max-width: 1199px) {
  .vif-produkt {
    background: none;
  }
}

.vif-produkt .produkt-title h2 span {
  position: relative;
}

.vif-produkt .produkt-title h2 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 13px;
  top: 100%;
  right: 0%;
  background: url(../src/images/common/span-produkt.svg) no-repeat 0 0/100% auto;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-produkt .produkt-title h2 span:before {
    height: 6px;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-produkt .produkt-title h2 span:before {
    height: 6px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-produkt .produkt-title h2 span:before {
    height: 7px;
  }
}

.vif-produkt .produkt-title p {
  max-width: 950px;
  margin-top: 30px;
}

.vif-produkt .viferon-product-wrap {
  max-width: 100%;
  padding: 50px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-produkt .viferon-product-wrap {
    padding: 20px 0 0;
  }
}

.vif-produkt .viferon-product-wrap .swiper-slide, .vif-produkt .viferon-product-wrap .card-item {
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-produkt .viferon-product-wrap .swiper-slide, .vif-produkt .viferon-product-wrap .card-item {
    min-height: 503px;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-produkt .viferon-product-wrap .swiper-slide, .vif-produkt .viferon-product-wrap .card-item {
    min-height: 546px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-produkt .viferon-product-wrap .swiper-slide, .vif-produkt .viferon-product-wrap .card-item {
    min-height: 587px;
    width: 335px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-produkt .viferon-product-wrap .swiper-slide, .vif-produkt .viferon-product-wrap .card-item {
    min-height: 833px;
    width: 420px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .vif-produkt .viferon-product-wrap .swiper-slide, .vif-produkt .viferon-product-wrap .card-item {
    min-height: 1020px;
    width: 580px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .vif-produkt .viferon-product-wrap .swiper-slide, .vif-produkt .viferon-product-wrap .card-item {
    min-height: 1050px;
    width: 700px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .vif-produkt .viferon-product-wrap .swiper-slide, .vif-produkt .viferon-product-wrap .card-item {
    min-height: 1050px;
    width: 700px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1279px) {
  .vif-produkt .viferon-product-wrap .swiper-slide, .vif-produkt .viferon-product-wrap .card-item {
    min-height: 745px;
  }
}

.vif-produkt .viferon-product-wrap .swiper-slide .card-item {
  position: relative;
  border-radius: 35px;
  padding: 100px 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  gap: 20px;
  min-height: 687px;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item {
    gap: 10px;
  }
}

@media screen and (max-width: 759px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item {
    border-radius: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item {
    padding: 20px 15px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item {
    padding: 30px 30px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item {
    padding: 55px 50px;
  }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item {
    min-height: 503px;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item {
    min-height: 546px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item {
    min-height: 587px;
    width: 335px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item {
    min-height: 833px;
    width: 420px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item {
    min-height: 1020px;
    width: 580px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item {
    min-height: 1050px;
    width: 700px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item {
    min-height: 1050px;
    width: 700px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1279px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item {
    min-height: 745px;
  }
}

.vif-produkt .viferon-product-wrap .swiper-slide .card-item.card-bg-1 {
  background: url("../src/images/common/card-bg-1-1.svg") no-repeat 6% 30px, url("../src/images/common/card-bg-1-2.svg") no-repeat 100% calc(100% - 30px), linear-gradient(83.33deg, #66A7DA 18.9%, #0B67B0 100.68%);
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item.card-bg-1 {
    background: linear-gradient(83.33deg, #66A7DA 18.9%, #0B67B0 100.68%);
  }
}

.vif-produkt .viferon-product-wrap .swiper-slide .card-item.card-bg-2 {
  background: url("../src/images/common/card-bg-2-1.svg") no-repeat 6% 30px, url("../src/images/common/card-bg-2-2.svg") no-repeat 100% calc(100% - 30px), linear-gradient(83.33deg, #66A7DA 18.9%, #0B67B0 100.68%);
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item.card-bg-2 {
    background: linear-gradient(83.33deg, #66A7DA 18.9%, #0B67B0 100.68%);
  }
}

.vif-produkt .viferon-product-wrap .swiper-slide .card-item.card-bg-3 {
  background: url("../src/images/common/card-bg-3-1.svg") no-repeat 6% 30px, url("../src/images/common/card-bg-3-2.svg") no-repeat 100% calc(100% - 30px), linear-gradient(83.33deg, #66A7DA 18.9%, #0B67B0 100.68%);
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item.card-bg-3 {
    background: linear-gradient(83.33deg, #66A7DA 18.9%, #0B67B0 100.68%);
  }
}

.vif-produkt .viferon-product-wrap .swiper-slide .card-item.card-item-1 ul li:before {
  background: url("../src/images/common/li-marker-blue.svg") no-repeat 50% 50%/cover;
}

.vif-produkt .viferon-product-wrap .swiper-slide .card-item.card-item-2 ul li:before {
  background: url("../src/images/common/li-marker-orange.svg") no-repeat 50% 50%/cover;
}

.vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-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: 30px;
  max-width: 640px;
  margin-bottom: auto;
  /*p.note {
							opacity:.5;
						}*/
}

@media screen and (max-width: 959px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text {
    margin: 0;
    gap: 10px;
    max-width: unset;
    width: 100%;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text {
    gap: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text {
    max-width: 100%;
  }
}

.vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text h2 {
  margin-right: -100%;
}

@media screen and (max-width: 959px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text h2 {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text h2 {
    margin-right: 0;
  }
}

.vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text h2 br {
  display: none;
}

@media screen and (max-width: 399px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text h2 br {
    display: inline;
  }
}

.vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text ul {
  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;
  margin: 10px 0 0;
  max-width: 525px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text ul {
    gap: 8px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text ul {
    gap: 8px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text ul {
    gap: 15px;
  }
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text ul {
    max-width: 100%;
  }
}

.vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text ul li {
  position: relative;
  padding-left: 60px;
  margin: 0;
}

@media screen and (max-width: 374px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text ul li {
    padding-left: 25px;
  }
}

@media screen and (min-width: 375px) and (max-width: 759px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text ul li {
    padding-left: 35px;
  }
}

.vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text ul li:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  border-radius: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (max-width: 374px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text ul li:before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 375px) and (max-width: 759px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text ul li:before {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-text ul li br {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-img {
    max-width: 165px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-img {
    max-width: 185px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-img {
    max-width: 350px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-img {
    max-width: 400px;
  }
}

@media screen and (max-width: 1199px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-img {
    margin: 0 auto;
  }
}

.vif-produkt .viferon-product-wrap .swiper-slide .card-item .viferon-product-img.mobile {
  display: none;
}

.vif-produkt .viferon-product-wrap .swiper-slide .card-item .btn {
  width: 360px;
  height: 60px;
  text-decoration: none;
  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: 100px;
  color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .btn {
    width: 100%;
    height: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .btn.decktop {
    display: none;
  }
}

.vif-produkt .viferon-product-wrap .swiper-slide .card-item .btn.mobile {
  display: none;
}

@media screen and (max-width: 959px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .btn.mobile {
    margin: 0 auto;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .btn.mobile {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 1199px) {
  .vif-produkt .viferon-product-wrap .swiper-slide .card-item .btn.mobile {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.vif-produkt .viferon-product-wrap .pagination {
  display: none;
}

.vif-produkt .viferon-product-wrap .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  margin-top: 50px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-produkt .viferon-product-wrap .buttons {
    margin-top: 8px;
  }
}

.vif-produkt .viferon-product-wrap .buttons .button-prev, .vif-produkt .viferon-product-wrap .buttons .button-next {
  width: 69px;
  height: 69px;
  box-shadow: 0 0 0 rgba(255, 158, 75, 0.8);
  animation: pulse-circle 2s infinite;
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-produkt .viferon-product-wrap .buttons .button-prev, .vif-produkt .viferon-product-wrap .buttons .button-next {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-produkt .viferon-product-wrap .buttons .button-prev, .vif-produkt .viferon-product-wrap .buttons .button-next {
    width: 40px;
    height: 40px;
  }
}

.vif-produkt .viferon-product-wrap .buttons .button-prev:hover, .vif-produkt .viferon-product-wrap .buttons .button-next:hover {
  box-shadow: 0 0 0 rgba(0, 96, 169, 0.8);
  animation: pulse-circle-hover 2s infinite;
}

.vif-produkt .viferon-product-wrap .buttons .button-prev {
  background: url(../src/images/common/button-prev.svg) no-repeat 50% 50%/cover;
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-produkt .viferon-product-wrap .buttons .button-prev {
    left: -30px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-produkt .viferon-product-wrap .buttons .button-prev {
    left: -40px;
  }
}

.vif-produkt .viferon-product-wrap .buttons .button-prev.swiper-button-disabled {
  box-shadow: none;
  animation: none;
  opacity: .5;
  cursor: default;
}

.vif-produkt .viferon-product-wrap .buttons .button-next {
  background: url(../src/images/common/button-next.svg) no-repeat 50% 50%/cover;
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-produkt .viferon-product-wrap .buttons .button-next {
    right: -30px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-produkt .viferon-product-wrap .buttons .button-next {
    right: -40px;
  }
}

.vif-produkt .viferon-product-wrap .buttons .button-next.swiper-button-disabled {
  box-shadow: none;
  animation: none;
  opacity: .5;
  cursor: default;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-produkt .viferon-product-wrap .buttons .fake-dots {
    width: 80px;
  }
}

@media screen and (min-width: 360px) and (max-width: 579px) {
  .vif-produkt .viferon-product-wrap .buttons .fake-dots {
    width: 100px;
  }
}

.vif-bigVideo {
  padding: 50px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-bigVideo {
    padding: 20px 0;
  }
}

.vif-bigVideo .bigVideo-title h2 span {
  position: relative;
}

.vif-bigVideo .bigVideo-title h2 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 13px;
  top: 100%;
  right: 0%;
  background: url(../src/images/common/span-bigVideo.svg) no-repeat 0 0/100% auto;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-bigVideo .bigVideo-title h2 span:before {
    height: 6px;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-bigVideo .bigVideo-title h2 span:before {
    height: 6px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-bigVideo .bigVideo-title h2 span:before {
    height: 8px;
  }
}

.vif-bigVideo .bigVideo-title p {
  max-width: 950px;
  margin-top: 30px;
}

.vif-bigVideo .bigVideo-wrap {
  width: 100%;
  padding: 50px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-bigVideo .bigVideo-wrap {
    padding: 30px 0 0;
  }
}

.vif-bigVideo .bigVideo-wrap .video-container {
  padding: 50px;
  border-radius: 35px;
  background: linear-gradient(111.04deg, #88D2F2 29.16%, #58A3D5 97.79%);
}

@media screen and (max-width: 759px) {
  .vif-bigVideo .bigVideo-wrap .video-container {
    border-radius: 30px;
  }
}

@media screen and (max-width: 959px) {
  .vif-bigVideo .bigVideo-wrap .video-container {
    padding: 0px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .vif-bigVideo .bigVideo-wrap .video-container {
    padding: 20px;
  }
}

.vif-bigVideo .bigVideo-wrap .video-container .rutube-container {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 759px) {
  .vif-bigVideo .bigVideo-wrap .video-container .rutube-container {
    border-radius: 30px;
  }
}

.vif-bigVideo .bigVideo-wrap .video-container .rutube-container .open-yt-video {
  cursor: pointer;
}

.vif-bigVideo .bigVideo-wrap .video-container .rutube-container .play-icon {
  position: absolute;
  max-width: 190px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-bigVideo .bigVideo-wrap .video-container .rutube-container .play-icon {
    max-width: 70px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-bigVideo .bigVideo-wrap .video-container .rutube-container .play-icon {
    max-width: 100px;
  }
}

.vif-bigVideo .bigVideo-wrap .video-container .rutube-container .rutube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.vif-bigVideo .bigVideo-wrap .video-container .rutube-container .rutube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.vif-miniVideo {
  padding: 50px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-miniVideo {
    padding: 20px 0;
  }
}

.vif-miniVideo .miniVideo-title h2 span {
  position: relative;
}

.vif-miniVideo .miniVideo-title h2 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  top: 100%;
  right: 0%;
  background: url(../src/images/common/span-miniVideo.svg) no-repeat 0 0/100% auto;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-miniVideo .miniVideo-title h2 span:before {
    height: 6px;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-miniVideo .miniVideo-title h2 span:before {
    height: 6px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-miniVideo .miniVideo-title h2 span:before {
    height: 6px;
  }
}

.vif-miniVideo .miniVideo-title p {
  max-width: 950px;
  margin-top: 30px;
}

.vif-miniVideo .miniVideo-wrap {
  width: 100%;
  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;
  gap: 50px;
  padding: 50px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-miniVideo .miniVideo-wrap {
    padding: 30px 0 0;
    gap: 30px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1279px) {
  .vif-miniVideo .miniVideo-wrap {
    gap: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .vif-miniVideo .miniVideo-wrap .video-container {
    width: 100%;
  }
}

.vif-miniVideo .miniVideo-wrap .video-container .rutube-container {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  width: 560px;
}

@media screen and (max-width: 759px) {
  .vif-miniVideo .miniVideo-wrap .video-container .rutube-container {
    border-radius: 30px;
  }
}

@media screen and (max-width: 1198px) {
  .vif-miniVideo .miniVideo-wrap .video-container .rutube-container {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 1199px) and (max-width: 1279px) {
  .vif-miniVideo .miniVideo-wrap .video-container .rutube-container {
    width: 520px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1199px) {
  .vif-miniVideo .miniVideo-wrap .video-container .rutube-container img.main {
    display: none;
  }
}

.vif-miniVideo .miniVideo-wrap .video-container .rutube-container img.tablet {
  display: none;
}

@media screen and (min-width: 580px) and (max-width: 1199px) {
  .vif-miniVideo .miniVideo-wrap .video-container .rutube-container img.tablet {
    display: block;
  }
}

.vif-miniVideo .miniVideo-wrap .video-container .rutube-container .open-yt-video {
  cursor: pointer;
}

.vif-miniVideo .miniVideo-wrap .video-container .rutube-container .play-icon {
  position: absolute;
  max-width: 160px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  pointer-events: none;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-miniVideo .miniVideo-wrap .video-container .rutube-container .play-icon {
    max-width: 70px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-miniVideo .miniVideo-wrap .video-container .rutube-container .play-icon {
    max-width: 100px;
  }
}

.vif-miniVideo .miniVideo-wrap .video-container .rutube-container .rutube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.vif-miniVideo .miniVideo-wrap .video-container .rutube-container .rutube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.vif-miniVideo .miniVideo-wrap .video-container .video-text {
  max-width: 100%;
  margin-top: 30px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-miniVideo .miniVideo-wrap .video-container .video-text {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .vif-miniVideo .miniVideo-wrap .video-container .video-text br {
    display: none;
  }
}

/* Video placeholder styles */
.video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-placeholder > img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-placeholder .play-icon {
  position: relative;
  z-index: 2;
  pointer-events: none;
  transition: transform 0.2s ease;
}

.video-placeholder:hover .play-icon {
  transform: scale(1.1);
}

.vif-faq {
  padding: 50px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-faq {
    padding: 20px 0;
  }
}

.vif-faq .faq-title h2 span {
  position: relative;
}

.vif-faq .faq-title h2 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 13px;
  top: 100%;
  right: 0%;
  background: url(../src/images/common/span-faq.svg) no-repeat 0 0/100% auto;
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  .vif-faq .faq-title h2 span:before {
    height: 6px;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .vif-faq .faq-title h2 span:before {
    height: 6px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-faq .faq-title h2 span:before {
    height: 7px;
  }
}

.vif-faq .faq-title p {
  max-width: 950px;
  margin-top: 30px;
}

.vif-faq .faq-list-wrap {
  max-width: 100%;
  margin: 50px auto 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-faq .faq-list-wrap {
    margin: 30px auto 0;
  }
}

.vif-faq .faq-list .list-item {
  padding: 30px 60px;
  border-radius: 30px;
  margin: 20px 0;
  background: #55ABF0;
  color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-faq .faq-list .list-item {
    padding: 15px 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-faq .faq-list .list-item {
    padding: 20px 40px;
  }
}

.vif-faq .faq-list .list-item:nth-child(odd) {
  background: #0B67B0;
}

.vif-faq .faq-list .list-item.active {
  background: #BDE0FD;
  color: #363636;
}

.vif-faq .faq-list .list-item.active .button {
  font-weight: 600;
}

.vif-faq .faq-list .list-item.active .button i {
  background: none;
  font-weight: 600;
  padding: 0;
  color: #363636;
}

.vif-faq .faq-list .list-item.active:nth-child(odd) .button i {
  color: #363636;
}

.vif-faq .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;
  text-align: left;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .vif-faq .faq-list .list-item .button br {
    display: none;
  }
}

.vif-faq .faq-list .list-item .button h3 {
  line-height: 140%;
  font-size: 27px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .vif-faq .faq-list .list-item .button h3 {
    font-size: 17px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-faq .faq-list .list-item .button h3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .vif-faq .faq-list .list-item .button h3 {
    font-size: 22px;
  }
}

.vif-faq .faq-list .list-item .button i {
  color: #55ABF0;
}

.vif-faq .faq-list .list-item:nth-child(odd) .button i {
  color: #0B67B0;
}

.vif-faq .faq-list .list-item .button i {
  background: #fff;
  border-radius: 50px;
  font-style: normal;
  font-weight: bold;
  padding: 0px 8px 2px;
  line-height: 1;
}

.vif-faq .faq-list .list-item .button span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-left: 8px;
  border-radius: 50%;
  position: relative;
  background: #fff;
  transition: .2s;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-faq .faq-list .list-item .button span {
    width: 40px;
    height: 40px;
  }
}

.vif-faq .faq-list .list-item .button span::before {
  width: 20px;
  height: 3px;
}

.vif-faq .faq-list .list-item .button span::after,
.vif-faq .faq-list .list-item .button span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: #0072bb;
}

.vif-faq .faq-list .list-item .button span::after {
  width: 3px;
  height: 20px;
  transition: .2s;
}

.vif-faq .faq-list .list-item .button span::after {
  width: 3px;
  height: 20px;
  transition: .2s;
}

.vif-faq .faq-list .list-item.active .button span {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.vif-faq .faq-list .list-item.active .button span::after {
  opacity: 0;
}

.vif-faq .faq-list .list-item .answer {
  display: none;
  padding-top: 30px;
  font-size: 18px;
  line-height: 119%;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .vif-faq .faq-list .list-item .answer {
    font-size: 14px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-faq .faq-list .list-item .answer {
    font-size: 16px;
    padding-top: 20px;
  }
}

.vif-faq .faq-list .list-item .answer ul {
  list-style: disc;
  margin: 0px 0 0px 24px;
}

.vif-faq .faq-list .list-item .answer ul li {
  list-style: disc;
  margin: 10px 0;
}

.vif-faq .faq-list .list-item .answer ol {
  list-style: decimal;
  margin: 0px 0 0px 24px;
}

.vif-faq .faq-list .list-item .answer ol li {
  list-style: decimal;
  margin: 10px 0;
}

.vif-faq .faq-list .list-item.active .answer a {
  color: #363636;
  text-decoration: underline;
  font-weight: bold;
}

.vif-sources {
  padding: 50px 0 150px;
  background: url(../src/images/common/sources-bg.svg) no-repeat 100% 100%;
}

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

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

@media screen and (max-width: 1199px) {
  .vif-sources {
    background: none;
  }
}

.vif-sources .sources-wrap {
  background: linear-gradient(83.33deg, #66A7DA 18.9%, #0B67B0 100.68%);
  border-radius: 35px;
  padding: 30px;
  color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .vif-sources .sources-wrap {
    padding: 15px 20px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-sources .sources-wrap {
    padding: 20px;
  }
}

.vif-sources .sources-wrap .sources-title {
  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;
  font-size: 27px;
  line-height: 109%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-sources .sources-wrap .sources-title {
    font-size: 20px;
  }
}

.vif-sources .sources-wrap .sources-title.active .sources-arrow {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .vif-sources .sources-wrap .sources-title .sources-arrow {
    max-width: 30px;
  }
}

.vif-sources .sources-wrap .full-sources {
  font-size: 22px;
  line-height: 109%;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .vif-sources .sources-wrap .full-sources {
    font-size: 12px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-sources .sources-wrap .full-sources {
    font-size: 12px;
  }
}

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

.vif-sources .sources-wrap .full-sources ol {
  list-style: decimal;
  margin: 0px 0 0px 45px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .vif-sources .sources-wrap .full-sources ol {
    margin: 0px 0 0px 20px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .vif-sources .sources-wrap .full-sources ol {
    margin: 0px 0 0px 30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .vif-sources .sources-wrap .full-sources ol {
    margin: 0px 0 0px 35px;
  }
}

.vif-sources .sources-wrap .full-sources ol li {
  list-style: decimal;
  margin: 10px 0;
}

.vif-sources .sources-wrap .full-sources {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  display: block;
}

.vif-sources .sources-wrap .full-sources.show {
  margin-top: 28px;
  max-height: 5000px;
  opacity: 1;
}

@keyframes pulse-circle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 158, 75, 0.8);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 158, 75, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 158, 75, 0);
  }
}

@keyframes pulse-circle-hover {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 96, 169, 0.8);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 96, 169, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 96, 169, 0);
  }
}