@charset "UTF-8";
html {
  font-size: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html.modal {
  overflow: hidden;
  display: block;
}

body {
  margin: 0;
  padding: 0;
  /*font: 100%/1.4 HelveticaNeueCyr, Arial, Helvetica, sans-serif;*/
  font-family: "Montserrat", sans-serif;
  line-height: 1.42857143;
  background-color: var(--s_color_basic_white);
  color: var(--s_color_basic_black);
  overflow-x: hidden;
  overflow-y: scroll;
}

html, body {
  position: relative;
}

@media only screen and (max-width: 992px) {
  body {
    padding-bottom: 60px; /*for bottom-bar*/
  }
}
/*modalWrap redesign - start*/
body.hidden.modalActive {
  overflow-y: hidden;
}

/*modal overlay (redesign)*/
.modalWrap-redesign-overlay {
  display: none;
  opacity: 0;
  z-index: 9997;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1912px;
  height: 10612px;
  background: rgba(0, 0, 0, 0.25);
}

.modalWrap-redesign-overlay.active {
  display: block;
  opacity: 1;
  cursor: pointer;
}

/*modal (redesign)*/
.modalWrap-redesign {
  display: none;
  opacity: 0;
  z-index: 9998;
  position: fixed;
  width: 1200px;
  height: 669px;
  top: calc(50vh - 334.5px);
  left: calc(50vw - 600px);
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
}

input[type=submit] {
  font-family: "Montserrat", serif;
}

@media only screen and (max-width: 1200px) {
  .modalWrap-redesign {
    width: 992px;
    left: calc(50vw - 496px);
  }
}
@media only screen and (max-width: 992px) {
  .modalWrap-redesign {
    width: 768px;
    left: calc(50vw - 384px);
  }
}
@media only screen and (max-width: 768px) {
  .modalWrap-redesign {
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.modalWrap-redesign.active {
  display: flex;
  opacity: 1;
}

/*modalWrap redesign - end*/
body.overflowY_hidden {
  overflow-y: hidden;
}

.basket-coupon-alert-section {
  min-width: 30vw;
}

.product-item-label-ring {
  top: 15px;
}

.hidden-content-menu {
  display: none;
}

.main-submenu-mobile {
  display: none;
}

.wedding-menu {
  cursor: pointer;
}

.panel {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 200;
  margin: 0;
  border: none;
  box-shadow: none;
}

/*banner on the top -- start*/
.bannerTop {
  width: 100%;
  height: 56px;
  background-color: #F2F3F7;
}

.bannerTop_mobile {
  display: none;
}

.bannerTop__link {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

@media only screen and (max-width: 1120px) {
  .bannerTop_desktop {
    display: none;
  }
  .bannerTop_mobile {
    display: block;
  }
  .bannerTop__link {
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  .bannerTop {
    height: 83px;
  }
  .bannerTop__link {
    background-size: cover;
  }
}
@media only screen and (max-width: 576px) {
  .bannerTop {
    height: 40px;
  }
}
/*banner on the top -- end*/
.container {
  position: relative;
  max-width: 1140px;
  height: auto;
  padding: 0 15px;
  min-height: 320px;
  margin: 0 auto;
  background: transparent;
  font-size: 12px;
}

.no-img {
  position: relative;
}

.no-img:after {
  content: "";
  background-image: url(images/logo.png);
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.favorite-empty {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin: 80px 0;
}

.favorite-empty b {
  color: #6d5f5f;
}

.icon {
  position: relative;
}

.icon:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  display: block;
  width: 30px;
  height: 30px;
  color: #4d4d4d;
  /*font-family: nx, Tahoma, Geneva, sans-serif;*/
  font-family: nx;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: initial;
  font-weight: normal;
}

/*.icon.fav:before {*/
/*    !*content: "з";*!*/
/*    font-family: FontAwesome;*/
/*    content: "\f006";*/
/*}*/
/*.icon.cart:before {*/
/*    !*content: "З";*!*/
/*    font-family: "FontAwesome";*/
/*    content: "\f07a";*/
/*}*/
.icon.geo:before {
  content: "m";
  font-size: 20px;
  text-align: left;
}

.icon.search:before {
  content: "с";
}

.fb:before {
  content: "F";
}

.yt:before {
  content: "y";
}

/*.vk:before {*/
/*OLD*/
/*    content: "k";*/
/*}*/
.ins:before {
  content: "N";
}

.header {
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .header {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 670px) {
  .header {
    position: relative;
    z-index: 2;
  }
  body.lk-dropdown-active {
    height: 100vh;
    overflow-y: hidden;
  }
  body.lk-dropdown-active .header {
    z-index: 12;
  }
}
.senat-modal {
  position: fixed;
  z-index: 1800;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow-y: scroll;
}

.senat-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 130px auto;
  padding: 30px 35px 40px;
  width: 650px;
  min-height: 180px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  background: var(--s_color_basic_white);
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.senat-modal.open .senat-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.senat-modal-close {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: var(--s_color_basic_black);
  text-shadow: 0 1px 0 var(--s_color_basic_white);
  opacity: 0.2;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 12px;
}

.senat-modal-close:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .senat-modal-dialog {
    margin: 10px auto;
  }
}
.errortext {
  color: #ff0000;
  font-size: 14px;
  line-height: 1.5;
}

.main .senat-main-auth,
.main .senat-main-changepasswd {
  max-width: 580px;
}

.main-auth-ttl {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  margin-bottom: 25px;
}

.main-auth-ttl h3 {
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 1;
  margin: 0 0 10px;
}

.main-auth-ttl .ajax-link {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-top: 5px;
}

.main-auth-form {
  max-width: 580px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.senat-main-register .auth-form-label {
  width: 50%;
  padding: 0 10px 15px 0;
}

.senat-main-auth .auth-form-label,
.senat-main-forgotpassword .auth-form-label,
.senat-main-changepasswd .auth-form-label {
  width: 100%;
  padding: 0 0 15px 0;
}

.senat-main-register .auth-form-label:nth-child(2n) {
  padding-right: 0;
}

.auth-form-label .inpt {
  width: 100%;
}

.auth-form-label span {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 3px;
}

.css-antibot {
  display: none;
}

.auth-form-captcha {
  width: 100%;
}

.auth-form-note {
  margin: 15px 0;
}

.auth-form-captcha {
  display: flex;
  margin: 15px 0;
}

.reload-captcha {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
}

.reload-captcha:after {
  content: "H";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  color: #4d4d4d;
  /*font-family: nx, Tahoma, Geneva, sans-serif;*/
  font-family: nx;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}

.reload-captcha.update:after {
  -webkit-animation: cir 0.3s linear infinite;
  animation: cir 0.3s linear infinite;
}

.auth-form-captcha .bx-captcha img {
  display: block;
}

.auth-form-captcha .inpt.captcha {
  width: 50%;
  text-align: center;
  margin-left: auto;
}

.auth-form-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.auth-form-submit p {
  width: 50%;
  margin: 0 0 0 auto;
}

.auth-form-submit .ajax-link {
  font-size: 14px;
  text-decoration: none;
}

.senat-main-auth .btn,
.senat-main-forgotpassword .btn {
  min-width: 250px;
}

.auth-form-success {
  font-size: 16px;
  color: #008000;
}

@media only screen and (max-width: 640px) {
  .main-auth-ttl {
    flex-direction: column;
  }
  .main-auth-ttl h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .main-auth-ttl .ajax-link {
    margin: 10px 0;
  }
  .auth-form-submit {
    flex-direction: column;
    align-items: flex-start;
  }
  .auth-form-submit p {
    order: -1;
    margin: 10px 0 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .senat-main-register .auth-form-label {
    width: 100%;
    padding-right: 0;
  }
  .auth-form-captcha {
    flex-wrap: wrap;
  }
  .auth-form-captcha .inpt.captcha {
    width: 100%;
    margin: 10px 0 0;
  }
}
.header-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f1f1f1;
  height: 40px;
  font-size: 14px;
}

.header-top:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100% - 100vw) / 2);
  background-color: #f1f1f1;
}

/*** TOP MENU ***/
.top-menu,
.account-menu {
  height: 100%;
}

.top-menu-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

.top-menu-list li {
  margin-right: 30px;
}

.top-menu-list li:last-child {
  margin-right: 0;
}

.top-menu-item,
.account-menu-trigger {
  height: 100%;
  display: flex;
  align-items: center;
  color: #4d4d4d;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.5px;
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.top-menu-item:hover,
.account-menu:hover .account-menu-trigger,
.account-popup a:hover {
  color: var(--s_color_basic_black);
}

/*** ACC MENU ***/
.account-menu-trigger {
  position: relative;
  background-color: #f1f1f1;
}

.account-popup {
  position: absolute;
  z-index: 100;
  top: 100%;
  right: 0;
  display: none;
  margin: 0;
  padding: 10px 0;
  border: 1px solid #e3e9ed;
  border-top: none;
  background-color: #fff;
  min-width: 160px;
  -webkit-animation: popover 0.2s ease-in-out;
  -moz-animation: popover 0.2s ease-in-out;
  animation: popover 0.2s ease-in-out;
}

.account-menu-trigger:after {
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@keyframes popover {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.account-menu:hover .account-popup {
  display: block;
}

.account-menu:hover .account-menu-trigger:after {
  /*content: "";*/
}

.account-popup .acc-link {
  display: block;
  padding: 7px 10px;
  color: #4d4d4d;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.account-popup .acc-link:hover {
  background-color: #f1f1f1;
}

.account-popup .acc-welcome {
  margin: 0;
  padding: 0 10px 10px 10px;
  text-transform: none;
  font-size: 15px;
  cursor: default;
}

.header-middle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 40px 0 55px;*/
  padding-top: 40px;
}

.header-middle_left__mobile {
  display: none;
}

.logo {
  position: relative;
  display: block;
  margin-top: -37px;
  width: 174px;
  height: 56px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.header .logo {
  width: 174px;
  height: 56px;
  background-image: url(images/logo-new--desktop.svg);
}

.header-top .rightblock a {
  letter-spacing: -0.02em;
}

header.svk .header-middle .back-url {
  display: none;
}

.headre-geo,
.headre-geo a {
  color: #4d4d4d;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.headre-geo a.main-menu-item {
  font-weight: 500;
}

.headre-geo a.main-menu-item.new {
  padding: 3px 4px;
}

.headre-geo a {
  display: block;
  text-decoration: none;
  letter-spacing: -0.02em;
  margin-top: 8px;
}

.headre-geo a:hover {
  color: var(--s_color_basic_black);
}

.headre-geo .icon {
  padding-left: 24px;
}

.header-control {
  display: flex;
  flex-direction: row;
}

.header-control .bonusCount {
  display: flex;
  flex-direction: row;
  height: 20px;
  padding: 2px 5px;
  background-color: var(--s_color_primary_default);
  color: #fff;
}

.header-control .bonusCount__img {
  width: 16px;
  height: 16px;
  background-image: url(images/bonus-star.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.header-control .bonusCount__text {
  height: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.header-control .icon {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
  letter-spacing: -0.02em;
  padding-left: 34px;
  text-decoration: none;
  margin-left: 30px;
  -webkit-transition: all 0s ease 0s;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

.header-control .icon:hover {
  color: var(--s_color_basic_black);
}

.header-control .icon.cart span,
.header-control .icon.fav .col {
  position: absolute;
  top: -7px;
  right: 5px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: normal;
  border-radius: 100%;
  background-color: #E7E3E3;
  color: var(--s_color_basic_black);
}

.icon.log-in {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 5px 10px;
  margin: -6.5px -10px -5px;
}

.icon.log-in .log-in__img {
  display: block;
  width: 14px;
  height: 19px;
  background-image: url(images/user.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.icon.fav {
  width: 20px;
  height: 17px;
  background-image: url(images/like.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.icon.cart {
  width: 21px;
  height: 19px;
  background-image: url(images/shopping-cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .header-control {
    padding-right: 5px;
  }
  .icon.log-in {
    padding: 5px 10px;
    margin: -5.5px -10px -5px;
  }
  .icon.log-in .log-in__img {
    width: 16px;
    height: 23px;
  }
  .icon.cart {
    width: 25px;
    height: 23px;
  }
}
.header-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 55px;
}

/*** MAIN MENU ***/
.main-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.main-menu-list > li {
  margin: 0 25px;
}

.main-menu-list > li:first-child {
  margin-left: 0;
}

.main-menu-list > li:last-child {
  padding-right: 0;
}

.main-menu-item {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #6d5f5f;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding: 3px 0;
}

.main-menu-item:hover {
  color: var(--s_color_basic_black);
}

.main-menu-item.new {
  background-color: #ffd489;
}

.main-menu-item.outlet {
  background-color: var(--s_color_basic_black);
  color: #fff;
}

.main-submenu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}

.main-submenu > li {
  margin-right: 43px;
}

.main-submenu > li:first-child {
  margin-right: 43px;
  padding-right: 20px;
  border-right: 1px solid #A4A4A3;
}

.main-submenu > li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.main-submenu__imgWrap {
  display: none;
  max-width: 418px;
}

.main-submenu__img {
  width: 100%;
}

.main-submenu-bgr {
  position: absolute;
  z-index: 100;
  display: none;
  top: 100%;
  left: calc((100% - 100vw) / 2);
  width: 100vw;
  height: 100vh;
  /*height: 470px;*/
  background-color: rgba(0, 0, 0, 0.2);
}

/*.main-submenu-bgr:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100vh;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}*/
.main-submenu-bgr:hover {
  display: none !important;
}

.main-menu-list li:hover a.main-menu-item {
  color: var(--s_color_primary_default);
  background-color: none;
  border-bottom: 1px solid var(--s_color_primary_default);
}

.main-menu-list li:hover .main-menu-item.outlet {
  color: #fff;
  background-color: var(--s_color_basic_black);
}

.main-menu-list li:hover .main-menu-item.new {
  background-color: #ffd489;
}

.main-menu-list li:hover .main-submenu-bgr {
  display: block;
}

.main-menu-list li:hover .main-submenu {
  visibility: visible;
  opacity: 1;
}

.main-submenu .main-submenu-img {
  margin: 0;
  padding: 0;
  max-height: 400px;
  width: 40%;
  margin-left: auto;
}

.main-submenu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-submenu-section,
.main-submenu-list {
  margin: 0;
  padding: 0;
  min-width: 100px;
  list-style: none;
}

.main-submenu-list {
  display: flex;
  flex-direction: column;
}

.main-submenu-title {
  display: block;
  min-width: 105px;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 9px;
  color: #A4A4A3;
  letter-spacing: -0.02em;
}

.main-submenu-section li, .main-submenu-section li.hover-submenu-trigger {
  margin-left: -7px;
  margin-bottom: 6px;
}

.main-submenu-section a {
  display: inline-block;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: -0.02em;
  padding: 3px 7px;
}

.main-submenu-list a {
  display: inline-block;
  color: #4d4d4d;
  text-decoration: none;
  margin-bottom: 5px;
  padding: 3px 7px;
  margin-left: -7px;
}

.main-submenu-section a:hover,
.main-submenu-list a:hover {
  color: var(--s_color_primary_default);
}

/*.main-submenu:after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc((100% - 100vw)/2);
    background-color: #fff;
}*/
/*** MAIN MENU MOBILE NEW -- start ***/
.main-menu-mobile_new {
  display: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 1px 0 #f1f1f1;
}

@media only screen and (max-width: 992px) {
  .main-menu-mobile_new.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
  }
  body.topmost-banner .main-menu-mobile_new.active {
    position: fixed;
  }
  .main-menu-mobile_new {
    width: calc(100% + 30px);
    height: 100%;
    /*margin: 0 -15px;*/
    position: fixed;
    top: 80px;
    z-index: 1000;
    background: #fff;
  }
  body.topmost-banner .main-menu-mobile_new {
    width: 100%;
    position: static;
  }
  .main-menu-mobile_new ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .main-menu-mobile_new a:hover {
    color: var(--s_color_primary_hover);
  }
  .main-menu-mobile_new__1__geo,
  ul.main-menu-mobile_new__list,
  ul.main-menu-mobile_new__3__list,
  ul.main-menu-mobile_new__4__list {
    width: 100%;
    min-width: 320px;
    padding: 0 20px;
  }
  .main-menu-mobile_new__1,
  .main-menu-mobile_new__2,
  .main-menu-mobile_new__3,
  .main-menu-mobile_new__4 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 15px 0;
    border-top: 1px solid #A4A4A3;
  }
  .main-menu-mobile_new__1 {
    border-top: none;
  }
  .main-menu-mobile_new__3 {
    padding: 0;
  }
  .main-menu-mobile_new__3 a {
    padding: 15px 0;
  }
  .main-menu-mobile_new__2 a,
  .main-menu-mobile_new__3 a,
  .main-menu-mobile_new__4 a {
    display: block;
    font-size: 14px;
  }
  .main-menu-mobile_new__list,
  .main-menu-mobile_new__4__list {
    display: flex;
    flex-direction: column;
  }
  .main-menu-mobile_new__1__geo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .main-menu-mobile_new__1__geo span {
    padding-left: 28px;
  }
  .main-menu-mobile_new__1__geo span:before {
    width: 18px;
    height: 22px;
    top: 6px;
  }
  .main-menu-mobile_new__item,
  .main-menu-mobile_new__4__item {
    padding: 10px 0;
  }
  .main-menu-mobile_new__link,
  .main-menu-mobile_new__3__link {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
  }
  .main-menu-mobile_new__3__list {
    display: flex;
    flex-direction: row;
  }
  .main-submenu-mobile_new__item {
    padding: 10px 0;
  }
  /*.main-menu-mobile_new__3__item.blue {
      margin-left: 12px;
  }*/
  .main-menu-mobile_new__3__item {
    width: 100%;
  }
  .main-menu-mobile_new__3__item.blue .main-menu-mobile_new__3__link span {
    padding: 0 3px;
    color: #fff;
    background: var(--s_color_primary_default);
  }
  /* --------- accordion --------- */
  .acco__trigger {
    display: block;
    position: relative;
  }
  .acco__trigger:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/arrow-right.svg) center center no-repeat;
    /*-webkit-background-size: 70%;*/
    /*-moz-background-size: 70%;*/
    /*background-size: 70%;*/
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.3s;
  }
  /*.acco__item.active .acco__trigger:after {
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
  }*/
  /*убираем высоту и скрываем лишнее для дальнейшего открытия через js*/
  .acco__contentWrap {
    height: 0;
    overflow: hidden;
    transition: 0.5s; /*для плавного изменения высоты*/
  }
  .acco__item.active .acco__trigger {
    color: var(--s_color_primary_default);
  }
}
/*** MAIN MENU MOBILE NEW -- end ***/
/*** header-search ***/
.header-search {
  position: relative;
  margin-left: 25px;
  padding: 5px 0 5px 30px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header-search.active {
  padding: 5px 30px;
  flex-grow: 2;
}

.header-search .inpt {
  border: none;
  border-bottom: 2px solid #6d5f5f;
  color: #6d5f5f;
  font-size: 12px;
  letter-spacing: -0.02em;
  padding: 0;
  margin-left: 5px;
  position: relative;
  top: 0;
  left: 0;
  width: 220px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header-search.active .inpt {
  width: 100%;
  top: 0;
  right: 100%;
}

.header-search .search-submit {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background-color: transparent;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #4d4d4d;
  font-family: nx, Tahoma, Geneva, sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header-search.active .search-submit {
  left: auto;
  right: 0;
}

/*** BREADCRUMBS ***/
.bx-breadcrumb {
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*margin: 25px 0 15px;*/
  margin: 10px 0 15px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.bx-breadcrumb::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 768px) {
  .bx-breadcrumb {
    padding: 0 5px;
  }
}
.bx-breadcrumb .bx-breadcrumb-item {
  line-height: 1.15;
}

.bx-breadcrumb .bx-breadcrumb-item span {
  font-size: 12px;
  white-space: nowrap;
  color: #4d4d4d;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
}

.bx-breadcrumb .bx-breadcrumb-item a {
  text-decoration: none;
  position: relative;
  display: block;
  padding-right: 30px;
  color: #4d4d4d;
}

.bx-breadcrumb .bx-breadcrumb-item a:after {
  /*content: '›';*/
  /*font-family: 'Montserrat', sans-serif;*/
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 400;
  position: absolute;
  top: -3px;
  font-size: 17px;
  right: 12px;
}

.bx-breadcrumb .bx-breadcrumb-item a span {
  color: #4d4d4d;
}

@media only screen and (max-width: 1024px) {
  .bx-breadcrumb .bx-breadcrumb-item a:before {
    width: 1px;
  }
}
.main {
  /* padding: 0 0 30px;*/
}

@media only screen and (max-width: 576px) {
  .main {
    margin: 0 -15px;
  }
}
.creator { /*OLD - ?*/
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #6d5f5f;
  width: 220px;
  text-align: left;
  line-height: 1.2;
  font-size: 10px;
  padding-left: 100px;
}

.creator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 85px;
  height: 24px;
  background-image: url(images/smartmechlogo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/*** REVERSE ***/
.header.reverse .headre-geo,
.header.reverse .logo {
  opacity: 0;
  visibility: hidden;
}

.header.reverse .header-control {
  position: fixed;
  z-index: 1000;
  right: calc((100% - 1100px) / 2);
  top: 28px;
  display: flex;
}

.header.reverse .header-bottom {
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: #fff;
  padding: 15px 0;
  width: 1110px;
  height: 80px;
  justify-content: flex-start;
}

.header.reverse .header-bottom:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100% - 100vw) / 2);
  background-color: #fff;
  box-shadow: 0 1px 0 #f1f1f1;
}

.header.reverse .header-search {
  /*display: none !important;*/
  margin-right: 238px;
}

.header.reverse .main-submenu {
  margin-top: -28px;
}

.header.reverse .account-menu {
  position: fixed;
  z-index: 10000;
  height: auto;
  top: 12px;
  right: calc((100% - 1140px) / 2 + 85px);
}

.header.reverse .account-menu-trigger {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: transparent;
  font-size: 0;
}

.header.reverse .account-menu-trigger:before {
  content: "U";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  color: #4d4d4d;
  /*font-family: nx, Tahoma, Geneva, sans-serif;*/
  font-family: nx;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: initial;
  font-weight: normal;
}

.header.reverse .account-popup {
  padding: 0;
  border-top: 1px solid #e3e9ed;
}

@media only screen and (max-width: 1200px) {
  .header.reverse .header-bottom {
    width: 100%;
    /*box-shadow: 0 1px 0 #4d4d4d;*/
    /*left: 0;*/
    padding: 15px;
    margin: 0 -15px;
  }
  .header.reverse .header-bottom:after {
    /*content: none;*/
  }
  .header.reverse .header-control {
    right: 15px;
  }
  .header.reverse .account-menu {
    right: 105px;
  }
}
@media only screen and (max-width: 1024px) {
  .header.reverse .header-control {
    right: 15px;
  }
  .header.reverse .account-menu {
    position: relative;
    top: auto;
    right: auto;
  }
}
/*** END REVERSE ***/
@media only screen and (max-width: 1024px) {
  /*html {
      overflow-x: hidden;
  }*/
  .main-submenu-mobile {
    display: block;
  }
  /*.header-top {
      padding-top: 90px;
  }

  .header-top .headre-geo, .header-top .rightblock, .header-top .mobile {
      display: none;
  }*/
  .header-control {
    display: flex;
    padding-right: 0;
  }
  .header-control .account-menu {
    position: relative;
    display: inline-block;
    height: auto;
    order: -1;
    margin-right: 10px;
  }
  .header-control .account-menu-trigger {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: transparent;
    font-size: 0;
  }
  .header-control .account-menu-trigger:before {
    content: "U";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    color: #4d4d4d;
    /*font-family: nx, Tahoma, Geneva, sans-serif;*/
    font-family: nx;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: initial;
    font-weight: normal;
  }
  .header-control .account-popup {
    padding: 0;
    border-top: 1px solid #e3e9ed;
  }
  .nxOpenedMenu {
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
  .nxOpenedMenu body {
    overflow: hidden;
    height: 100%;
    width: 100%;
  }
  .container {
    width: 100%;
    min-width: 350px;
    margin: 0;
    left: 0%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .nxOpenedMenu .container {
    left: 70%;
  }
}
@media only screen and (max-width: 992px) {
  .header-top {
    display: none;
  }
  .header.svk .header-middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }
  .header.svk .header-middle.fixed {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--s_color_basic_white);
    padding-left: 10px;
    padding-right: 10px;
  }
  header.svk .headre-geo {
    display: none;
  }
  .header-middle_left__mobile {
    display: flex;
    flex-direction: row;
    padding-left: 5px;
    position: fixed;
    top: 27px;
    left: 15px;
  }
  body.topmost-banner .header-middle_left__mobile {
    top: 83px;
    position: static;
  }
  .btn-hamburgerWrap {
    width: 31px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-hamburger {
    background-image: url(images/hamburger.svg);
    width: 31px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .btn-hamburger.on {
    background-image: url(images/menu-close.svg);
    width: 24px;
    height: 24px;
  }
  .btn-search {
    background-image: url(images/search.svg);
    width: 21px;
    height: 21px;
    margin-left: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .header.reverse .header-middle_left__mobile {
    position: fixed;
    z-index: 1000;
    top: 27px;
    left: 15px;
  }
  .header.svk .logo {
    position: fixed;
    top: auto;
    left: calc((100% - 166px) / 2);
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    /**/
    margin: 0;
    width: 166px;
    height: 48px;
    background-image: url(images/logo-new--tablet.svg);
  }
  body.topmost-banner .header.svk .logo {
    position: relative;
    left: auto;
  }
  .header.svk.reverse .logo {
    position: fixed;
    z-index: 1000;
    top: 15px;
    left: calc((100% - 166px) / 2 - 20px);
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  body.topmost-banner .header.svk.reverse .logo {
    position: fixed;
    left: calc((100% - 166px) / 2 - 20px);
  }
  .header-control {
    margin-top: 15px;
    position: fixed;
    top: 17px;
    right: 15px;
    z-index: 12;
  }
  body.topmost-banner .header-control {
    position: static;
    top: 73px;
  }
  .header-control .bonusCount {
    display: none;
  }
  .header-control .icon.log-in {
    margin-left: 0;
    font-size: 0;
  }
  .header.reverse .header-control {
    top: 17px;
    right: 15px;
  }
  .header-search {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header-bottom .main-menu, .header-bottom .header-search {
    display: none;
  }
  .header-bottom.mobile-search-active .header-search {
    padding: 15px 0;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1001;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .header.reverse .header-bottom.mobile-search-active .header-search {
    width: 100%;
    top: 80px;
  }
  .header-bottom.show.mobile-search-active .header-search {
    top: 25px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header-bottom.show.mobile-search-active .main-menu-mobile_new {
    top: 128px;
  }
  .header-bottom.mobile-search-active .header-search .header-search {
    padding: 5px 30px;
    flex-grow: 2;
  }
  .header-bottom.mobile-search-active .header-search .inpt,
  .header-bottom.mobile-search-active .header-search.active .inpt {
    left: 15px;
    width: calc(100% - 63px);
  }
  .header-bottom.mobile-search-active .header-search .search-submit {
    top: 10px;
    left: auto;
    right: 12px;
  }
  .svk .header-bottom {
    padding: 0;
  }
  .svk .header-bottom.show {
    padding: 15px 0;
    background: #fff;
  }
  .header-bottom.show {
    display: flex;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .header.reverse .header-bottom {
    display: flex;
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .header-middle_left__mobile {
    top: 27px;
  }
  body.topmost-banner .header-middle_left__mobile {
    top: 110px;
  }
  body.banner-topmost .header-control {
    top: 17px;
  }
  body.topmost-banner .header-control {
    top: 100px;
  }
  .header.svk.reverse .logo {
    left: calc((100% - 166px) / 2);
  }
  body.topmost-banner .header.svk.reverse .logo {
    left: calc((100% - 166px) / 2 + 12px);
  }
  .header-control .icon.fav {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .header-middle_left__mobile {
    top: 27px;
  }
  body.topmost-banner .header-middle_left__mobile {
    top: 67px;
  }
  .header-control {
    top: 17px;
  }
  body.topmost-banner .header-control {
    top: 57px;
  }
  .header.svk.reverse .logo {
    left: calc((100% - 48px) / 2 + 4px);
  }
  body.topmost-banner .header.svk.reverse .logo {
    left: calc((100% - 48px) / 2);
  }
  .container {
    min-width: 200px;
  }
  .header-bottom.mobile-search-active .header-search {
    top: 0;
  }
  .header-bottom.show.mobile-search-active .header-search {
    top: 40px;
  }
  .header.reverse .header-bottom.mobile-search-active .header-search {
    width: 100%;
  }
}
#NXcontentMenuBlock {
  display: flex;
  flex-direction: column;
}

#NXcontentMenuBlock ul:first-child {
  order: 1;
}

#NXadaptiveMenu {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  z-index: 990;
  top: 50px;
  bottom: 0;
  right: 100%;
  left: 0;
  background: #FBFAF7;
  font-size: 15px;
  color: var(--s_color_basic_black);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  font-family: "helvetica neue", helvetica, arial sans;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#NXadaptiveMenu.a-menu-open {
  display: block;
  right: 30%;
}

#NXadaptiveMenu a,
#NXadaptiveMenu a:hover,
#NXadaptiveMenu * a,
#NXadaptiveMenu * a:hover {
  display: inline;
  padding: 0;
  margin: auto;
  border: none;
  background: transparent;
  color: inherit;
  text-align: inherit;
  text-decoration: none;
  text-transform: none;
  line-height: inherit;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
}

#NXadaptiveMenu a:hover,
#NXadaptiveMenu * a:hover {
  text-decoration: underline;
  color: #666;
}

#NXadaptiveMenu a:before,
#NXadaptiveMenu a:after,
#NXadaptiveMenu * a:before,
#NXadaptiveMenu * a:after {
  display: none;
}

#NXadaptiveMenu u {
  display: none;
}

#NXadaptiveMenu ul,
#NXadaptiveMenu ol,
#NXadaptiveMenu menu,
#NXadaptiveMenu li {
  display: block;
  float: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  border: none;
  list-style: none;
  vertical-align: top;
  background: transparent;
  text-align: inherit;
  text-decoration: none;
  text-transform: none;
  line-height: inherit;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  min-width: 300px;
  visibility: visible;
  opacity: 1;
}

#NXadaptiveMenu li {
  min-width: 0;
}

#NXadaptiveMenu li a,
#NXadaptiveMenu li a:hover {
  display: block;
  padding: 1em;
  padding-right: 40px;
  border: 1px solid #ccc;
  border-bottom-color: #f5f1e9;
  border-left: none;
  border-right: none;
}

#NXadaptiveMenu li ul {
  background: #fff;
}

#NXadaptiveMenu li li a,
#NXadaptiveMenu li li a:hover {
  font-size: 90%;
  padding-left: 30px;
  border-top-color: #ddd;
  border-bottom-color: #fdfdfd;
}

#NXadaptiveMenu li li ul {
  background: #eeedeb;
}

#NXadaptiveMenu li li li a,
#NXadaptiveMenu li li li a:hover {
  font-size: 80%;
  border-bottom-color: #FBFAF7;
}

#NXadaptiveMenu .tab,
#NXadaptiveMenu .tab_opened {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 0px;
  position: absolute;
  z-index: 10;
  padding: 0;
  margin: 0;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background: transparent;
  border: none;
}

#NXadaptiveMenu .tab + ul,
#NXadaptiveMenu .tab + ol,
#NXadaptiveMenu .tab + menu {
  display: none;
}

#NXadaptiveMenu .tab:after,
#NXadaptiveMenu .close:after,
#NXadaptiveMenu .open:after,
#NXadaptiveMenu .tab_opened:after {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0.6em;
  right: 1em;
  z-index: 44;
  background: url(images/mobile-arrow.svg) center center no-repeat;
  -webkit-background-size: 70%;
  -moz-background-size: 70%;
  background-size: 70%;
}

#NXadaptiveMenu .tab_opened:after {
  content: "";
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#NXadaptiveMenu .tab:after {
  content: "";
}

#NXadaptiveMenu .open:after {
  content: "";
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#NXadaptiveMenu .close:after {
  content: "";
}

#NXadaptiveMenu li span,
#NXadaptiveMenu li nobr {
  display: inline;
  border: none;
  background: transparent;
  padding: 0;
  margin: auto;
  font-style: normal;
  font-weight: normal;
  font-family: inherit;
  text-decoration: none;
  text-transform: none;
  box-shadow: none;
}

#NXadaptiveSearchForm {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 1em;
  border-top: 1px solid #ccc;
  background: #eeedeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#NXadaptiveSearchForm input {
  height: 3em;
  position: relative;
  float: left;
  font-size: 11pt;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#NXadaptiveSearchForm input[type=text] {
  display: block;
  width: 85%;
  margin: 0;
}

#NXadaptiveSearchForm input[type=submit] {
  width: 15%;
  float: right;
  padding: 0.5em;
  border-left: none;
  font-family: nx, Arial, Helvetica, sans-serif;
  background: #FBFAF7;
  cursor: pointer;
}

#NXadaptiveSearchForm input[type=submit]:hover,
#NXadaptiveSearchForm input[type=submit]:active {
  background: #ededed;
}

#NXadaptiveSocial {
  display: block;
  width: 100%;
  overflow: hidden;
  height: auto;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  border-bottom: 1px solid #ccc;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#NXadaptiveSocial a, #NXadaptiveSocial a:hover {
  display: inline-block;
  height: 40px;
  width: 25%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -1000px;
  position: relative;
  background: none;
  opacity: 1;
  float: left;
  text-align: center;
  border-top: 1px solid #ccc;
  border: 1px solid #ccc;
  border-bottom-color: #f5f1e9;
  border-right-color: #f5f1e9;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#NXadaptiveSocial a:before {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 0;
  margin-left: -20px;
  background: none;
  text-indent: 0;
  text-align: center;
  /*color: inherit;*/
}

#NXadaptiveSocial a:hover {
  color: #fff;
  background: #ccc;
  border-bottom-color: #ccc;
  border-right-color: #ccc;
}

#NXadaptiveNavigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 320px;
  height: 50px;
  overflow: hidden;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 970;
  background-color: #f1f1f1;
  color: var(--s_color_basic_black);
}

#NXadaptiveNavigation.reverse {
  box-shadow: 0 1px 0 #4d4d4d;
}

#NXadaptiveNavigation .h-nav {
  position: relative;
  display: block;
  padding-left: 60px;
}

#NXadaptiveNavigation .nav-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 100;
  display: block;
  width: 30px;
  height: 31px;
  overflow: hidden;
  text-indent: -1000px;
  padding: 6px;
  background: #fff;
  cursor: pointer;
  margin-top: -15px;
}

#NXadaptiveNavigation .nav-icon:before,
#NXadaptiveNavigation .nav-icon:after {
  content: "";
  display: block;
  height: 11px;
  border: 3px solid #666;
  border-right: none;
  border-left: none;
}

#NXadaptiveNavigation .nav-icon:after {
  height: 8px;
  border-top: none;
}

.nxOpenedMenu #NXadaptiveNavigation .nav-icon:hover {
  background: #999;
}

#NXadaptiveNavigation .nav-icon:hover,
.nxOpenedMenu #NXadaptiveNavigation .nav-icon {
  background: #666;
}

.nxOpenedMenu #NXadaptiveNavigation .nav-icon:before,
.nxOpenedMenu #NXadaptiveNavigation .nav-icon:after,
#NXadaptiveNavigation .nav-icon:hover:before,
#NXadaptiveNavigation .nav-icon:hover:after {
  border-color: #fff;
}

#NXadaptiveNavigation .h-logo {
  display: block;
  background-image: url(images/logo.png);
  margin: 10px 0 10px 15px;
  font-size: 0;
  width: 95px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}

#NXadaptiveNavigation .h-phone {
  display: block;
  color: #4d4d4d;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-decoration: none;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
}

#NXadaptiveNavigation.reverse .h-logo {
  opacity: 1;
  visibility: visible;
}

#NXadaptiveNavigation.reverse .h-phone {
  opacity: 1;
  visibility: visible;
}

#NXadaptiveMenu #NXadaptiveTel {
  display: block;
  color: #fff;
  padding: 15px;
  background: #666;
  font-size: 23px;
  text-decoration: none;
}

#NXadaptiveMenu #NXadaptiveTel:before {
  content: "Т";
  display: inline-block;
  float: right;
  width: 1.75em;
  height: 1.75em;
  padding: 5px;
  border: 2px solid #fff;
  font-size: 18px;
  /*font-family: nx, Tahoma, Geneva, sans-serif;*/
  font-family: nx;
  line-height: 1em;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#NXadaptiveMenu #NXadaptiveTel:hover:before {
  color: #ddd;
  border-color: #ddd;
}

/**********************************/
@media only screen and (max-width: 768px) {
  .header-middle {
    padding: 20px 0 25px;
  }
  .headre-geo {
    letter-spacing: normal;
  }
  .headre-geo a {
    letter-spacing: 1.5px;
  }
}
@media only screen and (max-width: 576px) {
  .header.svk .logo {
    left: calc((100% - 48px) / 2 + 4px);
    width: 48px;
    height: 48px;
    background-image: url(images/logo-new--mobile.svg);
  }
  body.topmost-banner .header.svk .logo {
    left: -18px;
  }
  .header-control .icon.log-in {
    margin-left: 0;
  }
  .header-control .icon.cart {
    padding-left: 0;
  }
  .header-control .icon.cart span {
    right: -5px;
  }
  /*.header-top {
      padding-top: 50px;
  }

  .headre-geo {
      display: none;
  }

  .header-control {
      position: fixed;
      z-index: 1000;
      right: 60px;
      top: 10px;
  }

  .header-middle {
      padding: 0;
  }

  #NXadaptiveNavigation .h-logo {
      opacity: 1;
      visibility: visible;
  }

  #NXadaptiveNavigation .h-phone {
      display: none;
  }*/
}
@media only screen and (max-width: 450px) {
  .nxOpenedMenu #NXadaptiveMenu {
    right: 0;
  }
}
@media only screen and (max-width: 380px) {
  #NXadaptiveNavigation .h-logo {
    width: 30px;
  }
}
#NXadaptiveMenu li .outlet {
  background: #ff1a2a;
  color: white;
}

.main-submenu-mobile {
  display: none;
}

.nonehref-li .nonehref {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .nonehref-li .href {
    display: none !important;
  }
  .nonehref-li .nonehref {
    display: block !important;
  }
  #NXadaptiveMenu .nonehref-li .tab, #NXadaptiveMenu .nonehref-li .tab_opened {
    height: 50px !important;
  }
  /*.reverse .header-bottom .main-menu {
      display: block !important
  }*/
}
.mob-bottom-menu {
  display: none;
  width: 100%;
  align-items: center;
  background: var(--s_color_grey_9);
  padding: 25px;
}

.mob-bottom-menu .item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  width: 20%;
}

.mob-bottom-menu .item i {
  font-size: 40px;
  color: white;
  display: block;
}

.mob-bottom-menu .item .name {
  font-family: "Montserrat";
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400 !important;
  color: white;
}

.mob-bottom-menu .item-favorite-basket {
  width: 40%;
}

.mob-bottom-menu .item-favorite-basket .header-control .icon:before {
  display: none;
}

.mob-bottom-menu .item-favorite-basket .header-control .icon {
  padding-left: 0;
  margin-right: 0;
  width: 50%;
  color: white;
  font-weight: 400 !important;
  position: relative;
}

.mob-bottom-menu .item-favorite-basket .header-control {
  width: 100%;
  display: flex;
  align-items: center;
}

.mob-bottom-menu .item-favorite-basket .header-control .senat-top-cart {
  width: 50%;
  top: 5px;
  margin-bottom: -5px;
}

.mob-bottom-menu .item-favorite-basket .header-control .icon span {
  position: absolute;
  top: 0;
  right: 40%;
  background: #4d4d4d;
  display: flex;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
}

.mob-bottom-menu .item-favorite-basket .header-control .senat-top-cart .icon {
  width: 100%;
}

.mob-bottom-menu .item-favorite-basket .header-control .senat-cart-container {
  display: none !important;
}

@media only screen and (max-width: 580px) {
  .mob-bottom-menu {
    display: flex;
  }
  .mob-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    border-top: 1px solid white;
    padding: 10px !important;
  }
  .mob-bottom-menu .item-favorite-basket .header-control {
    position: static;
  }
  .mob-bottom-menu .item-favorite-basket .header-control .icon {
    font-size: 12px;
    margin: 0;
    height: auto;
  }
  .mob-bottom-menu .item-favorite-basket .header-control .icon span {
    right: 15%;
  }
  .mob-bottom-menu .item .name {
    font-size: 10px;
  }
  .mob-bottom-menu .item i {
    font-size: 30px !important;
  }
  .mob-bottom-menu .item-favorite-basket .header-control .senat-top-cart .cart {
    font-size: 10px !important;
  }
  /*.header .header-control {
      display: none !important
  }

  .header.reverse .header-control {
      display: none !important
  }*/
  #NXadaptiveNavigation #nxGamburger {
    display: none;
  }
  #NXadaptiveNavigation {
    background: white !important;
    justify-content: center !important;
  }
  /*.svk .header-middle {
      width: 100% !important
  }

  .svk .header-middle .headre-geo {
      width: 100%;
      display: flex;
      justify-content: space-between
  }*/
  .main-page-content.main-link {
    margin: 0;
  }
  .cat-element-favorite {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
  }
  .prw-similar {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 400px) {
  .mob-bottom-menu .item-favorite-basket .header-control .senat-top-cart .cart, .mob-bottom-menu .item .name {
    letter-spacing: 0.3px;
    font-size: 9px;
  }
}
.senat-top-cart .senat-cart-container {
  z-index: 101;
}

.overflowhidden {
  overflow: hidden !important;
}

.recipient__currentLogin, .recipient__currentData, .recipient__currentReady {
  margin-top: unset;
}

.littledelinfo {
  font-size: 9px;
}

.allPrice__btn {
  background: none;
  width: 100%;
}

.allPrice__list.first {
  border-bottom: unset !important;
  padding-bottom: unset !important;
}

@media (max-width: 768px) {
  .allPrice__btn {
    background-color: var(--s_color_btn_primary_default);
  }
}
#changeprops {
  margin-top: 25px;
}

.hidden {
  display: none !important;
}

.afbf_radio {
  display: flex;
}

.credit {
  display: none;
}

.addInFav__text.active {
  color: var(--s_color_primary_default) !important;
}

/*ERROR BOX -- start*/
.orderingWrap.card .errorBox {
  display: none;
  flex-direction: row;
  min-width: 325px;
  min-height: 48px;
}

.orderingWrap.card .errorBox.errorBox_promo {
  margin-top: 10px;
}

/*active class for errorBox*/
.orderingWrap.card .errorBox.active {
  display: flex;
}

.orderingWrap.card .error__icon {
  width: 22px;
  height: 22px;
  background-image: url("/local/templates/senat_1.0/components/bitrix/sale.order.ajax/redesign_2022/new_design/images/error-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.orderingWrap.card .error__text {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--s_color_add_secondary_error);
}

/*ERROR BOX -- end*/
/*favoritesPage*/
.favoritesPage {
  margin-bottom: 100px;
}

@media only screen and (max-width: 576px) {
  .favoritesPage {
    margin: 0 15px 64px;
  }
}
.favoritesPage__title {
  margin-top: 32px;
  margin-bottom: 37px;
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0;
}

@media only screen and (max-width: 576px) {
  .favoritesPage__title {
    margin-bottom: 10px;
  }
}
.favoritesPage .senat-catalog-section.with-filter {
  margin: 0;
  width: 100%;
}

.favoritesPage .senat-sort-new {
  margin-left: 0;
}

.favoritesPage .senat-cat-item.NEW {
  margin: 0 8px;
}

@media only screen and (max-width: 400px) {
  .favoritesPage .senat-cat-item.NEW {
    margin: 0;
  }
  .favoritesPage .senat-catalog-section.with-filter .senat-cat-item,
  .favoritesPage .senat-cat-item {
    width: 170px;
  }
}
.senat-cat-item.NEW .senat-item-label-block.senat-item-label-block__right span.LIKE.INFAVORITE.deleter {
  margin-top: 0;
  background-image: url("images/deleter.svg");
  width: 17px;
  height: 17px;
  font-size: 0;
}

/*empty cart redesign--start*/
.orderingEmptyWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.orderingEmpty {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 545px;
  text-align: center;
}

.orderingEmpty__title {
  margin-top: 87px;
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
}

.orderingEmpty__text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.orderingEmpty__text a {
  color: var(--s_color_primary_default);
  text-decoration: none;
}

.orderingEmpty__text a:hover {
  text-decoration: underline;
}

.orderingEmpty__btn {
  margin-top: 44px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 265px;
  height: 56px;
  background-color: var(--s_color_btn_primary_default);
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  color: var(--s_color_basic_white);
  cursor: pointer;
}

.orderingEmpty__btn:hover,
a.orderingEmpty__btn:active,
a.orderingEmpty__btn:focus {
  background-color: var(--s_color_btn_primary_hover);
  text-decoration: none;
  color: var(--s_color_basic_white);
}

@media only screen and (max-width: 576px) {
  .orderingEmpty {
    max-width: 335px;
  }
  .orderingEmpty__title {
    margin-top: 2px;
    font-size: 20px;
  }
  .orderingEmpty__text {
    font-size: 12px;
  }
  .orderingEmpty__btn {
    margin-bottom: 64px;
    width: 335px;
    font-size: 14px;
  }
}
.orderingEmptyWrap .svk-catalog.svk.svk-catalog-gallery {
  margin-bottom: 100px;
}

@media only screen and (max-width: 576px) {
  .orderingEmptyWrap .svk-catalog.svk.svk-catalog-gallery {
    margin-bottom: 64px;
  }
}
/*empty cart redesign--end*/
.hide {
  display: none !important;
}

.visibility-hidden {
  visibility: hidden;
}

.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-success {
  width: 1.25em;
}

.popup-window {
  font-family: "Montserrat", sans-serif;
}

.popup-slider-price-current {
  color: black;
}

.littleli {
  font-size: 13px !important;
  text-align: center !important;
  padding-top: 15px !important;
}

.orderingWrap {
  margin-bottom: 110px;
}

#LOCATION_ERROR {
  margin-top: 10px;
}

#ORDER_BIG_PRICE_ERROR {
  margin-top: 10px;
  margin-bottom: 10px;
}

.basket-item-label-ring.basket-item-label-small {
  display: none;
}

.submitfilter {
  color: white;
  background-color: blue;
  font-size: 17px;
  height: 33px;
}

#SUBFILTER_APPLY:hover {
  color: black;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*ERROR BOX -- start*/
.errorBox {
  margin-top: 4px;
  display: none;
  flex-direction: row;
}

/*active class for errorBox*/
.errorBox.active {
  display: flex;
}

.error__icon {
  width: 22px;
  height: 22px;
  background-image: url("images/error-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.error__text {
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: var(--s_color_add_secondary_error);
}

/*ERROR BOX -- end*/
/* JIVO-CHAT styles*/
/*to hide jivo-chat add class hide-jivo to body tag*/
body.hide-jivo > jdiv {
  display: none;
}

@media only screen and (max-width: 992px) {
  jdiv .button_e524 {
    margin-bottom: 84px !important;
  }
  jdiv jdiv#jcont {
    margin-bottom: 60px !important;
  }
  body > jdiv .button_ab16 {
    margin-bottom: 76px !important;
  }
}
/**/
.custom-scroll,
.custom-scroll * {
  scrollbar-width: thin;
  scrollbar-color: #E7E3E3 transparent;
}

/* Chrome, Edge and Safari */
.custom-scroll::-webkit-scrollbar,
.custom-scroll *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.custom-scroll::-webkit-scrollbar-track,
.custom-scroll *::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}

.custom-scroll::-webkit-scrollbar-track:hover,
.custom-scroll *::-webkit-scrollbar-track:hover {
  background-color: transparent;
}

.custom-scroll::-webkit-scrollbar-track:active,
.custom-scroll *::-webkit-scrollbar-track:active {
  background-color: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb,
.custom-scroll *::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #E7E3E3;
}

.custom-scroll::-webkit-scrollbar-thumb:hover,
.custom-scroll *::-webkit-scrollbar-thumb:hover {
  background-color: #E7E3E3;
}

.custom-scroll::-webkit-scrollbar-thumb:active,
.custom-scroll *::-webkit-scrollbar-thumb:active {
  background-color: #E7E3E3;
}

#SDEK_preloader {
  display: none !important;
}

.text-link {
  color: #333;
  cursor: default;
  text-decoration: underline;
}

.text-link:hover,
.text-link:active {
  text-decoration: none;
}

.popup-privacy-policy__btn {
  cursor: pointer;
}

.help-icon {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url("/local/templates/senat_1.0/images/help.svg") no-repeat center;
  vertical-align: middle;
}

.help-icon-qmark {
  background: url("/local/templates/senat_1.0/images/qmark-icon.svg") no-repeat center;
}

.trash-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("/local/templates/senat_1.0/images/cart-new/trash.svg") no-repeat center;
  vertical-align: middle;
}

.icon-detect {
  background: transparent url(/local/templates/senat_1.0/images/cart-new/detect-location.svg) no-repeat 0 0;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.icon-point-on-map {
  background: transparent url(/local/templates/senat_1.0/images/cart-new/set-delivery-props.svg) no-repeat 0 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 993px) {
  #search-cancel-mobile {
    display: none;
  }
}
.a-header__middle {
  z-index: 11;
}

.geo-dropdown {
  z-index: 12;
}

.senat-filter .senat-ui-slider-pricebar-v {
  z-index: 10 !important;
}

.senat-filter .senat-ui-slider-pricebar-vn,
.senat-filter .senat-ui-slider-pricebar-vd,
.senat-filter.senat-blue .senat-ui-slider-handle.left,
.senat-filter.senat-blue .senat-ui-slider-handle.right {
  z-index: 9 !important;
}

@media (max-width: 992px) {
  .__jivoMobileButton, .__jivoDesktopButton {
    bottom: 60px !important;
  }
}
.easyzoom-notice {
  display: none;
}

.diamond-banner3__picture img {
  aspect-ratio: 1.5/1;
  object-fit: cover;
  object-position: center;
}

.diamond-banner3__list {
  max-height: fit-content !important;
}

.loader_catalog {
  opacity: 0.4;
}

.loader_icon {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.senat-filter-parameters-interval {
  margin-top: 0 !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.pt-40 {
  padding-top: 40px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pr-16 {
  padding-right: 16px;
}

.pl-8 {
  padding-left: 8px;
}

.text-left {
  text-align: left;
}

.jewelry-magazine .feedbackBanner__text {
  top: calc(50% - 20px) !important;
}
@media only screen and (max-width: 768px) {
  .jewelry-magazine .feedbackBanner__text {
    top: 0 !important;
  }
}
.jewelry-magazine .feedbackBanner {
  height: 389px !important;
}
.jewelry-magazine .jewelry-magazine__card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -25px;
  z-index: 1;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .jewelry-magazine .jewelry-magazine__card-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.jewelry-magazine .jewelry-magazine__card-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-right: 16px;
}
.jewelry-magazine .jewelry-magazine__card {
  display: flex;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 3px 15px 0px rgba(50, 53, 76, 0.15);
  padding: 10px;
}
.jewelry-magazine a.jewelry-magazine__card {
  text-decoration: none;
  color: #000000;
}
.jewelry-magazine .link {
  text-decoration: none;
  color: #c98660;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.jewelry-magazine .jewelry-magazine__card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.jewelry-magazine .jewelry-magazine__card-title {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
}

.setOfWeek .collectSet__form {
  text-align: center;
}
#collectSet__btnBuy:hover {
  background: #6e6e6e;
}

.text-right {
  text-align: right;
}

.align-items-end {
  align-items: flex-end !important;
}

.p-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.flex-column {
  flex-direction: column;
}

.dolyame .dolyame_icon {
  background: #f4f4f4 !important;
}
.setOfWeek__sale__text {
  font-size: 11px !important;
}
.setOfWeek__right .collectSet__form, .setOfWeek__right .collectSet__btnBuy, .setOfWeek__right .collectSet__fullPrice {
  margin-top: 0;
}
.setOfWeek__right .collectSet__fullPrice {
  margin: auto;
  background-color: #cd8665;
  border-radius: 50px;
  padding: 0 40px 5px;
}
.setOfWeek__right .collectSet__fullPrice div {
  color: #fff;
}
.setOfWeek__right .collectSet__fullPrice div.text {
  line-height: 1.2;
}
.setOfWeek__right .collectSet__fullPrice div.text {
  font-weight: 600;
  width: 140px;
  font-size: 20px !important;
  letter-spacing: .28px !important;
  margin-top: 10px;
}
.setOfWeek__right .collectSet__fullPrice div.price s, .setOfWeek__right .collectSet__fullPrice div.price s span {
  font-size: 14px;
  font-weight: 300;
}
.setOfWeek__right .collectSet__fullPrice div.price {
  line-height: 1;
}
.setOfWeek__right .collectSet__fullPrice .price {
  font-size: 28px;
}
/*# sourceMappingURL=template_styles.css.map */


.container .order-container, .order-text, .order-link {
  font-size: 14px!important;
}
/*.d-flex {*/
/*  display: block!important;*/
/*}*/
.d-flex .btn {
  margin: 30px;
}
.d-flex.bx-green .btn, .d-flex.bx-blue .btn {
  margin: 30px auto;
}
.bx-margin0 .btn {
  margin: 20px 0 0;
}
@media only screen and (max-width: 576px) {
  .bx-margin0 {
    width: 100%;
    text-align: center;
  }
  .bx-margin0 .btn {
    margin: 30px 0;
    width: 100%;
  }
}

li:nth-of-type(6) .navBottom__link {
  font-weight: bold;  /* Только ссылка внутри 6-го <li> станет жирной, а цвет красным*/
  color: #e00000;
}
.loyalty_bottom_content {
  margin-top: 30px;
}