@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-R.ttf');
  src: local('Ubuntu-Regular'), url('../fonts/Ubuntu-R.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-B.ttf');
  src: local('Ubuntu-Bold'), url('../fonts/Ubuntu-B.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular.ttf');
  src: local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Bold.ttf');
  src: local('OpenSans-Bold'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Semibold.ttf');
  src: local('OpenSans-Semibold'), url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
main {
  overflow: hidden;
  min-width: 1180px;
}
ul {
  list-style: none;
}
.wrapper {
  max-width: 1180px;
  padding: 0 20px;
  width: 1180px;
  margin: 0 auto;
  position: relative;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span {
  color: #64AFFF;
}
h1 {
  font-family: Ubuntu, sans-serif;
}
.shadow {
  box-shadow: 0px 5px 20px rgba(26, 32, 71, 0.15);
}
.btn-linear {
  cursor: pointer;
  margin: 0 auto;
  width: 263px;
  height: 70px;
  border-radius: 35px;
  background: linear-gradient(#00a089 0%, #00B74E 100%);
  box-shadow: 0 5px 20px rgba(3, 180, 15, 0.3);
  outline: none;
  border: none;
  line-height: 30px;
  font-size: 18px;
  font-family: Ubuntu, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
}
header {
  min-width: 1180px;
  background-color: #64AFFF;
  filter: drop-shadow(0px 5px 20px rgba(26, 32, 71, 0.15));
}
.header {
  padding: 15px 0;
}
.header-info {
  display: flex;
  justify-content: space-between;
}
.header-info .block-logo {
  display: flex;
}
.header-info .logo img {
  width: 164px;
  height: 35px;
  margin-right: 19px;
}
.header-info .text {
  max-width: 240px;
  width: 100%;
  font-family: Ubuntu, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
}
.header-info .phone {
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.header-info .phone a {
  color: inherit;
  text-decoration: none;
}
.header-info .phone__big {
  display: inline-block;
  font-size: 24px;
}
.header-info .phone img {
  width: 12px;
  height: 22px;
  margin-right: 16px;
}
.navigation {
  display: flex;
  justify-content: space-between;
}
.navigation .menu {
  width: 100%;
}
.navigation .menu ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.navigation .menu li {
  margin-right: 23px;
}
.navigation .menu li.active {
  position: relative;
}
.navigation .menu li.active:after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
.navigation .menu a {
  color: #FFFFFF;
  font-family: OpenSans, sans-serif;
  font-size: 18px;
  text-decoration: none;
}
.navigation .socials {
  display: flex;
}
.navigation .socials a {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.navigation .socials a:last-child {
  margin-right: 0;
}
.navigation .socials img {
  width: 32px;
  height: 32px;
}
.slick-slide {
  outline: none;
}
.main-info {
  position: relative;
  height: 650px;
}
.main-info-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.main-info > .wrapper {
  display: flex;
  justify-content: flex-end;
}
.main-info .info {
  padding: 86px 0 60px;
  max-width: 500px;
  width: 500px;
  height: 600px;
  position: absolute;
  overflow: hidden;
  right: 0;
}
.main-info .info .info-item {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 80px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.main-info .info .info-item h3 {
  margin: 0 auto 20px;
  font-family: Ubuntu, sans-serif;
  font-weight: bold;
  color: #64AFFF;
  line-height: 36px;
  font-size: 24px;
}
.main-info .info .info-item p {
  margin: 0 auto 30px;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  color: #64AFFF;
}
.main-info .info .info-item p a {
  color: #64AFFF;
}
.main-info .info .info-item.show {
  opacity: 1;
}
.main-info .content {
  max-width: 500px;
  width: 100%;
}
.main-info .ht {
  box-sizing: content-box;
  margin: 0 auto 74px;
  padding: 0 0 0 86px;
  position: relative;
  max-width: 410px;
  width: 100%;
  line-height: 48px;
  font-size: 36px;
  font-family: Ubuntu, sans-serif;
  font-weight: bold;
  color: #64AFFF;
  height: 200px;
}
.main-info .ht .first-letter::before {
  top: -14px;
}
.main-info .ht > span {
  font-size: 48px;
}
.main-info .ht::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background-image: url(../images/Icon-Fulleren.svg);
}
.main-info .ht::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  background-image: url(../images/Icon-Water.svg);
}
.main .bottle {
  position: absolute;
  height: 770px;
  width: 200px;
  left: 0;
  top: 10px;
}
.main .bottle-list {
  max-width: 710px;
  width: 100%;
  padding: 48px 0 80px 0 ;
  margin: 0 0 0 auto;
}
.main .bottle-list .slick-track {
  display: flex;
  justify-content: space-between;
}
.main .bottle-item {
  padding-left: 70px;
  position: relative;
  cursor: pointer;
}
.main .bottle-item.active::after {
  content: '';
  width: 56px;
  height: 56px;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #64AFFF;
  opacity: 0.1;
}
.main .bottle-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 21px;
  width: 16px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main .bottle-item div {
  font-family: Ubuntu, sans-serif;
  line-height: 36px;
  color: #64AFFF;
}
.main .bottle-item div:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}
.main .bottle-item div:nth-child(2) {
  font-size: 16px;
  font-weight: normal;
}
.main .bottle-item:nth-child(1)::before {
  background-image: url(../images/Icon-1-5-l-disabled.svg);
}
.main .bottle-item:nth-child(1).active::before {
  background-image: url(../images/Icon-1-5-l.svg);
}
.main .bottle-item:nth-child(2)::before {
  background-image: url(../images/Icon-0-75-l-Disabled.svg);
}
.main .bottle-item:nth-child(2).active::before {
  background-image: url(../images/Icon-0-75-l.svg);
}
.main .bottle-item:nth-child(3)::before {
  background-image: url(../images/Icon-0-5-l-Disabled.svg);
}
.main .bottle-item:nth-child(3).active::before {
  background-image: url(../images/Icon-0-5-l.svg);
}
.main .bottle-item:nth-child(4)::before {
  background-image: url(../images/Icon-0-25-l-Disabled.svg);
}
.main .bottle-item:nth-child(4).active::before {
  background-image: url(../images/Icon-0-25-l.svg);
}
.about-title {
  font-family: Ubuntu, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 39px;
  position: relative;
  line-height: 60px;
}
.about-title > span {
  display: inline-block;
  color: #64AFFF;
}
.about-info p {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  color: #666666;
}
.about-consist {
  margin: 24px auto 0 0;
  padding: 29px 0 0 0;
  position: relative;
}
.about-consist img {
  position: absolute;
  top: 0;
  right: 0;
}
.about-consist .consist-item {
  max-width: 360px;
  width: 100%;
  margin-bottom: 52px;
}
.about-consist .consist-item h3 {
  font-family: Ubuntu, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 30px;
}
.about-consist .consist-item p {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
}
.about-consist .consist-item h4 {
  font-family: Ubuntu, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 30px;
}
.about-consist .consist-item h4 > span {
  display: inline-block;
  color: #64AFFF;
}
.about-consist .consist-item li {
  display: flex;
  justify-content: space-between;
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  line-height: 28px;
}
.about-consist .consist-item li div:nth-child(1) {
  color: #64AFFF;
  font-weight: bold;
  max-width: 60px;
  width: 100%;
}
.about-consist .consist-item li div:nth-child(2) {
  color: #666666;
  font-weight: normal;
  max-width: calc(100% - 90px);
  width: 100%;
}
.about-activate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 54px;
}
.about-activate > .active-title {
  display: flex;
  width: 100%;
}
.about-activate > .active-title img {
  width: 46px;
  height: 46px;
  margin: 14px 14px 0 0;
}
.about-activate > .active-title h2 {
  max-width: 200px;
  width: 100%;
  font-family: Ubuntu, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 22px;
}
.about-activate > .active-title h2 > span {
  color: #64AFFF;
}
.about-activate > .img-container {
  margin-top: 8px;
  width: 360px;
  height: 160px;
  background-image: url(../images/Plate.png);
  background-position: center;
  background-repeat: no-repeat;
}
.about-activate > p {
  max-width: 360px;
  width: 100%;
  color: #666666;
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
}
.about-properties {
  padding-bottom: 30px;
}
.about-properties h2 {
  font-family: Ubuntu, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 40px;
}
.about-properties h2 > span {
  color: #64AFFF;
}
.about-properties ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.about-properties li {
  max-width: 165px;
  width: 100%;
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  margin-bottom: 28px;
}
.about-properties li img {
  width: 47px;
  height: 47px;
  margin-bottom: 16px;
}
.order-bg {
  position: absolute;
  background-image: url(../images/Bg-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 1374px;
  width: 1374px;
  height: 740px;
  top: -290px;
  left: -117px;
  right: -117px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.order-bg > img {
  width: 910px;
  height: 194px;
}
.order-block {
  border: 2px solid #FFFFFF;
  max-width: 555px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 120px auto 80px;
  padding: 30px 0 40px;
}
.order-block h2 {
  font-family: Ubuntu, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.order-block p {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.order-block p a {
  color: #FFFFFF;
}
.order-block .phone {
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.order-block .phone__big {
  display: inline-block;
  font-size: 24px;
}
.blog {
  padding-top: 60px;
}
.blog-bg {
  position: absolute;
  top: -320px;
  right: -257px;
  width: 1367px;
  height: 1151px;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: -1;
  background-image: url(../images/Bg-2.svg);
}
.blog h2 {
  text-align: center;
  font-family: Ubuntu, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 70px;
  padding: 30px 0;
  margin-bottom: 30px;
  width: 100%;
}
.blog h2 > span {
  color: #64AFFF;
}
.blog .circle {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #64AFFF;
}
.blog .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url(../images/Arrow-Left-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
}
.blog .circle.slick-disabled {
  border-color: #CDCDCD;
}
.blog .circle.slick-disabled::after {
  background-image: url(../images/Arrow-Left-1.svg);
}
.blog .circle.slick-next {
  left: 190px;
}
.blog .circle.slick-next::after {
  left: 0;
  transform: rotate(-180deg) translateY(50%);
}
.blog .circle.slick-prev {
  left: 0;
}
.blog .pagination {
  width: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog .pagination .dots {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333333;
}
.blog .pagination .dots.active {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 3px solid #64AFFF;
}
.blog-water {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 72px;
}
.blog-water img {
  object-fit: contain;
}
.blog-pages {
  position: relative;
  padding-bottom: 90px;
}
.blog-pages > h2 {
  margin-bottom: 0;
}
.blog-pages .pages-list {
  display: flex;
  margin: 0 0 70px;
  padding: 120px 0 0;
  position: relative;
}
.blog-pages .pages-list .item {
  position: relative;
  margin: 0 30px;
  max-width: 525px;
  width: 100%;
  min-height: 250px;
  padding: 27px 15px 28px 170px;
  background-color: #FDFDFD;
  box-shadow: 0 5px 20px rgba(26, 32, 71, 0.15);
}
.blog-pages .pages-list .item > img {
  position: absolute;
  width: 163px;
  height: 146px;
  top: -20px;
  left: -30px;
}
.blog-pages .pages-list .item h4 {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #64AFFF;
  margin-bottom: 24px;
}
.blog-pages .pages-list .item p {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
}
.blog-pages .pages-list .item-bottom {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.blog-pages .pages-list .item-bottom a {
  margin-right: 40px;
  font-family: OpenSans, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #64AFFF;
  text-decoration: none;
}
.blog-recommended {
  padding-bottom: 40px;
}
.blog-recommended .pages-list {
  display: flex;
  margin: 0 0 70px;
  position: relative;
  padding: 120px 0 0;
}
.blog-recommended .pages-list .item {
  position: relative;
  margin: 0 30px;
  max-width: 525px;
  width: 100%;
  min-height: 250px;
  padding: 27px 15px 28px 170px;
  background-color: #FDFDFD;
  box-shadow: 0 5px 20px rgba(26, 32, 71, 0.15);
}
.blog-recommended .pages-list .item .image {
  position: absolute;
  width: 165px;
  height: 165px;
  top: -50px;
  left: -30px;
  background-size: cover;
  background-position: center center;
}
.blog-recommended .pages-list .item h4 {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #64AFFF;
  margin-bottom: 24px;
}
.blog-recommended .pages-list .item p {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
}
.blog-recommended .pages-list .item-bottom {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.blog-recommended .pages-list .item-bottom a {
  margin-right: 40px;
  font-family: OpenSans, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #64AFFF;
  text-decoration: none;
}
.blog .views {
  display: flex;
  align-items: center;
  width: 30%;
}
.blog .views img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  margin-right: 8px;
}
.blog button {
  cursor: pointer;
  margin: 0 auto;
  border: 4px solid #00B74E;
  outline: none;
  width: 263px;
  height: 70px;
  background-color: #FFFFFF;
  border-radius: 36px;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.blog .pages-bottom,
.blog .recommended-bottom {
  text-align: center;
}
footer {
  min-width: 1180px;
  background-color: #9EB2C7;
}
.footer {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 20px;
}
.footer a {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration: none;
}
.footer a.tel {
  font-family: Ubuntu, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  color: #FFFFFF;
}
.footer-info {
  margin-right: 103px;
}
.footer-info > a {
  text-decoration: underline;
}
.footer .block-logo {
  display: flex;
  margin-bottom: 40px;
}
.footer .logo img {
  width: 126px;
  height: 27px;
  margin-right: 10px;
}
.footer .text {
  max-width: 140px;
  width: 100%;
  font-family: Ubuntu, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 17px;
  color: #FFFFFF;
}
.footer p {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  color: #FFFFFF;
}
.footer-navigation {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
  max-width: 250px;
  width: 100%;
  margin-right: 71px;
}
.footer-navigation li {
  max-width: 110px;
  width: 100%;
}
.footer-contacts {
  margin-right: 36px;
}
.footer-contacts .socials {
  margin-top: 28px;
  display: flex;
}
.footer-contacts .socials a {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.footer-contacts .socials img {
  width: 32px;
  height: 32px;
}
.footer-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-phone > p {
  line-height: 18px;
  max-width: 160px;
  width: 100%;
}
.footer-phone .phone {
  font-family: Ubuntu, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  color: #FFFFFF;
  display: flex;
  margin-bottom: 25px;
}
.footer-phone .phone img {
  width: 12px;
  height: 22px;
  margin-right: 16px;
}
.footer-phone button {
  margin-top: 8px;
  border-radius: 24.5px;
  background: transparent;
  border: 3px solid #fff;
  padding: 11px 39px;
  font-family: Ubuntu, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  color: #FFFFFF;
  outline: none;
  cursor: pointer;
}
.left {
  max-width: 267px;
  width: 100%;
  color: #FFFFFF;
}
.left-block {
  background-color: #64AFFF;
  padding: 20px 0;
}
.left li {
  padding: 10px 20px;
}
.left li:hover {
  background-color: #83BFFF;
}
.left a {
  color: #FFFFFF;
  text-decoration: none;
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
.left h3 {
  padding: 0 20px;
  margin-bottom: 20px;
  filter: drop-shadow(0 5px 20px rgba(26, 32, 71, 0.15));
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.left h3 a {
  margin-bottom: 20px;
  filter: drop-shadow(0 5px 20px rgba(26, 32, 71, 0.15));
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.right {
  max-width: calc(100% - 300px);
  width: 100%;
}
.right h1 {
  margin-bottom: 36px;
  font-family: Ubuntu, sans-serif;
}
.research .content {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.research .content h2,
.research .content h3 {
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  max-width: 570px;
  width: 100%;
}
.research .content h2 {
  margin-bottom: 20px;
}
.research .content h3 {
  margin-bottom: 36px;
}
.research .content h4 {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 26px;
}
.research .content > .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 556px;
  width: 100%;
}
.research .content > .right li {
  max-width: 165px;
  width: 100%;
  padding-top: 66px;
  position: relative;
  text-align: center;
  margin: 0 30px 34px 0;
}
.research .content > .right li a {
  color: #64AFFF;
}
.research .content > .right li:nth-child(3n) {
  margin-right: 0;
}
.research .content > .right li:before {
  content: "";
  background-image: url("../images/certificate.svg");
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 48px;
  width: 48px;
}
.research-list .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.research-list .item p {
  max-width: calc(100% - 160px);
  width: 100%;
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #333333;
  line-height: 24px;
}
.research-list .item a {
  color: #64AFFF;
}
.research-list .item span {
  font-weight: bold;
}
.research-list .item-img {
  width: 130px;
  height: 130px;
  background: #fdfdfd;
  box-shadow: 0 5px 20px rgba(26, 32, 71, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
.research-list .item-img img {
  width: 47px;
  height: 47px;
}
.source-bg {
  position: absolute;
  background-image: url(../images/Bg-3.svg);
  opacity: 0.15;
  width: 1580px;
  height: 1050px;
  top: 0;
  left: -600px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.source p {
  max-width: 652px;
  width: 100%;
  font-family: OpenSans, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  color: #333333;
}
.source .wrapper > p {
  margin-top: 45px;
}
.source-position {
  margin-top: 20px;
  max-width: 847px;
  width: 100%;
  position: relative;
  min-height: 406px;
  display: flex;
  align-items: center;
}
.source-position h3 {
  font-size: 24px;
  line-height: 30px;
  font-family: OpenSans, sans-serif;
  margin-bottom: 20px;
}
.source-position p {
  line-height: 30px;
}
.source-position img {
  position: absolute;
  top: 0;
  left: 0;
}
.source-position > .info {
  max-width: 457px;
  width: 100%;
  margin-left: 308px;
}
.source-map {
  margin-top: 60px;
  position: relative;
  max-width: 847px;
  width: 100%;
  min-height: 260px;
}
.source-map .water-point {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/Drop.png);
  width: 43px;
  height: 58px;
  text-align: center;
  padding-top: 18px;
  color: #FFFFFF;
  font-family: Ubuntu, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.source-map .map-info {
  position: absolute;
  top: 40%;
  left: 42%;
  transform: translate(-50%, -50%);
  font-family: OpenSans, sans-serif;
  font-weight: bold;
  line-height: 24px;
  font-size: 13px;
  max-width: 130px;
  width: 100%;
  text-align: right;
}
.source-map .map-info h3 {
  font-size: 24px;
}
.source-map .map-info p {
  font-weight: bold;
}
.source-certificate {
  margin-top: 22px;
  position: relative;
  max-width: 848px;
  width: 100%;
  background: #fdfdfd;
  box-shadow: 0px 5px 20px rgba(26, 32, 71, 0.15);
  padding: 30px 84px 30px 172px;
}
.source-certificate:before {
  content: url("../images/certificate.svg");
  position: absolute;
  left: 42px;
}
.source-page > .blog {
  padding-top: 20px;
}
.recommendations .body-container {
  padding: 25px 0 120px 335px;
  position: relative;
}
.recommendations .body-container img {
  position: absolute;
  top: 0;
  left: -214px;
  z-index: -1;
}
.recommendations .body-container p {
  padding-top: 35px;
}
.recommendations .right h2 {
  margin-bottom: 20px;
  font-family: Ubuntu, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}
.recommendations p {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: normal;
  color: #333333;
}
.indication p {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  max-width: 652px;
  width: 100%;
}
.indication p a {
  color: #64AFFF;
}
.indication .right > h3 {
  margin-bottom: 22px;
}
.indication h3 > span {
  color: #000000;
  font-size: 18px;
}
.indication .indication-consist {
  margin-top: 64px;
}
.indication .consist-item {
  position: relative;
  width: 100%;
  margin-bottom: 52px;
}
.indication .consist-item:last-child {
  padding-left: 220px;
}
.indication .consist-item:last-child p {
  margin-bottom: 50px;
}
.indication .consist-item .bg {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}
.indication .consist-item .bg-bottle {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.indication .consist-item:nth-child(1) .bg {
  background-image: url(../images/Bg-2.svg);
  width: 1000px;
  height: 712px;
  top: -260px;
  right: -370px;
}
.indication .consist-item:nth-child(1) .bg-bottle {
  background-image: url(../images/Bottle%201,5.png);
  bottom: 0;
  right: 0;
  width: 166px;
  height: 658px;
}
.indication .consist-item:nth-child(2) .bg {
  background-image: url(../images/Bg-3.svg);
  width: 1331px;
  height: 850px;
  top: -258px;
  left: -1029px;
}
.indication .consist-item:nth-child(2) .bg-bottle {
  background-image: url(../images/Water1.png);
  top: 0;
  left: -50px;
  width: 282px;
  height: 461px;
}
.indication .consist-item h3 {
  font-family: Ubuntu, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 30px;
}
.indication .consist-item p {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  color: #666666;
}
.indication .consist-item h4 {
  font-family: Ubuntu, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 30px;
}
.indication .consist-item h4 > span {
  display: inline-block;
  color: #64AFFF;
}
.indication .consist-item li {
  display: flex;
  justify-content: space-between;
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  line-height: 28px;
}
.indication .consist-item li div:nth-child(1) {
  color: #64AFFF;
  font-weight: bold;
  max-width: 60px;
  width: 100%;
}
.indication .consist-item li div:nth-child(2) {
  color: #666666;
  font-weight: normal;
  max-width: calc(100% - 90px);
  width: 100%;
}
.faq h2 {
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 22px;
}
.faq .accordion-show {
  cursor: pointer;
  position: absolute;
  width: 35px;
  height: 35px;
  background: transparent;
  border: 2px solid #64afff;
  border-radius: 50%;
  transition: all 0.2s linear;
}
.faq .accordion-show .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 12px;
  background-image: url(../images/Triangle-bottom-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.faq .accordion-show:hover {
  background-color: #64afff;
}
.faq .accordion-show:hover .img {
  background-image: url(../images/Triangle-bottom-light.svg);
}
.faq .accordion-show.active {
  transform: rotate(-90deg);
}
.faq-list .item {
  position: relative;
  padding-bottom: 22px;
  border-bottom: 1px solid #64AFFF;
  margin-bottom: 41px;
}
.faq-list .question,
.faq-list .answer {
  position: relative;
  padding: 10px 0 0 97px;
  margin-bottom: 13px;
}
.faq-list .question::before,
.faq-list .answer::before {
  content: "";
  width: 47px;
  height: 47px;
  position: absolute;
  top: 0;
  left: 7px;
  border: 2px solid #dfeeff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.faq-list .question {
  font-family: OpenSans, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  color: #999999;
  min-height: 54px;
}
.faq-list .question::before {
  background-image: url(../images/question-mark.svg);
}
.faq-list .answer {
  overflow: hidden;
  min-height: 60px;
  height: 60px;
  transition: height 0.2s linear;
}
.faq-list .answer p {
  color: #333333;
  padding: 5px 0 0 68px;
  font-family: OpenSans, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 18px;
  min-height: 34px;
}
.faq-list .answer::before {
  background-image: url(../images/answer-mark.svg);
}
.faq-list .links {
  position: relative;
  padding-left: 68px;
}
.faq-list .links::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/Icon-Tag-Color.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.faq-list .links a {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  color: #64AFFF;
}
.faq .pagination {
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 46px auto 88px;
}
.faq .pagination .circle {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #CDCDCD;
}
.faq .pagination .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url(../images/Arrow-Left-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
}
.faq .pagination .circle.active {
  border-color: #64AFFF;
}
.faq .pagination .circle.active::after {
  background-image: url(../images/Arrow-Left-2.svg);
}
.faq .pagination .circle.next::after {
  left: 0;
  transform: rotate(-180deg) translateY(50%);
}
.faq .pagination .num {
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
.faq .pagination .num.active {
  color: #64AFFF;
}
.faq .pagination .num.dots {
  color: #666666;
}
.faq-form {
  background-color: #FFFFFF;
  max-width: 555px;
  width: 100%;
  box-shadow: 0 5px 20px rgba(26, 32, 71, 0.15);
  margin-bottom: 100px;
}
.faq-form h4 {
  width: 100%;
  height: 70px;
  background-color: #64AFFF;
  padding: 20px;
  color: #FFFFFF;
  font-family: Ubuntu, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}
.faq-form .form-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.faq-form .form-content button {
  margin: 0 0 24px auto;
  outline: none;
  border: 3px solid #00B74E;
  background-color: #FFFFFF;
  width: 207px;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  border-radius: 40px;
  padding: 8px 0;
}
.faq-form .input-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 22px;
}
.faq-form .input-row label {
  margin-bottom: 12px;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.faq-form .input-row .w50 {
  max-width: calc(100% - 270px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.faq-form .input-row .w50 input {
  max-width: 250px;
  width: 100%;
  padding: 13px 30px;
  outline: none;
  border: 1px solid #dedede;
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  color: #999999;
}
.faq-form .input-row .w100 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.faq-form .input-row .w100 textarea {
  width: 100%;
  padding: 13px 30px;
  min-height: 120px;
  outline: none;
  border: 1px solid #dedede;
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  color: #999999;
}
.form-section {
  position: relative;
}
.form-section-bg {
  background-image: url(../images/Bg-3.svg);
  width: 1559px;
  height: 1031px;
  position: absolute;
  top: -423px;
  left: -97px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.form-section .form {
  margin: 0 0 224px 300px;
}
.form-section h3 {
  margin-bottom: 74px;
  font-family: Ubuntu, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
}
.form-section h3 .first-letter::before {
  top: -14px;
}
.contacts-page .contacts-bg {
  position: absolute;
  bottom: -350px;
  left: -357px;
  width: 1278px;
  height: 889px;
  background-image: url(../images/Bg-3.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.contacts-page .header-container .page-header h2 {
  max-width: 470px;
  width: 100%;
  font-size: 30px;
}
.contacts-page .header-container .page-header h2 > span {
  font-size: 36px;
}
.contacts-page span,
.contacts-page a {
  color: #64AFFF;
}
.contacts-page h3 {
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 14px;
}
.contacts-page div {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
}
.contacts-page .content .info {
  max-width: calc(100% - 400px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacts-page .content .info .phone-list > p {
  line-height: 20px;
}
.contacts-page .content .info .phone {
  font-family: Ubuntu, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
}
.contacts-page .content .info > div {
  width: 47%;
}
.contacts-page .content .info > div:nth-child(1) div::before {
  background-image: url(../images/Icon-Pin-gray.svg);
}
.contacts-page .content .info > div:nth-child(2) div::before {
  background-image: url(../images/Icon-Phone-gray.svg);
}
.contacts-page .content .info > div:nth-child(3) div::before {
  background-image: url(../images/Icon-Time-gray.svg);
}
.contacts-page .content .info > div:nth-child(4) div::before {
  background-image: url(../images/Icon-Email-gray.svg);
}
.contacts-page .content .info > div > div {
  padding-left: 40px;
  position: relative;
}
.contacts-page .content .info > div > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.contacts-page .content .info .work-time {
  font-size: 16px;
  display: inline;
}
.contacts-page .content .details {
  max-width: 400px;
  width: 100%;
}
.contacts-page .content .details-content {
  padding-left: 40px;
  position: relative;
}
.contacts-page .content .details-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/Icon-Info-gray.svg);
}
.contacts-page .content .details-content div {
  line-height: 28px;
}
.contacts-page .content .details-content div:first-child {
  margin-bottom: 28px;
}
.contacts-page .direct {
  position: relative;
}
.contacts-page .direct h3 {
  text-align: center;
  font-family: Ubuntu, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 64px;
}
.contacts-page .direct-bg {
  position: absolute;
  top: -350px;
  right: -357px;
  width: 1278px;
  height: 889px;
  background-image: url(../images/Bg-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.contacts-page .direct-map {
  display: flex;
}
.contacts-page .direct-map img {
  margin: 0 auto;
}
.contacts-page .wheretobuy .map {
  margin-bottom: 34px;
}
.about-nav {
  background-color: #64AFFF;
}
.about-nav .nav-container {
  display: flex;
}
.about-nav .nav-list {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0 20px;
}
.about-nav .item {
  max-width: 262px;
  width: 100%;
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.about-nav .item:hover {
  background-color: #83BFFF;
}
.about-nav .item a {
  text-decoration: none;
  color: #FFFFFF;
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
.about .content {
  flex-direction: column;
  justify-content: flex-start;
}
.about .content h3 {
  font-family: Ubuntu, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.about .content h4 {
  margin: 24px 0;
  font-family: Ubuntu, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.about .content a {
  color: #64AFFF;
}
.about .content p {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: normal;
  width: 100%;
}
.about .content .text-with-bottle {
  max-width: 920px;
}
.about .content .text-with-bottle > span {
  font-weight: bold;
}
.about .content .disease {
  display: flex;
  position: relative;
  margin-bottom: 32px;
}
.about .content .disease-bg {
  position: absolute;
  bottom: -200px;
  right: -500px;
  width: 1000px;
  height: 1000px;
  background-image: url(../images/Bg-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
}
.about .content .disease::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/Bottle%201,5.png);
  background-position: center;
  background-size: contain;
  width: 166px;
  height: 658px;
}
.about .content .disease-list {
  display: flex;
  flex-direction: column;
  margin-right: 61px;
}
.about .content .disease-list a {
  margin-bottom: 11px;
}
.about .content .water-info {
  padding-left: 220px;
  position: relative;
}
.about .content .water-info::before {
  content: "";
  position: absolute;
  top: 50px;
  left: -60px;
  background-image: url(../images/Water1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 282px;
  height: 461px;
}
.about .content .water-info.smole-img::before {
    height: 400px;
    top: 20px;
}
.about .content .water-info-bg {
  position: absolute;
  top: -100px;
  left: -470px;
  width: 1323px;
  height: 910px;
  background-image: url(../images/Bg-3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
}
.about .content .water-info > h3 {
  margin: 30px 0 20px;
}
.about .content .video-content {
  display: flex;
  padding-left: 280px;
  position: relative;
  min-height: 260px;
  margin: 40px 0 40px;
}
.about .content .video-content .video {
  position: absolute;
  top: 0;
  left: -220px;
}
.about .content .video-content > p {
  padding: 20px 0;
}
.about .content .cells {
  margin: 26px auto 0;
}
.about .content .cells-header {
  max-width: 556px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about .content .cells h3 {
  display: inline-block;
}
.about .content .cells-img {
  position: relative;
}
.about .content .cells-img img {
  height: 415px;
  width: 100%;
}
.about .content .cells-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 415px;
  background-color: #64AFFF;
}
.about .content .cells-img .arrows {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background-color: #FFFFFF;
  border: 3px solid #64AFFF;
  border-radius: 50%;
}
.about .content .cells-img .arrows::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/Triangle-left-right-dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.about .content .cells-img .arrows:hover {
  background-color: #64AFFF;
}
.about .content .cells-img .arrows:hover::before {
  background-image: url(../images/Triangle-left-right-light.svg);
}
.chemical p {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: normal;
}
.chemical-certificate {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.chemical-certificate-bg {
  position: absolute;
  top: 70px;
  left: -470px;
  width: 1323px;
  height: 910px;
  background-image: url(../images/Bg-3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
}
.chemical-certificate .item {
  max-width: 262px;
  width: 100%;
  text-decoration: none;
}
.chemical-certificate .item-img {
  position: relative;
  box-shadow: 0 5px 20px rgba(26, 32, 71, 0.15);
  padding: 20px 20px 0 0;
  background-color: #FDFDFD;
}
.chemical-certificate .item-img img {
  width: 100%;
}
.chemical-certificate .item > h4 {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
}
.chemical-certificate .item .certificate-link {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  border: 2px solid #64AFFF;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.chemical-certificate .item .certificate-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/magnifier.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.chemical-certificate .item .certificate-link:hover {
  background-color: #64AFFF;
}
.chemical-certificate .item .certificate-link:hover::after {
  background-image: url(../images/magnifier-light.svg);
}
.antioxidant p {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: normal;
}
.antioxidant p > span {
  font-weight: bold;
}
.antioxidant .content h4 {
  font-size: 13px;
}
.antioxidant-dna {
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.antioxidant-dna .dna {
  padding: 20px;
  margin-right: 50px;
  background-color: #fdfdfd;
  box-shadow: 0 5px 20px rgba(26, 32, 71, 0.15);
}
.antioxidant-dna .dna img {
  width: 165px;
  height: 178px;
}
.antioxidant-img {
  width: 810px;
  margin: 0 auto;
  height: 900px;
  overflow: hidden;
  position: relative;
}
.antioxidant-img img {
  position: absolute;
  top: -80px;
}
.antioxidant-list {
  margin: 20px 0;
}
.antioxidant-list .item {
  display: flex;
  min-height: 47px;
  height: 100%;
  align-items: center;
  margin-bottom: 20px;
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: normal;
}
.antioxidant-list .item:last-child {
  margin-bottom: 0;
}
.antioxidant-list .item img {
  width: 47px;
  height: 47px;
  margin-right: 46px;
}
.reactive .content {
  flex-direction: column;
  justify-content: flex-start;
}
.reactive p {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
}
.reactive p > span {
  font-weight: bold;
}
.reactive h4 {
  font-family: OpenSans, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}
.reactive .formula {
  font-family: OpenSans, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.reactive-author {
  max-width: 890px;
  width: 100%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
.reactive-author > img {
  margin-right: 40px;
}
.reactive-author .info > p {
  padding-left: 100px;
}
.reactive-author .info > p span {
  display: inline-block;
  margin-top: 12px;
  color: #64AFFF;
  font-weight: normal;
}
.reactive-oxygen {
  position: relative;
  max-width: 650px;
  width: 100%;
  margin: 36px auto;
}
.reactive-oxygen p {
  font-family: OpenSans, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
}
.reactive-oxygen .formula > img {
  width: 20px;
  height: 12px;
  margin: 0 6px;
}
.reactive-oxygen .formula > span {
  color: #00AD67;
}
.reactive-oxygen .formula-divider {
  width: 458px;
  height: 1px;
  margin-bottom: 10px;
  background-color: #00B74E;
}
.reactive-oxygen-bg {
  position: absolute;
  left: -830px;
  bottom: -135px;
  width: 1400px;
  height: 1000px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/Bg-3.svg);
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
}
.reactive-flame {
  position: relative;
  max-width: 650px;
  width: 100%;
  margin: 50px auto;
}
.reactive-flame .formula {
  padding-left: 90px;
}
.reactive-flame .formula > img {
  width: 20px;
  height: 12px;
  margin: 0 6px;
}
.reactive-flame .formula > span {
  color: #64AFFF;
}
.reactive-flame .formula-divider {
  width: 458px;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 16px;
  background-color: #00B74E;
}
.reactive-flame-bg {
  position: absolute;
  right: -636px;
  bottom: -146px;
  width: 1400px;
  height: 1000px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/Bg-2.svg);
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
}
.reactive-immunoiglobuline {
  position: relative;
  display: flex;
  margin: 40px auto;
}
.reactive-immunoiglobuline > img {
  margin-right: 50px;
}
.reactive-immunoiglobuline h5 {
  font-family: OpenSans, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #64AFFF;
}
.reactive-immunoiglobuline p {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  color: #64AFFF;
}
.reactive-immunoiglobuline .formula > div {
  padding-left: 90px;
}
.reactive-immunoiglobuline .formula img {
  width: 20px;
  height: 12px;
  margin: 0 6px;
}
.reactive-immunoiglobuline-bg {
  position: absolute;
  left: -776px;
  bottom: -135px;
  width: 1400px;
  height: 1000px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/Bg-3.svg);
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
}
.reactive-electricity {
  display: flex;
}
.reactive-electricity p {
  margin-right: 50px;
}
.lifeenergy {
  position: relative;
}
.lifeenergy-bg {
  position: absolute;
  bottom: 250px;
  left: -500px;
  width: 1000px;
  height: 1000px;
  background-image: url(../images/Bg-3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
}
.lifeenergy .content h4 {
  font-family: OpenSans, sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  margin: 60px 0 20px;
}
.lifeenergy img {
  object-fit: contain;
  margin-bottom: 42px;
}
.lifeenergy p {
  font-family: OpenSans, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
}
.lifeenergy p > span {
  font-weight: bold;
}
.lifeenergy p > a {
  color: #64AFFF;
}
.lifeenergy-text,
.lifeenergy-sb {
  margin-top: 20px;
}
.lifeenergy-text {
  padding-left: 30px;
  font-family: OpenSans, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
}
.lifeenergy-sb {
  font-family: OpenSans, sans-serif;
  font-weight: 800;
  font-size: 13px;
  line-height: 24px;
}
.lifeenergy-aura {
  width: 560px;
  height: 560px;
  position: relative;
  overflow: hidden;
  margin: 45px auto;
  box-shadow: 0px 5px 20px rgba(26, 32, 71, 0.15);
}
.lifeenergy-aura > img {
  position: absolute;
  top: -27px;
  left: -27px;
}
.lifeenergy-aura::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 560px;
  background-color: #64AFFF;
  z-index: 1;
}
.lifeenergy-aura .arrows {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background-color: #FFFFFF;
  border: 3px solid #64AFFF;
  border-radius: 50%;
  z-index: 1;
}
.lifeenergy-aura .arrows::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/Triangle-left-right-dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.lifeenergy-aura .arrows:hover {
  background-color: #64AFFF;
}
.lifeenergy-aura .arrows:hover::before {
  background-image: url(../images/Triangle-left-right-light.svg);
}
.content {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.header-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.header-container .page-header {
  position: relative;
  padding: 50px 0 34px 20px;
  display: flex;
  justify-content: space-between;
}
.header-container .page-header-bg {
  position: absolute;
  background-image: url(../images/Bg-1.svg);
  width: 1272px;
  height: 817px;
  top: -484px;
  left: -88px;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.header-container .page-header .btn-linear {
  margin: 0;
  height: 50px;
}
.header-container .page-header h1,
.header-container .page-header h2 {
  width: 100%;
  font-family: Ubuntu, sans-serif;
  font-weight: bold;
  line-height: 48px;
  font-size: 36px;
  text-transform: uppercase;
  color: #64AFFF;
}
.header-container .page-header h1 .first-letter span,
.header-container .page-header h2 .first-letter span {
  line-height: 48px;
  font-size: 36px;
  font-weight: bold;
}
.header-container .page-header h1 .first-letter::before,
.header-container .page-header h2 .first-letter::before {
  top: -14px;
}
.header-container .page-header h1 > span,
.header-container .page-header h2 > span {
  color: #64AFFF;
}
.wheretobuy .content p {
  text-align: center;
  max-width: 750px;
  width: 100%;
  margin: 0 auto 44px;
  font-family: Ubuntu, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.wheretobuy .content p > a {
  color: #64AFFF;
}
.wheretobuy .map {
  margin-bottom: 268px;
}
.wheretobuy .map img {
  width: 100%;
}
.blog-recommended .pages-list.slick-slider .slick-list {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 20px;
}
.pages-list.slick-slider .slick-track {
  display: flex;
}
.pages-list.slick-slider .slick-list {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.pages-list.slick-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50px;
  width: 100px;
  margin: 0 20px;
}
.pages-list.slick-slider .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-right: 10px;
}
.pages-list.slick-slider .slick-dots li:last-child {
  margin-right: 0;
}
.pages-list.slick-slider .slick-dots li button {
  outline: none;
  font-size: 0;
  overflow: hidden;
  width: 5px;
  height: 5px;
  border: 3px solid black;
  border-radius: 50%;
  background-color: #333333;
}
.pages-list.slick-slider .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid #64AFFF;
}
.first-letter {
  position: relative;
  display: inline-block;
}
.first-letter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 3px solid #64AFFF;
}
.about-fullren-page .scheme-fullren {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.about-fullren-page .scheme-fullren p {
  width: calc(100% - 380px);
}
.about-fullren-page .img-content {
  padding: 30px 0 0;
  font-weight: bold;
}
.about-fullren-page .img-content p {
  font-weight: bold;
}
.about-fullren-page .uses-fullrens {
  padding: 30px 0;
}
.about-fullren-page .uses-fullrens ul {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-fullren-page .uses-fullrens li {
  width: 23%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about-fullren-page .uses-fullrens li:nth-child(-n+4) {
  margin-bottom: 50px;
}
.about-fullren-page .uses-fullrens li img {
  margin-bottom: 10px;
  width: 47px;
  height: 47px;
}
.issledovaniya-download {
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
}
.issledovaniya-download a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: OpenSans, sans-serif;
  color: #64AFFF;
  font-size: 30px;
  font-weight: bold;
}
.issledovaniya-download a:hover {
  text-decoration: underline;
}
.issledovaniya-download img {
  padding: 0 10px 0 0;
}
.imgdey {
  margin: 5px;
}
.page p,
.page li {
  font-family: OpenSans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  margin-bottom: 15px;
  text-align: justify;
}
.page li {
  margin: 0 0 10px 15px;
  font-weight: bold;
}
.page img {
  margin: 0 15px 0 0;
}
.page a {
  color: #64AFFF;
}
/*# sourceMappingURL=index.css.map */