@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/FiraSans/FiraSans-Light.eot");
  src: local("Fira Sans Light"), local("FiraSans-Light"), url("../fonts/FiraSans/FiraSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans/FiraSans-Light.woff2") format("woff2"), url("../fonts/FiraSans/FiraSans-Light.woff") format("woff"), url("../fonts/FiraSans/FiraSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

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

@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/FiraSans/FiraSans-Medium.eot");
  src: local("Fira Sans Medium"), local("FiraSans-Medium"), url("../fonts/FiraSans/FiraSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans/FiraSans-Medium.woff2") format("woff2"), url("../fonts/FiraSans/FiraSans-Medium.woff") format("woff"), url("../fonts/FiraSans/FiraSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (max-width: 575.98px) {
  .hide-phones-lg {
    display: none !important;
  }
}

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

@media screen and (max-width: 767.98px) {
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .show-tablet {
    display: none !important;
  }
}

.offset-header {
  padding-top: 8.75pxrem;
}

@media screen and (max-width: 767.98px) {
  .offset-header {
    padding-top: 3.75pxrem;
  }
}

sup {
  color: #00a4d9;
  font-size: 0.625rem;
  top: -1em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #246dbf;
  box-shadow: 0rem 0.625rem 1.5625rem rgba(1, 37, 130, 0.33);
  border-radius: 1.875rem;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: center;
  color: #f2f2f2;
  cursor: pointer;
  height: 3.375rem;
  padding: 0 3.125rem;
  transition: 0.4s;
}

@media screen and (max-width: 767.98px) {
  .btn {
    padding: 0;
    margin: 0 0.8125rem;
    display: flex;
  }
}

.btn:hover {
  box-shadow: 0rem 0rem 1.5625rem rgba(1, 37, 130, 0.33);
}

@media screen and (min-width: 768px) {
  .btn-lg {
    height: 4.5rem;
    border-radius: 2.375rem;
    font-size: 1.125rem;
  }
}

.object {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  pointer-events: none;
}

.object-1 {
  width: 22.125rem;
  height: 22.125rem;
  background-image: url("../img/images/drop.png");
}

.object-2 {
  width: 29.75rem;
  height: 19.9375rem;
  background-image: url("../img/images/drop2.png");
}

.object-3 {
  width: 22.5625rem;
  height: 31.0625rem;
  background-image: url("../img/images/drop3.png");
}

.object-4 {
  width: 26.8125rem;
  height: 18.4375rem;
  background-image: url("../img/images/drop4.png");
}

.section-title {
  font-weight: 300;
  font-size: 3.4375rem;
  line-height: 4.125rem;
  text-align: center;
  color: #246dbf;
}

@media screen and (max-width: 767.98px) {
  .section-title {
    font-size: 2.1875rem;
    line-height: 1.875rem;
  }
}

.drops {
  position: relative;
}

.drops::before {
  content: "";
  display: block;
  width: 0.5625rem;
  height: 2.0625rem;
  background: url("../img/icons/drops.svg") no-repeat 50%/contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

@media screen and (max-width: 767.98px) {
  .drops::before {
    display: none;
  }
}

.section-desc {
  font-weight: 300;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .section-desc {
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.6875rem;
}

@media screen and (min-width: 768px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 0.8125rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .swiper-button-next {
    right: -60px;
  }
}

@media screen and (min-width: 768px) {
  .swiper-button-prev {
    left: -60px;
  }
}

.swiper-pagination {
  width: 100%;
  text-align: center;
  bottom: 0;
}

.swiper-pagination-bullet {
  margin: 0 0.3125rem;
  background: no-clip;
  border: 0.0625rem solid #246dbf;
  background: none;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #246dbf;
}

/*-------------- header --------------*/
.header {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.4s;
}

@media screen and (max-width: 767.98px) {
  .header {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}

.header.scroll {
  background-color: white;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.header .container {
  display: flex;
}

.header .logo {
  display: block;
  max-width: 10.4375rem;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .header .logo {
    position: relative;
    max-width: 7.25rem;
    z-index: 2;
  }
}

.header .logo .menu-btn {
  position: relative;
  z-index: 2;
}

.header nav {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .header nav {
    display: block !important;
  }
}

@media screen and (max-width: 767.98px) {
  .header nav {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    background: #ebf7fd;
    display: none;
  }
}

.header nav ul {
  display: flex;
}

@media screen and (max-width: 767.98px) {
  .header nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
}

.header nav ul li {
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .header nav ul li {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .header nav ul li:not(:last-child) {
    margin-right: 2.1875rem;
  }
}

.header nav ul li::after {
  content: "";
  display: none;
  width: 0.5625rem;
  height: 0.6875rem;
  background: url("../img/icons/drop.svg") no-repeat 50%/contain;
  position: absolute;
  bottom: -1.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header nav ul li a {
  display: block;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #686a6c;
}

@media screen and (max-width: 767.98px) {
  .header nav ul li a {
    font-size: 1.5625rem;
    line-height: 3.125rem;
  }
}

.header nav ul li a:hover {
  color: #414042;
}

.header nav ul li.active a {
  font-weight: 500;
  color: #414042;
}

@media screen and (min-width: 768px) {
  .header nav ul li.active::after {
    display: block;
  }
}

.menu-btn {
  display: block;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s ease;
  background: none;
  border: none;
  padding: 0.3125rem;
  cursor: pointer;
  z-index: 2;
  margin-left: auto;
  background: #ebf7fd;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn .hamburger {
  width: 100%;
  height: 0.75rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.menu-btn .hamburger__item {
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #00a4d9;
  transition: all 0.4s ease;
}

.menu-btn.close-menu {
  background: #ffffff;
}

.menu-btn.close-menu .hamburger__item {
  position: relative;
}

.menu-btn.close-menu .hamburger__item:nth-child(2) {
  width: 0;
}

.menu-btn.close-menu .hamburger__item:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 0.0625rem);
}

.menu-btn.close-menu .hamburger__item:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: calc(50% - 0.0625rem);
}

.menu-btn:hover {
  opacity: 0.85;
}

/*-------------- footer --------------*/
.footer {
  background: #e1e9f3;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 767.98px) {
  .footer {
    padding-top: 1.0625rem;
    padding-bottom: 1.25rem;
  }
}

.footer .container {
  max-width: 84.375rem;
}

.footer__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.875rem;
  border-bottom: 0.1875rem solid #d6dee9;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767.98px) {
  .footer__row {
    border-bottom: none;
    margin-bottom: 1.25rem;
    padding-bottom: 0;
  }
}

.footer .logo {
  display: block;
  max-width: 10.4375rem;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .footer .logo {
    max-width: 5.625rem;
    order: 1;
  }
}

.footer__text {
  margin: 0 1.5625rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-transform: uppercase;
}

@media screen and (max-width: 767.98px) {
  .footer__text {
    order: 3;
    width: 100%;
    margin: 0;
    margin-top: 1.6875rem;
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
}

@media screen and (max-width: 767.98px) {
  .footer .scroll-up {
    margin-left: auto;
    order: 2;
  }
}

.footer__row2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .footer__row2 {
    flex-direction: column;
    text-align: center;
  }
}

.footer__row2 a {
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  color: inherit;
}

.footer__copyring {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.scroll-up {
  font-family: inherit;
  outline: none;
  background: none;
  border: none;
  background: #acc0dc;
  border-radius: 3.125rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 3.4375rem;
  padding-left: 4.375rem;
  padding-right: 2.1875rem;
  position: relative;
  text-align: left;
  transition: 0.3s;
}

@media screen and (max-width: 767.98px) {
  .scroll-up {
    font-size: 0.625rem;
    height: 2.5625rem;
    padding-left: 2.9375rem;
    padding-right: 1.5rem;
  }
}

.scroll-up i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6875rem;
  height: 2.6875rem;
  position: absolute;
  left: 0.4375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (max-width: 767.98px) {
  .scroll-up i {
    width: 2rem;
    height: 2rem;
    left: 0.3125rem;
  }
}

.scroll-up i:before {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.625rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url("../img/icons/chevron-up.svg");
  margin-bottom: 0.125rem;
}

@media screen and (max-width: 767.98px) {
  .scroll-up i:before {
    width: 0.8125rem;
    height: 0.5rem;
  }
}

.scroll-up:hover {
  background: #246dbf;
}

.hero-section {
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .hero-section {
    background-color: #fff;
  }
}

.hero-section__wooman-img {
  position: absolute;
  width: 48.375rem;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767.98px) {
  .hero-section__wooman-img {
    width: 14.4375rem;
  }
}

.hero-section .container {
  position: relative;
  padding-top: 11.875rem;
  padding-bottom: 3.125rem;
}

@media screen and (max-width: 767.98px) {
  .hero-section .container {
    padding-top: 19.5625rem;
    padding-bottom: 4.375rem;
  }
}

.hero-section .object-1 {
  top: -1.5rem;
  left: calc(50% - 44.4375rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.hero-section .object-2 {
  top: 36rem;
  left: calc(50% - 30.125rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

.hero-section__title {
  font-weight: 300;
  font-size: 5rem;
  line-height: 4.375rem;
  text-transform: capitalize;
  color: #246dbf;
  margin-bottom: 2.1875rem;
  max-width: 37.5rem;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .hero-section__title {
    font-size: 2.1875rem;
    line-height: 1.875rem;
    margin-bottom: 0.8125rem;
  }
}

.hero-section__effect-list {
  margin-bottom: 2.1875rem;
}

.hero-section__effect-list li {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-transform: lowercase;
  color: #154e8d;
  position: relative;
  padding-left: 1rem;
}

@media screen and (max-width: 767.98px) {
  .hero-section__effect-list li {
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}

.hero-section__effect-list li::before {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  margin-right: 0.625rem;
  background-color: #154e8d;
  position: absolute;
  left: 0;
  top: 0.5625rem;
}

.hero-section__btn {
  margin-bottom: 3.125rem;
}

.hero-section__effect-block {
  display: flex;
  max-width: 32.5rem;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .hero-section__effect-block {
    flex-direction: column;
  }
}

.hero-section__effect-block li {
  text-align: center;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 100%;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .hero-section__effect-block li {
    display: flex;
    align-items: center;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .hero-section__effect-block li:not(:last-child) {
    margin-bottom: 2.1875rem;
  }
}

.hero-section__effect-ico {
  height: 5rem;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .hero-section__effect-ico {
    height: 1.875rem;
    width: 3.75rem;
    margin-right: 0.625rem;
  }
}

.hero-section__effect-ico img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-section__effect-ico img.ico-1 {
  bottom: 0.9375rem;
  width: 3.6875rem;
}

@media screen and (max-width: 767.98px) {
  .hero-section__effect-ico img.ico-1 {
    bottom: -0.5rem;
  }
}

.hero-section__effect-ico img.ico-2 {
  bottom: 0.5rem;
  width: 3.75rem;
}

@media screen and (max-width: 767.98px) {
  .hero-section__effect-ico img.ico-2 {
    bottom: -0.6875rem;
  }
}

.hero-section__effect-ico img.ico-3 {
  bottom: -0.3125rem;
  width: 3.8125rem;
}

@media screen and (max-width: 767.98px) {
  .hero-section__effect-ico img.ico-3 {
    bottom: -1.625rem;
  }
}

.hero-section__product-img {
  width: 22.125rem;
  position: absolute;
  top: 5.625rem;
  left: 31.25rem;
}

@media screen and (max-width: 767.98px) {
  .hero-section__product-img {
    width: 10.6875rem;
    top: 3.9375rem;
    left: -0.9375rem;
  }
}

.whom-section {
  padding-top: 6.25rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767.98px) {
  .whom-section {
    margin-top: 0;
    padding-top: 1.625rem;
  }
}

.whom-section .section-title {
  margin-bottom: 1.5625rem;
  position: relative;
}

.whom-section__cover {
  display: flex;
  flex-direction: column;
}

.whom-block {
  display: flex;
  background: #ffffff;
  border-radius: 10.125rem;
  max-width: 66.0625rem;
  width: 100%;
  margin: 0 auto 2.1875rem;
  min-height: 20.25rem;
  padding: 1.25rem;
}

@media screen and (max-width: 767.98px) {
  .whom-block {
    padding: 0.9375rem 0.6875rem 1.25rem;
    flex-direction: column;
    border-radius: 10.125rem 10.125rem 0rem 0rem;
    margin: 0 auto 3.75rem;
    max-width: 14.8125rem;
    width: 100%;
  }
}

.whom-block__img {
  width: 18.0625rem;
  position: relative;
  flex-shrink: 0;
}

@media screen and (max-width: 767.98px) {
  .whom-block__img {
    width: 13.125rem;
    height: 13.125rem;
    margin: 0 auto 1.25rem;
  }
}

.whom-block__img img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.whom-block__title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  margin-bottom: 1.875rem;
  color: #246dbf;
}

@media screen and (max-width: 767.98px) {
  .whom-block__title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 0.9375rem;
  }
}

.whom-block__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.9375rem;
  width: calc(100% - 18.0625rem);
}

@media screen and (max-width: 767.98px) {
  .whom-block__main {
    width: 100%;
    padding: 0 0.6875rem;
  }
}

.whom-block__text ul li {
  padding-left: 1.0625rem;
  position: relative;
}

.whom-block__text ul li::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  position: absolute;
  top: 0.5625rem;
  left: 0;
  background-color: #5f5f5f;
}

.whom-block__text ul li b {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .whom-block:nth-child(odd) {
    padding-right: 5.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .whom-block:nth-child(even) {
    flex-direction: row-reverse;
    padding-left: 5.3125rem;
  }
}

.modern-section {
  padding-top: 9.375rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767.98px) {
  .modern-section {
    background-color: #fff;
    padding-top: 2.0625rem;
    padding-bottom: 2.5rem;
  }
}

.modern-section .object-1 {
  top: -10.625rem;
  right: calc(50% - 37.5rem);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 2;
}

.modern-section .object-4 {
  bottom: -100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: calc(50% - 33.4375rem);
}

.modern-section .section-title {
  margin-bottom: 0.9375rem;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .modern-section .section-title br {
    display: none;
  }
}

.modern-section .section-desc {
  margin-bottom: 7.1875rem;
}

@media screen and (max-width: 767.98px) {
  .modern-section .section-desc {
    margin-bottom: 4.0625rem;
  }
  .modern-section .section-desc br {
    display: none;
  }
}

.modern-section__cover {
  position: relative;
}

.modern-section__product-img {
  width: 22.125rem;
  position: absolute;
  top: 3.75rem;
  left: 2.8125rem;
}

@media screen and (max-width: 767.98px) {
  .modern-section__product-img {
    position: relative;
    width: 12.1875rem;
    margin: 0 auto;
    top: auto;
    left: auto;
  }
}

.modern-section__product-img::before {
  content: "";
  display: block;
  width: calc(100% + 1.25rem);
  height: 31.375rem;
  background: url("../img/images/drop-big.svg") no-repeat 50%/contain;
  position: absolute;
  top: -6.25rem;
  left: -0.625rem;
  z-index: -1;
}

@media screen and (max-width: 767.98px) {
  .modern-section__product-img::before {
    width: calc(100% + 0.3125rem);
    height: 17.4375rem;
    top: -3.125rem;
    left: -0.3125rem;
  }
}

.modern-section__inner {
  max-width: 38.125rem;
  margin-right: 2.1875rem;
  margin-left: auto;
}

@media screen and (max-width: 767.98px) {
  .modern-section__inner {
    margin-right: 0;
    max-width: 100%;
  }
}

.modern-section__text {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 767.98px) {
  .modern-section__text {
    margin-bottom: 0.9375rem;
  }
}

.modern-section__text p:not(:last-child) {
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 767.98px) {
  .modern-section__text p:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}

.modern-section__text b {
  font-weight: 500;
}

.modern-section__care-title {
  margin-bottom: 3.4375rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}

@media screen and (max-width: 767.98px) {
  .modern-section__care-title {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    margin-bottom: 1.875rem;
  }
}

.modern-section__compound ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem -2.5rem;
}

.modern-section__compound ul li {
  width: 25%;
  padding: 0 0.9375rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767.98px) {
  .modern-section__compound ul li {
    width: 50%;
  }
}

.modern-section__compound-swiper {
  position: relative;
}

.modern-section__compound-swiper .swiper-container {
  margin: 0 -0.9375rem;
  padding: 0 0.9375rem 1.875rem;
}

.modern-section__compound-swiper .swiper-button-next,
.modern-section__compound-swiper .swiper-button-prev {
  top: 4.375rem;
}

.compound-item {
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  color: #00a4d9;
}

.compound-item__img {
  width: 5.3125rem;
  height: 5.3125rem;
  background: #ffffff;
  border: 0.125rem solid #e1edf7;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0.625rem;
  -webkit-filter: drop-shadow(0rem 0.4375rem 0.75rem rgba(218, 233, 245, 0.4));
          filter: drop-shadow(0rem 0.4375rem 0.75rem rgba(218, 233, 245, 0.4));
}

@media screen and (max-width: 767.98px) {
  .compound-item__img {
    width: 8.875rem;
    height: 8.875rem;
    margin-bottom: 1rem;
  }
}

.compound-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}

.about-section {
  padding-top: 11.25rem;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .about-section {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}

.about-section .object-2 {
  top: 9.375rem;
  right: calc(50% - 40.625rem);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 2;
}

.about-section .object-3 {
  top: 69.6875rem;
  left: calc(50% - 60rem);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 2;
}

.about-section .section-title {
  margin-bottom: 0.625rem;
  position: relative;
}

.about-section .section-desc {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767.98px) {
  .about-section .section-desc {
    margin-bottom: 1.25rem;
  }
  .about-section .section-desc br {
    display: none;
  }
}

.about-section__cover {
  max-width: 55rem;
  width: 100%;
  margin: 0 auto;
}

.about-section__swiper {
  position: relative;
}

.about-section__swiper .swiper-container {
  margin: 0 -0.9375rem;
  padding: 0 0.9375rem 1.875rem;
}

.about-section__swiper .swiper-button-next,
.about-section__swiper .swiper-button-prev {
  top: 4.375rem;
}

.about-block {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .about-block {
    flex-direction: column;
    margin-bottom: 0 !important;
  }
}

.about-block:nth-child(1) {
  margin-bottom: 4.6875rem;
}

.about-block:nth-child(2) {
  margin-bottom: 8.125rem;
}

.about-block:nth-child(3) {
  margin-bottom: 6.25rem;
}

.about-block:nth-child(4) {
  margin-bottom: 6.25rem;
}

.about-block:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}

.about-block:nth-child(even) .about-block__title {
  padding-left: 0rem;
  padding-right: 1.25rem;
}

.about-block:nth-child(even) .about-block__title::before {
  left: auto;
  right: 0;
}

.about-block__img {
  width: 16.25rem;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 767.98px) {
  .about-block__img {
    width: 10.625rem;
    margin-bottom: 1.25rem;
  }
}

.about-block__main {
  padding: 0 2.5rem;
}

@media screen and (max-width: 767.98px) {
  .about-block__main {
    padding: 0;
    width: 100%;
  }
}

.about-block__title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #00a4d9;
  opacity: 0.7;
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}

.about-block__title::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 1rem;
  background: url("../img/icons/drop.svg") no-repeat 50%/contain;
  position: absolute;
  top: 0.1875rem;
  left: 0;
}

.about-block__text {
  font-weight: 300;
}

.about-block__text b {
  font-weight: 600;
}

.use-section {
  padding-bottom: 6.25rem;
  padding-top: 6.875rem;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .use-section {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
    background-color: #fff;
  }
}

.use-section .object-1 {
  bottom: -3.75rem;
  right: calc(50% - 33.5rem);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 2;
}

.use-section .container {
  position: relative;
}

@media screen and (min-width: 768px) {
  .use-section__cover {
    max-width: 28.125rem;
    width: 100%;
  }
}

.use-section .section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}

@media screen and (max-width: 767.98px) {
  .use-section .section-title {
    margin-bottom: 10px;
    text-align: center;
  }
}

.use-section__text {
  line-height: 1.375rem;
  color: #5f5f5f;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767.98px) {
  .use-section__text {
    margin-bottom: 0.625rem;
  }
}

.use-section__form-issue {
  background: #f4faff;
  padding: 2.1875rem 0.9375rem 2.8125rem 2.8125rem;
  margin-bottom: 3.25rem;
  color: #5f5f5f;
}

@media screen and (min-width: 768px) {
  .use-section__form-issue {
    max-width: 26.875rem;
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .use-section__form-issue {
    margin-bottom: 1.875rem;
    padding: 2.1875rem 0.5rem 2.8125rem 1.875rem;
  }
}

.use-section__form-issue b {
  font-weight: 500;
  color: #00a4d9;
}

.use-section__form-issue-term {
  margin-top: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .use-section__img {
    width: 18.875rem;
    position: absolute;
    top: 4.6875rem;
    left: 39.6875rem;
  }
}

@media screen and (max-width: 767.98px) {
  .use-section__img {
    position: relative;
    width: 12.1875rem;
    margin: 0 auto;
    margin-bottom: 1.25rem;
  }
}

.use-section__img .img-2 {
  width: 13.5rem;
  position: absolute;
  bottom: -2.125rem;
  left: -4.75rem;
}

@media screen and (max-width: 767.98px) {
  .use-section__img .img-2 {
    width: 8.75rem;
    left: auto;
    right: -2.875rem;
    bottom: 0;
  }
}

.use-section .btn {
  max-width: 20.875rem;
  width: 100%;
  box-shadow: none;
  padding: 0 0.9375rem;
}

@media screen and (max-width: 767.98px) {
  .use-section .btn {
    margin: 0 auto;
  }
}

.buy-section {
  padding-bottom: 3.75rem;
  padding-top: 6.25rem;
}

@media screen and (max-width: 767.98px) {
  .buy-section {
    padding-top: 2.1875rem;
    padding-bottom: 2.8125rem;
  }
}

.buy-section .section-title {
  margin-bottom: 0.9375rem;
}

@media screen and (max-width: 767.98px) {
  .buy-section .section-title {
    margin-bottom: 20px;
  }
}

.buy-section__swiper {
  position: relative;
  max-width: 61.625rem;
  margin: 0 auto;
  padding-bottom: 3.125rem;
}

.buy-section__swiper .swiper-container {
  margin: 0 -0.9375rem;
  padding: 0 0.9375rem;
  -webkit-filter: drop-shadow(0rem 0.4375rem 1.25rem rgba(36, 109, 191, 0.2));
          filter: drop-shadow(0rem 0.4375rem 1.25rem rgba(36, 109, 191, 0.2));
}

@media screen and (min-width: 768px) {
  .buy-section__swiper .swiper-slide {
    width: auto;
    height: auto;
    flex-shrink: unset;
  }
}

@media screen and (min-width: 768px) {
  .buy-section__swiper .swiper-slide:not(:last-child) {
    margin-right: 1.6875rem;
  }
}

.buy-section__swiper-cover {
  position: relative;
}

.buy-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.9375rem;
  height: 10.9375rem;
  border-radius: 50%;
  background: #ffffff;
}

@media screen and (max-width: 767.98px) {
  .buy-card {
    margin: 0 auto;
  }
}

.buy-card .img-1 {
  width: 5.5rem;
}

.buy-card .img-2 {
  width: 6.375rem;
}

.buy-card .img-3 {
  width: 7.8125rem;
}

.buy-card .img-4 {
  width: 7.9375rem;
}

.buy-card .img-5 {
  width: 7.9375rem;
}

.literature-section {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
  background: #fff;
}

@media screen and (max-width: 767.98px) {
  .literature-section {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}

.literature-section .container {
  max-width: 84.375rem;
}

.literature-slide__head {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .literature-slide__head {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}

.literature-slide__title {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 105.1%;
  color: #246dbf;
  margin-right: 1.875rem;
}

@media screen and (max-width: 767.98px) {
  .literature-slide__title {
    font-size: 0.875rem;
  }
}

.literature-slide__btn {
  background: none;
  padding: 0;
  outline: none;
  border: none;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 105.1%;
  color: #246dbf;
  text-decoration: underline;
}

@media screen and (max-width: 767.98px) {
  .literature-slide__btn {
    margin-bottom: 0.9375rem;
    text-align: left;
    font-size: 0.875rem;
  }
}

.literature-slide__inner {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  color: #5f5f5f;
  padding-top: 0.9375rem;
}

.literature-slide__inner ol li,
.literature-slide__inner ul li {
  margin-bottom: 0.625rem;
}

.literature-slide__inner ol {
  padding-left: 0.75rem;
}

.literature-slide__inner ol li {
  list-style-type: decimal;
}

/*# sourceMappingURL=styles.css.map */


.btn.btn-lg a {
    color: white;
}


a.uteka {
  width: 320px;
  max-width: 100%;
  background: #FFFFFF;
  box-shadow: -4px 1px 14px rgba(195, 219, 245, 0.58);
  border-radius: 10px;
  height: 50px;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
}
.uteka .uteka_logo {
  display: flex;
  justify-content: center;
  width: 50%;
  align-items: center;
}
.uteka .uteka_order {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  background: #2C4A9D;
  border-radius: 0px 10px 10px 0px;
  width: 50%;
}

.uteka img {
  display: block;
  max-width: 100%;
}

.uteka_wrapper{
	margin-bottom: 2rem;
	text-align: center;
}