*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #0a0a0f;
  background: #f5f7fa;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

#sprite {
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: -10px;
  opacity: 0;
}

.wrapper {
  overflow: hidden;
}

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

.content {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.title {
  position: relative;
  text-align: center;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 40px;
  letter-spacing: 0.02em;
  z-index: 2;
}
.title span {
  font-style: italic;
}

.mark {
  position: relative;
}
.mark__box {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 3px 5px;
  margin: 0 -2px;
}
.composition__item--5 .mark {
	text-align: center
}
.title .mark__box {
  padding: 3px 10px;
  margin: 0 -5px;
}
.mark__box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f7fa;
  transform: skewX(-10deg);
}
.mark__text {
  position: relative;
  z-index: 2;
}

.yellow .mark__box:before {
  background-color: #efd815;
}

.blue .mark__box:before {
  background-color: #17bfef;
}
.blue.discovery__img:before {
  border-color: #17bfef;
}
.blue2 .mark__box:before {
  background-color: #7aceff;
}

.orange.discovery__img:before {
  border-color: #ffc728;
}
.orange2 .mark__box:before {
  background-color: #f1b244;
}

.white .mark__box:before {
  background-color: #fff;
}

.black .mark__box:before {
  background-color: #0a0a0f;
}

.pink .mark__box:before {
  background-color: #ff7aab;
}

.green .mark__box:before {
  background-color: #99cc66;
}

.purple .mark__box:before {
  background-color: #c497ef;
}

.yellow .mark__box:before {
    background-color: rgba(240,219,43,.9);
}

.slider--box {
  position: relative;
  margin: 0 -15px 40px;
}
.slider--box .bx-pager {
  display: block;
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}
.slider--box .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}
.slider--box .bx-pager-link {
  position: relative;
  font-size: 0;
  width: 20px;
  height: 20px;
  display: block;
}
.slider--box .bx-pager-link:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  opacity: 0.3;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  background: #0a0a0f;
  border-radius: 50%;
  z-index: 2;
}
.slider--box .bx-pager-link:after {
  position: relative;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  opacity: 0;
  border-radius: 50%;
  transition: opacity 0.5s;
  z-index: 1;
}
.slider--box .bx-pager-link.active:after {
  opacity: 1;
}
.slider--box .bx-pager-link[data-slide-index="0"]:after {
  background-color: #f1b244;
}
.slider--box .bx-pager-link[data-slide-index="1"]:after {
  background-color: #ff7aab;
}
.slider--box .bx-pager-link[data-slide-index="2"]:after {
  background-color: #99cc66;
}
.slider--box .bx-pager-link[data-slide-index="3"]:after {
  background-color: #7aceff;
}

.button {
  position: relative;
  display: table;
  padding: 10px;
  border: none;
  background: none;
  margin: 0 auto;
  cursor: pointer;
}
.button:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: transparent;
  border: 2px solid #000;
  transform: skewX(-10deg);
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s;
}
.button:after {
  position: absolute;
  content: "";
  top: 14px;
  left: 14px;
  right: 6px;
  bottom: 6px;
  background: #efd815;
  transform: skewX(-10deg);
  transition: all 0.5s;
  z-index: 1;
}
.button:hover:before {
  opacity: 0;
}
.button:hover:after {
  transform: skewX(-10deg) translate(-4px, -4px);
  box-shadow: 4px 4px 0 #000;
}
.button span {
  position: relative;
  font-family: "Montserrat", sans-serif;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 4;
}
.button b {
  display: block;
  font-weight: 900;
  font-size: 19px;
  letter-spacing: 0px;
}
.button svg {
  display: block;
  width: 39px;
  height: 27px;
}
.button__ico:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  border-left: 2px solid #000;
  transform: skewX(-10deg);
}

.decor {
  display: none;
}

.head {
  position: relative;
  background: url("../img/bg1.jpg") top center no-repeat #f5f7fa;
  padding: 25px 0 70px;
}
.head:before, .head:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 300px;
  background: #f5f7fa;
  transform: skewY(6.5deg);
  z-index: 1;
}
.head:after {
  transform: skewY(-6.5deg);
}
.head .content {
  position: relative;
  z-index: 3;
}
.head__title {
  font-size: 22px;
  font-style: italic;
  margin-bottom: 70px;
  letter-spacing: 0;
}
.head__title span {
  font-size: 20px;
  text-transform: uppercase;
  color: #e7e7e8;
  letter-spacing: 1px;
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, 3px 3px 0 #000000;
}
.head__product--mob {
  direction: ltr;
  position: relative;
  margin-bottom: 20px;
}
.head__product--mob1 {
  width: 234px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
.head__product--mob2 {
  top: -40px;
  left: 115px;
  position: absolute;
  z-index: 2;
}
.head__product--mob3 {
  bottom: -10px;
  right: -20px;
  position: absolute;
  z-index: 1;
}
.head__item {
  position: relative;
  display: table;
  padding: 10px;
  table-layout: fixed;
}
.head__item:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid transparent;
  transform: skewX(-10deg);
  z-index: 2;
}
.head__item--left, .head__item--right {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.head__item--right {
  padding-left: 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  width: 218px;
}
.head__item--left {
  width: 82px;
  padding-left: 20px;
  height: 76px;
}
.head__item--left:before {
  position: absolute;
  content: "";
  top: 0;
  right: -10px;
  bottom: 0;
  border-right: 2px solid transparent;
  transform: skewX(-10deg);
  z-index: 2;
}
.head__item--sl1 .head__item--left:before, .head__item--sl1:before {
  border-color: #f1b244;
}
.head__item--sl2 .head__item--left:before, .head__item--sl2:before {
  border-color: #ff7aab;
}
.head__item--sl3 .head__item--left:before, .head__item--sl3:before {
  border-color: #99cc66;
}
.head__item--sl4 .head__item--left:before, .head__item--sl4:before {
  border-color: #7aceff;
}
.head__ico {
  position: relative;
  display: block;
  fill: #0a0a0f;
  z-index: 2;
}
.head__ico--bg {
  position: absolute;
  width: 102px;
  height: 80px;
  fill: #fff;
  opacity: 0.5;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.head__ico--1 {
  width: 52px;
  height: 52px;
}
.head__ico--2 {
  width: 54px;
  height: 50px;
}
.head__ico--3 {
  width: 52px;
  height: 52px;
}
.head__ico--4 {
  width: 52px;
  height: 53px;
}

.discovery {
  position: relative;
  padding: 50px 0 30px;
}
.discovery:before {
  position: absolute;
  content: "";
  width: 600px;
  height: 600px;
  background: url("../img/globe.svg") center no-repeat;
  top: 30px;
  right: 50%;
  animation: globe linear 60s infinite;
  z-index: 1;
}
.discovery .content {
  position: relative;
  z-index: 2;
}
.discovery__img {
  display: table;
  position: relative;
  margin: 0 auto 20px;
}
.discovery__img img {
  margin: 0 auto;
}
.discovery__img--mob1:after {
  position: absolute;
  content: "";
  background: url("../img/nanoparticle_blue.png") center no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  top: 0;
  right: 0;
  margin: -5px -15px 0 0;
  animation: discovery1 linear 60s infinite;
}
.discovery__img--decor {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  margin: -19px 0 0 -18px !important;
  animation: gem1-2 linear 20s infinite;
  transform: rotate(0deg) translateX(24px);
}
.discovery__img--decor img {
  animation: globe1 linear 6s infinite;
}
.discovery__img:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
}
.discovery__text p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.benefits {
  background: #17bfef;
  padding: 40px 0;
}
.benefits__subtitle {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  line-height: 1.25;
}
.benefits__subtitle2 {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 10px;
  z-index: 2;
}
.benefits__item {
  position: relative;
  display: table;
  width: 100%;
  min-height: 300px;
}
.benefits__item--cell {
  display: table-cell;
  vertical-align: middle;
}
.benefits__letter {
  position: absolute;
  font-size: 300px;
  font-weight: 900;
  color: #4cd8ff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.benefits__text {
  position: relative;
  text-align: center;
  line-height: 1.5;
  z-index: 2;
}

.works {
  padding: 40px 0;
  background: url("../img/bg2.jpg") top center no-repeat #0b0a0f;
  min-height: 1000px;
}
.works__table {
  position: relative;
  padding: 0 25px;
}
.works__table:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 100px, #fff 250px);
  top: 0;
  left: 5px;
}
.works__table:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 100px, #fff 250px);
  bottom: 0;
  left: 5px;
}
.works__title {
  color: #fff;
}
.works__text {
  color: #fff;
  line-height: 1.25;
}
.works__text b {
  font-weight: 700;
  font-style: italic;
  color: #efd815;
}
.works__img {
  position: relative;
  display: table;
  margin: 0 auto 20px;
  padding: 6px;
  background: linear-gradient(180deg, #f0f0f2 0%, #b3b3b5 100%);
  width: 240px;
}
.works__label {
  position: absolute;
  right: 100%;
  color: #fff;
  opacity: 0.2;
  transform: rotateZ(90deg);
  transform-origin: top right;
  font-size: 12px;
  font-weight: 400;
}
.works__delimiter {
  position: relative;
  margin: 20px 0;
}
.works__delimiter--dop {
  margin-top: 90px;
}
.works__delimiter:before {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  box-shadow: 20px 0 0 rgba(255, 255, 255, 0.2), 40px 0 0 rgba(255, 255, 255, 0.18), 60px 0 0 rgba(255, 255, 255, 0.16), 80px 0 0 rgba(255, 255, 255, 0.14), 100px 0 0 rgba(255, 255, 255, 0.12), 120px 0 0 rgba(255, 255, 255, 0.1), 140px 0 0 rgba(255, 255, 255, 0.08), 160px 0 0 rgba(255, 255, 255, 0.06), 180px 0 0 rgba(255, 255, 255, 0.04), 200px 0 0 rgba(255, 255, 255, 0.02);
  margin-left: -25px;
}
.works__cup {
  position: absolute;
  width: 101px;
  height: 178px;
  z-index: 5;
  top: -105px;
  left: -83px;
  background: url("../img/coffee_cup.png") center no-repeat;
}
.works__cup:before {
  position: absolute;
  content: attr(data-day);
  color: #fff;
  font-size: 22px;
  width: 30px;
  height: 22px;
  bottom: 17px;
  left: 50%;
  text-align: center;
}
.works__smile {
  position: absolute;
  bottom: 100%;
  right: -24px;
  margin-bottom: -56px;
}
.works__decor {
  position: relative;
  width: 1000px;
  left: 50%;
  margin-left: -480px;
  z-index: 1;
}
.works__button {
  position: relative;
}
.works__button .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.composition {
  padding: 30px 0;
  background: url("../img/bg3.jpg") #f5f7fa;
}
.composition__item {
  padding: 15px;
}
.composition__img {
  display: table;
  margin: 0 auto;
}
.composition__img svg {
  display: none;
}
.composition__subtitle {
  display: table;
  margin: -30px auto 10px;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
}
.composition__text {
  text-align: center;
  line-height: 1.25;
}
.composition .slider--box .bx-pager-link[data-slide-index="0"]:after {
  background-color: #7aceff;
}
.composition .slider--box .bx-pager-link[data-slide-index="3"]:after {
  background-color: #c497ef;
}
.composition .slider--box .bx-pager-link[data-slide-index="4"]:after {
  background-color: #f0db2b;
}
.expert {
  position: relative;
  padding: 40px 0;
  background: url("../img/bg4_m.jpg") top center no-repeat #fff;
}
.expert:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 170px, #fff 350px);
}
.expert__title {
  color: #fff;
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
}
.expert__img {
  position: relative;
  height: 230px;
  z-index: 1;
}
.expert__img img {
  display: block;
  margin-left: auto;
}
.expert__item {
  position: relative;
  z-index: 3;
  margin-top: -30px;
}
.expert__author {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
.expert__author div {
  font-style: italic;
}
.expert__author svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65px;
  height: 47px;
  fill: #efd815;
}
.expert__text {
  line-height: 1.5;
}
.expert__text p:not(:last-child) {
  margin-bottom: 10px;
}

.use {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background-image: url("../img/bg3.jpg");
  background-size: contain;
}

.use .content {
  position: relative;
  z-index: 2;
}
.use__slider {
  z-index: 1;
}
.use__item {
  padding: 0 15px;
}
.use__img {
  width: 200px;
  height: 220px;
  margin: 0 auto 25px;
  position: relative;
}
.use__img:before {
  position: absolute;
  content: attr(data-num);
  font-size: 300px;
  font-weight: 900;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.6;
}
.use__img img {
  position: absolute;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.use__text {
  text-align: center;
  line-height: 1.5;
  padding: 0 15px;
}
.use__text span {
  font-weight: 700;
  font-style: italic;
}
.use .bx-prev,
.use .bx-next {
  position: absolute;
  display: block;
  font-size: 0;
  color: transparent;
  width: 30px;
  height: 100%;
  top: 0;
  opacity: 0.6;
  transition: opacity 0.25s;
  z-index: 2;
}
.use .bx-prev:before,
.use .bx-next:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -6px;
  border: 4px solid #fff;
  border-top: none;
  border-right: none;
}
.use .bx-prev:hover,
.use .bx-next:hover {
  opacity: 1;
}
.use .bx-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
}
.use .bx-prev {
  left: 10px;
}
.use .bx-prev:before {
  transform: rotateZ(45deg);
}
.use .bx-next {
  right: 10px;
  transform: scale(-1, 1);
}
.use .bx-next:before {
  transform: rotateZ(45deg);
}

.reviews {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
.reviews:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg5.jpg") top center #f5f7fa;
  z-index: 0;
}
.reviews .content {
  position: relative;
  z-index: 3;
}
.reviews__item {
  margin-bottom: 20px;
}
.reviews--decor {
  position: absolute;
  z-index: 1;
  width: 620px;
  height: 500px;
}
.reviews--decor1 {
  top: 320px;
  left: 50%;
  margin-left: 159px;
}
.reviews--decor2 {
  right: 50%;
  top: 0;
  margin-right: 180px;
}
.reviews--decor3 {
  top: 640px;
  left: 50%;
  margin-left: -480px;
}
.reviews--decor4 {
  right: 50%;
  top: 1280px;
  margin-right: 180px;
}
.reviews--decor5 {
  top: 1600px;
  left: 50%;
  margin-left: 159px;
}
.reviews--decor6 {
  top: 1920px;
  left: 50%;
  margin-left: -480px;
}
.reviews--decor7 {
  right: 50%;
  top: 2560px;
  margin-right: 180px;
}
.reviews--decor8 {
  top: 2880px;
  left: 50%;
  margin-left: 159px;
}
.reviews--decor9 {
  top: 3200px;
  left: 50%;
  margin-left: -480px;
}

.instar {
  display: block;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  direction: ltr;
}
.instar__head {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px;
}
.instar__ava {
  width: 36px;
  display: table-cell;
  vertical-align: middle;
}
.instar__ava img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.instar__name {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  padding: 0 10px;
}
.instar__burg {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
}
.instar__burg:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 3px;
  height: 3px;
  background: #0a0a0f;
  border-radius: 50%;
  box-shadow: -6px 0 0 #0a0a0f, 6px 0 0 #0a0a0f;
}
.instar__img {
  border: 1px solid #e0e0e0;
  border-right: none;
  border-left: none;
  margin: 0 -11px;
}
.instar__img video {
  display: block;
  max-width: 100%;
}
.instar__img img {
  display: block;
}
.instar__soc {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 10px 0;
}
.instar__like, .instar__comment, .instar__share {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  padding-right: 10px;
}
.instar__like svg, .instar__comment svg, .instar__share svg {
  display: block;
  width: 28px;
  height: 28px;
}
.instar__add {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.instar__add svg {
  display: inline-block;
  width: 28px;
  height: 28px;
}
.instar__likes, .instar__text {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 5px;
}
.instar__tags {
  font-size: 13px;
  color: #00376b;
  margin-bottom: 15px;
}
.instar__date {
  font-size: 12px;
  color: #999;
}

.pre-order {
  padding: 40px 0;
  background: url("../img/bg.JPG") center top no-repeat #280e19;
  background-size: cover;
}
.pre-order__title {
  color: #fff;
  margin-bottom: 20px;
}
.pre-order__item {
  position: relative;
  padding: 20px 0;
}
.pre-order__item:not(:last-child):before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  top: 120px;
  left: 50%;
  margin-left: 101px;
}
.pre-order__item:not(:last-child):after {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 116px;
  left: 50%;
  margin-left: 130px;
}
.pre-order__item:not(:last-child).purple:before {
  background: #c497ef;
}
.pre-order__item:not(:last-child).purple:after {
  border-left-color: #c497ef;
}
.pre-order__item:not(:last-child).pink:before {
  background: #ff7aab;
}
.pre-order__item:not(:last-child).pink:after {
  border-left-color: #ff7aab;
}
.pre-order__item:not(:last-child).blue:before {
  background: #17bfef;
}
.pre-order__item:not(:last-child).blue:after {
  border-left-color: #17bfef;
}
.pre-order__img {
  position: relative;
  width: 188px;
  height: 188px;
  border-radius: 50%;
  background: #efd815;
  border: none;
  overflow: hidden;
  margin: 7px auto 27px;
}
.pre-order__img img {}

.new-pre-order__img {
    width: 140px;
    position: absolute;
    left: calc(50% - 70px);
    bottom: 10px;
}
.pre-order__circle {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 202px;
  height: 202px;
  margin-left: -101px;
}
.pre-order__circle:after {
  position: absolute;
  content: "";
  background: center no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(0) translate(101px, 0) rotateZ(0);
  animation: preOrder1 linear 10s infinite;
  z-index: 2;
}
.purple .pre-order__circle:after {
  background-image: url("../img/nanoparticle_purple.png");
}
.pink .pre-order__circle:after {
  background-image: url("../img/nanoparticle_pink.png");
}
.blue .pre-order__circle:after {
  background-image: url("../img/nanoparticle_blue.png");
}
.pre-order__circle svg {
  display: block;
  width: 100%;
  height: 100%;
}
.purple .pre-order__circle svg {
  stroke: #c497ef;
}
.pink .pre-order__circle svg {
  stroke: #ff7aab;
}
.blue .pre-order__circle svg {
  stroke: #17bfef;
}
.pre-order__text {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  max-width: 210px;
  margin: 0 auto;
}
.pre-order .slider--box .bx-pager-link:before {
  background: #fff;
}
.pre-order .slider--box .bx-pager-link[data-slide-index="0"]:after {
  background-color: #c497ef;
}
.pre-order .slider--box .bx-pager-link[data-slide-index="2"]:after {
  background-color: #17bfef;
}

.order {
  padding: 40px 0;
  position: relative;
  background: #f5f7fa;
}
.order .content {
  position: relative;
  z-index: 2;
}
.order__arrow {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.order__arrow--left, .order__arrow--right {
  position: absolute;
  top: 0;
  bottom: -50%;
  width: 100%;
  overflow: hidden;
}
.order__arrow--left:before, .order__arrow--right:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  background: url("../img/bg1.jpg") center no-repeat;
  background-size: cover;
}
.order__arrow--left {
  right: 50%;
  transform: skewY(6.5deg);
  transform-origin: top right;
}
.order__arrow--left:before {
  left: 50%;
  margin-left: -1px;
  transform: skewY(-6.5deg);
  transform-origin: top left;
}
.order__arrow--right {
  left: 50%;
  transform: skewY(-6.5deg);
  transform-origin: top left;
}
.order__arrow--right:before {
  right: 50%;
  margin-right: -1px;
  transform: skewY(6.5deg);
  transform-origin: top right;
}
.order__title {
  font-style: italic;
  font-size: 22px;
}
.order__title span {
  font-size: 27px;
  display: block;
  text-transform: uppercase;
  color: #e7e7e8;
  letter-spacing: 3px;
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, 4px 4px 0 #000000;
}
.order__img {
  position: relative;
  margin-bottom: -20px;
  z-index: 2;
}
.order__img img {
  margin: 0 auto;
}

.form {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
}
.form__timer {
  position: relative;
  padding: 15px;
  background: rgba(10, 10, 15, 0.5);
  text-align: center;
}
.form__timer:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  bottom: 5px;
  width: 100%;
  border-top: 2px solid #efd815;
  border-bottom: 2px solid #efd815;
}
.form__sale {
  position: relative;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #efd815;
  margin-bottom: 10px;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.form__price {
  position: relative;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 3px 9px rgba(255, 255, 255, 0.5);
  z-index: 2;
}
.form__old {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 5px;
  font-size: 12px;
}
.form__old:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid;
  margin-top: -1px;
}
.form__new {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding: 0 5px;
}
.form__item {
  margin-bottom: 20px;
}
.form__input, .form__select {
  position: relative;
  padding: 15px 20px;
}
.form__input:before, .form__select:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  border: 2px solid rgba(10, 10, 15, 0.1);
  transform: skewX(-10deg);
  z-index: 0;
  transition: border-color 0.25s, background 0.25s;
}
.form__input.focus:before, .form__select.focus:before {
  border-color: transparent;
  background: #efd815;
}
.form__input.init:before, .form__select.init:before {
  border-color: #efd815;
}
.form__input {
  cursor: text;
}
.form__input input {
  position: relative;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  width: 100%;
  background: none;
  border: none;
  margin: 7px 0 -7px;
  z-index: 2;
}
.form__select {
  margin-left: -4px;
  padding: 0;
}
.form__select select {
  position: relative;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  width: 100%;
  background: none;
  border: none;
  padding: 22px 60px 8px 24px;
  text-overflow: ellipsis;
  cursor: pointer;
  z-index: 2;
}
.form__select svg {
  position: absolute;
  display: block;
  width: 13px;
  height: 8px;
  z-index: 1;
  top: 50%;
  margin-top: -4px;
  right: 18px;
}
.form__select:before {
  left: 4px;
  right: -4px;
}
.form__select:after {
  position: absolute;
  content: "";
  top: 0;
  right: 50px;
  bottom: 0;
  border-left: 2px solid #efd815;
  transform: skewX(-10deg);
}
.form__label {
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  opacity: 0.4;
  top: 50%;
  left: 20px;
  margin-top: -7px;
  transition: font-size 0.25s, margin-top 0.25s;
}
.init .form__label, .focus .form__label {
  font-size: 10px;
  margin-top: -12px;
}
.form__select .form__label {
  left: 24px;
}
.form__security {
  position: relative;
  padding: 25px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.form__security:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  bottom: 5px;
  width: 100%;
  border-top: 2px solid #efd815;
  border-bottom: 2px solid #efd815;
}

.timer {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -30px;
  text-align: center;
  font-weight: 700;
  opacity: 0.3;
  font-size: 0;
  direction: ltr;
}
.timer__item, .timer__delimiter {
  display: inline-block;
  vertical-align: middle;
}
.timer__delimiter {
  font-size: 60px;
}
.timer__number {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  text-align: center;
  font-size: 60px;
}

#svg__decor--1 {
  d: path("m297.9 463.8c-64.33 30.93-159.1 58.25-212.6 10-94.54-85.32-117-290.2-34.36-387.9 81.46-96.28 256-63.58 370.6-15.61 51.83 21.69 115.3 67.77 115.7 125.6 0.8868 121.6-132.8 216.6-239.4 267.9z");
  animation: path1 linear 10s infinite;
}

#svg__decor--2 {
  d: path("m579.2 364.8c-80.34 101.6-261.8 84.59-379 34.45-62.67-26.81-137.5-91.28-131-161.2 8.246-88.18 121.1-132.2 199.9-166.8 84.93-37.31 202.2-94.66 274.6-35.52 83.69 68.32 103 243.6 35.43 329z");
  animation: path2 linear 14s infinite;
}

#svg__decor--3 {
  d: path("m582.4 215.9c2.849 109.7-143.1 203.1-249.1 204.5-93.54 1.271-178.9-89.88-224.4-174.5-32.7-60.79-61.87-155.1-18.05-207.9 49.99-60.17 155.8-36.19 229.6-14.4 102.9 30.42 259.1 81.5 262 192.3z");
  animation: path3 linear 8s infinite;
}

.desk {
  display: none !important;
}

[dir=rtl] .button__ico:before {
  left: auto;
  right: 0;
}
[dir=rtl] .head__item--right {
  padding-left: 10px;
  padding-right: 30px;
}
[dir=rtl] .head__item--left {
  padding-left: 10px;
  padding-right: 20px;
}
[dir=rtl] .head__item--left:before {
  right: auto;
  left: -10px;
}
[dir=rtl] .works__table:before, [dir=rtl] .works__table:after {
  left: auto;
  right: 5px;
}
[dir=rtl] .works__label {
  right: auto;
  left: 100%;
  transform-origin: bottom left;
  transform: rotateZ(90deg) translate(-200%, 0);
}
[dir=rtl] .works__cup {
  left: auto;
  right: -31px;
}
[dir=rtl] .works__delimiter {
  margin-left: 0;
  right: -25px;
}
[dir=rtl] .works__delimiter:before {
  box-shadow: -20px 0 0 rgba(255, 255, 255, 0.2), -40px 0 0 rgba(255, 255, 255, 0.18), -60px 0 0 rgba(255, 255, 255, 0.16), -80px 0 0 rgba(255, 255, 255, 0.14), -100px 0 0 rgba(255, 255, 255, 0.12), -120px 0 0 rgba(255, 255, 255, 0.1), -140px 0 0 rgba(255, 255, 255, 0.08), -160px 0 0 rgba(255, 255, 255, 0.06), -180px 0 0 rgba(255, 255, 255, 0.04), -200px 0 0 rgba(255, 255, 255, 0.02);
}
[dir=rtl] .expert__author svg {
  right: auto;
  left: 0;
}
[dir=rtl] .pre-order__item:not(:last-child):before {
  left: auto;
  margin-left: 0;
  right: 50%;
  margin-right: 101px;
}
[dir=rtl] .pre-order__item:not(:last-child):after {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: 130px;
  border-left: none;
  border-right: 10px solid transparent;
}
[dir=rtl] .pre-order__item.purple:after {
  border-right-color: #c497ef;
}
[dir=rtl] .pre-order__item.pink:after {
  border-right-color: #ff7aab;
}
[dir=rtl] .pre-order__item.blue:after {
  border-right-color: #17bfef;
}
[dir=rtl] .form__label {
  left: auto;
  right: 20px;
}
[dir=rtl] .form__select select {
  padding: 22px 20px 8px 60px;
}
[dir=rtl] .form__select:after {
  right: auto;
  left: 50px;
}
[dir=rtl] .form__select svg {
  right: auto;
  left: 22px;
}

@keyframes path1 {
  0% {
    d: path("m297.9 463.8c-64.33 30.93-159.1 58.25-212.6 10-94.54-85.32-117-290.2-34.36-387.9 81.46-96.28 256-63.58 370.6-15.61 51.83 21.69 115.3 67.77 115.7 125.6 0.8868 121.6-132.8 216.6-239.4 267.9z");
  }
  33% {
    d: path("m579.2 364.8c-80.34 101.6-261.8 84.59-379 34.45-62.67-26.81-137.5-91.28-131-161.2 8.246-88.18 121.1-132.2 199.9-166.8 84.93-37.31 202.2-94.66 274.6-35.52 83.69 68.32 103 243.6 35.43 329z");
  }
  66% {
    d: path("m582.4 215.9c2.849 109.7-143.1 203.1-249.1 204.5-93.54 1.271-178.9-89.88-224.4-174.5-32.7-60.79-61.87-155.1-18.05-207.9 49.99-60.17 155.8-36.19 229.6-14.4 102.9 30.42 259.1 81.5 262 192.3z");
  }
  100% {
    d: path("m297.9 463.8c-64.33 30.93-159.1 58.25-212.6 10-94.54-85.32-117-290.2-34.36-387.9 81.46-96.28 256-63.58 370.6-15.61 51.83 21.69 115.3 67.77 115.7 125.6 0.8868 121.6-132.8 216.6-239.4 267.9z");
  }
}
@keyframes path2 {
  0% {
    d: path("m579.2 364.8c-80.34 101.6-261.8 84.59-379 34.45-62.67-26.81-137.5-91.28-131-161.2 8.246-88.18 121.1-132.2 199.9-166.8 84.93-37.31 202.2-94.66 274.6-35.52 83.69 68.32 103 243.6 35.43 329z");
  }
  33% {
    d: path("m582.4 215.9c2.849 109.7-143.1 203.1-249.1 204.5-93.54 1.271-178.9-89.88-224.4-174.5-32.7-60.79-61.87-155.1-18.05-207.9 49.99-60.17 155.8-36.19 229.6-14.4 102.9 30.42 259.1 81.5 262 192.3z");
  }
  66% {
    d: path("m297.9 463.8c-64.33 30.93-159.1 58.25-212.6 10-94.54-85.32-117-290.2-34.36-387.9 81.46-96.28 256-63.58 370.6-15.61 51.83 21.69 115.3 67.77 115.7 125.6 0.8868 121.6-132.8 216.6-239.4 267.9z");
  }
  100% {
    d: path("m579.2 364.8c-80.34 101.6-261.8 84.59-379 34.45-62.67-26.81-137.5-91.28-131-161.2 8.246-88.18 121.1-132.2 199.9-166.8 84.93-37.31 202.2-94.66 274.6-35.52 83.69 68.32 103 243.6 35.43 329z");
  }
}
@keyframes path3 {
  0% {
    d: path("m582.4 215.9c2.849 109.7-143.1 203.1-249.1 204.5-93.54 1.271-178.9-89.88-224.4-174.5-32.7-60.79-61.87-155.1-18.05-207.9 49.99-60.17 155.8-36.19 229.6-14.4 102.9 30.42 259.1 81.5 262 192.3z");
  }
  33% {
    d: path("m297.9 463.8c-64.33 30.93-159.1 58.25-212.6 10-94.54-85.32-117-290.2-34.36-387.9 81.46-96.28 256-63.58 370.6-15.61 51.83 21.69 115.3 67.77 115.7 125.6 0.8868 121.6-132.8 216.6-239.4 267.9z");
  }
  66% {
    d: path("m579.2 364.8c-80.34 101.6-261.8 84.59-379 34.45-62.67-26.81-137.5-91.28-131-161.2 8.246-88.18 121.1-132.2 199.9-166.8 84.93-37.31 202.2-94.66 274.6-35.52 83.69 68.32 103 243.6 35.43 329z");
  }
  100% {
    d: path("m582.4 215.9c2.849 109.7-143.1 203.1-249.1 204.5-93.54 1.271-178.9-89.88-224.4-174.5-32.7-60.79-61.87-155.1-18.05-207.9 49.99-60.17 155.8-36.19 229.6-14.4 102.9 30.42 259.1 81.5 262 192.3z");
  }
}
@keyframes discovery1 {
  0% {
    top: 0;
    right: 0;
    transform: rotateZ(0deg);
  }
  20% {
    top: 100%;
    right: 0;
    transform: rotateZ(-1440deg);
  }
  50% {
    top: 100%;
    right: 100%;
    transform: rotateZ(-3600deg);
  }
  70% {
    top: 0;
    right: 100%;
    transform: rotateZ(-5040deg);
  }
  100% {
    top: 0;
    right: 0;
    transform: rotateZ(-7200deg);
  }
}
@keyframes preOrder1 {
  0% {
    transform: translate(-50%, -50%) rotateZ(0) translate(101px, 0) rotateZ(0);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg) translate(101px, 0) rotateZ(-1440deg);
  }
}
@keyframes globe {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes globe1 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
@keyframes gem1-2 {
  0% {
    transform: rotate(0deg) translateX(24px) rotate(0deg);
  }
  25% {
    transform: rotate(90deg) translateX(20px) rotate(-90deg);
  }
  50% {
    transform: rotate(180deg) translateX(13px) rotate(-180deg);
  }
  75% {
    transform: rotate(270deg) translateX(25px) rotate(-270deg);
  }
  100% {
    transform: rotate(360deg) translateX(24px) rotate(-360deg);
  }
}
.vat {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}
.ac_footer {
  position: relative;
  top: 10px;
  height: 0;
  text-align: center;
  margin-bottom: 70px;
  color: #a12000;
}

.ac_footer a {
  color: #a12000;
}

.ac_footer p {
  text-align: center;
}

img[height="1"],
img[width="1"] {
  display: none !important;
}