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

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

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

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

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

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

.upc {
  text-transform: uppercase;
}

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

sub {
  font-size: 70%;
  line-height: 0;
}

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

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

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

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

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

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

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

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

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

/* ====================== 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;
}

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

.red-text {
  color: #C00027;
}

.red-svg {
  fill: #C00027;
}

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

.gray-text {
  color: #636363;
}

.gray-svg {
  fill: #636363;
}

.gray-light-bg {
  background-color: #fafafa;
}

.gray-light-text {
  color: #fafafa;
}

.gray-light-svg {
  fill: #fafafa;
}

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

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

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

.green2-bg {
  background-color: #00b0af;
}

.green2-text {
  color: #00b0af;
}

.green2-svg {
  fill: #00b0af;
}

.green-light-bg {
  background-color: #c8eae9;
}

.green-light-text {
  color: #c8eae9;
}

.green-light-svg {
  fill: #c8eae9;
}

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

.green-dark-text {
  color: #00a4a8;
}

.green-dark-svg {
  fill: #00a4a8;
}

.blue-bg {
  background-color: #1474A4;
}

.blue-text {
  color: #1474A4;
}

.blue-svg {
  fill: #1474A4;
}

.blue-light-bg {
  background-color: #E7F1F6;
}

.blue-light-text {
  color: #E7F1F6;
}

.blue-light-svg {
  fill: #E7F1F6;
}

.phi-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 =================== */
.phi-main {
  background: #ffffff;
  color: #000000;
  overflow: hidden;
  font-size: 15px;
  line-height: 120%;
}

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

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

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

.phi-main .__btn {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  padding: 16px 30px;
  background: linear-gradient(270deg, #1473A3 0%, rgba(20, 115, 163, 0) 100%), #1D4C84;
  border-radius: 100px;
  margin: 30px 0 0;
}

@media screen and (max-width: 959px) {
  .phi-main .__btn {
    margin: 20px 0 0;
  }
}

.phi-header {
  position: relative;
  color: #000000;
  background-color: #E7F1F6;
}

.phi-header__in {
  background: url(../src/images/common/bg-circle.svg) no-repeat 50% -80px;
  width: 630px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .phi-header__in {
    background: url(../src/images/common/bg-circle.svg) no-repeat 50% 0;
    width: 100%;
    padding: 0 20px;
  }
}

.phi-header__in h1 {
  margin-top: 50px;
}

.phi-header__in h2 {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0;
}

.phi-header__in .logo {
  position: relative;
}

.phi-header p {
  max-width: 510px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 120%;
}

.phi-header p.note {
  font-size: 12px;
  line-height: 120%;
  font-family: "OpenSansItalic","PT Sans",Arial,sans-serif;
  color: rgba(20, 116, 164, 0.5);
  padding: 20px 0;
  /*&.desc {
					@media screen and (max-width: 959px) {
						display:none;
					}
				}
				&.mob {
					display:none;
					@media screen and (max-width: 959px) {
						display:block;
					}
				}*/
}

.phi-header .woman {
  bottom: -43px;
  left: calc(50% - 730px);
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 959px) {
  .phi-header .woman {
    display: none;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-header .woman {
    width: 300px;
    left: calc(50% - 590px);
    bottom: -31px;
  }
}

.phi-header .decor {
  position: absolute;
  width: 580px;
}

.phi-header .decor.bg-circle {
  top: -165px;
  left: calc(50% - 570px);
  -ms-transform: rotate(2.94deg);
      transform: rotate(2.94deg);
}

.phi-header .decor.bg-circle2 {
  bottom: -165px;
  left: calc(50% + 450px);
  -ms-transform: rotate(176.04deg);
      transform: rotate(176.04deg);
}

.phi-header .promo {
  position: absolute;
  top: 50px;
  left: calc(50% + 444px);
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 120px;
  border-radius: 50% 50% 30px 30px;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .phi-header .promo {
    position: relative;
    top: unset;
    left: unset;
    margin: 0 auto;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-header .promo {
    top: 80px;
    left: calc(50% + 340px);
  }
}

.phi-header .promo .promo-img {
  border-radius: 50%;
}

.phi-header .promo .promo-img img {
  z-index: 3;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 42px);
  top: 0;
}

.phi-header .promo .promo-img .widget-shape {
  width: 84px;
  height: 84px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
  animation: animation_blink 1.2s infinite ease-in-out;
}

.phi-header .promo i {
  font-size: 12px;
  line-height: 120%;
  color: #1474A4;
  padding: 10px 0;
}

.phi-header .dust-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
}

.phi-header .dust-wrap .dust {
  position: absolute;
  border-radius: 50%;
  z-index: 4;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .phi-header .dust-wrap .dust {
    position: relative;
    top: unset !important;
    left: unset !important;
  }
}

.phi-header .dust-wrap .dust:hover:before {
  position: absolute;
  content: url(../src/images/common/lupa.svg);
  top: 50%;
  left: 50%;
  -ms-transform: translate(-60%, -33%);
      transform: translate(-60%, -33%);
}

@media screen and (max-width: 767px) {
  .phi-header .dust-wrap .dust:hover:before {
    display: none;
  }
}

.phi-header .dust-wrap .dust-1 {
  top: -20px;
  left: calc(50% - 640px);
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .phi-header .dust-wrap .dust-1 {
    top: 15px;
    left: calc(50% - 330px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-header .dust-wrap .dust-1 {
    left: calc(50% - 430px);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-header .dust-wrap .dust-1 {
    left: calc(50% - 530px);
  }
}

.phi-header .dust-wrap .dust-2 {
  top: 70px;
  left: calc(50% - 700px);
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .phi-header .dust-wrap .dust-2 {
    top: 365px;
    left: calc(50% - 340px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-header .dust-wrap .dust-2 {
    top: 330px;
    left: calc(50% - 350px);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-header .dust-wrap .dust-2 {
    top: 380px;
    left: calc(50% - 300px);
  }
}

.phi-header .dust-wrap .dust-3 {
  top: 110px;
  left: calc(50% - 425px);
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .phi-header .dust-wrap .dust-3 {
    top: 20px;
    left: calc(50% - 200px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-header .dust-wrap .dust-3 {
    top: 100px;
    left: calc(50% - 430px);
  }
}

.phi-header .dust-wrap .dust-4 {
  top: 130px;
  left: calc(50% - 340px);
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .phi-header .dust-wrap .dust-4 {
    top: 100px;
    left: calc(50% - 300px);
  }
}

.phi-header .dust-wrap .dust-5 {
  top: 260px;
  left: calc(50% - 375px);
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .phi-header .dust-wrap .dust-5 {
    top: 280px;
    left: calc(50% - 330px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-header .dust-wrap .dust-5 {
    top: 200px;
  }
}

.phi-header .dust-wrap .dust-6 {
  top: 230px;
  left: calc(50% - 300px);
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-header .dust-wrap .dust-6 {
    left: calc(50% - 300px);
  }
}

.phi-header .dust-wrap .dust-7 {
  top: 70px;
  left: calc(50% + 320px);
}

@media screen and (max-width: 767px) {
  .phi-header .dust-wrap .dust-7 {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .phi-header .dust-wrap .dust-7 {
    display: none;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-header .dust-wrap .dust-7 {
    top: 40px;
    left: calc(50% + 250px);
  }
}

.phi-header .dust-wrap .dust-8 {
  top: 90px;
  left: calc(50% + 620px);
}

@media screen and (max-width: 959px) {
  .phi-header .dust-wrap .dust-8 {
    display: none;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-header .dust-wrap .dust-8 {
    top: 20px;
    left: calc(50% + 400px);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-header .dust-wrap .dust-8 {
    top: 20px;
  }
}

.phi-header .dust-wrap .dust-9 {
  top: 50px;
  left: calc(50% + 650px);
}

@media screen and (max-width: 959px) {
  .phi-header .dust-wrap .dust-9 {
    display: none;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-header .dust-wrap .dust-9 {
    top: 20px;
    left: calc(50% + 350px);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-header .dust-wrap .dust-9 {
    left: calc(50% + 300px);
  }
}

.phi-header .dust-wrap .dust-10 {
  top: 280px;
  left: calc(50% + 520px);
}

@media screen and (max-width: 959px) {
  .phi-header .dust-wrap .dust-10 {
    display: none;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-header .dust-wrap .dust-10 {
    top: 380px;
    left: calc(50% + 300px);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-header .dust-wrap .dust-10 {
    left: calc(50% + 300px);
  }
}

.phi-header .dust-wrap .dust-11 {
  top: 300px;
  left: calc(50% + 550px);
}

@media screen and (max-width: 959px) {
  .phi-header .dust-wrap .dust-11 {
    display: none;
  }
}

@media screen and (min-width: 960px) and (max-width: 1439px) {
  .phi-header .dust-wrap .dust-11 {
    display: none;
  }
}

.phi-header .dust-wrap .dust-12 {
  top: 180px;
  width: 150px;
  left: calc(50% + 600px);
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .phi-header .dust-wrap .dust-12 {
    top: 365px;
    width: 90px;
    left: calc(50% + 275px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-header .dust-wrap .dust-12 {
    top: 360px;
    width: 90px;
    left: calc(50% + 380px);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-header .dust-wrap .dust-12 {
    left: calc(50% + 435px);
  }
}

.phi-header .dust-wrap .dust-13 {
  top: 300px;
  left: calc(50% + 400px);
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .phi-header .dust-wrap .dust-13 {
    top: 80px;
    left: calc(50% + 250px);
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-header .dust-wrap .dust-13 {
    top: 300px;
    left: calc(50% + 360px);
  }
}

.phi-header .dust-wrap .dust-13:after {
  position: absolute;
  content: url(../src/images/common/hover.svg);
  top: 0;
  left: 0;
  -ms-transform: translate(-110px, -45px);
      transform: translate(-110px, -45px);
}

@media screen and (max-width: 767px) {
  .phi-header .dust-wrap .dust-13:after {
    display: none;
  }
}

.phi-header .dust-wrap .dust-14 {
  top: 400px;
  left: calc(50% + 500px);
}

@media screen and (max-width: 959px) {
  .phi-header .dust-wrap .dust-14 {
    display: none;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-header .dust-wrap .dust-14 {
    top: 440px;
    left: calc(50% + 270px);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-header .dust-wrap .dust-14 {
    top: 400px;
    left: calc(50% + 450px);
  }
}

.phi-header .dust-wrap .dust-15 {
  top: 400px;
  left: calc(50% + 300px);
}

@media screen and (max-width: 767px) {
  .phi-header .dust-wrap .dust-15 {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .phi-header .dust-wrap .dust-15 {
    top: 230px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-header .dust-wrap .dust-15 {
    left: calc(50% + 200px);
  }
}

.phi-header .dust-wrap .dust .bubble {
  position: absolute;
  top: 100%;
  left: 50%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 15px 17px;
  text-align: center;
  animation: scale-rev .2s forwards;
  -ms-transform: scale(0) translateX(-50%);
      transform: scale(0) translateX(-50%);
  -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
}

@media screen and (max-width: 767px) {
  .phi-header .dust-wrap .dust .bubble {
    position: relative;
    top: unset;
    left: unset;
    animation: none;
    -ms-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
    margin: 10px;
  }
}

.phi-header .dust-wrap .dust .bubble:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #fff transparent;
  top: -8px;
  left: 50%;
  margin-left: -8px;
}

.phi-header .dust-wrap .dust .bubble p {
  white-space: nowrap;
  font-size: 12px;
  line-height: 120%;
  color: #1474A4;
  font-family: "OpenSansBold";
}

.phi-header .dust-wrap .dust .bubble span {
  font-size: 12px;
  line-height: 120%;
  color: #979797;
  font-family: "OpenSansItalic";
  white-space: nowrap;
}

.phi-header .dust-wrap .dust.show-bubble {
  z-index: 5;
}

.phi-header .dust-wrap .dust.show-bubble .bubble {
  animation: scale .2s forwards;
}

@keyframes scale {
  0% {
    transform: scale(0) translateX(-50%);
  }
  100% {
    transform: scale(1) translateX(-50%);
  }
}

@keyframes scale-rev {
  0% {
    transform: scale(1) translateX(-50%);
  }
  100% {
    transform: scale(0) translateX(-50%);
  }
}

@keyframes animation_blink {
  0%, 100% {
    transform: scale(1, 1);
    opacity: 0;
  }
  1% {
    transform: scale(1, 1);
    opacity: 1;
  }
  80% {
    transform: scale(1.4, 1.4);
    opacity: 0;
  }
}

.phi-menu {
  width: 100%;
  padding: 10px 0;
  position: absolute;
  top: 70px;
  left: 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-menu {
    position: fixed;
    left: -3000px;
    top: 0;
    height: 100%;
    border-radius: 0;
    z-index: 101;
  }
}

.phi-menu.is-sticky {
  width: 100%;
  background: #fff;
  top: 0;
  padding: 15px 0;
  z-index: 101;
  box-shadow: 0px 5px 5px -5px rgba(20, 116, 164, 0.6);
  /*& + .phi-container {
				padding-top:50px;
			}*/
}

.phi-menu.active {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #E7F1F6;
  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;
}

.phi-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

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

@media screen and (min-width: 580px) and (max-width: 959px) {
  .phi-menu ul {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

.phi-menu ul li a {
  font-family: "OpenSansRegular";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  text-decoration: underline;
  color: #C9694F;
  margin: 0 10px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-menu ul li a {
    color: #C9694F;
    margin: 0 10px;
    display: inline-block;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .phi-menu ul li a {
    display: inline-block;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-menu ul li a {
    font-size: 18px;
    margin: 0 16px;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-menu ul li {
    margin: 10px 0;
  }
}

.phi-menu ul li.x-circle {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-menu ul li.x-circle {
    display: inline-block;
    margin: 10px 0;
    cursor: pointer;
  }
}

.icon-menu {
  display: none;
  z-index: 50;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .icon-menu {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
  }
}

.icon-menu.icon-fixed {
  position: fixed;
}

.phi-footer {
  padding: 30px 0;
}

.phi-footer p.note {
  font-size: 12px;
  line-height: 120%;
  font-family: "OpenSansItalic","PT Sans",Arial,sans-serif;
  color: rgba(20, 116, 164, 0.5);
  padding: 40px 20px;
}

.phi-footer p.note a {
  color: rgba(20, 116, 164, 0.5);
}

.phi-footer p.note a:hover {
  text-decoration: underline;
}

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

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

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

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

.phi-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: #e7f1f6;
  box-sizing: border-box;
}

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

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

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

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

.phi-sharing__link svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #1474A4;
}

.phi-sharing__link:hover {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  background-color: #1474a4;
}

.phi-sharing__link:hover svg {
  fill: #ffffff;
}

.phi-main .bounceIn {
  animation: bounceIn 0.3s ease-in-out 1 forwards;
  opacity: 0;
}

.phi-main .bounceInDown {
  animation: bounceInDown 0.5s ease-in-out 1 forwards;
  opacity: 0;
}

.phi-main .fadeInDown {
  animation: fadeInDown .3s ease-in-out 1 forwards;
  opacity: 0;
}

.phi-main .fadeInTop {
  animation: fadeInTop .3s ease-in-out 1 forwards;
  opacity: 0;
}

.phi-main .fadeInRight {
  animation: fadeInRight .3s ease-in-out 1 forwards;
  opacity: 0;
}

.phi-main .fadeInLeft {
  animation: fadeInLeft .3s ease-in-out 1 forwards;
  opacity: 0;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(0, -1000px, 0) scaleY(3);
  }
  60% {
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* ====================== ELEMENTS =================== */
/* ====================== MODULES =================== */
/* ====================== SECTIONS =================== */
.phi-section-1 {
  padding: 65px 20px;
}

@media screen and (max-width: 959px) {
  .phi-section-1 {
    padding: 65px 20px 30px;
  }
}

.phi-section-1 h1 {
  padding: 60px 0;
  text-align: center;
}

.phi-section-1 h2 {
  max-width: 466px;
  margin: 0 auto;
  text-align: center;
}

.phi-section-1 p {
  max-width: 585px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}

.phi-section-1 p.note {
  max-width: 1024px;
  font-size: 12px;
  line-height: 120%;
  font-family: "OpenSansItalic","PT Sans",Arial,sans-serif;
  color: rgba(20, 116, 164, 0.5);
  padding: 20px 0;
}

@media screen and (max-width: 959px) {
  .phi-section-1 p.note {
    max-width: 600px;
    text-align: left;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-section-1 p.note {
    max-width: 900px;
    text-align: left;
  }
}

.phi-section-1 .about-device {
  position: relative;
  min-height: 511px;
  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;
}

@media screen and (max-width: 959px) {
  .phi-section-1 .about-device {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-section-1 .about-device {
    padding-top: 530px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.phi-section-1 .about-device ul {
  max-width: 400px;
}

@media screen and (max-width: 959px) {
  .phi-section-1 .about-device ul {
    max-width: 580px;
  }
}

.phi-section-1 .about-device ul li {
  position: relative;
  padding: 15px 0 15px 40px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-1 .about-device ul li {
    padding: 5px 0 15px 40px;
  }
}

.phi-section-1 .about-device ul li:before {
  position: absolute;
  content: url(../src/images/common/ul-check.svg);
  top: 10px;
  left: 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-1 .about-device ul li:before {
    top: 0px;
  }
}

@media screen and (max-width: 959px) {
  .phi-section-1 .about-device ul li br {
    display: none;
  }
}

.phi-section-1 .about-device-img {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media screen and (max-width: 959px) {
  .phi-section-1 .about-device-img {
    position: relative;
    top: unset;
    left: unset;
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
}

.phi-section-2 {
  padding: 0 20px;
}

.phi-section-2 .read-more {
  padding: 50px 0 0;
  display: none;
}

@media screen and (max-width: 959px) {
  .phi-section-2 .read-more {
    padding: 0 0 30px 0;
  }
}

.phi-section-2 .read-more .quote {
  border-radius: 50px;
  padding: 40px;
  text-align: center;
}

@media screen and (max-width: 579px) {
  .phi-section-2 .read-more .quote {
    border-radius: 30px;
    padding: 30px 20px;
  }
}

.phi-section-2 .read-more .quote h2 {
  max-width: 630px;
  margin: 0 auto;
}

.phi-section-2 .read-more .quote p {
  font-size: 15px;
  line-height: 120%;
  max-width: 780px;
  margin: 0 auto;
  padding-top: 20px;
}

.phi-section-2 .read-more .more-block-wrap {
  margin: 0 auto;
  padding: 60px 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1023px) {
  .phi-section-2 .read-more .more-block-wrap {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 30px 0 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-2 .read-more .more-block-wrap img {
    width: 400px;
  }
}

.phi-section-2 .read-more .more-block-wrap .more-block {
  padding: 0 0 0 80px;
}

@media screen and (max-width: 959px) {
  .phi-section-2 .read-more .more-block-wrap .more-block {
    padding: 30px 0 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-2 .read-more .more-block-wrap .more-block {
    font-size: 15px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .phi-section-2 .read-more .more-block-wrap .more-block {
    padding: 30px 20px 0 65px;
  }
}

.phi-section-2 .read-more .more-block-wrap .more-block h2 {
  max-width: 500px;
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .phi-section-2 .read-more .more-block-wrap .more-block h2 {
    max-width: 100%;
  }
}

.phi-section-2 .read-more .more-block-wrap .more-block p {
  font-size: 15px;
  line-height: 120%;
  padding: 20px 0;
}

.phi-otziv {
  min-height: 554px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 1023px) {
  .phi-otziv {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 0;
  }
}

.phi-otziv .otziv-img {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 1023px) {
  .phi-otziv .otziv-img {
    width: 100%;
    text-align: center;
  }
}

.phi-otziv .otziv-img img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
}

@media screen and (max-width: 1023px) {
  .phi-otziv .otziv-img img {
    position: unset;
    top: unset;
    right: unset;
    max-width: 100%;
  }
}

.phi-otziv .otziv-txt {
  max-width: 600px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 0 90px;
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .phi-otziv .otziv-txt {
    padding: 30px 0px;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .phi-otziv .otziv-txt {
    padding: 50px 0px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .phi-otziv .otziv-txt {
    padding: 60px 0px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .phi-otziv .otziv-txt {
    padding: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .phi-otziv .otziv-txt {
    max-width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.phi-otziv .otziv-txt .autor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.phi-otziv .otziv-txt .autor img {
  border-radius: 50%;
  margin-right: 15px;
}

.phi-otziv .otziv-txt .autor span {
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .phi-otziv .otziv-txt .autor {
    position: relative;
    left: calc(50% - 100px);
  }
}

.phi-otziv .otziv-txt h1 {
  padding: 20px 0 15px;
}

.phi-otziv .otziv-txt p {
  font-size: 15px;
  line-height: 120%;
}

@media screen and (max-width: 1199px) {
  .phi-section-3 {
    padding: 0 20px;
  }
}

.phi-section-3 .doctor {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 0;
}

@media screen and (max-width: 1199px) {
  .phi-section-3 .doctor {
    padding: 0 20px;
  }
}

.phi-section-3 .doctor p {
  padding: 10px 0 0;
}

.phi-section-3 h1 {
  max-width: 900px;
  margin: 30px auto;
  text-align: center;
  padding: 0 0 30px;
}

.phi-section-3 .white-blue-bg {
  background: linear-gradient(90deg, white 50%, #e7f1f6 50%);
}

@media screen and (max-width: 1199px) {
  .phi-section-3 .white-blue-bg {
    background: #fff;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-section-3 .white-blue-bg {
    margin-left: 30px;
  }
}

.phi-section-3 .white-blue-bg .air-parameters {
  min-height: 604px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50px;
}

@media screen and (max-width: 1199px) {
  .phi-section-3 .white-blue-bg .air-parameters {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-3 .white-blue-bg .air-parameters {
    border-radius: 30px;
  }
}

.phi-section-3 .white-blue-bg .air-parameters .parameters-img {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 1199px) {
  .phi-section-3 .white-blue-bg .air-parameters .parameters-img {
    width: 100%;
    padding: 0 40px;
  }
}

.phi-section-3 .white-blue-bg .air-parameters .parameters-img img {
  position: absolute;
  bottom: 30px;
  left: 0;
  max-width: unset;
}

@media screen and (max-width: 1199px) {
  .phi-section-3 .white-blue-bg .air-parameters .parameters-img img {
    position: unset;
    bottom: unset;
    left: unset;
    max-width: 100%;
    margin: 20px auto;
    display: block;
  }
}

.phi-section-3 .white-blue-bg .air-parameters .parameters-txt {
  max-width: 650px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 90px 0 0;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .phi-section-3 .white-blue-bg .air-parameters .parameters-txt {
    max-width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-3 .white-blue-bg .air-parameters .parameters-txt {
    padding: 0 20px 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .phi-section-3 .white-blue-bg .air-parameters .parameters-txt {
    padding: 0 40px 40px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-section-3 .white-blue-bg .air-parameters .parameters-txt {
    padding: 0 60px 60px;
  }
}

.phi-section-3 .white-blue-bg .air-parameters .parameters-txt h2 {
  padding: 0 0 20px 0;
}

.phi-section-3 .white-blue-bg .air-parameters .parameters-txt p {
  font-size: 15px;
  line-height: 120%;
}

@media screen and (max-width: 1199px) {
  .phi-section-4 {
    padding: 0 20px;
  }
}

.phi-section-4 .preface {
  padding: 30px 20px;
}

.phi-section-4 .preface h1 {
  max-width: 800px;
  margin: 30px auto;
  text-align: center;
}

.phi-section-4 .preface p {
  max-width: 630px;
  margin: 30px auto;
  text-align: center;
}

.phi-section-4 .blue-white-bg {
  background: linear-gradient(90deg, #e7f1f6 50%, white 50%);
}

@media screen and (max-width: 1023px) {
  .phi-section-4 .blue-white-bg {
    background: #fff;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-section-4 .blue-white-bg {
    margin-right: 30px;
  }
}

.phi-section-4 .blue-white-bg .air-parameters {
  min-height: 490px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50px;
}

@media screen and (max-width: 1023px) {
  .phi-section-4 .blue-white-bg .air-parameters {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-4 .blue-white-bg .air-parameters {
    border-radius: 30px;
  }
}

.phi-section-4 .blue-white-bg .air-parameters .parameters-img {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 1023px) {
  .phi-section-4 .blue-white-bg .air-parameters .parameters-img {
    width: 100%;
    text-align: center;
  }
}

.phi-section-4 .blue-white-bg .air-parameters .parameters-img img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
}

@media screen and (max-width: 959px) {
  .phi-section-4 .blue-white-bg .air-parameters .parameters-img img {
    border-radius: 30px 30px 0 0;
  }
}

@media screen and (max-width: 1023px) {
  .phi-section-4 .blue-white-bg .air-parameters .parameters-img img {
    position: unset;
    top: unset;
    right: unset;
    max-width: 100%;
  }
}

.phi-section-4 .blue-white-bg .air-parameters .parameters-txt {
  max-width: 550px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 0 90px;
}

@media screen and (max-width: 1023px) {
  .phi-section-4 .blue-white-bg .air-parameters .parameters-txt {
    max-width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-4 .blue-white-bg .air-parameters .parameters-txt {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1023px) {
  .phi-section-4 .blue-white-bg .air-parameters .parameters-txt {
    padding: 40px 40px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-4 .blue-white-bg .air-parameters .parameters-txt {
    padding: 0 20px 0 80px;
  }
}

.phi-section-4 .blue-white-bg .air-parameters .parameters-txt h2 {
  padding: 0 0 20px 0;
}

.phi-section-4 .blue-white-bg .air-parameters .parameters-txt p {
  font-size: 15px;
  line-height: 120%;
}

.phi-section-4 .blue-white-bg .air-parameters .parameters-txt ul {
  margin: 0 0 0 20px;
}

.phi-section-4 .blue-white-bg .air-parameters .parameters-txt ul li {
  position: relative;
  padding-left: 20px;
  margin: 20px 0;
}

.phi-section-4 .blue-white-bg .air-parameters .parameters-txt ul li:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  background: #1474A4;
}

.phi-section-4 .blue-white-bg .air-parameters .parameters-txt .number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #1474A4;
  color: #fff;
  right: -20px;
  top: -20px;
}

@media screen and (max-width: 1023px) {
  .phi-section-4 .blue-white-bg .air-parameters .parameters-txt .number {
    position: relative;
    right: unset;
    top: unset;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 1199px) {
  .phi-section-5 {
    padding: 0 20px;
  }
}

.phi-section-5 .wrap-forget-about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 959px) {
  .phi-section-5 .wrap-forget-about {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-section-5 .wrap-forget-about {
    margin-left: 80px;
  }
}

.phi-section-5 .wrap-forget-about-txt {
  max-width: 600px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 50px 0 0px;
}

@media screen and (max-width: 959px) {
  .phi-section-5 .wrap-forget-about-txt {
    -ms-flex-order: 1;
        order: 1;
  }
}

@media screen and (max-width: 1023px) {
  .phi-section-5 .wrap-forget-about-txt {
    max-width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .phi-section-5 .wrap-forget-about-txt {
    padding: 0;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .phi-section-5 .wrap-forget-about-txt {
    padding: 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .phi-section-5 .wrap-forget-about-txt {
    padding: 0 50px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-section-5 .wrap-forget-about-txt {
    padding: 50px 0 50px 50px;
  }
}

.phi-section-5 .wrap-forget-about-txt h1 {
  padding-bottom: 16px;
}

@media screen and (max-width: 959px) {
  .phi-section-5 .wrap-forget-about-txt h1 {
    padding-top: 30px;
  }
}

.phi-section-5 .wrap-forget-about-txt p {
  font-size: 15px;
  line-height: 120%;
  padding: 0 0 20px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-5 .wrap-forget-about-txt p {
    font-size: 16px;
  }
}

.phi-section-5 .wrap-forget-about img {
  border-radius: 20px 0;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-section-5 .wrap-forget-about img {
    width: 400px;
  }
}

@media screen and (max-width: 1199px) {
  .phi-section-6 {
    padding: 0 20px;
  }
}

.phi-section-6 .without-bg {
  background: #fff;
}

.phi-section-6 .without-bg .cleaning {
  min-height: 470px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50px;
}

@media screen and (max-width: 1023px) {
  .phi-section-6 .without-bg .cleaning {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-6 .without-bg .cleaning {
    border-radius: 30px;
  }
}

.phi-section-6 .without-bg .cleaning .cleaning-img {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 1023px) {
  .phi-section-6 .without-bg .cleaning .cleaning-img {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}

.phi-section-6 .without-bg .cleaning .cleaning-img img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .phi-section-6 .without-bg .cleaning .cleaning-img img {
    position: unset;
    top: unset;
    right: unset;
    max-width: 100%;
  }
}

.phi-section-6 .without-bg .cleaning .cleaning-txt {
  max-width: 550px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 0 90px;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .phi-section-6 .without-bg .cleaning .cleaning-txt {
    max-width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-6 .without-bg .cleaning .cleaning-txt {
    padding: 30px 0px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1023px) {
  .phi-section-6 .without-bg .cleaning .cleaning-txt {
    padding: 40px 40px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-6 .without-bg .cleaning .cleaning-txt {
    padding: 0 20px 0 80px;
  }
}

.phi-section-6 .without-bg .cleaning .cleaning-txt h2 {
  padding: 0 0 20px 0;
}

.phi-section-6 .without-bg .cleaning .cleaning-txt p {
  font-size: 15px;
  line-height: 120%;
  padding: 0 0 20px 0;
}

.phi-section-6 .without-bg .cleaning .cleaning-txt .number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #1474A4;
  color: #fff;
  left: calc(50% - 120px);
  top: 20px;
}

@media screen and (max-width: 1023px) {
  .phi-section-6 .without-bg .cleaning .cleaning-txt .number {
    position: relative;
    left: unset;
    top: unset;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 1023px) {
  .phi-section-7 {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-7 {
    padding: 0 20px 0 0;
  }
}

.phi-section-7 .blue-white-bg {
  background: linear-gradient(90deg, #e7f1f6 50%, white 50%);
}

@media screen and (max-width: 1023px) {
  .phi-section-7 .blue-white-bg {
    background: #fff;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-section-7 .blue-white-bg {
    margin-right: 30px;
  }
}

.phi-section-7 .blue-white-bg .furniture {
  min-height: 500px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50px;
}

@media screen and (max-width: 1023px) {
  .phi-section-7 .blue-white-bg .furniture {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-7 .blue-white-bg .furniture {
    border-radius: 30px;
  }
}

.phi-section-7 .blue-white-bg .furniture .furniture-img {
  position: relative;
  width: 600px;
}

@media screen and (max-width: 1023px) {
  .phi-section-7 .blue-white-bg .furniture .furniture-img {
    width: 100%;
    padding: 40px 40px 0;
    text-align: center;
  }
}

.phi-section-7 .blue-white-bg .furniture .furniture-img img {
  position: absolute;
  bottom: -20px;
  left: 0;
  max-width: unset;
}

@media screen and (max-width: 1023px) {
  .phi-section-7 .blue-white-bg .furniture .furniture-img img {
    position: unset;
    bottom: unset;
    left: unset;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-7 .blue-white-bg .furniture .furniture-img img {
    max-width: 100%;
  }
}

@media screen and (min-width: 580px) and (max-width: 1023px) {
  .phi-section-7 .blue-white-bg .furniture .furniture-img img {
    max-width: 400px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-7 .blue-white-bg .furniture .furniture-img img {
    left: -30px;
    bottom: 50px;
    max-width: 400px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-section-7 .blue-white-bg .furniture .furniture-img img {
    left: 30px;
    max-width: 500px;
  }
}

.phi-section-7 .blue-white-bg .furniture .furniture-txt {
  max-width: 600px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 90px 0 0;
}

@media screen and (max-width: 1023px) {
  .phi-section-7 .blue-white-bg .furniture .furniture-txt {
    max-width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-7 .blue-white-bg .furniture .furniture-txt {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1023px) {
  .phi-section-7 .blue-white-bg .furniture .furniture-txt {
    padding: 40px 40px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-7 .blue-white-bg .furniture .furniture-txt {
    padding: 0 80px 0 80px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-section-7 .blue-white-bg .furniture .furniture-txt {
    padding: 0 20px 0 80px;
  }
}

.phi-section-7 .blue-white-bg .furniture .furniture-txt h2 {
  padding: 0 0 20px 0;
}

.phi-section-7 .blue-white-bg .furniture .furniture-txt p {
  font-size: 15px;
  line-height: 120%;
}

.phi-section-7 .blue-white-bg .furniture .furniture-txt ul {
  margin: 0 0 0 20px;
}

.phi-section-7 .blue-white-bg .furniture .furniture-txt ul li {
  position: relative;
  padding-left: 20px;
  margin: 20px 0;
}

.phi-section-7 .blue-white-bg .furniture .furniture-txt ul li:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  background: #1474A4;
}

.phi-section-7 .blue-white-bg .furniture .furniture-txt .number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #1474A4;
  color: #fff;
  right: -20px;
  top: -20px;
}

@media screen and (max-width: 1023px) {
  .phi-section-7 .blue-white-bg .furniture .furniture-txt .number {
    position: relative;
    right: unset;
    top: unset;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 1023px) {
  .phi-section-8 {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-8 {
    padding: 0 0 0 20px;
  }
}

.phi-section-8 .white-blue-bg {
  background: linear-gradient(90deg, white 50%, #e7f1f6 50%);
}

@media screen and (max-width: 1023px) {
  .phi-section-8 .white-blue-bg {
    background: #fff;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-section-8 .white-blue-bg {
    margin-left: 30px;
  }
}

.phi-section-8 .white-blue-bg .household-chemicals {
  min-height: 350px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50px;
  margin-top: 100px;
}

@media screen and (max-width: 1023px) {
  .phi-section-8 .white-blue-bg .household-chemicals {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-8 .white-blue-bg .household-chemicals {
    border-radius: 30px;
    margin-top: 60px;
  }
}

.phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-img {
  position: relative;
  width: 580px;
}

@media screen and (max-width: 1023px) {
  .phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-img {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-img {
    width: 400px;
  }
}

.phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-img img {
  position: absolute;
  bottom: 0px;
  left: -50px;
  max-width: unset;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-img img {
    margin-top: -30px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-img img {
    margin-top: -60px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-img img {
    margin-top: -80px;
  }
}

@media screen and (max-width: 1023px) {
  .phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-img img {
    position: relative;
    bottom: unset;
    left: unset;
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-img img {
    left: -165px;
  }
}

.phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-txt {
  max-width: 480px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 90px 0 0;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-txt {
    max-width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-txt {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-txt {
    padding: 30px 40px 40px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1023px) {
  .phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-txt {
    padding: 30px 40px 40px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-txt {
    padding: 0 60px 0 0;
  }
}

.phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-txt h2 {
  padding: 0 0 20px 0;
}

.phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-txt p {
  font-size: 15px;
  line-height: 120%;
}

.phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-txt .number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #1474A4;
  color: #fff;
  left: -20px;
  top: -20px;
}

@media screen and (max-width: 1023px) {
  .phi-section-8 .white-blue-bg .household-chemicals .household-chemicals-txt .number {
    position: relative;
    left: unset;
    top: unset;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 1199px) {
  .phi-section-9 {
    padding: 0 20px;
  }
}

.phi-section-9 .without-bg {
  background: #fff;
}

.phi-section-9 .without-bg .plants {
  min-height: 520px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50px;
}

@media screen and (max-width: 1023px) {
  .phi-section-9 .without-bg .plants {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-9 .without-bg .plants {
    border-radius: 30px;
  }
}

.phi-section-9 .without-bg .plants .plants-img {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 959px) {
  .phi-section-9 .without-bg .plants .plants-img {
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-9 .without-bg .plants .plants-img {
    padding: 0 20px 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .phi-section-9 .without-bg .plants .plants-img {
    padding: 0 40px 0;
  }
}

.phi-section-9 .without-bg .plants .plants-img img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .phi-section-9 .without-bg .plants .plants-img img {
    position: unset;
    top: unset;
    right: unset;
    max-width: 100%;
  }
}

.phi-section-9 .without-bg .plants .plants-txt {
  max-width: 580px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 0 80px;
}

@media screen and (max-width: 1023px) {
  .phi-section-9 .without-bg .plants .plants-txt {
    max-width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-9 .without-bg .plants .plants-txt {
    padding: 30px 0px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1023px) {
  .phi-section-9 .without-bg .plants .plants-txt {
    padding: 40px 40px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-9 .without-bg .plants .plants-txt {
    padding: 0 20px 0 80px;
  }
}

.phi-section-9 .without-bg .plants .plants-txt h2 {
  padding: 0 0 20px 0;
}

.phi-section-9 .without-bg .plants .plants-txt p {
  font-size: 15px;
  line-height: 120%;
  padding: 0 0 20px 0;
}

.phi-section-9 .without-bg .plants .plants-txt .number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #1474A4;
  color: #fff;
  left: calc(50% - 160px);
  top: 100px;
}

@media screen and (max-width: 1023px) {
  .phi-section-9 .without-bg .plants .plants-txt .number {
    position: relative;
    left: unset;
    top: unset;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 1023px) {
  .phi-section-10 {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-10 {
    padding: 0 20px 0 0;
  }
}

.phi-section-10 .blue-white-bg {
  background: linear-gradient(90deg, #e7f1f6 50%, white 50%);
}

@media screen and (max-width: 1023px) {
  .phi-section-10 .blue-white-bg {
    background: #fff;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-section-10 .blue-white-bg {
    margin-right: 30px;
  }
}

.phi-section-10 .blue-white-bg .air-parameters {
  min-height: 500px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50px;
}

@media screen and (max-width: 1023px) {
  .phi-section-10 .blue-white-bg .air-parameters {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-10 .blue-white-bg .air-parameters {
    border-radius: 30px;
  }
}

.phi-section-10 .blue-white-bg .air-parameters .parameters-img {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 1023px) {
  .phi-section-10 .blue-white-bg .air-parameters .parameters-img {
    width: 100%;
    text-align: center;
    padding: 40px 40px 0;
  }
}

.phi-section-10 .blue-white-bg .air-parameters .parameters-img img {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  max-width: unset;
}

@media screen and (max-width: 1023px) {
  .phi-section-10 .blue-white-bg .air-parameters .parameters-img img {
    position: unset;
    top: unset;
    right: unset;
    -ms-transform: translateY(0);
        transform: translateY(0);
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-10 .blue-white-bg .air-parameters .parameters-img img {
    right: -30px;
  }
}

.phi-section-10 .blue-white-bg .air-parameters .parameters-txt {
  max-width: 520px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 0 64px;
}

@media screen and (max-width: 1023px) {
  .phi-section-10 .blue-white-bg .air-parameters .parameters-txt {
    max-width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-10 .blue-white-bg .air-parameters .parameters-txt {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1023px) {
  .phi-section-10 .blue-white-bg .air-parameters .parameters-txt {
    padding: 40px 40px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-10 .blue-white-bg .air-parameters .parameters-txt {
    padding: 0 30px 0 60px;
  }
}

.phi-section-10 .blue-white-bg .air-parameters .parameters-txt h2 {
  padding: 0 0 20px 0;
}

.phi-section-10 .blue-white-bg .air-parameters .parameters-txt p {
  font-size: 15px;
  line-height: 120%;
}

.phi-section-10 .blue-white-bg .air-parameters .parameters-txt .number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #1474A4;
  color: #fff;
  left: calc(50% - 200px);
  top: 50px;
}

@media screen and (max-width: 1023px) {
  .phi-section-10 .blue-white-bg .air-parameters .parameters-txt .number {
    position: relative;
    left: unset;
    top: unset;
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-10 .blue-white-bg .air-parameters .parameters-txt .number {
    left: calc(50% - 155px);
  }
}

.phi-section-10 .blue-white-bg .air-parameters .parameters-txt .clouds {
  position: absolute;
  right: -50px;
  top: 50px;
}

@media screen and (min-width: 320px) and (max-width: 959px) {
  .phi-section-10 .blue-white-bg .air-parameters .parameters-txt .clouds {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .phi-section-11 {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-11 {
    padding: 0 0 0 20px;
  }
}

.phi-section-11 .white-blue-bg {
  background: linear-gradient(90deg, white 30%, #e7f1f6 30%);
}

@media screen and (max-width: 759px) {
  .phi-section-11 .white-blue-bg {
    background: #e7f1f6;
    border-radius: 30px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1023px) {
  .phi-section-11 .white-blue-bg {
    background: #e7f1f6;
    border-radius: 50px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-11 .white-blue-bg {
    background: #e7f1f6;
    border-radius: 50px 0 0 50px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-section-11 .white-blue-bg {
    margin-left: 30px;
  }
}

.phi-section-11 .white-blue-bg .device-block-wrap {
  min-height: 519px;
  margin: 80px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 759px) {
  .phi-section-11 .white-blue-bg .device-block-wrap {
    padding: 0;
    margin: 40px auto;
  }
}

@media screen and (max-width: 1023px) {
  .phi-section-11 .white-blue-bg .device-block-wrap {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media screen and (min-width: 760px) and (max-width: 1023px) {
  .phi-section-11 .white-blue-bg .device-block-wrap {
    padding: 30px 0 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-11 .white-blue-bg .device-block-wrap img {
    width: 400px;
  }
}

.phi-section-11 .white-blue-bg .device-block-wrap .device-block {
  padding: 0 60px 0 80px;
}

@media screen and (max-width: 1023px) {
  .phi-section-11 .white-blue-bg .device-block-wrap .device-block {
    max-width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-11 .white-blue-bg .device-block-wrap .device-block {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1023px) {
  .phi-section-11 .white-blue-bg .device-block-wrap .device-block {
    padding: 40px;
  }
}

.phi-section-11 .white-blue-bg .device-block-wrap .device-block h2 {
  padding: 0 0 20px 0;
}

.phi-section-11 .white-blue-bg .device-block-wrap .device-block p {
  font-size: 15px;
  line-height: 120%;
}

.phi-section-11 .white-blue-bg .device-block-wrap .device-block .number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #1474A4;
  color: #fff;
  left: -20px;
  top: -20px;
}

@media screen and (max-width: 1023px) {
  .phi-section-11 .white-blue-bg .device-block-wrap .device-block .number {
    position: relative;
    left: unset;
    top: unset;
    margin: 0 auto 30px;
  }
}

.phi-section-12 {
  padding: 0 30px 0 0;
}

@media screen and (max-width: 1023px) {
  .phi-section-12 {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-12 {
    padding: 0 20px 0 0;
  }
}

.phi-section-12 .wrap-dust-about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 80px 0;
}

@media screen and (max-width: 1023px) {
  .phi-section-12 .wrap-dust-about {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin: 30px 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .phi-section-12 .wrap-dust-about {
    margin: 80px 0;
    -ms-flex-align: center;
        align-items: center;
  }
}

.phi-section-12 .wrap-dust-about-txt {
  max-width: 600px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 50px 0 0px;
}

@media screen and (max-width: 1023px) {
  .phi-section-12 .wrap-dust-about-txt {
    max-width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
  .phi-section-12 .wrap-dust-about-txt {
    padding: 0;
  }
}

@media screen and (min-width: 375px) and (max-width: 579px) {
  .phi-section-12 .wrap-dust-about-txt {
    padding: 0;
  }
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .phi-section-12 .wrap-dust-about-txt {
    padding: 0 50px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-section-12 .wrap-dust-about-txt {
    padding: 0 50px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-section-12 .wrap-dust-about-txt {
    padding: 0 50px 0 80px;
  }
}

.phi-section-12 .wrap-dust-about-txt h1 {
  padding-bottom: 16px;
}

@media screen and (max-width: 1023px) {
  .phi-section-12 .wrap-dust-about-txt h1 {
    padding-top: 30px;
  }
}

.phi-section-12 .wrap-dust-about-txt p {
  font-size: 15px;
  line-height: 120%;
  padding: 0 0 20px 0;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-12 .wrap-dust-about-txt p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-12 .wrap-dust-about img {
    width: 400px;
  }
}

@media screen and (max-width: 1023px) {
  .phi-section-13 {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-13 {
    padding: 0 20px 0 0;
  }
}

.phi-section-13 .blue-white-bg {
  background: linear-gradient(90deg, #e7f1f6 50%, white 50%);
}

@media screen and (max-width: 1023px) {
  .phi-section-13 .blue-white-bg {
    background: #fff;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .phi-section-13 .blue-white-bg {
    margin-right: 30px;
  }
}

.phi-section-13 .blue-white-bg .parameters {
  min-height: 533px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50px;
}

@media screen and (max-width: 1023px) {
  .phi-section-13 .blue-white-bg .parameters {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-13 .blue-white-bg .parameters {
    border-radius: 30px;
  }
}

.phi-section-13 .blue-white-bg .parameters .parameters-img {
  position: relative;
  width: 400px;
}

@media screen and (max-width: 1023px) {
  .phi-section-13 .blue-white-bg .parameters .parameters-img {
    width: 100%;
    text-align: center;
  }
}

.phi-section-13 .blue-white-bg .parameters .parameters-img img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
}

@media screen and (max-width: 959px) {
  .phi-section-13 .blue-white-bg .parameters .parameters-img img {
    border-radius: 30px 30px 0 0;
  }
}

@media screen and (max-width: 1023px) {
  .phi-section-13 .blue-white-bg .parameters .parameters-img img {
    position: unset;
    top: unset;
    right: unset;
    max-width: 100%;
  }
}

.phi-section-13 .blue-white-bg .parameters .parameters-txt {
  max-width: 550px;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 0 90px;
}

@media screen and (max-width: 1023px) {
  .phi-section-13 .blue-white-bg .parameters .parameters-txt {
    max-width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-section-13 .blue-white-bg .parameters .parameters-txt {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 580px) and (max-width: 1023px) {
  .phi-section-13 .blue-white-bg .parameters .parameters-txt {
    padding: 40px 40px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .phi-section-13 .blue-white-bg .parameters .parameters-txt {
    padding: 0 20px 0 80px;
  }
}

.phi-section-13 .blue-white-bg .parameters .parameters-txt p {
  font-size: 15px;
  line-height: 120%;
  padding: 10px 0;
}

@media screen and (max-width: 959px) {
  .phi-quiz {
    padding: 0 20px;
  }
}

.phi-quiz-wrap {
  position: relative;
  max-width: 855px;
  background: #E7F1F6;
  border-radius: 50px;
  margin: 60px auto 0;
  padding: 46px 96px;
}

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

@media screen and (min-width: 580px) and (max-width: 759px) {
  .phi-quiz-wrap {
    padding: 46px 40px;
  }
}

@media screen and (min-width: 760px) and (max-width: 959px) {
  .phi-quiz-wrap {
    margin: 60px auto 30px;
  }
}

.phi-quiz-wrap h1 {
  max-width: 500px;
  margin: 0 auto 20px;
  text-align: center;
}

.phi-quiz-wrap p {
  max-width: 575px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 120%;
}

.phi-quiz-wrap .quiz-message {
  background: #fff;
  border-radius: 5px;
  padding: 50px 30px;
  margin: 30px 0 30px;
  font-family: OpenSansRegular;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 120%;
}

.phi-quiz-wrap .quiz-message img {
  margin: 0 0 30px 0;
}

.phi-quiz-wrap-box ._answers-step s {
  display: inline-block;
  font-size: 16px;
  line-height: 130%;
  color: #009FE3;
  padding-bottom: 20px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-quiz-wrap-box ._answers-step s {
    padding-bottom: 10px;
  }
}

.phi-quiz-wrap-box ._answers-step.stop ._checkbox {
  pointer-events: none;
}

.phi-quiz-wrap-box ._answers-step ._quiz-dots {
  text-align: center;
  padding: 15px 0 0;
}

.phi-quiz-wrap-box ._answers-step ._quiz-dots i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  margin: 0 3px;
}

.phi-quiz-wrap-box ._answers-step ._quiz-dots i.active {
  background: #1474A4;
}

.phi-quiz-wrap-box ._answer-title {
  text-align: center;
  padding: 30px 0px 20px;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-quiz-wrap-box ._answer-title {
    padding: 30px 0px 20px;
  }
}

.phi-quiz-wrap-box ._answer-title h2 {
  margin: 0;
  max-width: 100%;
}

.phi-quiz-wrap-box ._answers-item {
  max-width: 100%;
  margin: 20px 70px;
  /*.success {
						display:none;
						p {
							text-align:left;
							padding:0 0 20px;
							font-size: 16px;
							word-wrap: break-word;
						}
					}*/
  /*label.checked,
					input#answer1:checked + label,
					input#answer4:checked + label,
					input#answer8:checked + label,
					input#answer12:checked + label,
					input#answer15:checked + label,
					input#answer17:checked + label,
					input#answer21:checked + label,
					input#answer23:checked + label,
					input#answer25:checked + label,
					input#answer29:checked + label {
						background: #73AF00;
						color:#FFFFFF;
						opacity: 1;
					}*/
  /*&-row {
						display: flex;
						flex-flow: row wrap;
						justify-content: space-between;
						align-items: flex-start;
						align-content: flex-start;
						._checkbox label {
							width:177px;
							min-height: 150px;
							display: flex;
							justify-content: center;
							align-items: center;
							align-content: center;
							padding:0;
							margin:20px 0;
							@media screen and (min-width: 320px) and (max-width: 374px) {
								width:90px;
								min-height: 79px;
							}
							@media screen and (min-width: 375px) and (max-width: 579px) {
								width:110px;
								min-height: 97px;
							}
							@media screen and (min-width: 580px) and (max-width: 759px) {
								width:150px;
								min-height: 132px;
							}
						}
						input:checked + label{
			//				background:#009FE3;
							&:before {
								position:absolute;
								content:"";
								top:auto;
								bottom:0;
								left:50%;
								transform:translateX(-50%);
								background:#95CB60 url(../src/images/common/check-white.svg) no-repeat 50% 50%;
								width:100%;
								height:32px;
								border-radius:0 0 5px 5px;
							}
						}
					}*/
}

@media screen and (max-width: 959px) {
  .phi-quiz-wrap-box ._answers-item {
    margin: 20px 0;
  }
}

.phi-quiz-wrap-box ._answers-item ._checkbox {
  padding: 0 0 10px;
}

.phi-quiz-wrap-box ._answers-item ._checkbox input[type=radio] {
  display: none;
}

.phi-quiz-wrap-box ._answers-item ._checkbox label {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
  min-height: 50px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 60px 20px 20px;
  color: #1f1f1f;
  font-size: 22px;
  cursor: pointer;
  text-align: left;
}

@media screen and (min-width: 320px) and (max-width: 579px) {
  .phi-quiz-wrap-box ._answers-item ._checkbox label {
    font-size: 18px;
  }
}

.phi-quiz-wrap-box ._answers-item ._checkbox label s {
  text-align: center;
}

.phi-quiz-wrap-box ._answers-item input:checked + label:before {
  position: absolute;
  content: url(../src/images/common/check.svg);
  top: 14px;
  right: 20px;
}

.phi-quiz-wrap-box ._result-item {
  margin: 0 0 30px;
  line-height: 120%;
  text-align: center;
  font-size: 20px;
}

.phi-quiz-wrap-box ._result-item h2 {
  max-width: 100%;
  margin: 0 0 20px;
}

.phi-quiz-wrap-box ._result-item .promo-code {
  max-width: 522px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px 25px;
  margin-top: 30px;
  text-align: left;
}

.phi-quiz-wrap-box ._answers-next {
  padding: 10px 0 20px;
  text-align: center;
  margin: 0 70px;
  /*._next-btn {
						display: block;
						background: #1474A4;
						border-radius: 20px;
						height: 65px;
		//				font-weight: 900;
						font-size: 18px;
		//				line-height: 65px;
						text-align: center;
						color: #fff;
						padding: 20px;
						@media screen and (min-width: 320px) and (max-width: 579px) {
							height:50px;
							line-height:50px;
							font-size: 16px;
							padding:0 25px;
						}
					}*/
}

@media screen and (max-width: 959px) {
  .phi-quiz-wrap-box ._answers-next {
    margin: 0;
  }
}

.phi-quiz-wrap-box ._answers-next ._next-btn-hold, .phi-quiz-wrap-box ._answers-next ._next-btn {
  display: block;
  background: #1474A4;
  border-radius: 20px;
  height: 64px;
  font-family: OpenSansBold;
  font-size: 20px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  /*&-violet {
							background: #A8589E;
						}*/
}

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

.phi-quiz-wrap-box ._answers-next ._next-btn-hold {
  opacity: .8;
}

.phi-quiz-wrap .kaktus {
  position: absolute;
  right: -150px;
  bottom: 0;
}

@media screen and (max-width: 959px) {
  .phi-quiz-wrap .kaktus {
    display: none;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .phi-quiz-wrap .kaktus {
    right: -110px;
  }
}