@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
body,
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
  color: #000;
  min-width: 320px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.main-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  padding-left: 15px;
  padding-right: 15px;
}
#main {
  overflow: hidden;
  min-height: 100%;
  padding-bottom: 285px;
}
#main .main-wholesale {
  padding-bottom: 179px;
}
.hidden {
  display: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
a {
  outline: 0!important;
}
@media (max-width: 1200px) {
  #main {
    padding-bottom: 0;
  }
}
h3,
.h3 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin: 0;
}
h3 span,
.h3 span {
  display: block;
}
h4,
.h4 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  letter-spacing: 0.5px;
}
.or {
  margin: 20px 0 -34px 0;
}
@media (max-width: 1460px) {
  h3,
  .h3 {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 35px;
  }
  h3 span,
  .h3 span {
    display: inline;
  }
}
@media (max-width: 668px) {
  h3,
  .h3 {
    font-size: 21px;
  }
  h4,
  .h4 {
    font-size: 17px;
  }
}
.btn-f {
  text-decoration: none;
  outline: 0!important;
  display: inline-block;
  vertical-align: top;
  width: 357px;
  height: 79px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-align: center;
  color: #FFF;
  line-height: 79px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
}
.btn-f.btn-f__red {
  background-color: #E2061E;
}
.btn-f.btn-f__red:hover {
  background-color: #B00000;
}
.btn-f.btn-f__white-b {
  border: 3px solid #fff;
  line-height: 73px;
}
.btn-f.btn-f__white-b:hover {
  background-color: #fff;
  color: #188fb9;
}
.btn-f.btn-f__blue {
  background: #21a4d0;
}
.btn-f.btn-f__blue:hover {
  background-color: #0c7fa6;
}
@media (max-width: 767px) {
  .btn-f {
    width: 200px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  .btn-f.btn-f__white-b {
    border: 2px solid #fff;
    line-height: 41px;
  }
}
.icon-video {
  display: inline-block;
  vertical-align: top;
  width: 43px;
  height: 29px;
  position: relative;
}
.icon-video:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/video.png") no-repeat center;
  background-size: cover;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.icon-video:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/video-hov.png") no-repeat center;
  background-size: cover;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.icon-vk {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #21a4d0;
  position: relative;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.icon-vk:after {
  position: absolute;
  background: url("images/vk.png") no-repeat center;
  content: '';
  display: block;
  width: 23px;
  height: 13px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.icon-fb {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #21a4d0;
  position: relative;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.icon-fb:after {
  position: absolute;
  background: url("images/facebook.png") no-repeat center;
  content: '';
  display: block;
  width: 12px;
  height: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.icon-you {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #21a4d0;
  position: relative;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.icon-you:after {
  position: absolute;
  background: url("images/yout.png") no-repeat center;
  background-size: cover;
  content: '';
  display: block;
  width: 18px;
  height: 19px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.icon-inst {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #21a4d0;
  position: relative;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.icon-inst:after {
  position: absolute;
  background: url("images/inst.png") no-repeat center;
  background-size: cover;
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.icon-play {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("images/play.png") no-repeat center;
  width: 50px;
  height: 50px;
}
.icon-download {
  display: block;
  margin: auto;
  background: url("images/download.png") no-repeat center;
  width: 27px;
  height: 35px;
  margin-bottom: 3px;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.form-control {
  display: inline-block;
  vertical-align: top;
}
.form-control input[type="text"],
.form-control input[type="number"],
.form-control input[type="password"],
.form-control input[type="email"],
.form-control input[type="date"] {
  outline: 0;
  background-color: #FFF;
  border: 3px solid #21A4D0;
  color: #6C6C6C;
  font-size: 15px;
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 0 10px 0 19px;
  height: 59px;
  line-height: 59px;
}
.form-control input[type="text"]::-moz-placeholder,
.form-control input[type="number"]::-moz-placeholder,
.form-control input[type="password"]::-moz-placeholder,
.form-control input[type="email"]::-moz-placeholder,
.form-control input[type="date"]::-moz-placeholder {
  color: #6C6C6C;
  opacity: 1;
}
.form-control input[type="text"]:-ms-input-placeholder,
.form-control input[type="number"]:-ms-input-placeholder,
.form-control input[type="password"]:-ms-input-placeholder,
.form-control input[type="email"]:-ms-input-placeholder,
.form-control input[type="date"]:-ms-input-placeholder {
  color: #6C6C6C;
}
.form-control input[type="text"]::-webkit-input-placeholder,
.form-control input[type="number"]::-webkit-input-placeholder,
.form-control input[type="password"]::-webkit-input-placeholder,
.form-control input[type="email"]::-webkit-input-placeholder,
.form-control input[type="date"]::-webkit-input-placeholder {
  color: #6C6C6C;
}
.form-control input[type="text"]::-moz-placeholder,
.form-control input[type="number"]::-moz-placeholder,
.form-control input[type="password"]::-moz-placeholder,
.form-control input[type="email"]::-moz-placeholder,
.form-control input[type="date"]::-moz-placeholder {
  text-transform: uppercase;
}
.form-control input[type="text"]:-ms-input-placeholder,
.form-control input[type="number"]:-ms-input-placeholder,
.form-control input[type="password"]:-ms-input-placeholder,
.form-control input[type="email"]:-ms-input-placeholder,
.form-control input[type="date"]:-ms-input-placeholder {
  text-transform: uppercase;
}
.form-control input[type="text"]::-webkit-input-placeholder,
.form-control input[type="number"]::-webkit-input-placeholder,
.form-control input[type="password"]::-webkit-input-placeholder,
.form-control input[type="email"]::-webkit-input-placeholder,
.form-control input[type="date"]::-webkit-input-placeholder {
  text-transform: uppercase;
}
.form-control input[type="text"].error,
.form-control input[type="number"].error,
.form-control input[type="password"].error,
.form-control input[type="email"].error,
.form-control input[type="date"].error {
  border-color: red;
}
@media (max-width: 668px) {
  .form-control input[type="text"],
  .form-control input[type="number"],
  .form-control input[type="password"],
  .form-control input[type="email"],
  .form-control input[type="date"] {
    height: 39px;
    line-height: 39px;
  }
}
#header {
  padding: 59px 0 0 0;
  position: relative;
  z-index: 4;
}
#header .main-container {
  max-width: 1496px;
}
.header-wholesale .btn-f {
  width: 428px;
  height: 58px;
  line-height: 58px;
  margin: -10px 0 0 113px;
}
.header-wholesale .header-instruction {
  margin: -17px 8px 0 0;
}
.header-wholesale .header-phone {
  margin: -22px 0 0 0;
  float: right;
  text-align: right;
}
.header-wholesale .header-left {
  float: left;
}
.header-wholesale .company-info {
  margin: -11px 0 0 23px;
}
.header-logo {
  width: 159px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  outline: 0;
  text-decoration: none;
  background: url("images/header-logo.png") no-repeat center;
}
.company-info {
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 23px;
  letter-spacing: 0.7px;
  font-size: 15px;
}
.company-info span {
  display: block;
}
.header-phone {
  display: inline-block;
  vertical-align: top;
  margin: -22px 0 0 159px;
}
.header-phone p {
  color: #6C6C6C;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.header-phone a {
  text-decoration: none;
  outline: 0;
  color: #21A4D0;
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header-phone a:hover {
  color: #F57C00;
}
.header-right {
  float: right;
}
.header-instruction {
  color: #21A4D0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: inline-block;
  vertical-align: top;
  width: 123px;
  text-align: center;
  margin: -17px 0 0 141px;
}
.header-instruction .icon-video {
  display: block;
  margin: auto;
  margin-bottom: 9px;
}
.header-instruction:hover {
  color: #F57C00;
}
.header-instruction:hover .icon-video:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header-instruction:hover .icon-video:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.header-left {
  display: inline-block;
  vertical-align: top;
}
.presentation {
  color: #21A4D0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: inline-block;
  vertical-align: top;
  width: 123px;
  text-align: center;
  margin: -17px 15px 0 0;
}
@media (max-width: 1459px) {
  .header-wholesale {
    text-align: center;
  }
  .header-wholesale .btn-f {
    margin: -10px 5px 0;
  }
  .header-wholesale .company-info {
    text-align: left;
  }
}
@media (max-width: 1320px) {
  .header-wholesale {
    text-align: center;
  }
  .header-wholesale .btn-f {
    width: 332px;
    font-size: 18px;
  }
  .header-wholesale .company-info {
    text-align: left;
  }
}
@media (max-width: 1279px) {
  .header-wholesale .header-instruction {
    margin: -17px 0 0 0;
    font-size: 14px;
  }
  .header-wholesale .company-info {
    margin: -3px 0 0 23px;
    font-size: 12px;
  }
  .header-wholesale .header-phone p {
    color: #6C6C6C;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
  }
  .header-wholesale .btn-f {
    width: 176px;
    font-size: 9px;
    height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 1200px) {
  .header-instruction {
    margin: -17px 0 0 70px;
  }
  .header-phone {
    margin: -22px 0 0 50px;
  }
  .header-wholesale .header-instruction {
    margin: -17px 0 0 0;
    font-size: 14px;
  }
  .header-wholesale .company-info {
    margin: -3px 0 0 23px;
    font-size: 12px;
  }
  .header-wholesale .header-phone p {
    color: #6C6C6C;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
  }
  .header-wholesale .btn-f {
    width: 176px;
    font-size: 9px;
  }
  .presentation {
    margin: -17px -2px 0 0;
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  #header {
    padding: 33px 0 0 0;
  }
  .company-info {
    margin: 6px 0 0 15px;
    font-size: 12px;
  }
  .header-phone {
    margin: -12px 0 0 24px;
  }
  .header-phone p {
    font-size: 20px;
  }
  .header-instruction {
    margin: -11px 0 0 27px;
    font-size: 13px;
  }
  .header-wholesale .header-left {
    display: block;
    float: none;
  }
  .header-wholesale .header-right {
    float: none;
  }
  .header-wholesale .header-instruction {
    margin: 14px 46px;
    font-size: 14px;
  }
  .header-wholesale .header-phone {
    margin: 13px 25px 15px;
    float: none;
    text-align: left;
  }
  .presentation {
    margin: 11px 0 0;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #header {
    text-align: center;
  }
  .company-info {
    margin: 6px 15px 0;
    text-align: left;
  }
  .header-phone {
    margin: 17px 25px 0;
  }
  .header-instruction {
    margin: 18px 25px 0;
    font-size: 13px;
  }
  .header-left {
    display: block;
  }
  .header-logo {
    margin: 0 15px;
  }
  .header-wholesale .company-info {
    margin: 13px 0 0 0;
    font-size: 12px;
    text-align: center;
    display: block;
  }
  .header-wholesale .header-instruction {
    margin: 14px 9px;
    font-size: 14px;
  }
}
#footer {
  background: #6b6b6b;
  padding: 59px 0 64px 0;
  margin-top: -285px;
}
#footer.footer-wholesale {
  margin-top: -179px;
}
.footer-wholesale {
  margin-top: -179px;
}
.footer-wholesale .footer-contacts {
  margin: -3px 0 0 0;
}
.footer-wholesale .social {
  margin: 5px 0 0 12px;
}
.footer-wholesale .social ul li {
  display: inline-block;
  margin: 0 0 3px 2px;
}
.footer-wholesale .footer-contacts__text:after {
  right: -95px;
}
.footer-logo {
  width: 159px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  outline: 0;
  text-decoration: none;
  background: url('images/footer-logo.png') no-repeat center;
}
.social {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 62px;
}
.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social ul li {
  margin-bottom: 12px;
}
.social ul li a {
  text-decoration: none;
  outline: 0;
}
.social ul li a:hover .icon-fb,
.social ul li a:hover .icon-vk {
  background: #f57c00;
}
.footer-right {
  float: right;
}
.footer-nav {
  margin: 8px 6px 0 0;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 84px;
  letter-spacing: 1px;
}
.footer-nav ul li:first-child {
  margin-left: 0;
}
.footer-nav ul li a {
  text-decoration: none;
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.footer-nav ul li a:hover {
  color: #21a4d0;
}
.footer-contacts {
  margin: 64px 0 0 0;
  text-align: right;
}
.footer-contacts__text {
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 121px;
  text-align: left;
}
.footer-contacts__text:after {
  content: '';
  display: block;
  width: 89px;
  height: 19px;
  background: url("images/footer-arrow.png") no-repeat center;
  position: absolute;
  right: -111px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer-contacts__text a {
  color: #fff;
  text-decoration: none;
}
.footer-contacts__text a:hover {
  color: #21a4d0;
}
.footer-contacts__item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.footer-contacts__item:last-child {
  margin: 0 0 0 74px;
}
.footer-contacts__item span {
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
}
.footer-contacts__item p {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  margin: 9px 0 0 0;
}
@media (max-width: 1200px) {
  .footer-nav ul li {
    margin-left: 20px;
  }
  .footer-contacts {
    margin: 36px 0 0 0;
  }
  .footer-contacts__text {
    margin-right: 80px;
  }
  .footer-contacts__text:after {
    right: -82px;
  }
  .footer-contacts__item:last-child {
    margin: 0 0 0 18px;
  }
  #footer {
    padding: 40px 0;
    margin-top: 0;
  }
  #footer.footer-wholesale {
    margin-top: 0;
  }
  .footer-wholesale .footer-contacts__text:after {
    right: -82px;
  }
  .footer-wholesale .social {
    margin: -12px 0 0 12px;
    width: 112px;
  }
}
@media (max-width: 1023px) {
  #footer {
    text-align: center;
  }
  .footer-wholesale .social {
    margin: 0 0 0 12px;
    width: auto;
  }
  .social {
    display: block;
    margin: 17px 0 0 0;
    text-align: center;
  }
  .social ul li {
    display: inline-block;
    margin: 0 10px;
  }
  .footer-right {
    float: none;
    margin-top: 15px;
  }
  .footer-contacts {
    text-align: center;
  }
  .footer-wholesale .social {
    margin: 10px 0;
  }
  .footer-wholesale .social ul li {
    margin: 0 10px!important;
  }
}
@media (max-width: 767px) {
  .footer-contacts__item {
    text-align: left;
    margin-bottom: 15px;
  }
}
@media (max-width: 668px) {
  .footer-nav ul li {
    margin: 0 5px 15px!important;
  }
  .footer-nav ul li a {
    font-size: 19px;
  }
}
@media (max-width: 490px) {
  .footer-contacts__text {
    display: block;
    text-align: center;
    margin: 0 0 15px 0;
  }
  .footer-contacts__text:after {
    display: none;
  }
  .footer-contacts {
    margin: 8px 0 0 0;
  }
}
.test-bn {
  padding: 82px 0 0 0;
  position: relative;
}
.test-bn .main-container {
  max-width: 1496px;
}
.test-bn .h3 {
  color: #21A4D0;
  text-align: left;
}
.test-bn .h3 span {
  display: block;
}
.test-bn .btn-f {
  margin: 92px 0 0 0;
}
.sub-title {
  color: #21A4D0;
  font-size: 32px;
  margin: 41px 0 0 0;
  letter-spacing: 0.7px;
  line-height: 1.2;
}
.sub-title span {
  display: block;
}
.test-bn__text {
  width: 779px;
  position: relative;
  z-index: 4;
  padding: 0 0 80px 0;
}
.sticker-guarantee {
  width: 211px;
  height: 202px;
  background: url("images/sticker.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 450px;
  top: 302px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 58px 21px 0 0;
  letter-spacing: 1px;
  line-height: 1.2;
  z-index: 4;
}
.sticker-guarantee span {
  display: block;
}
.species-list {
  margin: 47px 0 0 0;
}
.species-list__item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-left: 54px;
}
.species-list__item:first-of-type {
  margin-left: 0;
}
.species-list__item p {
  color: #1D1D1D;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
}
.species-list__img {
  width: 102px;
  height: 102px;
  display: inline-block;
  margin: auto;
  margin-bottom: 36px;
}
.species-list__img img {
  max-width: 100%;
}
.test-bn__pic {
  width: 1191px;
  height: 1102px;
  position: absolute;
  right: 0;
  bottom: -213px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.test-bn__img {
  position: absolute;
  z-index: 2;
  bottom: -5px;
}
.test-bn__img img {
  max-width: 100%;
}
.test-bn__pointer-1,
.test-bn__pointer-2,
.test-bn__pointer-3 {
  position: absolute;
  width: 28px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 5;
}
.test-bn__pointer-1:after,
.test-bn__pointer-2:after,
.test-bn__pointer-3:after,
.test-bn__pointer-1:before,
.test-bn__pointer-2:before,
.test-bn__pointer-3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 40px;
  background: url('images/order-hint.png');
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.test-bn__pointer-1:after,
.test-bn__pointer-2:after,
.test-bn__pointer-3:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.test-bn__pointer-1:before,
.test-bn__pointer-2:before,
.test-bn__pointer-3:before {
  background-position: left -40px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.test-bn__pointer-1:hover:after,
.test-bn__pointer-2:hover:after,
.test-bn__pointer-3:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.test-bn__pointer-1:hover:before,
.test-bn__pointer-2:hover:before,
.test-bn__pointer-3:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.test-bn__pointer-1:hover .order-hint-detail,
.test-bn__pointer-2:hover .order-hint-detail,
.test-bn__pointer-3:hover .order-hint-detail {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.order-hint-detail {
  position: absolute;
  left: 50%;
  bottom: 51px;
  margin-left: -185px;
  border: 1px solid #00a9e8;
  background: #fff;
  padding: 25px 32px 27px 26px;
  color: #343434;
  width: 310px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.order-hint-detail li {
  margin: 0;
  padding: 0 0 0 17px;
  position: relative;
}
.order-hint-detail li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #f57c00;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 5px;
}
.order-hint-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.test-bn__pointer-1 {
  left: 52.3%;
  bottom: 491px;
}
.test-bn__pointer-2 {
  left: 37.3%;
  bottom: 390px;
}
.test-bn__pointer-3 {
  left: 62.3%;
  bottom: 292px;
}
@media (max-width: 1459px) {
  .test-bn__pic {
    width: 791px;
    bottom: -141px;
  }
  .species-list__item {
    float: left;
    width: 25%;
    padding: 0 5px;
    margin: 0;
  }
  .species-list__item p {
    font-size: 13px;
  }
  .test-bn__text {
    width: 700px;
  }
  .sticker-guarantee {
    left: 250px;
    top: 360px;
  }
  .test-bn__pointer-1 {
    bottom: 323px;
  }
  .test-bn__pointer-2 {
    bottom: 260px;
  }
  .test-bn__pointer-3 {
    bottom: 192px;
  }
}
@media (max-width: 1279px) {
  .test-bn {
    padding: 35px 0 0 0;
  }
  .test-bn .h3 {
    text-align: center;
  }
  .test-bn .btn-f {
    margin: 30px 0 0 0;
  }
  .test-bn__text {
    width: 100%;
    text-align: center;
    padding: 0 0 40px 0;
  }
  .test-bn__pic {
    display: none;
  }
}
@media (max-width: 767px) {
  .sub-title {
    font-size: 24px;
    margin: 24px 0 0 0;
  }
}
@media (max-width: 668px) {
  .sub-title {
    font-size: 17px;
  }
  .test-bn .h3 span {
    display: inline;
  }
  .species-list__item {
    float: left;
    width: 50%;
    padding: 0 5px;
    margin: 0 0 26px 0;
  }
}
.advantages {
  background: url("images/advantages-bg.png") top;
  background-repeat: repeat-x;
  padding: 104px 0 0 0;
}
.advantages .main-container {
  max-width: 992px;
}
.advantages-list__img {
  width: 102px;
  height: 102px;
  background-color: #21A4D0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 102px;
  text-align: center;
  margin: auto;
  margin-bottom: 19px;
}
.advantages-list__img img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.advantages-list__item {
  float: left;
  width: 25%;
  text-align: center;
}
.advantages-list__item p {
  margin: -2px 0 0 0;
  color: #1D1D1D;
}
.advantages-list {
  margin: 66px 0 98px 0;
}
.advantages-list__title {
  font-size: 15px;
  color: #F57C00;
  font-weight: 700;
  text-transform: uppercase;
}
.advantages-list__title span {
  display: block;
}
@media (max-width: 992px) {
  .advantages {
    padding: 45px 0 0 0;
  }
  .advantages-list__title {
    font-size: 11px;
  }
  .advantages-list__item p {
    margin: 2px 0 0 0;
    color: #1D1D1D;
    font-size: 13px;
  }
  .advantages-list {
    margin: 34px 0 55px 0;
  }
}
@media (max-width: 668px) {
  .advantages-list__item {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 21px;
  }
  .advantages-list__title {
    font-size: 10px;
  }
  .advantages-list__item p {
    font-size: 11px;
  }
}
.call-back {
  margin: 68px 11px 0 11px;
}
.call-back .main-container {
  max-width: 996px;
}
.call-back .form-control {
  margin-left: 39px;
}
.call-back .form-control:first-of-type {
  margin-left: 0;
}
.call-back .form-control input[type="text"],
.call-back .form-control input[type="number"],
.call-back .form-control input[type="password"],
.call-back .form-control input[type="email"],
.call-back .form-control input[type="date"] {
  width: 339px;
  height: 59px;
  line-height: 59px;
}
.call-back .row {
  margin: 0 11px 72px 11px;
  position: relative;
}
.sticker-price {
  width: 247px;
  height: 237px;
  background: url("images/sticker.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: -66px;
  top: -109px;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}
.sticker-price:after {
  content: '';
  display: block;
  width: 150px;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  left: 38px;
  top: 73px;
}
.sticker-price sup {
  font-size: 11px;
  top: -2.5em;
}
.sticker-price__inner {
  color: #FFF;
  font-size: 27px;
  font-weight: 700;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  -o-transform: rotate(11deg);
  transform: rotate(11deg);
  position: absolute;
  left: 15px;
  top: 55px;
}
.sticker-price__new {
  color: #FFF;
  font-size: 59px;
  font-weight: 700;
  margin: -12px 0 0 9px;
  display: block;
  text-align: center;
}
.sticker-price__new .rub {
  display: inline-block;
  vertical-align: top;
  border-bottom: 4px solid #fff;
  line-height: 0.4;
  margin: 30px 0 0 0;
}
.rub {
  display: inline-block;
  vertical-align: top;
  border-bottom: 3px solid #fff;
  line-height: 0.4;
  margin: 14px 0 0 0;
}
@media (max-width: 992px) {
  .sticker-price {
    width: 209px;
    height: 200px;
    position: relative;
    right: auto;
    top: auto;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sticker-price:after {
    width: 104px;
    height: 2px;
    left: 43px;
    top: 57px;
  }
  .sticker-price__inner {
    color: #FFF;
    font-size: 22px;
    left: 15px;
    top: 46px;
  }
  .rub {
    border-bottom: 2px solid #fff;
    line-height: 0.3;
    margin: 14px 0 0 0;
  }
  .sticker-price__new {
    font-size: 44px;
  }
  .sticker-price__new .rub {
    border-bottom: 3px solid #fff;
    line-height: 0.4;
    margin: 21px 0 0 0;
  }
  .call-back {
    margin: 44px 0;
  }
  .call-back .form-control {
    margin: 0 5px 15px!important;
  }
  .call-back .row {
    margin: 0 0 25px 0;
    text-align: center;
  }
}
@media (max-width: 490px) {
  .call-back .form-control {
    margin-left: 39px;
  }
  .call-back .form-control:first-of-type {
    margin-left: 0;
  }
  .call-back .form-control input[type="text"],
  .call-back .form-control input[type="number"],
  .call-back .form-control input[type="password"],
  .call-back .form-control input[type="email"],
  .call-back .form-control input[type="date"] {
    width: 220px;
    height: 39px;
    line-height: 39px;
  }
}
.prevention {
  background: url("images/prevention-bg.jpg");
  background-size: 100% 100%;
  margin: 113px 0 104px 0;
  padding: 76px 0 65px 0;
  position: relative;
}
.prevention .h3 {
  color: #FFF;
  text-align: left;
}
.prevention-list {
  margin: 49px 0 0 0;
  display: inline-block;
  width: 821px;
}
.prevention-list ul {
  margin: 0 0 54px 0;
  list-style: none;
  border: 3px solid #FFF;
  padding: 40px 32px 15px 27px;
}
.prevention-list ul li {
  color: #FFF;
  font-size: 32px;
  font-weight: 300;
  margin: 0 0 23px 0;
}
.prevention-list ul li:before {
  width: 11px;
  height: 11px;
  background-color: #F57C00;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: '';
  display: inline-block;
  vertical-align: top;
  margin: 14px 17px 0 0;
}
.prevention-pic {
  position: absolute;
  right: -46px;
  top: 5px;
}
.prevention-pic img {
  max-width: 100%;
}
.sticker-pregnant {
  width: 253px;
  height: 242px;
  background: url("images/sticker.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: -69px;
  top: 443px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 58px 21px 0 0;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media (max-width: 1460px) {
  .prevention-list {
    margin: 49px 0 0 0;
    width: 692px;
  }
  .prevention-list ul li {
    color: #FFF;
    font-size: 25px;
    font-weight: 300;
    margin: 0 0 23px 0;
  }
  .prevention .h3 {
    width: 600px;
    font-size: 34px;
  }
}
@media (max-width: 1279px) {
  .prevention-pic {
    right: -221px;
    top: 5px;
  }
}
@media (max-width: 1023px) {
  .prevention-pic {
    right: 0;
  }
  .prevention-pic img {
    display: none;
  }
  .sticker-pregnant {
    width: 163px;
    height: 157px;
    position: absolute;
    left: -200px;
    top: 15px;
    color: #FFF;
    font-size: 15px;
    padding: 35px 11px 0 0;
  }
  .prevention-list {
    margin: 49px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .sticker-pregnant {
    top: -80px;
  }
}
@media (max-width: 767px) {
  .prevention .h3 {
    width: 100%;
    font-size: 28px;
  }
  .prevention-list ul {
    padding: 20px 15px 15px 15px;
    margin: 0 0 35px 0;
  }
  .prevention-list ul li {
    font-size: 17px;
    margin: 0 0 14px 0;
  }
  .prevention-list ul li:before {
    margin: 9px 11px 0 0;
    width: 5px;
    height: 5px;
  }
  .prevention {
    margin: 113px 0 52px 0;
    padding: 76px 0 40px 0;
  }
  .prevention .h3 {
    font-size: 21px;
  }
}
.choice__sub-title {
  color: #21A4D0;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin: 40px 0 50px 0;
  letter-spacing: 1px;
}
.choice-list__item {
  width: 154px;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 0;
}
.choice-list__item p {
  color: #1D1D1D;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 32px 0 0 0;
}
.choice-list__pic {
  height: 123px;
}
.choice-list__title {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 47px 0 19px 0;
  letter-spacing: 0.8px;
}
.choice-list {
  border: 3px solid transparent;
  display: inline-block;
  vertical-align: top;
  padding: 35px 0 0 0;
  min-height: 965px;
}
.choice-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.choice-list ul li {
  color: #000;
  font-size: 21px;
  font-weight: 300;
  padding: 14px 29px 9px 54px;
  position: relative;
}
.choice-list ul li:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 21px;
  top: 22px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
}
.choice-list__blue {
  width: 631px;
  border-color: #21A4D0;
  margin: 0 14px 0 0;
}
.choice-list__blue .choice-list__title {
  color: #21A4D0;
}
.choice-list__blue ul li:nth-child(odd) {
  background: #e8f6fa;
}
.choice-list__blue ul li:before {
  background: #21A4D0;
}
.choice-list__yellow {
  width: 471px;
  border-color: #F57C00;
}
.choice-list__yellow .choice-list__title {
  color: #F57C00;
}
.choice-list__yellow ul li:nth-child(odd) {
  background: #fef2e5;
}
.choice-list__yellow ul li:before {
  background: #F57C00;
}
@media (max-width: 1200px) {
  .choice-row {
    text-align: center;
  }
  .choice-list__blue {
    width: 536px;
  }
  .choice-list__yellow {
    width: 376px;
  }
  .choice-list {
    margin: 0 15px!important;
  }
  .choice-list ul li {
    color: #000;
    font-size: 19px;
    font-weight: 300;
    padding: 14px 29px 9px 34px;
    position: relative;
    text-align: left;
  }
  .choice-list ul li:before {
    left: 9px;
  }
}
@media (max-width: 1023px) {
  .choice-list__blue {
    width: 498px;
  }
}
@media (max-width: 992px) {
  .choice-list {
    width: 100%!important;
    margin: 0 0 15px 0!important;
    min-height: 0;
    padding-bottom: 15px;
  }
}
@media (max-width: 668px) {
  .choice-list__title {
    font-size: 18px;
    margin: 19px 0 19px 0;
  }
  .choice__sub-title {
    font-size: 17px;
    margin: 23px 0 33px 0;
  }
  .choice-list ul li {
    font-size: 14px;
    padding: 14px 29px 9px 23px;
  }
  .choice-list ul li:before {
    left: 10px;
    top: 19px;
    width: 5px;
    height: 5px;
  }
}
@media (max-width: 490px) {
  .choice-list__item {
    width: 134px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .choice-list__item p {
    font-size: 15px;
    margin: 11px 0 16px 0;
  }
}
.specifications {
  background: url("images/prevention-bg.jpg");
  padding: 47px 0 42px 0;
  margin: 109px 0 0 0;
}
.specifications .main-container {
  max-width: 992px;
}
.specifications .h3 {
  color: #fff;
  margin: 0 0 71px 0;
}
.specifications-list {
  width: 305px;
  display: inline-block;
  vertical-align: top;
}
.specifications-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.specifications-list ul li {
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 61px;
  letter-spacing: 0.3px;
  margin: 0 0 42px 0;
}
.specifications__number {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 40px;
  background: url("images/pointer.png") no-repeat center;
  text-align: center;
  position: absolute;
  left: 9px;
  top: -4px;
  padding: 7px 0 0 0;
}
.specifications-wrapper {
  position: relative;
}
.device {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 356px;
  top: -23px;
}
.sticker {
  width: 211px;
  height: 202px;
  background: url("images/sticker.png") no-repeat center;
  background-size: cover;
  position: absolute;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  padding: 58px 21px 0 0;
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.sticker-1 {
  left: 0;
  top: 0;
}
.sticker-2 {
  bottom: -142px;
  right: 107px;
}
.warning-wrap {
  position: relative;
}
.warning__btn {
  display: block;
  width: 171px;
  height: 61px;
  margin: auto;
  position: relative;
  margin-top: -53px;
  cursor: pointer;
}
.warning__btn:after,
.warning__btn:before {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url("images/warning.png");
}
.warning__btn:after {
  background-position: 0 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.warning__btn:before {
  background-position: 0 183px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.warning__btn:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.warning__btn:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.warning__cont {
  position: absolute;
  z-index: 10;
  background: #fff;
  width: 550px;
  border: 5px solid #B00000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 44px 30px 47px 246px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.warning__cont.opened {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.warning__cont .close {
  width: 16px;
  height: 15px;
  background: url("images/close-red.png") no-repeat center;
  position: absolute;
  right: 10px;
  top: 10px;
}
.warning__cont p {
  margin: 0;
}
.warning__pic {
  position: absolute;
  left: 37px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 992px) {
  .device {
    left: 300px;
    top: 6px;
    width: 550px;
  }
  .device img {
    width: 100%;
  }
  .sticker-2 {
    bottom: -155px;
    right: 147px;
  }
}
@media (max-width: 767px) {
  .device {
    display: none;
  }
  .warning__btn {
    margin-top: 0;
  }
  .specifications-list {
    width: 305px;
    display: block;
    margin: auto;
  }
}
@media (max-width: 668px) {
  .warning__cont {
    width: 270px;
    padding: 60px 15px 15px;
  }
  .warning__pic {
    position: relative;
    margin: auto;
    left: auto;
    top: auto;
    width: 171px;
  }
}
@media (max-width: 568px) {
  .specifications-list {
    width: 270px;
  }
  .specifications-list ul li {
    font-size: 13px;
    padding: 0 0 0 61px;
    margin: 0 0 32px 0;
  }
}
.delivery {
  padding: 105px 0 0 0;
}
.delivery .sub-title {
  text-align: center;
  font-size: 24px;
}
.delivery__row {
  text-align: center;
  margin: 50px 0 0 0;
}
.delivery__item {
  width: 187px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 70px;
  cursor: pointer;
  text-decoration: none;
}
.delivery__item:hover .delivery__pic {
  background: #f57c00;
}
.delivery__item:hover p {
  color: #f57c00;
}
.delivery__item p {
  color: #1D1D1D;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.delivery__pic {
  width: 187px;
  height: 187px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 187px;
  background: #21a4d0;
  text-align: center;
  margin-bottom: 31px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.delivery__pic img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .delivery__pic {
    width: 148px;
    height: 148px;
    line-height: 146px;
    margin-bottom: 13px;
  }
  .delivery__item {
    width: 148px;
    margin: 0 65px;
  }
}
@media (max-width: 767px) {
  .delivery .sub-title {
    text-align: center;
    font-size: 18px;
  }
}
@media (max-width: 668px) {
  .delivery__item {
    margin: 0 35px;
  }
  .delivery__item:first-of-type:after {
    display: none;
  }
  .delivery__item {
    margin-bottom: 25px;
  }
  .delivery {
    padding: 40px 0 0 0;
  }
}
.reviews {
  background-color: #FFF;
  border: 3px solid #21A4D0;
  margin: 106px 0 109px 0;
  padding: 57px 0 59px 0;
}
.reviews-buttons {
  text-align: center;
  margin: 59px 0 47px 0;
}
.reviews-buttons a {
  color: #21A4D0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 107px 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.reviews-buttons a:hover {
  color: #f57c00;
}
.reviews-buttons a:hover .icon-vk {
  background: #f57c00;
}
.reviews-buttons a:hover .icon-video:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.reviews-buttons a:hover .icon-video:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.reviews-buttons .icon-video {
  margin: -6px 13px 0;
}
.reviews-buttons .icon-vk {
  margin: -10px 13px 0;
}
.reviews__img {
  position: relative;
  display: block;
  border: 2px solid transparent;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin: 0 0 22px 0;
}
.reviews__img img {
  width: 100%;
  display: block;
}
.reviews-cont {
  padding: 0 50px;
  margin: 0 0 28px 0;
}
.reviews-cont .slick-arrow {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  top: 49px;
  padding: 0;
  width: 22px;
  height: 69px;
  border: 0;
  outline: 0;
}
.reviews-cont .slick-arrow.slick-prev {
  background: url("images/arrow-left.png");
  left: 23px;
}
.reviews-cont .slick-arrow.slick-next {
  background: url("images/arrow-right.png");
  right: 23px;
}
.reviews-all {
  color: #00A9E8;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  letter-spacing: 1px;
}
.reviews-all .up {
  display: none;
}
.reviews-all.active .up {
  display: inline;
}
.reviews-all.active .down {
  display: none;
}
.reviews-all:hover {
  color: #f57c00;
}
.reviews__item {
  text-decoration: none;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding: 0 15px;
  float: left;
  width: 25%;
  margin-bottom: 25px;
  min-height: 270px;
}
.reviews__item:hover .reviews__img {
  border-color: #f57c00;
}
.reviews__item:hover p {
  color: #f57c00;
}
.reviews__item p {
  margin: 0;
}
.tab-item {
  display: none;
}
.tab-item.active {
  display: block;
}
.text-dropdown {
  display: none;
}
.text-dropdown.active {
  display: block;
}
.vk {
  padding: 0 75px 58px 75px;
}
.vk-item {
  padding: 41px 0 0 0;
}
.vk-item-photo {
  float: left;
  line-height: 0;
  width: 72px;
  padding: 4px 0 0 0;
}
.vk-item-name {
  margin: 0 0 0 92px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  color: #00a9e8;
}
.vk-item-text {
  margin: 0 0 0 92px;
  padding: 18px 0 0 0;
  font-size: 17px;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .reviews__item p {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .reviews {
    border: 2px solid #21A4D0;
    margin: 58px 0;
    padding: 25px 0;
  }
  .reviews-buttons a {
    margin: 0 50px;
  }
  .reviews-all {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .reviews__item {
    width: 50%;
  }
  .reviews-cont {
    padding: 0 10px;
  }
  .vk {
    padding: 0 25px;
  }
  .reviews__item {
    min-height: 275px;
  }
}
@media (max-width: 668px) {
  .reviews__item {
    width: 100%;
    padding: 0 10px;
  }
  .reviews-buttons {
    margin: 43px 0 28px 0;
  }
  .reviews-buttons a {
    margin: 0 20px;
  }
  .reviews__item {
    min-height: 0;
  }
}
@media (max-width: 568px) {
  .reviews-buttons a {
    margin: 22px 0;
    display: block;
    text-align: center;
  }
}
.wholesale-bn {
  background: url("images/wholesale-bg.png") repeat-x;
  position: relative;
  min-height: 644px;
  margin-top: 51px;
}
.wholesale-bn .main-container {
  max-width: 1496px;
  position: relative;
  z-index: 2;
}
.wholesale-bn:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 700px;
  background: url("images/drops.png") no-repeat center;
}
.wholesale-bn__text {
  float: left;
  width: 55%;
  padding: 106px 0 0 0;
}
.wholesale-bn__text .h3 {
  color: #FFF;
  font-size: 58px;
  font-weight: 700;
  text-align: left;
}
.wholesale-bn__text .sub-title {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
  margin: 61px 0 0 0;
}
.wholesale-bn__img {
  float: right;
  width: 45%;
  margin: -18px 0 0 0;
  padding: 0 0 0 15px;
}
.wholesale-video {
  margin-top: -82px;
  position: relative;
  z-index: 10;
}
.wholesale-video .request {
  width: 50%;
  float: left;
}
.wholesale-video .request .form-control {
  width: 242px;
  margin: 32px 10px 0;
}
.wholesale-video-left {
  width: 50%;
  float: left;
}
.wholesale-video-cont {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.wholesale-video-cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  frameborder: 0;
  border: 0;
}
@media (max-width: 1460px) {
  .wholesale-bn__img img {
    max-width: 100%;
  }
  .wholesale-bn__text .h3 {
    font-size: 52px;
  }
  .wholesale-bn__text .sub-title {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .wholesale-bn__text .h3 {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .wholesale-bn__text .h3 {
    font-size: 38px;
  }
  .wholesale-bn__img {
    margin: 67px 0 0 0;
  }
  .wholesale-bn__text {
    padding: 70px 0 0 0;
  }
  .wholesale-video .request .form-control {
    width: 214px;
    margin: 32px 10px 0;
  }
}
@media (max-width: 1023px) {
  .wholesale-bn__text .h3 {
    font-size: 29px;
  }
  .wholesale-bn__text .sub-title {
    font-size: 24px;
    margin: 30px 0 0 0;
  }
  .wholesale-video-left {
    width: 450px;
    float: none;
    margin: auto;
  }
  .wholesale-video .request {
    width: 100%;
    float: none;
    margin: auto;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .wholesale-bn__img {
    float: none;
    margin: auto;
    width: 350px;
    padding: 0;
  }
  .wholesale-bn {
    margin-top: 30px;
    padding: 29px 0 0 0;
  }
  .wholesale-bn__text {
    padding: 15px 0 0 0;
    text-align: center;
    width: 100%;
    float: none;
  }
  .wholesale-bn__text .h3 {
    text-align: center;
  }
  .wholesale-bn__text .sub-title {
    text-align: center;
  }
}
@media (max-width: 568px) {
  .wholesale-bn__img {
    width: 270px;
  }
  .wholesale-bn__text .h3 {
    font-size: 21px;
  }
  .wholesale-bn__text .sub-title {
    font-size: 18px;
  }
  .wholesale-video-left {
    width: 100%;
    float: none;
    margin: auto;
  }
  .wholesale-video {
    margin-top: -190px;
  }
}
.request {
  text-align: center;
  margin: 0 0 80px 0;
}
.request.request-top {
  margin: -107px 0 0 0;
  position: relative;
  z-index: 2;
}
.request p {
  margin: 17px 0 0 0;
  letter-spacing: 1px;
  color: #000;
  font-size: 24px;
  font-weight: 300;
}
.request .form-control {
  width: 339px;
  margin: 32px 20px 0;
}
.request .btn-f {
  margin: 41px 0 0 0;
}
@media (max-width: 992px) {
  .request.request-top {
    margin-top: -173px;
  }
}
@media (max-width: 992px) {
  .request.request-top {
    margin-top: -123px;
  }
}
@media (max-width: 668px) {
  .request .form-control {
    width: 267px;
    margin: 32px 5px 0;
  }
  .request .btn-f {
    margin: 25px 0 0 0;
  }
  .request p {
    font-size: 15px;
  }
  .request.request-top {
    margin-top: -173px;
  }
}
@media (max-width: 568px) {
  .request.request-top {
    margin-top: -173px;
  }
}
.profit {
  margin: 75px 0 0 0;
}
.profit-table {
  margin: 50px -4px 0;
}
.profit-col {
  float: left;
  width: 27%;
  padding: 0 4px;
}
.profit-col:first-of-type {
  width: 45.5%;
}
.profit-col:first-of-type th:first-child {
  display: table-cell;
}
.profit-col:first-of-type td:first-child {
  display: table-cell;
}
.profit-col:nth-child(odd) .profit-col__inner {
  border-color: #21A4D0;
}
.profit-col:nth-child(odd) tr:nth-child(even) {
  background: #e8f6fa;
}
.profit-col:nth-child(odd) th {
  color: #21A4D0;
}
.profit-col__inner {
  border: 3px solid #f57c00;
  width: 100%;
}
.profit-col__inner tr:nth-child(even) {
  background: #fef2e5;
}
.profit-col__inner th:first-child {
  display: none;
}
.profit-col__inner th {
  color: #f57c00;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 26px 0;
}
.profit-col__inner td {
  color: #1D1D1D;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  height: 73px;
}
.profit-col__inner td:first-child {
  color: #1D1D1D;
  font-size: 24px;
  font-weight: 500;
  width: 248px;
  text-align: left;
  display: none;
  padding-left: 14px;
}
@media (max-width: 992px) {
  .profit-col__inner td:first-child {
    font-size: 16px;
    width: 183px;
    padding-left: 10px;
  }
  .profit-col__inner td {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .profit-col__inner td:first-child {
    width: 183px;
  }
}
@media (max-width: 668px) {
  .profit-col {
    width: 100%!important;
    float: none;
    margin-bottom: 15px;
  }
  .profit-col td:first-child {
    display: table-cell !important;
  }
  .profit-col th {
    font-size: 17px;
  }
  .profit-col td {
    font-size: 15px;
  }
  .profit-col__inner th:first-child {
    display: table-cell;
  }
}
.blue-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blue-list ul li {
  color: #21A4D0;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  padding-left: 27px;
  margin-bottom: 10px;
  letter-spacing: 0.7px;
}
.blue-list ul li:before {
  width: 11px;
  height: 11px;
  content: '';
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #21A4D0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.offer {
  padding: 78px 0 0 0;
}
.offer .blue-list {
  max-width: 952px;
  margin: auto;
}
.offer .h3 {
  margin: 0 0 40px 0;
}
@media (max-width: 1023px) {
  .offer {
    padding: 35px 0 0 0;
  }
  .offer .h3 {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 668px) {
  .blue-list ul li {
    font-size: 16px;
  }
  .blue-list ul li:before {
    width: 7px;
    height: 7px;
  }
}
.about-company {
  background: url("images/about-company-bg.jpg");
  background-size: 100% 100%;
  margin: 94px 0 0 0;
  padding: 73px 0 80px 0;
}
.about-company .main-container {
  max-width: 1309px;
}
.about-company__item {
  width: 25%;
  float: left;
  text-align: center;
}
.about-company__item p {
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  margin: 15px 0 0 0;
}
.about-company__item p span {
  display: block;
}
.about-company__title {
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
}
.about-company__img {
  width: 113px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin: auto;
  margin-bottom: 22px;
}
.about-company__img img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .about-company__title {
    font-size: 18px;
  }
  .about-company__item p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .about-company__item {
    width: 50%;
    margin-bottom: 25px;
  }
  .about-company {
    margin: 45px 0 0 0;
    padding: 35px 0;
  }
}
@media (max-width: 490px) {
  .about-company__title {
    font-size: 14px;
  }
  .about-company__item p {
    font-size: 11px;
  }
}
.scheme {
  padding: 76px 0 0 0;
}
.scheme .blue-list {
  max-width: 995px;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 35px;
}
.scheme .blue-list ul li {
  min-height: 75px;
  vertical-align: middle;
  display: table;
  width: 100%;
  padding: 10px 0 10px 44px;
  margin: 0;
}
.scheme .blue-list ul li:before {
  left: 10px;
}
.scheme .blue-list ul li p {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}
.scheme .blue-list ul li:nth-child(odd) {
  background: #e8f6fa;
}
.work {
  margin: 88px 0 0 0;
}
.work-offer {
  border: 3px solid #F57C00;
  margin: 44px 0 86px 0;
  padding: 41px 0 54px 0;
}
.work-offer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.work-offer ul li {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  padding: 13px 26px 12px 72px;
}
.work-offer ul li:after {
  width: 11px;
  height: 11px;
  content: '';
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #F57C00;
  position: absolute;
  top: 21px;
  left: 28px;
}
.work-offer ul li:nth-child(even) {
  background: #fef2e5;
}
@media (max-width: 668px) {
  .work-offer {
    margin: 44px 0 46px 0;
    padding: 25px 0;
  }
  .work-offer ul li {
    font-size: 16px;
    padding: 13px 26px 12px 42px;
  }
  .work-offer ul li:after {
    width: 5px;
    height: 5px;
    content: '';
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #F57C00;
    position: absolute;
    top: 21px;
    left: 18px;
  }
  .work-offer ul li:nth-child(even) {
    background: #fef2e5;
  }
}
#popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 999;
}
.popup {
  visibility: hidden;
  display: none;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: translate(0, -200%);
  -ms-transform: translate(0, -200%);
  -o-transform: translate(0, -200%);
  transform: translate(0, -200%);
  position: absolute;
  z-index: 1000;
  margin-top: 0;
  min-width: 320px;
}
.popup.active {
  visibility: visible;
  display: block;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 20px;
}
.popup__close {
  top: 21px;
  right: 25px;
  position: absolute;
  padding: 5px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background: url("images/close.png") no-repeat center;
}
#instruction,
.video-popup {
  width: 820px;
  padding: 43px 20px 15px;
}
#instruction .h3,
.video-popup .h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.video-instruction {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-instruction iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blue-text {
  color: #21A4D0;
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}
.blue-link {
  color: #21A4D0;
  font-size: 15px;
  font-weight: 300;
}
.blue-link:hover {
  text-decoration: none;
}
.list-black {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-black li {
  margin-bottom: 3px;
}
.list-black li:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: top;
  width: 3px;
  height: 3px;
  background: #000;
  content: '';
  margin: 6px 5px 0 0;
}
.delivery-arrow {
  display: inline-block;
  vertical-align: top;
  background: url('images/sides-arrow.png');
  width: 79px;
  height: 29px;
  margin: 80px 13px 0;
}
.delivery-label {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 51px;
  display: block;
  text-align: center;
  width: 180px;
}
.payment {
  max-width: 620px;
  padding: 0 41px 65px;
}
.payment .payment-return {
  display: inline-block;
  vertical-align: top;
  margin: 29px 0 0 0;
  padding: 0 87px 0 0;
}
.payment .blue-link {
  display: inline-block;
  margin: 13px 0 48px 0;
}
.payment .list-black {
  margin: 0 0 34px 0;
}
.payment p {
  margin: 0;
}
.payment .h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 60px 0 0 0;
}
.payment .delivery__row {
  margin: 22px 0 38px 0;
}
.payment .delivery__row .blue-text {
  display: block;
}
.payment .delivery__item {
  margin: 0;
}
.payment .delivery__item:first-of-type:after {
  display: none;
}
.payment .delivery__item .delivery__pic {
  line-height: 1.2;
  position: relative;
  margin-bottom: 6px;
}
.payment .delivery__item p {
  margin: 0;
  color: #FFFEFE;
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  line-height: 1.2;
  width: 100%;
  text-transform: none;
}
.payment .delivery__item p span {
  display: block;
  color: #FFFEFE;
  font-size: 17px;
  font-weight: 300;
}
.question-name {
  color: #1D1D1D;
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  width: 37.5%;
  padding: 0 0 0 4px;
}
.input-area {
  display: inline-block;
  vertical-align: top;
  width: 62%;
}
.test {
  width: 820px;
  padding: 72px 41px 65px;
}
#partners {
  padding: 72px 10px 65px;
  max-width: 780px;
}
.test .request {
  text-align: center;
  margin: 30px 0 0 0;
}
.test .request .form-control {
  width: 339px;
  margin: 54px 6px 0;
}
.test-head {
  padding: 0 0 0 65px;
  margin: 0 0 50px 0;
}
.test-row {
  padding: 26px 0 6px 0;
  border-top: 1px solid #b2b2b2;
}
.test-row .no-border {
  border-top: 0;
}
.test-img {
  float: left;
  width: 169px;
  height: 169px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.test-text {
  width: auto;
  margin-left: 207px;
  line-height: 1.2;
}
.test-text p {
  color: #21A4D0;
  margin: 16px 0 0 0;
}
.test-title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
}
.test-title span {
  color: #21A4D0;
}
.checkbox-item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  margin: 0 11px 15px 0;
}
.checkbox-item input {
  border: 0;
  border-bottom: 1px solid #21A4D0;
  outline: 0;
  padding-right: 10px;
}
.checkbox-item label {
  color: #21A4D0;
}
.checkbox-item .jq-radio {
  top: -1px;
  vertical-align: middle;
  margin: 0 4px 0 0;
  width: 11px;
  height: 11px;
  border: 1px solid  #21A4D0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: none;
  box-shadow: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.checkbox-item .jq-radio:hover {
  border: 1px solid #F57C00;
}
.checkbox-item .jq-radio.checked {
  border: 1px solid #F57C00;
}
.checkbox-item .jq-radio.checked .jq-radio__div {
  width: 7px;
  height: 7px;
  margin: 1px 0 0 1px;
  border-radius: 50%;
  background: #F57C00;
  box-shadow: none;
}
.order-popup {
  width: 620px;
  padding: 58px 89px 57px;
}
.order-popup .form-control {
  width: 100%;
  display: block;
  margin: 0 0 29px 0;
}
.order-popup .form-control input[type="text"],
.order-popup .form-control input[type="number"],
.order-popup .form-control input[type="password"],
.order-popup .form-control input[type="email"],
.order-popup .form-control input[type="date"] {
  text-align: center;
  color: #6C6C6C;
  font-size: 24px;
  font-weight: 300;
  text-transform: none;
  padding: 0;
}
.order-popup .h4 {
  margin: 0 0 47px 0;
}
.test .text_part {
  font-size: 35px;
  color: #2894c7;
}
.test .partners-area {
  display: block;
  text-align: center;
  margin: 15px 0 0;
}
.partners-area .partner-item {
  display: inline-block;
  margin: 0 1.6em;
}
.home-number {
  margin: 0 -7.5px 57px;
}
.home-number .form-control {
  width: 33.3%;
  padding: 0 7.5px;
  float: left;
}
.home-number .form-control:first-child {
  margin-left: 0;
}
.test-end .h3 span {
  color: #21A4D0;
  display: block;
}
.test-fail .test-text p {
  color: #000;
  font-size: 24px;
  font-weight: 300;
}
.test-fail .request .form-control {
  margin: 0 6px 15px;
}
.test-process {
  max-width: 620px;
  text-align: center;
}
.test-process p {
  text-align: left;
  margin: 0;
  color: #21A4D0;
  font-size: 15px;
  font-weight: 300;
}
.test-process .h4 {
  text-transform: uppercase;
  margin-bottom: 54px;
}
.test-process .btn-f {
  width: 150px;
  height: 53px;
  line-height: 53px;
  margin-top: 79px;
}
.test-process .checkbox-item {
  margin: 0 10px 5px;
}
.test-process .checkbox-item label {
  color: #000;
}
.test-process .checkbox-item .jq-radio {
  width: 17px;
  height: 17px;
  border: 2px solid  #838383;
}
.test-process .checkbox-item .jq-radio:hover {
  border: 2px solid #21a4d0;
}
.test-process .checkbox-item .jq-radio.checked {
  border: 2px solid #21a4d0;
}
.test-process .checkbox-item .jq-radio.checked .jq-radio__div {
  margin: 3px 0 0 3px;
  background: #21a4d0;
}
.test-progress {
  height: 1px;
  display: block;
  width: 100%;
  background: #b2b2b2;
  margin: 53px 0 75px 0;
  position: relative;
}
.progress-item {
  width: 17px;
  height: 17px;
  border: 1px solid #B2B2B2;
  color: #B2B2B2;
  position: absolute;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  font-size: 12px;
  font-weight: 500;
}
.progress-item.active {
  color: #21A4D0;
  border: 1px solid #21A4D0;
}
.progress-item-2 {
  left: 16.6%;
}
.progress-item-3 {
  left: 33.2%;
}
.progress-item-4 {
  left: 49.8%;
}
.progress-item-5 {
  left: 66.4%;
}
.progress-item-6 {
  left: 83%;
}
.progress-item-7 {
  left: 97%;
}
.presentation-popup {
  max-width: 620px;
  text-align: center;
  width: 100%;
  padding: 55px 4px 31px;
}
.presentation-popup h3,
.presentation-popup .h3 {
  color: #21A4D0;
  text-transform: none;
  margin-bottom: 15px;
}
.presentation-popup .form-control {
  width: 357px;
  margin: 0 0 15px 0;
}
@media (max-width: 992px) {
  .delivery-arrow {
    margin: 53px 13px 0;
  }
  #instruction,
  .video-popup,
  .test {
    width: 95%;
  }
  .input-area {
    width: 58%;
  }
  .test-head {
    padding: 0 0 0 30px;
    margin: 0 0 30px 0;
  }
  .test-fail .test-text p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
  }
  .test-fail .request .form-control {
    margin: 0 6px 15px;
  }
}
@media (max-width: 767px) {
  #instruction .h3,
  .video-popup .h3 {
    font-size: 17px;
  }
  .test-title {
    font-size: 30px;
  }
  .test {
    padding: 45px 15px 30px;
  }
  .test-row {
    padding: 17px 0 4px 0;
  }
  .checkbox-item {
    margin: 0 11px 7px 0;
  }
  .question-name {
    font-size: 13px;
  }
  .checkbox-item label {
    font-size: 13px;
  }
  .order-popup,
  #instruction,
  .video-popup,
  .test {
    width: 100%;
  }
}
@media (max-width: 668px) {
  .test-img {
    display: none;
  }
  .test-head {
    padding: 0;
  }
  .test-text {
    margin-left: 0;
  }
  .test .request .form-control {
    width: 100%;
    margin: 23px 6px 0;
  }
  .checkbox-item input {
    width: 100%;
  }
  .order-popup {
    padding: 58px 30px 42px;
  }
  .order-popup .form-control {
    margin: 0 0 15px 0;
  }
  .order-popup .form-control input[type="text"],
  .order-popup .form-control input[type="number"],
  .order-popup .form-control input[type="password"],
  .order-popup .form-control input[type="email"],
  .order-popup .form-control input[type="date"] {
    font-size: 14px;
  }
  .order-popup .h4 {
    margin: 0 0 30px 0;
  }
  .test-process .btn-f {
    margin-top: 15px;
  }
  .test-process .h4 {
    margin-bottom: 20px;
  }
  .test-progress {
    margin: 53px 0 43px 0;
  }
}
@media (max-width: 568px) {
  .delivery-arrow {
    display: none;
  }
  .payment {
    padding: 0 20px 25px;
  }
  .payment .h3 {
    font-size: 14px;
    margin: 30px 0 0 0;
  }
  .payment .blue-link {
    margin: 13px 0 25px 0;
  }
  .payment .delivery__item p {
    font-size: 21px;
  }
  .payment .delivery__item p span {
    font-size: 12px;
  }
  .payment .delivery-label {
    margin-top: 23px;
    margin-bottom: 24px;
  }
  .payment .delivery__item {
    width: 111px;
  }
  .payment .delivery__pic {
    width: 111px;
    height: 111px;
    margin-bottom: 6px;
  }
  .payment .popup__close {
    top: 11px;
    right: 5px;
    width: 17px;
    height: 17px;
    background-size: cover;
  }
  .presentation-popup {
    padding: 45px 4px 25px;
  }
  .presentation-popup .form-control {
    width: 80%;
  }
}
.end-order {
  background: url("images/end.png") no-repeat center;
  background-size: cover;
  position: relative;
  height: 843px;
}
.end-order__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.end-order__inner .h3 {
  color: #21A4D0;
  font-size: 60px;
  font-weight: 700;
}
.end-order__inner p {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 300;
}
.end-order__inner .btn-f__blue {
  margin-top: 117px;
}
@media (max-width: 767px) {
  .end-order__inner .h3 {
    font-size: 35px;
  }
  .end-order__inner p {
    font-size: 15px;
  }
  .end-order__inner .btn-f__blue {
    margin-top: 37px;
  }
  .end-order {
    height: 443px;
  }
}
@media (max-width: 568px) {
  .end-order__inner .h3 {
    font-size: 28px;
  }
}
.earnings {
  text-align: center;
  float: left;
  width: 50%;
}
.earnings .form-control {
  width: 357px;
  margin: 0 0 28px 0;
}
.earnings p {
  font-size: 26px;
  margin: 12px 0 44px 0;
}
.earnings-cont {
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .earnings {
    float: none;
    width: 100%;
    margin-top: 35px;
  }
  .earnings p {
    font-size: 18px;
  }
}
