@charset "UTF-8";
@font-face {
  font-family: "FuturaNewBold";
  src: url("../fonts/FuturaNewBold.otf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "FuturaNewBook";
  src: url("../fonts/FuturaNewBook.otf");
  font-style: normal;
  font-display: swap;
  font-weight: normal;
}

@font-face {
  font-family: "FuturaNewDemi";
  src: url("../fonts/FuturaNewDemi.otf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "FuturaNewHeavy";
  src: url("../fonts/FuturaNewHeavy.otf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "FuturaNewLight";
  src: url("../fonts/FuturaNewLight.otf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "FuturaNewMedium";
  src: url("../fonts/FuturaNewMedium.otf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "DJB-Get-Digital";
  src: url("../fonts/Electronica-Normal.woff") format("woff"),
    url("../fonts/Electronica-Normal.eot"),
    url("../fonts/Electronica-Normal.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body,
.wrapper {
  height: 100%;
}

a {
  color: #43cd80;
}

a:hover {
  color: #6495ed;
}

.layout-content {
  overflow: hidden;
}

body {
  font-family: "FuturaNewLight";
  font-size: 18px;
  color: #222;
  overflow-x: hidden;
  line-height: 1.5;
  background-color: #fff;
}

.c-after:after,
.mob-nav .has-c > a:after,
.after,
h1:after,
.h1:after,
h2:after,
.h2:after,
h3:after,
.h3:after,
h4:after,
.h4:after,
h5:after,
.h5:after,
.desktop-menu > li.has-c > a:before,
.desktop-menu a:after,
.simplebar-track.vertical:before,
.cart:before,
.cart:after,
.minus:after,
.minus:before,
.plus:after,
.plus:before,
.st-circle:after,
.st-circle:before,
.fancybox-close:after,
.sidebanner-wrap:after,
.sidebanner-wrap:before,
.ab-step:after,
.ab-step:before,
.about-1-content .move-down:before {
  content: "";
  display: block;
  position: absolute;
}

ul {
  list-style-image: url(../img/list.png);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "FuturaNewBold";
  font-size: 30px;
  margin: 50px 0 25px;
  position: relative;
  padding-bottom: 15px;
}

h1:after,
.h1:after,
h2:after,
.h2:after,
h3:after,
.h3:after,
h4:after,
.h4:after,
h5:after,
.h5:after {
  width: -webkit-calc(100% + 34px);
  width: calc(100% + 34px);
  height: 1px;
  bottom: 0;
  left: -17px;
  background-color: #6495ed;
}

.reset-ul,
.desktop-menu ul,
.mob-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 80px;
  padding-top: 90px;
}

.transition,
.desktop-menu a,
.desktop-menu a:after,
.desktop-menu ul,
.button:after,
.main-slider .owl-prev,
.main-slider .owl-next,
.cat-link:after,
.page-linkk > a:after,
.cart:before,
.cart:after,
.f-list a,
.search-main-block > input,
.search-main-block > textarea,
.input-block > input,
.input-block > textarea,
.sort-options a,
.minus:after,
.minus:before,
.plus:after,
.plus:before,
.select-input,
.production-button > span:after,
.char-button:after,
.char-button:before,
.download-instr > span:after,
.load-product.standart-button,
.cities-wrap,
.about-slider-wrap .owl-dot,
.about-slider-wrap .owl-dot > span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.transition2 {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.transition3 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-full,
.button:after,
.cat-link:after,
.cart:before,
.cart:after,
.st-circle:after,
.news-inner-head:after,
.about-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-center,
.minus:after,
.minus:before,
.plus:after,
.plus:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.с-hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.tdn,
.desktop-menu a,
.mob-menu-middle > .button,
.mob-nav a,
.show-all-text > a,
.hide-all-text > a,
.slide-text a {
  text-decoration: none !important;
}

.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.toggle-menu-button {
  width: 30px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 150px;
}

.toggle-menu-button > span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #000;
  font-size: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.toggle-menu-button span:after,
.toggle-menu-button span:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.toggle-menu-button span:before {
  -webkit-transform: translateY(-350%);
  -ms-transform: translateY(-350%);
  transform: translateY(-350%);
}

.toggle-menu-button span:after {
  -webkit-transform: translateY(350%);
  -ms-transform: translateY(350%);
  transform: translateY(350%);
}

.show-menu .mob-overlay {
  opacity: 1;
  visibility: visible;
}

.mob-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 700000;
  opacity: 0;
  visibility: hidden;
}

.menu-wrap {
  display: block;
  position: fixed;
  z-index: 800000;
  width: 320px;
  height: 100vh;
  overflow-y: auto;
  left: -345px;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.4);
  padding: 0 0 15px 0;
}

.show-menu .menu-wrap {
  left: 0;
}

header {
  background-color: #fff;
  padding: 2px 50px;
  height: 90px;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 3px 11px rgba(23, 23, 23, 0.11);
  box-shadow: 0 3px 11px rgba(23, 23, 23, 0.11);
}

.big-arr,
.desktop-menu > li.has-c > a:before,
.h-block:after,
.mob-nav .has-c > a:after,
.to-album:before {
  width: 9px;
  height: 6px;
  background: url(../img/sprite.png) -17px -70px;
}

.has-c > a {
  cursor: default;
}

.desktop-menu > li {
  display: inline-block;
  vertical-align: top;
}

.desktop-menu > li.has-c {
  position: relative;
}

.desktop-menu > li.has-c > a {
  padding-right: 23px;
  z-index: 10;
}

.desktop-menu > li.has-c > a:before {
  right: 7px;
  top: 50%;
  margin-top: -3px;
}

.desktop-menu > li.has-c > a:after {
  left: 0;
  width: 100% !important;
  opacity: 0;
  visibility: hidden;
}

.desktop-menu > li.has-c:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.desktop-menu > li.has-c:hover > a {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.desktop-menu > li.has-c:hover > a:after {
  opacity: 1;
  visibility: visible;
}

.desktop-menu > li.has-c:hover > a:before {
  background-position: -17px -84px;
}

.desktop-menu > li:hover > a {
  color: #6495ed;
}

.desktop-menu > li:hover > a:after {
  width: 30px;
}

.desktop-menu a {
  color: #656565;
  text-transform: uppercase;
  font-family: "FuturaNewBold";
  font-size: 14px;
  display: inline-block;
  padding: 8px 13px;
  background-color: #fff;
  position: relative;
}

.desktop-menu a:after {
  height: 3px;
  width: 0;
  background-color: #6495ed;
  left: 13px;
  bottom: 100%;
}

.desktop-menu ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  min-width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.desktop-menu ul a {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.desktop-menu ul a:hover {
  background-color: #6495ed;
  color: #fff;
}

.header-nav .button {
  margin-right: 15px;
  white-space: nowrap;
}

.product-row {
  padding-bottom: 15px;
}

.button {
  font-family: "FuturaNewBold";
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding: 10px 17px;
  border: 1px solid #6495ed;
  overflow: hidden;
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.button > span {
  position: relative;
  z-index: 2;
}

.button:after {
  background-color: #6495ed;
}

.button:hover:after {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.button:focus {
  outline: none;
}

.button2 {
  border-color: #e8685d;
}

.button2:after {
  background-color: #e8685d;
}

/*.slide-overlay {
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 3; }*/

.main-slider {
  position: relative;
  z-index: 10;
}

.main-slider .owl-prev,
.main-slider .owl-next {
  z-index: 10;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 55px;
  height: 64px;
  background: #6495ed !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none !important;
}

.main-slider .owl-prev:hover,
.main-slider .owl-next:hover {
  background: #43cd80 !important;
}

.main-slider .owl-prev > span,
.main-slider .owl-next > span {
  font-size: 0 !important;
  background: url(../img/sprite.png);
  width: 18px;
  height: 37px;
  display: block;
}

.main-slider .owl-prev {
  left: 0;
}

.main-slider .owl-next {
  right: 0;
}

.main-slider .owl-next > span {
  background-position: -19px 0;
}

.main-slider {
  height: 80vh;
  height: -webkit-calc(100vh - 178px);
  height: calc(100vh - 178px);
  min-height: 450px;
}

.m-slide {
  height: 80vh;
  height: -webkit-calc(100vh - 178px);
  height: calc(100vh - 178px);
  min-height: 450px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position-x: 50% !important;
  background-position-y: 50% !important;
}

@media (max-width: 770px) {
  .main-slider {
    min-height: 350px;
  }

  .m-slide {
    min-height: 350px;
  }

  .main-slider .container {
    padding: 0;
  }
}

@media (max-width: 550px) {
  .main-slider {
    min-height: 250px;
  }

  .m-slide {
    min-height: 220px;
  }
}

.owl-nav {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.transp-slider .owl-nav,
.transp-slider .m-slide {
  opacity: 0;
}

.slide-text {
  color: #fff;
  font-family: "FuturaNewBold";
  font-size: 72px;
  position: relative;
  z-index: 10;
  max-width: 650px;
  text-transform: uppercase;
}

.miny-title {
  text-transform: uppercase;
  font-family: "FuturaNewBold";
  margin-bottom: 20px;
}

.sl-labels {
  letter-spacing: -0.36em;
}

.sl-labels > li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 25%;
}

.sl-container {
  z-index: 30;
  margin-top: 0px;
  position: relative;
}

.slider-label {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-label .miny-title {
  margin-bottom: 0px;
}

.sl-label {
  position: relative;
  text-align: left;
  padding-left: 48px;
  max-width: 170px;
  display: inline-block;
}

.sl-label > img {
  position: absolute;
  top: 5px;
  left: 0;
}

.mn-tabs > div {
  display: none;
}

.mn-tabs > div.active {
  display: block;
}

.index-tabs {
  position: relative;
  margin-top: -88px;
  background-color: #f8f9fa;
  padding: 155px 0 10px;
}

.index-tabs .mn-tabs > div {
  padding-top: 25px;
}

.mn-link {
  color: #b6b6b7;
  text-transform: uppercase;
  font-family: "FuturaNewBold";
  font-size: 25px;
  display: inline-block;
  padding: 10px 26px 4px;
  position: relative;
  cursor: pointer;
}

.mn-link:after {
  width: 60px;
  background-color: #6495ed;
  height: 3px;
  left: 26px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.mn-link:hover {
  color: #222;
}

.mn-link.active {
  color: #222;
  cursor: default;
}

.mn-link.active:after {
  opacity: 1;
  visibility: visible;
}

.cat-list {
  letter-spacing: -0.36em;
  position: relative;
}

.cat-list > li {
  letter-spacing: normal;
  display: inline-block;
  width: 20%;
}

/*margin-bottom: 20px;*/

.cat-link-content {
  position: relative;
  z-index: 10;
}

.cat-link {
  display: block;
  padding: 15px;
  color: #222;
  font-family: "FuturaNewBook";
  font-size: 16px;
  position: relative;
}

.cat-link:hover {
  color: #222;
}

.cat-link:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/***********************/

.fancybox-skin {
  border-radius: 17px;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-prev span {
  left: -31px !important;
}

.fancybox-next span {
  right: -31px !important;
}

.fancybox-image {
  border-radius: 13px;
}

.fancybox-title {
  visibility: visible !important;
}

.cat-list li {
  position: relative;
}

.cat-list li:hover .hover-search,
.cat-list li:hover .add-to-cart-wrap {
  opacity: 1;
  visibility: visible;
}

.cat-list li .hover-search {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 37%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 499;
  cursor: pointer;
}

.cat-list li .hover-search img {
  width: 20px;
  height: 20px;
}

.cat-list li .add-to-cart-wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  bottom: -45px;
  padding-bottom: 10px;
  left: 0;
  z-index: 500;
  background: #fff;
  -webkit-box-shadow: 0 18px 54px rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.06);
}

.cat-list li .add-to-cart-wrap form {
  border-top: 1px solid rgba(146, 146, 146, 0.2);
  padding-top: 10px;
  padding: 10px 12px 0;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.25s;
  z-index: 20;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .cat-list li .add-to-cart-wrap form {
    transform: translateY(-10px);
  }
}

.cat-list li .add-to-cart-wrap .number {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95px;
  height: 35px;
}

.cat-list li .add-to-cart-wrap .number button {
  height: 100%;
  width: 30px;
  background-color: #f8f9fa;
  border: none;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.cat-list li .add-to-cart-wrap .number button:hover {
  background: rgba(0, 0, 0, 0.2);
}

.cat-list li .add-to-cart-wrap .number button span {
  width: 8px;
  height: 2px;
  background: #000;
}

.cat-list i .add-to-cart-wrap .number .plus span:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cat-list li .add-to-cart-wrap input.items {
  background-color: #f8f9fa;
  width: 40px;
  height: 100%;
  border: none;
  margin: 0 2px;
  text-align: center;
}

.add-to-cart-wrap a {
  background: #43cd80;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 46px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  margin: 0;
}

.add-to-cart-wrap a img {
  width: 20px;
}

/*slider*/

.pr-container .owl-stage .owl-item {
  max-height: 110px;
}

@media screen and (max-width: 1279px) {
  .pr-container .owl-stage .owl-item {
    max-height: 102px;
  }
}

@media screen and (max-width: 1200px) {
  .pr-container .owl-stage .owl-item {
    max-height: 96px;
  }
}

@media screen and (max-width: 575px) {
  .pr-container .owl-stage .owl-item {
    max-height: 84px;
  }
}

@media screen and (max-width: 380px) {
  .pr-container .owl-stage .owl-item {
    max-height: 70px;
  }
}

/*.pr-container .product-image-wrap .back-img-instead {*/
/*max-width: 590px;*/
/*height: 387px;*/
/*background: #F8F9FA;*/
/*}*/

.pr-container .product-image-wrap .front-img.last {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
}

/*.pr-container .product-image-wrap .img-fluid {*/
/*max-height: 100%;*/
/*max-width: inherit;*/
/*}*/

/****************/

.cat-link img {
  width: 100%;
}

.cat-link .code {
  padding-top: 20px;
  padding-left: 15px;
}

.cat-link:after {
  background-color: #fff;
  z-index: 5;
  -webkit-box-shadow: 0 18px 54px rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.06);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
}

.old-price {
  text-decoration: line-through;
  display: inline-block;
}

.price-wrap {
  padding: 3px 10px 7px 15px;
}

.index-tabs .cat-list > li {
  width: 16.6666666%;
}

.price {
  color: #6495ed;
  font-size: 21px;
  font-family: "FuturaNewBold";
}

.cat-img {
  position: relative;
}

.labeles {
  position: absolute;
}

.lbl {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 21px;
  font-family: "FuturaNewBook";
  background-color: #43cd80;
  margin: 7px;
}

.lbl-sale {
  background: #fd5c4f;
}

.per-meter-left {
  font-size: 21px;
  font-family: "FuturaNewMedium";
}

.per-meter-left > span {
  font-family: "FuturaNewBold";
}

.border-cat-title {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #6495ed;
  padding-bottom: 1px;
}

.border-cat-title > span {
  font-size: 33px;
  font-family: "FuturaNewBold";
  margin-right: 25px;
}

.per-meter-right {
  font-size: 16px;
  font-family: "FuturaNewBook";
}

.per-meter {
  display: inline-block;
  background-color: #f8f9fa;
  border-left: 5px solid #6495ed;
  padding: 1px 13px;
}

.per-meter > div {
  display: inline-block;
}

.cb-overlay {
  background-color: rgba(255, 255, 255, 0.84);
}

.cb-hover {
  z-index: 20;
  background-color: #6495ed;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "FuturaNewHeavy";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cb-hover > div {
  opacity: 0;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}

.cb-text-block {
  position: relative;
  z-index: 10;
  max-width: 368px;
}

.cb-img {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cb-overlay {
  -webkit-transition: background-color 0.7s ease;
  transition: background-color 0.7s ease;
}

.cb-text {
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}

.cb-button:hover {
  background-color: white !important;
}

.catalog-banner {
  height: 370px;
  position: relative;
  margin: 38px 0 70px;
  -webkit-box-shadow: 0 30px 60px -28px rgba(0, 0, 0, 0.13);
  box-shadow: 0 30px 60px -28px rgba(0, 0, 0, 0.13);
  overflow: hidden;
}

.catalog-banner:hover .cb-img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/*
.catalog-banner:hover .cb-button {
    background-color: rgba(255, 255, 255, 0.7);
}

.catalog-banner:hover .cb-text {
    color: #fff;
}

.catalog-banner:hover .cb-overlay {
    background-color: rgba(34, 80, 163, 0.62);
}
*/

.cb-button {
  background-color: #fff;
  color: #222;
  border: 1px solid #6495ed;
  display: inline-block;
  font-family: "FuturaNewHeavy";
  font-size: 16px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 11px 39px;
}

.cb-text {
  color: #656565;
  font-size: 24px;
  font-family: "FuturaNewBook";
  margin-bottom: 40px;
  line-height: 1.4;
}

.catalog-blocks {
  padding-top: 75px;
}

.calc-info-block {
  background: #4772df;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4066c7),
    color-stop(#507ff9),
    to(#4066c7)
  );
  background: -webkit-linear-gradient(top, #4066c7, #507ff9, #4066c7);
  background: linear-gradient(0.5turn, #4066c7, #507ff9, #4066c7);
  color: #fff;
  position: relative;
  padding: 30px 0 90px;
}

.calc-info-block .info-block {
  padding: 20px 0 0 40px;
}

.calc-info-block .button {
  background-color: transparent;
  width: 282px;
}

.calc-info-block .button:hover {
  color: #fff;
}

.calc-info-block:after {
  bottom: 0;
  left: 0;
  height: 52px;
  width: 100%;
  z-index: 5;
  background: url(../img/content/rule-min.png) -61px top repeat-y;
}

.calc-info-block > div {
  position: relative;
  z-index: 10;
}

.more-than > span {
  display: block;
  text-transform: uppercase;
  color: #9bb8ed;
  font-size: 21px;
  font-family: "FuturaNewBold";
}

.more-than > div {
  font-size: 150px;
  line-height: 1;
}

.more-than > div > sup {
  font-size: 75px;
}

.info-title {
  font-size: 33px;
  font-family: "FuturaNewBold";
  margin-bottom: 7px;
}

.info-text {
  max-width: 275px;
  margin-bottom: 30px;
}

.static-bg-row {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: 554px;
  padding: 90px 0;
}

.desktop .static-bg-row {
  background-attachment: fixed;
}

.huge-title {
  font-size: 60px;
  font-family: "FuturaNewBold";
}

.markets-list {
  letter-spacing: -0.36em;
  max-width: 1540px;
  margin: 49px auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.markets-list > li {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-bottom: 40px;
}

.markets-list > li > img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.in-markets {
  padding: 40px 0 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}

.banner {
  display: block;
  margin-bottom: 40px;
}

.banner:hover .banner-title {
  color: #43cd80;
}

.banner:hover .banner-img > div {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

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

.banner-img {
  position: relative;
  overflow: hidden;
  height: 300px;
  margin-bottom: 14px;
}

.banner-img > div {
  -webkit-transition: -webkit-transform 0.9s ease;
  transition: -webkit-transform 0.9s ease;
  transition: transform 0.9s ease;
  transition: transform 0.9s ease, -webkit-transform 0.9s ease;
}

.banner-title {
  color: #6495ed;
  font-size: 22px;
  font-family: "FuturaNewBold";
  padding-left: 13px;
}

.banner-info {
  color: #222;
  padding-left: 13px;
}

.page-linkk {
  position: relative;
  text-align: right;
}

.page-linkk:after {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  left: 15px;
  height: 1px;
  background-color: #eceded;
  top: 13px;
}

.page-linkk > a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "FuturaNewHeavy";
  color: #222;
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 0 68px 0 25px;
}

.page-linkk > a:hover {
  color: #43cd80;
}

.page-linkk > a:hover:after {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.page-linkk > a:after {
  width: 51px;
  height: 5px;
  background: url(../img/sprite.png) -33px -102px;
  right: 0;
  top: 10px;
}

.additional-info {
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 60px;
}

.additional-info-text-block {
  position: relative;
  z-index: 20;
  max-width: 460px;
}

.additional-info-text-block .button {
  background-color: transparent;
  width: 282px;
  padding: 13px 17px;
}

.additional-info-text-block .button:hover {
  color: #222;
}

.additional-info-img {
  opacity: 0.28;
}

.ai-col {
  overflow: hidden;
  min-height: 560px;
  background-color: #fff;
  -webkit-box-shadow: 0 38px 60px -35px rgba(0, 0, 0, 0.13);
  box-shadow: 0 38px 60px -35px rgba(0, 0, 0, 0.13);
}

.additional-text {
  font-size: 33px;
  font-family: "FuturaNewBold";
  text-transform: uppercase;
  margin-bottom: 35px;
}

#scrollbar {
  max-height: 160px;
  margin-bottom: 100px;
}

#scrollbar h1,
#scrollbar .h1,
#scrollbar h2,
#scrollbar .h2,
#scrollbar h3,
#scrollbar .h3,
#scrollbar h4,
#scrollbar .h4,
#scrollbar h5,
#scrollbar .h5 {
  margin: 10px 0 10px;
  padding-bottom: 0;
}

#scrollbar h1:after,
#scrollbar .h1:after,
#scrollbar h2:after,
#scrollbar .h2:after,
#scrollbar h3:after,
#scrollbar .h3:after,
#scrollbar h4:after,
#scrollbar .h4:after,
#scrollbar h5:after,
#scrollbar .h5:after {
  display: none;
}

.simplebar-scrollbar {
  width: 4px;
  right: 4px;
  background-color: #6495ed;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.simplebar-scrollbar:before {
  display: none;
}

.simplebar-track.vertical:before {
  height: 100%;
  width: 2px;
  background-color: #eceded;
  left: 50%;
  margin-left: -1px;
}

.simplebar-content {
  padding-right: 30px;
}

.simplebar-track.horizontal {
  display: none;
}

.h-block-wrap {
  position: relative;
}

.h-block-wrap:hover .h-block {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-top-color: #6495ed;
  background-color: #fff;
}

.h-block-wrap:hover .h-block:after {
  background-position: -17px -84px;
}

.h-block-wrap:hover .h-inner {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.h-block-wrap .h-inner.active {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.h-block-wrap:hover .hover-phone > a {
  color: #6495ed;
}

.h-inner {
  position: absolute;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background-color: #fff;
  z-index: 5;
}

.h-block {
  border-top: 3px solid transparent;
  height: 39px;
  line-height: 37px;
  display: inline-block;
  position: relative;
  z-index: 10;
}

.h-block:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}

.phones-list {
  padding: 15px 11px 11px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.phones-list a {
  color: #6d6d6d;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 6px;
  position: relative;
  white-space: nowrap;
  font-family: "FuturaNewBold";
}

.phones-list a:hover {
  color: #6495ed;
}

.header-phones {
  margin: 0 22px 0 6px;
}

.hover-phone > a {
  font-family: "FuturaNewBold";
  font-size: 22px;
  padding: 0 25px 0 12px;
  color: #222;
  display: block;
  white-space: nowrap;
}

.cart {
  width: 30px;
  height: 38px;
  position: relative;
}

.cart > span {
  width: 27px;
  height: 27px;
  width: 27px;
  line-height: 27px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  display: block;
  font-family: "FuturaNewMedium";
  font-size: 14px;
  background-color: #e8685d;
  z-index: 30;
  color: #fff;
  right: -12px;
  top: -11px;
}

.cart:hover:before {
  opacity: 1;
}

.cart:hover:after {
  opacity: 0;
}

.cart:hover > span {
  background-color: #6495ed;
}

.cart:before,
.cart:after {
  background-image: url(../img/sprite.png);
}

.cart:after {
  background-position: 0 -94px;
}

.cart:before {
  background-position: 0 -133px;
  opacity: 0;
  z-index: 20;
}

.lengs-list {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.mob-ic-phone {
  display: none;
}

.leng-wrap {
  text-transform: uppercase;
  font-family: "FuturaNewMedium";
  font-size: 14px;
}

.cur-leng {
  padding: 0 31px 0 17px;
}

.cur-leng:after {
  right: 15px;
}

.lengs-list a {
  color: #6d6d6d;
  background-color: #fff;
  display: block;
  padding: 7px 5px 7px 17px;
}

.lengs-list a:hover {
  background-color: #6495ed;
  color: #fff;
}

.phone-hint {
  position: absolute;
  top: 100%;
  color: #959595;
  font-size: 14px;
  font-family: "FuturaNewDemi";
  left: 12px;
  margin-top: -6px;
}

.special-link {
  padding-right: 26px;
  position: relative;
}

.special-link:after {
  width: 17px;
  height: 16px;
  right: 0;
  top: 4px;
  background-image: url(../img/sprite.png);
}

.vodafon:after {
  background-position: -31px -120px;
}

.kievstar:after {
  background-position: -49px -120px;
}

.header-right {
  position: relative;
}

.header-search {
  border-right: 1px solid #d0d0d0;
  padding-right: 8px;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 8px;
  position: relative;
}

.header-search img {
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.search-dropdown {
  position: absolute;
  right: 0;
  top: 80px;
  display: flex;
  justify-content: space-between;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  -o-transform: translateX(1000px);
  transform: translateX(1000px);
}

.search-dropdown.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.close-btn {
  position: absolute;
  right: -23px;
  top: -30px;
  font-size: 38px;
  color: #929292;
  cursor: pointer;
}

.search-dropdown input[type="text"] {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  width: 310px;
  height: 40px;
  margin: 0;
  color: #232222;
  border: 1px solid #eeefef;
  padding: 0 22px;
  font-size: 18px;
}

.search-dropdown .search-button {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  text-transform: uppercase;
  color: #ffffff;
  background: #00ce7c;
  font-size: 14px;
  border: none;
  padding: 0 20px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.search-dropdown .search-button:hover {
  opacity: 0.8;
}

.modal-backdrop.show {
  display: none;
}

.modal-open .wrapper {
  -webkit-filter: blur(35px);
  filter: blur(35px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.official {
  position: absolute;
  bottom: 100%;
  left: -20px;
  margin-bottom: -4px;
  color: #656565;
  font-size: 13px;
  font-family: "FuturaNewMedium";
  text-transform: uppercase;
  padding-left: 22px;
}

.official > span {
  position: absolute;
  width: 16px;
  height: 22px;
  background: url(../img/sprite.png) 0 -70px;
  left: 0;
  top: 0;
}

.closee {
  width: 24px;
  height: 24px;
  background: url(../img/sprite.png) -89px -95px;
  opacity: 1;
  cursor: pointer;
}

.close-menu {
  float: right;
  margin: 17px 10px 0 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mob-logo {
  display: inline-block;
  margin: 5px 0 4px 15px;
}

.mob-menu-top {
  border-bottom: 1px solid #d9d9d9;
}

.mob-logo > img {
  width: 110px;
}

.menu-wrap .f-title {
  font-size: 12px;
  margin-top: 17px;
  padding-left: 15px;
}

.menu-wrap .socs-list {
  padding-left: 15px;
}

.menu-wrap .socs-list > li {
  display: inline-block;
  vertical-align: top;
}

.menu-wrap .soc-link {
  width: 90px;
  font-size: 13px;
}

.mob-nav {
  border-bottom: 1px solid #d9d9d9;
}

.mob-nav .has-c.active {
  background-color: #6495ed;
}

.mob-nav .has-c.active > a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(../img/sprite.png) -17px -77px;
}

.mob-nav .has-c.active a {
  color: #fff;
}

.mob-nav ul {
  display: none;
  background-color: #43cd80;
}

.mob-nav ul a {
  border-top-color: #fff;
  font-size: 14px;
  padding-left: 30px;
}

.mob-nav .has-c > a {
  position: relative;
  padding-right: 40px;
}

.mob-nav .has-c > a:after {
  top: 50%;
  margin-top: -2px;
  right: 20px;
}

.mob-menu-middle > .button,
.mob-nav a {
  color: #656565;
  text-transform: uppercase;
  font-family: "FuturaNewDemi";
  display: block;
  padding: 9px 10px 9px 15px;
  border-top: 1px solid #d9d9d9;
  font-size: 16px;
}

.mob-menu-middle > .button {
  background-color: #fff;
  border: none;
}

.mob-menu-middle > .button:after {
  display: none;
}

.mobile-phones {
  margin-top: 20px;
  margin-left: 20px;
}

.mobile-phones a {
  color: #656565;
  font-family: "FuturaNewDemi";
}

.f-title {
  color: #656565;
  font-family: "FuturaNewBold";
  text-transform: uppercase;
  margin-bottom: 30px;
}

.f-list > li {
  margin-bottom: 4px;
}

.f-list a {
  color: #fff;
  font-size: 16px;
}

.f-list a:hover {
  color: #43cd80;
}

.mail {
  color: #43cd80;
}

.footer-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-list > li {
  margin-bottom: 30px;
}

.ftr-col-1 {
  width: 174px;
}

.ftr-col-1 .button {
  width: 100%;
  padding: 10px 5px;
}

footer {
  padding-top: 62px;
  border-top: 6px solid #6495ed;
  margin-top: -80px;
  background-color: #04080e;
  color: #fff;
  font-family: "FuturaNewBook";
  font-size: 14px;
}

footer .tr-button {
  margin-bottom: 15px;
}

.tr-button {
  background-color: #6495ed;
}

.tr-button:after {
  background-color: #04080e;
}

.tr-button:hover {
  color: #fff;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 36px;
}

.button3 {
  background-color: #222;
  border-color: #222;
}

.button3:hover {
  color: #fff;
  background-color: #e8685d;
}

.button3:after {
  display: none;
}

.webakula {
  text-align: right;
}

.webakula a {
  opacity: 0.4;
}

.webakula a:hover {
  opacity: 1;
}

.footer-bottom {
  padding-top: 10px;
  color: #6d6d6d;
  font-family: "FuturaNewLight";
  padding-bottom: 20px;

  display: flex;
}

.soc-link {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  width: 128px;
  height: 33px;
  line-height: 33px;
  font-family: "FuturaNewBook";
  background-color: #4267b2;
  margin-bottom: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.soc-link:hover {
  color: #fff;
}

.soc-link > span:before {
  content: "";
  display: inline-block;
  background-image: url(../img/sprite.png);
  height: 12px;
  margin-right: 6px;
}

.fb-link {
  background-color: #4267b2;
}

.fb-link > span:before {
  width: 6px;
  background-position: -66px -38px;
}

.fb-link:hover {
  background-color: #3057a5;
}

.linkedin-link {
  background-color: #0077b5;
}

.linkedin-link > span:before {
  width: 13px;
  background-position: -73px -38px;
}

.linkedin-link:hover {
  background-color: #005e8f;
}

.instagram-link {
  background-color: #d9386c;
}

.instagram-link > span:before {
  width: 12px;
  background-position: -87px -38px;
}

.instagram-link:hover {
  background-color: #b91c4f;
}

.modal {
  padding: 0 10px;
}

.modal-dialog {
  max-width: 784px;
  margin: 0 auto 30px;
}

.close-modal {
  position: absolute;
  right: 25px;
  top: 25px;
}

.desktop .close-modal:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal-content {
  padding-top: 60px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
}

.form {
  padding: 10px 85px 30px;
}

.form .h2 {
  margin-top: 0;
  text-transform: uppercase;
}

.form button {
  cursor: pointer;
  min-width: 246px;
}

.search-main-block,
.input-block {
  margin-bottom: 19px;
}

.search-main-block > input,
.search-main-block > textarea,
.input-block > input,
.input-block > textarea {
  padding: 0 19px;
  width: 100%;
  height: 44px;
  outline: none !important;
  border: 1px solid #eceded;
  background-color: #f8f9fa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.search-main-block > input:focus,
.search-main-block > textarea:focus,
.input-block > input:focus,
.input-block > textarea:focus {
  background-color: #fff;
  border-color: #6495ed;
}

.search-main-block > input.error,
.search-main-block > textarea.error,
.input-block > input.error,
.input-block > textarea.error {
  border-color: #e8685d;
  background-color: #fff;
}

.search-main-block > textarea,
.input-block > textarea {
  resize: none;
  height: 88px;
  padding: 6px 19px;
}

.search-main-block > button,
.input-block > button {
  margin-left: 135px;
}

.inp-title {
  width: 135px;
  font-size: 18px;
  color: #222;
  padding-top: 10px;
  min-width: 135px;
}

.inp-title > span {
  color: #e8685d;
}

.button6 {
  border-color: #43cd80;
}

.button6:after {
  background-color: #43cd80;
}

.button6:hover {
  color: #222;
}

.breadcrumb {
  background: transparent;
  font-size: 13px;
  color: #656565;
  padding: 9px 0;
  font-family: "FuturaNewBook";
}

.breadcrumb a {
  color: #222;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.sidebar-col {
  width: 228px;
  max-width: 228px;
}

.sidebar-list a {
  display: block;
  color: #222;
  font-family: "FuturaNewHeavy";
  font-size: 16px;
  padding: 10px 10px 10px 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sidebar-list li:nth-child(2) a {
  background-color: rgb(255, 0, 0);
  color: white;
}

.sidebar-list .item-border {
  border: 1px solid black;
}

.sidebar-list a:hover,
.sidebar-list a.active {
  color: #6495ed;
  background-color: #f8f9fa;
}

.new-products > span {
  position: relative;
  font-size: 10px;
  color: #fff;
  font-family: "FuturaNewBook";
  background-color: #e8685d;
  padding: 3px 9px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  top: -10px;
}

.filters-row {
  color: #222;
  font-size: 16px;
  position: relative;
  z-index: 50;
  border-bottom: 1px solid #eceded;
}

.filters-row a {
  color: #222;
}

.filter-title {
  padding: 8px 15px;
  text-transform: uppercase;
  color: #656565;
  font-size: 16px;
  display: inline-block;
  font-family: "FuturaNewBold";
}

.sort-by:hover,
.show-wt .sort-by {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}

.sort-by {
  display: block;
  padding: 9px 22px 9px 13px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px transparent;
  box-shadow: 0 1px 3px transparent;
  cursor: pointer;
  margin-left: 5px;
  position: relative;
  z-index: 10;
  width: 178px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sort-by:after {
  width: 6px;
  height: 4px;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  background: url(../img/sprite.png) -27px -84px;
}

.parent-t {
  position: relative;
  vertical-align: top;
}

.sort-options {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: 100%;
  right: 0;
  width: 178px;
}

.sort-options a {
  display: block;
  padding: 5px 10px 5px 13px;
}

.sort-options a:hover {
  background-color: #6495ed !important;
  color: #fff !important;
}

.sort-options a.active {
  background-color: #f1f1f1;
  color: #222;
}

.show-wt .wrap-t {
  opacity: 1;
  visibility: visible;
}

.colors-filter {
  z-index: 20;
}

.filters-icon {
  width: 30px;
  height: 30px;
  background: url(../img/filter-ic-min.png) center/75% no-repeat;
  position: absolute;
  right: 0;
  top: 1px;
  z-index: 10;
  display: none;
}

.wrap-t {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.catalog-col .h1 {
  text-transform: uppercase;
  padding: 0 15px 9px;
  margin-top: 0;
}

.catalog-col .h1:after {
  width: 100%;
  left: 0;
}

.filter-block {
  display: inline-block;
  position: relative;
  margin-right: 25px;
  margin-bottom: 10px;
  vertical-align: top;
}

.filter-by-price {
  margin-left: 36px;
}

.filter-by-price:after {
  background-color: #eceded;
  width: 1px;
  height: 28px;
  left: -20px;
  top: 50%;
  margin-top: -14px;
}

.filter-by-price > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}

.filter-by-price a {
  display: block;
  border: 1px solid #eceded;
  background-color: #f8f9fa;
  padding: 8px 24px 8px 39px;
  position: relative;
}

.filter-by-price a:after {
  width: 17px;
  height: 17px;
  border: 1px solid #eceded;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 13px;
}

.filter-by-price a:hover {
  border-color: #6495ed;
}

.filter-by-price a.active {
  border-color: #6495ed;
  background-color: #f4fbfe;
  cursor: default;
}

.filter-by-price a.active:after {
  border: 7px solid #6495ed;
}

.filter-button {
  position: relative;
  padding: 9px 22px 9px 11px;
  -webkit-box-shadow: 0 1px 3px transparent;
  box-shadow: 0 1px 3px transparent;
  cursor: pointer;
}

.filter-button:after {
  width: 6px;
  height: 4px;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  background: url(../img/sprite.png) -27px -84px;
}

.colors-filter {
  margin-right: 3px;
}

.show-wt .filter-button,
.filter-button:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}

.filters {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.36);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.36);
  width: 180px;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  margin-left: -90px;
  padding: 11px 11px 9px 11px;
}

.filters:after {
  top: 2px;
  left: 50%;
  margin-left: -10px;
  width: 13px;
  height: 13px;
  background: #fff;
  margin-top: -9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  border-left: 1px solid #e3e1e1;
  border-bottom: 1px solid #e3e1e1;
}

.filters > a {
  display: block;
  margin-bottom: 4px;
  padding-left: 29px;
  position: relative;
}

.filters > a:hover {
  color: #43cd80;
}

.filters > a.active:after {
  background: url(../img/inp-sprite.png) -18px -20px;
}

.filters > a:after {
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
  background: url(../img/inp-sprite.png) 0 -20px;
}

.f-amount {
  position: absolute;
  background-color: #6495ed;
  color: #fff;
  font-size: 10px;
  font-family: "FuturaNewBook";
  display: none;
  padding: 1px 3px 0px 2px;
  top: 0;
  right: 19px;
}

.f-amount.active {
  display: block;
}

.reset-filters {
  font-size: 0;
  height: 27px;
  width: 27px;
  background-color: #f8f9fa;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.reset-filters:hover {
  background-color: #e8685d;
}

.reset-filters:after {
  top: 8px;
  left: 8px;
  width: 11px;
  height: 11px;
  background: url(../img/sprite.png) -95px -83px;
}

.catalog-main-wrap {
  margin-bottom: 50px;
  overflow: hidden;
}

.pag-arrow {
  background-color: #f8f9fa;
  position: relative;
}

.pag-arrow > div {
  width: 7px;
  height: 13px;
  background-image: url(../img/sprite.png);
  top: 15px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
}

.pag-arrow:hover {
  background-color: #6495ed;
}

.prev-pag {
  margin-right: 15px;
}

.next-pag {
  margin-left: 15px;
}

.prev-pag:hover > div {
  background-position: -31px -151px;
}

.prev-pag > div {
  background-position: -31px -137px;
}

.next-pag:hover > div {
  background-position: -39px -151px;
}

.next-pag > div {
  background-position: -39px -137px;
}

.paginat {
  margin: 20px 0 90px;
}

.paginat span {
  line-height: 42px;
  height: 42px;
  width: 36px;
  display: inline-block;
}

.paginat a {
  color: #222;
  display: block;
  height: 42px;
  width: 36px;
  line-height: 42px;
}

.paginat a:hover {
  color: #6495ed;
}

.paginat a.active {
  color: #6495ed;
  cursor: default;
}

.product-image-wrap {
  position: relative;
}

.front-img {
  position: absolute;
  top: 0;
  left: 0;
}

.paginat > li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-family: "FuturaNewHeavy";
}

.left-product-col {
  padding-right: 0;
}

.product-slider-wrap {
  width: 590px;
  padding: 0 30px;
  position: relative;
  margin-bottom: 60px;
  margin-top: 15px;
}

.docs-wrap .owl-prev,
.product-slider-wrap .owl-prev {
  background-position: 0 -38px !important;
  left: -30px;
}

.docs-wrap .owl-prev:hover,
.product-slider-wrap .owl-prev:hover {
  background-position: -47px -137px !important;
}

.docs-wrap .owl-next,
.product-slider-wrap .owl-next {
  background-position: -16px -38px !important;
  right: -30px;
}

.docs-wrap .owl-next:hover,
.product-slider-wrap .owl-next:hover {
  background-position: -63px -137px !important;
}

.docs-wrap .owl-next,
.docs-wrap .owl-prev,
.product-slider-wrap .owl-next,
.product-slider-wrap .owl-prev {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -14px;
  width: 15px;
  height: 31px;
  outline: none !important;
  background-image: url(../img/sprite.png) !important;
}

.docs-wrap .owl-next.disabled,
.docs-wrap .owl-prev.disabled,
.product-slider-wrap .owl-next.disabled,
.product-slider-wrap .owl-prev.disabled {
  cursor: default;
  cursor: not-allowed;
  opacity: 0.5;
}

.docs-wrap .owl-next > span,
.docs-wrap .owl-prev > span,
.product-slider-wrap .owl-next > span,
.product-slider-wrap .owl-prev > span {
  display: none;
}

.product-slider-title {
  color: #222;
  font-size: 14px;
  font-family: "FuturaNewHeavy";
  text-transform: uppercase;
  margin: 13px 0 3px;
}

.product-slide {
  opacity: 0.22;
  cursor: pointer;
}

.product-slide:hover,
.product-slide.active {
  opacity: 1;
}

.content-title {
  padding-left: 15px;
  padding-right: 15px;
}

.content-title:after {
  width: 100%;
  left: 0;
}

.pr-right-col {
  padding-left: 0;
  padding-right: 7px;
}

.pr-left-col {
  padding-right: 30px;
}

.product-row {
  margin-top: 15px;
}

.min-title {
  font-size: 16px;
  font-family: "FuturaNewBold";
  color: #222;
  text-transform: uppercase;
}

.why-we {
  -webkit-box-shadow: 0 11px 30px -5px rgba(61, 124, 237, 0.28);
  box-shadow: 0 11px 30px -5px rgba(61, 124, 237, 0.28);
  padding: 18px 10px 1px 15px;
  margin-bottom: 20px;
}

.pd-price-block {
  border-bottom: 1px solid #6495ed;
  position: relative;
}

.pd-price-block .old-price {
  /*position: absolute;*/
  padding-left: 10px;
  color: #656565;
  font-size: 21px;
  top: -35px;
  font-family: "FuturaNewMedium";
}

.pd-price-block .old-price + .price {
  color: #e8685d;
}

.pd-price-block > .price {
  float: left;
  padding-left: 10px;
  color: #222;
  font-size: 33px;
  font-family: "FuturaNewBold";
  line-height: 1;
  margin-bottom: 10px;
}

.pd-price-block > .price > span {
  font-family: "FuturaNewMedium";
}

.pd-price-block > .code {
  background-color: #f4fbfe;
  float: right;
  font-size: 16px;
  padding: 4px 22px;
  margin-bottom: 4px;
  margin-top: 7px;
}

.why-we ul {
  padding-left: 17px;
  font-family: "FuturaNewBook";
  font-size: 14px;
  line-height: 1.25;
  margin-top: 10px;
}

.why-we ul > li {
  margin-bottom: 6px;
}

.delivery-info {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  font-family: "FuturaNewBook";
  font-size: 14px;
  padding: 20px 20px 4px 29px;
}

.delivery-info .min-title {
  color: #6495ed;
  margin-bottom: 3px;
}

.di-text {
  margin-bottom: 17px;
}

.product-amount {
  padding: 15px 15px 10px 16px;
}

.product-amount .count-block {
  float: left;
  margin-bottom: 5px;
  margin-right: 20px;
}

.product-amount .avail,
.product-amount .not-avail {
  float: right;
  margin-top: 10px;
  display: inline-block;
  padding-left: 23px;
  position: relative;
}

.product-amount .avail:after,
.product-amount .not-avail:after {
  background-image: url(../img/sprite.png);
  top: 8px;
  left: 0;
}

.product-amount .avail:after {
  width: 15px;
  height: 11px;
  background-position: -64px -70px;
}

.product-amount .not-avail:after {
  width: 11px;
  height: 11px;
  background-position: -66px -82px;
}

.minus,
.plus {
  width: 44px;
  height: 44px;
  border: 1px solid #eceded;
  background-color: #f8f9fa;
  position: relative;
  cursor: pointer;
}

.minus:hover,
.plus:hover {
  background-color: #43cd80;
  border-color: #43cd80;
}

.minus:hover:after,
.minus:hover:before,
.plus:hover:after,
.plus:hover:before {
  background-color: #fff;
}

.minus:after,
.minus:before,
.plus:after,
.plus:before {
  background-color: #6d6d6d;
}

.minus:after,
.plus:after {
  width: 14px;
  height: 2px;
}

.plus:before {
  height: 14px;
  width: 2px;
}

.count-input {
  width: 44px;
  height: 44px;
  border: none;
  border-top: 1px solid #eceded;
  border-bottom: 1px solid #eceded;
  outline: none !important;
  text-align: center;
  font-family: "FuturaNewBook";
  font-size: 18px;
  padding: 0 3px;
}

.button7 {
  border-color: #43cd80;
  background-color: #43cd80;
  width: 100%;
  -webkit-box-shadow: 0 3px 31px rgba(67, 205, 128, 0.4);
  box-shadow: 0 3px 31px rgba(67, 205, 128, 0.4);
}

.button7:hover {
  color: #fff;
  -webkit-box-shadow: 0 3px 31px rgba(67, 205, 128, 0.78);
  box-shadow: 0 3px 31px rgba(67, 205, 128, 0.78);
}

.button7:after {
  background-color: #43cd80;
}

.descr-table {
  margin: 5px 0 10px 10px;
}

.descr-table td {
  font-size: 16px;
  font-family: "FuturaNewBook";
  padding: 3px 10px;
  vertical-align: top;
}

.descr-table td:first-child {
  font-family: "FuturaNewMedium";
}

.product-description-block {
  border-bottom: 1px solid #eceded;
  padding-bottom: 15px;
}

.add-comment,
.to-all-comments {
  display: inline-block;
  border-bottom: 1px dashed #6d6d6d;
  color: #6495ed;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 13px;
  outline: none !important;
}

.add-comment:hover,
.to-all-comments:hover {
  border-bottom-color: #e8685d;
  color: #e8685d;
}

.add-comment:before,
.to-all-comments:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/sprite.png) -47px -70px;
}

.pc-user-name {
  display: inline-block;
  margin: 0 10px 10px 0;
  font-family: "FuturaNewMedium";
}

.jrating-block {
  display: inline-block;
}

.prc-head {
  margin-top: 7px;
}

.bracket {
  color: #222;
  font-family: "FuturaNewBold";
  font-size: 32px;
  line-height: 10px;
  font-style: italic;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  margin-left: 8px;
}

.product-comment-wrap {
  padding-top: 13px;
}

.short-descr p,
.short-descr,
.full-tdescr > p:first-child {
  display: inline;
  margin: 0;
}

.show-cv-text .dots,
.show-cv-text .show-all-text,
.full-tdescr {
  display: none;
}

.show-cv-text .full-tdescr {
  display: inline;
}

.hide-all-text,
.show-all-text {
  display: block;
}

.hide-all-text > a,
.show-all-text > a {
  display: inline-block;
  position: relative;
}

.hide-all-text > a,
.show-all-text > a {
  display: inline-block;
  cursor: pointer;
}

.comment-title {
  font-size: 21px;
  font-family: "FuturaNewBold";
}

.user-block {
  float: left;
  width: 15%;
}

.user-img {
  max-width: 100px;
}

.user-img img {
  max-width: 100%;
  max-height: 118px;
}

.user-name {
  font-family: "FuturaNewMedium";
  font-size: 16px;
  max-width: 100px;
  text-align: center;
  margin-top: 7px;
}

.comment-text,
.comment-head {
  width: 85%;
  float: right;
}

.comments-wrap {
  position: relative;
}

.add-comment {
  position: absolute;
  margin: 0;
  z-index: 20;
  top: 14px;
  right: 0;
}

.add-comment:before {
  background: url(../img/sprite.png) -67px -120px;
}

.comments-list > li {
  border-bottom: 1px solid #eceded;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.show-all-text > a,
.hide-all-text > a {
  color: #6495ed;
  font-size: 13px;
  font-family: "FuturaNewBook";
  border-bottom: 1px dashed #6d6d6d;
}

.show-all-text > a:hover,
.hide-all-text > a:hover {
  color: #e8685d;
  border-bottom-color: #e8685d;
}

.show-all-text > a:hover:before,
.hide-all-text > a:hover:before {
  background: url(../img/sprite.png) -42px -95px;
}

.show-all-text > a:before,
.hide-all-text > a:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 6px;
  margin-right: 4px;
  background: url(../img/sprite.png) -17px -84px;
}

.comment-head time {
  display: block;
  margin: 6px 0 13px;
  color: #656565;
  font-size: 14px;
}

.hide-all-text > a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.jRatingAverage,
.jRatingColor {
  background-color: #ff7f50;
}

.to-evaluate .jRatingColor {
  background-color: transparent;
}

.evaluate-error {
  color: #e8685d;
  font-family: "FuturaNewMedium";
  margin-top: -10px;
  position: relative;
  top: -10px;
  margin-bottom: 10px;
  display: none;
}

p.jRatingInfos {
  display: none;
  background-color: #222;
  color: #fff;
  margin-top: -55px;
  margin-left: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 50px;
}

.cart-title {
  text-transform: uppercase;
  margin-top: 45px;
}

.back-to-catalog {
  color: #6d6d6d;
  font-size: 13px;
  font-family: "FuturaNewBook";
  display: inline-block;
  border-bottom: 1px solid #6d6d6d;
  position: absolute;
  right: 15px;
  top: 55px;
  z-index: 20;
}

.back-to-catalog:hover {
  color: #43cd80;
  border-color: #43cd80;
}

.order-inputs-block {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  padding: 30px 50px 40px;
  margin-top: 33px;
}

.cart-table {
  font-size: 14px;
  width: 100%;
}

.cart-table tr:nth-child(odd) {
  background-color: #fbfdff;
}

.cart-table th {
  background-color: #fbfdff;
  font-family: "FuturaNewMedium";
  color: #222;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  padding: 10px;
}

.cart-table td {
  padding: 10px;
}

.cart-product-img {
  max-width: 48px;
  max-height: 65px;
}

.cart-product-code {
  font-size: 14px;
  padding: 0 12px;
  color: #222;
}

.cart-table {
  counter-reset: heading;
}

.row-num:before {
  counter-increment: heading;
  content: counter(heading);
}

.total-title {
  text-transform: uppercase;
  font-size: 16px;
}

.last-tr {
  font-family: "FuturaNewMedium";
  font-size: 21px;
}

.last-tr span {
  font-family: "FuturaNewBold";
}

.cart-container {
  margin-bottom: 85px;
}

.order-inputs-block .button {
  width: 100%;
}

.remove-cart-row {
  width: 21px;
  height: 21px;
  position: relative;
  cursor: pointer;
}

.remove-cart-row:hover {
  background-color: #f1f1f1;
}

.remove-cart-row:hover:after {
  background: url(../img/sprite.png) -95px -59px;
}

.remove-cart-row:after {
  left: 5px;
  top: 5px;
  width: 11px;
  height: 11px;
  background: url(../img/sprite.png) -95px -83px;
}

.order-title {
  border-bottom: 1px solid #eceded;
  margin: 30px -26px 15px;
  padding: 0 26px 7px;
  color: #222;
  font-family: "FuturaNewMedium";
  font-size: 14px;
}

.select-block {
  position: relative;
  width: 100%;
}

.select-input:focus,
.show-wt .select-input {
  background-color: #fff;
  border-color: #6495ed;
}

.select-input-wrap {
  position: relative;
}

.select-input {
  cursor: pointer;
  padding: 0 30px 0 19px;
  width: 100%;
  height: 44px;
  outline: none !important;
  border: 1px solid #eceded;
  background: #f8f9fa url(../img/arr.png) 93% 50% no-repeat;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.select-ul {
  width: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
}

.select-ul > li {
  background-color: #fff;
  border: 1px solid #eceded;
  padding: 9px 19px;
  cursor: pointer;
}

.select-ul > li:hover {
  color: #6495ed;
}

.room-info {
  margin-bottom: 25px;
}

.room-info > span {
  text-transform: uppercase;
  color: #656565;
  margin-right: 15px;
  font-size: 14px;
  font-family: "FuturaNewBold";
}

.ri-info {
  border: 1px solid #eceded;
  background-color: #f8f9fa;
  white-space: nowrap;
  line-height: 39px;
  font-size: 14px;
  position: relative;
  padding: 0 33px 0 15px;
  margin-right: 32px;
}

.ri-info > div {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  right: -19px;
  width: 39px;
  height: 39px;
  z-index: 10;
  border: 1px solid #6495ed;
  background-color: #f4fbfe;
  text-align: center;
  line-height: 39px;
  color: #6495ed;
  font-size: 18px;
}

.first-step .calc-title-row {
  text-transform: uppercase;
}

.calc-popup .modal-dialog {
  max-width: 645px;
  margin: 10px auto 30px;
}

.step-title {
  font-size: 30px;
  font-family: "FuturaNewBold";
  margin-bottom: 40px;
  border-bottom: 1px solid #6495ed;
  padding-bottom: 15px;
}

.step-title > span {
  font-family: "FuturaNewBook";
  color: #6495ed;
}

.step-container {
  padding: 0 100px;
}

.standart-button {
  font-family: "FuturaNewHeavy";
  font-size: 14px;
  text-transform: uppercase;
  background-color: #43cd80;
  color: #fff;
  display: block;
  width: 246px;
  margin: 40px auto 10px;
  text-align: center;
  padding: 13px 10px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.standart-button:hover {
  color: #fff;
  background-color: #04b854;
}

.calc-title-row {
  background-color: #6495ed;
  color: #fff;
}

.step-status {
  width: 226px;
  height: 1px;
  background-color: #eceded;
  margin: 40px auto 60px;
  position: relative;
}

.step-container input {
  width: 62px;
  border: none;
  text-align: center;
  border-bottom: 1px solid #e0e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 33px;
  padding: 0 3px;
  background-color: transparent;
}

.calc-error-massege {
  color: red;
  text-align: center;
  font-size: 20px;
  font-family: "FuturaNewBook";
  display: none;
}

#first-step .calc-title-row,
#first-step .cont-s-row {
  height: 70px;
  line-height: 70px;
  padding-left: 54px;
}

#first-step .calc-title-row > .flexy-big,
#first-step .cont-s-row > .flexy-big {
  width: 140px;
}

#first-step .cont-s-row:nth-child(odd) {
  background-color: #ecf1fc;
}

.s-table {
  font-family: "FuturaNewBook";
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}

.meters {
  margin-left: 22px;
}

.meters sup {
  font-size: 10px;
  position: relative;
  left: -3px;
}

.st-circle {
  width: 34px;
  height: 34px;
  top: -17px;
  margin-left: -17px;
  position: absolute;
}

.st-circle:after {
  z-index: 10;
  background: url(../img/point-empty-min.png) center no-repeat;
}

.st-circle:before {
  width: 75px;
  height: 1px;
  background-color: transparent;
  top: 50%;
  left: 17px;
  z-index: 5;
}

.st-circle:last-child:before {
  display: none;
}

.st-circle.st-c-ready:after {
  background: url(../img/point-curr-min.png) center no-repeat;
}

.st-circle.st-c-done:before {
  background-color: #43cd80;
}

.st-circle.st-c-done:after {
  background: url(../img/point-done-min.png) center no-repeat;
}

.st-circle:nth-child(1) {
  left: 0;
}

.st-circle:nth-child(2) {
  left: 33.333333%;
}

.st-circle:nth-child(3) {
  left: 66.666666%;
}

.st-circle:nth-child(4) {
  left: 100%;
}

.move-previous {
  position: absolute;
  left: 27px;
  top: 37px;
  font-family: "FuturaNewLight";
  font-size: 14px;
  color: #6d6d6d;
  cursor: pointer;
  padding-left: 15px;
}

.move-previous:hover {
  color: #6495ed;
}

.move-previous:hover:after {
  background: url(../img/sprite.png) -17px -84px;
}

.move-previous:after {
  left: 0;
  top: 7px;
  width: 9px;
  height: 6px;
  background: url(../img/sprite.png) -17px -70px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.thanks-page-wrap {
  padding: 0 15px;
}

.we-got-order {
  display: inline-block;
  position: relative;
}

.we-got-order:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 11px;
  background: url(../img/sprite.png) -64px -70px;
}

.page-thanks-text {
  max-width: 310px;
  margin: 20px auto 40px;
}

.thanks-page-block {
  max-width: 550px;
  margin: 80px auto 4vh;
  border: 6px solid #6495ed;
  padding: 70px 15px 64px;
  font-family: "FuturaNewBook";
}

.thanks-page-block > img {
  margin-bottom: 50px;
  max-width: 100%;
}

.thanks-page-block .button {
  color: #6495ed;
}

.thanks-page-block .button:hover {
  color: #fff;
}

.thanks-page-block .button:after {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.thanks-page-block .button:hover:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.design-container .h1 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 50px;
}

.seo-block {
  margin-bottom: 80px;
}

.seo-block h1:first-child,
.seo-block h2:first-child,
.seo-block h4:first-child {
  margin-top: 20px;
}

.production-text {
  border: 6px solid #6495ed;
  max-width: 660px;
  margin: 100px auto 60px;
  padding: 50px 95px;
  font-family: "FuturaNewBold";
  text-transform: uppercase;
}

.production-text p {
  margin: 0;
}

.production-title {
  color: #6495ed;
  font-family: "FuturaNewBold";
  font-size: 33px;
  max-width: 660px;
  margin: 0 auto;
}

.production-title span {
  color: #43cd80;
}

.desktop .production-list > li {
  background-attachment: fixed !important;
}

.production-list > li {
  padding: 80px 0;
  min-height: 670px;
}

.production-list > li:nth-child(even) .process-text-wrap {
  float: right;
}

.process-text-wrap {
  background-color: #fff;
  width: 400px;
  padding: 123px 60px 80px 90px;
  position: relative;
}

.process-text-block {
  position: relative;
  z-index: 5;
}

.process-text-block > img {
  margin-bottom: 20px;
}

.pt-title {
  font-family: "FuturaNewBold";
  margin-bottom: 20px;
}

.pt-num {
  position: absolute;
  z-index: 3;
  color: #ecf1fc;
  font-family: "FuturaNewBold";
  font-size: 315px;
  line-height: 300px;
  left: 32%;
  top: 0;
}

.production-footer {
  padding: 30px 0 60px;
}

.production-hint {
  max-width: 600px;
  margin: 50px auto;
}

.production-hint p {
  margin: 0;
}

.production-hint span {
  color: #6495ed;
}

.pr-footer-text-wrap {
  padding: 60px 70px 0 80px;
  max-width: 580px;
  margin: 0 auto;
  color: #fff;
  position: relative;
}

.production-button {
  margin-top: 80px;
  font-size: 16px;
  padding: 17px 17px;
  min-width: 380px;
  margin-left: -80px;
  background-color: transparent;
}

.production-button:hover {
  color: #fff;
}

.production-button:hover > span:after {
  border-left-color: #fff;
}

.production-button > span {
  position: relative;
  padding-right: 35px;
}

.production-button > span:after {
  border: 10px solid transparent;
  border-left: 16px solid #fff;
  right: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pr-footer-text {
  position: relative;
}

.pr-footer-text:after {
  left: -80px;
  top: 51px;
  width: 380px;
  height: 100%;
  border: 2px solid #fff;
  z-index: -1;
}

.bracket-img {
  margin-bottom: 42px;
}

.move-down-wrap {
  height: 120px;
  position: relative;
}

.move-down {
  width: 42px;
  height: 42px;
  background-color: #6495ed;
  border: 6px solid #86acf1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -21px;
  top: 50%;
  margin-top: -21px;
  -webkit-animation: UpDown 1s ease-in-out 0s infinite alternate;
  animation: UpDown 1s ease-in-out 0s infinite alternate;
}

.move-down:after {
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -5px;
  width: 9px;
  height: 11px;
  background: url(../img/sprite.png) -37px -70px;
}

.production-head {
  padding: 0 15px;
}

@-webkit-keyframes UpDown {
  from {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes UpDown {
  from {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.glitter-name {
  font-family: "FuturaNewBold";
  text-transform: uppercase;
  float: left;
  max-width: 255px;
}

.glitter-name + .code {
  margin-top: 0;
}

.glitter-table {
  font-size: 14px;
  width: 100%;
  margin: 16px 0 10px;
}

.glitter-table th {
  font-weight: 400;
  background-color: #fbfdff;
  border-bottom: 1px solid #eff7ff;
  padding: 15px 3px;
  font-family: "FuturaNewMedium";
}

.glitter-table .count-block {
  width: 134px;
  margin: 0 auto;
}

.glitter-table td {
  padding: 10px 0;
}

.glitter-page-form {
  margin-bottom: 30px;
}

.glitter-link .price-wrap {
  padding-left: 10px;
}

.glitter-link.cat-link .code {
  padding-left: 10px;
}

.additional-product-name {
  font-size: 16px;
  font-family: "FuturaNewBold";
  margin-top: 5px;
  padding-left: 10px;
  height: 90px;
  max-height: 110px;
  overflow: hidden;
}

.glitter-error {
  display: none;
  color: red;
  font-family: "FuturaNewMedium";
  padding-bottom: 10px;
}

.design-inner-wrap {
  padding: 0 17px;
  position: relative;
}

.album-list {
  letter-spacing: -0.36em;
}

.album-list > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 25%;
  padding: 0 17px 34px;
}

.design-img-link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.design-img-link:hover {
  -webkit-box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.22);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.22);
}

.design-img-link:hover .zoom-icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.to-album {
  color: #6d6d6d;
  font-size: 14px;
  position: absolute;
  top: 15px;
  z-index: 10;
}

.to-album:hover {
  color: #43cd80;
}

.to-album:hover:before {
  background-position: -27px -77px;
}

.to-album:before {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 12px;
  top: -1px;
  position: relative;
}

.album-head {
  position: relative;
  margin-top: 10px;
}

.album-title {
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
}

.zoom-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #6495ed url(../img/zoom.png) center no-repeat;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  right: 17px;
  bottom: 17px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.album-list {
  position: relative;
  margin: 50px -17px 0;
}

.fancybox-close {
  background: transparent;
  top: 10px;
  right: 10px;
}

.fancybox-close:after {
  top: 5px;
  left: 7px;
  width: 24px;
  height: 25px;
  background: url(../img/sprite.png) -89px -95px;
}

.title-title {
  font-size: 24px;
  font-family: "FuturaNewBold";
  color: #222;
  margin: 12px 0 0;
}

.title-text {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 30px;
}

.fancybox-nav span {
  visibility: visible;
  width: 15px;
  height: 31px;
  background-image: url(../img/sprite.png);
  background-size: unset !important;
}

.fancybox-prev span {
  left: -40px;
  background-position: 0 -38px;
}

.fancybox-prev span:hover {
  background-position: -47px -137px;
}

.fancybox-next span {
  right: -40px;
  background-position: -16px -38px;
}

.fancybox-next span:hover {
  background-position: -63px -137px;
}

.title-title {
  min-width: 300px;
}

.jq-selectbox__dropdown {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  border: 2px solid #6495ed;
  width: 78px !important;
  left: 50%;
  margin-left: -39px;
  top: 100% !important;
}

.jq-selectbox li {
  padding: 3px 5px;
  font-family: "FuturaNewBook";
  text-align: center;
  border-top: 1px solid #cedfff;
}

.jq-selectbox li:first-child {
  border-top: none;
}

.jq-selectbox li:hover {
  background-color: #6495ed;
  color: #fff;
}

.fancy-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.helper-select {
  position: relative;
  width: 45px;
  min-width: 45px;
  display: inline-block;
  margin-left: 13px;
}

#calc-container .jq-selectbox__select,
#calc-custom-container .jq-selectbox__select {
  height: 30px;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #eceded;
  cursor: pointer;
}

.second-h-select {
  cursor: pointer;
}

.jq-selectbox__select-text {
  padding-top: 3px;
  text-align: right;
  padding-right: 22px;
}

.jq-selectbox {
  width: 100%;
  margin-bottom: 0;
}

.jq-selectbox__trigger-arrow {
  width: 6px;
  height: 4px;
  top: 14px;
  right: 12px;
  background: url(../img/sprite.png) -27px -84px;
  border: none;
}

.jq-selectbox__select {
  font-size: 18px;
  font-family: "FuturaNewBook";
}

.second-h-select {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 30px;
  background: transparent;
  z-index: 99999;
}

.fl-style > div {
  width: 33.3333%;
}

.cont-s-row-head {
  background-color: #6495ed;
  color: #fff;
  padding: 10px 0;
}

.cont-s-row-body {
  padding: 19px 0;
}

.third-step .step-title,
.second-step .step-title {
  margin-bottom: 0;
}

.doors-windows-count {
  padding: 18px 0;
}

.cont-s-row-body:nth-child(even) {
  background-color: #ecf1fc;
}

.glitter-slider-wrap .owl-dots {
  text-align: center;
}

.glitter-slider-wrap .owl-dot {
  outline: none !important;
  display: inline-block;
  margin: 3px 3px;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #6495ed !important;
  opacity: 0.4;
}

.glitter-slider-wrap .owl-dot:hover,
.glitter-slider-wrap .owl-dot.active {
  opacity: 1;
}

.added-text {
  text-transform: uppercase;
  font-size: 33px;
  font-family: "FuturaNewBold";
  margin: 30px 0 30px;
}

#thanks .modal-dialog,
#added-product .modal-dialog {
  max-width: 430px;
}

.added-product-block {
  padding: 0 15px 60px;
}

.sidebar-list.fixed-sidebar {
  position: fixed;
}

.sidebar-col {
  position: relative;
}

.sidebar-list.bottom-sidebar {
  position: absolute;
  bottom: 0;
  left: 15px !important;
  top: auto !important;
}

.thx-text {
  font-size: 24px;
  margin: -15px 0 30px;
}

.page-title {
  margin-top: 10px;
  text-transform: uppercase;
}

.news-list {
  margin-top: 60px;
  letter-spacing: -0.36em;
}

.news-list > li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width: 50%;
  padding: 0 30px;
  position: relative;
  margin-bottom: 60px;
}

.news-list > li time {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: 90px;
  margin-left: 4px;
}

.news-block time,
.news-list time {
  font-size: 14px;
  font-family: "FuturaNewLight";
  color: #e8685d;
}

.news-block {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 40px 40px 45px 68px;
  min-height: 380px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.news-block time {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news-block p {
  margin: 0;
}

.news-block:hover {
  color: #fff;
}

.news-block:hover time {
  color: #fff;
}

.news-block:hover .news-overlay {
  opacity: 1;
  background-color: #6495ed;
}

.news-block:hover .news-bg {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.news-title {
  font-size: 33px;
  font-family: "FuturaNewBold";
  margin-bottom: 30px;
}

.news-text {
  position: relative;
  z-index: 10;
  width: 100%;
}

.news-bg {
  z-index: 5;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.news-overlay {
  z-index: 7;
  background-color: #030833;
  opacity: 0.4;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.news-head {
  position: relative;
}

.news-left,
.news-right {
  width: 50%;
}

.news-left-text {
  width: 100%;
  font-family: "FuturaNewBold";
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  padding: 60px 0;
}

.news-left-text > div {
  width: 100%;
  max-width: 263px;
  margin-left: 90px;
}

.news-right .news-block {
  min-height: 420px;
}

.news-inner-text {
  max-width: 946px;
  margin: 0 auto;
}

.news-inner-head {
  color: #fff;
  padding: 90px 130px;
  min-height: 454px;
  margin-bottom: 45px;
  position: relative;
}

.news-inner-head:after {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.2);
}

.news-inner-head > h1 {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 10;
}

.news-inner-head > h1:after {
  display: none;
}

.news-nav {
  position: relative;
  margin: 65px 0 80px;
}

.prev-link,
.next-link {
  color: #6d6d6d;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}

.prev-link:hover,
.next-link:hover {
  color: #6495ed;
}

.prev-link:hover:after,
.next-link:hover:after {
  background: url(../img/sprite.png) -17px -84px;
}

.prev-link:after,
.next-link:after {
  top: 11px;
  width: 9px;
  height: 6px;
  background: url(../img/sprite.png) -17px -70px;
}

.next-link {
  padding-right: 16px;
}

.next-link:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 0;
}

.prev-link {
  padding-left: 16px;
}

.prev-link:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0;
}

.button8 {
  text-transform: uppercase;
  color: #959595;
  border: 1px solid #959595;
  display: inline-block;
  padding: 11px 30px;
  background-color: #f8f9fa;
  font-family: "FuturaNewHeavy";
  font-size: 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.button8:hover {
  color: #6495ed;
  border-color: #6495ed;
  background-color: #ecf1fc;
}

.to-all-news {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.bordered-block {
  border: 6px solid #6495ed;
  padding: 44px 98px 30px;
}

.bordered-wrap {
  padding-top: 40px;
  padding-bottom: 60px;
}

.char-wrap {
  background-color: #ecf1fc;
  padding: 80px 48px;
}

.char-wrap2 {
  background-color: #fff;
  padding: 60px 40px;
  max-width: 1600px;
  margin: 0 auto;
}

.char-content {
  padding-top: 25px;
}

.char-title {
  text-transform: uppercase;
  font-family: "FuturaNewBold";
  margin-bottom: 20px;
}

.char-list {
  margin-top: 30px;
}

.char-list > li {
  margin-bottom: 2px;
}

.char-text {
  margin-bottom: 20px;
}

.char-list-head {
  background-color: #ecf1fc;
  padding: 30px 0;
  cursor: pointer;
  position: relative;
}

.char-list-head:hover .c-head-right {
  color: #6495ed;
}

.char-list-head:hover .char-button {
  border-color: #6495ed;
  background-color: #6495ed;
}

.char-list-head:hover .char-button:after,
.char-list-head:hover .char-button:before {
  background-color: #fff;
}

.active > .char-list-head {
  background-color: #6495ed;
}

.char-list > li.active .c-head-left,
.char-list > li.active .c-head-right {
  color: #fff;
}

.char-list > li.active .char-button {
  border: 1px solid #fff;
}

.char-list > li.active .char-button:after {
  background-color: #fff;
}

.char-list > li.active .char-button:before {
  background-color: #6495ed;
}

.char-body {
  background-color: #6495ed;
  color: #fff;
}

.c-head-left,
.c-head-right {
  float: left;
}

.c-head-left {
  width: 26%;
  padding-left: 65px;
  color: #6495ed;
  font-family: "FuturaNewMedium";
  padding-right: 28px;
}

.c-head-right {
  width: 74%;
  padding-right: 215px;
}

.char-body {
  padding: 30px 215px 20px 26%;
  border-top: 1px solid #fff;
  display: none;
}

.char-button {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid #959595;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  right: 72px;
  top: 50%;
  margin-top: -15px;
}

.char-button:after,
.char-button:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #959595;
}

.char-button:after {
  width: 15px;
  height: 1px;
  top: 50%;
  left: 8px;
}

.char-button:before {
  height: 15px;
  width: 1px;
  left: 50%;
  top: 8px;
}

.char-wrap .mn-link.active {
  color: #6495ed;
}

.char-wrap .mn-link {
  padding-left: 0;
  padding-right: 40px;
}

.char-wrap .mn-link:after {
  left: 0;
}

.char-body ul {
  list-style-image: url(../img/list2.png);
}

.char-body ul > li {
  margin-bottom: 10px;
}

.ch-footer-wrap {
  float: right;
  padding-top: 30px;
  padding-bottom: 90px;
}

.ch-footer-text {
  color: #fff;
  font-size: 24px;
  font-family: "FuturaNewBold";
  padding-bottom: 48px;
}

.ch-footer-text-block {
  padding-right: 48px;
  text-align: right;
  max-width: 680px;
  position: relative;
}

.ch-footer-text-block > * {
  position: relative;
  z-index: 5;
}

.ch-footer-text-block:after {
  top: 51px;
  right: 0;
  width: 382px;
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  border: 2px solid #6495ed;
}

.ch-footer-text-block > img {
  margin-bottom: 55px;
}

.ch-footer-text-block .button6 {
  width: 286px;
}

.manual-tab-wrap {
  margin-top: 20px;
  margin-bottom: 40px;
}

.manual-h1 {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 0;
}

.manual-tab {
  font-size: 16px;
  font-family: "FuturaNewHeavy";
  color: #959595;
  border: 2px solid transparent;
  padding: 10px 45px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.manual-tab:after {
  display: none;
}

.manual-tab.active {
  color: #6495ed;
  background-color: #f8f9fa;
  border-color: #6495ed;
}

.img-manual-list {
  letter-spacing: -0.36em;
  margin-top: 50px;
}

.img-manual-list > li {
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  width: 33.3333%;
  margin-bottom: 40px;
  text-align: right;
  padding-left: 30px;
  position: relative;
}

.img-manual {
  display: inline-block;
  max-width: 317px;
  text-align: left;
  padding-right: 15px;
  padding-top: 76px;
}

.manual-img {
  background: #c0d1f9;
  box-shadow: 0px 15px 40px rgba(51, 53, 56, 0.22);
  border-radius: 30px;
  padding: 15px;
  margin-bottom: 50px;
}

.img-num {
  color: #ecf1fc;
  font-size: 280px;
  line-height: 200px;
  font-family: "FuturaNewBold";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.img-manual-text {
  color: #6495ed;
  position: relative;
  font-family: "FuturaNewBook";
  /*    padding-top: 20px;*/
  font-size: 18px;
  line-height: 27px;
  padding-left: 16px;
}

/*
.img-manual-text:after {
    top: 0;
    left: 16px;
    width: 204px;
    height: 4px;
    background-color: #6495ed;
}*/

.video-block iframe {
  display: block;
  margin: 0 auto;
  width: 720px !important;
  max-width: 100%;
  height: 440px !important;
}

.videos-wrap {
  margin-top: 30px;
}

.vid-title {
  max-width: 720px;
  display: inline-block;
  margin: 25px 0 80px;
  font-family: "FuturaNewBook";
}

.vid-title img {
  margin-right: 20px;
}

.instruction-text .text-wrap {
  margin-bottom: 50px;
}

.instruction-text .text-wrap strong,
.instruction-text .text-wrap b {
  font-family: "FuturaNewMedium";
  font-weight: 400;
}

.instruction-text .text-wrap h1:first-child,
.instruction-text .text-wrap .h1:first-child,
.instruction-text .text-wrap h2:first-child,
.instruction-text .text-wrap .h2:first-child,
.instruction-text .text-wrap h3:first-child,
.instruction-text .text-wrap .h3:first-child,
.instruction-text .text-wrap h4:first-child,
.instruction-text .text-wrap .h4:first-child,
.instruction-text .text-wrap h5:first-child,
.instruction-text .text-wrap .h5:first-child {
  margin-top: 0;
}

.download-instr {
  margin-top: 40px;
  margin-bottom: 30px;
}

.download-instr > span:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  background: url(../img/manual/text-img-min.png);
  position: relative;
  top: 4px;
  margin-left: 10px;
}

.download-instr:hover {
  color: #e8685d;
}

.download-instr:hover > span:after {
  background: url(../img/manual/text-img-red-min.png);
}

.answers-page {
  background-color: #ecf1fc;
  min-height: 100vh;
  padding: 0 50px 50px;
}

.answers-wrap {
  background-color: #fff;
  padding-top: 30px;
  max-width: 1600px;
  margin: 0 auto;
}

.answers-wrap > div {
  padding-bottom: 1px;
}

.answers-wrap .paginat {
  margin-bottom: 60px;
}

.answers-wrap time {
  color: #656565;
}

.question {
  font-family: "FuturaNewBook";
}

.answers-list {
  margin-bottom: 45px;
}

.answers-list > .active .question,
.answers-list > .active time,
.answers-list > .active .answ-user-name {
  color: #fff;
}

.answers-list .char-body {
  padding: 14px 100px 10px 65px;
  font-family: "FuturaNewBook";
}

.answers-list .char-body img {
  margin-bottom: 10px;
}

.answers-list .char-list-head {
  padding-left: 65px;
  padding-right: 200px;
}

.answ-user-name {
  font-family: "FuturaNewBold";
  display: inline-block;
  margin-right: 21px;
}

.answ-user-block {
  margin-bottom: 5px;
}

.desktop .partner-bg-block2,
.desktop .partner-bg-block1 {
  background-attachment: fixed !important;
}

.partner-bg-block1 {
  color: #fff;
  padding: 68px 15px;
}

.partner-bg-text1-wrap {
  border: 6px solid #6495ed;
  max-width: 1076px;
  margin: 0 auto;
}

.partner-bg-text1-wrap .big-btn {
  background-color: transparent;
}

.partner-bg-text1-wrap .big-btn:hover {
  color: #fff;
}

.big-btn {
  font-size: 16px;
  padding: 17px;
  width: 100%;
  max-width: 258px;
}

.bold33 {
  text-transform: uppercase;
  font-size: 33px;
  font-family: "FuturaNewBold";
}

.partner-bg-text1 {
  width: 66%;
  padding: 51px 100px;
}

.sidebanner-wrap {
  background-color: #6495ed;
  max-width: 392px;
  color: #fff;
  padding: 36px 20px 66px;
  position: relative;
  margin: 35px 0 30px;
}

.sidebanner-wrap:after,
.sidebanner-wrap:before {
  border: 22px solid transparent;
}

.sidebanner-wrap:after {
  bottom: 100%;
  right: 0;
  border-right: 392px solid #6495ed;
  border-bottom: 0px solid #6495ed;
}

.sidebanner-wrap:before {
  top: 100%;
  left: 0;
  border-left: 392px solid #6495ed;
  border-top: 0px solid #6495ed;
}

.sidebanner-wrap .white-btn {
  width: 260px;
  margin-top: 31px;
}

.side-banner-content {
  padding: 0 50px;
}

.advantage-main-wrap {
  padding: 100px 15px 0;
}

.side-banner-img {
  margin-bottom: 30px;
}

.white-btn {
  border-color: #fff;
  color: #6495ed;
  background-color: #6495ed;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.white-btn:hover {
  color: #fff;
}

.white-btn:after {
  background-color: #fff;
}

.advantage-num {
  position: absolute;
  color: #ecf1fc;
  font-family: "FuturaNewBold";
  font-size: 316px;
  line-height: 0;
  z-index: -1;
  top: 35px;
  left: 45px;
}

.advantages-ul {
  letter-spacing: -0.36em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 160px;
}

.advantages-ul > li {
  letter-spacing: normal;
  width: 50%;
  text-align: left;
  max-width: 250px;
  position: relative;
  margin-bottom: 190px;
}

.advantages-ul img {
  margin-bottom: 20px;
}

.partner-bg-block2 {
  padding: 160px 0;
}

.partner-text-block2 {
  float: right;
  max-width: 600px;
  padding-right: 110px;
  text-align: right;
  color: #fff;
}

.partner-text-block2 .big-btn {
  margin-top: 45px;
  max-width: 320px;
}

.partner-steps {
  letter-spacing: -0.36em;
  text-align: center;
  margin: 0 -42px;
}

.partner-steps > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 0 42px;
  width: 33.33333%;
  margin-bottom: 94px;
  font-family: "FuturaNewBold";
}

.steps-wrap {
  overflow: hidden;
  padding: 70px 0 30px;
}

.step-block {
  border: 1px solid #6495ed;
  position: relative;
  padding: 37px 41px;
  min-height: 200px;
  background: #fff url(../img/partner/ic-3-min.png) 95% 89% no-repeat;
}

.stp-block-1 {
  background: #fff url(../img/stp/1-min.png) 95% 89% no-repeat;
}

.stp-block-2 {
  background: #fff url(../img/stp/2-min.png) 95% 89% no-repeat;
}

.stp-block-3 {
  background: #fff url(../img/stp/3-min.png) 95% 89% no-repeat;
}

.stp-block-4 {
  background: #fff url(../img/stp/4-min.png) 95% 89% no-repeat;
}

.stp-block-5 {
  background: #fff url(../img/stp/5-min.png) 95% 89% no-repeat;
}

.step-text {
  text-align: left;
  color: #6495ed;
  line-height: 1.8;
}

.step-num {
  background-color: #fff;
  font-size: 30px;
  position: absolute;
  width: 104px;
  left: -1px;
  top: -24px;
}

.partner-info-block img {
  margin-bottom: 27px;
}

.partner-info-title {
  position: relative;
  color: #6495ed;
  font-family: "FuturaNewBold";
  padding-top: 14px;
  margin-bottom: 27px;
}

.partner-info-title:after {
  width: 100%;
  max-width: 200px;
  top: 0;
  left: 0;
  height: 4px;
  background-color: #6495ed;
}

.partner-info-ul {
  margin-top: 70px;
  letter-spacing: -0.36em;
}

.partner-info-ul > li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  padding: 0 70px;
  margin-bottom: 75px;
}

.partner-info {
  padding-bottom: 55px;
}

.partner-info .button6 {
  width: 258px;
}

.main-movie-title {
  font-family: "FuturaNewBold";
  font-size: 33px;
  max-width: 720px;
  margin: 20px auto 30px;
  line-height: 1.2;
}

.main-movie-wrap {
  border: 6px solid #6495ed;
  padding: 10px 15px 40px;
}

#main-movie {
  width: 720px;
  height: 440px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.movie-block {
  padding: 20px 10px;
}

.min-movie {
  width: 100%;
  height: 314px;
  max-width: 100%;
}

.table-responsive {
  padding: 0 4px;
}

.fancy-table .table {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}

.fancy-table .table tr > th:first-child {
  padding: 20px 30px;
}

.fancy-table .table tr > td:first-child {
  padding: 20px 145px 20px 30px;
  position: relative;
}

.fancy-table .table td,
.fancy-table .table th {
  border-top: none;
  padding: 20px 15px;
  font-size: 15px;
}

.fancy-table .table td p,
.fancy-table .table th p {
  margin: 0;
}

.fancy-table tr:nth-child(odd) {
  background-color: #ecf1fc;
}

.fancy-table .table th {
  background-color: #6495ed;
  color: #fff;
  font-size: 16px;
  font-family: "FuturaNewMedium";
  font-weight: 400;
}

.fancy-table .table th p {
  margin: 0;
}

.fancy-table .table th:first-child {
  max-width: 620px;
  width: 620px;
}

.load-product.standart-button {
  font-size: 14px;
  color: #656565;
  border: 1px solid #6495ed;
  background-color: #f8f9fa;
  display: inline-block;
  width: auto;
  padding: 7px 25px;
  cursor: pointer;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -19px;
}

.load-product.standart-button:hover {
  color: #fff;
  background-color: #6495ed;
}

.load-product.standart-button:focus {
  outline: none;
}

.price-container {
  margin-bottom: 70px;
}

.catalog-popup-wrap.visib {
  opacity: 1;
  visibility: visible;
}

.catalog-popup-wrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 10px;
  z-index: 2147483645;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.catalog-popup-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
}

.ajax-wrap.has-contentt {
  width: 100%;
  height: auto;
  padding-top: 30px;
}

.ajax-wrap {
  position: relative;
  width: 300px;
  height: 300px;
  max-width: 1500px;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-height: -webkit-calc(100vh - 60px);
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  z-index: 30;
}

#gif {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.has-contentt #gif {
  display: none;
}

.hide-popup {
  position: absolute;
  background: url(../img/close-tovar.png) no-repeat;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  z-index: 40;
  display: block;
  cursor: pointer;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: none;
}

.ajax-wrap .code {
  text-align: left;
}

.door {
  text-transform: uppercase;
}

.hidden-input {
  display: none;
}

.tr-row {
  font-family: "FuturaNewBook";
  margin-bottom: 2px;
}

.tr-row > * {
  display: block;
  float: left;
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tr-row-bg {
  background-color: #ecf1fc;
}

.tr-row-bg .flexy-big {
  padding-left: 37px;
}

.total-tr-row {
  color: #6495ed;
  font-family: "FuturaNewMedium";
}

.total-tr-row .flexy-big {
  text-transform: uppercase;
}

.total-tr-row .f-all {
  font-family: "FuturaNewBold";
}

.image-mini-calc {
  max-width: 45px;
  max-height: 60px;
  margin-right: 5px;
}

#check1,
#check2 {
  display: none;
}

.fancy-label {
  padding-left: 29px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}

.fancy-label:after {
  width: 16px;
  height: 16px;
  left: 0;
  top: 6px;
  background: url(../img/inp-sprite.png) 0 -20px;
}

.fancy-input:checked + .fancy-label:after {
  background: url(../img/inp-sprite.png) -18px -20px;
}

.tr-input-row {
  border-top: 1px solid #dae4f9;
}

.tr-input-row > * {
  padding-top: 10px;
  padding-bottom: 10px;
}

.inform-wrap-img {
  padding-top: 6px;
  padding-bottom: 6px;
}

.recalc:hover > span {
  background: url(../img/recalc-h.png) no-repeat;
}

.recalc > span {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../img/recalc-h.png) no-repeat;
  background: url(../img/recalc.png) no-repeat;
  margin-right: 9px;
}

.error-page {
  min-height: 100vh;
  min-height: -webkit-calc(100vh - 90px);
  min-height: calc(100vh - 90px);
  font-family: "FuturaNewBook";
  padding: 10px 10px 40px;
}

.error-page img {
  margin: 4vh 0 2vh;
}

.error-page .button {
  margin-top: 5vh;
  font-size: 16px;
  color: #6495ed;
}

.error-page .button:hover {
  color: #fff;
}

.error-page .button:hover:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.error-page .button:after {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

#map {
  height: 450px;
  min-height: 100vh;
  min-height: -webkit-calc(100vh - 285px);
  min-height: calc(100vh - 285px);
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 30px;
}

.ask-btn {
  right: 15px;
}

.search-city-title {
  text-transform: uppercase;
  color: #656565;
  font-family: "FuturaNewBold";
  font-size: 14px;
  margin-right: 16px;
}

.search-main-block {
  margin: 0 16px 0 0;
  position: relative;
}

#searchCityInput {
  height: 36px;
  padding: 0 14px;
  width: 210px;
  font-size: 16px;
  font-family: "FuturaNewLight";
  position: relative;
  z-index: 5;
}

.show-cities > #searchCityInput:focus + .cities-wrap {
  opacity: 1;
  visibility: visible;
}

.city-li {
  display: none;
}

.cities-wrap {
  position: absolute;
  background-color: #fff;
  border: 1px solid #eceded;
  width: 100%;
  top: 100%;
  margin-top: -1px;
  padding: 5px 0;
  max-height: 310px;
  overflow: auto;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23);
  opacity: 0;
  visibility: hidden;
}

.city-li {
  padding: 2px 14px;
  cursor: pointer;
}

.city-li:hover {
  background-color: #6495ed;
  color: #fff;
}

.cities-list-wrap {
  list-style: none;
  padding: 0;
  font-size: 16px;
  font-family: "FuturaNewLight";
  margin-bottom: 0;
}

.map-nav-block {
  position: relative;
  z-index: 100;
}

.show-nearest,
.change-city,
.search-city-btn {
  height: 36px;
  text-transform: uppercase;
  line-height: 36px;
  font-size: 14px;
  font-family: "FuturaNewMedium";
  color: #fff;
  background-color: #6495ed;
  border: 1px solid #6495ed;
  padding: 0 22px;
  cursor: pointer;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.show-nearest:hover,
.change-city:hover,
.search-city-btn:hover {
  background-color: #43cd80;
  border-color: #43cd80;
}

.city-error > *,
.search-city-row > * {
  display: inline-block;
  margin-bottom: 10px;
}

.no-city {
  margin-right: 15px;
}

.city-error {
  display: none;
}

.show-nearest {
  background-color: #f8f9fa;
  color: #222;
}

.show-nearest:hover {
  color: #fff;
}

.map-wrap {
  position: relative;
}

.cities-holder {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.31);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.31);
  width: 300px;
  padding: 15px 15px 10px 10px;
  max-height: 523px;
  overflow: auto;
  position: absolute;
  top: 50px;
  left: 10px;
  z-index: 30;
  display: none;
}

.cities-holder > .current-city {
  text-transform: uppercase;
  padding-left: 10px;
  color: #6495ed;
  font-family: "FuturaNewBold";
  font-size: 22px;
}

.city-points {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.city-points > li {
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.city-points > li:last-child {
  border-bottom: none;
}

.city-points > li:hover {
  background-color: #fff;
}

.city-points > li:hover {
  background-color: #e6eef5;
}

.filters.wrap-t {
  max-height: 293px;
  overflow: auto;
}

.about-page {
  overflow: hidden;
  background-color: #ecf1fc;
}

.about-page h1 {
  color: #fff;
}

.about-page {
  margin-top: -90px;
}

.about-block {
  position: relative;
}

.about-slide {
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.about-slide:after {
  background-color: rgba(3, 8, 51, 0.75);
}

.about-slide > div {
  z-index: 10;
}

.about-slide-title {
  font-family: "FuturaNewBold";
  font-size: 72px;
}

.about-slide-text {
  max-width: 420px;
  font-size: 24px;
  font-family: "FuturaNewBook";
}

.about-slider-wrap .owl-dots {
  max-width: 1230px;
  padding: 0 15px;
  width: 100%;
  position: absolute;
  z-index: 30;
  bottom: 5vh;
  left: 50%;
  margin-left: -615px;
  counter-reset: heading;
}

.about-slider-wrap .owl-dot {
  margin-right: 33px;
  border-bottom: 1px solid transparent !important;
}

.about-slider-wrap .owl-dot:hover,
.about-slider-wrap .owl-dot.active {
  border-bottom: 1px solid #43cd80 !important;
}

.about-slider-wrap .owl-dot:hover > span,
.about-slider-wrap .owl-dot.active > span {
  color: #43cd80;
}

.about-slider-wrap .owl-dot:focus {
  outline: none !important;
}

.about-slider-wrap .owl-dot > span {
  color: #fff;
  font-family: "FuturaNewMedium";
  font-size: 16px;
}

.about-slider-wrap .owl-dot > span:before {
  counter-increment: heading;
  content: "0" counter(heading);
}

.about-slide-text img {
  width: auto !important;
}

.ab-step-4.ab-step {
  padding-bottom: 50px;
}

.about-2 {
  padding: 100px 30px 0;
}

.about-2-content {
  background-color: #fff;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 62px 40px;
}

.about-title {
  font-size: 72px;
  font-family: "FuturaNewBold";
  color: #6495ed;
}

.ab1 {
  position: absolute;
  opacity: 0.18;
  top: 0;
  right: 28%;
}

.ab2 {
  position: absolute;
  right: 0;
  top: 250px;
  opacity: 0.18;
}

.about-head-left,
.about-head-right {
  float: left;
  width: 50%;
  position: relative;
}

.about-head-right-text,
.about-head-left-text {
  max-width: 260px;
  position: relative;
  z-index: 4;
}

.about-head-left-text {
  float: right;
  margin-top: 155px;
  margin-right: 110px;
}

.about-head-right-text {
  margin-top: 256px;
}

.about-head {
  padding-bottom: 300px;
}

.about-year {
  font-size: 315px;
  color: #ecf1fc;
  font-family: "FuturaNewBold";
  line-height: 0;
  margin-bottom: 23px;
  margin-top: 0;
  /*position: relative;*/
  position: absolute;
  left: -150px;
}

.row .about-year {
  top: 110px;
}

.about-min-title {
  color: #6495ed;
  font-size: 33px;
  font-family: "FuturaNewBold";
  max-width: 860px;
  margin-left: 90px;
  position: relative;
  z-index: 10;
}

.row .about-min-title {
  margin-left: 0;
}

.ab-step-1-left,
.ab-step-1-right {
  float: left;
  width: 50%;
}

.ab-step-head.row {
  margin-bottom: 50px;
}

.ab-step-head {
  margin-bottom: 105px;
}

.ab-step {
  /*padding-bottom: 250px; */
  padding-bottom: 120px;
}

.ab-step-1-right {
  padding-bottom: 70px;
}

.ab-step-1-right .pr-footer-text-wrap {
  color: #000;
  position: relative;
  z-index: 10;
  padding-right: 0;
}

.ab-step-1-right .pr-footer-text:after {
  border-color: #6495ed;
}

.beauty-colors-title {
  color: #ecf1fc;
  font-size: 60px;
  font-family: "FuturaNewBold";
}

.beauty-list {
  letter-spacing: -0.36em;
  /*padding: 100px 0;*/
  padding-bottom: 100px;
  /*background: url("../img/1004.jpg");*/
}

.beauty-list > li {
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
  letter-spacing: normal;
}

.beauty-prop {
  color: #fff;
  font-size: 24px;
  font-family: "FuturaNewBold";
  width: 230px;
  height: 230px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0 15px;
  -webkit-box-shadow: 0 40px 92px -15px rgba(11, 120, 1, 0.5);
  box-shadow: 0 40px 92px -15px rgba(11, 120, 1, 0.5);
  /*border: 3px solid #3aac42;*/
  /*background: url('../img/1003.jpg');*/
  background: #3aac42;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#57be4d),
    to(#189635)
  );
  background: -webkit-linear-gradient(bottom, #57be4d, #189635);
  background: linear-gradient(to top, #57be4d, #189635);
}

.ab-step-body {
  position: relative;
}

.beauty-text {
  max-width: 650px;
  margin: 30px auto 50px;
}

.ab-step-3-text {
  float: right;
  max-width: 275px;
  margin-right: 140px;
  position: relative;
  z-index: 10;
  padding: 70px 0 150px;
}

.ab4 {
  position: absolute;
  right: 330px;
  top: 0;
}

/*.ab-step-4 .about-year {*/
/*left: 0;*/
/*margin-left: 358px; }*/
.ab-step-head-left .about-year {
  left: initial;
  right: -70px;
}

.ab-step-head-left .about-min-title {
  padding-left: 40px;
}

.about-title-img img {
  max-width: 100%;
}

.ab-step-4-text {
  max-width: 255px;
  padding: 120px 0 150px;
  position: relative;
  left: -50px;
  z-index: 10;
}

.ab5 {
  position: absolute;
  top: 0;
  right: 0;
}

.about-3 {
  padding: 160px 30px 100px;
}

.docs-wrap {
  background-color: #fff;
  padding: 60px 60px;
}

.doc-link {
  display: block;
}

.docs-list li {
  padding: 0 30px;
  width: -webkit-calc(100vh * 0.6);
  width: calc(100vh * 0.6);
}

.about-4 footer {
  margin-top: 0;
}

.about-4 .about-title {
  text-transform: uppercase;
}

.best-staff-wrap {
  background-color: #ecf1fc;
  padding: 50px 30px 96px;
}

.best-staff {
  background-color: #fff;
  max-width: 1600px;
  margin: 0 auto;
  padding: 120px 60px 30px;
  position: relative;
}

.staff-list {
  position: relative;
  z-index: 10;
  letter-spacing: -0.36em;
  margin: 50px 0 100px;
}

.staff-list > li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 25%;
  padding: 0 30px;
  margin-bottom: 50px;
}

.staff-photo {
  height: 384px;
  margin-bottom: 15px;
}

.staff-name {
  color: #6495ed;
  font-family: "FuturaNewBold";
  font-size: 24px;
}

.bp-text-ic {
  color: #ecf1fc;
  font-family: "FuturaNewBold";
  font-size: 315px;
  line-height: 0;
  position: absolute;
  bottom: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ab-step {
  position: relative;
}

.ab-step.ab-step-4:after {
  display: none;
}

.ab-step:after {
  height: 100%;
  width: 1px;
  background-color: #ecf1fc;
  top: 0;
  right: -62px;
}

.ab-step:before {
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  width: 31px;
  height: 31px;
  background-color: #6495ed;
  top: 0;
  right: -77px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: -15px;
  z-index: 2;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
}

.ab-step.active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.doc-slider {
  margin-top: 50px;
}

.about-1-content {
  height: 100vh;
}

.about-1-content .move-down-wrap {
  width: 80px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  /*margin-left: -21px;*/
  z-index: 5;
  height: 200px;
}

.about-1-content .move-down {
  border: none;
  background-color: rgba(100, 149, 237, 0.4);
  width: 80px;
  height: 80px;
  margin: 0;
  left: 0;
  top: 60px;
}

.about-1-content .move-down:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 10px;
  top: 10px;
  /*margin-left: -15px;*/
  /*margin-top: -15px;*/
  width: 60px;
  height: 60px;
  background-color: #6495ed;
}

.about-1-content .move-down:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.owl-item.active .about-slide-text,
.owl-item.active .about-slide-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}

.owl-item.active .about-slide-text {
  -webkit-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

.about-slide-text,
.about-slide-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.owl-carousel .animated {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media only screen and (max-width: 1660px) {
  .huge-title {
    font-size: 50px;
  }

  .additional-text {
    font-size: 28px;
  }

  .design-container .h1 {
    margin-bottom: 30px;
  }

  header {
    padding: 2px 20px 2px 15px;
  }

  .slide-text {
    margin-left: 40px;
    font-size: 48px;
  }

  .desktop-menu a {
    font-size: 13px;
  }

  .desktop-menu > li.has-c > a {
    padding-right: 20px;
  }

  .header-phones {
    margin: 0 9px 0 3px;
  }

  .hover-phone > a {
    font-size: 16px;
  }

  .phones-list a {
    font-size: 14px;
  }

  .phones-list {
    padding: 10px 6px 6px;
  }

  .special-link:after {
    right: 5px;
    top: 1px;
  }

  .phone-hint {
    font-size: 12px;
  }

  .official {
    font-size: 11px;
  }

  .cur-leng {
    padding: 0 22px 0 11px;
  }

  .cur-leng:after {
    right: 7px;
  }

  .official > span {
    top: -4px;
  }

  .header-nav .button {
    margin-right: 5px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .lengs-list a {
    padding: 7px 5px 7px 12px;
  }

  .desktop-menu a {
    padding: 8px;
  }

  .production-text {
    margin-top: 50px;
  }

  .news-inner-head {
    padding: 120px 130px;
    min-height: auto;
    margin-bottom: 30px;
  }

  #map {
    margin-top: 5px;
  }

  .ab-step:after {
    right: -46px;
  }

  .ab-step:before {
    right: -61px;
  }

  .about-year {
    left: 0;
  }

  .about-title {
    font-size: 39px;
  }

  .about-3 {
    padding: 100px 30px 70px;
  }
}

@media only screen and (max-width: 1359px) {
  .bp-text-ic {
    bottom: 62px;
    font-size: 200px;
  }

  .best-staff {
    padding: 70px 30px 30px;
  }

  .about-slide-title {
    font-size: 56px;
  }

  .ab-step-4-text {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 40px;
    left: 0;
  }

  .ab-step-4 .ab-step-head {
    margin-bottom: 50px;
  }

  .staff-list > li {
    width: 33.3333%;
  }

  .ab5 {
    position: static;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .about-page {
    margin-top: -54px;
  }

  .error-page {
    min-height: 100vh;
    min-height: -webkit-calc(100vh - 54px);
    min-height: calc(100vh - 54px);
  }

  .production-list > li {
    padding: 100px 0;
    min-height: 600px;
  }

  .album-list > li {
    width: 33.33333%;
  }

  .phone-hint {
    display: none !important;
  }

  .content {
    padding-top: 54px;
  }

  .h-block-wrap {
    top: -2px;
  }

  .main-slider,
  .m-slide {
    height: calc(100vh - 170px);
    /*          height: -webkit-calc(100vh - 50px);
             height: calc(100vh - 50px);
             min-height: auto;*/
  }

  @media (max-width: 768px) {
    .m-slide,
    .main-slider {
      height: 450px;

      /*          height: -webkit-calc(100vh - 50px);
                 height: calc(100vh - 50px);
                 min-height: auto;*/
    }
  }
  .video-slide {
    min-height: auto;
    height: auto;
  }

  header {
    height: 54px;
    padding: 2px 30px 2px 20px;
  }

  .cart > span {
    height: 21px;
    width: 21px;
    line-height: 22px;
    font-size: 12px;
    right: -7px;
    top: -2px;
  }

  .logo > img {
    width: 105px;
  }

  .official {
    display: none;
  }

  .cart:before,
  .cart:after {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .header-search img {
    width: 25px;
    height: 25px;
  }

  .search-dropdown {
    top: 60px;
  }
}

@media only screen and (max-width: 1279px) {
  .about-slider-wrap .owl-dots {
    width: 100%;
    left: 40px;
    margin-left: 0;
  }

  .about-slide-text-wrap {
    padding-left: 30px;
  }

  .about-slide > div {
    max-width: 100%;
  }

  .order-title {
    margin: 30px -15px 15px;
    padding: 0 15px 7px;
  }

  .order-inputs-block {
    padding: 30px 30px 40px;
  }

  .cat-list > li {
    width: 25%;
  }

  .cat-list.product-page-cat > li {
    width: 20%;
  }

  .product-slider-wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .about-2 {
    padding: 60px 30px 0;
  }

  .row .about-year {
    top: 40px;
  }

  .ab-step-head {
    margin-bottom: 50px;
  }

  .about-2-content {
    padding: 60px 50px 30px;
  }

  .about-title {
    font-size: 50px;
    line-height: 1.1;
  }

  .about-head-left-text {
    margin-top: 40px;
  }

  .beauty-colors-title {
    line-height: 1.2;
    margin-bottom: 25px;
    font-size: 40px;
  }

  .ab-step {
    padding-bottom: 150px;
  }

  .pr-footer-text-wrap {
    padding: 60px 70px 0 30px;
  }

  .about-head {
    padding-bottom: 170px;
  }

  .about-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .about-min-title {
    font-size: 27px;
  }

  .about-head-left,
  .about-head-right {
    float: none;
  }

  .about-year {
    font-size: 215px;
  }

  .about-head-right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .about-head-left {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .about-head-right-text {
    margin-top: 60px;
    min-width: 400px;
  }

  .ab-step:before,
  .ab-step:after,
  .ab2 {
    display: none;
  }

  .ab1 {
    display: none;
  }

  .cities-holder {
    width: 250px;
    padding: 15px 0px 10px 0px;
  }

  .city-points > li {
    padding: 10px 10px 10px 15px;
  }

  .bold33 {
    font-size: 26px;
  }

  .partner-info-ul {
    margin-top: 40px;
  }

  .sidebanner-wrap:before {
    border-left: 370px solid #6495ed;
  }

  .sidebanner-wrap:after {
    border-right: 370px solid #6495ed;
  }

  .steps-wrap {
    padding-top: 40px;
  }

  .partner-info-ul > li {
    padding: 0 30px;
    margin-bottom: 60px;
  }

  .partner-bg-block2 {
    padding: 90px 0;
  }

  .partner-steps {
    margin: 0 -15px;
  }

  .partner-steps > li {
    padding: 0 15px;
    margin-bottom: 60px;
  }

  .img-num {
    display: none;
  }

  .img-manual-list {
    margin-top: 30px;
  }

  .manual-img {
    margin-bottom: 40px;
  }

  .img-manual-list > li {
    padding: 0 20px;
  }

  .img-manual {
    padding: 0;
  }

  .c-head-right {
    padding-right: 139px;
  }

  .c-head-left {
    padding-left: 22px;
    padding-right: 25px;
  }

  .news-right .news-block {
    min-height: 10px;
  }

  .order-inputs-block {
    max-width: 550px;
    margin: 12px auto 0;
  }

  .news-list {
    margin-top: 40px;
  }

  .news-list > li {
    width: 100%;
    margin-bottom: 40px;
  }

  .thanks-page-block {
    margin-top: 40px;
  }

  .cart-title {
    margin-top: 20px;
  }

  .back-to-catalog {
    top: 32px;
  }

  .cat-list.product-page-cat > li {
    width: 25%;
  }

  #comments .h3 {
    margin-top: 10px;
  }

  .catalog-page > .container {
    max-width: 100%;
  }

  .left-product-col {
    padding-right: 15px;
  }

  .ai-col {
    min-height: 480px;
  }

  .additional-text {
    font-size: 24px;
  }

  .index-tabs .cat-list > li {
    width: 25%;
  }

  .cat-list > li {
    margin-bottom: 15px;
  }

  .cat-link:after {
    display: none;
  }

  .border-cat-title > span {
    font-size: 25px;
  }

  .more-than > div {
    font-size: 100px;
    line-height: 2;
  }

  .more-than > div > sup {
    font-size: 40px;
  }

  .main-slider .owl-prev,
  .main-slider .owl-next {
    background: rgba(100, 149, 237, 0.25) !important;
  }

  .main-slider .owl-prev:hover,
  .main-slider .owl-next:hover {
    background: rgba(67, 205, 128, 0.31) !important;
  }
}

@media only screen and (max-width: 1050px) {
  .cat-list > li {
    width: 33.333333%;
  }
}

@media only screen and (max-width: 991px) {
  .about-title {
    font-size: 29px;
  }

  .city-points > li {
    font-size: 16px;
    line-height: 1.4;
  }

  .staff-list > li {
    width: 50%;
  }

  .about-year {
    font-size: 160px;
  }

  .about-min-title {
    font-size: 22px;
  }

  .about-head-right-text {
    margin-top: 30px;
    min-width: 40px;
    max-width: 100%;
  }

  .about-head-left-text {
    max-width: 100%;
    float: none;
    margin-right: 0;
  }

  .about-head-left,
  .about-head-right {
    width: 100%;
  }

  .about-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 120px;
  }

  .beauty-prop {
    width: 170px;
    height: 170px;
    font-size: 21px;
  }

  .beauty-colors-title {
    font-size: 26px;
  }

  .ab-step-1-left img {
    max-width: 100%;
  }

  .ab-step-4 .about-year {
    margin-left: 0;
  }

  .beauty-text {
    /*margin-top: 80px; */
  }

  .ab-step-1-right .pr-footer-text:after {
    display: none;
  }

  .ab-step-1-right .pr-footer-text-wrap {
    padding: 0 0 0 20px;
  }

  .ab-step-1-right .pr-footer-text-wrap .bracket-img {
    margin-bottom: 25px;
    width: 50px;
  }

  .cities-holder {
    width: 230px;
    max-height: 250px;
  }

  #map {
    height: 900px;
  }

  .cities-holder > .current-city {
    font-size: 17px;
  }

  .fancy-table .table tr > th:first-child {
    padding: 20px 15px;
  }

  .fancy-table .table tr > td:first-child {
    padding: 20px 130px 20px 10px;
  }

  .main-movie-wrap {
    border: none;
    padding: 0;
  }

  #main-movie,
  .min-movie {
    height: 390px;
  }

  .movie-block {
    padding: 20px 0;
  }

  .main-movie-title {
    font-size: 26px;
  }

  .sidebanner-wrap:before,
  .sidebanner-wrap:after {
    display: none;
  }

  .bold33 {
    font-size: 23px;
  }

  .advantages-ul > li {
    margin-bottom: 160px;
  }

  .advantages-ul {
    margin-top: 120px;
  }

  .big-btn {
    font-size: 14px;
    padding: 14px 15px;
  }

  .partner-bg-text1 {
    width: 100%;
    padding: 40px 100px;
  }

  .partner-bg-text1-wrap {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }

  .advantage-main-wrap {
    padding-top: 0;
  }

  .partner-info-ul > li,
  .partner-steps > li {
    width: 50%;
  }

  .sidebanner-wrap {
    max-width: 100%;
    text-align: center;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 70px;
  }

  .banner-text {
    max-width: 400px;
    margin: 0 auto;
  }

  .banner-text br {
    display: none;
  }

  .side-banner-img {
    margin-bottom: 10px;
  }

  .bordered-wrap {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .char-body {
    padding: 30px 60px 20px 31%;
  }

  .c-head-left {
    width: 31%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-head-right {
    padding-right: 60px;
    width: 69%;
  }

  .char-button {
    right: 20px;
  }

  .char-wrap2 {
    padding: 50px 0;
  }

  .char-wrap {
    padding: 60px 20px;
  }

  .bordered-block {
    padding: 44px 50px 30px;
  }

  .news-inner-head {
    padding: 90px 75px;
  }

  .news-left {
    display: none;
  }

  .news-right .news-block {
    padding: 64px 40px 70px 68px;
  }

  .news-right {
    width: 100%;
  }

  .sidebar-col > ul.sidebar-list {
    position: static !important;
  }

  .glitter-descr-block {
    margin-top: 25px;
  }

  .design-inner-wrap {
    padding: 0 15px;
  }

  .to-album {
    position: static;
    margin-bottom: 10px;
    display: inline-block;
  }

  .album-head {
    margin-top: 0;
  }

  .album-list {
    margin-top: 30px;
  }

  .album-list > li {
    width: 50%;
    padding: 0 15px 30px;
  }

  .comment-text,
  .comment-head {
    width: 82%;
  }

  .user-block {
    width: 18%;
  }

  .pr-container {
    max-width: 620px;
  }

  .product-row {
    margin-top: 0;
  }

  .filters-row {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .filter-by-price > li,
  .filter-by-price {
    margin-right: 0;
  }

  .sort-by-wrap {
    position: relative;
    margin-top: -10px;
    clear: both;
  }

  .filters-wrap {
    float: right !important;
  }

  .filter-title {
    padding-left: 0;
    display: none;
  }

  .new-products > span {
    top: -7px;
    padding: 1px 5px;
  }

  .filters-icon {
    display: block;
  }

  .catalog-col .h1 {
    padding-right: 35px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .sidebar-list a.active {
    background-color: #6495ed;
    color: #fff;
  }

  .sidebar-col {
    width: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .sidebar-list {
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #6495ed;
  }

  .sidebar-list a {
    font-size: 14px;
    padding: 3px 4px;
    border: 1px solid #c5c5c5;
    background: #fafafa;
    color: #6b6b6b;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .cat-list > li {
    width: 25%;
  }

  .sidebar-list > li {
    display: inline-block;
  }

  .main-slider .owl-prev,
  .main-slider .owl-next {
    width: 34px;
    height: 60px;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    font-size: 26px;
  }

  .ai-col {
    min-height: 400px;
  }

  .additional-text {
    font-size: 20px;
  }

  .huge-title {
    font-size: 35px;
  }

  .more-than > div {
    font-size: 70px;
  }

  .index-tabs .mn-tabs > div {
    padding-top: 15px;
  }

  .index-tabs .cat-list > li {
    width: 33.33333%;
  }

  .mn-link {
    font-size: 20px;
  }

  .sl-container {
    margin-top: 0px;
  }

  .slide-text {
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
  }

  .slider-label {
    height: auto;
    padding-top: 26px;
  }

  .slider-label .miny-title {
    margin-bottom: 17px;
  }

  .miny-title {
    font-size: 14px;
  }

  .sl-labels br {
    display: none;
  }

  .sl-label {
    max-width: 100%;
    display: block;
  }

  .sl-labels > li {
    width: 50%;
    padding: 0 10px 20px 40px;
  }

  .footer-list {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .footer-list > li {
    width: 33.3333%;
    margin-bottom: 30px;
  }

  .ftr-col-1 {
    padding-right: 50px;
  }

  .markets-list {
    display: block;
  }

  .markets-list > li {
    width: 33.33333%;
  }

  .manual-tab {
    font-size: 14px;
  }

  .manual-tab-wrap {
    margin-top: 0;
  }

  .img-manual-list > li {
    padding: 0 15px;
  }

  .img-manual-text {
    padding: 10px 0 0;
    border-top: 2px solid #6495ed;
    font-size: 16px;
  }

  .img-manual-text:after {
    display: none;
  }

  .answers-list .char-body,
  .answers-list .char-list-head {
    padding-right: 70px;
    padding-left: 30px;
  }

  .answers-list .char-body {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .advantage-num {
    left: 60px;
    font-size: 255px;
  }

  .about-min-title {
    margin-left: 0;
    padding: 0 15px 50px !important;
  }

  .about-title-img img {
    display: block;
    margin: 0 auto;
  }

  .ab-step-head-left .about-year {
    right: 0;
  }

  .row .about-year {
    top: 0;
  }

  .about-slide-text {
    font-size: 20px;
  }

  .about-slide-title {
    font-size: 38px;
  }

  .fancy-table .table tr > th:first-child {
    padding: 10px 15px;
    width: 400px;
    min-width: 400px;
  }

  .fancy-table .table tr > th {
    width: 80px;
    min-width: 80px;
  }

  .ab-step-1-left,
  .ab-step-1-right {
    float: left;
    width: 100%;
  }

  .staff-list > li {
    padding: 0 10px;
  }

  .ab-step-3-text {
    float: none;
    max-width: 100%;
    padding: 0 0 0px;
    margin-right: 0;
  }

  .ab4 {
    display: none;
  }

  .beauty-text {
    margin-bottom: 0;
  }

  .beauty-list > li {
    width: 50%;
  }

  .beauty-list {
    padding-bottom: 50px;
  }

  .ab-step-1-left img {
    margin: 0 auto 40px;
    display: block;
  }

  .ab-step-1-right {
    padding-bottom: 0;
  }

  #main-movie,
  .min-movie {
    height: 290px;
  }

  .answers-page {
    padding: 0 0 50px;
  }

  .video-block iframe {
    height: 314px !important;
  }

  .manual-tab {
    border-color: #959595;
    font-size: 13px;
    padding: 7px 25px;
  }

  .partner-steps > li {
    width: 100%;
  }

  .step-block {
    min-height: 150px;
  }

  .partner-info-ul > li {
    padding: 0 15px;
  }

  .partner-steps {
    margin: 0;
  }

  .partner-text-block2 {
    text-align: center;
    padding-right: 0;
  }

  .partner-bg-block2 {
    padding: 70px 0;
  }

  .advantages-ul {
    margin-top: 95px;
  }

  .img-manual-list > li {
    width: 50%;
  }

  .c-head-right,
  .c-head-left {
    width: 100%;
    padding-left: 20px;
    padding-right: 60px;
  }

  .char-title {
    font-size: 15px;
  }

  .char-button {
    right: 10px;
  }

  .char-body {
    padding: 20px;
  }

  .to-all-news {
    -webkit-transform: translate(-50%, 50px);
    -ms-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
  }

  .news-nav {
    margin: 40px 0 160px;
  }

  .news-inner-head {
    text-align: center;
    padding: 80px 40px;
  }

  .news-list > li time {
    position: static;
  }

  .fancybox-prev span {
    left: -20px;
  }

  .news-title {
    font-size: 28px;
  }

  .news-list {
    margin-top: 30px;
  }

  .news-block {
    padding: 40px 40px 45px 50px !important;
  }

  .news-list > li {
    padding: 0;
    margin-bottom: 30px;
  }

  .fancybox-close {
    top: 0;
    right: 0px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .fancybox-next span {
    right: -20px;
  }

  .production-text {
    margin: 30px auto 30px;
    padding: 38px 60px;
    font-size: 16px;
  }

  .production-title {
    font-size: 25px;
    line-height: 1.1;
  }

  .cat-list.product-page-cat > li {
    width: 33.333333%;
  }

  .user-block {
    width: 85px;
  }

  .comment-head time {
    margin: 5px 0 6px;
    font-size: 13px;
  }

  .user-name {
    font-size: 14px;
  }

  .user-name,
  .user-img {
    max-width: 70px;
  }

  .comment-head,
  .comment-text {
    width: 100%;
    float: none;
  }

  .comment-title {
    font-size: 18px;
  }

  .comments-list {
    clear: both;
    padding-top: 5px;
  }

  .add-comment {
    position: static;
    float: right;
  }

  #comments .h3 {
    margin-bottom: 5px;
  }

  .filter-by-price {
    display: block;
    margin-left: 0;
  }

  .filter-by-price:after {
    display: none;
  }

  .filters-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .filters:after {
    left: 100%;
    margin-left: -38px;
  }

  .filters {
    left: auto;
    margin-left: 0;
    right: 0;
  }

  .reset-filters {
    font-size: 16px;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 3px 30px 3px 10px;
    margin-bottom: 10px;
  }

  .reset-filters:after {
    left: auto;
    top: 9px;
    right: 8px;
  }

  .cat-list > li {
    width: 33.333333%;
  }

  .form {
    padding: 10px 40px 30px;
  }

  .static-bg-row {
    min-height: 10px;
    padding: 140px 0;
  }

  .ai-col {
    min-height: 200px;
    padding: 91px 15px 74px;
  }

  .more-than > div {
    line-height: 1.4;
  }

  .calc-info-block .info-block {
    padding: 20px 0 0;
    text-align: center;
  }

  .info-text {
    margin: 10px auto 30px;
  }

  .border-cat-title > span {
    font-size: 22px;
  }

  .cat-link {
    padding: 10px;
  }

  .index-tabs > .container {
    max-width: 100%;
  }

  .footer-list > li {
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 10px;
  }

  .f-title {
    margin-bottom: 15px;
  }

  .ftr-col-1 {
    padding: 0 26px;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    font-size: 23px;
  }

  .pr-footer-text-wrap {
    padding: 60px 15px 0;
  }

  .pr-footer-text:after {
    display: none;
  }

  .production-button {
    margin-left: 0;
    margin-top: 40px;
  }

  .bracket-img {
    margin-bottom: 20px;
    width: 45px;
  }
}

@media only screen and (max-width: 700px) {
  .step-container {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 575px) {
  .production-list > li:nth-child(even) .process-text-wrap {
    float: none;
  }

  .about-slide-title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .about-1-content .move-down-wrap {
    display: none;
  }

  .about-slide-text br {
    display: none;
  }

  .about-slider-wrap .owl-dots {
    left: 0;
    text-align: center;
  }

  .about-slide-text-wrap {
    padding-left: 0;
  }

  .about-slider-wrap .owl-dot {
    margin: 0 10px;
  }

  .best-staff {
    padding: 60px 10px 30px;
  }

  .about-title {
    font-size: 23px;
  }

  .staff-list > li {
    width: 100%;
  }

  .about-2 {
    padding: 0;
  }

  .staff-list {
    margin-top: 30px;
  }

  .best-staff-wrap {
    padding: 0;
  }

  .beauty-list > li {
    width: 100%;
    margin-bottom: 50px;
  }

  .beauty-list {
    /*padding: 50px 0 0;*/
    padding: 0;
  }

  .beauty-text {
    /*margin-top: 30px; */
  }

  .about-3 {
    padding: 60px 0 60px;
  }

  .ab-step-1-right .pr-footer-text-wrap {
    padding: 0;
  }

  .about-steps {
    padding-left: 0;
    padding-right: 0;
  }

  .beauty-colors-title {
    font-size: 22px;
  }

  .about-year {
    font-size: 110px;
    text-align: center;
  }

  .about-min-title {
    font-size: 18px;
    /*margin-top: 60px;*/
    text-align: center;
  }

  .about-2-content {
    padding: 39px 15px 30px;
  }

  #calc-modal .standart-button {
    margin: 20px auto 10px;
  }

  .step-title {
    padding-bottom: 3px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .move-previous {
    left: 10px;
    top: 19px;
  }

  .step-container {
    padding: 0 30px;
  }

  .vid-title img {
    display: none;
  }

  .main-movie-title {
    font-size: 21px;
  }

  #main-movie,
  .min-movie {
    height: 58vw;
  }

  .partner-bg-block1 {
    padding: 50px 0;
  }

  .vid-title {
    margin: 8px 0 45px;
  }

  .advantages-ul > li {
    width: 100%;
    margin: 0 auto 120px;
  }

  .bold33 {
    font-size: 19px;
  }

  .partner-bg-text1-wrap {
    border-left: none;
    border-right: none;
  }

  .video-block iframe {
    height: 56vw !important;
  }

  .partner-bg-text1 {
    padding: 30px 10px;
  }

  .ch-footer-text-block {
    padding-right: 0;
  }

  .char-wrap {
    padding: 30px 0;
  }

  .ch-footer-text-block:after {
    display: none;
  }

  .ch-footer-wrap {
    padding-bottom: 20px;
  }

  .ch-footer-text {
    font-size: 19px;
  }

  .bordered-block {
    padding: 15px 20px 20px;
    border: 3px solid #6495ed;
  }

  .ch-footer-text-block > img {
    margin-bottom: 20px;
    width: 75px;
  }

  .char-wrap .mn-link {
    font-size: 18px;
    padding-right: 23px;
  }

  .album-list > li {
    width: 100%;
  }

  .title-title {
    font-size: 18px;
  }

  .production-text {
    padding: 27px 20px;
    font-size: 14px;
  }

  .album-list > li {
    padding-bottom: 15px;
  }

  .process-text-wrap {
    margin: 0 auto;
  }

  .cart-table tr:first-child {
    display: none;
  }

  .cart-table tr {
    display: block;
    border: 2px solid #929292;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 16px;
  }

  .order-inputs-block .button {
    margin-left: 0;
  }

  .hide-mobile {
    display: none !important;
  }

  .cart-product {
    -webkit-box-pack: start !important;
    -webkit-justify-content: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }

  .cart-table td {
    display: block;
    position: relative;
    text-align: left;
    padding-left: 130px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
  }

  .cart-table td.total-td-title {
    padding-left: 10px !important;
  }

  .cart-table td:last-child {
    border-bottom: none;
  }

  .cart-product-img {
    max-height: 80px;
  }

  .cart-table td:before {
    content: attr(data-label);
    position: absolute;
    text-align: left;
    font-family: "FuturaNewMedium";
    width: 120px;
    font-size: 14px;
    font-weight: normal;
    left: 5px;
    margin-top: 1px;
  }

  .cart-title {
    margin-bottom: 10px;
  }

  .back-to-catalog {
    top: 26px;
  }

  .ri-info {
    margin-bottom: 6px;
    margin-right: 15px;
  }

  .room-info {
    display: block;
    margin-bottom: 15px;
  }

  .product-slider-title {
    font-size: 12px;
    margin: 7px 0 7px;
  }

  .jrating-block {
    -webkit-transform: scale(0.8) translateX(-15px);
    -ms-transform: scale(0.8) translateX(-15px);
    transform: scale(0.8) translateX(-15px);
  }

  .catalog-page .text-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  #comments .h3 {
    margin-bottom: 14px;
  }

  .comments-list {
    padding-top: 15px;
  }

  .catalog-col,
  .sidebar-col {
    padding: 0 5px;
  }

  .cat-list > li {
    width: 50%;
  }

  .modal-content {
    padding-top: 47px;
  }

  .form button {
    display: block;
    margin: 0 auto;
    min-width: 10px;
    width: 100%;
    max-width: 248px;
  }

  .close-modal {
    right: 15px;
    top: 14px;
  }

  .modal {
    padding-top: 10px;
  }

  .input-block {
    display: block;
    margin-bottom: 13px;
  }

  .form {
    padding: 0px 25px 25px;
  }

  .inp-title {
    padding-top: 0;
  }

  #scrollbar {
    max-height: 280px;
    margin-bottom: 60px;
  }

  .simplebar-content {
    padding-right: 20px;
  }

  .simplebar-scrollbar {
    right: 3px;
  }

  .index-tabs .cat-list > li {
    width: 50%;
  }

  .webakula,
  .footer-bottom {
    text-align: center;
  }

  .webakula {
    margin-top: 7px;
  }

  .sl-labels > li {
    width: 50%;
    padding: 0 10px 20px 15px;
    font-size: 16px;
  }

  .info-title {
    font-size: 26px;
  }

  .more-than > span {
    font-size: 17px;
  }

  .main-slider .owl-nav {
    display: none;
  }

  .banners-wrap {
    padding-top: 50px;
  }

  .cat-list.product-page-cat > li {
    width: 50%;
  }

  .cat-list.product-page-cat {
    margin-right: -10px;
    margin-left: -10px;
  }

  .production-list > li {
    min-height: auto;
  }

  .sidebanner-wrap {
    padding: 30px 20px 35px;
  }

  .step-block {
    padding: 37px 30px;
  }

  .partner-steps > li {
    padding: 0;
    margin-bottom: 50px;
  }

  .partner-info-ul > li {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .partner-info-title:after {
    left: 50%;
    width: 200px;
    margin-left: -100px;
  }

  #first-step .calc-title-row,
  #first-step .cont-s-row {
    padding-left: 20px;
  }

  .ask-btn {
    margin-bottom: 5px;
  }

  .answers-wrap {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 500px) {
  .search-main-block,
  .search-city-btn {
    display: block !important;
    text-align: center;
    margin-right: 0;
  }

  #searchCityInput {
    width: 100%;
  }

  .map-container .page-title {
    margin-bottom: 10px;
  }

  .search-dropdown {
  }

  .search-dropdown input[type="text"] {
    width: 200px !important;
  }
}

@media only screen and (max-width: 479px) {
  #last-step-form .inform-wrap,
  .tr-row-bg .flexy-big {
    padding-left: 10px;
  }

  .doors-windows-count {
    padding: 15px 0 15px;
  }

  .doors-windows-count .flexy-big {
    line-height: 1;
  }

  .tr-row > * {
    line-height: 1.1;
  }

  .tr-row.tr-input-row > * {
    line-height: 1.6;
  }

  .step-container input {
    width: 55px;
  }

  .door {
    font-size: 14px;
  }

  .meters {
    margin-left: 7px;
  }

  .step-container {
    padding: 0px 10px;
  }

  .step-title {
    font-size: 18px;
    padding-top: 2px;
  }

  .img-manual-list > li {
    padding: 0 5px;
  }

  .side-banner-content {
    padding: 0;
  }

  .news-block {
    padding: 40px 20px 45px 20px !important;
  }

  .sidebanner-wrap .white-btn {
    max-width: 100%;
  }

  .to-all-news {
    -webkit-transform: translate(-50%, 70px);
    -ms-transform: translate(-50%, 70px);
    transform: translate(-50%, 70px);
  }

  .news-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .prev-link,
  .next-link {
    float: none !important;
    margin-top: 10px;
  }

  .news-inner-head {
    padding: 70px 20px;
  }

  .news-title {
    font-size: 26px;
    line-height: 1.4;
  }

  .added-text {
    font-size: 29px;
  }

  .glitter-descr-block {
    margin-top: 10px;
  }

  .glitter-name {
    max-width: 175px;
    margin-bottom: 5px;
  }

  .process-text-wrap {
    width: 100%;
  }

  .production-list > li {
    padding: 80px 0;
  }

  .pt-num {
    font-size: 230px;
    line-height: 215px;
    left: 43%;
  }

  .thanks-page-block {
    margin-top: 25px;
  }

  .process-text-wrap {
    padding: 54px 15px 60px 30px;
  }

  .production-button {
    width: 100%;
    display: block;
    min-width: auto;
    font-size: 14px;
    padding: 13px 10px;
  }

  .production-button > span:after {
    border: 6px solid transparent;
    border-left: 10px solid #fff;
    right: 5px;
  }

  .pd-price-block > .price {
    font-size: 28px;
  }

  .form .h2 {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .descr-table {
    margin: 15px 0 10px 0;
  }

  .pd-price-block .old-price {
    font-size: 18px;
  }

  .product-amount {
    padding: 15px 0 10px 0;
  }

  .hover-phone:after,
  .desktop-phone {
    display: none !important;
  }

  .toggle-menu-button {
    left: 132px;
    margin-top: -13px;
  }

  .phones-list {
    width: 200px;
    left: auto;
    right: 0;
    padding: 10px 5px 7px 15px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  }

  .phones-list a {
    font-size: 17px;
  }

  header {
    padding: 2px 20px 2px 10px;
  }

  .h-block-wrap {
    top: -1px;
  }

  .mob-ic-phone {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 36px;
    height: 20px;
    opacity: 0.7;
    background: url(../img/phone-min.png) center/contain no-repeat;
  }

  .footer-list > li {
    width: 100%;
    margin-bottom: 40px;
    padding: 0px;
  }

  .ftr-col-1 .button {
    max-width: 300px;
    display: block;
    margin: 0 auto 10px;
  }

  .markets-list > li {
    width: 50%;
  }

  .index-tabs > .container {
    padding: 0 5px;
  }

  .cat-link {
    padding: 5px;
  }

  .cb-button {
    padding: 8px 30px;
    font-size: 14px;
  }

  .cb-text {
    font-size: 20px;
    padding: 0 15px;
  }

  .slide-text {
    font-size: 28px;
  }

  .banner-img {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 410px) {
  .answers-list .char-body,
  .answers-list .char-list-head {
    padding-right: 47px;
    padding-left: 20px;
  }

  .answers-list .char-body {
    padding-right: 20px;
  }

  .manual-tab.active {
    color: #fff;
    background-color: #6495ed;
    border-color: #6495ed;
  }

  .manual-tab {
    padding: 7px 18px;
    width: 86%;
  }

  .img-manual-list {
    margin: 30px -10px 0;
  }

  .img-manual-text {
    font-size: 16px;
  }

  .order-title {
    margin: 22px -10px 12px;
    padding: 0 10px 4px;
  }

  .filter-by-price > li {
    display: block;
    margin-bottom: 10px;
  }

  .order-inputs-block {
    padding: 20px 20px 30px;
  }

  .sort-by-wrap {
    display: block;
  }

  .sort-by-wrap > span {
    display: none;
  }

  .sl-labels > li {
    width: 100%;
    padding: 0 10px 20px 30px;
  }

  .mn-link {
    padding: 10px 15px 4px;
  }

  .price {
    font-size: 20px;
  }

  .cat-link .code {
    padding-top: 13px;
  }

  .more-than > div {
    font-size: 67px;
  }

  .cat-link .code,
  .price-wrap {
    padding-left: 5px;
  }

  .additional-text {
    font-size: 19px;
  }

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    font-size: 22px;
  }

  .manual-tab {
    padding: 7px 20px;
  }
}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .des-row > div:nth-child(3),
  .des-row > div:nth-child(4),
  .des-row > div:nth-child(3n + 6):nth-child(2n + 1),
  .des-row > div:nth-child(3n + 6):nth-child(2n + 1) + div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .filters-row {
    display: block !important;
  }

  .sidebar-list {
    width: 198px;
  }

  .ajax-wrap .cat-list > li {
    width: 20%;
  }
}

@media only screen and (min-width: 1200px) {
  .des-row > div:nth-child(3),
  .des-row > div:nth-child(4),
  .des-row > div:nth-child(3n + 6):nth-child(2n + 1),
  .des-row > div:nth-child(3n + 6):nth-child(2n + 1) + div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-list > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .animate.anim {
    opacity: 1;
    visibility: visible;
  }

  .animate.anim.ab2,
  .animate.anim.ab1 {
    opacity: 0.18;
  }

  .animate.tr100 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .anim {
    opacity: 0;
    visibility: hidden;
  }

  .tr100 {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }

  .transition900 {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }

  .animate.process-text-wrap:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .animate .pt-num,
  .animate .process-text-block {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .pt-num {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.5s ease 0.55s;
    transition: all 0.5s ease 0.55s;
  }

  .process-text-block {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-transition: all 0.6s ease 0.45s;
    transition: all 0.6s ease 0.45s;
  }

  .process-text-wrap {
    background-color: transparent;
  }

  .process-text-wrap:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@media only screen and (min-width: 1280px) {
  .container {
    max-width: 1230px;
  }

  .ajax-wrap .cat-list > li {
    width: 16.6666%;
  }
}

@media only screen and (min-width: 1360px) {
  .toggle-menu-button,
  .menu-wrap,
  .mob-overlay {
    display: none !important;
  }
}

.added-product-button {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.added-product-button a {
  font-family: "FuturaNewBold";
  height: 43px;
  margin: 15px 0;
  border-color: #43cd80;
  background-color: #43cd80;
  width: 100%;
  color: #fff;
  line-height: 43px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
}

.added-product-button .continue-shoping-button {
  background-color: #6495ed;
}

.added-product-button .continue-shoping-button:hover {
  box-shadow: 0 3px 31px rgba(100, 149, 237, 0.78);
  text-decoration: none;
}

.added-product-button a:hover {
  box-shadow: 0 3px 31px rgba(67, 205, 128, 0.78);
  text-decoration: none;
}

/*search page new*/
.h1-center {
  display: inline-block;
  margin: 0 auto 25px;
}

.show-all-char {
  display: block;
}

.char-bg-color {
  background-color: #6495ed;
}

.answers-list .search-list-head {
  padding: 30px 200px 30px 65px;
  color: white;
}

.news-list-search {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  letter-spacing: -0.36em;
}

.search-news-item {
  width: 100%;
  margin-bottom: 30px;
}

.search-news-item a:hover {
  background-color: rgba(100, 149, 237, 0.1);
}

.search-news-item a {
  display: flex;
  letter-spacing: 0.1px;
  color: black;
}

.search-news-item a:hover {
  text-decoration: none;
}

.search-news-item a .img {
  min-width: 350px;
  max-width: 350px;
  margin-right: 20px;
}

.search-news-item a .img img {
  width: 100%;
  object-fit: contain;
}

.search-news-item .news-header {
  font-size: 33px;
  font-family: "FuturaNewBold";
}

.search-news-item .date {
  font-size: 14px;
  font-family: "FuturaNewLight";
  color: #e8685d;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .answers-list .search-list-head {
    padding-right: 70px;
    padding-left: 30px;
  }

  .search-news-item a {
    flex-direction: column-reverse;
  }

  .search-news-item .news-anons {
    display: none;
  }

  .search-news-item {
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .search-news-item a:hover {
    background-color: white;
  }

  .search-news-item .news-header {
    font-size: 25px;
    line-height: 27px;
    font-family: "FuturaNewBold";
  }

  .search-news-item .date {
    margin-bottom: 10px;
  }

  .search-news-item a .img {
    min-width: auto;
    max-width: 100%;
    margin-right: 0px;
  }
}

.newsletter {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 20px;
  padding-left: 25%;
}

.newsletter .txt {
  font-size: 20px;
  margin-right: 15px;
  line-height: 21px;
  margin-bottom: 5px;
}

.newsletter form {
  display: flex;
  align-items: center;
}

.newsletter form button {
  color: white;
  height: 30px;
  line-height: 10px;
  border-radius: 0;
}

.newsletter form input {
  height: 30px;
  width: 250px;
  font-size: 15px;
  padding: 0 15px;
  border: none;
  border-radius: 0;
}

.newsletter form input:focus {
  border: none;
  outline: none;
}

.newsletter form button:hover {
  color: #6495ed;
}

pre {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .newsletter form button {
    padding-left: 5px;
  }
}

@media (max-width: 768px) {
  .newsletter {
    padding-left: 0;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .newsletter .txt {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 450px) {
  .newsletter form {
    width: 80%;
  }

  .newsletter form input {
    width: 100%;
  }

  .newsletter form button {
    width: 100%;
  }

  .newsletter form {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .news-list-search {
    flex-direction: column;
    align-items: center;
  }

  .search-news-item {
    max-width: 100%;
  }
}

/* Выпадашки городов в заказе*/
.input-block {
  position: relative;
}

.np-ul.cities {
  position: absolute;
  width: 247px;
  max-height: 300px;
  overflow-y: auto;
  right: 0;
  top: 44px;
  background-color: white;
  z-index: 1000;
  border: 1px solid #eceded;
  padding: 0;
  list-style: none;
}

.np-ul.cities li {
  cursor: pointer;
  padding: 0 10px;
}

.np-ul.cities li:hover {
  background-color: #6495ed;
  color: white;
}

.np-ul.wh {
  position: absolute;
  width: 247px;
  max-height: 300px;
  overflow-y: auto;
  right: 0;
  top: 44px;
  background-color: white;
  z-index: 1000;
  border: 1px solid #eceded;
  padding: 0;
  list-style: none;
}

.np-ul.wh li {
  cursor: pointer;
  padding: 0 10px;
}

.np-ul.wh li:hover {
  background-color: #6495ed;
  color: white;
}

@media (max-width: 1200px) {
  .np-ul.wh,
  .np-ul.cities {
    width: 355px;
  }
}

@media (max-width: 768px) {
  .np-ul.wh,
  .np-ul.cities {
    width: 315px;
  }
}

@media (max-width: 578px) {
  .inp-title {
    width: 100%;
  }

  .np-ul.wh,
  .np-ul.cities {
    width: 100%;
    top: 70px;
  }
}

/*timer style */
.timer-block.why-we {
  background-color: #fff25a;
  padding: 5px;
}

.timer-block .countdown-title {
  margin-bottom: 6px;
}

.timer-block {
  display: none;
}

.timer-block.showTimer {
  display: block;
}

.countdown {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.countdown-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.countdown-number .countdown-time {
  display: block;
  border-radius: 50px;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
  line-height: 19px;
  /* background-color: #6495ed ;*/
  font-family: "DJB-Get-Digital";
}

.countdown-number .countdown-text {
  font-size: 12px;
  font-weight: 600;
}

/* info banner (сквозной блок) */
.info-banner {
  position: fixed;

  top: 0;
  left: 0;
  right: 0;
  height: 42px;
  background-color: #fff25a;
  z-index: 1000;
  color: black;
  display: none;
  justify-content: center;
}

.info-banner.is-share {
  display: flex;
}

.info-banner-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.info-banner-link:hover {
  text-decoration: none;
}

@keyframes blink1 {
  0% {
    color: rgba(255, 0, 0, 1);
  }
  50% {
    color: rgba(255, 0, 0, 0);
  }
  100% {
    color: rgba(255, 0, 0, 1);
  }
}

.banner-text {
  font-size: 21px;
  animation: blink1 3s linear infinite;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
}

.info-banner a {
  color: rgb(255, 0, 0);
  font-weight: 700;
}

.countdown-banner {
  display: grid;
  grid-template-columns: repeat(4, minmax(40px, 40px));
  margin-right: 50px;
}

.countdown-number-banner {
  line-height: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.countdown-number-banner .countdown-time-banner {
  display: flex;
  flex-direction: column;
  font-family: "DJB-Get-Digital";
  line-height: 18px;
  position: relative;
}

.countdown-number-banner .countdown-time-banner:after {
  content: ":";
  position: absolute;
  top: calc(50% - 12px);
  right: -11px;
  font-size: 22px;
}

.countdown-number-banner:last-child .countdown-time-banner:after {
  display: none;
}

.countdown-number-banner .countdown-text-banner {
  font-size: 12px;
  line-height: 13px;
}

.product-image-wrap {
  position: relative;
}

.product-label {
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #e8685d;
  padding: 0 10px;
  height: 30px;
  text-transform: uppercase;
  color: white;
  line-height: 30px;
  font-size: 17px;
  font-weight: 700;
  font-family: "FuturaNewBold";
}

header.is-share {
  top: 42px;
}

.wrapper.is-share {
  padding-top: 42px;
}

.hiddenTimer {
  display: none;
}

.showTimer {
  display: flex;
}

@media (max-width: 1000px) {
  .banner-text {
    font-size: 17px;
    line-height: 18px;
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .banner-text {
    font-size: 15px;
    line-height: 17px;
  }

  .countdown-banner {
    margin-right: 25px;
  }
}

.top-price-label {
  position: absolute;
  top: 18px;
  right: 5px;
  padding: 0 5px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #fd5c4f;
  font-size: 15px;
  color: white;
}

.payments_count_ul {
  max-height: 250px;
  overflow-y: auto;
}

.pb-tooltip {
  float: left;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.pb-tooltip img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.prod-stars-block {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.prod-stars-block .product-name {
  font-family: "FuturaNewBold", sans-serif;
  display: inline-block;
  margin-right: 21px;
  font-size: 16px;
}

.prod-stars-block .jrating-block {
  background-color: transparent;
}

.review-list-head {
  padding: 30px 60px;
  cursor: pointer;
  position: relative;
  background-color: #ecf1fc;
}

.char-body-review {
  background-color: #ecf1fc;
  color: black;
  padding: 14px 100px 10px 60px;
  font-family: "FuturaNewBook";
  border-top: 1px solid #fff;
}

.review-item {
  margin-bottom: 20px !important;
}

.char-body-review .text-wrap img {
  margin-right: 20px;
}

.review-item time {
  font-size: 14px;
  margin-top: 5px;
}

.reviews-page .answers-wrap .h2:after {
  display: none !important;
}

.review-item:nth-child(even) .char-body-review {
  background-color: rgb(239, 254, 221);
}

.review-item:nth-child(even) .review-list-head {
  background-color: rgb(239, 254, 221);
}

@media (max-width: 760px) {
  .char-body-review {
    padding: 14px 30px 10px 30px;
  }

  .review-list-head {
    padding: 30px 30px;
  }

  .review-item {
    line-height: 18px;
    font-size: 16px;
  }
}

.top-price-label-black-friday {
  position: absolute;
  top: 0;
  right: 5px;
}

.top-price-label-black-friday img {
  width: 60px;
  object-fit: contain;
}

.payment-installments {
  display: flex;
  padding: 15px 0;
  align-items: center;
}

.payment-installments img {
  object-fit: contain;
  margin-right: 10px;
}

.payment-installments-title {
  font-size: 14px;
  line-height: 15px;
}

.additional-subtitle {
  font-size: 11px;
  color: gray;
  text-transform: none;
  font-family: "Noto Sans", sans-serif;
}
.button[disabled="disabled"]::after {
  background-color: gray;
}
