@charset "utf-8";

body {
  background: #fff;
  color: #131a22;
  font: normal 16px/1.4 "GT Eesti Display", Arial, sans-serif;
  letter-spacing: 0.4px;
  width: 100%;
  min-width: 320px;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: normal 100%/1.1 "GT Eesti Display", Arial, sans-serif;
  color: #131a22;
  font-weight: 500;
}

h1 {
  font-size: clamp(1.25rem, 1.063rem + 0.94vw, 2rem);
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.content-wrap {
  position: relative;
  padding: 0 calc(6px + 18 * ((100vw - 320px) / (1600 - 320)));
  min-width: 320px;
  max-width: 1280px;
  margin: 0 auto;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 calc(6px + 18 * ((100vw - 320px) / (1600 - 320)));
  line-height: 1;
  margin: 0 auto 24px;
  text-align: center;
  font-size: calc(18px + 8 * ((100vw - 320px) / (1600 - 320)));
}

.section-title--name {
  background: var(--sc-bg, #f8f8f8);
  display: inline-block;
  padding-right: 12px;
  font-size: calc(18px + 6 * ((100vw - 320px) / (1600 - 320)));
  font-weight: 500;
  z-index: 1;
}

/* Header */
header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

header.header-fixed {
  position: fixed;
  top: -100px;
}

.header-content {
  height: calc(80px + 20 * ((100vw - 320px) / (1600 - 320)));
}

.header-dop--meny {
  position: absolute;
  display: none;
}

.header-dop--meny a {
  position: relative;
  margin: 0 0 8px;
  font-size: 12px;
}

.header-dop--meny a svg {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 5px 0 0;
}

.header-logo {
  backdrop-filter: var(--box-blur);
  -webkit-backdrop-filter: var(--box-blur);
  position: absolute;
  padding: 0 4px;
  top: 4px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  width: 230px;
  left: calc(50% - 115px);
}

/* .header-fixed .header-logo {
	opacity: 1;
	top: -98px;
} */

.header-fixed .header-logo.active {
  top: 0px;
}

.header-logo img {
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2));
}

.go-back-btn {
  border-radius: var(--box-br);
  border: 1px solid #a2a9b5;
  box-shadow: 0 0 0 0 rgba(215, 230, 254, 0.4);
  -webkit-backdrop-filter: var(--box-blur);
  backdrop-filter: var(--box-blur);
  display: none;
  flex-wrap: nowrap;
  font-size: 12px;
  align-items: center;
  width: 74px;
  position: fixed;
  padding: 0 8px 0 4px;
  top: 18px;
  left: 16px;
  transition: 0.3s;
}

.go-back-btn svg {
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  transform: rotate(180deg);
}

main {
  position: relative;
  margin-top: 38px;
}

.main-h1,
.page-h1 {
  position: relative;
  margin-bottom: 6px;
  text-align: center;
  font-size: calc(22px + 8 * ((100vw - 320px) / (1600 - 320)));
}

.page-h1 {
  margin: calc(24px + 32 * ((100vw - 320px) / (1600 - 320))) 0 0;
}

.h1-sub--title {
  text-align: center;
  color: var(--color-dop);
  margin: 0 0 50px;
  font-weight: normal;
  font-size: 14px;
}

.aside {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: var(--box-cont-bg);
  border-radius: 26px 40px 26px 26px;
  backdrop-filter: var(--box-blur);
  -webkit-backdrop-filter: var(--box-blur);
  padding: 6px 12px 6px 6px;
  position: fixed;
  top: 8px;
  left: 1vw;
  z-index: 11;
}

.aside.right-bar {
  border-radius: 40px 26px 26px 26px;
  padding: 6px 6px 6px 12px;
  left: auto;
  right: 1vw;
}

.bar-icons--wrap {
  position: relative;
  min-width: 112px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-btn {
  position: relative;
  padding: 8px 12px;
  cursor: pointer;
}

.header-btn svg {
  width: 26px;
  height: 26px;
  -webkit-transition: 0.3s var(--box-trs);
  -o-transition: 0.3s var(--box-trs);
  transition: 0.3s var(--box-trs);
  --strok: #d0d0d0;
}

.header-btn svg:hover {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.right-bar .header-btn svg:hover {
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.mega-menu--btn,
.log-in--btn {
  background: var(--box-bg);
  border-radius: 20px 30px 20px 20px;
  position: relative;
  padding: 10px;
  margin: 0 8px 0 0;
  cursor: pointer;
}

.mega-menu--btn svg,
.log-in--btn svg {
  width: 35px;
  height: 35px;
  -webkit-transition: 0.3s var(--box-trs);
  -o-transition: 0.3s var(--box-trs);
  transition: 0.3s var(--box-trs);
}

.mega-menu--btn:hover svg {
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.log-in--btn {
  background: var(--box-bg);
  border-radius: 30px 20px 20px 20px;
  margin: 0 0 0 8px;
}

.log-in--btn .log-in-avatar {
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

.log-in--btn .log-in-avatar svg {
  --fill: #d0d0d0;
  --strok: none;
}

.log-in--menu {
  background: var(--box-bg);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  padding: 0;
  width: 200px;
  right: -4px;
  top: 67px;
  pointer-events: none;
  -webkit-transform: scale3d(1, 0.6, 1);
  transform: scale3d(1, 0.6, 1);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: opacity 0.3s ease 0s,
    -webkit-transform 0.2s var(--box-trs) 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.2s var(--box-trs) 0s;
  -o-transition: transform 0.2s var(--box-trs) 0s, opacity 0.3s ease 0s;
  transition: transform 0.2s var(--box-trs) 0s, opacity 0.3s ease 0s;
  transition: transform 0.2s var(--box-trs) 0s, opacity 0.3s ease 0s,
    -webkit-transform 0.2s var(--box-trs) 0s;
  font-size: 13px;
  opacity: 0;
}

.log-in--btn:hover .log-in--menu {
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.log-in--menu svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31px;
  flex: 0 0 31px;
  height: 32px;
  margin: 0 12px 0 -2px;
}

.log-in--menu:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 170px;
  top: -14px;
  right: 0;
}

.log-in--menu-item {
  font-size: 12px;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  padding: 10px;
  color: var(--win-text);
}

.lim-item--subtitle {
  color: #e08b62;
}

.wish-list--qty {
  background: #f1445b;
  border-radius: 15px;
  position: absolute;
  padding: 2px 2px 1px;
  min-width: 16px;
  top: 2px;
  right: 25px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

/* Country switch */
.country-switch--wrap {
  position: relative;
  margin: 4px 0 12px;
  width: 90px;
  left: 8px;
}

.country-switch {
  background: var(--box-bg);
  border-radius: 15px;
  position: relative;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
}

.country-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  height: 0px;
  -webkit-transition: all 0.3s var(--box-trs) 0s;
  -o-transition: all 0.3s var(--box-trs) 0s;
  transition: all 0.3s var(--box-trs) 0s;
  margin-top: 0;
}

.country-lang svg {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 2px;
}

.country-lang.country-active,
.show .country-lang {
  opacity: 1;
  pointer-events: auto;
  height: 20px;
}

.show .country-lang {
  margin-top: 5px;
}

.country-name {
  color: var(--win-title);
}

/* END Сountry swich */

/* Win. Contact */
.win-contact {
  border-radius: 26px;
  -webkit-box-shadow: none;
  box-shadow: none;
  backdrop-filter: var(--box-blur);
  -webkit-backdrop-filter: var(--box-blur);
  position: fixed;
  padding: 8px;
  top: 88px;
  left: 80px;
  width: 300px;
  z-index: 11;
}

.win-contact--content {
  background: var(--box-bg);
  border-radius: var(--box-br);
  position: relative;
  padding: 12px;
}

.win-contact .i-close {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.win-contact--header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}

.win-contact--header svg {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  --fill: #d0d0d0;
}

.win-contact--header-title {
  color: var(--win-sub-title);
  font-size: 12px;
  line-height: 1.5;
}

.win-contact--header-title b {
  color: var(--win-title);
  font-size: 16px;
}

.win-contact--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 2;
  color: var(--win-text);
}

.win-contact--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 12px;
  position: relative;
  margin-bottom: 10px;
  color: var(--win-sub-title);
}

.win-contact--title hr {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 6px;
  border: 1px dotted rgba(162, 162, 162, 0.5);
  height: 0;
}

.win-contact--block svg {
  margin-right: 12px;
  left: 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  --fill: #d0d0d0;
}

.win-contact--block a {
  display: block;
  cursor: pointer;
  font-weight: 500;
  color: var(--win-text);
}

.win-contact--block a:hover {
  color: #61b5ff;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* END Win. Contact */

/* Win. header menu */
.header-menu--item {
  background: inherit;
  border-radius: 14px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  color: var(--win-text);
  font-size: 14px;
  transition: 0.3s;
  padding: 12px 4px;
  margin-bottom: 2px;
  cursor: pointer;
}

.header-menu--item:hover {
  background: #1f232d;
  padding: 12px 4px 12px 8px;
}

.header-menu--item svg {
  position: relative;
  transform: rotate(-90deg);
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

/* END Win. header menu */

/*** Cart mini ***/
.cart-mini.box-panel {
  background: none;
  border-radius: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  position: fixed;
  padding: 0 3vw;
  top: 0;
  width: 100vw;
  max-width: 530px;
  height: 100%;
  overflow: auto;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
}

.cart-mini--wrap {
  background: var(--box-cont-bg);
  backdrop-filter: var(--box-blur);
  -webkit-backdrop-filter: var(--box-blur);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 26px;
  position: relative;
  padding: 8px;
  margin: 88px 0 50px;
  max-width: 480px;
  min-width: 390px;
}

.cart-mini--content {
  background: #2b323e;
  -webkit-box-shadow: var(--box-shad);
  box-shadow: var(--box-shad);
  border-radius: var(--box-br);
  overflow: hidden;
  padding: 0 0 15px;
}

.cart-mini--qty {
  background: #f1445b;
  border-radius: 15px;
  position: absolute;
  padding: 2px 2px 1px;
  min-width: 16px;
  top: 2px;
  left: 10px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  line-height: 1;
}

.cart__item-preloader,
.form--subscribe-succcess,
.form--loader {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: var(--box-br);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.form--loader-subscribe {
  background: rgb(37 44 55 / 10%);
  top: 0;
  left: -5px;
  width: calc(100% + 10px);
  height: 100%;
}

.form--subscribe-succcess {
  background: rgb(37 44 55 / 90%);
  top: 0;
  left: -5px;
  width: calc(100% + 10px);
  height: 100%;
  color: #fff;
}

.subscribe--succcess-text {
  background: rgb(255 255 255 / 5%);
  box-sizing: border-box;
  padding: 20px;
  border-radius: 12px;
  font-size: 16px;
}

.cart-mini--title {
  background: rgba(30, 36, 43, 0.75);
  position: relative;
  padding: 15px 15px;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--win-title);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  z-index: 1;
}

.cart-mini--title b {
  margin: 0 2px;
  font-size: 14px;
}

.cart-mini--title .cart-mini--icon {
  position: relative;
  margin: -4px 10px 0 0;
  width: 42px;
  height: 42px;
}

.cart-mini .i-close {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.cart-mini--title-qtw {
  position: relative;
  padding: 3px 0;
  font-size: 15px;
  line-height: 1.4;
}

.cart-mini--title-qtw p {
  color: var(--win-sub-title);
  font-size: 12px;
  font-weight: normal;
}

.cart-mini--title-qtw p b {
  color: var(--win-title);
  font-weight: 500;
}

.cart-mini--title-name {
  position: relative;
  color: var(--win-title);
}

.cart-mini--prod-list {
  padding: 10px 14px 0;
  overflow: hidden;
  margin-bottom: 15px;
}

.cart-mini--prod-scroll {
  padding: 5px 0 5px;
  min-height: 400px;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 0.3s ease-in-out 0.3s,
    -webkit-transform 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out 0.3s,
    -webkit-transform 0.3s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s,
    -webkit-transform 0.3s ease-in-out 0.3s;
}

.cart-mini.open .cart-mini--prod-scroll {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cart-mini--prod-item {
  background: rgba(25, 33, 43, 0.9);
  box-shadow: var(--box-shad);
  border-radius: 18px;
  margin-bottom: 6px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cart-mini--prod-item:hover {
  background: rgba(19, 26, 34, 0.9);
}

.cart-mini--prod-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  padding: 5px;
}

.cart-mini--prod-img img {
  border-radius: 12px;
}

.cart-mini--prod-data {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  padding: 6px 10px 6px 12px;
}

.cart-mini--prod-name {
  padding: 3px 0 0;
  margin-bottom: 8px;
}

.cart-mini--prod-name a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 65px);
  flex: 0 0 calc(100% - 65px);
  line-height: 1.3;
  font-weight: 500;
  font-size: 13px;
  color: var(--win-text);
}

.cart-mini--prod-dell {
  position: relative;
  top: -5px;
  right: -5px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cart-mini--prod-dell button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  border-radius: 12px;
  position: relative;
  padding: 4px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.pr-hart.add svg {
  --fill: #ff3939;
}

.cart-mini--prod-dell button:hover {
  background: #4a505c;
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}

.cart-mini--prod-dell svg {
  width: 100%;
  height: 100%;
  --fill: #f5f5f5;
}

.cart-mini--prod-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.cart-mini--data {
  font-size: 13px;
  color: var(--win-sub-title);
}

.cp-id.cart-mini--data {
  margin-bottom: 4px;
}

.cp-summ.cart-mini--data {
  padding: 0 5px 0 0;
}

.cart-mini--data b {
  margin-left: 5px;
  color: var(--win-title);
  font-weight: normal;
}

.cart-mini--data svg {
  width: 9px;
  height: 10px;
  position: relative;
  vertical-align: baseline;
  left: -2px;
  line-height: 0;
  bottom: -1px;
  fill: var(--color-dop);
}

.cart-mini--prod-total {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: right;
  padding: 0 3px 0 0;
}

.cp-summ.cart-data {
  padding-right: 3px;
  color: var(--win-sub-title);
  font-size: 14px;
}

.cp-summ.cart-data small {
  margin-left: 2px;
  font-size: 12px;
}

.cp-summ b {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-price-dark);
}

.cp-qtw {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 4px;
  margin-bottom: 10px;
  top: -2px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cm-qtw--wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  background: #323740;
  border-radius: 20px;
  position: relative;
  margin-left: 5px;
  overflow: hidden;
}

.cm-qtw--wrap button {
  border-radius: 15px;
  padding: 5px 8px;
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cm-qtw--wrap button:hover {
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #de5858;
}

.cm-qtw--wrap button.qtw-min:hover {
  color: #29b24c;
}

.cm-qtw--wrap b {
  position: relative;
  padding: 3px;
}

.cart-mini hr {
  border: none;
  height: 1px;
  width: 50%;
  margin: 0 auto 20px;
  border-radius: 10px;
  background: #53575b;
}

.cart-mini--total-wrap {
  background: rgba(25, 33, 43, 0.9);
  box-shadow: var(--box-shad);
  border-radius: 18px;
  padding: 20px 15px;
  max-width: calc(100% - 28px);
  margin: 0 auto 35px;
  font-size: 14px;
  color: var(--color-dop);
}

.cart-mini--total-text {
  white-space: nowrap;
  margin: 0 0 24px;
  text-align: center;
  color: var(--win-sub-title);
}

.cart-mini--total-text b {
  margin-right: 2px;
  color: var(--color-price-dark);
  font-size: 16px;
  font-weight: 500;
}

.cart-mini--total-text svg {
  position: relative;
  width: 10px;
  height: 10px;
  fill: var(--color-dop);
}

.go-cart--btn {
  display: block;
}

.go-cart--btn svg {
  position: absolute;
}

.show-info--btn {
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 15px 15px;
  font-size: 13px;
  color: var(--win-sub-title);
  padding: 6px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.show-info--btn svg {
  position: relative;
  width: 23px;
  height: 23px;
  top: 1px;
  left: -2px;
  margin-right: 6px;
  fill: var(--win-title);
}

.show-info--btn:hover {
  background: #1d2631;
  color: var(--win-title);
}

.show-info--btn:hover i {
  right: -3px;
}

.cart-mini--empty {
  border-radius: var(--box-br);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 280px;
  font-weight: 500;
  color: var(--win-title);
  margin: 0 10px;
}

.cart-mini--empty-icon {
  position: relative;
  margin: 0 0 20px;
}

/* END Cart mini */

.tips-win {
  background: #318a24;
  outline: 3px solid rgba(37, 149, 20, 0.6);
  border-radius: var(--box-br);
  -webkit-box-shadow: 0 2px 14px -3px #555;
  box-shadow: 0 2px 14px -3px #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  padding: 8px 15px;
  pointer-events: none;
  right: calc(50% - 84px);
  top: 30px;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: opacity 0.4s ease 0s,
    -webkit-transform 0.3s var(--box-trs) 0s;
  transition: opacity 0.4s ease 0s, -webkit-transform 0.3s var(--box-trs) 0s;
  -o-transition: transform 0.3s var(--box-trs) 0s, opacity 0.4s ease 0s;
  transition: transform 0.3s var(--box-trs) 0s, opacity 0.4s ease 0s;
  transition: transform 0.3s var(--box-trs) 0s, opacity 0.4s ease 0s,
    -webkit-transform 0.3s var(--box-trs) 0s;
  opacity: 0;
}

.tips-win.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.tips-win svg {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 -5px;
  fill: #fff;
}

.tips-win span {
  font-size: 14px;
  color: #fff;
}

/* Search panel */
.search-panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 26px;
  backdrop-filter: var(--box-blur);
  -webkit-backdrop-filter: var(--box-blur);
  position: fixed;
  padding: 8px;
  top: 88px;
  left: 80px;
  width: 500px;
  max-width: 400px;
  z-index: 11;
}

.search-panel--content {
  background: var(--box-bg);
  border-radius: var(--box-br);
  -webkit-box-shadow: var(--box-shad);
  box-shadow: var(--box-shad);
  position: relative;
  padding: 2px 52px 3px 2px;
}

.search-panel .search-win-btn {
  border-radius: 15px;
  position: absolute;
  padding: 8px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  top: calc(50% - 21px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  right: 56px;
}

.search-panel .search-win-btn:hover {
  background: rgba(0, 0, 0, 0.1);
}

.search-panel--input {
  border: 1px solid #fff;
  border-radius: 18px;
  padding: 15px 15px;
}

.search-panel--input:focus {
  background: #fff;
  border: 1px solid #7d7d7d;
}

.search-panel .i-close {
  top: 9px;
  position: absolute;
  width: 35px;
  height: 35px;
  right: 8px;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out 0.2s;
  -o-transition: 0.4s ease-in-out 0.2s;
  transition: 0.4s ease-in-out 0.2s;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* END Search panel */

/* Main search */
.search-main--wrap {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: calc(60px + 20 * ((100vw - 320px) / (1600 - 320)));
  transform: translateX(-50%);
  z-index: 10;
}

.search-main--wrap.fixed {
  position: fixed;
  top: 30px;
}

.search-main--input {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: var(--box-blur);
  -webkit-backdrop-filter: var(--box-blur);
  border: 1px solid #e0e0e0;
  border-radius: 26px;
  outline: 3px solid #e0e0e0;
  width: calc(100vw - 30px);
  max-width: 340px;
  padding: 8px 16px;
  transition: 0.3s;
}

.search-main--input:focus {
  background: #fff;
  border: 1px solid #c1c1c1;
  outline: 3px solid #e0e0e0;
  max-width: 480px;
}

.search-main--wrap .search-win-btn {
  border-radius: 15px;
  position: absolute;
  padding: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: calc(50% - 20px);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  right: 6px;
}

/* END Main search */

/* Mega menu */
.mega-menu {
  background: var(--box-cont-bg);
  border-radius: 20px 20px 26px 26px;
  position: fixed;
  margin: 0 auto;
  top: 88px;
  left: 1vw;
  /*
	-webkit-transition: var(--box-show-trs);
	-o-transition: var(--box-show-trs);
	transition: var(--box-show-trs);
	*/
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}

.mega-menu:after {
  content: "";
  border-radius: var(--box-br);
  backdrop-filter: var(--box-blur);
  -webkit-backdrop-filter: var(--box-blur);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.open.mega-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-out;
}

.mega-menu--title {
  display: none;
}

.mega-menu--nav {
  position: relative;
  padding: 6px 12px 12px 8px;
}

.nav-item {
  letter-spacing: 1px;
}

.nav-item--btn {
  background: rgba(19, 26, 34, 0.88);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 8px 16px 12px 6px;
  margin: 0 0 8px;
  min-width: 160px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.nav-item--btn:hover,
.nav-item.show .nav-item--btn {
  background: rgba(19, 26, 34, 1);
  color: var(--color-main);
  opacity: 1;
  z-index: 2;
}

.nav-item--btn:before {
  content: "";
  background: url(/icons/menu-active-right1.svg) no-repeat center center/100%;
  position: absolute;
  top: calc(50% - 15px);
  right: -12px;
  width: 13px;
  height: 30px;
  opacity: 0;
  -webkit-transform: scale3d(0.3, 1, 1);
  transform: scale3d(0.3, 1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.show .nav-item--btn:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* .nav-item--btn:after {
	content: "";
	background: url(/icons/menu-active-right.svg) no-repeat center center/100%;
	backdrop-filter: var(--box-blur);
	-webkit-backdrop-filter: var(--box-blur);
	position: absolute;
	top: 11px;
	right: -19px;
	width: 7px;
	height: 38px;
	opacity: 0;
	-webkit-transform: scale3d(0.3, 1, 1);
	transform: scale3d(0.3, 1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.show .nav-item--btn:after {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
} */

.nav-item--btn .i-close {
  display: none;
}

.nav-item--icon {
  display: block;
  position: relative;
  margin: 0 6px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  height: 32px;
  width: 32px;
  fill: #8b8f94;
}

.nav-item--sign {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: var(--win-title);
}

.nav-item--sign p {
  font-weight: normal;
  font-size: 12px;
  color: var(--win-sub-title);
  line-height: 1.2;
  white-space: nowrap;
}

.nav-list {
  background: var(--box-cont-bg);
  border-radius: var(--box-br);
  -webkit-box-shadow: none;
  box-shadow: none;
  backdrop-filter: var(--box-blur);
  -webkit-backdrop-filter: var(--box-blur);
  width: calc(100vw - 236px);
  max-width: 830px;
  position: absolute;
  padding: 16px 8px;
  left: 230px;
  top: 0;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
  -webkit-transform: scale3d(1, 0.8, 1);
  transform: scale3d(1, 0.8, 1);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}

.open .nav-item.show .nav-list {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  z-index: 1;
}

.nav-item.show:after {
  backdrop-filter: var(--box-blur);
  -webkit-backdrop-filter: var(--box-blur);
  position: absolute;
  content: "";
  width: 50px;
  height: 90%;
  right: -30px;
  top: 16px;
  z-index: -1;
}

.nav-list--top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2px;
  margin: 0 0 12px;
}

.nav-top--link {
  background: var(--box-bg);
  border-radius: 15px;
  position: relative;
  padding: 6px 12px 6px 8px;
  margin: 8px 4px 16px;
  font-size: 13px;
  color: var(--win-title);
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  transition: 0.2s;
}

.nav-top--link:hover {
  transform: scale(1.04);
  background: #1f232d;
}

.nav-top--link svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  --strok: #eee;
}

.nav-list--scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 10px;
  scroll-snap-align: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: auto;
}

.nav-list--column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 195px;
  flex: 0 0 195px;
  background: var(--box-bg);
  border-radius: var(--box-br);
  padding: 12px 6px;
  margin: 0 4px;
  backdrop-filter: var(--box-blur);
  -webkit-backdrop-filter: var(--box-blur);
  color: #ddd;
  scroll-snap-align: center;
}

.nav-list--column:last-child {
  border: none;
}

.nav-list--column a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: normal;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  color: #babec4;
  overflow: hidden;
}

.nav-list--column a.smenu-open,
.nav-list--column a:hover {
  background: #1f232d;
  color: #f4f4f4;
}

.nav-list--column a span {
  position: relative;
  color: #4387de;
  font-size: 13px;
  font-weight: normal;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.nav-list--column a.smenu-open span,
.nav-list--column a:hover span {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.nav-list--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
  padding: 0 8px;
  font-weight: 500;
  font-size: 15px;
}

.nav-list--title::after {
  content: "";
  background: #6d7277;
  bottom: -10px;
  height: 1px;
  width: 85%;
  position: absolute;
  left: 14px;
}

.nav-list--title .nav-list--icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  position: relative;
  height: 32px;
  width: 32px;
  margin: 0 6px 0 0;
  fill: #8b8f94;
}

.nav-list--column .nav-list--title a {
  border-radius: 0;
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
}

/* END Mega menu */

/* Man Slider sw */

:root {
  --swiper-pagination-bottom: -8px;
  --swiper-pagination-bullet-horizontal-gap: 2px;
}

/* Tips */
.tip-info {
  background: #2e7fce;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 5px 1px #777388;
  box-shadow: 0 1px 5px 1px #777388;
  display: none;
  padding: 8px 25px;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: -15px;
  right: -15px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

.tip-info:hover {
  background: #5748bf;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tip-err {
  background: #ff7676;
  -webkit-box-shadow: 0 2px 20px -5px #555;
  box-shadow: 0 2px 20px -5px #555;
  border-radius: var(--box-br);
  position: absolute;
  color: #fff;
  line-height: 1.4;
  padding: 6px 15px;
  font-size: 14px;
  white-space: pre;
  z-index: 10;
}

.tip-err:before {
  content: "";
  position: absolute;
  left: 49%;
  top: -13px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #ff7676;
  z-index: 10;
}

/* Login form */
.win-login.win-modal {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.win-login--section-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 30px 20px;
}

.win-login--section-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background: #000306;
  border-radius: 0 16px 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.win-login--section-right .login-img {
  max-width: 250px;
}

.form-select--method {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 0 15px;
}

.f-select--btn {
  background: var(--inp-bg);
  border-radius: var(--inp-br);
  border: var(--inp-brd);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.5%;
  flex: 0 0 47.5%;
  font-size: 14px;
  color: var(--win-text);
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}

.f-select--btn.show {
  opacity: 1;
}

.f-select--btn:hover {
  background: #171d26;
  border: 1px solid #465b6b;
  opacity: 1;
}

.f-select--btn svg {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  --fill: #d0d0d0;
}

.form-methods--scroll {
  position: relative;
  overflow-x: hidden;
  margin: 0 -20px;
}

.form-methods--list {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: 0.8s cubic-bezier(0.72, -0.34, 0.27, 1.37) 0s;
  -o-transition: 0.8s cubic-bezier(0.72, -0.34, 0.27, 1.37) 0s;
  transition: 0.8s cubic-bezier(0.72, -0.34, 0.27, 1.37) 0s;
}

.form-methods--scroll.show .form-methods--list {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.form-methods--list .user-in-mail {
  margin: 0 auto 15px 15px;
}

.form-methods--list .user-in-code,
.form-methods--list .user-in-password {
  margin: 0 auto 12px 15px;
}

.form-method {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 25px);
  flex: 0 0 calc(100% - 25px);
  margin: 0 20px 0 5px;
}

.form-inp--wrap {
  position: relative;
}

.win-login.show {
  top: -5px;
  opacity: 1;
}

.login-btn-wrap {
  position: relative;
  margin: 20px 0 40px;
}

.login-btn-resend,
.login-btn-restore {
  position: relative;
  margin: 22px auto 0;
  font-size: 13px;
  text-align: center;
  color: var(--win-sub-title);
  white-space: nowrap;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.login-btn-resend.send,
.login-btn-restore.send {
  display: block;
}

.login-btn-resend:hover,
.login-btn-restore:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: var(--win-title);
}

.arrow-anime .arrow-icon--circle {
  -webkit-transition: stroke-dashoffset 0.3s ease;
  -o-transition: stroke-dashoffset 0.3s ease;
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.login--btn .arrow-anime {
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
}

.login--btn:hover .arrow-icon {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0);
}

.login--btn:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.win-login b {
  color: #d06f01;
  font-weight: normal;
}

.blank-modal-wrap .win-login {
  padding: 20px 25px 20px 25px !important;
}

.auth-form b {
  color: #eaac66;
  font-weight: normal;
}

.win-login .login-input {
  width: 100%;
  padding: 18px 15px;
  margin: 0 auto;
  font-size: 14px;
  color: var(--win-text);
}

.win-login-name {
  position: relative;
  margin: 0 0 40px;
}

.win-login-name .icon {
  display: block;
  position: relative;
  width: 140px;
  margin: 0 auto 20px;
}

.win-login-name p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: var(--win-text);
}

.win-login-name .fa-certificate {
  color: #86de66;
  font-size: 60px;
  position: absolute;
  left: -2px;
  top: 6px;
}

.user-out {
  margin: 0 auto 0 auto;
  text-align: center;
}

.user-out button {
  background: #1a212d;
  display: inline-block;
  border-radius: var(--box-br);
  padding: 4px 22px;
  font-size: 14px;
  color: var(--win-title);
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.user-out button:hover {
  transform: scale(1.1);
}

.log-form-avatar {
  max-width: 100px;
  text-align: center;
  margin: 0 auto 20px;
  font-size: 35px;
  color: #b9c3ce;
}

.log-form-mail {
  color: #529ef5;
  margin: 0 0 10px;
  text-align: center;
}

.user-in-account {
  margin: 0 0 50px;
}

.user-in-account img {
  border-radius: 50%;
}

.user-in {
  margin: 0 auto 20px;
}

.user-in-mail {
  position: relative;
  margin: 0 auto 15px;
}

.form-inp--wrap label {
  display: block;
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 50px;
  left: -32px;
  top: 18px;
  color: var(--win-sub-title);
  font-size: 10px;
  text-align: center;
}

.login-input {
  background: var(--inp-bg);
  border-radius: var(--inp-br);
  border: var(--inp-brd);
}

.login-input:hover,
.login-input:focus {
  border: 1px solid #465b6b;
}

.login--btn {
  background: -o-linear-gradient(5deg, #020202 0%, #401086 100%);
  background: linear-gradient(85deg, #020202 0%, #401086 100%);
  margin: 0 auto 35px;
  display: block;
  width: 100%;
}

.login--btn:hover {
  background: -o-linear-gradient(5deg, #020202 0%, #4f17a2 100%);
  background: linear-gradient(85deg, #020202 0%, #4f17a2 100%);
}

.login-soc--wrap p {
  margin: 0 0 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--win-text);
}

/* END Login form */

/* Soc btn */
.log-in--soc {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.log-in--soc svg {
  background: var(--inp-bg);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin: 0 6px;
  padding: 8px;
  fill: var(--win-sub-title);
  --fill: var(--win-sub-title);
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.log-in--soc svg:hover {
  padding: 5px;
}

.log-in--soc .vk:hover,
.soc-btn .vk {
  --fill: #3372b5;
}

.log-in--soc .ya:hover {
  --fill: #fc3f1d;
}

.log-in--soc .gg:hover {
  --fill: #ed4677;
}

.log-sign {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 90%;
  font-size: 12px;
}

.log-sign span {
  color: var(--color-icon);
}

.log-in-soc-wrap {
  padding: 10px 0;
}

.linc-in {
  text-align: center;
  font-size: 13px;
  color: var(--win-sub-title);
}

.linc-in--btn {
  background: var(--inp-bg);
  border-radius: 20px;
  display: inline-block;
  position: relative;
  margin: 15px 0 0;
  padding: 8px 26px;
  color: var(--win-text);
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.linc-in--btn:hover {
  background: #171d26;
}

.reg-tip {
  -webkit-box-shadow: 0 8px 15px -8px #313131;
  box-shadow: 0 8px 15px -8px #313131;
  border-radius: 14px;
  position: absolute;
  padding: 8px 16px;
  font-size: 13px;
  top: 55px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.reg-error {
  background: #d25a5a;
  color: #fff;
  margin-bottom: 25px;
}

.reg-success {
  background: #f1fff1;
  border: 1px solid #9ecb92;
  border-radius: var(--box-br);
  position: relative;
  padding: 20px;
  font-size: 13px;
  width: 100%;
  text-align: center;
  color: #084600;
  margin-bottom: 25px;
}

.reg-info {
  background: #cdeeff;
  position: relative;
  top: 15px;
  color: #3b3e6a;
  margin: 15px 0 0;
  line-height: 1.6;
}

.reg-info--left {
  text-align: left;
}

.qw-tocart-wrap .reg-error {
  width: 85%;
}

@-webkit-keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
  }
}

@keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
  }
}

/* END Login form */

.section {
  background: #f8f8f8;
  padding: calc(20px + 20 * ((100vw - 320px) / (1600 - 320))) 0;
}

/* Loader */
.cssload-container {
  backdrop-filter: var(--box-blur);
  -webkit-backdrop-filter: var(--box-blur);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: calc(50% - 23px);
  width: 46px;
  height: 46px;
  z-index: 1;
}

.load-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  z-index: 1000;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  backdrop-filter: var(--box-blur);
  -webkit-backdrop-filter: var(--box-blur);
}

.load-container-spin,
.form--loader-spinner {
  display: block;
  border-color: #0000 #2b9ff3 #3783f9 #6e46ff;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  position: relative;
  width: 42px;
  height: 42px;
  animation: cssload-spin 1.5s infinite linear;
  -o-animation: cssload-spin 1.5s infinite linear;
  -ms-animation: cssload-spin 1.5s infinite linear;
  -webkit-animation: cssload-spin 1.5s infinite linear;
  -moz-animation: cssload-spin 1.5s infinite linear;
}

.load-container-long .load-container-spin,
.load-container-long .form--loader-spinner {
  display: block;
}

.load-container-text {
  display: none;
  color: #fff;
  text-align: center;
  line-height: 18px;
  font-size: 17px;
  width: 300px;
  margin: 30px auto;
  line-height: 26px;
}

.load-container-long {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(79 103 118 / 69%);
  border-radius: 0;
  padding-top: 100px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.load-container-long .load-container-text {
  display: block;
}

/* END Loader */

/* Loader 2 */
.preload-img {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

@-webkit-keyframes preload-img {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes preload-img {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

/* END Loader 2 */

/* Form loader */
.form--preloader {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
}

.form--preloader .load-container-spin {
  border-color: transparent #000 #000;
  top: calc(50% - 30px);
  position: relative;
  left: calc(50% - 30px);
  margin: 0;
}

/* Footer */
footer {
  padding: 12px calc(6px + 12 * ((100vw - 320px) / (1600 - 320)));
  max-width: 100%;
  overflow: hidden;
}

.footer-content {
  background: var(--footer-bg);
  border-radius: var(--box-br);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  max-width: 100%;
  min-width: 300px;
  padding: 0;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  row-gap: 12px;
}

.footer-block--left,
.footer-block--right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: 210px;
  padding: 46px 0 0 20px;
}

.fb-title {
  margin: 0 0 15px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.fb-sub-title {
  padding: 6px 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #d9d9d9;
}

.fb-link {
  display: block;
  position: relative;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: normal;
  color: var(--color-dark-dop);
  line-height: 1.8;
}

a.fb-link:hover {
  text-decoration: underline;
  color: #588ce0;
}

/* Subscription_form */
.footer-block--center {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: 400px;
}

.footer-block--bottom {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
  margin: 46px auto 12px;
}

.subscript-form {
  position: relative;
  padding: 100px 0 0;
  text-align: center;
}

.sf-title {
  position: relative;
  margin-bottom: 2px;
  font-size: calc(16px + 2 * ((100vw - 320px) / (1280 - 320)));
  font-weight: 500;
  color: #d2d2d2;
  line-height: 1.5;
  z-index: 1;
}

.sf-sub-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-dark-dop);
  z-index: 1;
}

.sf-sub--privacy-policy,
.sf-sub--privacy-policy a {
  position: relative;
  max-width: 310px;
  margin: 0 auto;
  font-size: 12px;
  color: #6f7a8c;
  z-index: 2;
}

.sf-sub--privacy-policy a {
  color: #4f7abf;
}

.sf-sub--privacy-policy a:hover {
  color: #6792db;
  text-decoration: underline;
}

.subscript-input {
  position: relative;
  max-width: 400px;
  margin: 0 auto 20px;
  z-index: 1;
}

.sub-inp {
  position: relative;
  margin: 0 0 10px;
  width: 100%;
}

.sub-inp input {
  background: #1d232d;
  border: 1px solid #444a4f;
  padding: 14px 20px;
  font-size: 16px;
  color: var(--win-text);
}

.sub-inp input:hover,
.sub-inp input:focus {
  background: #171c25;
  border: 1px solid #58606a;
}

.sf-icon {
  position: absolute;
  opacity: 0.5;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  --fill: #616468;
}

.sub-send--btn {
  border-radius: 12px;
  position: absolute;
  padding: 4px;
  cursor: pointer;
  top: 4px;
  right: 4px;
  width: 44px;
  height: 42px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.sub-send--btn:hover {
  background: #303844;
}

.sub-send--btn svg {
  width: 100%;
  height: 100%;
  --fill: #d0d0d0;
}

.su-note {
  background: #f56767;
  border-radius: 16px;
  position: absolute;
  padding: 6px;
  top: -45px;
  font-size: 12px;
  color: #fff;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: none;
  max-width: 76%;
  text-align: center;
}

.su-note:before {
  content: "";
  background: #f56767;
  border-radius: 3px;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.not-ok {
  background: #6fbb5d;
  right: -230px;
}

.not-ok:before {
  border-right: 14px solid #6fbb5d;
}

.fb-soc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 8px;
}

.fb-soc a {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0 8px;
  cursor: pointer;
  transition: 0.3s;
}

.fb-soc a:hover {
  color: #fff;
  transform: scale(1.5);
}

.fb-soc a svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
  --fill: #d2d2d2;
}

.fb-soc a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.fb-sign {
  font-size: 13px;
  text-align: center;
  line-height: 1.8;
  color: #93a0ae;
}

.fb-sign--link {
  color: #4f7abf;
}

.fb-sign--link:hover {
  color: #6792db;
  text-decoration: underline;
}

.fb-sign b {
  font-weight: 500;
}

.footer-section .fa-phone {
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* END Subscription_form */

/* Violation win */
.violation-win--content.win-modal--content {
  background: #fff;
}

.vio-win--title.win-modal--title {
  font-size: 22px;
  line-height: 1.2;
  color: var(--color-main);
}

.vio-win--title img {
  position: relative;
  margin: 0 12px 0 10px;
  width: 62px;
  height: 62px;
}

.vio-win--content {
  position: relative;
  max-width: 670px;
  margin: 0 auto;
}

.vio-win--content p {
  margin-bottom: 20px;
}

.vio-win--content ul {
  padding: 10px 0 10px 20px;
}

.vio-win--content li {
  list-style: conic-gradient;
  margin-bottom: 15px;
  font-size: 14px;
  font-style: italic;
}

.send-violation--btn {
  color: #3263ff;
}

.send-violation--btn:hover {
  text-decoration: underline;
}

/* END Violation win */

/* Scroll to the top */
.page-up--btn {
  background: #384353;
  border-radius: 12px 16px 12px 30px;
  position: absolute;
  padding: 6px 8px;
  right: 15px;
  top: 15px;
}

.page-up--btn svg {
  position: relative;
  transform: rotate(180deg);
  transition: var(--box-trs);
  width: 34px;
  height: 34px;
  --fill: #eee;
}

.page-up--btn:hover svg {
  transform: rotate(180deg) transitionY(-5px);
}

@media (max-width: 860px) {
  .page-up--btn {
    border-radius: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

/* Chat */
div.chat-icon-show.icon-chat-animate-option-vertical-funnel {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* ReCapcha */
.grecaptcha-badge {
  opacity: 0;
  pointer-events: none;
}

/* Effects */
.header-social,
.badge-black-friday {
  border: 1px solid inherit;
  border-radius: 26px;
  backdrop-filter: var(--box-blur);
  -webkit-backdrop-filter: var(--box-blur);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 125px;
  min-height: 35px;
  position: fixed;
  padding: 0 5px;
  top: 32px;
  right: calc(220px + 0.5vw);
  text-align: left;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0 0 0 6px rgba(237, 200, 209, 0.4);
}

.badge-black-friday img {
  position: relative;
  margin: -4px 3px -2px 0;
  width: 33px;
  font-size: 10px;
}

.badge-black-friday p {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.header-social {
  border: 1px solid inherit;
  width: 84px;
  padding: 0 8px;
  right: auto;
  left: calc(220px + 0.5vw);
  box-shadow: 0 0 0 6px rgba(185, 210, 224, 0.4);
}

.header-social svg {
  position: relative;
  width: 22px;
  height: 22px;
}

.header-social .head-what--btn {
  --fill: #499b4a;
  cursor: pointer;
}

.header-social .head-teleg--btn {
  --fill: #418fc7;
  cursor: pointer;
}

.head-what--btn:hover,
.head-teleg--btn:hover {
  transform: scale(1.2);
}

.cssload-double-torus {
  width: 36px;
  height: 36px;
  border: 2px solid;
  border-radius: 50%;
  border-color: transparent #131a22 #131a22;
  -webkit-animation: cssload-spin 1.2s infinite linear;
  animation: cssload-spin 1.2s infinite linear;
}

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sale-pulse {
  -webkit-box-shadow: 0 0 0 0 rgba(227, 215, 254, 0.4);
  box-shadow: 0 0 0 0 rgba(227, 215, 254, 0.4);
}

@-webkit-keyframes sale-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 215, 254, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(227, 215, 254, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 215, 254, 0.4);
  }
}

@keyframes sale-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 215, 254, 0.4);
    box-shadow: 0 0 0 0 rgba(227, 215, 254, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(227, 215, 254, 0.4);
    box-shadow: 0 0 0 10px rgba(227, 215, 254, 0.4);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(227, 215, 254, 0.4);
    box-shadow: 0 0 0 0 rgba(227, 215, 254, 0.4);
  }
}

/* Section banners bottom */
.b-section {
  background: #eaeaea;
  padding: calc(22px + 30 * ((100vw - 320px) / (1600 - 320))) 0;
}

.b-bottom {
  padding: 18px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.b-bottom--item {
  -webkit-box-flex: 0;
  -ms-flex: 0 32%;
  flex: 0 32%;
  border-radius: var(--box-br);
  position: relative;
  min-width: 280px;
  overflow: hidden;
  cursor: pointer;
  line-height: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  scroll-snap-align: center;
}

.b-bottom--item img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-bottom--item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 2px 18px -5px #999;
  box-shadow: 0 2px 18px -5px #999;
}

.b-bottom--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #0e1921;
  background: -o-linear-gradient(bottom,
      rgba(0, 0, 0, 0.8) 1%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(1%, rgba(0, 0, 0, 0.8)),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.8) 1%,
      rgba(255, 255, 255, 0) 100%);
  border-radius: var(--box-br);
  position: absolute;
  padding: 0 15px 10px;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  opacity: 1;
  color: #fff;
  text-align: left;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.b-bottom--item:hover .b-bottom--title {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.revievs-wrap {
  max-width: 960px;
  margin: 0 auto calc(8px + 90 * ((100vw - 320px) / (1600 - 320)));
}

.rstarts .rstarts__line {
  grid-column-gap: 4px;
  align-items: center;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-items: center;
  height: 40px;
  width: 100%;
  max-width: 220px;
}

.rstarts .rstarts__line svg {
  height: 100%;
  width: 100%;
}

.rstarts .rstarts__status {
  color: var(--win-text);
  text-align: center;
  font-size: 13px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.rstarts .rstarts__line svg {
  color: rgba(255, 255, 255, 0.3);
  transition: color 125ms;
}

.rstarts .rstarts__line svg.filled {
  color: rgb(255, 165, 0);
}

.modal-scroll-off {
  overflow: hidden;
}

.modal-scroll-fix {
  padding-right: 14px !important;
}