@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto",sans-serif; }

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

sup {
  font-size: 0.7em; }

b {
   }

.mob {
  display: none !important; }

.owl-next.disabled,
.owl-prev.disabled,
.owl-nav.disabled,
.owl-dots.disabled {
  display: none; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.button {
  display: inline-block;
  color: #FFF;
  border-radius: 4px;
  background: #E31235;
  text-align: center;
  padding: 13px 24px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
   }

.button.disabled {
  cursor: default;
  background: #CCC;
  border-color: #CCC; }

.button.disabled:active,
.button.disabled:hover {
  background: #CCC;
  border-color: #CCC; }

.button:hover {
  text-decoration: none;
  background: #BD0F2C;
  color: #fff!important; }

.button:active {
  text-decoration: none;
  background: #9C0C24;
  color: #fff!important; }

.mob-menu {
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  left: 10px;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.mob-menu span {
  position: absolute;
  top: 50%;
  background: #333;
  width: 30px;
  height: 1px;
  display: block; }

.mob-menu span:before,
.mob-menu span:after {
  content: "";
  left: 0;
  width: 30px;
  position: absolute;
  height: 1px;
  background: #333; }

.mob-menu span:before {
  top: -10px; }

.mob-menu span:after {
  bottom: -10px; }

.red-arrows {
  position: relative; }

.red-arrows:before {
  content: "";
  width: 40px;
  height: 40px;
  border-top: 3px solid #A50034;
  border-left: 3px solid #A50034;
  position: absolute;
  top: 0;
  left: 0; }

.slider-col .slider-cover:first-child {
  position: static; }

.slider-col .slider-cover {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear , display 0s linear 0.4s;
  transition: opacity 0.2s linear , display 0s linear 0.4s; }
  .slider-col .slider-cover .slider {
    width: 100%;
    height: 100%; }
  .slider-col .slider-cover.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear 0.4s, display 0s linear;
    transition: opacity 0.2s linear 0.4s, display 0s linear; }

.page-wrapper section.sec6 .content-col .tab-content {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  margin: 0 20px;
  width: calc( (100% - 80px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  vertical-align: top;
  text-align: center;
  padding: 15px 0 30px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .page-wrapper section.sec6 .content-col .tab-content:first-child {
    margin-left: 0; }
  .page-wrapper section.sec6 .content-col .tab-content:last-child {
    margin-right: 0; }
  .page-wrapper section.sec6 .content-col .tab-content .tab-model-button {
    width: 175px;
    padding: 15px 0;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 600;
    border: 1px solid #000000;
    border-radius: 0;
    background-color: transparent;
    margin: 0 auto 10px auto; }
  .page-wrapper section.sec6 .content-col .tab-content .price-block .button {
    width: 175px;
    padding: 15px 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    border: 0; }

.page-wrapper section.sec6 .content-col .row {
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .page-wrapper section.sec6 .content-col .row:last-child {
    margin-bottom: 0; }

.content-col {
  position: relative; }
  .content-col .content-col-switcher {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 40px;
    z-index: 2; }
    .content-col .content-col-switcher .content-col-switch {
      font-weight: 300;
      display: inline-block;
      cursor: pointer; }
      .content-col .content-col-switcher .content-col-switch:hover, .content-col .content-col-switcher .content-col-switch.active {
        font-weight: normal; }
      .content-col .content-col-switcher .content-col-switch:first-child {
        padding-left: 0; }
      .content-col .content-col-switcher .content-col-switch:last-child {
        padding-right: 0; }

.technopark-header {
  background: #071739; }

.technopark-header img {
  margin: auto;
  width: 100%; }

.page-outer {
  background: #F1F1F3; }

.page-wrapper {
  max-width: 1600px;
  margin: auto;
  position: relative; }
  .page-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(91.02deg, rgba(255, 255, 255, 0.0001) 13.3%, #FFFFFF 76.21%); }
  .page-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(91.02deg, rgba(255, 255, 255, 0.0001) 13.3%, #FFFFFF 88.21%);
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .page-wrapper * {
    z-index: 1; }

.page-wrapper .content-text {
  font-size: 24px;
  line-height: 1.25;
  color: #000;
  position: relative; }
  .page-wrapper .content-text ul {
    list-style-type: none; }
    .page-wrapper .content-text ul li {
      margin-bottom: 0.85em; }
      .page-wrapper .content-text ul li:last-child {
        margin-bottom: 0; }

.page-wrapper .banner {
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }

.page-wrapper .banner .baner-logo {
  margin-bottom: 5%;
  width: 100%; }

.page-wrapper .banner img {
  width: 100%; }

.page-wrapper .banner .banner-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%; }

.page-wrapper .banner .grid {
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB; }

.page-wrapper .banner .grid .grid-1 {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada; }

.page-wrapper .banner .grid .grid-2 {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada; }

.page-wrapper .banner-content {
  width: 35%;
  position: absolute;
  left: 5%;
  top: 50%;
  padding-left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.page-wrapper .banner-logo {
  width: 100%; }

.page-wrapper .banner-text {
  color: #FFF;
  font-size: 2.5vw;
  line-height: 1.15; }

.page-wrapper .banner-button {
  margin-top: 38px; }

.page-wrapper section {
  position: relative; }

.page-wrapper section .grid {
  width: 90%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 5%;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB; }

.page-wrapper section .grid .grid-1 {
  width: 60%;
  left: 20%;
  top: 0;
  height: 100%;
  position: absolute;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada; }

.page-wrapper section .grid .grid-2 {
  width: 20%;
  left: 40%;
  top: 0;
  height: 100%;
  position: absolute;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada; }

.page-wrapper section .pager-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.page-wrapper section .pager {
  position: relative;
  padding-top: 5%;
  padding-bottom: 2%;
  width: 90%;
  margin: auto;
  color: #FFF;
  z-index: 1; }
  .page-wrapper section .pager.even .pager-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.sec-wrap .item_content .num,
.page-wrapper section .pager .pager-num {
  font-size: 9.375vw; }

.page-wrapper section .pager .pager-num {
  opacity: 0.5; }

.page-wrapper section .pager .pager-text {
  text-transform: uppercase;
  position: relative;
  left: -3%;
  font-size: 28px;
  height: 42px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.page-wrapper section .pager .pager-text.even {
  left: 0; }

.page-wrapper .sec1 {
  margin-top: -6%;
  z-index: 2;
  padding-bottom: 10%; }

.page-wrapper .sec1 .sec-wrap .fist-item .item_image {
  position: relative; }
  .page-wrapper .sec1 .sec-wrap .fist-item .item_image img {
    position: absolute;
    width: 132%;
    max-width: inherit;
    left: -32%; }

.page-wrapper .sec1 .grid {
  top: 6vw; }

.page-wrapper .sec1 .pager {
  padding-top: 0; }

.page-wrapper .sec1 .sec1-content {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page-wrapper .sec1 .sec-images {
  margin-right: 9.5%; }

.page-wrapper .sec1 .sec-images .sec-images-item {
  margin-bottom: 50px; }

.page-wrapper .sec1 .sec-images .sec-images-item img {
  width: 100%; }

.page-wrapper .sec1 .sec-images .sec-images-item:last-child {
  margin-bottom: 0; }

.page-wrapper .sec1 .content-title {
  padding: 30px;
  font-size: 4vw;
  color: #000;
  line-height: 1.15;
  width: 35%; }

.page-wrapper .sec1 .content-text {
  padding: 0 30px;
  position: absolute;
  top: 0px;
  right: 0px; }

.page-wrapper .sec1 .content-text ul li {
  position: relative; }

.page-wrapper .sec1 .content-text ul li:before {
  content: "— ";
  color: #A50034; }

.page-wrapper .sec1 .content-text .button {
  margin-top: 8%; }

.page-wrapper .cz-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 19%;
  margin: auto;
  width: 17.3%;
  z-index: 200; }
  .page-wrapper .cz-1 .glass {
    position: absolute;
    left: 0;
    bottom: 0; }
  .page-wrapper .cz-1 .brush {
    position: absolute;
    width: 95%;
    height: 9.8%;
    left: 2.5%;
    bottom: 0.5%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: url(../img/brush.png?v=1) repeat-x 0 0/contain; }
  .page-wrapper .cz-1 .bottom {
    position: relative;
    top: -17vw;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.page-wrapper .cz-1 img {
  width: 100%; }

.page-wrapper .cz-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: -18.15%;
  width: 32%;
  margin: auto; }

.page-wrapper .cz-2 img {
  width: 100%; }

.page-wrapper .sec2 .sec2-inner {
  position: relative;
  width: 90%;
  margin: auto; }

.page-wrapper .sec2 .sec2-inner > img {
  width: 96%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim {
  position: relative; }

.page-wrapper .sec2 .sec2-inner .sec2-anim .sec-2-anim {
  width: auto;
  position: absolute;
  -webkit-transition: 1s;
  transition: 1s; }

.page-wrapper .sec2 .sec2-inner .sec2-anim .sec-2-anim.anim-0 {
  top: 0;
  left: 30%;
  width: 35.5%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim .sec-2-anim.anim-1 {
  top: 30.4%;
  width: 9%;
  left: 34.5%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim .sec-2-anim.anim-2 {
  width: 10.5%;
  top: 30.5%;
  left: 40.5%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim .sec-2-anim.anim-3 {
  width: 7%;
  top: 31%;
  left: 40.5%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim .sec-2-anim.anim-4 {
  width: 4%;
  top: 31%;
  left: 46.5%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim .sec-2-anim.anim-5 {
  width: 10.5%;
  top: 27.8%;
  left: 45%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim .sec-2-anim.anim-6 {
  width: 11%;
  top: 32%;
  left: 48.8%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim .sec-2-anim.anim-7 {
  width: 2.2%;
  top: 32.5%;
  left: 57%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim .sec-2-anim.anim-8 {
  width: 1.9%;
  top: 35%;
  left: 59%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim.animated .sec-2-anim.anim-0 {
  left: 0; }

.page-wrapper .sec2 .sec2-inner .sec2-anim.animated .sec-2-anim.anim-1 {
  left: 36.5%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim.animated .sec-2-anim.anim-2 {
  left: 46.5%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim.animated .sec-2-anim.anim-3 {
  left: 57.5%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim.animated .sec-2-anim.anim-4 {
  left: 65.5%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim.animated .sec-2-anim.anim-5 {
  left: 70%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim.animated .sec-2-anim.anim-6 {
  left: 79.8%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim.animated .sec-2-anim.anim-7 {
  left: 90.7%; }

.page-wrapper .sec2 .sec2-inner .sec2-anim.animated .sec-2-anim.anim-8 {
  left: 94.1%; }

.page-wrapper .sec2 .sec-content-logo {
  position: absolute;
  top: 0;
  left: 43%;
  width: 52%; }

.page-wrapper .sec2 .sec-content-text {
  position: absolute;
  margin-left: 46%;
  margin-right: 10%;
  width: 51%;
  margin-top: -27%; }

.page-wrapper .sec2 .sec-content-text .sec-content-text-col span {
  font-size: 3.5vw;
  padding-left: 0px;
  line-height: 1.1; }

.page-wrapper .sec3 .sec-3-inner {
  position: relative;
  padding-bottom: 5vw;
  z-index: 200;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.page-wrapper .sec3 .sec-3-inner .sec-3-content {
  width: 40%; }

.page-wrapper .sec3 .sec-3-inner .sec-3-content .sec3-title {
  padding: 2.5vw;
  font-size: 4vw;
  line-height: 1;
  width: 90%; }

.page-wrapper .sec3 .sec-3-inner .sec-3-content .sec3-title .subtitle {
  font-size: 57px; }

.page-wrapper .sec3 .sec-3-inner .sec-3-content .sec-3-text-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.text-last span {
  border-right: .05em solid;
  -webkit-animation: caret 1s steps(1) infinite;
          animation: caret 1s steps(1) infinite; }

.page-wrapper .sec3 .sec-3-text-outer .sec-3-text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px; }

.page-wrapper .sec3 .sec-3-text-outer .sec-3-text-img img {
  max-width: 280px;
  width: 100%; }

.page-wrapper .sec3 .sec-3-text-outer {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page-wrapper .sec3 .sec-3-text-outer .sec-3-text {
  position: relative;
  font-size: 2vw;
  text-transform: uppercase;
  color: #A50034;
  letter-spacing: 0.3em; }

/*.page-wrapper .sec3 .sec-3-inner .sec-3-content .sec-3-text-inner .sec-3-text-outer .sec-3-text:after {
content: "";
width: 56px;
height: 13px;
cursor: pointer;
position: absolute;
top: 50%;
left: 110%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background: url(../img/arrow-right.svg) no-repeat center center/contain; }*/
.page-wrapper .sec3 .sec-3-inner .sec-3-sub-img {
  margin: auto;
  position: relative;
  width: 45%;
  margin-top: 10%; }

.page-wrapper .sec3 .sec-3-inner .sec-3-sub-img:after {
  content: "";
  position: absolute;
  background: url(../img/sec-3-4.png) no-repeat center center/contain;
  top: 50%;
  left: 110%;
  width: 50%;
  height: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap {
  width: 60%;
  position: relative;
  padding-top: 10vw; }

.page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-time {
  z-index: 1;
  position: absolute;
  top: 35%;
  left: 7%;
  color: #FFF;
  font-size: 38vw;
  text-align: right;
  width: 41vw;
  line-height: 1; }

.page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img .battery-block {
  width: 60%;
  margin-right: 40%;
  position: relative;
  z-index: 1; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img .battery-block .battary-bg {
    left: -15%;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

.page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .battery-block .battary-bg {
  left: 0; }

.page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img .bat {
  position: absolute;
  width: 15%;
  right: 48.5%;
  top: 10%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-transform: rotate(-1.5deg);
          transform: rotate(-1.5deg); }

.page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img img {
  width: 100%; }

.page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat {
  opacity: 1; }

.page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-1 {
  right: 11.8%;
  top: 14%; }

.page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-2 {
  right: 20.2%;
  top: 12.5%; }

.page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-3 {
  right: 29%;
  top: 11%; }

.page-wrapper .sec3-1 {
  padding-top: 2vw;
  padding-bottom: 0;
  position: relative; }

.page-wrapper .sec3-1 .pos-bg img {
  width: 100%; }

.page-wrapper .sec3-1 .pos-list li:last-child {
  margin-bottom: 0; }

.page-wrapper .sec3-1 .pos-img {
  position: relative;
  z-index: 1; }

.page-wrapper .sec3-1 .pos-img .img-col {
  position: relative; }

.page-wrapper .sec3-1 .pos-img .img-col img {
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.page-wrapper .sec3-1 .pos-img .img-col img.active {
  opacity: 1; }

.page-wrapper .sec3-1 .pos-img .img-col img:first-child {
  position: relative;
  margin: auto;
  left: 0;
  -webkit-transform: none;
  transform: none; }

.sec-3-1-sofa-col {
  width: 30%;
  padding-top: 23.5vw; }

.sec-3-1-base-col {
  width: 27.5%; }

.page-wrapper .sec3-1 .sec3-1-inner {
  margin: auto;
  width: 90%;
  position: relative;
  margin-top: -5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sec-3-1-text-col {
  width: 42%;
  padding-left: 5vw; }

.sec3-1-title {
  width: 90%;
  font-size: 3.125vw;
  padding: 1.5vw 2.5vw 0;
  margin-bottom: 4vw; }

.txt-vertical {
  font-size: 1.5vw;
  padding-left: 2.5vw; }

.page-wrapper .sec3-1 .pos-list {
  margin-bottom: 3vw; }

.list-col {
  list-style-type: none; }

.page-wrapper .sec3-1 .pos-list li {
  text-align: left;
  padding-left: 2.5vw;
  margin-bottom: 2vw;
  font-size: 2.2vw;
  line-height: 1;
  color: #A50034;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .page-wrapper .sec3-1 .pos-list li:before {
    content: "";
    color: #A50034;
    position: absolute;
    left: -0.5em;
    width: 1em;
    height: 1px;
    background: #A50034;
    top: 0.5em;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .page-wrapper .sec3-1 .pos-list li svg {
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .page-wrapper .sec3-1 .pos-list li svg path {
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .page-wrapper .sec3-1 .pos-list li.active {
    color: #000;
    cursor: default;
   }
    .page-wrapper .sec3-1 .pos-list li.active:before {
      background: #000;
      color: #000;
      height: 2px; }
    .page-wrapper .sec3-1 .pos-list li.active svg path {
      fill: #000; }

.page-wrapper .sec4 .sec-4-inner {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.page-wrapper .sec4 .sec-4-inner .sec-4-img-wrap {
  width: 41%;
  position: relative; }

.page-wrapper .sec4 .sec-4-inner .sec-4-img-wrap .sec-4-img {
  position: relative;
  left: -10%; }

.page-wrapper .sec4 .sec-4-inner .sec-4-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page-wrapper .sec4 .sec-4-inner .sec-4-content .sec4-title {
  padding: 1.5vw 2.5vw 0;
  font-size: 3.125vw;
  line-height: 1.15;
  width: 30%; }

.page-wrapper .sec4 .sec-4-inner .sec-4-content .sec-content-text {
  padding: 0 40px;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.sec-context-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.page-wrapper .sec4 .sec-4-inner .sec-4-content .sec-content-text .sec-content-text-col {
  width: 48%; }

.page-wrapper .cord-zero-list-outer {
  width: 90%;
  margin: auto;
  position: relative; }

.page-wrapper .cord-zero-list-outer .null {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #979797; }

.page-wrapper .cord-zero-list-outer .null:before {
  content: "";
  position: absolute;
  right: 0;
  height: 26px;
  width: 26px;
  background: #B5B5B5;
  margin-right: -13px;
  top: 0;
  margin-top: -13px;
  border-radius: 50%; }

.page-wrapper .cord-zero-list-outer .null:after {
  content: "";
  position: absolute;
  right: 0;
  height: 52px;
  width: 52px;
  margin-right: -28px;
  top: 0;
  margin-top: -28px;
  border: 2px solid #B5B5B5;
  border-radius: 50%; }

.page-wrapper .cord-zero-list-wrap {
  overflow: hidden;
  padding-top: 5%;
  position: relative; }

.page-wrapper .cord-zero-list {
  position: relative;
  width: 80%;
  left: 0.2%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.page-wrapper .cord-zero-list .cord-zero-item {
  position: relative;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-wrapper .cord-zero-list .cord-zero-item .brush {
    position: absolute;
    width: 95%;
    height: 12%;
    left: 2.5%;
    bottom: 0.8%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: url(../img/brush.png) repeat-x 0 0/contain; }
  .page-wrapper .cord-zero-list .cord-zero-item .glass {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0.1%; }
    .page-wrapper .cord-zero-list .cord-zero-item .glass img {
      width: 100%; }

.page-wrapper .cord-zero-list .cord-zero-item .prod-first {
  position: absolute;
  height: 100%;
  width: 75%;
  left: 12.5%; }
  .page-wrapper .cord-zero-list .cord-zero-item .prod-first .brush {
    position: absolute;
    width: 95%;
    height: 7.5%;
    left: 2.5%;
    bottom: 0.8%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: url(../img/brush.png) repeat-x 0 0/contain; }
  .page-wrapper .cord-zero-list .cord-zero-item .prod-first .glass {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0.1%; }
    .page-wrapper .cord-zero-list .cord-zero-item .prod-first .glass img {
      width: 100%; }

.page-wrapper .cord-zero-list .cord-zero-item .prod-top {
  position: absolute;
  left: 16.5%;
  width: 65%;
  top: 0; }

.page-wrapper .cord-zero-list .cord-zero-item .prod-bottom {
  position: absolute;
  left: 11.5%;
  width: 75%;
  top: 298.4px; }
  .page-wrapper .cord-zero-list .cord-zero-item .prod-bottom > img {
    margin: auto;
    width: 100%; }

.page-wrapper .cord-zero-list .cord-zero-item .cord-zero-size {
  position: absolute;
  text-align: right;
  font-size: 2vw;
  top: -3.1vw;
  left: -8vw;
  width: 70%;
  opacity: 0;
  -webkit-transition: 0.5s ease 0.5s;
  transition: 0.5s ease 0.5s; }

.page-wrapper .cord-zero-list .cord-zero-item.appeared .cord-zero-size {
  opacity: 1; }

.page-wrapper .cord-zero-list .cord-zero-item .cord-zero-size-n {
  position: absolute;
  text-align: right;
  font-size: 1vw;
  top: -0.8vw;
  left: -8vw;
  width: 70%;
  line-height: 1.15;
  color: #A50034;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.page-wrapper .cord-zero-list .cord-zero-item.appeared .cord-zero-size-n {
  opacity: 1; }

.page-wrapper .cord-zero-list .cord-zero-item:before {
  content: "";
  position: absolute;
  left: 30%;
  top: 0;
  height: 1px;
  width: 500%;
  background: #585858; }

.page-wrapper .cord-zero-list .cord-zero-item:after {
  content: "";
  position: absolute;
  left: 30%;
  border: 7px solid transparent;
  border-left: 10px solid #A50034;
  top: -7px; }

.page-wrapper .cord-zero-list .cord-zero-item img {
  width: 75%;
  height: auto; }

.page-wrapper .sec5 .sec-title-wrap {
  width: 90%;
  margin: auto; }

.page-wrapper .sec5 .sec-5-title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 40px;
  margin-bottom: 60px; }

.page-wrapper .sec5 .sec-5-title span {
  font-size: 72px;
  line-height: 1; }

.page-wrapper .sec5 .sec-5-title .subtitle {
  font-size: 57px;
 }

.page-wrapper .sec5 .sec-5-content {
  width: 90%;
  margin: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.page-wrapper .sec5 .sec-5-item {
  width: 31%;
  position: relative; }
  .page-wrapper .sec5 .sec-5-item .trigger-hover {
    position: relative; }
  .page-wrapper .sec5 .sec-5-item img {
    width: 100%; }

.page-wrapper .sec5.sec51 .sec-5-item {
  width: 23%; }

.page-wrapper .sec5.sec51 .sec-5-item:nth-child(2n+2) {
  margin-top: 96px; }

.page-wrapper .sec5 .sec-5-item:nth-child(3n+2) {
  margin-top: 96px; }

.page-wrapper .sec5 .sec-5-item:nth-child(3n) {
  margin-top: 0; }

.page-wrapper .sec5 .sec-5-item .sec-5-item-text {
  text-transform: uppercase;
  position: absolute;
  font-size: 28px;
  left: 5%;
  top: 5%;
  z-index: 3;
  width: 80%;
  color: #000;
  line-height: 1.15; }

.page-wrapper .sec5 .sec-5-item .sec-5-item-text.text-rorate {
  font-weight: normal;
  text-align: right;
  height: 160px;
  width: 80%;
  -webkit-transform: rotate(-90deg) translate(-30%, -78%);
  transform: rotate(-90deg) translate(-30%, -78%); }

.page-wrapper .sec5 .sec-5-item .sec-5-item-text.text-rorate.white {
  color: #FFF; }

.page-wrapper .sec6 .sec-6-content {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.page-wrapper .sec6 .sec-6-item {
  width: 31%;
  position: relative;
  margin-bottom: -48px; }

.page-wrapper .sec6 .sec-6-item:nth-child(3n+2) {
  margin-top: 96px; }

.page-wrapper .sec6 .sec-6-item:nth-child(3n) {
  margin-top: 48px; }

.page-wrapper .sec7 .sec7-inner {
  width: 90%;
  margin: auto; }
  .page-wrapper .sec7 .sec7-inner.big {
    width: 100%; }

.page-wrapper .sec7 .sec-title {
  font-size: 4.5vw;
  line-height: 1;
  padding: 40px;
  margin-top: -11.5%;
  position: relative;
  left: 22%;
  max-width: 78%; }

.main-video {
  position: relative;
  cursor: pointer; }
  .main-video video {
    width: 100%;
    display: block; }

.main-video > img {
  width: 100%; }

.reviews-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.review {
  width: 31%;
  position: relative;
  cursor: pointer;
  margin-bottom: 3.5vw; }
  .review > img {
    width: 100%; }
  .review video {
    width: 100%;
    display: block; }

.review-desc {
  text-transform: uppercase;
  color: #FFF;
  position: absolute;
  bottom: 4%;
  left: 1vw;
  font-size: 2vw;
  line-height: 1;
  letter-spacing: -0.048em; }

.main-video .review-desc {
  bottom: auto;
  top: 4%; }

.reviews-container {
  padding-top: 4%; }

.poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.review .review-overlay,
.main-video .review-overlay,
.page-wrapper .reviews-container .review-item .review-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: 0; }

.review .review-play,
.main-video .review-play,
.page-wrapper .reviews-container .review-item .review-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.review:hover .review-overlay,
.main-video:hover .review-overlay,
.page-wrapper .reviews-container .review-item .review-item-big:hover .review-overlay,
.page-wrapper .reviews-container .review-item .review-item-small:hover .review-overlay {
  background: rgba(0, 0, 0, 0); }

.review:hover .review-play,
.main-video:hover .review-play,
.page-wrapper .reviews-container .review-item .review-item-big:hover .review-play,
.page-wrapper .reviews-container .review-item .review-item-small:hover .review-play {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05); }

.page-wrapper .sec8 img {
  margin: auto;
  position: relative;
  z-index: 1; }

.page-wrapper .sec8 .testdrive-container {
  position: relative;
  margin: auto;
  overflow: hidden; }

.page-wrapper .sec8 .testdrive-container .testdrive-text {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  font-size: 368px;
  color: #9663CE;
  line-height: 0.6;
  overflow: hidden; }

.page-wrapper .sec8 .testdrive-container .testdrive-text.animated {
  -webkit-animation: testDriveTextAnim linear 3s normal forwards;
  animation: testDriveTextAnim linear 3s normal forwards; }

.page-wrapper .sec8 .testdrive-container .testdrive-text .testdrive-text-wrap {
  margin-left: 128px;
  width: 1392px; }

.page-wrapper .sec8 .testdrive-container .testdrive-text img {
  position: static;
  margin: 0;
  width: 70%; }

.page-wrapper .sec8 .testdrive-container .testdrive-anim {
  position: absolute;
  top: 0;
  left: 66%;
  width: 100%; }

.page-wrapper .sec8 .testdrive-container .testdrive-anim.animated {
  -webkit-animation: testDriveAnim linear 3s normal forwards;
  animation: testDriveAnim linear 3s normal forwards; }

.page-wrapper .sec8 .testdrive-container .testdrive-button {
  position: absolute;
  bottom: 0;
  left: 3%; }

.page-wrapper .sec8 .testdrive-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 87%;
  margin-left: 8%;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.page-wrapper .sec8 .testdrive-content .testdrive-col {
  width: 22%; }

.page-wrapper .sec8 .testdrive-content .testdrive-col .testdrive-step {
  position: relative;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px; }

.page-wrapper .sec8 .testdrive-content .testdrive-col .testdrive-step:before {
  content: "";
  height: 1px;
  width: 12%;
  position: absolute;
  left: -14%;
  top: 14px;
  background: #A50034; }

.page-wrapper .sec8 .testdrive-content .testdrive-col .testdrive-text {
  font-size: 24px;
  line-height: 1.2; }

.page-wrapper .sec8 .testdrive-content .testdrive-col .testdrive-button {
  display: block;
  position: relative;
  background: #F5C803;
  border-radius: 6px;
  font-size: 36px;
  padding: 14px 32px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 20px; }

.page-wrapper .sec8 .testdrive-content .testdrive-col .testdrive-button:hover {
  background: #FFE561; }

.page-wrapper .sec8 .testdrive-content .testdrive-col .testdrive-button .testdrive-ico {
  position: absolute;
  top: -27%;
  left: 75%;
  width: 15%; }

.wtb {
  margin: auto;
  width: 90%; }

.wtb img {
  margin: auto;
  width: 100%; }

.sec-content-text-mob {
  display: none; }

.main-video {
  position: relative;
  cursor: pointer; }

.main-video > img {
  width: 100%; }

/* animation*/
.baner-logo,
.banner-text,
.banner-button {
  position: relative;
  opacity: 0;
  top: -10%; }

#C {
  position: absolute;
  top: 0;
  left: 0; }

.page-wrapper .cord-zero-list .cord-zero-item:after {
  left: -500%;
  -webkit-transition: 1s;
  transition: 1s; }

.page-wrapper .cord-zero-list .cord-zero-item:before {
  left: 500%;
  -webkit-transition: 1s;
  transition: 1s; }

.page-wrapper .cord-zero-list .cord-zero-item.appeared:after,
.page-wrapper .cord-zero-list .cord-zero-item.appeared:before {
  left: 30%; }

.red-arrows:before {
  width: 0;
  height: 0;
  -webkit-transition: 1s;
  transition: 1s; }

.red-arrows.animated:before {
  width: 40px;
  height: 40px; }

.animate {
  position: relative;
  opacity: 0;
  top: -10%;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.sec-5-content .animate {
  top: 20%; }

.sec-5-content .animated,
.animated {
  opacity: 1;
  top: 0; }

.page-wrapper .sec8 .testdrive-container .testdrive-text {
  width: 71%; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none; }

.popup-close {
  position: fixed;
  right: calc(9% - 32px);
  top: calc(9% - 32px);
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 2;
  display: none; }

.video-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  position: fixed;
  z-index: 3;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .video-popup .video-wrapper {
    width: 100%;
    height: 100%; }
    .video-popup .video-wrapper iframe {
      width: 100%;
      height: 100%; }

@-webkit-keyframes testDriveTextAnim {
  0% {
    width: 71%; }
  20% {
    width: 19%; }
  50% {
    width: 69%; }
  60% {
    width: 55%; }
  90% {
    width: 49%; }
  100% {
    width: 71%; } }

@keyframes testDriveTextAnim {
  0% {
    width: 71%; }
  20% {
    width: 19%; }
  50% {
    width: 69%; }
  60% {
    width: 55%; }
  90% {
    width: 49%; }
  100% {
    width: 71%; } }

@-webkit-keyframes testDriveAnim {
  0% {
    left: 66%; }
  20% {
    left: 15%; }
  50% {
    left: 65%; }
  60% {
    left: 51%; }
  90% {
    left: 45%; }
  100% {
    left: 66%; } }

@keyframes testDriveAnim {
  0% {
    left: 66%; }
  20% {
    left: 15%; }
  50% {
    left: 65%; }
  60% {
    left: 51%; }
  90% {
    left: 45%; }
  100% {
    left: 66%; } }

.txt-vertical {
  font-size: 1.6vw; }

.txt-d {
  display: table-cell;
  width: 70vw;
  padding-top: 2vw;
  font-size: 1.4vw; }

.txt-d:nth-child(2) {
  padding-right: 4vw; }

section.sec3 {
  margin-top: -9vw;
  padding-bottom: 0; }

.page-wrapper section.sec2 {
  padding-bottom: 0px; }

.page-wrapper .sec3-1 {
  padding-top: 1vw; }

.page-wrapper section.sec5 .pager {
  padding-top: 0%; }

.page-wrapper section.sec5 {
  position: relative;
  margin-top: -10vw;
  padding-bottom: 5vw; }

.page-wrapper section.sec51.sec5 {
  position: relative;
  padding-top: 8vw;
  padding-bottom: 8vw; }

.sec51 .sec51-play {
  position: absolute;
  width: 80px !important;
  height: 80px !important;
  right: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.sec51 .sec-5-item-img {
  position: relative; }

.sec-51-item-title {
  margin-top: 30px;
  padding: 0 0px;
  font-size: 50px;
  font-weight: 300;
  text-align: left;
  color: #000;
  line-height: 1; }

.sec-51-item-text {
  padding: 0 0px;
  font-size: 28px;
  text-align: left;
  font-weight: 700;
  color: #000;
  line-height: 1.1; }

.text-no-uppercase {
  text-transform: inherit; }

.sec51 .trigger-hover:hover .sec51-play {
  opacity: 0.5; }

.aeroscience-txt img {
  max-width: 90%; }

.text-d2.animate,
.text-d3.animate {
  opacity: 1;
  top: 0; }

.text-d2.animate p,
.text-d3.animate p {
  left: -15%;
  opacity: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s; }

.text-d2.animate.animated p,
.text-d3.animate.animated p {
  left: 0;
  opacity: 1; }

.d-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.d-title-item {
  margin-right: 1em; }
  .d-title-item.s-m {
    margin-right: 0.7em; }
  .d-title-item:last-child {
    margin-right: 0; }

.text-d2 .d-title,
.text-d3 .d-title {
  position: relative;
 }
  .text-d2 .d-title .d-title-big,
  .text-d3 .d-title .d-title-big {
    font-size: 2.625vw;
    line-height: 0.7;
     }

.text-d2 .d-title-item,
.text-d3 .d-title-item {
   }

.text-d2 .d-title:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #A50034;
  width: 0;
  left: -2%;
  top: 25%;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s; }

.text-d2.animated .d-title:before {
  width: 18%;
  left: -20%; }

/*.text-d3 .d-title:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #A50034;
  width: 0;
  left: -2%;
  top: 25%;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s; }
*/
.text-d3.animated .d-title:before {
  width: 21%;
  left: -26%; }

.text-d2,
.text-d3 {
  padding: 0;
  z-index: 1;
  position: relative;
  margin: 5vw 5vw 0; }

.page-wrapper .sec3 .sec-3-inner .sec-3-content .sec-3-text-inner .text-d-w,
.page-wrapper .sec3 .sec-3-inner .sec-3-content .sec-3-text-inner .text-d-w {
  width: 80%; }

.sec-3-content .text-d {
  padding-left: 6.5%;
  font-size: 1.4vw;
  line-height: 1.5;
  width: 80%; }

.text-d2 p,
.text-d3 p {
  position: relative;
  font-size: 1.4vw;
  line-height: 1;
  margin-top: 0.625vw;
  padding-left: 5%; }

.text-d2 p:before,
.text-d3 p:before {
  content: "— ";
  color: #A50034;
  position: absolute;
  left: -20px;
  top: 0; }

.text-d-w {
  font-size: 1.2vw;
  line-height: 1.6; }

/* animation*/
@media screen and (min-width: 1601px) {
  .product-section .content-col .tab-title {
    margin-top: 40px; }
  .content-col .content-col-switcher .content-col-switch {
    padding: 0 20px;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px; }
  .page-wrapper .sec1 .grid {
    top: 96px; }
  .page-wrapper .cz-1 .bottom {
    top: -272px; }
  .trigger-hover .hover-content {
    font-size: 24px; }
  .l-sup {
    font-size: 12px; }
  .page-wrapper .sec3-1 .sec3-1-inner {
    margin-top: -80px; }
  .sec3-1-title {
    font-size: 50px;
    padding: 24px 40px 0;
    margin-bottom: 72px; }
  .page-wrapper .sec3-1 .sec3-1-inner .sec3-1-title {
    font-size: 50px; }
  position: relative;
  font-size: 24px;
  line-height: 1;
  .page-wrapper .cord-zero-list .cord-zero-item .cord-zero-size span {
    font-size: 28px;
    margin-left: 108px;
     }
  .page-wrapper .cord-zero-list .cord-zero-item .cord-zero-size-n {
    position: absolute;
    text-align: right;
    font-size: 16px;
    top: -12.8px;
    left: -128px; }
  .page-wrapper .cord-zero-list .cord-zero-item .cord-zero-size {
    position: absolute;
    text-align: right;
    font-size: 32px;
    top: -50px;
    left: -128px; }
  .page-wrapper .cord-zero-list .cord-zero-item .cord-zero-size.size-first {
    position: absolute;
    text-align: right;
    font-size: 32px;
    top: -50px;
    left: -128px; }
  .section-wrap .product-section .content-col .tab-title {
    font-size: 56px;
    padding: 40px;
    padding-top: 0; }
    .section-wrap .product-section .content-col .tab-title img {
      padding-top: 40px; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-time {
    font-size: 565px;
    width: auto; }
  .page-wrapper .sec3 .sec-3-inner {
    padding-bottom: 0px; }
  .page-wrapper .sec3 .sec-3-text-outer .sec-3-text {
    font-size: 32px; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap {
    padding-top: 160px; }
  .page-wrapper .sec3-1 .pos-list {
    margin-bottom: 48px; }
  .page-wrapper .sec3-1 .pos-list li {
    margin-bottom: 32px;
    font-size: 40px; }
  .review {
    margin-bottom: 56px; }
  .text-d2{
    margin-top: 0;
    margin-left: 180px;
    margin-right: 0;
  }
  .text-d3 {
    margin-top: 80px;
    margin-right: 0;
    margin-left: 180px;
   }
  .text-d2 p,
  .text-d3 p {
    font-size: 22px;
    line-height: 1;
    margin-top: 10px; }
  .text-d2 .d-title .d-title-big,
  .text-d3 .d-title .d-title-big {
    font-size: 42px; }
  .sec-3-content .text-d {
    font-size: 24px; }
  .page-wrapper .banner-text {
    font-size: 46px; }
  .txt-d:nth-child(2) {
    padding-right: 54px; }
  .txt-d {
    display: table-cell;
    width: 350px;
    padding-top: 28px;
    /* padding-right: 40px; */
    font-size: 22px; }
  .page-wrapper .sec1 .content-title {
    font-size: 50px; }
  .txt-vertical {
    font-size: 24px;
    padding-left: 40px; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-content .sec3-title {
    padding: 40px;
    font-size: 50px; }
  .page-wrapper .sec4 .sec-4-inner .sec-4-content .sec4-title {
    font-size: 50px;
    padding: 24px 40px 0; }
  .page-wrapper .sec2 .sec-content-text .sec-content-text-col span {
    font-size: 50px; }
  .sec-3-1-sofa-col {
    padding-top: 376px; }
  .sec3-1 .pos-bg:before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(150, 150, 150, 0)), color-stop(1%, rgba(150, 150, 150, 0.08)), color-stop(13%, #969696), color-stop(16%, #969696), color-stop(51%, #969696), color-stop(87%, #969696), to(rgba(150, 150, 150, 0)));
    background: linear-gradient(to bottom, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0.08) 1%, #969696 13%, #969696 16%, #969696 51%, #969696 87%, rgba(150, 150, 150, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00969696', endColorstr='#00969696', GradientType=0); }
  .sec3-1 .pos-bg:after {
    content: "";
    right: 0;
    top: 50%;
    height: 47%;
    width: 2px;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(150, 150, 150, 0)), color-stop(1%, rgba(150, 150, 150, 0.08)), color-stop(13%, #969696), color-stop(16%, #969696), color-stop(51%, #969696), color-stop(87%, #969696), to(rgba(150, 150, 150, 0)));
    background: linear-gradient(to bottom, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0.08) 1%, #969696 13%, #969696 16%, #969696 51%, #969696 87%, rgba(150, 150, 150, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00969696', endColorstr='#00969696', GradientType=0); }
  .page-wrapper .sec7 .sec-title {
    font-size: 72px; }
  .page-wrapper .sec8 .testdrive-container:after {
    content: "";
    right: 0;
    top: 0;
    height: 80%;
    width: 2px;
    z-index: 1;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(150, 150, 150, 0)), color-stop(1%, rgba(150, 150, 150, 0.08)), color-stop(13%, #969696), color-stop(16%, #969696), color-stop(51%, #969696), color-stop(87%, #969696), to(rgba(150, 150, 150, 0)));
    background: linear-gradient(to bottom, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0.08) 1%, #969696 13%, #969696 16%, #969696 51%, #969696 87%, rgba(150, 150, 150, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00969696', endColorstr='#00969696', GradientType=0); }
  .trigger-hover .hover-content {
    font-size: 26px; }
  .gorizontal-block.main-product {
    padding-bottom: 80px; }
  .gorizontal-block.gorizontal-block2 .similar-prod-title {
    margin-bottom: 80px;
    padding: 10px 40px; }
  .review-desc {
    font-size: 32px;
    left: 16px; } }

@media screen and (max-width: 1599px) {
  .content-col .content-col-switcher {
    left: 20px;
    top: 0; }
  .content-col .content-col-switcher .content-col-switch {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 1vw;
    display: inline-block;
    cursor: pointer; }
  .page-wrapper .content-text {
    font-size: 1.5vw; }
  .page-wrapper .cord-zero-list .cord-zero-item .prod-bottom {
    top: 18.65vw; }
  .page-wrapper .sec1 .content-title {
    padding: 1.5vw 1.7vw; }
  .page-wrapper .sec4 .sec-4-inner .sec-4-content .sec4-title,
  .page-wrapper .sec1 .content-title {
    font-size: 3.125vw; }
  .page-wrapper .sec7 .sec-title,
  .page-wrapper .sec5 .sec-5-title span,
  .page-wrapper .sec3 .sec-3-inner .sec-3-content .sec3-title {
    font-size: 3.125vw; }
  .page-wrapper .sec5 .sec-5-item .sec-5-item-text {
    font-size: 3vw; }
  .page-wrapper .sec7 .sec-title,
  .page-wrapper .sec5 .sec-5-title {
    padding: 2.5vw; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-content .sec3-title .subtitle,
  .page-wrapper .sec5 .sec-5-title .subtitle {
    font-size: 3.562vw; }
  .page-wrapper .sec5.sec51 .sec-5-item:nth-child(2n+2) {
    margin-top: 5vw; }
  .page-wrapper .sec5 .sec-5-item:nth-child(3n+2) {
    margin-top: 5vw; }
  .page-wrapper .sec5 .sec-5-item:nth-child(3n) {
    margin-top: 2.5vw; }
  .page-wrapper .sec5.sec51 .sec-5-item:nth-child(3n) {
    margin-top: 0vw; }
  .page-wrapper .sec5 .sec-5-item .sec-5-item-text {
    font-size: 1.75vw; }
  .sec6 .sec-6-item {
    margin-bottom: -2.5vw; }
  .sec6 .sec-6-item:nth-child(3n+2) {
    margin-top: 5vw; }
  .sec6 .sec-6-item:nth-child(3n) {
    margin-top: 2.5vw; } }

.disclamer-section {
  background: #F1F1F3;
  color: #333; }

.disclamer-section-custom {
  background: transparent;
  position: relative;
  z-index: 1; }

.disclamer-section .disclamer-section-wrapper {
  max-width: 1300px;
  width: 100%;
  margin: auto;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  padding: 20px; }

.content-col .features li:before {
  content: "●";
  font-size: 0.5em;
  line-height: 2;
  position: relative;
  left: 0;
  top: 0;
  vertical-align: middle;
  display: inline-block;
  margin-right: 3px; }

.owl-nav .owl-next {
  right: 0;
  background: url(../img/next.svg) no-repeat center center/contain; }

.owl-nav .owl-prev {
  left: 0;
  background: url(../img/prev.svg) no-repeat center center/contain; }

.owl-nav .owl-next,
.owl-nav .owl-prev {
  width: 40px;
  height: 38px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  will-change: transform; }
  .owl-nav .owl-next:hover,
  .owl-nav .owl-prev:hover {
    -webkit-transform: translateY(-50%) scale(1.05);
    transform: translateY(-50%) scale(1.05); }
  .owl-nav .owl-next:active,
  .owl-nav .owl-prev:active {
    -webkit-transform: translateY(-50%) scale(0.95);
    transform: translateY(-50%) scale(0.95); }

.page-wrapper section.sec6 {
  position: relative;
  margin-top: 0vw;
  margin-bottom: 0vw;
  padding-bottom: 0; }
  .page-wrapper section.sec6 .grid {
    background: white;
    border: none; }

/**---**/
.product-section {
  position: relative;
  padding: 0px 0;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.slider-col {
  position: relative; }
  .slider-col:before {
    position: absolute;
    width: 40px;
    height: 40px;
    border-top: 3px solid #A50034;
    border-left: 3px solid #A50034;
    background: #A50034;
    top: 0;
    right: 0;
    content: '';
    display: none;
    border: 0;
    width: 2px;
    z-index: 2;
    height: 43px; }
  .slider-col:after {
    content: '';
    display: none;
    position: absolute;
    top: 21px;
    z-index: 1;
    right: -21px;
    border: 0;
    height: 2px;
    width: 43px;
    background: #A50034; }

.product-section .slider-col {
  width: 20%;
  /*30%*/
  /*padding: 0 0 0 10%;*/
  margin-left: 10%; }

.product-section .content-col {
  width: 50%; }

.product-section .content-col .tab-title {
  color: #000;
  font-size: 3.5vw;
  margin-top: 0px;
  padding: 2.5vw; }
  .product-section .content-col .tab-title img {
    padding-top: 2.5vw; }

.product-section .content-col .tab-content-recomended {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin-bottom: 20px; }

.product-section .content-col .tab-content-title {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin-top: 25px; }

.product-section .content-col .tab-content-img {
  height: 210px;
  display: block;
  margin: 0 auto; }
  .product-section .content-col .tab-content-img img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto; }

.product-section .content-col .tab-content {
  padding-left: 2.5vw; }

.content-col .tab-color {
  font-size: 21px;
  margin-bottom: 20px;
  margin-top: 10px; }

.gorizontal-block.main-product .tab-title img {
  width: 60%;
  margin-bottom: 20px; }

.gorizontal-block.main-product .tab-title .product-sec-title {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  color: #000; }

.product-section .content-col .features {
  margin: 12px auto;
  width: 70%;
  list-style-type: none;
  text-align: left; }

.product-section .content-col .features ul li {
  list-style-type: none; }

.product-section .content-col .features li {
  position: relative;
  padding-left: 0px;
  font-size: 14px;
  margin-bottom: 5px; }

.product-section .content-col .tab-model-button {
  color: #FFF;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
  border-radius: 0;
  margin-bottom: 10px;
  margin-right: 40%;
  border-radius: 5px; }

.price {
  margin-bottom: 30px;
  color: #A50034;
  font-size: 36px;
  font-weight: bold; }

.product-section .content-col .shops {
  margin-bottom: 10px;
  border-bottom: 1px solid #999; }

.disclamer {
  font-size: 14px; }

.gorizontal-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .gorizontal-block.main-product {
    padding-bottom: 5vw; }

.similar-products {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 80%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.gorizontal-block.gorizontal-block2 {
  font-size: 3.125vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.gorizontal-block.gorizontal-block2 .similar-prod-title {
  margin-bottom: 5vw;
  padding: 0.625vw 2.5vw; }

.text-last span {
  display: none; }

.quadr2 {
  width: 44%;
  border: 1px solid #e7e7e7;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  text-align: center;
  background: #FFF; }
  .quadr2 .similar-prod-img {
    margin-bottom: 15px; }
  .quadr2 .similar-prod-name {
    font-size: 24px;
    margin-bottom: 40px; }
    .quadr2 .similar-prod-name .bold {
       }
  .quadr2 .similar-button {
    margin-bottom: 40px; }
    .quadr2 .similar-button .button {
      padding: 0.4vw 3.25vw; }

.quadr-brake {
  width: 3%; }

.quadr2 div {
  width: 100%;
  text-align: center; }

.quadr2 div img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.quard2 .button {
  padding: 0.4vw 1.4vw;
  display: inline-block;
  color: #FFF;
  border-radius: 6px;
  background: #A50034;
  border: 1px solid #A50034;
  text-align: center;
  padding: 0.625vw 2.25vw;
  font-size: 1.5vw;
  line-height: 1.3;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 200; }

.quard2 .button:hover {
  text-decoration: none;
  background: #e10b4b;
  border: 1px solid #e10b4b;
  color: #fff; }

.sec-51-item-title.sec-51-item-title-small br {
  /*display:none;*/ }

@media screen and (max-width: 1550px) {
  .sec-51-item-title.sec-51-item-title-small {
    font-size: 44px; } }

@media screen and (max-width: 1441px) {
  .sec-51-item-title.sec-51-item-title-small {
    /*font-size: 40px;*/ } }

@media screen and (max-width: 1366px) {
  .sec-51-item-title.sec-51-item-title-small {
    /*font-size: 38px;*/ }
  .sec-51-item-text {
    font-size: 26px; } }

@media screen and (max-width: 1281px) {
  .sec-51-item-title.sec-51-item-title-small {
    font-size: 38px; }
  .sec-51-item-text {
    font-size: 24px; } }

@media screen and (max-width: 1153px) {
  .sec-51-item-title.sec-51-item-title-small {
    font-size: 36px; } }

@media screen and (max-width: 1025px) {
  .sec-51-item-title.sec-51-item-title-small {
    font-size: 34px; }
  .sec-51-item-text {
    font-size: 20px; } }

@media screen and (max-width: 991px) {
  .content-col .content-col-switcher {
    width: 100%;
    top: 0;
    left: 20px; }
  .content-col .content-col-switcher .content-col-switch {
    font-size: 2.9vw;
    line-height: 1.3;
    padding: 0;
    width: 50%; }
    .content-col .content-col-switcher .content-col-switch:nth-child(3) {
      padding-top: 1vw; }
    .content-col .content-col-switcher .content-col-switch:nth-child(4) {
      padding-top: 1vw; }
  .page-wrapper .sec5.sec51 .sec-5-item {
    width: 100%; }
  .page-wrapper section.sec51 {
    padding-bottom: 10vw; }
  .page-wrapper section.sec5 .pager.even .pager-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .page-wrapper section.sec5 .even .pager-num:before {
    left: -5.2vw; }
  .page-wrapper section.sec5 .even .pager-num:after {
    left: -5.2vw; }
  .page-wrapper section.sec51 .pager.even .pager-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .page-wrapper section.sec51 .even .pager-num:before {
    left: calc(100% + 5.2vw); }
  .page-wrapper section.sec51 .even .pager-num:after {
    left: calc(100% + 5.2vw); }
  .sec51 .sec51-play {
    width: 12vw !important;
    height: 12vw !important;
    right: calc( 50% - 6vw);
    top: calc( 50% - 6vw);
    bottom: unset; }
  .sec-51-item-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0;
    margin-top: 0;
    font-size: 6.5vw; }
  .sec-51-item-title.sec-51-item-title-small {
    font-size: 5.5vw; }
  .sec-51-item-title.sec-51-item-title-small br {
    display: block; }
  .sec-5-item:nth-child(2) .sec-51-item-title {
    left: unset;
    right: 0; }
  .sec-5-item:nth-child(4) .sec-51-item-title {
    left: unset;
    right: 0; }
  .sec-51-item-text {
    font-size: 5vw;
    padding: 20px 0 0 0; }
  .gorizontal-block.gorizontal-block2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .quadr2 {
    width: 90%; }
  .gorizontal-block.gorizontal-block2 {
    padding-top: 15px; }
  .gorizontal-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .product-section .content-col {
    width: 50%;
    padding: 2vw 20px; }
  .product-section .slider-col {
    margin-left: 20px;
    width: calc( 45% - 20px); }
  .product-section .content-col .tab-title img {
    padding-top: 0;
    margin-top: 25%; }
  .gorizontal-block.gorizontal-block2 p {
    margin: 0 20px; }
  .product-section .content-col .features {
    font-size: 3.125vw;
    margin-top: 1em;
    margin-bottom: 1em; }
  .product-section .content-col .features li {
    padding-left: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1em; }
  .product-section .content-col .tab-model-button {
    font-size: 3.125vw;
    padding: 0.5em;
    margin-bottom: 0.5em; }
  .product-section .red-arrows.animated:before, .product-section .red-arrows.animated:after {
    display: none; }
  .tab-color {
    display: none; }
  .quadr-brake {
    width: 3%;
    height: 10px; }
  .quard2 .button {
    padding: 10px 36px;
    font-size: 20px; }
  .product-section .slider-col .slider {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
  .product-section .content-col .tab-model-button {
    margin-right: 0px; }
  .product-section .content-col .price-block .button-wrp .button {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    font-size: 3.9vw;
    padding: 0.5em; }
  .similar-products {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-section {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .txt-vertical1.mob {
    position: relative;
    padding: 0px 30px 0 40px;
    font-size: 20px;
    z-index: 200; }
  .product-section {
    padding: 5vw 0; }
  .gorizontal-block.main-product {
    padding: 0; }
  .page-wrapper .sec3-1 .pos-list li {
    margin-bottom: 6vw; }
  .product-section .content-col .tab-title {
    font-size: 40px;
    margin: 0 20px;
    padding: 0 0 0 4vw; }
  .product-section .content-col .tab-content {
    padding-left: 0; }
  .page-wrapper .sec2 .sec-content-text .sec-content-text-col span {
    position: relative;
    font-size: 5vw;
    padding-left: 0; }
  .txt-d {
    padding: 0px;
    padding-top: 20px;
    display: block; }
  .txt-d:nth-child(2) {
    padding-left: 0px; }
  .text-d-w {
    display: none; }
  #shapes-wrapper {
    display: none; }
  .container-space {
    display: none;
    visibility: none; }
  #element {
    display: none;
    visibility: none; }
  .red-arrows.animated:before {
    width: 5.2vw;
    height: 5.2vw; }
  .mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .desk {
    display: none !important; }
  .page-wrapper section .pager {
    padding-top: 0; }
  .page-wrapper section .pager.even .pager-inner {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; }
  .page-wrapper section .pager .pager-num {
    line-height: 1;
    font-size: 20vw; }
  .page-wrapper section .pager .pager-text {
    display: none; }
  .page-wrapper .sec1 .grid {
    top: 10vw; }
  .page-wrapper .sec1 .grid .grid-2 {
    top: 0; }
  .page-wrapper .banner-text {
    display: block;
    font-size: 4vw;
    margin-top: 6vw; }
  .page-wrapper .banner-button {
    display: none; }
  .page-wrapper .banner .baner-logo {
    margin-bottom: 0;
    width: 100%; }
  .page-wrapper .banner .banner-inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .page-wrapper .cz-1 {
    left: 47%;
    width: 37%;
    top: 9%;
    z-index: 200; }
  .page-wrapper .sec1 .sec-images {
    display: none; }
  .page-wrapper .sec1 .content-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 3vw; }
  .page-wrapper .content-text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 6vw; }
  .page-wrapper .content-text ul li {
    font-size: 3.9vw;
    width: 48%;
    position: relative;
    padding-left: 4vw;
    margin-bottom: 2vw; }
  .page-wrapper .content-text ul li:before {
    content: "— ";
    color: #A50034;
    position: absolute;
    left: 0;
    top: 0; }
  .sec2-anim-outer {
    height: 50vw;
    overflow: hidden;
    margin-bottom: 5vw; }
  .page-wrapper .sec2 .sec2-inner .sec2-anim {
    width: 100%;
    margin-left: 0%; }
  .page-wrapper .sec1 .content-text .button {
    width: 25%; }
  .page-wrapper .sec1 .content-title {
    font-size: 7.1vw; }
  .page-wrapper .sec1 {
    height: auto; }
  .page-wrapper .sec2 .sec-content-text {
    position: static;
    margin: auto;
    width: 100%;
    padding: 0 3vw; }
  .page-wrapper .sec2 .sec-content-text .sec-content-text-col {
    font-size: 3.9vw; }
  .page-wrapper .sec2 .sec-content-text {
    width: 90%;
    margin: auto; }
  .page-wrapper .sec3 .sec-3-inner {
    width: 95%;
    margin-left: 5%; }
  .page-wrapper .sec3 .sec-3-text-outer .sec-3-text {
    font-size: 3.9vw; }
  .page-wrapper .sec3 .sec-3-text-outer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-content .sec3-title {
    font-size: 5.2vw; }
  .page-wrapper .sec3-1 .sec3-1-inner .sec3-1-title {
    font-size: 4vw; }
  .page-wrapper .sec4 .sec-4-inner .sec-4-content .sec4-title {
    font-size: 7.16vw;
    width: 100%; }
  .hover-content {
    display: none !important; }
  .sec-5-item-img {
    width: 58%; }
  .page-wrapper .sec5 .sec-5-item .sec-5-item-text {
    position: static; }
  .trigger-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .page-wrapper .sec5 .sec-5-item .sec-5-item-text {
    width: 35%; }
  .page-wrapper .sec4 .sec-4-inner .sec-4-content {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .page-wrapper .sec4 .sec-4-inner .sec-4-content .sec-content-text {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    padding: 3.5vw 2.5vw 0; }
  .page-wrapper .sec4 .sec-4-inner .sec-4-content .sec-content-text .sec-content-text-col {
    width: 100%;
    font-size: 4.5vw; }
    .page-wrapper .sec4 .sec-4-inner .sec-4-content .sec-content-text .sec-content-text-col:first-child {
      display: none; }
  .page-wrapper .cord-zero-list .cord-zero-item .cord-zero-size {
    font-size: 1.9vw;
    left: auto;
    right: 78%; }
  .page-wrapper .cord-zero-list .cord-zero-item .cord-zero-size span {
    font-size: 2vw;
    margin-left: 0;
     }
  .page-wrapper .sec1 .content-title,
  .page-wrapper .sec7 .sec-title,
  .page-wrapper .sec3 .sec-3-inner .sec-3-content .sec3-title,
  .page-wrapper .sec5 .sec-5-title {
    padding: 3vw; }
  .page-wrapper .cord-zero-list-outer .null:before {
    content: "";
    height: 26px;
    width: 26px;
    margin-right: -13px;
    margin-top: -13px; }
  .page-wrapper .cord-zero-list-outer .null:after {
    content: "";
    position: absolute;
    height: 52px;
    width: 52px;
    margin-right: -28px;
    margin-top: -28px; }
  .page-wrapper .sec8 .testdrive-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3vw; }
  .page-wrapper .sec8 .testdrive-content .testdrive-col {
    width: 31%;
    margin-bottom: 4vw; }
  .page-wrapper .sec2 .sec2-inner {
    width: 100%; }
  .sec-3-mob-text {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec-3-mob-text .sec-3-text-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sec-3-mob-text .sec-3-text-img img {
    max-width: 100%; }
  .sec-content-text-mob {
    position: relative;
    width: 90%;
    padding: 3vw;
    margin: 5vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .sec-content-text-mob .sec-content-text-col {
    width: 48%;
    font-size: 3.9vw;
    position: relative;
    padding-left: 4vw; }
  .sec-content-text-mob .sec-content-text-col:before {
    content: "— ";
    color: #A50034;
    position: absolute;
    left: 0;
    top: 0; }
  .page-wrapper .sec7 .sec-title {
    left: 28%;
    max-width: 72%;
    font-size: 7.16vw;
    position: relative;
    margin-top: -15%; }
  .page-wrapper .sec5 .sec-5-item {
    width: 100%; }
    .page-wrapper .sec5 .sec-5-item:nth-child(2n+1) .trigger-hover {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin-right: -5vw; }
    .page-wrapper .sec5 .sec-5-item:nth-child(2n) .trigger-hover {
      margin-left: -5vw; }
  .page-wrapper .sec5.sec51 .sec-5-item:nth-child(2n+2) .trigger-hover {
    margin-left: -5vw; }
  .page-wrapper .sec5 .sec-5-item:nth-child(3n+2),
  .page-wrapper .sec5 .sec-5-item:nth-child(3n),
  .page-wrapper .sec5 .sec-5-item:nth-child(3n+1),
  .page-wrapper .sec5.sec51 .sec-5-item:nth-child(2n+2) {
    margin-top: 5vw; }
  .page-wrapper .sec5.sec51 .sec-5-item:nth-child(3n) {
    margin-top: 5vw; }
  .page-wrapper .sec5 .sec-5-item .sec-5-item-text {
    text-align: left;
    font-size: 4vw; }
  .page-wrapper .sec5 .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    margin: auto;
    margin-top: 3vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .owl-dot {
    margin-right: 20px;
    font-size: 24px;
    color: #A50034;
    cursor: pointer; }
  .owl-dot:hover,
  .owl-dot.active {
    color: #000;
    border-bottom: 2px solid #A50034; }
  .owl-dot:last-child {
    margin-right: 0; }
  .animate {
    top: 0;
    opacity: 1; }
  .page-wrapper .banner-content {
    width: 60%;
    left: 9px; }
  .page-wrapper .sec1 .sec1-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .page-wrapper .sec1 .content-text {
    padding: 0 30px;
    position: relative;
    top: 0px;
    right: 0px; }
  .page-wrapper .sec1 .content-title {
    width: 66%;
    -ms-order: -1;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .page-wrapper .sec1 .content-title span {
    font-size: 0.6em;
    display: block;
    margin-top: 4%; }
  .page-wrapper .sec3-1 .pos-list {
    top: 43vw;
    width: 100%;
    left: 66%; }
  .page-wrapper .sec3-1 .pos-list li {
    margin-bottom: 3.5vw; }
  .page-wrapper .sec3-1 .pos-list li svg {
    height: 3.5vw;
    width: auto; }
  .gorizontal-block.gorizontal-block2 .similar-prod-title {
    font-size: 6vw;
    padding-left: 3vw;
    padding-top: 2vw;
    margin-left: auto;
    margin-right: auto; }
  .page-wrapper .sec2 .sec-content-logo .sec-content-logo-inner {
    padding: 3vw  0 0 3vw; }
  .quadr2 .similar-button .button {
    font-size: 3vw;
    padding: 0.6vw 5vw; } }

/*animation shapes*/
#shapes-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#line {
  -webkit-animation: line1 4s forwards 2s;
          animation: line1 4s forwards 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0.4; }

#line2 {
  -webkit-animation: line2 4s forwards 2s;
          animation: line2 4s forwards 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0.4; }

#line3 {
  -webkit-animation: line3 4s forwards 2s;
          animation: line3 4s forwards 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0.4; }

#line4 {
  -webkit-animation: line4 4s forwards 2s;
          animation: line4 4s forwards 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0.4; }

#block-d {
  width: 100%;
  position: relative;
  height: 100%;
  display: block;
  overflow: hidden;
  background: none; }

#shapes {
  -webkit-animation: traffic 2s forwards 0s;
          animation: traffic 2s forwards 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: shapes;
          animation-name: shapes;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%; }

#shapes-d {
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 100%; }

.ourCircle {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: buttonTransition;
          animation-name: buttonTransition;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0.4; }

.innerCircle {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-name: buttonTransition2;
          animation-name: buttonTransition2;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0.4; }

.innerCircle2 {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-name: buttonTransition3;
          animation-name: buttonTransition3;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0.4; }

@-webkit-keyframes buttonTransition {
  from {
    r: 5%; }
  to {
    r: 58%; } }

@keyframes buttonTransition {
  from {
    r: 5%; }
  to {
    r: 58%; } }

@-webkit-keyframes buttonTransition2 {
  from {
    r: 2%; }
  to {
    r: 34.8%; } }

@keyframes buttonTransition2 {
  from {
    r: 2%; }
  to {
    r: 34.8%; } }

@-webkit-keyframes buttonTransition3 {
  from {
    r: 2%; }
  to {
    r: 11.6%; } }

@keyframes buttonTransition3 {
  from {
    r: 2%; }
  to {
    r: 11.6%; } }

@-webkit-keyframes line1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  100% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; } }

@keyframes line1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  100% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; } }

@-webkit-keyframes line2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; } }

@keyframes line2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; } }

@-webkit-keyframes line3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  100% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; } }

@keyframes line3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  100% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; } }

@-webkit-keyframes line4 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  100% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; } }

@keyframes line4 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  100% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; } }

@-webkit-keyframes caret {
  50% {
    border-color: transparent; } }

@keyframes caret {
  50% {
    border-color: transparent; } }

@-webkit-keyframes shapes {
  0% {
    height: 0%;
    margin-top: 100%; }
  100% {
    height: 100%;
    margin-top: 0%; } }

@keyframes shapes {
  0% {
    height: 0%;
    margin-top: 100%; }
  100% {
    height: 100%;
    margin-top: 0%; } }

.container-space {
  position: absolute;
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5%; }

#element {
  display: block;
  height: auto;
  margin-top: 0;
  width: 28%;
  -webkit-transform: scale(1);
          transform: scale(1);
  height: 50%;
  opacity: .7;
  -webkit-animation-name: stretch;
          animation-name: stretch;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes stretch {
  0% {
    -webkit-transform: rotate(0deg) scale(1.2);
            transform: rotate(0deg) scale(1.2);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    opacity: .7; }
  25% {
    -webkit-transform: rotate(-220deg) scale(1.2);
            transform: rotate(-220deg) scale(1.2);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    opacity: .8; }
  40% {
    -webkit-transform: rotate(-520deg) scale(0.5);
            transform: rotate(-520deg) scale(0.5);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    opacity: .5; }
  100% {
    -webkit-transform: rotate(-720deg) scale(0);
            transform: rotate(-720deg) scale(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    opacity: .7; } }

@keyframes stretch {
  0% {
    -webkit-transform: rotate(0deg) scale(1.2);
            transform: rotate(0deg) scale(1.2);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    opacity: .7; }
  25% {
    -webkit-transform: rotate(-220deg) scale(1.2);
            transform: rotate(-220deg) scale(1.2);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    opacity: .8; }
  40% {
    -webkit-transform: rotate(-520deg) scale(0.5);
            transform: rotate(-520deg) scale(0.5);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    opacity: .5; }
  100% {
    -webkit-transform: rotate(-720deg) scale(0);
            transform: rotate(-720deg) scale(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    opacity: .7; } }

@media screen and (max-width: 991px) {
  .mobred {
    color: #A50034; }
  .mob-battary.mob {
    z-index: 100;
    position: relative;
    font-size: 24px;
    margin: 0 50px;
    text-align: center;
    display: block; }
  .text-d-w {
    display: none; }
  #shapes-wrapper {
    display: none; }
  .container-space {
    display: none; }
  #element {
    display: none; }
  .txt-vertical {
    display: none; }
  .cord-zero-size-n {
    display: none; }
  .text-d {
    display: none; }
  .txt-d {
    display: none; }
  .wtb.desctop {
    display: none; } }

.trigger-hover .hover-content {
  width: 100%;
  height: 100%;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  margin: 0;
  padding: 20px;
  padding-right: 10px;
  color: transparent;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: #f8f8f8;
  color: #000;
  font-size: 1.4vw;
  opacity: 0;
  padding-top: 42px; }

.trigger-hover:hover .hover-content {
  opacity: .9; }

.sec-5-item-text2 {
  font-size: 1.75vw;
  margin-bottom: 10px;
  color: #000;
  z-index: 3; }

#disclamer-block {
  text-align: center;
  font-size: 16px;
  color: #666; }

@media screen and (max-width: 991px) {
  #disclamer-block p {
    padding: 20px; } }

section.sec8 {
  display: none;
  visibility: hidden; }

br.br-one {
  margin-top: 5px; }

.disclamer-section .disclamer-section-wrapper {
  max-width: 1300px;
  width: 90%;
  margin: auto;
  font-size: 14px;
  line-height: 1.2; }

@media (max-width: 767px) {
  .review-desc {
    font-size: 4vw; }
  .review {
    width: 47%;
    margin-bottom: 30px; }
  .quadr2 {
    margin-left: auto;
    margin-right: auto; }
  .page-wrapper .cord-zero-list .cord-zero-item .cord-zero-size {
    width: 100%;
    font-size: 3.3vw; }
  .sec-content-text-mob .sec-content-text-col {
    width: 100%; }
  .review .review-play,
  .main-video .review-play,
  .page-wrapper .reviews-container .review-item .review-play {
    width: 10vw; }
  .product-section .content-col .tab-title {
    margin: 0; } }

@media screen and (max-width: 767px) {
  .page-wrapper .sec1 {
    margin-top: -10%; }
  .page-wrapper .sec3-1 .pos-bg {
    position: relative;
    top: -28px; }
  .page-wrapper .sec1 .content-title:before {
    width: 6.25vw;
    height: 6.25vw; }
  .page-wrapper section .pager .pager-num {
    font-size: 15vw; }
  .page-wrapper .cz-1 {
    width: 37.3%;
    z-index: 200; }
  .page-wrapper .content-text ul {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .page-wrapper .content-text ul li {
    width: 100%;
    font-size: 5vw; }
  .page-wrapper .sec1 .content-text {
    padding: 3vw 6vw 0;
    position: relative;
    padding-left: 0; }
  .page-wrapper .sec1 .content-text .button {
    width: 42%;
    font-size: 4vw;
    padding: 1vw 4vw;
    margin-top: 2vw; }
  .page-wrapper .sec2 .sec-content-text {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .page-wrapper .sec2 .sec-content-text .sec-content-text-col {
    font-size: 4vw;
    width: 100%;
    margin-bottom: 3vw; }
  .page-wrapper .sec1 .content-title {
    width: 60%;
    font-size: 6vw; }
  .page-wrapper .sec4 .sec-4-inner .sec-4-content .sec4-title,
  .page-wrapper .sec1 .content-title,
  .page-wrapper .sec7 .sec-title,
  .page-wrapper .sec3 .sec-3-inner .sec-3-content .sec3-title,
  .page-wrapper .sec5 .sec-5-title {
    padding: 3vw; }
  .page-wrapper .sec3 .sec-3-inner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-content {
    width: 100%; }
  .sec-3-mob-text {
    margin-top: -16vw;
    margin-bottom: -10vw; }
  .sec-3-mob-text .sec-3-text-img {
    width: 40%;
    margin-left: 9vw; }
  .sec-content-text-mob {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .sec-3-mob-text {
    padding: 0 6vw; }
  .sec-content-text-mob .sec-content-text-col {
    width: 100%;
    font-size: 4vw;
    margin-bottom: -6vw; }
  .page-wrapper .sec5 .sec-5-content-outer {
    width: 100%;
    overflow: hidden; }
  .page-wrapper .sec5 .sec-5-content .owl-stage-outer {
    width: 100vw; }
  .page-wrapper .sec5 .owl-dots {
    width: 100vw; }
  .page-wrapper .sec8 .testdrive-content {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .page-wrapper .sec8 .testdrive-content .testdrive-col {
    width: 100%;
    padding: 0 6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-wrapper .sec8 .testdrive-content .testdrive-col:last-child {
    display: block; }
  .page-wrapper .sec8 .testdrive-content .testdrive-col .testdrive-text {
    font-size: 5vw;
    padding-left: 5%; }
  .page-wrapper .sec8 .testdrive-content .testdrive-col .testdrive-step:before {
    width: 7vw;
    left: -10vw; }
  .page-wrapper .sec8 .testdrive-content .testdrive-col .testdrive-button {
    font-size: 6vw;
    padding: 2vw 15vw 2vw 6vw;
    display: inline-block; }
  .page-wrapper .sec8 .testdrive-content .testdrive-col .testdrive-button .testdrive-ico {
    top: -23%; }
  .page-wrapper .cord-zero-list-outer .null:before {
    content: "";
    height: 12px;
    width: 12px;
    margin-right: -6px;
    margin-top: -6px; }
  .page-wrapper .cord-zero-list-outer .null:after {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    margin-right: -14px;
    margin-top: -14px; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap {
    width: 100%; }
  .page-wrapper .sec2 .sec-content-text {
    padding: 0 6vw; }
  .testdrive-col:last-child {
    margin-top: 4vw; }
  .page-wrapper .sec3 .sec-3-text-outer .sec-3-text-img img,
  .page-wrapper .sec3 .sec-3-text-outer .sec-3-text-img {
    max-width: 100px;
    width: 100px; }
  .page-wrapper .sec3 .sec-3-text-outer {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .page-wrapper .sec3-1 .pos-list li {
    font-size: 4vw; }
  .page-wrapper .sec3-1 .sec3-1-title {
    font-size: 7.16vw;
    padding: 3vw;
    line-height: 1;
    width: 90%;
    margin-left: 5%; }
  .sec-3-1-text-col {
    width: 36%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        align-self: center; }
  .sec-3-1-sofa-col {
    width: 21%; }
  .sec-3-1-base-col {
    width: 41%; }
  .trigger-hover .hover-content {
    font-size: 4vw;
    width: 90%; }
  #C {
    display: none; }
  .quadr2 .similar-button .button {
    font-size: 16px;
    padding: 6px 20px; } }

@media screen and (max-width: 500px) {
  .page-wrapper .banner-content {
    width: 60%;
    left: -1vw; }
  .content-col .content-col-switcher .content-col-switch {
    font-size: 3.9vw; } }

@media (max-width: 480px) {
  footer {
    padding: 10vw; } }

.footer-cta {
  width: 100%;
  background: #333;
  padding: 10px 0;
  z-index: 2; }

.footer-cta.static {
  width: 100%; }

.footer-cta.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%; }

.footer-cta ul {
  text-align: center;
  width: 95%;
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer-cta ul li {
  display: inline-block;
  margin: 5px 0;
  min-width: 140px;
  margin-right: 1.5%;
  margin-left: 1.5%; }

.footer-cta ul li a {
  display: block;
  border-radius: 5px;
  border: solid 1px #fff;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  text-align: center;
  padding: 0 10px;
  text-decoration: none; }

@media only screen and (min-width: 768px) {
  .footer-cta {
    padding: 15px 0; }
  .footer-cta ul li {
    margin: 5px 1.5%; }
  .footer-cta ul li a {
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
    height: 34px;
    line-height: 34px;
    font-size: 16px; } }

@media only screen and (min-width: 991px) {
  .footer-cta ul li {
    width: 30%; } }

@media only screen and (min-width: 1680px) {
  .footer-cta ul li a {
    height: 40px;
    line-height: 40px; } }

.main-header {
  position: relative;
  z-index: 1; }

.hero {
  height: 57.75vw;
  max-height: 924px;
  position: relative;
  background-image: url(../img/hero_bg_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }
  .hero .way {
    position: absolute;
    bottom: 0;
    height: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 19.7%;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
    z-index: 1; }
    .hero .way img {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: auto;
      max-width: none; }
  .hero .pilik_water {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
    width: 20%;
    z-index: 0; }
    .hero .pilik_water img {
      width: 100%;
      display: block; }
      .hero .pilik_water img.pilik-water-bottom {
        z-index: -1;
        opacity: 0;
        margin: 0 auto;
        top: 0;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out; }
        .hero .pilik_water img.pilik-water-bottom.active {
          opacity: 1;
          z-index: 0;
          -webkit-transition: opacity 0.1s ease-in-out;
          transition: opacity 0.1s ease-in-out; }
  .hero .pilik {
    position: absolute;
    top: 13vw;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%);
    width: 21%;
    -webkit-transition: none;
    transition: none;
    z-index: 2; }
    .hero .pilik img {
      max-width: none;
      width: 100%; }
      .hero .pilik img.pilik-no-water {
        position: absolute;
        z-index: -1;
        opacity: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0; }
        .hero .pilik img.pilik-no-water.active {
          opacity: 1;
          z-index: 1; }
      .hero .pilik img.pilik-water {
        z-index: -1;
        opacity: 0; }
        .hero .pilik img.pilik-water.active {
          opacity: 1;
          z-index: 1; }
  .hero .title {
    position: absolute;
    top: 50%;
    left: 5vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .hero .title svg,
    .hero .title img {
      width: 31vw;
      max-width: 504px;
      height: auto;
      display: block; }
    .hero .title span {
      color: #000000;
      font-size: 4vw;
      line-height: 0.9;
      margin-bottom: 0.86em;
      margin-top: 0.64em;
      display: block; }
  .hero.visible-pilik .way {
    height: 65%; }
  .hero.visible-pilik .pilik {
    -webkit-transform: translateX(-50%) translateY(-65%);
            transform: translateX(-50%) translateY(-65%); }

.page-wrapper section.sec6 .red-arrows:before,
.page-wrapper section.sec6 .red-arrows:after {
  background: #A50034; }

.page-wrapper section.sec6 .red-arrows:before {
  border: 0;
  width: 2px;
  height: 43px;
  background: #A50034; }

.page-wrapper section.sec6 .red-arrows:after {
  content: '';
  position: absolute;
  border: 0;
  height: 2px;
  width: 43px;
  background: #A50034; }

.page-wrapper section.sec6 .red-arrows:before {
  top: -60px;
  left: -40px; }

.page-wrapper section.sec6 .red-arrows:after {
  top: -40px;
  left: -60px; }

.page-wrapper section.sec4 .grid {
  height: calc( 100% + 120px);
  top: -60px; }

.wine-wrap section.sec9 {
  margin-top: 0; }

.page-wrapper .sec9 .sec-9-inner {
  position: relative;
  padding-bottom: 5vw;
  z-index: 200;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.page-wrapper .sec9 .sec-9-inner .sec-9-img-wrap {
  width: 60%;
  position: relative;
  padding-top: 0;
  z-index: -1; }

.page-wrapper .sec9 .sec-9-inner .sec-9-img-wrap .sec-9-img {
  position: relative;
  z-index: 1;
  height: 100%; }

.page-wrapper .sec9 .sec-9-inner .sec-9-img-wrap .sec-9-img img {
  position: absolute;
  width: 150%;
  max-width: inherit;
  left: -20%;
  top: -12%;
  bottom: 0; }

.page-wrapper .sec9 .sec-9-inner .sec-9-content {
  width: 50%; }

.page-wrapper .sec9 .sec-9-inner .sec-9-content .sec9-title {
  padding: 2.5vw;
  font-size: 4vw;
  line-height: 1;
  width: 90%; }

.page-wrapper .sec9 .sec-9-inner .text-d2 p,
.page-wrapper .sec9 .sec-9-inner .text-d3 p {
  margin-top: 20px;
  padding-left: 0%;
  font-size: 24px;
  line-height: 1.2; }

.page-wrapper .sec9 .sec-9-inner .text-d2 p:before,
.page-wrapper .sec9 .sec-9-inner .text-d3 p:before {
  display: none; }

.page-wrapper .sec9 .sec-9-inner .text-d2 .d-title-item,
.page-wrapper .sec9 .sec-9-inner .text-d3 .d-title-item {
  font-weight: 300;
  font-size: 40px;
  line-height: 1; }

.page-wrapper .sec9 .sec-9-inner .sec-9-content .sec-9-text-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page-wrapper .sec9 .sec-9-inner .sec-9-content .sec-9-text-inner .text-d-w {
  width: 100%; }

.page-wrapper section.sec9 .pager {
  padding-bottom: 0;
  padding-top: 5vw; }

.page-wrapper section.sec9 .pager .pager-num {
  line-height: 0.7; }

.page-wrapper section.sec9 {
  padding-bottom: 5vw; }

.wine-wrap.wine-wrap-sec9 {
  overflow: hidden; }

.wine-wrap.wine-wrap-sec9:before,
.wine-wrap.wine-wrap-sec9:after {
  bottom: 0; }

.wine-wrap.wine-wrap-sec9:after {
  height: 44%; }

@media screen and (min-width: 1601px) {
  .page-wrapper .sec9 .sec-9-inner {
    padding-bottom: 0px; }
  .page-wrapper .sec9 .sec-9-inner .sec-9-img-wrap {
    padding-top: 0px; }
  .page-wrapper .sec9 .sec-9-inner .sec-9-content .sec9-title {
    padding: 40px 40px 45px 40px;
    font-size: 50px;
    line-height: 1;
    width: 60%; }
  .wine-wrap.wine-wrap-sec9:before,
  .wine-wrap.wine-wrap-sec9:after {
    bottom: 0; } }

.sec4 {
  margin-bottom: 60px; }

.page-wrapper .sec3-1 .pos-img .img-col img:nth-child(3) {
  top: -13px; }

.page-wrapper section.sec6 .product-section .content-col {
  width: 100%;
  margin: 0 auto;
  padding: 40px 126px 0 126px; }

.gorizontal-block.main-product {
  padding-bottom: 4vw;
  padding-top: 8vw; }

.wine-wrap {
  color: #fff !important;
  position: relative;
  z-index: 1; }
  .wine-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 40px;
    background: -webkit-gradient(linear, left top, right top, from(#262626), color-stop(51.78%, #5D5D5D), to(#262626));
    background: linear-gradient(90deg, #262626 0%, #5D5D5D 51.78%, #262626 100%);
    z-index: -1; }
  .wine-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 20%;
    bottom: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 102, 104, 0)), color-stop(57.4%, #696769), to(#6D6D6D));
    background: linear-gradient(180deg, rgba(104, 102, 104, 0) 0%, #696769 57.4%, #6D6D6D 100%);
    z-index: -1; }
  .wine-wrap .grid {
    opacity: 0.1; }
  .wine-wrap section.sec3 {
    margin-top: 0; }
  .wine-wrap section .pager .pager-num {
    opacity: 1; }
  .wine-wrap .sec3 .sec-3-text-outer .sec-3-text {
    color: #fff; }
  .wine-wrap .sec3 .sec-3-text-outer .sec-3-text-img img {
    margin-top: -12px; }
  .wine-wrap .text-d2 .d-title:before, .wine-wrap .text-d3 .d-title:before {
    background: #fff; }
  .wine-wrap .text-d2 p:before, .wine-wrap .text-d3 p:before {
    color: #fff; }
  .wine-wrap .sec3-1 .pos-list li {
    color: #fff !important;
    margin-bottom: 1.5vw; }
    .wine-wrap .sec3-1 .pos-list li:before {
      display: none; }
  .wine-wrap .red-arrows::before {
    border-color: #fff; }

.page-wrapper .sec1 {
  padding-bottom: 10vw;
  position: relative;
  margin-top: 0; }
  .page-wrapper .sec1 .grid {
    height: 96.5%;
    z-index: 1; }

.sec-wrap {
  width: 100%;
  margin-top: 9.375vw;
  z-index: 2;
  position: relative; }
  .sec-wrap .item {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2vw; }
    .sec-wrap .item:last-child {
      margin-bottom: 0; }
    .sec-wrap .item_image {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-blend-mode: multiply;
      -webkit-box-flex: 5;
          -ms-flex: 5 1;
              flex: 5 1;
      height: 45vw;
      max-height: 720px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 50%;
      overflow: hidden; }
      .sec-wrap .item_image--1 {
        background-image: url(../img/item-1.png); }
      .sec-wrap .item_image--2 {
        background-image: url(../img/item-2.png); }
      .sec-wrap .item_image--3 {
        background-image: url(../img/item-3.png);
        border-radius: 0;
        margin-bottom: -10.625vw; }
      .sec-wrap .item_image--5 {
        height: 55vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative; }
      .sec-wrap .item_image img {
        width: 100%;
        height: auto; }
    .sec-wrap .item_content {
      -webkit-box-flex: 4;
          -ms-flex: 4 1;
              flex: 4 1;
      padding-left: 8.75vw;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .sec-wrap .item_content .num {
        color: #7B7774;
        line-height: 1;
        font-weight: 900;
        margin-bottom: 0.5em; }
      .sec-wrap .item_content .logo {
        width: 24.7vw;
        max-width: 395px; }
      .sec-wrap .item_content .title {
        font-weight: 200;
        font-size: 3.125vw;
        line-height: 0.92;
        margin-bottom: 0.5em;
        margin-top: 0.7em;
        position: relative; }
        .sec-wrap .item_content .title:before {
          content: '';
          height: 2px;
          width: 40px;
          position: absolute;
          top: -120px;
          left: -26px;
          background: #A50034; }
        .sec-wrap .item_content .title:after {
          content: '';
          width: 2px;
          height: 40px;
          position: absolute;
          top: -139px;
          left: -6px;
          background: #A50034; }
      .sec-wrap .item_content .text {
        font-weight: 200;
        font-size: 1.5vw;
        line-height: 1;
        margin-bottom: 1em; }
    .sec-wrap .item--revers .item_content {
      padding-left: 10px;
      padding-right: 100px; }
      .sec-wrap .item--revers .item_content .title:before {
        left: -28px; }
      .sec-wrap .item--revers .item_content .title:after {
        left: -9px; }
    .sec-wrap .item--revers .item_image {
      margin-right: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .sec-wrap .item--revers .item_image--custom {
        overflow: visible; }

.sec4 {
  margin-top: 0; }

.page-wrapper section.sec5 {
  padding-top: 60px;
  margin-top: 0; }

.red-arrows.animated:before {
  border: 0;
  width: 2px;
  height: 43px;
  background: #fff; }

.red-arrows.animated:after {
  content: '';
  position: absolute;
  top: 21px;
  left: -21px;
  border: 0;
  height: 2px;
  width: 43px;
  background: #fff; }

.page-wrapper .sec-4-content .red-arrows.animated:before, .page-wrapper .sec-4-content .red-arrows.animated:after {
  background: #A50034; }

.page-wrapper .sec2 .sec-content-logo-inner img {
  padding: 42px; }

.page-wrapper .sec2 .red-arrows.animated:before, .page-wrapper .sec2 .red-arrows.animated:after {
  background: #A50034; }

.page-wrapper .sec2 .sec-content-logo .sec-content-logo-inner span {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 1vw; }

.page-wrapper .sec2 .sec-content-text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .page-wrapper .sec2 .sec-content-text-row .sec-content-text-col {
    width: 48%; }

.page-wrapper .sec2 .sec-content-text .sec-content-text-title {
  font-size: 3vw;
  margin-top: 0.6em;
  line-height: 1.15; }

.page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img .battery-block .battary-bg {
  left: -70%;
  top: -38px;
  max-width: 180%;
  width: 164%;
  -webkit-transform: rotate(-1.7deg);
          transform: rotate(-1.7deg);
  opacity: 0.9; }

.page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .battery-block .battary-bg {
  left: -59%;
  top: -52px; }

.page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap {
  padding-top: 0; }

.page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-time {
  margin-top: -8vw; }

.page-wrapper section.sec3-1 .pager-inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 50px; }

.sec-3-1-text-col {
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px); }

.text-d2.animated .d-title:before {
  display: none; }

.page-wrapper .sec1 .grid {
  height: 100%;
  z-index: 1;
  top: 0; }

.hero {
  position: relative;
  z-index: 3; }

.review > img {
  width: 102%;
  height: 102%;
  max-width: 102%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.review {
  overflow: hidden; }

.main-header {
  z-index: 4; }

.days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.375vw;
  margin-bottom: 4.375vw;
  position: absolute;
  left: 9vw; }

.day__name {
  font-size: 2vw;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.7em;
  margin-right: 0.94em;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.625em; }
  .day__name--active {
    border: 3px solid #762245;
    color: #762245; }

.day__number {
  font-size: 1.875vw;
  text-align: center;
  text-transform: uppercase;
  color: #762245;
  width: 1.87em;
  margin-top: 10px;
  font-weight: 600; }

.info-circle {
  position: relative;
  height: 30vw;
  max-height: 480px;
  margin-top: 8vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .info-circle__bg {
    height: 40vw;
    width: 40vw;
    max-width: 640px;
    max-height: 640px;
    left: 3vw;
    position: absolute;
    background-image: url(../img/circle.png);
    background-size: contain;
    background-repeat: no-repeat; }
    .info-circle__bg::before {
      content: '';
      display: block;
      position: absolute;
      width: 73%;
      height: 66%;
      background-image: url(../img/vac1.png);
      background-size: contain;
      background-repeat: no-repeat;
      right: -8%;
      top: -3%; }
  .info-circle__texts {
    position: absolute;
    top: 48%;
    left: 22%; }

.drop {
  width: 1.45vw;
  max-width: 21px;
  padding-top: 50%;
  background-image: url(../img/drop.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  -webkit-transition: all 1s;
  transition: all 1s; }

.stop {
  color: #a9a9a9;
  border: 2px solid #a9a9a9;
  font-weight: bold;
  text-align: center;
  font-size: 0.9vw;
  width: 3.4vw;
  padding: 0.5% 0;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  -webkit-transition: all 1s;
  transition: all 1s; }

.b-text {
  -webkit-transition: all 1s;
  transition: all 1s; }
  .b-text__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.625vw 1.625vw 1.625vw 1.125vw;
    margin-bottom: 8px;
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 40px; }
    .b-text__item:hover, .b-text__item.active {
      background: #FFFFFF; }
      .b-text__item:hover.all-shown, .b-text__item.active.all-shown {
        background: transparent; }
      .b-text__item:hover .stop, .b-text__item.active .stop {
        border-color: #a50034;
        color: #a50034; }
      .b-text__item:hover .drop, .b-text__item.active .drop {
        background-image: url(../img/drop-blue.svg); }
      .b-text__item:hover .b-text__title, .b-text__item.active .b-text__title {
        color: #000; }
      .b-text__item:hover .b-text__desc, .b-text__item.active .b-text__desc {
        color: #000; }
    .b-text__item:last-of-type {
      margin-bottom: 0; }
  .b-text__img {
    width: 3.5vw;
    max-width: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .b-text__info {
    margin-top: -7px;
    padding-left: 15px; }
  .b-text__title {
    -webkit-transition: all 1s;
    transition: all 1s;
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 1.3;
    color: #a9a9a9; }
  .b-text__desc {
    font-weight: 300;
    font-size: 1.1vw;
    line-height: 1.2;
    width: 9vw;
    max-width: 170px;
    color: #a9a9a9;
    -webkit-transition: all 1s;
    transition: all 1s; }
  .b-text__drop {
    margin-right: 10%; }
  .b-text--custom {
    margin-top: 14px; }
    .b-text--custom .b-text__item {
      padding: 7% 7% 5%;
      width: 14vw; }
    .b-text--custom .b-text__title {
      font-weight: 600;
      font-size: 1.33vw;
      line-height: 1;
      max-width: 124px; }
    .b-text--custom .b-text__img {
      width: 4vw; }

.sec-wrap .item_image.no-overflow {
  overflow: visible; }

.sec-wrap .item_image.item_image--1 {
  cursor: pointer;
  position: relative;
  height: 38vw;
  -webkit-transition: 0.8s;
  transition: 0.8s; }
  .sec-wrap .item_image.item_image--1.hidden > .item_image--bg {
    opacity: 0; }
  .sec-wrap .item_image.item_image--1 .item_image--bg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60%;
    z-index: -1;
    left: -22%; }
    .sec-wrap .item_image.item_image--1 .item_image--bg:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
  .sec-wrap .item_image.item_image--1 .item_image-slide {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: 0.8s;
    transition: 0.8s; }
    .sec-wrap .item_image.item_image--1 .item_image-slide.visible {
      opacity: 1; }
  .sec-wrap .item_image.item_image--1 .item_image_page-change {
    position: absolute;
    bottom: 0px;
    left: 30px;
    font-size: 1.8vw;
    width: 4.5vw;
    height: 1.7vw;
    border-radius: 1em;
    border: 0.02em solid #603D58;
    z-index: 1;
    cursor: pointer; }
  .sec-wrap .item_image.item_image--1 .item_image_page-controller {
    width: 0.77em;
    height: 0.77em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #603D58;
    border-radius: 0.77em;
    left: 0.07em;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-animation: switchAnimWm 4s ease-in-out  infinite;
            animation: switchAnimWm 4s ease-in-out  infinite; }
    .sec-wrap .item_image.item_image--1 .item_image_page-controller.last {
      left: calc(100% - 0.83em); }
  .sec-wrap .item_image.item_image--1 .item_image-arrows {
    position: absolute;
    bottom: 0px;
    left: 30px; }
    .sec-wrap .item_image.item_image--1 .item_image-arrows img {
      display: block; }
      .sec-wrap .item_image.item_image--1 .item_image-arrows img.arrow-switch {
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .sec-wrap .item_image.item_image--1 .item_image-arrows img.arrow-switch.active {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .sec-wrap .item_image.item_image--1 .item_image-arrows img.arrow-switch-reverse {
        position: absolute;
        z-index: -1;
        opacity: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .sec-wrap .item_image.item_image--1 .item_image-arrows img.arrow-switch-reverse.active {
          z-index: 1;
          opacity: 1; }
  .sec-wrap .item_image.item_image--1 .item_image-slide-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/section-3-back-active.png) no-repeat center center/contain; }

.brush2 {
  background-image: url(../img/brush.png);
  background-repeat: no-repeat; }

.brush2-wrapper {
  width: 100%;
  height: 100%;
  position: absolute; }

.brush-bl1 {
  width: 43.5%;
  height: 43%;
  top: 30%;
  position: absolute;
  background-size: contain;
  background-position: center;
  -webkit-transform-origin: center;
          transform-origin: center; }
  .brush-bl1--left {
    left: 12.5%; }
  .brush-bl1--right {
    left: 45.5%; }

.sec-wrap .item_content--3 {
  padding-bottom: 15.625vw;
  position: relative; }

.sec-wrap .item_content--5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.clean-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.clean-slide-img-col {
  width: 50%; }

.clean-slide-content-col {
  width: 50%;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .clean-slide-content-col.right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .clean-slide-content-col.right .clean-pager {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .clean-slide-content-col.right .clean-slide-content {
      text-align: right; }

.page-wrapper section.sec4 .pager .pager-num,
.page-wrapper section.sec2 .pager .pager-num,
.page-wrapper section.sec5 .pager .pager-num {
  opacity: 1;
  color: #7B7774; }

.clean-pager .pager-num {
  color: #7B7774;
  font-size: 9.375vw;
  line-height: 0.8;
  padding-top: 0.48em; }

.content-colpage-text {
  color: #000;
  font-size: 3.125vw;
  line-height: 1;
  position: relative; }
  .content-colpage-text .plus {
    position: absolute;
    left: calc(-0.3em - 40px);
    height: 1em;
    width: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .content-colpage-text .plus:before, .content-colpage-text .plus:after {
      content: "";
      background: #A50034;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .content-colpage-text .plus:before {
      height: 40px;
      width: 2px; }
    .content-colpage-text .plus:after {
      width: 40px;
      height: 2px; }

.clean-slide-content-title {
  color: #000;
  font-size: 3.125vw;
  line-height: 1;
  margin-bottom: 0.3em; }

.clean-slide-content-text {
  font-size: 1.5vw; }

.clean-slide-content-col-wrap {
  width: 90%;
  position: relative;
  height: 100%; }

.clean-slide-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 100%; }

.clean-slider-button {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 2vw;
  color: #603D58;
  letter-spacing: 0.3em;
  z-index: 1;
  text-align: center;
  padding: 1em 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s; }
  .clean-slider-button .clean-slider-button-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
     }
  .clean-slider-button svg {
    width: 1.2em;
    -webkit-transition: 0.7s;
    transition: 0.7s; }
  .clean-slider-button:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    background: #603D58;
    -webkit-transition: 0.7s;
    transition: 0.7s; }
  .clean-slider-button:hover {
    color: #FFF; }
    .clean-slider-button:hover svg {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      .clean-slider-button:hover svg rect {
        fill: #fff; }
    .clean-slider-button:hover:before {
      left: 0; }

.page-change {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 6.25vw;
  width: 2.73em;
  height: 1em;
  border-radius: 1em;
  border: 0.02em solid #603D58;
  z-index: 1;
  cursor: pointer; }

.page-controller {
  width: 0.77em;
  height: 0.77em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #603D58;
  border-radius: 0.77em;
  left: 0.115em;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-animation: switchAnimWm 4s ease-in-out  infinite;
          animation: switchAnimWm 4s ease-in-out  infinite; }
  .page-controller.last {
    left: calc(100% - 0.885em); }

.cleaner-video {
  position: relative;
  overflow: hidden; }
  .cleaner-video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .cleaner-video .cleaner-video-iframe-wrapper {
    height: 54vw;
    max-height: 864px;
    overflow: hidden;
    position: relative; }
  .cleaner-video iframe {
    width: 100%;
    height: 56vw;
    margin-top: -1vw;
    max-height: 896px;
    display: block; }
  .cleaner-video video {
    width: 100%;
    height: auto; }

.cleaner-video-iframe-pause {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer; }
  .cleaner-video-iframe-pause.active {
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.3s linear 0.2s;
    transition: all 0.3s linear 0.2s; }
  .cleaner-video-iframe-pause img {
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    display: block; }

.cleaner-video-iframe-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer; }
  .cleaner-video-iframe-play.active {
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.3s linear 0.2s;
    transition: all 0.3s linear 0.2s; }
  .cleaner-video-iframe-play img {
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    display: block; }

.cleaner-video-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 7.6vw;
  width: 33%;
  z-index: 1; }
  .cleaner-video-logo img {
    width: 100%; }

.clean-video-bottom {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1; }

.clean-video-bottom-inner {
  width: 68%;
  margin: 0 auto;
  position: relative;
  font-size: 3.125vw;
  padding: 1em 0; }

.clean-video-bottom-title {
  margin-bottom: 0.3em; }

.clean-video-bottom-text {
  font-size: 1.5vw; }

.section-5-pin {
  position: absolute;
  left: 1%;
  color: #000;
  font-size: 27px;
  line-height: 1;
   }
  .section-5-pin span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }

.section-5-pin-1 {
  top: 7%; }
  .section-5-pin-1 span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    right: calc( -145% - 10px);
    width: 145%;
    height: 1px;
    background-color: black; }

.section-5-pin-2 {
  top: 51%; }
  .section-5-pin-2 span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    right: calc( -190% - 30px);
    width: 190%;
    height: 1px;
    background-color: black; }

.section-5-pin-3 {
  bottom: 16%; }
  .section-5-pin-3 span:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    right: calc( -160% - 25px);
    width: 160%;
    height: 1px;
    background-color: black; }

@media (min-width: 1601px) {
  .hero .title span {
    font-size: 60px; }
  .b-text__item {
    padding: 26px 26px 26px 18px; }
  .b-text__title {
    font-size: 22px; }
  .b-text__desc {
    font-size: 17px; }
  .info-circle {
    margin-top: 144px; }
    .info-circle__bg {
      left: 48px; }
  .sec-wrap .item_content .num,
  .page-wrapper section .pager .pager-num {
    font-size: 150px; }
  .page-wrapper .sec1 {
    padding-bottom: 150px; }
  .page-wrapper .sec1 .sec-wrap {
    margin-top: 0px; }
  .sec-wrap {
    margin-top: 150px; }
    .sec-wrap .item_content {
      padding-left: 140px; }
      .sec-wrap .item_content .title {
        font-size: 50px; }
      .sec-wrap .item_content .text {
        font-size: 24px; }
  .days {
    margin-top: 70px;
    margin-bottom: 70px;
    left: 145px; }
  .day__name {
    font-size: 32px; }
  .day__number {
    font-size: 30px; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-time {
    margin-top: -50px; }
  .wine-wrap .sec3-1:before {
    bottom: 16px; }
  .wine-wrap:before, .wine-wrap:after {
    bottom: 60px; }
  .sec-wrap .item_image--3 {
    margin-bottom: -170px;
    padding-bottom: -250px; }
  .content-colpage-text {
    font-size: 50px; }
  .clean-pager .pager-num {
    font-size: 150px; }
  .clean-slider-button {
    font-size: 32px; }
  .clean-slide-content-title {
    font-size: 32px; }
  .clean-slide-content-text {
    font-size: 24px; }
  .page-change {
    font-size: 100px; }
  .cleaner-video-logo {
    width: 122px; }
  .clean-video-bottom-inner {
    font-size: 50px; }
  .clean-video-bottom-text {
    font-size: 24px; }
  .cleaner-video iframe {
    margin-top: -16px; }
  .cleaner-video .cleaner-video-logo {
    width: 33%; }
  .page-wrapper .sec2 .sec-content-logo .sec-content-logo-inner span {
    font-size: 16px; }
  .page-wrapper .sec2 .sec-content-text .sec-content-text-title {
    font-size: 48px; }
  .sec-wrap .item_content--3 {
    padding-bottom: 250px; }
  .b-text--custom .b-text__title {
    font-size: 21px; }
  .stop {
    width: 55px;
    font-size: 14px; }
  .page-wrapper .sec3-1 {
    padding-top: 16px; }
  .sec4 {
    margin-top: 0; }
  .product-section .content-col .tab-title img {
    padding-top: 40px;
    width: 25vw; }
  .product-section .content-col .tab-title {
    padding: 40px 40px 40px 2.5vw;
    margin-top: 40px;
    font-size: 56px; }
  .gorizontal-block.main-product {
    padding-top: 170px;
    padding-bottom: 100px; }
  .page-wrapper section.sec9 {
    padding-bottom: 0;
    padding-top: 120px;
    padding-bottom: 150px; }
  .page-wrapper .sec9 .sec-9-inner .sec-9-img-wrap .sec-9-img img {
    width: 135%;
    left: -12%;
    top: -47%; }
  .page-wrapper section.sec9 .pager {
    padding-bottom: 0;
    padding-top: 120px; } }

@media only screen and (min-width: 1800px) {
  .text-d2 {
    margin: 0px 0px 0 160px; }
  .text-d3 {
    margin: 55px 0px 0 160px; } }

@media only screen and (min-width: 2000px) {
  .trigger-hover .hover-content {
    font-size: 1vw; }
  .hero .way {
    height: 83%; } }

@media only screen and (max-width: 1601px) {
  .sec-3-content .text-d {
    display: none; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-content .sec-3-text-inner .text-d-w,
  .page-wrapper .sec3 .sec-3-inner .sec-3-content .sec-3-text-inner .text-d-w {
    width: 80%; }
  .text-d2, .text-d3 {
    margin: 5vw 0 0 12vw; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-time {
    top: 44%;
    left: 3%; }
  .page-wrapper .sec3 .sec-3-inner {
    padding-bottom: 2vw; }
  .page-wrapper section.sec4 .grid {
    height: calc( 100% + 100px);
    top: -40px; }
  .page-wrapper .sec9 .sec-9-inner .sec-9-img-wrap .sec-9-img img {
    left: -20%;
    top: -30%; }
  .page-wrapper .sec9 .sec-9-inner .sec-9-content .sec-9-text-inner .text-d2,
  .page-wrapper .sec9 .sec-9-inner .sec-9-content .sec-9-text-inner .text-d3 {
    margin: 5vw 0 0 5vw; }
  .gorizontal-block.main-product .tab-title .product-sec-title {
    font-size: 3.125vw;
    line-height: 1; }
  .product-section .content-col .features {
    width: 80%;
    margin: 15px auto; }
    .product-section .content-col .features li {
      font-size: 1.2vw; }
  .product-section .content-col .tab-content-title {
    font-size: 1.2vw; }
  .product-section .content-col .tab-content-recomended {
    font-size: 1.2vw; }
  .wine-wrap:after {
    bottom: 45px; }
  .wine-wrap:before {
    bottom: 45px; }
  .page-wrapper .sec1 .sec-wrap .fist-item .item_image img {
    width: 115%;
    left: -15%; }
  .page-wrapper .sec9 .sec-9-inner .text-d2 .d-title-item,
  .page-wrapper .sec9 .sec-9-inner .text-d3 .d-title-item {
    font-size: 3.125vw; } }

@media only screen and (max-width: 1441px) {
  .wine-wrap:after {
    bottom: 2.7vw; }
  .wine-wrap:before {
    bottom: 2.7vw; }
  .page-wrapper .sec9 .sec-9-inner .sec-9-img-wrap .sec-9-img img {
    left: -15%;
    top: -5%;
    width: 140%; }
  .page-wrapper section.sec4 .grid {
    height: calc( 100% + 7.4vw);
    top: -2.7vw; }
  .sec-wrap {
    margin-top: 0; }
  .section-5-pin-1 {
    top: 12%; }
    .section-5-pin-1 span:after {
      right: calc( -130% - 10px);
      width: 130%; }
  .section-5-pin-2 span:after {
    right: calc( -110% - 30px);
    width: 110%; }
  .section-5-pin-3 {
    bottom: 20%; }
    .section-5-pin-3 span:after {
      right: calc( -140% - 10px);
      width: 140%; } }

@media only screen and (max-width: 1367px) {
  .section-5-pin-1 span:after {
    right: calc( -110% - 10px);
    width: 110%; }
  .gorizontal-block.main-product .tab-title {
    width: 60%; }
  .page-wrapper .sec9 .sec-9-inner .sec-9-content .sec-9-text-inner .text-d2,
  .page-wrapper .sec9 .sec-9-inner .sec-9-content .sec-9-text-inner .text-d3 {
    margin: 3vw 0 0 3vw; }
  .page-wrapper section.sec6 .product-section .content-col {
    padding: 40px 5vw 0 5vw; }
  .page-wrapper .sec9 .sec-9-inner .sec-9-content .sec9-title {
    width: 80%; }
  .page-wrapper .sec9 .sec-9-inner .sec-9-img-wrap .sec-9-img img {
    top: -10%; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-3 {
    right: 29%;
    top: 10%; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-2 {
    right: 20.2%;
    top: 12.0%; }
  .page-wrapper .sec3 .sec-3-text-outer .sec-3-text-img img {
    max-width: 220px; }
  .page-wrapper .sec3 .sec-3-text-outer .sec-3-text {
    font-size: 1.7vw; } }

@media only screen and (max-width: 1281px) {
  .section-5-pin-1 {
    top: 13%; }
    .section-5-pin-1 span:after {
      right: calc( -90% - 10px);
      width: 90%; }
  .section-5-pin-2 span:after {
    right: calc( -90% - 30px);
    width: 90%; }
  .section-5-pin-3 {
    bottom: 25%; }
    .section-5-pin-3 span:after {
      right: calc( -125% - 10px);
      width: 125%; } }

@media only screen and (max-width: 1153px) {
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-2 {
    right: 20.2%;
    top: 11%; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-3 {
    right: 29%;
    top: 9%; }
  .page-wrapper .sec1 {
    padding-bottom: 7vw; }
  .page-wrapper section.sec4 .grid {
    height: calc( 100% + 8vw); }
  .gorizontal-block.main-product .tab-title {
    width: 55%; }
  .gorizontal-block.main-product {
    padding-top: 10vw; }
  .page-wrapper section.sec6 .product-section .content-col {
    padding: 3vw 5vw 0 5vw; }
  .page-wrapper .sec3 .sec-3-text-outer .sec-3-text-img img {
    max-width: 180px; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-time {
    top: 39%; } }

@media only screen and (max-width: 1025px) {
  .page-wrapper .sec9 .sec-9-inner .text-d2 .d-title-item,
  .page-wrapper .sec9 .sec-9-inner .text-d3 .d-title-item {
    font-size: 3vw; }
  .page-wrapper .sec9 .sec-9-inner .text-d2 p,
  .page-wrapper .sec9 .sec-9-inner .text-d3 p {
    font-size: 2vw;
    margin-top: 3vw; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-3 {
    right: 29%;
    top: 8%; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-2 {
    right: 20.2%;
    top: 10%; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-1 {
    right: 11.8%;
    top: 13%; }
  .page-wrapper section .pager {
    padding-top: 3%; }
  .gorizontal-block.main-product .tab-title .product-sec-title {
    font-size: 2.5vw; }
  .sec-wrap .item_image.item_image--1 .item_image_page-change {
    font-size: 2.8vw;
    width: 6.5vw;
    height: 2.5vw; }
  .section-5-pin {
    font-size: 2vw; }
  .section-5-pin-1 {
    top: 14%; }
    .section-5-pin-1 span:after {
      right: calc( -110% - 10px);
      width: 110%; }
  .section-5-pin-2 span:after {
    right: calc( -90% - 30px);
    width: 90%; }
  .section-5-pin-3 {
    bottom: 23%; }
    .section-5-pin-3 span:after {
      right: calc( -125% - 10px);
      width: 125%; } }

.flex-breaker {
  display: none; }

@media only screen and (max-width: 991px) {
  .slider-col:before, .slider-col:after {
    display: none; }
  .trigger-hover {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-breaker {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 0;
    display: block; }
  .trigger-hover .hover-content .sec-5-item-text2 {
    display: none; }
  .trigger-hover .hover-content {
    display: block !important;
    position: relative;
    width: 100vw;
    opacity: 1 !important; }
  .page-wrapper .sec5 .sec-5-item:nth-child(2n+1) .trigger-hover .hover-content {
    margin-right: 0;
    margin-left: -5vw; }
  .page-wrapper .sec5 .sec-5-item:nth-child(2n) .trigger-hover .hover-content {
    margin-left: 0;
    margin-right: -5vw; }
  .product-section .content-col .tab-title {
    padding-left: 0; }
    .product-section .content-col .tab-title img {
      width: 100%; }
  .product-section .content-col .tab-model-button {
    margin-top: 10% !important; }
  .sec-wrap .item_content .title {
    font-size: 5.2vw; }
  .sec-wrap .item_content .text {
    font-size: 3vw; }
  .page-wrapper .sec2 .sec-content-text .sec-content-text-title {
    font-size: 5.2vw; }
  .review-desc {
    font-size: 3vw; }
  .sec-3-1-text-col {
    -webkit-transform: none;
            transform: none; }
  .sec3-1-title {
    font-size: 5.2vw;
    width: 50%;
    float: right; }
  .page-wrapper .sec3-1 .pos-list {
    padding-top: 8vw; }
  .wine-wrap .sec3-1 .pos-list li {
    font-size: 3vw; }
  .product-section {
    width: 100%; }
  .page-wrapper section.sec6 .grid {
    width: 100%;
    left: 0; }
  .gorizontal-block.main-product {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 8vw;
    padding-bottom: 0; }
  .product-section .content-col .features li {
    font-size: 1.4vw; }
  .product-section .content-col .tab-content-title {
    font-size: 1.4vw; }
  .product-section .content-col .tab-content-recomended {
    font-size: 1.4vw; }
  .wine-wrap:after {
    bottom: 0; }
  .wine-wrap:before {
    bottom: 0; }
  .page-wrapper section.sec4 .grid {
    height: 100%;
    top: 0; }
  .page-wrapper .sec9 .sec-9-inner .sec-9-img-wrap .sec-9-img img {
    width: 100%;
    left: 0;
    bottom: -200%;
    top: inherit; }
  .page-wrapper section.sec9 .pager {
    padding-bottom: 4vw; } }

.mob-hero {
  display: none !important; }

@media screen and (max-width: 767px) {
  .page-wrapper .sec1 .sec-wrap .fist-item .item_image img {
    width: 80%;
    position: relative;
    left: 0; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-3 {
    right: 40.5%;
    top: 13%; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-2 {
    right: 32%;
    top: 17.5%; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-1 {
    right: 23.8%;
    top: 22%; }
  .cleaner-video-iframe-play img {
    bottom: 5vw;
    right: 5vw;
    width: 30px;
    height: 30px; }
  .cleaner-video-iframe-pause img {
    bottom: 5vw;
    right: 5vw;
    width: 30px;
    height: 30px; }
  .desk-hero {
    display: none !important; }
  .mob-hero {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .section-5-pin {
    font-size: 4vw; }
  .section-5-pin-1 {
    top: 12%; }
    .section-5-pin-1 span:after {
      right: calc( -60% - 10px);
      width: 60%; }
  .section-5-pin-2 span:after {
    right: calc( -60% - 20px);
    width: 60%; }
  .section-5-pin-3 {
    bottom: 23%; }
    .section-5-pin-3 span:after {
      right: calc( -80% - 10px);
      width: 80%; }
  .page-wrapper section .grid,
  .page-wrapper section .grid .grid-1,
  .page-wrapper section .grid .grid-2 {
    border-color: #E7E7E7; }
  .page-wrapper {
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, color-stop(6.75%, #F2F2F2), color-stop(44.11%, #FFFFFF), color-stop(66.22%, #FFFFFF), color-stop(93.25%, #F2F2F2));
    background: linear-gradient(90deg, #F2F2F2 6.75%, #FFFFFF 44.11%, #FFFFFF 66.22%, #F2F2F2 93.25%); }
  .button {
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    padding: 8px 24px; }
  .hero {
    height: 100vw;
    background-image: url(../img/hero-bg_mob.jpg); }
    .hero .way {
      width: 32.8%;
      opacity: 1;
      z-index: 0;
      height: 100%; }
    .hero .pilik {
      width: 37%; }
    .hero .title {
      -webkit-transform: none;
              transform: none;
      bottom: 5vw;
      top: auto;
      left: 0;
      color: #000;
      width: 100%;
      text-align: center;
      font-size: 7.8125vw; }
      .hero .title svg,
      .hero .title img {
        width: 52vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0; }
        .hero .title svg .dark,
        .hero .title img .dark {
          fill: #000; }
      .hero .title span {
        line-height: 1;
        margin-bottom: 0.3em;
        color: #000;
        font-size: 1em;
        margin-top: 2.5vw; }
        .hero .title span br {
          display: none; }
  .clean-pager .pager-num:after,
  .clean-pager .pager-num:before {
    background: #A50034; }
  .clean-slide-content-col {
    padding: 0 5.2vw; }
    .clean-slide-content-col.right .pager-num:before,
    .clean-slide-content-col.right .pager-num:after {
      left: auto;
      right: -3.8vw;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
  .content-colpage-text:before,
  .content-colpage-text:after {
    display: none; }
  .clean-pager .pager-num {
    font-size: 19.53vw;
    color: #7B7774; }
  .content-colpage-text {
    font-size: 6.5vw; }
  .clean-slide-content-text,
  .clean-slide-content-title {
    font-size: 4.16vw; }
  .clean-slide-content-title {
    line-height: inherit; }
  .clean-slide-content-text br {
    display: none; }
  .clean-video-bottom {
    width: 100%;
    position: relative;
    color: #000;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
    background: none; }
    .clean-video-bottom .grid {
      display: block; }
  .clean-video-bottom-inner {
    width: 100%;
    text-align: left;
    padding: 0 5.2vw; }
  .clean-video-bottom-title {
    font-size: 7.8125vw;
    padding-top: 0.6em;
    margin-bottom: 0.5em; }
  .clean-video-bottom-text {
    font-size: 4.5vw;
    padding-bottom: 0;
    margin-top: 0; }
  .clean-slider-button .clean-slider-button-text {
    font-size: 4.43vw;
    letter-spacing: 0.1em; }
  .clean-slider-button {
    color: #FFF; }
    .clean-slider-button svg {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      .clean-slider-button svg rect {
        fill: #fff; }
    .clean-slider-button:before {
      left: 0; }
  .cleaner-video {
    overflow: unset;
    height: auto; }
    .cleaner-video iframe {
      position: relative;
      -webkit-transform: none;
              transform: none;
      top: 0;
      left: 0;
      height: 56.2vw; }
  .cleaner-video-logo {
    width: 60%;
    display: none; }
  .page-change {
    font-size: 10vw;
    top: auto;
    bottom: 1em; }
  .sec-wrap .item_image--5 {
    width: 80%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: -12vw;
    margin-top: 12vw; }
  .sec-wrap .item_content .title:before, .sec-wrap .item_content .title:after {
    display: none; }
  .pager-inner {
    width: calc(100% - 10.4vw) !important;
    margin-left: auto;
    margin-right: auto; }
  .page-wrapper section .pager .pager-num {
    position: static;
    font-size: 19.53vw;
    padding-top: 0.4em; }
  .red-arrows.animated:before, .red-arrows.animated:after {
    display: none; }
  .page-wrapper .sec4 .pager-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .pager-num,
  .sec-wrap .item_content .num {
    position: relative;
    color: #CACACA; }
    .pager-num:before, .pager-num:after,
    .sec-wrap .item_content .num:before,
    .sec-wrap .item_content .num:after {
      content: "";
      background: #7B7774;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: -5.2vw;
      top: 0.5em; }
    .pager-num:before,
    .sec-wrap .item_content .num:before {
      height: 1px;
      width: 0.3em; }
    .pager-num:after,
    .sec-wrap .item_content .num:after {
      width: 1px;
      height: 0.3em; }
  .even.item_content .num:before, .even.item_content .num:after,
  .even .pager-num:before,
  .even .pager-num:after {
    left: calc(100% + 5.2vw); }
  .wine-wrap .pager-num:before, .wine-wrap .pager-num:after {
    background: #7B7774; }
  .sec-wrap .item_content {
    padding-left: 5.2vw;
    padding-right: 5.2vw; }
  .sec-wrap .item_content .num {
    font-size: 19.53vw;
    color: #7B7774;
    opacity: 1;
    padding-top: 0.4em; }
  .sec-wrap .item--revers .item_image--custom {
    min-height: 100vw; }
  .sec-wrap .item_image.item_image--1 .item_image_page-change {
    font-size: 5.5vw;
    width: 15vw;
    height: 5.2vw;
    left: -5vw;
    bottom: 3vw; }
  .sec-wrap .item_image.item_image--1 {
    width: 71.8vw;
    min-height: 71.8vw;
    height: 71.8vw;
    margin-right: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-right: -5vw;
    margin-top: 13vw;
    margin-bottom: -6vw;
    background-image: url(../img/item-1_mob.png); }
  .brush-bl1 {
    width: 45%;
    height: 45%;
    top: 31.5%; }
  .brush-bl1--left {
    left: 6.5%; }
  .brush-bl1--right {
    left: 49%; }
  .sec-wrap .item_content .title {
    font-size: 7.8125vw; }
  .sec-wrap .item_content .text {
    font-size: 4.5vw; }
    .sec-wrap .item_content .text br {
      display: none; }
  .sec-wrap .item_content .logo {
    width: 48.3vw; }
  .sec-wrap .item--revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .sec-wrap .item--revers .item_content {
      padding-right: 5.2vw;
      text-align: right; }
      .sec-wrap .item--revers .item_content .logo {
        margin-right: 0;
        margin-left: auto; }
  .info-circle__texts {
    left: 10%;
    top: 20%;
    width: 80%; }
  .sec-wrap .item--revers .item_image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 75%;
    margin-left: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: -12vw; }
  .info-circle {
    width: 100%;
    height: 85vw;
    max-height: none; }
  .info-circle__bg {
    width: 80vw;
    height: 80vw;
    max-width: none;
    max-height: none;
    left: -5vw; }
    .info-circle__bg:before {
      width: 69%;
      top: -17%;
      left: 40%; }
  .b-text__img {
    width: 10.5vw;
    max-width: 10.5vw;
    min-width: 10.5vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .drop {
    width: 4vw;
    padding: 0;
    height: 4vw; }
  .b-text__info {
    margin-top: 0; }
  .b-text__title {
    font-size: 4vw; }
  .b-text__desc {
    font-size: 3.5vw;
    line-height: 1;
    width: 30vw;
    max-width: none; }
  .b-text__item,
  .b-text--custom .b-text__item {
    width: 100%;
    padding: 2vw 3vw; }
  .b-text--custom .b-text__title {
    font-size: 4vw;
    max-width: 30vw; }
  .b-text--custom .b-text__img {
    width: 10.5vw;
    max-width: 10.5vw;
    min-width: 10.5vw; }
  .stop {
    font-size: 2vw;
    padding: 0.4em 1.5em;
    width: auto; }
  .sec-wrap .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .days {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    left: 9.375vw; }
  .day__name {
    font-size: 3vw;
    line-height: 1;
    margin-right: 0;
    width: 2.2em;
    height: 2.2em;
    margin-bottom: 0.3em;
    color: #000;
    border: 2px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .day__name.day__name--active {
      border: 2px solid #762245; }
  .day__number {
    display: none; }
  .sec-wrap .item_image--3 {
    width: 64vw;
    height: 93vw;
    position: absolute;
    margin: 0;
    bottom: -7vw;
    overflow: inherit;
    left: 25vw; }
    .sec-wrap .item_image--3:before {
      content: "";
      position: absolute;
      background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#E0E0E0));
      background: linear-gradient(180deg, #FEFEFE 0%, #E0E0E0 100%);
      border-radius: 50%;
      width: 71.6vw;
      height: 71.6vw;
      z-index: -1;
      top: 19%;
      left: 19%; }
  .page-wrapper .wine-wrap section:first-child .pager {
    padding-top: 5vw; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img {
    margin-left: -5vw; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img .battery-block {
    width: 70%;
    margin-bottom: -5vw; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .battery-block .battary-bg {
    left: -90%;
    z-index: 3; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img .bat {
    width: 17%; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-3 {
    right: 38.5%;
    top: 6.5%; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-2 {
    right: 28%;
    top: 9.5%; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-img.animated .bat-1 {
    right: 17.8%;
    top: 12%; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-img-wrap .sec-3-time {
    font-size: 60vw;
    color: #FFF;
    margin-top: 0;
    top: 47vw;
    left: 0; }
  .page-wrapper .sec3 .sec-3-inner .sec-3-content .sec3-title {
    display: none; }
  .page-wrapper .sec3 .sec-3-text-outer .sec-3-text {
    font-size: 5.2vw;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal; }
    .page-wrapper .sec3 .sec-3-text-outer .sec-3-text:first-child {
      text-transform: uppercase; }
  .page-wrapper .sec3-1 .sec3-1-title {
    font-size: 6.8vw;
    width: 100%;
    padding-left: 40vw;
    float: none; }
    .page-wrapper .sec3-1 .sec3-1-title:before, .page-wrapper .sec3-1 .sec3-1-title:after {
      display: none; }
  .sec-3-1-sofa-col {
    margin-left: -5vw;
    padding-top: 29vw; }
  .page-wrapper .sec3-1 .pos-list {
    margin-bottom: 0; }
  .page-wrapper .sec3-1 .pos-img .img-col img:first-child {
    max-height: 57.5vw; }
  .main-video .review-desc {
    top: auto;
    bottom: 6%;
    left: 5%;
    font-size: 5vw; }
  .wine-wrap:after {
    bottom: 0;
    opacity: 1;
    height: 48vw; }
  .wine-wrap section.sec9 .pager .pager-num {
    position: relative; }
  .page-wrapper .sec9 .sec-9-inner .sec-9-content {
    width: 70%; }
  .gorizontal-block.main-product .tab-title {
    width: 100%;
    padding: 10vw 5vw 5vw 5vw; }
  .page-wrapper section.sec6 .red-arrows:after {
    display: none; }
  .page-wrapper section.sec6 .red-arrows:before {
    display: none; }
  .page-wrapper section.sec6 .content-col .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-section {
    padding: 0 0 5vw 0; }
  .gorizontal-block.main-product {
    padding: 0; }
  .page-wrapper section.sec6 .content-col .tab-content {
    width: 100%;
    margin: 0 0 5vw 0; }
  .page-wrapper section.sec6 .content-col .tab-content .tab-model-button {
    margin-top: 5% !important; }
  .page-wrapper section.sec6 .content-col .row {
    margin-bottom: 0; }
  .gorizontal-block.main-product .tab-title .product-sec-title {
    font-size: 6vw; }
  .page-wrapper .sec9 .sec-9-inner .sec-9-img-wrap .sec-9-img img {
    width: 140%;
    left: -15%;
    bottom: -150%; }
  .page-wrapper .sec9 .sec-9-inner .sec-9-content .sec9-title {
    width: 100%; }
  .page-wrapper section.sec3-1 .pager.even .pager-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .page-wrapper section.sec3-1 .pager.even .pager-inner .num:before,
    .page-wrapper section.sec3-1 .pager.even .pager-inner .num:after,
    .page-wrapper section.sec3-1 .pager.even .pager-inner .pager-num:before,
    .page-wrapper section.sec3-1 .pager.even .pager-inner .pager-num:after {
      left: -5.2vw; }
  .page-wrapper section.sec3 .pager .pager-inner .num:before,
  .page-wrapper section.sec3 .pager .pager-inner .num:after,
  .page-wrapper section.sec3 .pager .pager-inner .pager-num:before,
  .page-wrapper section.sec3 .pager .pager-inner .pager-num:after,
  .page-wrapper section.sec7 .pager .pager-inner .num:before,
  .page-wrapper section.sec7 .pager .pager-inner .num:after,
  .page-wrapper section.sec7 .pager .pager-inner .pager-num:before,
  .page-wrapper section.sec7 .pager .pager-inner .pager-num:after {
    left: calc(100% + 5.2vw); }
  .page-wrapper section.sec4 .pager.even .pager-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .page-wrapper section.sec4 .pager.even .pager-inner .num:before,
    .page-wrapper section.sec4 .pager.even .pager-inner .num:after,
    .page-wrapper section.sec4 .pager.even .pager-inner .pager-num:before,
    .page-wrapper section.sec4 .pager.even .pager-inner .pager-num:after {
      left: -5.2vw;
      background: #A50034; }
  .page-wrapper .sec2 .sec-content-logo-inner img {
    padding: 10px; }
  .page-wrapper .sec2 .sec-content-logo .sec-content-logo-inner span {
    right: 0;
    font-size: 2vw; }
  .page-wrapper .sec2 .sec-content-logo {
    left: 36%;
    width: 59%; }
  .page-wrapper .sec2 .sec-content-text-row {
    display: none; }
  .item--revers .pager-num:before,
  .item--revers .pager-num:after,
  .item--revers .item_content .num:before,
  .item--revers .item_content .num:after {
    left: calc(100% + 5.2vw); }
  .page-wrapper .sec2 .sec-content-text .sec-content-text-title {
    font-size: 7.8vw;
    width: 60%;
    margin-top: -5vw; }
  .page-wrapper .sec2 .sec-content-text {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .wine-wrap .sec3-1 .pos-list li {
    font-size: 4.2vw;
    font-weight: 900;
    position: relative;
    margin-bottom: 2vw; }
    .wine-wrap .sec3-1 .pos-list li:after {
      content: "—";
      position: absolute;
      left: -0.5em;
      top: 0; }
  .sec-3-1-text-col {
    -webkit-transform: none;
            transform: none;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-top: 10vw;
    width: 43%; }
  .sec-3-1-base-col {
    width: 35%;
    padding-bottom: 2vw; }
  .review {
    width: 31%;
    margin-bottom: 0; }
  .sec4 {
    margin-top: 0; }
  .sec-content-text-mob {
    display: none; }
  .page-wrapper .cord-zero-list-outer .null:before,
  .page-wrapper .cord-zero-list-outer .null:after {
    display: none; }
  .product-section {
    width: 100%;
    background: #FFF;
    padding-bottom: 10vw; }
  .product-section .content-col .features li {
    padding-left: 0.7em;
    margin-bottom: 0.3em; }
  .product-section .slider-col {
    width: calc( 35% - 20px); }
  .product-section .content-col {
    width: 65%; }
  .product-section .content-col .tab-model-button {
    font-size: 3.1vw; }
  .slider .owl-nav .owl-next,
  .slider .owl-nav .owl-prev {
    width: 25px;
    height: 30px; }
  .product-section .content-col .price-block .button-wrp .button {
    max-width: 180px;
    margin-left: 0; }
  .product-section .content-col .features li {
    font-size: 4vw; }
  .product-section .content-col .tab-content-title {
    font-size: 4vw; }
  .product-section .content-col .tab-content-recomended {
    font-size: 4vw; }
  .page-wrapper section.sec6 .content-col .tab-content .price-block .button {
    margin: 0 auto; } }

@-webkit-keyframes switchAnimWm {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  10% {
    -webkit-transform: translate(-4%, -50%);
            transform: translate(-4%, -50%); }
  20% {
    -webkit-transform: translate(4%, -50%);
            transform: translate(4%, -50%); }
  30% {
    -webkit-transform: translate(-4%, -50%);
            transform: translate(-4%, -50%); }
  40% {
    -webkit-transform: translate(4%, -50%);
            transform: translate(4%, -50%); }
  50% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); } }

@keyframes switchAnimWm {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  10% {
    -webkit-transform: translate(-4%, -50%);
            transform: translate(-4%, -50%); }
  20% {
    -webkit-transform: translate(4%, -50%);
            transform: translate(4%, -50%); }
  30% {
    -webkit-transform: translate(-4%, -50%);
            transform: translate(-4%, -50%); }
  40% {
    -webkit-transform: translate(4%, -50%);
            transform: translate(4%, -50%); }
  50% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); } }

@supports (-webkit-marquee-repetition: infinite) and ((-o-object-fit: fill) or (object-fit: fill)) {
  .section-5-pin-1 {
    top: -8%; }
  .section-5-pin-2 {
    top: 53%; }
  .section-5-pin-3 {
    bottom: 8%; } }
