

/* Start:/local/templates/goryacheva_shop/css/main.css?1744383988348994*/
/*@font-face {
  font-family: Circe;
  src: url(/local/templates/goryacheva_shop/css/fonts/Circe-Regular.eot);
  src: local("Circe"),local("Circe-Regular"),url(/local/templates/goryacheva_shop/css/fonts/Circe-Regular.eot?#iefix) format("embedded-opentype"),url(/local/templates/goryacheva_shop/css/fonts/Circe-Regular.woff) format("woff"),url(/local/templates/goryacheva_shop/css/fonts/Circe-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Circe;
  src: url(/local/templates/goryacheva_shop/css/fonts/Circe-ExtraLight.eot);
  src: local("Circe ExtraLight"),local("Circe-ExtraLight"),url(/local/templates/goryacheva_shop/css/fonts/Circe-ExtraLight.eot?#iefix) format("embedded-opentype"),url(/local/templates/goryacheva_shop/css/fonts/Circe-ExtraLight.woff) format("woff"),url(/local/templates/goryacheva_shop/css/fonts/Circe-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: Circe;
  src: url(/local/templates/goryacheva_shop/css/fonts/Circe-Thin.eot);
  src: local("Circe Thin"),local("Circe-Thin"),url(/local/templates/goryacheva_shop/css/fonts/Circe-Thin.eot?#iefix) format("embedded-opentype"),url(/local/templates/goryacheva_shop/css/fonts/Circe-Thin.woff) format("woff"),url(/local/templates/goryacheva_shop/css/fonts/Circe-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal
}

@font-face {
  font-family: Circe;
  src: url(/local/templates/goryacheva_shop/css/fonts/Circe-Light.eot);
  src: local("Circe Light"),local("Circe-Light"),url(/local/templates/goryacheva_shop/css/fonts/Circe-Light.eot?#iefix) format("embedded-opentype"),url(/local/templates/goryacheva_shop/css/fonts/Circe-Light.woff) format("woff"),url(/local/templates/goryacheva_shop/css/fonts/Circe-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: Circe;
  src: url(/local/templates/goryacheva_shop/css/fonts/Circe-Bold.eot);
  src: local("Circe Bold"),local("Circe-Bold"),url(/local/templates/goryacheva_shop/css/fonts/Circe-Bold.eot?#iefix) format("embedded-opentype"),url(/local/templates/goryacheva_shop/css/fonts/Circe-Bold.woff) format("woff"),url(/local/templates/goryacheva_shop/css/fonts/Circe-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Circe;
  src: url(/local/templates/goryacheva_shop/css/fonts/Circe-ExtraBold.eot);
  src: local("Circe ExtraBold"),local("Circe-ExtraBold"),url(/local/templates/goryacheva_shop/css/fonts/Circe-ExtraBold.eot?#iefix) format("embedded-opentype"),url(/local/templates/goryacheva_shop/css/fonts/Circe-ExtraBold.woff) format("woff"),url(/local/templates/goryacheva_shop/css/fonts/Circe-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal
}*/
* {
  box-sizing: border-box;
}
body a {
  text-decoration: none;
}
body font {
  display: none !important;
}
body.open-modal {
  overflow: hidden;
}
button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
img {
  border-style: none;
}
.h1,
h1 {
  font-size: 50px;
  line-height: 50px;
  color: #383838;
  font-weight: 400;
  text-align: center;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .h1,
  h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .h1,
  h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0;
  }
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.h5,
a,
h5 {
  color: #383838;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
button,
input {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
body {
  min-height: 100%;
  margin: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  font-family: Circe, sans-serif;
  height: 100vh;
  height: calc(var(--app-height) * 100);
  color: #383838;
}
body.hidden {
  overflow: hidden;
  padding-right: 17px;
  display: block !important;
}
@media (max-width: 1024px) {
  body.hidden {
    padding-right: 0;
  }
}
body .wrapper_base {
  display: grid;
  grid-template-areas: "header" "content" "footer";
  grid-template-rows: auto 1fr auto;
  grid-gap: 0;
  min-height: 100vh;
}
.wrapper {
  max-width: 1920px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 10px;
  }
}
header {
  grid-area: header;
  position: relative;
}
header .head-top-link .headline {
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #353535;
  position: fixed;
  z-index: 900;
  font-size: 12px;
  top: 0;
}
@media (max-width: 1024px) {
  header .head-top-link .headline {
    font-size: 12px;
    height: 30px;
    z-index: 900;
  }
}
header .head-top-link .headline .headline__text {
  line-height: 18px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
header .head-top-link .headline .headline__text span {
  margin-left: 5px;
}
@media (max-width: 1024px) {
  header .head-top-link .headline .headline__text span {
    font-weight: 400;
  }
}
header .head-top-link .headline .headline__text span:first-child {
  margin-left: 0;
}
header #header.header {
  height: 70px;
  position: fixed;
  width: 100%;
  background: none;
  z-index: 910;
  background: #fff;
}
@media (max-width: 1024px) {
  header #header.header {
    height: 60px;
    z-index: 910;
    border-bottom: 1px solid rgba(239,239,239,0.2);
  }
}
header #header.header.header-menu {
  padding-right: 17px;
}
@media (max-width: 768px) {
  header #header.header.header-menu {
    background: transparent;
  }
  header #header.header.header-menu .header__icons-item.mobile--item path {
    stroke: #fff;
  }
}
header #header.header.header--invisible {
  background-color: transparent;
  border-color: transparent;
}
header #header.header.header--invisible svg path,
header #header.header.header--invisible svg circle,
header #header.header.header--invisible svg rect {
  stroke: #fff;
}
header #header.header svg path,
header #header.header svg circle,
header #header.header svg rect {
  stroke: #383838;
}
header #header.header .header__wrapper {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1024px) {
  header #header.header .header__wrapper {
    padding: 0 10px;
  }
}
header #header.header .header__wrapper .header__logo {
  flex: 1;
  display: flex;
  justify-content: center;
  color: #383838;
  position: absolute;
  height: 100%;
  left: 340px;
  right: 340px;
  overflow: hidden;
}
@media (max-width: 1024) {
  header #header.header .header__wrapper .header__logo {
    width: 150px;
    left: 50%;
    margin-left: -75px;
    right: auto;
    background-color: transparent;
    color: #fff;
  }
}
header #header.header .header__wrapper .header__logo a {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  header #header.header .header__wrapper .header__logo a {
    color: #fff;
  }
}
header #header.header .header__wrapper .header__logo a svg,
header #header.header .header__wrapper .header__logo a img {
  height: 16px;
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  header #header.header .header__wrapper .header__logo a svg,
  header #header.header .header__wrapper .header__logo a img {
    height: 16px;
  }
}
header #header.header .header__wrapper .header__right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  right: 0;
  padding-right: 30px;
  position: absolute;
}
@media (max-width: 1024px) {
  header #header.header .header__wrapper .header__right {
    padding-right: 14px;
  }
}
header #header.header .header__wrapper .header__right .header__icons {
  display: flex;
}
header #header.header .header__wrapper .header__right .header__icons .header__icons-item {
  margin-left: 30px;
  position: relative;
  color: #383838;
  cursor: pointer;
}
@media (max-width: 1279px) {
  header #header.header .header__wrapper .header__right .header__icons .header__icons-item {
    margin-left: 30px;
  }
}
@media (max-width: 1024px) {
  header #header.header .header__wrapper .header__right .header__icons .header__icons-item {
    color: #fff;
    display: none;
  }
  header #header.header .header__wrapper .header__right .header__icons .header__icons-item .header__icons-cart {
    color: #383838;
  }
}
@media (max-width: 1024px) {
  header #header.header .header__wrapper .header__right .header__icons .header__icons-item.mobile--item {
    display: flex;
    margin-left: 20px;
  }
}
header #header.header .header__wrapper .header__right .header__icons .header__icons-item:first-child {
  margin-left: 0;
}
header #header.header .header__wrapper .header__right .header__icons .header__icons-item .header__icons-location {
  display: flex;
  align-items: center;
}
header #header.header .header__wrapper .header__right .header__icons .header__icons-item .header__location {
  position: absolute;
  width: 310px;
  top: calc(100% + 14px);
  right: -40px;
  background: rgba(0,0,0,0.4);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  display: none;
}
header #header.header .header__wrapper .header__right .header__icons .header__icons-item .header__location.opened {
  display: block;
}
header #header.header .header__wrapper .header__right .header__icons .header__icons-item .header__location .header__location-content {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header #header.header .header__wrapper .header__right .header__icons .header__icons-item .header__location .header__location-content:after {
  top: 0;
  right: 37.5px;
  transform: translate(-50%);
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  margin-top: -7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid rgba(0,0,0,0.4);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
header #header.header .header__wrapper .header__right .header__icons .header__icons-item .header__location .header__location-content .header__location-info {
  color: #fff;
  font-size: 8px;
  line-height: 14px;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
header #header.header .header__wrapper .header__right .header__icons .header__icons-item .header__location .header__location-content .header__location-info span {
  display: block;
  font-weight: 700;
}
header #header.header .header__wrapper .header__right .header__icons .header__icons-item .header__location .header__location-content .header__location-buttons {
  display: flex;
}
header #header.header .header__wrapper .header__right .header__icons .header__icons-item .header__location .header__location-content .header__location-buttons .header__location-button {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  height: 30px;
  width: 70px;
  margin-left: 18px;
  font-size: 8px;
  font-family: Circe;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  line-height: normal;
}
header #header.header .header__wrapper .header__right .header__icons .header__icons-item .header__location .header__location-content .header__location-buttons .header__location-button.header__location-close {
  background: #fff;
  color: #333;
}
header #header.header .header__wrapper .header__right .header__icons .header__icons-item #want span {
  position: absolute;
  font-weight: 700;
  bottom: 6px;
  font-size: 9px;
  line-height: 8px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.06em;
}
header #header.header .header__wrapper .header__right .header__icons .header__icons-item svg {
  display: block;
}
header #header.header .header__wrapper .header__right .header__icons .header__icons-item .header__icons-cart {
  position: absolute;
  font-weight: 700;
  bottom: 3px;
  font-size: 8px;
  line-height: 8px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.06em;
}
header #header.header .header__logo a,
header #header.header .header__nav-item a,
header #header.header .header__nav-item span,
header #header.header svg,
header #header.header .header__icons-item,
header #header.header .header__nav-item-separator {
  color: #383838;
}
header #header.header .header__wrapper,
header #header.header .header__burger {
  display: flex;
  align-items: center;
}
header.with-headline #header.header,
header.with-headline .header__left {
  top: 30px;
}
header.with-headline #menu.menu__overflow .menu .menu__content {
  top: 100px;
  height: calc(100% - 100px);
}
@media (max-width: 1024px) {
  header.with-headline #menu.menu__overflow .menu .menu__content {
    height: calc(100% - 186px);
    top: 136px;
  }
}
header.with-headline #menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__version {
  top: 90px;
}
header .header__left {
  display: flex;
  position: fixed;
  height: 70px;
  left: 0;
  width: 340px;
  padding-left: 30px;
  z-index: 911;
}
@media (max-width: 1024px) {
  header .header__left {
    padding-left: 14px;
    height: 60px;
    width: 85px;
  }
}
@media (max-width: 1024px) {
  header .header__left.header--menu {
    background-color: transparent;
  }
}
header .header__left.header--invisible {
  background-color: transparent;
  border-color: transparent;
}
header .header__left.header--invisible .header__nav .header__nav-list .header__nav-item a,
header .header__left.header--invisible .header__nav .header__nav-list .header__nav-item span {
  color: #fff;
}
header .header__left.header--invisible .burger .burger-box .burger-inner {
  background-color: #fff;
}
header .header__left.header--invisible .burger .burger-box .burger-inner:after,
header .header__left.header--invisible .burger .burger-box .burger-inner:before {
  background-color: #fff;
}
header .header__left .header__burger,
header .header__left .header__wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  header .header__left .header__burger .hamburger {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  header .header__left .header__burger .hamburger-inner {
    height: 1px;
    width: 18px;
  }
  header .header__left .header__burger .hamburger-inner:after,
  header .header__left .header__burger .hamburger-inner:before {
    height: 1px;
    width: 18px;
  }
}
header .header__left .burger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
header .header__left .burger .burger-box {
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}
header .header__left .burger .burger-box .burger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px;
  width: 20px;
  height: 1px;
  background-color: #383838;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header .header__left .burger .burger-box .burger-inner:after,
header .header__left .burger .burger-box .burger-inner:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #383838;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
header .header__left .burger .burger-box .burger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  top: -9px;
}
header .header__left .burger .burger-box .burger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  bottom: -9px;
}
header .header__left .burger.burger--spin .burger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
header .header__left .burger.burger--spin.is-active .burger-inner,
header .header__left .burger.burger--spin.is-active .burger-inner:before,
header .header__left .burger.burger--spin.is-active .burger-inner:after {
  background-color: #fff;
}
header .header__left .burger.burger--spin.is-active .burger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .header__left .burger.burger--spin.is-active .burger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
header .header__left .burger.burger--spin.is-active .burger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
header .header__left .header__nav {
  display: flex;
  align-items: center;
  margin-left: 24px;
}
@media (max-width: 1024px) {
  header .header__left .header__nav {
    display: none;
  }
}
header .header__left .header__nav .header__nav-list {
  display: flex;
  align-items: center;
}
header .header__left .header__nav .header__nav-list .header__nav-item {
  margin-left: 10px;
}
header .header__left .header__nav .header__nav-list .header__nav-item a,
header .header__left .header__nav .header__nav-list .header__nav-item span {
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 16px;
  padding-bottom: 4px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.3px;
  cursor: pointer;
  display: flex;
  color: #383838;
}
header .header__left .header__nav .header__nav-list .header__nav-item .text-link:after {
  bottom: 1px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
header .header__left .header__nav .header__nav-list .header__nav-item .text-link.active:after,
header .header__left .header__nav .header__nav-list .header__nav-item .text-link:hover:after {
  width: 100%;
  left: 0;
}
@media (max-width: 1024px) {
  header .header__left.header-menu .header__nav {
    display: none;
  }
}
header .header__left.header-menu .header__nav .header__nav-item a,
header .header__left.header-menu .header__nav .header__nav-item span {
  color: #fff;
}
header.with-headline+main {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  header.with-headline+main {
    padding-top: 90px;
  }
}
#menu.menu__overflow {
  z-index: 999;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#menu.menu__overflow.menu__overflow--open {
  z-index: 904;
  width: auto;
}
#menu.menu__overflow.menu__overflow--open .menu {
  transform: translateX(0);
}
#menu.menu__overflow .menu {
  width: 340px;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.7);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  z-index: 22;
  transition: transform 0.5s ease;
  transform: translateX(-100%);
  will-change: transform;
}
@media (max-width: 1024px) {
  #menu.menu__overflow .menu {
    width: 100%;
  }
}
#menu.menu__overflow .menu.menu--open {
  transform: translateX(0);
}
#menu.menu__overflow .menu .menu__content {
  top: 70px;
  bottom: 0;
  height: calc(100% - 70px);
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: scroll;
}
@media (max-width: 1024px) {
  #menu.menu__overflow .menu .menu__content {
    height: calc(100% - 160px);
    top: 110px;
    bottom: 50px;
  }
}
#menu.menu__overflow .menu .menu__content.ps.scroll {
  overflow-y: scroll !important;
}
#menu.menu__overflow .menu .menu__content.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper {
  width: 100%;
  overflow: auto;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__version {
  display: none;
  position: fixed;
  width: 100%;
  top: 60px;
  height: 50px;
}
@media (max-width: 1024px) {
  #menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__version {
    display: flex;
  }
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__version .menu__version-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__version .menu__version-list .menu__version-item {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 10px;
  text-align: center;
  font-weight: 350;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__version .menu__version-list .menu__version-item.active {
  font-weight: 400;
  border-bottom: 0.5px solid;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid {
  padding: 0 30px 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1740px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid {
    padding: 20px 17px 30px;
  }
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item {
  overflow: hidden;
  margin-top: 10px;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item.menu__item-parent .menu__item-list {
  overflow: hidden;
  will-change: height;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  height: 0px;
  transition: all 400ms ease 0s;
  display: none;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item.menu__item-parent .menu__item-list .menu__item-list_content {
  padding-top: 11px;
  padding-bottom: 3px;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item.menu__item-parent .menu__item-list .menu__item-list_content .menu__item-list_item {
  color: #fff;
  padding-left: 20px;
  margin-top: 4px;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item.menu__item-parent .menu__item-list .menu__item-list_content .menu__item-list_item:first-child {
  margin-top: 0;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item.menu__item-parent .menu__item-list .menu__item-list_content .menu__item-list_item .menu__item-title {
  font-size: 14px;
  line-height: 22px;
  display: flex;
  cursor: pointer;
  color: currentColor;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item.menu__item-parent .menu__item-list .menu__item-list_content .menu__item-list_item .menu__item-title a {
  text-decoration: none;
  position: relative;
  align-items: flex-start;
  display: flex;
  color: currentColor;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item.menu__item-parent.open .menu__item-line {
  opacity: 0.5;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item.menu__item-parent.open .menu__item-list {
  display: inherit;
  height: auto;
  transition: all 500ms ease 0s;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item.menu__item--gap {
  margin-top: 30px;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item:first-child {
  margin-top: 0;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item .menu__item-line {
  display: flex;
  align-items: center;
  color: #fff;
  transition: opacity 0.25s ease-out;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item .menu__item-line a {
  color: #fff;
  text-decoration: none;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item .menu__item-line .menu__item-title {
  font-size: 14px;
  line-height: 22px;
  display: flex;
  cursor: pointer;
  color: currentColor;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-decoration: none;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item .menu__item-line .menu__item-title span {
  font-size: 7px;
  margin-left: 7px;
  line-height: 17px;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item .menu__item-line .menu__item-title .menu__item-underline,
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item .menu__item-line .menu__item-title .menu__item a {
  position: relative;
  align-items: flex-start;
  display: flex;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item .menu__item-line .menu__item-title .menu__item-underline:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: currentColor;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item .menu__item-line .menu__item-title .menu__item-underline:hover:after {
  width: 100%;
  left: 0;
}
#menu.menu__overflow .menu .menu__content .ps__rail-x,
#menu.menu__overflow .menu .menu__content .ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  position: absolute;
}
#menu.menu__overflow .menu .menu__content .ps__rail-y {
  width: 15px;
  right: 0;
}
#menu.menu__overflow .menu .menu__content .ps__rail-x {
  height: 15px;
  bottom: 0;
}
#menu.menu__overflow .menu .menu__content .ps__thumb-x,
#menu.menu__overflow .menu .menu__content .ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute;
}
#menu.menu__overflow .menu .menu__content .ps__thumb-x {
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
}
#menu.menu__overflow .menu .menu__content .ps__thumb-y {
  width: 15px !important;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  right: 2px;
}
#menu.menu__overflow .menu .menu__content .ps__rail-y.ps--clicking,
#menu.menu__overflow .menu .menu__content .ps__thumb-y {
  background-color: transparent !important;
}
#menu.menu__overflow .menu .menu__bottom {
  display: none;
  bottom: 0;
  background: rgba(56,56,56,0.5);
  -webkit-backdrop-filter: blur(44px);
  backdrop-filter: blur(44px);
  position: absolute;
  width: 100%;
}
@media (max-width: 1024px) {
  #menu.menu__overflow .menu .menu__bottom {
    display: block;
  }
}
#menu.menu__overflow .menu .menu__bottom .menu__bottom-line {
  height: 50px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#menu.menu__overflow .menu .menu__bottom .menu__bottom-line .menu__bottom-item {
  color: #fff;
  position: relative;
}
#menu.menu__overflow .menu .menu__bottom .menu__bottom-line .menu__bottom-item a {
  color: #fff;
  display: flex;
}
#menu.menu__overflow .menu .menu__bottom .menu__bottom-line .menu__bottom-item img {
  display: flex;
  width: 16px;
}
#menu.menu__overflow .menu .menu__bottom .menu__bottom-line .menu__bottom-item svg {
  display: flex;
}
#menu.menu__overflow.menu__overflow--open {
  z-index: 910;
}
#menu.menu__overflow .ps--active-x > .ps__rail-x,
#menu.menu__overflow .ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
#menu.menu__overflow .ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.page-404 {
  padding: 10px 0;
  position: relative;
}
@media (max-width: 1440px) {
  .page-404 {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .page-404 {
    padding: 20px 0;
  }
}
.page-404 section.container {
  display: grid;
  grid-template-areas: "header";
  grid-template-rows: auto 1fr auto;
  grid-gap: 0;
  min-height: 100vh;
}
.page-404 section.container .error404 .error404__wrapper {
  margin: 100px auto;
  padding: 20px 60px;
  max-width: 580px;
  text-align: center;
}
@media (max-width: 480px) {
  .page-404 section.container .error404 .error404__wrapper .error404__wrapper {
    padding: 20px;
    margin: 50px auto;
  }
}
.page-404 section.container .error404 .error404__wrapper .error404__title {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .page-404 section.container .error404 .error404__wrapper .error404__title .error404__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.page-404 section.container .error404 .error404__wrapper .error404__content {
  font-size: 20px;
  line-height: 26px;
  max-width: 400px;
  margin: 0 auto 35px;
}
@media (max-width: 480px) {
  .page-404 section.container .error404 .error404__wrapper .error404__content .error404__content {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-404 section.container .error404 .error404__wrapper .error404__status {
  font-size: 20px;
  line-height: 26px;
  color: #b1b1b1;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .page-404 section.container .error404 .error404__wrapper .error404__status .error404__status {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-404 section.container .error404 .error404__wrapper .error404__link a {
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  outline: none;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  min-width: 88px;
  height: 48px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #383838;
  background: #fff;
  border: 1px solid #383838;
}
.page-404 section.container .error404 .error404__wrapper .error404__link a:not([disabled]) {
  cursor: pointer;
}
.page-404 section.container .error404 .error404__wrapper .error404__link a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, opacity;
  content: " ";
}
.page-404 section.container .error404 .error404__wrapper .error404__link a .ui-ripple {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-404 section.container .error404 .error404__wrapper .error404__link a .ui-ripple .ui-button-content {
  position: relative;
  z-index: 2;
}
#tm_shield.tm_is-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #333;
  overflow: auto;
  z-index: 101;
}
#tm_shield.tm_hidden {
  display: none !important;
}
#tm_shield:not(rect) {
  box-sizing: border-box;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  background: none;
  outline: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  font-family: Gotham Pro, sans-serif;
  line-height: 1.15;
  letter-spacing: normal;
  font-weight: 400;
  text-shadow: none;
  text-align: start;
  text-transform: none;
  transition: none;
}
#tm_shield .tm_search {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 20px;
}
#tm_shield .tm_search .tm_wrapper {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
#tm_shield .tm_search .tm_wrapper .tm_search-wrapper .tm_search__form {
  position: relative;
  display: -webkit-flex;
  display: flex;
  height: 35px;
}
#tm_shield .tm_search .tm_wrapper .tm_search-wrapper .tm_search__form .tm_search-form__input-block {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#tm_shield .tm_search .tm_wrapper .tm_search-wrapper .tm_search__form .tm_search-form__input-block svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  stroke: #000;
}
#tm_shield .tm_search .tm_wrapper .tm_search-wrapper .tm_search__form .tm_search-form__input-block input {
  font-size: 14px;
  font-weight: 400;
  -webkit-appearance: none;
  min-width: 0;
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  padding: 8px 140px 8px 45px;
}
#tm_shield .tm_search .tm_wrapper .tm_search-wrapper .tm_search__form .tm_search-form__input-block .tm_search-form__actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
}
#tm_shield .tm_search .tm_wrapper .tm_search-wrapper .tm_search__form .tm_search-form__input-block .tm_search-form__actions button {
  font-weight: 400;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  border: 1px solid #232323;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #fff !important;
  background: #232323 !important;
  transition: background 0.2s ease;
  font-size: 15px;
  border-left: 1px solid #fff;
  width: 100px;
}
#tm_shield .tm_search .tm_wrapper .tm_search-wrapper .tm_search__form button {
  font-size: 14px;
  font-weight: 400;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  width: 100px;
  margin-left: 15px;
  border: 1px solid rgba(172,172,172,0.2);
  border-radius: 2px;
  color: #000;
}
#tm_shield .tm_main-scroll-wrapper .tm_main {
  margin-top: 20px;
}
#tm_shield .tm_main-scroll-wrapper .tm_main .tm_wrapper {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
#tm_shield .tm_main-scroll-wrapper .tm_main .tm_wrapper .tm_main-wrapper {
  display: -webkit-flex;
  display: flex;
}
#tm_shield .tm_main-scroll-wrapper .tm_main .tm_wrapper .tm_main-wrapper .tm_main__facets {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 285px;
  margin-right: 45px;
}
#tm_shield .tm_main-scroll-wrapper .tm_main .tm_wrapper .tm_main-wrapper .tm_main__results {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
#tm_shield .tm_main-scroll-wrapper .tm_main .tm_wrapper .tm_main-wrapper .tm_main__results .tm_products {
  padding-bottom: 100px;
}
#tm_shield .tm_main-scroll-wrapper .tm_main .tm_wrapper .tm_main-wrapper .tm_main__results .tm_products .tm_products-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}
#tm_shield .tm_hidden {
  display: none !important;
}
.main__top {
  position: relative;
  top: -90px;
  margin-bottom: -90px;
  background: #efefef;
}
.main__top .main__top-slider {
  width: 100%;
  position: relative;
  padding-top: 51.04167%;
}
@media (max-width: 1024px) {
  .main__top .main__top-slider {
    padding-top: 118.75%;
  }
}
.main__top .main__top-slider .main__top-slider_wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main__top .main__top-slider .main__top-slider_wrapper .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: 100% !important;
}
.main__top .main__top-slider .main__top-slider_wrapper .swiper-wrapper {
  height: 100% !important;
}
.main__top .main__top-slider .main__top-slider_wrapper .swiper-wrapper .main__top-slider_item,
.main__top .main__top-slider .main__top-slider_wrapper .swiper-wrapper .main__top-slider_item a {
  height: 100% !important;
  width: 100% !important;
  display: flex;
  min-width: 0;
}
.main__top .main__top-slider .main__top-slider_wrapper .swiper-wrapper .main__top-slider_item video,
.main__top .main__top-slider .main__top-slider_wrapper .swiper-wrapper .main__top-slider_item a video {
  width: 100%;
  pointer-events: none;
}
.main__top .main__top-slider .main__top-slider_wrapper .swiper-wrapper .main__top-slider_item img,
.main__top .main__top-slider .main__top-slider_wrapper .swiper-wrapper .main__top-slider_item a img {
  width: 100%;
  display: block;
}
.main__switcher {
  display: none;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .main__switcher {
    display: block;
  }
}
@media (max-width: 768px) {
  .main__switcher {
    margin-top: 10px;
  }
}
.main__switcher .main__switcher-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main__switcher .main__switcher-list .main__switcher-item {
  flex: 1;
  margin-left: 20px;
}
.main__switcher .main__switcher-list .main__switcher-item:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .main__switcher .main__switcher-list .main__switcher-item {
    margin-left: 10px;
  }
}
.main__switcher .main__switcher-list .main__switcher-item span {
  text-align: center;
  width: 100%;
  padding: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #333;
  border: 1px solid #eee;
  color: #fff;
}
@media (max-width: 768px) {
  .main__switcher .main__switcher-list .main__switcher-item span {
    padding: 14px 0;
    font-size: 11px;
  }
}
.main__switcher .main__switcher-list .main__switcher-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 30px;
  background: #c7c7c7;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333;
}
@media (max-width: 768px) {
  .main__switcher .main__switcher-list .main__switcher-item a {
    padding: 14px 0;
    font-size: 11px;
  }
}
.wrapper_middle {
  padding-top: 70px;
  grid-area: content;
  overflow: hidden;
  width: 100%;
  display: block;
}
.wrapper_middle .main__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.wrapper_middle .main__title h2 {
  font-size: 50px;
  line-height: 50px;
  color: #232323;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .wrapper_middle .main__title h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.wrapper_middle .main__title .main__title-more {
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.02em;
  color: #232323;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .wrapper_middle .main__title .main__title-more {
    font-size: 14px;
    line-height: 14px;
  }
}
.wrapper_middle .main__title .main__title-more a {
  color: #232323;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .wrapper_middle .main__title .main__title-more a span {
    display: none;
  }
}
.wrapper_middle .main__title .main__title-more a svg {
  display: flex;
  margin-left: 10px;
}
.wrapper_middle #home_big_slider {
  position: relative;
  top: -90px;
  margin-bottom: -90px;
  background: #efefef;
}
.wrapper_middle #home_big_slider .slider {
  width: 100%;
  position: relative;
  padding-top: 51%;
}
.wrapper_middle #main__categories {
  margin-top: 90px;
  position: relative;
}
@media (max-width: 1280px) {
  .wrapper_middle #main__categories {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .wrapper_middle #main__categories {
    margin-top: 0;
  }
}
.wrapper_middle #main__categories .swiper-wrapper .main__categories-item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  height: auto;
}
.wrapper_middle #main__categories .swiper-wrapper .main__categories-item .main__categories-item_inner {
  position: relative;
  padding-bottom: 83.33333%;
  background: #efefef;
}
.wrapper_middle #main__categories .swiper-wrapper .main__categories-item .main__categories-item_inner .main__categories-item_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper_middle #main__categories .swiper-wrapper .main__categories-item .main__categories-item_inner .main__categories-item_back img {
  width: 100%;
  display: block;
  border-style: none;
}
.wrapper_middle #main__categories .swiper-wrapper .main__categories-item .main__categories-item_inner .main__categories-item_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper_middle #main__categories .swiper-wrapper .main__categories-item .main__categories-item_inner .main__categories-item_text .main__categories-item_title {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "cpsp" on;
  color: #fff;
}
@media (max-width: 960px) {
  .wrapper_middle #main__categories .swiper-wrapper .main__categories-item .main__categories-item_inner .main__categories-item_text .main__categories-item_title {
    font-size: 20px;
    line-height: 30px;
  }
}
.wrapper_middle #main__categories .swiper-wrapper .main__categories-item .main__categories-item_inner a.main__categories-item_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.wrapper_middle .main__products {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .wrapper_middle .main__products {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.wrapper_middle .main__products .main__products-title.main__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.wrapper_middle .main__products .main__products-title.main__title h2 {
  font-size: 50px;
  line-height: 50px;
  color: #232323;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .wrapper_middle .main__products .main__products-title.main__title h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.wrapper_middle .main__products .main__products-title.main__title h2 .main__title-more a {
  color: #232323;
  display: flex;
  align-items: center;
}
.wrapper_middle .main__products .main__products-title.main__title h2 .main__title-more.main__products-more {
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.02em;
  color: #232323;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .wrapper_middle .main__products .main__products-title.main__title h2 .main__title-more.main__products-more {
    font-size: 14px;
    line-height: 14px;
  }
  .wrapper_middle .main__products .main__products-title.main__title h2 .main__title-more.main__products-more span {
    display: none;
  }
}
.wrapper_middle .main__products .main__products-title.main__title h2 .main__title-more.main__products-more a {
  color: #232323;
  display: flex;
  align-items: center;
}
.wrapper_middle .main__products .main__products-title.main__title h2 .main__title-more.main__products-more a svg {
  display: flex;
}
.wrapper_middle .main__products .main__products-title.main__title h2 .main__title-more.main__products-more a svg.main__title-more_icon {
  margin-left: 10px;
}
.wrapper_middle .main__products .main__products-slider {
  padding: 0 10px;
}
.wrapper_middle .main__products .main__products-slider a {
  text-decoration: none;
  background-color: transparent;
  color: #383838;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product:hover .catalog__product-content .catalog__product-actions {
  transform: translateY(0);
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content a .catalog__product-media {
  position: relative;
  width: 100%;
  padding-top: 133.33333%;
  cursor: pointer;
  background: #efefef;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content a .catalog__product-media .catalog__product-media_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content a .catalog__product-media .catalog__product-media_wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-label,
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-badges {
  background: #fff;
  border-radius: 2px;
  text-align: center;
  color: #383838;
  z-index: 4;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-badge,
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-label {
  background: #fff;
  border-radius: 2px;
  text-align: center;
  color: #383838;
  z-index: 4;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 8px 2px;
  font-weight: 700;
  font-size: 9px;
  line-height: 15px;
  letter-spacing: 0.03em;
  margin-left: 0;
  text-transform: uppercase;
  color: #003153;
}
@media (max-width: 768px) {
  .wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-label {
    top: auto;
    bottom: 10px;
    left: 5px;
    border-radius: 0;
    font-size: 9px;
  }
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-badges {
  display: flex;
  position: absolute;
  right: 11px;
  top: 11px;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-badges .catalog__product-badge {
  padding: 0 10px;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-actions {
  width: 100%;
  font-size: 14px;
  background: #fff;
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(100%);
  padding: 20px 0 10px;
  opacity: 0.9;
  text-align: center;
  cursor: default;
  bottom: 0;
  color: #383838;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-actions {
    display: none;
  }
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #383838;
  display: flex;
  justify-content: center;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_list {
  display: none;
  list-style: none;
  padding: 0;
  flex: 0 0 auto;
  margin: 5px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_list.active {
  display: flex;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_list .catalog__product-actions_item {
  padding: 3px 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #383838;
  margin: 2px;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_list .catalog__product-actions_item.disabled {
  color: #bdbdbd;
  pointer-events: none;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_list .catalog__product-actions_item.active {
  background: #383838;
  color: #fff;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_list .catalog__product-actions_item:not(.active):hover {
  cursor: pointer;
  background-color: rgba(177,177,177,0.2);
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-cart {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-cart {
    display: flex;
  }
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-cart svg {
  display: flex;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info {
  margin-top: 10px;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-title {
  font-size: 16px;
  line-height: 20px;
  color: #383838;
}
@media (max-width: 768px) {
  .wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-title {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-title {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-price {
  display: flex;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-price .catalog__product-price_old {
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: line-through;
  color: #b1b1b1;
  margin-right: 20px;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-price .catalog__product-price_current {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #383838;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-bottom {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  padding-right: 28px;
  align-items: center;
}
@media (max-width: 1366px) {
  .wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-bottom {
    padding-right: 10px;
  }
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors {
  display: flex;
}
@media (max-width: 768px) {
  .wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors {
    flex-wrap: wrap;
  }
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 13px;
  cursor: pointer;
  border: 1px solid rgba(204,204,204,0.302);
}
@media (max-width: 768px) {
  .wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color {
    margin-left: 5px;
  }
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color span {
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color:first-child {
  margin-left: 0;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color.is_current {
  border: 2px solid #b1b1b1;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color.is_current span {
  width: 7px;
  height: 7px;
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color.is_white span {
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
}
.wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-favorites {
  display: flex;
  align-items: center;
  color: transparent;
  cursor: pointer;
  color: #808080;
}
@media (max-width: 768px) {
  .wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-favorites svg {
    width: 20px;
    height: 20px;
  }
}
.wrapper_middle #main__hits {
  margin-top: 90px;
}
@media (max-width: 1024px) {
  .wrapper_middle #main__hits {
    margin-top: 50px;
  }
}
.wrapper_middle #main__lookbook {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .wrapper_middle #main__lookbook {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.wrapper_middle #main__lookbook .main__lookbook-list {
  width: 100%;
  position: relative;
}
.wrapper_middle #main__lookbook .main__lookbook-list .main__lookbook-slider #main__lookbook-slider .swiper-wrapper {
  height: auto;
}
.wrapper_middle #main__lookbook .main__lookbook-list .main__lookbook-slider #main__lookbook-slider .swiper-wrapper .main__lookbook-item {
  position: relative;
  height: 100%;
  overflow: hidden;
  min-height: 100px !important;
}
.wrapper_middle #main__lookbook .main__lookbook-list .main__lookbook-slider #main__lookbook-slider .swiper-wrapper .main__lookbook-item:before {
  content: "";
  display: block;
  padding-bottom: 130.43478%;
  background: #efefef;
}
.wrapper_middle #main__lookbook .main__lookbook-list .main__lookbook-slider #main__lookbook-slider .swiper-wrapper .main__lookbook-item .main__lookbook-item_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.wrapper_middle #main__lookbook .main__lookbook-list .main__lookbook-slider #main__lookbook-slider .swiper-wrapper .main__lookbook-item .main__lookbook-item_image a img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
}
.wrapper_middle .main__description {
  margin-bottom: 90px;
  color: #808080;
}
@media (max-width: 768px) {
  .wrapper_middle .main__description {
    margin-bottom: 0;
  }
}
.wrapper_middle .main__description .wrapper--text {
  max-width: 1100px;
  background: #fff;
}
.wrapper_middle .main__description .wrapper--text .main__description-text {
  font-weight: 300;
}
.wrapper_middle .main__description .wrapper--text .main__description-text h1,
.wrapper_middle .main__description .wrapper--text .main__description-text h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #808080;
}
@media (max-width: 768px) {
  .wrapper_middle .main__description .wrapper--text .main__description-text h1,
  .wrapper_middle .main__description .wrapper--text .main__description-text h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wrapper_middle .main__description .wrapper--text .main__description-text p {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .wrapper_middle .main__description .wrapper--text .main__description-text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.wrapper_middle .main__description .wrapper--text .main__description-text ul li {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .wrapper_middle .main__description .wrapper--text .main__description-text ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
#footer.footer {
  grid-area: footer;
  background: #f7f7f7;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  #footer.footer {
    padding-top: 25px;
  }
}
#footer.footer .footer--title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #808080;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #footer.footer .footer--title {
    font-size: 14px;
  }
}
#footer.footer .footer__navigation-item,
#footer.footer .footer__navigation-item a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #808080;
}
#footer.footer a {
  text-decoration: none;
}
#footer.footer .footer__top {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #footer.footer .footer__top {
    flex-direction: column;
    margin-bottom: 0;
  }
}
#footer.footer .footer__top .footer__navigation {
  display: flex;
  justify-content: space-between;
  flex: 1 1 100%;
}
@media (max-width: 1024px) {
  #footer.footer .footer__top .footer__navigation {
    flex-wrap: wrap;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #footer.footer .footer__top .footer__navigation {
    margin: 0 -10px;
    padding: 0 10px 10px;
  }
}
#footer.footer .footer__top .footer__navigation .footer__navigation-wrapper {
  overflow: hidden;
}
@media (max-width: 1024px) {
  #footer.footer .footer__top .footer__navigation .footer__navigation-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
#footer.footer .footer__top .footer__navigation .footer__navigation-wrapper .footer__navigation-block .footer__navigation-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
#footer.footer .footer__top .footer__navigation .footer__navigation-wrapper .footer__navigation-block .footer__navigation-title .footer__navigation--toggle {
  display: none;
  width: 11px;
  height: 11px;
  position: relative;
}
@media (max-width: 1024px) {
  #footer.footer .footer__top .footer__navigation .footer__navigation-wrapper .footer__navigation-block .footer__navigation-title .footer__navigation--toggle {
    display: block;
  }
}
#footer.footer .footer__top .footer__navigation .footer__navigation-wrapper .footer__navigation-block .footer__navigation-content {
  display: flex;
}
#footer.footer .footer__top .footer__navigation .footer__navigation-wrapper .footer__navigation-block .footer__navigation-content .footer__navigation-list {
  padding-top: 10px;
}
#footer.footer .footer__top .footer__navigation .footer__navigation-wrapper .footer__navigation-block .footer__navigation-content .footer__navigation-list .footer__navigation-item {
  margin-bottom: 10px;
}
#footer.footer .footer__top .footer__navigation .footer__navigation-wrapper .footer__navigation-block .footer__navigation-content .footer__navigation-list .footer__navigation-item a {
  position: relative;
}
#footer.footer .footer__top .footer__navigation .footer__navigation-wrapper .footer__navigation-block .footer__navigation-content .footer__navigation-list .footer__navigation-item a:before {
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #383838;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#footer.footer .footer__top .footer__navigation .footer__navigation-wrapper .footer__contacts {
  text-align: right;
}
#footer.footer .footer__top .footer__navigation .footer__subscribe {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 1 100%;
  max-width: 320px;
}
@media (max-width: 1700px) {
  #footer.footer .footer__top .footer__navigation .footer__subscribe {
    max-width: 320px;
  }
}
@media (max-width: 1024px) {
  #footer.footer .footer__top .footer__navigation .footer__subscribe {
    max-width: none;
    width: auto;
    margin: 0 -10px;
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  #footer.footer .footer__top .footer__navigation .footer__subscribe .footer__loyalty {
    padding: 25px 0;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
  }
}
@media (max-width: 767px) {
  #footer.footer .footer__top .footer__navigation .footer__subscribe .footer__loyalty {
    padding: 20px 10px;
    margin: 0 -10px;
  }
}
#footer.footer .footer__top .footer__navigation .footer__subscribe .footer__loyalty .loyalty-block {
  padding-bottom: 30px;
}
#footer.footer .footer__top .footer__navigation .footer__subscribe .footer__loyalty .loyalty-block .loyalty-block__title.footer--title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #808080;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #footer.footer .footer__top .footer__navigation .footer__subscribe .footer__loyalty .loyalty-block .loyalty-block__title.footer--title {
    font-size: 14px;
  }
}
#footer.footer .footer__top .footer__navigation .footer__subscribe .footer__loyalty .loyalty-block .loyalty-block__text {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #808080;
  max-width: 320px;
}
@media (max-width: 1024px) {
  #footer.footer .footer__top .footer__navigation .footer__subscribe .footer__loyalty .loyalty-block .loyalty-block__text {
    max-width: 590px;
  }
}
@media (max-width: 769px) {
  #footer.footer .footer__top .footer__navigation .footer__subscribe .footer__loyalty .loyalty-block .loyalty-block__text {
    font-size: 12px;
    line-height: 15px;
  }
}
#footer.footer .footer__top .footer__navigation .footer__subscribe .footer__loyalty .loyalty-block .loyalty-block__text span {
  color: #383838;
}
#footer.footer .footer__top .footer__navigation .footer__subscribe .footer__loyalty .loyalty-block .loyalty-block__button {
  margin-top: 16px;
}
#footer.footer .footer__top .footer__navigation .footer__subscribe .footer__loyalty .loyalty-block .loyalty-block__button .loyalty-block__button-btn {
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  outline: none;
  border: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  min-width: 88px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 0.05em;
  width: 100%;
  font-size: 12px;
  height: 32px;
  cursor: pointer;
  color: #fff;
  background: #232323;
}
#footer.footer .footer__top .footer__navigation .footer__subscribe .footer__loyalty .loyalty-block .loyalty-block__button .loyalty-block__button-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, opacity;
  content: " ";
}
#footer.footer .footer__top .footer__navigation .footer__subscribe .footer__loyalty .loyalty-block .loyalty-block__button .loyalty-block__button-btn .ui-ripple {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer.footer .footer__top .footer__navigation .footer__subscribe .footer__loyalty .loyalty-block .loyalty-block__button .loyalty-block__button-btn .ui-ripple .ui-button-content {
  position: relative;
  z-index: 2;
}
#footer.footer .footer__bottom {
  padding: 10px 0;
  margin-bottom: 30px;
}
#footer.footer .footer__bottom .footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  #footer.footer .footer__bottom .footer__contacts {
    margin: 0 -10px;
    padding: 20px 10px;
    border-bottom: 1px solid #efefef;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #footer.footer .footer__bottom .footer__contacts {
    padding-bottom: 60px;
  }
}
#footer.footer .footer__bottom .footer__contacts a {
  font-size: 35px;
  line-height: 35px;
  text-align: right;
  color: #808080;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  #footer.footer .footer__bottom .footer__contacts a {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
#footer.footer .footer__bottom .footer__contacts .footer__contacts-desc {
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
  color: #b1b1b1;
}
@media (max-width: 1024px) {
  #footer.footer .footer__bottom .footer__contacts .footer__contacts-desc {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  #footer.footer .footer__bottom {
    margin-bottom: 20px;
    padding: 0;
  }
}
#footer.footer .footer__bottom .footer__bottom-content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  #footer.footer .footer__bottom .footer__bottom-content {
    flex-direction: column-reverse;
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  #footer.footer .footer__bottom .footer__bottom-content {
    padding: 0 10px 0;
    margin: 0 -10px;
  }
}
#footer.footer .footer__bottom .footer__bottom-content .footer__copyright {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #b1b1b1;
}
@media (max-width: 1200px) {
  #footer.footer .footer__bottom .footer__bottom-content .footer__copyright .copyright {
    text-align: center;
  }
}
@media (max-width: 769px) {
  #footer.footer .footer__bottom .footer__bottom-content .footer__copyright {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }
}
#footer.footer .footer__bottom .footer__bottom-content .footer__socials {
  width: 400px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
}
@media (max-width: 1200px) {
  #footer.footer .footer__bottom .footer__bottom-content .footer__socials {
    height: 80px;
    width: 100%;
    left: 0;
    margin-left: 0;
    border-bottom: 1px solid #efefef;
    top: 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 769px) {
  #footer.footer .footer__bottom .footer__bottom-content .footer__socials {
    height: 40px;
  }
}
#footer.footer .footer__bottom .footer__bottom-content .footer__socials .footer__socials-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1200px) {
  #footer.footer .footer__bottom .footer__bottom-content .footer__socials .footer__socials-list {
    width: 100%;
  }
}
#footer.footer .footer__bottom .footer__bottom-content .footer__socials .footer__socials-list a {
  color: #808080;
  display: block;
  transition: color 0.3s ease-in;
}
#footer.footer .footer__bottom .footer__bottom-content .footer__socials .footer__socials-list a svg {
  display: block;
}
#footer.footer .footer__bottom .footer__applinks .footer__applinks-wrapper .footer__applinks-list {
  display: flex;
  align-items: center;
}
#footer.footer .footer__bottom .footer__applinks .footer__applinks-wrapper .footer__applinks-list .footer__applinks-item {
  margin-left: 10px;
}
#footer.footer .footer__bottom .footer__applinks .footer__applinks-wrapper .footer__applinks-list .footer__applinks-item:first-child {
  margin-left: 0;
}
#footer.footer .footer__bottom .footer__applinks .footer__applinks-wrapper .footer__applinks-list .footer__applinks-item a {
  text-decoration: none;
}
#footer.footer .footer__bottom .footer__applinks .footer__applinks-wrapper .footer__applinks-list .footer__applinks-item a svg {
  max-width: 120px;
  height: auto;
  display: block;
}
.text {
  font-size: 16px;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
}
.catalog {
  padding: 0 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .catalog {
    padding: 0 14px;
  }
}
.catalog .breadcrumbs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  justify-content: flex-start;
  margin-bottom: 0;
}
.catalog .breadcrumbs .breadcrumbs__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.catalog .breadcrumbs .breadcrumbs__list .breadcrumbs__list-item {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .catalog .breadcrumbs .breadcrumbs__list .breadcrumbs__list-item {
    letter-spacing: 0.02em;
    font-size: 14px;
    padding-right: 5px;
  }
}
.catalog .breadcrumbs .breadcrumbs__list .breadcrumbs__list-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 3px;
}
.catalog .catalog__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.catalog .catalog__title h1 {
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 15px 0;
}
@media (max-width: 768px) {
  .catalog .catalog__title h1 {
    font-size: 20px;
    line-height: 26px;
    margin: 10px 0;
    font-size: 17px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .catalog .catalog__title .catalog__action {
    margin-right: -10px;
  }
}
.catalog .catalog__title .catalog__action .catalog__action-list {
  display: flex;
  align-items: center;
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item {
    margin-left: 4px;
  }
}
@media (max-width: 768px) {
  .catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item.catalog__action-item--sort {
    display: none;
  }
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__sort {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__sort .catalog__sort-title {
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  height: 40px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  grid-gap: 6px;
  gap: 6px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__sort .catalog__sort-content {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  background: #fff;
  z-index: 905;
  padding: 0 20px 10px;
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__sort .catalog__sort-content .catalog__sort-list .catalog__sort-item .ui-radio {
  width: auto;
  display: inline-flex;
  position: relative;
  margin: 10px 0;
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__sort .catalog__sort-content .catalog__sort-list .catalog__sort-item .ui-radio .ui-radio-container {
  width: 16px;
  min-width: 16px;
  height: 16px;
  position: relative;
  border-radius: 50%;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 2px solid #383838;
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__sort .catalog__sort-content .catalog__sort-list .catalog__sort-item .ui-radio .ui-radio-container .ui-ripple {
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  width: 24px !important;
  height: 24px !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__sort .catalog__sort-content .catalog__sort-list .catalog__sort-item .ui-radio .ui-radio-container .ui-ripple input {
  position: absolute;
  left: -999em;
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__sort .catalog__sort-content .catalog__sort-list .catalog__sort-item .ui-radio .ui-radio-container:after,
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__sort .catalog__sort-content .catalog__sort-list .catalog__sort-item .ui-radio .ui-radio-container:before {
  position: absolute;
  transition: 0.4s cubic-bezier(0.55, 0, 0.55, 0.2);
  content: " ";
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__sort .catalog__sort-content .catalog__sort-list .catalog__sort-item .ui-radio .ui-radio-container:before {
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  z-index: 11;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__sort .catalog__sort-content .catalog__sort-list .catalog__sort-item .ui-radio .ui-radio-container:after {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 50%;
  opacity: 0;
  transform: scale3D(0.38, 0.38, 1);
  content: " ";
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__sort .catalog__sort-content .catalog__sort-list .catalog__sort-item .ui-radio label.ui-radio-label {
  height: 16px;
  position: relative;
  line-height: 16px;
  white-space: nowrap;
  font-size: 14px;
  padding-left: 10px;
  cursor: pointer;
  font-weight: normal;
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__sort .catalog__sort-content .catalog__sort-list .catalog__sort-item .ui-radio.ui-checked .ui-radio-container:after {
  opacity: 1;
  transform: scaleX(1);
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #383838;
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__sort .catalog__sort-content .catalog__sort-list .catalog__sort-item .ui-radio:not(.ui-disabled) {
  cursor: pointer;
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__sort .catalog__sort-content.opened {
  display: block;
}
.catalog .catalog__title .catalog__action .catalog__action-list .catalog__action-item .catalog__action-link {
  cursor: pointer;
  padding: 10px;
}
.catalog .catalog__fast-links {
  margin-bottom: 10px;
}
.catalog .catalog__fast-links .swiper-wrapper {
  z-index: 800 !important;
}
.catalog .catalog__fast-links .catalog__fast-links-tag {
  width: auto;
  min-height: 32px;
  height: 32px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  color: #383838;
  margin-right: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 18px;
  display: flex;
  border-radius: 4px;
  background: #f5f5f5;
}
.catalog .catalog__fast-links .catalog__fast-links-tag:hover {
  text-decoration: none;
}
.catalog .catalog__fast-links .catalog__fast-links-tag.catalog__fast-links-tag-active {
  background: #232323;
  color: #fff;
}
.catalog .catalog__content {
  margin-bottom: 166px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .catalog .catalog__content {
    margin-bottom: 50px;
  }
}
.catalog .catalog__content .catalog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  max-width: 2500px;
  margin: 0 auto 48px;
}
@media (max-width: 1600px) {
  .catalog .catalog__content .catalog__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1280px) {
  .catalog .catalog__content .catalog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .catalog .catalog__content .catalog__list {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .catalog .catalog__content .catalog__list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    margin-bottom: 30px;
  }
}
.catalog .catalog__content .catalog__list .catalog__item {
  overflow: hidden;
}
@media (max-width: 768px) {
  .catalog .catalog__content .catalog__list .catalog__item:nth-child(5n) {
    grid-column: 1/-1;
  }
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-badge,
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-label {
  background: #fff;
  border-radius: 2px;
  text-align: center;
  color: #383838;
  z-index: 4;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content a {
  text-decoration: none;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content a .catalog__product-media {
  position: relative;
  width: 100%;
  padding-top: 133.33333%;
  cursor: pointer;
  background: #efefef;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content a .catalog__product-media .catalog__product-media_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content a .catalog__product-media .catalog__product-media_wrapper .swiper-wrapper .swiper-slide img,
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content a .catalog__product-media .catalog__product-media_wrapper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: auto;
  display: block;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content a .catalog__product-media .catalog__product-media_wrapper .catalog__product-media_pagination.swiper-custom-bullets {
  position: absolute;
  display: flex;
  bottom: 5px;
  left: 5px;
  right: 5px;
  justify-content: space-between;
  z-index: 2;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content a .catalog__product-media .catalog__product-media_wrapper .catalog__product-media_pagination.swiper-custom-bullets .swiper-custom-line {
  height: 3px;
  display: flex;
  background: #383838;
  opacity: 0.2;
  flex: 1;
  margin: 0 1px;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content a .catalog__product-media .catalog__product-media_wrapper .catalog__product-media_pagination.swiper-custom-bullets .swiper-custom-line.swiper-custom-line-active {
  opacity: 0.7;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content a .catalog__product-media .catalog__product-media_wrapper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 8px 2px;
  font-weight: 700;
  font-size: 9px;
  line-height: 15px;
  letter-spacing: 0.03em;
  margin-left: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-label {
    top: auto;
    bottom: 10px;
    left: 5px;
    border-radius: 0;
    font-size: 9px;
  }
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-badges {
  display: flex;
  position: absolute;
  right: 11px;
  top: 11px;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-actions {
  width: 100%;
  font-size: 14px;
  background: #fff;
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(100%);
  padding: 20px 0 10px;
  opacity: 0.9;
  text-align: center;
  cursor: default;
  bottom: 0;
  color: #383838;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-actions {
    display: none;
  }
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #383838;
  display: flex;
  justify-content: center;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_list {
  display: none;
  list-style: none;
  padding: 0;
  flex: 0 0 auto;
  margin: 5px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_list.active {
  display: flex;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_list .catalog__product-actions_item {
  padding: 3px 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #383838;
  margin: 2px;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_list .catalog__product-actions_item.disabled {
  color: #bdbdbd;
  pointer-events: none;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_list .catalog__product-actions_item.active {
  background: #383838;
  color: #fff;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_list .catalog__product-actions_item.disabled {
  color: #bdbdbd;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_list .catalog__product-actions_item:not(.active):hover {
  cursor: pointer;
  background-color: rgba(177,177,177,0.2);
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-cart {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-cart {
    display: flex;
  }
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-content .catalog__product-cart svg {
  display: flex;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info {
  margin-top: 10px;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-title {
  font-size: 16px;
  line-height: 20px;
  color: #383838;
}
@media (max-width: 768px) {
  .catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-title {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-title {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-price {
  display: flex;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-price .catalog__product-price_current {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #383838;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-bottom {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  padding-right: 28px;
  align-items: center;
}
@media (max-width: 1366px) {
  .catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-bottom {
    padding-right: 10px;
  }
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors {
  display: flex;
}
@media (max-width: 768px) {
  .catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors {
    flex-wrap: wrap;
  }
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 13px;
  cursor: pointer;
  border: 1px solid rgba(204,204,204,0.302);
}
@media (max-width: 768px) {
  .catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color {
    margin-left: 5px;
  }
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color:first-child {
  margin-left: 0;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color span {
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color.is_current {
  border: 2px solid #b1b1b1;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color.is_current span {
  width: 7px;
  height: 7px;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-favorites {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #808080;
}
@media (max-width: 768px) {
  .catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-favorites svg {
    width: 20px;
    height: 20px;
  }
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-favorites.active {
  fill: #808080;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-look {
  margin-top: 10px;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-look button.catalog__product-look_btn {
  padding: 19px 30px 17px;
  height: 45px;
  border: 1px solid #e2e6e8;
  box-sizing: border-box;
  background-color: transparent;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  color: #383838;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product .catalog__product-info .catalog__product-look button.catalog__product-look_btn:hover {
  background-color: #232323;
  color: #fff;
}
.catalog .catalog__content .catalog__list .catalog__item .catalog__product:hover .catalog__product-actions {
  transform: translateY(0);
}
.catalog .catalog__content .pagination {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  margin-top: 38px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .catalog .catalog__content .pagination {
    flex-direction: column;
    align-items: center;
  }
}
.catalog .catalog__content .pagination .pagination__content .bx-pagination {
  margin: 0;
}
.catalog .catalog__content .pagination .pagination__content ul,
.catalog .catalog__content .pagination .pagination__content .pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.catalog .catalog__content .pagination .pagination__content ul li,
.catalog .catalog__content .pagination .pagination__content .pagination__list li,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-left: 1px;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  color: #383838;
  cursor: pointer;
}
@media (max-width: 420px) {
  .catalog .catalog__content .pagination .pagination__content ul li,
  .catalog .catalog__content .pagination .pagination__content .pagination__list li,
  .catalog .catalog__content .pagination .pagination__content ul .pagination__list-item,
  .catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item {
    width: 40px;
    height: 40px;
  }
}
.catalog .catalog__content .pagination .pagination__content ul li:first-child,
.catalog .catalog__content .pagination .pagination__content .pagination__list li:first-child,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item:first-child,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item:first-child {
  margin-left: 0;
}
.catalog .catalog__content .pagination .pagination__content ul li a,
.catalog .catalog__content .pagination .pagination__content .pagination__list li a,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item a,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.catalog .catalog__content .pagination .pagination__content ul li.dotted,
.catalog .catalog__content .pagination .pagination__content .pagination__list li.dotted,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item.dotted,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item.dotted {
  cursor: default;
}
.catalog .catalog__content .pagination .pagination__content ul li.bx-active,
.catalog .catalog__content .pagination .pagination__content .pagination__list li.bx-active,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item.bx-active,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item.bx-active,
.catalog .catalog__content .pagination .pagination__content ul li.active,
.catalog .catalog__content .pagination .pagination__content .pagination__list li.active,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item.active,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item.active {
  color: #fff;
  background: #383838;
}
.catalog .catalog__content .pagination .pagination__content ul li.bx-active span,
.catalog .catalog__content .pagination .pagination__content .pagination__list li.bx-active span,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item.bx-active span,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item.bx-active span,
.catalog .catalog__content .pagination .pagination__content ul li.active span,
.catalog .catalog__content .pagination .pagination__content .pagination__list li.active span,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item.active span,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item.active span {
  background: transparent;
}
.catalog .catalog__content .pagination .pagination__content ul li span,
.catalog .catalog__content .pagination .pagination__content .pagination__list li span,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item span,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item span {
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
}
.catalog .catalog__content .pagination .pagination__content ul li.bx-pag-prev a:hover span,
.catalog .catalog__content .pagination .pagination__content .pagination__list li.bx-pag-prev a:hover span,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item.bx-pag-prev a:hover span,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item.bx-pag-prev a:hover span,
.catalog .catalog__content .pagination .pagination__content ul li.bx-pag-next a:hover span,
.catalog .catalog__content .pagination .pagination__content .pagination__list li.bx-pag-next a:hover span,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item.bx-pag-next a:hover span,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item.bx-pag-next a:hover span {
  background: transparent;
}
.catalog .catalog__content .pagination .pagination__content ul li.bx-pag-prev span,
.catalog .catalog__content .pagination .pagination__content .pagination__list li.bx-pag-prev span,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item.bx-pag-prev span,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item.bx-pag-prev span,
.catalog .catalog__content .pagination .pagination__content ul li.bx-pag-next span,
.catalog .catalog__content .pagination .pagination__content .pagination__list li.bx-pag-next span,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item.bx-pag-next span,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item.bx-pag-next span {
  font-size: 0;
  border: none;
}
.catalog .catalog__content .pagination .pagination__content ul li.bx-pag-prev span:before,
.catalog .catalog__content .pagination .pagination__content .pagination__list li.bx-pag-prev span:before,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item.bx-pag-prev span:before,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item.bx-pag-prev span:before,
.catalog .catalog__content .pagination .pagination__content ul li.bx-pag-next span:before,
.catalog .catalog__content .pagination .pagination__content .pagination__list li.bx-pag-next span:before,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item.bx-pag-next span:before,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item.bx-pag-next span:before {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  color: #383838;
  cursor: pointer;
}
.catalog .catalog__content .pagination .pagination__content ul li.bx-pag-prev span:before,
.catalog .catalog__content .pagination .pagination__content .pagination__list li.bx-pag-prev span:before,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item.bx-pag-prev span:before,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item.bx-pag-prev span:before {
  content: '←';
}
.catalog .catalog__content .pagination .pagination__content ul li.bx-pag-next span:before,
.catalog .catalog__content .pagination .pagination__content .pagination__list li.bx-pag-next span:before,
.catalog .catalog__content .pagination .pagination__content ul .pagination__list-item.bx-pag-next span:before,
.catalog .catalog__content .pagination .pagination__content .pagination__list .pagination__list-item.bx-pag-next span:before {
  content: '→';
}
.catalog .catalog__content .pagination .pagination__more {
  width: 460px;
  display: flex;
}
@media (max-width: 768px) {
  .catalog .catalog__content .pagination .pagination__more {
    width: 300px;
    margin-top: 20px;
  }
}
.catalog .catalog__content .pagination .pagination__more button.pagination__more-btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #383838;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  color: #fff;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .catalog .catalog__content .pagination .pagination__more button.pagination__more-btn {
    line-height: 40px;
    height: 40px;
  }
}
.catalog .home__description {
  margin-bottom: 90px;
  color: #808080;
}
@media (max-width: 768px) {
  .catalog .home__description {
    margin-bottom: 20px;
  }
}
.catalog .home__description .wrapper--text {
  max-width: 1100px;
  background: #fff;
}
.catalog .home__description .wrapper--text .home__description-text {
  font-weight: 300;
}
.catalog .home__description .wrapper--text .home__description-text p {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .catalog .home__description .wrapper--text .home__description-text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.modal__block,
.modal__wrapper {
  height: 100%;
  width: 100%;
}
.modal__wrapper {
  display: flex;
}
.collections-nav .ui-modal .ui-modal--collections {
  transition: transform 0.5s ease;
  position: fixed;
  background: #fff;
  z-index: 2;
  width: 100% !important;
  height: 100%;
  max-width: 360px;
  right: 0;
  bottom: 0;
  left: auto !important;
  border-radius: 0;
  transform: translateX(100%);
}
.collections-nav.opened .ui-modal {
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  background: rgba(0,0,0,0.7);
}
.collections-nav.opened .ui-modal .ui-modal--collections {
  transform: translateX(0);
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__wrapper .modal__top {
  height: 60px;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid rgba(177,177,177,0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .collections-nav.opened .ui-modal .ui-modal--collections .modal__wrapper .modal__top {
    height: 50px;
  }
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__wrapper .modal__top .modal__title {
  flex: 1 1 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  color: #383838;
  height: 100%;
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__wrapper .modal__top .modal__title.modal__title--filter {
  justify-content: space-between;
  padding: 0 28px;
  background: none;
  outline: none;
  border: none;
}
@media (max-width: 480px) {
  .collections-nav.opened .ui-modal .ui-modal--collections .modal__wrapper .modal__top .modal__title.modal__title--filter {
    padding: 0 10px;
  }
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__wrapper .modal__top .modal__close {
  flex: 0 0 60px;
  height: 60px;
  border-left: 1px solid rgba(177,177,177,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .collections-nav.opened .ui-modal .ui-modal--collections .modal__wrapper .modal__top .modal__close {
    flex: 0 0 50px;
    height: 50px;
  }
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__wrapper .modal__top .modal__close .modal__close-container {
  position: relative;
  margin: auto;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__wrapper .modal__top .modal__close .modal__close-container .leftright,
.collections-nav.opened .ui-modal .ui-modal--collections .modal__wrapper .modal__top .modal__close .modal__close-container .rightleft {
  height: 2px;
  width: 16px;
  top: 8px;
  position: absolute;
  background-color: #b1b1b1;
  border-radius: 2px;
  transition: all 0.1s ease-in;
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__wrapper .modal__top .modal__close .modal__close-container .leftright {
  transform: rotate(45deg);
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__wrapper .modal__top .modal__close .modal__close-container .rightleft {
  transform: rotate(-45deg);
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__wrapper .modal__top .modal__close .modal__close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #383838;
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__wrapper .modal__top .modal__close .modal__close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #383838;
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__content {
  padding-top: 60px;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .collections-nav.opened .ui-modal .ui-modal--collections .modal__content {
    padding-top: 50px;
  }
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__content .collections {
  width: 100%;
  overflow: auto;
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__content .collections .collections__top {
  padding: 20px 30px 0;
  display: flex;
  cursor: pointer;
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__content .collections .collections__top .collections__top-back {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__content .collections .collections__top .collections__top-list {
  display: flex;
  height: 30px;
  align-items: center;
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__content .collections .collections__top .collections__top-list .collections__top-item {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  color: #383838;
  font-weight: 600;
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__content .collections .collection {
  height: calc(100% - 90px);
  width: 100%;
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__content .collections .collection .collection__wrapper {
  padding: 20px 0;
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__content .collections .collection .collection__wrapper .collection__item {
  margin-bottom: 20px;
  padding: 0 30px;
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__content .collections .collection .collection__wrapper .collection__item .collection__item-second {
  cursor: pointer;
  margin-bottom: 10px;
}
.collections-nav.opened .ui-modal .ui-modal--collections .modal__content .collections .collection .collection__wrapper .collection__item .collection__item-second,
.collections-nav.opened .ui-modal .ui-modal--collections .modal__content .collections .collection .collection__wrapper .collection__item .collection__item-second a {
  font-size: 16px;
  line-height: 20px;
  color: #383838;
}
.collections-nav.opened .modal__content {
  transform: translateX(0);
}
.mb-fastBuy {
  position: relative;
  overflow: hidden;
  outline: none;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  min-width: 88px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  width: 100%;
  padding: 5px 20px;
  background: #f5f7f9;
  font-weight: 400;
  line-height: 213%;
  color: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .mb-fastBuy {
    display: none !important;
  }
}
.mb-fastBuy:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, opacity;
  content: " ";
}
.mb-fastBuy .ui-ripple {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mb-fastBuy .ui-ripple .ui-button-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .wrapper-product {
    padding: 0;
  }
}
.wrapper-product .product {
  margin-bottom: 100px;
}
.wrapper-product .product .product__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper {
    flex-wrap: wrap;
  }
}
.wrapper-product .product .product__wrapper .product__media {
  flex: 1 1 1100px;
  position: relative;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__media {
    flex: 1 1 100%;
  }
}
.wrapper-product .product .product__wrapper .product__media .product__media-list:not(.mobile-media) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 1200px) {
  .wrapper-product .product .product__wrapper .product__media .product__media-list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
  }
}
.wrapper-product .product .product__wrapper .product__media .product__media-list .product__media-item {
  position: relative;
}
.wrapper-product .product .product__wrapper .product__media .product__media-list .product__media-item img,
.wrapper-product .product .product__wrapper .product__media .product__media-list .product__media-item video {
  width: 100%;
  height: auto;
  display: block;
}
.wrapper-product .product .product__wrapper .product__media .product__badge {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #383838;
  display: flex;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 3px 10px 2px;
  background: #f0f0f0;
  border-radius: 2px;
  z-index: 1;
  color: #003153;
}
.wrapper-product .product .product__wrapper .product__media .product__favorites-mobile {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__media .product__favorites-mobile {
    display: flex;
  }
}
.wrapper-product .product .product__wrapper .product__media .product__stores-badge {
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 1;
  background: #f0f0f0;
  border-radius: 2px;
  padding: 2px 10px 3px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #383838;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__media .product__stores-badge {
    top: 10px;
  }
}
.wrapper-product .product .product__wrapper .product__content {
  flex: 1 0 540px;
  margin-left: 90px;
  max-width: 540px;
  position: relative;
}
@media (max-width: 1440px) {
  .wrapper-product .product .product__wrapper .product__content {
    margin-left: 40px;
  }
}
@media (max-width: 1024px) {
  .wrapper-product .product .product__wrapper .product__content {
    margin-left: 0;
    flex: 1 0 450px;
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky {
  position: relative;
}
@media (min-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky {
    overflow-y: auto;
    max-height: 100vh;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner {
    padding: 20px 10px 20px 30px;
  }
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner {
    padding: 20px 10px;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .breadcrumbs {
  justify-content: flex-start;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .breadcrumbs {
    display: none;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .breadcrumbs .breadcrumbs__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .breadcrumbs .breadcrumbs__list .breadcrumbs__list-item {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .breadcrumbs .breadcrumbs__list .breadcrumbs__list-item {
    letter-spacing: 0.02em;
    font-size: 14px;
    padding-right: 5px;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .breadcrumbs .breadcrumbs__list .breadcrumbs__list-item a {
  color: #b1b1b1;
  transition: color 0.2s ease-in-out;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .breadcrumbs .breadcrumbs__list .breadcrumbs__list-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 3px;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__title {
  font-size: 20px;
  line-height: 26px;
  color: #383838;
  margin: 0 0 12px;
  text-align: left;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__title span {
  color: #b1b1b1;
  font-size: 14px;
  float: right;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__title span {
    float: none;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__price {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__price {
    margin-bottom: 0;
    align-self: self-end;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__price .product__price-current {
  font-size: 16px;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
  color: #383838;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__price .product__price-current {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__price .product__price-bonuses {
  margin-left: 12px;
  display: flex;
  align-items: center;
  color: #808080;
  background: #e2e6e8;
  padding: 0 7px;
  height: 22px;
  cursor: pointer;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__price .product__price-bonuses.split {
  background: transparent;
  line-height: 20px;
  height: auto;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__price .product__price-bonuses.split .product__price-bonuses_text {
  margin-top: 0;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__price .product__price-bonuses {
    margin-left: 0;
    background: none;
    justify-content: end;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__price .product__price-bonuses .product__price-bonuses_text {
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 3px;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__price .product__price-bonuses .product__price-bonuses_info {
  margin: 0 0 0 3px;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__price .product__price-bonuses .product__price-bonuses_info.split {
  margin-left: 10px;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__price .product__price-bonuses .product__price-bonuses_info svg.product__price-bonuses_info--grey {
  display: block;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__price .product__price-bonuses .product__price-bonuses_info svg.product__price-bonuses_info--white {
  display: none;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .mobile--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 15px;
    display: none;
  }
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .mobile--grid .product__sizes,
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .mobile--grid .product__actions {
    margin: 0;
    padding: 0;
  }
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .mobile--grid .product__price {
    display: block;
  }
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .mobile--grid .product__price .product__price-current,
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .mobile--grid .product__price .product__price-bonuses {
    display: block;
    text-align: right;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__colors {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__colors {
    text-align: center;
  }
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__colors .product__colors-title {
    display: none;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__colors .product__colors-list {
  display: flex;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__colors .product__colors-list {
    justify-content: center;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__colors .product__colors-list .product__colors-item {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 23px;
  cursor: pointer;
  border: 1px solid rgba(204,204,204,0.302);
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__colors .product__colors-list .product__colors-item:first-child {
  margin-left: 0;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__colors .product__colors-list .product__colors-item span {
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__colors .product__colors-list .product__colors-item.is_black span {
  background-color: #000;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__colors .product__colors-list .product__colors-item.is_current {
  border: 2px solid #b1b1b1;
  cursor: default;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__colors .product__colors-list .product__colors-item.is_current span {
  width: 7px;
  height: 7px;
  background-color: #deb887;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__colors .product__colors-title {
  margin-top: 13px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #383838;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes {
  margin-bottom: 20px;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes .product__sizes-title {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes .product__sizes-title {
    display: none;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes .mobile--size-select {
  display: none;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes .mobile--size-select {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
    min-width: 40px;
    height: 40px;
    padding: 0 15px;
    cursor: pointer;
    border: 1px solid #efefef;
  }
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes .mobile--size-select .size-ru {
    margin-top: 1px;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes .product__sizes-list {
  display: none;
  flex-wrap: wrap;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes .product__sizes-list.active {
  display: flex;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes .product__sizes-list {
    display: none;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes .product__sizes-list .product__sizes-item {
  margin: 0 10px 10px 0;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes .product__sizes-list .product__sizes-item:first-child {
  margin-left: 0;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes .product__sizes-list .product__sizes-item .size {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  min-width: 40px;
  height: 40px;
  padding: 0 5px;
  cursor: pointer;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes .product__sizes-list .product__sizes-item .size.disabled {
  color: #b1b1b1;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes .product__sizes-list .product__sizes-item .size .size-ru {
  margin-top: 1px;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes .product__sizes-list .product__sizes-item .size.active {
  background: #383838;
  color: #fff;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes-link {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #383838;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes-link {
    display: none;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes-link span {
  cursor: pointer;
  position: relative;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__sizes-link span:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  background: #383838;
  width: 100%;
  bottom: 2px;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions {
  margin: 30px 0;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-line {
  display: flex;
  margin-top: 10px;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-line:first-child {
  margin-top: 0;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-line .product__actions-button {
  width: 300px;
}
@media (max-width: 1024px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-line .product__actions-button {
    width: 260px;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-line .product__actions-button button {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  outline: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
  line-height: normal;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-line .product__actions-button button.ui-button {
  min-width: 88px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  height: 40px;
  width: 100%;
  color: #fff;
  background: #232323;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-line .product__actions-button button.ui-button.added {
  box-shadow: 0 0 1px 1px #353535;
  background: #b38c65;
  transition: 0.5;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-line .product__actions-button button.ui-button:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, opacity;
  content: " ";
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-line .product__actions-button button.ui-button:not([disabled]) {
  cursor: pointer;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-line .product__actions-button button.ui-button .ui-ripple {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-line .product__actions-button button.ui-button .ui-button-content {
  position: relative;
  z-index: 2;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-line .product__actions-button #fastBuyButton {
  margin-top: 10px;
  color: #383838;
  background: #fff;
  border: 1px solid #383838;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-additional {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-additional {
    display: none;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-additional .product__favorites {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #383838;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__actions .product__actions-additional .product__favorites svg {
  display: block;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli {
  padding: 20px 0;
  border-bottom: 5px solid #f7f7f7;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli.inset {
  border: 1px solid rgba(177,177,177,0.2);
  padding: 20px;
  max-width: 500px;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__top {
    margin-bottom: 4px;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__top .podeli__top-left {
  display: flex;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__top .podeli__top-left .podeli__top-price {
  display: flex;
  align-items: baseline;
  position: relative;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__top .podeli__top-left .podeli__top-price .podeli__top-price_full {
  font-size: 26px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__top .podeli__top-left .podeli__top-price .podeli__top-price_full {
    font-size: 18px;
    line-height: 18px;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__top .podeli__top-logo {
  display: flex;
  align-items: center;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__top .podeli__top-logo img {
  display: block;
  max-width: 90px;
  max-height: 17px;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__top .podeli__top-logo img {
    max-height: 14px;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__periods {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px 14px;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__periods {
    margin: 0 -2px 4px;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__periods .podeli__period {
  margin: 0 5px;
  flex: 1;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__periods .podeli__period {
    margin: 0 2px;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__periods .podeli__period .podeli__period-indicator {
  background: rgba(192,194,196,0.5);
  height: 6px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__periods .podeli__period .podeli__period-indicator {
    margin-bottom: 2px;
    height: 3px;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__periods .podeli__period .podeli__period-indicator .podeli__period-content .podeli__period-date {
  font-size: 14px;
  line-height: 23px;
  color: #b1b1b1;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__periods .podeli__period .podeli__period-indicator .podeli__period-content .podeli__period-date {
    font-size: 12px;
    line-height: 17px;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__periods .podeli__period .podeli__period-indicator .podeli__period-content .podeli__period-price {
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__periods .podeli__period .podeli__period-indicator .podeli__period-content .podeli__period-price {
    font-size: 14px;
    line-height: 20px;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__periods .podeli__period.active .podeli__period-indicator {
  background: #383838;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__bottom {
  display: flex;
  align-items: center;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__bottom .podeli__bottom-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .podeli .podeli__content .podeli__bottom .podeli__bottom-info svg {
  margin-left: 5px;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs {
    margin-left: -30px;
    margin-right: -10px;
  }
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs {
    margin: 0 -10px 25px;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab {
  padding: 30px 0;
  border-top: none;
  border-bottom: 1px solid rgba(177,177,177,0.2);
}
@media (max-width: 1024px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab {
    padding: 25px 10px;
  }
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-title {
  font-size: 16px;
  line-height: 20px;
  color: #383838;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-title .product__tab-dropdown {
  margin-left: 11px;
  color: #b1b1b1;
  display: inline-flex;
  transition: all 0.4s ease;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  will-change: height;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  max-height: 0;
  transition: all 500ms ease 0s;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content .product__tab-content_wrapper p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content .product__tab-content_wrapper p a {
  position: relative;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content .product__tab-content_wrapper ol,
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content .product__tab-content_wrapper ul {
  list-style: none;
  counter-reset: z-counter;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content .product__tab-content_wrapper ol li,
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content .product__tab-content_wrapper ul li {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin: 6px 0;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content .product__tab-content_wrapper ol li:before,
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content .product__tab-content_wrapper ul li:before {
  content: counter(z-counter) ". ";
  color: #b1b1b1;
  line-height: 140%;
  padding-right: 12px;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content .product__tab-content_wrapper .product__article {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content .product__tab-content_wrapper .product__desc {
  font-size: 14px;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content .product__tab-content_wrapper .product__model {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content .product__tab-content_wrapper .product__deliveries .product__deliveries-item {
  margin-bottom: 24px;
  display: flex;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content .product__tab-content_wrapper .product__deliveries .product__deliveries-item .product__deliveries-icon {
  color: #b1b1b1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  margin-right: 20px;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content .product__tab-content_wrapper .product__deliveries .product__deliveries-item .product__deliveries-text .product__deliveries-title {
  font-size: 16px;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
  color: #383838;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab .product__tab-content .product__tab-content_wrapper .product__deliveries .product__deliveries-item .product__deliveries-text .product__deliveries-desc {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #383838;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab.open .product__tab-title .product__tab-dropdown {
  transform: rotate(180deg);
  color: #383838;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__tabs .product__tab.open .product__tab-content {
  max-height: 2000px;
  transition: all 500ms ease 0s;
  padding-top: 20px;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__share .product__share-title {
  font-size: 16px;
  line-height: 20px;
  color: #383838;
  margin-bottom: 20px;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__share .product__share-list {
  display: flex;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__share .product__share-list .product__share-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  width: 20px;
  height: 20px;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__share .product__share-list .product__share-item:first-child {
  margin-left: 0;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__share .product__share-list .product__share-item a {
  color: #808080;
  display: flex;
  height: 100%;
}
.wrapper-product .product .product__wrapper .product__content .inner-wrapper-sticky .product__content-inner .product__share .product__share-list .product__share-item a svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.wrapper-product .total-look {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .wrapper-product .total-look {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .wrapper-product .total-look {
    padding: 0 14px;
  }
  .wrapper-product .total-look .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.wrapper-product .total-look .total-look__title {
  margin-bottom: 20px;
}
.wrapper-product .total-look .total-look__title .h2 {
  font-size: 40px;
  line-height: 50px;
  color: #383838;
}
@media (max-width: 768px) {
  .wrapper-product .total-look .total-look__title .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.wrapper-product .total-look .total-look__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}
@media (max-width: 1200px) {
  .wrapper-product .total-look .total-look__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .wrapper-product .total-look .total-look__content {
    grid-column-gap: 10px;
  }
}
@media (max-width: 768px) {
  .wrapper-product .total-look .total-look__content {
    display: flex;
    flex-direction: column;
  }
}
.wrapper-product .total-look .total-look__content .total-look__list {
  grid-column: span 3;
}
@media (max-width: 1200px) {
  .wrapper-product .total-look .total-look__content .total-look__list {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .wrapper-product .total-look .total-look__content .total-look__list {
    grid-column: span 1;
  }
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider {
  width: 100%;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-media {
  position: relative;
  width: 100%;
  padding-top: 133.33333%;
  cursor: pointer;
  background: #efefef;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-media .catalog__product-media_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-media .catalog__product-media_wrapper img,
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-media .catalog__product-media_wrapper video {
  width: 100%;
  height: auto;
  display: block;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-label {
  background: #fff;
  border-radius: 2px;
  text-align: center;
  color: #383838;
  z-index: 4;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 8px 2px;
  font-weight: 700;
  font-size: 9px;
  line-height: 15px;
  letter-spacing: 0.03em;
  margin-left: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-label {
    top: auto;
    bottom: 10px;
    left: 5px;
    border-radius: 0;
    font-size: 9px;
  }
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-badges {
  display: flex;
  position: absolute;
  right: 11px;
  top: 11px;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-badges .catalog__product-badge {
  padding: 0 10px;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  margin-left: 10px;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  color: #383838;
  z-index: 4;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-actions {
  width: 100%;
  font-size: 14px;
  background: #fff;
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(100%);
  padding: 20px 0 10px;
  opacity: 0.9;
  text-align: center;
  cursor: default;
  bottom: 0;
  color: #383838;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-actions {
    display: none;
  }
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-actions .catalog__product-actions_title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #383838;
  display: flex;
  justify-content: center;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-actions_list {
  display: none;
  list-style: none;
  padding: 0;
  flex: 0 0 auto;
  margin: 5px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-actions_list.active {
  display: flex;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-actions_list .catalog__product-actions_item {
  padding: 3px 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #383838;
  margin: 2px;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-actions_list .catalog__product-actions_item.active {
  background: #383838;
  color: #fff;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-actions_list .catalog__product-actions_item.disabled {
  color: #bdbdbd;
  pointer-events: none;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-actions_list .catalog__product-actions_item:not(.active):hover {
  cursor: pointer;
  background-color: rgba(177,177,177,0.2);
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-cart {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-cart {
    display: flex;
  }
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-content .catalog__product-cart svg {
  display: flex;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info {
  margin-top: 10px;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-title {
  font-size: 16px;
  line-height: 20px;
  color: #383838;
}
@media (max-width: 768px) {
  .wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-title {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-title {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-price {
  display: flex;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-price .catalog__product-price_old {
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: line-through;
  color: #b1b1b1;
  margin-right: 20px;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-price .catalog__product-price_current {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #383838;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-bottom {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  padding-right: 28px;
  align-items: center;
}
@media (max-width: 1366px) {
  .wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-bottom {
    padding-right: 10px;
  }
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors {
  display: flex;
}
@media (max-width: 768px) {
  .wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors {
    flex-wrap: wrap;
  }
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 13px;
  cursor: pointer;
  border: 1px solid rgba(204,204,204,0.302);
}
@media (max-width: 768px) {
  .wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color {
    margin-left: 5px;
  }
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color span {
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color:first-child {
  margin-left: 0;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color.is_current {
  border: 2px solid #b1b1b1;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-colors .catalog__product-color.is_current span {
  width: 7px;
  height: 7px;
  background-color: #162252;
}
.wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-favorites {
  display: flex;
  align-items: center;
  color: transparent;
  cursor: pointer;
  color: #808080;
}
@media (max-width: 768px) {
  .wrapper-product .total-look .total-look__content .total-look__list .total-look__slider .total-look__item .catalog__product .catalog__product-info .catalog__product-bottom .catalog__product-favorites svg {
    width: 20px;
    height: 20px;
  }
}
.wrapper-product .total-look .total-look__content .total-look__total {
  display: none;
}
@media (max-width: 479px) {
  .wrapper-product .total-look .total-look__content .total-look__total {
    margin-top: 30px;
  }
}
.wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper {
  width: 100%;
  position: relative;
  padding-top: 133.33333%;
}
@media (max-width: 479px) {
  .wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper {
    padding-top: 0;
  }
}
.wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #383838;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 479px) {
  .wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content {
    position: relative;
    background: transparent;
    padding: 0;
  }
}
.wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 479px) {
  .wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions {
    flex-direction: row;
  }
}
.wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__images {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  .wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__images {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__images .total-look__image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  .wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__images .total-look__image {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }
}
@media (max-width: 479px) {
  .wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__images .total-look__image {
    width: 40px;
    height: 40px;
    margin-left: -6px;
  }
}
.wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__images .total-look__image:first-child {
  margin-left: 0;
}
.wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__images .total-look__image img {
  display: block;
  width: 100%;
}
.wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__button {
  width: 100%;
  max-width: 320px;
}
.wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__button button {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  outline: none;
  background: transparent;
  border: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  min-width: 88px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #383838;
  height: 60px;
  width: 100%;
}
.wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__button button:not([disabled]) {
  cursor: pointer;
}
@media (max-width: 768px) {
  .wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__button button {
    font-size: 10px;
    height: 40px;
  }
}
.wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__button button.ui-button-transparent {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
@media (max-width: 479px) {
  .wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__button button.ui-button-transparent {
    font-size: 14px;
    color: #383838;
    background: #fff;
    border: 1px solid #383838;
  }
}
.wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__button button:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, opacity;
  content: " ";
}
@media (max-width: 479px) {
  .wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__button button:before {
    font-size: 14px;
    color: #383838;
    background: #fff;
    border: 1px solid #383838;
  }
}
.wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__button button .ui-ripple {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-product .total-look .total-look__content .total-look__total .total-look__total-wrapper .total-look__total-content .total-look__total-actions .total-look__button button .ui-ripple .ui-button-content {
  position: relative;
  z-index: 2;
}
.wrapper-product .similar-products {
  margin-bottom: 90px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .wrapper-product .similar-products {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .wrapper-product .similar-products {
    padding: 0 10px;
  }
}
.wrapper-product .similar-products .similar-products__wrapper .similar-products__title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .wrapper-product .similar-products .similar-products__wrapper .similar-products__title {
    margin-bottom: 10px;
  }
  .wrapper-product .similar-products .similar-products__wrapper .similar-products__title .h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .wrapper-product .similar-products .similar-products__wrapper .similar-products__placeholder .similar-products__placeholder-wrapper .catalog__item {
    width: 300px !important;
    margin-right: 10px;
    min-width: 300px;
  }
}
.galleryList {
  display: none;
}
.galleryList.opened {
  display: block;
}
.product-media-variaton .product-media {
  display: none;
}
.product-media-variaton .product-media.active {
  display: block;
}
.product__item {
  overflow: hidden;
}
.product__item .product {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product__item .product .product-content {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.product__item .product .product-content .product-badge,
.product__item .product .product-content .product-label {
  background: #fff;
  border-radius: 2px;
  text-align: center;
  color: #383838;
  z-index: 4;
}
.product__item .product .product-content a {
  text-decoration: none;
}
.product__item .product .product-content a .product-media {
  position: relative;
  width: 100%;
  padding-top: 133.33333%;
  cursor: pointer;
  background: #efefef;
}
.product__item .product .product-content a .product-media .product-media_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.product__item .product .product-content a .product-media .product-media_wrapper img,
.product__item .product .product-content a .product-media .product-media_wrapper video {
  width: 100%;
  height: auto;
  display: block;
}
.product__item .product .product-content a .product-media .product-media_wrapper .product-media_pagination.swiper-custom-bullets {
  position: absolute;
  display: flex;
  bottom: 5px;
  left: 5px;
  right: 5px;
  justify-content: space-between;
  z-index: 2;
}
.product__item .product .product-content a .product-media .product-media_wrapper .product-media_pagination.swiper-custom-bullets .swiper-custom-line {
  height: 3px;
  display: flex;
  background: #383838;
  opacity: 0.2;
  flex: 1;
  margin: 0 1px;
}
.product__item .product .product-content a .product-media .product-media_wrapper .product-media_pagination.swiper-custom-bullets .swiper-custom-line.swiper-custom-line-active {
  opacity: 0.7;
}
.product__item .product .product-content a .product-media .product-media_wrapper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.product__item .product .product-content .product-label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 8px 2px;
  font-weight: 700;
  font-size: 9px;
  line-height: 15px;
  letter-spacing: 0.03em;
  margin-left: 0;
  text-transform: uppercase;
}
.product__item .product .product-content .product-badges {
  display: flex;
  position: absolute;
  right: 11px;
  top: 11px;
}
.product__item .product .product-content .product-actions {
  width: 100%;
  font-size: 14px;
  background: #fff;
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(100%);
  padding: 20px 0 10px;
  opacity: 0.9;
  text-align: center;
  cursor: default;
  bottom: 0;
  color: #383838;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}
.product__item .product .product-content .product-actions .product-actions_title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #383838;
  display: flex;
  justify-content: center;
}
.product__item .product .product-content .product-actions .product-actions_list {
  display: none;
  list-style: none;
  padding: 0;
  flex: 0 0 auto;
  margin: 5px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.product__item .product .product-content .product-actions .product-actions_list.active {
  display: flex;
}
.product__item .product .product-content .product-actions .product-actions_list .product-actions_item {
  padding: 3px 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #383838;
  margin: 2px;
}
.product__item .product .product-content .product-actions .product-actions_list .product-actions_item.active {
  background: #383838;
  color: #fff;
}
.product__item .product .product-content .product-actions .product-actions_list .product-actions_item.disabled {
  color: #bdbdbd;
  pointer-events: none;
}
.product__item .product .product-content .product-actions .product-actions_list .product-actions_item:not(.active):hover {
  cursor: pointer;
  background-color: rgba(177,177,177,0.2);
}
.product__item .product .product-content .product-cart {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.product__item .product .product-content .product-cart svg {
  display: flex;
}
.product__item .product .product-info {
  margin-top: 10px;
}
.product__item .product .product-info .product-title {
  font-size: 16px;
  line-height: 20px;
  color: #383838;
}
.product__item .product .product-info .product-price {
  display: flex;
}
.product__item .product .product-info .product-price .product-price_current {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #383838;
}
.product__item .product .product-info .product-bottom {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  padding-right: 28px;
  align-items: center;
}
.product__item .product .product-info .product-bottom .product-colors {
  display: flex;
}
.product__item .product .product-info .product-bottom .product-colors .product-color {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 13px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.product__item .product .product-info .product-bottom .product-colors .product-color:first-child {
  margin-left: 0;
}
.product__item .product .product-info .product-bottom .product-colors .product-color span {
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.product__item .product .product-info .product-bottom .product-colors .product-color.is_current {
  border: 2px solid #b1b1b1;
}
.product__item .product .product-info .product-bottom .product-colors .product-color.is_current span {
  width: 7px;
  height: 7px;
}
.product__item .product .product-info .product-bottom .product-favorites {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #808080;
}
.product__item .product .product-info .product-bottom .product-favorites.active {
  fill: #808080;
}
.product__item .product .product-info .product-look {
  margin-top: 10px;
}
.product__item .product .product-info .product-look button.product-look_btn {
  padding: 19px 30px 17px;
  height: 45px;
  border: 1px solid #e2e6e8;
  box-sizing: border-box;
  background-color: transparent;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  color: #383838;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
}
.product__item .product .product-info .product-look button.product-look_btn:hover {
  background-color: #232323;
  color: #fff;
}
.product__item .product:hover .product-actions {
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .simple-products-item {
    width: 300px !important;
  }
}
@media (max-width: 480px) {
  .simple-products-item {
    width: 160px !important;
  }
}
.simple-products-item .product {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.simple-products-item .product:hover .product-content .product-actions {
  transform: translateY(0);
}
.simple-products-item .product .product-content {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.simple-products-item .product .product-content a .product-media {
  position: relative;
  width: 100%;
  padding-top: 133.33333%;
  cursor: pointer;
  background: #efefef;
}
.simple-products-item .product .product-content a .product-media .product-media_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.simple-products-item .product .product-content a .product-media .product-media_wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.simple-products-item .product .product-content .product-label,
.simple-products-item .product .product-content .product-badges {
  background: #fff;
  border-radius: 2px;
  text-align: center;
  color: #383838;
  z-index: 4;
}
.simple-products-item .product .product-content .product-badge,
.simple-products-item .product .product-content .product-label {
  background: #fff;
  border-radius: 2px;
  text-align: center;
  color: #383838;
  z-index: 4;
}
.simple-products-item .product .product-content .product-label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 8px 2px;
  font-weight: 700;
  font-size: 9px;
  line-height: 15px;
  letter-spacing: 0.03em;
  margin-left: 0;
  text-transform: uppercase;
  color: #003153;
}
.simple-products-item .product .product-content .product-badges {
  display: flex;
  position: absolute;
  right: 11px;
  top: 11px;
}
.simple-products-item .product .product-content .product-badges .product-badge {
  padding: 0 10px;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.simple-products-item .product .product-content .product-actions {
  width: 100%;
  font-size: 14px;
  background: #fff;
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(100%);
  padding: 20px 0 10px;
  opacity: 0.9;
  text-align: center;
  cursor: default;
  bottom: 0;
  color: #383838;
  transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}
.simple-products-item .product .product-content .product-actions .product-actions_title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #383838;
  display: flex;
  justify-content: center;
}
.simple-products-item .product .product-content .product-actions .product-actions_list {
  display: none;
  list-style: none;
  padding: 0;
  flex: 0 0 auto;
  margin: 5px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.simple-products-item .product .product-content .product-actions .product-actions_list.active {
  display: flex;
}
.simple-products-item .product .product-content .product-actions .product-actions_list .product-actions_item {
  padding: 3px 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #383838;
  margin: 2px;
}
.simple-products-item .product .product-content .product-actions .product-actions_list .product-actions_item.disabled {
  color: #bdbdbd;
  pointer-events: none;
}
.simple-products-item .product .product-content .product-actions .product-actions_list .product-actions_item:not(.active):hover {
  cursor: pointer;
  background-color: rgba(177,177,177,0.2);
}
.simple-products-item .product .product-content .product-cart {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.simple-products-item .product .product-content .product-cart svg {
  display: flex;
}
.simple-products-item .product .product-info {
  margin-top: 10px;
}
.simple-products-item .product .product-info .product-title {
  font-size: 16px;
  line-height: 20px;
  color: #383838;
}
.simple-products-item .product .product-info .product-price {
  display: flex;
}
.simple-products-item .product .product-info .product-price .product-price_old {
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: line-through;
  color: #b1b1b1;
  margin-right: 20px;
}
.simple-products-item .product .product-info .product-price .product-price_current {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #383838;
}
.simple-products-item .product .product-info .product-bottom {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  padding-right: 28px;
  align-items: center;
}
@media (max-width: 1366px) {
  .simple-products-item .product .product-info .product-bottom {
    padding-right: 10px;
  }
}
.simple-products-item .product .product-info .product-bottom .product-colors {
  display: flex;
}
.simple-products-item .product .product-info .product-bottom .product-colors .product-color {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 13px;
  cursor: pointer;
}
.simple-products-item .product .product-info .product-bottom .product-colors .product-color span {
  idth: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.simple-products-item .product .product-info .product-bottom .product-colors .product-color:first-child {
  margin-left: 0;
}
.simple-products-item .product .product-info .product-bottom .product-colors .product-color.is_current {
  border: 2px solid #b1b1b1;
}
.simple-products-item .product .product-info .product-bottom .product-colors .product-color.is_current span {
  width: 7px;
  height: 7px;
}
.simple-products-item .product .product-info .product-bottom .product-colors .product-color.is_white span {
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
}
.simple-products-item .product .product-info .product-bottom .product-favorites {
  display: flex;
  align-items: center;
  color: transparent;
  cursor: pointer;
  color: #808080;
}
.help-page {
  padding: 10px 0;
  position: relative;
  background: #efefef;
}
@media (max-width: 1440px) {
  .help-page {
    padding: 40px 0;
  }
}
@media (max-width: 1024px) {
  .help-page {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .help-page {
    padding: 20px 0;
  }
}
.help-page .content-page .content-page__menu {
  margin: 30px 0;
  width: 100%;
}
@media (max-width: 768px) {
  .help-page .content-page .content-page__menu {
    overflow-y: auto;
    margin-bottom: 0;
  }
}
.help-page .content-page .content-page__menu .content-page__menu-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .help-page .content-page .content-page__menu .content-page__menu-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.help-page .content-page .content-page__menu .content-page__menu-list .content-page__menu-item {
  margin-bottom: 30px;
  margin-left: 30px;
}
.help-page .content-page .content-page__menu .content-page__menu-list .content-page__menu-item a {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
  color: #808080;
  position: relative;
}
.help-page .content-page .content-page__menu .content-page__menu-list .content-page__menu-item a.active {
  color: #383838;
  cursor: default;
}
.help-page .content-page .content-page__menu .content-page__menu-list .content-page__menu-item a.active:after {
  left: 0;
  width: 100%;
  background: #383838;
}
.help-page .content-page .content-page__menu .content-page__menu-list .content-page__menu-item a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #808080;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.help-page .content-page .content-page__menu .content-page__menu-list .content-page__menu-item:first-child {
  margin-left: 0;
}
.help-page .content-page .wrapper--text {
  max-width: 1100px;
  background: #fff;
}
.help-page .content-page .wrapper--text .content-page__wrapper {
  padding: 60px 100px 80px;
}
@media (max-width: 768px) {
  .help-page .content-page .wrapper--text .content-page__wrapper {
    padding: 0;
  }
}
.help-page .content-page .wrapper--text .content-page__wrapper>* {
  margin-top: 0;
}
.help-page .content-page .wrapper--text .content-page__wrapper h1 {
  font-size: 40px;
  line-height: 45px;
  color: #383838;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .help-page .content-page .wrapper--text .content-page__wrapper h1 {
    font-size: 20px;
    line-height: 28px;
  }
}
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item h2 {
  font-size: 30px;
  line-height: 35px;
  color: #383838;
  font-weight: 400;
}
@media (max-width: 768px) {
  .help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle {
  border-bottom: 1px solid rgba(226,230,232,0.4);
}
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle:first-child {
  border-top: 1px solid rgba(226,230,232,0.4);
}
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle .content-page__toggle-title {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  font-size: 20px;
  line-height: 26px;
  color: #383838;
  padding: 17px 0;
}
@media (max-width: 768px) {
  .help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle .content-page__toggle-title {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
  }
}
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle .content-page__toggle-title .content-page__toggle-toggler {
  width: 11px;
  height: 11px;
  margin-right: 23px;
  position: relative;
}
@media (max-width: 768px) {
  .help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle .content-page__toggle-title .content-page__toggle-toggler {
    margin-right: 0;
  }
}
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle .content-page__toggle-title .content-page__toggle-toggler:after,
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle .content-page__toggle-title .content-page__toggle-toggler:before {
  content: "";
  position: absolute;
  background-color: #808080;
  transition: transform 0.25s ease-out;
}
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle .content-page__toggle-title .content-page__toggle-toggler:before {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -0.5px;
}
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle .content-page__toggle-title .content-page__toggle-toggler:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -0.5px;
}
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle .content-page__toggle-title .content-page__toggle-toggler .open:before {
  transform: rotate(90deg);
}
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle .content-page__toggle-title .content-page__toggle-toggler .open:after {
  transform: rotate(180deg);
}
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle .content-page__toggle-content {
  overflow: hidden;
  display: flex;
  will-change: height;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  max-height: 0;
  transition: all 500ms ease 0s;
}
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle .content-page__toggle-content .content-page__toggle-wrapper {
  width: 100%;
}
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle.open .content-page__toggle-title .content-page__toggle-toggler:before {
  transform: rotate(90deg);
}
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle.open .content-page__toggle-title .content-page__toggle-toggler:after {
  transform: rotate(180deg);
}
.help-page .content-page .wrapper--text .content-page__wrapper .refund__list .refund__list-item .refund__list-content .content-page__toggle.open .content-page__toggle-content {
  max-height: 1000px;
  transition: all 300ms ease 0s;
}
.help-page .content-page .wrapper--text .content-page__wrapper h2 {
  font-size: 30px;
  line-height: 35px;
  color: #383838;
  font-weight: 400;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.help-page .content-page .wrapper--text .content-page__wrapper h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 400;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.help-page .content-page .wrapper--text .content-page__wrapper p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
}
.help-page .content-page .wrapper--text .content-page__wrapper img {
  max-width: 100%;
  display: block;
}
.help-page .content-page .wrapper--text .content-page__wrapper table {
  border: none !important;
  border-collapse: collapse;
  width: 100%;
}
.help-page .content-page .wrapper--text .content-page__wrapper table tr {
  border-bottom: 1px solid rgba(226,230,232,0.7);
}
.help-page .content-page .wrapper--text .content-page__wrapper table tr td {
  border: none;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
}
.help-page .content-page .wrapper--text .content-page__wrapper table tr td:first-child {
  padding-left: 0;
}
.counter,
.counter__minus,
.counter__plus {
  display: flex;
  height: 30px;
  align-items: center;
}
.counter,
.counter__minus,
.counter__plus {
  display: flex;
  height: 30px;
  align-items: center;
}
.counter__minus,
.counter__plus {
  justify-content: center;
  width: 30px;
  color: #b1b1b1;
  cursor: pointer;
}
.counter__minus.disabled,
.counter__plus.disabled {
  cursor: default;
}
.counter__minus.disabled svg,
.counter__plus.disabled svg {
  opacity: 0.4;
}
.order-page {
  margin-bottom: 0;
}
.order-page .order-page__content {
  position: relative;
}
.order-page .order-page__content .order {
  display: flex;
  width: 100%;
  max-width: 1600px;
  padding: 0 20px;
  margin: 30px auto 50px;
}
@media (max-width: 1024px) {
  .order-page .order-page__content .order {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .order-page .order-page__content .order {
    padding: 0;
    margin: 10px auto 0;
    background: #fff;
  }
}
.order-page .order-page__content .order .order__left {
  flex: 1;
  overflow: hidden;
  padding: 0 30px 0 20px;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left {
    width: 100%;
    padding: 0 10px;
  }
}
.order-page .order-page__content .order .order__left h1 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left h1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }
}
.order-page .order-page__content .order .order__left .order__info-block {
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left .order__info-block {
    margin: 0 -10px;
  }
}
.order-page .order-page__content .order .order__left .cart {
  padding-bottom: 50px;
  background: #fff;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left .cart {
    margin: 0 -10px;
    padding-bottom: 0;
  }
}
.order-page .order-page__content .order .order__left .cart .cart__block {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left .cart .cart__block {
    padding-bottom: 10px;
  }
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__title {
  height: 30px;
  line-height: 30px;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  background: #808080;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid rgba(177,177,177,0.2);
  position: relative;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item {
    padding: 10px;
  }
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item.unavailable .cart__item-actions,
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item.unavailable .cart__item-image,
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item.unavailable .cart__item-top {
  opacity: 0.4;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-image {
  width: 210px;
  flex: 0 0 210px;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-image {
    flex: 0 0 100px;
    width: 100px;
    margin-right: 10px;
  }
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-image img {
  width: 100%;
  display: block;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info {
    justify-content: space-between;
  }
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top {
  display: flex;
  justify-content: space-between;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top .cart__item-left {
  flex: 1;
  overflow: hidden;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top .cart__item-left .cart__item-title {
  font-size: 20px;
  line-height: 26px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
  color: #383838;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top .cart__item-left .cart__item-title {
    font-size: 16px;
    line-height: 20px;
    font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
    color: #383838;
    margin-bottom: 3px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top .cart__item-left .cart__item-article {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #b1b1b1;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top .cart__item-left .cart__item-color {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #383838;
  margin: 12px 0;
  display: flex;
  align-items: center;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top .cart__item-left .cart__item-color span {
  width: 9px;
  height: 9px;
  display: flex;
  border-radius: 50%;
  margin-right: 8px;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top .cart__item-left .cart__item-size.cart__item--mobile {
  display: none;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top .cart__item-right {
  margin-left: 20px;
  text-align: right;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top .cart__item-right .cart__item-prices {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top .cart__item-right .cart__item-prices {
    flex-direction: column;
  }
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top .cart__item-right .cart__item-prices .cart__item-price {
  font-size: 16px;
  text-align: right;
  color: #383838;
  line-height: 20px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top .cart__item-right .cart__item-prices .cart__item-sale {
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.02em;
  text-decoration-line: line-through;
  color: #b1b1b1;
  white-space: nowrap;
  margin-right: 13px;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top .cart__item-right .cart__item-prices .cart__item-sale {
    font-size: 14px;
    margin-right: 0;
  }
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top .cart__item-right .cart__item-discounts .cart__item-discount {
  line-height: 20px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #6d6d6d;
  margin: 5px 0 0;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-top .cart__item-right .cart__item-discounts .cart__item-discount .cart__item-discount_title {
  text-align: right;
  margin-right: 13px;
  width: 85px;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom {
  display: flex;
  justify-content: space-between;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-actions {
  display: flex;
  align-items: center;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-actions .cart__item-size {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-actions .cart__item-size {
    margin-right: 10px;
    font-size: 12px;
    line-height: 17px;
  }
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-actions .counter {
  background: rgba(177,177,177,0.1);
  display: flex;
  height: 30px;
  align-items: center;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-actions .counter .counter__value {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #383838;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-actions .cart__item-total {
  font-size: 14px;
  line-height: 20px;
  margin-left: 20px;
  letter-spacing: 0.02em;
  color: #808080;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-actions .cart__item-total {
    margin-left: 10px;
  }
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-buttons {
  display: flex;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-buttons.cart__item-buttons--desktop {
    display: none;
  }
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-buttons.cart__item-buttons--desktop .cart__item-button {
  margin-left: 30px;
  color: #808080;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-buttons.cart__item-buttons--desktop .cart__item-button {
    margin-left: 20px;
  }
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-buttons.cart__item-buttons--desktop .cart__item-button.favorites__button svg {
  stroke: #808080;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-buttons.cart__item-buttons--desktop .cart__item-button.active svg {
  fill: #808080;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-buttons.cart__item-buttons--desktop .cart__item-button svg {
  display: flex;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-buttons.cart__item-buttons--desktop .cart__item-button svg {
    width: 20px;
    height: 20px;
  }
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-buttons.cart__item-buttons--desktop .cart__item-button:first-child {
  margin-left: 0;
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-buttons.cart__item-buttons--mobile {
  display: none;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item .cart__item-info .cart__item-bottom .cart__item-buttons.cart__item-buttons--mobile {
    display: flex;
  }
}
.order-page .order-page__content .order .order__left .cart .cart__block .cart__list .cart__item:first-child {
  border-top: none;
}
.order-page .order-page__content .order .order__right {
  width: 40%;
  padding-left: 30px;
  border-left: 1px solid #efefef;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right {
    width: 100%;
    padding: 0 10px;
    flex: 1;
    border-left: none;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky {
  position: relative;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block {
  width: 100%;
  background: #fff;
  border-bottom: 5px solid #f7f7f7;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block {
    padding: 0;
    margin: 0 -10px;
    width: auto;
  }
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block:first-child {
    border-top: 5px solid #f7f7f7;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-delivery {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-delivery {
    display: none;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-delivery span,
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-delivery a {
  color: #808080;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 0 25px;
  border-bottom: none;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-delivery span:after,
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-delivery a:after {
  bottom: -4px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  background: #808080;
  width: 100%;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-top {
    margin-bottom: 0;
    padding: 16px 10px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-top .order__block-title {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-top .order__block-title {
    font-size: 14px;
    line-height: 16px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-top.order__block-top--hide {
  display: none;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-top.order__block-top--hide {
    display: flex;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-top .order__block-action {
  color: #808080;
  cursor: pointer;
  line-height: 16px;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-top .order__block-action {
    font-size: 12px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-top .order__block-action:after {
  bottom: 1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  background: #808080;
  width: 100%;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-top .order__block-action:hover {
  color: #383838;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content {
    padding: 0 10px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list {
  display: flex;
  flex-direction: column;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item {
  display: flex;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item.order__check {
  display: flex;
  border-bottom: 1px solid #f7f7f7;
  padding: 15px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item.order__check {
    padding: 10px 0;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item {
  display: flex;
  flex: 1;
  align-items: center;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_radio {
  display: flex;
  margin-right: 26px;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_radio {
    margin-right: 14px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_radio .ui-radio {
  width: auto;
  display: inline-flex;
  position: relative;
  margin: 0;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_radio .ui-radio.ui-checked .ui-radio-container {
  border-color: #383838;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_radio .ui-radio.ui-checked .ui-radio-container:after {
  opacity: 1;
  transform: scaleX(1);
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #383838;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_radio .ui-radio:not(.ui-disabled) {
  cursor: pointer;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_radio .ui-radio .ui-radio-container {
  width: 16px;
  min-width: 16px;
  height: 16px;
  position: relative;
  border-radius: 50%;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 2px solid #b1b1b1;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_radio .ui-radio .ui-radio-container {
    border-width: 1px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_radio .ui-radio .ui-radio-container:before,
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_radio .ui-radio .ui-radio-container:after {
  position: absolute;
  transition: 0.4s cubic-bezier(0.55, 0, 0.55, 0.2);
  content: " ";
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_radio .ui-radio .ui-radio-container:before {
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  z-index: 11;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_radio .ui-radio .ui-radio-container:after {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 50%;
  opacity: 0;
  transform: scale3D(0.38, 0.38, 1);
  content: " ";
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_radio .ui-radio .ui-radio-container .ui-ripple {
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_radio .ui-radio .ui-radio-container .ui-ripple input {
  position: absolute;
  left: -999em;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_content .order__check-item_top {
  display: flex;
  justify-content: space-between;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_content .order__check-item_top .order__check-item_title {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_content .order__check-item_top .order__check-item_title {
    font-size: 14px;
    line-height: 16px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_content .order__check-item_top .order__check-item_additional {
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.02em;
  color: #808080;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_content .order__check-item_top .order__check-item_additional {
    font-size: 12px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_content .order__check-item_desc {
  margin-top: 6px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .delivery .delivery__list .delivery__list-item .order__check-item .order__check-item_content .order__check-item_desc {
    margin-top: 2px;
    font-size: 12px;
    line-height: 16px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list {
  display: flex;
  flex-direction: column;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item {
  display: flex;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item.order__check {
  display: flex;
  border-bottom: 1px solid #f7f7f7;
  padding: 15px 0;
  cursor: pointer;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item {
  display: flex;
  flex: 1;
  align-items: center;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_radio {
  display: flex;
  margin-right: 26px;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_radio .ui-radio {
  width: auto;
  display: inline-flex;
  position: relative;
  margin: 0;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_radio .ui-radio:not(.ui-disabled) {
  cursor: pointer;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_radio .ui-radio.ui-checked .ui-radio-container {
  border-color: #383838;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_radio .ui-radio.ui-checked .ui-radio-container:after {
  opacity: 1;
  transform: scaleX(1);
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #383838;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_radio .ui-radio .ui-radio-container {
  width: 16px;
  min-width: 16px;
  height: 16px;
  position: relative;
  border-radius: 50%;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 2px solid #b1b1b1;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_radio .ui-radio .ui-radio-container:before,
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_radio .ui-radio .ui-radio-container:after {
  position: absolute;
  transition: 0.4s cubic-bezier(0.55, 0, 0.55, 0.2);
  content: " ";
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_radio .ui-radio .ui-radio-container:before {
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  z-index: 11;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_radio .ui-radio .ui-radio-container:after {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 50%;
  opacity: 0;
  transform: scale3D(0.38, 0.38, 1);
  content: " ";
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_radio .ui-radio .ui-radio-container .ui-ripple {
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_radio .ui-radio .ui-radio-container .ui-ripple input {
  position: absolute;
  left: -999em;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_content .order__check-item_top {
  display: flex;
  justify-content: space-between;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_content .order__check-item_top .order__check-item_title {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.02em;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-wrapper .payments .payments__list .payments__list-item .order__check-item .order__check-item_content .order__check-item_desc {
  margin-top: 6px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-add {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 27px 0;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-add {
    padding: 15px 0;
    font-size: 12px;
    line-height: 16px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-add .order__block-add_title {
  display: flex;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__block .order__block-content .order__block-add .order__block-add_icon svg {
  display: flex;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions {
  position: relative;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions {
    margin: 0 -10px;
    background: #fff;
    padding-bottom: 20px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-info {
  background: #f0f0f0;
  padding: 15px 30px 15px 20px;
  display: flex;
  margin-bottom: 20px;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-info .order__actions-info_icon {
  margin-right: 22px;
  padding-top: 2px;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-info .order__actions-info_icon svg {
  display: flex;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-info .order__actions-info_text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode {
  padding: 16px 0 22px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode {
    padding: 10px 10px 20px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .promo__info {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  flex-shrink: 0;
  font-feature-settings: "cpsp" on;
  padding: 0 0 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .promo__info {
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .promo__info {
    align-self: auto;
    padding: 10px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .promo__info .promo__info-border {
  border: 2px solid #f7f7f7;
  padding: 20px 15px;
  font-size: 12px;
  display: flex;
  align-content: center;
  align-items: self-start;
}
@media (max-width: 480px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .promo__info .promo__info-border {
    justify-content: space-between;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .promo__info .promo__info-border .promo__info-text {
  display: flex;
  align-content: center;
  align-items: center;
  flex-grow: 1;
  margin-right: 15px;
  justify-content: center;
  align-self: center;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .promo__info .promo__info-border .promo__info-box {
  border: 2px solid;
  padding: 9px 14px;
  color: #383838;
  text-align: center;
  font-family: Circe;
  font-size: 12px;
  font-weight: 350;
  line-height: 12px;
  letter-spacing: 0.6px;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .promo__info .promo__info-border .promo__info-box.clickable {
  cursor: pointer;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .promo__info .promo__info-border .promo__info-box .promo__info-code {
  font-family: Circe;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.9px;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .ui-field {
  width: 100%;
  min-height: 32px;
  padding-top: 0;
  margin: 0;
  display: flex;
  position: relative;
  font-family: inherit;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .ui-field:before,
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .ui-field:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  will-change: border, opacity, transform;
  content: " ";
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .ui-field:before {
  height: 1px;
  z-index: 2;
  opacity: 0;
  transform: scaleX(0.12);
  background-color: #383838;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .ui-field:after {
  height: 1px;
  background-color: #b1b1b1;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .ui-field input,
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .ui-field textarea {
  height: 48px;
  padding: 0;
  display: block;
  flex: 1;
  border: none;
  background: none;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: font-size, padding-top, color;
  font-family: inherit;
  font-size: 16px;
  line-height: 48px;
  outline: none;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .ui-field input {
  height: 32px;
  line-height: 32px;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .ui-field .ui-suffix {
  align-self: center;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-promocode .ui-field .ui-suffix {
    font-size: 12px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-sum {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-sum {
    padding: 0 10px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-sum .order__actions-sum_label {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-sum .order__actions-sum_label {
    font-size: 14px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-sum .order__actions-sum_value {
  font-size: 18px;
  line-height: 20px;
  text-align: right;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-sum .order__actions-sum_value {
    font-size: 14px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-discount {
  padding: 10px 0;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-discount {
    padding: 12px 10px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-discount .order__actions-discount_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-discount .order__actions-discount_item {
    margin-bottom: 6px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-discount .order__actions-discount_item:last-child {
  margin-bottom: 0;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-discount .order__actions-discount_item .order__actions-discount_label {
  font-size: 16px;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-discount .order__actions-discount_item .order__actions-discount_label {
    font-size: 14px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-discount .order__actions-discount_item .order__actions-discount_value {
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-discount .order__actions-discount_item .order__actions-discount_value {
    font-size: 14px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-total {
  padding: 14px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-total {
    padding: 20px 10px;
    border-bottom: 1px solid rgba(177,177,177,0.2);
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-total .order__actions-total_label {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-total .order__actions-total_label {
    font-size: 16px;
    line-height: 20px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-total .order__actions-total_value {
  font-size: 18px;
  line-height: 20px;
  text-align: right;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-content .order__actions-total .order__actions-total_value {
    font-size: 16px;
    line-height: 20px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-submit .ui-button {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  outline: none;
  border: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  min-width: 88px;
  height: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #383838;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-submit .ui-button {
    font-size: 12px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-submit .ui-button:not([disabled]) {
  cursor: pointer;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-submit .ui-button.ui-button-dark {
  color: #fff;
  background: #232323;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-submit .ui-button.ui-button-wide {
  width: 100%;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-submit .ui-button:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, opacity;
  content: " ";
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-submit .ui-button:hover:before,
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-submit .ui-button:active:before {
  background-color: currentColor;
  opacity: 0.12;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-submit .ui-button .ui-ripple {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-submit .ui-button .ui-ripple .ui-button-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-submit {
    padding: 10px;
    margin-top: 10px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-conditions {
  margin-top: 10px;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #383838;
}
@media (max-width: 768px) {
  .order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-conditions {
    padding: 0 10px;
  }
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions .order__actions-conditions a {
  text-decoration: underline;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions #bx-soa-orderSave a.btn {
  width: 100%;
  height: 48px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #232323;
  cursor: pointer;
  margin: 0 !important;
  border-radius: 0;
  border: none;
  float: none !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions #bx-soa-orderSave a.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, opacity;
  content: " ";
}
.order-page .order-page__content .order .order__right .inner-wrapper-sticky .order__actions #bx-soa-orderSave a.btn:hover:before {
  background-color: currentColor;
  opacity: 0.12;
}
.mb-size-list {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 5555555555555;
  left: 0;
  width: 100%;
  background: #fff;
}
.mb-size-list.opened {
  display: block;
}
.mb-size-list .top-block {
  background: #fff;
}
.mb-size-list .top-block .btn {
  padding: 6px 14px;
  border-radius: 15px;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 50;
  left: 10px;
  top: -40px;
}
.mb-size-list .top-block .mb-size-close {
  right: 10px;
  left: auto;
  box-shadow: 0 0 3px #000;
  padding: 5px;
}
.mb-size-list .top-block .mb-size-close svg {
  width: 18px;
  transform: scale(0.7);
}
.mb-size-list .top-block .title {
  font-size: 16px;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.mb-size-list .product__sizes-list {
  position: relative;
  z-index: 100;
  display: none;
}
.mb-size-list .product__sizes-list.active {
  display: block;
}
.mb-size-list .product__sizes-list .product__sizes-item .size {
  padding: 10px;
  border-bottom: 1px solid rgba(177,177,177,0.1);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mb-size-list .product__sizes-list .product__sizes-item .size:first-child {
  border-top: 1px solid rgba(177,177,177,0.1);
}
.product__content-inner .product__bottom {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  transform: translateY(200%);
  transition: transform 0.5s ease;
  will-change: transform;
  z-index: 11;
  transform: translateY(0);
  box-shadow: 0 0 4px 0 rgba(56,56,56,0.2);
  left: 0;
}
@media (min-width: 768px) {
  .product__content-inner .product__bottom {
    display: none;
  }
}
.product__content-inner .product__bottom .product__bottom-top {
  padding: 0 10px;
  margin: 10px 0;
}
.product__content-inner .product__bottom .product__bottom-top .product__bottom-line {
  display: flex;
  justify-content: space-between;
}
.product__content-inner .product__bottom .product__bottom-top .product__bottom-line .product__title {
  color: #383838;
  margin: 0 0 12px;
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.product__content-inner .product__bottom .product__bottom-top .product__bottom-line .product__title span {
  color: #b1b1b1;
  font-size: 14px;
}
.product__content-inner .product__bottom .product__bottom-top .product__bottom-line .product__price {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.product__content-inner .product__bottom .product__bottom-top .product__bottom-line .product__price .product__price-current {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
  color: #383838;
  white-space: nowrap;
}
.product__content-inner .product__bottom .product__bottom-actions {
  display: flex;
  justify-content: space-between;
  height: 40px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.product__content-inner .product__bottom .product__bottom-actions .product__bottom-sizes {
  width: 50%;
  display: flex;
  padding-right: 10px;
}
.product__content-inner .product__bottom .product__bottom-actions .product__bottom-sizes .product__bottom-size {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 14px;
  border: 1px solid rgba(177,177,177,0.2);
  justify-content: space-between;
  cursor: pointer;
}
.product__content-inner .product__bottom .product__bottom-actions .product__bottom-sizes .product__bottom-size .ui-arrow {
  border: solid #b1b1b1;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  margin-top: -2px;
}
.product__content-inner .product__bottom .product__bottom-actions .product__bottom-button {
  width: 50%;
}
.product__content-inner .product__bottom .product__bottom-actions .product__bottom-button button.ui-button {
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  outline: none;
  border: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  min-width: 88px;
  height: 40px;
  width: 100%;
  color: #fff;
  background: #232323;
}
.product__content-inner .product__bottom .product__bottom-actions .product__bottom-button button.ui-button.reportReceipt .ui-button-content {
  font-size: 11px;
  line-height: 12px;
  padding: 0 10px;
  white-space: normal;
}
.product__content-inner .product__bottom .product__bottom-actions .product__bottom-button button.ui-button:not([disabled]) {
  cursor: pointer;
}
.product__content-inner .product__bottom .product__bottom-actions .product__bottom-button button.ui-button:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, opacity;
  content: " ";
}
.product__content-inner .product__bottom .product__bottom-actions .product__bottom-button button.ui-button .ui-ripple {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product__content-inner .product__bottom .product__bottom-actions .product__bottom-button button.ui-button .ui-ripple .ui-button-content {
  position: relative;
  z-index: 2;
}
.product__content-inner .product__bottom .product__sizes-list {
  display: none;
}
.product__content-inner .product__bottom .product__sizes-list.active {
  display: block;
}
.modal__block,
.modal__wrapper {
  height: 100%;
  width: 100%;
}
.modal__wrapper {
  display: flex;
}
.card-modal .ui-modal .ui-modal--contacts,
.card-modal .ui-modal .ui-modal--size-table,
.card-modal .ui-modal .ui-modal--cart,
.card-modal .ui-modal .ui-modal--filter {
  transition: transform 0.5s ease;
  position: fixed;
  background: #fff;
  z-index: 2;
  width: 100% !important;
  height: 100%;
  max-width: 620px;
  right: 0;
  left: auto !important;
  border-radius: 0;
  transform: translateX(100%);
}
.card-modal.opened .ui-modal {
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  background: rgba(0,0,0,0.7);
}
.card-modal.opened .ui-modal .ui-modal--contacts,
.card-modal.opened .ui-modal .ui-modal--cart,
.card-modal.opened .ui-modal .ui-modal--filter,
.card-modal.opened .ui-modal .ui-modal--size-table {
  transform: translateX(0);
}
.card-modal.opened .ui-modal .modal__wrapper .smartfilter {
  height: 100vh;
  position: relative;
}
.card-modal.opened .ui-modal .modal__wrapper .smartfilter .filters__bottom {
  bottom: 0px;
  position: absolute;
  left: 0;
  width: 100%;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter {
  margin-bottom: 0;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e2e6e8;
  padding: 20px 13px;
  cursor: pointer;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title .filters__item-arrow {
  display: flex;
  align-items: center;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title .filters__item-arrow .ui-arrow {
  border: solid #b1b1b1;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title .filters__item-arrow .ui-arrow:before {
  display: none;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title .filters__item-arrow .ui-arrow.fa-angle-down {
  -webkit-transform: rotate(-45deg);
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title .filters__item-arrow .ui-arrow.fa-angle-up {
  -webkit-transform: rotate(-135deg);
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  color: #383838;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title span i {
  display: flex;
  align-items: center;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container {
  padding: 20px 13px 0;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block.bx-left {
  text-align: right;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block .bx-filter-input-container,
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-filter-parameters-box-container-block i.bx-ft-sub {
  display: inline-block;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-filter-input-container input {
  pointer-events: none;
  border: none;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-range {
  z-index: 100;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-track {
  height: 2px;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-pricebar-vn {
  background: #ccc;
  height: 2px;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-pricebar-v {
  background: #383838;
  height: 2px;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-handle {
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  top: 50%;
  margin-left: 0;
  background: transparent;
  transition: left 0.5s ease 0s;
}
.card-modal.opened .ui-modal .modal__wrapper .bx-filter .bx-filter-parameters-box .bx-filter-block .bx-filter-parameters-box-container .bx-ui-slider-handle span {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0,0,0,0.32);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top {
  height: 60px;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid rgba(177,177,177,0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .card-modal.opened .ui-modal .modal__wrapper .modal__top {
    height: 50px;
  }
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title {
  flex: 1 1 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  color: #383838;
  height: 100%;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title.modal__title--filter {
  justify-content: space-between;
  padding: 0 28px;
}
@media (max-width: 480px) {
  .card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title.modal__title--filter {
    padding: 0 10px;
  }
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title .modal__title-left span:not(.mt-tabs-indicator) {
  color: #b1b1b1;
  margin-left: 10px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title .modal__title-right {
  color: #b1b1b1;
  font-size: 11px;
  line-height: 11px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title .modal__title-right.filters__clear {
  cursor: pointer;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title button.ui-button {
  color: #b1b1b1;
  font-size: 11px;
  line-height: 11px;
  cursor: pointer;
  background: none;
  outline: none;
  border: none;
  text-transform: uppercase;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title button.ui-button:hover {
  color: #383838;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title .mt-tabs {
  display: flex;
  flex-direction: column;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title .mt-tabs.modal__title-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title .mt-tabs .mt-tabs-navigation {
  display: flex;
  position: relative;
  height: 100%;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title .mt-tabs .mt-tabs-navigation .mt-button {
  padding: 0;
  position: relative;
  overflow: hidden;
  outline: none;
  background: transparent;
  border: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
  line-height: normal;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  max-width: 264px;
  min-width: 72px;
  margin: 0;
  cursor: pointer;
  border-radius: 0;
  font-size: 13px;
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #383838;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title .mt-tabs .mt-tabs-navigation .mt-button:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, opacity;
  content: " ";
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title .mt-tabs .mt-tabs-navigation .mt-button:not([disabled]) {
  cursor: pointer;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title .mt-tabs .mt-tabs-navigation .mt-button .mt-button-content {
  z-index: 2;
  position: static;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title .mt-tabs .mt-tabs-navigation .mt-tabs-indicator {
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateZ(0);
  background: #383838;
  will-change: left, right;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title .mt-tabs .mt-tabs-navigation .mt-tabs-indicator.mt-tabs-indicator-left {
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1), right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title .mt-tabs .mt-tabs-content {
  overflow: hidden;
  transition: none;
  will-change: height;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title .mt-tabs .mt-tabs-content .mt-tabs-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  transform: translateZ(0);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__title .mt-tabs .mt-tabs-content .mt-tabs-container .mt-tab {
  width: 100%;
  flex: 1 0 100%;
  padding: 16px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__close {
  flex: 0 0 60px;
  height: 60px;
  border-left: 1px solid rgba(177,177,177,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__close {
    flex: 0 0 50px;
    height: 50px;
  }
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__close .modal__close-container {
  position: relative;
  margin: auto;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__close .modal__close-container .leftright,
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__close .modal__close-container .rightleft {
  height: 2px;
  width: 16px;
  top: 8px;
  position: absolute;
  background-color: #b1b1b1;
  border-radius: 2px;
  transition: all 0.1s ease-in;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__close .modal__close-container .leftright {
  transform: rotate(45deg);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__top .modal__close .modal__close-container .rightleft {
  transform: rotate(-45deg);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content {
  padding-top: 60px;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .card-modal.opened .ui-modal .modal__wrapper .modal__content {
    padding-top: 50px;
  }
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 80px;
  position: relative;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form {
  width: 100%;
  padding: 30px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form {
    border: none;
    padding: 10px;
  }
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field {
  width: 100%;
  min-height: 60px;
  margin: 4px 0 24px;
  padding-top: 16px;
  display: flex;
  position: relative;
  font-family: inherit;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field:before,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  will-change: border, opacity, transform;
  content: " ";
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field:before {
  height: 1px;
  z-index: 2;
  opacity: 0;
  transform: scaleX(0.12);
  background-color: #383838;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field:after {
  height: 1px;
  background-color: #b1b1b1;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field.ui-disabled:after {
  background: 0 100% repeat-x;
  background-size: 4px 1px;
  background-color: #b1b1b1;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field.ui-focused:before,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field.ui-highlight:before {
  opacity: 1;
  transform: scaleX(1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: border, opacity, transform;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field.ui-disabled {
  opacity: 0.4;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field label {
  position: absolute;
  top: 32px;
  left: 0;
  pointer-events: none;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.3s;
  font-size: 16px;
  line-height: 20px;
  color: #808080;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field.ui-focused label,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field.ui-has-value label {
  pointer-events: auto;
  top: 0;
  opacity: 1;
  font-size: 14px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field .ui-input,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field .ui-textarea {
  outline: none;
  height: 48px;
  padding: 0;
  display: block;
  flex: 1;
  border: none;
  background: none;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: font-size, padding-top, color;
  font-family: inherit;
  font-size: 16px;
  line-height: 48px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field .ui-input[disabled],
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field .ui-textarea[disabled] {
  cursor: default;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field.ui-focused .ui-input,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field.ui-has-value .ui-input,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field.ui-focused .ui-textarea,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field.ui-has-value .ui-textarea {
  font-size: 16px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field .ui-count,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field .ui-error,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field .ui-helper-text {
  height: 20px;
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 17px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field .ui-helper-text {
  color: #b1b1b1;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .ui-field .ui-menu {
  width: 100%;
  display: flex;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .order__delivery-form_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .order__delivery-form_row .order__delivery-form_column {
  overflow: hidden;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .order__delivery-form_submit {
  width: 100%;
  margin-top: 50px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .order__delivery-form_submit .ui-button {
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  outline: none;
  border: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  min-width: 88px;
  height: 48px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #383838;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .order__delivery-form_submit .ui-button[disabled] {
  pointer-events: none;
  background: #808080;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .order__delivery-form_submit .ui-button.ui-button-wide {
  width: 100%;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .order__delivery-form_submit .ui-button.ui-button-dark {
  color: #fff;
  background: #232323;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .order__delivery-form_submit .ui-button.ui-button-dark[disabled] {
  background: #808080;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .order__delivery-form_submit .ui-button .ui-ripple {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .order__delivery .order__delivery-wrapper .order__delivery-form .order__delivery-form_submit .ui-button .ui-ripple .ui-button-content {
  position: relative;
  z-index: 2;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form {
  padding-bottom: 20px;
  position: relative;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form.form__auth,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form.form__auth {
  padding-top: 30px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .ui-field,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .ui-field {
  width: 100%;
  min-height: 60px;
  margin: 4px 0 24px;
  padding-top: 16px;
  display: flex;
  position: relative;
  font-family: inherit;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .ui-field:before,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .ui-field:before,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .ui-field:after,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .ui-field:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  will-change: border, opacity, transform;
  content: " ";
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .ui-field:before,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .ui-field:before {
  height: 1px;
  z-index: 2;
  opacity: 0;
  transform: scaleX(0.12);
  background-color: #383838;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .ui-field:after,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .ui-field:after {
  height: 1px;
  background-color: #b1b1b1;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .ui-field label,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .ui-field label {
  position: absolute;
  top: 32px;
  left: 0;
  pointer-events: none;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.3s;
  font-size: 16px;
  line-height: 20px;
  color: #808080;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .ui-field input,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .ui-field input {
  outline: none;
  overflow: visible;
  height: 48px;
  padding: 0;
  display: block;
  flex: 1;
  border: none;
  background: none;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: font-size, padding-top, color;
  font-family: inherit;
  font-size: 16px;
  line-height: 48px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .ui-field .ui-error,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .ui-field .ui-error {
  height: 20px;
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 17px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block !important;
  left: 0;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  color: #ce1e1e;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .ui-field button,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .ui-field button {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin: 0;
  position: absolute;
  top: 16px;
  right: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50%;
  z-index: 10;
  font-size: 13px;
  user-select: none;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #383838;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  outline: none;
  background: transparent;
  border: 0;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  font-family: inherit;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .ui-field button:not([disabled]),
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .ui-field button:not([disabled]) {
  cursor: pointer;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .ui-field button.ui-toggle-password,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .ui-field button.ui-toggle-password {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .ui-field button.ui-toggle-password:hover:before,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .ui-field button.ui-toggle-password:hover:before {
  background-color: currentColor;
  opacity: 0.12;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .ui-field button.ui-toggle-password:before,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .ui-field button.ui-toggle-password:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, opacity;
  content: " ";
  border-radius: 50%;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .ui-field button.ui-toggle-password .ui-ripple,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .ui-field button.ui-toggle-password .ui-ripple {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .ui-field button.ui-toggle-password .ui-ripple .ui-button-content,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .ui-field button.ui-toggle-password .ui-ripple .ui-button-content {
  position: relative;
  z-index: 2;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__auth-submit,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__auth-submit {
  margin-top: 50px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__auth-submit button,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__auth-submit button {
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  outline: none;
  border: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  min-width: 88px;
  height: 48px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  width: 100%;
  color: #fff;
  background: #232323;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__auth-submit button :before,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__auth-submit button :before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, opacity;
  content: " ";
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__auth-submit button :not([disabled]),
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__auth-submit button :not([disabled]) {
  cursor: pointer;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__auth-submit button .ui-ripple,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__auth-submit button .ui-ripple {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__auth-submit button .ui-ripple .ui-button-content,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__auth-submit button .ui-ripple .ui-button-content {
  position: relative;
  z-index: 2;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__auth-forgot,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__auth-forgot {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
  color: #808080;
  cursor: pointer;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__auth-agree,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__auth-agree {
  text-align: center;
  font-size: 10px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__auth-agree a,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__auth-agree a {
  text-decoration: underline;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration {
  padding-bottom: 20px;
  position: relative;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-subscribe,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-subscribe {
  color: #808080;
  align-items: center;
  display: flex;
  font-size: 12px;
  margin-bottom: 16px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-subscribe .ui-checkbox,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-subscribe .ui-checkbox {
  width: auto;
  display: inline-flex;
  position: relative;
  margin: 0;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-subscribe .ui-checkbox:not(.ui-disabled),
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-subscribe .ui-checkbox:not(.ui-disabled) {
  cursor: pointer;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-subscribe .ui-checkbox.ui-checked .ui-checkbox-container:after,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-subscribe .ui-checkbox.ui-checked .ui-checkbox-container:after {
  opacity: 1;
  transform: rotate(45deg) scaleX(1);
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-color: #383838;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container {
  width: 16px;
  min-width: 16px;
  height: 16px;
  position: relative;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 2px solid #808080;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container:before,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container:before,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container:after,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container:after {
  box-sizing: border-box;
  position: absolute;
  transition: 0.4s cubic-bezier(0.55, 0, 0.55, 0.2);
  content: " ";
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container:before,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container:before {
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  z-index: 11;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container:after,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container:after {
  width: 4px;
  height: 8px;
  top: 1px;
  left: 4px;
  z-index: 12;
  border: 2px solid transparent;
  border-top: 0;
  border-left: 0;
  opacity: 0;
  transform: rotate(45deg) scale3D(0.15, 0.15, 1);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container .ui-ripple,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container .ui-ripple {
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  width: 24px;
  height: 24px;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container .ui-ripple input,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container .ui-ripple input {
  outline: none;
  overflow: visible;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  position: absolute;
  left: -999em;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container .ui-ripple input[type=checkbox],
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container .ui-ripple input[type=checkbox],
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container .ui-ripple input[type=radio],
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-subscribe .ui-checkbox .ui-checkbox-container .ui-ripple input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-subscribe .form__registration-subscribe_text,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-subscribe .form__registration-subscribe_text {
  padding-left: 14px;
  padding-top: 2px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-subscribe .form__registration-subscribe_text a,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-subscribe .form__registration-subscribe_text a {
  color: #383838;
  text-decoration: underline;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration button[type=submit],
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration button[type=submit] {
  margin-top: 70px !important;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  outline: none;
  border: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  min-width: 88px;
  height: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  width: 100%;
  color: #fff;
  background: #232323;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration button[type=submit]:not([disabled]),
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration button[type=submit]:not([disabled]) {
  cursor: pointer;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration button[type=submit]:before,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration button[type=submit]:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, opacity;
  content: " ";
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration button[type=submit]:hover:before,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration button[type=submit]:hover:before {
  background-color: currentColor;
  opacity: 0.12;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration button[type=submit] .ui-ripple,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration button[type=submit] .ui-ripple {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration button[type=submit] .ui-ripple .ui-button-content,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration button[type=submit] .ui-ripple .ui-button-content {
  position: relative;
  z-index: 2;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-agree,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-agree {
  text-align: center;
  font-size: 10px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .auth .mt-form .form__registration .form__registration-agree a,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration .mt-form .form__registration .form__registration-agree a {
  text-decoration: underline;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .modal__content-wrapper .registration__wrapper {
  height: 100%;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket {
  width: 100%;
  height: 100%;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item {
  padding: 20px;
  border-top: 1px solid rgba(177,177,177,0.2);
  display: flex;
  justify-content: space-between;
  position: relative;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item:first-child {
  border-top: none;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-image {
  width: 100px;
  flex: 0 0 100px;
  margin-right: 20px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-image img {
  width: 100%;
  display: block;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info {
  flex: 1;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-top {
  display: flex;
  justify-content: space-between;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-top .basket__item-left {
  flex: 1;
  overflow: hidden;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-top .basket__item-left .basket__item-title {
  font-size: 16px;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
  color: #383838;
  margin-bottom: 3px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-top .basket__item-left .basket__item-article {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #b1b1b1;
  margin-bottom: 11px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-top .basket__item-left .basket__item-color {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #383838;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-top .basket__item-left .basket__item-color span {
  width: 9px;
  height: 9px;
  display: flex;
  border-radius: 50%;
  margin-right: 8px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-top .basket__item-left .basket__item-size {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.02em;
  margin-right: 20px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-top .basket__item-left .basket__item-size.basket__item--mobile {
  display: none;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-top .basket__item-right {
  margin-left: 20px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-top .basket__item-right .basket__item-price {
  font-size: 16px;
  color: #383838;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom .basket__item-actions {
  display: flex;
  align-items: center;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom .basket__item-actions .basket__item-size {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.02em;
  margin-right: 20px;
  color: #000;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom .basket__item-actions .counter {
  display: flex;
  height: 30px;
  align-items: center;
  background: rgba(177,177,177,0.1);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom .basket__item-actions .counter .counter__minus,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom .basket__item-actions .counter .counter__plus {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  color: #b1b1b1;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom .basket__item-actions .counter .counter__minus.disabled,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom .basket__item-actions .counter .counter__plus.disabled {
  cursor: default;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom .basket__item-actions .counter .counter__minus.disabled svg,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom .basket__item-actions .counter .counter__plus.disabled svg {
  opacity: 0.4;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom .basket__item-actions .counter .counter__value {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #383838;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom .basket__item-actions .basket__item-total {
  font-size: 14px;
  line-height: 20px;
  margin-left: 20px;
  letter-spacing: 0.02em;
  color: #808080;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom .basket__item-buttons {
  display: flex;
  justify-content: flex-end;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom .basket__item-buttons .basket__item-button {
  cursor: pointer;
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom .basket__item-buttons .basket__item-button.grey--button {
  color: #808080;
  margin-left: 0;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__list .basket__item .basket__item-info .basket__item-bottom .basket__item-buttons .basket__item-button svg {
  display: flex;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__info {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  flex-shrink: 0;
  font-feature-settings: "cpsp" on;
  padding: 10px 20px;
  overflow: hidden;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__space {
  flex-grow: 1;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__bottom {
  bottom: 0;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__bottom .basket__total {
  height: 50px;
  color: #000;
  padding: 0 20px;
  border-top: 1px solid rgba(177,177,177,0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__bottom .basket__total .basket__total-title {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__bottom .basket__total .basket__total-value {
  font-size: 20px;
  line-height: 26px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .basket .basket__wrapper .basket__bottom .basket__button a {
  background: #383838;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 100%;
  height: 60px;
  display: flex;
  font-size: 14px;
  line-height: 14px;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list {
  width: 100%;
  height: calc(100% - 80px);
  margin-bottom: -80px;
  overflow-y: auto;
  overflow-x: hidden;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e2e6e8;
  padding: 20px 28px;
  cursor: pointer;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__item.filters__item--mobile {
  display: none;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__item .filters__item-arrow {
  display: flex;
  align-items: center;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__item .filters__item-arrow .ui-arrow {
  border: solid #b1b1b1;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__item .filters__item-arrow .ui-arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__item .filters__item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  color: #383838;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__price {
  padding: 20px 28px;
  border-bottom: 1px solid #e2e6e8;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__price .filters__price-top {
  display: flex;
  justify-content: space-between;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__price .filters__price-top .filters__price-title {
  font-size: 18px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__price .filters__price-top .filters__price-value {
  font-size: 16px;
  color: #808080;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__price .filters__price-slider {
  margin-top: 10px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__price .filters__price-slider .vue-slider {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__price .filters__price-slider .vue-slider .vue-slider-rail {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: width, height, left, right, top, bottom;
  transition-property: width, height, left, right, top, bottom;
  background-color: #ccc;
  border-radius: 15px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__price .filters__price-slider .vue-slider .vue-slider-rail .vue-slider-process {
  position: absolute;
  z-index: 1;
  border-radius: 15px;
  background-color: #383838;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__price .filters__price-slider .vue-slider .vue-slider-rail .vue-slider-dot {
  position: absolute;
  will-change: transform;
  -webkit-transition: all 0s;
  transition: all 0s;
  z-index: 5;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__price .filters__price-slider .vue-slider .vue-slider-rail .vue-slider-dot .vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0,0,0,0.32);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__price .filters__price-slider .vue-slider .vue-slider-rail .vue-slider-dot .vue-slider-dot {
  position: absolute;
  will-change: transform;
  -webkit-transition: all 0s;
  transition: all 0s;
  z-index: 5;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__list .filters__price .filters__price-slider .vue-slider .vue-slider-rail .vue-slider-dot .vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0,0,0,0.32);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__bottom {
  padding: 0 28px;
  height: 80px;
  display: flex;
  align-items: center;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__bottom .filters__button {
  width: 100%;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__bottom .filters__button button {
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  outline: none;
  border: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  min-width: 88px;
  height: 48px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  width: 100%;
  color: #fff;
  background: #232323;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__bottom .filters__button button .ui-ripple {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__bottom .filters__button button .ui-ripple .ui-button-content {
  position: relative;
  z-index: 2;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__bottom .filters__button button:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color, opacity;
  content: " ";
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .filters .filters__bottom .filters__button button:not([disabled]) {
  cursor: pointer;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .sizetable {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .sizetable .sizetable__wrapper {
  width: 100%;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .sizetable .sizetable__wrapper.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
  position: relative;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .sizetable .sizetable__wrapper .sizetable__item {
  border-bottom: 1px solid rgba(177,177,177,0.2);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .sizetable .sizetable__wrapper .sizetable__item .sizetable__title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  padding: 14px 30px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #383838;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .sizetable .sizetable__wrapper .sizetable__item .sizetable__title .sizetable__dropdown {
  color: #b1b1b1;
  transition: all 0.4s ease;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .sizetable .sizetable__wrapper .sizetable__item .sizetable__content {
  max-height: 0;
  overflow: hidden;
  tansition: 0.5ms;
  will-change: height;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .sizetable .sizetable__wrapper .sizetable__item .sizetable__content .sizetable__content-wrapper .sizetable__table {
  border-collapse: collapse;
  min-width: 100%;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .sizetable .sizetable__wrapper .sizetable__item .sizetable__content .sizetable__content-wrapper .sizetable__table table tr {
  border-top: 1px solid rgba(226,230,232,0.7);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .sizetable .sizetable__wrapper .sizetable__item .sizetable__content .sizetable__content-wrapper .sizetable__table table tr td {
  background: #f7f7f7;
  padding: 14px 25px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #383838;
  border: none;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .sizetable .sizetable__wrapper .sizetable__item.open .sizetable__title .sizetable__dropdown {
  transform: rotate(180deg);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .sizetable .sizetable__wrapper .sizetable__item.open .sizetable__content {
  max-height: 2000px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 28px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .form-group {
  width: 100%;
  min-height: 60px;
  margin: 4px 0 24px;
  padding-top: 16px;
  display: flex;
  position: relative;
  font-family: inherit;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .form-group:before,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .form-group:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  will-change: border, opacity, transform;
  content: " ";
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .form-group:before {
  height: 1px;
  z-index: 2;
  opacity: 0;
  transform: scaleX(0.12);
  background-color: #383838;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .form-group:after {
  height: 1px;
  background-color: #b1b1b1;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .form-group label {
  position: absolute;
  left: 0;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 0.3s;
  line-height: 20px;
  color: #808080;
  pointer-events: auto;
  top: 0;
  opacity: 1;
  font-size: 14px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .form-group input,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .form-group textarea {
  overflow: visible;
  margin: 0;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .form-group input.form-control,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .form-group textarea.form-control {
  height: 48px;
  padding: 0;
  display: block;
  flex: 1;
  border: none;
  background: none;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: font-size, padding-top, color;
  font-family: inherit;
  font-size: 16px;
  line-height: 48px;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .form-group textarea.form-control {
  height: auto;
  pointer-events: none;
  max-height: 130px;
  line-height: 26px;
  padding: 10px 0;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm input[type="submit"] {
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  outline: none;
  border: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  cursor: pointer;
  min-width: 88px;
  height: 48px;
  margin: 40px 0 0 0;
  width: 100%;
  color: #fff;
  background: #232323;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .ui-checkbox {
  width: auto;
  margin: 4px 4px 4px 0;
  display: inline-flex;
  position: relative;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .ui-checkbox:not(.ui-disabled) {
  cursor: pointer;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .ui-checkbox .ui-checkbox-container {
  width: 16px;
  min-width: 16px;
  height: 16px;
  position: relative;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 2px solid #808080;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .ui-checkbox .ui-checkbox-container:before,
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .ui-checkbox .ui-checkbox-container:aftrer {
  position: absolute;
  transition: 0.4s cubic-bezier(0.55, 0, 0.55, 0.2);
  content: " ";
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .ui-checkbox .ui-checkbox-container:before {
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  z-index: 11;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .ui-checkbox .ui-checkbox-container:aftrer {
  width: 4px;
  height: 8px;
  top: 1px;
  left: 4px;
  z-index: 12;
  border: 2px solid transparent;
  border-top: 0;
  border-left: 0;
  opacity: 0;
  transform: rotate(45deg) scale3D(0.15, 0.15, 1);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .ui-checkbox .ui-checkbox-container .ui-ripple {
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
  mask-image: radial-gradient(circle, #fff 100%, #000 0);
  width: 24px !important;
  height: 24px !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .ui-checkbox .ui-checkbox-container .ui-ripple input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card-modal.opened .ui-modal .modal__wrapper .modal__content .fastOrderForm .ui-checkbox .ui-checkbox-label {
  padding-left: 10px;
  position: relative;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #808080;
  cursor: pointer;
}
.card-modal#auth-card-modal .ui-modal .ui-modal--contacts .modal__content-wrapper,
.card-modal#catalog-filter .ui-modal .ui-modal--contacts .modal__content-wrapper,
.card-modal#size-table .ui-modal .ui-modal--contacts .modal__content-wrapper,
.card-modal#auth-card-modal .ui-modal .ui-modal--cart .modal__content-wrapper,
.card-modal#catalog-filter .ui-modal .ui-modal--cart .modal__content-wrapper,
.card-modal#size-table .ui-modal .ui-modal--cart .modal__content-wrapper,
.card-modal#auth-card-modal .ui-modal .ui-modal--filter .modal__content-wrapper,
.card-modal#catalog-filter .ui-modal .ui-modal--filter .modal__content-wrapper,
.card-modal#size-table .ui-modal .ui-modal--filter .modal__content-wrapper {
  width: 100%;
  padding: 0 30px;
  margin: 40px 0;
  box-sizing: border-box;
}
.card-modal#auth-card-modal .ui-modal .ui-modal--contacts,
.card-modal#catalog-filter .ui-modal .ui-modal--contacts,
.card-modal#size-table .ui-modal .ui-modal--contacts,
.card-modal#auth-card-modal .ui-modal .ui-modal--cart,
.card-modal#catalog-filter .ui-modal .ui-modal--cart,
.card-modal#size-table .ui-modal .ui-modal--cart {
  max-width: 530px;
}
.card-modal#auth-card-modal .ui-modal .ui-modal--filter,
.card-modal#catalog-filter .ui-modal .ui-modal--filter,
.card-modal#size-table .ui-modal .ui-modal--filter {
  max-width: 360px;
}
.card-modal#auth-card-modal .ui-modal .ui-modal--size-table,
.card-modal#catalog-filter .ui-modal .ui-modal--size-table,
.card-modal#size-table .ui-modal .ui-modal--size-table {
  max-width: 660px;
}
.choose-city {
  position: fixed;
  width: 560px;
  background: #fff;
  z-index: 23;
  left: 50%;
  margin: 0 auto 0 -280px;
  box-shadow: 2px 2px 8px 0 rgba(56,56,56,0.1);
  top: 0;
  display: none;
}
.choose-city.opened {
  display: block;
}
.choose-city .choose-city__wrapper {
  position: relative;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
}
.choose-city .choose-city__wrapper .choose-city__close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.choose-city .choose-city__wrapper .choose-city__content .choose-city__text {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #383838;
  margin-bottom: 30px;
}
.choose-city .choose-city__wrapper .choose-city__content .choose-city__text .ui-field {
  width: 100%;
  min-height: 60px;
  margin: 4px 0 24px;
  padding-top: 16px;
  display: flex;
  position: relative;
  font-family: inherit;
}
.choose-city .choose-city__wrapper .choose-city__content .choose-city__text .ui-field:before,
.choose-city .choose-city__wrapper .choose-city__content .choose-city__text .ui-field:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  will-change: border, opacity, transform;
  content: " ";
}
.choose-city .choose-city__wrapper .choose-city__content .choose-city__text .ui-field:after {
  height: 1px;
  background-color: #b1b1b1;
}
.choose-city .choose-city__wrapper .choose-city__content .choose-city__text .ui-field:before {
  height: 1px;
  z-index: 2;
  opacity: 0;
  transform: scaleX(0.12);
  background-color: #383838;
}
.choose-city .choose-city__wrapper .choose-city__content .choose-city__text .ui-field input {
  height: 48px;
  padding: 0;
  display: block;
  flex: 1;
  border: none;
  background: none;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: font-size, padding-top, color;
  font-family: inherit;
  font-size: 16px;
  line-height: 48px;
  outline: none;
}
.choose-city .choose-city__wrapper .choose-city__content .ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
  position: relative;
}
.choose-city .choose-city__wrapper .choose-city__content .choose-city__ps {
  max-height: 75vh;
}
.choose-city .choose-city__wrapper .choose-city__content .choose-city__ps .choose-city__flex {
  display: flex;
  flex-wrap: wrap;
}
.choose-city .choose-city__wrapper .choose-city__content .choose-city__ps .choose-city__flex .choose-city__city {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
  color: #383838;
  cursor: pointer;
}
.choose-city .choose-city__wrapper .choose-city__content .choose-city__ps .choose-city__flex .choose-city__city.columns-two {
  width: 50%;
}
.order-page .order__right #bx-soa-region.bx-active.bx-selected {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background: #ccc;
  height: 100vh;
}
.order-page .order__right #bx-soa-region.bx-active.bx-step-completed {
  display: none;
}
.modal-search {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  left: 100%;
  transition: 0.5s;
}
.modal-search.active {
  left: 0;
  transition: 0.5s;
}
.modal-search :not(rect) {
  box-sizing: border-box;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  background: none;
  outline: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  font-family: Gotham Pro, sans-serif;
  line-height: 1.15;
  letter-spacing: normal;
  font-weight: var(--font-weight-main);
  text-shadow: none;
  text-align: start;
  text-transform: none;
  transition: none;
}
.modal-search .modal-wrapper {
  max-width: var(--wrapper-width);
  padding: var(--wrapper-padding);
  margin: 0 auto;
}
.modal-search .modal-wrapper .modal-search-wrapper form.modal-search-form {
  position: relative;
  display: -webkit-flex;
  display: flex;
  height: 35px;
}
.modal-search .modal-wrapper .modal-search-wrapper form.modal-search-form .modal-search-form__input-block {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.modal-search .modal-wrapper .modal-search-wrapper form.modal-search-form .modal-search-form__input-block svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  stroke: #000;
}
.modal-search .modal-wrapper .modal-search-wrapper form.modal-search-form .modal-search-form__input-block input {
  font-weight: 400;
  -webkit-appearance: none;
  min-width: 0;
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
  width: 100%;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  padding: 8px 140px 8px 45px;
  font-size: 14px;
}
.modal-search .modal-wrapper .modal-search-wrapper form.modal-search-form .modal-search-form__input-block .modal-search-form__actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
}
.modal-search .modal-wrapper .modal-search-wrapper form.modal-search-form .modal-search-form__input-block .modal-search-form__actions button {
  font-size: 14px;
  font-weight: 400;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
}
.modal-search .modal-wrapper .modal-search-wrapper form.modal-search-form .modal-search-form__input-block .modal-search-form__actions button.modal-search-form__clear {
  position: relative;
  width: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.modal-search .modal-wrapper .modal-search-wrapper form.modal-search-form .modal-search-form__input-block .modal-search-form__actions button.modal-search-form__clear:before,
.modal-search .modal-wrapper .modal-search-wrapper form.modal-search-form .modal-search-form__input-block .modal-search-form__actions button.modal-search-form__clear:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  width: 20px;
  height: 1px;
  top: calc(50% - 1px);
  left: calc(50% - 7.5px);
}
.modal-search .modal-wrapper .modal-search-wrapper form.modal-search-form .modal-search-form__input-block .modal-search-form__actions button.modal-search-form__clear:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-search .modal-wrapper .modal-search-wrapper form.modal-search-form .modal-search-form__input-block .modal-search-form__actions button.modal-search-form__clear:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-search .modal-wrapper .modal-search-wrapper form.modal-search-form .modal-search-form__input-block .modal-search-form__actions button.modal-search-form__submit {
  border: 1px solid #232323;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #fff !important;
  background: #232323 !important;
  transition: background 0.2s ease;
  width: 100px;
  border-left: 1px solid #fff;
  font-size: 15px;
}
.modal-search .modal-wrapper .modal-search-wrapper form.modal-search-form .modal-search-form__close {
  font-size: 14px;
  font-weight: var(--font-weight-main);
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  width: 100px;
  margin-left: 15px;
  border: 1px solid rgba(172,172,172,0.2);
  border-radius: 2px;
  outline: none;
  color: #000;
}
section.lookbooks {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0;
}
section.lookbooks .lookbooks__item {
  margin-bottom: 90px;
}
section.lookbooks .lookbooks__item .lookbooks__item-image {
  margin-bottom: 20px;
}
section.lookbooks .lookbooks__item .lookbooks__item-image img {
  display: block;
  width: 100%;
}
section.lookbooks .lookbooks__item .lookbooks__item-title {
  font-size: 40px;
  line-height: 50px;
  color: #383838;
  text-align: center;
  display: block;
}
.lookbook {
  width: 100%;
  overflow: hidden;
}
.lookbook .lookbook__item img,
.lookbook .lookbook__item video {
  width: 100%;
  display: block;
}
.lookbook .lookbook__link-products {
  cursor: pointer;
}
.lookbookBreadcrumbs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.lookbookBreadcrumbs ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.lookbookBreadcrumbs ul li {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
  padding-right: 5px;
}
.lookbookBreadcrumbs ul li a {
  color: #b1b1b1;
  transition: color 0.2s ease-in-out;
}
.bx-basket-item-list .basket__list {
  overflow: auto;
  max-height: 100%;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #c5bfbf;
  border-radius: 100px;
}
::-webkit-scrollbar-thumb {
  background-color: #716e6a;
  border-radius: 100px;
}
#bx-soa-tanais-order .tanais-main-block {
  padding-right: 130px;
  max-width: 930px;
}
@media (max-width: 1200px) {
  #bx-soa-tanais-order .tanais-main-block {
    padding-right: 15px;
  }
}
@media (max-width: 990px) {
  #bx-soa-tanais-order .tanais-main-block {
    padding-right: 0;
  }
}
#bx-soa-tanais-order .tanais-sidebar-block.order_right {
  padding-left: 125px;
}
@media (max-width: 1200px) {
  #bx-soa-tanais-order .tanais-sidebar-block.order_right {
    padding-left: 15px;
  }
}
@media (max-width: 990px) {
  #bx-soa-tanais-order .tanais-sidebar-block.order_right {
    padding-left: 0;
  }
}
#bx-soa-tanais-order .basket-items-list-item-container:last-child > td {
  border-bottom: none;
}
#bx-soa-tanais-order #bx-soa-main-notifications {
  display: none;
}
#bx-soa-tanais-order #bx-soa-real-basket h1 {
  margin-bottom: 10px;
  font-size: 35px;
  color: #000;
}
#bx-soa-tanais-order .basket-items-list-item-amount {
  bottom: 4px;
}
#bx-soa-tanais-order .basket-items-list-item-descriptions {
  padding-top: 60px;
  padding-bottom: 60px;
}
#bx-soa-tanais-order .basket-items-list-item-price {
  padding-top: 60px;
  padding-bottom: 60px;
}
#bx-soa-tanais-order .basket-items-list-item-price .basket-item-block-price {
  padding-top: 0;
  margin-top: -5px;
}
#bx-soa-tanais-order .basket-items-list-item-price .basket-items-list-item-remove {
  gap: 13px;
  right: 0;
  bottom: 60px;
}
#bx-soa-tanais-order .basket-items-list-item-price .basket-item-actions-remove {
  width: 17px;
  height: 17px;
}
#bx-soa-tanais-order .basket-items-list-item-price .product-favorites svg {
  height: 17px;
  width: 18px;
  color: #a6a6a6;
}
#bx-soa-tanais-order .basket-items-list-item-price .basket-items-list-item-remove svg {
  width: 17px;
  height: 17px;
  color: #a6a6a6;
}
#bx-soa-tanais-order .basket-items-list-item-price .basket-item-price-current-text {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#bx-soa-tanais-order .basket-item-block-info h2 {
  margin-top: -5px;
}
#bx-soa-tanais-order .basket-item-block-info h2 .basket-item-info-name-link {
  color: #000;
}
#bx-soa-tanais-order .basket-item-block-info .tp_info {
  display: flex;
  gap: 22px;
}
#bx-soa-tanais-order .basket-item-block-info .tp_info .tcvet {
  gap: 22px;
}
#bx-soa-tanais-order .basket-item-block-info .tp_info .tcvet span {
  width: 5px;
  height: 5px;
}
#bx-soa-tanais-order .basket-item-block-info .tp_info .size_name {
  transform: translate(0, 3px);
}
#bx-soa-tanais-order .basket-item-block-info .tp_info .color_name,
#bx-soa-tanais-order .basket-item-block-info .tp_info .size_name {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 0%;
  text-transform: capitalize;
  color: #a6a6a6;
}
#bx-soa-tanais-order .basket-items-list-item-container .basket-items-list-item-descriptions-inner {
  gap: 90px;
}
#bx-soa-tanais-order .basket-items-list-item-container .basket-item-block-image {
  max-width: 134px;
  padding: 0;
}
#bx-soa-tanais-order .bx-soa-cart-total.bx-soa-cart-total-bottom {
  padding: 20px 0;
}
#bx-soa-tanais-order #bx-soa-delivery {
  padding-bottom: 25px;
}
#bx-soa-tanais-order #bx-soa-delivery .bx-soa-pp-company-smalldescr {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #878787;
}
#bx-soa-tanais-order #bx-soa-delivery .order__block-delivery {
  margin: 0 0 60px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 35px;
  letter-spacing: 0.05em;
}
#bx-soa-tanais-order #bx-soa-delivery .bx-soa-pp .bx-soa-pp-company {
  padding: 10px 0 20px 47px;
  border-bottom: none;
}
#bx-soa-tanais-order #bx-soa-delivery .bx-soa-pp-delivery-cost {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#bx-soa-tanais-order #bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company-graf-container .bx-soa-pp-company-smalltitle span {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#bx-soa-tanais-order #bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company-graf-container .style-checkbox {
  width: 20px;
  height: 20px;
  left: -47px;
  top: 5px;
}
#bx-soa-tanais-order #bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company {
  border: none;
  padding: 0;
}
#bx-soa-tanais-order #bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list li {
  display: flex;
  gap: 5px;
}
#bx-soa-tanais-order #bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list li > div {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #878787;
}
#bx-soa-tanais-order #bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list li .bx-soa-pp-list-description {
  font-weight: 700;
}
#bx-soa-tanais-order #bx-soa-delivery .bx-soa-pp-item-container .sdek_pvzLair .btn.btn-default {
  padding: 10px 20px;
  height: 39px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #000;
  border-radius: 0;
  margin: 10px 0 6px;
}
#bx-soa-tanais-order #delivery-variation {
  margin-bottom: 40px;
}
#bx-soa-tanais-order #delivery-variation .order__block-top {
  border-bottom: none;
}
#bx-soa-tanais-order #delivery-variation .order__block-top .order__block-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 136%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#bx-soa-tanais-order #delivery-variation .modal .order__delivery .bx-soa-section-content {
  padding-bottom: 0;
}
#bx-soa-tanais-order #delivery-variation .modal .order__delivery .tanais-order .bx-sls .bx-ui-sls-fake,
#bx-soa-tanais-order #delivery-variation .modal .order__delivery .tanais-order .bx-sls .bx-ui-sls-route {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #c7c7c7;
}
#bx-soa-tanais-order #delivery-variation .modal .order__delivery .tanais-form-group {
  margin: 4px 0 16px;
}
#bx-soa-tanais-order #delivery-variation .modal .order__delivery .tanais-form-group .tanais-form-control {
  height: 36px;
  max-height: 36px;
  line-height: 36px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #c7c7c7;
}
#bx-soa-tanais-order #delivery-variation .modal .order__delivery .tanais-form-group label {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #878787;
}
#bx-soa-tanais-order #delivery-variation .modal .order__delivery .tanais-form-group label span {
  color: #cc0e08;
}
#bx-soa-tanais-order #delivery-variation .modal .order__delivery .tanais-form-group .bx-ui-sls-input-block {
  padding: 0 22px 0 0;
}
#bx-soa-tanais-order #delivery-variation .modal .order__delivery .tanais-form-group .dropdown-icon {
  display: none;
}
#bx-soa-tanais-order #bx-soa-properties .order__block-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 136%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#bx-soa-tanais-order #bx-soa-properties .order__block-top {
  border: none;
}
#bx-soa-tanais-order #bx-soa-properties .modal .order__delivery .bx-soa-section-content {
  padding: 14px 0 0;
}
#bx-soa-tanais-order #bx-soa-properties .modal .order__delivery .tanais-form-group.bx-soa-customer-field {
  margin: 4px 0 17px;
}
#bx-soa-tanais-order #bx-soa-properties .modal .order__delivery .tanais-form-group .tanais-form-control {
  height: 31px;
  font-size: 12px;
  min-height: 31px;
  line-height: 32px;
}
#bx-soa-tanais-order #bx-soa-properties .modal .order__delivery .tanais-form-group label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#bx-soa-tanais-order #bx-soa-properties .modal .order__delivery .tanais-form-group label span {
  color: #878787;
}
#bx-soa-tanais-order #bx-soa-paysystem {
  border-bottom: none;
  margin-bottom: 15px;
}
#bx-soa-tanais-order #bx-soa-paysystem .order__block-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 136%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#bx-soa-tanais-order #bx-soa-paysystem .bx-soa-section-content {
  padding: 10px 0;
}
#bx-soa-tanais-order #bx-soa-paysystem .bx-soa-pp .bx-soa-pp-company {
  padding: 10px 0 5px 45px;
  border-bottom: none;
}
#bx-soa-tanais-order #bx-soa-paysystem .order__block-top {
  border: none;
}
#bx-soa-tanais-order #bx-soa-paysystem .bx-soa-pp-company-smalltitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#bx-soa-tanais-order #bx-soa-paysystem .bx-soa-pp-item-container .bx-soa-pp-company-graf-container .style-checkbox {
  width: 20px;
  height: 20px;
  left: -45px;
  top: 1px;
}
#bx-soa-tanais-order .bx-soa-cart-total.bx-soa-cart-total-bottom {
  padding: 20px 0 26px;
  box-shadow: none !important;
}
#bx-soa-tanais-order .bx-soa-cart-total.bx-soa-cart-total-bottom .bx-soa-cart-total-line .bx-soa-cart-t {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
#bx-soa-tanais-order .bx-soa-cart-total.bx-soa-cart-total-bottom .bx-soa-cart-total-line .bx-soa-cart-d {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
#bx-soa-tanais-order .bx-soa-cart-total.bx-soa-cart-total-bottom .bx-soa-cart-total-line .bx-soa-cart-d .bx-soa-price-free {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: capitalize;
}
#bx-soa-tanais-order .bx-soa-cart-total.bx-soa-cart-total-bottom .bx-soa-cart-total-line .bx-soa-cart-d .bx-soa-price-free .with-discount-value {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000;
  text-transform: capitalize;
}
#bx-soa-tanais-order .bx-soa-cart-total.bx-soa-cart-total-bottom .bx-soa-cart-total-line-total.bx-soa-cart-total-line {
  padding-top: 18px;
  margin-bottom: 50px;
}
#bx-soa-tanais-order .bx-soa-cart-total.bx-soa-cart-total-bottom .bx-soa-cart-total-line-total.bx-soa-cart-total-line .bx-soa-cart-t {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#bx-soa-tanais-order .bx-soa-cart-total.bx-soa-cart-total-bottom .bx-soa-cart-total-line-total.bx-soa-cart-total-line .bx-soa-cart-d {
  font-size: 20px !important;
  letter-spacing: 0.05em;
}
#bx-soa-tanais-order .bx-soa-cart-total.bx-soa-cart-total-bottom .bx-total-coupon-container .bx-soa-coupon-label label {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #878787;
}
#bx-soa-tanais-order .bx-soa-cart-total.bx-soa-cart-total-bottom .bx-total-coupon-container .bx-soa-coupon-block .bx-soa-coupon-input .tanais-form-control {
  height: 25px;
  max-height: 25px;
  min-height: 25px;
}
#bx-soa-tanais-order .bx-soa-cart-total.bx-soa-cart-total-bottom .bx-total-coupon-container .bx-soa-coupon-block .bx-soa-coupon-input .bx-soa-coupon-btn {
  width: 25px;
  border-radius: 0;
  background-color: #000;
}
#bx-soa-tanais-order .bx-soa-cart-total.bx-soa-cart-total-bottom .bx-soa-cart-total-button-container .btn.btn-default.btn-order-save {
  background: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#bx-soa-tanais-order .polytic {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
}
#bx-soa-tanais-order .polytic input#polytic-1 {
  margin-right: 10px;
}
#bx-soa-tanais-order #delivery_modal .bx-soa-section#bx-soa-pickup #pickUpMap {
  height: 255px !important;
  margin-bottom: 27px !important;
}
#bx-soa-tanais-order #delivery_modal .bx-soa-section#bx-soa-pickup #pickUpMap .ymaps-2-1-79-map {
  max-height: 255px !important;
}
#bx-soa-tanais-order #delivery_modal #bx-soa-pickup .bx-soa-pickup-subTitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 35px 25px 0;
}
#bx-soa-tanais-order #delivery_modal .bx-soa-pickup-l-item-adress {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0;
}
#bx-soa-tanais-order #delivery_modal .bx-soa-pickup-l-item-adress:before {
  display: none;
}
#bx-soa-tanais-order #delivery_modal .bx-soa-pickup-l-item-desc {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #878787;
}
#bx-soa-tanais-order #delivery_modal .bx-soa-pickup-l-item-detail {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #878787;
  padding: 0;
  min-height: 100%;
}
#bx-soa-tanais-order #delivery_modal .bx-soa-pickup-l-item-btn {
  right: 0;
}
#bx-soa-tanais-order #delivery_modal .bx-soa-pickup-l-item-btn .btn {
  height: 26px;
  line-height: 26px;
  padding: 0 30px;
  background: #000;
  border-radius: 0;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#bx-soa-tanais-order #delivery_modal .bx-soa-pickup-list {
  margin-bottom: 0;
}
#bx-soa-tanais-order #delivery_modal .bx-soa-pickup-list-item {
  border: none;
  padding: 10px 0 17px;
}
#bx-soa-tanais-order #delivery_modal .bx-soa-pickup-list-item.bx-selected {
  border: none;
  border-left: 4px solid #000;
  background: #f6f6f6;
  padding: 14px 18px 10px;
  margin-bottom: 23px;
}
#bx-soa-tanais-order #delivery_modal .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-img,
#bx-soa-tanais-order #delivery_modal .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-name {
  display: none;
}
#bx-soa-tanais-order #delivery_modal .bx-soa-pickup-list-item.bx-selected:before {
  display: none;
}
.sale_order_full_table {
  text-align: center;
  width: 100%;
  max-width: 615px;
}
.sale_order_full_table td {
  font-weight: 400;
  font-size: 21px;
  line-height: 146%;
  color: #000;
}
.sale_order_full_table td .item.SOA_ORDER_SUC {
  margin-bottom: 20px;
}
.sale_order_full_table td .item.PAYMENT_ID {
  margin-bottom: 10px;
}
.sale_order_full_table.payment_block td {
  text-align: center;
  width: 100%;
  display: block;
}
.blogs-page .blogs__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 90px;
  padding-bottom: 75px;
}
@media (max-width: 960px) {
  .blogs-page .blogs__wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 60px;
    padding: 0 20px 75px;
    max-width: 640px;
  }
}
.blogs-page .blogs__item {
  width: 100%;
  text-align: left;
  margin-top: 0 !important;
  cursor: pointer;
}
.blogs-page .blogs__item-image_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  aspect-ratio: 0.6;
}
.blogs-page .blogs__item-image_wrapper .blogs__item-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
}
.blogs-page .blogs__item-title {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  outline: none;
}
.blogs-page .blogs__item-desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.55;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
  color: rgba(0,0,0,0.9);
}
.blogs-page .blogs__item-date {
  margin-top: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 10px;
  letter-spacing: 1px;
  color: rgba(0,0,0,0.5);
  font-weight: 600;
}
.blog-detail .blog-detail__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .blog-detail .blog-detail__wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
    padding: 0 20px;
  }
}
.blog-detail .blog-detail__left .blog-detail__image {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 0;
}
.blog-detail .blog-detail__left .blog-detail__image img {
  cursor: zoom-in;
  max-width: 100%;
}
.blog-detail .blog-detail__desc {
  text-align: left;
}
.blog-detail .blog-detail__desc h1 {
  padding-bottom: 15px;
  font-size: 36px;
  line-height: 1.23;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  .blog-detail .blog-detail__desc h1 {
    font-size: 28px;
  }
}
.blog-detail .blog-detail__desc .text {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
  color: #000;
  margin-bottom: 0.75rem;
  padding: 0.25rem 0;
  word-break: break-word;
}
@media (max-width: 1200px) {
  .blog-detail .blog-detail__desc .text {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .blog-detail .blog-detail__desc .text {
    font-size: 16px;
    line-height: 1.45;
  }
}
.blog-detail .blog-detail__desc .date {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
  flex-wrap: wrap;
  letter-spacing: 1.5px;
  font-size: 10px;
  color: rgba(0,0,0,0.5);
  font-weight: 600;
}
.ui-modal_empty-card {
  display: none;
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  background: rgba(0,0,0,0.7);
}
.ui-modal_empty-card.opened {
  display: block;
}
.ui-modal_empty-card .ui-modal--cart {
  transition: transform 0.5s ease;
  position: fixed;
  background: #fff;
  z-index: 2;
  width: 100% !important;
  height: 100%;
  max-width: 530px;
  transform: translateX(100%);
  right: 0;
  left: auto !important;
  border-radius: 0;
}
.ui-modal_empty-card .ui-modal--cart.opened {
  transform: translateX(0);
}
.ui-modal_empty-card .ui-modal--cart .modal__wrapper {
  display: flex;
}
.ui-modal_empty-card .ui-modal--cart .modal__top {
  height: 60px;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid rgba(177,177,177,0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.ui-modal_empty-card .ui-modal--cart .modal__top .modal__title {
  flex: 1 1 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  color: #383838;
  height: 100%;
}
.ui-modal_empty-card .ui-modal--cart .modal__top .modal__title--filter {
  justify-content: space-between;
  padding: 0 28px;
}
.ui-modal_empty-card .ui-modal--cart .modal__top .modal__close {
  flex: 0 0 60px;
  height: 60px;
  border-left: 1px solid rgba(177,177,177,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-modal_empty-card .ui-modal--cart .modal__top .modal__close .modal__close-container {
  position: relative;
  margin: auto;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.ui-modal_empty-card .ui-modal--cart .modal__top .modal__close .modal__close-container .leftright,
.ui-modal_empty-card .ui-modal--cart .modal__top .modal__close .modal__close-container .rightleft {
  height: 2px;
  width: 16px;
  top: 8px;
  position: absolute;
  background-color: #b1b1b1;
  border-radius: 2px;
  transition: all 0.1s ease-in;
}
.ui-modal_empty-card .ui-modal--cart .modal__top .modal__close .modal__close-container .leftright {
  transform: rotate(-45deg);
}
.ui-modal_empty-card .ui-modal--cart .modal__top .modal__close .modal__close-container .rightleft {
  transform: rotate(45deg);
}
.ui-modal_empty-card .ui-modal--cart .modal__content {
  padding-top: 60px;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.ui-modal_empty-card .ui-modal--cart .modal__content .basket,
.ui-modal_empty-card .ui-modal--cart .modal__content .basket__wrapper {
  width: 100%;
  height: 100%;
}
.ui-modal_empty-card .ui-modal--cart .modal__content .basket__empty {
  width: 100%;
  padding: 30px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
  color: #383838;
}
.ui-modal_empty-card .ui-modal--cart .modal__content .basket__empty .basket__empty-button {
  margin-top: 20px;
}
.ui-modal_empty-card .ui-modal--cart .modal__content .basket__empty .basket__empty-button a {
  height: 40px;
  display: inline-flex;
  font-size: 12px;
  line-height: 12px;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  background: #383838;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.wrapper_middle.similar {
  padding-top: 0;
}
.wrapper_middle.similar .main__products#main__hits {
  margin-top: 0;
}
.wrapper_middle.similar .main__products .main__products-title.main__title {
  display: block;
  padding: 0;
}
.wrapper_middle.similar .main__products .main__products-title.main__title h2.main__products-text {
  font-size: 40px !important;
  line-height: 50px;
  color: #383838;
  text-transform: none !important;
}
.wrapper_middle.similar .main__products .main__products-slider {
  padding: 0;
}

/* End */


/* Start:/local/templates/goryacheva_shop/css/custom.css?174290458421819*/
@font-face {
  font-family: Gilroy-Regular;
  src: url("/local/templates/goryacheva_shop/css/fonts/Gilroy-Regular.ttf");

  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Gilroy-Bold;
  src: url("/local/templates/goryacheva_shop/css/fonts/Gilroy-Bold.ttf");

  font-weight: 700;
  font-style: normal;
}
.main__products-item .split-badge,
.product__item .split-badge{
  z-index: 3;
  position: absolute;
  bottom: 9px;
  border-radius: 19px;
  height: 16px;
  background: #fafafa;
  padding: 2px 8px 0px 1px;
  font-weight: 400;
  font-size: 14px;
  line-height: 90%;
  display: flex;
  gap: 2px;
  left: 9px;
}
#bx-soa-paysystem .bx-soa-section-content {
  padding: 0px 0;
}

.header__icons-item--location{display:none}
.product-favorites svg{fill:white}
.product-favorites.active svg{fill:black}


button{transition:1s ease}
button:hover, .btn:hover, .basket__button:hover a{background: #b38c65!important;}

@media (max-width: 767px) {}
.wrapper{max-width:3000px}
/*.catalog .catalog__content .catalog__list {

	grid-column-gap: 2px!important;}*/
.card-modal.opened .ui-modal .modal__wrapper .modal__content .sizetable {
  overflow: scroll;
}
  .bx-basket-item-list {
      display: block!important;
    }
  #menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__version .menu__version-list {
    display: none!important;
}
  header #header.header.header--invisible {
  background-color: white!important;
  border-color: white!important;
}
  body{
/*  font-family:Gilroy-Regular!important*/
}
 /* h1,h2,h3,h4,h5,h6{font-family:Gilroy-Bold!important}*/
  h2{text-transform: uppercase; font-size:18px;}
  .extra .main__top{top:0 !important; margin-bottom:0 !important;}

  .header__logo img {height:50px; width:200px}
  .footer .socseti {
  display: flex;
 justify-content:flex-end;
  width: 300px;
  gap:28px;
}





.footer .socseti img{width:auto; height:16px;}
#footer.footer .footer__contacts a {
  font-size: 35px;
  line-height: 35px;
  text-align: right;
  color: #808080;
  margin-bottom: 10px;
}
/*personal section*/
.profile__top{
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}

@media (max-width: 767px) {
  .footer .socseti {
justify-content: space-between;
	}
#footer.footer .footer__top .footer__navigation .footer__navigation-wrapper .footer__contacts {
  text-align: center;
}
#footer.footer .footer__contacts a{
  font-size: 26px;
  line-height: 26px;
}
}
.profile__title{
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.profile__title-name span{
  color: #383838;
}
.profile__title-name{
  position: absolute;
  left: 0;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  color: grey;
}
.profile__title-name_mobile{
  display: none;
  width: 30px;
  height: 30px;
  border: 1px solid #e2e6e8;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
}
.profile__title-name_desktop{
  display: block;
}
.profile__title-content h1{
  font-size: 50px;
  line-height: 50px;
  color: #383838;
  font-weight: 400;
  text-align: center;
  margin: 20px 0;
}
@media(max-width:768px){
  .profile__top .profile__title-content h1{
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: .02em;
  }
	header #header.header .header__wrapper .header__logo{position:unset}
}
.profile__title-logout{
  position: absolute;
  right: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
  color: grey;
}
.profile__title-logout_mobile{
  display: none;
}
.profile__title-logout_desktop{
  display: block;
}
@media(max-width:767px) {
  .profile__top .profile__title-logout_mobile{
    display: block;
  }
  .profile__top .profile__title-logout_desktop{
    display: none;
  }
  .bx-basket-item-list{
    display: block !important;
  }
}
.profile__menu{
  padding: 30px 0;
}
.profile__menu-list{
  /*display: flex;*/
  /*justify-content: center;*/
}
@media(min-width:768px){
  .profile__menu-list .swiper-wrapper{
    justify-content: center;
  }
}

.profile__menu-item{
  margin: 0 25px;
  width: auto !important;
}
.profile__menu-item:first-child{
  /*margin-left: 0;*/
}
.profile__menu-item a{
  font-size: 16px;
  line-height: 20px;
  font-feature-settings: "pnum" on, "lnum" on, "cpsp" on;
  color: grey;
  position: relative;
  white-space: nowrap;
}
.profile__menu-item a:after{
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #383838;
  transition: width .3s ease 0s, left .3s ease 0s;
  width: 0;
}
.profile__menu-item a:hover,
.profile__menu-item a.active{
  color: #383838;
}
.profile__menu-item a:hover:after,
.profile__menu-item a.active:after{
  width: 100%;
  left: 0;
}

.profile__content .mb-3 .col .mr-4{
  border-bottom: 1px solid #ccc;
  margin-right: 20px;
}
.profile__content{
  width: 100%;
  max-width: 820px;
  margin: 0 auto 50px;
}
@media(max-width:768px){
  .wrapper_middle .profile__content{
    padding: 0 15px;
  }
}
.bx_profile{
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.bx_profile h2{
  text-align: center;
}
.bx_profile_inner{
  border: 1px solid hsla(0, 0%, 69.4%, .3);
  box-sizing: border-box;
}
.bx_profile .main-profile-block-date-info{
  display: none;
  padding: 0 40px;
  margin-top: 30px;
}
.bx_profile_inner form{
  padding: 30px 40px;
}
.bx_profile_inner .main-profile-social-block{
  display: none;
}
.bx_profile_inner .main-profile-block-shown .form-group.row{
  margin-top: 30px;
}

.bx_profile_inner .main-profile-block-shown .form-group.row input{
  height: 48px;
  padding: 0;
  display: block;
  flex: 1;
  border: none;
  background: none;
  transition: .4s cubic-bezier(.25,.8,.25,1);
  transition-property: font-size, padding-top, color;
  font-family: inherit;
  font-size: 16px;
  line-height: 48px;
}
.bx_profile_inner .main-profile-block-shown .form-group.row .col-sm-8.col-md-9{
  /*width: 100%;*/
  /*min-height: 60px;*/
  /*margin: 4px 0 24px;*/
  /*padding-top: 16px;*/
  /*display: flex;*/
  /*position: relative;*/
  /*font-family: inherit;*/
}
.bx_profile_inner .main-profile-block-shown .form-group.row #emailHelp{
  display: none;
}
.bx_profile_inner .main-profile-block-shown .form-group.row{
  width: 100%;
  min-height: 60px;
  margin: 4px 0 24px;
  padding-top: 16px;
  display: flex;
  position: relative;
  font-family: inherit;
}
.bx_profile_inner .main-profile-block-shown .form-group.row label{
  position: absolute;
  top: 32px;
  left: 0;
  pointer-events: none;
  transition: .4s cubic-bezier(.25,.8,.25,1);
  transition-duration: .3s;
  font-size: 16px;
  line-height: 20px;
  color: grey;
  pointer-events: auto;
  top: 0;
  opacity: 1;
  font-size: 14px;
}
.bx_profile_inner .main-profile-block-shown .form-group.row .col-sm-8.col-md-9:after,
.bx_profile_inner .main-profile-block-shown .form-group.row .col-sm-8.col-md-9:before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: border .3s cubic-bezier(.4,0,.2,1), opacity .3s cubic-bezier(.4,0,.2,1), transform 0s cubic-bezier(.4,0,.2,1) .3s;
  will-change: border, opacity, transform;
  content: " ";
}
.bx_profile_inner .main-profile-block-shown .form-group.row .col-sm-8.col-md-9:after{
  height: 1px;
  background-color: #b1b1b1;
}
.bx_profile_inner .main-profile-block-shown .form-group.row .col-sm-8.col-md-9:before{
  height: 1px;
  z-index: 2;
  opacity: 0;
  transform: scaleX(.12);
  background-color: #383838;
}

.bx_profile_inner .btn.main-profile-submit{
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  outline: none;
  border: 0;
  transition: .4s cubic-bezier(.4,0,.2,1);
  font-family: inherit;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  min-width: 88px;
  height: 48px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: .05em;
  cursor: pointer;
  width: 100%;
  color: #fff;
  background: #232323;
}
.bx_profile_inner .btn.main-profile-submit:hover{
  background: #373737;
}
.bx_profile_inner .btn.btn-themes.btn-link.btn-md{
  display: none;
}
.profile__content .bx-authform .bx-title{
  text-align: center;
}
.profile__content .bx-authform{
  margin: 50px auto 0;
}
.profile__content .bx-authform .bx-authform-social{
  display:none
}

.profile__content .bx-authform .bx-authform-formgroup-container{
  width: 100%;
  min-height: 60px;
  margin: 4px 0 24px;
  padding-top: 16px;
  display: flex;
  position: relative;
  font-family: inherit;
  margin-bottom: 24px;
}
.profile__content .bx-authform .bx-authform-formgroup-container:after,
.profile__content .bx-authform .bx-authform-formgroup-container:before{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  transition: border .3s cubic-bezier(.4,0,.2,1), opacity .3s cubic-bezier(.4,0,.2,1), transform 0s cubic-bezier(.4,0,.2,1) .3s;
  will-change: border, opacity, transform;
  content: " ";
}
.profile__content .bx-authform .bx-authform-formgroup-container:before{
  height: 1px;
  z-index: 2;
  opacity: 0;
  transform: scaleX(.12);
  background-color: #383838;
}
.profile__content .bx-authform .bx-authform-formgroup-container .bx-authform-label-container{
  position: absolute;
  /*top: 32px;*/
  left: 0;
  /*pointer-events: none;*/
  transition: .4s cubic-bezier(.25,.8,.25,1);
  transition-duration: .3s;
  /*font-size: 16px;*/
  line-height: 20px;
  color: grey;

  pointer-events: auto;
  top: 0;
  opacity: 1;
  font-size: 14px;
}
.profile__content .bx-authform .bx-authform-formgroup-container .bx-authform-input-container{
  width: 100%;
}
.profile__content .bx-authform .bx-authform-formgroup-container .bx-authform-input-container input{
  height: 48px;
  padding: 0;
  display: block;
  flex: 1;
  border: none;
  background: none;
  transition: .4s cubic-bezier(.25,.8,.25,1);
  transition-property: font-size, padding-top, color;
  font-family: inherit;
  font-size: 16px;
  line-height: 48px;
  border-bottom: 1px solid #b1b1b1;
}
.bx-authform-formgroup-container .btn.btn-primary{
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  outline: none;
  border: 0;
  transition: .4s cubic-bezier(.4,0,.2,1);
  font-family: inherit;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  min-width: 88px;
  height: 48px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: .05em;
  cursor: pointer;
  width: 100%;
  color: #fff;
  background: #232323;
}
.bx-authform-formgroup-container .btn.btn-primary:hover{
  background: #373737;
}
/**/
/**/
/**/
.sale-order-list-accomplished-title-container{
  padding: 0 20px 20px;
}
.sale-order-list-inner-container{
  padding: 20px;
}
/**/
/**/
/**/
.profile__content .table-responsive{}
.profile__content .table-responsive .table.table-hover th,
.profile__content .table-responsive .table.table-hover td{
  text-align: center;
}
.profile__content .table-responsive .table.table-hover{
  width: 100%;
}
/**/
/**/
/**/
.profile__content .col.sale-profile-detail-form .form-group{
  width: 100%;
  min-height: 60px;
  margin: 4px 0 24px;
  padding-top: 16px;
  display: flex;
  position: relative;
  font-family: inherit;
}
.profile__content .col.sale-profile-detail-form .form-group .col-form-label:not(.col-sm-9){
  position: absolute;
  top: 32px;
  left: 0;
  pointer-events: none;
  transition: .4s cubic-bezier(.25,.8,.25,1);
  transition-duration: .3s;
  font-size: 16px;
  line-height: 20px;
  color: grey;
  pointer-events: auto;
  top: 0;
  opacity: 1;
  font-size: 14px;
}
.profile__content .col.sale-profile-detail-form .form-group .col-sm-9{
  width: 100%;
}
.profile__content .col.sale-profile-detail-form .form-group .col-sm-9.col-form-label{
  line-height: 48px;
  border-bottom: 1px solid #b1b1b1;
}
.profile__content .row.mb-3 .col a{
  border-bottom: 1px solid #b1b1b1;

}
@media(max-width:768px){
  .profile__content .row.mb-3 .col a {
    display: block;
    text-decoration: underline;
    border-bottom: none;
    margin-bottom: 5px;
  }
  .product__item .product .product-content .product-actions,
  .product__item .product:hover .product-actions{
    transform: translateY(100%) !important;
  }
}
/*.profile__content .row.mb-3 .col a:before{*/
/*  content:'<';*/
/*  margin-right: 10px;*/
/*  transition: 0.5s;*/
/*}*/
/*.profile__content .row.mb-3 .col a:hover:before{*/
/*  margin-right: 5px;*/
/*  margin-left: 5px;*/
/*}*/
.profile__content .col.sale-profile-detail-form .form-group .col-sm-9 input.form-control,
.profile__content .col.sale-profile-detail-form .form-group .col-sm-9 textarea.form-control{
  height: 48px;
  padding: 0;
  display: block;
  flex: 1;
  border: none;
  background: none;
  transition: .4s cubic-bezier(.25,.8,.25,1);
  transition-property: font-size, padding-top, color;
  font-family: inherit;
  font-size: 16px;
  line-height: 48px;
  border-bottom: 1px solid #b1b1b1;
  width: 100%;
}
.profile__content .col.sale-profile-detail-form .form-group .col-sm-9 textarea.form-control{
  height: auto;
  line-height: 32px;
}
/**/
/**/
/**/

.profile__content .sale-order-list-title-container{
  background: #f7f7f7;
  border-color: #808080;
  padding: 0 20px;
}
.profile__content .sale-order-list-inner-container{

}
.profile__content .sale-order-list-inner-container .align-items-center{
  margin: 20px 0 5px;
}
.profile__content .sale-order-list-inner-container .sale-order-list-inner-row{

}
.profile__content .sale-order-list-inner-container .sale-order-list-about-container{
  margin: 15px 0 5px;
}
.profile__content .sale-order-list-inner-container .sale-order-list-repeat-container{}
/**/
/**/
/**/
.profile__content .sale-order-detail-card{}
.profile__content .sale-order-detail-card .sale-order-detail-card-title{}
.profile__content .sale-order-detail-card .pt-3{
  padding-top: 12px;
}
.profile__content .sale-order-detail-card .mb-3{
  margin-bottom: 12px;
}

.profile__content .align-items-center .sale-order-detail-section-payment-image{
  display: none;
}
.profile__content div.payment-options-methods-row:before{
  display: none;
}
.profile__content div.payment-options-methods-row{
  padding: 0;
  margin: 0;
}
.profile__content .sale-order-detail-payment-options-methods-image-container,
.profile__content .sale-order-detail-payment-options-shipment-image-container{
  float: left;
}
.profile__content .table-responsive table{
  width: 100%;
}
.profile__content .row.mb-3 .col .table-responsive .sale-order-detail-order-item-properties{
  text-align: center;
}
.profile__content .row.mb-3 .col .table-responsive a.sale-order-detail-order-item-title{
  padding: 0 20px;
  border-bottom: none;
}
.profile__content .sale-order-detail .sale-order-detail-payment-options-methods-container:before,
.profile__content .sale-order-detail .row.mb-3 .col a:before,
.profile__content .row.mb-3 .col .table-responsive a:before{
  display: none;
}
/*end personal section*/
#main__hits.main__products{
  margin-bottom: 90px;
}
@media(max-width:768px){
  #main__hits.main__products{
    margin-bottom: 50px;
  }
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after{
  color:#fff;
}

@media(max-width:768px){
  .swiper-container .swiper-button-next:after,
  .swiper-container .swiper-button-prev:after{
    font-size:28px
  }
}
.sizetable__content-wrapper .sizetable__table table{width:100%}
 .sizetable__content-wrapper .sizetable__table table tr {
  border-top: 1px solid rgba(226,230,232,0.7);
}
.sizetable__content-wrapper .sizetable__table table tr td {
  background: #f7f7f7;
  padding: 14px 25px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #383838;
  border: none;
}
.order__actions-errors{

}
.order__actions-error{
  padding: 0 20px;
  border-top: 1px solid hsla(0, 0%, 69.4%, .2);
}
.order__actions-error_item svg{
  display: block;
  width: 20px;
  height: 20px;
  fill: #ce1e1e;
}
.order__actions-error_item{
  display: none;
  /*display: flex;*/
  justify-content: space-between;
  align-items: center;
}
.order__actions-error_item.info{
  margin: 0 -20px;
  color: #ce1e1e;
  padding: 15px 20px;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .02em;
}

.message_cart{
  position: fixed;
  z-index: 99999999;
  display: -ms-flexbox;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 7%;
}
.message_cart.show_message{
  display: flex;
}
.message_cart .message_case{
  border-radius: 2px;
  min-height: 38px;
  line-height: 1.1em;
  padding: 6px 20px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  top: 35px;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  word-break: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: inherit;
  background: #383838;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 1;
  transform: translateY(-35px);
}
.message_cart .showShortCart{
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 15px !important;
  text-transform: inherit !important;
  margin: 0 !important;
  text-decoration: none;
  padding: 8px;
  border-radius: 3px;
  letter-spacing: .03em;
  cursor: pointer;
}
.order__block-add_title-text.error{
  color: #ce1e1e;
}
.razmver{margin-right:10px}
.tcvet{display: flex;
  gap: 10px;
  justify-content: start;
  align-items: center; color: #383838; font-size:14px}
.tcvet span{
display: block;
  width: 10px;
  height: 10px;
border-radius: 100px;}

.basket-item-image {

  min-width: 100px;
}


.basket-items-list-item-amount {
  position: absolute;
  bottom: 0px;
}
.basket-items-list-item-remove {
  position: absolute;
  bottom: 25px;
  margin-top: 10px;
}
.product-favorites{margin-top: 5px;}
@media(max-width:950px){
tr#basket-item-811 {}

.basket-items-list-item-descriptions-inner {flex-direction: row;}

.basket-item-block-image {
    min-width: 108px;
    /* width: 100px; */
    /* max-width: 100px; */
}

.basket-item-image {
    max-width: 100px;
    min-width: 100px;
}



.basket-item-info-name, .basket-item-info-name-link {
    text-align: left;
}

.basket-items-list-item-price .basket-item-amount-field-description, .basket-item-property-custom-under-title, .basket-item-block-properties, .basket-item-price-current, .basket-item-block-price, h2.basket-item-info-name, .basket-item-block-image, .basket-item-price-old {
    text-align: left !important;
}

.basket-item-name {
    /* width: 23px; */
}

.basket-item-info-name, .basket-item-info-name-link {
    width: 203px;
}

.basket-item-block-amount {}

.basket-item-block-amount {}



td.basket-items-list-item-price {
    /* position: absolute; */
}

.basket-item-block-price {
    position: absolute;
    top: 42px;
    right: 0;
}



.basket-items-list-item-remove {
    position: absolute;
    bottom: 18px;
right: 10px;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
}
.basket-item-block-info {
}

h2.basket-item-info-name {height: 20px;
  overflow: hidden;
  display: block;
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;}
.basket-item-info-name-link span{text-transform: none !important;}
.basket-item-block-info {
    margin-top: 15px;
}

.basket-items-list-item-remove {
    bottom: 56px;
}
    .basket-items-list-item-descriptions-inner {
        flex-direction: row;
        align-items: flex-start;
    }
    .basket-item-block-price {
        position: absolute;
        top: 10px;
        right: 0;
    }
    .basket-item-info-name, .basket-item-info-name-link {
        width: 182px;
    }
    #tanais-basket-root .basket-item-block-amount {
        justify-content: left; align-items: center;

    }
    .basket-item-info-name, .basket-item-info-name-link {
        width: 50%;
    }
    .basket-items-list-item-remove {
        bottom: 14px;
displ
    }
.basket-items-list-item-amount {
    position: absolute;
    bottom: -18px;
}

	#bx-soa-tanais-order{padding:0 10px; flex-wrap: nowrap;}

}
 .basket-item-image {
    margin: 0px;}
}
.order__delivery-form_submit .ui-button-content{
    width: 100%;
    padding: 30px;
}
/*.product__content-inner .product__price .ya-split{*/
/*  font-weight: 400;*/
/*  font-size: 11px;*/
/*  line-height: 90%;*/
/*  text-align: center;*/
/*  color: #242424;*/
/*}*/
/*.inner.ya-split-case{*/
/*  display:none;*/
/*  margin-left: -35px;*/
/*}*/
/*.bx-soa-pp-company.bx-selected .inner.ya-split-case{*/
/*  !*display: block;*!*/
/*}*/

.catalog-section-item-description {
  padding: 12px 16px 10px 16px;
}

.main__lookbook{display:none}
/* End */


/* Start:/local/templates/goryacheva_shop/css/swiper-bundle.min.css?171297676318436*/
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/goryacheva_shop/css/viewer.min.css?17129767637657*/
/*!
 * Viewer.js v1.11.6
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:16:35.830Z
 */.viewer-close:before,.viewer-flip-horizontal:before,.viewer-flip-vertical:before,.viewer-fullscreen-exit:before,.viewer-fullscreen:before,.viewer-next:before,.viewer-one-to-one:before,.viewer-play:before,.viewer-prev:before,.viewer-reset:before,.viewer-rotate-left:before,.viewer-rotate-right:before,.viewer-zoom-in:before,.viewer-zoom-out:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-size:280px;color:transparent;display:block;font-size:0;height:20px;line-height:0;width:20px}.viewer-zoom-in:before{background-position:0 0;content:"Zoom In"}.viewer-zoom-out:before{background-position:-20px 0;content:"Zoom Out"}.viewer-one-to-one:before{background-position:-40px 0;content:"One to One"}.viewer-reset:before{background-position:-60px 0;content:"Reset"}.viewer-prev:before{background-position:-80px 0;content:"Previous"}.viewer-play:before{background-position:-100px 0;content:"Play"}.viewer-next:before{background-position:-120px 0;content:"Next"}.viewer-rotate-left:before{background-position:-140px 0;content:"Rotate Left"}.viewer-rotate-right:before{background-position:-160px 0;content:"Rotate Right"}.viewer-flip-horizontal:before{background-position:-180px 0;content:"Flip Horizontal"}.viewer-flip-vertical:before{background-position:-200px 0;content:"Flip Vertical"}.viewer-fullscreen:before{background-position:-220px 0;content:"Enter Full Screen"}.viewer-fullscreen-exit:before{background-position:-240px 0;content:"Exit Full Screen"}.viewer-close:before{background-position:-260px 0;content:"Close"}.viewer-container{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;bottom:0;direction:ltr;font-size:0;left:0;line-height:0;overflow:hidden;position:absolute;right:0;top:0;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.viewer-container ::-moz-selection,.viewer-container::-moz-selection{background-color:transparent}.viewer-container ::selection,.viewer-container::selection{background-color:transparent}.viewer-container:focus{outline:0}.viewer-container img{display:block;height:auto;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.viewer-canvas{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.viewer-canvas>img{height:auto;margin:15px auto;max-width:90%!important;width:auto}.viewer-footer{bottom:0;left:0;overflow:hidden;position:absolute;right:0;text-align:center}.viewer-navbar{background-color:rgba(0,0,0,.5);overflow:hidden}.viewer-list{box-sizing:content-box;height:50px;margin:0;overflow:hidden;padding:1px 0}.viewer-list>li{color:transparent;cursor:pointer;float:left;font-size:0;height:50px;line-height:0;opacity:.5;overflow:hidden;transition:opacity .15s;width:30px}.viewer-list>li:focus,.viewer-list>li:hover{opacity:.75}.viewer-list>li:focus{outline:0}.viewer-list>li+li{margin-left:1px}.viewer-list>.viewer-loading{position:relative}.viewer-list>.viewer-loading:after{border-width:2px;height:20px;margin-left:-10px;margin-top:-10px;width:20px}.viewer-list>.viewer-active,.viewer-list>.viewer-active:focus,.viewer-list>.viewer-active:hover{opacity:1}.viewer-player{background-color:#000;bottom:0;cursor:none;display:none;right:0;z-index:1}.viewer-player,.viewer-player>img{left:0;position:absolute;top:0}.viewer-toolbar>ul{display:inline-block;margin:0 auto 5px;overflow:hidden;padding:6px 3px}.viewer-toolbar>ul>li{background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;float:left;height:24px;overflow:hidden;transition:background-color .15s;width:24px}.viewer-toolbar>ul>li:focus,.viewer-toolbar>ul>li:hover{background-color:rgba(0,0,0,.8)}.viewer-toolbar>ul>li:focus{box-shadow:0 0 3px #fff;outline:0;position:relative;z-index:1}.viewer-toolbar>ul>li:before{margin:2px}.viewer-toolbar>ul>li+li{margin-left:1px}.viewer-toolbar>ul>.viewer-small{height:18px;margin-bottom:3px;margin-top:3px;width:18px}.viewer-toolbar>ul>.viewer-small:before{margin:-1px}.viewer-toolbar>ul>.viewer-large{height:30px;margin-bottom:-3px;margin-top:-3px;width:30px}.viewer-toolbar>ul>.viewer-large:before{margin:5px}.viewer-tooltip{background-color:rgba(0,0,0,.8);border-radius:10px;color:#fff;display:none;font-size:12px;height:20px;left:50%;line-height:20px;margin-left:-25px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:50px}.viewer-title{color:#ccc;display:inline-block;font-size:12px;line-height:1.2;margin:5px 5%;max-width:90%;min-height:14px;opacity:.8;overflow:hidden;text-overflow:ellipsis;transition:opacity .15s;white-space:nowrap}.viewer-title:hover{opacity:1}.viewer-button{-webkit-app-region:no-drag;background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;height:80px;overflow:hidden;position:absolute;right:-40px;top:-40px;transition:background-color .15s;width:80px}.viewer-button:focus,.viewer-button:hover{background-color:rgba(0,0,0,.8)}.viewer-button:focus{box-shadow:0 0 3px #fff;outline:0}.viewer-button:before{bottom:15px;left:15px;position:absolute}.viewer-fixed{position:fixed}.viewer-open{overflow:hidden}.viewer-show{display:block}.viewer-hide{display:none}.viewer-backdrop{background-color:rgba(0,0,0,.5)}.viewer-invisible{visibility:hidden}.viewer-move{cursor:move;cursor:grab}.viewer-fade{opacity:0}.viewer-in{opacity:1}.viewer-transition{transition:all .3s}@keyframes viewer-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.viewer-loading:after{animation:viewer-spinner 1s linear infinite;border:4px solid hsla(0,0%,100%,.1);border-left-color:hsla(0,0%,100%,.5);border-radius:50%;content:"";display:inline-block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:1}@media (max-width:767px){.viewer-hide-xs-down{display:none}}@media (max-width:991px){.viewer-hide-sm-down{display:none}}@media (max-width:1199px){.viewer-hide-md-down{display:none}}
/* End */


/* Start:/local/templates/goryacheva_shop/components/bitrix/menu/top-multi-menu-2/style.css?174169531512640*/
.bx-top-nav-container {
	position: relative;
	padding: 0 10px;
	border-radius: 2px;
	background: var(--theme-color-primary);
	color: #fff;
}

/*region 1 lvl*/
.bx-nav-list-1-lvl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bx-nav-1-lvl { position: relative; }

.bx-nav-1-lvl-link {
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: none;
	border-radius: 1px;
	text-decoration: none;
	transition: 250ms linear all;
}

.bx-nav-1-lvl-link:hover { text-decoration: none; }

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
	border-bottom: none;
	background: var(--theme-color-second);
}

.bx-nav-1-lvl-link-text {
	display: flex;
	padding: 10px 14px 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: 14px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
	align-items: center;
}

.bx-nav-angle-bottom {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-bottom:after,
.bx-nav-angle-bottom:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-bottom:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-nav-angle-bottom:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before { background-color: var(--theme-color-primary); }

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background-color: transparent;
	color: var(--theme-color-primary);
}

.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { background: #fff; }

/**/


.bx-nav-angle-top {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-top:after,
.bx-nav-angle-top:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-top:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-angle-top:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(45deg);
}


/**/
.bx-nav-parent-arrow { display: none; }

/*endregion*/

/*region 2 lvl*/
.bx-nav-2-lvl-container,
.bx-nav-2-lvl-container-advanced {
	z-index: 999;
	display: none;
	padding: 0;
	min-width: 100%;
	border-top: none;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	color: #000;
	opacity: 0;
}

.bx-nav-2-lvl-container > ul,
.bx-nav-2-lvl-container > div,
.bx-nav-2-lvl-container-advanced > ul,
.bx-nav-2-lvl-container-advanced > div { flex: 1 }

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: absolute;
	top: calc(100% - 5px);
	z-index: 999;
	display: flex;
	background: #fff;
	opacity: 1;
	align-items: stretch;
}

.bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}

.bx-nav-2-lvl {
	display: block;
	padding: 0;
	min-width: 180px;
}

.bx-nav-2-lvl-link {
	display: block;
	padding: 5px 15px 5px;
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-nav-2-lvl-link-text {
	color: var(--theme-color-primary);
	text-decoration: none;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
	line-height: 16px;
}

/*.bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	margin-top: 0;
	border-top: none;
}*/

.bx-nav-2-lvl > .bx-nav-list-2-lvl.bx-active .bx-nav-list-2-lvl-text,
.bx-nav-2-lvl > .bx-nav-list-2-lvl:hover .bx-nav-list-2-lvl-text {
	background: var(--theme-color-light);
	color: var(--theme-color-primary);
}

/*endregion*/

/*region 3 lvl*/

.bx-nav-3-lvl-container-advanced:before,
.bx-nav-3-lvl-container:before {
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	display: block;
	height: 5px;
	background: #fff;
	content: " ";
}

.bx-nav-list-3-lvl {
	margin: 0;
	padding: 0 0 14px 0;
}

.bx-nav-3-lvl {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 180px;
}

.bx-nav-3-lvl-link {
	display: block;
	padding: 3px 15px 3px 20px;
	border-bottom: none;
	color: #555;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
	background: #f0f0f0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

/*endregion*/

/*region col 4 */
.bx-nav-list-4-col { position: static; }

.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	top: 100%;
	right: 0;
	left: 0;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container,
.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	right: 0;
	left: 0;
}

/*endregion*/

/*region catinfo*/
.bx-nav-catinfo {
	position: relative;
	z-index: 120;
	padding: 15px 15px 5px;
	min-width: 200px;
	border-left: 1px solid #ecefef;
	background: #f7fafb;
}

.bx-nav-catinfo img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border: 1px solid #e7e9ea;
}

.bx-nav-catinfo p {
	padding: 20px 5px 0;
	font-size: 13px;
}

/*endregion*/

/*region ASIDE */
.bx-menu-button-mobile {
	position: absolute;
	top: 8px;
	left: 5px;
	z-index: 10;
	width: 40px;
	height: 40px;
}

.bx-aside-nav-control {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1750;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	cursor: pointer;
	transition: left .15s linear;
}


.bx-nav-bars {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2100;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 25px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	vertical-align: middle;
	transform: translate(-50%, -50%);
}

.bx-nav-bars:after {
	position: absolute;
	top: 50%;
	display: block;
	background: #fff;
	width: 100%;
	height: 5px;
	content: '';
	transform: translateY(-50%);
}

.bx-wrapper,
.bx-aside-nav { transition: transform .15s linear; }

/**/
.bx-opened .bx-footer,
.bx-opened .workarea { overflow: hidden; }

/**/
.bx-aside-nav {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	z-index: 1600;
	display: none;
	width: 100%;
	background: #4c5c65;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.bx-aside-nav.bx-opened {
	overflow-y: scroll;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.bx-aside-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-aside-nav a {
	display: block;
	overflow: hidden;
	padding-left: 15px;
	max-width: 100%;
	height: 48px;
	border-bottom: 1px solid #3d4b53 !important;
	color: #fff;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 48px;
}

.bx-aside-nav .bx-nav-list-1-lvl {
	z-index: 1700;
	flex-direction: column;
}

.bx-aside-nav .bx-nav-1-lvl-link {
	padding: 0;
	display: flex;
	align-items: center;
}

.bx-aside-nav .bx-nav-1-lvl-link-text {
	padding: 0 0 0 15px;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link { box-shadow: none !important; }

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background: transparent;
	color: #fff;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: relative;
	box-shadow: none;
	top: auto;
}

.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container {
	display: block;
	opacity: 1;
}

.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover > a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover > a { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link-text,
.bx-aside-nav .bx-nav-3-lvl-link-text,
.bx-aside-nav .bx-nav-4-lvl-link-text {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.bx-aside-nav .bx-nav-list-2-lvl { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link { padding: 0 0 0 30px; }

.bx-aside-nav .bx-nav-2-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-3-lvl-link { padding: 0 0 0 45px; }

.bx-aside-nav .bx-nav-3-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-4-lvl-link { padding: 0 0 0 60px; }

.bx-aside-nav .bx-nav-4-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-parent { position: relative; }

.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	border-left: 1px solid #5a6971;
	text-align: center;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i { transition: all .15s linear; }

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
	overflow: hidden;
	height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul { height: auto; }

.bx-aside-nav .bx-nav-catinfo { display: none; }


.bx-aside-nav .bx-nav-angle-top,
.bx-aside-nav .bx-nav-angle-bottom {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	margin: 0;
}

@media (min-width: 1200px) {
	.bx-nav-1-lvl > a { font-size: 15px; }

	.bx-nav-1-lvl > a span { padding: 12px 14px 15px }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-nav-1-lvl > a { font-size: 13px; }

	.bx-nav-1-lvl > a span { padding: 9px 11px 12px }
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-nav-1-lvl > a { font-size: 11px; }

	.bx-nav-1-lvl > a span { padding: 5px 6px 9px }
}

@media (min-width: 768px) {
	.bx-aside-nav-control,
	.bx-aside-nav { display: none; }

	.bx-top-nav-container { display: block; }
}

@media (max-width: 767px) {
	.bx-aside-nav-control {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bx-aside-nav { display: block; }

	.bx-top-nav-container { display: none; }

	.bx-aside-nav .bx-nav-parent-arrow { display: block; }

	.bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom{ display: none; }
}

.bx-white {
	--theme-color-primary: #f5f5f5;
	--theme-color-second: #dfdfdf;
}

.bx-white .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-2-lvl-link-text,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { color: #333; }
#menu.menu__overflow .menu .menu__content .menu__content-wrapper{
	/*overflow: visible !important;*/
}
header #menu.menu__overflow .menu .menu__content.ps.scroll{
	overflow-y: hidden !important;
}
body #menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item.menu__item-parent.open .menu__item-line{
	opacity: 1;
}
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item.menu__item-parent .menu__item-list .menu__item-list_content .menu__item-list_item .menu__item-title a,
#menu.menu__overflow .menu .menu__content .menu__content-wrapper .menu__grid .menu__item .menu__item-line a{
	font-weight: bold;
}
/* End */


/* Start:/local/templates/goryacheva_shop/components/bitrix/search.form/searchForm/style.css?1730389245683*/
.ob_search_top{
	min-height:300px !important;
	display:flex;
	flex-wrap:wrap;
	margin-top: 30px !important;
}

.ob_search_top .catalog__content .catalog__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 48px;
    max-width: 2500px;
    margin: 0 auto 48px;
}

.ob_search_top .left{
	width:250px;
}
.ob_search_top .left ul, .ob_search_top .left ul li{
	list-style-type:none;
}
.ob_search_top .left ul li{
	padding-bottom:10px;
}

.ob_search_top .right{
	width: calc(100% - 250px);
}	
.modal-search.active{
	z-index:99999;
}

.ob_search_top .product__item .swiper-slide{
	width:100%;
}
/* End */


/* Start:/local/templates/goryacheva_shop/components/bitrix/search.suggest.input/searchInput/style.css?1713948887501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/goryacheva_shop/components/bitrix/catalog.item/catalog/style.css?171297676319554*/
.catalog-section-item {
	background-color: #fff;
	margin-bottom: 4px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width: 576px) {
	.catalog-section-item {
		border: 1px solid rgba(0, 0, 0, 0.11);
	}
}

/*region Slider */
.catalog-section-item-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
	z-index: 90;
	overflow: hidden;
}

.catalog-section-item-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
	background: #fff;
	border-bottom: 1px solid #f0efed;
	overflow: hidden;
}

.catalog-section-item-slider-block.catalog-section-item-slider-block-square { padding-top: 100%; }

@media (min-width: 576px) {
	.catalog-section-item-slider-block {
		padding-top: 100% !important;
	}
}

.catalog-section-item-slider-images-container {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
}

.catalog-section-item-slider-images-container::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 8;
	background: #fff;
}

.catalog-section-item-slider-image {
	position: absolute;
	top: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: 0;
	text-align: center;
	opacity: 0;
	z-index: 5;
	width: 100%;
}

.catalog-section-item-slider-image-overlay {
	z-index: 9;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	filter: blur(44px);
}

.catalog-section-item-slider-image-overlay:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06));
}

.catalog-section-item-slider-images-slider-pager {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	display: flex;
	align-items: stretch;
	z-index: 10;
}

.catalog-section-item-slider-images-slider-pager-item {
	flex: 1 1 0;
	position: relative;
}

.catalog-section-item-slider-image.active,
.catalog-section-item-slider-image.next,
.catalog-section-item-slider-image.prev {
	z-index: 10;
	opacity: 1;
	top: 0;
}

.catalog-section-item-slider-animation .catalog-section-item-slider-image.left.active {
	animation: catalogSectionItemSliderImage_left_active 250ms ease-in-out 1 forwards;
}

@keyframes catalogSectionItemSliderImage_left_active {
	from { margin-left: 0; }
	to { margin-left: -100%; }
}

.catalog-section-item-slider-animation .catalog-section-item-slider-image.right.active {
	animation: catalogSectionItemSliderImage_right_active 250ms ease-in-out 1 forwards;
}

@keyframes catalogSectionItemSliderImage_right_active {
	from { margin-left: 0; }
	to { margin-left: 100%; }
}

.catalog-section-item-slider-animation .catalog-section-item-slider-image.left.next {
	animation: catalogSectionItemSliderImage_left_next 250ms ease-in-out 1 forwards;
}

@keyframes catalogSectionItemSliderImage_left_next {
	from { margin-left: 100%; }
	to { margin-left: 0; }
}

.catalog-section-item-slider-animation .catalog-section-item-slider-image.right.prev {
	animation: catalogSectionItemSliderImage_right_prev 250ms ease-in-out 1 forwards;
}

@keyframes catalogSectionItemSliderImage_right_prev {
	from { margin-left: -100%; }
	to { margin-left: 0; }
}

.catalog-section-item-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	z-index: 10;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%) translateX(-50%);
}

.catalog-section-item-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
	background: var(--theme-color-primary, #63aa28);
}

/*endregion*/

/*region Slider Controls*/
.catalog-section-item-slider-controls-block {
	padding: 4px 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog-section-item-slider-controls-block.selected { display: flex; }

.catalog-section-item-slider-controls-image {
	position: relative;
	padding: 4px;
	overflow: hidden;
	opacity: .3;
	text-align: center;
	cursor: pointer;
	flex-grow: 1;
}

.catalog-section-item-slider-controls-image:hover,
.catalog-section-item-slider-controls-image.active { opacity: 1; }

.catalog-section-item-slider-controls-dot {
	height: 4px;
	background-color: #c4c4c4;
	border-radius: 2px;
}

.catalog-section-item-slider-close { display: none; }

.catalog-section-item-slider-container.popup .catalog-section-item-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.catalog-section-item-slider-container.popup .catalog-section-item-slider-close:hover { opacity: 1; }

.catalog-section-item-slider-container.popup .catalog-section-item-slider-right { right: 105px; }

/*endregion*/

/*region LABEL*/
.catalog-section-item-label-container {
	position: absolute;
	left: 0;
	top: 9px;
	z-index: 50;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.catalog-section-item-label-text {
	background: #63aa28;
	color: #fff;
	padding: 1px 16px;
	border: 1px solid #fff;
	border-left: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 3px;
}

/*endregion*/

.catalog-section-item-description {
	padding: 12px 16px 23px 16px;
}

/*region NAME*/
.catalog-section-item-name,
.catalog-section-item-name a,
.catalog-section-item-name-link {
	color: #777;
	text-decoration: none;
	font: normal 16px/23px "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.catalog-section-item-name-link:hover {

}

/*endregion*/

/*region PRICE*/
.catalog-section-item-price {
	font-weight: 500;
	font-size: 26px;
	line-height: 31px;
	color: #121212;
}

.catalog-section-item-price-discount-container {
	padding-bottom: 2px;
}

.catalog-section-item-price-discount {
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 15px;
	text-decoration-line: line-through;
	color: #121212;
	opacity: 0.5;
	margin-right: 1px;
}

.catalog-section-item-price-discount-diff {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	padding: 0 6px;
	background: #63aa28;
	border-radius: 4px;
}

/*endregion*/

/*region BUTTONS*/
.catalog-section-item-buy-btn {
	margin: 0 auto;
	width: 100%;
	max-width: 260px;
	min-width: 120px;
	transition: background-color .3s;
}

.btn.catalog-section-item-buy-btn[disabled],
.btn.catalog-section-item-buy-btn.disabled {
	background-color: #121212;
	border-color: #121212;
	color: #fff;
	opacity: .2;
}

.btn.catalog-section-item-buy-btn:hover {
	background-color: #404040;
}

.catalog-section-item-popup-buy-btn {
	min-width: 290px;
	margin: 0 auto;
	width: 100%;
}

/*endregion*/

/*region DETAIL POPUP*/
.catalog-section-item-detail-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 198;
	transition: 180ms linear background;
	background: rgba(0, 0, 0, 0);
}

.catalog-section-item-detail-wrapper.opened {
	top: 0;
	display: flex;
}

.catalog-section-item-detail-cover {
	z-index: 190;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none;
	background: rgba(0, 0, 0, 0);
	transition: 180ms linear background;
}

.catalog-section-item-detail-wrapper.opened .catalog-section-item-detail-cover {
	background: rgba(0, 0, 0, 0.8);
	pointer-events: auto;
}

.catalog-section-item-detail-container {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 615px;
	max-height: 90vh;
	z-index: 200;
	transition: 200ms linear all;
	display: flex;
	align-items: stretch;
	width: 100%;
	flex-direction: column;
}

.catalog-section-item-detail-wrapper.closed .catalog-section-item-detail-container {
	max-height: 0;
	bottom: -20px;
}

@media (min-width: 615px) {
	.catalog-section-item-detail-swipe-btn-container {
		display: none !important;
	}

	.catalog-section-item-detail-container {
		max-width: 400px;
		transition: 200ms linear height, 200ms linear opacity;
		max-height: 80vh;
		opacity: 0;
	}

	.catalog-section-item-detail-wrapper.opened .catalog-section-item-detail-container {
		position: relative;
		transform: none;
		left: 0;
		margin: 0 auto;
		align-self: center;
		opacity: 1;
	}

	.catalog-section-item-detail-offers {
		border-radius: 0 0 12px 12px;
	}
}

/*region DETAIL POPUP HEADER*/
.catalog-section-item-detail-header {
	padding: 7px 14px;
}

.catalog-section-item-detail-header-separate {
	flex: 1;
	padding-bottom: 6px;
}

/**/
.catalog-section-item-detail-swipe-btn-container {
	flex: 2;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	align-self: flex-end;
	cursor: pointer;
	padding-top: 15px;
}

.catalog-section-item-detail-swipe-btn {
	width: 52px;
	height: 5px;
	background: #fff;
	opacity: .5;
	border-radius: 2.5px;
}

/**/
.catalog-section-item-detail-close-btn-container {
	flex: 1;
	padding-bottom: 5px;
}

.catalog-section-item-detail-close-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	opacity: .5;
	transition: 180ms linear all;
}

.catalog-section-item-detail-close-btn:hover {
	opacity: 1;
	text-decoration: none;
	border-bottom: none;
	cursor: pointer;
}

.catalog-section-item-detail-close-btn-text,
.catalog-section-item-detail-close-btn-text:hover {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
}

/*endregion*/

.catalog-section-item-detail {
	background: #fff;
	padding: 22px 16px 0;
	flex: 1;
	border-radius: 12px 12px 0 0;
}

.catalog-section-item-detail-offers {
	flex: auto;
	border-top: 1px solid #e7e7e7;
	padding: 0 16px 20px;
	background: #fff;
}

.catalog-section-item-detail-preview-image {
	width: 50px;
	height: auto;
}

.catalog-section-item-detail-title {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: #777;
}

.catalog-section-item-detail {
	overflow: auto;
	max-height: 80vh;
}

.catalog-section-item-detail-props-container {
	/*padding: 0 16px;*/
	background: #fff;
	overflow-y: auto;
}

.catalog-section-item-detail-props-container-inner {
	padding: 8px 16px;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
}

/*region PROPS*/
.catalog-section-item-info-container {
	margin-bottom: 11px;
}

.catalog-section-item-propertie-item { margin-bottom: 1px; }

.catalog-section-item-properties {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
}

/*endregion*/

/*region SKU*/
.catalog-section-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.catalog-section-item-scu-block { }

.catalog-section-item-scu-block-title {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 2px;
}

.catalog-section-item-scu-list { margin: 0; }

.catalog-section-item-scu-item-list {
	margin: 0 -4px;
	padding: 0;
	list-style: none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.catalog-section-item-scu-item-color-container,
.catalog-section-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	min-width: 53px;
	padding: 0 4px 5px;
	max-width: 100%;
}

.catalog-section-item-scu-item-color-block {
	position: relative;
	width: 54px;
	height: 33px;
	border: 2px solid #c0cfda;
	cursor: pointer;
	border-radius: 2px;
	box-sizing: border-box;
	transition: 190ms linear color, 190ms linear background-color, 190ms linear border-color;
}

.catalog-section-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	padding: 5px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.catalog-section-item-scu-item-text-block {
	position: relative;
	padding: 3px 15px;
	min-width: 53px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.3);
	cursor: pointer;
	border-radius: 2px;
	transition: 190ms linear color, 190ms linear background-color, 190ms linear border-color;
}

.catalog-section-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
}

.catalog-section-item-scu-item-color-container.notallowed .catalog-section-item-scu-item-color-block,
.catalog-section-item-scu-item-text-container.notallowed .catalog-section-item-scu-item-text-block {
	position: relative;
	border-color: #a9adb4 !important;
}

.catalog-section-item-scu-item-color-container.notallowed .catalog-section-item-scu-item-color-block:after,
.catalog-section-item-scu-item-text-container.notallowed .catalog-section-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}


.catalog-section-item-scu-item-text-block:hover,
.catalog-section-item-scu-item-text-container.selected .catalog-section-item-scu-item-text-block {
	border-color: #000;
	background-color: #000;
	color: #fff;
}

.catalog-section-item-scu-item-color-block:hover,
.catalog-section-item-scu-item-color-container.selected .catalog-section-item-scu-item-color-block { border-color: #000; }

/*endregion*/

/*region QUANTITY*/
.catalog-section-item-quantity-container {
	padding: 15px 0;
	position: relative;
}

.catalog-section-item-quantity-title {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 25px;
	color: #999;
	position: absolute;
	bottom: calc(100% - 20px);
	left: 0;
	right: 0;
	vertical-align: bottom;
}

.catalog-section-item-quantity-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 110px;
	margin: 0;
}

.catalog-section-item-quantity-btn-plus,
.catalog-section-item-quantity-btn-minus {
	position: relative;
	display: block;
	min-width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 180ms ease, opacity 180ms ease;
}

.catalog-section-item-quantity-btn-plus:hover,
.catalog-section-item-quantity-btn-minus:hover { background: #d3d3d3; }

.catalog-section-item-quantity-btn-plus:after,
.catalog-section-item-quantity-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.catalog-section-item-quantity-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.catalog-section-item-quantity-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.catalog-section-item-quantity-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.catalog-section-item-quantity-btn-disabled.catalog-section-item-quantity-btn-plus:after,
.catalog-section-item-quantity-btn-disabled.catalog-section-item-quantity-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.catalog-section-item-quantity-btn-disabled.catalog-section-item-quantity-btn-plus:hover,
.catalog-section-item-quantity-btn-disabled.catalog-section-item-quantity-btn-minus:hover { background-color: #f2f2f2; }

.catalog-section-item-quantity-btn-plus:hover:after,
.catalog-section-item-quantity-btn-minus:hover:after { opacity: 1; }

.catalog-section-item-quantity-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 5px;
	position: relative;
}

input.catalog-section-item-quantity-field {
	position: absolute;
	left: 5px;
	top: 0;
	display: block;
	max-width: calc(100% - 10px);
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

div.catalog-section-item-quantity-field {
	position: relative;
	pointer-events: none;
	z-index: 10;
	opacity: 0;
	transition: 190ms linear width;
}

.catalog-section-item-quantity-field {
	display: block;
	padding: 0 5px;
	width: 100%;
	box-sizing: border-box;
	min-width: 20px;
	height: 26px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	vertical-align: middle;
	text-align: center;
	transition: border 200ms ease;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
	color: #121212;
}

.catalog-section-item-quantity-field:focus {
	outline: none !important;
	border-color: var(--theme-color-primary, #63aa28);
}

.bx-no-touch input.catalog-section-item-quantity-field::-webkit-outer-spin-button,
.bx-no-touch input.catalog-section-item-quantity-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.catalog-section-item-quantity-description {
	position: absolute;
	top: calc(100% - 12px);
	left: 0;
	right: 0;
	white-space: nowrap;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #999;
	vertical-align: bottom;
	letter-spacing: -0.4px;
}

.catalog-item-quantity-description-text {}

.catalog-item-quantity-description-price { white-space: nowrap; }

.catalog-item-quantity-description-price span {color: #121212;}

.catalog-item-quantity-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*endregion*/

/*endregion*/

.ovh { overflow: hidden; }

/* End */


/* Start:/local/templates/goryacheva_shop/components/bitrix/menu/footer-column/style.css?171297676311971*/
.bx-top-nav-container {
	position: relative;
	padding: 0 10px;
	border-radius: 2px;
	background: var(--theme-color-primary);
	color: #fff;
}

/*region 1 lvl*/
.bx-nav-list-1-lvl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bx-nav-1-lvl { position: relative; }

.bx-nav-1-lvl-link {
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
	border-bottom: none;
	border-radius: 1px;
	text-decoration: none;
	transition: 250ms linear all;
}

.bx-nav-1-lvl-link:hover { text-decoration: none; }

.bx-nav-1-lvl.bx-hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-active > .bx-nav-1-lvl-link,
.bx-nav-1-lvl:hover > .bx-nav-1-lvl-link {
	border-bottom: none;
	background: var(--theme-color-second);
}

.bx-nav-1-lvl-link-text {
	display: flex;
	padding: 10px 14px 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: 14px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
	align-items: center;
}

.bx-nav-angle-bottom {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-bottom:after,
.bx-nav-angle-bottom:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-bottom:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-nav-angle-bottom:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:after,
.bx-nav-1-lvl.bx-nav-parent:hover .bx-nav-angle-bottom:before { background-color: var(--theme-color-primary); }

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background-color: transparent;
	color: var(--theme-color-primary);
}

.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}

.bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { background: #fff; }

/**/


.bx-nav-angle-top {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 10px;
	height: 10px;
}

.bx-nav-angle-top:after,
.bx-nav-angle-top:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 2px;
	background-color: #fff;
	content: '';
	transition: 250ms linear all;
}

.bx-nav-angle-top:after {
	margin-left: -2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bx-nav-angle-top:before {
	margin-left: 2px;
	transform: translate(-50%, -50%) rotate(45deg);
}


/**/
.bx-nav-parent-arrow { display: none; }

/*endregion*/

/*region 2 lvl*/
.bx-nav-2-lvl-container,
.bx-nav-2-lvl-container-advanced {
	z-index: 999;
	display: none;
	padding: 0;
	min-width: 100%;
	border-top: none;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	color: #000;
	opacity: 0;
}

.bx-nav-2-lvl-container > ul,
.bx-nav-2-lvl-container > div,
.bx-nav-2-lvl-container-advanced > ul,
.bx-nav-2-lvl-container-advanced > div { flex: 1 }

.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: absolute;
	top: calc(100% - 5px);
	z-index: 999;
	display: flex;
	background: #fff;
	opacity: 1;
	align-items: stretch;
}

.bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}

.bx-nav-2-lvl {
	display: block;
	padding: 0;
	min-width: 180px;
}

.bx-nav-2-lvl-link {
	display: block;
	padding: 5px 15px 5px;
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-nav-2-lvl-link-text {
	color: var(--theme-color-primary);
	text-decoration: none;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
	line-height: 16px;
}

/*.bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a {
	margin-top: 0;
	border-top: none;
}*/

.bx-nav-2-lvl > .bx-nav-list-2-lvl.bx-active .bx-nav-list-2-lvl-text,
.bx-nav-2-lvl > .bx-nav-list-2-lvl:hover .bx-nav-list-2-lvl-text {
	background: var(--theme-color-light);
	color: var(--theme-color-primary);
}

/*endregion*/

/*region 3 lvl*/

.bx-nav-3-lvl-container-advanced:before,
.bx-nav-3-lvl-container:before {
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	display: block;
	height: 5px;
	background: #fff;
	content: " ";
}

.bx-nav-list-3-lvl {
	margin: 0;
	padding: 0 0 14px 0;
}

.bx-nav-3-lvl {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 180px;
}

.bx-nav-3-lvl-link {
	display: block;
	padding: 3px 15px 3px 20px;
	border-bottom: none;
	color: #555;
	text-decoration: none;
	font-size: 13px;
	line-height: 14px;
}

.bx-nav-3-lvl-link.bx-active,
.bx-nav-3-lvl-link:hover {
	background: #f0f0f0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

/*endregion*/

/*region col 4 */
.bx-nav-list-4-col { position: static; }

.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	top: 100%;
	right: 0;
	left: 0;
}

.bx-nav-list-4-col .bx-nav-2-lvl-container,
.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced {
	right: 0;
	left: 0;
}

/*endregion*/

/*region catinfo*/
.bx-nav-catinfo {
	position: relative;
	z-index: 120;
	padding: 15px 15px 5px;
	min-width: 200px;
	border-left: 1px solid #ecefef;
	background: #f7fafb;
}

.bx-nav-catinfo img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border: 1px solid #e7e9ea;
}

.bx-nav-catinfo p {
	padding: 20px 5px 0;
	font-size: 13px;
}

/*endregion*/

/*region ASIDE */
.bx-menu-button-mobile {
	position: absolute;
	top: 8px;
	left: 5px;
	z-index: 10;
	width: 40px;
	height: 40px;
}

.bx-aside-nav-control {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1750;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	cursor: pointer;
	transition: left .15s linear;
}


.bx-nav-bars {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2100;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 25px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	vertical-align: middle;
	transform: translate(-50%, -50%);
}

.bx-nav-bars:after {
	position: absolute;
	top: 50%;
	display: block;
	background: #fff;
	width: 100%;
	height: 5px;
	content: '';
	transform: translateY(-50%);
}

.bx-wrapper,
.bx-aside-nav { transition: transform .15s linear; }

/**/
.bx-opened .bx-footer,
.bx-opened .workarea { overflow: hidden; }

/**/
.bx-aside-nav {
	position: fixed;
	top: 50px;
	bottom: 0;
	left: 0;
	z-index: 1600;
	display: none;
	width: 100%;
	background: #4c5c65;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.bx-aside-nav.bx-opened {
	overflow-y: scroll;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.bx-aside-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-aside-nav a {
	display: block;
	overflow: hidden;
	padding-left: 15px;
	max-width: 100%;
	height: 48px;
	border-bottom: 1px solid #3d4b53 !important;
	color: #fff;
	vertical-align: middle;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 48px;
}

.bx-aside-nav .bx-nav-list-1-lvl {
	z-index: 1700;
	flex-direction: column;
}

.bx-aside-nav .bx-nav-1-lvl-link {
	padding: 0;
	display: flex;
	align-items: center;
}

.bx-aside-nav .bx-nav-1-lvl-link-text {
	padding: 0 0 0 15px;
}

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.hover > .bx-nav-1-lvl-link,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link { box-shadow: none !important; }

.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
	background: transparent;
	color: #fff;
}

.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	position: relative;
	box-shadow: none;
	top: auto;
}

.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-1-lvl.bx-opened .bx-nav-2-lvl-container {
	display: block;
	opacity: 1;
}

.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover > a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover > a { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link-text,
.bx-aside-nav .bx-nav-3-lvl-link-text,
.bx-aside-nav .bx-nav-4-lvl-link-text {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.bx-aside-nav .bx-nav-list-2-lvl { background: #44535c; }

.bx-aside-nav .bx-nav-2-lvl-link { padding: 0 0 0 30px; }

.bx-aside-nav .bx-nav-2-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-3-lvl-link { padding: 0 0 0 45px; }

.bx-aside-nav .bx-nav-3-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-4-lvl-link { padding: 0 0 0 60px; }

.bx-aside-nav .bx-nav-4-lvl-link:hover { background-color: #3b4851; }

.bx-aside-nav .bx-nav-parent { position: relative; }

.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	border-left: 1px solid #5a6971;
	text-align: center;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i { transition: all .15s linear; }

.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent > ul {
	overflow: hidden;
	height: 0;
}

.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened > ul { height: auto; }

.bx-aside-nav .bx-nav-catinfo { display: none; }


.bx-aside-nav .bx-nav-angle-top,
.bx-aside-nav .bx-nav-angle-bottom {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	margin: 0;
}

@media (min-width: 1200px) {
	.bx-nav-1-lvl > a { font-size: 15px; }

	.bx-nav-1-lvl > a span { padding: 12px 14px 15px }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bx-nav-1-lvl > a { font-size: 13px; }

	.bx-nav-1-lvl > a span { padding: 9px 11px 12px }
}

@media (min-width: 768px) and (max-width: 991px) {
	.bx-nav-1-lvl > a { font-size: 11px; }

	.bx-nav-1-lvl > a span { padding: 5px 6px 9px }
}

@media (min-width: 768px) {
	.bx-aside-nav-control,
	.bx-aside-nav { display: none; }

	.bx-top-nav-container { display: block; }
}

@media (max-width: 767px) {
	.bx-aside-nav-control {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bx-aside-nav { display: block; }

	.bx-top-nav-container { display: none; }

	.bx-aside-nav .bx-nav-parent-arrow { display: block; }

	.bx-aside-nav .bx-nav-1-lvl-link-text .bx-nav-angle-bottom{ display: none; }
}

.bx-white {
	--theme-color-primary: #f5f5f5;
	--theme-color-second: #dfdfdf;
}

.bx-white .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-2-lvl-link-text,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-3-lvl-link.bx-active,
.bx-white .bx-nav-3-lvl-link:hover,
.bx-white .bx-nav-1-lvl.bx-nav-parent.bx-hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text,
.bx-white .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text { color: #333; }

/* End */


/* Start:/local/templates/goryacheva_shop/template_styles.css?17407256099902*/
.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #fff;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 21px/28px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(/local/templates/goryacheva_shop/images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-semi-bold, 600);
	}
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 16px/22px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-worktime-schedule {
	color: #000;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

@media (max-width: 991px) {
	.bx-header-worktime {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-regular, 400);
	}
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar li {
	font-size: 12px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(/local/templates/goryacheva_shop/images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(/local/templates/goryacheva_shop/images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(/local/templates/goryacheva_shop/images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(/local/templates/goryacheva_shop/images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(/local/templates/goryacheva_shop/images/phone_white.svg);
	background-size: auto 21px ;
}
@media(max-width: 768px){
	body .wrapper_middle .main__products .main__products-slider .slider__products .main__products-item .catalog__product .catalog__product-content .catalog__product-label{
		top: 10px;
		bottom: auto;
	}
	.wrapper_middle.similar{
		padding: 0 10px;
	}
}
.product__content-inner .product__price .ya-split{
	font-weight: 400;
	font-size: 11px;
	line-height: 90%;
	text-align: center;
	color: #242424;
}
.inner.ya-split-case{
	display:none;
	margin-left: -35px;
}
.bx-soa-pp-company.bx-selected .inner.ya-split-case{
	display: block;
}
/* End */


/* Start:/local/templates/goryacheva_shop/components/bitrix/sale.order.ajax/tanais.order.ajax_custom_v2/style.css?174169117978219*/
.tanais-order {
    --color-primary-one: hsl(var(--color-primary-one-h), var(--color-primary-one-s), var(--color-primary-one-l));
    --color-primary-one-ligth: hsl(var(--color-primary-one-h), var(--color-primary-one-s), calc(var(--color-primary-one-l) + 40%));
    --color-primary-one-dark: hsl(var(--color-primary-one-h), var(--color-primary-one-s), calc(var(--color-primary-one-l) - 20%));
    
    --color-primary-two: hsl(var(--color-primary-two-h), var(--color-primary-two-s), var(--color-primary-two-l));
    --color-primary-two-ligth: hsl(var(--color-primary-two-h), var(--color-primary-two-s), calc(var(--color-primary-two-l) + 60%));
    --color-primary-two-dark: hsl(var(--color-primary-two-h), var(--color-primary-two-s), calc(var(--color-primary-two-l) - 10%));
}

.tanais-order *,
.tanais-order *::before,
.tanais-order *::after {
  box-sizing: border-box;
}

@-webkit-keyframes fadeInBlock {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeInBlock {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate__fadeInBlock {
  -webkit-animation-name: fadeInBlock;
  animation-name: fadeInBlock;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bx-soa { padding-bottom:20px;}
.bx-soa-section {
    border-radius: 10px;
    margin-bottom: 0;
    /*margin-bottom: 30px;*/
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

#bx-soa-total-mobile {
    display: none;
}

.bx-soa-section.soa-border-bottom-radius-none {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.bx-soa-section.soa-box-shadow-none {
    box-shadow: none;
    border-radius: 0;
}

#bx-soa-tanais-order {
    transition: 500ms opacity ease;
	counter-reset: heading;
	flex-wrap: nowrap;
/*    */
    display: flex;
    width: 100%;
    max-width: 1600px;
    padding: 0 20px;
    margin: 30px auto 50px;
/*    */
}
.bx-soa-section-title-container {
    overflow: hidden;
    background: var(--color-block-header);
    padding: 25px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.bx-soa-section .bx-soa-section-title-container {
    padding: 10px 30px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.bx-soa-section-title {
    margin: 0;
    display: flex;
    align-items: center;
    color: #000;
    min-height: 20px;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.bx-soa-editstep {
    display: inline;
    font-size: 12px;
    vertical-align: middle;
    line-height: 22px;
    border-bottom: 1px dotted;
}
.bx-soa-section.bx-selected .bx-soa-editstep {display: none;}
.bx-soa-section.bx-selected .bx-soa-editstep:hover {border-bottom: none;}



#bx-auth_reg .modal,
#bx-soa-properties .modal,
#delivery-variation .modal{
    /*right: auto;*/
    /*left: 100%;*/
    /*height: 100%;*/
    /*position: fixed;*/
    box-sizing: border-box;
    /*top: 0;*/
    /*bottom: 0;*/
    width: 100%;
    z-index: 9999;
    /*overflow: hidden;*/
    background: rgba(0, 0, 0, .7);


    position: static;
    display: block;
    overflow: visible;
}
#bx-auth_reg .modal.opened,
#bx-soa-properties .modal.opened,
#delivery-variation .modal.opened{
    /*left: 0;*/
    /*right: 0;*/
}
#bx-auth_reg .modal .ui-modal--contacts,
#bx-soa-properties .modal .ui-modal--contacts,
#delivery-variation .modal .ui-modal--contacts{
    transition: transform .5s ease;
    /*position: fixed;*/
    background: #fff;
    z-index: 2;
    width: 100% !important;
    height: 100%;
    max-width: 620px;
    /*transform: translateX(100%);*/
    /*right: 0;*/
    /*left: auto !important;*/
    border-radius: 0;
    transform:none;
    position: static;
}
#bx-auth_reg .modal.opened .ui-modal--contacts,
#bx-soa-properties .modal.opened .ui-modal--contacts,
#delivery-variation .modal.opened .ui-modal--contacts{
    /*transform: translateX(0);*/
    transform:none;
}
#bx-auth_reg .modal .modal__wrapper,
#bx-soa-properties .modal .modal__wrapper,
#delivery-variation .modal .modal__wrapper{
    /*display: flex;*/
    display: block;
    height: 100%;
    width: 100%;
}
#bx-auth_reg .modal .modal__top,
#bx-soa-properties .modal .modal__top,
#delivery-variation .modal .modal__top{
    height: 60px;
    /*position: fixed;*/
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 69.4%, .2);
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: static;
    display: none;
}
#bx-auth_reg .modal .modal__top .modal__title,
#bx-soa-properties .modal .modal__top .modal__title,
#delivery-variation .modal .modal__top .modal__title{
    flex: 1 1 100%;
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
    color: #383838;
    height: 100%;
    justify-content: space-between;
    padding: 0 28px;
}
#bx-auth_reg .modal .modal__top .modal__title{
    padding: 0;
}
#bx-auth_reg .modal .modal__top .modal__close,
#bx-soa-properties .modal .modal__top .modal__close,
#delivery-variation .modal .modal__top .modal__close{
    flex: 0 0 60px;
    height: 60px;
    border-left: 1px solid hsla(0, 0%, 69.4%, .2);
    display: flex;
    align-items: center;
    justify-content: center;
}
#bx-auth_reg .modal .modal__top .modal__close-container,
#bx-soa-properties .modal .modal__top .modal__close-container,
#delivery-variation .modal .modal__top .modal__close-container{
    position: relative;
    margin: auto;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
#bx-auth_reg .modal .modal__top .modal__close .leftright,
#bx-auth_reg .modal .modal__top .modal__close .rightleft,
#bx-soa-properties .modal .modal__top .modal__close .leftright,
#bx-soa-properties .modal .modal__top .modal__close .rightleft,
#delivery-variation .modal .modal__top .modal__close .leftright,
#delivery-variation .modal .modal__top .modal__close .rightleft{
    height: 2px;
    width: 16px;
    top: 8px;
    position: absolute;
    background-color: #b1b1b1;
    border-radius: 2px;
    transition: all .1s ease-in;
}
#bx-auth_reg .modal .modal__top .modal__close .leftright,
#bx-soa-properties .modal .modal__top .modal__close .leftright,
#delivery-variation .modal .modal__top .modal__close .leftright{
    transform: rotate(45deg);
}
#bx-auth_reg .modal .modal__top .modal__close .rightleft,
#bx-soa-properties .modal .modal__top .modal__close .rightleft,
#delivery-variation .modal .modal__top .modal__close .rightleft{
    transform: rotate(-45deg);
}
#bx-auth_reg .modal .modal__content,
#bx-soa-properties .modal .modal__content,
#delivery-variation .modal .modal__content{
    /*padding-top: 60px;*/
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}
#bx-auth_reg .modal .order__delivery,
#bx-soa-properties .modal .order__delivery,
#delivery-variation .modal .order__delivery{
    width: 100%;
    height: 100%;
    overflow: auto;
    /*padding-bottom: 80px;*/
    position: relative;
}
#bx-auth_reg .modal .order__delivery .bx-soa-section-content,
#bx-soa-properties .modal .order__delivery .bx-soa-section-content,
#delivery-variation .modal .order__delivery .bx-soa-section-content{
    width: 100%;
    /*padding: 30px;*/
    padding: 20px 0;
    /*margin-top: 20px;*/
}

/**/
#bx-auth_reg .modal .order__delivery .tanais-form-group.person-type,
#bx-soa-properties .modal .order__delivery .tanais-form-group.person-type,
#delivery-variation .modal .order__delivery .tanais-form-group.person-type{
    display: none;
}
#bx-soa-properties .modal .order__delivery .tanais-form-group{

}
#bx-soa-properties .modal .order__delivery .tanais-form-group[data-property-id-row="63"],
#bx-soa-properties .modal .order__delivery .tanais-form-group[data-property-id-row="45"]{
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#bx-soa-properties .modal .order__delivery .tanais-form-group.bx-soa-customer-field{

}
#bx-soa-properties .modal .order__delivery .bx-soa-section-content > div > div:not(.bx-soa-customer){
    display: none;
}
#bx-auth_reg .modal .order__delivery .tanais-form-group,
#bx-soa-properties .modal .order__delivery .tanais-form-group,
#delivery-variation .modal .order__delivery .tanais-form-group{
    position: relative;
    padding-top: 16px;
    margin: 4px 0 24px;
}
#bx-auth_reg .modal .order__delivery .tanais-form-group label,
#bx-soa-properties .modal .order__delivery .tanais-form-group label,
#delivery-variation .modal .order__delivery .tanais-form-group label{
    position: absolute;
    left: 0;
    transition: .4s cubic-bezier(.25,.8,.25,1);
    transition-duration: .3s;
    line-height: 20px;
    color: grey;
    pointer-events: auto;
    top: 0;
    opacity: 1;
    font-size: 14px;
}
#bx-auth_reg .modal .order__delivery .tanais-form-group .bx-ui-sls-input-block,
#bx-soa-properties .modal .order__delivery .tanais-form-group .bx-ui-sls-input-block,
#delivery-variation .modal .order__delivery .tanais-form-group .bx-ui-sls-input-block{
    border: none;
    background: none;
    box-shadow: none;
    position: relative;
    padding: 5px 22px 5px 30px;
}
#bx-auth_reg .modal .order__delivery .tanais-form-group textarea.tanais-form-control,
#bx-soa-properties .modal .order__delivery .tanais-form-group textarea.tanais-form-control{
    height: auto;
    line-height: 28px;
}
#bx-auth_reg .modal .order__delivery .tanais-form-group .tanais-form-control,
#bx-soa-properties .modal .order__delivery .tanais-form-group .tanais-form-control,
#delivery-variation .modal .order__delivery .tanais-form-group .tanais-form-control{
    height: 48px;
    padding: 0;
    display: block;
    flex: 1;
    border: none;
    background: none;
    transition: .4s cubic-bezier(.25,.8,.25,1);
    transition-property: font-size, padding-top, color;
    font-family: inherit;
    line-height: 48px;
    font-size: 16px;
    border-bottom: 1px solid #b1b1b1;
}
#bx-auth_reg .modal .order__delivery .tanais-form-group .bx-ui-sls-input-block:after,
#bx-soa-properties .modal .order__delivery .tanais-form-group .bx-ui-sls-input-block:after,
#delivery-variation .modal .order__delivery .tanais-form-group .bx-ui-sls-input-block:after{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    transition: border .3s cubic-bezier(.4,0,.2,1), opacity .3s cubic-bezier(.4,0,.2,1), transform 0s cubic-bezier(.4,0,.2,1) .3s;
    will-change: border, opacity, transform;
    content: " ";
    background: 0 100% repeat-x;
    background-size: 4px 1px;
    background-color: #b1b1b1;
    height: 1px;
}
#bx-auth_reg .modal .order__delivery .tanais-form-group .bx-ui-sls-clear,
#bx-soa-properties .modal .order__delivery .tanais-form-group .bx-ui-sls-clear,
#delivery-variation .modal .order__delivery .tanais-form-group .bx-ui-sls-clear{
    margin-top: 8px;
}
#bx-auth_reg .modal .order__delivery .tanais-form-group .dropdown-icon,
#bx-soa-properties .modal .order__delivery .tanais-form-group .dropdown-icon,
#delivery-variation .modal .order__delivery .tanais-form-group .dropdown-icon{
    top: 16px;
}

#bx-auth_reg .modal .order__delivery .order__delivery-form_submit,
#bx-soa-properties .modal .order__delivery .order__delivery-form_submit,
#delivery-variation .modal .order__delivery .order__delivery-form_submit{
    width: 100%;
    margin-top: 20px;
    padding: 0 30px;
    display: none;
}
.bx-soa-cart-total-button-container .btn.btn-default.btn-order-save,
#bx-auth_reg .modal .btn.btn-default[type="submit"],
#bx-auth_reg .modal .order__delivery .order__delivery-form_submit button,
#bx-soa-properties .modal .order__delivery .order__delivery-form_submit button,
#delivery-variation .modal .order__delivery .order__delivery-form_submit button{
    padding: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    outline: none;
    border: 0;
    transition: .4s cubic-bezier(.4,0,.2,1);
    font-family: inherit;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    min-width: 88px;
    height: 48px;
    margin: 0;
    user-select: none;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .05em;
    width: 100%;
    color: #fff;
    background: #232323;
}
.bx-soa-cart-total-button-container .btn.btn-default.btn-order-save{
    line-height: 48px;
}
.bx-soa-cart-total-button-container .btn.btn-outline-primary.btn-order-one-click{
    display: none;
}
#bx-auth_reg .modal .btn.btn-default[type="submit"]:hover,
#bx-auth_reg .modal .order__delivery .order__delivery-form_submit button:hover,
#bx-soa-properties .modal .order__delivery .order__delivery-form_submit button:hover,
#delivery-variation .modal .order__delivery .order__delivery-form_submit button:hover{
    background-color: #373737;
}
#bx-auth_reg .modal .order__delivery .order__delivery-form_submit button:before,
#bx-soa-properties .modal .order__delivery .order__delivery-form_submit button:before,
#delivery-variation .modal .order__delivery .order__delivery-form_submit button:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: .4s cubic-bezier(.4,0,.2,1);
    will-change: background-color, opacity;
    content: " ";
}
#bx-auth_reg .modal h3.bx-title{
    display: none;
}
#bx-auth_reg .modal .bx-authform .checkbox label.bx-filter-param-label .bx-filter-param-text{}
#bx-auth_reg .modal .order__delivery .order__delivery-form_submit button .ui-ripple,
#bx-soa-properties .modal .order__delivery .order__delivery-form_submit button .ui-ripple,
#delivery-variation .modal .order__delivery .order__delivery-form_submit button .ui-ripple{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    overflow: hidden;
    mask-image: radial-gradient(circle, #fff 100%, #000 0);
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#bx-auth_reg .modal .order__delivery .order__delivery-form_submit button .ui-ripple .ui-button-content,
#bx-soa-properties .modal .order__delivery .order__delivery-form_submit button .ui-ripple .ui-button-content,
#delivery-variation .modal .order__delivery .order__delivery-form_submit button .ui-ripple .ui-button-content{
    position: relative;
    z-index: 2;
}
/**/
/**/
#bx-auth_reg .modal .bx-authform-social{
    display: none;
}
#bx-auth_reg .modal .btn.btn-default[type="submit"]{}
#bx-auth_reg #bx-soa-auth .bx-soa-section-title-container{
    display: none !Important;
}
#bx-auth_reg .modal .bx-soa-reg-block .btn.btn-default{}
/**/
/**/
.c-tabs.modal__title-list{
    width: 100%;
    justify-content: space-between;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.c-tabs.modal__title-list .c-tabs-navigation{
    display: flex;
    position: relative;
    height: 100%;
}

.c-tabs.modal__title-list .c-tabs-navigation .c-button{
    padding: 0;
    position: relative;
    overflow: hidden;
    outline: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    transition: .4s cubic-bezier(.4,0,.2,1);
    font-family: inherit;
    line-height: normal;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-feature-settings: "tnum" on, "lnum" on, "case" on, "cpsp" on;
    max-width: 264px;
    min-width: 72px;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #383838;
}
.c-tabs.modal__title-list .c-tabs-navigation .c-button:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 1px;
    background: #383838;
    transition: 0.5s;
}
.c-tabs.modal__title-list .c-tabs-navigation .c-button .c-button-content{
    position: static;
    z-index: 2;
}
.c-tabs.modal__title-list .c-tabs-navigation .c-button:first-child:after{
    left: 100%;
}
.c-tabs.modal__title-list .c-tabs-navigation .c-button:last-child:after{
    left:-100%;
}
.c-tabs.modal__title-list .c-tabs-navigation .c-button.c-active:after{
    left:0;
}
#bx-soa-auth .bx-soa-section-content .bx-soa-reg-block,
#bx-soa-auth .bx-soa-section-content a.btn.btn-default,
#bx-soa-auth .bx-soa-section-content a.btn.btn-link{
    display:none !important;
}
/**/
/**/
.bx-soa-coupon-block{
    border-bottom: 1px solid #b1b1b1;
}
.bx-soa-coupon-block .bx-soa-coupon-input{

}
.bx-soa-coupon-block .bx-soa-coupon-input .tanais-form-control{
    border: none !important;
    background: transparent !important;
}
.bx-soa-coupon-block .bx-soa-coupon-input .bx-soa-coupon-btn{
    background-color: rgb(35 35 35 / 80%);
    transition: 0.5s;
}
.bx-soa-coupon-block .bx-soa-coupon-input .bx-soa-coupon-btn:hover{
    background-color: rgb(35 35 35 / 100%);
}
.bx-soa-cart-total.bx-soa-cart-total-bottom{
    box-shadow: none;
    border-radius: 0;
}
/**/
/**/



.bx-soa-section-content {
    padding: 20px 25px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#bx-soa-delivery .order__block-delivery{
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0 0 25px;
    /*padding-left: 35px;*/
}
#bx-soa-delivery .order__block-delivery span{
    color: #808080;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}
#bx-soa-delivery .bx-soa-section-content{
    width: 100%;
    background: #fff;
    padding: 0;
}
#bx-soa-paysystem .bx-soa-section-content {
    /*padding-left: 35px; */
    /*padding-right: 35px;*/
    padding: 20px 0;
}

#bx-soa-pickup .bx-soa-section-content {padding: 0;}
#bx-soa-pickup .bx-soa-pickup-subTitle {padding: 5px 35px 15px 0;}

.bx-soa-section.bx-step-completed .bx-soa-section-content,
.bx-soa-section.bx-selected .bx-soa-section-content {line-height: 18px;}

/* Table */
.bx-soa-table-fade{
	position:relative;
}
.bx-soa-table-fade:before{
	left:0;
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background:    -moz-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: 		linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.bx-soa-table-fade:after{
	right:0;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background:    -moz-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: 		linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.bx-soa-table-fade:before,
.bx-soa-table-fade:after{
	content: "";
	width: 0;
	position: absolute;
	bottom: 10px;
	top: 0;
	height: 100%;
	display: block;
	-webkit-transition: width 300ms ease;
	   -moz-transition: width 300ms ease;
		-ms-transition: width 300ms ease;
		 -o-transition: width 300ms ease;
			transition: width 300ms ease;
}
.bx-soa-table-fade-left:before,
.bx-soa-table-fade-right:after{width: 15px;}
.bx-soa-item-table{
    min-width:100%;
    display:table;
}
.bx-soa-item-tr{
    display:table-row;
}
.bx-soa-item-td{
    display:table-cell;
    vertical-align: top;
    padding-top:10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-top: 1px dotted #e5e5e5;
}

.bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td{border-top: none}
#bx-soa-properties .order__delivery-form_submit button{
    cursor: pointer;
}
#bx-soa-properties .order__delivery-form_submit .disabled{
    pointer-events: none;
    filter: opacity(0.5);
}
/*.bx-soa-item-block{padding-bottom:10px;}*/

.bx-soa-item-img-block{
    float:left;
    padding-right:15px;
}
.bx-step-completed .bx-soa-item-img-block {
    width: 48px;
    padding-bottom:10px;
    padding-right:10px;
}
.bx-soa-item-imgcontainer {
    border-radius: 4px;
    border: 1px solid #c0cfd9;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bx-soa-item-content{}
.bx-soa-item-title a {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    padding-bottom:5px;
    color: #303030;
}
.bx-soa-item-td-title {
    line-height: 20px;
    color: #7c7c7c;
    padding-bottom: 3px;
    font-size: 12px;
}
.bx-soa-item-td-text {
    line-height: 25px;
    vertical-align: middle;
}
.bx-soa-item-properties .bx-soa-item-td-title,
.bx-soa-item-properties .bx-soa-item-td-text{ text-align:center;}
.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
.bx-soa-item-properties.bx-text-right .bx-soa-item-td-text{ text-align:right;}
.bx-soa-item-td-text input[type="number"] {
    height: 25px;
    line-height: 20px;
}
.bx-soa-item-td-text .bx-price {
    white-space: nowrap;
    font-size: 15px;
    font-weight: bold;
}
.bx-price-old {
    white-space: nowrap;
    text-decoration: line-through;
    color: #999;
    font-size: 15px;
    line-height: 16px;
    font-weight: normal;
}
.bx-soa-item-td-control {
    padding-bottom: 5px;
    font-size: 11px;
}


/* Advanced info */
.bx-soa-item-info-container{
    position:relative;
    height:35px;
}
.bx-soa-item-info-container .bx-soa-item-td{
    border:none;
    position:absolute;
    /*left:20px;*/
    /*right:20px;*/
    /*padding:0 20px;*/
}
.bx-soa-item-info-container .bx-soa-item-info-block {
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.bx-soa-item-info-block.bx-active {
    padding-top: 10px;
    height: auto;
}
.bx-soa-info-block{
    border:none;
    max-width:100%;
}
.bx-soa-info-line {line-height: 15px;}
.bx-soa-info-title {
    color: #7c7c7c;
    font-size: 12px;
    padding:4px 0;
    vertical-align:top;
}
.bx-soa-info-text {
    display: inline-block;
    font-size:12px;
    padding:4px 10px;
    vertical-align:top;
}

/* Coupon */
.bx-soa-coupon {
    padding-top: 10px;
    margin-top: 10px;
}
.bx-soa-coupon-label {
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
}
.bx-soa-coupon-label label{
    font-weight: normal;
    font-size: 14px;
    color: #303030;
}
.bx-selected .bx-soa-coupon-label{padding-top: 7px;}
.bx-soa-coupon-item-fixed .bx-soa-coupon-block {
    font-weight:normal;
}
.bx-soa-coupon-item-fixed .bx-soa-coupon-label,
.bx-soa-coupon-item-fixed .bx-soa-coupon-item {
    font-weight: normal;
    padding-top: 0;
    line-height: 20px;
}
.bx-soa-coupon-block {
    vertical-align: middle;
    line-height: 34px;
}
.bx-soa-coupon-input {
    display: block;
    position:relative;
	vertical-align: middle;
    position: relative;
}
.bx-soa-coupon-input input[type=text].tanais-form-control {
    border: 1px solid #D6D6D6;
    background-color: #fff;
    background-image: none;
    border-radius: 3px;
    outline: none;
    display: block;
    width: 100%;
    min-height: 36px;
    height: auto;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    box-shadow: none;
    border-radius: 0;
}
.bx-soa-coupon-input input[type=text].tanais-form-control:focus {
    outline: none;
    box-shadow: none;
    border-radius: 0;
}
.bx-soa-coupon-btn {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    width: 36px;
    background-color: var(--color-primary-one);
    background-image: url('/bitrix/images/tanais.order/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color .2s;
    border-radius: 3px;
}
.bx-soa-coupon-btn:hover {
    transition: background-color .2s;
    background-color: var(--color-primary-one-dark);
}
.bx-step-completed .bx-soa-coupon-list {
    padding-top: 0;
    line-height: 20px;
}
.bx-soa-coupon-item strong {
    white-space: nowrap;
    margin-right: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    display: block;
    letter-spacing: -0.5px;
    line-height: 25px;
}
.bx-soa-coupon-item strong:first-child {
    margin-top: 10px;
    display: inline-block;
}
.bx-soa-coupon-item strong.bx-soa-coupon-item-danger {color: #A94442;}
.bx-soa-coupon-item strong.bx-soa-coupon-item-success{color: var(--color-primary-one);}
.bx-soa-coupon-item strong.bx-soa-coupon-item-used{color: #777;}
.bx-soa-coupon-item-danger-mess,
.bx-soa-coupon-item-mess {
    display: none;
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    font-weight: normal;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    text-transform: none;
    color: #333;
    letter-spacing: normal;
    z-index: 1;
}

/*.bx-touch 	.bx-soa-coupon-item strong 			.bx-soa-coupon-item-mess,*/
.bx-soa-coupon-item strong:hover 	.bx-soa-coupon-item-mess,
    /*.bx-touch 	.bx-soa-coupon-item strong 			.bx-soa-coupon-item-danger-mess,*/
.bx-soa-coupon-item strong:hover 	.bx-soa-coupon-item-danger-mess  {display: block;}
.bx-soa-coupon-remove {
    display: inline-block;
    height:20px;
    width: 20px;
    margin-left: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANhJREFUeNpEkM0KwjAQhGdr/Dv6Nj6EXkRvehTfRhS868lWWigU9OFEHGeTqIF0dydftrMJp0s1McMdwJ5AY0iLKaxVbwGbBxgeJKaCS4NjbJxQvlE4a/ektUFX9w5JCNolEzQmGCHlT8VjEFQjdvrBN0EOF4oOrXS5Cxmqs7NKVSEroPHlkLLOLRX4r5HOjenf3tE7DDyjxCLNx032ZFovSe80BK7Sl9IQmJ4gT4foSfowe+47jGx+xzidQxY9Zd/+/cLbIC8ztW9VHBL0fXDWGdeDc/ERYABB6E45iF95UQAAAABJRU5ErkJggg==) no-repeat center;
    cursor: pointer;
	vertical-align:middle;
	position:relative;
	top:-3px;
}

/* pickup */
#pickUpMap img {
    max-height: initial;
}
.bx-soa-pickup-preview-img {
    height: 76px;
    border: 1px solid #ddd;
    border-radius: 1px;
    padding: 1px;
    margin-left:10px;
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.bx-soa-pickup-subTitle {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}
.bx-soa-pickup-list {
    margin-bottom: 20px;
}
.bx-soa-pickup-list .bx-soa-pickup-list-item {
    border-top: 1px solid #dcdfe2;
    padding: 16px 35px;
    font-size: 13px;
    position: relative;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}
.bx-soa-pickup-list-item.bx-selected {
    background: var(--color-primary-one-ligth);
    border-left: 15px solid #008299;
    transition: 0.3s;
    position: relative;
}
.bx-soa-pickup-list-item.bx-selected:before{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    border-left: 10px solid #008299;
    left: 0;
}
.bx-soa-pickup-list .bx-soa-pickup-list-item:last-child {border-bottom: 1px solid #dcdfe2;}

.bx-soa-pickup-l-item-adress {
    padding-left: 15px;
    color: #25495e;
    font-weight: bold;
    line-height: 17px;
    min-height: 17px;
    position: relative;
    padding-right: 100px;
}
.bx-soa-pickup-l-item-adress:before {
    height: 17px;
    width: 18px;
    content: "";
    top: 50%;
    left: -5px;
    margin-top: -8px;
    position: absolute;
    background: url(/local/templates/goryacheva_shop/components/bitrix/sale.order.ajax/tanais.order.ajax_custom_v2/images/sprite.png) no-repeat center -54px;
}
.bx-soa-pickup-list-item .bx-soa-pickup-l-item-detail {
    padding-top: 20px;
    display: none;
}
.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-detail {display: block;}
.bx-soa-pickup-l-item-detail {
    padding-left: 100px;
    position: relative;
    min-height: 80px;
}
.bx-soa-pickup-l-item-detail.no-image {padding-left: 20px;}
.bx-soa-pickup-l-item-btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
    right: 10px;
}
.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn {
    padding-left: 100px;
    padding-top: 10px;
    float: none;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
}
.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn.no-image {padding-left: 20px;}
.bx-soa-pickup-l-item-name {font-weight: bold;}
.bx-soa-pickup-l-item-img {
    position: absolute;
    top: 23px;
    left: 0;
    max-width: 90px;
    max-height: 90px;
    height: auto;
    width: auto;
}

/*Sidebar*/
.bx-soa-sidebar {
    position: relative;
    height: 100%;
}
.bx-soa-cart-total {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.bx-soa-cart-total.bx-soa-cart-total-fixed {
    position: fixed;
    top: 10px;
}
/*.bx-soa-cart-total.bx-soa-cart-total-bottom {opacity: 0;}*/
.bx-soa-cart-total.bx-soa-cart-total-bottom {
    /*opacity: 0;*/
}

.bx-soa-cart-total-line {
    margin: 5px 0px;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px dotted #B4B4B4;
}
.bx-soa-cart-total .bx-soa-cart-total-line:first-child {
    margin-top: -9px;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total {
    padding-top: 5px;
    margin-bottom: 30px;
}
.bx-soa-cart-t {
    float: left;
    padding-right: 1px;
}
.bx-soa-cart-d {
    float: right;
    text-align: right;
    padding-left: 1px;
}
.bx-soa-cart-t,
.bx-soa-cart-d {
    background-color: #fff;
    position: relative;
}

.bx-soa-cart-t {
	top: 8px;
}

.bx-soa-cart-d {
	top: 7px;
}


.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
	top: 4px;
}

.bx-soa-cart-total-line .bx-soa-cart-d {
    font-size: 16px;
    font-weight: bold;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {font-size: 24px;}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d span {font-size: 18px;}

.bx-soa-cart-total-line-highlighted + .bx-soa-cart-total-line {
     border-top: none;
}

.bx-soa-cart-total-line-highlighted .bx-soa-cart-d {
    color: var(--color-primary-one);
}

.bx-soa-cart-total-button-container{
    padding-top: 20px;
    text-align: center;
}
.tanais-order .btn{
    font-size: 14px;
    border-radius: 3px;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    display: inline-block;
    line-height: 1.32857143;
    padding: 10px 12px;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    transition: .2s;
}
.tanais-order .btn:hover {transition: .2s;}
.tanais-order .btn:focus,
.tanais-order .btn:active,
.tanais-order .btn:hover {
    outline: none;
    box-shadow: none;
    border-radius: 0;
}
.tanais-order .btn.btn-default {
    background: var(--color-primary-two);
    color: #fff;
    font-size: 16px;
}
.tanais-order .btn.btn-default:hover {
    background: var(--color-primary-two-dark);
}
.tanais-order .btn.btn-outline-primary {
	background: var(--color-primary-two-ligth)
}
.tanais-order .btn.btn-outline-primary{
    color: var(--color-primary-two);
    border: 1px solid var(--color-primary-two);
    background-color: var(--color-primary-two-ligth);
    font-size: 14px;
}
.tanais-order .btn.btn-outline-primary:hover {
    background-color: var(--color-primary-two);
    color: #fff;
}
.tanais-order .btn-order-one-click {
    margin-top: 10px;
}
.bx-soa-cart-total-button-container>.btn {
	width: 100%;
}

.tanais-form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bx-soa-more {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 10px;
}
.bx-soa-price-not-calc{
    border-bottom:1px dashed;
    color:#F55450;
    text-decoration:none;
    cursor: pointer;
}
.bx-soa-price-not-calc:active,
.bx-soa-price-not-calc:hover{
    border-color:transparent;
    color:#A94442;
}
.bx-soa-price-free{
    color: var(--color-primary-one);
}


/* SCU */
.bx-scu-container{overflow:hidden;}
.bx-soa-item-content .bx-scu-container {max-width: 200px;}
.bx-scu-block {}
.bx-scu-list {
    margin: 0;
    padding: 0 5px;
}
.bx-scu-itemlist {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0 -5px;
    min-width: 40px;
}
.bx-scu-item {
    float: left;
    width: 20%;
    padding: 5px;
}
.bx-img-item {
    float: left;
    width: 50%;
    padding: 5px;
    min-width: 30px;
    max-width: 50px;
}

.bx-img-itemColor {
    position: absolute;
    top:   3px;
    right: 3px;
    left:  3px;
    bottom:3px;
    background-size: contain;
    -webkit-background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bx-scu-itemColorBlock {
    position: relative;
    padding-top: 100%;
    cursor: pointer;
    outline: 1px solid #c0cfda;
    -webkit-transition: outline .2s ease;
    -moz-transition: outline .2s ease;
    -o-transition: outline .2s ease;
    transition: outline .2s ease;
}
.bx-scu-itemColorBlock:hover {outline: 1px solid #006cc0;}
.bx-scu-itemColorBlock.selected {outline: 2px solid #006cc0;}
.bx-scu-itemColor {
    position: absolute;
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bx-scu-itemTextBlock {
    position: relative;
    cursor: pointer;
    outline: 1px solid #c0cfda;
    -webkit-transition: outline .2s ease;
    -moz-transition: outline .2s ease;
    -o-transition: outline .2s ease;
    transition: outline .2s ease;
}
.bx-scu-itemTextBlock:hover {outline: 1px solid #006cc0;}
.bx-scu-itemTextBlock.selected {outline: 2px solid #006cc0;}
.bx-scu-itemText {
    vertical-align: middle;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*.bx-step-completed*/ .bx-scu-container{
    position:relative;
    height:35px;
    overflow:hidden;
}

/*.bx-step-completed*/ .bx-scu-container:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:25px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background:    -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: 		linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.bx-selected .bx-scu-container{height:auto;}
.bx-selected .bx-scu-container:after{height: 0;}

/*.bx-step-completed*/ .bx-scu-container .bx-soa-item-td-title{line-height:20px;}

.bx-scu-container .bx-soa-item-td-title,
.bx-scu-container .bx-soa-item-td-text{
    float: left;
    font-size:13px;
    padding-right:5px;
    line-height:19px;
    vertical-align: middle;
    padding-bottom:3px;
}
.bx-scu-container .bx-soa-item-td-title{clear: both;}
/*.bx-scu-container .bx-soa-item-td-title:after{
    content:": ";
}*/

/* AUTH */
.bx-soa h3.bx-title {
    font-size: 15px;
    font-weight: bold;
}
.bx-soa-reg-block {
    background: #f8fafc;
    padding: 25px 20px;
}
.bx-soa-reg-block p {
    color: #595a5b;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 0;
}


/*bx-soa-reference*/
.bx-soa-reference {
    color: #9a9a9a;
    font-size: 11px;
    padding-bottom: 5px;
}
.bx-soa-auth .bx-soa-reference {border-top: 1px solid #f2f2f2;}


/*REGION*/
.bx-sls .quick-location-tag,
.bx-slst .quick-location-tag {
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    padding: 6px 15px 5px 15px;
    margin: 10px 2px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 13px;
    line-height: 18px;
    height: auto;
    color: #333;
    border: 1px solid #D6D6D6;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease;
    transition: .2s;
}

.bx-sls  .quick-location-tag:hover,
.bx-slst .quick-location-tag:hover {
    border-color: var(--color-primary-one);
    background-color: var(--color-primary-one-ligth); 
    transition: .2s;
}
.bx-sls  .quick-location-tag:first-child,
.bx-slst .quick-location-tag:first-child {margin-left: 0;}
.bx-sls  .quick-location-tag:last-child,
.bx-slst .quick-location-tag:last-child {margin-right: 0;}
.bx-soa .bx-soa-location-offered small {color: #737373;}
.bx-soa-location-selected {
    padding-top: 12px;
    padding-bottom: 22px;
}

.tanais-form-group {
    margin-bottom: 15px;
}

.bx-soa .bx-soa-customer-label,
.bx-soa .tanais-form-group label {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 2px;
    color: #000;
}

.bx-soa .tanais-form-group .bx-soa-custom-label {
    font-size: 14px;
    padding-bottom: 2px;
    color: #606060;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.bx-soa .bx-soa-custom-label .bx-authform-starrequired {
    margin-left: 5px;
    font-size: 23px;
    color: var(--color-primary-one);
    line-height: 15px;
    position: relative;
    top: 5px;
}

.bx-soa .bx-soa-customer-label-container small,
.bx-soa .bx-soa-custom-label-container small,
.bx-soa .tanais-form-group label small {color: #737373;}

.bx-soa .bx-soa-location-input-container {position: relative;}
.bx-soa .bx-soa-customer-tel-input-container {position: relative;}
.bx-soa .bx-soa-customer-tel-input-container {height: 41px;}
.bx-soa .bx-soa-location-input {padding: 10px 40px 11px;}
.bx-soa .bx-soa-customer-tel-input {padding: 10px 11px 10px 50px;}
.bx-soa .bx-soa-location-input-container:before {
    content: " ";
    position: absolute;
    left: 8px;
    bottom: 9px;
    top: 9px;
    width: 20px;
    background-size: contain;
}


/*pay*/
.bx-soa-pp-company {
    padding-bottom: 20px;
    z-index: 100;
    position: relative;
}
.bx-soa-pp .bx-soa-pp-company {
    /*padding: 0;*/
    /*margin-bottom: 20px;*/
    cursor: pointer;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    border-bottom: 1px solid #f7f7f7;
    /*padding: 15px 0 15px 35px;*/
    padding: 10px 0 10px 35px;
}
.bx-soa-pp .bx-soa-pp-company:last-child{
    border-bottom: none;
}
.bx-soa-pp-desc-container {padding: 15px 0 0 0;}
.bx-soa-pp-desc-container .bx-soa-pp-company {
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
    margin-bottom: 0;
}
input[type=checkbox].bx-soa-pp-company-checkbox {
    display: none;
}
#delivery_modal #bx-soa-region .bx-soa-section-content{
    padding: 15px 0 0;
}
.bx-soa-pp-company-image {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.bx-soa-pp-company-smalltitle {
    color: #303030;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.bx-soa-pp-company-smalldescr {
	font-size: 12px;
	line-height: 16px;
    color: #999999;
    margin-top: 2px;
}
#bx-soa-delivery .bx-soa-pp-company-smalldescr {
    margin: 8px 0;
}
#bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list{
    margin: 0;
}
#bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company,
#bx-soa-delivery .bx-soa-pp-desc-container{
    padding: 0;
}
.bx-soa-pp-company-title {
    font-size: 19px;
    font-weight: bold;
}
.bx-soa-pp-company-subTitle {
    font-size: 15px;
    font-weight: bold;
}
.bx-soa-pp-company-selected{padding:4px 0;}
.bx-soa-pp-company-selected strong{margin-left:10px;}
ul.bx-soa-pp-list {
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #000;
}
ul.bx-soa-pp-list li {
    clear: both;
    padding: 5px 0;
}
.bx-soa-pp-list-termin {
    color: #8d8d8d;
    display: block;
}
.bx-soa-pp-list-description {display: block;}
.bx-soa-pp-delivery-cost {
	font-size: 16px;
	line-height: 22px;
	color: #303030;
    white-space: nowrap;
}
.bx-soa-pp-field .tanais-form-control{background: #fff;}
.bx-soa-pp-company-block .checkbox label,
.bx-soa-pp-company-block .tanais-form-group label{
    font-size:13px;
    line-height: 22px;
}
.bx-soa-pp-company-block .tanais-form-control{font-size:13px;}
.bx-soa-pp-price{
    text-align:right;
    padding: 4px 0;
}
.bx-soa-service-small{
    color: #a3a3a3;
    font-size: 11px;
    line-height: 20px;
}
#bx-soa-region{
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    background: #fff;
    /*border-bottom: 5px solid #f7f7f7;*/
    /*margin-bottom: 5px;*/
}
#delivery-variation.hideBlock{
    display: none !important;
}
#bx-soa-region.hideBlock{
    display: none !important;
}
#delivery-variation .order__block-content,
#bx-soa-region .order__block-content{
    display: none;
}
#delivery-variation #delivery_show,
#bx-soa-region #delivery_show{
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 27px 0;
}
#delivery-variation .order__block-add_title,
#bx-soa-region #delivery_show .order__block-add_title{
    display: flex;
}
#bx-soa-region #delivery_show .order__block-add_title .order__block-add_title-text{}
#bx-soa-region #delivery_show .order__block-add_icon{}
#delivery-variation #delivery_show .order__block-add_icon svg,
#bx-soa-region #delivery_show .order__block-add_icon svg{
    display: flex;
}
#bx-soa-pickup.hide,
#bx-soa-region.hide{
    display: none !important;
}
#bx-soa-region .order__block-title{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;

    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}
#bx-soa-delivery,
#delivery-variation,
#bx-soa-properties{
    /*border-bottom: 5px solid #f7f7f7;*/
    /*margin-bottom: 5px;*/
}
#bx-soa-properties{
    width: 100%;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
}
#delivery-variation .order__block-top,
#bx-soa-properties .order__block-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}
#delivery-variation .order__block-title,
#bx-soa-properties .order__block-title{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
#bx-soa-properties .order__block-action{
    color: #808080;
    cursor: pointer;
    line-height: 16px;
    font-size: 14px;
    position: relative;
    letter-spacing: 0.02em;
    text-decoration: underline;
}
#bx-soa-properties .order__block-action.hide{
    display:none;
}
#bx-soa-properties .order__block-content{
    display:none;
}
#bx-soa-properties #user_pd-show{
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 27px 0;
}
#bx-soa-properties #user_pd-show .order__block-add_title{
    display: flex;
}
#bx-soa-properties #user_pd-show .order__block-add_title-text{}
#bx-soa-properties #user_pd-show .order__block-add_icon{}
#bx-soa-properties #user_pd-show .order__block-add_icon svg{
    display: flex;
}


.bx-soa-section.bx-step-good {
    -webkit-animation: animationBorderStep ease 5s;
    -moz-animation: animationBorderStep ease 5s;
    -o-animation: animationBorderStep ease 5s;
    animation: animationBorderStep ease 5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animationBorderStep {0%{border-color:#70BB18}100%{border-color: #91cedc}}
@-moz-keyframes animationBorderStep {0%{border-color:#70BB18}100%{border-color: #91cedc}}
@-ms-keyframes animationBorderStep {0%{border-color:#70BB18}100%{border-color: #91cedc}}
@-o-keyframes animationBorderStep {0%{border-color:#70BB18}100%{border-color: #91cedc}}
@keyframes animationBorderStep {0%{border-color:#70BB18}100%{border-color: #91cedc}}

.bx-soa-section.bx-step-bad {
    -webkit-animation: animationBorderStepBad ease 5s;
    -moz-animation: animationBorderStepBad ease 5s;
    -o-animation: animationBorderStepBad ease 5s;
    animation: animationBorderStepBad ease 5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animationBorderStepBad {0%{border-color:#db4a29}100%{border-color: #91cedc}}
@-moz-keyframes animationBorderStepBad {0%{border-color:#db4a29}100%{border-color: #91cedc}}
@-ms-keyframes animationBorderStepBad {0%{border-color:#db4a29}100%{border-color: #91cedc}}
@-o-keyframes animationBorderStepBad {0%{border-color:#db4a29}100%{border-color: #91cedc}}
@keyframes animationBorderStepBad {0%{border-color:#db4a29}100%{border-color: #91cedc}}

.bx-soa-changeCostSign {
    -webkit-animation: changeCostSign ease .4s;
    -moz-animation: changeCostSign ease .4s;
    -o-animation: changeCostSign ease .4s;
    animation: changeCostSign ease .4s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes changeCostSign {0%{opacity:1}40%{opacity:0}60%{opacity:0}100%{opacity:1}}
@-moz-keyframes changeCostSign {0%{opacity:1}40%{opacity:0}60%{opacity:0}100%{opacity:1}}
@-ms-keyframes changeCostSign {0%{opacity:1}40%{opacity:0}60%{opacity:0}100%{opacity:1}}
@-o-keyframes changeCostSign {0%{opacity:1}40%{opacity:0}60%{opacity:0}100%{opacity:1}}
@keyframes changeCostSign {0%{opacity:1}40%{opacity:0}60%{opacity:0}100%{opacity:1}}

.bx-sls.tanais-form-control {padding: 0;}
.bx-sls .bx-ui-sls-pane,
.bx-slst .bx-ui-combobox-dropdown{border: 1px solid #bdbdbd;}
.bx-sls .dropdown-fade2white,
.bx-slst .dropdown-fade2white{top:1px;}
.bx-sls .tanais-form-control.dropdown-block,
.bx-slst .tanais-form-control.dropdown-block{
    background-color: #f8fafc;
    border: 1px solid #d5dadc;
    box-shadow: none;
    border-radius: 0;
}
.has-error .bx-sls .tanais-form-control.dropdown-block,
.has-error .bx-slst .tanais-form-control.dropdown-block{
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.bx-slst .tanais-form-control .bx-ui-combobox-container .bx-combobox-fake-as-input{padding-top: 7px;}
.bx-bd-error {border-color: #db4a29;}
.bx-bd-waring {border-color: #CCBE71;}
.wsnw{white-space: nowrap;}

.bx-step-opacity {
    transition: 500ms opacity ease;
}

/* MAPS */
ymaps h3{
    margin: 6px 0 10px 0;
}

/* AUTH */
.bx-authform{
    margin: 0 0 25px;
}
/*block*/
.bx-authform-formgroup-container{
    margin-bottom: 25px;
}
.bx-authform-content-container,
.bx-authform-label-container{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-authform-input-container{
    position: relative;
}
.bx-authform-psw-protected{
    height: 38px;
    width: 38px;
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -19px;
    background: url(/local/templates/goryacheva_shop/components/bitrix/sale.order.ajax/tanais.order.ajax_custom_v2/images/sprite.png) no-repeat center;
    -webkit-background-size: 11px auto;
    		background-size: 11px auto;
}

.bx-authform-psw-protected-desc{
    display: none;
    background: #fff;
    position: absolute;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    bottom: 100%;
    margin-bottom: 14px;
    border:1px solid #f0f1f2;
    padding: 10px 20px;
    font-size: 14px;
    z-index: 110;
    box-shadow: 0 6px 9px 0 rgba(0,0,0,.1)
}
.bx-authform-psw-protected:hover .bx-authform-psw-protected-desc{display: block;}
.bx-authform-psw-protected-desc>span{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzNzExNDdGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzNzExNDhGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMjM3MTE0NUZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMjM3MTE0NkZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PodxyuQAAAFASURBVHjarJS/SgNBEMZ3x00glj6DL2Fn5UtYi7WdlYUIYhGwCYgPYBeIjbUvIYikCxaCGk/wZvf2n98dCiEm521y2xwzOzO/m5tvTn5knyrG+LLZ6211ux3R5rHWCtZGhBBOCbaTUu7kzM9FYVuDeO+FNsWjD+EQ9S/px/8EY7ctmHVO5KwzwM5Iymu4pjRzP24D5tAJs34D7Bzm3a+f5uLWgpWfCzMZY+YHG0QXqDVdBloZZp0VXzmXAriCOZq/pyV5STB0Eo0pHqCufXQygCs2BTWCxUrC5eDZO+f7iL+BSy+KpX9ethZWSVibCSDHiLutK0QNPv9CGIpDXWaCPTkioj5c7+uC/sBctSccMfjBrITrjsQvKEXB25DufUepDPtyAnvYNFElrkrVGZZxD89hSqJaYflL2Gtq0rcAAwDa/ePzqfelnAAAAABJRU5ErkJggg==) no-repeat center bottom;
}
.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-authform-input-container input[type="text"].bx-empty-field,
.bx-authform-input-container input[type="password"].bx-empty-field{
    border-color: #dd4b39;
}
span.bx-authform-starrequired{
    color: #d93333;
}
.bx-authform-formgroup-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-authform-link-container,
.bx-authform-description-container{
    padding-bottom: 10px;
    font-size: 13px;
    color: #292d2e;
}
.bx-authform-description-container{
    font-size: 13px;
    color: #5a6c77;
}
.bx-authform-link-container{margin-bottom: 20px;}

hr.bxe-light{
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-bottom: 20px;
}

.alert{
    border: none;
    border-radius: 1px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
}
.bxe-aleft-title{
    font-weight: bold;
    padding-bottom: 5px;
}
.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}
.alert-warning {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}
.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

/* PAGINATION */
.bx-pagination {
    margin-top: 10px;
}
.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}
.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px 0 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    background: #eff0f1;
    padding: 0 8px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    font-size: 14px;
    border-radius: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    border-radius: 16px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
    background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
    background: var(--color-primary-two);
    color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
    color: #aab1b4;
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
    background: #fff;
    border-color: #DADADA;
    color: #000;
}

.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
    background: #3bc915;
    color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
    background: #F9A91D;
    color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
    background: #E22B2B;
    color: #fff;
}

#loading_screen{
    position:fixed;
    z-index: 1150;
    left:50%;
    top:50%;
    margin-left: -32px;
    margin-top: -32px;
    width:64px;
    height:64px;
}

.bx-soa-tooltip.bx-soa-tooltip-static{
    position: relative;
    z-index: 0;
}
.bx-soa-tooltip.bx-soa-tooltip-static .tooltip-arrow{left:20px;}

.bx-soa-tooltip .tooltip-inner{max-width: 350px; margin-bottom: 7px;}
.bx-soa-tooltip.bx-soa-tooltip-danger  .tooltip-arrow{border-top-color:#F2DEDE;}
.bx-soa-tooltip.bx-soa-tooltip-danger  .tooltip-inner{background:#F2DEDE;color:#A94442;}
.bx-soa-tooltip.bx-soa-tooltip-warning .tooltip-arrow{border-top-color:#FCF8E3;}
.bx-soa-tooltip.bx-soa-tooltip-warning .tooltip-inner{background:#FCF8E3;color:#8A6D3B;}
.bx-soa-tooltip.bx-soa-tooltip-success .tooltip-arrow{border-top-color:#dff0d8;}
.bx-soa-tooltip.bx-soa-tooltip-success .tooltip-inner{background:#dff0d8;color:#3c763d;}

.bx-soa-tooltip.bx-soa-tooltip-coupon{display:none;}
.bx-soa-coupon-item-used:hover    .bx-soa-tooltip,
.bx-soa-coupon-item-danger:hover  .bx-soa-tooltip,
.bx-soa-coupon-item-success:hover .bx-soa-tooltip{
    display:block;
    opacity:1;
    bottom:100%;
}
.bx-soa-tooltip-coupon>span{
    display:block;
    text-transform:none;
}


.bx-soa-empty-cart-image{
	width:131px;
	height:116px;
	margin:50px auto 42px;
	background:url('/bitrix/images/tanais.order/empty_cart.svg') no-repeat center;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx-soa-empty-cart-text{
	font-size:36px;
	text-align:center;
	color:#bababa;
	margin-bottom:42px;
}
.bx-soa-empty-cart-desc{
	text-align:center;
	color:#000;
	font-size:16px;
	margin-bottom:42px;
}
.soa-property-container .input-group-addon{
	background:#fff;
}
.input-group-addon .bx-calendar{
	background:url('/bitrix/images/tanais.order/calendar.svg') no-repeat center;
	display: inline-block;
	width: 18px;
	background-size: 18px auto;
	height: 18px;
}
.icon-success {
    position: absolute;
    left: 16px;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjEgMjEiPjxzdHlsZT4uc3Qwe2ZpbGw6IzcxYmEyNH08L3N0eWxlPjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMTAuNSAwQzQuNyAwIDAgNC43IDAgMTAuNVM0LjcgMjEgMTAuNSAyMSAyMSAxNi4zIDIxIDEwLjUgMTYuMyAwIDEwLjUgMHpNOSAxNS40bC01LTQuOSAyLTIgMyAzIDYtNS45IDIgMi04IDcuOHoiLz48L3N2Zz4=);
}
.icon-warning {
    position: absolute;
    left: 16px;
    width: 22px;
    height: 20px;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjIgMjAiPjxzdHlsZT4uc3Qwe2ZpbGw6I2RlYTcxMn08L3N0eWxlPjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMjEuNyAxNi43TDEyLjkgMS4xQzEyLjMuMSAxMS0uMyAxMCAuM2MtLjQuMi0uNy41LS45LjhMLjMgMTYuN2MtLjQuNy0uNCAxLjUgMCAyLjIuNC43IDEuMSAxLjEgMS45IDEuMWgxNy43Yy44IDAgMS41LS40IDEuOS0xLjEuMy0uNy4zLTEuNS0uMS0yLjJ6bS0xMC43LjhjLS44IDAtMS40LS42LTEuNS0xLjQgMC0uOC42LTEuNCAxLjQtMS41LjggMCAxLjQuNiAxLjUgMS40IDAgLjgtLjYgMS41LTEuNCAxLjV6bTEuNC02LjJjMCAuOC0uNiAxLjQtMS40IDEuNHMtMS40LS42LTEuNC0xLjRWNC43YzAtLjQuMy0uNy43LS43aDEuNWMuNCAwIC43LjMuNy43bC0uMSA2LjZ6Ii8+PC9zdmc+);
}

/* USER CONSENT */
label[data-bx-user-consent] {
    line-height: 13px;
}
label[data-bx-user-consent] a{
    color: #000;
    font-size: 11px;
    font-weight: 100;
}
label[data-bx-user-consent] input{
    margin-top: 2px;
}

.bx-soa-section-title-icon {
    margin-right: 15px;
    display: flex;
}

.bx-soa-section-title-icon svg,
.bx-soa-section-title-icon svg path {
    fill: var(--color-primary-one);
}
#bx-soa-tanais-order .tanais-form-control {
    background: #F9F9F9;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    min-height: 36px;
    height: auto;
}

#bx-soa-tanais-order .tanais-form-control,
#bx-soa-tanais-order .tanais-form-control:hover,
#bx-soa-tanais-order .tanais-form-control:focus {
    box-shadow: none;
    border-radius: 0;
    outline: none;
}

#bx-soa-tanais-order .tanais-form-control.error {
    border-color: #f59595;
    background: rgba(255, 0, 0, 0.08);
}

#bx-soa-tanais-order .person-type input[type="radio"] {
    display: none;
}

#bx-soa-tanais-order .person-type .tanais-radio-inline {
    display: inline-block;
    padding: 0;
    margin: 0;
}
#bx-soa-tanais-order .person-type .tanais-radio-inline label{
    padding: 10px 30px;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    transition: .2s;
    display: inline-block;
    cursor: pointer;
}
#bx-soa-tanais-order .person-type .tanais-radio-inline.checked label {
    border-color: var(--color-primary-one);
    border-width: 2px;
}

.tanais-order .main-user-consent-request-announce-link {
	color: #606060;
	line-height: 17px;
	font-size: 14px;
}

#bx-soa-orderSave{
    display: none !important;
}
#bx-soa-orderSave .checkbox {
	margin-bottom: 0;
}

#bx-soa-orderSave .checkbox label {
    display: flex;
}

#bx-soa-orderSave .checkbox label span {
    margin-left: 5px;
}

#bx-soa-orderSave .btn {
    float: right;
}

.tanais-order #orderDescription {
	min-height: 75px;
}

.bx-soa-pp-company-graf-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.tanais-order .single-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#bx-soa-paysystem{
    width: 100%;
    background: #fff;
    border-bottom: 5px solid #f7f7f7;
    margin-bottom: 5px;
}
#bx-soa-paysystem .order__block-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}
#bx-soa-paysystem .order__block-title{
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.tanais-order #bx-soa-paysystem,
.tanais-order #bx-soa-delivery {
    /*width: calc(50% - 15px);*/
    box-shadow: none;
    border-radius: 0;
}

.tanais-order #bx-soa-delivery .bx-soa-pp-company .checkbox input {
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.tanais-order .single-container.one-child #bx-soa-paysystem,
.tanais-order .single-container.one-child #bx-soa-delivery {
    width: 100%;
}

.tanais-order #bx-soa-delivery .bx-soa-pp-company-graf-container {
    border-bottom: 1px dotted transparent;
	margin-top: -7px;
}

.tanais-order #bx-soa-delivery .bx-soa-pp-company-graf-container.has-delivery-cost {
    border-bottom-color: #B4B4B4;
}

.tanais-order #bx-soa-delivery .bx-soa-pp-company-graf-container .bx-soa-pp-company-smalltitle span,
.tanais-order #bx-soa-delivery .bx-soa-pp-company-graf-container .bx-soa-pp-delivery-cost {
	position: relative;
	top: 7px;
}

.tanais-order #bx-soa-delivery .bx-soa-pp-company-graf-container .bx-soa-pp-company-smalltitle span,
.tanais-order #bx-soa-delivery .bx-soa-pp-company-graf-container .bx-soa-pp-delivery-cost {
	background-color: #fff;
}

.tanais-order #bx-soa-delivery .bx-soa-pp-company-graf-container .bx-soa-pp-company-smalltitle {
	padding-right: 1px;
}

.tanais-order #bx-soa-delivery .bx-soa-pp-company-graf-container .bx-soa-pp-delivery-cost {
	padding-left: 1px;
}

.tanais-order #bx-soa-delivery .bx-soa-pp-company-graf-container .style-checkbox {
	top: 8px;
}

.tanais-order #bx-soa-pickup {
    width: 100%;
}

.bx-soa-pp-item-container {
    /*padding-left: 35px;*/
    padding-left: 0;
}

.bx-soa-pp-item-container .bx-soa-pp-company-graf-container {
    position: relative;
}

.bx-soa-pp-item-container .bx-soa-pp-company-graf-container .style-checkbox {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #D6D6D6;
    border-radius: 18px;
    background: #FFFFFF;
    left: -35px;
    top: 1px;
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bx-soa-pp-item-container .bx-soa-pp-company:hover .bx-soa-pp-company-graf-container .style-checkbox,
.bx-soa-pp-item-container .bx-selected .bx-soa-pp-company-graf-container .style-checkbox {
    /*border-color: var(--color-primary-one);*/
    border-color: #000;
    transition: .2s;
}

.bx-soa-pp-item-container .bx-selected .bx-soa-pp-company-graf-container .style-checkbox:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    /*background-color: var(--color-primary-one);*/
    background-color: #000;
    transition: 6.2s;
}

.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn {
    display: none;
}

.bx-soa-pp-desc-container .checkbox {
    margin-bottom: 0;
}

#bx-soa-real-basket {
    margin-bottom: 20px;
}
#bx-soa-real-basket h1{
    text-align: left;
    margin: 0;
}
.bx-soa-cart-total-form {
    display: none;
    position: relative;
}

.bx-soa-cart-total-form-title {
    margin-bottom: 15px;
    text-align: left;
}

.bx-soa-cart-total-form-title p {
    font-size: 18px;
    text-transform: uppercase;
}

.bx-soa-cart-total-form .btn {
    width: 100%;
    margin-top: 10px;
}

.bx-soa-cart-total-form-field {
    margin-bottom: 10px;
}

.bx-soa-cart-total-form-field span {
    font-weight: normal;
    font-size: 14px;
    color: #303030;
    margin-bottom: 5px;
    display: block;
}

.bx-soa-cart-total-form-field span i {
    font-style: normal;
    color: red;
    font-size: 17px;
    line-height: 0;
}

.bx-soa-cart-total-form-close-btn {
    width: 25px;
    height: 25px;
    position: absolute;
    display: inline-block;
    z-index: 200;
    text-indent: -9999px;
    cursor: pointer;
    right: 0;
    top: -2px;
}
.bx-soa-cart-total-form-close-btn:before,
.bx-soa-cart-total-form-close-btn:after {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--color-primary-two);
    position: absolute;
    top: 48%;
    left: 0;
    transform: rotate(45deg);
    transition: all 0.3s ease-out;
}
.bx-soa-cart-total-form-close-btn:after {
    transform: rotate(-45deg);
    transition: all 0.3s ease-out;
}
.bx-soa-cart-total-form-close-btn:hover:before,
.bx-soa-cart-total-form-close-btn:hover:after {
    transform: rotate(180deg);
    background: var(--color-primary-two);
}

.bx-soa-header-panel {
    margin-bottom: 20px;
    padding: 0 15px; 
}

.bx-soa-header-panel-buttons {
    display: flex;
    align-items: center;
}

.bx-soa-header-panel-buttons .soa-icon-link {
    margin-left: 15px;
    cursor: pointer;
}

.bx-soa-header-panel-buttons .soa-icon-link svg,
.bx-soa-header-panel-buttons .soa-icon-link svg path {
    transition: .2s;
}

.bx-soa-header-panel-buttons .soa-icon-link:hover svg,
.bx-soa-header-panel-buttons .soa-icon-link:hover svg path {
    fill: var(--color-primary-two);
    transition: .2s;
}

.bx-soa-header-panel .soa-back-to-catalog-link {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: auto;
}

.bx-soa-header-panel .soa-back-to-catalog-link i {
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.bx-soa-cart-total-form-message-box {
    margin-bottom: 15px;
    font-size: 13px;
    padding: 3px 8px;
    line-height: 15px;
    border-radius: 3px;
    display: none;
}

.bx-soa-cart-total-form-message-box p {
    margin-top: 6px;
    margin-bottom: 6px;
}

.bx-soa-cart-total-form-message-box.error {
    color: #ff0000;
    background: rgb(255, 0, 0, 0.06);
    display: block;
}

.soa-buy-one-click-captcha-block img {
    margin-top: 7px;
}

.soa-property-container.has-soa-action-button {
    display: flex;
}

.soa-property-container.has-soa-action-button input {
    flex: 1;
}

.soa-property-container.has-soa-action-button .btn {
    margin-left: 20px;
    padding-top: 8px;
    padding-bottom: 7px;
}

.soa-property-container.has-soa-address-suggest {
    position: relative;
}

.soa-property-container.has-soa-address-suggest .soa-suggests-container {
    display: none;
    position: absolute;
    z-index: 10;
    background: #f9f9f9;
    border: 1px solid #d6d6d6;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    top: calc(100% - 1px);
    width: 100%;
}

.soa-property-container.has-soa-address-suggest .soa-suggests-block {
    display: flex;
    flex-direction: column;
}

.soa-property-container.has-soa-address-suggest .soa-suggests-block span {
    padding: 5px 10px;
    cursor: pointer;
    transition: .2s;
    color: #232323;
}

.soa-property-container.has-soa-address-suggest .soa-suggests-block span:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.soa-property-container.has-soa-address-suggest .soa-suggests-block span:hover {
    background: var(--color-primary-two);
    color: #fff;
    transition: .2s;
}

.tanais-order .bx-sls .bx-ui-sls-fake, .tanais-order .bx-sls .bx-ui-sls-route {
	height: 36px;
}

.tanais-order .bx-sls .dropdown-icon {
	top: 11px;
}

.tanais-order .bx_soa_location .bx-sls .bx-ui-sls-container {
    min-height: 36px;
}

.tanais-order .bx_soa_location .bx-sls .dropdown-block {
    border-radius: 3px;
    background-color: #F9F9F9;
}

.tanais-order .bx-sls .bx-ui-sls-clear {
	margin-top: 4px;
}

.sale_order_full_table.pay{margin:35px 0px 0px;}
.sale_order_full_table{position:relative;display:block;margin:0 auto;max-width:730px;}
.sale_order_full_table:first-of-type{padding:10px 0 0 !important;text-align:center;color:#333;border:none !important;}
.sale_order_full_table:first-of-type:before{content:"";position:absolute;left:50%;top:0;margin:0 0 0 -35px;width:70px;height:70px;}
.sale_order_full_table:last-of-type{border:1px solid #eaeaea;padding:34px 39px 34px;}
.sale_order_full_table:last-of-type tr:last-child td:first-child{padding-top:20px;}
.sale_order_full_table > tbody{display:block;}
.sale_order_full_table > tbody > tr{display:block;}
.sale_order_full_table .ps_logo{display:block;}
.sale_order_full_table .ps_logo br{display:none;}
.sale_order_full_table .ps_logo .pay_name{margin:0 0 22px;font-size:18px;font-weight:bold;line-height:20px;color:#333;}
.sale_order_full_table .ps_logo img {margin:0 25px 0 0;text-align:center;border:1px solid #eaeaea; padding: 3px;}
.sale_order_full_table .ps_logo .paysystem_name{display:inline-block;vertical-align:middle;font-size:14px;line-height:20px;color:#333333;}
.sale_order_full_table td>.tablebodytext{display:block;color:#333;}
.sale_order_full_table .tablebodytext br:first-of-type{display:none;}
.sale_order_full_table form[name="ShopForm"] .tablebodytext{display:block;margin:8px 0 0;font-size:12px;line-height:18px;color:#777777;}
.sale_order_full_table form[name="ShopForm"] .tablebodytext b{font-weight:normal;color:#333333;}
.sale_order_full_table input[name="BuyButton"]{display:inline-block;margin:26px 10px 26px 0;padding:7px 19px 9px;font-size:14px;line-height:20px;font-weight:bold;color:#fff;border:1px solid transparent;}
.sale_order_full_table input[name="BuyButton"] + p{display:inline-block;margin:0 0 15px 0;}

.tanais-order .tanais-flex-block {
    display: flex;
    width: 100%;
}

.tanais-order .tanais-main-block {
    flex: 1;
    padding-right: 35px;
}


.tanais-order .tanais-sidebar-block {
    width: 23%;
    max-width: 100%;
}
.tanais-order .tanais-sidebar-block.order_right{
    width: 40%;
    padding-left: 30px;
    border-left: 1px solid #efefef;
}


@media (max-width:991px) {
    #bx-soa-tanais-order {
     	flex-direction: column;
     }

    #bx-soa-tanais-order .tanais-sidebar-block {
    	width: 100%;
        border-left: none;
        padding-left: 0;
    }
    #bx-soa-tanais-order .tanais-main-block {
        padding-right: 0;
    }
    #bx-soa-tanais-order {
        flex-wrap: wrap;
    }
    .tanais-order {
        margin-bottom: 30px;
    }
    .bx-soa-item-table,
    .bx-soa-item-table>tbody,
    .bx-soa-item-tr,
    .bx-soa-item-td{display:block;}
    .bx-soa-item-tr.bx-soa-item-info-container,
    .bx-soa-item-tr .bx-soa-item-td{border:none;}
    .bx-soa-item-tr{
        border-top: 1px dotted #e5e5e5;
        padding-bottom:15px;
        padding-top:10px;
        overflow:hidden;
    }
    .bx-soa-item-tr.bx-soa-item-tr-first{border:none;}
    .bx-soa-item-block{ overflow:hidden;}
    .bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
    .bx-soa-item-properties.bx-text-right .bx-soa-item-td-text{ text-align:center;}
}
@media (min-width:581px) and (max-width:991px){
    .bx-soa-item-properties{float:left; padding-bottom:10px;}
    .bx-soa-item-td-title,
    .bx-soa-item-nth-4p1,
    .bx-soa-item-tr{clear:both;}
}
@media (max-width:580px){
    .bx-soa-item-td {line-height: 17px;}
    .bx-soa-item-img-block{
        float:none;
        max-width: 160px;
        margin: 0 auto;
        padding-right:0;
    }
    .bx-soa-section.bx-step-completed .bx-soa-item-img-block{float:left;}
    .bx-soa-item-content{padding-top:15px;}
    .bx-soa-section.bx-step-completed .bx-soa-item-content{padding-top:0;}
    .bx-scu-container{padding-top:10px;}
    .bx-soa-item-td-title,
    .bx-soa-item-td-text{
        line-height:20px;
        display:inline-block !important;
        padding: 2px 5px;
        text-align: left;
        vertical-align:middle;
        font-size:13px;
    }
    .bx-soa-item-td-title:after {content: ":"}
    .bx-soa-item-properties {padding:0;}
}
@media (min-width: 580px) {
    .bx-soa-item-img-block {
        width: 85px;
        margin: 0;
    }
}

@media (min-width:769px){
    .bx-soa-item-td{
        padding-left: 7px;
        padding-right:7px;
        padding-bottom:10px;
    }
}

@media (max-width: 991px) {
    .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
        white-space: nowrap;
        font-size: 19px;
    }
    .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d span {font-size: 14px;}
}

@media (max-width: 580px) {
    .bx-soa-coupon-label {
        /*text-align: center;*/
        display: block;
        padding-bottom: 5px;
    }
    .bx-soa-coupon-block {display: block;}
    .bx-soa-coupon-input {text-align: center;}
    .bx-soa-coupon-input input {display: inline-block !important;}
    .bx-soa-coupon-item {text-align: center;}
    .bx-soa-coupon-item strong {
        display: inline-block;
        position: relative;
        /*right: -20px;*/
    }
    .bx-soa-coupon-item strong:first-child {margin-left: 0;}
    .bx-soa-coupon-remove:after {
        content: "";
        clear: both;
    }
    .bx-soa-more {padding-top: 10px;}
    .bx-soa-pickup-l-item-detail {padding-left: 0;}
    .bx-soa-pickup-l-item-img {
        position: relative;
        left: auto;
        top: auto;
        max-width: 200px;
        max-height: 200px;
    }
    .bx-soa-pickup-l-item-adress {padding-right: 0;}
}

@media(max-width: 768px){
    .bx-soa-cart-total.bx-soa-cart-total-fixed{
        position: static;
        width: 100% !important;
    }
    .bx-soa-cart-total.bx-soa-cart-total-bottom{
        opacity:1 !important;
        position: static;
    }
    .bx-soa-cart-total-ghost{
        display: none;
    }
}

@media (max-width:580px){
    .bx-soa-item-info-container .bx-soa-item-td{
        position:static;
        left:auto;
        right:auto;
        padding:0;
    }
    .bx-soa-item-info-container{
        position:relative;
        height:auto !important;
        min-height:0;
    }
}

@media (max-width: 580px){
    .bx-img-item {
        width: 45px;
    }

}

@media (max-width:768px) {
    .tanais-order .single-container {
        flex-direction: column;
    }

    .tanais-order #bx-soa-paysystem,
    .tanais-order #bx-soa-delivery {
        width: 100%;
    }

    .bx-soa-header-panel-buttons .soa-icon-link svg,
    .bx-soa-header-panel-buttons .soa-icon-link svg path {
        zoom: 1.4;
    }
}

@media (min-width:481px) and (max-width:766px) {
    .bx-soa-pp-desc-container .bx-soa-pp-company-smalltitle {display: none; }
    .bx-soa-pp-list-termin {width: 30%;}
}

@media (max-width:480px) {
    .bx-soa-pp-company-title {display: none;}

    .bx-soa-pp-item-container {border-right: none;}
    .bx-soa-pp-desc-container {}
    .bx-soa-pp-desc-container .bx-soa-pp-company-smalltitle {display: none;}
    .bx-soa-pp-list-termin {width: 40%;}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),@media only screen and (min--moz-device-pixel-ratio: 2),@media only screen and (-moz-min-device-pixel-ratio: 2),@media only screen and (-o-min-device-pixel-ratio: 2/1),@media only screen and (min-device-pixel-ratio: 2),@media only screen and (min-resolution: 192dpi),@media only screen and (min-resolution: 2dppx){
    .bx-soa-location-input-container {
        border-width: .5px;
    }
}

@media (min-width:768px){
    .bx-scu-container .bx-soa-item-td-title, .bx-scu-container .bx-soa-item-td-text {
        padding-bottom:0;
        line-height:20px;
    }
}

@media (max-width: 768px) {
    .bx-scu-container{height:auto;}
    .bx-scu-container:after{height: 0;}
}

.bx_soa_pickup .bx-soa-pickup-l-item-btn .btn {
	padding: 5px 15px;
	font-size: 14px;
}

.tanais-order #orderDescription.tanais-textarea {
    min-height: 75px;
}

tr.basket-items-list-item-container{
    display: flex;
    padding: 0;
    border-top: 1px solid rgba(177, 177, 177, 0.2);
    position: relative;
    border-radius: 0;
}
tr.basket-items-list-item-container:first-child{
    border-top:none;
}
/* End */
/* /local/templates/goryacheva_shop/css/main.css?1744383988348994 */
/* /local/templates/goryacheva_shop/css/custom.css?174290458421819 */
/* /local/templates/goryacheva_shop/css/swiper-bundle.min.css?171297676318436 */
/* /local/templates/goryacheva_shop/css/viewer.min.css?17129767637657 */
/* /local/templates/goryacheva_shop/components/bitrix/menu/top-multi-menu-2/style.css?174169531512640 */
/* /local/templates/goryacheva_shop/components/bitrix/search.form/searchForm/style.css?1730389245683 */
/* /local/templates/goryacheva_shop/components/bitrix/search.suggest.input/searchInput/style.css?1713948887501 */
/* /local/templates/goryacheva_shop/components/bitrix/catalog.item/catalog/style.css?171297676319554 */
/* /local/templates/goryacheva_shop/components/bitrix/menu/footer-column/style.css?171297676311971 */
/* /local/templates/goryacheva_shop/template_styles.css?17407256099902 */
/* /local/templates/goryacheva_shop/components/bitrix/sale.order.ajax/tanais.order.ajax_custom_v2/style.css?174169117978219 */
