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

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

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

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

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

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

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

.san-main {
  font-family: "OpenSansRegular","PT Sans",Arial,sans-serif;
}

.title {
  font-family: "AmaticBold","PT Sans",Arial,sans-serif;
}

.upc {
  text-transform: uppercase;
}

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

.bad {
  font-family: "BadScriptRegular","PT Sans",Arial,sans-serif;
}

.osb {
  font-family: "OpenSansBold","PT Sans",Arial,sans-serif;
}

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

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

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

@media screen and (min-width: 320px) and (max-width: 779px) {
  .font-87s {
    font-size: 80px;
  }
}

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

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

.white-text {
  color: #ffffff;
}

.white-svg {
  fill: #ffffff;
}

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

.black-text {
  color: #000000;
}

.black-svg {
  fill: #000000;
}

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

.orange-text {
  color: #FAB857;
}

.orange-svg {
  fill: #FAB857;
}

.blue2-bg {
  background-color: #4EB5D4;
}

.blue2-text {
  color: #4EB5D4;
}

.blue2-svg {
  fill: #4EB5D4;
}

.green-bg {
  background-color: #00D890;
}

.green-text {
  color: #00D890;
}

.green-svg {
  fill: #00D890;
}

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

.red-text {
  color: #D4564E;
}

.red-svg {
  fill: #D4564E;
}

.blue-bg {
  background-color: #C8F2FF;
}

.blue-text {
  color: #C8F2FF;
}

.blue-svg {
  fill: #C8F2FF;
}

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

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

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

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

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

/* ====================== ASSETS =================== */
/* ====================== COMMON =================== */
.san-main {
  background: #ffffff;
  color: #000000;
  overflow: hidden;
}

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

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

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

.san-main .__btn {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  padding: 0 20px;
  background: #B1E8F9;
  border-radius: 21px;
  margin: 30px 0 0;
  font-family: "OpenSansBold","PT Sans",Arial,sans-serif;
  font-style: normal;
  font-weight: bold;
}

.san-header {
  color: #000000;
  padding-top: 35px;
}

.san-header-bg {
  background: url(../src/images/common/top-virus-bg.svg) no-repeat;
  background-position: 50% 0;
  height: 620px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-header-bg {
    height: auto;
    background: url(../src/images/common/top-virus-bg-580.svg) no-repeat;
    background-position: 56% 0;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-header-bg {
    background: url(../src/images/common/top-virus-bg-960.svg) no-repeat;
    background-position: 56% 0;
  }
}

.san-header__in {
  position: relative;
}

.san-header__in .menu-wrap {
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-header__in .menu-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.san-header__in .menu-wrap .menu {
  display: inline-block;
  background: #FAB857;
  color: #FFF;
  font-size: 18px;
  border-radius: 50px;
  padding: 10px 20px;
  position: relative;
  margin: 0 5px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-header__in .menu-wrap .menu {
    font-size: 14px;
    margin: 0 5px 10px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .san-header__in .menu-wrap .menu {
    font-size: 16px;
  }
}

.san-header__in h1 {
  text-align: center;
  padding: 40px 10px 35px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-header__in h1 {
    padding: 10px 10px 50px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-header__in h1 {
    padding: 10px 10px 125px;
  }
}

.san-header-main-virus {
  width: 421px;
  margin: 0 auto;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-header-main-virus {
    width: 210px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-header-main-virus {
    width: 350px;
  }
}

.san-header-main-virus .top-virus-main {
  animation-name: swing;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
}

.san-header-main-virus .arrow-top {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 49px;
}

@media screen and (max-width: 1199px) {
  .san-header-main-virus .arrow-top {
    display: none;
  }
}

.san-header .top-virus-1, .san-header .top-virus-2 {
  position: absolute;
  left: 50%;
}

.san-header .top-virus-1 {
  top: 110px;
  -ms-transform: translateX(-600px);
      transform: translateX(-600px);
}

@media screen and (max-width: 1199px) {
  .san-header .top-virus-1 {
    display: none;
  }
}

.san-header .top-virus-2 {
  width: 121px;
  top: 115px;
  -ms-transform: translateX(280px);
      transform: translateX(280px);
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-header .top-virus-2 {
    width: 130px;
    -ms-transform: translateX(125px);
        transform: translateX(125px);
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-header .top-virus-2 {
    -ms-transform: translateX(255px);
        transform: translateX(255px);
  }
}

.san-header .qrcode {
  width: 214px;
  position: absolute;
  top: 30px;
  left: 50%;
  -ms-transform: translateX(415px);
      transform: translateX(415px);
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-header .qrcode {
    position: relative;
    width: 140px;
    top: auto;
    left: auto;
    -ms-transform: translateX(0);
        transform: translateX(0);
    margin: 0 auto;
    padding: 30px 0 0;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-header .qrcode {
    width: 165px;
    top: 390px;
    -ms-transform: translateX(-354px);
        transform: translateX(-354px);
  }
}

.san-header .qrcode img {
  display: block;
  margin: 0 auto 10px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-header .qrcode img {
    width: 100px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-header .qrcode img {
    width: 125px;
  }
}

.san-header .qrcode p {
  font-size: 24px;
  line-height: 110%;
  text-align: center;
  font-family: "AmaticBold","PT Sans",Arial,sans-serif;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-header .qrcode p {
    font-size: 20px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-header .qrcode p {
    font-size: 20px;
  }
}

.san-header .top-left-shpritz {
  position: absolute;
  top: -74px;
  left: 50%;
  -ms-transform: translateX(-610px);
      transform: translateX(-610px);
  pointer-events: none;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-header .top-left-shpritz {
    width: 300px;
    top: 45px;
    -ms-transform: translateX(-325px);
        transform: translateX(-325px);
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-header .top-left-shpritz {
    width: 400px;
    top: -40px;
    -ms-transform: translateX(-490px);
        transform: translateX(-490px);
  }
}

.san-header .go-comics {
  position: absolute;
  top: 290px;
  left: 50%;
  -ms-transform: translateX(300px);
      transform: translateX(300px);
  width: 210px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-header .go-comics {
    position: relative;
    margin: 0 auto;
    padding: 30px 0 0;
    width: 153px;
    top: auto;
    left: auto;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-header .go-comics {
    width: 153px;
    top: 250px;
    -ms-transform: translateX(198px);
        transform: translateX(198px);
  }
}

.san-header .go-comics a {
  display: block;
  font-family: "AmaticBold","PT Sans",Arial,sans-serif;
  font-size: 30px;
  line-height: 110%;
  text-align: center;
  color: #000;
  -ms-transform: rotate(-4.5deg);
      transform: rotate(-4.5deg);
  padding-left: 36px;
}

@keyframes swing {
  0%, 100% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
}

.san-header-test {
  color: #000000;
  padding-top: 35px;
}

.san-header-test__in {
  position: relative;
}

.san-header-test__in .menu-wrap {
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-header-test__in .menu-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.san-header-test__in .menu-wrap .menu {
  display: inline-block;
  background: #4EB5D4;
  color: #FFF;
  font-size: 18px;
  border-radius: 50px;
  padding: 10px 20px;
  position: relative;
  margin: 0 5px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-header-test__in .menu-wrap .menu {
    font-size: 14px;
    margin: 0 5px 10px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .san-header-test__in .menu-wrap .menu {
    font-size: 16px;
  }
}

.san-header-test__in .menu-wrap .menu:first-child:before {
  position: absolute;
  content: "";
  left: -50px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 48px;
  height: 20px;
  background: url(../src/images/common/arrow.svg) no-repeat;
  background-size: contain;
}

.san-header-test__in h1 {
  text-align: center;
  padding: 40px 10px 35px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-header-test__in h1 {
    padding: 10px 10px 50px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-header-test__in h1 {
    padding: 10px 10px 50px;
  }
}

.san-header-test__in p {
  max-width: 655px;
  margin: 0 auto;
  /*font-family: Open Sans;
				font-style: normal;
				font-weight: 300;*/
  font-size: 18px;
  line-height: 130%;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .san-header-test__in p {
    padding: 0 20px;
  }
}

.san-header-test .masha {
  width: 473px;
  pointer-events: none;
  position: absolute;
  top: 210px;
  left: 50%;
  -ms-transform: translateX(-800px);
      transform: translateX(-800px);
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .san-header-test .masha {
    display: none;
  }
}

.san-header-test .header-shpritz {
  width: 214px;
  pointer-events: none;
  position: absolute;
  top: 200px;
  left: 50%;
  -ms-transform: translateX(350px);
      transform: translateX(350px);
}

.san-header-test .top-test-virus-1, .san-header-test .top-test-virus-2 {
  position: absolute;
  left: 50%;
}

.san-header-test .top-test-virus-1 {
  width: 97px;
  top: 0px;
  -ms-transform: translateX(-500px);
      transform: translateX(-500px);
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .san-header-test .top-test-virus-1 {
    width: 40px;
    -ms-transform: translateX(-180px);
        transform: translateX(-180px);
  }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .san-header-test .top-test-virus-1 {
    -ms-transform: translateX(-400px);
        transform: translateX(-400px);
  }
}

.san-header-test .top-test-virus-2 {
  width: 343px;
  top: 0px;
  -ms-transform: translateX(400px);
      transform: translateX(400px);
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .san-header-test .top-test-virus-2 {
    width: 130px;
    -ms-transform: translateX(125px);
        transform: translateX(125px);
  }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .san-header-test .top-test-virus-2 {
    -ms-transform: translateX(270px);
        transform: translateX(270px);
  }
}

.san-header-calendar {
  color: #000000;
  padding-top: 35px;
  /*&-bg {
			background: url(../src/images/common/top-virus-bg.svg) no-repeat;
			background-position: 50% 0;
			height:620px;
			@media screen and (min-width: 320px) and (max-width: 779px) {
				height:auto;
				background: url(../src/images/common/top-virus-bg-580.svg) no-repeat;
				background-position: 56% 0;
			}
			@media screen and (min-width: 780px) and (max-width: 1199px) {
				background: url(../src/images/common/top-virus-bg-960.svg) no-repeat;
				background-position: 56% 0;
			}
			
		}*/
}

.san-header-calendar__in {
  position: relative;
}

.san-header-calendar__in .menu-wrap {
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-header-calendar__in .menu-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

.san-header-calendar__in .menu-wrap .menu {
  display: inline-block;
  background: #4EB5D4;
  color: #FFF;
  font-size: 18px;
  border-radius: 50px;
  padding: 10px 20px;
  position: relative;
  margin: 0 5px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-header-calendar__in .menu-wrap .menu {
    font-size: 14px;
    margin: 0 5px 10px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .san-header-calendar__in .menu-wrap .menu {
    font-size: 16px;
  }
}

.san-header-calendar__in .menu-wrap .menu:first-child:before {
  position: absolute;
  content: "";
  left: -50px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 48px;
  height: 20px;
  background: url(../src/images/common/arrow.svg) no-repeat;
  background-size: contain;
}

.san-header-calendar__in h1 {
  text-align: center;
  padding: 40px 10px 35px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-header-calendar__in h1 {
    padding: 10px 10px 30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1199px) {
  .san-header-calendar__in h1 {
    padding: 30px 10px 35px;
  }
}

.san-header-calendar__in p {
  max-width: 685px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  padding: 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-header-calendar__in p {
    font-size: 16px;
  }
}

.san-header-calendar__in p i {
  font-family: 'OpenSansRegularItalic';
  font-size: 16px;
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-header-calendar__in p i {
    font-size: 14px;
  }
}

.san-header-calendar__in p i b {
  font-family: 'OpenSansBoldItalic';
}

.san-header-calendar .top-virus-calendar {
  position: absolute;
  left: 50%;
}

.san-header-calendar .top-virus-calendar {
  width: 309px;
  top: 150px;
  -ms-transform: translateX(380px);
      transform: translateX(380px);
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-header-calendar .top-virus-calendar {
    display: none;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-header-calendar .top-virus-calendar {
    display: none;
  }
}

.san-header-calendar .top-left-shpritz {
  position: absolute;
  width: 214px;
  pointer-events: none;
  top: 250px;
  left: 50%;
  -ms-transform: translateX(-610px);
      transform: translateX(-610px);
  pointer-events: none;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-header-calendar .top-left-shpritz {
    display: none;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-header-calendar .top-left-shpritz {
    display: none;
  }
}

@keyframes swing {
  0%, 100% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
}

.san-footer .waves-bg {
  background: url(../src/images/common/wave-top.png) 50% 0 no-repeat;
}

.san-footer .calendar-footer-holder {
  padding: 30px;
}

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

@media screen and (min-width: 580px) and (max-width: 959px) {
  .san-footer .calendar-footer-holder {
    padding: 10px;
  }
}

.san-footer-bg {
  background: url(../src/images/common/footer-virus-bg.svg) no-repeat;
  background-position: 50% 140px;
  padding: 180px 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-footer-bg {
    padding: 100px 0 30px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-footer-bg {
    padding: 100px 0 50px;
  }
}

.san-footer-bg-calendar {
  background: url(../src/images/common/footer-virus-bg-calendar.svg) no-repeat;
  background-position: 50% 60px;
  padding: 100px 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-footer-bg-calendar {
    padding: 50px 0 30px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-footer-bg-calendar {
    padding: 70px 0 50px;
  }
}

.san-footer .monstr {
  width: 352px;
  position: absolute;
  top: -140px;
  left: 50%;
  margin-left: 170px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-footer .monstr {
    width: 250px;
    top: -190px;
    margin-left: 50px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-footer .monstr {
    width: 300px;
    top: -190px;
    margin-left: 200px;
  }
}

.san-footer ._notes {
  max-width: 660px;
  padding: 0 20px;
  margin: 0 auto;
}

.san-footer ._notes ol {
  list-style-type: decimal;
  margin: 50px 0 50px 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
}

.san-footer ._notes ol li {
  padding: 2px 5px;
  word-wrap: break-word;
}

.san-footer ._notes ol li a {
  color: #000000;
  text-decoration: underline;
}

.san-footer ._notes ol li a:hover {
  color: #2279BE;
}

.san-footer .warning {
  text-align: center;
  font-size: 43px;
  color: #C2C2C2;
  line-height: 1.3;
  margin-top: 20px;
}

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

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

.san-footer .under {
  font-size: 12px;
  text-align: center;
  padding: 20px 20px 0;
}

.san-footer .under a {
  color: #FAB857;
  text-decoration: underline;
}

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

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

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

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

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

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

.san-sharing__link._bb {
  padding: 6px;
}

.san-sharing__link._vk {
  padding: 0 12px;
}

.san-sharing__link._fb, .san-sharing__link._ok, .san-sharing__link._wt, .san-sharing__link._vb {
  padding: 8px;
}

.san-sharing__link._tg {
  padding: 10px 0 4px;
}

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

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

.san-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(78, 181, 212, 0.7);
  z-index: 1300000;
  overflow: auto;
}

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

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

.san-modal__wrap {
  max-width: 750px;
  margin: 70px 0;
}

.san-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 23px;
  height: 23px;
  z-index: 1;
  cursor: pointer;
}

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

.san-modal-popup__content {
  padding: 40px;
  background-color: white;
  border-radius: 15px;
}

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

.san-modal-popup__title {
  padding: 0 0 30px;
}

.san-modal-popup__title h1 {
  padding: 30px 0 0;
}

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

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

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

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

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

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

.san-modal-popup__rules-text p, .san-modal-popup__rules-text img, .san-modal-popup__long-content p, .san-modal-popup__long-content img {
  margin: 10px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.san-modal-popup__rules-text ol ol ol ol li:before, .san-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 =================== */
.san-mif-1-bg, .san-mif-3-bg, .san-mif-5-bg, .san-mif-7-bg {
  padding: 140px 20px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-1-bg, .san-mif-3-bg, .san-mif-5-bg, .san-mif-7-bg {
    padding: 100px 20px;
  }
}

.san-mif-1 .left-shpritz, .san-mif-3 .left-shpritz, .san-mif-5 .left-shpritz, .san-mif-7 .left-shpritz {
  width: 818px;
  pointer-events: none;
  position: absolute;
  top: -280px;
  left: 50%;
  -ms-transform: translateX(-950px);
      transform: translateX(-950px);
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-1 .left-shpritz, .san-mif-3 .left-shpritz, .san-mif-5 .left-shpritz, .san-mif-7 .left-shpritz {
    width: 500px;
    top: -220px;
    -ms-transform: translateX(-350px);
        transform: translateX(-350px);
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-mif-1 .left-shpritz, .san-mif-3 .left-shpritz, .san-mif-5 .left-shpritz, .san-mif-7 .left-shpritz {
    width: 500px;
    top: -190px;
    -ms-transform: translateX(-650px);
        transform: translateX(-650px);
  }
}

.san-mif-1 .right-shpritz, .san-mif-3 .right-shpritz, .san-mif-5 .right-shpritz, .san-mif-7 .right-shpritz {
  width: 713px;
  pointer-events: none;
  position: absolute;
  top: -190px;
  left: 50%;
  -ms-transform: translateX(180px);
      transform: translateX(180px);
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-1 .right-shpritz, .san-mif-3 .right-shpritz, .san-mif-5 .right-shpritz, .san-mif-7 .right-shpritz {
    top: -190px;
    -ms-transform: translateX(50px);
        transform: translateX(50px);
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-mif-1 .right-shpritz, .san-mif-3 .right-shpritz, .san-mif-5 .right-shpritz, .san-mif-7 .right-shpritz {
    width: 550px;
    -ms-transform: translateX(150px);
        transform: translateX(150px);
  }
}

.san-mif-2-bg {
  background: url(../src/images/common/mif-2-virus-bg.svg) no-repeat;
  background-position: 50% 0;
  padding: 40px 20px;
}

.san-mif-2 .monstr {
  width: 284px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 400px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-2 .monstr {
    width: 170px;
    top: -190px;
    margin-left: 100px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-mif-2 .monstr {
    width: 213px;
    top: -190px;
    margin-left: 185px;
  }
}

.san-mif-3 .monstr {
  width: 497px;
  position: absolute;
  bottom: 10px;
  animation-name: animated-img;
  animation-timing-function: linear;
  animation-duration: 40s;
  animation-iteration-count: infinite;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-3 .monstr {
    width: 300px;
    bottom: -40px;
    animation-duration: 20s;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-mif-3 .monstr {
    width: 370px;
    bottom: -40px;
    animation-duration: 20s;
  }
}

.san-mif-3 .tabletki {
  width: 282px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 400px;
  pointer-events: none;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-3 .tabletki {
    width: 250px;
    top: -40px;
    margin-left: 120px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-mif-3 .tabletki {
    top: -20px;
    margin-left: 200px;
  }
}

.san-mif-4-bg {
  background: url(../src/images/common/mif-4-virus-bg.svg) no-repeat;
  background-position: 70% 0%;
  padding: 40px 20px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-4-bg {
    background: none;
    padding: 10px 20px 150px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-mif-4-bg {
    background: url(../src/images/common/mif-4-virus-bg-960.svg) no-repeat;
    background-position: 60% 10%;
    padding: 40px 20px 100px;
  }
}

.san-mif-4 .child-sleep {
  width: 625px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: 380px;
  pointer-events: none;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-4 .child-sleep {
    bottom: -20px;
    width: 400px;
    margin-left: -100px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-mif-4 .child-sleep {
    width: 408px;
    margin-left: 100px;
  }
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-5-bg {
    padding: 100px 20px 250px;
  }
}

.san-mif-5 .monstr {
  width: 295px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -700px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-5 .monstr {
    width: 254px;
    bottom: -30px;
    margin-left: -280px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-mif-5 .monstr {
    width: 245px;
    top: 100px;
    bottom: auto;
    margin-left: -540px;
  }
}

.san-mif-5 .right-shpritz {
  width: 300px;
  pointer-events: none;
  position: absolute;
  top: 100px;
  left: 50%;
  -ms-transform: translateX(400px);
      transform: translateX(400px);
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-5 .right-shpritz {
    top: auto;
    bottom: -30px;
    width: 200px;
    -ms-transform: translateX(0px);
        transform: translateX(0px);
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-mif-5 .right-shpritz {
    top: 50px;
    width: 300px;
    -ms-transform: translateX(260px);
        transform: translateX(260px);
  }
}

.san-mif-6-bg {
  background: url(../src/images/common/mif-6-virus-bg.svg) no-repeat;
  background-position: 50% 0;
  padding: 40px 20px 80px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-6-bg {
    padding: 10px 20px 220px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-mif-6-bg {
    padding: 40px 20px 140px;
  }
}

.san-mif-6 .man {
  width: 313px;
  pointer-events: none;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -750px;
  animation-name: swing;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-6 .man {
    width: 205px;
    bottom: 0px;
    margin-left: -187px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-mif-6 .man {
    width: 205px;
    bottom: -70px;
    margin-left: -340px;
  }
}

.san-mif-6 .girl {
  width: 300px;
  pointer-events: none;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -ms-transform: translateX(400px);
      transform: translateX(400px);
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-6 .girl {
    width: 138px;
    bottom: 0px;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-mif-6 .girl {
    width: 138px;
    bottom: -90px;
    -ms-transform: translateX(200px);
        transform: translateX(200px);
  }
}

.san-mif-7 .monstr {
  width: 334px;
  pointer-events: none;
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: 400px;
  animation: moveRightLeft 6s infinite alternate;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-7 .monstr {
    width: 160px;
    bottom: -115px;
    margin-left: 100px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-mif-7 .monstr {
    bottom: 0px;
    margin-left: 265px;
  }
}

.san-mif-7 .virus {
  width: 226px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-600px, -50%);
      transform: translate(-600px, -50%);
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-mif-7 .virus {
    display: none;
  }
}

.san-mif-7 .virus2 {
  display: none;
  width: 395px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -ms-transform: translateX(-600px);
      transform: translateX(-600px);
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-7 .virus2 {
    display: none;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-mif-7 .virus2 {
    display: block;
  }
}

.san-mif-text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-text {
    font-size: 16px;
  }
}

.san-mif-text b {
  font-weight: bold;
}

.san-mif-text i {
  font-style: italic !important;
}

.san-mif-text sup {
  font-size: 70%;
  line-height: 1;
}

.waves-bg {
  background: url(../src/images/common/wave-top.png) 50% 0 no-repeat, url(../src/images/common/wave-bottom.png) 50% 100% no-repeat;
}

.sub-title {
  max-width: 640px;
  margin: 0 auto;
  padding: 10px 0 50px;
}

.san-mif-text-content {
  text-align: left;
  padding-top: 20px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-mif-text-content {
    text-align: center;
  }
}

.full-review {
  margin-top: 10px;
  text-align: left;
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .full-review {
    text-align: center;
  }
}

.show-more-btn {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 21px;
  margin-top: 30px;
  text-decoration: none;
}

.show-more-btn:hover {
  color: #ffffff;
}

.show-more-btn .text2 {
  display: none;
}

.virus-bounce {
  animation-name: virus-bounce;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes virus-bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -20px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes animated-img {
  0% {
    transform: scale(1, 1);
    right: -500px;
  }
  49% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(-1, 1);
    right: 100%;
  }
  99% {
    transform: scale(-1, 1);
  }
  100% {
    transform: scale(1, 1);
    right: -500px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  @keyframes animated-img {
    0% {
      transform: scale(1, 1);
      right: -370px;
    }
    49% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(-1, 1);
      right: 100%;
    }
    99% {
      transform: scale(-1, 1);
    }
    100% {
      transform: scale(1, 1);
      right: -370px;
    }
  }
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  @keyframes animated-img {
    0% {
      transform: scale(1, 1);
      right: -300px;
    }
    49% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(-1, 1);
      right: 100%;
    }
    99% {
      transform: scale(-1, 1);
    }
    100% {
      transform: scale(1, 1);
      right: -300px;
    }
  }
}

.virus-scale {
  animation-name: virus-scale;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}

@keyframes virus-scale {
  0%, 100% {
    transform: scale(0.1);
    opacity: .5;
  }
  30%, 80% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes moveRightLeft {
  0% {
    transform: translateX(0px);
  }
  30% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(150px);
  }
  100% {
    transform: translateX(150px);
  }
}

.san-pediatr-bg {
  background: url(../src/images/common/pediatr-virus-bg.svg) no-repeat;
  background-position: 50% 0%;
  padding: 80px 20px 0;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-pediatr-bg {
    padding: 40px 20px 0;
  }
}

.san-pediatr .sub-text {
  max-width: 880px;
  padding: 20px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
}

.san-pediatr-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 50px 0 20px;
}

.san-pediatr-text .pediatr-ava {
  width: 260px;
  margin: 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-pediatr-text .pediatr-ava {
    width: 100%;
    margin: 30px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-order: 1;
        order: 1;
    text-align: left;
  }
}

@media screen and (min-width: 780px) and (max-width: 1199px) {
  .san-pediatr-text .pediatr-ava {
    width: 645px;
    margin: 30px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-order: 1;
        order: 1;
    text-align: left;
  }
}

.san-pediatr-text .pediatr-ava img {
  width: 259px;
  height: 259px;
  border-radius: 50%;
}

@media screen and (min-width: 320px) and (max-width: 1199px) {
  .san-pediatr-text .pediatr-ava img {
    width: 100px;
    height: 100px;
  }
}

.san-pediatr-text .pediatr-ava p {
  font-size: 16px;
  line-height: 120%;
  padding: 20px;
}

.san-pediatr-text .pediatr-ava p b {
  font-weight: bold;
}

.san-pediatr-text .pediatr-text {
  position: relative;
  width: 750px;
  font-size: 25px;
  line-height: 120%;
  color: #000000;
  text-align: left;
  padding-left: 50px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-pediatr-text .pediatr-text {
    font-size: 21px;
    padding-left: 0;
  }
}

.san-pediatr-text .pediatr-text:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  background: url(../src/images/common/quote.svg) no-repeat 0 50%;
  background-size: 100% auto;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-pediatr-text .pediatr-text:before {
    display: none;
  }
}

.san-comics-bg {
  background: url(../src/images/common/pediatr-virus-bg.svg) no-repeat;
  background-position: 50% 0%;
  padding: 60px 20px 30px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-comics-bg {
    padding: 0 0 30px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .san-comics-bg {
    padding: 0 20px 30px;
  }
}

.san-comics .sub-text {
  max-width: 880px;
  padding: 20px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
}

.san-comics-carousel {
  width: 928px;
  margin: 20px auto;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-comics-carousel {
    width: 100%;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .san-comics-carousel {
    width: 800px;
  }
}

.san-comics-carousel .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.san-comics-carousel .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.san-comics-carousel .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.san-comics-carousel .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #FFB435;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
}

.san-comics-carousel .owl-theme .owl-dots .owl-dot.active span, .san-comics-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background: #9AC5CB;
}

.san-comics-carousel .comics__next,
.san-comics-carousel .comics__prev {
  position: absolute;
  width: 42px;
  height: 56px;
  top: 50%;
  -ms-transform: translateY(-80%);
      transform: translateY(-80%);
  cursor: pointer;
  z-index: 2;
}

.san-comics-carousel .comics__next {
  right: -70px;
  background: url(../src/images/common/arrow_next.svg) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-comics-carousel .comics__next {
    display: none;
  }
}

@media screen and (min-width: 580px) and (max-width: 779px) {
  .san-comics-carousel .comics__next {
    right: -50px;
  }
}

.san-comics-carousel .comics__prev {
  left: -70px;
  background: url(../src/images/common/arrow_prev.svg) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-comics-carousel .comics__prev {
    display: none;
  }
}

@media screen and (min-width: 580px) and (max-width: 779px) {
  .san-comics-carousel .comics__prev {
    left: -50px;
  }
}

.san-comics-item {
  width: 100%;
}

.san-comics .comics-note {
  max-width: 928px;
  margin: 20px auto;
  padding: 0 70px 0 15px;
  font-family: "OpenSansRegular","PT Sans",Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-comics .comics-note {
    padding: 0 45px 0 15px;
    width: 300px;
  }
}

@media screen and (min-width: 580px) and (max-width: 759px) {
  .san-comics .comics-note {
    width: 460px;
    padding: 0 100px 0 15px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .san-comics .comics-note {
    width: 600px;
    padding: 0 50px 0 15px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .san-comics .comics-note {
    width: 800px;
    padding: 0 70px 0 15px;
  }
}

.san-comics .comics-note._active {
  display: block;
}

.san-comics .comics-note ol {
  list-style-type: decimal;
}

.san-comics .comics-note ol li {
  margin: 5px 0;
}

.san-comics .comics-note ol li a {
  color: #000000;
  text-decoration: underline;
}

.san-test {
  width: 630px;
  margin: 0 auto;
  padding: 30px 20px;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .san-test {
    width: 100%;
  }
}

.san-test ._answer-title {
  text-align: center;
  margin: 20px 0;
}

.san-test ._answers-item {
  max-width: 590px;
  margin: 0 auto;
}

.san-test ._answers-item .success, .san-test ._answers-item .failure {
  display: none;
}

.san-test ._answers-item .success p, .san-test ._answers-item .failure p {
  text-align: left;
  padding: 0 0 20px;
  font-size: 16px;
  word-wrap: break-word;
}

.san-test ._answers-item ._checkbox {
  padding: 0 0 10px;
}

.san-test ._answers-item sup {
  font-size: 70%;
  line-height: 1;
}

.san-test ._answers-item i {
  font-style: italic;
}

.san-test ._answers-item ._checkbox input[type=radio] {
  display: none;
}

.san-test ._answers-item ._checkbox label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  min-height: 60px;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .san-test ._answers-item ._checkbox label {
    min-height: auto;
    padding: 10px 15px;
    text-align: center;
  }
}

.san-test ._answers-item input:checked + label {
  opacity: 0.63;
}

.san-test ._answers-item label.checked,
.san-test ._answers-item input#answer1:checked + label,
.san-test ._answers-item input#answer4:checked + label,
.san-test ._answers-item input#answer8:checked + label,
.san-test ._answers-item input#answer12:checked + label,
.san-test ._answers-item input#answer15:checked + label,
.san-test ._answers-item input#answer17:checked + label,
.san-test ._answers-item input#answer21:checked + label,
.san-test ._answers-item input#answer23:checked + label,
.san-test ._answers-item input#answer25:checked + label,
.san-test ._answers-item input#answer29:checked + label {
  background: #73AF00;
  color: #FFFFFF;
  opacity: 1;
}

.san-test ._result-item {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 30px;
}

.san-test ._answers-next {
  padding: 10px 0 20px;
  text-align: center;
}

.san-test ._answers-next ._next-btn-hold {
  display: block;
  background: #4EB5D4;
  border-radius: 5px;
  height: 65px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 20px;
  opacity: .8;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-test ._answers-next ._next-btn-hold {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 25px;
  }
}

.san-test ._answers-next ._next-btn, .san-test ._answers-next .choose-answer {
  display: block;
  background: #4EB5D4;
  border-radius: 5px;
  height: 65px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 20px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-test ._answers-next ._next-btn, .san-test ._answers-next .choose-answer {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 25px;
  }
}

.san-video-bg {
  background: url(../src/images/common/pediatr-virus-bg.svg) no-repeat;
  background-position: 50% 0%;
  padding: 80px 20px 20px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-video-bg {
    padding: 40px 20px 0;
  }
}

.san-video h1 {
  text-align: center;
}

.san-video p {
  text-align: left;
  max-width: 640px;
  font-weight: 300;
  margin: 20px auto;
  font-size: 18px;
}

.san-video .blog-masha {
  position: absolute;
  top: -50px;
  left: calc(50% + 350px);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-video .blog-masha {
    top: auto;
    left: auto;
    display: block;
    position: relative;
    margin: 0 auto 50px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1199px) {
  .san-video .blog-masha {
    top: auto;
    left: auto;
    display: block;
    position: relative;
    margin: 0 auto 50px;
  }
}

.san-video .masha {
  pointer-events: none;
  position: absolute;
  bottom: -90px;
  left: calc(50% - 770px);
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .san-video .masha {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .san-video .masha {
    bottom: -81px;
    left: calc(50% - 696px);
  }
}

.san-video .buble-masha {
  display: block;
  margin: 30px auto 50px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .san-video .buble-masha {
    position: relative;
    max-width: 400px;
    left: calc(50% - 50%);
    margin-left: -85px;
  }
}

@media screen and (min-width: 375px) and (max-width: 426px) {
  .san-video .buble-masha {
    position: relative;
    max-width: 500px;
    left: calc(50% - 50%);
    margin-left: -100px;
  }
}

.san-video .bubble-text {
  text-align: center;
  font-size: 21px;
  max-width: 365px;
  margin: 130px auto 150px;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}

.san-video .buble-masha + p {
  text-align: center;
  max-width: 535px;
  font-weight: 300;
  margin: 0 auto 20px;
  font-size: 18px;
}

.san-video .btn {
  background: #4EB5D4;
  border-radius: 50px;
  color: #fff;
  width: 198px;
  height: 42px;
  line-height: 42px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}

.san-video-wrap {
  max-width: 910px;
  margin: 0 auto;
  padding: 50px 0;
}

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

.san-video .youtube-wrap.soon {
  background: #4EB5D4;
}

.san-video .youtube-wrap.soon:before {
  position: absolute;
  content: "";
  width: 206px;
  height: 172px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: url(../src/images/common/video-soon.svg) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-video .youtube-wrap.soon:before {
    width: 120px;
    height: 100px;
  }
}

.san-video .youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.san-video .sub-text {
  max-width: 880px;
  padding: 20px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
}

.san-fact {
  margin-bottom: -1px;
  /*fix*/
}

.san-fact-bg {
  background: url(../src/images/common/fact-virus-bg.svg) repeat-y;
  background-position: 50% 50%;
  padding: 80px 20px;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-fact-bg {
    padding: 80px 20px;
  }
}

.san-fact-wrap {
  padding: 30px 0;
}

.san-fact-wrap h1 {
  text-align: center;
}

.san-fact-wrap p {
  max-width: 740px;
  margin: 20px auto 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
}

@media screen and (min-width: 320px) and (max-width: 779px) {
  .san-fact-wrap p {
    max-width: 600px;
  }
}

.san-fact-wrap p sup {
  font-size: 70%;
  line-height: 1;
}

.san-fact .virus {
  position: absolute;
  top: 1645px;
  left: 50%;
  -ms-transform: translateX(-950px);
      transform: translateX(-950px);
}

.san-fact .virus2 {
  position: absolute;
  top: 200px;
  left: 50%;
  -ms-transform: translateX(450px);
      transform: translateX(450px);
}

.san-fact-items .chapter {
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: #4EB5D4;
}

.san-fact-item {
  position: relative;
  max-width: 600px;
  padding: 30px 35px;
  background: #FFE7BE;
  border-radius: 5px;
  text-align: center;
  margin: 25px 0 50px;
  left: 50%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-fact-item {
    left: auto;
    margin: 15px 0;
    padding: 20px 25px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .san-fact-item {
    left: auto;
    margin: 25px auto;
  }
}

.san-fact-item sup {
  font-size: 70%;
  line-height: 1;
}

.san-fact-item.blue-bg {
  background: #C8F2FF;
}

.san-fact-item.item-1 {
  -ms-transform: rotate(-2.35deg) translateX(-200px);
      transform: rotate(-2.35deg) translateX(-200px);
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-1 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
  }
}

.san-fact-item.item-2 {
  -ms-transform: rotate(4.7deg) translateX(-450px);
      transform: rotate(4.7deg) translateX(-450px);
  margin: 25px 0 25px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-2 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-3 {
  -ms-transform: translateX(-50%) translateX(80px);
      transform: translateX(-50%) translateX(80px);
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-3 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-4 {
  -ms-transform: translateX(-300px) translateX(-100px);
      transform: translateX(-300px) translateX(-100px);
  margin: 25px 0 0;
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-4 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-5 {
  -ms-transform: rotate(-2.35deg) translateX(-200px);
      transform: rotate(-2.35deg) translateX(-200px);
  margin: -25px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-5 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-6 {
  -ms-transform: rotate(-0.92deg) translateX(-450px);
      transform: rotate(-0.92deg) translateX(-450px);
  margin: -10px 0 70px;
  z-index: 1;
  /*@media screen and (min-width: 760px) and (max-width: 959px) {
					transform: rotate(-0.92deg) translateX(-400px);
				}*/
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-6 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-7 {
  -ms-transform: rotate(4.38deg) translateX(-200px);
      transform: rotate(4.38deg) translateX(-200px);
  margin: 25px 0 0;
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-7 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-8 {
  -ms-transform: rotate(4.7deg) translateX(-170px);
      transform: rotate(4.7deg) translateX(-170px);
  margin: 70px 0 25px;
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-8 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-9 {
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-9 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-10 {
  -ms-transform: rotate(4.7deg) translateX(-450px);
      transform: rotate(4.7deg) translateX(-450px);
  margin: 60px 0 25px;
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-10 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-11 {
  -ms-transform: rotate(4.38deg) translateX(-200px);
      transform: rotate(4.38deg) translateX(-200px);
  margin: 25px 0;
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-11 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-12 {
  -ms-transform: translateX(-230px);
      transform: translateX(-230px);
  margin: -50px 0 50px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-12 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-13 {
  -ms-transform: rotate(4.7deg) translateX(-450px);
      transform: rotate(4.7deg) translateX(-450px);
  margin: 40px 0 25px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-13 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-14 {
  -ms-transform: rotate(-2.35deg) translateX(-200px);
      transform: rotate(-2.35deg) translateX(-200px);
  margin: -25px 0 25px;
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-14 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-15 {
  -ms-transform: rotate(4.38deg) translateX(-410px);
      transform: rotate(4.38deg) translateX(-410px);
  margin: -40px 0 0;
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-15 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-16 {
  -ms-transform: rotate(-11deg) translateX(-200px);
      transform: rotate(-11deg) translateX(-200px);
  margin: -5px 0 115px;
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-16 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-17 {
  -ms-transform: rotate(4.7deg) translateX(-450px);
      transform: rotate(4.7deg) translateX(-450px);
  margin: 60px 0 0;
  z-index: 1;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-17 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-18 {
  -ms-transform: translateX(-200px);
      transform: translateX(-200px);
  margin: -25px 0 25px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-18 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-fact-item.item-19 {
  -ms-transform: rotate(-2.35deg) translateX(-250px);
      transform: rotate(-2.35deg) translateX(-250px);
  margin: 25px 0 0;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-fact-item.item-19 {
    -ms-transform: rotate(0deg) translateX(0px);
        transform: rotate(0deg) translateX(0px);
    margin: 25px auto;
  }
}

.san-calendar {
  background: #C8F2FF url(../src/images/common/calendar-bg.svg) repeat-y;
  background-position: 50% 100px;
  padding: 0;
}

.san-calendar .waves-bg {
  background: url(../src/images/common/wave-bottom.svg) 50% 100% no-repeat;
  padding-bottom: 160px;
}

.san-calendar .masha-2 {
  width: 390px;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 700px);
}

.san-calendar h1 {
  text-align: center;
}

.san-calendar-wrap {
  width: 685px;
  background: #B1E8F9;
  border-radius: 50px;
  margin: 60px auto 30px;
  padding: 50px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-wrap {
    width: 100%;
    padding: 30px 20px;
    border-radius: 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 699px) {
  .san-calendar-wrap {
    width: 100%;
    padding: 40px;
  }
}

.san-calendar-wrap:nth-child(2) {
  margin: 0 auto 30px;
}

.san-calendar-wrap h2 {
  text-align: center;
  padding: 0 0 15px;
}

.san-calendar-wrap .child-menu {
  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;
  margin-bottom: 20px;
}

.san-calendar-wrap .child-menu-item {
  color: #fff;
  border-radius: 50px;
  margin: 0 20px 20px;
  font-size: 40px;
  line-height: 110%;
  font-family: "AmaticBold","PT Sans",Arial,sans-serif;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-wrap .child-menu-item {
    font-size: 28px;
    margin: 0 10px 10px;
  }
}

@media screen and (min-width: 580px) and (max-width: 699px) {
  .san-calendar-wrap .child-menu-item {
    font-size: 30px;
  }
}

.san-calendar-wrap .child-menu-item.active {
  padding: 15px 40px;
  color: #FAB857;
  background: #FFFFFF;
  box-shadow: 0px 14px 22px -9px #97D1E3;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-wrap .child-menu-item.active {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 699px) {
  .san-calendar-wrap .child-menu-item.active {
    padding: 10px 30px;
  }
}

.san-calendar-wrap .actions {
  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: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-wrap .actions {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.san-calendar-wrap .actions .filter {
  font-size: 12px;
}

.san-calendar-wrap .actions .filter a {
  color: #fff;
  padding: 0 5px 2px 5px;
  border-radius: 8px;
}

.san-calendar-wrap .actions .filter a:first-child {
  color: #2279BE;
  padding: 0 0 0 0;
}

.san-calendar-wrap .actions.actions2 {
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 15px 0 10px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-wrap .actions.actions2 {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.san-calendar-wrap .actions .__btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
  background: #93D9EE;
  border-radius: 20px;
  margin: 5px 0;
  font-family: "OpenSansBold","PT Sans",Arial,sans-serif;
  font-style: normal;
  font-weight: bold;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-wrap .actions .__btn {
    margin: 20px 0;
  }
}

.san-calendar-wrap .create-calendar {
  display: inline-block;
  padding: 25px 40px;
  background: #4EB5D4;
  border: 5px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 14px 22px -9px #97D1E3;
  border-radius: 50px;
  font-size: 20px;
  font-family: "OpenSansBold","PT Sans",Arial,sans-serif;
  color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-wrap .create-calendar {
    padding: 15px 20px;
    border: 3px solid #FFFFFF;
    font-size: 18px;
  }
}

.san-calendar-wrap .open-calendar {
  display: inline-block;
  padding: 25px 30px;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 20px;
  font-family: "OpenSansBold","PT Sans",Arial,sans-serif;
  color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-wrap .open-calendar {
    padding: 15px 20px;
    font-size: 18px;
  }
}

.san-calendar-wrap .delete-calendar {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  padding: 0 20px;
  background: #93D9EE;
  border-radius: 21px;
  font-family: "OpenSansBold","PT Sans",Arial,sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-wrap .delete-calendar {
    font-size: 18px;
  }
}

.san-calendar-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column-reverse nowrap;
      flex-flow: column-reverse nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.san-calendar-container .item {
  width: 100%;
  position: relative;
}

.san-calendar-container .item .date {
  position: absolute;
  left: 7px;
  top: 6px;
  background: #fff;
  font-family: "OpenSansRegular","PT Sans",Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  color: #000000;
  padding: 1px 4px;
  border-radius: 6px;
  z-index: 1;
}

.san-calendar-container .checkbox-wrap {
  width: 585px;
  position: relative;
  min-height: 36px;
  padding: 18px 70px 18px 66px;
  margin: 15px auto 0;
  background: #4EB5D4;
  border-radius: 10px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-container .checkbox-wrap {
    width: 100%;
    padding: 17px 7px 50px 60px;
  }
}

@media screen and (min-width: 580px) and (max-width: 699px) {
  .san-calendar-container .checkbox-wrap {
    width: 500px;
    padding: 17px 50px 17px 60px;
  }
}

.san-calendar-container .checkbox-wrap input[type=checkbox] {
  display: none;
}

.san-calendar-container .checkbox-wrap .user-check {
  width: 34px;
  height: 34px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 17px;
  left: 17px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-container .checkbox-wrap .user-check {
    width: 26px;
    height: 26px;
  }
}

@media screen and (min-width: 580px) and (max-width: 699px) {
  .san-calendar-container .checkbox-wrap .user-check {
    width: 29px;
    height: 29px;
  }
}

.san-calendar-container .checkbox-wrap .user-check:before {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 5px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-container .checkbox-wrap .user-check:before {
    width: 26px;
    height: 26px;
  }
}

@media screen and (min-width: 580px) and (max-width: 699px) {
  .san-calendar-container .checkbox-wrap .user-check:before {
    width: 29px;
    height: 29px;
  }
}

.san-calendar-container .checkbox-wrap input[type=checkbox]:checked + .user-check:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 6px;
  top: 10px;
  left: 8px;
  border: 3px solid #4EB5D4;
  border-top: none;
  border-right: none;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-container .checkbox-wrap input[type=checkbox]:checked + .user-check:after {
    width: 15px;
    height: 6px;
    top: 6px;
    left: 4px;
  }
}

@media screen and (min-width: 580px) and (max-width: 699px) {
  .san-calendar-container .checkbox-wrap input[type=checkbox]:checked + .user-check:after {
    width: 15px;
    height: 6px;
    top: 8px;
    left: 6px;
  }
}

.san-calendar-container .checkbox-wrap.skip {
  background: #D4564E;
}

.san-calendar-container .checkbox-wrap.done {
  background: #00D890;
}

.san-calendar-container .checkbox-wrap.done + .description ._notes {
  display: block;
}

.san-calendar-container .checkbox-wrap.closed {
  background: #00D890;
}

.san-calendar-container .checkbox-wrap.closed .user-check {
  pointer-events: none;
}

.san-calendar-container .checkbox-wrap.closed + .description ._notes {
  display: block;
}

.san-calendar-container .vaccination {
  color: #fff;
  font-style: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.san-calendar-container .vaccination._long .vaccination-description {
  width: 100%;
  padding-right: 10px;
}

.san-calendar-container .vaccination._long .vaccination-icon {
  margin-top: 10px;
}

.san-calendar-container .vaccination._short .vaccination-description {
  width: 180px;
}

.san-calendar-container .vaccination-description {
  width: 340px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-container .vaccination-description {
    width: 185px;
  }
}

@media screen and (min-width: 580px) and (max-width: 699px) {
  .san-calendar-container .vaccination-description {
    width: 280px;
  }
}

.san-calendar-container .vaccination-description h3 {
  font-weight: bold;
  font-size: 20px;
  padding: 0;
  margin: 0;
  line-height: 100%;
  font-family: "OpenSansBold","PT Sans",Arial,sans-serif;
}

@media screen and (min-width: 320px) and (max-width: 699px) {
  .san-calendar-container .vaccination-description h3 {
    font-size: 16px;
  }
}

.san-calendar-container .vaccination-description p {
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.san-calendar-container .vaccination-icon {
  margin-top: 2px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .san-calendar-container .vaccination-icon {
    margin-top: 10px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .san-calendar-container .vaccination-icon {
    margin-top: 2px;
  }
}

.san-calendar-container .vaccination-icon i {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  font-size: 20px;
  display: inline-block;
  padding: 5px 6px;
  margin: 0 10px 0 0;
  font-family: "OpenSansBold","PT Sans",Arial,sans-serif;
}

@media screen and (min-width: 320px) and (max-width: 699px) {
  .san-calendar-container .vaccination-icon i {
    font-size: 14px;
    padding: 4px 6px 3px;
    margin: 0 7px 0 0;
  }
}

.san-calendar-container .vaccination-icon li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 10px;
  font-size: 12px;
  font-style: italic;
  line-height: 100%;
}

.san-calendar-container .vaccination-icon li i {
  font-size: 12px;
  white-space: nowrap;
}

.san-calendar-container .shevron {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  border-radius: 0 10px 10px 0;
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-container .shevron {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    border-radius: 0 0 10px 10px;
  }
}

@media screen and (min-width: 580px) and (max-width: 699px) {
  .san-calendar-container .shevron {
    width: 50px;
  }
}

.san-calendar-container .shevron:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  -ms-transform: translate(-50%, -65%) rotate(-45deg);
  transform: translate(-50%, -65%) rotate(-45deg);
}

.san-calendar-container .description {
  padding: 30px 25px 25px;
  margin: -10px 0 15px 0;
  font-family: "OpenSansRegular","PT Sans",Arial,sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 130%;
  color: #000000;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.san-calendar-container .description ._notes {
  padding: 10px 0 0 0;
  display: none;
}

.san-calendar-container .description ._notes span {
  padding: 0 10px 0 0;
  font-family: 'OpenSansBoldItalic';
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-container .description ._notes input {
    margin: 10px 0 0 0;
  }
}

.san-calendar-container .description ._notes p {
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
  border-top: 1px solid #B1E8F9;
  font-family: 'OpenSansRegularItalic';
}

.san-calendar-form {
  /* Firefox 19+ */
  /* Firefox 18- */
}

.san-calendar-form input:-webkit-autofill,
.san-calendar-form input:-webkit-autofill:focus,
.san-calendar-form input:-webkit-autofill:hover,
.san-calendar-form input:-webkit-autofill:active,
.san-calendar-form select:-webkit-autofill,
.san-calendar-form textarea:-webkit-autofill {
  background: #ffffff !important;
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

.san-calendar-form ::-webkit-input-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

.san-calendar-form ::-moz-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

.san-calendar-form :-moz-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

.san-calendar-form :-ms-input-placeholder {
  color: rgba(50, 50, 50, 0.23);
  text-align: right;
}

.san-calendar-form label {
  display: block;
  vertical-align: middle;
  font-family: "OpenSansBold","PT Sans",Arial,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 10px;
}

.san-calendar-form input {
  width: 100%;
  height: 70px;
  padding: 0 17px 0 28px;
  background-color: #fff !important;
  border: none;
  outline: 0;
  border-radius: 10px;
  font-family: "OpenSansRegular","PT Sans",Arial,sans-serif;
  font-size: 20px;
}

.san-calendar-form input._success {
  box-shadow: inset 0px 0px 5px 0px rgba(110, 199, 43, 0.75);
}

.san-calendar-form input.error, .san-calendar-form input._error {
  box-shadow: inset 0px 0px 5px 0px rgba(255, 6, 19, 0.75);
}

.san-calendar-form-field {
  width: 100%;
  margin: 0 0 30px 0;
  position: relative;
}

.san-calendar-form-field .select {
  position: relative;
  display: inline-block;
  margin: 0 0 0 0;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.san-calendar-form-field .select .placeholder {
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 1;
  padding: 25px 70px 10px 28px;
  cursor: pointer;
  font-size: 20px;
  height: 70px;
  border-radius: 10px;
}

.san-calendar-form-field .select .placeholder:hover {
  background: #fff;
}

.san-calendar-form-field .select .placeholder:after {
  position: absolute;
  right: 30px;
  width: 18px;
  height: 18px;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
  top: 50%;
  -ms-transform: translateY(-70%) rotate(-45deg);
      transform: translateY(-70%) rotate(-45deg);
  content: "";
  z-index: 10;
}

.san-calendar-form-field .select .placeholder:before {
  position: absolute;
  content: "";
  width: 70px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
}

.san-calendar-form-field .select.is-open .placeholder:after {
  -ms-transform: translateY(-10%) rotate(135deg);
      transform: translateY(-10%) rotate(135deg);
}

.san-calendar-form-field .select.is-open ul {
  display: block;
}

.san-calendar-form-field .select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  background: #fff;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  border: 1px solid #B1E8F9;
  border-radius: 0 0 10px 10px;
  z-index: 100;
  height: 300px;
}

.san-calendar-form-field .select ul li {
  display: block;
  text-align: left;
  padding: 14px 12px 14px 26px;
  cursor: pointer;
}

.san-calendar-form-field .select ul li:hover {
  background: #C8F2FF;
}

.san-calendar-form-checkbox {
  margin: 20px 0 15px 0;
}

.san-calendar-form-checkbox input[type=checkbox] {
  display: none;
}

.san-calendar-form-checkbox .__user-check {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin: 0 0 15px 0;
  font-family: "OpenSansRegular","PT Sans",Arial,sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.san-calendar-form-checkbox .__user-check:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  left: 0;
  top: 0px;
  border-radius: 5px;
  background: #4EB5D4;
}

.san-calendar-form-checkbox .__user-check.error:before {
  box-shadow: inset 0px 0px 5px 0px rgba(255, 6, 19, 0.75);
}

.san-calendar-form-checkbox input[type=checkbox]:checked + .__user-check:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 5px;
  top: 7px;
  left: 7px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.san-calendar-form-btn {
  text-align: center;
  margin-bottom: -90px;
}

@media screen and (max-width: 959px) {
  .san-calendar-form-btn {
    margin-bottom: 0;
  }
}

.san-calendar-form-radio-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .san-calendar-form-radio-row {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .san-calendar-form-radio-row {
    margin: 8px 0 0 0;
  }
}

.san-calendar-form-radio-row input[type=radio] {
  display: none;
}

.san-calendar-form-radio-row .input-wrapper {
  margin-right: 10px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .san-calendar-form-radio-row .input-wrapper {
    margin-right: 0;
  }
}

.san-calendar-form-radio-row .input-wrapper:last-child {
  margin-right: 0;
}

.san-calendar-form-radio-row .radio {
  font-family: "OpenSansRegular","PT Sans",Arial,sans-serif;
  font-weight: 300;
  font-size: 20px;
  display: block;
  padding: 10px 13px;
  background-color: #fff;
  border-radius: 5px;
  color: #ccc;
  width: auto;
  cursor: pointer;
  margin: 0;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .san-calendar-form-radio-row .radio {
    padding: 12px 8px;
    font-size: 15px;
  }
}

.san-calendar-form-radio-row input[type=radio]:checked + .radio {
  background-color: #4EB5D4;
  color: white;
}

.san-calendar-message {
  padding: 50px 0 0;
  max-width: 460px;
  margin: 30px auto;
  border: 1px dashed #4EB5D4;
  box-sizing: border-box;
  border-radius: 15px;
}

.san-calendar-message p {
  padding: 30px 80px 70px;
  font-size: 18px;
  line-height: 130%;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-message p {
    padding: 20px 30px 70px;
  }
}

.san-calendar-message p a {
  color: #000;
  text-decoration: underline;
}

.san-calendar-disclaimer {
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  margin: 30px auto 30px;
}

.san-calendar-disclaimer h5 {
  font-family: 'OpenSansBoldItalic';
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .san-calendar-disclaimer h5 {
    margin-top: 10px;
  }
}

.san-calendar-disclaimer p {
  font-family: 'OpenSansRegularItalic';
  padding: 5px 0 20px;
}