@charset "UTF-8";
@font-face {
  font-family: "montserrat";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "montserrat";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Lato-Light/Lato-Light.eot");
  src: url("../fonts/Lato-Light/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Lato-Regular/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "open-sans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Lato-Bold/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold/Lato-Bold.ttf") format("truetype");
}
.ml4t-book-data-page {
  min-height: 1300px;
  padding: 70px 0 0 0;
  display: flex;
  justify-content: center;
}
.ml4t-book-data-page .one-time-dialog.otdg-uid9345 {
  box-shadow: none;
  transform: none;
  left: 0;
  top: 0;
  position: inherit;
  max-width: 1090px;
  z-index: 1;
  font-family: "lato", sans-serif;
}
.ml4t-book-data-page .one-time-dialog.otdg-uid9345 .section-left .congrats {
  width: 391px;
  height: 140px;
  font-size: 19px;
  left: 30px;
  line-height: 1.5 !important;
}
.ml4t-book-data-page .one-time-dialog.otdg-uid9345 .section-right h3 {
  font-size: 24px;
}
.ml4t-book-data-page .one-time-dialog.otdg-uid9345 .section-right p {
  font-size: 19px !important;
  line-height: 1.85 !important;
}
.ml4t-book-data-page .one-time-dialog.otdg-uid9345 .section-right .highlight p {
  width: 200px !important;
}
.ml4t-book-data-page .one-time-dialog.otdg-uid9345 .section-right .highlight--margined {
  margin: 0 10px;
}
.ml4t-book-data-page .one-time-dialog.otdg-uid9345 .section-right .about-stefan-content .links .link p {
  line-height: 25px !important;
}

@media (max-width: 1200px) {
  .ml4t-book-data-page {
    min-height: 1800px;
  }
  .ml4t-book-data-page .one-time-dialog.otdg-uid9345 .section-left .congrats {
    left: 75px;
    top: 60px;
    line-height: 1.85 !important;
  }
  .ml4t-book-data-page .one-time-dialog.otdg-uid9345 .section-left .book {
    top: 210px;
    left: 360px;
  }
  .ml4t-book-data-page .one-time-dialog.otdg-uid9345 .section-right {
    padding: 230px 40px 0;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  overflow-x: hidden;
  color: #212529;
  font-family: "lato", sans-serif;
  font-weight: 300;
}

a {
  color: #212529;
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: "montserrat";
}

li {
  list-style: none;
}

.overflow-wrap {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.no-trans {
  transition: 0s !important;
  opacity: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container.page {
  max-width: 900px;
}
.container-alt {
  max-width: 1400px;
}

section {
  padding: 0 20px;
}

.section-title {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
}
.section-title b {
  color: #59a745;
  font-weight: 700;
}
.section-title-sub {
  font-size: 20px;
  text-align: center;
  margin-top: 25px;
}

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

.button {
  display: inline-block;
  font-family: "lato";
  font-size: 15px;
  background: #59a745;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #59a745;
  padding: 10px 25px;
  transition: 0.3s;
  font-weight: 700;
  border-radius: 3px;
}
.button.alt {
  background: transparent;
  color: #59a745;
}
.button:hover {
  background: #469006;
  color: #fff;
  border: 2px solid #469006;
  transition: 0.3s;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
}
.button-wrapper {
  width: 100%;
  text-align: center;
}

.close {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  z-index: 6;
  top: 40px;
  right: 40px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.close span {
  display: block;
  width: 25px;
  height: 2px;
  position: relative;
  background: #fff;
  transform: rotate(45deg);
}
.close span::after {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
  left: 0;
  top: 0;
  content: "";
  background: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #212529;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.header {
  padding: 0 20px;
  padding-top: 95px;
  position: relative;
  z-index: 15;
}
.header.homepage {
  height: 100vh;
  min-height: 680px;
  padding-top: 0;
  background: #f2f3f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header.homepage .header__top {
  background: transparent;
}
.header.homepage .header__top.sticky {
  background: #fff;
}
.header__top {
  padding-top: 20px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  padding: 20px;
  z-index: 15;
  transition: background 0.3s, box-shadow 0.3s;
  height: 95px;
  transform: translate3d(0, -100px, 0);
  opacity: 0;
  background: #fff;
}
.header__top-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__top.sticky {
  transition: 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.header.revealed .header__link {
  transition: color 0.3s;
}
.header.revealed .header__dropdown {
  transition: opacity 0.3s, visibility 0.3s;
}
.header.revealed .header__top {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: 0.6s;
}
.header.revealed .particles-js {
  opacity: 1;
  transition: 2s 0.3s;
}
.header.revealed .header__border {
  transition: 0.6s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.header.revealed .header__play {
  opacity: 1;
  transition: opacity 0.5s 0.8s, transform 0.3s;
}
.header.revealed .header__play:hover {
  transform: scale(1.15);
  transition: transform 0.3s;
}
.header.revealed .header__headline {
  transition: 0.5s 0.3s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.header.revealed .header__headline-accent {
  opacity: 1;
  transition: 0.5s 0.4s;
  transform: translate3d(0, 0, 0);
}
.header.revealed .button {
  opacity: 1;
  transition: 0.3s, opacity 0.5s 0.8s, transform 0.5s 0.8s;
  transform: scale(1);
}
.header.revealed h1 {
  opacity: 1;
  transition: 0.5s 0.5s;
  transform: translate3d(0, 0, 0);
}
.header.revealed .header__benefits {
  opacity: 1;
  transition: 0.5s 0.6s;
  transform: translate3d(0, 0, 0);
}
.header__logo {
  display: block;
  width: 250px;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__menu {
  display: flex;
  margin-bottom: -13px;
}
.header__menu-wrapper {
  display: flex;
}
.header__menu li {
  margin-left: 30px;
  position: relative;
}
.header__menu li:hover .header__dropdown {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.header__menu li:hover .header__link {
  color: #59a745;
  transition: color 0.3s;
}
.header__menu li:hover .header__link::after {
  opacity: 1;
  transition: opacity 0.2s;
}
.header__menu-hamburger {
  display: none;
  width: 30px;
  height: 30px;
  background: url("../img/hamburger.png") no-repeat 0 0/contain;
}
.header__menu-close {
  display: none;
}
.header__link {
  font-family: "lato";
  font-size: 16px;
  position: relative;
  padding-bottom: 13px;
}
.header__link:hover, .header__link.active-link {
  color: #59a745;
  transition: color 0.3s;
}
.header__link.dropdown::after, .header__link.active-link::after {
  content: "";
  width: 100%;
  display: block;
  height: 4px;
  margin-top: 10px;
  background: #59a745;
  transition: opacity 0.2s;
  opacity: 0;
}
.header__link.dropdown:hover::after, .header__link.active::after, .header__link.active-link::after {
  opacity: 1;
  transition: opacity 0.2s;
}
.header__link.icon {
  margin-top: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.header__link.icon.tel {
  background: url("../img/tel-black.png") no-repeat center center/contain;
}
.header__link.icon.tel:hover, .header__link.icon.tel.active {
  background: url("../img/tel.png") no-repeat center center/contain;
}
.header__link.icon.mail {
  background: url("../img/mail-black.png") no-repeat center center/contain;
}
.header__link.icon.mail:hover, .header__link.icon.mail.active {
  background: url("../img/mail.png") no-repeat center center/contain;
}
.header__link.icon.cart {
  background: url("../img/cart.png") no-repeat center center/contain;
}
.header__link.icon.cart:hover {
  background: url("../img/cart-green.png") no-repeat center center/contain;
}
.header__link.icon::after {
  margin-top: 34px;
}
.header__dropdown {
  visibility: hidden;
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0;
  border-radius: 0 15px 15px;
  padding: 24px 28px;
  background: rgba(17, 31, 38, 0.8);
  color: #fff;
  font-size: 15px;
  min-width: 150px;
}
.header__dropdown.flex {
  width: 420px;
}
.header__dropdown.icon {
  left: auto;
  right: 0;
  border-radius: 15px 0 15px 15px;
}
.header__dropdown > div {
  margin-right: 40px;
}
.header__dropdown > div:last-child {
  margin-right: 0;
}
.header__dropdown a {
  color: #fff;
  display: block;
  word-wrap: initial;
  white-space: nowrap;
  margin-bottom: 10px;
  transition: color 0.25s;
}
.header__dropdown a:hover {
  transition: color 0.25s;
  color: #59a745;
}
.header__dropdown h4 {
  font-family: "lato";
  font-weight: 700;
}
.header__dropdown h4::after {
  content: "";
  display: block;
  height: 3px;
  width: 15px;
  background: #59a745;
  margin: 10px 0;
}
.header .button {
  opacity: 0;
  transform: scale(0.3);
  transition: 0s;
}
.header__banner {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: "montserrat";
}
.header__banner * {
  position: relative;
  z-index: 2;
}
.header__banner .particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.header__banner h1 {
  font-size: 78px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 300;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.header__banner h1 strong {
  font-weight: 700;
  color: #59a745;
}
.header__border {
  display: block;
  width: 280px;
  height: 100px;
  margin: 0 auto;
  border: 2px solid #59a745;
  padding-top: 30px;
  opacity: 0;
}
.header__border.top {
  border-bottom: 0;
  margin-bottom: 10px;
  transform: translate3d(0, -50px, 0);
}
.header__border.bottom {
  border-top: 0;
  margin-top: 10px;
  padding-top: 18px;
  transform: translate3d(0, 50px, 0);
}
.header__play {
  width: 45px;
  height: 45px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/play.png") no-repeat 0 0/contain;
  opacity: 0;
}
.header .ml4 {
  display: inline-block;
  position: relative;
}
.header .ml4 .letters {
  position: absolute;
  white-space: nowrap;
  opacity: 0;
  transform: rotate3d(1, 0, 0, 90deg);
  transition: 0.5s;
  transform-style: preserve-3d;
  perspective: 1000px;
}
.header .ml4 .letters.active {
  opacity: 1;
  transform: rotate3d(1, 0, 0, 0deg);
  transition: 0.5s 0.2s, opacity 0.4s 0.1s;
  transform-style: preserve-3d;
}
.header__headline {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.header__headline .ml4 {
  width: 320px;
}
.header__headline .ml4 .letters {
  bottom: -5px;
  right: 0;
}
.header__headline b {
  font-weight: 700;
}
.header__headline-accent {
  font-size: 27px;
  font-weight: 700;
  color: #59a745;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  text-transform: uppercase;
}
.header__headline-accent .ml4 {
  width: 95px;
  line-height: 1;
}
.header__headline-accent .ml4 .letters {
  line-height: 1;
  left: 0;
  bottom: -4px;
}
.header__benefits {
  font-size: 23px;
  font-weight: 300;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.header__benefits br {
  display: none;
}

.video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.4s;
  z-index: 16;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  padding: 0 20px;
}
.video .close {
  display: flex;
}
.video.active {
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}
.video.active .close {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.video__frame {
  width: 100%;
  max-width: 900px;
  position: relative;
}
.video__frame-inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.numeric {
  background: #111f26;
  padding: 70px 20px;
}
.numeric .container {
  max-width: 950px;
}
.numeric h4 {
  font-size: 14px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.numeric h4::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #59a745;
  position: absolute;
  bottom: 0;
  left: 0;
}
.numeric__num {
  display: block;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "montserrat";
}
.numeric__accent {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #59a745;
  font-weight: 300;
}

.products {
  padding-bottom: 150px;
}
.products__intro {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.products__intro .container {
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.products__intro h2 {
  font-weight: 300;
  font-size: 60px;
  line-height: 1.2;
  max-width: 550px;
  display: block;
  margin-bottom: 40px;
}
.products__intro .accent {
  color: #59a745;
}
.products__intro-img {
  width: 25%;
  position: relative;
}
.products__intro-img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.products__intro-img::after {
  content: "";
  width: 120%;
  padding-bottom: 120%;
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f2f3f4;
  z-index: 1;
}
.products__main {
  padding: 120px 60px;
  background: #F2F3F4;
}
.products__main-lists {
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
  font-family: "lato";
}
.products__main-lists > div {
  width: 40%;
}
.products__main-lists h3 {
  font-size: 40px;
  line-height: 1.2;
  padding-bottom: 14px;
  margin-bottom: 20px;
  position: relative;
}
.products__main-lists h3::after {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background: #59a745;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.products__main-lists a {
  display: block;
  padding: 7px 0 5px;
  transition: 0.3s;
  font-weight: 400;
}
.products__main-lists a:hover {
  transition: 0.3s;
  color: #59a745;
}
.products__mob-nav {
  display: none;
  margin-top: 40px;
  border-radius: 3px;
  border: 2px solid #59a745;
}
.products__mob-nav li {
  transition: 0.25s;
  width: 50%;
  font-family: montserrat;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 0;
  color: #59a745;
  text-transform: uppercase;
}
.products__mob-nav li.active {
  transition: 0.25s;
  background: #59a745;
  color: #fff;
}
.products__carousel.carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  position: relative;
  z-index: 2;
  transition: height 0.3s;
  overflow: hidden;
}
.products__carousel.carousel.owl-carousel .owl-nav {
  top: 36px;
  z-index: 1;
}
.products__carousel.carousel.owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
}
.products__carousel.carousel.owl-carousel .owl-nav button.disabled.owl-prev:hover {
  transform: rotate(180deg);
}
.products__carousel.carousel.owl-carousel .owl-nav button.disabled:hover {
  transform: none;
  background: url("../img/arrow.png") no-repeat center center/contain;
}
.products__carousel {
  margin: 100px 0;
  padding-left: 20px;
  padding-right: 20px;
}
.products .section-title-sub {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.products__list {
  font-family: "lato";
  position: relative;
  align-items: stretch;
  justify-content: center;
}
.products__list-title {
  margin-top: 70px;
  transition: 0.25s;
}
.products__list-title.hidden {
  opacity: 0;
  transition: 0.25s;
}
.products__list li {
  width: 14.2857142857%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.products__list li:last-child .products__tooltip, .products__list li:nth-child(6) .products__tooltip, .products__list li:nth-child(7) .products__tooltip {
  right: 50%;
  left: auto;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 1px solid #ddd;
  border-radius: 0 0 10px 0;
}
.products__list li.active .products__tooltip {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s 0.2s, visibility 0.9s, color 0.5s 0.3s, height 0.5s;
  color: #1a1a1a;
  margin-top: 10px;
}
.products__list-icon {
  height: 150px;
  width: auto;
}
.products__list img {
  margin: 0 auto 25px;
  width: auto !important;
  height: 67px;
}
.products__list span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  display: block;
  text-transform: uppercase;
}
.products__tooltip {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 0.3s, color 0.2s;
  font-size: 16px;
  width: 380px;
  z-index: 5;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: left;
  color: transparent;
  color: #000;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateY(0%);
  padding-left: 20px;
  border-radius: 0 0 0 10px;
}
.products__tooltip b {
  display: inline;
}
.products__tooltip p {
  display: block;
  margin-bottom: 10px;
}
.products__tooltip p:first-child {
  padding-top: 40px;
}
.products__tooltip p:last-child {
  margin-bottom: 0;
  padding-bottom: 25px;
}
.products__buttons {
  text-align: center;
  margin-top: 60px;
}
.products__buttons .button {
  margin: 0 15px;
}

.why-algo {
  background: #101f25;
  color: #fff;
  padding: 140px 40px 120px;
}
.why-algo .section-title {
  color: #fff;
  margin-bottom: 80px;
}
.why-algo__list p {
  font-size: 18px;
  max-width: 210px;
}
.why-algo__list p::before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #59a745;
  margin-top: 20px;
  margin-bottom: 20px;
}
.why-algo .button {
  display: block;
  width: 180px;
  text-align: center;
  margin: 100px auto 0;
}
.why-algo__img {
  height: 92px;
  display: flex;
  align-items: flex-end;
}
.why-algo__img img {
  display: block;
  width: auto;
  height: auto;
}

.delivery {
  background: #f7f7f7;
  padding: 100px 20px;
}
.delivery::before {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
  opacity: 0;
  z-index: 5;
}
.delivery.played {
  position: relative;
  z-index: 25;
}
.delivery.played::before, .delivery.played .delivery__screen-close {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.delivery.played .delivery__screen {
  margin-right: 0;
  width: 100%;
  transition: 0.4s 0.2s;
}
.delivery.played .wistia_responsive_wrapper {
  opacity: 1;
  transition: 0.3s 0.5s;
}
.delivery h2 {
  margin-bottom: 85px;
}
.delivery__list {
  justify-content: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 900px;
}
.delivery__list li {
  transition: 0.4s;
  min-width: 90px;
  font-weight: 400;
}
.delivery__list li:hover {
  transform: translate3d(0, -25px, 0);
  transition: 0.4s;
}
.delivery__list li:hover .title {
  color: #59a745;
  font-weight: 700;
  transition: 0.2s;
}
.delivery__list li:nth-child(1) .icon {
  background: url("../img/delivery/delivery1.png") no-repeat center center/contain;
}
.delivery__list li:nth-child(2) .icon {
  background: url("../img/delivery/delivery2.png") no-repeat center center/contain;
}
.delivery__list li:nth-child(3) .icon {
  background: url("../img/delivery/delivery3.png") no-repeat center center/contain;
}
.delivery__list li:nth-child(4) .icon {
  background: url("../img/delivery/delivery4.png") no-repeat center center/contain;
}
.delivery__list li:nth-child(5) .icon {
  background: url("../img/delivery/delivery5.png") no-repeat center center/contain;
}
.delivery__list li:nth-child(6) .icon {
  background: url("../img/delivery/delivery6.png") no-repeat center center/contain;
}
.delivery__list li:nth-child(7) .icon {
  background: url("../img/delivery/delivery7.png") no-repeat center center/contain;
}
.delivery__list .title {
  text-transform: uppercase;
  display: block;
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
  transition: 0.2s;
}
.delivery__list .icon {
  height: 69px;
  width: 72px;
  display: block;
  margin: 0 auto 15px;
}
.delivery__try {
  display: none;
  position: relative;
}
.delivery__left-content {
  width: 40%;
  padding-top: 50px;
}
.delivery__left-content span {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #59a745;
  margin-bottom: 16px;
}
.delivery__left-content h3 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
}
.delivery__left-content h3 b {
  font-weight: 700;
}
.delivery__screen {
  position: absolute;
  width: 72%;
  margin-right: -80px;
  right: 0;
  top: 0;
  z-index: 6;
  transition: 0.8s;
}
.delivery__screen .w-vulcan--background {
  cursor: pointer;
}
.delivery__screen .wistia_responsive_wrapper {
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.delivery__screen .wistia_responsive_wrapper:hover + .delivery__screen-play {
  background: url("../img/play.png") no-repeat center center/contain;
  transition: 0.3s;
}
.delivery__screen-wrapper {
  position: relative;
  padding-bottom: 57.15%;
  width: 100%;
  background: url("../img/macbook.png") no-repeat center center/contain;
}
.delivery__screen-wrapper .w-bottom-bar {
  opacity: 0;
}
.delivery__screen-play {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  transition: 0.3s;
  background: url("../img/play-delivery.png") no-repeat center center/contain;
}
.delivery__screen-play:hover {
  background: url("../img/play.png") no-repeat center center/contain;
  transition: 0.3s;
}
.delivery-sticky {
  width: 100%;
  position: fixed;
  top: 95px;
  bottom: auto;
  background: #fff;
  transition: 0.3s;
  border-top: 1px solid #eaeaea;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.delivery-sticky .title {
  transition: 0.3s;
}
.delivery-sticky .icon {
  transition: 0.3s;
}
.delivery-sticky li {
  transform: scale(0.6);
  transform-origin: 50% 50%;
}
.delivery-sticky li:hover {
  transform: scale(0.6);
}
.delivery-page {
  text-align: center;
  background: #fff;
  padding: 60px 0 60px;
}
.delivery-page .section-title {
  margin-bottom: 0;
}
.delivery-page__list {
  margin: 0 auto 20px;
  position: relative;
  max-width: none;
  width: 100%;
}
.delivery-page__list .flex {
  max-width: 800px;
  margin: 0 auto;
}
.delivery-page__list .title {
  font-size: 15px;
  transition: 0.5s 0.2s;
}
.delivery-page__list .icon {
  margin-bottom: 10px;
  height: 51px;
  width: 54px;
  transition: 0.5s 0.2s;
}
.delivery-page > .container {
  padding: 60px 20px 70px;
  border-bottom: 1px solid #eee;
}
.delivery-page > .container:last-child {
  border-bottom: 0;
}
.delivery-page > .container a:not(.button) {
  color: #59a745;
  font-weight: 700;
}
.delivery-page p {
  max-width: 800px;
  margin: 0 auto 25px;
  font-size: 20px;
}
.delivery-page p:last-of-type {
  margin-bottom: 0;
}
.delivery-page p.note {
  font-weight: 300;
  font-size: 15px;
  color: #999999;
  margin-top: 40px;
}
.delivery-page h3 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.delivery-page h3::before {
  content: "";
  display: block;
  visibility: hidden;
  pointer-events: none;
  margin-top: -95px;
  height: 95px;
}
.delivery-page h3::after {
  content: "";
  width: 22px;
  height: 5px;
  background: #59a745;
  display: block;
  margin: 30px auto 40px;
}
.delivery-page h3 b {
  font-weight: 700;
}
.delivery__flex {
  display: flex;
}
.delivery__flex li {
  width: 30%;
  font-size: 20px;
  font-family: montserrat;
}
.delivery__buttons {
  margin-top: 60px;
}
.delivery__buttons a {
  margin: 0 10px;
}

.purchase {
  padding-top: 100px;
  padding-bottom: 100px;
}
.purchase .container {
  align-items: center;
}
.purchase__title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  padding: 100px 0 160px;
}
.purchase__title::before {
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: grayscale(1);
  top: 0;
  left: 0;
  background: url("../img/purchase-bg.png") no-repeat left center/contain;
}
.purchase__title h2 {
  text-align: left;
  position: relative;
  z-index: 2;
}
.purchase__content {
  margin-top: 35px;
  width: 64%;
  max-width: 760px;
}
.purchase__content h4 {
  font-size: 18px;
  text-transform: uppercase;
}
.purchase__content h4::after {
  content: "";
  width: 15px;
  height: 3px;
  display: block;
  background: #59a745;
  margin: 15px 0;
}
.purchase__content p {
  font-size: 18px;
}
.purchase__content ul {
  padding-bottom: 40px;
  border-bottom: 0px solid #DADADA;
  margin-bottom: 50px;
}
.purchase__content li {
  padding-right: 30px;
}
.purchase__content li:last-child {
  padding-right: 0;
}

.clients {
  background: url("../img/partners-bg.png") no-repeat center bottom/auto 100%;
  padding: 75px 20px 320px;
}
.clients .container {
  align-items: center;
}
.clients h3 {
  font-size: 30px;
  color: #59a745;
  width: 290px;
}
.clients-carousel.owl-carousel {
  width: calc(100% - 290px);
  padding: 0 80px;
  position: relative;
}
.clients-carousel.owl-carousel .owl-dots {
  display: none;
}
.clients-carousel.owl-carousel .owl-stage-outer {
  position: relative;
  z-index: 2;
}
.clients-carousel.owl-carousel .owl-item img {
  width: 100%;
  max-width: 300px;
}
.clients__list {
  padding: 0 5px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.carousel.owl-carousel .owl-nav {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 50%;
  height: 20px;
  transform: translate3d(0, -50%, 0);
}
.carousel.owl-carousel .owl-nav .owl-prev, .carousel.owl-carousel .owl-nav .owl-next {
  width: 12px;
  height: 20px;
  background: url("../img/arrow.png") no-repeat center center/contain;
  transition: 0.3s;
}
.carousel.owl-carousel .owl-nav .owl-prev:hover, .carousel.owl-carousel .owl-nav .owl-next:hover {
  background: url("../img/arrow-a.png") no-repeat center center/contain;
  transform: scale(1.3);
  transition: 0.3s;
}
.carousel.owl-carousel .owl-nav .owl-prev:focus, .carousel.owl-carousel .owl-nav .owl-next:focus {
  outline: none;
}
.carousel.owl-carousel .owl-nav .owl-prev span, .carousel.owl-carousel .owl-nav .owl-next span {
  display: none;
}
.carousel.owl-carousel .owl-nav .owl-prev {
  transform: rotate(180deg);
}
.carousel.owl-carousel .owl-nav .owl-prev:hover {
  transform: rotate(180deg) scale(1.3);
}
.carousel.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.contact h2 {
  text-align: left;
  margin-bottom: 30px;
}
.contact__title {
  padding-top: 80px;
  margin-bottom: 60px;
}
.contact__title h2 {
  text-align: center;
}
.contact__info {
  width: 430px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact__info .button {
  margin: 10px 5px;
  min-width: 45%;
  text-align: center;
}
.contact__info p {
  padding-right: 60px;
  font-size: 17px;
  margin-bottom: 30px;
}
.contact__info a {
  font-size: 20px;
  line-height: 2;
  display: block;
  padding-left: 30px;
  position: relative;
  transition: color 0.3s;
}
.contact__info a:hover {
  color: #59a745;
  transition: 0.3s;
}
.contact__info a::before {
  content: "";
  width: 19px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 12px;
  background: url("../img/mail.png") no-repeat left center/contain;
}
.contact__info .phone::before {
  background: url("../img/tel.png") no-repeat left center/contain;
}
.contact__form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 63%;
  padding-bottom: 100px;
  align-items: flex-end;
}
.contact__form-input {
  width: 48%;
  margin-bottom: 22px;
  font-size: 15px;
  position: relative;
}
.contact__form-input label {
  position: absolute;
  left: 0;
  bottom: 12px;
  transition: 0.3s;
  cursor: text;
  font-weight: 400;
}
.contact__form input, .contact__form textarea, .contact__form select {
  -webkit-appearance: none;
  border: none;
  background: none;
  font-size: 15px;
  border-radius: 0;
  color: #282828;
  font-family: "lato";
  font-weight: 300;
}
.contact__form input:focus, .contact__form textarea:focus, .contact__form select:focus {
  outline: none;
}
.contact__form > label {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 400;
}
.contact__form > label::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 23px;
  width: 12px;
  height: 7px;
  background: url("../img/arrow-black.png") no-repeat 0 0/contain;
}
.contact__form textarea {
  width: 100%;
  border: 1px solid #282828;
  padding: 10px 15px;
  margin: 26px 0 22px;
  resize: vertical;
  min-height: 90px;
  height: 90px;
  transition: 0.3s;
  max-height: 250px;
}
.contact__form textarea::placeholder {
  opacity: 1;
  color: #282828;
  font-weight: 300;
}
.contact__form input, .contact__form select, .contact__form .select-custom {
  border-bottom: 1px solid #282828;
  padding: 15px 0 14px;
}
.contact__form select, .contact__form .select-custom {
  width: 100%;
  margin-left: 15px;
  cursor: pointer;
}
.contact__form select:-moz-focusring, .contact__form .select-custom:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.contact__form input {
  width: 100%;
}
.contact__form input.input-active + label, .contact__form input:focus + label {
  transform: translateY(-28px);
  transform-origin: 0 0;
  font-size: 10px;
  transition: 0.3s;
  opacity: 1;
}
.contact__form .button {
  margin-top: 22px;
}
.contact__form .select {
  opacity: 0.4;
  transition: 0.3s;
  z-index: 3;
  pointer-events: none;
}
.contact__form .select-custom {
  line-height: 1.35;
}
.contact__form .select.active {
  opacity: 1;
  transition: 0.3s;
  pointer-events: auto;
  opacity: 1;
}
.contact__form .select-checkboxes {
  visibility: hidden;
}
.contact__form .select-list {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  border: 1px solid #ddd;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.contact__form .select-list.active {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.contact__form .select-list li {
  padding: 6px 10px;
  position: relative;
  transition: 0.3s;
}
.contact__form .select-list li:hover {
  background: #f1f1f1;
  transition: 0.3s;
}
.contact__form .select-list li.active {
  background: #f1f1f1;
  transition: 0.3s;
}
.contact__form .select-list li.active::after {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 17px;
  width: 10px;
  height: 4px;
  border-bottom: 1px solid #212529;
  border-left: 1px solid #212529;
  transform: rotate(-45deg);
}
.contact__form .subject-input {
  width: 100%;
  position: relative;
  z-index: 2;
}
.contact__form .file {
  position: relative;
}
.contact__form .file::after {
  display: none;
}
.contact__form .file span {
  padding-top: 10px;
}

.submitted {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: montserrat;
  font-weight: 500;
  font-size: 24px;
  transition: 0.3s;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.submitted p {
  max-width: 700px;
}
.submitted img {
  max-width: 240px;
  margin-top: 30px;
}
.submitted.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.products-page {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.products-page .container {
  position: relative;
  display: flex;
  padding-right: 120px;
  padding-left: calc(230px + 5%);
  min-height: 100vh;
}
.products-page__menu {
  min-width: 240px;
  width: 240px;
  position: fixed;
  left: 30px;
  top: 145px;
  bottom: auto;
  transition: all 0s, transform 0.3s;
}
.products-page__menu.sticky-top {
  transform: translate3d(0, -45px, 0);
  transition: transform 0.3s;
}
.products-page__menu.sticky {
  position: absolute;
  left: 10px;
  bottom: 60px;
  top: auto;
  transition: all 0s;
}
.products-page__menu.sticky.sticky-top {
  transform: translate3d(0, 0, 0);
}
.products-page__menu form {
  display: none;
}
.products-page__menu-list li {
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
}
.products-page__menu-list li:last-child {
  border-bottom: 0;
}
.products-page__menu-list a {
  display: block;
  font-size: 18px;
  padding: 7px 0;
  transition: 0.3s;
}
.products-page__menu-list a:hover, .products-page__menu-list a.active {
  font-weight: 700;
  color: #59a745;
  transition: 0.2s;
}
.products-page__main {
  position: relative;
  max-width: 900px;
  width: 100%;
  transition: opacity 0.4s 0.2s;
  opacity: 1;
}
.products-page__main > div {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.products-page__main > div.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s 0.2s;
}
.products-page__item {
  padding: 50px 0 120px;
}
.products-page__item h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.products-page__item-descr {
  font-size: 18px;
  font-family: "montserrat";
  font-weight: 300;
  margin-bottom: 15px;
}
.products-page__item-info {
  font-family: "montserrat";
  font-size: 16px;
  text-transform: uppercase;
  color: #59a745;
  margin-bottom: 20px;
}
.products-page__item-info::after {
  content: "";
  width: 28px;
  height: 5px;
  background: #59a745;
  display: block;
  margin-top: 25px;
}
.products-page__featured {
  padding-top: 60px;
  width: 100%;
}
.products-page__featured-descr {
  font-family: "montserrat";
  font-size: 26px;
  color: #59a745;
  font-weight: 300;
  margin-bottom: 55px;
  text-align: center;
}
.products-page__featured-descr br {
  display: none;
}
.products-page__featured-descr span {
  border: 1px solid #59a745;
  font-weight: 700;
  padding: 5px 8px;
  margin-left: 8px;
}
.products-page__featured h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
}
.products-page__featured h2::after {
  content: "";
  display: block;
  width: 25px;
  height: 5px;
  background: #59a745;
  margin: 40px auto 60px;
}
.products-page__featured h2 b {
  font-weight: 700;
}
.products-page__featured-list li {
  padding-left: 20px;
  position: relative;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 25px;
}
.products-page__featured-list li p {
  padding-left: 0.75em;
  padding-bottom: 0.5em;
}
.products-page__featured-list li:last-child {
  margin-bottom: 0;
}
.products-page__featured-list li::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  background: #59a745;
}
.products-page__featured .flex {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 80px;
  margin-bottom: 70px;
}
.products-page__featured .flex:last-child {
  border-bottom: 0;
}
.products-page__featured .flex.center {
  align-items: center;
}
.products-page__featured .flex h3 {
  margin-top: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
}
.products-page__featured .flex h3 b {
  font-weight: 700;
}
.products-page__featured .flex > li {
  width: 46%;
}
.products-page__featured .flex img {
  width: 100%;
}
.products-page__featured .flex-1 {
  border-bottom: 0;
  margin-bottom: 0;
  justify-content: center;
}
.products-page__featured .flex-1 > li {
  width: 75%;
}
.products-page__featured .flex-3 {
  border-bottom: 0;
  margin-bottom: 0;
}
.products-page__featured .flex-3 > li {
  width: 25%;
  text-align: center;
}
.products-page__featured .flex-3 > li .img {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.products-page__featured .flex-3 > li:first-child img {
  max-height: 249px;
  position: relative;
  left: 30px;
}
.products-page__featured .flex-3 > li:nth-child(2) {
  width: 35%;
}
.products-page__featured .flex-3 > li:nth-child(2) img {
  max-height: 209px;
}
.products-page__featured .flex-3 > li:nth-child(3) img {
  max-height: 225px;
}
.products-page__featured .flex-3 img {
  width: auto;
  max-height: 230px;
}
.products-page__featured .flex-3 span {
  display: block;
  font-weight: 700;
  font-family: "montserrat";
  font-size: 16px;
  line-height: 1.4;
}
.products-page__featured .flex.text h2 {
  font-size: 36px;
  text-align: left;
  font-weight: 300;
  text-transform: initial;
}
.products-page__featured .flex.text h2::after {
  display: none;
}
.products-page__featured .flex.text h2 b {
  font-weight: 700;
}
.products-page__qa {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
}
.products-page__qa h2 {
  font-weight: 300;
  font-size: 26px;
}
.products-page__qa h2 b {
  font-weight: 700;
}
.products-page__qa h2::after {
  content: "";
  display: block;
  width: 25px;
  height: 5px;
  background: #59a745;
  margin: 20px 0 30px;
}
.products-page__qa-list {
  padding-left: 20px;
}
.products-page__qa .question {
  position: relative;
  font-weight: 300;
  font-family: "montserrat";
  font-size: 30px;
  border: 1px solid #D7D7D7;
  padding: 18px 80px 18px 50px;
  margin-top: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.products-page__qa .question.active::after {
  transform: translate3d(0, -50%, 0) rotate(180deg);
  transition: 0.3s;
}
.products-page__qa .question.active + .answer::before {
  opacity: 1;
  transition: 0.4s 0.2s;
}
.products-page__qa .question::before {
  position: absolute;
  content: "";
  width: 41px;
  height: 41px;
  left: -20px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background: url("../img/question-icon.png") no-repeat center center/contain;
}
.products-page__qa .question::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 35px;
  right: 30px;
  top: 50%;
  transition: 0.3s;
  transform: translate3d(0, -50%, 0);
  background: url("../img/arrow-green.png") no-repeat center center/contain;
}
.products-page__qa .answer {
  position: relative;
  font-size: 18px;
  color: #282828;
  padding: 25px 20px 30px 50px;
  display: none;
}
.products-page__qa .answer::before {
  position: absolute;
  opacity: 0;
  transition: 0.2s;
  content: "";
  width: 30px;
  height: 30px;
  left: 0px;
  top: 25px;
  background: url("../img/answer-icon.png") no-repeat center center/contain;
}
.products-page__qa .answer p {
  margin-bottom: 17px;
}
.products-page__qa .answer p:last-child {
  margin-bottom: 0;
}
.products-page__qa .answer-sm {
  font-size: 15px;
  line-height: 2;
}
.products-page__qa .answer span {
  width: 40px;
  display: inline-block;
}
.products-page__qa .answer a {
  color: #59a745;
  font-weight: 700;
}
.products-page__qa .answer .button {
  border-width: 1px;
  padding: 4px 10px;
  margin-right: 10px;
}
.products-page__icons {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translate3d(0, -50%, 0);
  text-align: right;
}
.products-page__icons.hidden li:not(.products-page__icons-mob) a {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  transition: 0.5s;
}
.products-page__icons.sticky {
  position: absolute;
  right: 10px;
  bottom: 60px;
  top: auto;
  transform: none;
}
.products-page__icons li {
  position: relative;
  margin-bottom: 50px;
}
.products-page__icons li:last-child {
  margin-bottom: 0;
}
.products-page__icons .tooltip {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 40px;
  border-radius: 15px;
  padding: 6px 12px;
  background: rgba(17, 31, 38, 0.95);
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.products-page__icons a {
  cursor: pointer;
  width: 33px;
  height: 29px;
  display: block;
  transition: 0.3s;
}
.products-page__icons a:hover {
  transition: 0.3s;
}
.products-page__icons a:hover + .tooltip {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.products-page__icons a.icon-cart {
  background: url("../img/cart.png") no-repeat center center/contain;
}
.products-page__icons a.icon-cart:hover {
  background: url("../img/cart-green.png") no-repeat center center/contain;
}
.products-page__icons a.icon-tag {
  background: url("../img/tag.png") no-repeat center center/contain;
}
.products-page__icons a.icon-tag:hover {
  background: url("../img/tag-green.png") no-repeat center center/contain;
}
.products-page__icons a.icon-hand {
  background: url("../img/hand.png") no-repeat center center/contain;
}
.products-page__icons a.icon-hand:hover {
  background: url("../img/hand-green.png") no-repeat center center/contain;
}
.products-page__icons a.icon-ruler {
  transition: 0.2s;
  background: url("../img/ruler.png") no-repeat center center/contain;
}
.products-page__icons a.icon-ruler:hover {
  background: url("../img/ruler-green.png") no-repeat center center/contain;
}
.products-page__icons a.icon-ruler.back-to-files {
  transition: 0.2s;
  background: url("../img/back-arrow.svg") no-repeat center center/contain;
}
.products-page__icons a.icon-ruler.back-to-files + .tooltip {
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.products-page__icons a.icon-ruler.back-to-files:hover + .tooltip, .products-page__icons a.icon-ruler.back-to-files.active + .tooltip {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.products-page__icons-mob {
  display: none;
}
.products-page__icons-mob a {
  background: url("../img/products-menu-mob.png") no-repeat center center/contain;
}
.products-page__table > .flex {
  align-items: center;
  margin-bottom: 20px;
}
.products-page__table .button {
  margin-left: 10px;
}
.products-page__table-order {
  font-weight: 700;
}
.products-page__table h4 {
  font-size: 30px;
}
.products-page__table-headings {
  background: #59a745;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.products-page__table-headings h5 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 3px 15px;
  text-align: left;
  border-right: 1px solid #fff;
}
.products-page__table-headings h5:nth-child(1) {
  width: 25%;
}
.products-page__table-headings h5:nth-child(2) {
  width: 41%;
}
.products-page__table-headings h5:nth-child(3) {
  width: 18%;
  text-align: center;
}
.products-page__table-headings h5:nth-child(4) {
  width: 18%;
  border-right: 0;
  text-align: center;
}
.products-page__table li {
  border-bottom: 1px solid #ccc;
  min-height: 90px;
}
.products-page__table li:last-child {
  border-bottom: 0;
}
.products-page__table li > * {
  border-right: 1px solid #ccc;
}
.products-page__table li > *:last-child {
  border-right: 0;
}
.products-page__table-name {
  width: 25%;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  display: flex;
  align-items: center;
}
.products-page__table-descr {
  width: 41%;
  padding: 15px 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.products-page__table span {
  display: flex;
  justify-content: center;
  width: 18%;
  font-weight: 700;
  align-items: center;
}
.products-page__table .zip {
  background: url("../img/files/zip.svg") no-repeat center center/41px auto;
}
.products-page__table .pdf {
  background: url("../img/files/pdf.svg") no-repeat center center/37px auto;
}
.products-page__table .csv {
  background: url("../img/files/csv.svg") no-repeat center center/41px auto;
}
.products-page__table .tar {
  background: url("../img/files/tar.svg") no-repeat center center/41px auto;
}
.products-page__table .doc-null {
  background: url("../img/files/pdf-black.svg") no-repeat center center/37px auto;
}
.products-page__table .item-null {
  background: url("../img/files/csv-black.svg") no-repeat center center/41px auto;
}
.products-page__table-doc {
  width: 18%;
  background: url("../img/pdf.png") no-repeat center center/37px auto;
}
.products-page__table-sample {
  width: 18%;
  background: url("../img/zip.png") no-repeat center center/41px auto;
}
.products-page__notes {
  margin-top: 25px;
}

.why {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.why__menu {
  min-width: 240px;
  width: 240px;
  position: fixed;
  left: 30px;
  top: 145px;
  bottom: auto;
  transition: all 0s, transform 0.3s;
}
.why__menu.sticky-top {
  transform: translate3d(0, -45px, 0);
  transition: transform 0.3s;
}
.why__menu.sticky {
  position: absolute;
  left: 10px;
  bottom: 60px;
  top: auto;
  transition: all 0s;
}
.why__menu.sticky.sticky-top {
  transform: translate3d(0, 0, 0);
}
.why__menu form {
  display: none;
}
.why__menu-list li {
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
}
.why__menu-list li:last-child {
  border-bottom: 0;
}
.why__menu-list a {
  display: block;
  font-size: 18px;
  padding: 7px 0;
  transition: 0.3s;
}
.why__menu-list a:hover, .why__menu-list a.active {
  font-weight: 700;
  color: #59a745;
  transition: 0.2s;
}
.why__icons {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translate3d(0, -50%, 0);
  text-align: right;
}
.why__icons.hidden li:not(.products-page__icons-mob) a {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  transition: 0.5s;
}
.why__icons.sticky {
  position: absolute;
  right: 10px;
  bottom: 60px;
  top: auto;
  transform: none;
}
.why__icons li {
  position: relative;
  margin-bottom: 50px;
}
.why__icons li:last-child {
  margin-bottom: 0;
}
.why__icons .tooltip {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 40px;
  border-radius: 15px;
  padding: 6px 12px;
  background: rgba(17, 31, 38, 0.95);
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.why__icons a {
  cursor: pointer;
  width: 33px;
  height: 29px;
  display: block;
  transition: 0.3s;
}
.why__icons a:hover {
  transition: 0.3s;
}
.why__icons a:hover + .tooltip {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.why__icons a.icon-cart {
  background: url("../img/cart.png") no-repeat center center/contain;
}
.why__icons a.icon-cart:hover {
  background: url("../img/cart-green.png") no-repeat center center/contain;
}
.why__icons a.icon-tag {
  background: url("../img/tag.png") no-repeat center center/contain;
}
.why__icons a.icon-tag:hover {
  background: url("../img/tag-green.png") no-repeat center center/contain;
}
.why__icons a.icon-hand {
  background: url("../img/hand.png") no-repeat center center/contain;
}
.why__icons a.icon-hand:hover {
  background: url("../img/hand-green.png") no-repeat center center/contain;
}
.why__icons a.icon-ruler {
  transition: 0.2s;
  background: url("../img/ruler.png") no-repeat center center/contain;
}
.why__icons a.icon-ruler:hover {
  background: url("../img/ruler-green.png") no-repeat center center/contain;
}
.why__icons a.icon-ruler.back-to-files {
  transition: 0.2s;
  background: url("../img/back-arrow.svg") no-repeat center center/contain;
}
.why__icons a.icon-ruler.back-to-files + .tooltip {
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.why__icons a.icon-ruler.back-to-files:hover + .tooltip, .why__icons a.icon-ruler.back-to-files.active + .tooltip {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.why__icons-mob {
  display: none;
}
.why__icons-mob a {
  background: url("../img/products-menu-mob.png") no-repeat center center/contain;
}

.order .container {
  padding-right: 0;
}
.order-tooltip {
  position: absolute;
  color: #fff;
  background: rgba(17, 31, 38, 0.9);
  padding: 18px 20px 22px;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: 0.3s;
  border-radius: 0 0 10px 10px;
  width: 100%;
  transform: translate3d(0, 90%, 0);
}
.order__main {
  max-width: 1050px;
  padding-top: 65px;
  padding-bottom: 65px;
}
.order__info {
  font-weight: 300;
  font-size: 26px;
  font-family: "montserrat";
  line-height: 1.35;
}
.order__info b {
  font-weight: 700;
}
.order__info a {
  color: #59a745;
  font-weight: 500;
}
.order__info::after {
  content: "";
  display: block;
  width: 25px;
  height: 5px;
  background: #59a745;
  margin: 32px 0 25px;
}
.order h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 40px;
}
.order h2 b {
  font-weight: 700;
}
.order__table {
  line-height: 1.3;
  transition: 0.4s;
  margin-bottom: 60px;
  position: relative;
}
.order__table > li {
  width: 25%;
  position: relative;
}
.order__table > li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #ccc;
  height: calc(100% - 80px);
}
.order__table > li:last-of-type::after {
  display: none;
}
.order__table > li > div:last-child {
  padding-left: 15px;
  padding-right: 15px;
}
.order__table label {
  width: 100%;
  cursor: pointer;
}
.order__table input, .order__table textarea {
  -webkit-appearance: none;
  border: 1px solid #959595;
  background: #fff;
  border-radius: 0;
}
.order__table input:focus, .order__table textarea:focus {
  outline: none;
}
.order__table input[type=date] {
  -webkit-appearance: initial;
}
.order__table .products-page__table-headings {
  margin-bottom: 15px;
  position: relative;
}
.order__table .info {
  width: 19px;
  height: 19px;
  content: "";
  display: inline-block;
  background: url("../img/question.png") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  margin-left: 8px;
  right: 15px;
  cursor: pointer;
}
.order__table .info:hover + .order-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 100%, 0);
}
.order__table h5 {
  position: relative;
}
.order__table h5.last {
  border-right: 0;
}
.order__table h5:nth-child(1) {
  width: 100%;
}
.order__table textarea {
  display: block;
  width: 100%;
  resize: vertical;
  max-height: 200px;
  border-color: #C2C2C2;
  margin-top: 25px;
  padding: 10px 12px;
  font-size: 15px;
  font-family: "lato";
}
.order__table .arrow {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.order__table .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #59a745;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: 0.3s;
}
.order__table .arrow.active::after {
  transform: rotate(225deg);
  top: 19px;
  transition: 0.3s;
}
.order__table .arrow-sliding {
  margin-top: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  overflow: hidden;
}
.order__table .arrow-sliding textarea {
  margin-top: 0;
}
.order__table .arrow-sliding .order-upload-mark {
  padding-bottom: 15px;
}
.order__table .arrow-sliding.active {
  visibility: visible;
  padding-top: 20px;
  padding-bottom: 10px;
  opacity: 1;
  transition: 0.3s, opacity 0.3s 0.3s;
}
.order__table .arrow-sliding.active.symbol-text {
  padding-top: 10px;
  min-height: 110px;
  margin-top: 25px;
}
.order__table .arrow-sliding.active textarea {
  min-height: 110px;
}
.order__table-button {
  background: #F1F6F8;
  font-size: 15px;
  color: #787878;
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.order__table-button:hover {
  background: #E2EFF5;
  transition: 0.2s;
}
.order__table-button::before {
  width: 28px;
  height: 28px;
  content: "";
  display: inline-block;
  margin-right: 15px;
  background: url("../img/plus.png") no-repeat left center/contain;
}
.order__table-remove {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: -45px;
  width: 28px;
  height: 28px;
  content: "";
  display: inline-block;
  background: url("../img/plus.png") no-repeat left center/contain;
  transform: rotate(45deg);
  opacity: 1;
  visibility: visible;
}
.order__table-remove span::after, .order__table-remove span::before {
  display: none;
}
.order__symbol {
  transition: 0.2s;
}
.order__symbol.hidden {
  opacity: 0;
  transition: 0.2s;
}
.order__symbol .arrow::after {
  display: none;
}
.order-radio {
  display: block;
  padding: 10px 0 15px;
}
.order-radio:last-child {
  margin-bottom: 0;
}
.order-radio input {
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin-right: 10px;
}
.order-radio input:checked {
  background: radial-gradient(circle at 50%, #59a745 0%, #59a745 45%, #fff 45%, #fff 100%);
}
.order-radio a {
  color: #59a745;
}
.order-block h6 {
  display: block;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 700;
}
.order-block h6:first-of-type {
  padding-top: 15px;
}
.order-block h6.noline {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
}
.order-block h6::after {
  width: 15px;
  height: 2px;
  content: "";
  display: block;
  margin-top: 12px;
  margin-bottom: 10px;
  background: #59a745;
}
.order .disabling-block.active {
  position: relative;
}
.order .disabling-block.active .order-tooltip {
  left: 50%;
  bottom: 50%;
  transform: translate3d(-50%, 50%, 0);
  border-radius: 10px;
  white-space: nowrap;
  width: auto;
}
.order .disabling-block.active:hover .order-tooltip {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.order-check {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 25px;
  transition: 0.3s;
}
.order-check.disabled {
  opacity: 0.4;
  transition: 0.3s;
}
.order-check:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.order-check > input, .order-check-mark {
  display: block;
  width: 15px;
  border: 1px solid #959595;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.order-check > input {
  z-index: 2;
  opacity: 0;
}
.order-check > input:checked + .order-check-mark::after {
  transition: 0.25s;
  opacity: 1;
}
.order-check h6 {
  display: block;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 700;
}
.order-check h6:first-of-type {
  padding-top: 15px;
}
.order-check h6.noline {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
}
.order-check h6::after {
  width: 15px;
  height: 2px;
  content: "";
  display: block;
  margin-top: 12px;
  margin-bottom: 10px;
  background: #59a745;
}
.order-check.arrow {
  display: inline-block;
}
.order-check.arrow input, .order-check.arrow .order-check-mark {
  top: 12px;
  transform: none;
}
.order-check.arrow .arrow-sliding {
  width: calc(100% + 25px);
  position: relative;
  left: -25px;
}
.order-check-mark {
  z-index: 1;
}
.order-check-mark::after {
  left: 2px;
  top: 0px;
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 4px;
  border: 3px solid #59a745;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(135deg);
  opacity: 0;
  transition: 0.25s;
}
.order-period label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.order-period label div {
  display: flex;
  width: 78%;
  justify-content: flex-start;
}
.order-period input {
  transition: 0.3s;
  color: #515151;
  width: calc(100% - 60px);
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #515151;
  padding: 6px 0px;
  height: 35px;
  padding-right: 5px;
  font-size: 15px;
  font-family: "lato";
  background: url("../img/calendar.png") no-repeat right center/19px 20px;
}
.order-period select {
  display: block;
  width: 80%;
  max-width: 60px;
  -webkit-appearance: none;
  border: none;
  background: none;
  font-size: 15px;
  border-radius: 0;
  border-bottom: 1px solid #282828;
  padding: 15px 0 14px;
  color: #282828;
  font-family: "lato";
  font-weight: 300;
  cursor: pointer;
}
.order-period select:focus {
  outline: none;
}
.order-period [type=date]::-webkit-inner-spin-button {
  display: none;
}
.order-period [type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.order-period-add {
  display: block;
  cursor: pointer;
  padding: 20px 0;
  font-weight: 700;
  color: #59a745;
}
.order-upload {
  display: block;
  width: 100%;
  visibility: hidden;
  position: absolute;
}
.order-upload-mark {
  display: inline-block;
  padding-left: 15px;
  cursor: pointer;
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 15px;
  color: #59a745;
  white-space: nowrap;
  overflow: hidden;
}
.order-upload-mark::before {
  width: 16px;
  height: 18px;
  content: "";
  display: inline-block;
  background: url("../img/upload-green.png") no-repeat center center/contain;
  position: relative;
  top: 3px;
  margin-right: 8px;
}
.order__datasets {
  transition: 0.2s;
}
.order__datasets.hidden {
  opacity: 0;
  transition: 0.2s;
}
.order button {
  margin: 55px auto 0;
  display: block;
  padding-left: 36px;
  padding-right: 35px;
}
.order__form {
  margin-top: 70px;
  width: 100%;
  border: 1px solid #59a745;
  padding: 65px 15%;
}
.order__form h2 {
  text-align: center;
}
.order__form-block {
  width: 100%;
  padding-bottom: 0;
}
.order__form-textarea {
  margin-top: 10px;
  width: 100%;
}
.order__form-textarea label {
  font-size: 15px;
  font-weight: 400;
}
.order__form-textarea textarea {
  margin-top: 15px;
  margin-bottom: 20px;
}
.order__qa {
  padding-top: 55px;
  margin-top: 70px;
}
.order__qa h2 {
  font-size: 26px;
}
.order__qa span.question-icon {
  width: 19px;
  height: 19px;
  display: inline-block;
  background: url("../img/question-icon-green.png") no-repeat center center/contain;
  position: relative;
  top: 3px;
  margin-left: 7px;
  margin-right: 8px;
}
.order .disabled {
  pointer-events: none;
  opacity: 0.33;
  transition: 0.25s;
}

.contact-page {
  position: relative;
  z-index: 3;
  padding-top: 60px;
  margin: 0 auto;
  display: flex;
  padding-right: 120px;
  padding-left: calc(230px + 5%);
  min-height: 100vh;
}
.contact-page .section-title {
  margin-bottom: 30px;
}
.contact-page p {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.contact-page__nav {
  min-width: 240px;
  width: 240px;
  position: fixed;
  left: 30px;
  top: 145px;
  bottom: auto;
}
.contact-page__nav > li {
  min-width: 80%;
  text-align: center;
  margin: 10px 0;
}
.contact-page__nav > li .contact__info {
  padding-top: 20px;
  padding-left: 20px;
}
.contact-page__nav .button {
  max-width: 100%;
  min-width: 200px;
}
.contact-page__container {
  position: relative;
  width: 100%;
  transition: opacity 0.4s 0.2s;
}
.contact-page__container > li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.contact-page__container > li.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.contact-page .contact__form {
  margin-top: 40px;
  width: 100%;
}
.contact-page .contact__form div, .contact-page .contact__form label {
  order: 1;
}
.contact-page .contact__form .flex-order-1 {
  order: 1;
}
.contact-page .contact__form .flex-order-4 {
  order: 4;
}
.contact-page .contact__form .flex-order-5 {
  order: 5;
}
.contact-page .contact__form .flex-end {
  align-self: flex-end;
}
.contact-page .contact__form .break-column {
  flex-basis: 100%;
  width: 0;
}

.support {
  position: relative;
  z-index: 3;
  padding-top: 60px;
  margin: 0 auto;
}
.support h2 {
  margin-bottom: 50px;
}
.support p {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.support__form {
  margin-top: 40px;
  width: 100%;
}
.support__form div, .support__form label {
  order: 1;
}
.support__form .product-select {
  order: 2;
}
.support__form .severity {
  order: 3;
}
.support__form .flex-order-4 {
  order: 4;
}

.page h2 {
  margin-bottom: 80px;
}
.page h3 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.page h4 {
  font-size: 21px;
  margin-top: 30px;
  margin-bottom: 12px;
}
.page__list {
  padding-left: 20px;
}
.page__list ul {
  padding-left: 20px;
}
.page__list ul li::before {
  background: #000;
  width: 5px;
  height: 5px;
}
.page__list.numeric-list li {
  padding-left: 0;
}
.page__list.numeric-list li::before {
  display: none;
}
.page__list li {
  font-size: 18px;
  margin-bottom: 12px;
  padding-left: 16px;
  position: relative;
}
.page__list li::before {
  width: 6px;
  height: 6px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  background: #59a745;
  border-radius: 50%;
}
.page a:not(.button) {
  color: #59a745;
  font-weight: 500;
}
.page p {
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 1.85;
}
.page p.img-caption {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}
.page img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.why {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.why .container {
  position: relative;
  display: flex;
  padding-right: 120px;
  padding-left: calc(230px + 5%);
  min-height: 100vh;
  padding-top: 30px;
}
.why__menu {
  min-width: 240px;
  width: 240px;
  position: fixed;
  left: 30px;
  top: 145px;
  bottom: auto;
  transition: all 0s, transform 0.3s;
}
.why__menu li {
  border-bottom: 1px solid #E1E1E1;
}
.why__menu li:last-child {
  border: none;
}
.why__menu a {
  display: block;
  font-size: 17px;
  padding: 7px 0;
  transition: 0.3s;
}
.why__menu a:hover {
  color: #59a745;
  transition: 0.2s;
  font-weight: 700;
}
.why .pic1 {
  margin-top: 0;
}
.why-nav {
  position: fixed;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  width: 100%;
  top: 95px;
  left: 0;
  z-index: 3;
}
.why-nav .container {
  max-width: 60%;
}
.why-nav li {
  font-family: montserrat;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  transition: 0.25s;
  max-width: 200px;
}
.why-nav li:hover a {
  color: #59a745;
  transition: 0.25s;
}
.why__table li {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.why__table li:last-child, .why__table li:nth-child(4) {
  border-bottom: 0;
}
.why__table .heading p {
  font-size: 20px;
  font-weight: 700;
  font-family: montserrat;
  padding-bottom: 10px;
}
.why__table span, .why__table div {
  width: 33.3333333333%;
  font-size: 16px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why__table div {
  border-left: 1px solid #e5e5e5;
  text-align: center;
}
.why__table span {
  align-items: flex-start;
}
.why__table p {
  margin-bottom: 0;
  font-size: 16px;
}
.why__table b {
  display: inline;
}
.why__table img {
  max-width: 120px;
  max-height: 30px;
  display: block;
  height: auto;
  width: auto;
  margin: 0 auto;
}
.why__table .accent {
  background: #59a745;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.why__table .accent div {
  border-color: rgba(255, 255, 255, 0.2);
}

.partner__carousel.owl-carousel {
  margin-top: 60px;
}
.partner__carousel.owl-carousel .owl-stage {
  margin: 0 auto;
}
.partner__carousel.owl-carousel .owl-item img {
  display: block;
  max-height: 60px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.partner form {
  width: 100%;
  margin-top: 60px;
}

.company {
  padding: 40px 0 80px;
}
.company .page {
  padding-left: 20px;
  padding-right: 20px;
}
.company__nav {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto 50px;
  padding: 0 20px;
}
.company__nav li.active a {
  color: #59a745;
  transition: 0.2s;
}
.company__nav a {
  font-family: "montserrat";
  font-size: 20px;
  transition: 0.2s;
  font-weight: 700;
}
.company__nav a:hover {
  color: #59a745;
  transition: 0.2s;
}
.company__container {
  position: relative;
  overflow: hidden;
}
.company__container > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.company__container > li.active {
  opacity: 1;
  position: relative;
  visibility: visible;
  transition: 0.3s;
}
.company__banner {
  width: 100%;
  height: 430px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.company__banner .container {
  width: 100%;
}
.company__banner h2 {
  text-align: left;
}
.company__years {
  font-family: montserrat;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
.company__years p {
  margin-bottom: 0;
  font-size: 17px;
}
.company__years li {
  width: calc(50% + 20px);
  display: flex;
  align-items: center;
  position: relative;
  height: 110px;
}
.company__years li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 60px;
  right: 16px;
  bottom: -30px;
  background: url("../img/dot.svg") repeat-y top center/100% 20px;
}
.company__years li:last-child::after {
  display: none;
}
.company__years li:nth-of-type(2n - 1) {
  justify-content: flex-end;
  text-align: right;
}
.company__years li:nth-of-type(2n - 1) .year::after {
  margin-left: auto;
  margin-right: 0;
}
.company__years li:nth-of-type(2n - 1) .circle {
  margin-left: 15px;
}
.company__years li:nth-of-type(2n) {
  align-self: flex-end;
  justify-content: flex-end;
  flex-flow: row-reverse;
}
.company__years li:nth-of-type(2n)::after {
  right: auto;
  left: 16px;
}
.company__years li:nth-of-type(2n) .circle {
  margin-right: 15px;
}
.company__years .year {
  font-size: 32px;
  font-weight: 700;
  display: block;
  position: relative;
}
.company__years .year::after {
  content: "";
  display: block;
  width: 22px;
  height: 5px;
  background: #59a745;
  position: relative;
  margin-bottom: 4px;
}
.company__years .circle {
  display: block;
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 5px solid #59a745;
  position: relative;
}
.company__years .circle::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #59a745;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.company .list-title {
  margin-bottom: 12px;
}
.company .numeric-list {
  font-size: 17px;
  margin-bottom: 30px;
  padding-left: 20px;
}
.company__team {
  margin-top: 50px;
}
.company__team h3 {
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 40px;
}
.company__team h3 b {
  font-weight: 700;
}
.company__team p:last-child {
  margin-bottom: 0;
}
.company__team li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.company__team li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.company__team img {
  margin-top: 0;
  width: calc(50% - 50px);
  height: auto;
}
.company__team div {
  width: 50%;
}
.company__team .name {
  font-size: 28px;
  font-family: montserrat;
  line-height: 1.3;
  position: relative;
}
.company__team .name::after {
  display: block;
  content: "";
  width: 22px;
  height: 5px;
  background: #59a745;
  margin-top: 30px;
}
.company__team .name b {
  font-weight: 700;
}
.company-about {
  background: url("../img/company/banner-about-us.jpg") no-repeat center top/cover;
}
.company-why {
  background: url("../img/company/banner-why-algoseek.png") no-repeat center top/85%;
}
.company-vision {
  background: #e9f2f4;
  height: auto;
  display: block;
}
.company-vision .container {
  height: 430px;
  display: flex;
  align-items: center;
  background: url("../img/company/banner-vision.png") no-repeat right center/auto 80%;
}
.company-mission {
  background: url("../img/company/banner-mission.png") no-repeat center center/cover;
}
.company-mission h2 {
  color: #fff;
}
.company-team {
  background: url("../img/company/banner-our-team.png") no-repeat center center/cover;
}
.company-career {
  background: url("../img/company/banner-career.jpg") no-repeat 80% center/cover;
}
.career .title {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.25;
}
.career .title b {
  font-weight: 700;
}
.career .title::after {
  content: "";
  width: 22px;
  height: 4px;
  background: #59a745;
  display: block;
  margin: 20px 0 25px;
}
.career__cons {
  padding: 0 20px;
}
.career__cons p {
  font-size: 18px;
}
.career__cons ul {
  align-items: center;
}
.career__cons li {
  margin-bottom: 50px;
  align-items: center;
}
.career__cons li:nth-child(2n) {
  flex-direction: row-reverse;
}
.career__cons .text {
  width: 50%;
  max-width: 390px;
}
.career__cons img {
  width: 50%;
  height: auto;
}
.career__categ {
  background: #eef3f5;
  text-align: center;
  padding: 90px 20px 100px;
}
.career__categ .title::after {
  margin-left: auto;
  margin-right: auto;
}
.career__categ .container {
  max-width: 900px;
}
.career__categ .icon {
  border: 1px solid #59a745;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: 0.25s;
}
.career__categ ul {
  margin-top: 80px;
}
.career__categ li {
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
.career__categ li span {
  transition: 0.25s;
  display: inline-block;
}
.career__categ li img {
  width: 50px;
  height: auto;
}
.career__categ li:hover .icon, .career__categ li:hover span, .career__categ li.active .icon, .career__categ li.active span {
  transform: translate3d(0, -20px, 0);
  transition: 0.25s;
}
.career__categ li:hover span, .career__categ li.active span {
  font-weight: 400;
}
.career__list {
  position: relative;
  padding: 0;
}
.career__list > li {
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.career__list > li.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.3s 0.2s;
}
.career__footer {
  max-width: 940px;
  border-bottom: 0;
  padding: 60px 20px 20px;
  margin: 0 auto;
  font-size: 22px;
  font-family: montserrat;
}
.career__list.page {
  max-width: 940px;
  padding: 0;
}
.career__list.page > li {
  padding-bottom: 70px;
  padding-top: 60px;
  border-bottom: 1px solid #ccc;
}
.career__list.page > li div:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 70px;
  margin-bottom: 60px;
}
.career__list.page .title {
  margin-bottom: 35px;
}
.career__list.page .page__list li {
  margin-bottom: 3px;
}
.career__list.page .page__list li::before {
  width: 6px;
  height: 6px;
}
.career__list.page .button {
  margin-top: 40px;
}
.career__list.page h4 {
  margin-top: 35px;
  margin-bottom: 15px;
  color: #59a745;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
}

.sample {
  padding-top: 100px;
}
.sample.pricing-selector {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.sample h3 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.25;
}
.sample h3::after {
  content: "";
  display: block;
  width: 24px;
  height: 5px;
  background: #59a745;
  margin: 20px 0 25px;
}
.sample h4 {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 25px;
}
.sample__tickers {
  padding-bottom: 0;
}
.sample__tickers div, .sample__tickers label {
  width: 100%;
}
.sample__tickers input::placeholder {
  color: #59a745;
  opacity: 1;
  /* Firefox */
  font-weight: 700;
}
.sample__descr {
  font-size: 18px;
  font-weight: 500;
}
.sample-nav {
  position: fixed;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  width: 100%;
  top: 95px;
  left: 0;
  z-index: 3;
}
.sample-nav .container {
  max-width: 750px;
}
.sample-nav li {
  font-family: montserrat;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  transition: 0.25s;
}
.sample-nav li:hover a {
  color: #59a745;
  transition: 0.25s;
}
.sample__form {
  width: 100%;
  align-items: flex-start;
  padding-bottom: 0;
}
.sample__form > div, .sample__form > label {
  width: 20%;
  flex-flow: row wrap;
}
.sample__form select {
  display: block;
  margin-left: 0;
}
.sample__form select, .sample__form input {
  margin-top: 10px;
}
.sample__form input {
  transition: 0.25s;
}
.sample__form input::placeholder {
  opacity: 0.6;
}
.sample__form input:disabled {
  color: #ccc;
  border-bottom: 1px solid #ccc;
  transition: 0.25s;
}
.sample__form label {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.sample__form label::after {
  bottom: 15px;
  top: auto;
}
.sample__form .order-check {
  margin-top: 8px;
  padding-bottom: 10px;
}
.sample__error {
  display: none;
  font-size: 14px;
  margin-top: 5px;
}
.sample__type {
  justify-content: flex-start;
}
.sample__type > label {
  margin-right: 6.6666666667%;
}
.sample__company {
  transition: 0.3s;
}
.sample__company.hidden {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.sample__company-select .buy-option {
  display: none;
}
.sample__company-select.active option {
  display: none;
}
.sample__company-select.active .buy-option {
  display: block;
}
.sample__headings.standalone li:first-child {
  width: 250px;
}

.sample__headings.standalone div.flex.col2 h5:first-child {
  width: 66.6%;
}

.sample__headings.standalone div.flex.col2 h5:nth-child(2) {
  width: 33.3%;
}

.sample__headings.standalone div.flex.col4 h5:nth-child(3) {
  width: 33.3%;
}

.sample__pricing.standalone p {
  width: calc((100% - 250px) / 3);
}

@media (max-width: 1023px) {
.sample__headings.standalone li:first-child {
    width: 190px;
  }

  .sample__headings.standalone div.flex.col2 h5:first-child {
    width: 66.6%;
  }

  .sample__headings.standalone div.flex.col2 h5:nth-child(2) {
    width: 33.3%;
  }

  .sample__headings.standalone div.flex.col4 h5:nth-child(3) {
    width: 33.3%;
  }

  .sample__pricing.standalone p {
    width: calc((100% - 190px) / 3);
  }
}

@media (max-width: 767px) {
  .sample__pricing.standalone p {
    width: 33.3333333333%;
  }
}

.sample__headings {
  margin-top: 50px;
  padding: 10px 0;
  background: #e8f3f5;
  margin-bottom: 15px;
}
.sample__headings h5 {
  width: 25%;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 700;
  padding: 6px 14px;
  font-size: 13px;
  border-left: 1px solid #ddd;
  width: calc((100% - 120px) / 3);
}
.sample__headings h5:first-of-type {
  border-left: 0;
  width: 120px;
}
.sample__headings li:first-child {
  width: 250px;
  border-left: 0;
  text-align: center;
  display: flex;
  align-items: center;
}
.sample__headings li:first-child h5 {
  width: 100%;
}
.sample__headings li {
  border-left: 1px solid #ddd;
  width: calc(100% - 250px);
}
.sample__headings .flex {
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.sample__headings .flex:last-child {
  border-bottom: 0;
}
.sample__headings .col2 h5 {
  width: 50%;
}
.sample__headings .col4 h5 {
  width: 25%;
}
.sample__table li {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.sample__table li:last-child {
  border-bottom: 0;
}
.sample__table span, .sample__table p {
  padding: 25px 16px;
}
.sample__table span {
  font-weight: 700;
}
.sample__table p {
  border-left: 1px solid #e5e5e5;
}
.sample__purchase span {
  width: 120px;
}
.sample__purchase p {
  width: calc((100% - 120px) / 3);
}
.sample__purchase a {
  color: #59a745;
  font-weight: 500;
  display: inline-block;
}
.sample__pricing span, .sample__pricing p {
  padding: 12px 16px;
}
.sample__pricing span {
  width: 250px;
  font-size: 16px;
}
.sample__pricing p {
  text-align: center;
  width: calc((100% - 250px) / 4);
  font-size: 16px;
}
.sample__pricing select {
  margin-left: 0;
  background: url("../img/arrow-black.png") no-repeat right center/12px 7px;
}
.sample__years {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.sample__years > div {
  display: flex;
  width: 42%;
  justify-content: space-between;
}
.sample__years::after {
  content: "–";
  font-size: 16px;
  position: absolute;
  left: 50%;
  bottom: 11px;
  color: #000;
  transform: translateX(-50%);
}
.sample__dataset {
  position: relative;
  display: none;
}
.sample__dataset select {
  margin-left: 0;
}
.sample__dataset::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 24px;
  width: 12px;
  height: 7px;
  transition: 0.25s;
  background: url("../img/arrow-black.png") no-repeat 0 0/contain;
}
.sample__mob {
  display: none;
  margin-bottom: 25px;
}
.sample__mob li {
  display: flex;
}
.sample__mob li:first-child {
  background: #e8f3f5;
  margin-bottom: 8px;
  border-bottom: 0;
}
.sample__mob-datasets {
  display: none;
}
.sample__mob span, .sample__mob p, .sample__mob h4 {
  width: 33.3333333333%;
  padding: 7px;
}
.sample__mob span {
  padding: 0;
  padding-left: 0;
}
.sample__mob h4 {
  margin: 0;
  font-weight: 700;
  text-align: center;
  font-family: lato;
}
.sample__note {
  font-style: italic;
  padding-left: 15px;
  margin-top: 25px;
}
.sample__note a {
  color: #59a745;
  font-weight: 500;
}

#pricing {
  font-family: "montserrat";
  font-weight: 500;
  font-size: 24px;
  transition: 0.3s;
}
#pricing .pricing-banner {
  text-align: center;
}
#pricing .pricing-banner p {
  margin-bottom: 15px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
.modal select, .modal input.pricing_form-input {
  display: block;
  width: 80%;
  -webkit-appearance: none;
  border: none;
  background: none;
  font-size: 15px;
  border-radius: 0;
  border-bottom: 1px solid #282828;
  padding: 15px 0 14px;
  color: #282828;
  font-family: "lato";
  font-weight: 300;
  cursor: pointer;
}
.modal select:focus, .modal input.pricing_form-input:focus {
  outline: none;
}
.modal #full-universe {
  visibility: visible;
  opacity: 1;
}
.modal .order-date {
  float: left;
}
.modal select.order-date.months {
  width: 35px;
}
.modal label.order-date {
  vertical-align: bottom;
  width: 35%;
}
.modal .from-date {
  margin: 0 10px;
}
.modal .pricing_form-textarea {
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal .pricing_form-textarea textarea {
  width: 100%;
  margin: 10px 0;
}
.modal a.button {
  position: absolute;
  bottom: 0;
  right: 130px;
  line-height: 1.23;
}
.modal button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.modal.active {
  opacity: 1;
  transition: 0.3s;
}
.modal label.pricing_form-input {
  font-size: 16px;
  justify-items: stretch;
}
.modal .pricing_form-column {
  position: relative;
  justify-content: space-evenly;
  width: 50%;
  margin: 10px 10px;
}
.modal .pricing_order__form-block-1 {
  display: flex;
  justify-content: space-evenly;
}
.modal .pricing_order__form-block-2 {
  justify-content: space-evenly;
  display: none;
}
.modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  font-family: "montserrat";
  font-weight: 500;
  font-size: 20px;
}
.modal .modal-close {
  position: relative;
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .modal-close:hover, .modal .modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.coming {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  background: #DEDFE1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 16;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.coming .header__top {
  background: transparent;
  opacity: 1;
  transform: translateY(0);
  box-shadow: none;
  text-align: left;
}
.coming.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.coming.active .close {
  visibility: visible;
}
.coming .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  z-index: 17;
  visibility: hidden;
  opacity: 1;
}
.coming .close span {
  background: #212529;
}
.coming .close span::after {
  background: #212529;
}
.coming__logo {
  position: fixed;
  left: 30px;
  top: 30px;
  max-width: 180px;
  z-index: 18;
}
.coming::before {
  z-index: 1;
  content: "";
  width: 28vw;
  height: 40vh;
  max-width: 480px;
  max-height: 280px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/coming-bg.png") no-repeat left bottom/contain;
}
.coming::after {
  content: "";
  background: rgba(30, 30, 30, 0.03);
  width: 50vw;
  height: 125vh;
  position: absolute;
  right: 0vw;
  top: 0;
  transform-origin: 0% 0%;
  z-index: 1;
  transform: translate3d(0%, 0%, 0) rotate(-18deg);
}
.coming__intro h2 {
  font-size: 42px;
}
.coming__intro p {
  font-size: 17px;
  font-weight: 400;
  margin: 8px auto 0;
}
.coming__timer {
  max-width: 700px;
  margin: 30px auto;
}
.coming__timer li {
  width: 175px;
  text-align: center;
  position: relative;
}
.coming__timer li:last-child::after {
  display: none;
}
.coming__timer li::after {
  content: ":";
  display: inline;
  font-size: 80px;
  position: absolute;
  color: #4FA206;
  font-weight: 700;
  top: 0;
  line-height: 1;
  right: -12px;
}
.coming__timer span {
  font-family: lato;
  font-weight: 800;
  font-size: 80px;
  color: #4FA206;
  white-space: nowrap;
  line-height: 1;
  position: relative;
}
.coming__timer p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
}
.coming__form {
  width: 100%;
  max-width: 450px;
  margin: 20px auto;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
.coming__form input, .coming__form button {
  width: 100%;
  display: block;
  border-radius: 30px;
  height: 40px;
  outline: none;
  border: none;
  font-size: 15px;
}
.coming__form input {
  border: 1px solid #ABABAB;
  background: none;
  margin-bottom: 16px;
  padding-left: 28px;
  padding-right: 28px;
  transition: 0.2s;
  font-family: lato;
  color: #212529;
}
.coming__form input::placeholder {
  opacity: 1;
}
.coming__form button, .coming__form button:hover {
  background: #4FA206;
  border: none;
  box-shadow: 5px 8px 24px rgba(34, 65, 7, 0.26);
  cursor: pointer;
}
.coming__form button:hover, .coming__form button:hover:hover {
  box-shadow: 5px 8px 24px rgba(34, 65, 7, 0.4);
}

.privacy {
  padding-top: 60px;
  padding-bottom: 80px;
}

.data-drive {
  text-align: left;
  padding-top: 50px;
  padding-bottom: 60px;
}
.data-drive iframe {
  position: relative;
  border: none;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  max-width: 1300px;
  width: 100%;
  height: 600px;
  margin: 35px auto;
  display: block;
}
.data-drive__text {
  font-size: 20px;
  max-width: 725px;
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 2;
}
.data-drive__text a {
  color: #59a745;
  font-weight: 700;
}

.coming-soon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  min-height: 60vh;
}
.coming-soon__intro h2 {
  font-size: 42px;
}
.coming-soon__intro p {
  font-size: 17px;
  font-weight: 400;
  margin: 8px auto 0;
}
.coming-soon__form {
  width: 100%;
  max-width: 450px;
  margin: 20px auto;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
.coming-soon__form input, .coming-soon__form button {
  width: 100%;
  display: block;
  border-radius: 30px;
  height: 40px;
  outline: none;
  border: none;
  font-size: 15px;
}
.coming-soon__form input {
  border: 1px solid #ABABAB;
  background: none;
  margin-bottom: 16px;
  padding-left: 28px;
  padding-right: 28px;
  transition: 0.2s;
  font-family: lato;
  color: #212529;
}
.coming-soon__form input::placeholder {
  opacity: 1;
}

.not-found-404 .container {
  margin: 0 auto;
  text-align: center;
  min-height: 60vh;
}
.not-found-404 .error-code {
  font-size: 100px;
  font-weight: 300;
  padding-top: 60px;
  padding-bottom: 20px;
}
.not-found-404 .oops {
  color: #59a745;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
.not-found-404 .subtitle {
  font-size: 19px;
  line-height: 1.85;
}

.footer {
  position: relative;
  z-index: 2;
  background: #111F26;
  padding: 65px 20px 20px;
  font-size: 14px;
  color: #C8C8C8;
}
.footer .accent {
  color: #59a745;
}
.footer .container {
  flex-flow: row wrap;
}
.footer__logo {
  width: 152px;
  display: block;
  margin-bottom: 95px;
}
.footer__logo img {
  width: 100%;
  display: block;
  height: auto;
}
.footer__left {
  width: 30%;
}
.footer__menu {
  width: 63%;
  display: flex;
  justify-content: space-between;
}
.footer__menu > div {
  min-width: 21%;
}
.footer__copyright {
  width: 100%;
  font-weight: 700;
}
.footer__list {
  margin-bottom: 35px;
}
.footer__list:last-child {
  margin-bottom: 0;
}
.footer__list h5 {
  line-height: 1;
  margin-bottom: 11px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
}
.footer__list a {
  display: block;
  font-size: 14px;
  color: #C8C8C8;
  line-height: 2.5;
  transition: 0.3s;
}
.footer__list a:hover {
  color: #fff;
  transition: 0.3s;
}

@media (min-width: 1500px) {
  .clients {
    background: url("../img/partners-bg.png") no-repeat center center/125% auto;
  }

  .products-page__menu {
    left: calc((100vw - 1400px) / 2);
  }
  .products-page__menu.sticky {
    left: 0;
  }
  .products-page__icons {
    right: calc((100vw - 1400px) / 2);
  }
  .products-page__icons.sticky {
    right: 0;
  }

  .why__menu {
    left: calc((100vw - 1400px) / 2);
  }
  .why__menu.sticky {
    left: 0;
  }
}
@media (max-width: 1250px) {
  .header__top {
    padding-top: 28px;
  }
  .header__logo {
    width: 180px;
  }

  .products__carousel {
    display: block;
    max-width: 760px;
    margin: 70px auto 0;
  }
  .products__carousel .owl-nav {
    display: none;
  }
  .products__tooltip {
    width: 150%;
    position: relative;
    top: 0;
    left: 50%;
    font-size: 14px;
  }
  .products__mob-nav {
    display: flex;
    max-width: 400px;
    width: 100%;
    margin: 50px auto 0;
  }
  .products__buttons {
    margin-top: 30px;
  }
  .products__type {
    padding-bottom: 80px;
  }
  .products__type .container {
    display: flex;
    flex-direction: column;
  }
  .products__type .container > * {
    order: 1;
  }
  .products__type .container > .products__buttons {
    order: 2;
  }
  .products__list {
    flex-flow: row wrap;
    justify-content: center;
  }
  .products__list li {
    width: 30%;
    margin-bottom: 50px;
  }
  .products__list li:nth-child(2n-1) .products__tooltip {
    left: 50%;
    padding-left: 15px;
    padding-right: 0;
    border-right: 0;
    border-left: 1px solid #ddd;
    border-radius: 0 0 0 10px;
  }
  .products__list li:nth-child(3n) .products__tooltip, .products__list li:last-child .products__tooltip {
    left: auto;
    right: 100%;
    border-left: 0;
    border-right: 1px solid #ddd;
    padding-right: 15px;
    padding-left: 10px;
    border-radius: 0 0 10px 0;
  }

  .contact__form-input.full-width {
    width: 100%;
  }
  .contact__form textarea {
    height: 82px;
    transition: 0.3s;
    resize: none;
  }
  .contact__form textarea:focus {
    height: 180px;
    transition: 0.3s;
  }

  .clients {
    padding-top: 50px;
  }
  .clients .container {
    flex-flow: column;
  }
  .clients h3 {
    width: auto;
    margin-bottom: 30px;
  }
  .clients-carousel.owl-carousel {
    width: 100%;
    padding: 0 40px;
  }

  .products-page .container {
    padding-left: 230px;
    padding-right: 80px;
  }
  .products-page__menu {
    left: 20px;
    width: 200px;
    min-width: 200px;
  }
  .products-page__menu.sticky {
    left: 0;
  }
  .products-page__icons {
    right: 20px;
  }
  .products-page__icons.sticky {
    right: 0;
  }
  .products-page__table > .flex {
    align-items: center;
    margin-bottom: 28px;
  }
  .products-page__table h4 {
    font-size: 40px;
  }
  .products-page__table-headings h5:nth-child(1) {
    width: 25%;
  }
  .products-page__table-headings h5:nth-child(2) {
    width: 35%;
  }
  .products-page__table-headings h5:nth-child(3) {
    width: 15%;
  }
  .products-page__table-headings h5:nth-child(4) {
    width: 25%;
  }
  .products-page__table-name {
    width: 25%;
  }
  .products-page__table-descr {
    width: 35%;
  }
  .products-page__table-doc {
    width: 15%;
  }
  .products-page__table-sample {
    width: 25%;
  }
  .products-page__featured-descr br {
    display: block;
  }
  .products-page__featured-descr span {
    margin-left: 0;
  }
  .products-page__featured .flex:not(.flex-3) > li {
    width: 47%;
  }
  .products-page__featured .flex.text h2 br {
    display: none;
  }

  .products-page__menu {
    left: 20px;
    width: 200px;
    min-width: 200px;
  }
  .products-page__menu.sticky {
    left: 0;
  }
  .products-page__icons {
    right: 20px;
  }
  .products-page__icons.sticky {
    right: 0;
  }

  .order .container {
    padding-right: 0;
    padding-left: 250px;
  }
  .order .products-page__menu {
    width: 220px;
  }
  .order .products-page__menu a {
    font-size: 17px;
  }
  .order .products-page__table-headings {
    position: relative;
  }
  .order .products-page__table-headings h5 {
    white-space: pre-wrap;
    display: block;
    width: 100%;
    font-size: 13px;
    padding-right: 40px;
  }
  .order__table {
    flex-flow: row wrap;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .order__table > li {
    width: 50%;
    margin-bottom: 40px;
  }
  .order__table > li:nth-child(2n)::after {
    display: none;
  }
  .order__table > li:nth-child(2n) h5 {
    border-right: none;
  }

  .why-nav .container {
    max-width: 100%;
    justify-content: space-between;
  }

  .support .full-width {
    width: 48%;
  }

  .contact-page__container {
    padding-right: 0;
    padding-left: 0;
  }
  .contact-page__nav {
    width: 220px;
  }
  .contact-page__nav a {
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  .section-title {
    font-size: 50px;
  }
  .section-title-sub {
    font-size: 17px;
  }

  .header__top {
    height: 70px;
    padding: 15px 10px;
  }
  .header__headline {
    font-size: 35px;
  }
  .header__menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: -webkit-fill-available;
    top: 0;
    left: 0;
    background: #fafafa;
    display: flex;
    transform: translate3d(100%, 0, 0);
    transition: 0.4s, height 0.3s;
    flex-flow: column;
    z-index: 10;
    justify-content: center;
  }
  .header__menu.active {
    transform: translate3d(0, 0, 0);
    transition: 0.5s;
  }
  .header__menu-hamburger {
    display: block;
  }
  .header__menu-wrapper {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    padding-left: calc((100% - 260px) / 2);
    padding-top: 70px;
    padding-bottom: 90px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transition: height 0.2s;
  }
  .header__menu li {
    margin-bottom: 10px;
    margin-left: 0;
  }
  .header__menu .close {
    display: flex;
    position: fixed;
    z-index: 15;
    visibility: visible;
    opacity: 1;
    top: 20px;
    right: 15px;
  }
  .header__menu .close span {
    background: #282828;
  }
  .header__menu .close span::after {
    background: #282828;
  }
  .header__link {
    display: inline-block;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 5px;
    font-size: 21px;
  }
  .header__link.dropdown::before {
    content: "";
    display: block;
    position: absolute;
    right: -25px;
    top: 17px;
    width: 12px;
    height: 7px;
    background: url("../img/arrow-black.png") no-repeat 0 0/contain;
    transition: 0.3s;
  }
  .header__link.dropdown.active::before {
    transform: rotate(180deg);
    transition: 0.3s;
  }
  .header__link.dropdown.icon {
    visibility: hidden;
    position: absolute;
  }
  .header__link.dropdown::after {
    display: none;
  }
  .header__link.dropdown.active-link::after {
    display: block;
  }
  .header__link.dropdown + .header__dropdown:not(.icon) {
    position: absolute;
    padding: 0;
    background: transparent;
    top: 0;
    position: relative;
    color: #282828;
    height: 0;
    opacity: 0;
    transition: 0.4s;
    overflow: hidden;
  }
  .header__link.dropdown + .header__dropdown:not(.icon).slided {
    opacity: 1;
    transition: 0.4s;
    visibility: visible;
  }
  .header__link.dropdown + .header__dropdown:not(.icon) a {
    color: #282828;
    font-size: 20px;
  }
  .header__link.dropdown + .header__dropdown:not(.icon) a:first-child {
    padding-top: 15px;
  }
  .header__link.dropdown + .header__dropdown:not(.icon) a:last-child {
    padding-bottom: 15px;
  }
  .header__link.dropdown + .icon {
    opacity: 1;
    visibility: visible;
    padding: 0;
    background: transparent;
    top: 0;
    position: relative;
  }
  .header__link.dropdown + .icon a {
    padding-left: 38px;
    color: #282828;
    font-size: 21px;
    transition: 0.25s;
  }
  .header__link.dropdown + .icon a:hover {
    color: #59a745;
    transition: 0.25s;
  }
  .header__link.dropdown.tel + .icon {
    margin-top: 20px;
  }
  .header__link.dropdown.tel + .icon a {
    background: url("../img/tel-black.png") no-repeat left center/24px auto;
  }
  .header__link.dropdown.tel + .icon a:hover {
    background: url("../img/tel.png") no-repeat left center/24px auto;
  }
  .header__link.dropdown.mail + .icon a {
    background: url("../img/mail-black.png") no-repeat left center/24px auto;
  }
  .header__link.dropdown.mail + .icon a:hover {
    background: url("../img/mail.png") no-repeat left center/24px auto;
  }
  .header__link.icon.cart {
    width: 24px;
    background-position: left center;
  }
  .header__link.icon.cart:hover {
    background-position: left center;
  }
  .header__link.icon.cart::after {
    content: "Cart";
    font-size: 21px;
    color: #282828;
    padding-left: 38px;
    position: relative;
    top: -10px;
    transition: 0.25s;
  }
  .header__link.icon.cart:hover::after {
    color: #59a745;
    transition: 0.25s;
  }
  .header__dropdown a {
    font-size: 16px;
  }
  .header__dropdown.flex {
    flex-direction: column;
  }
  .header__dropdown.flex div:first-child {
    margin-top: 20px;
  }

  .products__intro h2 {
    font-size: 36px;
  }
  .products__main {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .products__main-title {
    width: 40%;
    padding-left: 0px;
  }
  .products__main-title h2 {
    font-size: 60px;
  }
  .products__main-lists {
    width: 100%;
  }
  .products__main-lists > div {
    width: 42%;
  }

  .delivery__list {
    flex-flow: row wrap;
    justify-content: center;
  }
  .delivery__list li {
    width: 30%;
    margin: 0 0 40px;
  }
  .delivery__screen {
    margin-right: -50px;
  }
  .delivery__left-content {
    padding-top: 0;
  }
  .delivery-sticky li {
    margin-bottom: 0;
  }
  .delivery-sticky.fixed {
    top: 70px;
  }

  .purchase__content {
    width: 60%;
  }
  .purchase__content li {
    padding-right: 20px;
  }
  .purchase__content br {
    display: none;
  }

  .contact__info {
    width: 50%;
  }
  .contact__info p {
    font-size: 16px;
  }
  .contact__form {
    width: 60%;
  }

  .footer__left {
    width: 30%;
  }
  .footer__menu {
    width: 70%;
  }

  .products-page__item h3 {
    font-size: 35px;
    line-height: 1.3;
  }
  .products-page__table > .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .products-page__table h4 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .products-page__table-headings {
    display: none;
  }
  .products-page__table li {
    justify-content: flex-start;
    flex-flow: row wrap;
    padding: 35px;
  }
  .products-page__table li > * {
    border-right: 0;
    padding: 0;
  }
  .products-page__table span {
    width: 50%;
    justify-content: start;
  }
  .products-page__table-name {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .products-page__table-descr {
    width: 100%;
    font-size: 14px;
    display: block;
    margin-bottom: 25px;
  }
  .products-page__table-doc, .products-page__table-sample {
    width: 40px;
    height: 50px;
  }
  .products-page__table-sample {
    margin-left: 50px;
  }
  .products-page__table-daily::before {
    content: "Daily Size: ";
  }
  .products-page__table-annual::before {
    content: "Annual Size: ";
  }
  .products-page__featured {
    padding-bottom: 50px;
  }
  .products-page__featured-descr {
    font-size: 19px;
    line-height: 2;
  }
  .products-page__featured-descr span {
    padding: 8px;
  }
  .products-page__featured h2 {
    font-size: 30px;
  }
  .products-page__featured h2::after {
    margin: 20px auto 40px;
  }
  .products-page__featured h2 b {
    font-weight: 700;
  }
  .products-page__featured-list li {
    font-size: 18px;
  }
  .products-page__featured .flex {
    padding-bottom: 50px;
    margin-bottom: 60px;
    flex-direction: column;
  }
  .products-page__featured .flex h3 {
    margin-top: 40px;
    line-height: 1.3;
  }
  .products-page__featured .flex:not(.flex-3) > li {
    width: 100%;
    margin-bottom: 60px;
  }
  .products-page__featured .flex:not(.flex-3) > li:last-child {
    margin-bottom: 0;
  }
  .products-page__featured .flex-3 {
    padding-bottom: 0;
  }
  .products-page__featured .flex-3 > li {
    width: 100%;
    margin-bottom: 30px;
  }
  .products-page__featured .flex-3 > li .img {
    margin-bottom: 20px;
  }
  .products-page__featured .flex-3 > li:nth-child(2) {
    width: 100%;
  }
  .products-page__featured .flex-3 > li:nth-child(3) {
    margin-bottom: 0;
  }
  .products-page__featured .flex.text {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .products-page__featured .flex.text > li:first-child {
    margin-bottom: 45px;
  }
  .products-page__featured .flex.text h2 {
    font-size: 30px;
  }
  .products-page__qa .question {
    font-size: 20px;
    line-height: 1.3;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    padding-right: 40px;
    min-height: 70px;
  }
  .products-page__qa .question::after {
    right: 15px;
    width: 20px;
  }
  .products-page__qa .answer {
    font-size: 15px;
    padding-top: 20px;
    padding-left: 45px;
    padding-bottom: 10px;
  }
  .products-page__qa .answer-sm {
    width: calc(100% + 45px);
    position: relative;
    left: -45px;
  }
  .products-page__qa .answer span {
    width: 35px;
  }
  .products-page__qa .answer .button {
    margin-right: 5px;
  }

  .order__form {
    padding: 0;
    border: none;
  }
  .order__form-block {
    width: 100%;
  }
  .order .products-page__table-headings {
    display: block;
  }
  .order-period h6::after, .order-period h6::before {
    opacity: 1;
  }

  .support__form {
    width: 100%;
  }

  .delivery-page .delivery__list {
    margin-bottom: 0;
  }
  .delivery-page .button {
    margin-bottom: 15px;
  }

  .career__cons img {
    width: 45%;
  }
  .career__categ {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .career__categ ul {
    flex-flow: row wrap;
    justify-content: center;
  }
  .career__categ li {
    width: 40%;
    text-align: center;
    margin-bottom: 40px;
  }
  .career__categ .icon {
    margin: 0 auto 20px;
    width: 120px;
    height: 120px;
  }

  .contact .flex-col {
    align-items: center;
    flex-direction: column;
  }
  .contact__info {
    margin-bottom: 3em;
    width: 80%;
  }
  .contact__form {
    width: 80%;
  }

  .sample__form {
    width: 100%;
  }
  .sample__form > div, .sample__form > label {
    width: 22%;
  }
  .sample__type > label {
    margin-right: 4%;
  }
  .sample-nav {
    top: 70px;
  }
  .sample__headings h5 {
    font-size: 11px;
  }
  .sample__headings li:first-child {
    width: 190px;
  }
  .sample__headings li {
    width: calc(100% - 190px);
  }
  .sample__pricing span, .sample__pricing p {
    padding: 9px 10px;
  }
  .sample__pricing span {
    width: 190px;
    font-size: 13px;
  }
  .sample__pricing p {
    font-size: 14px;
    width: calc((100% - 190px) / 4);
  }
  .sample__mob span {
    width: 33.3333333333%;
  }
  .sample__mob p {
    width: 33.3333333333%;
  }
  .sample__note {
    padding-left: 0;
  }

  .why {
    padding: 70px 20px;
  }
  .why-nav {
    top: 70px;
  }

  .why-algo {
    padding: 70px 20px;
  }
  .why-algo__list {
    flex-flow: row wrap;
    justify-content: center;
  }
  .why-algo li {
    text-align: center;
    width: 40%;
    margin-bottom: 40px;
  }
  .why-algo img {
    display: block;
    margin: 0 auto;
  }
  .why-algo p {
    margin: 0 auto;
    max-width: 250px;
  }
  .why-algo p::before {
    margin: 20px auto;
  }
  .why-algo .button {
    margin-top: 40px;
  }

  .company {
    padding-top: 0;
    position: relative;
  }
  .company__nav {
    white-space: nowrap;
    padding: 20px 8px;
    margin-bottom: 10px;
    overflow-x: scroll;
  }
  .company__nav a {
    font-size: 16px;
    padding: 0 10px;
  }

  .contact-page {
    flex-direction: column;
    padding: 20px;
    width: 80%;
  }
  .contact-page__nav {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding-bottom: 50px;
  }
  .contact-page__nav > li {
    width: 40%;
  }

  .submitted p {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .coming::before {
    display: none;
  }
  .coming__intro {
    margin-bottom: 5vh;
  }
  .coming__intro h2 {
    font-size: 34px;
  }
  .coming__intro p {
    font-size: 16px;
  }
  .coming .close {
    right: 10px;
  }
  .coming__logo {
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .coming__timer {
    margin-bottom: 5vh;
  }
  .coming__timer li {
    width: 75px;
    padding: 0;
  }
  .coming__timer li::after {
    font-size: 40px;
    right: -6px;
  }
  .coming__timer span {
    font-size: 40px;
  }
  .coming__timer p {
    margin-top: 5px;
    font-size: 15px;
  }
  .coming__form input, .coming__form button {
    height: 40px;
    font-size: 16px;
  }

  .particles-js {
    display: none;
  }

  .header {
    padding: 60px 15px 0;
  }
  .header.homepage {
    max-height: 750px;
  }
  .header__top {
    height: 60px;
  }
  .header__logo {
    width: 140px;
  }
  .header__banner h1 {
    font-size: 50px;
    line-height: 1.2;
  }
  .header__border {
    padding-top: 30px;
  }
  .header__border.top {
    margin-bottom: 20px;
  }
  .header__headline {
    font-size: 19px;
  }
  .header__headline-accent {
    font-size: 18px;
    text-transform: uppercase;
  }
  .header__headline-accent .ml4 {
    width: 65px;
  }
  .header__headline-accent .ml4 .letters {
    bottom: -3px;
  }
  .header__headline .ml4 {
    width: 160px;
  }
  .header__headline .ml4 .letters {
    bottom: -3px;
    right: 0;
  }
  .header__benefits {
    font-size: 16px;
  }
  .header__benefits br {
    display: block;
  }

  .numeric {
    padding: 60px 0;
  }
  .numeric .flex {
    flex-flow: column;
    width: 260px;
    margin: 0 auto;
  }
  .numeric li {
    margin-bottom: 40px;
  }
  .numeric li:last-child {
    margin-bottom: 0;
  }
  .numeric h4 {
    font-weight: 300;
  }

  .section-title {
    line-height: 1.2;
    font-size: 45px;
  }

  .products {
    padding: 30px 0;
  }
  .products__intro {
    padding: 60px 30px;
  }
  .products__intro-img {
    display: none;
  }
  .products__main {
    padding: 60px 30px;
    flex-flow: column;
  }
  .products__main-title {
    width: 260px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 22px;
  }
  .products__main-title h2 {
    font-size: 50px;
    line-height: 1.2;
    padding-left: 15px;
  }
  .products__main-lists {
    flex-flow: column;
    max-width: 550px;
  }
  .products__main-lists h3 {
    font-size: 30px;
  }
  .products__main-lists > div {
    width: 100%;
    margin-bottom: 40px;
  }
  .products__main-lists > div:last-child {
    margin-bottom: 0;
  }
  .products__main-lists ul {
    display: block;
    width: 100%;
  }
  .products__type {
    padding-bottom: 50px;
  }
  .products__list {
    padding: 0;
  }
  .products__list-title {
    margin-top: 50px;
  }
  .products__list li {
    width: 50%;
    margin-bottom: 0;
  }
  .products__list li div:first-child {
    padding: 30px 10px;
    border: 1px solid transparent;
    transition: border-color 0.3s;
  }
  .products__list li.active .products__tooltip {
    margin-top: 0;
  }
  .products__list li.active div:first-child {
    border-color: #ddd;
    transition: border-color 0.3s;
  }
  .products__list li:nth-child(2n-1) div:first-child {
    border-radius: 10px 10px 10px 0;
  }
  .products__list li:nth-child(2n-1) .products__tooltip {
    left: 0;
    padding-left: 15px;
    padding-right: 0;
    border-right: 0;
    border-left: 1px solid #ddd;
    border-radius: 0 0 0 10px;
  }
  .products__list li:nth-child(2n) div:first-child {
    border-radius: 10px 10px 0 10px;
  }
  .products__list li:nth-child(2n) .products__tooltip {
    left: auto;
    right: 100%;
    border-left: 0;
    border-right: 1px solid #ddd;
    padding-right: 15px;
    padding-left: 10px;
    border-radius: 0 0 10px 0;
  }
  .products__list span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
  }
  .products__tooltip {
    width: 200%;
  }
  .products__buttons {
    margin-top: 35px;
    padding: 0;
  }
  .products__buttons .button {
    max-width: 275px;
    width: 100%;
    margin: 0 0 25px;
  }
  .products__carousel {
    margin: 0;
    margin-top: 20px;
    width: 100%;
    position: relative;
    padding: 0;
  }

  .why-algo {
    padding: 60px 20px 70px;
  }
  .why-algo .section-title {
    margin-bottom: 50px;
  }
  .why-algo li {
    width: 100%;
  }
  .why-algo .button {
    margin-top: 10px;
  }

  .delivery {
    padding-top: 55px;
    padding-bottom: 0;
  }
  .delivery.played .delivery__screen {
    position: relative;
    width: 128%;
    left: -14%;
  }
  .delivery h2 {
    line-height: 1.2;
    margin-bottom: 55px;
  }
  .delivery__list {
    justify-content: space-evenly;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .delivery__list li {
    width: 28%;
    margin-bottom: 30px;
  }
  .delivery__list .icon {
    width: 45px;
    height: 45px;
  }
  .delivery__list .title {
    font-size: 14px;
  }
  .delivery__try {
    flex-flow: column;
  }
  .delivery__left-content {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .delivery__left-content h3 {
    font-size: 36px;
  }
  .delivery__screen {
    position: relative;
    width: 128%;
    left: -14%;
    transform: translate3d(0, 60px, 0);
  }

  .purchase {
    padding: 40px 20px 50px;
  }
  .purchase .container {
    flex-direction: column;
  }
  .purchase__title {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 110px;
    padding-bottom: 130px;
  }
  .purchase__title h2 {
    padding-left: 10px;
  }
  .purchase__content {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .purchase__content br {
    display: block;
  }
  .purchase__content ul {
    flex-direction: column;
    margin-bottom: 45px;
  }
  .purchase__content p {
    line-height: 1.4;
  }
  .purchase__content li {
    width: 100%;
    margin-bottom: 30px;
  }
  .purchase__content li:last-child {
    margin-bottom: 0;
  }

  .clients {
    background: url("../img/partners-bg-mob.png") no-repeat center bottom -100px/100%;
    padding-bottom: 200px;
  }
  .clients__list {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .clients__list li {
    margin-bottom: 30px;
  }
  .clients__list li:last-child {
    margin-bottom: 0;
  }
  .clients__list img {
    max-width: 100%;
  }

  .contact .flex {
    flex-direction: column;
  }
  .contact h2 {
    margin-bottom: 20px;
  }
  .contact__info {
    margin-bottom: 30px;
    width: 100%;
  }
  .contact__form {
    width: 100%;
    padding-bottom: 60px;
  }
  .contact__form-input {
    width: 100%;
  }
  .contact__form .button {
    margin-top: 15px;
  }

  .footer {
    padding: 65px 50px 30px;
  }
  .footer .flex {
    flex-direction: column;
    width: 260px;
  }
  .footer__logo {
    margin-bottom: 32px;
  }
  .footer__left {
    width: 100%;
    display: block;
    margin-bottom: 35px;
  }
  .footer__list:last-child {
    margin-bottom: 35px;
  }
  .footer__menu {
    width: 100%;
    flex-direction: column;
  }

  .why {
    z-index: 10;
  }
  .why .container {
    padding-left: 0;
    padding-right: 0;
  }
  .why__menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: -webkit-fill-available;
    top: 0;
    left: 0;
    background: #fafafa;
    display: flex;
    transform: translate3d(-100%, 0, 0);
    transition: 0.4s, height 0.3s;
    flex-flow: column;
    z-index: 11;
    justify-content: center;
  }
  .why__menu-list {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .why__menu.active {
    transform: translate3d(0, 0, 0);
    transition: 0.5s;
  }
  .why__menu .close {
    display: flex;
    visibility: visible;
    opacity: 1;
    left: 14px;
    top: 64px;
  }
  .why__menu .close span, .why__menu .close span::after {
    background: #212529;
  }
  .why__icons {
    width: 100%;
    height: 44px;
    left: 0;
    top: 60px;
    padding: 0 20px;
    transform: none;
    background: #deedf3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
  }
  .why__icons li {
    margin-bottom: 0;
  }
  .why__icons a {
    width: 26px;
    height: 23px;
  }
  .why__icons .tooltip {
    display: none;
  }
  .why__icons-mob {
    display: block;
  }
  .why__icons-mob a {
    width: 30px;
    height: 30px;
  }

  .products-page {
    z-index: 10;
  }
  .products-page .container {
    padding-left: 0;
    padding-right: 0;
  }
  .products-page__main {
    transition: 0.4s 0.3s;
    opacity: 1;
    padding: 50px 0 0px;
  }
  .products-page__main.hidden {
    transition: 0s;
    opacity: 0;
  }
  .products-page__table > .flex .button {
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-page__table > .flex .button:first-child {
    margin-left: 0;
  }
  .products-page__table span {
    display: block;
    width: 100%;
  }
  .products-page__menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: -webkit-fill-available;
    top: 0;
    left: 0;
    background: #fafafa;
    display: flex;
    transform: translate3d(-100%, 0, 0);
    transition: 0.4s, height 0.3s;
    flex-flow: column;
    z-index: 11;
    justify-content: center;
  }
  .products-page__menu-list {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .products-page__menu.active {
    transform: translate3d(0, 0, 0);
    transition: 0.5s;
  }
  .products-page__menu .close {
    display: flex;
    visibility: visible;
    opacity: 1;
    left: 14px;
    top: 64px;
  }
  .products-page__menu .close span, .products-page__menu .close span::after {
    background: #212529;
  }
  .products-page__icons {
    width: 100%;
    height: 44px;
    left: 0;
    top: 60px;
    padding: 0 20px;
    transform: none;
    background: #deedf3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
  }
  .products-page__icons li {
    margin-bottom: 0;
  }
  .products-page__icons a {
    width: 26px;
    height: 23px;
  }
  .products-page__icons .tooltip {
    display: none;
  }
  .products-page__icons-mob {
    display: block;
  }
  .products-page__icons-mob a {
    width: 30px;
    height: 30px;
  }
  .products-page__item {
    padding-bottom: 120px;
  }
  .products-page__featured {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .products-page__featured .flex:not(.flex-3) img {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
  .products-page__qa .question {
    font-size: 17px;
    padding-right: 45px;
  }

  .order .products-page__menu {
    width: 100%;
    max-width: none;
  }
  .order__main {
    padding-top: 105px;
  }
  .order__info {
    font-size: 20px;
    line-height: 1.5;
  }
  .order__info b {
    display: inline-block;
    margin-bottom: 5px;
  }
  .order h2 {
    font-size: 30px;
  }
  .order__form {
    margin-top: 50px;
    padding-top: 20px;
  }
  .order__form-block {
    padding-bottom: 0;
  }
  .order__table {
    flex-direction: column;
  }
  .order__table > li {
    width: 100%;
  }
  .order__table > li::after {
    display: none;
  }
  .order__table > li .products-page__table-headings h5 {
    border-right: 0;
    font-size: 15px;
  }
  .order__table > li > div:last-child {
    max-width: 280px;
    margin: 0 auto;
  }
  .order__qa {
    margin-top: 0px;
    padding-top: 80px;
  }

  .support {
    padding-top: 40px;
  }
  .support .full-width {
    width: 100%;
  }
  .support p br {
    display: none;
  }

  .page li {
    font-size: 16px;
  }
  .page p {
    font-size: 16px;
    line-height: 1.9;
  }
  .page h3 {
    font-size: 20px;
  }

  .delivery-sticky li:hover {
    transform: none;
  }
  .delivery-sticky.fixed {
    position: fixed;
    top: 60px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
  .delivery-sticky.fixed .title {
    transition: 0.3s;
  }
  .delivery-sticky.fixed .icon {
    transition: 0.3s;
  }
  .delivery-sticky.fixed li {
    transform: scale(0.75);
    transform-origin: 50% 50%;
  }
  .delivery-sticky.fixed li:hover {
    transform: scale(0.75);
  }

  .delivery-page h3 {
    font-size: 30px;
  }
  .delivery-page p {
    font-size: 16px;
  }
  .delivery-page li {
    font-size: 16px;
  }
  .delivery-page .section-title {
    max-width: 300px;
    margin: 0 auto;
  }
  .delivery-page__list .flex {
    flex-flow: row nowrap;
    padding: 0 5px;
  }
  .delivery-page__list li {
    width: 16.6666666667%;
    margin-bottom: 0;
    min-width: 0;
  }
  .delivery-page__list .title {
    font-size: 9px;
  }
  .delivery-page__list .icon {
    height: 25px;
    width: 25px;
    margin-bottom: 5px;
  }

  .delivery__flex {
    flex-flow: row wrap;
    justify-content: space-around;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
  .delivery__flex li {
    padding: 0 15px;
    width: 50%;
    font-family: montserrat;
    margin-bottom: 30px;
  }
  .delivery__flex li:last-child {
    margin-bottom: 0;
  }

  .company {
    padding-top: 10px;
  }
  .company__nav::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 67px;
    right: 0;
    top: 10px;
    background: -webkit-linear-gradient(left, transparent 0%, #fff 60%);
    /* Safari 5.1+, Chrome 10+ */
    background: -moz-linear-gradient(left, transparent 0%, #fff 60%);
    /* FF 3.6+ */
    background: linear-gradient(to right, transparent 0%, #fff 60%);
  }
  .company__nav li:last-child {
    padding-right: 40px;
  }
  .company__banner {
    padding-top: 50px;
    height: 520px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  .company__banner h2 {
    font-size: 42px;
    text-align: center;
    line-height: 1.25;
  }
  .company__banner b {
    color: #212529;
  }
  .company-about {
    background: #F3F3F3 url(../img/company/banner-about-us.jpg) no-repeat 85% 100%/240%;
  }
  .company-why {
    background: url(../img/company/banner-why-algoseek-mob.png) no-repeat center/80%;
  }
  .company-vision .container {
    background: url(../img/company/banner-vision.png) no-repeat 0 80%/100%;
    align-items: flex-start;
    justify-content: center;
  }
  .company-mission {
    background: url(../img/company/banner-mission.png) no-repeat 71% center/cover;
  }
  .company-mission b {
    color: #fff;
  }
  .company-team {
    padding-top: 0;
    justify-content: center;
    background-position: 70% 0;
  }
  .company-team h2 {
    text-align: left;
  }
  .company-career {
    padding-top: 0;
    justify-content: center;
  }
  .company__team h3 {
    font-size: 26px;
  }
  .company__team li {
    flex-direction: column;
  }
  .company__team li:nth-of-type(2n) {
    flex-direction: column;
  }
  .company__team li:last-child {
    margin-bottom: 0;
  }
  .company__team div {
    width: 100%;
  }
  .company__team img {
    width: 60%;
    margin-bottom: 40px;
  }
  .company__team .name {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .company__team .name::after {
    margin-top: 15px;
  }
  .company__team p {
    margin-bottom: 20px;
    line-height: 1.75;
  }

  .career .title {
    font-size: 30px;
  }
  .career__cons li {
    flex-direction: column;
  }
  .career__cons li:nth-child(2n) {
    flex-direction: column;
  }
  .career__cons img {
    width: 100%;
  }
  .career__cons .text {
    width: 100%;
    margin-bottom: 40px;
  }
  .career__categ {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .career__categ li {
    width: 50%;
    text-align: center;
    margin-bottom: 40px;
  }
  .career__categ .icon {
    margin: 0 auto 20px;
    width: 120px;
    height: 120px;
  }
  .career__list.page > li:last-child {
    line-height: 32px;
  }

  .sample {
    padding-top: 80px;
  }
  .sample-nav {
    top: 60px;
  }
  .sample__form {
    padding: 0;
  }
  .sample__form > div, .sample__form > label {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .sample__form input, .sample__form select {
    margin-top: 0;
  }
  .sample h3 {
    font-size: 30px;
  }
  .sample h4 {
    font-size: 19px;
  }
  .sample__headings {
    display: none;
  }
  .sample__purchase li {
    display: block;
    border: 0;
  }
  .sample__purchase span {
    font-size: 18px;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 12px;
  }
  .sample__purchase p {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    border: 0;
  }
  .sample__tickers {
    padding-bottom: 0;
  }
  .sample__tickers > label {
    margin-bottom: 0;
  }
  .sample__pricing h4 {
    font-size: 13px;
  }
  .sample__mob {
    display: block;
  }
  .sample__mob-datasets {
    display: block;
  }
  .sample__dataset {
    display: block;
    padding-bottom: 30px;
  }
  .sample__licence {
    display: none;
  }

  .why h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 50px;
  }
  .why .pic1 {
    max-width: 500px;
    margin: 0 auto;
  }
  .why .pic2, .why .pic1 {
    width: calc(100% + 50px);
    position: relative;
    left: -25px;
  }
  .why-nav {
    visibility: hidden;
  }
  .why__table {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .why__table .heading span {
    display: none;
  }
  .why__table .heading p {
    font-size: 14px;
    padding: 15px 0;
  }
  .why__table .heading img {
    max-width: 100px;
  }
  .why__table li {
    flex-flow: row wrap;
    border-bottom: 0;
  }
  .why__table span, .why__table div {
    padding: 12px 15px;
  }
  .why__table span {
    width: 100%;
    align-items: center;
    background: #f6f6f6;
    color: #212529;
    text-align: center;
  }
  .why__table span br {
    display: none;
  }
  .why__table div {
    width: 50%;
    border-left: 0;
  }
  .why__table div:last-child {
    border-left: 1px solid #eee;
  }
  .why__table p {
    margin-bottom: 0;
    font-size: 12px;
  }
  .why__table .accent {
    background: #fff;
    color: #212529;
  }

  .contact-page {
    padding: 20px;
    width: 100%;
  }
  .contact-page__nav {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 420px) {
  .company-team {
    background: url(../img/company/banner-our-team-mob.jpg) no-repeat 50% bottom/auto 130%;
  }
}
@media (max-width: 374px) {
  .header__banner h1 {
    font-size: 45px;
  }

  .products-page__menu-list {
    padding-top: 100px;
  }

  .why__menu-list {
    padding-top: 100px;
  }
}

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