@font-face {
  font-family: "MetaPro";
  font-display:  swap;
  src: url(../../../../../fonts/MetaPro-Norm.eot);
  src: url(../../../../../fonts/MetaPro-Norm.eot%3F) format("embedded-opentype"),
    url(../../../../../fonts/MetaPro-Norm.woff) format("woff"),
    url(../../../../../fonts/MetaPro-Norm.ttf) format("truetype");
}

@font-face {
  font-weight: bold;
  font-family: "MetaPro";
  font-display:  swap;
  src: url(../../../../../fonts/MetaPro-Bold.eot);
  src: url(../../../../../fonts/MetaPro-Bold.eot%3F) format("embedded-opentype"),
    url(../../../../../fonts/MetaPro-Bold.woff) format("woff"),
    url(../../../../../fonts/MetaPro-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "MetaPro";
  font-display:  swap;
  src: url(../../../../../fonts/MetaPro-NormIta.eot);
  src: url(../../../../../fonts/MetaPro-NormIta.eot%3F) format("embedded-opentype"),
    url(../../../../../fonts/MetaPro-NormIta.woff) format("woff"),
    url(../../../../../fonts/MetaPro-NormIta.ttf) format("truetype");
}

@font-face {
  font-weight: 700;
  font-family: "MetaPro";
  font-display:  swap;
  src: url(../../../../../fonts/MetaPro-BoldIta.eot);
  src: url(../../../../../fonts/MetaPro-BoldIta.eot%3F) format("embedded-opentype"),
    url(../../../../../fonts/MetaPro-BoldIta.woff) format("woff"),
    url(../../../../../fonts/MetaPro-BoldIta.ttf) format("truetype");
}

@font-face {
  font-weight: 400;
  font-family: "MetaPro";
  font-display:  swap;
  src: url(../../../../../fonts/MetaPro-Norm.eot);
  src: url(../../../../../fonts/MetaPro-Norm.eot%3F) format("embedded-opentype"),
    url(../../../../../fonts/MetaPro-Norm.woff) format("woff"),
    url(../../../../../fonts/MetaPro-Norm.ttf) format("truetype");
}

@font-face {
  font-family: 'Meta Pro Regular';
  font-display:  swap;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/meta-pro-cufonfonts-webfont/FFMetaProRegular.eot);
  src: url(../fonts/meta-pro-cufonfonts-webfont/FFMetaProRegular.eot%3F) format("embedded-opentype"),
  url(../fonts/meta-pro-cufonfonts-webfont/FFMetaProRegular.woff) format("woff"),
  url(../fonts/meta-pro-cufonfonts-webfont/FFMetaProRegular.ttf) format("truetype");
}

@font-face {
  font-family: 'Meta Pro Normal';
  font-display:  swap;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/MetaPro/MetaPro-Normal.eot);
  src: url(../fonts/MetaPro/MetaPro-Normal.eot%3F) format("embedded-opentype"),
  url(../fonts/MetaPro/MetaPro-Normal.woff) format("woff"),
  url(../fonts/MetaPro/MetaPro-Normal.ttf) format("truetype");
}

/* Armenian font */
@font-face {
  font-family: 'Noto Sans Armenian', sans-serif;
  src: url("https://www.septoleteultra.pl/wp-content/themes/septolete/assets/fonts/NotoSansArmenian-VariableFont_wdth,wght.ttf") format("woff2-variations");
  font-weight: 100 200 300 400 500 600 700 800 900;
  font-stretch: 75% 125%;
  font-style: normal;
}

html {

}
.hide-desktop {
  display: none;
}
.desktop-image {
  display:block;
}
.mobile-image {
  display: none;
}

body {
  padding-top: 90px;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

body,
header {
  font-family: MetaPro;
}

h1+h2, h1+h3, h2+h3, h3+h4, h4+h5, h5+h6 {
  margin-top: 10px !important;
}

h1 {
  font-family:'Meta Pro Regular';
}
.hidden {
  opacity: 0 !important;
  position: absolute;
  left: -99999999px;
}
.hide-cookies {
  display: none !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.hide-it {
  display: none !important;
}
.tooltip {
  position: absolute;
  display: inline-block;
  justify-content: center;
  z-index: 100;
  width: 100%;
  margin-top: -230px;
}

.tooltip .container {
  position: relative;
  margin: 0 auto;
  padding-left: 100px;
}

.tooltip .tooltip-inner {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #f7f7f7;
  color: #20384e;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 60px;
  margin-left: -77px;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 25px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #f7f7f7 transparent;
}

.tooltip.visible .tooltiptext {
  visibility: visible;
}

header {
  height: 90px;
  position: absolute;
  width: 100%;
  font-size: 16px;
  color: #20384e;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 100;
}

.head-main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


footer {
  font-size: 16px;
  color: #20384e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MetaPro;
}
footer.footer-by {
  padding-bottom: 110px;
}
footer .important-info {
  font-size: 64px;
  font-family: 'Meta Pro Regular';
  margin-bottom: 45px;
  margin-top: 45px;
  text-align: center;
  padding: 15px 15px 15px 15px;
  line-height: 64px;
}
footer .important-info-with-icons {
  font-family: 'Meta Pro Regular';
  margin-top: 45px;
  text-align: center;
  padding: 15px 15px 15px 15px;
  line-height: 24px;
  background: #17417d;
  border-top: 5px solid #3ea23b;
  color: #fff;
  font-size: 22px;
}
footer .important-info-with-icons .row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  justify-content: space-between;
}
footer .important-info-with-icons .box {
  padding-left: 15px;
  padding-right: 15px;
}
footer .important-info-with-icons .box .box-inner {
  display: flex;
  align-items: center;
}
footer .important-info-with-icons .box:last-child .box-inner {
  justify-content: right;
}
footer .important-info-with-icons .box:nth-child(2) .box-inner {
  justify-content: center;
}
footer .important-info-with-icons img {
  width: 60px;
  height: 60px;
}
footer .important-info-with-icons .text {
  margin-left: 10px;
}
footer .important-info.pl, footer .important-info.pl p {
  margin: 0;
  font-size: 24px;
}
/*.all-right-reserved.pl {
  margin: 0;
  padding: 0;
  text-align: center;
}*/


.box_text_with_icons {
  color: #20384E;
  font-size: 16px;
}
.box_text_with_icons .row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 18px;
}
.box_text_with_icons .row_inner {
  display: flex;
  flex-wrap: wrap;
}
.box_text_with_icons .row .box {
  width: 50%;
  display: flex;
}
.box_text_with_icons .row .box-inner {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}
.box_text_with_icons .row .box-inner .text {
  margin-left: 24px;
}
.box_text_with_icons .row .box-inner img {
  width: 48px;
  height: 48px;
  margin-top: 20px;
}

body {
  overflow-x: hidden;
}
kbd {
  font-family: MetaPro;
}
.select-item a {
  text-decoration: none;
  width: 100%;
}

.main {
  overflow: hidden;
}

.main.load_animation {
  overflow-y: auto;
}

.load_animation .preloader {
  display: none;
}

.preloader {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader-anim div {
  width: 14px;
  height: 14px;
  left: 1026px;
  top: 461px;
  background: #1bd6ff;
  border-radius: 100%;
}

.preloader-anim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 160px;
  height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader-anim div:first-child,
.preloader-anim div:nth-child(2) {
  -webkit-animation: preloader;
  animation: preloader;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.preloader-anim div:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader-anim div:nth-child(3) {
  -webkit-animation: preloader;
  animation: preloader;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.preloader-anim div:nth-child(4) {
  -webkit-animation: preloader;
  animation: preloader;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.preloader-anim div:nth-child(5) {
  -webkit-animation: preloader;
  animation: preloader;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #1bd6ff;
  }
  10% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    background-color: red;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ce2424),
      to(red)
    );
    background: linear-gradient(180deg, #ce2424, red);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #1bd6ff;
    background: #1bd6ff;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #1bd6ff;
    background: #1bd6ff;
  }
}

@keyframes preloader {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #1bd6ff;
  }
  10% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    background-color: red;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ce2424),
      to(red)
    );
    background: -o-linear-gradient(top, #ce2424 0, red 100%);
    background: linear-gradient(180deg, #ce2424, red);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #1bd6ff;
    background: #1bd6ff;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #1bd6ff;
    background: #1bd6ff;
  }
}

.btn-red span {
  z-index: 6;
  position: relative;
}

.header-scroll-top {
  top: -90px;
}

header {
  left: 0;
  top: 0;
  position: fixed;
}

.header-scroll {
  background: #fff;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.menu_button_mobile {
  display: none;
}

.container {
  width: 1420px;
  margin: auto;
}

.arrow {
  width: 6px;
  height: 9px;
  margin-left: 5px;
}

.menu-mobile {
  display: none;
}

.menu {
  text-align: center;
  font-family: MetaPro;
  color: #20384e;
  font-size: 16px;
  margin-right: 40px;
}

.logo {
  height: 40px;
  width: 159px;
  margin-right: 80px;
}

.button {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 55px;
  font-size: 16px;
  border: 0;
  height: 50px;
  width: 112px;
  border-radius: 50px;
}

.button a {
  margin: 13px 20px;
  /*display: -webkit-box;
    display: -ms-flexbox;
	*/
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.slogan {
  font-size: 25px;
  line-height: 140%;
  text-align: center;
  margin-left: 87.5px;
  /* width: 233px; */
  margin-top: 15px;
  /* margin-bottom: 0; */
  font-weight: 800;
  font-style: italic;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.point {
  height: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

.lang {
  color: #758a9d;
  margin-left: 87.5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang a:link,
.lang a:visited {
  color: #758a9d;
  text-decoration: none;
}

.lang a:active {
  color: #20384e;
}

.topmenu {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
}

.menu,
.topmenu,
.topmenu > li {
  position: relative;
}

.topmenu > li {
  display: inline-block;
}

.submenu:after {
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  z-index: -1;
  bottom: 0;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
}

.submenu,
.submenu:after {
  position: absolute;
  left: 0;
}

.submenu {
  list-style-type: none;
  z-index: 4;
  top: 100%;
  width: 280px;
  padding: 50px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  text-align: left;
  opacity: 0;
  font-size: 16px;
  line-height: 24px;
  -webkit-transform: translate3D(0, 20px, 0);
  -ms-transform: translate3D(0, 20px, 0);
  transform: translate3D(0, 20px, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  will-change: transform;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.submenu li {
  margin-bottom: 10px;
}

.submenu li:last-child {
  margin-bottom: 0;
}

.sep-icon {
  display: none;
}

.menu > a {
  text-align: center;
  font-family: MetaPro;
  font-size: 16px;
}

.menu > a,
.submenu a {
  color: #20384e;
  text-decoration: none;
}

.submenu a {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  width: 100%;
  display: inline-block;
}

.prod {
  width: 156px;
}

.info {
  width: 177px;
}

.set {
  width: 97px;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(180.1deg, #f4fbff 12.37%, #ddf3ff 96.14%);
  background: linear-gradient(269.9deg, #f4fbff 12.37%, #ddf3ff 96.14%);
}

.footer-container {
  width: 1420px;
  margin: auto;
}
.footer-container .main-container {
  flex-wrap: wrap;
  justify-content: center;
}
/*.footer-container.pl {
  width: 100%;
  margin: auto;
}*/

.infoblock {
  background-color: #003b5c;
  color: #82bdde;
  font-size: 24px;
  line-height: 30px;
  height: auto;
  width: 100%;
  text-align: center;
  padding: 0;
}
.infoblock.pl {
  color: #003b5c;
  background: #FFFFFF;
  padding: 0px 20px 0px 20px;
}
.infoblock.pl p {
  text-transform: none;
}
.infoblock-fi {

}

.infoblock.infoblock-by {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 59, 92, 0.9);
  color: #ffffff;
}

.infoblock.infoblock-by h2 {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 27px;
  line-height: 30px;
  font-style: normal;
  font-family: 'Meta Pro Normal';
}
.infoblock.infoblock-by p {
  padding-top: 10px;
  font-size: 18px;
  line-height: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.infoblock p {
  text-transform: uppercase;
  font-weight: 400;
  font-family: MetaPro;
  margin: 0;
  padding: 20px 15px 20px 15px;
}

.infoblock-fi p {
  text-transform: none;
  font-size: 14px;
  line-height: 140%;
}

.main-container {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-site {
  margin: 0 0 13px;
  width: 150px;
  text-decoration: none;
  font-family: MetaPro;
  color: #20384e;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.law-info {
  margin: 0;
  width: 370px;
}

.all-right-reserved,
.law-info {
  font-family: MetaPro;
  color: #20384e;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.all-right-reserved {
  margin: 0 0 -15px;
  width: 100%;
  padding-left: 60px;
  max-width: 1000px;
}

.footer-information {
  margin-right: 30px;
}

.footer-information div {
  margin-top: 13px;
  margin-bottom: 30px;
}
.footer-links .only-links{
  margin-left: 30px;
}

.footer-link {
  margin-left: 0px;
  margin-right: 30px;
  text-decoration: none;
  font-family: "Meta Pro Normal";
  color: #20384e;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}
.footer-links {
  width: 100%;
  max-width: 1000px;
}

/*.footer-container.pl .footer-links {
  max-width: 100%;
  padding: 0px 30px 0px 30px;
}*/

.footer-links .only-links br {
  display: none;
}
/*.footer-container.pl .footer-links .only-links {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}*/

.afteruses-footer,
.all-right-reserved-mobile,
.articles-footer,
.buy-footer,
.confidential-footer,
.contancts-footer,
.law-footer {
  display: none;
}

.footer-warn {
  margin-left: 30px;
  font-family: MetaPro;
  font-size: 14px;
  line-height: 140%;
  color: #20384e;
}

.footer-logo {
  position: absolute;
  right: 0;
  top: calc(50% - 24px);
  display: flex;
  align-items: center;
}
.footer-logo .f-logo {
  margin-right: 10px;
}
.footer-logo .f-logo img {
  height: 70px;
}

.mixin-interesting-block {
  height: auto;
  padding-top: 50px;
  padding-bottom: 100px;
  width: 100%;
  position: relative;
}

.mixin-interesting-block .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.interesting {
  margin: 80px 0 44px;
  width: 277px;
  font-family: MetaPro;
  color: #20384e;
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
}

.interesting-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 24px;
}

.all-articles {
  margin: 95px 0 76px 1019px;
  height: 24px;
  color: #20384e;
  text-decoration: none;
}

.all-articles svg {
  margin-left: 10px;
}

.long-arrow {
  margin-left: 10px;
  height: 8px;
}

.sometxt {
  margin: 0;
  font-family: MetaPro;
  padding: 6px 12px;
  color: #20384e;
  font-size: 16px;
  line-height: 100%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 20px;
}

.img-container {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  width: 325px;
  height: 236px;
}
.img-container.full-width img {
  width: initial !important;
}
.img-cont-fit {
  display: flex;

}
.img-cont-fit img {
  min-width: 100% !important;
  object-fit: cover;
}

.catalog-item:hover .img-cont-fit {

}
.catalog-item:hover .img-cont-fit img {

}


.not-move {
  height: 250px;
}

.articles {
  margin-bottom: 10px;
}

.undertext {
  width: 325px;
  margin: 0;
}

.hidden-undertext,
.undertext {
  font-size: 20px;
  line-height: 140%;
  color: #435363;
}

.hidden-undertext {
  position: absolute;
  top: 220px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  height: 1px;
  transition-duration: 0.2s;
}

.hidden-undertext path {
  fill: #45b3f1;
}

.item-container a {
  color: #435363;
  text-decoration: none;
}

.pills-photo img:nth-child(2),
.srpay-photo img:nth-child(2) {
  display: none;
}

.breadcrumbs {
  margin-bottom: 50px;
  padding-top: 15px;
}
#lang-picker-exist .breadcrumbs {
  padding-top: 45px;
}


.breadcrumbs-item {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: #d6d9dd;
}

.breadcrumbs-arrow {
  color: #d6d9dd;
  padding: 0 3px;
}

.breadcrumbs {
  width: 100%;
}

.owl-next {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  right: -50px;
  top: 40%;
  position: absolute;
}

.owl-next:focus,
.owl-prev:focus {
  outline: none;
}

.owl-prev {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  left: -50px;
  top: 40%;
  position: absolute;
}

.ankers {
  margin-top: 64px;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.ankers li {
  display: inline;
}

.ankers a {
  margin-right: 20px;
  color: #125490;
  font-size: 14px;
  line-height: 36px;
}

.button-spray-instruction {
  position: relative;
  margin-top: 30px;
  margin-bottom: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  border: 0;
  height: 50px;
  width: 260px;
  border-radius: 50px;
}

.button-spray-instruction a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  color: #fff;
  font-family: MetaPro;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.articles .img-container.full-width img {
  min-width: 100%;
  max-width: 110%;
  border-radius: 5px;
}

.spray-title {
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: MetaPro;
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
  color: #20384e;
}

.spray-info {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 150%;
  color: #435363;
}

.head-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-text-spray {
  margin-left: 82px;
  width: 549px;
}

.head-text-spray h1 {
  font-size: 36px;
  line-height: 55px;
  margin-top: 0;
  color: #20384e;
}

.head-text-spray h1,
.spray-info-mobile {
  margin-bottom: 30px;
}

.spray-info:last-child {
  margin-bottom: 0;
}

.total-action {
  top: -50px;
}

.total-action,
.total-action-pills {
  height: 126px;
  margin-left: 0;
  left: 490px;
  position: absolute;
  -webkit-transition-timing-function: cubic-bezier(0, 4.9, 0, 0.06);
  -o-transition-timing-function: cubic-bezier(0, 4.9, 0, 0.06);
  transition-timing-function: cubic-bezier(0, 4.9, 0, 0.06);
}

.total-action-pills {
  top: -90px;
}

.sep-icon {
  top: 49px;
  margin: 0;
  left: 484px;
  height: 126px;
  width: 138px;
  position: absolute;
}

.sep-icon img {
  -webkit-transition-timing-function: cubic-bezier(0, 4.9, 0, 0.06);
  -o-transition-timing-function: cubic-bezier(0, 4.9, 0, 0.06);
  transition-timing-function: cubic-bezier(0, 4.9, 0, 0.06);
}

.srpay-photo {
  height: 460px;
  width: 627px;
  margin-left: 70px;
}

.srpay-photo img {
  max-height: 100%;
  max-width: 100%;
}

.pills-photo {
  height: 460px;
  width: 627px;
}

.pills-photo img {
  max-height: 100%;
  max-width: 100%;
}

.head-images-spray {
  position: relative;
  margin-top: 3px;
  margin-left: 84px;
}

.cross {
  z-index: -7;
  position: absolute;
  right: calc(50% - 1050px);
  top: calc(50% - 105px);
}

.bg-cont .cross {
  right: calc(50% - 984px);
  top: calc(50% - 82px);
}

.page-text {
  margin-top: 90px;
  width: 690px;
}

.page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-left: 90.5px;
  color: #20384e;
}

.page-content h1 {
  font-size: 36px;
  line-height: 55px;
  color: #20384e;
}

.page-nav, .right-latest-posts {
  padding: 30px 20px 30px 30px;
  color: #125491;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 100px;
  width: 275px;
  margin-left: 150px;
  background: #f2faff;
  border-radius: 10px;
  margin-bottom: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-nav a, .right-latest-posts a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #125491;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.right-latest-posts h3 {
  margin-top: 0px;
  font-size: 1.6em;
}

.page-nav ul, .right-latest-posts ul {
  margin: 0;
  padding-left: 15px;
}

.page-nav li, .right-latest-posts li {
  margin-bottom: 20px;
}

.page-text h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 20px;
}

.new_article_transitions_block {
  overflow: auto;
  height: 100%;
  padding-right: 10px;
  /*max-height: calc(100vh - 260px);*/
  padding-bottom: 1px;
}

.new_article_transitions_block li {
  position: relative;
}

.new_article_transitions_block li:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #125490;
  left: -15px;
  top: 9px;
  border-radius: 100%;
  position: absolute;
}

.new_article_transitions_block li:last-child {
  margin-bottom: 0;
}

.page-text p {
  color: #435363;
  margin-top: 0;
  font-size: 16px;
  line-height: 150%;
}

.page-text h1 {
  margin: 0 0 70px;
}

.page-text ul {
  padding-left: 17px;
  margin-bottom: 50px;
  list-style: none;
  font-size: 16px;
  line-height: 150%;
}

.page-text h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 20px;
}

.page-text li {
  position: relative;
  margin-bottom: 20px;
}

.page-text li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #20384e;
  left: -17px;
  top: 9px;
}

.finished-text {
  margin-bottom: 50px;
}

.finished-page,
.upstairs {
  margin-bottom: 120px;
}

.upstairs {
  z-index: 100000;
  position: -webkit-sticky;
  position: sticky;
  left: 1850px;
  top: 800px;
  width: 18px;
  height: 50px;
  margin-right: -120px;
}

#scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #e4eef4;
  border-radius: 5px;
}

#scrollbar::-webkit-scrollbar-thumb {
  background-color: #45b3f1;
  border-radius: 5px;
}

.mobile-block-always {
  display: none;
}

.anim-bg-img {
  position: absolute;
}

.razm {
  background: #f5fcff !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -100500;
}

.background-mixin {
  -webkit-filter: blur(50px);
  filter: blur(50px);
  position: relative;
  top: 0;
  left: 0;
  z-index: -100501;
}

.bg-bg {
  position: absolute;
  width: 100%;
  background: #f5fcff !important;
  z-index: -100502;
  height: 100%;
  top: 0;
  left: 0;
}

.el1 {
  display: none;
  top: 220px;
  left: 543px;
}

.el2 {
  right: -73px;
  top: 598px;
  opacity: 0.7;
}

.el3 {
  -webkit-transform: rotate(-24.94deg);
  -ms-transform: rotate(-24.94deg);
  transform: rotate(-24.94deg);
  left: 70vw;
  top: 410px;
  opacity: 0.5;
}

.el4 {
  left: 139px;
  top: 475px;
}

.el5 {
  -webkit-transform: rotate(31.04deg);
  -ms-transform: rotate(31.04deg);
  transform: rotate(31.04deg);
  left: 70vw;
  top: 100px;
}

.el6 {
  top: 78px;
  left: 668px;
  -webkit-transform: rotate(36.06deg);
  -ms-transform: rotate(36.06deg);
  transform: rotate(36.06deg);
}

.el7 {
  top: 612px;
  left: 173px;
}

.el8 {
  top: 461px;
  left: -15px;
}

.el9 {
  -webkit-transform: rotate(-19.82deg);
  -ms-transform: rotate(-19.82deg);
  transform: rotate(-19.82deg);
  top: 390px;
  left: 63px;
}

.el10 {
  top: 600px;
  left: 70vw;
}

.el11 {
  top: 619px;
  left: 105px;
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.el12 {
  top: 15px;
  left: 481px;
}

.el13 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  top: 538px;
  right: 81px;
}

.el14 {
  top: 270px;
  left: 273px;
}

.razm-320,
.razm-768 {
  display: none;
}

.container-404 {
  width: 889px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-404 h1 {
  margin-top: 174px;
  font-size: 54px;
  line-height: 55px;
  color: #20384e;
  margin-bottom: 30px;
}

.page-404-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  width: 478px;
  color: #20384e;
  margin-bottom: 50px;
}

.btn-404 {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  border: 0;
  border-radius: 50px;
}

.btn-404 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  color: #fff;
  font-family: MetaPro;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.btn-blue {
  position: relative;
  cursor: pointer;
}

.btn-blue:after {
  z-index: 1;
  background: -o-linear-gradient(0.38deg, #00cdfa 0.25%, #00bee8 99.67%);
  background: linear-gradient(89.62deg, #00cdfa 0.25%, #00bee8 99.67%);
}

.btn-blue:after,
.btn-blue:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.btn-blue:before {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  z-index: 2;
  background: -o-linear-gradient(359.73deg, #007994 0.24%, #00c1ec 99.76%);
  background: linear-gradient(90.27deg, #007994 0.24%, #00c1ec 99.76%);
}
.text-blue {
  color: #45b3f1;
  font-size: 18px;
}
.text-blue:hover {
  color: #df1e18;
}

.btn-red {
  cursor: pointer;
}

.btn-red:after {
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ce2424),
    to(red)
  );
  background: -o-linear-gradient(top, #ce2424 0, red 100%);
  background: linear-gradient(180deg, #ce2424, red);
}

.btn-red:after,
.btn-red:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.btn-red:before {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  z-index: 2;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#620000),
    to(#d60000)
  );
  background: -o-linear-gradient(left, #620000 0, #d60000 100%);
  background: linear-gradient(90deg, #620000, #d60000);
}

.img-404 img {
  margin-bottom: -5px;
  margin-top: 0;
  width: 410px;
  height: auto;
}

.img-404 {
  margin-top: 52px;
}

.breadcrumbs-block {
  margin-top: -25px;
}

.atrlicles-content {
  margin-bottom: 150px;
}

.atrlicles-content h1 {
  font-size: 54px;
  line-height: 55px;
  margin: 0;
  color: #20384e;
}

.articles-a-lot {
  display: grid;
  grid-template-columns: 325px 325px 325px 325px;
  grid-column-gap: 40px;
  grid-row-gap: 70px;
}

.grid-elem {
  position: relative;
}

.more-articles-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}

.more-grid-elem {
  display: none;
}

.btn-text {
  width: 248px;
}

.selector {
  position: absolute;
  opacity: 0;
}

.grid-elem .hidden-undertext {
  position: absolute;
  top: 220px;
}

.text-article-name {
  padding-top: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-content-article-name,
.text-article-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-content-article-name {
  color: #20384e;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.page-content-article-name h1 {
  margin: 0;
  font-weight: 700;
  font-size: 54px;
  line-height: 55px;
}

.page-content-article-name h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Meta Pro Normal';
}

.page-text-article-name {
  width: 690px;
  margin-bottom: 100px;
  margin-left: 82px;
}
.page-text-article-name h2 + h5, .page-text-article-name .unic-form + h5 {
  color: #cf2e2e;
}
.page-text-article-name .double-icons-block {
  display: flex;
  flex-wrap: wrap;
}
.page-text-article-name .double-icons-block .column {
  width: 100%;
}
.page-text-article-name .double-icons-block h2.first-h2 {
  margin-top: 10px;
}
.page-text-article-name .double-icons-block h2.second-h2 {
  margin-top: 40px;
}

.illnes {
  max-width: 100%;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.illnes:last-child {
  margin-bottom: 0 !important;
}

.illnes + p,
.page-text-article-name > div:first-child h2:first-child {
  margin-top: 0 !important;
}

.block-total {
  margin-bottom: 50px;
  text-decoration: none;
}

.insimg {
  max-width: 100%;
  margin-bottom: 100px;
  margin-top: 50px;
  border-radius: 5px;
}

.page-text-article-name h3 {
  font-size: 32px;
  line-height: 140%;
  margin-top: 50px;
  margin-bottom: 30px;
}

.illnes + span {
  font-size: 14px;
  line-height: 140%;
  color: #435363;
  margin-bottom: 50px;
  display: block;
  margin-top: -80px;
}

.page-text-article-name > .anons-elem:first-child h2:first-child,
.page-text-article-name > .anons-elem:first-child img:first-child,
.page-text-article-name > h2:first-child,
.page-text-article-name > img:first-child {
  margin-top: 0;
}

.page-text-article-name p {
  margin: 20px 0 0 0;
  font-size: 18px;
  line-height: 150%;
}

.page-text-article-name ul {
  margin-top: 20px;
  font-size: 18px;
  line-height: 150%;
  padding-left: 20px;
}

.page-text-article-name ul li {
  margin-bottom: 10px;
  position: relative;
}

.page-text-article-name ul li:last-child {
  margin-bottom: 0;
}

.page-text-article-name ul {
  list-style: none;
  margin-bottom: 50px;
  margin-top: 10px;
  padding-left: 37px;
}

.block-total {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-text-article-name ol {
  counter-reset: myCounter;
  list-style: none;
  margin: 20px 0;
  padding-left: 30px;
}

.page-text-article-name ol li {
  position: relative;
}

.page-text-article-name ol li:after {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  background: none;
  width: auto;
  height: auto;
  font-size: 20px;
  line-height: 20px;
  color: #20384e;
  top: 0;
  left: -30px;
  font-family: MetaPro;
  font-weight: 700;
}

.page-text-article-name ol li {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 150%;
}

.page-text-article-name ol li:last-child {
  margin-bottom: 0;
}

.page-text-article-name li:after {
  content: "";
  position: absolute;
  left: -17px;
  top: 11px;
  background: #20384e;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

.interesting-fact-block li:after {
  background: #df1e18;
}

.interesting-fact-block ul {
  margin-top: 0;
  margin-bottom: 0;
}

.navigation {
  margin-top: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.soc-webs p {
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 3px;
}

.share-this input {
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  max-width: 0;
  max-height: 0;
  border: 0;
  padding: 0;
}

.back-to {
  font-size: 16px;
  line-height: 150%;
  color: #20384e;
  text-decoration: none;
}

.back-to,
.soc-webs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-to,
.soc-links a,
.soc-webs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.soc-links a {
  width: 29px;
  height: 29px;
  margin-right: 9px;
}

.soc-links a:last-child {
  margin-right: 0;
}

.soc-links svg {
  width: 100%;
  height: 100%;
}

.soc-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.back-to svg {
  width: 33px;
  height: 8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 10px;
}

.ill {
  width: 348px;
  padding-right: 30px;
}

.ill,
.ill p {
  position: relative;
}

.ill p {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 140%;
  color: #df1e18;
  padding-right: 44px;
}

.ill p:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 7px;
  height: 7px;
  top: 9px;
  background: #dadada;
  border-radius: 100%;
}

.causes div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.ill p:last-child,
.ill p:nth-child(3n) {
  padding-right: 0;
}

.ill p:last-child:after,
.ill p:nth-child(3n):after {
  content: none;
}

.causes + .causes {
  margin-top: 37px;
}

.ill h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px !important;
}

.block-total .point {
  padding-top: 20px;
  margin: 0 20px;
  font-size: 16px;
  line-height: 140%;
  color: #df1e18;
}

.block-total h2 {
  color: #45b3f1;
  font-size: 24px;
  line-height: 140%;
  margin: 0;
}

.block-total h3 {
  margin: 0 0 7px;
  color: #20384e;
}

.causes-effects-ins,
.causes-ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.causes-effects-ins {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.causes {
  margin-top: 40px;
}

.causes-effects {
  margin-top: 50px;
}

.ad {
  padding-left: 67px;
}

.ad-ins {
  margin-top: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.interesting-fact-block {
  position: relative;
  padding-left: 35px;
}

.interesting-fact-block:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../../../../../if.svg);
  position: absolute;
  left: 0;
  top: 11px;
}
.interesting-fact-block.hide-icon {
  padding-left: 0;
}
.interesting-fact-block.hide-icon:before {
  display: none;
}

.ad-ins p {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  width: 224px;
  color: #435363;
}

.ill:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: calc(100% - 13px);
  background: #f2f2f2;
}

.interesting-fact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.interesting-fact-block {
  margin-bottom: 50px;
  margin-top: 50px;
}

.interesting-fact img {
  height: 25px;
  margin-top: 10px;
  margin-right: 10px;
}

.interesting-fact h3 {
  font-size: 30px;
  line-height: 140%;
  margin: 0;
}

.interesting-fact-block p {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #df1e18;
  margin: 20px 0 0;
}

.gerbion {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #2bd150;
  border-radius: 5px;
  padding: 15px 55px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gerbion img {
  max-height: 193px;
  max-width: 255px;
}

.gerb-text h4 {
  margin: 0;
  width: 278px;
  font-size: 24px;
  line-height: 140%;
  color: #1e8936;
}

.gerb-btn p {
  width: 90px;
  height: 20px;
  padding: 15px 30px;
  margin: 0;
}

.gerb-btn p,
.gerbion a {
  font-size: 14px;
  line-height: 20px;
  color: #1e8936;
}

.gerbion a {
  padding: 14px 29px;
  border: 1px solid #1e8936;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
}

.gerb-right {
  width: 278px;
}

.gerbion h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #1e8936;
  margin: 0;
}

.advices {
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 330px 330px;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}

.gerb-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.advice > div,
.gerb-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advice > div {
  height: 130px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advice img {
  max-height: 100%;
  max-width: 100%;
}

.red-txt {
  color: #df1e18;
}

.advice p {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 140%;
}

.interesting-fact-block ul {
  margin-left: -35px;
}

.do-u-know {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.do-u-know-block {
  margin-bottom: 100px;
  margin-top: 100px;
}

.do-u-know img {
  height: 25px;
  margin-top: 10px;
  margin-right: 10px;
}

.do-u-know h3 {
  font-size: 30px;
  line-height: 140%;
  margin: 0;
}

.do-u-know-block ul {
  font-size: 16px;
  padding-left: 20px;
  line-height: 150%;
  margin: 0;
}

.do-u-know-block li {
  font-size: 16px;
  line-height: 150%;
  margin: 20px 0 0;
}

.do-u-know-block li::marker {
  height: 7px;
  width: 7px;
  color: #df1e18;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.art ul {
  list-style: none;
}

.products {
  font-size: 14px;
  line-height: 140%;
  color: #20384e;
  background-color: rgba(242, 250, 255, 0.5);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 252px;
}

.img-prod {
  width: 84px;
  max-height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-prod img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
}

.products.active {
  border: 1px solid #45b3f1;
  border-radius: 10px;
  background: #f9fdff;
}

.products.active .prod-container {
  padding: 14px;
}

.prod-container {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.text-prod p {
  width: 124px;
  margin: 0;
}

.text-prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 12px;
}

.map {
  margin-top: 50px;
  width: 100%;
}

.where-to-buy-content {
  margin: 100px 0 150px;
}
.where-to-buy-content .row, .where-to-buy-popup .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.where-to-buy-content .col-lg-3, .where-to-buy-popup .col-lg-3 {
  width: 25%;
}
.where-to-buy-popup .container {
  width: 100%;
}

.where-to-buy h1 {
  margin: 0;
  font-size: 54px;
  line-height: 55px;
  color: #20384e;
}

.prods-line {
  margin-top: 30px;
  width: 100%;
}

.where-to-buy-txt {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #435363;
}

.map h2 {
  position: relative;
  top: 43%;
  left: 43%;
  font-size: 54px;
  line-height: 55px;
  color: #20384e;
}

.head-block .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.head-block {
  padding-top: 90px;
  margin-top: -90px;
}

.head-text-spray-prod {
  margin-top: 20px;
  width: 586px;
}

.head-text-spray-prod ul {
  margin-bottom: 56px;
}

.head-images-spray-prod {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-cont-prod .cross {
  right: calc(50% - 982px);
  top: calc(50% - 125px);
}

.bg-cont-prod .razm {
  height: 100%;
}

.spray-title-prod {
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
  margin-bottom: 50px;
  margin-top: 0;
}

.pills-photo-prod img:nth-child(2),
.srpay-photo-prod img:nth-child(2) {
  display: none;
}

.head-text-spray-prod {
  color: #20384e;
}

.spray-info-prod {
  font-weight: 700;
  margin-bottom: 60px;
  font-size: 24px;
  line-height: 24px;
  padding-left: 25px;
  color: #20384e;
}

.spray-info-prod li {
  margin-bottom: 40px;
}

.spray-info-prod li::marker {
  height: 13px;
  width: 13px;
  color: #ce2424;
}

.head-prod-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 82px;
}

.block-scroll {
  overflow: hidden;
}

.head-text-spray-prod {
  margin-left: 0;
}

.total-action-prod {
  height: 184px;
  left: 555px;
  top: -20px;
  position: absolute;
  -webkit-transition-timing-function: cubic-bezier(0, 4.9, 0, 0.06);
  -o-transition-timing-function: cubic-bezier(0, 4.9, 0, 0.06);
  transition-timing-function: cubic-bezier(0, 4.9, 0, 0.06);
}
.total-action-prod-cz {
  height: 126px;
  left: -90px;
  top: 145px;
}

.head-text-spray-prod li {
  font-size: 24px;
  line-height: 24px;
}

.srpay-photo-prod {
  height: 465px;
  width: 627px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 65px;
  margin-top: -200px;
}

.sep-icon img {
  max-width: 100%;
  max-height: 100%;
}

.checked-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  height: 86px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checked-img.big-image {
  height: 172px;
}

.checked-img img {
  margin-right: 13px;
  max-height: 100%;
}

.page-text-prod {
  width: 690px;
}

.page-content-prod {
  margin-top: 120px;
  margin-left: 90.5px;
  color: #20384e;
}

.page-content-prod,
.unic-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.unic-form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.force-troix {
  margin: 50px 0 100px;
  position: relative;
}

.spray-force {
  position: absolute;
  top: 132px;
  width: 155px;
  left: 279px;
}

.triple-force {
  position: relative;
}

.force-text:first-child {
  left: 404px;
  top: 0;
}

.line-bottom + div > h2:first-child {
  margin-top: 80px;
}

.unic-form-text p {
  margin-top: 0;
}

.unic-form-text p:last-child {
  margin-bottom: 0;
}

.unic-form-text {
  width: calc(100% - 115px);
}

.line-bottom {
  opacity: 0.1;
  height: 1px;
  background-color: #435363;
  margin: 80px 0;
}

.page-text-prod table tr {
  font-size: 14px;
  color: #20384e;
  text-align: center;
}

.page-text-prod table td {
  width: 189px;
}

.page-text-prod table th span {
  font-weight: 400;
  margin-top: 5px;
}

.tr-head {
  padding-bottom: 30px;
  border-bottom: 1px solid #45b3f1;
}

.tr-body {
  border-bottom: 1px solid #f2f2f2;
}

.td-title {
  font-weight: 700;
}

.page-text-prod table {
  margin-top: 60px;
  border-collapse: collapse;
  height: 406px;
  width: 690px;
}

.page-text-prod h2 {
  margin: 80px 0 50px;
  font-size: 36px;
  line-height: 140%;
}

.page-text-prod h1 {
  margin: 0 0 50px;
  font-size: 36px;
  line-height: 140%;
}

.page-text-prod h3 {
  font-size: 24px;
  line-height: 150%;
  margin: 0;
}

.page-text-prod p {
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}

.unic-form {
  margin-bottom: 80px;
  margin-top: 33px;
}

.unic-form-text {
  margin-left: 30px;
}

.unic-form-text p {
  margin-bottom: 20px;
}

.force-troix-img:last-child {
  display: none;
}

.graph,
.tastes .tastes-ins {
  margin-top: 50px;
}

.graph {
  margin-bottom: 80px;
  display: block;
  max-width: 100%;
}

.unic-form img {
  width: 85px;
}

.block-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}

.block-time:last-child {
  margin-bottom: 0;
}

.block-time span {
  color: #df1e18;
}

.block-time p {
  margin-bottom: 10px;
  margin-top: 0;
}

.block-time p:last-child {
  margin-bottom: 0;
}

.block-hand,
.block-like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hand-ins,
.like-ins,
.time-ins {
  margin-left: 54px;
}

.text-link {
  margin-top: 50px;
}

.table-spray .table-body > div:first-child img {
  width: 130px;
  margin-top: 57px;
}

.table-spray .table-body {
  padding-right: 48px;
}

.table-spray .table-body > div:nth-child(3) p {
  padding-left: 39px !important;
}

.table-spray .table-body > div:nth-child(2) p {
  padding-right: 39px !important;
}

.table-spray .table-body > div:nth-child(2),
.table-spray .table-body > div:nth-child(3) {
  width: 228px;
}

.table-spray .table-body > div:first-child {
  width: calc(100% - 456px);
}

.table-spray .table-body > div:first-child p {
  width: 150px;
}

.table-spray .table-header > div:first-child {
  width: 190px;
}

.table-spray .table-header > div:nth-child(3) p {
  width: 276px;
}

.block-time ul {
  margin: 10px 0;
}

.block-time li {
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 140%;
}

.blocks h2 {
  color: #df1e18;
  margin-bottom: 20px;
  margin-top: 0;
}

.blocks h1 {
  margin-top: 80px;
}

.blocks {
  margin-top: 50px;
}

.blocks li {
  margin-top: 40px;
}

.force-troix-img {
  width: 564px;
  margin-left: 31px;
  margin-top: 8px;
}

.force-text:first-child div:nth-child(2) {
  margin-left: 90px;
  margin-top: 11px;
}

.force-text:nth-child(2) {
  top: 59px;
}

.force-text:nth-child(3) {
  top: 354px;
  left: 63px;
}

.force-text {
  position: absolute;
}

.force-text div:first-child {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #df1e18;
  width: 286px;
}

.force-text div:nth-child(2) {
  font-size: 16px;
  line-height: 150%;
  color: #435363;
  margin-top: 20px;
  width: 196px;
}

.blocks li::marker {
  color: #df1e18;
}

.block-hand ul {
  font-size: 16px;
  line-height: 140%;
}

.block-hand li {
  margin-top: 10px;
  font-weight: 400;
}

.block-hand li::marker {
  color: #20384e;
}

.button-prod {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-top: 50px;
  font-size: 16px;
  border: 0;
  padding: 15px 30px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ce2424),
    to(red)
  );
  background: -o-linear-gradient(top, #ce2424 0, red 100%);
  background: linear-gradient(180deg, #ce2424, red);
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.button-prod a {
  padding: 13px 20px;
  width: 72px;
  color: #fff;
  font-family: MetaPro;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.button-instr,
.button-prod a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

.button-instr {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 60px;
  border: 0;
  height: 50px;
  width: 260px;
  background: -o-linear-gradient(0.38deg, #00cdfa 0.25%, #00bee8 99.67%);
  background: linear-gradient(89.62deg, #00cdfa 0.25%, #00bee8 99.67%);
  border-radius: 50px;
}

.button-instr a {
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  color: #fff;
  font-family: MetaPro;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

p.taste {
  margin-top: 0;
}

.tastes .tastes-ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tastes .tastes-ins div:nth-child(odd) {
  margin-right: 106px;
}

.tastes .tastes-ins div {
  margin-bottom: 50px;
}

.tastes .tastes-ins div p {
  line-height: 140%;
  text-align: center;
  font-style: italic;
}

.taste {
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
  color: #df1e18;
}

.tastes .tastes-ins div {
  width: 258px;
}

.tastes .tastes-ins img {
  width: 100%;
}

.gluten-free img {
  margin-right: 34px;
}

.gluten-free img {
  max-height: 100%;
  max-width: 140px;
}

.sol > div:first-child {
  width: 85px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ideal-sol > div:nth-child(2) img {
  width: 271px;
  margin-left: 63px;
}

.sol > div:nth-child(2) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sol,
.sol > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sol {
  margin-bottom: 40px;
  width: 350px;
}

.sol img {
  max-width: 100%;
}

.sol h2 {
  font-size: 24px;
  line-height: 140%;
  color: #df1e18;
  margin: 0;
  font-style: italic;
}

.sol p {
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  margin: 0;
  font-style: italic;
}

.ideal-sol > div:nth-child(2) {
  position: relative;
  margin-top: -25px;
}

.ideal-sol > div:nth-child(2):before {
  content: "";
  position: absolute;
  width: 303px;
  height: 303px;
  background: #f2faff;
  left: 9px;
  top: 23px;
  border-radius: 100%;
  z-index: -1;
}

.sol:last-child {
  margin-bottom: 0;
}

.rel {
  position: relative;
  margin-top: 50px;
}

.dia {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  color: #fff;
}

.sol p {
  margin-bottom: 5px;
}

.inf {
  top: 75%;
  right: 50px;
}

.inf,
.ninf {
  position: absolute;
}

.ninf {
  text-align: center;
  width: 120px;
  top: 20%;
  right: 120px;
}

.diagram {
  position: absolute;
  z-index: -1;
}

.bg-diagram {
  left: 53%;
  top: 10%;
  position: absolute;
  z-index: -2;
}

.ideal-sol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dia-block > div:first-child {
  width: 335px;
  margin-right: 48px;
}

.dia-block {
  margin-top: 17px;
  background: #f2faff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}
.no-scroll {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}
.no-scroll body {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}
.dia-block p {
  font-size: 14px;
  color: rgba(67, 83, 99, 0.5);
  margin-bottom: 20px;
}

.dia-block p,
.dia-block ul {
  line-height: 140%;
  margin-top: 0;
}

.dia-block ul {
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 0;
}

.dia-block li::marker {
  width: 7px;
  height: 7px;
}

.dia-block li {
  margin-bottom: 20px;
}

.pills-photo-prod {
  height: 465px;
  width: 627px;
  margin-top: -115px;
  margin-left: 117px;
}

.pills-photo-prod img,
.srpay-photo-prod img {
  max-width: 100%;
  max-height: 100%;
}

.pills-force {
  position: absolute;
  top: 124px;
  left: 254px;
  width: 205px;
}

.table-img {
  height: 210px;
  width: 160px;
}

.for-kids-block {
  margin-top: 200px;
  width: 1420px;
  height: 990px;
  background-image: url(../../../../../block-bg.svg);
  border-radius: 10px;
}

.every-mom {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.every-mom p {
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
  width: 650px;
}

.cens {
  height: 59px;
  position: relative;
  top: 0;
  right: -70px;
}

.main-info p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
}

.main-info ul {
  font-size: 16px;
  line-height: 140%;
}

.main-info li::marker {
  width: 7px;
  height: 7px;
  color: #df1e18;
}

.main-info {
  width: 600px;
}

.kids-ins-block {
  width: 1232px;
  margin: 85px auto auto;
}

.kids-ins-block,
.uls-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kids-img {
  width: 293px;
  height: 453px;
  margin-left: 160px;
  margin-top: -60px;
}

.not-inside {
  margin-top: 60px;
}

.footnote {
  width: 1232px;
  margin: auto;
  font-size: 16px;
  line-height: 140%;
}

.footnote p {
  margin-top: 60px;
}

.anons-elem {
  -webkit-transform: translate3D(0, 20px, 0);
  -ms-transform: translate3D(0, 20px, 0);
  transform: translate3D(0, 20px, 0);
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.anons-elem,
.show_anons {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: transform, opacity;
}

.show_anons {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.mobile,
.mobile-disp {
  display: none !important;
}

.bg-cont {
  overflow: hidden;
  position: absolute;
  padding-top: 90px;
  margin-top: -90px;
  width: 100vw;
  height: 774px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-padding {
  padding-top: 89px;
}

.head-container {
  height: 599px;
}

.bg-cont-main {
  overflow: hidden;
  position: absolute;
  padding-top: 90px;
  width: 100vw;
  height: 200%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  background: #f5fcff;
}

.bg-cont-main .cross {
  z-index: -7;
  position: absolute;
  right: calc(50% - 885px);
  top: calc(50% - 100px);
}

h2.instruction-title {
  margin-bottom: 70px;
  line-height: 55px;
}

.bg-cont-prod {
  overflow: hidden;
  position: absolute;
  padding-top: 90px;
  margin-top: -90px;
  width: 100vw;
  height: 729px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bg-cont .razm {
  height: 100%;
}

.head-prod-container {
  height: 554px;
}

.srpay-photo-prod {
  margin-left: 45px;
  margin-top: -110px;
}

.pills-for-kids {
  position: relative;
  background: #f2faff;
  border-radius: 10px;
  background: url(../../../../../for-kids-bg.jpg);
  background-repeat: no-repeat;
  padding: 51px 94px 50px;
  margin-top: 100px;
  margin-bottom: 120px;
}

.pills-for-kids + .page-content-article-name .text-article-name {
  padding-top: 0;
}

.table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  font-style: italic;
}
.table-header h5{
  color: #20384e !important;
}

.table-body > div:first-child p {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #20384e;
}

.table-header p {
  margin: 0;
}

.table-body > div:first-child img {
  width: 210px;
  margin-top: 0;
}

.table-header p:first-child {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #20384e;
}

.table-header p {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #435363;
}

.table-header p + p {
  margin-top: 5px;
}

.table-header h5 {
  margin: 0 !important;
}

.table-body > div:nth-child(2),
.table-body > div:nth-child(3),
.table-header > div:nth-child(2),
.table-header > div:nth-child(3) {
  width: 217px;
}

.table-header > div:nth-child(3) p {
  width: 203px;
  margin-left: auto;
}

.table-body > div:first-child,
.table-header > div:first-child {
  width: calc(100% - 434px);
}

.table-body > div:first-child p {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'Meta Pro Normal';
}

.table-header > div:nth-child(2) p {
  width: 156px;
  margin-left: 18px;
}

.blocks-ul li {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #20384e;
  margin-bottom: 40px !important;
}

.blocks-ul ul {
  padding-left: 33px;
}

.gluten-free {
  height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gluten-free.pt-pt {
  justify-content: center;
  height: 200px;
}
.gluten-free.pt-pt .sub-image-title{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  text-transform: capitalize;
}
.gluten-free.pt-pt .sub-image-title {
  font-size: 16px;
}
.double-icons-block.pt-pt .column:first-child {
  margin-bottom: 70px;
  padding-bottom: 100px;
  border-bottom: 1px solid #eee;
}
.double-icons-block.pt-pt .column:last-child {
  display: none;
}

.blocks-ul li:after {
  left: -33px;
  top: 12px;
  width: 13px;
  height: 13px;
  background: #ce2424;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ce2424),
    to(red)
  );
  background: -o-linear-gradient(top, #ce2424 0, red 100%);
  background: linear-gradient(180deg, #ce2424, red);
}

.table-body > div:nth-child(3) p {
  padding-right: 0 !important;
  padding-left: 28px !important;
}

.table-body > div:nth-child(2) p {
  padding-right: 28px !important;
}

.table-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-top: 1px solid #45b3f1;
  margin-top: 22px;
}

.pills-for-kids-first img {
  width: 405px;
  margin-right: 108px;
}

.table-body > div:nth-child(2),
.table-body > div:nth-child(3) {
  text-align: center;
}

.table-body > div:nth-child(2) p,
.table-body > div:nth-child(3) p {
  font-size: 14px;
  line-height: 140%;
  color: #20384e;
  margin-top: 0;
  padding: 30px 0;
  border-bottom: 1px solid #f2f2f2;
}

.table-body > div:nth-child(2) p:last-child,
.table-body > div:nth-child(3) p:last-child {
  border-bottom: none;
}

.table-body > div span {
  color: #df1e18;
}

.pills-for-kids-second > p {
  margin-top: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #20384e;
  width: 596px;
  margin-top: 57px;
  margin-bottom: 30px;
}

.pills-for-kids-second li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #df1e18;
  position: absolute;
  border-radius: 100%;
  left: -17px;
  top: 8px;
}

.pills-for-kids:before {
  content: "6+";
  width: 59px;
  height: 57px;
  right: 50px;
  top: 42px;
  background: #45b3f1;
  position: absolute;
  border-radius: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2px;
}

.pills-for-kids-second > p:first-child {
  margin-top: 0;
}

.pills-for-kids-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pills-for-kids-second ul {
  font-size: 16px;
  line-height: 140%;
  color: #20384e;
  list-style: none;
  padding-left: 17px;
  display: inline-block;
  margin: 0 50px 0 0;
}

.pills-for-kids-second div p {
  font-size: 16px;
  line-height: 140%;
  color: #20384e;
  margin: 50px 0 0;
}

.pills-for-kids-second li {
  position: relative;
  margin-bottom: 20px;
}

.pills-for-kids-second li:last-child {
  margin-bottom: 0;
}

.pills-for-kids-first p {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #20384e;
  margin-bottom: 30px;
  width: 634px;
  margin-top: 0;
}

.pills-for-kids-second > p span {
  color: #df1e18;
}

.pills-for-kids-second {
  margin-top: 71px;
}

.pills-for-kids-first p:last-child {
  margin-bottom: 0;
}

.cookie {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
}

.cookie .container {
  padding: 20px 0 20px 81px;
}

.cookie h2 {
  font-size: 20px;
  line-height: 24px;
  color: #20384e;
}

.cookie h2,
.cookie p {
  margin-top: 0;
  margin-bottom: 20px;
}

.cookie p {
  color: #65788a;
}

.cookie a,
.cookie p {
  font-size: 14px;
  line-height: 20px;
}

.cookie a {
  color: #20384e;
  text-decoration: none;
}

.cookie .cookie-ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang,
.lang-menu {
  display: none !important;
}

.head-scroll .owl-item:not(.active) {
  z-index: -100;
}

.graph2 {
  display: none;
}

.main-main {
  height: 300vh;
  margin-top: -90px;
}
.main-main-small {
  height: auto;
}

.head-head {
  position: relative;
  width: 100%;
  height: 871px;
  z-index: 1;
}

.head-main li:before,
.head-prod-container li:before {
  content: "";
  background-color: #ce2424;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ce2424),
    to(red)
  );
  background: -o-linear-gradient(top, #ce2424 0, red 100%);
  background: linear-gradient(180deg, #ce2424, red);
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: -43px;
  top: 6px;
}

.checked-img {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 0;
  -webkit-transform: translate3D(0, 20px, 0);
  -ms-transform: translate3D(0, 20px, 0);
  transform: translate3D(0, 20px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: transform, opacity;
}

.head-prod-container ul {
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  list-style: none;
  padding-left: 43px;
}

.head-prod-container ul li {
  position: relative;
  margin-bottom: 40px;
  font-style: italic;
}

.head-main {
  padding-left: 0;
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #435363;
  font-family: MetaPro;
}

.head-main ul {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 0;
  -webkit-transform: translate3D(-60px, 0, 0);
  -ms-transform: translate3D(-60px, 0, 0);
  transform: translate3D(-60px, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: transform, opacity;
  margin-bottom: 60px;
  margin-top: 171px;
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  list-style: none;
  padding-left: 43px;
}

.head-main ul li {
  position: relative;
  margin-bottom: 40px;
}

.head-main p {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 0;
  -webkit-transform: translate3D(-60px, 0, 0);
  -ms-transform: translate3D(-60px, 0, 0);
  transform: translate3D(-60px, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: transform, opacity;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 30px;
  width: 320px;
  color: #435363;
}

.prod-photo .img-photo img {
  max-width: 468px !important;
  max-height: 420px;
}

.prod-photo .img-pack {
  position: absolute;
  right: 148px;
  bottom: -120px;
  max-width: 575px;
  opacity: 0;
}

.img-pack img,
.img-photo img {
  width: auto !important;
  height: auto !important;
}
.img-pack.ie-item {
  opacity: 1.0;
  bottom: 300px;
  right: 35%;
}

.head-scroll.owl-carousel {
  width: 468px;
  margin-left: 38px;
  margin-top: 158px;
}

.head-scroll.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.head-scroll.owl-carousel .owl-stage-outer .owl-stage {
  position: static;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.head-scroll.owl-carousel .owl-item {
  position: absolute;
  opacity: 0;
}

.head-scroll.owl-carousel .owl-item.active,
.head-scroll.owl-carousel .owl-item.anim-1 {
  left: 0;
  top: 0;
  opacity: 1;
}

.head-scroll.owl-carousel .owl-item.active .img-pack {
  opacity: 1;
}

.head-scroll.owl-carousel .owl-item.anim-2 {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.head-scroll.owl-carousel .owl-item.active + .owl-item:not(.anim-2),
.head-scroll.owl-carousel .owl-item.anim-2 {
  left: 588px;
  opacity: 0.6;
  top: 85px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

.head-scroll.owl-carousel
  .owl-item.active
  + .owl-item:not(.anim-2)
  .img-photo
  img,
.head-scroll.owl-carousel .owl-item.anim-2 .img-photo img {
  max-width: 293px !important;
  max-height: 220px;
}

.head-scroll.owl-carousel .owl-item.anim-2 .img-pack {
  -webkit-transform: translate3D(0, 40px, 0) !important;
  -ms-transform: translate3D(0, 40px, 0) !important;
  transform: translate3D(0, 40px, 0) !important;
}

.head-scroll.owl-carousel .owl-item.anim-1 .img-pack {
  -webkit-transition-duration: 0.3s !important;
  -o-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  -webkit-transform: translateZ(0) !important;
  -ms-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}

.head-scroll.owl-carousel .owl-item.cloned {
  display: none;
}

.head-scroll.owl-carousel
  .owl-item.active
  + .owl-item
  + .owl-item:not(.anim-close),
.head-scroll.owl-carousel .owl-item.anim-3:not(.anim-close) {
  display: block;
  opacity: 0;
  left: 688px;
  top: 85px;
  -webkit-transform: translateZ(0) !important;
  -ms-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}

.head-scroll.owl-carousel
  .owl-item.active
  + .owl-item
  + .owl-item:not(.anim-close)
  .img-photo
  img,
.head-scroll.owl-carousel .owl-item.anim-3:not(.anim-close) .img-photo img {
  max-width: 293px !important;
}

.head-scroll.owl-carousel .owl-item {
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.41, 1.07) !important;
  -o-transition-timing-function: cubic-bezier(0, 0, 0.41, 1.07) !important;
  transition-timing-function: cubic-bezier(0, 0, 0.41, 1.07) !important;
}

.head-scroll.owl-carousel .owl-item,
.head-scroll.owl-carousel .owl-item .img-photo img {
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.head-scroll.owl-carousel .owl-item .img-photo img {
  -webkit-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.41, 1.07);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.41, 1.07);
  transition-timing-function: cubic-bezier(0, 0, 0.41, 1.07);
}

.head-scroll.owl-carousel .owl-item.anim-1.active,
.head-scroll.owl-carousel .owl-item.anim-1.active .img-photo img {
  -webkit-transition-duration: 0.7s !important;
  -o-transition-duration: 0.7s !important;
  transition-duration: 0.7s !important;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.41, 1.07) !important;
  -o-transition-timing-function: cubic-bezier(0, 0, 0.41, 1.07) !important;
  transition-timing-function: cubic-bezier(0, 0, 0.41, 1.07) !important;
}

.head-scroll.owl-carousel .owl-item.anim-1.active {
  left: 0 !important;
  top: 0 !important;
}

.head-scroll.owl-carousel .anim-all-1.owl-item.anim-close.anim-2,
.head-scroll.owl-carousel .anim-all-2.owl-item.anim-close.anim-3,
.head-scroll.owl-carousel .owl-item.anim-close {
  opacity: 0 !important;
  -webkit-transform: translateZ(0) !important;
  -ms-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}

.head-scroll.owl-carousel .anim-all-1.owl-item.anim-close.anim-2,
.head-scroll.owl-carousel .anim-all-1.owl-item.anim-close.anim-2 .img-photo,
.head-scroll.owl-carousel .anim-all-2.owl-item.anim-close.anim-3,
.head-scroll.owl-carousel .anim-all-2.owl-item.anim-close.anim-3 .img-photo,
.head-scroll.owl-carousel .owl-item.anim-close,
.head-scroll.owl-carousel .owl-item.anim-close .img-photo {
  left: 0 !important;
  -webkit-transition-duration: 0.5s !important;
  -o-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

.head-scroll.owl-carousel .anim-all-1.owl-item.anim-close.anim-2 .img-photo,
.head-scroll.owl-carousel .anim-all-2.owl-item.anim-close.anim-3 .img-photo,
.head-scroll.owl-carousel .owl-item.anim-close .img-photo {
  -webkit-transform: translate3D(-70px, 0, 0) !important;
  -ms-transform: translate3D(-70px, 0, 0) !important;
  transform: translate3D(-70px, 0, 0) !important;
}

.head-scroll.owl-carousel .anim-close .img-pack {
  opacity: 1;
}

.head-scroll.owl-carousel .anim-1 .img-pack {
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
  -webkit-transition-duration: 0.5s !important;
  -o-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.head-main:not(.end-start-anim) .owl-item.active,
.head-main:not(.end-start-anim) .owl-item.active + .owl-item,
.sep-icon {
  -webkit-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
  -webkit-transition-duration: 0.5s !important;
  -o-transition-duration: 0.5s !important;
  transition-duration: 0.5s !important;
  opacity: 0 !important;
}

.sep-icon {
  -webkit-transform: translate3D(0, 60px, 0);
  -ms-transform: translate3D(0, 60px, 0);
  transform: translate3D(0, 60px, 0);
}

.load_animation .checked-img,
.load_animation .head-main:not(.end-start-anim) .owl-item.active,
.load_animation .head-main:not(.end-start-anim) .owl-item.active + .owl-item,
.load_animation .head-main p,
.load_animation .head-main ul,
.load_animation .sep-icon {
  opacity: 1 !important;
  -webkit-transform: translateZ(0) !important;
  -ms-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}

.load_animation .head-main:not(.end-start-anim) .owl-item.active + .owl-item {
  opacity: 0.6 !important;
}

.slider-text-hide {
  display: none;
  height: 132px;
}

.slider-text-hide div:not(.active) {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.slider-text-hide div {
  position: absolute;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.slider-text-hide p {
  margin-top: 0;
}

.bg-slider-circle {
  position: absolute;
  width: 872.28px;
  height: 884.91px;
  -webkit-transform: rotate(26.85deg);
  -ms-transform: rotate(26.85deg);
  transform: rotate(26.85deg);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: transform, opacity;
  opacity: 0.4;
  left: 695px;
  top: 0;
}

.women-block {
  top: 0;
  left: 0;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}
.women-block-1 {
  top: 0;
  left: 0;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
}

.ie .women-block {
  position: absolute;
}
.ie .women-block-1 {
  position: absolute;
  position: -webkit-sticky;
  position: sticky;
}

.story, .story_single {
  position: relative;
  width: 100%;
  height: 712px;
  z-index: 2;
}
.story_single {
  margin-top: 200px;
}

.block-fix,
.ie .block-fix {
  top: 0;
  left: 0;
  position: fixed;
}

.super-text p {
  width: 539px;
}

.catalog-choose-bg {
  width: 319px;
  height: 337px;
  position: absolute;
  left: -32px;
  top: -116px;
  z-index: -1;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.first img {
  position: relative;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-right: 272px;
  margin-top: -92px;
  width: 605px;
  height: 804px;
}

.first ul {
  margin-top: 236px;
  margin-bottom: 154px;
  font-family: MetaPro;
  font-weight: 700;
  font-size: 42px;
  color: #20384e;
  letter-spacing: 0.02em;
  line-height: 55px;
}

.first ul li {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  display: block;
  position: relative;
  margin-bottom: 51px;
}

.first ul :before {
  width: 50px;
  height: 50px;
  content: url(../../../../../check-ul.svg);
  left: -90px;
}

.first,
.second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  position: absolute;
}

.second h2 {
  margin-top: 0;
  font-size: 42px;
  line-height: 55px;
  color: #45b3f1;
  margin-bottom: 40px;
}

.second .wmn,
.second h2 {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}

.second .wmn {
  position: relative;
  margin-left: -300px;
  margin-right: 0;
  margin-top: -92px;
  width: 605px;
  height: 804px;
}

.second .znak {
  margin-left: 300px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 0;
  height: 468px;
  padding-top: 149px;
}

.second ul {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-family: MetaPro;
  font-weight: 700;
  font-size: 42px;
  color: #20384e;
  letter-spacing: 0.02em;
  line-height: 55px;
}

.second ul ::marker {
  color: #ce2424;
}

.second ul li {
  -webkit-transition-duration: 0.3s !important;
  -o-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  opacity: 0;
  margin-top: 200px;
}

.second ul li p {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 504px;
  font-size: 16px;
  line-height: 150%;
  color: #435363;
  font-weight: 400;
}

.third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

.third h2 {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  margin-left: 187px;
  font-size: 42px;
  line-height: 55px;
  color: #435363;
  margin-bottom: 40px;
}

.third .h2 {
  margin-top: 210px;
  color: #df1e18;
  margin-bottom: 0;
}

.third .wmn2 {
  position: relative;
  margin-left: -300px;
  margin-right: 0;
  margin-top: -92px;
  width: 605px;
  height: 804px;
}

.third .wmn2,
.third p {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.third p {
  margin-left: 187px;
  width: 504px;
  font-size: 16px;
  line-height: 150%;
  color: #435363;
  font-weight: 400;
}

.catalog-choose {
  width: 257px;
}

.choose-sept .owl-stage-outer {
  overflow: visible !important;
}

.choose-sept .owl-item img {
  width: auto !important;
}

.not-move-main {
  width: 100%;
}

.choose-container {
  margin-bottom: 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 208px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog-choose a,
.choose-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-choose a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.choose-slider {
  padding-top: 130px;
  position: relative;
}

.choose-slider-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
  color: #20384e;
  margin-bottom: 130px;
  padding-left: 38px;
  font-style: italic;
}

.choose-slider .container {
  display: block;
  overflow: hidden;
}

.bg-choose-slider {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1089px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f7fbff),
    color-stop(51.56%, rgba(255, 255, 255, 0)),
    to(#fafafa)
  );
  background: -o-linear-gradient(
    top,
    #f7fbff 0,
    rgba(255, 255, 255, 0) 51.56%,
    #fafafa 100%
  );
  background: linear-gradient(
    180deg,
    #f7fbff,
    rgba(255, 255, 255, 0) 51.56%,
    #fafafa
  );
  z-index: -1;
}

.undertext-choose {
  text-align: center;
  /* width: 220px; */
  margin: 0;
  font-style: italic;
}

.hidden-undertext-choose,
.undertext-choose {
  font-size: 20px;
  line-height: 140%;
  color: #435363;
}

.hidden-undertext-choose {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  top: 200px;
  left: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.hidden-undertext-choose path {
  fill: #45b3f1;
}

.hidden-undertext-choose p {
  margin: 0 10px 0 0;
  color: #45b3f1;
}

.undertext-choose {
  color: #65788a;
}

.catalog-choose-img {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  max-height: 208px;
  max-width: 257px;
  position: absolute;
}

.item-container a {
  color: #435363;
  text-decoration: none;
}

.video-item iframe {
  /*width: 457px;*/
  /*height: 257px;*/
  width: 100%;
  height: 800px;
}

.visible-test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 427px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.visible-test img {
  width: 294px;
  height: 461px;
  margin-top: -34px;
  margin-left: 224px;
}

.super-test {
  margin-top: 170px;
  margin-bottom: 100px;
  color: #20384e;
}

.super-test .container {
  position: relative;
}

.super-test p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.super-test .button-supertest {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  font-size: 16px;
  border: 0;
  height: 50px;
  width: auto;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.super-test h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 55px;
}

.super-test .super-text {
  position: relative;
  z-index: 3;
  padding: 60px 70px 0 710px;
}

.visible-anlise {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 427px;
  position: relative;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
}

.visible-anlise img {
  width: 641px;
  height: 464px;
  margin-top: -37px;
}

.analise .button-anlise {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
  border: 0;
  height: 50px;
  width: 152px;
  border-radius: 50px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.analise {
  margin-top: 187px;
  margin-bottom: 150px;
  color: #20384e;
}

.analise h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 55px;
  font-style: italic;
}

.analise p {
  margin: 0;
  font-size: 16px;
  line-height: 150%;
}

.analise .anlise-text {
  margin-left: 151px;
  margin-right: 22px;
  width: 539px;
}

.videos {
  margin-bottom: 120px;
}

.videos h2 {
  font-size: 36px;
  line-height: 55px;
  color: #20384e;
  font-style: italic;
}

.videos .container {
  display: block;
}

.faq {
  margin-bottom: 150px;
}

.faq h2 {
  font-size: 36px;
  line-height: 55px;
  color: #20384e;
  margin-bottom: 60px;
  margin-top: 0;
}

.faq .container {
  display: block;
}

.faq .faq-ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Faq page */
.sub-page-faq {
  padding-bottom: 40px;
}
.sub-page-faq h1 {
  margin-bottom: 60px;
}
.sub-page-panel-btn .panel {
  width: 100%;
  background: #f2faff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.sub-page-panel-btn .panel:hover {
  background: #f2faff;
}
.sub-page-panel-btn .panel p,
.sub-page-panel-btn .panel span {
  padding: 18px 18px 18px 18px;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #20384e;
}
.sub-page-faq-text {
  padding: 18px 18px 18px 18px;
  font-size: 16px;
}

.women {
  position: relative;
}

.women .qst {
  width: 10%;
  top: 100px;
  left: 170px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  -webkit-animation: qst-anim-small 6s infinite;
  animation: qst-anim-small 6s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  will-change: transform, opacity;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.women .qst,
.women .qst-anim {
  opacity: 0;
  position: absolute;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.women .qst-anim {
  -webkit-transform: rotate(21deg) scale(0.5);
  -ms-transform: rotate(21deg) scale(0.5);
  transform: rotate(21deg) scale(0.5);
  will-change: transform;
  top: -60px;
  left: 420px;
  -webkit-animation: qst-anim-big 6s infinite;
  animation: qst-anim-big 6s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.women .qst-anim path {
  -webkit-animation: qst-anim-big-path 6s infinite;
  animation: qst-anim-big-path 6s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.women .wmn-faq {
  margin-left: 73px;
  margin-top: -71px;
  width: 534px;
  height: 597px;
}

.video-item {
  position: relative;
}

.video-item .play {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  left: calc(50% - 40.5px);
  top: calc(50% - 40.5px);
  height: 81px;
  width: 81px !important;
}

.video-item video {
  border-radius: 5px;
  width: 457px;
}

.video-item p {
  font-size: 16px;
  line-height: 140%;
  margin-top: 18px;
  margin-bottom: 0;
  display: none;
}

.videos h2 {
  margin-bottom: 60px;
}

.youtube {
  border-radius: 5px;
}

.panel-btn {
  margin-bottom: 15px;
}

.panel-btn .panel {
  width: 830px;
  background: #f2faff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.panel-btn .panel p,
.panel-btn .panel span {
  padding-top: 18px;
  padding-bottom: 18px;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #20384e;
}

.panel-btn .panel svg {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  margin-right: 15px;
  margin-left: 20px;
}

.panel-btn .panel .blue-txt {
  font-weight: 700;
  color: #45b3f1;
}

.panel-btn .panel path {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.panel-btn .faq-text {
  display: none;
  width: 830px;
  border-radius: 5px;
}

.panel-btn .faq-text p {
  margin-left: 50px;
  width: 504px;
  font-size: 14px;
  line-height: 20px;
  color: #435363;
}

.panel-btn .faq-text p:first-child {
  padding-top: 7px;
}

.panel-btn .faq-text p:last-child {
  padding-bottom: 24px;
  margin-bottom: 0;
}

.panel.hide {
  background: #fff;
}
.where-to-buy-content .panel-btn .panel svg, .where-to-buy-popup .panel-btn .panel svg {
  box-sizing: unset;
}
.where-to-buy-content .panel-btn .panel {
  width: 100%;
  padding-right: 20px;
}
.where-to-buy-popup .panel-btn .panel {
  width: 100%;
}
.where-to-buy-content .panels, .where-to-buy-popup .panels {
  width: 100%;
}
.where-to-buy-content .panel-btn .faq-text, .where-to-buy-popup .panel-btn .faq-text {
  width: 100%;
}
.where-to-buy-content .faq, .where-to-buy-popup .faq {
  margin-bottom: 0;
}
/* Where to buy popup */
.where-to-buy-popup {
  display: none;
  padding: 15px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}
.where-to-buy-popup.show {
  display: block;
}
.where-to-buy-popup .panel-btn {
  padding-left: 20px;
  padding-right: 20px;
}
.where-to-buy-popup .faq h2 {
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
  font-size: 32px;
}
.where-to-buy-popup .inner {
  background: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 10px;
  height: 100%;
}
.where-to-buy-popup .pannels-inner {
  height: calc(100% - 185px);
  overflow: auto;
  padding-top: 10px;
}
.where-to-buy-popup .inner-inner {
  height: 100%;
  /*overflow: auto;*/
}
.where-to-buy-popup .faq.wh-to-buy,
.where-to-buy-popup .faq.wh-to-buy .container,
.where-to-buy-popup .faq.wh-to-buy .container .faq-ins,
.where-to-buy-popup .faq.wh-to-buy .container .faq-ins .panels {
  height: 100%;
}
.where-to-buy-popup .close-but {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 26px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff url(../img/close_menu_768.svg) no-repeat center;
  background-size: 20px;
  opacity: 0.4;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.where-to-buy-popup .close-but:hover {
  opacity: 0.8;
}

.where-to-buy-popup .close-but-cont {
  padding: 20PX;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #e5e5e5;
}

.test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.test .test-container {
  margin: auto;
  width: 427px;
}

.test h2 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.choose-test {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  margin-right: 50px;
  height: 427px;
  width: 487px;
  font-size: 16px;
  line-height: 24px;
  color: #20384e;
}

.choose-test h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 46px;
  color: #20384e;
}

.choose-test p {
  margin-top: 20px;
}

.choose-test .fin {
  font-weight: 700;
  margin-top: 50px;
}

.tst {
  background: #f0f8ff;
  border-radius: 50px;
  width: 100%;
}

.tst p {
  margin: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 5px;
}

.tst:active {
  color: #df1e18;
  background: #ffeaea;
}

.q1,
.q2,
.q3,
.q4,
.q5,
.q6 {
  display: none;
}

.answers p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.prg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prg div {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #f0f0f0;
  border-radius: 50px;
  width: 67px;
  height: 22px;
  margin-right: 10px;
}

.prg svg {
  width: 18px;
  height: 18px;
  margin-left: 20px;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quest {
  background: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  height: 427px;
  width: 883px;
  position: relative;
}

.quest .round {
  top: 22px;
  left: 30px;
}

.quest .pict,
.quest .round {
  position: absolute;
}

.quest .pict {
  top: 54px;
  left: 62px;
}

.quest .num {
  margin-top: 42px;
  margin-left: 230px;
  font-size: 24px;
  line-height: 32px;
  color: #45b3f1;
}

.quest .qs {
  font-size: 28px;
  line-height: 140%;
  color: #20384e;
  margin-top: 20px;
  margin-left: 192px;
}

.quest .btns {
  margin-left: 325px;
  margin-top: 50px;
}

.quest .down {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quest .prc {
  margin-left: 30px;
  padding-top: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

.quest .cout,
.quest .prc {
  color: #435363;
}

.quest .cout {
  margin-left: 280px;
  margin-right: 50px;
  padding-top: 10px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
}

.quest .ans-btn:active {
  background: #1bd6ff;
  border: 1px solid #45b3f1;
}

.quest .ans-btn:active p {
  color: #fff;
}

.quest .ans-btn {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-right: 30px;
  height: 50px;
  border: 1px solid #45b3f1;
  border-radius: 50px;
}

.quest .ans-btn p {
  height: 20px;
  padding: 15px 30px;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  color: #45b3f1;
}

.quest .next-btn {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 50px;
  border: 1px solid #45b3f1;
  border-radius: 50px;
}

.quest .next-btn p {
  height: 20px;
  padding: 15px 30px;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  color: #45b3f1;
}

.final-test {
  background: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  height: 427px;
  width: 883px;
}

.final-test h2 {
  margin-top: 92px;
  margin-bottom: 30px;
  font-size: 27px;
  line-height: 36px;
  color: #df1e18;
}

.final-test .res,
.final-test h2 {
  text-align: center;
}

.final-test .res {
  font-size: 16px;
  line-height: 24px;
  color: #20384e;
  margin-bottom: 10px;
}

.final-test p {
  margin: 0;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #65788a;
}

.final-test .btns {
  margin-top: 50px;
}

.final-test .btn-repeat {
  margin-left: 250px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-right: 30px;
  height: 50px;
  border: 1px solid #45b3f1;
  border-radius: 50px;
}

.final-test .btn-repeat p {
  height: 20px;
  padding: 15px 30px;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  color: #45b3f1;
}

.final-test .button-art {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px !important;
  z-index: 4 !important;
  border: 0;
  height: 50px;
  width: 189px;
  border-radius: 50px;
}

.final-test .button-art a {
  padding: 13px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 129px;
  color: #fff;
  font-family: MetaPro;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.disp-block {
  width: 630px;
}

.symps.show {
  z-index: 1;
}

.symps {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 96%;
  -webkit-box-shadow: 0 4px 25px rgb(0 0 0 / 6%);
  box-shadow: 0 4px 25px rgb(0 0 0 / 6%);
  padding: 25px;
}

.symps .head {
  width: 630px;
  margin-top: 0;
  font-size: 36px;
  line-height: 140%;
  color: #20384e;
}

.symps .symp-ins {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.symps .pills-check {
  margin-top: 60px;
  margin-left: 90px;
}

.symps .pills-check .pill-ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.symps .pills-check .ins-text {
  margin-right: 50px;
}

.symps .pills-check .ins-text h2 {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 36px;
}

.symps .pills-check .ins-text p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 20px;
}

.symps .button-more {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px !important;
  z-index: 4 !important;
  border: 0;
  height: 50px;
  width: 189px;
  border-radius: 50px;
}

.symps .button-more a {
  padding: 13px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 129px;
  color: #fff;
  font-family: MetaPro;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.choose-symps {
  margin-top: 60px;
  margin-left: 60px;
  display: none;
  background: #f2faff;
  border-radius: 5px;
}

.choose-symps h2 {
  margin: 0;
  padding: 85px 154px 105px;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  color: #45b3f1;
}

.btns-symp {
  display: grid;
  grid-template-columns: 200px 200px 200px;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
}

.symp-btn {
  height: 79px;
  border: 1px solid #45b3f1;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.symp-btn span {
  font-size: 16px;
  line-height: 18px;
  color: #20384e;
}

.info-s {
  background: #fff;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 630px;
}

.info-s img {
  height: 25px;
  margin-right: 10px;
}

.s-active {
  background: #1bd6ff;
  background: -o-radial-gradient(50% 50%, 50% 50%, #00bde7 0, #1bd6ff 100%);
  background: radial-gradient(50% 50% at 50% 50%, #00bde7 0, #1bd6ff 100%);
}

.s-active span {
  color: #fff;
}

.ans-prg {
  background: #45b3f1 !important;
}

.disp-block {
  display: block !important;
}

.move-main {
  margin-left: 500px !important;
}

.story-vis {
  opacity: 1 !important;
}

.visib {
  opacity: 0;
}

.hide {
  background: #fff;
}

.hide path {
  fill: #df1e18;
}

.hide svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.wmn-vis {
  margin-left: 0 !important;
}

.wmn-vis,
.znak-vis {
  opacity: 1 !important;
}

.znak-vis {
  -webkit-animation: logo_story 1s 1;
  animation: logo_story 1s 1;
}

.znak-sec {
  margin-left: 0 !important;
  width: 198px !important;
  height: 181px !important;
  padding-left: 755px !important;
}

.h-vis {
  margin-top: -153px !important;
}

.h-vis,
.li-vis {
  opacity: 1 !important;
}

.li-vis {
  margin-top: 10px !important;
}

.visib-p {
  display: none;
}

@-webkit-keyframes rotate_logo {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  2% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  24% {
    -webkit-transform: scale(1) rotate(1turn);
    transform: scale(1) rotate(1turn);
  }
  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotate_logo {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  2% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  24% {
    -webkit-transform: scale(1) rotate(1turn);
    transform: scale(1) rotate(1turn);
  }
  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes logo_story {
  0% {
    -webkit-transform: scale(0.2) rotate(-1turn);
    transform: scale(0.2) rotate(-1turn);
  }
  1% {
    -webkit-transform: translate3D(0, 500px, 0);
    transform: translate3D(0, 500px, 0);
  }
  50% {
    -webkit-transform: scale(1) rotate(36deg);
    transform: scale(1) rotate(36deg);
  }
  80% {
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes logo_story {
  0% {
    -webkit-transform: scale(0.2) rotate(-1turn);
    transform: scale(0.2) rotate(-1turn);
  }
  1% {
    -webkit-transform: translate3D(0, 500px, 0);
    transform: translate3D(0, 500px, 0);
  }
  50% {
    -webkit-transform: scale(1) rotate(36deg);
    transform: scale(1) rotate(36deg);
  }
  80% {
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes qst-anim-small {
  0% {
    -webkit-transform: scale(0.5) translateZ(0) rotate(-25deg);
    transform: scale(0.5) translateZ(0) rotate(-25deg);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(1) rotate(-25deg);
    transform: scale(1) rotate(-25deg);
    opacity: 0.4;
  }
  20% {
    -webkit-transform: scale(1) rotate(-25deg) translate3D(10px, 0, 0);
    transform: scale(1) rotate(-25deg) translate3D(10px, 0, 0);
    opacity: 0.4;
  }
  30% {
    -webkit-transform: scale(1) rotate(-25deg) translate3D(10px, 5px, 0);
    transform: scale(1) rotate(-25deg) translate3D(10px, 5px, 0);
    opacity: 0.4;
  }
  40% {
    -webkit-transform: scale(1) rotate(-25deg) translate3D(10px, 10px, 0);
    transform: scale(1) rotate(-25deg) translate3D(10px, 10px, 0);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(1) rotate(-25deg) translate3D(5px, 10px, 0);
    transform: scale(1) rotate(-25deg) translate3D(5px, 10px, 0);
    opacity: 0.4;
  }
  65% {
    -webkit-transform: scale(1) rotate(-25deg) translate3D(5px, 5px, 0);
    transform: scale(1) rotate(-25deg) translate3D(5px, 5px, 0);
    opacity: 0.4;
  }
  70% {
    -webkit-transform: scale(0.5) translate3D(5px, 5px, 0) rotate(-25deg);
    transform: scale(0.5) translate3D(5px, 5px, 0) rotate(-25deg);
    opacity: 0;
  }
}

@keyframes qst-anim-small {
  0% {
    -webkit-transform: scale(0.5) translateZ(0) rotate(-25deg);
    transform: scale(0.5) translateZ(0) rotate(-25deg);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(1) rotate(-25deg);
    transform: scale(1) rotate(-25deg);
    opacity: 0.4;
  }
  20% {
    -webkit-transform: scale(1) rotate(-25deg) translate3D(10px, 0, 0);
    transform: scale(1) rotate(-25deg) translate3D(10px, 0, 0);
    opacity: 0.4;
  }
  30% {
    -webkit-transform: scale(1) rotate(-25deg) translate3D(10px, 5px, 0);
    transform: scale(1) rotate(-25deg) translate3D(10px, 5px, 0);
    opacity: 0.4;
  }
  40% {
    -webkit-transform: scale(1) rotate(-25deg) translate3D(10px, 10px, 0);
    transform: scale(1) rotate(-25deg) translate3D(10px, 10px, 0);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(1) rotate(-25deg) translate3D(5px, 10px, 0);
    transform: scale(1) rotate(-25deg) translate3D(5px, 10px, 0);
    opacity: 0.4;
  }
  65% {
    -webkit-transform: scale(1) rotate(-25deg) translate3D(5px, 5px, 0);
    transform: scale(1) rotate(-25deg) translate3D(5px, 5px, 0);
    opacity: 0.4;
  }
  70% {
    -webkit-transform: scale(0.5) translate3D(5px, 5px, 0) rotate(-25deg);
    transform: scale(0.5) translate3D(5px, 5px, 0) rotate(-25deg);
    opacity: 0;
  }
}

@-webkit-keyframes qst-anim-big {
  0% {
    -webkit-transform: scale(0.5) rotate(21deg);
    transform: scale(0.5) rotate(21deg);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(1) rotate(21deg);
    transform: scale(1) rotate(21deg);
    opacity: 1;
  }
  10% {
    -webkit-transform: scale(1) rotate(21deg);
    transform: scale(1) rotate(21deg);
    opacity: 1;
  }
  18% {
    -webkit-transform: scale(1) rotate(21deg) translate3d(5px, 3px, 0);
    transform: scale(1) rotate(21deg) translate3d(5px, 3px, 0);
    opacity: 1;
  }
  21% {
    -webkit-transform: scale(1.1) rotate(21deg) translate3d(8px, 6px, 0);
    transform: scale(1.1) rotate(21deg) translate3d(8px, 6px, 0);
    opacity: 1;
  }
  24% {
    -webkit-transform: scale(1) rotate(21deg) translate3d(7px, 4px, 0);
    transform: scale(1) rotate(21deg) translate3d(7px, 4px, 0);
    opacity: 1;
  }
  27% {
    -webkit-transform: scale(1.1) rotate(21deg) translate3d(5px, 3px, 0);
    transform: scale(1.1) rotate(21deg) translate3d(5px, 3px, 0);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(1) rotate(21deg) translate3d(5px, -3px, 0);
    transform: scale(1) rotate(21deg) translate3d(5px, -3px, 0);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1) rotate(21deg) translate3d(5px, -6px, 0);
    transform: scale(1) rotate(21deg) translate3d(5px, -6px, 0);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(1) rotate(21deg) translate3d(0, -10px, 0);
    transform: scale(1) rotate(21deg) translate3d(0, -10px, 0);
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1) rotate(21deg) translate3d(4px, -10px, 0);
    transform: scale(1) rotate(21deg) translate3d(4px, -10px, 0);
    opacity: 1;
  }
  65% {
    -webkit-transform: scale(1) rotate(21deg) translateZ(0);
    transform: scale(1) rotate(21deg) translateZ(0);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.5) rotate(21deg);
    transform: scale(0.5) rotate(21deg);
    opacity: 0;
  }
}

@keyframes qst-anim-big {
  0% {
    -webkit-transform: scale(0.5) rotate(21deg);
    transform: scale(0.5) rotate(21deg);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(1) rotate(21deg);
    transform: scale(1) rotate(21deg);
    opacity: 1;
  }
  10% {
    -webkit-transform: scale(1) rotate(21deg);
    transform: scale(1) rotate(21deg);
    opacity: 1;
  }
  18% {
    -webkit-transform: scale(1) rotate(21deg) translate3d(5px, 3px, 0);
    transform: scale(1) rotate(21deg) translate3d(5px, 3px, 0);
    opacity: 1;
  }
  21% {
    -webkit-transform: scale(1.1) rotate(21deg) translate3d(8px, 6px, 0);
    transform: scale(1.1) rotate(21deg) translate3d(8px, 6px, 0);
    opacity: 1;
  }
  24% {
    -webkit-transform: scale(1) rotate(21deg) translate3d(7px, 4px, 0);
    transform: scale(1) rotate(21deg) translate3d(7px, 4px, 0);
    opacity: 1;
  }
  27% {
    -webkit-transform: scale(1.1) rotate(21deg) translate3d(5px, 3px, 0);
    transform: scale(1.1) rotate(21deg) translate3d(5px, 3px, 0);
    opacity: 1;
  }
  30% {
    -webkit-transform: scale(1) rotate(21deg) translate3d(5px, -3px, 0);
    transform: scale(1) rotate(21deg) translate3d(5px, -3px, 0);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1) rotate(21deg) translate3d(5px, -6px, 0);
    transform: scale(1) rotate(21deg) translate3d(5px, -6px, 0);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(1) rotate(21deg) translate3d(0, -10px, 0);
    transform: scale(1) rotate(21deg) translate3d(0, -10px, 0);
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1) rotate(21deg) translate3d(4px, -10px, 0);
    transform: scale(1) rotate(21deg) translate3d(4px, -10px, 0);
    opacity: 1;
  }
  65% {
    -webkit-transform: scale(1) rotate(21deg) translateZ(0);
    transform: scale(1) rotate(21deg) translateZ(0);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.5) rotate(21deg);
    transform: scale(0.5) rotate(21deg);
    opacity: 0;
  }
}

@-webkit-keyframes qst-anim-big-path {
  18% {
    fill: #45b3f1;
  }
  20% {
    fill: red;
  }
  29% {
    fill: red;
  }
  30% {
    fill: #45b3f1;
  }
}

@keyframes qst-anim-big-path {
  18% {
    fill: #45b3f1;
  }
  20% {
    fill: red;
  }
  29% {
    fill: red;
  }
  30% {
    fill: #45b3f1;
  }
}

@-webkit-keyframes qst-anim-big-old {
  0% {
    -webkit-transform: scale(0) translate3D(0, 200px, 0) rotate(21.02deg);
    transform: scale(0) translate3D(0, 200px, 0) rotate(21.02deg);
    opacity: 0;
  }
  12% {
    -webkit-transform: scale(1) rotate(21.02deg);
    transform: scale(1) rotate(21.02deg);
    opacity: 1;
  }
  48% {
    -webkit-transform: translate3D(10px, 0, 0) rotate(21.02deg);
    transform: translate3D(10px, 0, 0) rotate(21.02deg);
  }
  55% {
    -webkit-transform: scale(1.3) rotate(21.02deg);
    transform: scale(1.3) rotate(21.02deg);
    path {
      fill: #df1e18;
    }
  }
  57% {
    -webkit-transform: scale(1) rotate(21.02deg);
    transform: scale(1) rotate(21.02deg);
  }
  65% {
    -webkit-transform: scale(1.3) rotate(21.02deg);
    transform: scale(1.3) rotate(21.02deg);
    path {
      fill: #df1e18;
    }
  }
  67% {
    -webkit-transform: scale(1) rotate(21.02deg);
    transform: scale(1) rotate(21.02deg);
  }
}

@keyframes qst-anim-big-old {
  0% {
    -webkit-transform: scale(0) translate3D(0, 200px, 0) rotate(21.02deg);
    transform: scale(0) translate3D(0, 200px, 0) rotate(21.02deg);
    opacity: 0;
  }
  12% {
    -webkit-transform: scale(1) rotate(21.02deg);
    transform: scale(1) rotate(21.02deg);
    opacity: 1;
  }
  48% {
    -webkit-transform: translate3D(10px, 0, 0) rotate(21.02deg);
    transform: translate3D(10px, 0, 0) rotate(21.02deg);
  }
  55% {
    -webkit-transform: scale(1.3) rotate(21.02deg);
    transform: scale(1.3) rotate(21.02deg);
    path {
      fill: #df1e18;
    }
  }
  57% {
    -webkit-transform: scale(1) rotate(21.02deg);
    transform: scale(1) rotate(21.02deg);
  }
  65% {
    -webkit-transform: scale(1.3) rotate(21.02deg);
    transform: scale(1.3) rotate(21.02deg);
    path {
      fill: #df1e18;
    }
  }
  67% {
    -webkit-transform: scale(1) rotate(21.02deg);
    transform: scale(1) rotate(21.02deg);
  }
}

.head-txt-main {
  position: relative;
  color: #20384e;
  padding-left: 60px;
  width: 520px;
}

.visible-new-bg-back img {
  width: 100%;
  height: 100%;
  display: none;
}

.visible-new-bg-back {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.visible-new-bg-back img:first-child {
  display: block;
}

img.visible-new-man {
  z-index: 2;
  position: absolute;
  left: 224px;
  bottom: 0;
  height: 461px;
  width: 294px;
}

.visible-new-test {
  position: relative;
  width: 100%;
  height: 427px;
  background: #fff;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.05));
  border-radius: 5px;
}

.visible-new-test.show {
  display: block;
  opacity: 1;
}

.invisible-new-test {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 427px;
  z-index: -1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: transform, opacity;
}

.invisible-new-left {
  background: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 30px;
  height: 100%;
  width: 487px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.invisible-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #20384e;
  margin-bottom: 10px;
}

.invisible-test-item-info {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.invisible-test-item-info.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.invisible-test-item-success {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #20384e;
}

.invisible-test-item-success span {
  color: #df1e18;
}

.invisible-test-item-text {
  font-size: 16px;
  line-height: 24px;
  color: #20384e;
  margin-bottom: 48px;
}
.invisible-test-item-text.intro-t {
  margin-bottom: 20px;
}
.invisible-test-item-text.desc-t {
  margin-bottom: 15px;
}

.progress-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin-left: 29px;
  cursor: pointer;
}

.progress-item {
  max-width: 67px;
  height: 22px;
  background: #f0f0f0;
  border-radius: 50px;
  margin-right: 10px;
  width: 100%;
}

.page-text-article-name h4 {
  font-size: 28px;
}

.page-text-article-name h4,
.page-text-article-name h5 {
  line-height: 140%;
  margin-top: 50px;
  margin-bottom: 0;
}

.page-text-article-name h5 {
  font-size: 24px;
}

.page-text-article-name h6 {
  font-size: 18px;
  line-height: 140%;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-text-article-name h1 {
  font-size: 36px;
  line-height: 55px;
  margin-bottom: 70px;
}

.progress-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 47px);
}

.progress-item.ready {
  background-color: #45b3f1;
}

.invisible-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.invisible-progress-text {
  font-size: 14px;
  line-height: 20px;
  color: #20384e;
  margin-bottom: 8px;
  width: 100%;
}

.invisible-test-item {
  padding: 4px 12px;
  color: #20384e;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.invisible-new-test-items {
  z-index: 10;
}

.invisible-test-item .tooltip {
  right: 0;
  margin-top: -20px;
  width: 20px;
}
.invisible-test-item .tooltip .tooltip-inner {
  text-align: right;
}
.invisible-test-item  .tooltip .tooltiptext {
  text-align: left;
  font-size: 12px;
}
.super-test .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.invisible-test-item.active {
  background: #ffeaea;
  color: #df1e18;
}

.invisible-new-test-items .owl-item:last-child {
  margin-right: 0 !important;
}



.invisible-new-test-items .owl-dots,
.video .owl-dots {
  display: none;
}

.invisible-new-test-items {
  margin-bottom: 10px;
}
.invisible-new-test-items.owl-carousel .owl-stage {
  width: 100% !important;
  display: flex;
  align-items: center;
}

.btn-start-test,
.symp-ins .select-field {
  display: none !important;
  z-index: 0;
}

.invisible-new-right {
  padding: 42px 50px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  width: 883px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.invisible-right-block-quest {
  font-size: 24px;
  line-height: 32px;
  color: #45b3f1;
  margin-bottom: 20px;
  margin-left: 199px;
}

.choose-bg {
  position: relative;
}

.invisible-right-block-title {
  font-size: 20px;
  line-height: 140%;
  color: #20384e;
  width: 640px;
  margin-left: 163px;
}

.invisible-right-block-title span {
  color: #df1e18;
}

.invisible-answer-description {
  margin-top: 15px;
  margin-bottom: 15px;
  /*padding-left: 165px;*/
  text-align: left;
  display: none;
}
.invisible-answer-description.active {
  display: block;
}

.invisible-right-bot-text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #435363;
}
.invisible-right-bot-mobile {
  display: none;
  font-size: 12px;
}

.blue-btn-empty {
  font-size: 16px;
  line-height: 20px;
  padding: 14px 29px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
  border-radius: 50px;
  cursor: default;
  background: #f0f0f0;
  color: #bbb;
}

.blue-btn-empty.ready {
  color: #45b3f1;
  border: 1px solid #45b3f1;
  background: #fff;
  cursor: pointer;
}

.invisible-right-bot-number {
  font-size: 20px;
  line-height: 30px;
  color: #435363;
  margin-right: 50px;
}

.invisible-right-bot,
.invisible-right-bot-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.invisible-right-bot,
.invisible-right-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invisible-right-item {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  display: none;
}

.invisible-area,
.invisible-right-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.invisible-area {
  width: 184px;
  height: 184px;
  border: 3px solid #badcff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 30px;
  top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.invisible-right-block {
  position: relative;
  z-index: 2;
}

.invisible-btn {
  font-size: 18px;
  line-height: 100%;
  color: #45b3f1;
  padding: 15px 20px 19px;
  border: 1px solid #45b3f1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 58px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.bnt-w:after {
  left: 29px;
  top: -1px;
}

.bnt-w:after,
.bnt-w:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 7px;
  height: 1px;
}

.bnt-w:before {
  right: 29px;
  bottom: -1px;
}

.invisible-btns {
  margin-top: 30px;
  margin-bottom: 20px;
}

.invisible-btns .owl-item:last-child {
  margin-right: 30px !important;
}

.invisible-btns .owl-stage {
  margin-left: auto;
}
.invisible-btns .owl-stage {
  width: 100% !important;
  display: flex;
  justify-content: flex-end;
  transform: none !important;
}
.invisible-btns .owl-stage .owl-item{
  float: none;
  margin-right: 15px;
}
.invisible-btn.selected {
  background: -o-radial-gradient(50% 50%, 50% 50%, #00bde7 0, #1bd6ff 100%);
  background: radial-gradient(50% 50% at 50% 50%, #00bde7 0, #1bd6ff 100%);
  border-radius: 58px;
  color: #fff;
  padding: 16px 20px 20px;
  cursor: default;
  border: none;
}
.invisible-btn.selected.check-on-hold, .invisible-btn.right-answer.selected.check-on-hold, .invisible-btn.right-answer-not.selected.check-on-hold {
  color: #174c6a;
  border: 1px solid #174c6a;
  background: #fff;
}

.invisible-btn.selected:after,
.invisible-btn.selected:before {
  content: none;
}

.invisible-btns .owl-item {
  -webkit-transform: translate3d(30px, 0, 0) !important;
  transform: translate3d(30px, 0, 0) !important;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  will-change: transform;
}

.invisible-area img {
  display: none;
}

.invisible-area img.active {
  display: initial;
}

.invisible-btn.not-right {
  border-color: #1de148;
  color: #1de148;
  cursor: default;
}

.invisible-btn.not-right.selected {
  color: #fff;
  border: 1px solid #1de148;
  padding: 15px 20px 19px;
}
.invisible-btn.right-answer.selected {
  background: #1de148;
}
.invisible-btn.right-answer-not.selected {
  background: #ffeaea;
  color: #e43f39;
}

.invisible-new-test.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}

.visible-new-test.show-anim {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.invisible-new-test.show-anim,
.visible-new-test.show-anim {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: transform, opacity;
}

.invisible-new-test.show-anim {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.not-right {
  -webkit-animation-name: true-answer;
  animation-name: true-answer;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.check-on-hold.not-right {
  -webkit-animation-name: unset;
  animation-name: unset;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
}

@-webkit-keyframes true-answer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes true-answer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.invisible-area img,
.invisible-right-item,
.invisible-test-item-info {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 1;
}

.change-super-hide .invisible-area img,
.change-super-hide .invisible-right-item,
.change-super-hide .invisible-test-item-info {
  opacity: 0;
}

.invisible-right-block-title {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 1;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

.change-slide .invisible-right-block-title,
.invisible-right-block-title {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: transform, opacity;
}

.change-slide .invisible-right-block-title {
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.invisible-btns {
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.change-slide .invisible-area img,
.change-slide .invisible-btns {
  opacity: 0;
}

.story .container, .story_single .container {
  position: relative;
  height: 100%;
}

.story-img-1 {
  position: absolute;
  width: 486px;
  height: auto;
  left: 80px;
  bottom: -167px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 2;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: transform, opacity;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.story-img-1.sl-img {
  width: 600px;
  height: auto;
}

.story-img-ru-kz img {
  margin-top: 30px;
  width: 200px;
  height: auto;
}

.story-anim-1 .story-img-1 {
  opacity: 1;
}

.story-text-1 {
  left: 739px;
  position: absolute;
  bottom: 208px;
  z-index: 2;
}

.story-text-1,
.story-text-1-content {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}
.submenu li {
  margin-bottom: 15px;
}
.ideal-solution .rel {
  margin-top: 75px;
}
.story-text-1-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 42px;
  line-height: 55px;
  letter-spacing: 0.02em;
  color: #20384e;
  margin-bottom: 51px;
  font-style: italic;
}

.story-text-1-content img {
  width: 51px;
  height: 49px;
  margin-right: 40px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
}

.story-text-1-content:last-child {
  margin-bottom: 0;
}

.story-bg {
  left: -260px;
  bottom: 0;
  z-index: 1;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 0;
}

.story-bg,
.story-over {
  position: absolute;
  height: 100%;
}

.story-over {
  left: 0;
  top: 0;
  width: 100%;
}

.story-text-1-content div {
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.story-anim-2 .story-text-1-content:first-child div {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.story-anim-2 .story-text-1-content:first-child img {
  opacity: 1;
}

.story-anim-3 .story-text-1-content:nth-child(2) div {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.story-anim-1 .story-bg,
.story-anim-3 .story-text-1-content:nth-child(2) img {
  opacity: 1;
}

.story-anim-4 .story-text-1-content:nth-child(3) div {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.story-anim-4 .story-text-1-content:nth-child(3) img {
  opacity: 1;
}

.story-anim-5 .story-text-1-content:first-child div,
.story-anim-5 .story-text-1-content:nth-child(2) div,
.story-anim-5 .story-text-1-content:nth-child(3) div {
  -webkit-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
  opacity: 0;
}

.story-anim-5 .story-text-1-content:first-child img,
.story-anim-5 .story-text-1-content:nth-child(2) img,
.story-anim-5 .story-text-1-content:nth-child(3) img {
  opacity: 0;
}

.story-anim-5 .story-img-1 {
  opacity: 0;
  -webkit-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
}

.story-img-2 {
  position: absolute;
  width: 476px;
  height: auto;
  left: 33px;
  bottom: -157px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 2;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: transform, opacity;
}
.story-img-2.sl-img {
  width: 600px;
  height: auto;
}
.story-img-2.pt-img {
  bottom: 0;
}

.story-anim-5 .story-img-2 {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.story-img-3 {
  width: 200px;
  height: 184px;
  left: 840px;
  bottom: 70px;
  position: absolute;
  z-index: 4;
  opacity: 0;
  -webkit-transform: translateZ(0) rotate(-140deg) scale(1);
  transform: translateZ(0) rotate(-140deg) scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: transform, opacity;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.story-img-3-cz {
  width: 171px;
  height: 156px;
}
.story-img-3-fi {
  width: 171px;
  height: 156px;
}

.story-anim-5 .story-img-3 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate3d(0, -260px, 0) rotate(0deg) scale(2.5);
  transform: translate3d(0, -260px, 0) rotate(0deg) scale(2.5);
}

@-webkit-keyframes animation-6 {
  0% {
    -webkit-transform: translate3d(0, -260px, 0) rotate(0deg) scale(2.5);
    transform: translate3d(0, -260px, 0) rotate(0deg) scale(2.5);
  }
  25% {
    -webkit-transform: translate3d(0, -260px, 0) rotate(25deg) scale(2.5);
    transform: translate3d(0, -260px, 0) rotate(25deg) scale(2.5);
  }
  75% {
    -webkit-transform: translate3d(0, -260px, 0) rotate(-25deg) scale(2.5);
    transform: translate3d(0, -260px, 0) rotate(-25deg) scale(2.5);
  }
  to {
    -webkit-transform: translate3d(0, -260px, 0) rotate(0deg) scale(2.5);
    transform: translate3d(0, -260px, 0) rotate(0deg) scale(2.5);
  }
}

@keyframes animation-6 {
  0% {
    -webkit-transform: translate3d(0, -260px, 0) rotate(0deg) scale(2.5);
    transform: translate3d(0, -260px, 0) rotate(0deg) scale(2.5);
  }
  25% {
    -webkit-transform: translate3d(0, -260px, 0) rotate(25deg) scale(2.5);
    transform: translate3d(0, -260px, 0) rotate(25deg) scale(2.5);
  }
  75% {
    -webkit-transform: translate3d(0, -260px, 0) rotate(-25deg) scale(2.5);
    transform: translate3d(0, -260px, 0) rotate(-25deg) scale(2.5);
  }
  to {
    -webkit-transform: translate3d(0, -260px, 0) rotate(0deg) scale(2.5);
    transform: translate3d(0, -260px, 0) rotate(0deg) scale(2.5);
  }
}

.analise-bg img {
  display: none;
}

.analise-bg img:first-child {
  display: block;
}

.story-anim-7 .story-img-3 {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: none;
  animation: none;
  -webkit-transform: translate3d(400px, -400px, 0) rotate(0deg) scale(1);
  transform: translate3d(400px, -400px, 0) rotate(0deg) scale(1);
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.story-title-1 {
   width: 570px;
   font-weight: 700;
   font-size: 31px;
   line-height: 40px;
   color: #45b3f1;
   left: 657px;
   position: absolute;
   bottom: 530px;
   opacity: 0;
   font-style: italic;
   -webkit-transform: translate3d(0, 20px, 0);
   transform: translate3d(0, 20px, 0);
   -webkit-transition-property: opacity, -webkit-transform;
   transition-property: opacity, -webkit-transform;
   -o-transition-property: transform, opacity;
   transition-property: transform, opacity;
   transition-property: transform, opacity, -webkit-transform;
   will-change: transform, opacity;
   -webkit-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   transition-delay: 0.5s;
   -webkit-transition-duration: 0.5s;
   -o-transition-duration: 0.5s;
   transition-duration: 0.5s;
 }
.story-title-1.sl-title {
  bottom: 570px;
}
.story-sub-title-1 {
  width: 570px;
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  color: #20384e;
  left: 657px;
  position: absolute;
  bottom: 500px;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: transform, opacity;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.story:not(.story-anim-7) .story-title-1, .story_single:not(.story-anim-7) .story-title-1, .story_single:not(.story-anim-7) .story-sub-title-1 {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.story-anim-7 .story-title-1, .story-anim-7 .story-sub-title-1 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.story-text-2-content div:first-child {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  color: #20384e;
}

.story-text-2-content div:nth-child(2) {
  font-size: 16px;
  line-height: 150%;
  color: #435363;
  position: absolute;
  top: calc(100% + 15px);
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.story-text-2 {
  width: 510px;
  position: absolute;
  left: 714px;
  bottom: 261px;
  z-index: 2;
}

.story-text-2,
.story-text-2-content {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: transform, opacity;
}

.story-text-2-content {
  position: relative;
  margin-bottom: 25px;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  font-style: italic;
}

.story-text-2-content:last-child {
  margin-bottom: 0;
}

.story-text-2-content div:first-child:after {
  content: "";
  width: 13px;
  height: 13px;
  left: -58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: calc(50% - 6.5px);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ce2424),
    to(red)
  );
  background: -o-linear-gradient(top, #ce2424 0, red 100%);
  background: linear-gradient(180deg, #ce2424, red);
  position: absolute;
  border-radius: 100%;
}

.story-anim-7 .story-text-2-content:first-child {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.story:not(.story-anim-7) .story-text-2-content:first-child, .story_single:not(.story-anim-7) .story-text-2-content:first-child {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.story-anim-8 .story-text-2-content:first-child div:nth-child(2) {
  opacity: 0;
}

.story-anim-8 .story-text-2-content:nth-child(2), .story-anim-8 .story-text-2-content:nth-child(3) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.story:not(.story-anim-8) .story-text-2-content:nth-child(2), .story_single:not(.story-anim-8) .story-text-2-content:nth-child(2), .story:not(.story-anim-8) .story-text-2-content:nth-child(3), .story_single:not(.story-anim-8) .story-text-2-content:nth-child(3) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.story-anim-9 .story-text-2-content:nth-child(2) div:nth-child(2) {
  opacity: 0;
}

.story-anim-9 .story-text-2-content:nth-child(3) {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.story:not(.story-anim-9) .story-text-2-content:nth-child(3) {
 /* -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;*/
}

.story:not(.story-anim-8) .story-text-2-content:first-child div:nth-child(2),
.story:not(.story-anim-9) .story-text-2-content:nth-child(2) div:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.story-img-4 {
  position: absolute;
  width: 530px;
  height: auto;
  left: 61px;
  bottom: -157px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 2;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: transform, opacity;
}
.story-img-4.sl-img {
  width: 600px;
  height: auto;
}


.story-title-2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 55px;
  color: #20384e;
  width: 504px;
  font-style: italic;
}
.story-title-2.smaller-text {
  font-size: 32px;
  line-height: 42px;
}

.story-title-3 {
  font-size: 16px;
  line-height: 150%;
  color: #435363;
  width: 504px;
  margin-top: 30px;
}
.story-title-3-by {
  font-size: 21px;
  line-height: 150%;
}

.story-title-2 span {
  color: #df1e18;
}

.story-title-end {
  position: absolute;
  bottom: 190px;
  left: 778px;
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  will-change: transform, opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.story-anim-10 .story-title-end {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.story-anim-11 .story-title-end {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.story-anim-9 .story-title-1, .story-anim-9 .story-sub-title-1 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.story-anim-9 .story-img-3 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  transition-timing-function: ease;
}

.story-anim-9 .story-img-2 {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.story-anim-9 .story-img-2,
.story-anim-9 .story-text-2 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.story-anim-10 .story-img-3,
.story-anim-10 .story-text-2,
.story-anim-10 .story-title-1, .story-anim-10 .story-sub-title-1 {
  opacity: 0;
  -webkit-transform: translate3d(50px, 0, 0) !important;
  transform: translate3d(50px, 0, 0) !important;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.story-anim-10 .story-img-3 {
  opacity: 0;
  -webkit-transform: translate3d(450px, -420px, 0) rotate(0deg) scale(1) !important;
  transform: translate3d(450px, -420px, 0) rotate(0deg) scale(1) !important;
}

.story-anim-10 .story-img-2 {
  opacity: 0;
  -webkit-transform: translate3d(50px, 0, 0) !important;
  transform: translate3d(50px, 0, 0) !important;
}

.story-anim-10 .story-img-4 {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.story-anim-10 .story-img-4,
.story-anim-10 .story-title-end {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.story-anim-10 .story-title-end {
  z-index: 10;
}

.story-anim-10 .story-title-1, .story-anim-10 .story-sub-title-1 {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.story-anim-10 .story-img-3 {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  transition-timing-function: ease;
}

.story-anim-10 .story-img-2 {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}


.story-anim-11 .story-img-3,
.story-anim-11 .story-text-2,
.story-anim-11 .story-title-1, .story-anim-11 .story-sub-title-1 {
  opacity: 0;
  -webkit-transform: translate3d(50px, 0, 0) !important;
  transform: translate3d(50px, 0, 0) !important;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.story-anim-11 .story-img-3 {
  opacity: 0;
  -webkit-transform: translate3d(450px, -420px, 0) rotate(0deg) scale(1) !important;
  transform: translate3d(450px, -420px, 0) rotate(0deg) scale(1) !important;
}

.story-anim-11 .story-img-2 {
  opacity: 0;
  -webkit-transform: translate3d(50px, 0, 0) !important;
  transform: translate3d(50px, 0, 0) !important;
}

.story-anim-11 .story-img-4 {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.story-anim-11 .story-img-4,
.story-anim-11 .story-title-end {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.story-anim-11 .story-title-end {
  z-index: 10;
}

.story-anim-11 .story-title-1, .story-anim-11 .story-sub-title-1 {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.story-anim-11 .story-img-3 {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: initial;
  -o-transition-timing-function: initial;
  transition-timing-function: ease;
}

.story-anim-11 .story-img-2 {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.story-title-end .btn-red {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 17px 30px;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
  margin-top: 50px;
}
.panel sup {
  display: inline-block;
  position: relative;
  top: -3px;
  height: 0;
  line-height: 0;
}
.invisible-success-title {
  font-weight: 700;
  font-size: 27px;
  line-height: 36px;
  color: #df1e18;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 50px;
  position: relative;
}

.invisible-success-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #20384e;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.invisible-success-subtitle span {
  color: #df1e18;
}

.invisible-success-text {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #65788a;
  width: 362px;
}

.invisible-right-item[data-test-quest="failure"],
.invisible-right-item[data-test-quest="success-middle"],
.invisible-right-item[data-test-quest="success"] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.invisible-success-bnts {
  margin-top: 50px;
}

.invisible-area.hide-block {
  opacity: 0;
}

.blue-btn-border {
  padding: 14px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #45b3f1;
  cursor: pointer;
  border: 1px solid #45b3f1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
}

.blue-btn,
.blue-btn-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}

.blue-btn {
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
}
.text-above-button {
  margin-bottom: 20px;
  font-weight: bold;
  color: #df1e18;
  font-size: 18px;
}
.text-above-button-kg {
  text-align: center;
  font-size: 24px;
}
.invisible-success-btn {
  text-align: center;
}
.invisible-success-bnts .invisible-success-btn + .invisible-success-btn {
  margin-left: 30px;
}

.invisible-right-item img:first-child {
  position: absolute;
  left: 19px;
  top: 42px;
  width: 123px;
  height: 129px;
}

.invisible-right-item img:nth-child(2) {
  position: absolute;
  right: 19px;
  top: 42px;
  width: 123px;
  height: 129px;
}

.btn-blue span {
  position: relative;
  z-index: 4;
  color: #fff;
}

.analise-bg img {
  width: auto;
  height: 100%;
  margin: 0;
}

.analise-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 95%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.visible-anlise.hide {
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}

.symps.show {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.analise .container {
  position: relative;
}

.symp-btn.bnt-w:before {
  right: 69px;
  width: 7px;
}

.symp-btn.bnt-w:after {
  left: 69px;
  width: 7px;
}

.symp-btn.s-active:after,
.symp-btn.s-active:before {
  content: none;
}

.symp-btn.s-active {
  height: 81px;
  border: none;
}

.check-symps-text div:nth-child(2) div {
  width: calc(100% - 35px);
}

.check-symps-text div:first-child img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.check-symps-text {
  color: #65788a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-bottom: 10px;
}

.check-symps {
  width: 630px;
}

.symp-part.sump-first {
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  color: #45b3f1;
  padding: 0 54px 0 25px;
  /*background: #f2faff;*/
  border-radius: 5px;
  width: 520px;
}
.symp-part.sump-first img {
  width: 100%;
  height: auto;
}
.women-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: flex-end;
}
.women-bg img {
  margin-left: auto;
  display: block;
  width: auto;
  height: 90%;
  margin-right: 25px;
}
.women-bg.hidden {
  display: none;
}
.symp-part {
  width: 709px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-top: -80px;
}

.symp-part:not(.active) {
  display: none;
}

.symp-part-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #20384e;
  margin-bottom: 15px;
}

.symp-part-text {
  font-size: 14px;
  line-height: 20px;
  color: #65788a;
  margin-bottom: 20px;
}

.two-buttons-analyze {
  display: flex;
  align-items: center;
}
.two-buttons-analyze a {
  padding: 15px 15px;
  margin-bottom: 10px;
}
.two-buttons-analyze a:first-child {
  margin-right: 10px;
}

.symp-part-left {
  width: 264px;
}

.symp-part-right {
  width: 405px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.symp-part-right img {
  max-width: 100%;
  max-height: 300px;
}

.button-anlise.btn-red span {
  color: #fff;
  position: relative;
}

.background-mixin .el2 {
  -webkit-animation: el2 80s linear infinite;
  animation: el2 80s linear infinite;
}

.background-mixin .el3 {
  -webkit-animation: el3 80s linear infinite;
  animation: el3 80s linear infinite;
}

.background-mixin .el4 {
  -webkit-animation: el4 80s linear infinite;
  animation: el4 80s linear infinite;
}

.background-mixin .el5 {
  -webkit-animation: el5 80s linear infinite;
  animation: el5 80s linear infinite;
}

.background-mixin .el6 {
  -webkit-animation: el6 80s linear infinite;
  animation: el6 80s linear infinite;
}

.background-mixin .el7 {
  -webkit-animation: el7 80s linear infinite;
  animation: el7 80s linear infinite;
}

.background-mixin .el8 {
  -webkit-animation: el8 80s linear infinite;
  animation: el8 80s linear infinite;
}

.background-mixin .el9 {
  -webkit-animation: el9 80s linear infinite;
  animation: el9 80s linear infinite;
}

.background-mixin .el10 {
  -webkit-animation: el10 80s linear infinite;
  animation: el10 80s linear infinite;
}

.background-mixin .el11 {
  -webkit-animation: el11 80s linear infinite;
  animation: el11 80s linear infinite;
}

.background-mixin .el12 {
  -webkit-animation: el12 80s linear infinite;
  animation: el12 80s linear infinite;
}

.background-mixin .el13 {
  -webkit-animation: el13 80s linear infinite;
  animation: el13 80s linear infinite;
}

.background-mixin .el14 {
  -webkit-animation: el14 80s linear infinite;
  animation: el14 80s linear infinite;
}

@-webkit-keyframes el2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(200px, -200px, 0);
    transform: translate3d(200px, -200px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes el2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(200px, -200px, 0);
    transform: translate3d(200px, -200px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes el3 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-200px, 100px, 0);
    transform: translate3d(-200px, 100px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes el3 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-200px, 100px, 0);
    transform: translate3d(-200px, 100px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes el4 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-200px, -100px, 0);
    transform: translate3d(-200px, -100px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes el4 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-200px, -100px, 0);
    transform: translate3d(-200px, -100px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes el5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-300px, 200px, 0);
    transform: translate3d(-300px, 200px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes el5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-300px, 200px, 0);
    transform: translate3d(-300px, 200px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes el6 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(60px, 800px, 0);
    transform: translate3d(60px, 800px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes el6 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(60px, 800px, 0);
    transform: translate3d(60px, 800px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes el7 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-200px, -100px, 0);
    transform: translate3d(-200px, -100px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes el7 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-200px, -100px, 0);
    transform: translate3d(-200px, -100px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes el8 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(200px, 400px, 0);
    transform: translate3d(200px, 400px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes el8 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(200px, 400px, 0);
    transform: translate3d(200px, 400px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes el9 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(60px, 800px, 0);
    transform: translate3d(60px, 800px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes el9 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(60px, 800px, 0);
    transform: translate3d(60px, 800px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes el10 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-200px, -100px, 0);
    transform: translate3d(-200px, -100px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes el10 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-200px, -100px, 0);
    transform: translate3d(-200px, -100px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes el11 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(200px, -300px, 0);
    transform: translate3d(200px, -300px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes el11 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(200px, -300px, 0);
    transform: translate3d(200px, -300px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes el12 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(60px, 800px, 0);
    transform: translate3d(60px, 800px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes el12 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(60px, 800px, 0);
    transform: translate3d(60px, 800px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes el13 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(200px, 100px, 0);
    transform: translate3d(200px, 100px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes el13 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(200px, 100px, 0);
    transform: translate3d(200px, 100px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes el14 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(60px, -400px, 0);
    transform: translate3d(60px, -400px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes el14 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(60px, -400px, 0);
    transform: translate3d(60px, -400px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bottom-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/bottom_bg_site.jpg");
  background-size: 100% 100%;
}
.bottom-bg svg {
  display: none;
}

.cookie-left {
  width: 781px;
  margin-right: 100px;
}

.cookie-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-btn {
  padding: 15px 30px;
}

.cookie-btn span {
  font-size: 16px;
  line-height: 20px;
}

.cookie-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.story-bg-1366 {
  display: none;
}

.bnt-top {
  position: fixed;
  opacity: 0;
  right: 70px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 49px;
  cursor: pointer;
  z-index: 99;
  pointer-events: none;
  transition-duration: 0.3s;
}
.bnt-top.show {
  opacity: 1;
  pointer-events: initial;
}
.story-bg-768,
.story-text-mobile {
  display: none;
}

.choose-slider,
.mixin-interesting-block,
.videos {
  overflow: hidden;
}

.select-field {
  position: relative;
  z-index: 99;
}

.select-field-header {
  background: rgba(69, 179, 241, 0.05);
  border: 1px solid rgba(69, 179, 241, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  height: 71px;
  width: 100%;
  padding: 0 110px 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.select-field-header,
.select-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-svg {
  position: absolute;
  right: 30px;
  top: calc(50% - 4px);
  width: 13px;
  height: 8px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.select-btn {
  display: none;
}

.select-block {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  transform: translateY(15px);
  opacity: 0;
  transition-duration: 0.3s;
  z-index: -1;
  pointer-events: none;
}
.active .select-block {
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
  z-index: 10;
}
.select-block-c {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.active .select-svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-item-block {
  width: 30px;
  height: 30px;
  background: #e8f1f9;
  border-radius: 100%;
}

.select-item-text {
  font-size: 14px;
  line-height: 16px;
  color: #65788a;
}

.select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}

.select-item:last-child {
  margin-bottom: 0;
}

.select-item-block {
  margin-right: 15px;
  position: relative;
}

.select-news .select-field-header {
  font-size: 16px;
  line-height: 20px;
  color: #65788a;
}

.select-news .select-item {
  margin-bottom: 20px;
}

.select-news .select-item:last-child {
  margin-bottom: 0;
}

.select-news .select-item-text {
  font-size: 16px;
  line-height: 100%;
  color: #20384e;
}

.act .select-item-block:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #df1e18;
  position: absolute;
  border-radius: 100%;
  left: 5px;
  top: 5px;
}

.btn-show .select-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-btn {
  position: absolute;
  right: 20px;
  top: calc(50% - 25px);
}

.select-news {
  width: 325px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.video-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}

.play-youtube .video-bg {
  display: none;
}
.page-text-article-name .text-link-sources li {
  font-size: 12px;
}
.page-text-article-name .text-link-sources p {
  font-size: 12px;
}
.page-text-article-name .text-link-sources a {
  color: #20384e;
}
.page-text-article-name .text-link-sources h5 {
  font-size: 12px;
  margin-bottom: 0;
}
.page-text-article-name .text-link-sources li:after {
  left: -20px;
  font-size: 12px;
}
.page-text-article-name .text-link-sources ol,
.page-text-article-name .text-link-sources ul {
  padding-left: 20px;
}
.page-text-article-name .text-link-sources ol {
  margin: 10px 0 20px;
}
.page-text-article-name .text-link-sources ol li {
  margin-bottom: 0;
}

/* Cookies start */

.cookie {
  color: #000;
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 200px);
  box-shadow: 0 6px 26px 0 rgba(50, 28, 84, 0.16);
  padding: 15px;
  border-radius: 200px;
  width: calc(100% - 30px);
  max-width: 600px;
  background-color: #fff;
  z-index: 500;
  opacity: 0;
  transition: all 0.3s;
}
.cookie a {
  color: #000;
}
.cookie a:hover {
  text-decoration: underline;
}

.cookie.show {
  transform: translate(-50%, 0);
  opacity: 1;
}

.cookie p {
  width: calc(100% - 78px);
  font-size: 13px;
  line-height: 18px;
  border-right: 1px solid #dadada;
}

.cookie__close {
  height: 18px;
  width: 18px;
  position: relative;
  cursor: pointer;
  margin-left: 15px;
}
.cookie__close:before {
  transform: rotate(45deg);
}

.cookie__close:after {
  transform: rotate(-45deg);
}

.cookie__close:after,
.cookie__close:before {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background-color: #d60000;
}

.ncookie {
  color: #000;
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translate(-50%, 200px);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  padding: 24px 32px 0;
  border-radius: 0;
  width: calc(100% - 30px);
  max-width: 1376px;
  background-color: #fff;
  z-index: 1050;
  opacity: 0;
  transition: all 0.3s;
  overflow: hidden;
  pointer-events: none;
}

.ncookie a {
  font-weight: bold;
  text-decoration: underline;
  color: #333;
}
.ncookie a:hover {
  text-decoration: underline;
}

.ncookie.show {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.ncookie p {
  font-size: 13px;
  line-height: 24px;
}

.ncookie__container {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 24px;
}

.ncookie__btn {
  cursor: pointer;
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  padding: 8px 16px;
  white-space: nowrap;
}

.ncookie__btn-icon {
  transform: rotate(0deg);
}

.ncookie__btn-icon--transformed {
  transform: rotate(180deg);
}

.ncookie__btn-primary {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 50px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ce2424),
    to(red)
  );
  background: -o-linear-gradient(top, #ce2424 0, red 100%);
  background: linear-gradient(180deg, #ce2424, red);
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
}
.ncookie__btn-primary:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#620000),
    to(#d60000)
  );
  background: -o-linear-gradient(left, #620000 0, #d60000 100%);
  background: linear-gradient(90deg, #620000, #d60000);
}

.ncookie__btn-secondary {
  color: #4a4a4a;
}
#cookie-accept {
  margin-top: 20px;
  margin-left: auto;
}

.ncookie__checkboxes {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 24px;
  padding-bottom: 24px;
  transform: translateY(0);
  pointer-events: all;
  max-height: 100vh;
  transition: all 0.3s ease;
}

.ncookie__checkboxes--hidden {
  padding: 0;
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.ncookie__checkbox {
  display: flex;
  cursor: pointer;
  width: calc(100% / 3);
}

.ncookie__checkbox:first-child() {
  opacity: 0.5;
  cursor: default;
}

.ncookie__checkbox-item {
  padding-left: 16px;
}

.ncookie__checkbox-title {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  padding-bottom: 8px;
}

.ncookie__checkbox-body {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.ncookie input[type="checkbox"] {
  position: relative;
  height: 16px;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #fff;
  cursor: pointer;
}

.ncookie input[type="checkbox"]:checked::before {
  content: " ";
  fill: #000;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTUuNTU2IDUxNS41NTYiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTE1LjU1NiA1MTUuNTU2IiB3aWR0aD0iNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0wIDI3NC4yMjYgMTc2LjU0OSAxNzYuODg2IDMzOS4wMDctMzM4LjY3Mi00OC42Ny00Ny45OTctMjkwLjMzNyAyOTAtMTI4LjU1My0xMjguNTUyeiIvPjwvc3ZnPg==);
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.ncookie svg {
  vertical-align: middle;
}

/* Cookies end */

.wp-block-table {
  margin-top: 20px;
}
.wp-block-table th,
.wp-block-table td {
  padding: 5px;
}
.wp-block-table thead th {
  background: #f2faff;
}
.wp-block-table td {
  border-bottom: 1px solid #f0f0f0;
}
.ie-info-text {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  z-index: 999999;
  display: none;
}
.ie-info-text .inner {
  width: 100%;
  max-width: 500px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #eee;
}
.text_bellow_slider {
  margin-top: 20px;
  font-size: 16px;
  width: 65%;
}
.no-breadcrumb h1 {
  margin-top: 50px;
}
/* Bottom banners */
.bottom-banner {
  font-family: Meta Pro Regular;
  background-image: linear-gradient(to right, #58c2dd , #c4d6e0);
  position: relative;
  min-height: 350px;
  margin-bottom: 50px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.bottom-banner .banner-inner {
  padding: 26px 40px 70px 40px;
  width: 100%;
}
.bottom-banner h2 {
  color: #FFFFFF;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 60%;
}
.bottom-banner h2.smaller-fonts {
  font-size: 40px;
  line-height: 50px;
}
.bottom-banner .img-cont {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: right;
  z-index: 0;
  display: flex;
  align-items: flex-end;
}
.bottom-banner img {
  width: 50%;
  height: auto;
  margin-left: auto;
}
.bottom-banner .buttons-cont {

}
.bottom-banner .buttons-cont .btn-red {
  font-weight: 500;
  margin-right: 20px;
  position: relative;
}
.bottom-banner .buttons-cont .btn-white {
  font-weight: 500;
  border: 2px solid #FFFFFF;
  padding: 11px 30px;
  position: relative;
  z-index: 1;
}
.bottom-banner .buttons-cont .btn-white:hover {
  background: #58c2dd;
}

header .slogan.wide-button {
  margin-left: 57.5px;
}

/* Quiz 2024 */
html {
  scroll-behavior: smooth;
}
.desktop-image {
  display: block;
}
.mobile-image {
  display: none;
}

.quiz-hero {
  height: 740px;
  background-position: top center;
  background-size: cover;
  position: relative
}
.quiz-hero h2 {
  font-family: "Meta Pro Regular";
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  font-size: 56px;
  line-height: 64px;
  font-style: normal;
  padding-left: 25%;
  padding-right: 25%;
  box-sizing: border-box;
}
.quiz-intro {
  text-align: center;
  background: radial-gradient(136.99% 136.99% at 50% 50%, #FFFFFF 0%, #7EBFDA 100%);
  padding-top: 35px;
  padding-bottom: 45px;
}
.quiz-intro .container {
width: 100%;
max-width: 1060px;
padding-left: 16px;
padding-right: 16px;
box-sizing: border-box;
}

.quiz-intro .content-cont {
  width: 100%;
  margin: 0 auto;
  max-width: 838px;

}
.quiz-intro h2, .quiz-intro-title {
  font-family: 'Meta Pro Regular';
  color: #004153;
  font-size: 56px;
  line-height: 64px;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 16px;
    padding-right: 16px;
}
.quiz-intro p {
  color: #004153;
  font-size: 24px;
  line-height: 32px;
}
.quiz-intro p strong {
  font-style: normal;
}
.quiz-intro .quiz-intro-quote {
  background: #004153;
  border-radius: 30px;
  color: #FFFFFF;
  padding: 1px 40px 1px 40px;
}
.quiz-intro .quiz-intro-quote p {
  color: #FFFFFF;
  font-weight: 500;
}
.quiz-intro .quiz-intro-quote p strong {
  font-weight: 900;
  font-family: "Meta Pro Regular";
}
.quiz-button {
  font-family: "Meta Pro Regular";
  cursor: pointer;
  background: #7EBFDA;
  padding: 16px 42px 10px 42px;
  text-decoration: none;
  color: #004153;
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
  font-style: normal;
  box-sizing: border-box;
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-block;
  border: none;
}
.quiz-button:disabled {
  cursor: auto;
  opacity: 0.5;
}

.quiz-quiz {
  background: radial-gradient(136.99% 136.99% at 50% 50%, #FFFFFF 0%, #7EBFDA 100%);
  text-align: center;
}
.quiz-quiz .quiz-quiz-image {
  width: 100%;
}
.quiz-quiz .container {
  padding-top: 35px;
  padding-bottom: 45px;
  width: 100%;
  max-width: 838px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.quiz-quiz .quiz-quiz-welcome-image {
  width: 300px;
    height: 300px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
.quiz-quiz .quiz-quiz-text {
  font-size: 16px;
  line-height: 20px;
  color: #004153;
  margin-top: 30px;
}
.quiz-quiz .quiz-quiz-text a {
  color: #004153;
}

.quiz-footer {
  padding-top: 50px;
  padding-bottom: 30px;   
   text-align: center;
}
.quiz-footer .container{
  width: 100%;
  max-width: 1050px;
}
.quiz-footer .quiz-footer-text{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 50px;
  color: #004153;
  padding-left: 16px;
  padding-right: 16px;
}
.quiz-footer .quiz-footer-text strong {
  font-family: "Meta Pro Regular";
}
.quiz-footer .quiz-footer-image{
  width: 100%;
}
.quiz-footer  .quiz-footer-content {
  max-width: 838px;
  margin: 0 auto;
}

.quiz-questions-title {
  font-family: "Meta Pro Regular";
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
  color: #004153;
  font-weight: bold;
  border-bottom: 3px solid #7EBFDA;
  margin-top: 0;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.quiz-questions-cont {
  font-family: "Meta Pro Regular";
  color: #004153;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}
.quiz-questions-cont .answers {
  text-align: left;
  padding-left: 0;
  margin-top: 50px;
  margin-bottom: 130px;
}
.quiz-questions-cont .question {
  
}
.quiz-questions-cont .answer {
  margin-bottom: 10px;
}
.quiz-questions-cont .correct-answer, .quiz-questions-cont .wrong-answer {
  text-align: center;
}
.quiz-questions-cont .correct-answer-image, .quiz-questions-cont .wrong-answer-image {
  width: 268px;
  height: 268px;
  margin: 0 auto;
}
.quiz-questions-cont .correct-answer-text, .quiz-questions-cont .wrong-answer-text {
  margin-top: 20px;

}
.quiz-questions-cont .correct-answer-text p, .quiz-questions-cont .wrong-answer-text p {
  margin-top: 0;
}
.quiz-questions-cont .correct-answer-text p strong, .quiz-questions-cont .wrong-answer-text p strong {
  line-height: 60px;
}
.kviz-thank-you-cont {
 
}
.kviz-thank-you-cont .quiz-intro-title {
  margin-top: 30px;
  font-size: 64px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}
.kviz-thank-you-cont .quiz-thank-you-text {
  font-family: "Meta Pro Regular";
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color: #004153;
}
.kviz-thank-you-cont .quiz-thank-you-image {
  width: 268px;
  height: 268px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
}
.kviz-thank-you-cont .quiz-thank-you-footer-text {
  border-top: 3px solid #7EBFDA;
}
.kviz-thank-you-cont .quiz-thank-you-footer-text p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #004153;
  margin-bottom: 30px;
}
.kviz-thank-you-cont .quiz-button {
  margin-bottom: 20px;
}
.form-cont {
  background: radial-gradient(136.99% 136.99% at 50% 50%, #FFFFFF 0%, #7EBFDA 100%);
}
.form-cont iframe {
  background: radial-gradient(136.99% 136.99% at 50% 50%, #FFFFFF 0%, #7EBFDA 100%);
  height: 740px;
}



.quiz-questions-footer-text {
  color: #004153;
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
}
.quiz-questions-footer-text a {
  color: #004153;
}
.quiz-questions-footer-text-small {
  color: #004153;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.check-container {
  display: block;
  position: relative;
  min-height: 48px;
  padding-left: 100px;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-checkmark {
  position: absolute;
  top: -10px;
  left: 0;
  height: 48px;
  width: 48px;
  background-color: transparent;
  border: 3px solid #004153;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .check-checkmark {

}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .check-checkmark {
  background-color: #004153;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .check-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .check-checkmark:after {
  left: 14px;
    top: 2px;
    width: 15px;
    height: 25px;
    border: solid white;
    border-width: 0 8px 8px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check-container .check-text {
 
}


.info-text-display {
  padding: 10px 80px 10px 80px;
  display: block;
 background: linear-gradient(269.9deg, #f4fbff 12.37%, #ddf3ff 96.14%);
}




/* IE8 */
@media \0screen {
  body {
    overflow: hidden !important;
  }
  .ie-info-text {
    display: flex;
  }
  .hide-ie {
    display: none !important;
  }
}

/* IE9 */
@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
  body {
    overflow: hidden !important;
  }
  .ie-info-text {
    display: flex;
  }
  .hide-ie {
    display: none !important;
  }
}

/* IE10-11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    overflow: hidden !important;
  }
  .ie-info-text {
    display: flex;
  }
  .hide-ie {
    display: none !important;
  }
}

.graph-image {
  position: relative;
}
.graph-image .tooltip {
  margin-top: 30px;
}
.graph-image .tooltip .container {
  width: 100%;
  padding-left: 0;
}
.graph-image .tooltip .tooltip-inner {
  text-align: right;
  padding-right: 10px;
}
.graph-image .tooltip .ii-block {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
}
.graph-image .tooltip .tooltiptext {
  right: 10px;
  left: auto;
  top: 140%;
}
.graph-image .tooltip .tooltiptext::after {
  left: auto;
  right: 15px;
}
@media screen and (max-width: 1457px) {
  .form-cont iframe {
    height: 640px;
 }
}
@media screen and (max-width: 1217px) {
  .form-cont iframe {
    height: 580px;
 }
}

@media screen and (max-width: 1450px) {
  /* Language picker */
  #lang-picker-exist {
    /*padding-top: 30px;*/
  }
  #lang-picker-exist .languagepicker {
    /*position: absolute;
    top: -30px;
    right: 0;
    width: 100%;
    padding-top: 5px;
    background: #f2f9ff;*/
    margin-bottom: 10px;
  }
  #lang-picker-exist .languagepicker .container {
    /*width: 668px;*/
  }
  #lang-picker-exist .languagepicker a {
    padding: 2px 5px;
  }
  /* Language picker */
  .footer-links .only-links{
    margin-left: 0;
  }
  .ie-info-text {
    margin-top: -150px;
  }
  .tooltip {
    margin-top: -90px;
  }
  .story-title-1 {
    bottom: 465px;
  }
  .story-title-1.sl-title {
    bottom: 465px;
  }
  .story-sub-title-1 {
    bottom: 485px;
  }
  .symps .head {
    width: 47%;
  }
  .women-bg img {
    height: 80%;
  }
  body {
    position: relative;
    overflow-x: hidden;
    margin: 0;
    font-family: MetaPro;
    font-size: 14px;
    line-height: 20px;
    overflow-x: hidden;
    position: relative;
  }
  header {
    font-size: 14px;
    color: #20384e;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: MetaPro;
  }
  footer {
    font-size: 16px;
    color: #20384e;
    margin-top: 0;
    margin-bottom: 0;
    font-family: MetaPro;
  }
  .menu_button_mobile {
    display: none;
  }
  .container {
    width: 1166px;
    margin: auto;
  }
  .arrow {
    width: 5px;
    height: 8px;
    margin-left: 5px;
  }
  .menu-mobile {
    display: none;
  }
  .menu {
    text-align: center;
    font-family: MetaPro;
    color: #20384e;
    font-size: 16px;
    margin-right: 30px;
  }
  .logo {
    height: 40px;
    width: 159px;
    margin-right: 50px;
  }
  .button {
    justify-content: center;
    margin-left: 34px;
    font-size: 16px;
    border: 0;
    height: 50px;
    width: 112px;
    background: linear-gradient(180deg, #ce2424 0%, red 100%);
    border-radius: 50px;
  }
  .button a {
    margin: 13px 20px 13px 20px;
    display: block;
    width: 100%;
    color: #ffffff;
    font-family: MetaPro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }
  .slogan {
    font-family: MetaPro;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    margin-left: 50px;
    /* width: 210px; */
  }
  header .slogan.wide-button {
    margin-left: 20px;
    margin-top: 5px;
  }
  .point {
    height: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .bg-choose-slider {
    height: 982px;
  }
  .lang {
    color: #758a9d;
    margin-left: 50px;
    align-items: center;
    height: 24px;
    font-size: 14px;
    display: flex;
  }
  .lang a:link {
    color: #758a9d;
    text-decoration: none;
  }
  .lang a:visited {
    color: #758a9d;
    text-decoration: none;
  }
  .lang a:active {
    color: #20384e;
  }
  .topmenu {
    padding: 0;
    display: flex;
    height: 24px;
  }
  .menu {
    position: relative;
  }
  .topmenu > li {
    display: inline-block;
    position: relative;
  }
  .topmenu > li > a:before {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 150%;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, 20px);
    opacity: 0;
    transition: 0.3s;
  }
  .menu > a {
    font-size: 16px;
  }
  .submenu {
    padding: 40px 20px 20px;
  }
  .submenu:after {
    height: calc(100% - 20px);
  }
  header {
    height: 70px;
  }
  body {
    padding-top: 70px;
  }
  .head-main ul {
    margin-bottom: 50px;
    margin-top: 142px;
  }
  .prod {
    width: 156px;
  }
  .info {
    width: 177px;
  }
  .set {
    width: 97px;
  }
  .footer {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(269.9deg, #f4fbff 12.37%, #ddf3ff 96.14%);
  }
  .footer-container {
    width: 1166px;
    margin: auto;
  }
  .infoblock {
    background-color: #003b5c;
    color: #82bdde;
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
  .infoblock p {
    text-transform: uppercase;
    font-weight: 400;
    font-family: MetaPro;
    margin: 0 0 0 0;
    padding: 15px;
  }
  .main-container {
    display: flex;
  }
  .our-site {
    margin: 0 0 13px 0;
    width: 150px;
    text-decoration: none;
    font-family: MetaPro;
    color: #20384e;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
  .law-info {
    margin: 0;
    width: 297px;
    font-family: MetaPro;
    color: #20384e;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .all-right-reserved {
    margin: 15px 0 -15px 0;
    /*width: 230px;*/
    font-family: MetaPro;
    color: #20384e;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding-left: 0;
  }
  .footer-links {
    /*width: 761px*/
  }
  .footer-information {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .footer-link {
    margin: 10px 20px 20px 0;
    text-decoration: none;
    font-family: MetaPro;
    color: #20384e;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
  }
  .articles-footer {
    display: none;
  }
  .law-footer {
    display: none;
  }
  .buy-footer {
    display: none;
  }
  .contancts-footer {
    display: none;
  }
  .confidential-footer {
    display: flex;
  }
  .afteruses-footer {
    display: none;
  }
  .all-right-reserved-mobile {
    display: none;
  }
  .footer-warn {
    margin: 20px 0 0 0;
    font-family: MetaPro;
    font-size: 14px;
    line-height: 140%;
    color: #20384e;
  }
  .footer-logo {
    position: absolute;
    right: 0;
    top: calc(50% - 24px);
  }
  .mixin-interesting-block {
    /*height: 570px;*/
    width: 100%;
  }
  .mixin-interesting-block .container {
    flex-direction: column;
  }
  .interesting {
    margin: 80px 0px 60px 0px;
    font-family: MetaPro;
    color: #20384e;
    font-weight: 700;
    font-size: 36px;
    line-height: 55px;
  }
  .interesting-text {
    display: flex;
    font-size: 16px;
    line-height: 24px;
  }
  .all-articles {
    margin: 95px 0px 0px 0px;
    height: 24px;
    color: #20384e;
    text-decoration: none;
    margin-left: auto;
  }
  .articles:hover .owl-prev,
  .articles:hover .owl-next {
    top: 50px;
  }
  .long-arrow {
    margin-left: 10px;
    height: 8px;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1261px) {
  .catalog-item:hover .img-container {
    height: 140px !important;
  }
}

@media screen and (max-width: 1450px) {
  .super-test h2 {
    font-size: 33px;
    line-height: 42px;
  }
  .check-symps-text {
    width: 515px;
  }
  .symp-part.sump-first {
    /*padding: 100px 78px;*/
    width: 576px;
    font-size: 32px;
  }
  .symp-part-right {
    width: 278px;
  }
  .check-symps {
    width: 550px;
    margin-right: 40px;
  }
  .symp-part-text {
    margin-bottom: 30px;
  }
  .btns-symp {
    grid-template-columns: 170px 170px 170px;
    grid-column-gap: 20px;
    grid-row-gap: 22px;
  }
  .sometxt {
    font-family: MetaPro;
    padding: 6px 12px 6px 12px;
    color: #20384e;
    font-size: 16px;
    line-height: 100%;
    background-color: white;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 20px;
  }
  .img-container {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    color: white;
    text-decoration: none;
    overflow: hidden;
    width: 262px;
    border-radius: 10px;
    transition-duration: 0.3s;
    height: 190px;
  }
  .catalog-item-img {
    width: 100%;
  }
  .articles {
    margin-bottom: 10px;
  }
  .undertext {
    font-size: 20px;
    line-height: 140%;
    color: #435363;
    margin: 0 0 0 0;
    width: 262px;
  }
  .hidden-undertext {
    position: absolute;
    top: 160px;
    left: 0;
    display: flex;
    opacity: 0;
    height: 1px;
    font-size: 16px;
    line-height: 140%;
    color: #435363;
  }
  .hidden-undertext path {
    fill: #45b3f1;
  }
  .item-container {
    width: 262px;
  }
  .item-container a {
    color: #435363;
    text-decoration: none;
  }
  .not-move {
    height: 201px;
  }
  .owl-prev:focus {
    outline: none;
  }
  .owl-next:focus {
    outline: none;
  }
  .img-404 img {
    width: 330px;
    height: 505px;
  }
  .img-404 {
    margin-top: 27px;
  }
  .head-block .container {
    flex-direction: column;
    position: relative;
  }
  .breadcrumbs {
    margin-bottom: 30px;
    padding-top: 10px;
  }
  #lang-picker-exist .breadcrumbs {
    padding-top: 70px;
  }
  .prods-line:hover .owl-prev,
  .prods-line:hover .owl-next {
    top: calc(50% - 45px);
  }
  .button-spray-instruction {
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    margin-bottom: 70px;
    justify-content: center;
    font-size: 16px;
    border: 0;
    height: 50px;
    width: 260px;
    background: linear-gradient(89.62deg, #00cdfa 0.25%, #00bee8 99.67%);
    border-radius: 50px;
  }
  .button-spray-instruction a {
    padding: 15px 20px 15px 20px;
    color: #ffffff;
    font-family: MetaPro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
  }
  .spray-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: MetaPro;
    font-weight: 700;
    font-size: 36px;
    line-height: 55px;
    color: #20384e;
  }
  .spray-info {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 150%;
    color: #435363;
  }
  .head-container {
    margin-left: 60px;
  }
  .head-text-spray-prod {
    margin-left: 0px;
    margin-top: 40px;
    width: 500px;
  }
  .total-action {
    left: 430px;
    top: -44px;
  }
  .total-action-pills {
    top: -60px;
    left: 420px;
  }
  .srpay-photo {
    height: 348px;
    width: 486px;
    margin-top: 16px;
  }
  .pills-photo {
    height: 348px;
    width: 486px;
  }
  .head-container {
    height: 520px;
  }
  h2.instruction-title {
    margin-bottom: 50px;
  }
  .head-images-spray {
    margin-left: 9px;
    margin-top: 35px;
  }
  .cross {
    position: absolute;
    z-index: -10;
    right: calc(50% - 1000px);
    top: calc(50% - 110px);
  }
  .cross-instr {
    width: 100px;
    height: 100px;
    z-index: -10;
    position: absolute;
    right: calc(50% - 400px);
    top: calc(50% - 400px);
  }
  .page-text {
    width: 690px;
  }
  .page-content {
    display: flex;
    margin-left: 30px;
    color: #20384e;
  }
  .page-nav, .right-latest-posts {
    padding: 30px 20px 30px 30px;
    position: sticky;
    right: 100px;
    top: 120px;
    width: 296px;
    margin-left: 120px;
    background: #f2faff;
    border-radius: 10px;
    margin-bottom: 150px;
  }
  .new_article_transitions_block {
    /*max-height: calc(100vh - 60px - 240px);*/
    padding-right: 20px;
  }
  .page-nav a, .right-latest-posts a {
    font-size: 16px;
    line-height: 20px;
    color: #125491;
    text-decoration-line: underline;
  }
  .page-text h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 20px 0;
  }
  .page-text p {
    color: #435363;
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }
  .page-text h1 {
    margin: 0px 0 70px 0;
  }
  .page-text ul {
    padding-left: 17px;
    list-style: none;
    font-size: 16px;
    line-height: 150%;
  }
  .page-text h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    margin: 0 0 20px 0;
  }
  .page-text li {
    position: relative;
  }
  .page-text li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #20384e;
    left: -17px;
    top: 9px;
  }
  .finished-text {
    margin-bottom: 50px;
  }
  .finished-page {
    margin-bottom: 150px;
  }
  .upstairs {
    position: sticky;
    right: 50%;
    bottom: 5%;
    z-index: 5;
  }
  .razm-320 {
    display: none;
  }
  .razm-768 {
    display: none;
  }
  #scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #e4eef4;
    border-radius: 5px;
  }
  #scrollbar::-webkit-scrollbar-thumb {
    background-color: #45b3f1;
    border-radius: 5px;
  }
  .breadcrumbs-block {
    margin-top: -30px;
  }
  .atrlicles-content {
    margin-bottom: 120px;
  }
  .atrlicles-content h1 {
    font-size: 54px;
    line-height: 55px;
    margin: 0;
    color: #20384e;
  }
  .articles-a-lot {
    display: grid;
    grid-template-columns: 302px 302px 302px 302px;
  }
  .grid-elem {
    position: relative;
  }
  .btn-text {
    width: 248px;
  }
  .more-grid-elem {
    display: none;
  }
  .grid-elem .hidden-undertext {
    position: absolute;
    top: 170px;
  }
  .page-text-article-name {
    margin-left: 60px;
  }
  .block-total {
    margin-top: 35px;
    display: flex;
  }
  .block-total .point {
    padding-top: 22px;
    margin: 0 20px 0 20px;
    font-size: 16px;
    line-height: 140%;
    color: #df1e18;
  }
  .interesting-fact {
    display: flex;
  }
  .interesting-fact img {
    height: 25px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .interesting-fact h3 {
    font-size: 30px;
    line-height: 140%;
    margin: 0;
  }
  .do-u-know {
    display: flex;
  }
  .do-u-know-block {
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .do-u-know img {
    height: 25px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .do-u-know h3 {
    font-size: 30px;
    line-height: 140%;
    margin: 0;
  }
  .do-u-know-block ul {
    font-size: 16px;
    padding-left: 20px;
    line-height: 150%;
    margin: 0 0 0 0;
  }
  .do-u-know-block li {
    font-size: 16px;
    line-height: 150%;
    margin: 20px 0 0 0;
  }
  .do-u-know-block li::marker {
    height: 7px;
    width: 7px;
    color: #df1e18;
  }
  .navigation {
    display: flex;
  }
  .products {
    font-size: 14px;
    line-height: 140%;
    color: #20384e;
    height: 92px;
    width: 250px;
    background-color: rgba(242, 250, 255, 0.5);
    border-radius: 10px;
  }
  .products:active {
    border: 1px solid #45b3f1;
    border-radius: 10px;
  }
  .products:active .prod-container {
    padding: 14px 14px 14px 14px;
  }
  .prod-container {
    padding: 15px 15px 15px 15px;
    display: flex;
  }
  .where-to-buy-content {
    margin-bottom: 120px;
  }
  .where-to-buy h1 {
    margin: 0;
    font-size: 54px;
    line-height: 55px;
    color: #20384e;
  }
  .prods-line {
    margin-top: 30px;
    height: 92px;
    width: 100%;
  }
  .where-to-buy-txt {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #435363;
  }
  .map h2 {
    position: relative;
    top: 43%;
    left: 43%;
    font-size: 54px;
    line-height: 55px;
    color: #20384e;
  }
  .prods-line .owl-prev {
    opacity: 0;
    top: 35%;
    transition-duration: 0.3s;
  }
  .prods-line .owl-next {
    opacity: 0;
    top: 35%;
    transition-duration: 0.3s;
  }
  .prods-line.owl-carousel .owl-nav.disabled {
    display: block;
  }
  .spray-info-prod {
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 24px;
    padding-left: 25px;
    color: #20384e;
  }
  .spray-info-prod li {
    margin-bottom: 40px;
  }
  .spray-info-prod li::marker {
    height: 13px;
    width: 13px;
    color: #ce2424;
  }
  .head-prod-container {
    margin-left: 60px;
    height: 520px;
  }
  .block-scroll {
    overflow: hidden;
  }
  .head-text-spray {
    margin-left: 0px;
  }
  .total-action-prod {
    height: 140px;
    left: 415px;
    top: 25px;
  }
  .total-action-prod-cz {
    height: 126px;
    left: -120px;
    top: 156px;
  }
  .srpay-photo-prod {
    height: 348px;
    width: 486px;
    margin-top: -60px;
  }
  .head-images-spray-prod {
    position: relative;
  }
  .bg-cont-prod .cross {
    right: calc(50% - 775px);
    top: calc(50% - 16px);
    height: 700px;
  }
  .pills-for-kids {
    background: url(../../../../../for-kids-bg-1366.jpg);
    padding: 73px 94px 50px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .pills-for-kids-second {
    margin-top: 95px;
  }
  .pills-for-kids:before {
    right: 30px;
    top: 30px;
  }
  .pills-for-kids-first div {
    margin-top: 14px;
  }
  .pills-for-kids-first img {
    width: 350px;
    margin-right: 115px;
  }
  .pills-for-kids-first p {
    font-size: 16px;
    line-height: 140%;
    width: 491px;
  }
  .pills-for-kids-second > p {
    font-size: 16px;
    line-height: 140%;
    width: 514px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .pills-for-kids-second div p {
    margin: 67px 0 0;
  }
  .head-prod-container ul li {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .head-text-spray-prod ul {
    margin-bottom: 50px;
  }
  .checked-img {
    display: flex;
    margin-top: 0;
  }
  .page-text-prod {
    width: 630px;
  }
  .page-content-prod {
    display: flex;
    margin-top: 120px;
    margin-left: 90.5px;
    color: #20384e;
  }
  .table-img {
    height: 210px;
    width: 160px;
  }
  .head-scroll.owl-carousel {
    width: 468px;
    margin-left: 10px;
    margin-top: 118px;
  }
  .total-main {
    width: 100%;
  }
  .sep-icon {
    height: 116px;
    width: 116px;
  }
  .head-scroll.owl-carousel .owl-item.active + .owl-item:not(.anim-2),
  .head-scroll.owl-carousel .owl-item.anim-2 {
    left: 420px;
    top: 60px;
  }
  .bg-slider-circle {
    width: 600px;
    height: 600px;
    left: 540px;
    top: 22px;
  }
  .bg-cont-main .cross {
    right: calc(50% - 707px);
    top: calc(50% - 39px);
    height: 749px;
  }
  .head-scroll.owl-carousel
    .owl-item.active
    + .owl-item:not(.anim-2)
    .img-photo
    img,
  .head-scroll.owl-carousel .owl-item.anim-2 .img-photo img {
    max-width: 210px !important;
  }
  .head-scroll.owl-carousel
    .owl-item.active
    + .owl-item
    + .owl-item
    .img-photo
    img,
  .head-scroll.owl-carousel .owl-item.anim-3:not(.anim-close) .img-photo img {
    max-width: 210px !important;
  }
  .story-img-1 {
    width: 335px;
    height: auto;
    left: 123px;
    bottom: -115px;
  }
  .story-img-1.sl-img {
    width: 435px;
    height: auto;
  }
  .story, .story_single {
    height: 650px;
  }
  .story_single {
    margin-top: 100px;
  }
  .story-text-1-content img {
    width: 41px;
    height: 39px;
    margin-right: 30px;
  }
  .story-bg {
    display: none;
  }
  .story-bg {
    left: -100px;
  }
  .story-text-1 {
    left: 580px;
    bottom: 162px;
  }
  .story-img-3 {
    width: 136px;
    height: 120px;
    left: 670px;
    bottom: 10px;
  }
  .story-img-3-cz {
    width: 136px;
    height: 120px;
  }
  .story-img-3-fi {
    width: 136px;
    height: 24px;
  }
  .story-anim-5 .story-img-3 {
    transform: translate3d(0, -200px, 0) rotate(0deg) scale(2.5);
  }
  @keyframes animation-6 {
    0% {
      transform: translate3d(0px, -200px, 0px) rotate(0deg) scale(2.5);
    }
    25% {
      transform: translate3d(0px, -200px, 0px) rotate(25deg) scale(2.5);
    }
    75% {
      transform: translate3d(0px, -200px, 0px) rotate(-25deg) scale(2.5);
    }
    100% {
      transform: translate3d(0px, -200px, 0px) rotate(0deg) scale(2.5);
    }
  }
  .story-title-1 {
    width: 540px;
    font-size: 26px;
    line-height: 40px;
    left: 518px;
    bottom: 420px;
  }
  .story-title-1.sl-title {
    bottom: 470px;
  }
  .story-sub-title-1 {
    width: 540px;
    font-size: 22px;
    line-height: 30px;
    left: 518px;
    bottom: 410px;
  }
  .story-text-2-content div:first-child:after {
    left: -43px;
  }
  .story-text-2 {
    width: 520px;
    left: 561px;
    bottom: 250px;
  }
  .story-text-2-content div:first-child {
    font-size: 22px;
    line-height: 30px;
  }
  .story-text-2-content {
    margin-bottom: 20px;
  }
  .story-anim-7 .story-img-3 {
    transform: translate3d(400px, -350px, 0) rotate(0deg) scale(1);
  }
  .story-img-4 {
    width: 410px;
    height: auto;
    left: 35px;
    bottom: -115px;
  }
  .story-img-4.sl-img {
    width: 456px;
    height: auto;
  }
  .story-title-end {
    bottom: 95px;
    left: 583px;
  }
  .story-img-2 {
    width: 356px;
    height: auto;
    left: 35px;
    bottom: -115px;
  }
  .story-img-2.sl-img {
    width: 460px;
    height: auto;
  }
  .story-bg-1366 {
    display: block;
  }
  .story-text-1-content {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .page-text-prod table {
    border-collapse: collapse;
    height: 406px;
    width: 690px;
  }
  .page-text-prod h2 {
    margin: 80px 0 50px 0;
    font-size: 36px;
    line-height: 140%;
  }
  .page-text-prod h1 {
    margin: 0px 0 50px 0;
    font-size: 36px;
    line-height: 140%;
  }
  .page-text-prod h3 {
    font-size: 24px;
    line-height: 150%;
    margin: 0;
  }
  .page-text-prod p {
    font-size: 16px;
    line-height: 150%;
    margin: 0;
  }
  .rel {
    position: relative;
  }
  .dia {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 140% !important;
    color: #ffffff;
  }
  .inf {
    position: absolute;
    top: 75%;
    right: 15px;
  }
  .ninf {
    text-align: center;
    width: 120px;
    position: absolute;
    top: 20%;
    right: 70px;
  }
  .diagram {
    position: absolute;
    z-index: -1;
  }
  .bg-diagram {
    left: 55%;
    top: 15%;
    position: absolute;
    z-index: -2;
  }
  .ideal-sol {
    display: flex;
  }
  .pills-photo-prod {
    height: 348px;
    width: 486px;
    margin-top: -116px;
    margin-left: 70px;
  }
  .table-img {
    height: 210px;
    width: 160px;
  }
  .bg-cont-prod {
    padding-top: 70px;
    margin-top: -70px;
    height: 650px;
  }
  .for-kids-block {
    margin-top: 70px;
    width: 1167px;
    height: 974px;
    background-image: url(../../../../../bg-1366.svg);
    border-radius: 10px;
  }
  .every-mom {
    margin-top: 80px;
    display: flex;
  }
  .every-mom img {
    width: 512px;
    height: 264px;
  }
  .every-mom p {
    font-size: 16px;
    line-height: 140%;
    font-weight: 700;
    width: 491px;
  }
  .cens {
    width: 59px !important;
    height: 59px !important;
    position: relative;
    top: 0px;
    right: -70px;
  }
  .main-info p {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 700;
  }
  .main-info ul {
    font-size: 16px;
    line-height: 140%;
  }
  .main-info li::marker {
    width: 7px;
    height: 7px;
    color: #df1e18;
  }
  .main-info {
    width: 600px;
  }
  .kids-ins-block {
    margin: auto;
    width: 979px;
    margin-top: 85px;
    display: flex;
  }
  .uls-list {
    display: flex;
  }
  .kids-img {
    width: 293px;
    height: 453px;
    margin-left: 160px;
    margin-top: -60px;
  }
  .not-inside {
    margin-top: 60px;
  }
  .footnote {
    width: 979px;
    margin: auto;
    font-size: 16px;
    line-height: 140%;
  }
  .footnote p {
    margin-top: 60px;
  }
  .cookie .container {
    padding: 20px 0 20px 0;
  }
  .cookie-left {
    width: 787px;
  }
  .prod-photo .img-pack,
  .prod-photo .img-pack img {
    max-width: 410px !important;
  }

  .prod-photo .img-photo img {
    max-width: 341px !important;
  }
  .head-main li:before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
  .head-main ul li {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }
  .prod-photo .img-pack {
    right: 231px;
    bottom: -84px;
  }
  .img-pack.ie-item {
    right: 30%;
    bottom: 230px;
  }
  .head-main p {
    width: 364px;
  }
  .head-head {
    height: 650px;
  }
  .main-main {
    height: 400vh;
    margin-top: -70px;
  }
  .main-main-small {
    height: auto;
  }
  .head-txt-main {
    padding-left: 40px;
  }
  .sep-icon {
    top: 60px;
    left: 370px;
  }
  .ankers {
    margin-top: 42px;
    width: 100%;
    height: 174px;
    overflow: hidden;
  }
  .arrow {
    width: 8px;
    height: 5px;
    margin-left: 3px;
    margin-bottom: 1px;
  }
  .bg-cont,
  .bg-cont-main {
    padding-top: 70px;
  }
  .bg-cont {
    margin-top: -70px;
    height: 650px;
  }
  .head-main {
    padding-top: 70px;
  }
  .undertext-choose {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    width: 100%;
    color: #435363;
    margin: 0 0 0 0;
  }
  .catalog-choose-img {
    transition-duration: 1s;
    height: 300px;
    position: absolute;
  }
  .item-container a {
    color: #435363;
    text-decoration: none;
  }
  .choose-slider {
    padding-top: 120px;
  }
  .choose-slider-title {
    font-size: 36px;
    line-height: 55px;
    margin-bottom: 101px;
    padding-left: 0;
    font-style: italic;
  }
  .undertext-choose {
    width: 174px;
  }
  .super-text p {
    width: 421px;
  }
  .super-test h2 {
    line-height: 45px;
  }
  .visible-new-bg-back img:first-child {
    display: none;
  }
  .visible-new-bg-back img:nth-child(2) {
    display: block;
  }
  .catalog-choose {
    width: 204px;
  }
  .catalog-choose-img {
    height: 156px;
  }
  .item-container {
    width: 100%;
  }
  .choose-container {
    margin-bottom: 31px;
    height: 157px;
    width: 100%;
  }
  .hidden-undertext-choose {
    top: 150px;
    left: 32px;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1261px) {
  .catalog-choose a:hover .catalog-choose-img {
    transform: translateY(-24px) !important;
  }
}

@media screen and (max-width: 1450px) {
  .story_single {
    margin-top: -100px;
  }
  .catalog-choose-bg {
    width: 220px;
    height: 220px;
    left: -7px;
    top: -53px;
  }
  .faq {
    margin-bottom: 150px;
  }
  .faq h2 {
    font-size: 36px;
    line-height: 55px;
    color: #20384e;
  }
  .faq .container {
    display: block;
  }
  .faq .faq-ins {
    display: flex;
  }
  .baba {
    position: relative;
  }
  .baba .qst {
    opacity: 0.4;
    position: absolute;
    width: 10%;
    top: 100px;
    left: 170px;
    transform: rotate(-24.98deg);
    animation: qst-anim-small 6s infinite;
  }
  .baba .qst-anim {
    transform: rotate(21.02deg);
    position: absolute;
    top: -50px;
    left: 470px;
    animation: qst-anim-big 6s infinite;
  }
  .baba .wmn-faq {
    margin-left: 40px;
    margin-top: -80px;
  }
  .video-item {
    position: relative;
  }
  .video-item .play {
    transition-duration: 0.3s;
    position: absolute;
    left: calc(50% - 40.5px);
    top: calc(50% - 40.5px);
    height: 81px;
    width: 81px !important;
  }
  .video-item video {
    border-radius: 5px;
    width: 362px;
  }
  .video-item p {
    margin-bottom: 0;
  }
  .youtube {
    border-radius: 5px;
  }
  .panel-btn .faq-text {
    width: 704px;
  }
  .women .qst-anim {
    top: -50px;
    left: 330px;
    width: 100px;
  }
  .women .qst {
    top: 80px;
    left: 110px;
  }
  .panel-btn .panel p,
  .panel-btn .panel span {
    font-size: 16px;
  }
  .sub-page-panel-btn .panel p,
  .sub-page-panel-btn .panel span {
    font-size: 16px;
  }
  .sub-page-faq-text {
    font-size: 14px;
  }

  .analise {
    margin-top: 157px;
    margin-bottom: 120px;
    color: #20384e;
  }
  .analise .button-anlise {
    position: relative;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    border: 0;
    height: 50px;
    width: 152px;
    border-radius: 50px;
  }
  .analise .button-anlise p {
    padding: 13px 30px 13px 30px;
    display: flex;
    width: 92px;
    color: #ffffff;
    font-family: MetaPro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }
  .analise h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 55px;
  }
  .analise p {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
  }
  .analise .anlise-text {
    margin-left: 80px;
    margin-right: 70px;
  }
  .analise-bg img:nth-child(2) {
    display: block;
  }
  .analise-bg img:nth-child(1) {
    display: none;
  }
  .analise .anlise-text {
    margin-left: 80px;
    margin-right: 51px;
    width: 409px;
  }
  .analise h2 {
    margin-top: 85px;
    font-size: 32px;
    line-height: 45px;
  }
  .choose-test {
    display: none;
    background: #ffffff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    margin-right: 50px;
    height: 427px;
    width: 472px;
    font-size: 16px;
    line-height: 24px;
    color: #20384e;
  }
  .choose-test h2 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 46px;
    color: #20384e;
  }
  .choose-test p {
    margin-top: 20px;
  }
  .choose-test .fin {
    font-weight: 700;
    margin-top: 50px;
  }
  .test {
    display: flex;
  }
  .test .test-container {
    margin: auto;
    width: 427px;
  }
  .test h2 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .quest {
    background: #ffffff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    height: 427px;
    width: 649px;
    position: relative;
  }
  .quest .round {
    position: absolute;
    width: 105px;
    top: 20px;
    left: 20px;
  }
  .quest .pict {
    position: absolute;
    width: 65px;
    top: 40px;
    left: 40px;
  }
  .quest .num {
    margin-top: 42px;
    margin-left: 145px;
    font-size: 24px;
    line-height: 32px;
    color: #45b3f1;
  }
  .quest .qs {
    font-size: 24px;
    line-height: 140%;
    color: #20384e;
    margin-top: 20px;
    margin-left: 30px;
  }
  .quest .btns {
    margin-left: 225px;
    margin-top: 50px;
  }
  .quest .down {
    margin-top: 80px;
    display: flex;
  }
  .quest .prc {
    margin-left: 30px;
    padding-top: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #435363;
  }
  .quest .cout {
    margin-left: 69px;
    margin-right: 50px;
    padding-top: 10px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #435363;
  }
  .quest .ans-btn:active {
    background: #1bd6ff;
    border: solid 1px #45b3f1;
  }
  .quest .ans-btn:active p {
    color: #ffffff;
  }
  .quest .ans-btn {
    transition-duration: 0.3s;
    margin-right: 20px;
    height: 50px;
    border: solid 1px #45b3f1;
    border-radius: 50px;
  }
  .quest .ans-btn p {
    height: 20px;
    padding: 15px 20px 15px 20px;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 16px;
    color: #45b3f1;
  }
  .quest .next-btn {
    transition-duration: 0.3s;
    height: 50px;
    border: solid 1px #45b3f1;
    border-radius: 50px;
  }
  .quest .next-btn p {
    height: 20px;
    padding: 15px 30px 15px 30px;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: 20px;
    color: #45b3f1;
  }
  .super-test .super-text {
    padding: 58px 100px 0 645px;
  }
  .invisible-new-right {
    padding: 41px 30px 30px 30px;
    width: 649px;
  }
  .invisible-area {
    width: 105px;
    height: 105px;
    border: 2px solid #badcff;
    left: 30px;
    top: 30px;
  }
  .invisible-right-block-quest {
    margin-left: 115px;
    margin-bottom: 70px;
  }
  .invisible-right-block-title {
    width: 100%;
    margin-left: -30px;
  }
  .invisible-area img {
    max-width: 65px;
    max-height: 65px;
  }
  .super-test {
    margin-bottom: 120px;
  }
  .video-item iframe {
    width: 100%;
    height: 656px;
  }
  .videos {
    margin-bottom: 120px;
  }
  .panel-btn .panel {
    width: 704px;
  }
  .women .wmn-faq {
    margin-left: 43px;
    margin-top: -56px;
    width: 388px;
    height: 466px;
  }
  .visib-p {
    display: none;
  }
  @keyframes rotate_logo {
    0% {
      transform: scale(1);
    }
    2% {
      transform: scale(0.7);
    }
    24% {
      transform: scale(1) rotate(360deg);
    }
    25% {
      transform: rotate(0deg);
    }
  }
  .articles-a-lot {
    display: grid;
    grid-template-columns: 262px 262px 262px 262px;
    grid-row-gap: 50px;
  }
  .bg-cont .cross {
    right: calc(50% - 811px);
    top: calc(50% - 47px);
    height: 749px;
  }
}
@media screen and (max-width: 1288px) {
  footer.footer-by {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 1260px) {
  .info-text-display {
    padding: 10px 30px 10px 30px;
  }
  footer .important-info.pl, footer .important-info.pl p {
    font-size: 18px;
}
  footer.footer-by {
    padding-bottom: 130px;
  }
  .infoblock.infoblock-by {
    bottom: 0;
    padding-bottom: 80px;
}
  .head-txt-main ul {
    max-width: 340px;
  }
  body.home .prod-photo .img-photo{
    margin-left: 30px;
  }
  body.home .prod-photo .img-pack {
    margin-right: -100px;
  }
  body[data-lang="es"].home .prod-photo .img-photo, body[data-lang="ro-RO"].home .prod-photo .img-photo {
    margin-left: 60px;
  }
  body[data-lang="es"].home .prod-photo .img-pack, body[data-lang="ro-RO"].home .prod-photo .img-pack {
    margin-right: -150px;
  }
  .no-breadcrumb h1 {
    margin-top: 40px;
  }
  footer .important-info-with-icons {
    font-size: 18px;
  }
  .tooltip {
    margin-top: -60px;
  }
  .tooltip .container {
    padding-left: 20px;
  }
  .symps .head {
    width: 100%;
  }
  .sub-page-faq h1 {
    margin-bottom: 40px;
  }
  .sub-page-panel-btn .panel {
    margin-top: 20px;
  }
  .women-bg {
    position: relative;
    display: none;
  }
  .women-bg img {
    height:auto;
    width: 100%;
    margin: 0;
  }
  .analise-bg {
    display: none;
  }
  /* Cookies start */
  .ncookie {
    bottom: 80px;
  }
  .ncookie__container {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .ncookie__btn {
    width: 100%;
  }
  .ncookie__btn-primary {
    text-align: center;
  }
  .ncookie__btn-secondary {
    margin-top: 20px;
    margin-bottom: 24px;
    padding: 0;
  }
  .ncookie__checkboxes {
    flex-wrap: wrap;
  }
  .ncookie__checkbox {
    width: 100%;
    padding-bottom: 16px;
  }
  /* Cookies end */
  .ideal-sol > div:nth-child(2) img {
    margin-left: 40px;
  }

  body {
    padding: 0;
    overflow-x: hidden;
    margin: 0;
    font-family: MetaPro;
    font-size: 14px;
    line-height: 20px;
    overflow-x: hidden;
    position: relative;
  }
  header {
    font-size: 16px;
    color: #20384e;
    margin-top: 0;
    margin-bottom: 0;
    transition-duration: 0.5s;
  }
  footer {
    font-size: 16px;
    color: #20384e;
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-mobile-modal {
    margin: 0;
    display: flex;
    width: 668px;
  }
  .header-mobile-modal .slogan {
    width: 317px;
  }
  .other-menu .arrow {
    width: 10.5px;
    height: 11px;
    margin-left: 2px;
    margin-bottom: 0px;
  }
  .other-menu .close path {
    fill: #20384e;
  }
  .menu-mobile {
    display: block;
    position: fixed;
    top: 90px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 90px);
    background-color: white;
    z-index: 9999999;
    overflow-x: auto;
    transition-duration: 0.5s;
  }
  .menu-mobile.fade:not(.show) {
    opacity: 1;
    transition: unset;
    transition-duration: 0.5s;
  }
  .other-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    align-items: center;
    margin-top: 70px;
    padding-bottom: 130px;
  }
  .other-menu div {
    display: inline-block;
    position: relative;
  }
  .header-scroll {
    background: transparent;
  }
  .head-scroll.owl-carousel {
    width: 288px;
    margin-left: -200px;
    margin-top: 96px;
  }
  .prod-photo .img-photo img {
    max-width: 288px !important;
  }
  .prod-photo .img-pack,
  .prod-photo .img-pack img {
    max-width: 340px !important;
  }
  .prod-photo .img-pack {
    right: 105px;
    bottom: -70px;
  }
  .prod-photo .img-pack.ie-item {
    right: 18%;
    bottom: 180px;
  }
  .head-scroll.owl-carousel .owl-item.active + .owl-item:not(.anim-2),
  .head-scroll.owl-carousel .owl-item.anim-2 {
    top: 30px;
  }
  .head-main li:before {
    left: -30px;
  }
  .sep-icon {
    top: 20px;
    left: 0;
    height: 96px;
    width: 97px;
  }
  .head-main ul {
    padding-left: 30px;
  }


  @keyframes animation-6 {
    0% {
      transform: translate3d(0px, -230px, 0px) rotate(0deg) scale(3.5);
    }
    25% {
      transform: translate3d(0px, -230px, 0px) rotate(25deg) scale(3.5);
    }
    75% {
      transform: translate3d(0px, -230px, 0px) rotate(-25deg) scale(3.5);
    }
    100% {
      transform: translate3d(0px, -230px, 0px) rotate(0deg) scale(3.5);
    }
  }
  .prod-photo .img-photo img {
    max-height: 300px;
  }
  .head-head {
    height: 577px;
  }
  .head-txt-main {
    padding-left: 0;
  }
  .head-main ul {
    margin-bottom: 40px;
    margin-top: 141px;
  }
  .slider-text-hide {
    display: none;
  }
  .bnt-top {
    right: 30px;
    bottom: 80px;
  }
  .bg-slider-circle {
    width: 400px;
    height: 400px;
    left: 360px;
    top: 100px;
  }
  .invisible-new-left {
    height: 427px;
    width: 100%;
  }
  .invisible-new-test {
    display: flex;
    flex-direction: column;
  }
  .invisible-new-left {
    margin-bottom: 20px;
  }
  .visible-new-test.show-anim {
    margin-bottom: 400px;
  }
  .visible-anlise {
    height: 853px;
  }
  .analise-bg img:nth-child(2) {
    display: none;
  }
  .analise-bg img:nth-child(3) {
    display: block;
  }
  .invisible-new-right {
    width: 100%;
    height: 427px;
  }
  .symp-part-left {
    width: 322px;
  }
  .bg-cont-main .cross {
    right: calc(50% - 384px);
    top: 0;
    height: 50%;
    z-index: 1;
    width: auto;
  }
  .story-img-1 {
    width: 271px;
    height: auto;
    left: 0;
    bottom: 0;
  }
  .story-img-1.sl-img {
    width: 371px;
    height: auto;
  }
  .story-img-2 {
    width: 277px;
    height: auto;
    left: -13px;
    bottom: 0;
  }
  .story-img-2.sl-img {
    width: 280px;
    height: auto;
  }
  .story-bg-768 {
    display: block;
  }
  .story-bg-1366 {
    display: none;
  }
  .story-bg {
    left: calc((-100vw + 668px) / 2);
  }
  .story-text-1 {
    left: 373px;
    bottom: 160px;
  }
  .story-text-1-content img {
    margin-right: 20px;
  }
  .symp-part {
    width: 100%;
    margin-top: 50px;
    box-sizing: border-box;
  }
  .symp-part.sump-first {
    width: 100%;
    margin-top: 50px;
    padding: 20px;
  }
  .check-symps-text {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0px;
  }
  .btns-symp {
    grid-template-columns: 200px 200px 200px;
    grid-column-gap: 17px;
    grid-row-gap: 31px;
  }
  .check-symps {
    width: 100%;
    margin-right: 0;
  }
  .symps .symp-ins {
    flex-direction: column;
  }
  .wom-block-analise img {
    margin-top: 0;
    position: absolute;
    left: 14px;
    bottom: 0;
  }
  .other-menu path {
    fill: #df1e18;
  }
  .other-menu ul {
    font-size: 20px;
    line-height: 24px;
    color: #df1e18;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .menu-header {
    top: 0;
    background: white;
    z-index: 9999;
  }
  .fade {
    left: 0;
  }
  .close {
    color: #20384e;
  }
  .path {
    transform-origin: center center;
    transform: rotate(-180deg);
  }
  .close_path path {
    fill: #20384e;
  }
  .open-list {
    opacity: 1 !important;
  }
  .menu-head li {
    padding: 0;
    font-size: 14px;
    line-height: 140%;
    color: #20384e;
  }
  .menu-mobile li {
    margin-bottom: 130px;
  }
  .menu-head li {
    margin-bottom: 30px;
  }
  .menu-head li:last-child {
    margin-bottom: 0;
  }
  .menu-head li:first-child {
    margin-top: 50px;
  }
  .menu-head > li > a {
    text-decoration: none;
    font-size: 14px;
    line-height: 140%;
    color: #20384e;
  }
  .menu-head {
    display: none;
  }
  .arrow {
    width: 6.5px;
    height: 11px;
    margin-left: 5px;
  }
  .button-in-menu {
    justify-content: center;
    font-size: 16px;
    border: 0;
    height: auto;
    width: auto;
    background: linear-gradient(180deg, #ce2424 0%, red 100%);
    border-radius: 50px;
  }
  .button-in-menu a {
    padding: 13px 30px 13px 30px;
    display: flex;
    width: auto;
    color: #ffffff;
    font-family: MetaPro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }
  .container {
    width: 668px;
    margin: auto;
  }
  .breadcrumbs {
    margin-bottom: 30px;
    padding-top: 0;
  }
  #lang-picker-exist .breadcrumbs {
    padding-top: 10px;
  }
  .prods-line:after {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    width: calc((100vw - 668px) / 2);
    top: 0;
    background: #fff;
  }
  .prods-line.owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }
  .point-menu {
    height: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .lang-menu {
    margin-top: 130px;
    color: #758a9d;
    align-items: center;
    height: 24px;
    font-size: 16px;
    display: flex;
  }
  .mobile-container {
    display: flex;
    width: 668px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-block-always {
    bottom: 0;
    background: white;
    width: 100%;
    position: fixed;
    height: 70px;
    z-index: 999;
    align-items: center;
    display: flex;
  }
  .mobile-block-always img {
    width: 100%;
    height: 100%;
  }
  .logo-down {
    width: 174px;
  }
  .button-down {
    justify-content: center;
    font-size: 14px;
    border: 0;
    height: 50px;
    width: auto;
    background: linear-gradient(180deg, #ce2424 0%, red 100%);
    border-radius: 50px;
  }
  .slogan-down {
    width: 250px;
    font-size: 14px;
    line-height: 24px;
    color: #20384e;
    text-align: center;
  }
  .button-down a {
    padding: 13px 15px 13px 15px;
    display: flex;
    width: 100%;
    color: #ffffff;
    font-family: MetaPro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
  }
  .lang-menu a:link {
    color: #758a9d;
    text-decoration: none;
  }
  .lang-menu a:visited {
    color: #758a9d;
    text-decoration: none;
  }
  .lang-menu a:active {
    color: #20384e;
  }
  .logo {
    height: 40px;
    width: 159px;
    margin-right: 0;
  }
  .button {
    display: none;
  }
  .menu {
    display: none;
  }
  .slogan {
    margin-left: 0;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    width: 327px;
  }
  header .container {
    justify-content: space-between;
  }
  .pills-for-kids {
    background: url(../../../../../for-kids-bg-768.png);
    padding: 48px 80px 50px;
  }
  .pills-for-kids:before {
    right: 20px;
    top: 20px;
  }
  .pills-for-kids-first {
    flex-direction: column;
  }
  .pills-for-kids-first img {
    margin: 0 auto;
    width: 378px;
  }
  .pills-for-kids-second {
    margin-top: 70px;
  }
  .pills-for-kids-first p {
    width: 100%;
  }
  .pills-for-kids-second > p {
    width: 100%;
  }
  .pills-for-kids-first div {
    margin-top: 54px;
  }
  .point {
    display: none;
  }
  .lang {
    display: none;
  }
  .topmenu {
    display: none;
  }
  .menu_button_mobile {
    display: flex;
    width: 48px;
    height: 31px;
    z-index: 9999999;
  }
  .footer {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(269.9deg, #f4fbff 12.37%, #ddf3ff 96.14%);
  }
  .footer-container {
    width: 718px;
    margin: auto;
  }
  .infoblock {
    background-color: #003b5c;
    color: #82bdde;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: center;
  }
  .infoblock p {
    text-transform: uppercase;
    font-weight: 400;
    font-family: MetaPro;
    margin: 0 0 0 0;
  }
  .main-container {
    margin-bottom: 90px;
    display: flex;
  }
  .our-site {
    margin: 0 0 13px 0;
    width: 140px;
    text-decoration: none;
    font-family: MetaPro;
    color: #20384e;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
  .law-info {
    margin: 0;
    width: 224px;
    font-family: MetaPro;
    color: #20384e;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .all-right-reserved {
    margin-top: 30px;
    /*width: 220px;*/
    font-family: MetaPro;
    color: #20384e;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .footer-links {
    /*width: 388px*/
  }
  .footer-information {
    margin-right: 86px;
  }
  .footer-information div {
    margin-bottom: 100px;
    margin-top: 20px;
  }
  .footer-link {
    margin: 10px 20px 20px 0;
    padding: 0;
    text-decoration: none;
    font-family: MetaPro;
    color: #20384e;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
  }
  .articles-footer {
    display: none;
  }
  .law-footer {
    display: flex;
  }
  .buy-footer {
    display: none;
  }
  .contancts-footer {
    display: flex;
  }
  .confidential-footer {
    display: flex;
  }
  .afteruses-footer {
    display: none;
  }
  .footer-warn {
    width: 388px;
    margin-left: 0px;
    font-family: MetaPro;
    font-size: 14px;
    line-height: 140%;
    color: #20384e;
  }
  .footer-logo {
    position: absolute;
    right: 0;
    top: calc(80% - 24px);
    bottom: 70px;
  }
  .mixin-interesting-block {
    /*height: 570px;*/
    width: 100%;
  }
  .mixin-interesting-block .container {
    flex-direction: column;
  }
  .interesting {
    margin: 80px 0px 44px 0px;
    width: 277px;
    font-family: MetaPro;
    color: #20384e;
    font-weight: 700;
    font-size: 36px;
    line-height: 55px;
  }
  .interesting-text {
    display: flex;
    font-size: 16px;
    line-height: 24px;
  }
  .all-articles {
    margin: 95px 0px 76px 270px;
    height: 24px;
    color: #20384e;
    text-decoration: none;
  }
  .articles .owl-stage-outer {
    overflow: visible !important;
  }

  .long-arrow {
    margin-left: 10px;
    height: 8px;
  }
  .all-right-reserved-mobile {
    display: none;
  }
  .sometxt {
    font-family: MetaPro;
    padding: 6px 12px 6px 12px;
    color: #20384e;
    font-size: 16px;
    line-height: 100%;
    background-color: white;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 20px;
  }
  .img-container {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    color: white;
    text-decoration: none;
    overflow: hidden;
    width: 262px;
    border-radius: 10px;
    transition-duration: 0.3s;
    height: 190px;
  }
  .articles {
    margin-bottom: 0px;
  }
  .undertext {
    width: 100%;
    font-size: 20px;
    line-height: 140%;
    color: #435363;
    margin: 20px 0 0 0;
    max-width: 262px;
  }
  .hidden-undertext {
    display: none;
  }
  .pills-photo img:nth-child(2),
  .srpay-photo img:nth-child(2) {
    display: initial;
  }
  .pills-photo img:nth-child(1),
  .srpay-photo img:nth-child(1) {
    display: none;
  }
  .owl-prev {
    display: none;
  }
  .owl-next {
    display: none;
  }
  .head-block .container {
    flex-direction: column;
    position: relative;
  }
  .ankers {
    display: none;
  }
  .button-spray-instruction {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    border: 0;
    height: 50px;
    width: 260px;
    background: linear-gradient(89.62deg, #00cdfa 0.25%, #00bee8 99.67%);
    border-radius: 50px;
  }
  .button-spray-instruction a {
    padding: 15px 20px 15px 20px;
    color: #ffffff;
    font-family: MetaPro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
  }
  .spray-title {
    width: 303px;
    margin-top: 60px;
    margin-bottom: 30px;
    font-family: MetaPro;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #435363;
  }
  .spray-info {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 150%;
    color: #435363;
  }
  .head-container {
    display: flex;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .head-text-spray {
    margin-left: 0px;
  }
  .srpay-photo {
    height: 300px;
    width: 350px;
    margin-top: 10px;
  }
  .pills-photo {
    height: 300px;
    width: 350px;
    margin-top: 50px;
  }
  .head-images-spray {
    position: relative;
    margin-top: 60px;
    margin-left: 50px;
  }
  .cross {
    width: 1096px;
    height: 630px;
    z-index: -10;
    position: absolute;
    right: calc(50% - 400px);
    top: calc(50% - 300px);
  }
  .page-text {
    width: 690px;
  }
  .page-content {
    display: flex;
    margin-left: 0px;
    color: #20384e;
  }
  .page-nav, .right-latest-posts {
    display: none;
  }
  .page-nav a, .right-latest-posts a {
    font-size: 14px;
    line-height: 20px;
    color: #125491;
    text-decoration-line: underline;
  }
  .page-nav ul, .right-latest-posts ul {
    min-height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-nav li, .right-latest-posts li {
    margin-bottom: 20px;
  }
  .page-text h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 20px 0;
  }
  .page-text p {
    color: #435363;
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }
  .page-text h1 {
    margin: 0px 0 70px 0;
  }
  .page-text ul {
    padding-left: 17px;
    list-style: none;
    font-size: 16px;
    line-height: 150%;
  }
  .page-text h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    margin: 0 0 20px 0;
  }
  .page-text li {
    position: relative;
  }
  .page-text li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #20384e;
    left: -17px;
    top: 9px;
  }
  .finished-text {
    margin-bottom: 50px;
  }
  .finished-page {
    margin-bottom: 120px;
  }
  .upstairs {
    position: sticky;
    right: 70px;
    bottom: 30px;
    z-index: 5;
  }
  #scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #e4eef4;
    border-radius: 5px;
  }
  #scrollbar::-webkit-scrollbar-thumb {
    background-color: #45b3f1;
    border-radius: 5px;
  }
  .razm {
    display: none;
  }
  .razm-768,
  .razm-320 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -100500;
    width: 100%;
    height: 100%;
  }
  .background-mixin {
    position: relative;
    top: 0;
    left: -40%;
  }
  .razm-320 {
    display: none;
  }
  .mobile-disp {
    display: none;
  }
  .mobile {
    display: flex !important;
  }
  .razm-768 img {
    width: 100%;
    height: 100%;
  }
  .razm-320 img {
    width: 100%;
    height: 100%;
  }
  .choose-slider {
    padding-top: 100px;
  }
  .choose-slider-title {
    margin-bottom: 97px;
  }
  .choose-sept {
    width: 324px !important;
    margin: 0 auto;
  }
  .undertext-choose {
    width: 301px;
    font-size: 24px;
    line-height: 36px;
    transition-duration: 0.3s;
  }
  .catalog-choose {
    width: 100%;
  }
  .catalog-choose-img {
    height: 255px;
  }
  .hidden-undertext-choose {
    top: 142px;
    left: 80px;
  }
  .hidden-undertext-choose p {
    font-size: 24px;
  }
  .active .hidden-undertext-choose {
    opacity: 1;
  }
  .choose-slider .container {
    overflow: visible;
  }
  .catalog-choose-img {
    max-height: 255px;
    max-width: 100%;
  }
  .choose-container {
    height: 255px;
    margin-bottom: 105px;
  }
  .hidden-undertext-choose {
    top: 306px;
    left: 64px;
  }
  .hidden-undertext-choose svg {
    width: 51px;
  }
  .choose-sept .owl-item:not(.active) .undertext-choose {
    opacity: 0;
  }
  .choose-sept .owl-item:not(.active) .catalog-choose-img {
    transform: scale(0.8);
    opacity: 0.5;
  }
  .visible-new-bg-back img:nth-child(2) {
    display: none;
  }
  .visible-new-bg-back img:nth-child(3) {
    display: block;
  }
  img.visible-new-man {
    left: -9px;
  }
  .catalog-choose-bg {
    width: 410px;
    height: 402px;
    left: -44px;
    top: -90px;
  }
  .active .catalog-choose-bg {
    opacity: 0.2;
  }
  .bg-choose-slider {
    height: 1150px;
  }
  .container-404 {
    width: 668px;
    display: flex;
    margin: auto;
  }
  .img-404 {
    margin-right: -20px;
  }
  .page-404 h1 {
    margin-top: 150px;
    font-size: 54px;
    line-height: 55px;
    font-size: 54px;
    line-height: 55px;
    color: #20384e;
    margin-bottom: 30px;
  }
  .page-404-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    width: 319px;
    color: #20384e;
    margin-bottom: 50px;
  }
  .img-404 {
    margin-top: 25px;
  }
  .page-404 h1 {
    margin-top: 100px;
  }
  .breadcrumbs-block {
    margin-top: -40px;
  }
  .atrlicles-content h1 {
    font-size: 54px;
    line-height: 55px;
    margin: 0;
    color: #20384e;
  }
  .articles-a-lot {
    display: grid;
    grid-template-columns: 319px 319px;
    grid-column-gap: 30px;
  }
  .select-news {
    margin-top: 50px;
  }
  .more-grid-elem {
    display: none;
  }
  .grid-elem .item-container {
    width: 320px;
  }
  .grid-elem .img-container {
    width: 319px;
    height: 232px;
  }
  .grid-elem .item-container {
    width: 320px;
  }
  .grid-elem .not-move {
    height: 232px;
  }
  .page-text-article-name {
    margin-left: 0;
    width: 100%;
  }
  .page-content-article-name h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    margin-top: 100px;
    margin-bottom: 30px;
    font-style: italic;
  }
  .force-text:first-child {
    left: 381px;
  }
  .table-spray .table-header > div:first-child {
    width: 165px;
  }
  .blocks h2 {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .ill {
    width: 334px;
  }
  h2.instruction-title {
    margin-bottom: 50px;
  }
  .bg-cont {
    margin-top: -100px;
    height: 577px;
  }
  .bg-cont .cross {
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
  }
  .head-text-spray h1 {
    font-size: 32px;
    line-height: 140%;
  }
  .bg-cont .cross {
    top: 20px;
  }
  .total-action,
  .total-action-pills {
    height: 96px;
  }
  .total-action-pills,
  .total-action {
    top: -55px;
    left: 265px;
  }
  .head-text-spray {
    width: 303px;
  }
  .content-padding {
    padding-top: 50px;
  }
  .spray-info-mobile {
    width: 270px;
  }
  .ill p {
    padding-right: 37px;
  }
  .pills-photo {
    width: 306px;
    height: 292px;
  }
  .srpay-photo {
    width: 306px;
    height: 292px;
  }
  .srpay-photo {
    margin-top: 0;
    margin-left: 12px;
  }
  .head-images-spray {
    margin-top: 33px;
    margin-left: 18px;
  }
  .page-text-article-name ul {
    margin-top: 10px;
    font-size: 18px;
    line-height: 150%;
    padding-left: 20px;
  }
  .page-text-article-name ul li {
    margin-bottom: 5px;
  }
  .block-total {
    margin-top: 35px;
    display: flex;
  }
  .ad {
    padding-left: 78px;
  }
  .block-total .point {
    display: block;
    padding-top: 25px;
    margin: 0 20px 0 20px;
    font-size: 16px;
    line-height: 140%;
    color: #df1e18;
  }
  .block-total h2 {
    color: #45b3f1;
    font-size: 24px;
    line-height: 140%;
    margin: 0;
  }
  .block-total h3 {
    margin: 0 0 7px 0;
  }
  .causes-ins {
    display: flex;
  }
  .causes-effects-ins {
    display: flex;
    flex-wrap: wrap;
  }
  .causes {
    margin-top: 40px;
  }
  .causes-effects {
    margin-top: 50px;
  }
  .interesting-fact {
    display: flex;
  }
  .interesting-fact img {
    height: 25px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .interesting-fact h3 {
    font-size: 30px;
    line-height: 140%;
    margin: 0;
  }
  .gerbion {
    margin-top: 50px;
    display: flex;
    border: solid 1px;
    border-color: #2bd150;
    border-radius: 5px;
  }
  .gerb-block {
    margin: 15px 0 15px 30px;
  }
  .gerb-text h4 {
    margin: 0 0 0 0;
    width: 278px;
    font-size: 24px;
    line-height: 140%;
    color: #1e8936;
  }
  .ill p:after {
    right: 14px;
  }
  .interesting-fact-block h3 {
    margin-bottom: 20px;
  }
  .gerbion {
    padding-right: 33px;
  }
  .do-u-know {
    display: flex;
  }
  .do-u-know-block {
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .do-u-know img {
    height: 25px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .do-u-know h3 {
    font-size: 30px;
    line-height: 140%;
    margin: 0;
  }
  .do-u-know-block ul {
    font-size: 16px;
    padding-left: 20px;
    line-height: 150%;
    margin: 0 0 0 0;
  }
  .do-u-know-block li {
    font-size: 16px;
    line-height: 150%;
    margin: 20px 0 0 0;
  }
  .do-u-know-block li::marker {
    height: 7px;
    width: 7px;
    color: #df1e18;
  }
  .navigation {
    display: flex;
  }
  .art ul {
    min-height: 100px;
  }
  .art {
    height: 220px;
  }
  .advices {
    grid-template-columns: 319px 319px;
  }
  .pills-photo-prod img:nth-child(2),
  .srpay-photo-prod img:nth-child(2) {
    display: initial;
  }
  .pills-photo-prod img:nth-child(1),
  .srpay-photo-prod img:nth-child(1) {
    display: none;
  }
  .head-text-spray-prod {
    margin-top: 0;
  }
  .spray-title-prod {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 140%;
    width: 270px;
  }
  .head-prod-container ul li {
    font-size: 18px;
  }
  .spray-info-prod {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 24px;
    padding-left: 25px;
    color: #20384e;
    width: 260px;
    margin: 0;
  }
  .head-prod-container ul {
    padding-left: 30px;
  }
  .bg-cont-prod {
    padding-top: 100px;
    margin-top: -100px;
    height: 577px;
  }
  .head-block {
    padding-top: 100px;
    margin-top: -100px;
  }
  .head-main li:before,
  .head-prod-container li:before {
    width: 10px;
    height: 10px;
    left: -30px;
    top: 6px;
  }
  .spray-info-prod li {
    margin-bottom: 30px;
  }
  .spray-info-prod li::marker {
    height: 10px;
    width: 10px;
    color: #ce2424;
  }
  .checked-img img {
    margin-right: 13px;
    height: 76px;
  }
  .checked-img.big-image img {
    height: 102px;
  }
  .checked-img {
    margin-top: 80px;
  }
  .head-main .checked-img {
    margin-top: -30px;
  }

  .srpay-photo-prod {
    height: 292px;
    width: 306px;
    margin-left: 0;
    margin-top: 76px;
  }
  .head-images-spray-prod {
    margin: 0;
    height: 292px;
  }
  .total-action-prod {
    height: 106px;
    left: 240px;
    top: 5px;
    position: absolute;
    animation: rotate_logo 0s none;
  }
  .total-action-prod-cz {
    height: 96px;
    left: 283px;
    top: -20px;
  }
  .page-content-prod {
    display: flex;
    margin-top: 120px;
    margin-left: 0px;
    color: #20384e;
  }
  .head-text-spray-prod {
    margin-left: 0px;
  }
  .head-prod-container {
    height: 427px;
    margin-left: 0;
  }
  .bg-cont-prod .cross {
    right: 0;
    top: -10px;
    height: 630px;
    z-index: 1;
  }
  .pills-photo-prod {
    height: 292px;
    width: 306px;
    margin-top: 35px;
    margin-left: 22px;
  }
  .sol h2 {
    font-size: 24px;
    line-height: 140%;
    margin: 0;
  }
  .head-text-spray-prod {
    width: 300px;
  }
  .table-img {
    height: 210px;
    width: 160px;
  }
  .for-kids-block {
    position: relative;
    margin-top: 250px;
    width: 668px;
    height: 1275px;
    background-image: url(../../../../../block-bg-768.svg);
    border-radius: 10px;
  }
  .kids-cont {
    width: 508px;
    margin: auto;
  }
  .every-mom {
    margin-top: 30px;
    display: block;
  }
  .every-mom p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 700;
  }
  .cens {
    height: 59px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .main-info p {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 140%;
    font-weight: 700;
  }
  .main-info ul {
    font-size: 16px;
    line-height: 140%;
  }
  .main-info li::marker {
    width: 7px;
    height: 7px;
    color: #df1e18;
  }
  .kids-ins-block {
    margin: auto;
    width: 508px;
    margin-top: 60px;
    display: flex;
  }
  .uls-list {
    display: flex;
  }
  .kids-img {
    display: none;
  }
  .not-inside {
    margin-top: 40px;
  }
  .footnote {
    width: 508px;
    margin: auto;
    font-size: 16px;
    line-height: 140%;
  }
  .footnote p {
    margin-top: 40px;
  }
  .cookie .container {
    padding: 30px 0 30px 0;
  }
  .cookie-left {
    width: 435px;
    margin-right: 0;
  }
  .visible-test {
    display: flex;
    width: 100%;
    height: 427px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
  }
  .visible-test img {
    width: 294px;
    height: 461px;
    margin-top: -34px;
    margin-left: 10px;
  }
  .cookie .cookie-ins {
    justify-content: space-between;
  }
  .cookie p {
    margin-bottom: 30px;
  }
  .cookie a {
    font-size: 12px;
  }
  .cookie a div {
    margin-left: 10px;
  }
  .videos {
    margin-bottom: 150px;
  }
  .videos h2 {
    font-size: 36px;
    line-height: 55px;
    color: #20384e;
    margin-left: 5px;
  }
  .videos .container {
    display: block;
  }
  .faq {
    margin-bottom: 120px;
  }
  .faq h2 {
    font-size: 36px;
    line-height: 55px;
    color: #20384e;
  }
  .faq .container {
    display: block;
  }
  .faq .faq-ins {
    display: flex;
  }
  .baba {
    display: none;
  }
  .video-item {
    position: relative;
  }
  .video-item .play {
    transition-duration: 0.3s;
    position: absolute;
    left: calc(50% - 40.5px);
    top: calc(50% - 40.5px);
    height: 81px;
    width: 81px !important;
  }
  .video-item video {
    border-radius: 5px;
    width: 300px;
  }
  .video-item p {
    width: 300px;
    margin-bottom: 0;
  }
  .super-text p {
    width: 293px;
    font-size: 14px;
    line-height: 21px;
  }
  .super-test p.welcome {
    font-size: 16px;
  }
  .super-test .super-text {
    padding: 33px 30px 0 345px;
  }
  .super-test h2 {
    font-size: 33px;
  }
  .super-test {
    margin-bottom: 120px;
  }
  .videos {
    position: relative;
  }
  .video .owl-stage-outer {
    overflow: visible !important;
  }
  .video-item iframe {
    height: 376px;
    width: 668px;
  }
  .videos:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc((100vw - 668px) / 2);
    background: #fff;
    z-index: 9;
  }
  .videos {
    margin-bottom: 120px;
  }
  .women {
    display: none;
  }
  .youtube {
    border-radius: 5px;
  }
  .panel-btn .panel {
    width: 100%;
  }
  .panel-btn .faq-text {
    width: 100%;
  }
  .panels {
    width: 100%;
  }
  .analise {
    margin-top: 120px;
    margin-bottom: 100px;
  }
  .info-s {
    margin-top: 0;
    padding-top: 50px;
    display: flex;
    width: 100%;
  }
  .info-s img {
    height: 25px;
    margin-right: 10px;
  }
  .quest {
    background: #ffffff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    height: 427px;
    width: 668px;
    position: relative;
  }
  .quest .round {
    position: absolute;
    width: 105px;
    top: 20px;
    left: 20px;
  }
  .quest .pict {
    position: absolute;
    width: 65px;
    top: 40px;
    left: 40px;
  }
  .quest .num {
    padding-top: 42px;
    margin-left: 145px;
    font-size: 24px;
    line-height: 32px;
    color: #45b3f1;
  }
  .quest .qs {
    font-size: 24px;
    line-height: 140%;
    color: #20384e;
    margin-top: 20px;
    margin-left: 30px;
  }
  .quest .btns {
    margin-left: 225px;
    margin-top: 50px;
  }
  .quest .down {
    margin-top: 80px;
    display: flex;
  }
  .quest .prc {
    margin-left: 30px;
    padding-top: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #435363;
  }
  .quest .cout {
    margin-left: 69px;
    margin-right: 50px;
    padding-top: 10px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #435363;
  }
  .quest .ans-btn:active {
    background: #1bd6ff;
    border: solid 1px #45b3f1;
  }
  .quest .ans-btn:active p {
    color: #ffffff;
  }
  .quest .ans-btn {
    transition-duration: 0.3s;
    margin-right: 20px;
    height: 50px;
    border: solid 1px #45b3f1;
    border-radius: 50px;
  }
  .quest .ans-btn p {
    height: 20px;
    padding: 15px 20px 15px 20px;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 16px;
    color: #45b3f1;
  }
  .quest .next-btn {
    transition-duration: 0.3s;
    height: 50px;
    border: solid 1px #45b3f1;
    border-radius: 50px;
  }
  .quest .next-btn p {
    height: 20px;
    padding: 15px 30px 15px 30px;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: 20px;
    color: #45b3f1;
  }
  .visib-p {
    display: none;
  }
  .bg-cont {
    z-index: -100;
  }
  .bg-cont-prod {
    z-index: -100;
  }
  .pc {
    display: none !important;
  }
  .head-main {
    padding-top: 100px;
  }
  .bg-cont,
  .bg-cont-main {
    padding-top: 100px;
  }
  header {
    height: 100px;
    position: relative !important;
  }
  .main-main {
    margin-top: -100px;
  }
  .story-img-3 {
    width: 81px;
    height: 73px;
    left: 420px;
  }
  .story-img-3-cz {
    width: 81px;
    height: 73px;
    left: 400px;
    bottom: 40px;
  }
  .story-img-3-fi {
    width: 81px;
    height: 74px;
    left: 400px;
    bottom: 40px;
  }
  .story-anim-5 .story-img-3 {
    transform: translate3d(0, -230px, 0) rotate(0deg) scale(3.5);
  }
  .story-anim-7 .story-img-3 {
    transform: translate3d(200px, -300px, 0) rotate(0deg) scale(1);
  }
  .story-title-1 {
    left: 288px;
    bottom: 389px;
    z-index: 2;
    width: 400px;
  }
  .story-title-1.sl-title {
    bottom: 410px;
  }
  .story-sub-title-1 {
    left: 288px;
    bottom: 360px;
    z-index: 2;
    width: 400px;
    font-size: 18px;
    line-height: 20px;
  }
  .story-text-2 {
    width: 337px;
    left: 331px;
    bottom: 210px;
  }
  .close > div > a {
    color: #20384e;
    text-decoration: none;
  }
  .story-text-2-content div:first-child {
    font-size: 18px;
    line-height: 20px;
  }
  .story-text-2-content div:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    top: calc(100% + 10px);
  }
  .story-img-4 {
    width: 304px;
    height: auto;
    left: -14px;
    bottom: 0;
  }
  .story-img-4.sl-img {
    width: 320px;
    height: auto;
  }
  .story-title-end {
    bottom: 108px;
    left: 350px;
    width: 319px;
    height: auto;
  }
  .story-title-2 {
    font-size: 32px;
    line-height: 140%;
    width: 100%;
  }
  .story-title-2.smaller-text {
    font-size: 22px;
    line-height: 32px;
  }
  .story-title-3 {
    font-size: 14px;
    line-height: 140%;
    width: 100%;
    margin-top: 30px;
  }
  .story-title-end .btn-red {
    margin-top: 30px;
  }
  .super-test h2 {
    font-size: 29px;
    line-height: 39px;
  }
}

@media screen and (max-width: 760px) {
  footer .important-info.pl, footer .important-info.pl p {
    font-size: 14px;
    line-height: 20px;
}
/*.all-right-reserved.pl  {
  padding-left: 30px;
  padding-right: 30px;
}*/
  .desktop-image {
    display: none;
  }
  .mobile-image {
    display: block;
  }
  .quiz-hero {
    height: 320px;
  }
  .quiz-hero h2 {
    bottom: 30px;
    font-size: 24px;
    line-height: 28px;
    padding-left: 15%;
    padding-right: 15%;
  }
  .quiz-intro {
    padding-top: 20px;
    padding-bottom: 25px;
}
  .quiz-intro h2, .quiz-intro-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .quiz-intro p {
    font-size: 16px;
    line-height: 20px;
}

.quiz-button {
  font-size: 20px;
  line-height: 24px;
  border-radius: 42px;
}
.quiz-quiz .quiz-quiz-welcome-image {
  width: 200px;
  height: 200px;
}
.quiz-quiz .quiz-quiz-text {
  font-size: 12px;
  margin-top: 10px;
}
.quiz-quiz .quiz-quiz-welcome-image {
  margin-bottom: 20px;
  margin-top: 20px;
}
.quiz-quiz .container {
  padding-top: 20px;
  padding-bottom: 15px;
}
.quiz-footer .quiz-footer-text{
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}
.quiz-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
.quiz-questions-title {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.quiz-questions-cont {
  font-size: 16px;
  line-height: 20px;
}
.quiz-questions-cont .answers {
  margin-top: 30px;
}
.check-checkmark {
  position: absolute;
  top: -5px;
  left: 0;
  height: 23px;
  width: 23px;
  border: 2px solid #004153;
}
.check-container .check-checkmark:after {
  left: 7px;
  top: 1px;
  width: 6px;
  height: 12px;
  border-width: 0 4px 4px 0;
}
.check-container {
  min-height: 24px;
  padding-left: 50px;
  margin-bottom: 15px;
}
.quiz-questions-cont .correct-answer-image, .quiz-questions-cont .wrong-answer-image {
  width: 142px;
  height: 142px;
}
.quiz-questions-cont .correct-answer-text, .quiz-questions-cont .wrong-answer-text {
  margin-top: 0px;
  margin-bottom: 25px;
}
.quiz-questions-cont .correct-answer-text p strong, .quiz-questions-cont .wrong-answer-text p strong {
  line-height: 30px;
}
.quiz-questions-footer-text {
  color: #004153;
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
}
.quiz-questions-footer-text-small {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
}


.kviz-thank-you-cont {
 
}
.kviz-thank-you-cont .quiz-intro-title {
  font-size: 36px;
  line-height: 26px;
}
.kviz-thank-you-cont .quiz-thank-you-text {
  font-size: 16px;
  line-height: 20px;
}
.kviz-thank-you-cont .quiz-thank-you-image {
  width: 142px;
  height: 142px;
  margin-top: 16px;
  margin-bottom: 10px;
}
.kviz-thank-you-cont .quiz-thank-you-footer-text {
  border-top: none;
  border-bottom: 3px solid #7EBFDA;
}
.kviz-thank-you-cont .quiz-thank-you-footer-text p {
  margin-top: 0px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
}
.kviz-thank-you-cont .quiz-button {
  margin-top: 20px;
}

.form-cont iframe {
  height: 620px;
}



  .infoblock.infoblock-by {
    padding-bottom: 50px;
}
  .infoblock.infoblock-by h2 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;

  }
  .infoblock.infoblock-by p {
    width: 90%;
    font-size: 12px;
    line-height: 16px;
  }
  .text-above-button-kg {
    font-size: 20px;
  }
  body.home .prod-photo .img-photo {
    margin-left: 0;
  }
  body.home .prod-photo .img-pack {
    margin-right: 0;
  }
  body[data-lang="es"].home .prod-photo .img-pack, body[data-lang="ro-RO"].home .prod-photo .img-pack {
    margin-right: 0;
  }
  body[data-lang="es"].home .prod-photo .img-photo, body[data-lang="ro-RO"].home .prod-photo .img-photo {
    margin-left: 0;
  }
  .no-breadcrumb h1 {
    margin-top: 10px;
  }
  .checked-img img {
    margin-right: 5px;
    height: 66px;
    width: auto;
  }
  .hide-desktop {
    display: block;
  }
  .box_text_with_icons .row .box {
    width: 100%;
  }
  footer .important-info-with-icons .row {
    display: block;
  }
  footer .important-info-with-icons .box:nth-child(2) .box-inner {
    justify-content: left;
  }
  footer .important-info-with-icons .box:last-child .box-inner {
    justify-content: left;
  }
  footer .important-info-with-icons .box {
    width: 100%;
  }
  .page-text-article-name h4 {
    font-size: 22px;
  }
  .invisible-test-item .tooltip .tooltiptext {
    top: auto;
    bottom: 120%;
  }
  .invisible-test-item .tooltip {
    left: 0;
    right: auto;
  }
  .invisible-test-item .tooltip .tooltiptext::after {
    top: 100%;
    transform: rotate(90deg);
  }
  .invisible-new-test-items .owl-item:last-child {
    margin-top: 30px;
  }
  .where-to-buy-popup {
    overflow: auto;
  }
  .force-text:nth-child(1) br {
    display: none;
  }
  .where-to-buy-popup .inner {
    height: auto;
  }
  .head-main .checked-img {
    margin-top: -50px;
  }
  .head-main .checked-img.checked-img-cz {
    margin-top: 0px;
  }
  .graph-image .tooltip .tooltip-inner {
    padding-right: 25px;
  }
  .text-above-button {
    text-align: center;
    font-size: 16px;
  }
  .story-text-2-content div:nth-child(1):before {
    display: none;
  }
  .invisible-right-bot-mobile {
    display: block;
  }
  .tooltip {
    margin-top: -55px;
  }
  .text-blue {
    font-size: 16px;
  }
  .invisible-new-test-items.owl-carousel .owl-stage {
    flex-wrap: wrap;
  }
  body {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    overflow-x: hidden;
    position: relative;
  }
  .head-txt-main .sep-icon {
    display: none;
  }
  .interesting-fact-block .has-small-font-size {
    font-size: 14px;
    line-height: 17px;
  }
  header {
    height: 66px;
    position: initial;
    font-size: 16px;
    color: #20384e;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .main-main {
    margin-top: -66px;
  }
  footer {
    font-size: 16px;
    color: #20384e;
    margin-top: 0;
    margin-bottom: 0;
  }
  .logo {
    height: 46px;
    width: 183px;
  }
  header .container a {
    display: flex;
  }
  header .languagepicker a {
    display: inline-block;
  }
  header .languagepicker a:last-child {
    margin-right: 0;
  }
  /* Language picker */
  #lang-picker-exist .languagepicker .container {
    width: 290px;
  }
  /* Language picker */


  .logo img {
    width: 100%;
  }
  .container {
    width: 290px;
    margin: auto;
  }
  .button {
    display: none;
  }
  .menu {
    display: none;
  }
  .slogan {
    display: none;
  }
  .point {
    display: none;
  }
  .lang {
    display: none;
  }
  .topmenu {
    display: none;
  }
  .other-menu ul {
    font-size: 16px;
  }
  .other-menu {
    margin-top: 70px;
    padding-bottom: 70px;
    height: calc(100% - 140px);
  }
  .menu_button_mobile {
    display: flex;
    width: 48px;
    height: 31px;
    z-index: 9999999;
  }
  .menu-mobile {
    display: block;
    position: fixed;
    top: 66px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 66px);
    background-color: white;
    z-index: 9999999;
    overflow-x: auto;
    transition-duration: 0.5s;
  }
  #lang-picker-exist .menu-mobile {
    top: 0;
    height: 100vh;
  }
  .lang-menu {
    margin-top: 40px;
  }
  .menu-header {
    top: 0;
    background: white;
  }
  .fade {
    left: 0;
  }
  .close {
    color: #20384e;
  }
  .path {
    transform-origin: center center;
    transform: rotate(-180deg);
  }
  .close_path path {
    fill: #20384e;
  }
  .open-list {
    opacity: 1 !important;
  }
  .menu-head li:last-child {
    padding-bottom: 20px;
  }
  .point-menu {
    height: 5px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .mobile-container {
    display: flex;
    width: 250px;
    margin: auto;
  }
  .mobile-block-always {
    display: block;
    bottom: 0;
    background: white;
    width: 100%;
    position: fixed;
    height: 52px;
    z-index: 999;
  }
  .mobile-block-always img {
    width: 100px;
    height: 25px;
  }
  .logo-down {
    width: 110px;
    display: flex;
  }
  .button-down {
    margin-left: 0;
    justify-content: center;
    font-size: 12px;
    border: 0;
    height: 32px;
    /*width: 103px;*/
    background: linear-gradient(180deg, #ce2424 0%, red 100%);
    border-radius: 50px;
  }
  .menu-mobile li {
    margin-bottom: 40px;
  }
  .button-in-menu {
    margin-top: 20px;
  }
  .slogan-down {
    display: none;
  }
  .mobile-container {
    height: 100%;
    width: 290px;
  }
  .button-down a {
    padding: 3px 14px 3px 14px;
    display: flex;
    /*width: 60px;*/
    color: #ffffff;
    font-family: MetaPro;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
  }
  .footer {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
    background: linear-gradient(269.9deg, #f4fbff 12.37%, #ddf3ff 96.14%);
  }
  .footer-container {
    width: 290px;
    margin: auto;
    padding-bottom: 38px;
  }
  .infoblock {
    background-color: #003b5c;
    color: #82bdde;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    height: initial;
  }
  .infoblock p {
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 20px 10px 20px;
    width: 290px;
    margin: 0 auto;
  }
  .main-container {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .our-site {
    margin: 0px 0 30px 0;
    width: 140px;
    text-decoration: none;
    font-family: MetaPro;
    color: #20384e;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
  .law-info {
    margin: 0 0 10px 0;
    width: 290px;
    margin-right: 0;
    font-family: MetaPro;
    color: #20384e;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .all-right-reserved {
    /*display: none*/
    margin-top: 65px;
  }
  .footer-links {
    /*margin-bottom: 55px;
        width: 280px;
        display: flex;
        flex-direction: column-reverse*/
  }
  .footer-information {
    margin: 0 0 30px 0;
  }
  .footer-link {
    margin: 0px 0 0 0;
    text-decoration: none;
    font-family: MetaPro;
    color: #20384e;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
  }
  .articles-footer {
    display: none;
  }
  .law-footer {
    display: flex;
  }
  .buy-footer {
    display: none;
  }
  .contancts-footer {
    display: flex;
  }
  .confidential-footer {
    display: flex;
  }
  .afteruses-footer {
    display: none;
  }
  .footer-warn {
    max-width: 280px;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: MetaPro;
    font-size: 12px;
    line-height: 140%;
    color: #20384e;
    margin-top: 10px;
  }
  .footer-information div {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .footer-logo {
    /*width: 100px;*/
    height: 37px;
    position: absolute;
    right: 0px;
    bottom: 65px;
    top: initial;
  }

  .footer-logo-kz {
    bottom: 110px;
  }
 .mobile-container-kz {
    width: 320px;
  }
 .mobile-container-kz .button-down {
   margin-left: 10px;
 }
  .mobile-container-kz .button-down a {
    padding: 3px 14px 3px 14px;
  }
  .mixin-interesting-block {
    /*height: 448px;*/
    width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .mixin-interesting-block .container {
    flex-direction: column;
  }
  .interesting {
    margin: 30px 0px 0px 0px;
    width: 277px;
    font-family: MetaPro;
    color: #20384e;
    font-weight: 700;
    font-size: 24px;
    line-height: 55px;
  }
  .interesting-text {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
  }
  .all-articles {
    margin: 10px 0px 50px 0px;
    height: 24px;
    color: #20384e;
    text-decoration: none;
  }
  .all-articles svg {
    margin-left: 10px;
  }
  .invisible-area {
    display: none;
  }
  .long-arrow {
    margin-left: 10px;
    height: 8px;
  }
  .sometxt {
    font-family: MetaPro;
    padding: 6px 12px 6px 12px;
    color: #20384e;
    font-size: 16px;
    line-height: 100%;
    background-color: white;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 20px;
  }
  .img-container {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    color: white;
    text-decoration: none;
    overflow: hidden;
    width: 240px;
    border-radius: 10px;
    transition-duration: 0.3s;
    height: 174px;
  }
  .all-right-reserved-mobile {
    display: flex;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
  }
  .articles {
    margin-bottom: 0px;
  }
  .undertext {
    width: 240px;
    font-size: 18px;
    line-height: 140%;
    color: #435363;
    margin: 0 0 0 0;
  }
  .hidden-undertext {
    display: none;
  }
  .item-container a {
    color: #435363;
    text-decoration: none;
  }
  .breadcrumbs-item {
    font-size: 12px;
    color: #d6d9dd;
  }
  .owl-prev {
    display: none;
  }
  .owl-next {
    display: none;
  }
  .head-block .container {
    flex-direction: column;
    position: relative;
  }
  .ankers {
    display: none;
  }
  .button-spray-instruction {
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 16px;
    border: 0;
    height: 50px;
    width: 280px;
    background: linear-gradient(89.62deg, #00cdfa 0.25%, #00bee8 99.67%);
    border-radius: 50px;
  }
  .button-spray-instruction a {
    padding: 15px 20px 15px 20px;
    color: #ffffff;
    font-family: MetaPro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
  }
  .spray-title {
    width: 303px;
    margin-top: 70px !important;
    margin-bottom: 30px;
    font-family: MetaPro;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #435363;
  }
  .spray-info {
    text-align: center;
    margin: 0px 0 15px 0;
    font-size: 12px;
    line-height: 16px;
  }
  .spray-info-mobile {
    width: 280px;
    margin: 0 auto;
    margin-top: 280px;
  }
  .head-text-spray .blue-btn {
    padding: 15px 40px;
    margin-top: 30px;
    margin-left: 10px;
  }
  .head-container {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .head-text-spray {
    margin-left: 0px;
    height: 548px;
    margin-top: -16px;
  }
  .page-text-article-name h5 {
    margin-bottom: 0;
    font-style: italic;
  }
  .total-action {
    position: absolute;
    top: 25%;
    right: 5px;
    animation: rotate_logo 0s none;
  }
  .srpay-photo {
    position: absolute;
    top: 92px;
    right: 30px;
    height: 239px;
    width: 231px;
    margin-top: 0;
    margin-right: 18px;
    margin-left: 0;
    display: flex;
    justify-content: flex-end;
  }
  .pills-photo {
    position: absolute;
    top: 92px;
    right: 30px;
    height: 239px;
    width: 231px;
    margin-top: 0;
  }
  .head-images-spray {
    margin-top: 0px;
    margin-left: 0px;
  }
  .cross {
    width: 1096px;
    height: 630px;
    z-index: -10;
    position: absolute;
    right: calc(50% - 490px);
    top: calc(50% - 600px);
  }
  .cross-instr {
    width: 1096px;
    height: 630px;
    z-index: -10;
    position: absolute;
    right: calc(50% - 400px);
    top: calc(50% - 400px);
  }
  .page-text {
    width: 290px;
  }
  .page-content {
    display: flex;
    margin-left: 0px;
    color: #20384e;
  }
  .page-nav, .right-latest-posts {
    display: none;
  }
  .page-nav a, .right-latest-posts a {
    font-size: 14px;
    line-height: 20px;
    color: #125491;
    text-decoration-line: underline;
  }
  .page-nav ul, .right-latest-posts ul {
    min-height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-nav li, .right-latest-posts li {
    margin-bottom: 20px;
  }
  .page-text h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
  }
  .page-text p {
    color: #435363;
    margin-top: 0;
    font-size: 12px;
    line-height: 18px;
  }
  .page-text h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0px 0 30px 0;
  }
  .page-text ul {
    padding-left: 17px;
    list-style: none;
    font-size: 12px;
    line-height: 150%;
  }
  .page-text h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    margin: 0px 0 10px 0;
  }
  .sposob {
    margin-top: 60px;
  }
  .page-text li {
    position: relative;
  }
  .container-interesting {
    width: 100%;
    margin-left: 15px;
  }
  .page-text li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #20384e;
    left: -17px;
    top: 9px;
  }
  .finished-text {
    margin-bottom: 40px;
  }
  .finished-page {
    margin-bottom: 80px;
  }
  .upstairs {
    position: sticky;
    right: 70px;
    bottom: 30px;
    z-index: 5;
  }
  #scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #e4eef4;
    border-radius: 5px;
  }
  #scrollbar::-webkit-scrollbar-thumb {
    background-color: #45b3f1;
    border-radius: 5px;
  }
  .razm {
    display: none;
  }
  .razm-768 {
    display: none;
  }
  .razm-320 {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -100500;
  }
  .bg-cont {
    height: 691px;
    margin-top: -66px;
  }
  .background-mixin {
    position: relative;
    top: 0px;
    left: 0;
  }
  .background-mixin img {
    height: 840px;
  }
  .razm-320 .cross {
    height: 100%;
    right: calc(50% - 520px);
  }
  .prod-photo .img-photo img {
    max-width: 175px !important;
  }
  .prod-photo .img-pack,
  .prod-photo .img-pack img {
    max-width: 203px !important;
  }
  .prod-photo .img-pack {
    right: 65px;
    bottom: -41px;
  }
  .prod-photo .img-pack.ie-item {
    right: 40%;
    bottom: 370px;
  }
  .head-scroll.owl-carousel {
    width: 175px;
    margin-left: 70px;
    margin-top: 30px;
  }
  .head-main {
    padding-top: 66px;
  }
  .bg-cont-main {
    padding-top: 66px;
  }
  .bg-cont {
    padding-top: 66px;
  }
  .razm-320 .cross {
    height: 460px;
    right: 0;
    top: 129px;
  }
  .head-main .container {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  .head-txt-main {
    position: initial;
  }
  .sep-icon {
    top: 0;
    left: -8px;
    height: 87px;
    width: 87px;
  }
  .head-cont-main {
    height: 200px;
  }
  .head-main ul {
    margin-bottom: 30px;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 23px;
  }
  .head-main li:before {
    left: -23px;
  }
  .head-block {
    padding-top: 66px;
    margin-top: -66px;
  }
  .head-main li:before {
    width: 7px;
    height: 7px;
    top: 9px;
  }
  .bg-cont-prod {
    padding-top: 66px;
    margin-top: -66px;
    height: 760px;
  }
  .bg-cont-prod .cross {
    height: 425px;
    right: calc(50% - 386px);
    top: 129px;
    width: initial;
  }
  .head-main ul li:last-child {
    margin-bottom: 0;
  }
  .head-main ul li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .head-scroll.owl-carousel .owl-item.anim-close .img-photo {
    transform: translate3D(-30px, 0, 0) !important;
  }
  .head-main li:before,
  .head-prod-container li:before {
    left: -23px;
    width: 7px;
    height: 7px;
    top: 9px;
  }
  .story-bg.story-bg-320 {
    position: absolute;
    bottom: 12px;
    height: 282px;
    width: 100vw;
    display: block;
    left: calc(-1 * (100vw - 290px) / 2);
    /*background: #f7fbff;*/
    background: #fff;
    z-index: 2;
    transition-duration: 0s;
  }
  .story-img-1 {
    width: 155px;
    height: auto;
    left: 67px;
    z-index: 1;
    bottom: 282px;
  }
  .story-img-1.sl-img {
    width: 255px;
    height: auto;
  }
  .story-bg-768 {
    display: none;
  }
  .story {
    height: 594px;
  }
  .story_single {
    height: 700px;
  }
  .story_single .story-img-4 {

  }
  .story-img-4 {
    width: 169px;
    height: auto;
    left: 72px;
    bottom: auto;
    position: relative;
    z-index: 1;
  }
  .story-img-4.sl-img {
    width: 256px;
    height: auto;
  }
  .story-img-2 {
    z-index: 1;
    width: 156px;
    height: auto;
    left: 70px;
    bottom: 290px;
  }
  .story-img-2.sl-img {
    width: 240px;
    height: auto;
  }
  .story-img-2.pt-img {
    bottom: 290px;
  }
  .story-text-1 {
    left: 0;
    bottom: 97px;
    z-index: 4;
    width: 100%;
  }
  .story-img-3 {
    width: 98px;
    height: 92px;
    left: 85px;
    bottom: -7px;
  }
  .story-img-3-cz {
    width: 58px;
    height: 52px;
    left: 105px;
    bottom: -15px;
  }
  .story-img-3-fi {
    width: 58px;
    height: 53px;
    left: 105px;
    bottom: -15px;
  }
  @keyframes animation-6 {
    0% {
      transform: translate3d(0px, -160px, 0px) rotate(0deg) scale(2.5);
    }
    25% {
      transform: translate3d(0px, -160px, 0px) rotate(25deg) scale(2.5);
    }
    75% {
      transform: translate3d(0px, -160px, 0px) rotate(-25deg) scale(2.5);
    }
    100% {
      transform: translate3d(0px, -160px, 0px) rotate(0deg) scale(2.5);
    }
  }
  .story-text-1-content div {
    transform: translate3d(-10px, 0, 0);
  }
  .story-anim-5 .story-img-3 {
    transform: translate3d(0, -160px, 0) rotate(0deg) scale(2.5);
  }
  .story-anim-7 .story-img-3 {
    transform: translate3d(120px, -200px, 0) rotate(0deg) scale(1);
  }
  .story-anim-7 .story-img-3.story-img-3-cz {
    margin-bottom: 30px;
  }
  .story-anim-10 .story-title-end.story-title-end-cz {
    bottom: 120px;
  }
  .story-anim-10 .story-img-3 {
    transform: translate3d(230px, -200px, 0) rotate(0deg) scale(1) !important;
  }
  .story-anim-11 .story-title-end.story-title-end-cz {
    bottom: 120px;
  }
  .story-anim-11 .story-img-3 {
    transform: translate3d(230px, -200px, 0) rotate(0deg) scale(1) !important;
  }
  .story-title-1 {
    font-size: 16px;
    line-height: 22px;
    width: 223px;
    left: 0;
    bottom: 218px;
  }
  .story-title-1.sl-title {
    bottom: 235px;
  }
  .story-sub-title-1 {
    font-size: 12px;
    line-height: 15px;
    width: 223px;
    left: 0;
    bottom: 205px;
  }
  .story-text-2-content div:first-child:after {
    width: 8px;
    height: 8px;
    left: -23px;
    top: calc(50% - 3.5px);
  }
  .story-text-2-content div:first-child {
    font-size: 12px;
    line-height: 15px;
    position: relative;
    width: 241px;
  }
  .story-text-2-content {
    margin-bottom: 15px;
    padding-right: 23px;
  }
  .story-anim-8 .story-text-2-content div:nth-child(2) {
    display: none;
  }
  .story-text-2 {
    width: auto;
    left: 23px;
    bottom: 90px;
    z-index: 5;
  }
  .story-text-2-content div:nth-child(1) {
    display: inline-block;
  }
  .story-text-2-content div:nth-child(1):before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: -23px;
    top: 3px;
    background: url(../../../../../info-icon.svg);
  }
  .story-text-mobile.show-story {
    display: block;
  }
  .no-scroll .story {
    height: 200vh;
  }
  .story-text-2-content-h.modal-story {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999;
    width: 100vw;
    background: rgb(40, 40, 40);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-bottom: 52px;
  }
  .story-text-2-content-h-2 {
    width: 280px;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 10px;
    margin: 0 auto;
  }
  .story-text-2-content-h-2 div:nth-child(1) {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
    color: #20384e;
    font-weight: bold;
  }
  .story-text-2-content-h-2 div:nth-child(2) {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #65788a;
  }
  .story-text-2-content-h-2 .blue-btn.btn-blue {
    width: 189px;
    padding: 0;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .story-text-2-content div:nth-child(2) {
    display: none;
  }
  .story-title-2 {
    font-size: 24px;
    line-height: 32px;
    width: 280px;
    text-align: center;
  }
  .story-title-3 {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    margin-top: 16px;
  }
  .story-title-3-by {
    font-size: 18px;
    line-height: 24px;
  }
  .story-title-end .btn-red {
    display: none;
  }
  .story-title-end {
    position: relative;
    bottom: auto;
    left: 5px;
    width: 280px;
    text-align: center;
    margin-top: 30px;
  }
  .story-anim-11 .story-title-end {

  }
  .story-text-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .story-text-1-content {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 20px;
  }
  .story-text-1-content img {
    width: 19px;
    height: 18px;
    margin-right: 10px;
  }
  .container-404 {
    width: 290px;
    display: flex;
    margin: auto;
    overflow: hidden;
    padding-bottom: 100px;
  }
  .page-404 h1 {
    margin-top: 50px;
    font-size: 36px;
    line-height: 50px;
    color: #20384e;
    margin-bottom: 20px;
  }
  .page-404-text {
    text-align: justify;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    width: 290px;
    color: #20384e;
    margin-bottom: 50px;
  }
  .img-404 {
    display: none;
  }
  .img-404 img {
    display: none;
  }
  .pills-for-kids-second div p {
    font-size: 12px;
  }
  .pills-for-kids-second div p {
    margin: 50px 0 0;
  }
  .pills-for-kids {
    background: url(../../../../../for-kids-bg-320.png);
    padding: 56px 10px 50px;
  }
  .pills-for-kids-first img {
    width: 195px;
  }
  .pills-for-kids-first div {
    margin-top: 26px;
  }
  .pills-for-kids-first p {
    font-size: 12px;
  }
  .pills-for-kids-second {
    margin-top: 50px;
  }
  .pills-for-kids:before {
    right: 17px;
    top: 20px;
    width: 31px;
    height: 29px;
    font-size: 12px;
  }
  .pills-for-kids-second > p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .pills-for-kids-second ul {
    margin-right: 0;
    font-size: 12px;
  }
  .pills-for-kids-second li:before {
    top: 6px;
  }
  .pills-for-kids-second ul + ul {
    margin-left: 30px;
  }
  .breadcrumbs-block {
    margin-top: -10px;
  }
  .breadcrumbs {
    margin-bottom: 20px;
    padding-top: 2px;
  }
  #lang-picker-exist .breadcrumbs {
    padding-top: 10px
  }
  .atrlicles-content h1 {
    font-size: 36px;
    line-height: 50px;
    margin: 0;
    color: #20384e;
  }
  .select-news {
    width: 100%;
  }
  .articles-a-lot {
    display: grid;
    grid-template-columns: 290px;
  }
  .head-text-spray h1 {
    font-size: 24px;
    line-height: 30px;
    width: 280px;
    margin: 0 auto;
  }
  .dropdown {
    position: relative;
    width: 325px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .dropdown-btn {
    width: 290px;
    height: 71px;
    background: rgba(69, 179, 241, 0.05);
    border: 1px solid rgba(69, 179, 241, 0.1);
    border-radius: 5px;
    display: flex;
  }
  .dropdown-btn span {
    padding: 25px 69px 26px 30px;
    font-family: MetaPro;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #65788a;
    height: 20px;
    display: flex;
  }
  .dropdown-btn svg {
    padding: 31px 30px 31px 0px;
  }
  .dropdown-btn path {
    transform-origin: center center;
    transform: rotate(180deg);
  }
  .dropdown-list {
    position: absolute;
    width: 290px;
    height: 148px;
    background: #ffffff;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    top: 80%;
    z-index: 50;
    opacity: 0;
  }
  .open-dropdown {
    opacity: 1;
  }
  .dropdown-list div {
    margin: 0;
    padding: 10px 0 10px 0;
  }
  .dropdown-link {
    font-size: 16px;
    line-height: 100%;
    color: #20384e;
    margin: 20px 0 20px 30px;
  }
  .more-grid-elem {
    display: none;
  }
  .grid-elem .item-container {
    width: 290px;
  }
  .grid-elem .img-container {
    width: 290px;
    height: 211px;
  }
  .grid-elem .item-container {
    width: 290px;
  }
  .grid-elem .not-move {
    height: 231px;
  }
  .atrlicles-content {
    margin-bottom: 100px;
  }
  .more-articles-btn {
    margin-top: 50px;
  }
  .page-content-article-name {
    display: flex;
    margin-top: 30px;
    width: 100%;
  }
  .page-content-article-name h1 {
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 0px;
  }
  .page-content-article-name h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .page-text-article-name .double-icons-block h2.second-h2 {
    margin-top: 20px;
  }
  .page-text-article-name h5 {
    font-size: 20px;
  }
  .page-text-article-name {
    margin-bottom: 80px;
  }
  .illnes {
    margin-bottom: 50px;
  }
  .text-article-name {
    padding-top: 0;
  }
  .page-text-article-name h3 {
    font-size: 24px;
    line-height: 140%;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .page-text-article-name p {
    margin: 13px 0 0 0;
    font-size: 16px;
    line-height: 150%;
  }
  .page-text-article-name ul {
    margin-top: 10px;
    font-size: 16px;
    line-height: 150%;
    padding-left: 25px;
  }
  .page-text-article-name ul li {
    margin-bottom: 5px;
  }
  .page-text-article-name li:after {
    top: 9px;
  }
  .block-total {
    margin-top: 50px;
    display: block;
  }
  .ill {
    width: 290px;
  }
  .line {
    display: none;
  }
  .block-total .point {
    padding-top: 23px;
    margin: 0 20px 0 20px;
    font-size: 16px;
    line-height: 140%;
    color: #df1e18;
  }
  .block-total h2 {
    color: #45b3f1;
    font-size: 20px;
    line-height: 140%;
    margin: 0;
  }
  .block-total h3 {
    font-size: 20px;
    line-height: 140%;
    margin: 0 0 7px 0;
  }
  .ill:after {
    right: 0;
    top: 100%;
    width: 100%;
    height: 1px;
  }
  .ad {
    padding-left: 0;
    margin-top: 30px;
  }
  .ill {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .ad h2 {
    text-align: center;
  }
  .causes-ins {
    display: flex;
  }
  .interesting-fact-block:before {
    content: none;
  }
  .interesting-fact-block {
    padding-left: 0;
    margin-bottom: 50px;
  }
  .causes-effects-ins {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .causes {
    margin-top: 30px;
  }
  .causes-effects {
    margin-top: 20px;
  }
  .ad-ins {
    margin-top: 20px;
    margin-left: 0;
  }
  .ad-ins p {
    margin: 20px 0 0 0;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
  }
  .ad-ins img {
    margin-left: 0;
    width: 54px;
    height: 54px;
  }
  .block-total {
    margin-bottom: 50px;
  }
  .interesting-fact {
    display: flex;
  }
  .interesting-fact img {
    display: none;
  }
  .interesting-fact h3 {
    font-size: 28px;
    line-height: 39.2%;
    margin: 0;
  }
  .interesting-fact-block p {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 0 0;
  }
  .gerbion {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 15px;
    flex-direction: column;
  }
  .gerb-right {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gerbion h4 {
    font-size: 16px;
  }
  .gerbion img {
    max-height: 167px;
    max-width: 100%;
  }
  .gerb-text {
    margin: 30px 45px 0 45px;
  }
  .gerb-btn p {
    width: 90px;
    height: 20px;
    padding: 15px 30px 15px 30px;
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #1e8936;
  }
  .gerb-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-right: 25px;
    width: 150px;
    height: 50px;
    border: solid 1px;
    border-radius: 50px;
    border-color: #1e8936;
  }
  .red-txt {
    color: #df1e18;
  }
  .do-u-know {
    display: flex;
  }
  .advices {
    grid-template-columns: 100%;
    grid-row-gap: 50px;
    margin-bottom: 80px;
  }
  .interesting-fact-block ul {
    margin-left: 0;
  }
  .advice p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 140%;
  }
  .interesting-fact-block li {
    margin-bottom: 20px;
  }
  .interesting-fact-block li:last-child {
    margin-bottom: 0;
  }
  .navigation {
    margin-top: 50px;
  }
  .advice > div {
    height: 100px;
  }
  .do-u-know-block {
    margin-bottom: 50px;
    margin-top: 80px;
  }
  .do-u-know img {
    display: none;
  }
  .do-u-know h3 {
    font-size: 30px;
    line-height: 140%;
    margin: 0;
  }
  .do-u-know-block ul {
    font-size: 16px;
    padding-left: 20px;
    line-height: 150%;
    margin: 0 0 0 0;
  }
  .do-u-know-block li {
    font-size: 16px;
    line-height: 150%;
    margin: 20px 0 0 0;
  }
  .do-u-know-block li::marker {
    height: 7px;
    width: 7px;
    color: #df1e18;
  }
  .navigation {
    display: block;
  }
  .art ul {
    min-height: 100px;
  }
  .art {
    height: 220px;
  }
  .mobile-disp {
    display: block;
  }
  .products.active .prod-container {
    padding: 5px;
  }
  .products {
    border: 1px solid rgba(242, 250, 255, 0.5);
    height: initial;
    font-size: 14px;
    line-height: 140%;
    color: #20384e;
    width: 120px;
    background-color: rgba(242, 250, 255, 0.5);
    border-radius: 10px;
  }
  .soc-webs {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  .soc-webs p {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }
  .soc-links {
    margin-top: 10px;
  }
  .illnes + span {
    margin-top: -30px;
  }
  .products:active {
    border: 1px solid #45b3f1;
    border-radius: 10px;
  }
  .products:active .prod-container {
    padding: 4px 4px 4px 4px;
  }
  .prod-container {
    padding: 5px 5px 5px 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .img-prod {
    width: 67px;
    max-height: 67px;
  }
  .text-prod {
    display: flex;
    height: 51px;
    margin-top: 5px;
    width: 109px;
    margin-left: 0;
  }
  .text-prod p {
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 140%;
    width: 109px;
    margin-left: 0;
  }
  .img-prod img {
    width: 64px;
    height: 47px;
  }
  .map {
    margin-top: 50px;
  }
  .where-to-buy-content {
    margin: 50px 0 100px 0;
  }
  .prods-line:after {
    width: calc((100vw - 290px) / 2);
  }
  .where-to-buy h1 {
    margin: 0;
    font-size: 36px;
    line-height: 50px;
    color: #20384e;
  }
  .prods-line {
    margin-top: 30px;
    height: 133px;
    width: 100%;
  }
  .where-to-buy-txt {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #435363;
  }
  .map h2 {
    position: relative;
    top: 43%;
    left: 43%;
    font-size: 54px;
    line-height: 55px;
    color: #20384e;
  }
  .prods-line .owl-prev {
    opacity: 1;
    top: calc(35% - 33px);
    transition-duration: 0.3s;
  }
  .prods-line .owl-next {
    opacity: 1;
  }
  .spray-title-prod {
    margin-top: 20px;
    margin-bottom: 335px;
    font-size: 24px;
    line-height: 30px;
    max-width: 170px;
  }
  .spray-info-prod {
    width: 300px;
    margin-top: 280px;
  }
  .spray-info-prod li {
    width: 260px;
    margin-bottom: 20px;
  }
  .spray-info-prod li:nth-child(odd) {
    width: 220px;
    text-align: center;
    list-style-position: inside;
    margin-bottom: 20px;
  }
  .spray-info-prod li::marker {
    height: 7px;
    width: 7px;
    color: #ce2424;
  }
  .head-prod-container {
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .block-scroll {
    overflow: hidden;
  }
  .head-text-spray-prod {
    margin-left: 0px;
  }
  .head-text-spray-prod {
    width: initial;
  }
  .head-prod-container ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .total-action-prod {
    left: 170px;
    top: -105px;
    position: absolute;
    animation: rotate_logo 0 none;
  }
  .total-action-prod-cz {
    left: 170px;
    top: -95px;
  }
  .head-text-spray-prod ul {
    margin-bottom: 20px;
  }
  .head-prod-container {
    height: 655px;
  }
  .srpay-photo-prod {
    position: absolute;
    height: 239px;
    width: 231px;
    left: 38px;
    top: 0;
    margin-top: 0;
    margin-left: 0;
  }
  .head-images-spray-prod {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 136px;
  }
  .checked-img {
    display: flex;
    margin-top: 0;
  }
  .sep-icon {
    display: block;
  }
  .page-text-prod {
    width: 290px;
  }
  .page-content-prod {
    display: flex;
    margin-top: 20px;
    margin-left: 0px;
    color: #20384e;
  }
  .unic-form {
    flex-direction: column;
  }
  .unic-form-text {
    width: 100%;
    margin-top: 30px;
  }
  .force-troix {
    margin: 50px 0 30px 0;
  }
  .force-troix-img:last-child {
    display: none;
  }
  .force-troix-img:nth-child(5) {
    display: none;
  }
  .force-troix-img {
    width: 100%;
    margin: 0;
  }
  .force-text:nth-child(2) {
    top: auto;
    left: 0;
  }
  .force-text:nth-child(1) {
    top: auto;
    left: 0;
  }
  .force-text:nth-child(3) {
    top: auto;
    left: 0;
  }
  .force-text:first-child div:nth-child(2) {
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .spray-force {
    position: absolute;
    top: 76px;
    left: 71px;
    width: 148px;
  }
  .sol img {
    margin-right: 0;
  }
  .ideal-sol > div:nth-child(2) {
    position: relative;
    width: 250px;
    margin: 50px auto;
  }
  .ideal-sol > div:nth-child(2) img {
    margin-left: 0;
    width: 250px;
  }
  .ideal-sol > div:nth-child(2):before {
    width: 250px;
    height: 250px;
    left: -15px;
    top: 25px;
  }
  .force-text {
    width: 100%;
    position: relative;
  }
  .force-text div:first-child {
    font-size: 16px;
    line-height: 140%;
    width: 100%;
    text-align: center;
    font-style: italic;
  }
  .force-text div:nth-child(2) {
    font-size: 14px;
    line-height: 150%;
    color: #435363;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .triple-force {
    position: relative;
  }
  .table-img {
    height: 210px;
    width: 160px;
  }
  .line-bottom {
    width: 100%;
    height: 1px;
    margin: 30px 0;
  }
  .line-bottom + div > h2:first-child {
    margin-top: 30px;
  }
  .page-text-prod table tr {
    font-size: 14px;
    color: #20384e;
    text-align: center;
  }
  .page-text-prod table td {
    width: 130px;
  }
  .page-text-prod table th span {
    font-weight: 400;
    margin-top: 5px;
  }
  .tr-head {
    padding-bottom: 30px;
    border-bottom: 1px solid #45b3f1;
  }
  .tr-body {
    border-bottom: 1px solid #f2f2f2;
  }
  .td-title {
    font-weight: 700;
  }
  .page-text-prod table {
    border-collapse: collapse;
    height: 406px;
    width: 290px;
  }
  .page-text-prod h2 {
    margin: 30px 0 30px 0;
    font-size: 32px;
    line-height: 140%;
  }
  .page-text-prod h1 {
    margin: 0px 0 30px 0;
    font-size: 32px;
    line-height: 140%;
  }
  .page-text-prod h3 {
    font-size: 16px;
    line-height: 150%;
    margin: 0;
  }
  .page-text-prod p {
    font-size: 12px;
    line-height: 150%;
    margin: 0;
  }
  .unic-form {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .unic-form-text {
    margin-left: 0;
  }
  .unic-form-text p {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .graph {
    margin-bottom: 10px;
  }
  .block-time {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  .block-time h2 {
    margin-bottom: 10px !important;
    margin-top: 20px;
    font-size: 24px;
  }
  .block-like {
    margin: auto;
    display: block;
    margin-bottom: 50px;
  }
  .block-like img {
    margin-left: 115px;
  }
  .block-hand {
    margin: auto;
    display: block;
    margin-bottom: 50px;
  }
  .block-hand img {
    margin-left: 115px;
  }
  .time-ins {
    text-align: center;
    margin-left: 0;
  }
  .time-ins li {
    text-align: left;
  }
  .hand-ins {
    text-align: center;
    margin-left: 0;
  }
  .like-ins {
    text-align: center;
    margin-left: 0;
  }
  .like-ins p {
    margin-top: 10px;
  }
  .hand-ins li:last-child {
    margin-bottom: 0 !important;
  }
  .hand-ins ul {
    margin-bottom: 0;
  }
  .blocks h2 {
    color: #df1e18;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .blocks ul {
    font-size: 24px;
    line-height: 150%;
  }
  .blocks li {
    margin-top: 40px;
  }
  .blocks li::marker {
    color: #df1e18;
  }
  .block-hand ul {
    margin-left: 73px;
    font-size: 16px;
    line-height: 140%;
    width: 85px;
  }
  .block-hand li {
    margin-top: 10px;
  }
  .block-hand li::marker {
    width: 7px;
    height: 7px;
    color: #20384e;
  }
  .button-prod {
    font-size: 14px;
    display: table;
    margin: 0 auto;
    margin-top: 50px;
  }
  .table-spray .table-header > div:nth-child(3) p {
    width: 130px;
  }
  .pills-photo-prod {
    position: absolute;
    height: 239px;
    width: 231px;
    left: 42px;
    top: 40px;
    margin-left: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .table-spray .table-body {
    padding-right: 0;
  }
  .table-spray .table-body > div:nth-child(2) p {
    padding-right: 15px !important;
  }
  .table-spray .table-body > div:nth-child(3) p {
    padding-left: 15px !important;
  }
  .women-block .razm-320 .cross {
    right: calc(50% - 418px);
  }
  .women-block-1 .razm-320 .cross {
    right: calc(50% - 418px);
  }
  .head-prod-container ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .pills-force {
    position: relative;
    top: auto;
    left: auto;
    width: 199px;
    margin: 30px auto;
    display: block;
  }
  .table-img {
    height: 210px;
    width: 160px;
  }
  .for-kids-block {
    position: relative;
    margin-top: 10px;
    width: 290px;
    margin-bottom: 50px;
    height: 1089px;
    background-image: url(../../../../../block-bg-768.svg);
    border-radius: 10px;
  }
  .kids-cont {
    width: 267px;
    margin: auto;
  }
  .every-mom {
    margin-top: 30px;
    display: block;
  }
  .every-mom img {
    height: 149px;
    width: 290px;
  }
  h2.instruction-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }
  .page-text-article-name ol li {
    font-size: 12px;
  }
  .page-text-article-name ol li:after {
    top: -2px;
  }
  .every-mom p {
    width: 267px;
    margin-top: 30px;
    font-size: 12px;
    line-height: 140%;
    font-weight: 700;
  }
  .content-padding {
    padding-top: 50px;
  }
  .tastes .tastes-ins {
    margin: auto;
    display: block;
    width: 258px;
    flex-wrap: wrap;
  }
  .tastes .tastes-ins div:nth-child(odd) {
    margin-right: 0px;
  }
  .tastes .tastes-ins div {
    margin-bottom: 50px;
  }
  .tastes .tastes-ins div p {
    margin-top: 27px;
    text-align: center;
  }
  .taste {
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
    color: #df1e18;
  }
  .cens {
    height: 31px !important;
    position: absolute;
    top: 20px;
    right: 17px;
  }
  .main-info p {
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 140%;
    font-weight: 700;
  }
  .main-info ul {
    font-size: 12px;
    line-height: 140%;
  }
  .main-info li::marker {
    width: 7px;
    height: 7px;
    color: #df1e18;
  }
  .kids-ins-block {
    margin: auto;
    width: 267px;
    margin-top: 60px;
    display: flex;
  }
  .uls-list {
    display: flex;
  }
  .kids-img {
    display: none;
  }
  .not-inside {
    margin-top: 40px;
  }
  .footnote {
    width: 267px;
    margin: auto;
    font-size: 12px;
    line-height: 140%;
  }
  .footnote p {
    margin-top: 40px;
  }
  .sol > div:first-child {
    margin-right: 20px;
  }
  .sol h2 {
    font-size: 20px !important;
  }
  .sol {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
  }
  .sol h2 {
    font-size: 24px;
    line-height: 140%;
    color: #df1e18;
    margin: 0;
  }
  .sol p {
    font-size: 16px;
    line-height: 140%;
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
  }
  .rel {
    position: relative;
  }
  .dia {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 140% !important;
    color: #ffffff;
  }
  .inf {
    position: absolute;
    top: 190%;
    right: 60px;
  }
  .ninf {
    text-align: center;
    width: 120px;
    position: absolute;
    top: 140%;
    right: 130px;
  }
  .diagram {
    position: absolute;
    z-index: -1;
  }
  .bg-diagram {
    left: -10px;
    top: 125%;
    position: absolute;
    z-index: -2;
  }
  .ideal-sol {
    display: block;
  }
  .page-text-article-name .blue-btn {
    font-size: 14px;
    margin: 0 auto;
    display: table;
  }
  .blocks-ul li {
    font-size: 16px;
    margin-bottom: 30px !important;
  }
  .blocks-ul li:after {
    left: -23px;
    top: 6px;
  }
  .dia-block > div:first-child {
    width: 100%;
    margin: 0 !important;
  }
  .tastes-ins {
    margin-top: 30px !important;
  }
  .tastes .tastes-ins div p {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
  }
  p.taste {
    font-size: 20px;
    line-height: 140%;
  }
  .gluten-free img {
    margin-right: 15px;
  }
  .gluten-free.pt-pt {
    height: 100px;
  }
  .gluten-free.pt-pt .img-cont{
    width: 33.33%;
  }
  .gluten-free.pt-pt img {
    margin-right: 0;
    width: 100%;
  }
  .double-icons-block.pt-pt .column:first-child {
    margin-bottom: 50px;
    padding-bottom: 70px;
  }

  .gluten-free {
    height: 80px;
  }
  .dia-block div {
    width: 100%;
    margin: 0 !important;
    margin-top: 30px !important;
  }
  .dia-block ul {
    margin-top: 10px;
  }
  .dia-block li:after {
    top: 6px;
  }
  .table-header > div:nth-child(3) p {
    width: 130px;
    margin-left: auto;
  }
  .table-header {
    margin-top: 35px;
  }
  .table-body {
    margin-top: 15px;
  }
  .table-body > div:first-child,
  .table-header > div:first-child {
    display: none !important;
  }
  .table-body > div:nth-child(2) p,
  .table-body > div:nth-child(3) p {
    font-size: 14px;
    margin-top: 0;
    padding: 20px 0;
  }
  .table-body > div:nth-child(3) p {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
  .table-header > div:nth-child(2) p {
    width: 130px;
    margin-left: 0;
  }
  .table-body > div:nth-child(2) p {
    padding-right: 15px !important;
  }
  .dia-block {
    margin-top: 35px;
    padding: 20px;
    width: 100%;
    background: #f2faff;
    border-radius: 10px;
    display: block;
    box-sizing: border-box;
  }
  .dia-block p {
    font-size: 14px;
    line-height: 140%;
    color: rgba(67, 83, 99, 0.5);
    margin-bottom: 0px;
  }
  .dia-block div {
    margin-top: 0px;
    margin-bottom: 30px;
    width: 233px;
    margin-left: 20px;
  }
  .dia-block ul {
    font-size: 14px;
    line-height: 140%;
    padding-left: 20px;
  }
  .invisible-right-block-title {
    width: calc(100% - 15px) !important;
  }
  .dia-block li::marker {
    width: 7px;
    height: 7px;
  }
  .dia-block li {
    margin-bottom: 10px;
  }
  .text-link p {
    font-size: 10px;
  }
  .graph {
    display: none;
  }
  .graph2 {
    display: initial;
  }
  .invisible-btns.owl-carousel {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .invisible-btn {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .invisible-btn.not-right.selected {
    padding: 10px 12px 11px !important;
  }
  .invisible-btn.selected {
    padding: 10px 13px 11px !important;
  }
  .total-action-pills,
  .total-action {
    top: 45px;
    left: initial;
    right: -10px;
  }
  .cookie .container {
    padding: 15px 0 15px 0;
  }
  .cookie-ins {
    flex-direction: column;
  }
  .cookie-left {
    width: 100%;
    margin-right: 0;
  }
  .cookie-right {
    margin-top: 20px;
  }
  .cookie a div {
    display: none;
  }
  .cookie h2,
  .cookie p {
    margin-bottom: 10px;
  }
  .cookie p {
    font-size: 12px;
    line-height: 140%;
  }
  .visible-test {
    display: flex;
    width: 100%;
    height: 427px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
  }
  .visible-test img {
    display: none;
  }
  .super-test {
    margin-top: 170px;
    margin-bottom: 150px;
    color: #20384e;
  }
  .super-test h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .super-test p {
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 150%;
  }
  .super-test p.welcome {
    font-size: 16px;
  }
  .super-test .super-text {
    margin-left: 20px;
    margin-right: 20px;
  }
  .super-test {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .super-test .button-supertest {
    margin-top: 20px;
    position: absolute;
    bottom: 0;
  }
  .super-test .invisible-new-left {
    width: 100%;
    margin-left: 0;
  }
  .super-test .invisible-new-right {
    width: 100%;
    margin-left: 0;
  }
  .videos {
    margin-bottom: 150px;
  }
  .videos h2 {
    font-size: 36px;
    line-height: 55px;
    color: #20384e;
  }
  .videos .container {
    display: block;
  }
  .faq {
    margin-bottom: 80px;
  }
  .faq h2 {
    font-size: 36px;
    line-height: 55px;
    color: #20384e;
  }
  .invisible-right-item[data-test-quest="success"],
  .invisible-right-item[data-test-quest="success-middle"],
  .invisible-right-item[data-test-quest="failure"] {
    padding: 15px 10px 23px 10px;
    box-sizing: border-box;
    width: calc(100% - 15px);
  }
  .panel-btn .panel p {
    width: 238px;
    padding-right: 20px;
  }
  .invisible-test-item-text {
    width: calc(100% - 15px);
  }
  .faq .container {
    display: block;
  }
  .faq .faq-ins {
    display: flex;
  }
  .baba {
    display: none;
  }
  .video-item {
    position: relative;
  }
  .video-item .play {
    transition-duration: 0.3s;
    position: absolute;
    left: calc(50% - 40.5px);
    top: calc(50% - 40.5px);
    height: 81px;
    width: 81px !important;
  }
  .video-item video {
    border-radius: 5px;
    width: 300px;
  }
  .video-item p {
    width: 300px;
    margin-bottom: 0;
  }
  .youtube {
    border-radius: 5px;
  }
  .panel-btn {
    margin-bottom: 15px;
  }
  .panel-btn .panel {
    width: 668px;
    background: #f2faff;
    border-radius: 5px;
    display: flex;
  }
  .panel-btn .panel p {
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #20384e;
  }
  .panel-btn .panel span {
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #20384e;
  }
  .panel-btn .panel svg {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
    margin-right: 15px;
    margin-left: 20px;
  }
  .panel-btn .panel .blue-txt {
    font-weight: 700;
    color: #45b3f1;
  }
  .panel-btn .faq-text p {
    margin-left: 20px;
    width: 240px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .analise {
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .analise .anlise-text {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .analise h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .analise p {
    margin: 0;
    font-size: 14px;
    line-height: 150%;
  }
  .bnt-top {
    display: none;
  }
  .symps .head {
    margin-top: 0;
    font-size: 36px;
    line-height: 140%;
    color: #20384e;
  }
  .symps .symp-ins {
    /*display: block;
    padding-bottom: 160px;
    margin-top: 30px;*/
  }
  .symps .btns-symp {
    display: block;
    margin-top: 0;
  }
  .symps .pills-check {
    margin-top: 60px;
    margin-left: 00px;
    display: none;
  }
  .symps .pills-check .pill-ins {
    display: flex;
  }
  .symps .pills-check .ins-text {
    margin-right: 50px;
  }
  .symps .pills-check .ins-text h2 {
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 36px;
  }
  .symps .pills-check .ins-text p {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .symps .button-more {
    position: relative;
    justify-content: center;
    font-size: 16px !important;
    z-index: 4 !important;
    border: 0;
    height: 50px;
    width: 189px;
    border-radius: 50px;
  }
  .symps .button-more a {
    padding: 13px 30px 13px 30px;
    display: flex;
    width: 129px;
    color: #ffffff;
    font-family: MetaPro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }
  .choose-symps {
    margin-top: 60px;
    margin-left: 00px;
    display: none;
    background: #f2faff;
    border-radius: 5px;
  }
  .choose-symps h2 {
    margin: 0;
    padding: 85px 154px 105px 154px;
    font-size: 36px;
    line-height: 140%;
    text-align: center;
    color: #45b3f1;
  }
  .btns-symp {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 200px 200px 200px;
    grid-column-gap: 34px;
    grid-row-gap: 30px;
  }
  .symp-btn {
    transition-duration: 0.3s;
    height: 50px;
    border: solid 1px #45b3f1;
    border-radius: 50px;
    margin-bottom: 10px;
  }
  .symp-btn.s-active {
    height: 50px;
  }
  .symp-btn p {
    text-align: center;
    padding-top: 32px;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 18px;
    color: #20384e;
  }
  .ideal-solution .rel {
    margin-top: 30px;
  }
  .info-s {
    margin-top: 0;
    padding-top: 50px;
    display: flex;
    width: 100%;
  }
  .info-s img {
    height: 25px;
    margin-right: 10px;
  }
  .visible-anlise {
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    height: initial;
  }
  .visible-anlise img {
    display: none;
  }
  .choose-test {
    display: none;
    background: #ffffff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    margin-right: 0px;
    height: 359px;
    width: 290px;
    font-size: 16px;
    line-height: 24px;
    color: #20384e;
  }
  .choose-test .owl-dots {
    display: none;
  }
  .choose-test h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
    color: #20384e;
  }
  .choose-test p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .choose-test .fin {
    font-weight: 700;
    margin-top: 20px;
  }
  .test {
    display: block;
  }
  .test .test-container {
    margin: auto;
    width: 260px;
  }
  .test h2 {
    padding-top: 30px;
    margin-bottom: 40px;
  }
  .tst {
    background: #f0f8ff;
    border-radius: 50px;
    width: 100%;
  }
  .tst p {
    margin: auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    flex-wrap: nowrap;
    padding: 5px 12px 5px 12px;
  }
  .tst:active {
    color: #df1e18;
    background: #ffeaea;
  }
  .quest {
    background: #ffffff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    height: 427px;
    width: 290px;
    position: relative;
  }
  .quest .round {
    display: none;
  }
  .quest .pict {
    display: none;
  }
  .quest .num {
    padding-top: 20px;
    margin-left: 15px;
    font-size: 16px;
    line-height: 52px;
    color: #45b3f1;
  }
  .quest .qs {
    font-size: 16px;
    line-height: 140%;
    color: #20384e;
    margin-top: 20px;
    margin-left: 15px;
  }
  .quest .btns {
    margin-left: 15px;
    margin-top: 10px;
  }
  .quest .down {
    margin-top: 50px;
    display: flex;
  }
  .quest .prc {
    margin-left: 30px;
    padding-top: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #435363;
  }
  .quest .cout {
    margin-left: 69px;
    margin-right: 50px;
    padding-top: 10px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #435363;
  }
  .quest .ans-btn:active {
    background: #1bd6ff;
    border: solid 1px #45b3f1;
  }
  .quest .ans-btn:active p {
    color: #ffffff;
  }
  .quest .ans-btn {
    transition-duration: 0.3s;
    margin-right: 20px;
    height: 50px;
    border: solid 1px #45b3f1;
    border-radius: 50px;
  }
  .quest .ans-btn p {
    height: 20px;
    padding: 15px 20px 15px 20px;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 16px;
    color: #45b3f1;
  }
  .quest .next-btn {
    transition-duration: 0.3s;
    height: 50px;
    border: solid 1px #45b3f1;
    border-radius: 50px;
  }
  .quest .next-btn p {
    height: 20px;
    padding: 15px 30px 15px 30px;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: 20px;
    color: #45b3f1;
  }
  .choose-slider {
    padding-top: 80px;
  }
  .choose-slider-title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 60px;
  }
  .catalog-choose-img {
    max-height: 163px;
    max-width: 100%;
  }
  .catalog-choose-bg {
    left: 11px;
    top: -15px;
    width: 279px;
    height: 295px;
  }
  .choose-container {
    height: 163px;
    margin-bottom: 65px;
  }
  .bg-choose-slider {
    display: none;
  }
  .choose-sept {
    width: 206px !important;
  }
  .catalog-choose-bg {
    left: -34px;
    top: -85px;
  }
  .undertext-choose {
    width: 180px;
    font-size: 16px;
    line-height: 21px;
  }
  .visib-p {
    display: none;
  }
  .hidden-undertext-choose p {
    font-size: 14px;
  }
  .hidden-undertext-choose svg {
    width: 33px;
  }
  .hidden-undertext-choose {
    top: 196px;
    left: 20px;
  }
  /* Language picker */
  #lang-picker-exist {
    padding-top: 30px;
  }
  #lang-picker-exist .languagepicker {
    position: absolute;
    top: -30px;
    right: 0;
    width: 100%;
    padding-top: 5px;
    background: #f2f9ff;
    margin-bottom: 0;
  }
  #lang-picker-exist .languagepicker .container {
    width: 290px;
  }
  #lang-picker-exist .languagepicker a {
    padding: 2px 5px;
  }
  /* Language picker */



  img.visible-new-man {
    display: none;
  }
  .visible-new-bg-back img:nth-child(3) {
    display: none;
  }
  .visible-new-bg-back img:nth-child(4) {
    display: block;
    width: initial;
  }
  .super-test .super-text {
    padding: 0;
  }
  .super-text p {
    width: 100%;
  }
  .super-test .super-text {
    margin-left: 0;
    margin-right: 0;
    min-height: 456px;
  }
  .visible-new-test {
    padding: 20px;
    box-sizing: border-box;
    height: initial;
  }
  .mobile {
    display: none;
  }
  .invisible-new-left {
    padding: 30px 0 35px 15px;
  }
  .invisible-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .invisible-new-test-items {
    margin-bottom: 10px;
  }
  .invisible-test-item-text {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .invisible-test-item-success {
    font-size: 14px;
    line-height: 20px;
  }
  .prod-photo .img-photo img {
    max-height: 180px;
  }
  .videos h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
  }
  .video {
    width: 239px !important;
  }
  .video-item {
    width: 239px;
  }
  .video-item p {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .video-item iframe {
    height: 181px;
    width: 290px;
  }
  .videos {
    margin-bottom: 40px;
  }
  .faq h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
  }
  .panel-btn .panel {
    width: 100%;
  }
  .panel-btn .panel p {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
  }
  .panel-btn .panel span {
    font-size: 12px;
    line-height: 16px;
  }
  .panel-btn .panel svg {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 15px;
    margin-left: 20px;
    width: 17px;
    height: 17px;
  }
  .panel-btn .panel {
    display: flex;
    align-items: center;
  }
  .analise-bg img:nth-child(3) {
    display: none;
  }
  .analise-bg img:nth-child(4) {
    display: block;
    width: initial;
  }
  .analise-bg {
    overflow: hidden;
  }
  .button-anlise {
    margin-bottom: 0 !important;
  }
  .symp-ins .select-field {
   /* display: flex !important;*/
  }
  .symp-part {
    margin-top: 20px;
  }
  .symp-part.sump-first {
    padding: 20px 40px;
    font-size: 14px;
    line-height: 140%;
    margin-top: 10px;
  }
  .symp-part.sump-first img {
    display: none;
  }
  .analise .container {
    display: block;
  }
  .symps {
    position: relative;
    display: none;
  }
  .check-symps-text div:first-child img {
    width: 15px;
    height: 15px;
    margin-top: 5px;
  }
  .visible-anlise.hide {
    display: none;
  }
  .symps {
    box-shadow: none;
    padding: 0;
  }
  .symps.show {
    display: block;
  }
  .check-symps-text {
    bottom: 0;
    position: relative;
    font-size: 12px;
  }
  .symp-part-left {
    width: 100%;
  }
  .symp-part-right {
    width: 100%;
    position: absolute;
  }
  .symp-part-right img {
    max-height: 100%;
  }
  .symp-part-right {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    height: 131px;
  }
  .symp-part {
    position: relative;
  }
  .symp-part-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 195px;
  }
  .symp-part-text {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 17px;
  }
  .symp-part-left .btn-blue {
    margin-bottom: 20px;
  }
  .articles .owl-dots {
    display: none !important;
  }
  .interesting {
    width: 100%;
    line-height: 30px;
  }
  .not-move {
    height: initial;
  }
  .invisible-new-right {
    padding: 20px 0 30px 15px;
  }
  .invisible-right-block-quest {
    margin-left: 0;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .invisible-right-block-title {
    width: 100%;
    margin-left: -30px;
    font-size: 16px;
    line-height: 22px;
  }
  .invisible-right-bot-text {
    display: none;
  }
  .invisible-btn {
    font-size: 16px;
    padding: 10px 12px 11px;
  }
  .invisible-btns .owl-stage {
    margin-left: 0;
  }
  .invisible-btns .owl-item {
    transform: translate3d(0, 0, 0) !important;
  }
  .invisible-right-bot-number {
    display: none;
  }
  .checked-img:not(.checked-img2) img:first-child {
    display: none;
  }
  .super-test {
    min-height: 456px;
  }
  .invisible-answer-description {
    text-align: left;
    padding-right: 15px;
    font-size: 13px;
    margin-top: 0;
  }
  .invisible-new-right {
    height: 456px;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
  }
  .invisible-new-left {
    height: 456px;
    width: calc(100% + 30px);
    margin-bottom: 0;
    margin-left: -15px;
  }
  .visible-new-test.show-anim {
    margin-bottom: 109px;
  }
  .invisible-test-item-info {
    align-items: flex-start;
  }
  .invisible-progress-text {
    display: none;
  }
  .invisible-progress {
    position: absolute;
    z-index: -2;
    bottom: 48px;
    left: 35px;
    width: 116px;
    opacity: 0;
  }
  .invisible-new-test {
    height: initial;
  }
  .show-right .invisible-new-right {
    z-index: 4;
  }
  .show-right .invisible-progress {
    z-index: 9;
    opacity: 1;
  }
  .invisible-right-bot {
    justify-content: flex-end;
  }
  .progress-item {
    max-width: 13px;
    height: 13px;
    margin-right: 6.5px;
    width: 100%;
  }
  .invisible-btn.selected {
    padding: 21px 20px 20px 20px;
  }
  .invisible-btn.not-right.selected {
    padding: 20px 19px 19px;
  }
  .invisible-right-item[data-test-quest="success"],
  .invisible-right-item[data-test-quest="success-middle"],
  .invisible-right-item[data-test-quest="failure"] {
    padding: 15px 30px 23px 30px;
  }
  .invisible-right-item img {
    display: none;
  }
  .invisible-success-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .invisible-new-right {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .invisible-success-text {
    font-size: 12px;
    line-height: 150%;
    width: 100%;
  }
  .invisible-success-bnts {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }
  .invisible-success-bnts .invisible-success-btn + .invisible-success-btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .hide-one .invisible-progress {
    z-index: 0;
  }
  .invisible-success-subtitle {
    font-size: 14px;
    line-height: 18px;
  }
  .invisible-success-title {
    font-size: 14px;
    line-height: 18px;
  }
  .blue-btn-empty {
    margin-right: 35px;
  }
  .blue-btn-empty.further, .blue-btn-empty.check {
    margin-right: 15px;
  }
  .btn-start-test {
    display: inline-flex !important;
    position: absolute;
    bottom: 20px;
  }
  .symps .head {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
    color: #20384e;
    width: 100%;
  }
  .footer-link:nth-child(1),
  .footer-link:nth-child(3),
  .footer-link {
    margin-right: 10px;
  }
  .invisible-progress {
    bottom: 34px;
    left: 18px;
    width: 125px;
  }
  .progress-items {
    width: calc(100% - 28px);
  }
  .progress-btn {
    margin-left: 10px;
  }
}


@media screen and (max-width: 450px) {
  footer.footer-by {
    padding-bottom: 140px;
 }
}
@media screen and (max-width: 423px) {
  footer.footer-by {
    padding-bottom: 160px;
 }
}
.text-article-name p a {
  color: #45b3f1;
}
.text-article-name ul a {
  color: #45b3f1;
  font-weight: bold;
}
.text-article-name ul a:hover {
  color: #df1e18;
}
.text-article-name p a.btn-red.single-prod {
  color: #ffffff;
  margin-top: 10px;
}
.text-article-name p a.btn-red.single-prod:hover {
  color: #ffffff;
}
@media screen and (min-width: 1261px) {
  .menu a:hover {
    color: #df1e18;
  }
  .catalog-item:hover .hidden-undertext {
    transition-delay: 0.2s;
  }
  .lang a:hover {
    color: #45b3f1;
    text-decoration: none;
  }
  .text-article-name p a:hover {
    color: #df1e18;
  }
  .menu:hover {
    color: #df1e18;
    cursor: pointer;
  }
  .menu:hover path {
    transform-origin: center center;
    fill: #df1e18;
    transform: rotate(-180deg);
  }
  .topmenu li:hover a:before {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  .topmenu > li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  .submenu li:hover a {
    width: 230px;
    color: #df1e18;
  }
  .our-site:hover {
    color: #45b3f1;
  }
  .footer-link:hover {
    color: #45b3f1;
  }
  .footer-link:hover {
    color: #45b3f1;
  }
  .all-articles:hover {
    color: #45b3f1;
  }
  .all-articles:hover path {
    fill: #45b3f1;
  }
  .catalog-item .hidden-undertext p {
    margin: 0 10px 0 0;
    color: #45b3f1;
  }
  .catalog-item:hover .hidden-undertext {
    padding-bottom: 0px;
    opacity: 1;
    margin-top: 0px;
  }
  .catalog-item:hover .hidden-undertext {
    padding-bottom: 0px;
    opacity: 1;
    margin-top: 0px;
  }
  .item-container a:hover {
    color: #435363;
  }
  .catalog-choose:hover .catalog-choose-bg {
    opacity: 0.2;
  }
  a.breadcrumbs-item:hover {
    color: #20384e;
  }
  .owl-prev:hover path {
    fill: #45b3f1;
  }
  .owl-next:hover path {
    fill: #45b3f1;
  }
  .articles:hover .owl-next {
    opacity: 1;
    top: calc(35% - 33px);
    transition-duration: 0.3s;
  }
  .articles:hover .owl-prev {
    opacity: 1;
    top: calc(35% - 33px);
    transition-duration: 0.3s;
  }
  .ankers a:hover {
    color: #df1e18;
  }
  .page-nav a:hover, .right-latest-posts a:hover {
    font-size: 16px;
    line-height: 20px;
    color: #df1e18;
    text-decoration-line: underline;
  }
  .btn-blue:hover::before {
    opacity: 1;
  }
  .btn-red:hover::before {
    opacity: 1;
  }
  .back-to:hover {
    cursor: pointer;
    color: #45b3f1;
  }
  .back-to:hover path {
    fill: #45b3f1;
  }
  .soc-webs a:hover path {
    fill: #20384e;
  }
  .products:not(.active):hover {
    background-color: #f2faff;
    cursor: pointer;
  }
  .button:hover {
    cursor: pointer;
  }
  .button-prod:hover {
    background: linear-gradient(90deg, #620000 0%, #d60000 100%);
  }
  .button-instr:hover {
    background: linear-gradient(89.62deg, #007994 0.25%, #00c3ee 99.67%);
  }
  .cookie a:hover {
    color: #df1e18;
  }
  .cookie a:hover path {
    fill: #df1e18;
  }
  .prods-line:hover .owl-prev,
  .prods-line:hover .owl-next {
    opacity: 1;
  }
  .catalog-choose a:hover .hidden-undertext-choose {
    padding-bottom: 0px;
    opacity: 1;
    margin-top: 0px;
  }
  .catalog-choose a:hover .catalog-choose-img {
    transform: translateY(-54px);
  }
  .catalog-choose a:hover .undertext-choose {
    color: #20384e;
  }
  .item-container a:hover {
    color: #435363;
  }
  .catalog-item:hover .img-container {
    height: 170px;
  }

  .catalog-item:not(:hover) .img-container {
    transition-delay: 0.2s;
  }

  .video-item:hover .play {
    left: calc(50% - 54.5px);
    top: calc(50% - 54.5px);
    height: 109px;
    width: 109px !important;
  }
  .panel:hover {
    background: #ffffff;
  }
  .panel:hover path {
    fill: #df1e18;
  }
  .panel.hide:hover path {
    fill: #45b3f1;
  }
  .ans-btn:hover {
    border: 1px solid #20384e;
  }
  .ans-btn:hover p {
    color: #20384e;
  }
  .next-btn:hover {
    border: 1px solid #20384e;
  }
  .next-btn:hover p {
    color: #20384e;
  }
  .tst:hover p {
    color: #45b3f1;
  }
  .prg svg:hover path {
    fill: #45b3f1;
  }
  .symp-btn:not(.s-active):hover {
    border: 1px solid #20384e;
  }
  .progress-btn:hover path {
    fill: #45b3f1;
  }
  .invisible-test-item:not(.active):hover {
    color: #45b3f1;
  }
  .blue-btn-empty.ready:hover {
    color: #20384e;
    border: 1px solid #20384e;
  }
  .invisible-btn:not(.selected):hover {
    color: #20384e;
    border-color: #20384e;
  }
  .blue-btn-border:hover {
    border-color: #20384e;
    color: #20384e;
  }
  .symp-btn.s-active:hover {
    border-color: #1bd6ff;
  }
  .bnt-top:hover path {
    fill: #45b3f1;
  }
  .select-field-header:hover {
    border-color: #45b3f1;
  }
  .select-news .select-item:hover .select-item-text {
    color: #df1e18;
  }
  .dot:hover {
    background: #1bd6ff;
  }
}

@media screen and (min-width: 1450px) {
  .invisible-right-block-title {
    min-height: 78px;
  }
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}
.video.owl-carousel.owl-drag {
  width: 100% !important;
}
.video.owl-carousel.owl-drag .owl-item {
  width: 100% !important;
}
.video.owl-carousel.owl-drag .owl-stage{
  width: 100% !important;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ------------------------------- */
.video {
  height: 800px;
}

.dots {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  top: 376px;
  right: 61px;
  z-index: 10;
}

.dot.red {
  pointer-events: none;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  margin-right: 0;
  background: linear-gradient(180deg, #ce2424 0%, #ff0000 100%);
}

.dot {
  cursor: pointer;
  margin-bottom: 15px;
  width: 9px;
  height: 9px;
  background: #cbebf2;
  border-radius: 50%;
  margin-right: 2px;
}

.dot:last-child {
  margin-bottom: 0;
}

.story-bg {
  left: 230px;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 1450px) {
  .symps .head {
    font-size: 34px;
  }
  .story-bg {
    left: 150px;
  }
  .video {
    height: 656px;
  }
  .dots {
    top: 250px;
  }
  /* .video-item iframe {
        height: 656px;
    } */

  .bottom-banner h2 {
    max-width: 50%;
  }
  .bottom-banner h2.smaller-fonts {

  }
}

@media screen and (max-width: 1260px) {
  .gluten-free img {
    max-width: 100px;
  }
  .visible-anlise {
    display: none;
  }
  .symps {
    position: relative;
  }
  .story-bg {
    left: -120px;
    width: 774px;
  }
  .video {
    height: 481px;
  }
  .dots {
    display: none;
  }
}

/* Owl dots for Choose slider (desktop) */
@media screen and (min-width: 1261px) {
  .owl-carousel {
    padding-bottom: 70px;
}
  .choose-bg .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
  }
  .choose-bg .owl-dots .owl-dot {
    margin: 0 6px;
  }
  .choose-bg .owl-dots .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    background: #cbebf2;
    border-radius: 50%;
  }
  .choose-bg .owl-dots .owl-dot.active span {
    width: 13px;
    height: 13px;
    background: linear-gradient(180deg, #ce2424 0%, #ff0000 100%);
  }
}

@media screen and (max-width: 760px) {
  .video {
    height: 181px;
  }
}

/**/
.hide .i-icon:not(img) path {
  fill: #fff;
}
.i-icon:not(img) {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  margin: 0 5px !important;
  z-index: 12;
  vertical-align: super;
}
.i-icon:not(img) span {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.i-icon:not(img) svg {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 4px !important;
  height: 8px !important;
  transform: none;
}
.i-icon:not(img):after,
.ii-block:after,
.ii-block-svg:after {
  content: none !important;
}
.ii-block {
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  background: #45b3f1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.ii-block-svg {
  display: flex;
}
.ii-tringle {
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #ffffff;
  bottom: -8px;
  left: 26px;
  display: none;
  z-index: 1;
}
.block-2.i-icon:not(img) {
  height: 50px;
  width: 50px;
  background: red;
}
.ii-popup {
  position: absolute;
  background: #ffffff;
  border-radius: 2px;
  display: none;
  opacity: 0;
  padding: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.ii-pos {
  left: -274px;
}
.block-2.i-icon:not(img) .ii-pos {
  left: -240px;
}
.ii-pos .ii-tringle {
  left: calc(100% - 35px);
}
.ii-pos-2 .ii-tringle {
  bottom: auto;
  top: -8px;
  left: 25px;
  transform: rotate(180deg);
}
.ii-popup-text {
  /*width: 264px;*/
  max-width: 264px;
  max-height: 75px;
  font-size: 10px;
  line-height: 150%;
  color: #435363;
  overflow: auto;
}
.i-icon:not(img) path {
  fill: #fff !important;
}
.i-icon:not(img),
.i-icon:not(img) span {
  padding: 0 !important;
}
.i-icon:not(img) span {
  margin: 0 !important;
}
.i-icon:not(img).active .ii-block {
  background: #20384e;
}
.active2.ii-popup {
  opacity: 1;
}
.active.ii-popup,
.active .ii-tringle {
  display: block;
}
.ii-close {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
}
.i-icon:not(img).active.ii-canScroll .ii-popup-text {
  padding-right: 17px;
}
.ii-popup-text {
  max-height: 75px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #45b3f1 rgba(0, 0, 0, 0) !important;
}
.ii-popup-text::-webkit-scrollbar {
  width: 8px;
  background-color: #e4eef4;
  border-radius: 50px;
}
.ii-popup-text::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #45b3f1;
  border: 1px solid #e4eef4;
}
.ii-popup-text * {
  color: #435363 !important;
  font-size: 10px !important;
  line-height: 150% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ii-popup {
  transform: translateX(-25px);
}

@media (min-width: 1024px) {
  .ii-block-hover {
    position: absolute;
    width: 80px;
    height: 29px;
    bottom: -29px;
    left: 0;
  }
  .ii-pos .ii-block-hover {
    left: calc(100% - 30px);
  }
  .ii-canScroll .ii-popup-text {
    padding-right: 17px;
    box-sizing: border-box;
  }
  .i-icon-click {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .ii-popup {
    padding-top: 36px;
  }
  .ii-close {
    display: flex;
  }
  .i-icon-click {
    position: absolute;
    width: 34px;
    height: 34px;
    left: -10px;
    top: -10px;
  }
  footer .important-info {
    font-size: 32px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}



@media screen and (max-width: 400px) {
  .ii-popup {
    left: calc(50% - 119px) !important;
  }
  .ii-tringle {
    display: none !important;
  }
}

.page-nav .i-icon:not(img),
.ankers .i-icon:not(img),
.right-latest-posts .i-icon:not(img) {
  display: none !important;
}
.img-prod img {
  image-rendering: -webkit-optimize-contrast;
}
/*----------------*/
.topmenu + a {
  text-decoration: none;
  margin-left: 55px;
}
a .button {
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
a .button span {
  color: #ffffff;
}


@media screen and (max-width: 760px) {
  .topmenu + a {
    display: none !important;
  }
  .text_bellow_slider {
    font-size: 14px;
  }
}

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

/* CNJ MOD */

.where-to-buy-links {
  margin: -30px -20px;
  box-sizing: border-box;
}
.where-to-buy-links * {
  box-sizing: border-box;
}

.where-to-buy-links .item {
  width: 33%;
  display: inline-block;
  text-align: center;
  vertical-align: center;
  padding: 20px 0;
}

.where-to-buy-links .item a {
  position: relative;
  margin: 20px;
  display: block;
  height: auto;
  border: 1px solid #d6d9dd;
  border-radius: 10px;
  text-decoration: none;
}
.where-to-buy-links .item img {
  display: block;
  height: auto;
  max-width: 100%;
}
.where-to-buy-links .title {
  margin-bottom: 20px;
  color: #003b5c;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 1260px) {
  .where-to-buy-links .item {
    width: 49%;
  }
  .where-to-buy-content .col-lg-3, .where-to-buy-popup .col-lg-3 {
    width: 33.33%;
  }
  /* Bottom banners */
  .bottom-banner {
    min-height: 250px;
    margin-bottom: 50px;
  }
  .bottom-banner .banner-inner {
    padding: 30px 30px 0 30px;
  }
  .bottom-banner h2 {
    font-size: 56px;
    line-height: 76px;
    margin-bottom: 30px;
    max-width: 100%;
    margin-top: 20px;
  }
  .bottom-banner .img-cont {
    position: relative;
    display: flex;
  }
  .bottom-banner img {
    width: 100%;
    height: auto;
  }
  .bottom-banner .buttons-cont {
    margin-bottom: 20px;
  }
  .bottom-banner .buttons-cont .btn-red {

  }
  .bottom-banner .buttons-cont .btn-white {

  }
}

@media screen and (max-width: 760px) {
  .bottom-banner {
    min-height: 250px;
  }
  .bottom-banner .buttons-cont .btn-white {
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
  }
  .bottom-banner .buttons-cont .btn-red {
    font-size: 16px;
    line-height: 16px;
  }
  .bottom-banner .banner-inner {
    padding: 30px 20px 0 20px;
  }
  .bottom-banner .buttons-cont .btn-red {
    margin-right: 10px;
  }
  .bottom-banner .buttons-cont {
    display: flex;
  }
  .bottom-banner h2, .bottom-banner h2.smaller-fonts {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .where-to-buy-links .item {
    width: 100%;
  }
  .where-to-buy-content .col-lg-3, .where-to-buy-popup .col-lg-3 {
    width: 50%;
  }
  .head-txt-main {
    width: 100%;
  }

}

.languagepicker {
  text-align: right;
}

header.header-scroll .languagepicker {
  display: none;
}

.languagepicker a {
  display: inline-block;
  border-radius: 0px 0px 4px 4px;
  background-color: #4abeda;
  color: #fff;
  margin-right: 10px;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 14px;
}

.languagepicker .container {
  display: block;
}

.languagepicker a.active {
  background-color: #004153;
}
.languagepicker a:hover {
  background-color: #e01728;
}

header .button {
  width: 150px;
}
header .button.wide-button {
  width: 200px;
  margin-left: 25px;
}
header .button.wide-button-large {
  width: 320px;
  height: auto;
  margin-left: 25px;
}
header .button a {
  min-width: 100px;
  margin: 13px 0;
}
.force-text div:first-child {
  margin: 0 auto;
}
.force-text:nth-child(3) {
  max-width: 100%;
}
.force-text div:first-child {
  width: auto;
  max-width: 210px;
}

.symp-btn span {
  padding: 10px;
  text-align: center;
}

.interesting {
  width: auto;
  margin: 0px;
}
.all-articles {
  margin: 0;
}
.interesting-text {
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.infoblock {
  /*padding-top: 1%;
padding-bottom: 1%;*/
}
@media screen and (max-width: 1260px) .infoblock p {
  font-size: 18px !important;
}
@media screen and (max-width: 760px) .infoblock p {
  font-size: 14px !important;
}
.main-main .checked-img img:nth-child(2) {
  /*display: none !important;*/
}
.checked-img:not(.checked-img2) img:first-child {
  display: inline-block !important;
}
.head-text-spray-prod .checked-img img:first-child {
  display: inline-block !important;
}
.page-content-article-name .sol h2 {
  font-size: 18px !important;
}
.head-txt-main ul {
  align-items: flex-start;
}
.head-prod-container ul {
  align-items: flex-start;
}


/* Modal */
  /* BS inspired */
  #modalCookies .text-center { text-align: center; }
  #modalCookies .mb-5 { margin-bottom: 0.5em; }

  #modalCookies .pt-03 { padding-top: 3em; }
  #modalCookies .pb-03 { padding-bottom: 3em; }
  #modalCookies .pt-02 { padding-top: 1.5em; }
  #modalCookies .pb-02 { padding-bottom: 1.5em; }
  #modalCookies .pt-01 { padding-top: 1em; }
  #modalCookies .pb-01 { padding-bottom: 1em; }

  /* important basic styles */
  #modalCookies p {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin-bottom: .5em;
  }

  #modalCookies a {
    color: #00ab4e;
    text-decoration: underline;
  }
  #modalCookies a:hover {
    text-decoration: none;
  }

  #modalCookies label {
    display: inline;
    margin: 0;
  }

  #modalCookies button {
    cursor: pointer;
  }

  #modalCookies table {
    margin: 0;
    padding: 0;
    background: none;
    width: 100%;
    border-top: solid 1px #000;
  }
  #modalCookies table > thead > tr {
    margin: 0;
    padding: 0;
    background: none;
  }
  #modalCookies table > thead > tr > th {
    margin: 0;
    padding: 5px;
    background: none;
    border-bottom: solid 1px #000;
    font-weight: bold;
    text-transform: none;
    text-align: left;
    color: black;
    font-size: 12px;
    line-height: 18px;
  }
  #modalCookies table > tbody > tr {
    margin: 0;
    padding: 0;
    background: none;
  }
  #modalCookies table > tbody > tr > td {
    margin: 0;
    padding: 5px;
    background: none;
    border-bottom: solid 1px #000;
    font-weight: normal;
    text-transform: none;
    text-align: left;
    color: black;
    font-size: 12px;
    line-height: 18px;
  }

  #modalCookies .no-show {
    display: none;
  }

  /* Modal */
  #modalCookies {
    display: none;
    overflow: hidden;
    position: fixed;
    /* top: 0; right: 0; bottom: 0; left: 0; */
    width: 760px;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 12px 4px #cccccc;
    scrollbar-width: thin;
  }
  #modalCookies.show {
    display: block;
  }

  #modalCookies ::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #d8d8d8b3;
  }

  #modalCookies ::-webkit-scrollbar-thumb {
    background: #00ab4e;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  }

  #modalCookies ::-webkit-scrollbar-corner {
    background: #d8d8d8;
  }


  #modalCookies .cookie-man-modal-dialog {
    width: auto;
    /* max-width: 860px; */
    /* margin: 36px auto 5px auto; */
  }


  #modalCookies .cookie-man-modal-body {
    padding: 30px 30px 1em 30px;
    background: #f5f5f5;
  }



  /* Custom switch */
  #modalCookies .custom-switch .cookman-custom-control-label:before {
    background-color: #aaa;
  }
  #modalCookies .custom-switch .cookman-custom-control-label:after {
    background-color: #fff;
  }

  #modalCookies .custom-switch .cookman-custom-control-label {
    color: #444749;
    font-size: 16px;
    line-height: 30px;
  }

  #modalCookies .cookman-h {
    font-size: 35px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.04em;
  }

  /* The switch - the box around the slider */
  #modalCookies .switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 26px;
  }

  /* Hide default HTML checkbox */
  #modalCookies .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  #modalCookies .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .25s;
    transition: .25s;
  }

  #modalCookies .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .25s;
    transition: .25s;
  }

  #modalCookies input:checked + .slider {
    background-color: #00ab4e;
  }

  #modalCookies input:disabled + .slider {
    background-color: #aaa;
  }
  #modalCookies input:disabled + .slider:before {
    background-color: #ccc;
  }

  #modalCookies input:focus + .slider {
    box-shadow: 0 0 1px #00ab4e;
  }

  #modalCookies input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  /* Rounded sliders */
  #modalCookies .slider.round {
    border-radius: 24px;
  }

  #modalCookies .slider.round:before {
    border-radius: 50%;
  }



  #modalCookies .custom-control {
    margin-left: 60px;
    padding-bottom: 30px;
  }
  #modalCookies .custom-control .switch {
    float: left;
    margin-left: -56px;
  }

  #modalCookies .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #modalCookies .btn-cookie-man-save,
  #modalCookies .btn-cookie-man-settings {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #modalCookies label {
    font-weight: normal;
  }

  #modalCookies .cmrow {
    clear:both;
  }

  #modalCookies .cmrow .col-50 {
    float: left;
    width: 47%;
    margin-right: 3%;
  }
  #modalCookies .cmrow .col-50:nth-child(2n+1) {
    clear: left;
  }

  #modalCookies button {
    display: inline-block;
    min-width: 30%;
    margin: 0 5px 5px 5px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 20px;
    background: #00ab4e;
    border: none;
    color: white;
    transition: color .2s ease-in;
    transition: background .2s ease-in;
  }
  #modalCookies button.btn-02 {
    background: #fff;
    color: black;
  }
  #modalCookies button:hover {
    color: white;
    background: #555;
  }

  #modalCookies button.btn-03 {
    background: none;
    border: none;
    color: black;
    text-decoration: underline;
  }
  #modalCookies button.btn-03:hover {
    color: #00ab4e;
    text-decoration: none;
  }


  #modalCookies span.more {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding-left: 8px;
    float: right;
    cursor: pointer;
  }
  #modalCookies span.more:after {
    content: '+';
  }
  #modalCookies span.more.open:after {
    content: '–';
  }

  #modalCookies .limit-h {
    overflow-x:none;
    overflow-y:auto;
    scrollbar-width: thin;
    padding-right: 12px;
  }

  @media screen and (max-width:768px) {
    .desktop-image {
      display: none;
    }
    .mobile-image {
      display: block;
    }
    #modalCookies {
      width: 100%;
      top: auto;
      bottom: 0;
    }
    #modalCookies .cookie-man-modal-dialog {
      margin: 0;
    }
    #modalCookies .cookie-man-modal-body {
      padding: 16px 16px 1em 16px;
    }
    #modalCookies .cmrow .col-50 {
      float: none;
      widtH: 100%;
      margin-right: 0;
    }
    #modalCookies .cookman-h {
      font-size: 22px;
      line-height: 28px;
    }
    #modalCookies button {
      display: block;
      margin: 0 auto 5px auto;
      min-width: 67%;
    }
    #modalCookies .modal-body {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media screen and (max-width:408px) {
    #modalCookies .custom-control {
      padding-bottom: 22px;
    }
    #modalCookies .custom-switch .cookman-custom-control-label,
    #modalCookies span.more
    {
      line-height: 1.4;
    }

  }

