@charset "UTF-8";
.nav-mobile {
  position: fixed;
  z-index: 999;
  background: #fff;
  left: 0;
  top: 0;
  max-width: 334px;
  width: 100%;
  height: 100vh;
  padding: 16px 0px 20px 36px;
  z-index: 1001;
}

.nav-mobile-inner {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
  padding-right: 22px;
  padding-bottom: 50px;
  scrollbar-width: thin;
  scrollbar-color: #CDCDCD transparent;
}
.nav-mobile-inner::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}
.nav-mobile-inner::-webkit-scrollbar-thumb {
  background-color: #CDCDCD;
  border-radius: 2px;
}

.nav-mobile.opened {
  transform: translate(0, 0);
  visibility: visible;
  transition: all 0.2s linear;
}

.nav-mobile-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  min-height: 35px;
  padding-right: 22px;
}

.nav-mobile-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 35px;
}

nav.nav-mobile:has(ul.opened) .nav-mobile-logo {
  display: none;
}
nav.nav-mobile:has(ul.opened) .nav-mobile_back {
  display: flex;
}

.nav-mobile_back {
  display: none;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: var(--gray);
}

.nav-mobile_back i {
  font-size: 11px;
  line-height: 1;
  color: #BEC2C5;
  margin-right: 20px;
}

.nav-mobile_close {
  padding: 10px;
  display: flex;
  font-size: 12px;
  color: #AFB4BF;
}

.mobile-menu {
  list-style: none;
  padding: 0;
}

.mobile-menu {
  top: 0;
  left: 0;
  position: static;
}

.mobile-submenu .mobile-menu-item.sub > .mobile-submenu {
  top: 0;
}

.mobile-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu-item a {
  padding: 7px 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.menu__button-mob-open {
  font-size: 10px;
  line-height: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: -1;
}

.mobile-submenu.opened {
  transform: translate(0, 0);
  visibility: visible;
  transition: all 0.2s linear;
}

.menu__button-sub-open {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: -1;
}

.mobile-submenu {
  position: absolute;
  background: #fff;
  list-style: none;
  padding: 0;
  left: 0;
  top: 68px;
  padding: 0px 22px 80px 36px;
  height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  transform: translate(-120%, 0);
  visibility: hidden;
  transition: all 0.2s linear;
  scrollbar-width: thin;
  scrollbar-color: #CDCDCD transparent;
}
.mobile-submenu::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}
.mobile-submenu::-webkit-scrollbar-thumb {
  background-color: #CDCDCD;
  border-radius: 2px;
}

.mobile-menu {
  padding: 0 0 24px 0;
  border-bottom: 1px solid var(--lightgray);
  margin-bottom: 20px;
}

.mobile-accountmenu {
  padding: 0 0 24px 0;
  border-bottom: 1px solid var(--lightgray);
  margin-bottom: 20px;
}

.dropdown {
  position: relative;
  padding-right: 22px;
}
.dropdown::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 4px;
  right: 0;
  top: 10px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgOCA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iVmVjdG9yIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuOTEyNTcgMy44NzJMNy4wNzA2NiAwLjc1NzMzM0M3LjI0MzExIDAuNTc2IDcuMjQzMTEgMC4yOTg2NjcgNy4wNzA2NiAwLjEyOEM2Ljg5ODIgLTAuMDQyNjY2NyA2LjYwNzE5IC0wLjA0MjY2NjcgNi40MzQ3MyAwLjEyOEwzLjYgMi45MzMzM0wwLjc2NTI2OSAwLjEyOEMwLjU4MjAzNiAtMC4wNDI2NjY3IDAuMzAxNzk2IC0wLjA0MjY2NjcgMC4xMjkzNDEgMC4xMjhDLTAuMDQzMTEzOCAwLjI5ODY2NyAtMC4wNDMxMTM4IDAuNTc2IDAuMTI5MzQxIDAuNzU3MzMzTDMuMjc2NjUgMy44NzJDMy40NTk4OCA0LjA0MjY3IDMuNzQwMTIgNC4wNDI2NyAzLjkxMjU3IDMuODcyWiIgZmlsbD0iIzYzNkQ3QSIvPgo8L3N2Zz4K");
}
.dropdown .dropdown-menu .dropdown-menu {
  position: absolute;
  left: 95%;
  top: -20px;
}
.dropdown:hover > .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.12s ease-in;
}

.dropdown-menu {
  position: absolute;
  display: block;
  top: calc(100% + 40px);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  left: 0;
  z-index: 1000;
  min-width: 300px;
  padding: 32px 0;
  margin: 0;
  font-size: 17px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  float: initial;
  transition: all 0.12s ease-in;
}
.dropdown-menu li {
  position: relative;
  padding: 0 40px;
  width: 100%;
}
.dropdown-menu li:not(:last-child) {
  margin-bottom: 0;
}
.dropdown-menu li.dropdown::after {
  transform: translate(12px, 0) rotate(-90deg);
  right: auto;
}
.dropdown-menu li button.btn {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  padding: 0;
  text-align: left;
  border: none;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: transparent;
  transition: all 0.12s linear;
}
.dropdown-menu li button.btn:hover {
  transition: all 0.12s linear;
  text-decoration-color: inherit;
}
.dropdown-menu .dropdown-inner {
  display: flex;
  width: 100%;
}
.dropdown-menu .dropdown-inner ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  list-style: none;
  padding: 0;
}
.dropdown-menu .dropdown-inner ul li {
  padding: 0 40px 15px 40px;
}
.dropdown-menu .dropdown-inner ul li a {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}
.dropdown-menu .dropdown-inner ul li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -20px;
}

.account-box {
  position: static;
}

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

.account-menu {
  position: absolute;
  padding: 15px 20px 15px 15px;
  z-index: 100;
  transition: all 0.1s linear;
  top: calc(100% + 30px);
  left: -40px;
  max-width: 300px;
  right: 10px;
  left: auto;
}

a.account-lnk span {
  padding-left: 3px;
  color: var(--links);
}

.account-row {
  width: 212px;
}

.account-menu.opened {
  display: block;
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.1s linear;
  top: calc(100% + 15px);
}

.account-menu.opened .account-row {
  display: block;
}

.account-menu a {
  text-decoration: none;
}

.account-row:not(:last-child) {
  border-bottom: 1px solid #EDEEE9;
  margin-bottom: 16px;
  padding-bottom: 20px;
}

.account-email {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-1f);
  margin-bottom: 13px;
}

.account-lnk {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
  color: var(--text-1f);
}

.account-lnk:not(:last-child) {
  margin-bottom: 7px;
}

.account-logout {
  color: #949597;
}

.account-logout .acc_icon-logout {
  margin-left: 6px;
}

/* переопределение для fancybox */
.fancybox__backdrop {
  background: rgba(24, 24, 27, 0.4);
}

.fancybox__content > .carousel__button.is-close {
  right: 0;
  top: 0;
  color: #1f1f1f;
  opacity: 0.3;
}

.fancybox__container {
  --carousel-button-svg-filter: none;
}

body.compensate-for-scrollbar {
  overflow: auto !important;
}

.compensate-for-scrollbar {
  padding-right: 0 !important;
}

.fancybox__content > .f-button.is-close-btn {
  border-radius: 0;
  background: none;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
}

.f-button svg {
  fill: #000;
  stroke: #AFB4BF;
  width: 20px;
  height: 20px;
  filter: none;
}

.search-vars {
  display: none;
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  max-width: 100%;
  padding: 30px 0px 30px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  background: #FFFFFF;
  transition: all 0.1s linear;
}

button.search-vars-close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: none;
  width: 30px;
  height: 30px;
  font-size: 15px;
  color: #b3b8c3;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 10px;
  margin-top: -20px;
}

.search-vars__inner {
  max-height: 440px;
  overflow-y: auto;
  padding-right: 10px;
}

.search-vars__inner::-webkit-scrollbar {
  width: 5px;
}

.search-vars__inner::-webkit-scrollbar-track {
  background: transparent;
}

.search-vars__inner::-webkit-scrollbar-thumb {
  background-color: #D7D7D7;
  border-radius: 5px;
}

.search-vars__inner {
  scrollbar-width: thin;
  scrollbar-color: #D7D7D7 transparent;
}

.search-vars.opened {
  opacity: 1;
  visibility: visible;
  top: 58px;
}

.header-search.opened .search-container {
  z-index: 100;
}

.search-vars_top {
  margin-bottom: 20px;
}

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

.search-vars_variant {
  display: flex;
  align-items: baseline;
  text-decoration: none;
}

.search-vars_variant:not(:last-child) {
  margin-bottom: 10px;
}

.search-vars_variant .arr {
  color: #AFB4BF;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 8px;
}

.search-vars_variant .var_name {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.12s linear;
}
.search-vars_variant .var_name:hover {
  color: #2b85c0;
  transition: all 0.12s linear;
}

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

.search-vars_item {
  display: flex;
  text-decoration: none;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 15px;
  gap: 10px 20px;
}
.search-vars_item:hover .srch-product_name {
  color: var(--links);
  transition: all 0.12s linear;
}

.search-vars_item:not(:last-child) {
  margin-bottom: 20px;
}

.srch-product_img {
  display: flex;
  width: 36px;
  height: 50px;
  flex-shrink: 0;
  overflow: hidden;
}

.srch-product_img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.srch-product_info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  flex: 1;
}
.srch-product_info span.dots {
  display: none;
  position: relative;
  width: 100%;
  flex: 1;
  margin: 0 5px;
}
.srch-product_info span.dots::after {
  display: flex;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  border-bottom: 1px dotted #D7D7D7;
  position: absolute;
  top: 16px;
}

.srch-product_name {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #000;
  max-width: 525px;
  transition: all 0.12s linear;
}
.srch-product_name[data-cat] {
  position: relative;
}
.srch-product_name[data-cat]::after {
  display: block;
  content: attr(data-cat);
  font-size: 14px;
  color: var(--gray);
}

.srch-product_priceblock {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.srch-product_currentprc {
  font-family: var(--latoFont);
  font-weight: 700;
  font-size: 17px;
  line-height: normal;
  color: #000;
}

.srch-product_currentprc span {
  font-family: var(--defaultFont);
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  color: #000;
  margin-left: 7px;
}

.srch-product_secondprc {
  font-family: var(--latoFont);
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: var(--ultimate-grey);
  text-decoration: line-through;
}

.srch-product_secondprc span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--ultimate-gray);
  margin-left: 5px;
}

.search-vars_opt {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 57px;
}

.all-src-results {
  border: 2px solid #eb5757;
  color: #000;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 22px;
  text-decoration: none;
  transition: background 0.12s linear, color 0.12s linear, border-color 0.12s linear;
}

.all-src-results:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  transition: background 0.12s linear, color 0.12s linear, border-color 0.12s linear;
}

.lnk {
  position: relative;
  color: var(--links-color);
  text-decoration: none;
  display: inline-block;
}

.lnk::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1;
  border-bottom: 1px solid;
  opacity: 1;
  transition: opacity 0.12s linear;
}

.lnk:hover::after {
  opacity: 0;
  transition: opacity 0.12s linear;
}

/* .quantity-count-box {
  position: relative;
  max-width: 110px;
  width: 100%;
  background: #FFFFFF;
  height: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #ECEEF2;
  border-radius: 3px;
  flex-wrap: nowrap;
} */
/* 
.quantity-count-box button {
  z-index: 2;
  background: none;
  height: 100%;
  font-weight: 400;
  width: 30px;
  font-size: 18px;
  line-height: 34px;
  height: 38px;
  color: var(--text-1f);
  display: flex;
  align-items: baseline;
  padding: 0;
  justify-content: center;
}

.quantity-count-box input[type=text].quantity {
  padding: 0;
  font-size: 16px;
  font-family: var(--latoFont);
  line-height: normal;
  height: 100%;
  flex: auto;
  width: auto;
  text-align: center;
  border: none;
  outline: none;
} */

/*корзина*/
.basket {
  border-radius: 0;
  padding: 45px 15px 24px 15px;
  max-width: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

.basket.fancybox__content {
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
}

.basket_header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.basket_header a.link {
  font-size: 14px;
}

.basket_header-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 18px;
  color: #000000;
}
.basket_header-title span {
  font-size: 16px;
  color: #636D7A;
  font-weight: 600;
}

.basket__product {
  padding: 28px 0;
  border-bottom: 1px solid #EDEEE9;
}

.basket__product-info {
  display: flex;
  margin-bottom: 10px;
}

.basket__product-img {
  width: 44px;
  height: 44px;
  border-radius: 3px;
  margin-right: 13px;
  flex-shrink: 0;
  overflow: hidden;
}
.basket__product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.basket__product-name {
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: var(--text-1f);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
}

.basket__product-right-end {
  display: flex;
  align-items: center;
  gap: 24px;
}

.basket__product-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket__product-price span {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: var(--text-1f);
}

.product_price {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: var(--text-1f);
}

.basket__footer {
  padding-top: 24px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.basket__footer-result {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #000000;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.basket_products-summ {
  margin-left: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: var(--text-1f);
  font-family: var(--latoFont);
}

.basket__footer-right {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.sun-curr {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: var(--text-1f);
  font-family: var(--defaultFont);
}

button.trash-item_detele {
  background: none;
  padding: 0;
  outline: 0;
  border: 0;
  color: #EDEEE9;
}

button.trash-item_detele:hover {
  cursor: pointer;
  color: var(--main-color);
}

button.delete_product {
  background: none;
  padding: 0;
  line-height: 0;
  color: #EDEEE9;
  font-size: 12px;
  width: 24px;
  height: 24px;
}

.language-select {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.language-select img {
	flex-shrink: 0;
}

@media screen and (min-width: 992px) {
  body:has(.header-simple) .header-maincatalog {
    left: 170px;
  }
  body:has(.header-simple) .header-maincatalog.opened {
    top: calc(100% + 15px);
  }
  .header-maincatalog {
    display: none;
    max-width: 1500px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
    max-height: 690px;
    overflow: hidden;
    padding: 46px 30px 88px 54px;
    width: calc(100% - 60px);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% - 0px);
    z-index: 1000;
    transition: all 0.08s ease-in;
  }
  .header-maincatalog.opened {
    opacity: 1;
    top: 188px;
    visibility: visible;
    transition: all 0.08s ease-in;
  }
  button.close-catalog {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #AFB4BF;
    transition: color 0.12s linear;
  }
  button.close-catalog:hover {
    color: #7c8087;
    transition: color 0.12s linear;
  }
  .maincatalog-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 72px 36px;
    max-height: 590px;
    padding-right: 24px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #E0E3EA transparent;
  }
  .maincatalog-inner::-webkit-scrollbar {
    width: 6px;
    background: transparent;
  }
  .maincatalog-inner::-webkit-scrollbar-thumb {
    background-color: #E0E3EA;
    border-radius: 5px;
  }
  nav.catalog-menublock {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1 250px;
    max-width: 320px;
  }
  nav.catalog-menublock .catalog-menu__icon {
    display: flex;
    width: 44px;
    height: 44px;
  }
  nav.catalog-menublock .catalog-menu__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  nav.catalog-menublock .catalog-menu__base {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  nav.catalog-menublock .catalog-menu__base > a {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
  }
  nav.catalog-menublock .catalog-menu__base ul {
    list-style: none;
    padding: 0;
  }
  nav.catalog-menublock .catalog-menu__base ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  nav.catalog-menublock .catalog-menu__base ul li a {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
  }
  nav.catalog-menublock .catalog-menu__base ul li.hassub:hover a::after {
    color: inherit;
  }
  nav.catalog-menublock .catalog-menu__base ul li.hassub > a {
    position: relative;
    padding-right: 16px;
  }
  nav.catalog-menublock .catalog-menu__base ul li.hassub > a::after {
    position: absolute;
    font-family: "icons";
    content: "\e90b";
    color: #636d7a;
    right: 0;
    top: 1px;
    font-size: 8px;
    transition: transform 0.12s linear;
  }
  nav.catalog-menublock .catalog-menu__base ul li.hassub.sub-opened > a::after {
    transform: rotate(90deg);
    transition: transform 0.12s linear;
  }
  nav.catalog-menublock .catalog-menu__base ul.submenu {
    padding-left: 18px;
    padding-top: 8px;
  }
  .account-box {
    position: relative;
  }
  .account-menu {
    position: absolute;
    padding: 30px 44px 40px 44px;
    z-index: 100;
    transition: all 0.1s linear;
    top: calc(100% + 30px);
    left: -40px;
  }
  .account-menu.opened {
    display: block;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.1s linear;
    top: calc(100% + 10px);
  }
  .fancybox__content > .f-button.is-close-btn {
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
  }
  /* .quantity-count-box {
    height: 40px;
  }
  .quantity-count-box button {
    font-size: 24px;
    line-height: 130%;
  } */
  .basket {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: none;
    transform: none;
    max-width: 754px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 33px 36px 44px 34px;
  }
  .basket_header-title {
    font-size: 20px;
  }
  .basket_products-summ {
    font-size: 20px;
  }
  .product_price {
    font-size: 17px;
  }
  .basket__product-name {
    font-size: 17px;
    line-height: 23px;
    -webkit-line-clamp: 2;
  }
  .basket__product {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .basket__product-info {
    align-items: center;
    max-width: 382px;
    margin-bottom: 0;
  }
  .basket__product-right {
    max-width: 270px;
    width: 100%;
  }
  .basket__footer {
    padding-top: 30px;
    flex-direction: row;
    justify-content: space-between;
  }
  .basket__footer-right {
    margin-bottom: 0;
  }
  .basket__footer-result {
    margin-bottom: 34px;
    margin-right: 48px;
  }
  input[type=text].quantity {
    padding: 10px 34px;
  }
  .basket__product-img {
    flex-shrink: 0;
  }
  .basket__product-count button:hover {
    cursor: pointer;
  }
  button.delete_product:hover {
    cursor: pointer;
    color: var(--text-1f);
  }
  input[type=text].quantity {
    padding: 10px 34px;
  }
  button.delete_product:hover {
    cursor: pointer;
    color: var(--text-1f);
  }
  button.delete_product {
    font-size: 9px;
  }
}
@media screen and (min-width: 1280px) {
  .account-email {
    font-size: 17px;
  }
  .account-lnk {
    font-size: 16px;
  }
}
.notify_window-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notify_text {
  max-width: 228px;
  color: #1f1f1f;
  margin: 0 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.notify_close {
  background: none;
  padding: 0;
  outline: 0;
  border: 0;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.notify_close img {
  width: 10px;
  height: 10px;
  position: relative;
  z-index: -1;
}

.notify_close:hover {
  cursor: pointer;
}

.notify_icon {
  flex-shrink: 0;
}

.notify_window {
  position: fixed;
  right: 0;
  z-index: 1010;
  max-width: 250px;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  top: 244px;
  transform: translate(100%, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s linear;
}

.notify_window.notify_action {
  transform: translate(-5%, 0);
  opacity: 1;
  visibility: visible;
  transition: all 0.1s linear;
}

@media screen and (min-width: 576px) {
  .notify_window {
    max-width: 342px;
    padding: 20px;
  }
  .notify_window.notify_action {
    transform: translate(-10%, 0);
  }
}
@media screen and (min-width: 992px) {
  .notify_text {
    font-size: 16px;
  }
}
.modal.fancybox__content {
  border-radius: 0px;
  background: #FFF;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
  padding: 20px;
  width: 100%;
  max-width: 922px;
  overflow: visible;
}
.modal.fancybox__content form input.custom-input,
.modal.fancybox__content form input.custom-input,
.modal.fancybox__content form input.custom-input,
.modal.fancybox__content form textarea {
  border-radius: 10px;
  background: #F5F6F7;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 20px;
  outline: none;
  border: none;
}
.modal.fancybox__content form input.custom-input::-moz-placeholder, .modal.fancybox__content form input.custom-input::-moz-placeholder, .modal.fancybox__content form input.custom-input::-moz-placeholder, .modal.fancybox__content form textarea::-moz-placeholder {
  color: #000000;
}
.modal.fancybox__content form input.custom-input::placeholder,
.modal.fancybox__content form input.custom-input::placeholder,
.modal.fancybox__content form input.custom-input::placeholder,
.modal.fancybox__content form textarea::placeholder {
  color: #000000;
}
.modal.fancybox__content form input[type=time].custom-input:before {
  content: attr(placeholder);
  margin-right: 0.6em;
  color: inherit;
}
.modal.fancybox__content > .f-button.is-close-btn {
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  outline: none;
  border: none;
}

.modal.fancybox__content > .f-button.is-close-btn:focus-visible {
  outline: none;
  border: none;
  box-shadow: none !important;
}


.modal.fancybox__content .f-button svg {
  width: 24px;
  height: 24px;
}
.modal.fancybox__content.modal-order .modal-main {
  max-height: inherit;
}
.modal.fancybox__content.modal-light {
  max-width: 696px;
  padding: 20px;
}
.modal.fancybox__content.modal-light .modal-main {
  color: #55595C;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.modal.fancybox__content.modal-light .modal-head h2 {
  margin-bottom: 20px;
}
.modal.fancybox__content.modal-text .modal-main {
  max-height: 500px;
  overflow-x: auto;
  padding-right: 40px;
  scrollbar-width: thin;
  scrollbar-color: #E0E3EA transparent;
}
.modal.fancybox__content.modal-text .modal-main::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.modal.fancybox__content.modal-text .modal-main::-webkit-scrollbar-thumb {
  background-color: #E0E3EA;
  border-radius: 5px;
}
.modal.fancybox__content.modal-text > .f-button.is-close-btn {
  top: 30px;
  /* right: 46px; */
}

.modal-main {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.modal-main p:not(:last-child) {
  margin-bottom: 20px;
}

.modal-head h2 {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 26px;
  padding-right: 40px;
  color: #000;
}

.current > span {
  color: #000;
  text-align: right;
  font-family: var(--latoFont);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.current > span b {
  color: #000;
  font-family: "Segoe UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mo-prices > s {
  color: #AFB4BF;
  font-family: var(--latoFont);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
}

.mo-prices {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}

.mo-counter.quantity-count-box {
  margin-bottom: 30px;
}

.mo-opt > span {
  color: #636D7A;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
}

.mo-opt__row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mo-opt:not(:last-child) {
  margin-bottom: 20px;
}

.mo-options {
  margin-bottom: 24px;
}

.mo-inform {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 14px;
}

.mo-inform textarea {
  width: 100%;
}

.mo-inform__opts {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.mo-inform__opts span {
  max-width: 375px;
}
.mo-inform__opts span {
  color: #636D7A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mo-inform__opts span a {
  color: #3498DB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mo-inform__opts button.button.button-big {
  padding: 17px 40px;
  font-size: 18px;
}

.form-controls {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.form-controls input.custom-input {
  flex: 1 auto;
}

#modal-callback {
  max-width: 630px;
}

@media screen and (min-width: 576px) {
  /* .search-form {
    width: 100%;
  } */
  .search-vars {
    min-width: 375px;
  }
  .search-vars.opened {
    visibility: visible;
    top: 51px;
  }
  .search-vars_top {
    margin-bottom: 40px;
  }
  .search-vars_item {
    flex-direction: row;
  }
  .srch-product_info {
    flex-direction: row;
  }
  .srch-product_info span.dots {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .modal.fancybox__content {
    border-radius: 16px;
    padding: 60px 60px 40px 80px;
  }
  .modal.fancybox__content.modal-light {
    padding: 46px 70px 50px 50px;
  }
  .modal.fancybox__content.modal-single {
    padding: 60px 60px 40px 60px;
  }
  .modal-head h2 {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: normal;
  }
  .mo-prices {
    gap: 22px;
    margin-bottom: 20px;
  }
  .modal.fancybox__content form input.custom-input,
  .modal.fancybox__content form input.custom-input,
  .modal.fancybox__content form input.custom-input,
  .modal.fancybox__content form textarea {
    font-size: 18px;
    padding: 17px 26px;
  }
  .mo-inform {
    gap: 24px;
  }
  .mo-options {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 992px) {
  /* .search-form {
    width: 100%;
    position: relative;
  } */
  .search-vars {
    border-radius: 12px;
    top: calc(100% + 50px);
    left: 0;
    padding: 40px 35px 45px 40px;
    width: 100%;
    min-width: -moz-max-content;
    min-width: max-content;
    z-index: 1000;
    border-top: none;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  }
  .search-vars.opened {
    top: calc(100% + 25px);
  }
  /* .search-form input[type=search] {
    padding: 13px 24px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
  }
  .search-form button[type=submit] {
    padding: 13.5px 24px;
  }
  .search-form button[type=submit] svg {
    width: 18px;
    height: 18px;
  } */
  button.search-vars-close .icon-close::before {
    transition: all 0.12s linear;
  }
  button.search-vars-close:hover .icon-close::before {
    color: #1f1f1f;
    transition: all 0.12s linear;
  }
}