@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background: #393b3d;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, .wrapper, content {
  display: block;
  position: relative;
}

ul {
  list-style: none;
}

img, iframe {
  max-width: 100%;
  color: transparent;
  vertical-align: bottom;
  border: 0;
}

img[data-src] {
  opacity: 0;
  transition: all 0.3s;
}

img[src] {
  opacity: 1;
}

button {
  border: 0;
  cursor: pointer;
  font-family: "InterVariable", sans-serif;
  font-weight: bold;
  transition: all 0.3s;
  background: transparent;
}

input, textarea {
  font-family: "InterVariable", sans-serif;
  width: 100%;
  border: 0;
  border-radius: 2px;
  color: rgb(255, 255, 255);
}

input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  outline: none !important;
}

a:hover, a:focus {
  color: rgb(255, 206, 28);
}

*:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
}

fieldset {
  border: 0;
}

body {
  margin: 0 auto;
  font-size: 16px;
  font-family: "InterVariable", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 500;
  background: -webkit-gradient(135deg, #4F5255 0%, #202123 100%);
  background: linear-gradient(135deg, #4F5255 0%, #202123 100%);
}

body::-webkit-scrollbar-button {
  background: rgb(255, 206, 28);
  cursor: pointer;
}

body::-webkit-scrollbar-track {
  background-color: #333;
}

body::-webkit-scrollbar-thumb {
  background: rgb(255, 206, 28);
  cursor: pointer;
}

body::-webkit-scrollbar {
  background: rgb(255, 206, 28);
  cursor: pointer;
}

.row:after {
  content: "";
  clear: both;
  display: block;
}

.wrap {
  width: 1310px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-justify {
  display: flex;
  justify-content: space-between;
}

.flex-all {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}

.colord {
  color: rgb(255, 206, 28);
}

.ellipse {
  position: absolute;
  width: 472px;
  height: 472px;
  filter: blur(170px);
}

.ellipse.orange {
  background: rgba(253, 205, 28, 0.64);
}

.ellipse.red {
  background: rgba(253, 150, 28, 0.43);
}

.ellipse-body {
  position: absolute;
  width: 100%;
  height: 698px;
  overflow-x: hidden;
}

.ellipse-body .ellipse {
  position: relative;
  float: right;
  top: -80px;
  right: -170px;
}

.rating i {
  color: rgb(255, 206, 28);
}

.rating-result {
  position: absolute;
  top: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
}

/*header*/
.header {
  z-index: 3;
  min-height: 174px;
}

.fixed-header {
  position: static;
  top: -80px;
}

.fixed-header.show {
  position: fixed;
  width: 100%;
  background-color: rgba(74, 77, 80, 0.6);
  top: 0;
  height: 75px;
  transition-duration: 0.35s;
}
.fixed-header.show .head-boot {
  height: 100%;
}

.fixed-header.show::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  filter: blur(25px);
  background-color: rgb(74, 77, 80);
}

.fixed-header.show .head-catalog-open {
  margin-top: 0;
}

.fixed-header.show .head-buttons {
  padding-top: 0;
}

.head-top {
  padding: 15px 0;
  line-height: 20px;
}

.head-theme {
  margin: 0 auto 0 75px;
  background: #9A9A9A;
  border-radius: 12px;
  padding: 2px;
}

.head-lang .button, .head-theme .button {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}

.head-lang .button + .button {
  margin-left: 10px;
}

.head-theme .button + .button {
  margin-left: 1px;
}

.head-lang .button:hover, .head-theme .button:hover {
  color: rgb(255, 206, 28);
}

.head-lang .active, .head-theme .button.active {
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.head-theme .button.theme-select {
  border-radius: 10px;
  padding: 3px;
}

.head-theme .button.active {
  border-radius: 10px;
  background-color: rgb(255, 206, 28);
  padding: 3px;
  color: #393B3C;
}

.head-theme .button.fa-moon {
  font-size: 11px;
}

.head-lang .active:after {
  content: "\f077";
  font-family: "Font Awesome 5 Regular";
  font-weight: 700;
  font-size: 10px;
  color: rgb(255, 206, 28);
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.head-theme .button.fa-moon:after {
  bottom: -14px;
}

.head-menu ul {
  display: flex;
}

.head-menu ul li + li {
  padding-left: 22px;
}

.head-menu ul li:last-child {
  display: none;
}

.head-menu ul li a {
  font-size: 12px;
  text-transform: uppercase;
}

.head-menu ul li.active a {
  color: rgb(255, 206, 28);
}

.head-social {
  margin: 0 24px 0 auto;
}

.head-social a {
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #9A9A9A;
  color: #fcfcfc;
  font-size: 12px;
  line-height: 16px;
  margin: 0 2px;
}

.head-social .fa-telegram-plane:before {
  margin-right: 1px;
}

.head-social a:hover {
  background: rgb(255, 206, 28);
}

.head-phone {
  font-size: 17px;
  text-transform: uppercase;
}

.head-phone .title {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  padding-right: 8px;
  margin-top: 2px;
}

.head-phone a span {
  font-weight: bold;
}

.head-top-close {
  display: none;
}

.head-boot {
  padding-top: 12px;
  padding-bottom: 12px;
}

.head-catalog-open {
  margin-top: 17px;
  font-size: 20px;
  line-height: 45px;
  height: 45px;
  text-transform: uppercase;
  background-color: rgba(255, 206, 28, 0.1);
  border: 1px solid rgb(255, 206, 28);
  padding: 0 27px 0 0;
  color: rgb(255, 206, 28);
}

.head-catalog-open:hover, .head-catalog-open.active {
  color: rgb(255, 206, 28);
}

.head-catalog-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 9;
  cursor: pointer;
}

.head-catalog-bg.active {
  display: block;
}

.butt-menu {
  display: inline-block;
  width: 45px;
  height: 45px;
}

.butt-menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.butt-menu span, .butt-menu span:before, .butt-menu span:after {
  position: absolute;
  display: block;
  content: "";
  height: 2px;
  width: 20px;
  background: rgb(255, 206, 28);
}

.butt-menu span:before {
  top: -6px;
}

.butt-menu span:after {
  bottom: -6px;
}

.butt-menu span, .butt-menu span:before, .butt-menu span:after {
  transition: all 300ms ease-in-out;
}

.head-catalog-open.active .butt-menu span {
  background-color: transparent;
}

.head-catalog-open.active .butt-menu span:before, .head-catalog-open.active .butt-menu span:after {
  top: 0;
}

.head-catalog-open.active .butt-menu span:before {
  transform: rotate(45deg);
}

.head-catalog-open.active .butt-menu span:after {
  transform: rotate(-45deg);
}

.head-logo {
  left: -26px;
  z-index: 3;
  width: 93px;
  height: 98px;
}

.head-buttons {
  padding-top: 17px;
  display: flex;
}

.head-buttons .button {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  display: flex;
  position: relative;
  margin-left: 8px;
  color: rgb(255, 255, 255);
}

.head-buttons .button.search {
  margin-left: 0;
}

.head-buttons .button:hover {
  color: rgb(255, 255, 255);
  background: rgb(255, 206, 28);
}

.head-buttons .cart-total, .head-buttons .wishlist-total {
  width: 17px;
  height: 17px;
  position: absolute;
  color: #323232;
  background: rgb(255, 206, 28);
  border-radius: 2px;
  font-weight: 700;
  font-size: 10px;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  font-family: "InterVariable", sans-serif;
}

.head-catalog {
  display: none;
  position: absolute;
  width: 488px;
  left: 10px;
  top: 84px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 3px;
  z-index: 99;
  border: 1px solid rgb(204, 204, 204);
}

.head-catalog .head-catalog-container {
  padding: 60px 40px 60px 60px;
}

.head-catalog .menu > li + li {
  padding-top: 24px;
}

.head-catalog .menu li a {
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.head-catalog .menu li.active > a,
.head-catalog .menu li a:hover {
  color: rgb(255, 206, 28);
}

.head-catalog .menu .parrent > a {
  max-width: calc(100% - 30px);
}

.head-catalog .menu .child-popup-open {
  padding: 5px 10px;
  cursor: pointer;
}

.head-catalog .menu .child-popup-open:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: rgb(255, 206, 28);
  font-size: 10px;
  display: block;
}

.head-catalog .head-catalog-container.for-mob .menu .child-popup-open:before {
  content: "\f054";
}

.head-catalog .menu .child-popup-open.active:before {
  content: "\f077";
}

.head-catalog .menu .parrent > .child-popup {
  display: none;
}

.head-catalog .menu .child-popup {
  width: 100%;
}

.head-catalog .menu .child-popup .child-menu {
  padding-top: 5px;
}

.head-catalog .menu .child-popup li {
  padding: 5px 15px;
  border-top: 1px solid #d6d6d6;
  position: relative;
}

.head-catalog .menu .child-popup li.parrent {
  padding-right: 0;
}

.head-catalog .menu .child-popup li a {
  font-size: 14px;
}

.head-catalog .menu .child-popup .child-popup li a {
  font-size: 12px;
}

.head-catalog .menu .child-popup:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  left: -60px;
  z-index: -1;
}

.head-catalog .menu .child-popup li .child-popup-open:before {
  content: "\f054";
}

.head-catalog .menu .child-popup li .child-popup-open.active:before {
  content: "\f078";
}

.head-catalog .menu .child-popup li .child-popup {
  position: absolute;
  right: calc(-100% - 40px);
  top: -4px;
  background: rgba(0, 0, 0, 0.85);
  padding: 4px 10px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 0 3px 3px 0;
  display: none;
}

.head-catalog .menu .child-popup li:hover .child-popup {
  display: block;
}

.head-catalog .menu .child-popup li:hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  width: 60px;
}

.head-catalog .menu .child-popup li .child-popup .child-menu {
  padding-top: 0;
}

.head-catalog .menu .child-popup li .child-popup .child-menu li {
  padding: 0;
}

.head-catalog .menu .child-popup li .child-popup .child-menu li:first-child {
  border: 0;
}

.head-catalog .menu .child-popup li .child-popup .child-menu li a {
  padding: 5px 10px;
}

.head-buttons .head-top-open, .head-catalog-close, .head-phone-mobil {
  display: none;
}

.checkout-header .fixed-header {
  background-color: rgb(74, 77, 80);
  height: 75px;
  transition-duration: 0.35s;
}
.checkout-header .head-boot {
  align-items: center;
  height: 100%;
}
.checkout-header .head-boot .head-lang {
  margin-right: 30px;
}
.checkout-header .head-boot #form-language {
  order: 0;
}
.checkout-header .head-boot .head-logo {
  top: 23px;
  left: 120px;
}
.checkout-header .head-boot .head-buttons {
  padding-top: 0;
}
.checkout-header .head-boot .head-phone {
  margin-right: 25px;
}
.checkout-header .head-boot .head-continue {
  margin-right: auto;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

/*.header*/
/*content*/
.default-title {
  font-size: 28px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  padding-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.default-title.line:after {
  content: "";
  width: 80px;
  height: 2px;
  display: block;
  margin: 25px auto 0;
  background: #4b76eb;
}

.page-default {
  padding-bottom: 70px;
}
.page-default .page-default-desc {
  line-height: 24px;
}

.page-default-nav {
  margin-bottom: 50px;
}

.page-default-nav .button {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  padding: 0 15px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0 7.5px;
  white-space: nowrap;
}

.page-default-nav .button.active,
.page-default-nav .button:hover {
  color: rgb(255, 206, 28);
  border: 1px solid rgb(255, 206, 28);
}

.page-default-nav .button.sale {
  color: rgb(255, 206, 28);
}

.page-default-nav .button.active.sale,
.page-default-nav .button.sale:hover {
  color: rgb(255, 206, 28);
  border: 1px solid rgb(255, 206, 28);
}

.breadcrumbs {
  padding-top: 26px;
  padding-bottom: 48px;
}

.breadcrumbs li {
  padding-right: 10px;
  font-size: 10px;
  display: flex;
}

.breadcrumbs li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: rgba(255, 255, 255, 0.4);
  margin-left: 10px;
  margin-top: 2.5px;
  font-size: 8px;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li .button {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumbs li:last-child .button {
  color: rgb(255, 255, 255);
}

.breadcrumbs li .button:hover {
  color: rgb(255, 206, 28);
}

.mobil-catalog {
  display: none;
}

.mobil-catalog-open {
  font-size: 15px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #333;
  text-transform: uppercase;
  background: rgb(255, 206, 28);
  box-shadow: 0px 7px 19px rgb(255, 206, 28);
  border-radius: 2px;
  width: 100%;
  height: 40px;
}

.mobil-catalog-open i {
  margin-right: 10px;
}

/*home-page*/
.home-top {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-top: 200px;
  margin-top: -170px;
  margin-bottom: 35px;
}
.home-top .ellipse {
  width: 543px;
  height: 543px;
  left: -145px;
  bottom: 60px;
}

.home-banner .splide__pagination {
  display: flex;
  align-items: center;
  position: static;
}

.home-slide-buttons {
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
}
.home-slide-buttons.splide__arrows .splide__arrow {
  position: relative;
}
.home-slide-buttons.splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
}
.home-slide-buttons.splide__arrows .splide__arrow.splide__arrow--next {
  right: 0;
}
.home-slide-buttons.splide__arrows .splide__arrow:disabled {
  background: transparent;
}
.home-slide-buttons.custom_arrows .custom_arrow {
  width: 40px;
  height: 35px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}
.home-slide-buttons.custom_arrows .custom_arrow.custom__prev-arrow {
  transform: rotateZ(180deg);
}
.home-slide-buttons.custom_arrows .custom_arrow:not(.home-slide-buttons.custom_arrows .custom_arrow.is-disabled):hover svg {
  fill: rgb(255, 206, 28);
}
.home-slide-buttons.custom_arrows .custom_arrow svg {
  height: 35px;
  width: 14px;
  fill: rgb(197, 197, 197);
}
.home-slide-buttons.custom_arrows .custom_arrow.is-disabled {
  background-color: transparent;
}
.home-slide-buttons.custom_arrows .custom_arrow.is-disabled svg {
  opacity: 0.5;
}

.banner-frame {
  width: 1157px;
  height: 451px;
  margin: 0 auto;
  overflow: hidden;
}

.home-banner-item {
  text-align: center;
  height: auto;
}
.home-banner-item img {
  width: 100%;
  height: initial;
  max-height: 100%;
}

.home-banner-bott {
  line-height: 31px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(100% - 140px);
  background-image: url(/images/head-top-dark.webp?0d537b0e14cc625b9aa423db35e93b1d) !important;
}
.home-banner-bott ul li button {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 0;
}
.home-banner-bott ul li button.is-active {
  background: rgb(255, 206, 28);
}

.splide .splide__track .splide__list {
  height: auto;
}
.splide .splide__arrows button {
  position: absolute;
  transform: translate(0%, -50%);
  z-index: 2;
  border: rgba(255, 255, 255, 0.3);
  width: 40px;
  min-width: 40px;
  height: 35px;
  font-size: 12px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  border-radius: 0;
}
.splide .splide__arrows button:hover svg {
  fill: rgb(255, 206, 28);
}
.splide .splide__arrows button svg {
  fill: rgb(197, 197, 197);
}
.splide .splide__arrows button:disabled {
  opacity: 0.35;
}
.splide .splide__arrows button::before {
  color: black;
}

.home-category {
  margin-top: 62px;
}
.home-category .home-category-buttons {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
}
.home-category .home-category-buttons .splide__arrow--prev {
  left: 2px;
}
.home-category .home-category-buttons .splide__arrow--next {
  right: 2px;
}

.home-category-item {
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 3px;
  align-items: center;
  height: 100%;
  transition: all 0.35s;
}
.home-category-item:hover .img img {
  transform: scale(1.05);
}
.home-category-item:hover .link.button {
  color: rgb(255, 206, 28);
}
.home-category-item:hover .img img {
  filter: brightness(0) saturate(100%) invert(92%) sepia(92%) saturate(750%) hue-rotate(2deg) brightness(101%) contrast(102%);
}
.home-category-item .img img {
  transition: all 0.35s;
}
.home-category-item .right {
  width: calc(100% - 190px);
}
.home-category-item .img {
  width: 180px;
  height: 120px;
}
.home-category-item .img img {
  width: initial;
  height: initial;
  max-height: 100%;
}
.home-category-item .name {
  font-weight: 700;
  font-size: 22.5px;
  line-height: 120%;
  padding-bottom: 20px;
}
.home-category-item .link {
  font-weight: 700;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 3px;
  color: rgba(255, 206, 28, 0.75);
  text-shadow: 2px 3px 25px rgb(255, 206, 28);
  text-transform: uppercase;
}
.home-category-item .link i {
  margin-right: 8px;
  font-size: 10px;
  margin-top: 4px;
}

.home-products {
  padding-top: 35px;
}
.home-products.popup-products .home-products-list .home-products-slide-buttons {
  top: -36px;
  bottom: auto;
  width: 50%;
  right: 0;
  z-index: 1;
}
.home-products.popup-products .home-products-item .image {
  height: auto;
}

.home-products-top {
  align-items: center;
}

.home-products.notabs .home-products-top {
  padding-bottom: 38px;
}

.home-products-top .home-title {
  font-size: 46px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}

.home-products-top .popup-title {
  font-size: 30px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
  z-index: 2;
}

.home-products-top .line {
  width: 100%;
  height: 1px;
  background-size: 100%;
  background: linear-gradient(90deg, rgba(105, 106, 106, 0) 0%, rgb(105, 106, 106) 100%);
}

.home-products-button {
  order: 3;
}

.home-products-nav {
  overflow-x: auto;
  padding-bottom: 5px;
  margin: 20px 0 40px;
  display: flex;
}

.home-products-nav::-webkit-scrollbar-button {
  width: 10px;
  height: 5px;
  background: rgb(255, 206, 28);
  cursor: pointer;
}

.home-products-nav::-webkit-scrollbar-track {
  background-color: #333;
}

.home-products-nav::-webkit-scrollbar-thumb {
  background: rgb(255, 206, 28);
  cursor: pointer;
}

.home-products-nav::-webkit-scrollbar {
  height: 5px;
  background: rgb(255, 206, 28);
  cursor: pointer;
}

.home-products-nav .item {
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 10px;
  white-space: nowrap;
}

.home-products-nav .item.all {
  margin-left: 0;
}

.home-products-nav .item:hover, .home-products-nav .item.active {
  color: rgb(255, 206, 28);
  border-color: rgb(255, 206, 28);
}

.home-products-list {
  padding-bottom: 35px;
}
.home-products-list .splide__list {
  padding-top: 10px;
}
.home-products-list .home-products-slide-buttons {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  align-items: center;
}
.home-products-list .home-products-slide-buttons .line {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(105, 106, 106, 0) 0%, rgb(105, 106, 106) 100%);
}
.home-products-list .home-products-slide-buttons .splide__arrow {
  transform: translate(0%, 0%);
}
.home-products-list .home-products-slide-buttons .splide__arrow:disabled {
  background: transparent;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.home-products-list .home-products-slide-buttons .splide__arrow--next {
  position: static;
}
.home-products-list .home-products-slide-buttons .splide__arrow--prev {
  position: static;
}
.home-products-list .home-products-item {
  margin-top: 12px;
  transition-property: transform;
  margin-bottom: 50px;
}
.home-products-list .home-products-item.hide {
  display: none !important;
}
.home-products-list .home-products-item .product-images-arrows {
  display: none;
}
.home-products-list .home-products-item.banner {
  padding: 0;
}
.home-products-list .home-products-item.banner a img {
  width: 100%;
}
.home-products-list .home-products-item:hover {
  box-shadow: none;
  transform: translateY(-10px);
  padding-bottom: 10px;
  margin-bottom: 0;
}
.home-products-list .home-products-item:hover.banner {
  transform: translateY(0);
  padding-bottom: 0;
  margin-bottom: 50px;
}
.home-products-list .home-products-item:hover .bottom {
  margin-bottom: 18px;
  padding-bottom: 0;
}
.home-products-list .home-products-item:hover .hover-additional-info {
  display: flex;
}
.home-products-list .home-products-item .hover-additional-info {
  display: none;
  padding: 10px 12px 0 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.home-products-list .home-products-item .hover-additional-info .additional-info {
  margin-right: 28px;
  text-align: left;
}

.additional-info .additional-title {
  color: rgb(255, 255, 255);
  opacity: 50%;
}

.additional-info .additional-text {
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.error {
  color: red;
}

.text-banner-home-product {
  display: flex;
  flex-direction: column;
}

.text-banner-home-product h2 {
  padding-top: 14px;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
}

.text-banner-home-product h2 span {
  color: rgb(255, 206, 28);
}

.text-banner-home-product p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.text-banner-home-product a {
  text-transform: uppercase;
  display: block;
  padding: 20px;
  width: 159px;
  height: 57px;
  border: 1px solid rgb(255, 206, 28);
  background-color: rgba(255, 206, 28, 0.1019607843);
  text-align: center;
  color: rgb(255, 206, 28);
}

.text-banner-home-product a i {
  margin-right: 20px;
}

/*home-page*/
/*product-default*/
.product-default {
  padding: 14px 0 30px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(60, 62, 65);
  border-radius: 3px;
  margin-bottom: 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition-duration: 0.5s;
  justify-content: space-between;
}
.product-default.product-list {
  width: 100%;
  margin: 0 0 12px;
  padding: 20px 80px 20px 380px;
  min-height: 160px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: end;
}

.product-default.product-grid .sale.statuses.list {
  display: none;
}

.product-default.product-list .sale.statuses.grid {
  display: none;
}

.product-default:hover {
  z-index: 2;
  box-shadow: 0px 0px 21px -2px rgba(255, 255, 255, 0.2);
}

.home-products-item .product-default-texts-wrapper, .product-default .product-default-texts-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}

.home-products-item .sale.statuses {
  position: static;
}

.product-status.text.status-inline, .category-status.text.status-inline {
  display: inline-grid;
}

.product-sticker .text, .category-sticker .text, .product-status.text, .category-status.text {
  text-align: center;
  padding: 5px 15px 4px;
  border-radius: 2px;
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: default;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-default .sale.statuses .product-status.text, .product-default .sale.statuses .category-status.text {
  margin-bottom: 0;
  margin-right: 10px;
}

.product-default .top {
  height: 34px;
  padding-bottom: 12px;
  align-items: center;
}

.product-default.product-list .top {
  width: 100%;
  padding: 0;
  height: auto;
  margin-bottom: 3px;
}

.product-default .top .sku {
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

.product-default .top .wishlist {
  margin-left: auto;
}

.product-default .top .wishlist .button {
  color: rgba(255, 255, 255, 0.3);
  background: transparent;
}

.product-default .top .wishlist .button.active,
.product-default .top .wishlist .button:hover {
  color: rgb(255, 206, 28);
}

.product-default .top .wishlist .button.in-wishlist {
  color: rgb(255, 206, 28);
}

.product-default.product-list .sale {
  top: 20px;
  left: 76px;
}

.product-default.product-list .sale.list {
  position: absolute;
  z-index: 2;
}

.product-default.product-list .product-default-texts-wrapper {
  width: 100%;
}

.product-default.product-list .product-default-texts-wrapper.list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.product-default .splide .splide__track .splide__list .splide__slide img {
  height: auto;
}
.product-default .default-products-images {
  display: flex;
  flex-direction: column;
}
.product-default .default-products-images .splide__track .splide__list {
  width: 100%;
}
.product-default .default-products-images .splide__track .splide__list .splide__slide img {
  width: 100%;
  height: auto;
}
.product-default .default-products-images .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.product-default .default-products-images .splide__arrows .splide__arrow {
  position: relative;
  background: transparent;
  width: 17px;
  min-width: 17px;
  height: 35px;
}
.product-default .default-products-images .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
}
.product-default .default-products-images .splide__arrows .splide__arrow.splide__arrow--next {
  right: 0;
}

.product-default.product-list .image {
  height: 160px;
  width: 200px;
  position: absolute;
  left: 75px;
  top: 50%;
  transform: translate(0%, -50%);
}
.product-default.product-list .image .image-link {
  height: 100%;
}
.product-default.product-list .image .image-link .splide__list {
  height: 100%;
}
.product-default.product-list .image .image-link .products-images {
  height: 100%;
}
.product-default.product-list .image .image-link .products-images .splide__track {
  height: 100%;
}
.product-default.product-list .image .image-link .products-images .splide__track .splide__slide img {
  height: 100%;
  width: auto;
}

.product-default .image i {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  z-index: 2;
  cursor: pointer;
}

.product-default .image .hide {
  display: none;
}

.product-default:hover .image i {
  display: block;
}

.product-default .image .button {
  top: 50%;
  transform: translate(0%, -50%);
  position: absolute;
  left: 0;
  color: #707070;
  font-size: 14px;
  z-index: 2;
}

.product-default .image .button:hover {
  color: rgb(255, 206, 28);
}

.product-default .review {
  display: inline-flex;
  justify-content: center;
  margin: 26px auto 0;
}

.product-default .review .rating-result {
  display: inline-flex;
  left: 0;
}

.product-default .review.grid {
  margin: 0 auto;
  display: none;
}

.product-default.product-list .review.grid {
  display: inline-flex;
  justify-content: center;
}

.product-default.product-list .review.list {
  display: none;
}

.product-default .review i {
  font-size: 10px;
  color: rgb(255, 206, 28);
  margin: 0 1px;
}

.product-default.product-list .center {
  max-width: 280px;
}

.product-default .category {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  padding-top: 10px;
}

.product-default.product-list .category {
  text-align: left;
  width: 100%;
  padding-top: 0;
}

.product-default .name {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 auto;
  display: table;
  min-height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}

.product-default.product-list .name {
  margin: 0 0 30px 0;
}

.product-default .bottom {
  padding-top: 20px;
  margin-top: auto;
}

.product-default.product-list .bottom {
  padding-top: 0;
  width: 210px;
  justify-content: space-between;
}

.product-default .bottom .price {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  padding-right: 24px;
  white-space: nowrap;
}

.product-default .bottom .price.special {
  color: #E55C5C;
}

.product-default .bottom .price .old {
  font-size: 11px;
  line-height: 132%;
  text-decoration-line: line-through;
  color: rgba(255, 255, 255, 0.4);
  vertical-align: top;
  padding-right: 5px;
}

.product-default .bottom .button {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  text-shadow: 2px 3px 18px rgb(255, 206, 28);
  background: transparent;
  text-transform: uppercase;
  line-height: 14px;
  white-space: nowrap;
}

.product-default .bottom .button:disabled {
  color: #A9A9A9;
  cursor: not-allowed;
  text-shadow: none;
}

.product-default .bottom .button i {
  font-size: 10px;
  margin-right: 6px;
}

.product-default .bottom .button:hover {
  color: rgb(255, 255, 255);
}

.product-default.product-list .params {
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
}

.product-default .params {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  position: absolute;
  right: -0.5px;
  top: calc(100% - 1px);
  left: -0.5px;
  z-index: 9;
  padding: 0 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 0;
  background: #3c3e41;
  border-radius: 0 0 3px 3px;
}

.product-default:hover .params {
  display: grid;
}

.product-default.product-list .params .item + .item {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.product-default .params .item {
  font-weight: 600;
  font-size: 13px;
  line-height: 132%;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.product-default .params .item .label {
  font-size: 9px;
  line-height: 132%;
  text-transform: uppercase;
  color: #ACACAC;
}

/*.product-default*/
/*.content*/
/*faq*/
.faq-title {
  text-transform: uppercase;
  text-align: center;
}

.accordion-container .ac {
  background-color: transparent;
  border: 1px solid white;
}

.accordion-container .ac .ac-trigger, .accordion-container .ac .ac-trigger:focus {
  color: white;
  font-family: "InterVariable", sans-serif;
  text-transform: uppercase;
}

.accordion-container .ac .ac-panel .ac-text {
  font-family: "InterVariable", sans-serif;
  color: white;
  border-top: 1px solid white;
}

/*faq*/
/*footer*/
.home-about {
  margin-top: 40px;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 15px 15px 0 15px;
  position: relative;
  z-index: 1;
}

.home-about img {
  width: 100%;
  height: initial;
  border-radius: 10px;
}

.home-about video {
  width: 100%;
  height: initial;
}
.home-about video::-webkit-media-controls {
  display: none;
}
.home-about video::-moz-media-controls {
  display: none;
}
.home-about video::media-controls {
  display: none;
}

.home-about-text {
  color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 132%;
  letter-spacing: 0.01em;
  font-family: "InterVariable";
  width: 384px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.home-about-text .title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "InterVariable";
  padding-bottom: 10px;
}

.home-about-text p:not(:last-child) {
  margin-bottom: 8px;
}

.home-about-play {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  right: calc(50% - 46px);
  bottom: calc(50% - 25px);
}

.home-about-play .button {
  width: 90px;
  height: 90px;
  background-color: rgba(255, 206, 28, 0.1);
  border: 1px solid rgba(255, 206, 28, 0.1);
  display: flex;
  font-size: 23px;
}

.home-about-play:hover .button {
  background: white;
}

.footer .seo-wrapper {
  z-index: 1;
  max-width: 1218px;
  text-align: center;
  margin: 0 auto 80px auto;
}

.footer .seo-wrapper .seo-btn {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(255, 206, 28, 0.75);
  text-shadow: 2px 3px 25px rgb(255, 206, 28);
  font-weight: 700;
  cursor: pointer;
}

.footer .seo-wrapper .seo-btn i {
  margin-right: 8px;
}

.footer .seo-content {
  overflow: hidden;
  margin-bottom: 20px;
  transition-duration: 0.5s;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer .seo-content.open {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: rgb(255, 255, 255);
  background: none;
}

.footer .seo-wrapper h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer .seo-wrapper p {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}

.footer .seo-wrapper p:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 60px 0;
  background: url(/images/head-top-dark.webp?0d537b0e14cc625b9aa423db35e93b1d) no-repeat top -340px center;
  background-size: 100%;
}

.footer .wrap {
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.footer .ellipse {
  top: 273px;
  right: 0;
  width: 566px;
  height: 566px;
}

.foot-info {
  min-width: 120px;
}

.foot-logo img {
  width: initial;
  height: initial;
}

.foot-copir {
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.01em;
  font-family: "InterVariable";
  white-space: nowrap;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  bottom: 0;
}

.foot-item .title {
  font-weight: 700;
  font-size: 12px;
  line-height: 258.7%;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.foot-item .menu > li + li {
  padding-top: 12px;
}

.foot-item .menu > li > a, .foot-add {
  font-size: 10px;
  text-transform: uppercase;
}

.foot-item .menu li.active a {
  color: rgb(255, 206, 28);
}

.foot-item .menu ul {
  display: none;
}

.foot-add {
  line-height: 181%;
  width: 100px;
}

.foot-contact {
  display: flex;
  flex-direction: column;
}

.foot-contact .phone {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.foot-contact .phone span {
  font-weight: 500;
}

.foot-contact .email {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  margin-top: 3px;
}

.foot-contact .social {
  padding-top: 15px;
  display: flex;
}

.foot-contact .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #9A9A9A;
  color: #333;
  font-size: 12px;
  margin-right: 10px;
}

.foot-contact .social a:hover {
  background: rgb(255, 206, 28);
}

.foot-form {
  background: rgba(255, 255, 255, 0.2);
  padding: 27px 0;
}

.foot-form .wrap {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: space-between;
}

.foot-form form {
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
}

.form-error-container {
  width: 500px;
}

.foot-form .title {
  font-size: 30px;
  text-transform: none;
  margin-right: 230px;
  margin-left: 170px;
  width: 308px;
  line-height: 43px;
  font-weight: 500;
}

.foot-form form .form-control {
  width: 190px;
  height: 40px;
  padding: 0 10px 0 20px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 500;
  background: transparent;
  color: rgb(255, 255, 255);
}

.foot-form form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.foot-form form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.foot-form form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.foot-form form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.foot-form form .button {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgb(255, 206, 28);
  text-shadow: 2px 3px 18px rgb(255, 206, 28);
  text-transform: uppercase;
  padding-right: 20px;
  background: transparent;
}

.foot-form form .button:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 8px;
  margin-right: 1px;
}

.foot-form .control-label {
  display: none;
}

.foot-form .form-error-container .error-text {
  bottom: -5px;
  line-height: 14px;
  padding: 0 !important;
}

.foot-form-thanks {
  text-align: center;
  flex-direction: column;
}
.foot-form-thanks.hide {
  display: none;
}

.foot-form-thanks i {
  font-size: 20px;
  color: green;
  padding-bottom: 6px;
}

.mobil-catalog-fixed {
  display: none;
}

.footer-cat {
  width: 626px;
  display: flex;
  flex-wrap: wrap;
}

.footer-cat li {
  width: 49%;
  margin-bottom: 4px;
  background: rgba(0, 0, 0, 0.1019607843);
  max-height: 90px;
  display: flex;
  padding: 0 10px;
}

.footer-cat li:nth-child(2n-1) {
  margin-right: 4px;
}

.footer-cat figure {
  margin-right: 20px;
  min-width: 120px;
  max-width: 120px;
  height: 100%;
}

.footer-cat img {
  height: 90%;
  width: auto;
}

.footer-cat li a {
  display: flex;
  align-items: center;
}

/*.footer*/
/*map*/
.map {
  height: 426px;
}

/*.map*/
.popup-right {
  font-family: "InterVariable";
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 714px;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  z-index: 99999999;
  overflow-y: auto;
  padding: 70px 50px 50px 50px;
  transition: right 0.35s ease, top 0.35s ease;
  -moz-transition: right 0.35s ease, top 0.35s ease;
  -ms-transition: right 0.35s ease, top 0.35s ease;
}

.popup-right.active {
  right: 0;
}

.popup-right .close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  font-size: 18px;
  margin: 0;
}

.popup-right.fixed-header-active {
  top: 75px;
  z-index: 2;
}

.popup-right .close:hover {
  color: rgb(255, 206, 28);
  background: transparent;
}

#cart-popup .table-striped .item, #order-popup .table-striped .item {
  padding: 5px;
  margin-bottom: 22px;
  background: rgba(76, 79, 82, 0.7);
  border-radius: 4px;
  align-items: center;
  position: relative;
}
#cart-popup .table-striped .item .name, #order-popup .table-striped .item .name {
  margin: 0 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 0;
  width: 25%;
}
#cart-popup .table-striped .item .name .cat, #cart-popup .table-striped .item .name .option, #order-popup .table-striped .item .name .cat, #order-popup .table-striped .item .name .option {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.12px;
  text-align: left;
}
#cart-popup .table-striped .item .name .option, #order-popup .table-striped .item .name .option {
  text-transform: lowercase;
}
#cart-popup .table-striped .item .name a, #order-popup .table-striped .item .name a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#cart-popup .table-striped .item .price, #order-popup .table-striped .item .price {
  white-space: nowrap;
}
#cart-popup .table-striped .item .count, #order-popup .table-striped .item .count {
  padding: 18px 5px 0 5px;
}
#cart-popup .table-striped .item .count .quantity-input-group, #order-popup .table-striped .item .count .quantity-input-group {
  margin-bottom: 8px;
}
#cart-popup .table-striped .item .count .max-value-group, #order-popup .table-striped .item .count .max-value-group {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  opacity: 50%;
}
#cart-popup .table-striped .item .image, #order-popup .table-striped .item .image {
  min-width: 100px;
  max-width: 100px;
}
#cart-popup .table-striped .item .price-default, #order-popup .table-striped .item .price-default {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cart-popup .table-striped .item .price-default .length, #order-popup .table-striped .item .price-default .length {
  display: block;
  text-transform: uppercase;
}
#cart-popup .table-striped .item .delete, #order-popup .table-striped .item .delete {
  margin-bottom: auto;
  margin-top: 5px;
  margin-right: 5px;
}
#cart-popup .table-striped .item .delete button, #order-popup .table-striped .item .delete button {
  color: rgb(106, 102, 100);
  font-size: 14px;
}
#cart-popup .table-bordered, #order-popup .table-bordered {
  background: url(/images/head-top.png?1c4cd2cdb25e6a7fb9d5a11cb15b575a) no-repeat center top;
  background-size: 100%;
}
#cart-popup .table-bordered .total, #order-popup .table-bordered .total {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-top: 12px;
}
#cart-popup .table-bordered .total .name, #order-popup .table-bordered .total .name {
  font-weight: 100;
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.73);
}
#cart-popup .table-bordered .total .value, #order-popup .table-bordered .total .value {
  font-size: 22px;
  text-transform: uppercase;
}
#cart-popup .cart-mini-bott .name_background_wrapper, #order-popup .cart-mini-bott .name_background_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#cart-popup .cart-mini-bott .name_background_wrapper .background, #order-popup .cart-mini-bott .name_background_wrapper .background {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(105, 106, 106, 0) 0%, #696A6A 100%);
}
#cart-popup .cart-mini-bott .name_background_wrapper .name, #order-popup .cart-mini-bott .name_background_wrapper .name {
  text-transform: uppercase;
  opacity: 50%;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 400;
}
#cart-popup .cart-mini-bott .value, #order-popup .cart-mini-bott .value {
  text-align: right;
  font-size: 24px;
}
#cart-popup .cart-mini-bott .value .coins, #order-popup .cart-mini-bott .value .coins {
  color: #686A6E;
}
#cart-popup .cart-mini-bott .total, #order-popup .cart-mini-bott .total {
  margin-bottom: 30px;
}

#order-popup .table-striped .item .price:not(.price-default) {
  margin-right: 10px;
}

.quantity-input-group {
  display: flex;
  width: 92px;
  height: 37px;
  background: linear-gradient(to right, rgb(72, 74, 76) 50%, rgba(255, 206, 28, 0.5) 100%);
  border: 1px solid #828486;
  margin-right: 10px;
}
.quantity-input-group .input-quantity {
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
}
.quantity-input-group .input-group-btn button {
  padding: 10px;
}

.cart-mini-button {
  text-align: center;
}

.cart-mini-button .checkout {
  background-color: rgba(255, 206, 28, 0.1);
  color: rgb(255, 206, 28);
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 3px 18px rgb(255, 206, 28);
  border: 1px solid rgb(255, 206, 28);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 24px;
}

.cart-mini-button .checkout i {
  font-size: 14px;
  margin-right: 10px;
}

.cart-mini-button .continion {
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 15px;
}

.cart-mini-button .continion i {
  margin-right: 12px;
}

.cart-mini-empty {
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 50px;
}

.cart-mini-empty span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: rgb(255, 255, 255);
  padding: 24px 0 14px;
}

#popup-review {
  padding: 50px 120px;
}

.popup-review-top {
  padding-bottom: 50px;
}

.popup-review-top .left {
  width: 50%;
}

.popup-review-top .title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.popup-review-top .name {
  font-weight: 700;
  font-size: 14px;
  color: #A7A7A7;
}

.popup-review-top .right {
  width: 50%;
  text-align: center;
  background-size: auto 100%;
}

.popup-review-top .number {
  font-weight: 250;
  font-size: 56px;
  line-height: 40px;
  letter-spacing: 0.01em;
  font-family: "InterVariable";
  text-align: center;
}

.popup-review-top .number span {
  font-size: 14px;
}

.popup-review-top .rating {
  display: inline-block;
  margin: 0 auto;
}

.popup-review-top .rating i {
  font-size: 13px;
  margin: 0 0.5px;
}

.popup-review-top .info {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.4);
  font-family: "InterVariable";
  line-height: 1;
  padding-top: 6px;
}

.popup-review-top .info .status {
  border-left: 1px solid;
  margin-left: 6px;
  padding-left: 6px;
}

.popup-review-top .info .status {
  border-left: 1px solid;
  margin-left: 6px;
  padding-left: 6px;
}

.popup-review-list .item {
  padding: 20px 47px 28px 53px;
  background: rgba(99, 99, 99, 0.38);
  box-shadow: 0px 9px 31px rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(30.5px);
  -webkit-backdrop-filter: blur(30.5px);
  border-radius: 3px;
  margin-bottom: 26px;
  flex-wrap: wrap;
  font-family: "InterVariable";
  font-weight: 500;
  line-height: 1;
}

.popup-review-list .item .author {
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 4px;
}

.popup-review-list .item .rating {
  font-size: 5px;
}

.popup-review-list .item .rating i {
  margin-right: 1.5px;
}

.popup-review-list .item .date {
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}

.popup-review-list .item .desc {
  width: 100%;
  font-size: 13px;
  padding-top: 12px;
  line-height: 132%;
  font-weight: 400;
}

.popup-review-list .no-reviews {
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
}

.popup-review-list .no-reviews span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: rgb(255, 255, 255);
  padding: 24px 0 14px;
}

.review-form-open {
  font-weight: 700;
  font-size: 16px;
  line-height: 56px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid;
  padding: 0 37px;
  margin: 45px auto 0;
  display: table;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.popup-review-form .title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

#form-review {
  padding-top: 40px;
}

.product-fastorder {
  padding: 15px;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 9px 31px rgba(0, 0, 0, 0.09);
  align-items: center;
}

#login-popup .login-register-title {
  padding-top: 50px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

#consult-popup .consult-title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.success-form {
  text-align: center;
  flex-direction: column;
  line-height: 30px;
}

.success-form i {
  font-size: 50px;
  color: green;
  padding-bottom: 10px;
}

.simple-popup-body .simple-content .simpleregister-have-account,
.simple-popup-body .simple-content .form-horizontal .form-group:first-child,
.simple-popup-body .simple-popup-login, .simple-popup-body .simple-content {
  display: none;
}

.simple-popup-body .simple-popup-login.active, .simple-popup-body .simple-content.active {
  display: block;
}

.simple-popup-body .simpleregister,
.simple-popup-body .simple-content .simpleregister .form-horizontal .form-group {
  width: 100%;
}

.simple-popup-body .simple-popup-login p {
  padding-bottom: 20px;
}

.head-buttons .alert {
  border-radius: 3px;
  position: absolute;
  top: 70px;
  right: 0;
  padding: 10px;
  text-align: center;
  font-family: "InterVariable", sans-serif;
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  border: 1px solid rgb(204, 204, 204);
  z-index: 9;
}

.head-buttons .alert i {
  display: block;
  font-size: 24px;
  margin-top: 10px;
  text-align: center;
}

.head-buttons .alert .colord {
  cursor: pointer;
}

.form-horizontal .control-label {
  display: block;
  font-family: "InterVariable";
  font-size: 12px;
  padding-bottom: 8px;
}

.form-horizontal .form-control {
  height: 60px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "InterVariable", sans-serif;
  width: 100%;
  border: 1px solid #97a3ac;
  border-radius: 3px;
  padding: 0 22px;
  background: transparent;
  color: rgb(255, 255, 255);
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  caret-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background-color: transparent;
  -webkit-text-fill-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 0px 1000px rgba(76, 79, 82, 0.7) inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

#popup-registration .form-horizontal .form-control {
  margin-bottom: 5px;
}

.form-group .fields-wrapper {
  margin-bottom: 30px;
}

.form-horizontal .form-control::-moz-placeholder {
  color: #FFF;
  opacity: 0.7;
}

.form-horizontal .form-control::placeholder {
  color: #FFF;
  opacity: 0.7;
}

.form-horizontal .form-control::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  opacity: 0.7;
}

.form-horizontal .form-control::-moz-placeholder {
  color: rgb(255, 255, 255);
  opacity: 0.7;
}

.form-horizontal .form-control:-ms-input-placeholder {
  color: rgb(255, 255, 255);
  opacity: 0.7;
}

.form-horizontal .form-control:-moz-placeholder {
  color: rgb(255, 255, 255);
  opacity: 0.7;
}

.form-horizontal textarea.form-control {
  padding: 20px 22px;
  height: 120px;
}

.form-horizontal .form-radio {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 10px;
}

.form-horizontal .form-radio input {
  display: none;
}

.form-horizontal .form-radio label {
  cursor: pointer;
  padding-bottom: 12px;
}

.form-horizontal .form-radio label span:before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f005";
  font-size: 25px;
  margin: 0 2px 10px;
  color: rgb(255, 206, 28);
}

.form-horizontal .form-radio label:hover > span:before, .form-horizontal .form-radio label > input:checked + span::before {
  font-weight: 900;
}

.form-horizontal .buttons {
  padding-top: 20px;
}

.form-horizontal .button.send_otp_btn {
  margin-bottom: 24px;
}

.form-horizontal .button {
  background: rgba(255, 206, 28, 0.1);
  border: 1px solid rgb(255, 206, 28);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 3px 18px rgb(255, 206, 28);
  width: 100%;
  height: 60px;
}

.form-horizontal .button-restore-password {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
  cursor: pointer;
}

.form-horizontal .button i {
  margin-right: 12px;
}

.form-horizontal .alert {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}

.form-horizontal .alert i {
  font-size: 22px;
  display: block;
  margin-bottom: 8px;
}

.form-horizontal .alert-danger i {
  color: red;
}

.form-horizontal .alert-success i {
  color: green;
}

.form-horizontal .radio-checbox-options input {
  display: none;
}

.form-horizontal .radio-checbox-options label {
  font-family: "InterVariable";
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
}

.form-horizontal .radio-checbox-options label:before {
  content: "\f00c";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: transparent;
  font-size: 9px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
}

.form-horizontal .radio-checbox-options input:checked + label::before {
  color: rgb(255, 206, 28);
}

.form-horizontal .radio-checbox-options label .option-price {
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  padding: 0 3px;
}

.form-horizontal .radio-checbox-options input:checked + label .option-price {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}

.table-striped .image img {
  height: auto;
}

ul.pagination li {
  padding-left: 10px;
}

ul.pagination .hide {
  display: none;
}

ul.pagination li a,
ul.pagination li span {
  font-weight: 500;
  font-size: 12px;
  line-height: 132%;
  letter-spacing: 0.01em;
  color: #B7B7B7;
  font-family: "InterVariable";
  position: relative;
}

ul.pagination li a:hover, ul.pagination li.active span {
  color: rgb(255, 255, 255);
  font-weight: 700;
}

ul.pagination li.active span:before, ul.pagination li a:hover:before {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 100%;
  color: rgb(255, 206, 28);
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 10px;
  line-height: 1;
}

.item-result {
  font-size: 12px;
  line-height: 132%;
  letter-spacing: 0.01em;
  color: #B7B7B7;
  font-family: "InterVariable";
  margin: auto 0;
}

#search-popup .search-popup-title {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 40px;
}

#search-popup .search-popup-desc {
  font-family: "InterVariable";
  font-size: 8px;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#search-popup #search {
  flex-direction: column;
}

.section-empty p {
  padding-bottom: 20px;
}

.section-empty .button {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow: 2px 3px 18px rgb(255, 206, 28);
  border: 1px solid;
  border-radius: 3px;
  height: 60px;
  padding: 0 30px;
}

.search-options-list {
  padding-bottom: 15px;
}

.search-options-list .item {
  margin-bottom: 10px;
}

.search-options-list .item .form-control {
  margin: 0;
}

#product .input-group.number-spinner-XVR.number-spinner-XVR-button, #product .input-group.number-spinner-XVR-button-packaging {
  background: rgba(255, 255, 255, 0.07) !important;
}

.input-group-quantity-xvr .btn.btn-primary, .input-group-catalog-xvr .btn.btn-primary, #cart-popup .btn.btn-primary, #popup-quickorder .btn.btn-primary {
  color: rgb(255, 255, 255);
}

.input-group-quantity-xvr .btn.btn-primary.colord, .input-group-catalog-xvr .btn.btn-primary.colord, #cart-popup .btn.btn-primary.colord, #popup-quickorder .btn.btn-primary.colord {
  color: rgb(255, 206, 28);
}

.popup-overlay .form-horizontal .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.popup-overlay .form-horizontal .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.popup-overlay .form-horizontal .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.popup-overlay .form-horizontal .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.price-all {
  width: 11%;
}

.notify-quantity {
  position: absolute;
  line-height: 11px;
  font-size: 11px;
  top: 6px;
  left: 100%;
  margin-left: 10px;
  width: 123px;
  background: rgba(0, 0, 0, 0.14);
  padding: 5px 10px;
  text-align: center;
}

table .notify-quantity {
  position: absolute;
  line-height: 10px;
  font-size: 10px;
  top: -32px;
  left: -5px;
  margin-left: 10px;
  width: 100px;
  background: rgba(0, 0, 0, 0.14);
  padding: 5px 6px;
  text-align: center;
}

.iti__country-name {
  color: #000;
}

.notice-text {
  position: absolute;
  background: rgb(255, 255, 255);
  color: #000;
  padding: 5px;
  font-size: 11px;
  top: -45px;
  max-width: 230px;
}

.ocd-button {
  display: block;
}

.ocd-button span {
  font-size: 10px;
}

.button.colord span > span {
  font-size: 10px;
}

.page-pronas-list img {
  width: 100%;
  height: 100%;
}

.examples-of-work {
  padding-top: 35px;
}

.example-of-work.button {
  width: 103%;
  height: 390px;
  border: 1px solid rgb(255, 206, 28);
  background: rgba(255, 206, 28, 0.1);
}

.example-of-work.button a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.example-of-work.button a span {
  color: rgb(255, 206, 28);
  text-transform: uppercase;
}

.example-of-work.button a span i {
  margin-right: 20px;
}

.show-more-examples {
  display: block;
  padding: 21px 30px;
  color: rgb(255, 206, 28);
  background: rgba(255, 206, 28, 0.1);
  border: 1px solid rgb(255, 206, 28);
  text-transform: uppercase;
}
.show-more-examples.mobile {
  display: none;
}

.show-more-examples i {
  margin-right: 20px;
}

.examples-wrapper {
  -moz-column-count: 4;
  column-count: 4;
  margin-right: 10px;
  padding-top: 20px;
  margin-bottom: 45px;
}

.example-of-work {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: rgb(60, 62, 65);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: -9px;
  margin-bottom: 7px;
}

.example-of-work .image-example {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.example-of-work .image-product {
  width: 77px;
  height: 77px;
  margin-right: 8px;
}

.examples-wrapper .middle-content-wrapper {
  padding: 0 13px;
}

.examples-wrapper .car-name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}

.examples-wrapper .date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  opacity: 0.5;
}

.example-of-work ul {
  list-style: disc;
  margin-left: 22px;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.example-of-work .example-product {
  margin: 6px;
  background-color: rgb(73, 76, 80);
  border-radius: 4px;
  padding: 5px;
}

.example-of-work .example-product .product-link {
  display: flex;
  align-items: center;
}

.example-of-work .example-product .product-link .title-product {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.3019607843);
}

.example-of-work .example-product .product-link .name-product {
  font-size: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-wrapper {
  display: flex;
  flex-direction: column;
}

#search .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 270px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 12px;
  text-align: left;
  list-style: none;
  background-color: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 100%;
}
#search .dropdown-menu li:not(.disabled, .inline, .more) {
  border-bottom: 1px solid #f1f1f1;
}
#search .dropdown-menu li.inline {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
#search .dropdown-menu li.disabled .title {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
}
#search .dropdown-menu li.disabled .search-suggestion .title {
  border-bottom: 2px solid #d04b4b;
}
#search .dropdown-menu > li > a, #search .dropdown-menu li.disabled {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: 700;
  color: #333;
  white-space: unset;
  text-decoration: none;
}

.search-suggestion {
  overflow: hidden;
  width: 100%;
  display: flex;
  gap: 15px;
}
.search-suggestion .left, .search-suggestion .right {
  align-self: center;
  text-align: center;
}
.search-suggestion .center {
  flex-grow: 1;
  min-width: 0;
  align-self: center;
}
.search-suggestion.product .name {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.search-suggestion.product .price {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.search-suggestion.product .image {
  width: 70px;
}
.search-suggestion.product .more {
  background-color: #d04b4b;
  border-radius: 4px;
  text-align: center;
  color: white;
  line-height: 30px;
}

.input-error {
  border: 1px solid red !important;
}

.button-loading .spinner {
  width: 25px;
  height: 18px;
  display: flex;
  line-height: 15px;
  justify-content: space-between;
  align-items: center;
}
.button-loading .spinner > div {
  width: 5px;
  height: 5px;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  display: inline-block;
  animation: spinner-animation 1.4s infinite ease-in-out both;
}
.button-loading .spinner .bounce1 {
  animation-delay: -0.32s;
}
.button-loading .spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes spinner-animation {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.dropdown-suggestions {
  border: 1px solid #ccc;
  border-radius: 5px;
  max-height: 300px;
  overflow-y: auto;
  background-color: #494C50;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.dropdown-suggestions li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.dropdown-suggestions li:last-child {
  border-bottom: none;
}

.dropdown-suggestions li:hover {
  background-color: rgb(255, 206, 28);
}

.dropdown-suggestions li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-suggestions li span {
  flex: 1;
  padding-right: 10px;
}

.dropdown-suggestions li span:first-child {
  font-weight: bold;
  color: #333;
}

.dropdown-suggestions li span:last-child {
  font-size: 12px;
  color: #888;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: #494C50;
  color: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}

.custom-select::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: rgb(255, 255, 255);
  pointer-events: none;
}

.custom-select option {
  background-color: #494C50;
  color: rgb(255, 255, 255);
  padding: 10px;
  border: 1px solid #ccc;
}

.custom-select option:hover {
  background-color: rgb(255, 206, 28);
  color: #333;
}

.iti {
  width: 100%;
  margin-bottom: 12px;
}
.iti .iti__search-input {
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.2);
}
.iti .iti__dropdown-content {
  background-color: rgb(128, 128, 128);
}
.iti .iti__dropdown-content .iti__country-name {
  color: rgb(255, 255, 255);
}
.iti .iti__dropdown-content .iti__dial-code {
  color: rgb(190, 190, 190);
}

.general-popup .popup-step-1,
.general-popup .popup-step-table-1,
.general-popup .popup-step-2,
.general-popup .popup-step-3,
.general-popup .popup-step-flex-3,
.general-popup .popup-step-4,
.general-popup .popup-step-5,
.general-popup .popup-step-6 {
  display: none;
}
.general-popup[data-step="1"] .popup-step-1, .general-popup[data-step="2"] .popup-step-1 {
  display: block;
}
.general-popup[data-step="1"] .popup-step-1, .general-popup[data-step="2"] .popup-step-2, .general-popup[data-step="3"] .popup-step-3, .general-popup[data-step="4"] .popup-step-4, .general-popup[data-step="5"] .popup-step-5, .general-popup[data-step="6"] .popup-step-6 {
  display: block;
}
.general-popup[data-step="3"] .popup-step-flex-3 {
  display: flex;
}
.general-popup[data-step="1"] .popup-step-table-1 {
  display: table;
}

.popup-consult-thanks {
  flex-direction: column;
}
.popup-consult-thanks i {
  font-size: 42px;
  margin-bottom: 11px;
  color: green;
}
.popup-consult-thanks span {
  text-align: center;
}

@media screen and (max-width: 1331px) {
  .wrap {
    width: 1000px;
  }
  .head-theme, .head-social {
    margin: 0 24px 0 auto;
  }
  .header-checkout .head-social {
    margin: 0 10px 0 auto;
  }
  .checkout-header .head-boot .head-logo {
    left: 0;
  }
  .page-default-nav {
    overflow-x: auto;
    padding-bottom: 5px;
    justify-content: flex-start;
  }
  .page-default-nav::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
    background: #D04B4B;
    cursor: pointer;
  }
  .page-default-nav::-webkit-scrollbar-track {
    background-color: rgb(255, 255, 255);
  }
  .page-default-nav::-webkit-scrollbar-thumb {
    background: #D04B4B;
    cursor: pointer;
  }
  .page-default-nav::-webkit-scrollbar {
    height: 5px;
    background: #D04B4B;
    cursor: pointer;
  }
  .home-banner-item img {
    height: initial;
  }
  .home-category {
    margin-top: 20px;
  }
  .home-category-item {
    padding: 20px;
    flex-direction: column;
  }
  .home-category-item .right {
    width: 90%;
    text-align: center;
  }
  .form-error-container {
    width: 350px;
  }
  .foot-form .title {
    font-size: 30px;
    margin-right: 140px;
    margin-left: 130px;
  }
  .popup-right {
    width: 73%;
    padding: 100px 50px;
  }
  .popup-right .close {
    top: 30px;
    right: 50px;
  }
  #popup-review {
    padding: 100px 50px;
  }
  .example-of-work.button {
    height: 350px;
  }
  .form-horizontal .button {
    letter-spacing: 0.1em;
  }
  .footer .seo-wrapper {
    margin: 0 50px 80px 50px;
  }
  .footer-cat {
    width: 500px;
  }
  .footer-cat .name {
    font-size: 12px;
  }
}
@media screen and (min-width: 1020px) {
  .for-mob {
    display: none;
  }
}
@media screen and (max-width: 1019px) {
  .wrap {
    width: 750px;
  }
  .splide .splide__track .splide__list {
    height: auto;
  }
  .splide .splide__arrows button {
    width: 29px;
    min-width: 29px;
    height: 25px;
    font-size: 8px;
  }
  .head-catalog .head-catalog-container {
    display: none;
  }
  .head-catalog .head-catalog-container.for-mob {
    transition-duration: 0.35s;
    display: block;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    left: -100%;
    height: 100%;
  }
  .head-catalog .head-catalog-container.for-mob .item + li {
    padding-top: 15px;
  }
  .head-catalog .head-catalog-container.for-mob .item a {
    align-items: center;
  }
  .head-catalog .head-catalog-container.for-mob .item a figure {
    min-width: 75px;
    margin-right: 10px;
  }
  .head-catalog .head-catalog-container.for-mob .item a figure img {
    width: auto;
    height: 45px;
  }
  .head-catalog .head-catalog-container.for-mob .item.children {
    padding-left: 15px;
  }
  .head-catalog .head-catalog-container.for-mob .item.children a {
    font-size: 14px;
    font-weight: 500;
  }
  .head-catalog .head-catalog-container.for-mob .main_category_wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    top: 60px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-right: 85px;
  }
  .head-catalog .head-catalog-container.for-mob .main_category_wrapper .back_to_main_category {
    font-size: 20px;
    color: rgb(255, 255, 255);
    min-width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-right: 15px;
  }
  .head-catalog .head-catalog-container.for-mob .main_category_wrapper .back_to_main_category:focus, .head-catalog .head-catalog-container.for-mob .main_category_wrapper .back_to_main_category:hover {
    color: rgb(255, 206, 28);
    border: 1px solid rgb(255, 206, 28);
  }
  .head-catalog .head-catalog-container.for-mob.show {
    left: 0;
  }
  .header {
    min-height: 84px;
  }
  .head-top {
    padding: 30px 50px;
    line-height: initial;
    background: rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(34px);
    backdrop-filter: blur(34px);
    border-radius: 3px;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 99;
    width: 73%;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
  }
  .head-top.fixed-header-active {
    top: 75px;
  }
  .head-top.active {
    right: 0;
  }
  .head-top-wrap {
    flex-wrap: wrap;
    align-items: initial;
    width: 100%;
    padding: 0;
  }
  #form-language {
    order: 4;
  }
  .head-theme {
    margin: 0;
    order: 5;
  }
  .head-social, .head-phone {
    order: 3;
    width: 100%;
    padding-bottom: 20px;
  }
  .head-menu {
    width: 100%;
    order: 2;
  }
  .head-menu ul {
    flex-direction: column;
    background: url(/images/head-top-dark.webp?0d537b0e14cc625b9aa423db35e93b1d) no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .head-menu ul li + li {
    padding: 40px 0 0;
  }
  .head-menu ul li a {
    font-size: 13px;
  }
  .head-top-close, .head-catalog-close {
    display: flex;
    font-size: 20px;
    color: rgb(255, 255, 255);
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 2px;
    margin: 0 0 34px auto;
  }
  .head-top-close:hover, .head-catalog-close:hover {
    color: rgb(255, 206, 28);
    border: 1px solid rgb(255, 206, 28);
  }
  .head-buttons .head-top-open {
    display: flex;
  }
  .head-boot {
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
  }
  .head-catalog-open {
    display: none;
  }
  .head-logo {
    width: 51px;
    height: initial;
    left: 0;
  }
  .head-logo img {
    height: initial;
  }
  .head-phone-mobil {
    display: block;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
  }
  .head-phone-mobil .title {
    font-weight: 500;
    font-size: 9px;
    color: #9A9A9A;
  }
  .head-phone-mobil a span {
    font-weight: 500;
  }
  .head-buttons {
    padding-top: 0;
  }
  .head-buttons .button {
    width: 35px;
    height: 35px;
    font-size: 14px;
    margin-left: 12px;
  }
  .head-buttons .cart-total, .head-buttons .wishlist-total {
    width: 13px;
    height: 13px;
    font-size: 8px;
  }
  .head-catalog {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    left: -100%;
    top: 0;
    bottom: 0;
    border-radius: 0;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
  }
  .head-catalog.active {
    left: 0;
  }
  .checkout-header .head-boot .head-logo {
    order: 2;
  }
  .checkout-header .head-boot .head-social {
    display: none;
  }
  .checkout-header .head-boot .head-buttons {
    order: 4;
  }
  .checkout-header .head-boot .head-phone {
    display: flex;
    padding-bottom: 0;
    flex-direction: column;
    width: 28%;
    margin-right: 0;
  }
  .checkout-header .head-boot .head-continue {
    order: 1;
  }
  .mobil-catalog {
    display: block;
  }
  .breadcrumbs {
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 0 5px;
    margin: 10px 10px 20px;
    width: calc(100% - 20px);
  }
  .breadcrumbs::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
    background: #D04B4B;
    cursor: pointer;
  }
  .breadcrumbs::-webkit-scrollbar-track {
    background-color: rgb(255, 255, 255);
  }
  .breadcrumbs::-webkit-scrollbar-thumb {
    background: #D04B4B;
    cursor: pointer;
  }
  .breadcrumbs::-webkit-scrollbar {
    height: 5px;
    background: #D04B4B;
    cursor: pointer;
  }
  .breadcrumbs ul {
    justify-content: flex-start;
  }
  .breadcrumbs li .button {
    white-space: nowrap;
  }
  .page-default-nav {
    margin-bottom: 30px;
  }
  .page-default-nav .button {
    padding: 0 10px;
    text-align: center;
    margin: 0 5px;
  }
  .home-banner-bott {
    line-height: 27px;
  }
  .home-top {
    background-position: center top;
    background-size: 100%;
    padding-top: 114px;
    margin-top: -94px;
  }
  .home-banner {
    padding-bottom: 12px;
  }
  .home-slide-button .button {
    width: 29px;
    height: 25px;
    font-size: 8px;
  }
  .home-category-item .name {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .home-category-item .link {
    font-size: 12px;
  }
  .home-products-nav .item {
    font-size: 12px;
  }
  .home-products-list {
    padding-bottom: 15px;
  }
  .home-products .image {
    height: auto;
  }
  .home-products.popup-products .home-products-list .home-products-slide-buttons {
    top: -30px;
  }
  .home-about-play {
    bottom: 50%;
  }
  .home-about-text {
    bottom: 10px;
  }
  .footer .wrap {
    flex-wrap: wrap;
  }
  .foot-info {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .foot-item {
    width: calc(25% - 20px);
  }
  .foot-form {
    width: 100%;
  }
  .foot-form .title {
    font-size: 24px;
    margin-right: 110px;
    margin-left: 0;
    width: 225px;
    line-height: 34px;
  }
  .mobil-catalog-fixed {
    display: block;
    position: fixed;
    z-index: 2;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .foot-catalog {
    width: 100%;
    margin-bottom: 24px;
  }
  .footer-cat {
    width: 100%;
    justify-content: center;
  }
  .examples-wrapper {
    -moz-column-count: 3;
    column-count: 3;
  }
  .head-buttons .alert {
    top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .price-all {
    width: 15%;
  }
  #cart-popup .table-striped .item .price-default, #order-popup .table-striped .item .price-default {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #cart-popup .table-striped .item .name, #order-popup .table-striped .item .name {
    width: 32%;
  }
  .wrap {
    width: 460px;
  }
  .ellipse {
    display: none;
    width: 220px;
    height: 220px;
    filter: blur(100px);
  }
  .ellipse-body {
    height: 400px;
  }
  .ellipse-body .ellipse {
    top: -17px;
    right: -50px;
  }
  .checkout-header {
    min-height: 150px;
  }
  .checkout-header .fixed-header {
    height: 150px;
  }
  .checkout-header .fixed-header.show {
    height: 150px;
  }
  .checkout-header .head-boot {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .checkout-header .head-boot .head-lang {
    order: 4;
    margin-right: 0;
  }
  .checkout-header .head-boot #form-language {
    order: 4;
  }
  .checkout-header .head-boot .head-logo {
    position: absolute;
    order: 0;
    top: calc(50% - 26px);
  }
  .checkout-header .head-boot .head-buttons {
    order: 3;
  }
  .checkout-header .head-boot .head-phone {
    width: 100%;
    justify-content: flex-end;
    flex-direction: row;
  }
  .checkout-header .head-boot .head-continue {
    margin: 0;
    order: 0;
  }
  .default-title {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .page-default-nav .button {
    height: 28px;
    white-space: nowrap;
    font-size: 11px;
  }
  .home-top .ellipse {
    width: 220px;
    height: 220px;
    left: -80px;
    bottom: -110px;
  }
  .home-category-item {
    height: 150px;
  }
  .home-category-item .img {
    width: 100%;
    height: 60px;
  }
  .home-category-item .name {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .home-category-item .link {
    font-size: 9px;
  }
  .home-category-item .link i {
    margin-right: 2px;
    font-size: 6px;
    margin-top: 1px;
  }
  .home-category .home-category-button {
    width: 20px;
    height: 20px;
    font-size: 8px;
  }
  .home-products-list .home-products-item .category {
    font-size: 10px;
  }
  .home-products-list .home-products-item .hover-additional-info .additional-info {
    margin-right: 10px;
  }
  .text-banner-home-product h2 {
    font-size: 28px;
    padding-top: 7px;
    margin-bottom: 8px;
  }
  .text-banner-home-product p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .home-products-top .home-title {
    font-size: 28px;
  }
  .home-products-nav {
    margin: 15px 0 30px;
  }
  .home-products-nav .item {
    font-size: 11px;
    line-height: 28px;
    padding: 0 10px;
    margin-left: 10px;
  }
  .home-products-list .home-products-item .hover-additional-info {
    font-size: 13px;
    padding: 7px 6px;
  }
  .home-products-list .home-products-item.banner a {
    height: 100%;
    display: flex;
  }
  .home-products-list .home-products-item.banner a img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-default {
    display: flex;
    flex-direction: column;
  }
  .product-default:hover {
    z-index: initial;
  }
  .product-default .top {
    padding-bottom: 10px;
  }
  .product-default .top .sku {
    font-size: 8px;
  }
  .product-default .top .wishlist .button {
    font-size: 14px;
  }
  .product-default .image {
    width: 100%;
  }
  .product-default .review {
    margin: 20px auto 0;
  }
  .product-default .category {
    font-size: 8px;
    padding-top: 10px;
  }
  .product-default .name {
    font-size: 12px;
    min-height: 36px;
    -webkit-line-clamp: 3;
    line-height: 1.2;
  }
  .product-default .bottom {
    padding-top: 15px;
    align-items: flex-end;
    margin-top: auto;
  }
  .product-default .bottom .price {
    font-size: 13px;
  }
  .product-default .bottom .price .old {
    font-size: 9px;
    padding-right: 0;
    display: block;
    text-align: right;
  }
  .product-default .bottom .button {
    font-size: 12px;
  }
  .product-default .bottom .button i {
    font-size: 8px;
  }
  .home-products .image {
    height: auto;
  }
  .home-about {
    overflow: hidden;
    justify-content: center;
    display: flex;
  }
  .home-about img, .home-about video {
    max-width: initial;
    height: 400px;
    width: initial;
  }
  .home-about-text {
    font-size: 11px;
    width: 400px;
    max-width: 100%;
    bottom: 30px;
    padding: 0 10px;
  }
  .home-about-text .title {
    font-size: 16px;
  }
  .home-about-play {
    right: initial;
    bottom: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column-reverse;
  }
  .home-about-play .button {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .footer .ellipse {
    right: initial;
    width: 289px;
    height: 289px;
    left: -97px;
    top: -90px;
  }
  .popup-right {
    width: 100%;
    padding: 100px 20px 50px;
  }
  .popup-right .close {
    right: 20px;
  }
  .simple-popup-nav .item {
    font-size: 11px;
    padding: 0 30px;
    height: 28px;
  }
  .form-horizontal .form-control, .form-horizontal .button {
    height: 50px;
  }
  .footer .seo-wrapper {
    margin: 0 20px 80px 20px;
  }
  .examples-wrapper {
    -moz-column-count: 2;
    column-count: 2;
  }
  .show-more-examples {
    padding: 16px 20px;
    font-size: 14px;
  }
  .show-more-examples.desktop {
    display: none;
  }
  .show-more-examples.mobile {
    display: block;
  }
  .example-of-work.button {
    height: 341px;
  }
  .example-of-work.button a span {
    font-size: 14px;
  }
  #cart-popup .table-striped .item, #order-popup .table-striped .item {
    padding: 10px;
    margin-bottom: 15px;
  }
  #cart-popup .table-striped .item .name, #order-popup .table-striped .item .name {
    margin: 0 5px;
    font-size: 12px;
  }
  #cart-popup .table-striped .item .name .cat, #cart-popup .table-striped .item .name .option, #order-popup .table-striped .item .name .cat, #order-popup .table-striped .item .name .option {
    font-size: 8px;
  }
  #cart-popup .table-striped .item .count, #order-popup .table-striped .item .count {
    margin: 0 5px 0 auto;
  }
  #cart-popup .table-striped .item .count .count-input, #order-popup .table-striped .item .count .count-input {
    font-size: 11px;
  }
  #cart-popup .table-striped .item .price, #order-popup .table-striped .item .price {
    min-width: 50px;
    font-size: 13px;
  }
  .foot-item {
    padding-bottom: 30px;
    width: calc(50% - 20px);
  }
  .foot-form {
    width: 100%;
    padding-bottom: 27px;
  }
  .foot-form .wrap {
    display: block;
  }
  .foot-form .title {
    font-size: 18px;
    margin-right: 0;
    width: auto;
    line-height: 28px;
    text-align: center;
  }
  .form-error-container {
    width: auto;
  }
  .footer-cat figure {
    margin-right: 10px;
  }
  .foot-catalog {
    width: 100%;
  }
  .product-default .product-default-texts-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .button.colord span {
    font-size: 8px;
    line-height: 12px;
  }
  .button.colord span > span {
    font-size: 7px;
  }
  .product-default .bottom .price {
    padding-right: 5px;
  }
}
@media screen and (max-width: 479px) {
  .wrap {
    width: 100%;
  }
  .head-boot {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .head-phone-mobil {
    width: 100%;
    order: -1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: -10px;
  }
  .head-phone-mobil .title {
    padding-right: 10px;
  }
  .head-top {
    padding: 30px 10px;
    width: 100%;
  }
  .head-menu ul li + li {
    padding: 20px 0 0;
  }
  .head-catalog .head-catalog-container {
    padding: 30px 10px;
  }
  .head-catalog .head-catalog-container.for-mob .main_category_wrapper {
    font-size: 13px;
    top: 30px;
    margin-right: 52px;
  }
  .head-catalog .head-catalog-container.for-mob .menu li a {
    font-size: 13px;
  }
  .product-default:not(.home-products-item) .top {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .product-default:not(.home-products-item) .top .sale {
    width: 100%;
    text-align: left;
    order: 3;
  }
  .product-default:not(.home-products-item) .top .sku, .product-default:not(.home-products-item) .top .wishlist {
    margin-bottom: 8px;
  }
  .home-banner-bott {
    line-height: 25px;
    background-size: calc(100% - 115px);
  }
  .home-products-top .home-title {
    font-size: 20px;
  }
  .home-products-item .product-default-texts-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }
  .home-products-item .sale {
    position: absolute;
    top: 25px;
  }
  .home-products-item .sale.statuses {
    text-align: left;
  }
  .footer {
    padding: 30px 0;
  }
  .foot-logo img {
    width: 70px;
  }
  .foot-item .menu > li + li {
    padding-top: 6px;
  }
  .foot-item .menu > li > a, .foot-add {
    font-size: 9px;
  }
  .foot-contact .phone {
    font-size: 16px;
  }
  .foot-contact .email {
    font-size: 10px;
  }
  .footer-cat li {
    width: 100%;
  }
  .footer-cat li:nth-child(2n-1) {
    margin-right: 0;
  }
  .popup-right {
    padding: 50px 10px 40px;
    box-shadow: none;
  }
  .popup-right .close {
    top: 10px;
    right: 10px;
  }
  #popup-review {
    padding: 60px 10px 20px;
  }
  .popup-review-top .left {
    padding-right: 10px;
  }
  .popup-review-top .title {
    font-size: 16px;
  }
  .popup-review-top .name, .popup-review-top number span {
    font-size: 11px;
  }
  .popup-review-top .number {
    font-size: 36px;
    line-height: 28px;
  }
  .popup-review-top .rating i {
    font-size: 9px;
    line-height: 9px;
    margin: 0 0.2px;
  }
  .price-all {
    width: 90px;
  }
  .examples-wrapper {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }
  .examples-wrapper .example-of-work {
    margin-right: 0;
  }
  .example-of-work.button {
    width: 100%;
  }
  .example-of-work .home-products-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .example-of-work .home-products-top h2 {
    margin-bottom: 20px;
  }
  .example-of-work:nth-child(4n) .image-example, .example-of-work:nth-child(4n-1) .image-example, .example-of-work:nth-child(6n) .image-example, .example-of-work:nth-child(6n-1) .image-example, .example-of-work:nth-child(8n-1) .image-example {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  #cart-popup .title, #order-popup .title {
    font-size: 16px;
    padding-bottom: 20px;
  }
  #cart-popup .table-striped .item, #order-popup .table-striped .item {
    flex-wrap: wrap;
  }
  #cart-popup .table-striped .item .name, #order-popup .table-striped .item .name {
    width: calc(100% - 120px);
  }
  #cart-popup .table-striped .item .price-default, #order-popup .table-striped .item .price-default {
    display: flex;
    flex-direction: column;
    font-size: 13px;
  }
  #cart-popup .table-striped .item .price-default .old, #order-popup .table-striped .item .price-default .old {
    text-align: left;
  }
  #cart-popup .table-striped .item .price.price-default, #order-popup .table-striped .item .price.price-default {
    margin: 10px 0 0;
  }
  #cart-popup .table-striped .item .count, #order-popup .table-striped .item .count {
    margin: 10px auto 0;
  }
  #cart-popup .table-striped .item .delete, #order-popup .table-striped .item .delete {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .cart-mini-button .checkout {
    height: 50px;
    font-size: 14px;
  }
}
#my-address-fields {
  padding-top: 15px;
}

[data-theme=dark] .home-category .home-category-item:hover .img img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(100%) saturate(2000%) hue-rotate(45deg) brightness(120%) contrast(100%) !important;
}
