@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700&subset=latin,cyrillic);
@font-face {
  font-family: 'a_futuricaregular';
  src: url('../fonts/a_futurica-webfont.eot');
  src: url('../fonts/a_futurica-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/a_futurica-webfont.woff2') format('woff2'), url('../fonts/a_futurica-webfont.woff') format('woff'), url('../fonts/a_futurica-webfont.ttf') format('truetype'), url('../fonts/a_futurica-webfont.svg#a_futuricaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'a_futuricaextrabold';
  src: url('../fonts/afuturicaextrabold-webfont.eot');
  src: url('../fonts/afuturicaextrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/afuturicaextrabold-webfont.woff2') format('woff2'), url('../fonts/afuturicaextrabold-webfont.woff') format('woff'), url('../fonts/afuturicaextrabold-webfont.ttf') format('truetype'), url('../fonts/afuturicaextrabold-webfont.svg#a_futuricaextrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'a_futuricasemibold';
  src: url('../fonts/a_futuricalt-semibold-webfont.eot');
  src: url('../fonts/a_futuricalt-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/a_futuricalt-semibold-webfont.woff2') format('woff2'), url('../fonts/a_futuricalt-semibold-webfont.woff') format('woff'), url('../fonts/a_futuricalt-semibold-webfont.ttf') format('truetype'), url('../fonts/a_futuricalt-semibold-webfont.svg#a_futuricaextrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* iframe {
  border: none !important;
}
ul.unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9e7fa9 !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9e7fa9 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9e7fa9 !important;
}
input::placeholder,
textarea::placeholder {
  color: #9e7fa9 !important;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/**/
.row.no-pad {
  margin-right: 0;
  margin-left: 0;
}
.row.no-pad > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
body {
  background: #fff;
  text-rendering: optimizeLegibility;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.66666667em;
  color: #ffffff;
  min-width: 320px;
  margin: 0 auto;
  padding: 0!important;
}
.page-wrap {
  min-width: 320px;
  overflow: hidden;
}
.container {
  min-width: 320px;
}
[data-sr] {
  visibility: hidden;
}
/*vars*/
/*buttons*/
.btn {
  background: -webkit-linear-gradient(top, #fbd254 0%, #ecba68 100%);
  background: linear-gradient(to bottom, #fbd254 0%, #ecba68 100%);
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-family: 'a_futuricaextrabold';
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  padding: 15px 95px;
  border: none;
}
.btn:focus {
  color: #fff;
  outline: none;
}
.btn:focus:active {
  outline: none;
}
.btn:hover,
.btn:active {
  color: #fff;
  background: #FBD254;
}
.btn:active {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), inset 1px 1px 8px rgba(0, 0, 0, 0.1);
}
.btn--sm {
  font-size: 11px;
  padding: 7px 20px;
}
.btn--arrow {
  font-family: 'a_futuricaregular';
  background: no-repeat;
  box-shadow: none;
  padding: 16px 20px;
  padding-right: 70px;
  position: relative;
  border: 1px solid #fff;
  letter-spacing: 1px;
  font-size: 11px;
  text-transform: uppercase;
}
.btn--arrow:before {
  content: "";
  position: absolute;
  background: url(../img/ico-arrow-right-btn.png) no-repeat 0 0;
  width: 26px;
  height: 26px;
  right: 11px;
  top: 50%;
  margin-top: -13px;
}
.btn--arrow:hover {
  background: #fcd347;
  border-color: #fcd347;
  color: #352b68;
}
.btn--arrow:hover:before {
  background-position: -27px 0;
}
.btn--arrow-purple {
  font-family: 'a_futuricaregular';
  background: no-repeat;
  box-shadow: none;
  padding: 16px 15px;
  padding-right: 80px;
  position: relative;
  border: 1px solid #9D80A8;
  letter-spacing: 1px;
  font-size: 11px;
  color: #9e7fa9;
  text-transform: uppercase;
  border-radius: 5px;
}
.btn--arrow-purple:before {
  content: "";
  position: absolute;
  background: url(../img/ico-arrow-right-btn2.png) no-repeat 0 0;
  background-position: 0 0;
  width: 26px;
  height: 26px;
  right: 11px;
  top: 50%;
  margin-top: -13px;
}
.btn--arrow-purple:focus {
  text-decoration: none;
  color: #9e7fa9;
}
.btn--arrow-purple:hover {
  background: #fcd347;
  border-color: #fcd347;
  color: #352b68;
  text-decoration: none;
}
.btn--arrow-purple:hover:before {
  background-position: -28px 0;
}
.section-title {
  text-align: center;
  font-size: 44px;
  padding-bottom: 1em;
  padding-top: 2.8em;
  max-width: 785px;
  margin: 0 auto;
}
.section-title h4 {
  font-size: 1em;
  font-family: 'a_futuricasemibold';
  color: #9e7fa9;
  margin: 0;
}
.section-title p {
  color: #352b68;
  font-size: 18px;
  margin-top: 40px;
}
.section-title.section-title--white h4 {
  color: #fff;
}
.section-title.section-title--white p {
  color: #fff;
}
.product-section__title {
  font-size: 36px;
  max-width: 850px;
  padding-top: 6.8em;
}
.product-section__title h4{
  line-height: 49px;
  font-family: "a_futuricaextrabold";
  color: #352B68;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 10px 25px;
  }
  .btn--arrow {
    padding: 16px 20px;
    padding-right: 70px;
  }
  .btn--arrow-purple {
    padding: 16px 15px;
    padding-left: 15px;
    padding-right: 60px;
  }
  .section-title, .product-section__title {
    font-size: 24px;
  }
  .product-section__title {
    padding-top: 5.8em;
  }
  .product-section__title h4 {
    line-height: 30px;
  }
  .section-title p {
    font-size: 14px;
  }
}
/*form*/
form {
  max-width: 487px;
  margin: 0 auto;
}
form button {
  width: 100%;
}
form label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #352b68;
  font-family: 'a_futuricaextrabold';
}
.form-heading {
  color: #423151;
  text-align: center;
  padding-bottom: 45px;
  padding-top: 0px;
}
.form-heading h4 {
  font-size: 30px;
  color: #9e7fa9;
  font-family: 'a_futuricaextrabold';
  margin-bottom: 0;
  margin-bottom: 10px;
}
.form-heading p {
  line-height: 24px;
  font-size: 14px;
  margin-top: 0;
}
.form-control {
  height: 30px;
  border: 1px solid #cebfd4;
  border-radius: 10px;
  text-transform: uppercase;
  color: #423250;
  font-size: 10px;
}
.form-control:focus {
  border: 1px solid #423250;
  box-shadow: none;
  outline: none;
}
textarea.form-control {
  min-height: 100px;
  max-width: 100%;
}
.form-group {
  margin-bottom: 20px;
}
.has-error {
  position: relative;
}
.has-error:after {
  position: absolute;
  content: "\f071";
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 13px;
  color: #A94442;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.has-error .form-control {
  box-shadow: none !important;
}
.has-success {
  position: relative;
}
.has-success:after {
  position: absolute;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 13px;
  color: #2B542C;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.has-success .form-control {
  box-shadow: none !important;
}
/* ==========================================================================
   .header
   ========================================================================== */
.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: white;
  box-shadow: 0 -7px 38px rgba(0, 0, 0, 0.5);
}
.header .container {
  position: relative;
  min-height: 119px;
}
.header .logo--lg {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -35px;
}
.header.fixed {
  left: 0;
  top: 0;
  right: 0;
  position: fixed;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  min-height: 50px;
  background: #fff;
}
.header.fixed .container {
  min-height: auto;
  padding-top: 0;
}
.header.fixed .logo--lg {
  display: none;
}
.header.fixed .logo--sm {
  display: block;
}
.header.fixed .header-callback {
  display: none;
}
.header.fixed .header-navbar {
  margin: 0px 0;
}
.logo--lg {
  display: block;
  width: 205px;
  height: 70px;
  margin: 0 auto;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo--lg {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/logo@2x.png);
    background-size: 205px 70px;
  }
}
.logo--sm {
  width: 30px;
  height: 30px;
  background-image: url(../img/logo-sm.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px;
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo--sm {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/logo-sm@2x.png);
    background-size: 30px 30px;
  }
}
.logo--sm2 {
  display: block;
  width: 118px;
  height: 40px;
  background-image: url(../img/logo2.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -20px;
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .logo--sm2 {
    /* on retina, use image that's scaled by 2 */
    background-image: url(../img/logo2@2x.png);
    background-size: 118px 40px;
  }
}
.header-callback {
  text-align: right;
  padding: 24px 0;
  padding-bottom: 0;
}
.header-callback__phone {
  color: #352b68;
  font-size: 14px;
  margin-right: 10px;
}
.header-callback__phone a {
  color: #352b68;
}
.header-navbar {
  clear: both;
  float: right;
  margin: 6px 0;
  text-align: right;
  position: relative;
  z-index: 1;
}
.navbar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  float: none;
  width: 100%;
}
.navbar-nav:before,
.navbar-nav:after {
  content: " ";
  display: table;
}
.navbar-nav:after {
  clear: both;
}
.navbar-nav:before,
.navbar-nav:after {
  content: " ";
  display: table;
}
.navbar-nav:after {
  clear: both;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar-item {
  margin: 0 20px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.navbar-item:last-child {
  margin-right: 0;
}
.navbar-link {
  color: #9e7fa9;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  display: block;
  font-family: 'a_futuricaextrabold';
}
.navbar-link:focus {
  color: #9e7fa9;
  text-decoration: none;
}
.navbar-link:hover {
  color: #fcd347;
  text-decoration: none;
}
.header-toggle {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 40px;
  height: 40px;
  background-color: #716a95;
  border-radius: 50%;
  text-align: center;
  padding: 13px 0;
  outline: none;
  border: none;
  line-height: 0px;
  display: none;
}
.header-toggle:focus {
  outline: none;
  border: none;
}
.header-toggle span {
  background: #fff;
  display: inline-block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
}
.header-toggle:hover {
  background: #553f68;
}
@media screen and (max-width: 991px) {
  .header:not(.fixed) .header-callback {
    padding: 43px 0;
  }
  .header:not(.fixed) .header-navbar {
    position: absolute;
    bottom: -60px;
    float: none;
    left: 0;
    right: 0;
    text-align: center;
  }
  .header:not(.fixed) .navbar-item {
    margin: 0 15px;
  }
  .header:not(.fixed) .navbar-item:last-child {
    margin-right: 15px;
  }
  .header:not(.fixed) .navbar-link {
    color: #fff;
  }
  .header:not(.fixed) .navbar-link:hover {
    color: #fcd347;
  }
  .header.fixed .navbar-item {
    margin: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .header .container {
    min-height: auto;
    padding-top: 0;
    min-height: 80px;
  }
  .header.fixed .logo--sm {
    display: none;
  }
  .header:not(.fixed) .logo--lg {
    display: none;
  }
  .header:not(.fixed) .logo--sm2 {
    display: block;
    margin-top: 0;
    top: 20px;
  }
  .header:not(.fixed) .header-toggle {
    display: block;
  }
  .header:not(.fixed) .header-navbar {
    position: relative;
    bottom: 0;
  }
  .header:not(.fixed) .navbar-nav > .navbar-item {
    display: block;
  }
  .header:not(.fixed) .navbar-item {
    margin: 15px 0;
  }
  .header:not(.fixed) .navbar-item:last-child {
    margin-right: 0;
  }
  .header:not(.fixed) .navbar-link {
    display: inline-block;
    color: #9e7fa9;
  }
  .header:not(.fixed) .header-callback {
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
  }
  .header:not(.fixed) .header-callback__phone {
    display: block;
    margin-bottom: 5px;
  }
  .header:not(.fixed) .header-collapse {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px;
    padding-top: 10px;
    margin-top: 80px;
    display: none;
  }
  .header:not(.fixed) .header-collapse.open {
    display: block;
  }
  .header.fixed .logo--lg {
    display: none;
  }
  .header.fixed .logo--sm {
    display: block;
    margin-top: 0;
    top: 11px;
  }
  .header.fixed .header-toggle {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    top: 10px;
  }
  .header.fixed .header-toggle span {
    width: 70%;
    height: 2px;
    margin-bottom: 2px;
  }
  .header.fixed .header-navbar {
    position: relative;
    bottom: 0;
    float: none;
    text-align: center;
  }
  .header.fixed .navbar-nav > .navbar-item {
    display: block;
  }
  .header.fixed .navbar-item {
    margin: 15px 0;
    float: none;
    display: inline-block;
  }
  .header.fixed .navbar-item:last-child {
    margin-right: 0;
  }
  .header.fixed .navbar-link {
    display: inline-block;
    color: #9e7fa9;
  }
  .header.fixed .header-callback {
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
    display: block;
  }
  .header.fixed .header-callback__phone {
    display: block;
    margin-bottom: 5px;
  }
  .header.fixed .header-collapse {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 15px;
    padding-top: 10px;
    margin-top: 50px;
    display: none;
  }
  .header.fixed .header-collapse.open {
    display: block;
  }
}
/* ==========================================================================
   s-hero
   ========================================================================== */
.s-hero {
  background: url(../img/bg-hero.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: 119px;
}
.s-hero:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #352b68;
  opacity: .85;
}
.s-hero .container {
  position: relative;
  z-index: 1;
}
.offer {
  font-size: 44px;
  margin: 2.6em 0;
  margin-bottom: 4.6em;
}
.offer h1 {
  font-size: 1em;
  line-height: 1.3em;
  margin: 0;
  font-family: 'a_futuricasemibold';
}
.offer p {
  font-size: 16px;
  max-width: 570px;
  margin: 30px 0;
}
@media screen and (max-width: 991px) {
  .offer {
    font-size: 34px;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .s-hero {
    margin-top: 80px;
  }
  .offer {
    font-size: 24px;
    margin-top: 2.6em;
  }
  .offer p {
    font-size: 14px;
    margin: 15px 0;
  }
  .offer .btn--arrow {
    min-width: 290px;
  }
  .offer .btn--arrow span {
    display: none;
  }
}
/* ==========================================================================
   s-guarantee
   ========================================================================== */
.s-guarantee {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .s-guarantee {
    padding-bottom: 80px;
  }
}
/* ==========================================================================
   s-why
   ========================================================================== */
.s-why {
  background: #716b94;
  padding-bottom: 120px;
}
.feature-wrp {
  border-right: 1px solid #534b7c;
  border-bottom: 1px solid #534b7c;
  padding: 0 20px;
}
.feature-wrp:before,
.feature-wrp:after {
  content: " ";
  display: table;
}
.feature-wrp:after {
  clear: both;
}
.feature-wrp:before,
.feature-wrp:after {
  content: " ";
  display: table;
}
.feature-wrp:after {
  clear: both;
}
.feature3-wrp {
  border-right: none;
}
.feature4-wrp {
  border-bottom: none;
}
.feature5-wrp {
  border-bottom: none;
}
.feature6-wrp {
  border-bottom: none;
  border-right: none;
}
.feature {
  padding-top: 130px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
  max-width: 315px;
  position: relative;
}
.feature:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #534b7c;
}
.feature h4 {
  color: #fff38d;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'a_futuricaextrabold';
}
.feature p {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}
.feature--item1:before {
  background: #534b7c url(../img/ico-feature1.png) no-repeat center;
}
.feature--item2:before {
  background: #534b7c url(../img/ico-feature2.png) no-repeat center;
}
.feature--item3:before {
  background: #534b7c url(../img/ico-feature3.png) no-repeat center;
}
.feature--item4:before {
  background: #534b7c url(../img/ico-feature4.png) no-repeat center;
}
.feature--item5:before {
  background: #534b7c url(../img/ico-feature5.png) no-repeat center;
}
.feature--item6:before {
  background: #534b7c url(../img/ico-feature6.png) no-repeat center;
}
@media screen and (max-width: 991px) {
  .feature-wrp {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .s-why {
    padding-bottom: 40px;
  }
}
/* ==========================================================================
   s-partners
   ========================================================================== */
.s-partners,
.s-clients {
  background: #e2d8e5;
  padding-bottom: 100px;
}
.s-partners .section-title,
.s-clients .section-title {
  padding-top: 1.6em;
}
.boostKeyframe {
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
}
.brands-list {
  display: table;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.brand-list__item {
  display: table-cell;
  vertical-align: middle;
  padding: 0 70px;
}

.brand-list__item img {
	height: 70px;
}

/* ==========================================================================
   s-products
   ========================================================================== */
.s-products {
  padding-bottom: 120px;
}
.product {
  text-align: center;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 75px;
}
.product__image {
  width: 199px;
  height: 199px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff38d;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
}
.product__name {
  font-size: 12px;
  font-family: 'a_futuricaextrabold';
  color: #352b68;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1px;
  margin-top: 20px;
  min-height: 48px;
}
.product-wrapper {
  display: inline-flex;
  width: calc(20% - 10px);
  margin: 0 5px 10px 0;
}


.product.product-card{
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 40px;
  border: 1px solid #E2D8E5;
  box-sizing: border-box;
  border-radius: 4px;
}
.product.product-card .product__image {
  border-radius: 0;
  box-shadow: none;

}
.product.product-card .product__name {
  padding: 0 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: left;
  text-transform: none;
}
.product.product-card .product__price {
  position: absolute;
  left: 10px;
  bottom: 20px;
  font-family: 'a_futuricaextrabold';
  font-size: 12px;
  color: #02B234;
}
.product.product-card .product__available {
  position: absolute;
  padding: 0 10px;
  right: 10px;
  bottom: 25px;
  height: 20px;
  line-height: 20px;
  font-family: 'a_futuricasemibold';
  font-size: 12px;
  color: #fff;
  background: #02b234;
}
.product.product-card .unavailable {
  background: #DE2D4D;
}
@media screen and (min-width: 1200px) {
  .product-wrapper:nth-child(5n) {
    margin: 0 0 10px 0; 
  }
}

@media screen and (min-width: 993px ) and (max-width: 1199px ) {
  .product.product-card {
    padding-bottom: 45px;
  }
  .product-wrapper {
    display: inline-flex;
    width: 22%;
    margin: 0 0px 10px 20px;
  }
  .product-wrapper:nth-child(4n) {
    margin: 0 0px 10px 20px; 
  }
  .product-wrapper:nth-child(3n) {
    margin: 0 0px 10px 20px;
  }
}

@media screen and (min-width: 768px ) and (max-width: 992px ) {
  .product-wrapper {
    display: inline-flex;
    width: 28%;
    margin: 0 15px 10px 20px;
  }
  .product-wrapper:nth-child(3n) {
    margin: 0 0 10px 0; 
  }
}

@media screen and (min-width: 500px ) and (max-width: 767px) {
  .product-wrapper {
    display: inline-flex;
    width: 45%;
    margin: 0 15px 10px 20px;
  }
  .product-wrapper:nth-child(2n) {
    margin: 0 0 10px 0; 
  }
}

@media screen and (max-width: 500px) {
  .product-wrapper {
    display: block;
    width: 75%;
    margin: 10px auto;
  }
  .product-wrapper:nth-child(2n) {
    margin: 10px auto; 
  }
}

.product__btn {
  margin-top: 10px;
}
.get-full-price {
  padding-top: 40px;
}
.get-full-price p {
  color: #0e1b66;
  line-height: 28px;
  margin-bottom: 40px;
}
.get-full-price .logo {
  margin-bottom: 30px;
}
/* ==========================================================================
   s-reviews
   ========================================================================== */
.s-reviews {
  background: #716b94;
  padding-bottom: 90px;
}
.s-reviews .section-title {
  padding-top: 1.6em;
}
.review__photo {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  box-shadow: 1px 1.7px 1px rgba(255, 255, 255, 0.3), inset 1.5px 2.6px 10px rgba(0, 0, 0, 0.1);
}
.review__name {
  font-size: 12px;
  color: #fcd347;
  font-family: 'a_futuricaextrabold';
  text-transform: uppercase;
  letter-spacing: 2px;
  max-width: 230px;
  margin: 0 auto;
  line-height: 24px;
  margin-top: 15px;
}
.review__position {
  font-size: 14px;
  max-width: 230px;
  margin: 0 auto;
  line-height: 24px;
  margin-top: 10px;
}
.review__text-wrp {
  background-color: #9c97b5;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  padding: 35px;
  position: relative;
}
.review__text-wrp:before {
  content: "";
  position: absolute;
  border-right: 20px solid #9c97b5;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  top: 50%;
  margin-top: -20px;
  left: -39px;
}
.review__text {
  height: 265px;
  overflow: auto;
  font-style: italic;
}
.review__text::-webkit-scrollbar {
  width: 10px;
}
.review__text::-webkit-scrollbar-thumb {
  background-color: #FFFAAA;
  border-radius: 0;
}
.review__text::-webkit-scrollbar-thumb:hover {
  background-color: #FFFAAA;
}
.review__text::-webkit-scrollbar-track {
  background-color: #716B94;
}
.slick-slide {
  padding: 20px 100px;
}
.slick-slide:focus {
  outline: none;
}
.slick-prev,
.slick-next {
  width: 48px;
  height: 48px;
  background: url(../img/slider-arrows.png) no-repeat 0 0;
  z-index: 10;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev {
  left: 15px;
  margin-top: -24px;
}
.slick-prev:focus {
  background: url(../img/slider-arrows.png) no-repeat 0 0;
}
.slick-prev:hover {
  background: url(../img/slider-arrows.png) no-repeat 0 -48px;
}
.slick-next {
  right: 15px;
  margin-top: -24px;
  background: url(../img/slider-arrows.png) no-repeat -48px 0;
}
.slick-next:focus {
  background: url(../img/slider-arrows.png) no-repeat -48px 0;
}
.slick-next:hover {
  background: url(../img/slider-arrows.png) no-repeat -48px -48px;
}
@media screen and (max-width: 991px) {
  .review__text-wrp {
    margin-top: 50px;
  }
  .review__text-wrp:before {
    top: -40px;
    margin-top: 0;
    left: 50%;
    margin-left: -20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .s-reviews .slick-slider {
    padding-bottom: 70px;
  }
  .s-reviews .slick-slide {
    padding: 20px;
  }
  .s-reviews .slick-prev {
    left: 50%;
    top: auto;
    margin-top: 0;
    bottom: 0;
    margin-left: -55px;
  }
  .s-reviews .slick-next {
    left: 50%;
    top: auto;
    margin-top: 0;
    bottom: 0;
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .review__text-wrp {
    padding: 15px;
  }
  .review__text {
    font-size: 14px;
    line-height: 24px;
  }
}
/* ==========================================================================
   s-sert
   ========================================================================== */
.s-sert {
  background-color: #CEBFD3;
  background-image: url(../img/certs-bg.png);
  background-size; cover;
  background-position: center center;
  padding-bottom: 120px;
}
.s-sert .section-title {
  padding-top: 1.6em;
}
.s-sert .section-title h4 {
	color: #716a95;
}
/* ==========================================================================
   s-contacts
   ========================================================================== */
.s-contacts {
  background: #E1D7E4;
  padding-top: 125px;
  padding-bottom: 80px;
}
.s-contacts .container {
  padding: 0;
}
.contacts {
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  min-height: 400px;
  position: relative;
  margin-top: 140px;
  padding-top: 140px;
  padding-bottom: 80px;
}
.contacts:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 120px solid #fff;
  border-top: 120px solid transparent;
  border-left: 585px solid transparent;
  border-right: 585px solid transparent;
  top: -240px;
  -webkit-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, 0.1));
}
.contacts:after {
  content: "";
  position: absolute;
  height: 10px;
  background: #fff;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.lightning {
  position: absolute;
  background: url(../img/lightning.png) no-repeat center;
  height: 80px;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  top: -30px;
  z-index: 2;
}
.contacts-item {
  position: relative;
  padding-left: 140px;
  height: 120px;
  margin-bottom: 40px;
  display: table;
}
.contacts-item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 120px;
  height: 120px;
  background: #e2d8e5;
  border-radius: 50%;
}
.contacts-item > div {
  display: table-cell;
  vertical-align: middle;
}
.contacts-item h4 {
  color: #423151;
  font-size: 12px;
  font-family: 'a_futuricaextrabold';
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  margin-bottom: 10px;
}
.contacts-item address {
  margin: 0;
}
.contacts-item span {
  font-size: 14px;
  color: #423151;
  line-height: 24px;
  display: inline-block;
}
.contacts-item--address:before {
  background: #e2d8e5 url(../img/ico-contacts-address.png) no-repeat center;
}
.contacts-item--phone:before {
  background: #e2d8e5 url(../img/ico-contacts-phone.png) no-repeat center;
}
.contacts-item--email:before {
  background: #e2d8e5 url(../img/ico-contacts-email.png) no-repeat center;
}
.map {
  background: url(../img/rus-map.jpg) no-repeat center center;
  padding-bottom: 42.5%;
  background-size: contain;
  position: relative;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.map-marker {
  position: absolute;
  left: 50%;
  margin-left: -55px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #423151;
  text-transform: uppercase;
  font-family: 'a_futuricaextrabold';
  bottom: 100px;
  padding-top: 50px;
}
.map-marker:before {
  content: "";
  position: absolute;
  background: url(../img/ico-map-marker.png) no-repeat;
  width: 25px;
  height: 40px;
  top: 0;
  left: 50%;
  margin-left: -12px;
}
@media screen and (max-width: 1199px) {
  .contacts:before {
    border-bottom: 120px solid #fff;
    border-top: 120px solid transparent;
    border-left: 485px solid transparent;
    border-right: 485px solid transparent;
  }
}
@media screen and (max-width: 991px) {
  .contacts:before {
    border-bottom: 100px solid #fff;
    border-top: 100px solid transparent;
    border-left: 375px solid transparent;
    border-right: 375px solid transparent;
    top: -200px;
  }
  .map-marker {
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contacts {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contacts:before {
    border-bottom: 100px solid #fff;
    border-top: 100px solid transparent;
    border-left: 485px solid transparent;
    border-right: 485px solid transparent;
    left: 50%;
    margin-left: -485px;
  }
  .contacts-item {
    padding-left: 0;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
    min-height: 1px;
    height: auto;
    margin-bottom: 35px;
  }
  .contacts-item:before {
    display: none;
  }
  .map {
    margin-left: 0;
    margin-right: 0;
    height: 159px;
    padding-bottom: 0;
  }
  .map-marker {
    bottom: -10px;
  }
}
/* ==========================================================================
   footer
   ========================================================================== */
.footer {
  background: #CEBFD3;
  min-height: 80px;
  line-height: 80px;
}
.footer small {
  font-size: 14px;
  color: #423151;
  float: left;
}
.footer .neos-logo {
  display: inline-block;
  float: right;
}
@media (max-width: 480px) {
  .footer {
    padding-bottom: 45px;
  }
  .footer .copyright {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  .footer .neos-logo {
    float: none;
    display: block;
    width: 168px;
    height: 76px;
    margin: 0 auto;
  }
}
/* ==========================================================================
   modal
   ========================================================================== */
.modal {
  text-align: center;
}
.modal .close {
  background: url(../img/modal-close.png) no-repeat 0 0;
  width: 48px;
  height: 48px;
  display: block;
  right: -20px;
  top: -20px;
  outline: none;
  border: none;
  position: absolute;
  z-index: 1;
}
.modal .close:focus {
  outline: none;
  border: none;
}
.modal .close:hover {
  background-position: -48px 0;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-backdrop {
  background-color: #000000;
}
.lg-toolbar {
  background: none;
}
.modal-backdrop.in {
  background-color: #000000;
  opacity: .7;
}
.modal-form .modal-dialog {
  max-width: 370px;
  background: #fff;
  border-radius: 10px;
}
.modal-form form {
  max-width: 290px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.modal-form form .btn-wrap {
  text-align: center;
  padding-top: 30px;
}
.modal-form form .btn-wrap button {
  max-width: 180px;
}
.modal-form .form-heading {
  text-align: left;
  padding-bottom: 20px;
}
.modal-product .modal-dialog {
  max-width: 400px;
  background: #fff;
  border-radius: 10px;
}
.modal-product form {
  max-width: 400px;
}
.modal-product form .btn-wrap {
  padding-top: 0;
}
.modal-product .form-heading h4 {
  font-family: 'a_futuricasemibold';
}
.modal-product .modal-product-info {
  position: relative;
  padding-bottom: 20px;
}
.modal-product .modal-product-info p {
  font-size: 14px;
  line-height: 24px;
  color: #352b68;
  margin-top: 14px;
}
.modal-product .product-info__image {
  width: 60px;
  height: 60px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
}
.modal-product .product-info__image img {
  max-width: 100%;
  height: auto;
}
.modal-product .product-info__name {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #352b68;
  font-family: 'a_futuricaextrabold';
  padding-left: 80px;
  padding-right: 20px;
  margin-top: 0;
  min-height: 60px;
}
.thank-you {
  padding: 30px 10px;
}
.thank-you h4 {
  font-size: 30px;
  font-family: 'a_futuricaextrabold';
  color: #9e7fa9;
}
.thank-you p {
  color: #9e7fa9;
}
@media screen and (min-width: 768px) {
  .modal-thankyou .modal-dialog {
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    margin-top: 30px;
  }
  .modal-product .modal-dialog {
    width: 400px;
  }
}
@media screen and (max-width: 430px) {
  .modal-product .modal-dialog {
    width: auto;
  }
}
/*stackslider*/
.st-wrapper {
  width: 100%;
  height: 575px;
  position: relative;
  margin: 0 auto;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  -webkit-perspective-origin: 50% 100%;
          perspective-origin: 50% 100%;
}
.st-stack {
  max-width: 370px;
  position: absolute;
  height: 10px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #cdbed2 50%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #cdbed2 50%);
  background-size: 5px 5px;
  background-position: bottom center;
}
.st-stack-left {
  left: 0px;
}
.st-stack-right {
  right: 0px;
}
.st-wrapper .st-title,
.st-wrapper nav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.st-wrapper .st-title {
  padding-bottom: 60px;
  padding-top: 40px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.st-wrapper .st-title h2 {
  text-shadow: 0.5px 0.9px 0 rgba(255, 255, 255, 0.5);
  color: #423151;
  font-family: 'a_futuricaextrabold';
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  margin-bottom: 15px;
}
.st-wrapper .st-title p {
  color: #fff;
  font-size: 14px;
  max-width: 300px;
  margin: 0 auto;
  line-height: 24px;
}
.st-wrapper nav span {
  width: 48px;
  height: 48px;
  background: url(../img/slider-arrows.png) no-repeat 0 0;
  z-index: 10;
}
.st-wrapper nav span:before {
  display: none;
}
.st-wrapper nav span:first-child:focus {
  background: url(../img/slider-arrows.png) no-repeat 0 0;
}
.st-wrapper nav span:first-child:hover {
  background: url(../img/slider-arrows.png) no-repeat 0 -48px;
}
.st-wrapper nav span:last-child {
  background: url(../img/slider-arrows.png) no-repeat -48px 0;
}
.st-wrapper nav span:last-child:focus {
  background: url(../img/slider-arrows.png) no-repeat -48px 0;
}
.st-wrapper nav span:last-child:hover {
  background: url(../img/slider-arrows.png) no-repeat -48px -48px;
}
.st-wrapper nav span {
  color: transparent;
  position: absolute;
  width: 48px;
  height: 48px;
  left: 0;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
}
.st-wrapper nav {
  position: absolute;
  width: 220px;
  height: 50px;
  left: 50%;
  margin-left: -110px;
}
.st-wrapper nav span:first-child {
  left: 44px;
}
.st-wrapper nav span:last-child {
  left: auto;
  right: 44px;
}
.st-wrapper .st-item {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 0 !important;
}
.st-wrapper .st-item.st-center {
  -webkit-transform: rotateZ(0deg) rotateY(0deg);
          transform: rotateZ(0deg) rotateY(0deg);
}
.st-wrapper .st-item.st-right,
.st-wrapper .st-item.st-rightflow {
  opacity: 0;
  -webkit-transform: rotateZ(90deg) rotateY(-91deg);
          transform: rotateZ(90deg) rotateY(-91deg);
  pointer-events: none;
}
.st-wrapper .st-item.st-left,
.st-wrapper .st-item.st-leftflow {
  opacity: 0;
  -webkit-transform: rotateZ(-90deg) rotateY(91deg);
          transform: rotateZ(-90deg) rotateY(91deg);
  pointer-events: none;
}
.st-wrapper .st-item.st-rightflow,
.st-wrapper .st-item.st-leftflow,
.st-wrapper .st-item.st-center {
  opacity: 1;
}
.st-wrapper .st-item a,
.st-wrapper .st-item img {
  border: none;
  max-width: 100%;
  display: block;
}

.st-wrapper .st-item a {
	position: relative;	
}

.st-wrapper .st-item img {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.st-wrapper .st-item a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.st-wrapper .st-item a {
  width: 280px;
  height: 360px;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 10px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s-sert {
    padding-bottom: 60px;
  }
  .st-stack {
    display: none;
  }
  .st-wrapper nav {
    bottom: 0px;
  }
}
