/* Reset main settings */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  overflow-x: hidden;
  /*-webkit-user-select: none;*/
  /*   -moz-user-select: none;*/
  /*    -ms-user-select: none;*/
  /*        user-select: none;*/
  font-family: SegoeUI, sans-serif;
  font-size: 1rem;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p, ul, ol, dl {
  margin-bottom: 1em;
}
h2 {
  font-size: 1.2em;
  margin-bottom: 1em;
  font-weight: 500;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a {
  color: inherit;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'cpsp' on;
          font-feature-settings: 'pnum' on, 'lnum' on, 'cpsp' on;
}
img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
img,
svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
button {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0;
  background: transparent;
}
body, html {
  width: 100vw;
  overflow-x: hidden;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}
.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mt4 {
  margin-top: 4px;
}
.mt8 {
  margin-top: 8px;
}
.mt12 {
  margin-top: 12px;
}
.mt16 {
  margin-top: 16px;
}
.mt20 {
  margin-top: 20px;
}
.mt32 {
  margin-top: 32px;
}
.mt40 {
  margin-top: 40px;
}
.mt64 {
  margin-top: 64px;
}
.mt120 {
  margin-top: 120px;
}
.mb4 {
  margin-bottom: 4px;
}
.mb8 {
  margin-bottom: 8px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb40 {
  margin-bottom: 40px;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

@font-face {
  font-display: swap;
  font-family: 'SegoeUI';
  src: url('../fonts/SegoeUI.eot');
  src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'SegoeUI-SemiBold';
  src: url('../fonts/SegoeUI-SemiBold.eot');
  src: url('../fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-SemiBold.woff') format('woff'), url('../fonts/SegoeUI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'SegoeUI-Bold';
  src: url('../fonts/SegoeUI-Bold.eot');
  src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.wrapper {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.header {
  background: #F7F8FA;
  position: relative;
  z-index: 3;
}
.header-top {
  padding: 12px 0;
}
.header-bottom {
  padding: 6px 0 20px 0;
  position: relative;
}
.drop {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #F7F8FA;
  -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.04), 0px 3px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.04), 0px 3px 4px rgba(0, 0, 0, 0.08);
  padding: 12px 0;
  z-index: 4;
}
.drop.active {
  display: block;
}
.drop-cards {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  margin-right: -28px;
}
.drop-card {
  background: #fff;
  width: 299px;
  height: 249px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  margin-bottom: 28px;
  margin-right: 28px;
  -webkit-transform: perspective(600px) rotateY(0);
          transform: perspective(600px) rotateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-in 0.3s;
  transition: -webkit-transform 0.3s ease-in 0.3s;
  transition: transform 0.3s ease-in 0.3s;
  transition: transform 0.3s ease-in 0.3s, -webkit-transform 0.3s ease-in 0.3s;
}
.drop-card:hover {
  -webkit-transform: perspective(600px) rotateY(180deg);
          transform: perspective(600px) rotateY(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-out 0.3s;
  transition: -webkit-transform 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
}
.drop-front,
.drop-back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.drop-front {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.drop-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.drop-name {
  max-width: 192px;
  margin: 20px auto 0 auto;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 124%;
  text-align: center;
  color: #000000;
}
.drop-desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 124%;
  text-align: center;
  color: #6D7D8C;
}
.drop-back {
  padding: 24px 8px 24px 24px;
  overflow: hidden;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.drop-back p {
  margin-bottom: 12px;
}
.drop-inner {
  padding-right: 9px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.drop-inner::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border-radius: 5px;
}
.drop-inner::-webkit-scrollbar {
  width: 6px;
}
.drop-inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #DDE1E5;
}
.drop-link {
  font-size: 16px;
  line-height: 124%;
  color: #000000;
  border-bottom: 1px solid #DDE1E5;
}
.drop-link:hover {
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.75);
}
.drop-link:active {
  color: #F25F13;
  border-bottom: 1px solid rgba(255, 100, 20, 0.25);
}
.drop-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.drop-overlay.active {
  display: block;
}
.place,
.address,
.nav {
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.place {
  cursor: pointer;
}
.place svg {
  fill: #A5AFB8;
  stroke: #A5AFB8;
  margin-right: 7px;
  margin-top: 3px;
  width: 12px;
  height: 12px;
}
.place span {
  display: inline-block;
}
.address {
  margin-left: 28px;
}
.nav {
  margin-left: auto;
}
.nav-link {
  display: inline-block;
  margin-right: 24px;
}
.free {
  background: #00A64D;
  padding: 4px 8px;
  border-radius: 4px;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 124%;
  color: #FFFFFF;
}
.logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logo img {
  width: 167px;
}
.catalog-link {
  margin-left: 32px;
  background: #FF6414;
  border-radius: 4px;
  padding: 16.5px 24px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 16px;
  line-height: 124%;
  color: #FFFFFF;
  cursor: pointer;
}
.catalog-link.active .burger {
  margin-top: 2px;
}
.catalog-link.active .burger span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalog-link.active .burger span:nth-child(1) {
  width: 12px;
  -webkit-transform: rotate(45deg) translate(0, -3px);
          transform: rotate(45deg) translate(0, -3px);
}
.catalog-link.active .burger span:nth-child(2) {
  display: none;
}
.catalog-link.active .burger span:nth-child(3) {
  width: 12px;
  -webkit-transform: rotate(-45deg) translate(1px, 2px);
          transform: rotate(-45deg) translate(1px, 2px);
}
.burger {
  margin-right: 8px;
  width: 12px;
}
.burger span {
  display: block;
  height: 2px;
  background: #FFFFFF;
  margin: 3px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.burger span:nth-child(1) {
  width: 9px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.burger span:nth-child(2) {
  width: 12px;
}
.burger span:nth-child(3) {
  width: 9px;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.in {
  font-family: SegoeUI, sans-serif;
  font-size: 16px;
  line-height: 124%;
  color: #000000;
}
.in::-webkit-input-placeholder {
  color: #A5AFB8;
}
.in::-moz-placeholder {
  color: #A5AFB8;
}
.in:-ms-input-placeholder {
  color: #A5AFB8;
}
.in::-ms-input-placeholder {
  color: #A5AFB8;
}
.in::placeholder {
  color: #A5AFB8;
}
.in::-webkit-input-placeholder {
  color: #A5AFB8;
}
.in::-moz-placeholder {
  color: #A5AFB8;
}
.in:-moz-placeholder {
  color: #A5AFB8;
}
.in:-ms-input-placeholder {
  color: #A5AFB8;
}
.in:hover,
.in:focus {
  border: 1px solid #DDE1E5;
}
.in:focus {
  background: #FFFFFF;
}
.search {
  margin-left: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.search-input {
  width: 100%;
  position: relative;
}
.search-input input {
  width: 100%;
  height: 52px;
  padding-left: 20px;
  padding-right: 60px;
  background: #FFFFFF;
  border-radius: 4px;
  font-family: SegoeUI, sans-serif;
  font-size: 16px;
  line-height: 124%;
  color: #000000;
  border: 1px solid #FFFFFF;
}
.search-input input:focus + button svg {
  stroke: #FF6414;
}
.search-input button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-input svg {
  fill: transparent;
  stroke: #A5AFB8;
  stroke-width: 2;
}
.phone {
  margin-left: 32px;
}
.phone a {
  display: block;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 24px;
  line-height: 124%;
  color: #000000;
}
.phone span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.cart {
  width: 185px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 14px 20px;
  background: #DDE1E5;
  border-radius: 4px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 16px;
  line-height: 124%;
  color: #6D7D8C;
}
.cart svg {
  fill: transparent;
  margin-right: 12px;
  stroke: #6D7D8C;
  stroke-width: 2;
  align-self: center;
}
.cart .null,
.cart .notnull {
  display: block;
  align-self: center;
  margin-left: 5px;
}
.cart.active {
  background: #FF6414;
  color: #FFFFFF;
}
.cart.active svg {
  stroke: #FFFFFF;
}
.cart.active .null {
  display: none;
}
.cart.active .notnull {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-wrap {
  margin-left: 33px;
  position: relative;
}
.cart-wrap:hover .cart-drop {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 99;
}
.cart-drop {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  z-index: -1;
  width: 408px;
  position: absolute;
  top: calc(100% + 18px);
  right: 0;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 12px 0 32px 0;
  -webkit-filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.08)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.08)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.08));
}
.cart-drop::after {
  content: '';
  position: absolute;
  right: 78px;
  top: -8px;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 4px;
  background: #FFFFFF;
}
.cart-drop::before {
  content: '';
  display: block;
  border-top: 18px solid transparent;
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
}
.cart-items {
  overflow: hidden;
  overflow-y: auto;
  padding: 0 32px;
}
.cart-items::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}
.cart-items::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #DDE1E5;
}
.cart-items::-webkit-scrollbar {
  width: 4px;
}
.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #DDE1E5;
}
.cart-img {
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cart-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 16px;
}
.cart-info .basket-value {
  margin-top: 12px;
}
.cart-text {
  display: inline-block;
  max-width: 172px;
  font-size: 14px;
  line-height: 124%;
}
.cart-text:hover {
  color: #0066CC;
}
.cart-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
}
.cart-price {
  font-family: 'SegoeUI-Bold', sans-serif;
  line-height: 124%;
  font-weight: 700;
}
.cart-result {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 32px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 18px;
  line-height: 124%;
  font-weight: 700;
}
.cart-empty {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 55px 40px 55px;
}
.cart-empty svg {
  fill: transparent;
}
.cart-empty .title {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 24px;
  line-height: 124%;
  margin-top: 32px;
}
.cart-empty .desc {
  margin-top: 8px;
  line-height: 124%;
  text-align: center;
  color: #6D7D8C;
}
.tocart {
  display: block;
  padding: 12px 15px 16px 15px;
  margin: 0 32px;
}
.main {
  margin: 20px 0 8px 0;
}
.main-hidden {
  display: none;
}
.main-day {
  height: 100%;
}
.main-row {
  height: 380px;
}
.main-slider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  overflow: hidden;
  border-radius: 4px 0px 0px 4px;
  position: relative;
}
.main-slider:hover .main-btn {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-container {
  height: 100%;
}
.main-container img {
  width: 100%;
  height: 100%;
}
.main-pagination {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.main-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 0.4;
  margin: 0 6px;
}
.main-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.main-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-btn svg {
  fill: transparent;
  margin: auto 0;
}
.main-next {
  right: 12px;
}
.main-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-prev {
  left: 12px;
}
.main-block {
  display: block;
  width: 328px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #DDE1E5;
  border-radius: 0px 4px 4px 0px;
  padding: 24px 40px 15px 40px;
}
.main-block:hover .main-title {
  color: #0066CC;
}
.main-img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.main-img img {
  width: 100%;
  height: 100%;
}
.main-ctg {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.main-ctg span {
  display: inline-block;
  margin-left: 6px;
}
.main-ctg span:not(:last-child)::after {
  margin-left: 6px;
  content: '•';
  font-size: 14px;
  line-height: 124%;
  color: #A5AFB8;
}
.main-title {
  margin-top: 4px;
  font-size: 16px;
  line-height: 124%;
  text-align: center;
  color: #000000;
}
.main-price {
  margin-top: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-price > * {
  margin: 0 6px;
}
.main-old {
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
  position: relative;
}
.main-old::before {
  content: '';
  border-bottom: 2px solid red;
  position: absolute;
  width: 100%;
  height: 50%;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.main-new {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 24px;
  line-height: 124%;
  text-align: center;
  color: #000000;
  font-weight: 700;
}
.main-discount {
  background: #FE0000;
  padding: 1px 8px 3px 8px;
  border-radius: 12px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 14px;
  line-height: 124%;
  color: #FFFFFF;
}
.subtitle {
  margin-bottom: 1em;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 32px;
  line-height: 112%;
  color: #000000;
}
.all {
  margin-left: auto;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 16px;
  line-height: 124%;
  color: #FF6414;
}
.all svg {
  margin-left: 8px;
  stroke: #FF6414;
  stroke-width: 1.5;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 17px;
  height: 22px;
}
.all:hover {
  color: #F25F13;
}
.all:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  stroke: #F25F13;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.all:active {
  color: rgba(242, 95, 19, 0.75);
}
.all:active svg {
  stroke: rgba(242, 95, 19, 0.75);
}
.items {
  padding-top: 40px;
}

.pageItems .card-category-view-all{
  float: right;
  padding-top: 10px;
}
.catalogPage.categories > .cards{
  display: block;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -28px;

}
.swiper-container .cards,
.pageItems .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow:auto;
  flex-wrap:nowrap;
}
.pageItems .wrapper{
  padding: 0;
}

.card {
  display: block;
  margin-top: 0;
  margin-bottom: 60px;
  max-width: 190px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 28px;
}
.card:hover .card-desc {
  color: #0066CC;
}
.card-img {
  width: 100%;
  min-height: 190px;
  position: relative;
}
.card-img img {
  width: 100%;
  height: 100%;
}
.card.out-of-stock .card-img img {
  filter: blur(5px);
}
.card .img-out-of-stock {
  display: none;
}
.card.out-of-stock .img-out-of-stock {
  display: block;
  position: absolute;
  top: 70px;
  width: 100%;
  text-align: center;
  color: red;
  font-size: 25px;
}
.card-tags {
  position: absolute;
  top: 6px;
  left: 4px;
}
.card-tag {
  margin-right: 4px;
  padding: 1px 8px 3px 8px;
  border-radius: 12px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 14px;
  line-height: 112%;
  color: #FFFFFF;
}
.card-sale {
  background: #FE0000;
}
.card-heat {
  background: #0066CC;
}
.card-ctg {
  margin-top: 12px;
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
  overflow: hidden;
  position: relative;
}
.card-ctg span {
  display: inline-block;
  margin-right: 6px;
  text-overflow: ellipsis;
}
.card-ctg span:not(:last-child)::after {
  margin-left: 6px;
  content: '•';
  font-size: 14px;
  line-height: 124%;
  color: #A5AFB8;
}
.card-ctg .ellipsis {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #FFFFFF;
  padding-left: 4px;
}
.card-ctg .ellipsis::before {
  content: '...';
}
.card-desc {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 124%;
  color: #000000;
  /*min-height: 68px;*/
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-price {
  margin-top: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-newprice {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 24px;
  line-height: 124%;
  color: #000000;
  font-weight: 700;
  margin-right: 12px;
}
.card-oldprice {
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
  position: relative;
}
.card-oldprice::before {
  content: '';
  border-bottom: 1px solid red;
  position: absolute;
  width: 100%;
  height: 50%;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.mini {
  margin-top: 80px;
}
.mini-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mini-banner {
  display: block;
  width: calc(50% - 14px);
}
.mini-banner img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.map {
  padding-top: 80px;
}
.useful-slider {
  overflow: hidden;
}
.useful-container {
  overflow: visible;
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 32px;
}
.useful .swiper-slide {
  cursor: pointer;
}
.useful .swiper-slide:hover .useful-title {
  color: #0066CC;
}
.useful .swiper-slide:hover .useful-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.useful-image {
  height: 360px;
  overflow: hidden;
  border-radius: 4px;
}
.useful-image img {
  height: 100%;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.useful-title {
  margin-top: 20px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 18px;
  line-height: 124%;
  color: #000000;
}
.useful-desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 124%;
  color: #6D7D8C;
}
.catalog {
  margin-top: 80px;
}
.catalog-links {
  margin-top: 32px;
}
.catalog-col {
  width: 299px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.catalog-col:not(:last-child) {
  margin-right: 28px;
}
.catalog-col h4 {
  margin-bottom: 16px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 18px;
  line-height: 124%;
  color: #000000;
}
.catalog-col p:not(:last-child) {
  margin-bottom: 12px;
}
.catalog .ctg-link {
  font-size: 16px;
  line-height: 124%;
  color: #000000;
  border-bottom: 1px solid #DDE1E5;
}
.catalog .ctg-link:hover {
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.75);
}
.catalog .ctg-link:active {
  color: #F25F13;
  border-bottom: 1px solid rgba(255, 100, 20, 0.25);
}
.sleep {
  margin-top: 80px;
}
.sleep-block {
  display: block;
  width: 100%;
  height: 320px;
  border-radius: 4px;
  position: relative;
}
.sleep-img {
  margin-left: auto;
  width: 100%;
  height: 100%;
}
.sleep-img img {
  width: 100%;
  height: 100%;
  background: transparent;
}
.sleep-text {
  position: absolute;
  top: 54px;
  left: 64px;
}
.sleep-text h3 {
  max-width: 550px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 40px;
  line-height: 120%;
  color: #000000;
}
.sleep-text span {
  display: inline-block;
  max-width: 285px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 124%;
  color: #6D7D8C;
}
.brands {
  margin-top: 80px;
}
.brands-items {
  margin-top: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brands-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  width: 160px;
  height: 96px;
  background: #FFFFFF;
}
.callback {
  margin-top: 88px;
  padding-bottom: 78px;
}
.callback-wrap {
  padding: 0 109px;
  position: relative;
}
.callback-form {
  margin-top: 40px;
}
.callback-form .title {
  max-width: 515px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 40px;
  line-height: 120%;
  color: #000000;
}
.callback-form .desc {
  max-width: 325px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 124%;
  color: #6D7D8C;
}
.callback-form form {
  margin-top: 32px;
  width: 375px;
}
.callback-form .input {
  position: relative;
  width: 100%;
  height: 52px;
  z-index: 3;
  background: #F4F6F7;
}
.callback-form .input input {
  padding: 0 16px;
  border-radius: 4px;
  font-family: SegoeUI, sans-serif;
  font-size: 16px;
  line-height: 124%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
}
.callback-form .input input.front-input {
  color: #000000;
  z-index: 3;
}
.callback-form .input input.back-input {
  color: #A5AFB8;
  z-index: 2;
  pointer-events: none;
}
.callback-form .btn {
  margin-top: 16px;
  width: 100%;
}
.callback-form .alert {
  margin-top: 12px;
  font-size: 14px;
  line-height: 124%;
  color: #A5AFB8;
}
.callback-form .alert a {
  text-decoration: underline;
}
.callback-phone {
  margin-left: 95px;
}
.callback-phone img {
  display: block;
}
.callback-phone .mobile {
  position: relative;
  z-index: 2;
}
.callback-phone .line {
  position: absolute;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.callback-phone .line1 {
  bottom: 65px;
  right: 190px;
  z-index: 3;
  -webkit-transition: 2s;
  transition: 2s;
}
.callback-phone .line2 {
  right: 145px;
  bottom: 65px;
  z-index: 1;
  -webkit-transition: 2s;
  transition: 2s;
}
.footer {
  background: #F7F8FA;
}
.footer-block {
  padding: 40px 0;
  border-bottom: 1px solid #DDE1E5;
}
.footer-copy {
  padding: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 140%;
  color: #6D7D8C;
}
.footer-copy a {
  display: inline-block;
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.2);
}
.footer-info {
  max-width: 530px;
  width: 100%;
  margin-right: 80px;
}
.footer-info .footer-text {
  margin-top: 24px;
}
.footer-info .footwear {
  display: inline-block;
  margin-top: 16px;
  font-size: 16px;
  line-height: 124%;
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.2);
}
.footer-info .footwear:hover {
  border-bottom: 1px solid rgba(255, 100, 20, 0.75);
}
.footer-info .footwear:active {
  color: #F25F13;
  border-bottom: 1px solid rgba(255, 100, 20, 0.2);
}
.footer-text {
  font-size: 16px;
  line-height: 140%;
  color: #6D7D8C;
}
.footer-mail {
  margin-right: auto;
}
.footer-mail .footer-text {
  max-width: 440px;
  margin-top: 8px;
}
.footer-name {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 18px;
  line-height: 124%;
  color: #000000;
}
.footer-form {
  width: 545px;
  margin-top: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-form input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 52px;
  background: #FFFFFF;
  border-radius: 4px 0px 0px 4px;
  padding-left: 16px;
  font-family: SegoeUI, sans-serif;
  font-size: 16px;
  line-height: 124%;
  color: #000000;
  border: 1px solid #FFFFFF;
}
.footer-form .btn {
  width: 150px;
  height: 52px;
  border-radius: 0px 4px 4px 0px;
}
.footer-example {
  margin-top: 9px;
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.footer-cards .pays {
  margin-top: 25px;
  overflow: auto;
}
.footer-cards .pays img {
  height: 20px;
  display: block;
  float: left;
}
.footer-cards .pays img:not(:last-child) {
  margin-right: 10px;
}
.footer-cards .footer-text {
  width: 100%;
  margin-top: 12px;
}
.footer-yandex {
  margin-right: auto;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.footer-yandex p {
  margin-bottom: 16px;
}
.footer-yandex a {
  color: #0066CC;
}
.footer-col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-col:not(:nth-child(3)) {
  width: 299px;
  margin-right: 22px;
}
.footer-col:nth-child(3) {
  width: 100%;
}
.footer-col .footer-name {
  margin-bottom: 16px;
}
.footer-col p:not(:last-child) {
  margin-bottom: 12px;
}
.footer-link {
  font-size: 16px;
  line-height: 124%;
  color: #000000;
  border-bottom: 1px solid #DDE1E5;
}
.footer-link:hover {
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.75);
}
.footer-link:active {
  color: #F25F13;
  border-bottom: 1px solid rgba(255, 100, 20, 0.25);
}
.footer-time {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 140%;
  color: #6D7D8C;
}
.footer-time p:not(:last-child) {
  margin-bottom: 0;
}
.btn,
.button {
  display: block;
  background: #FF6414;
  border-radius: 4px;
  padding: 14px 12px;
  text-align: center;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 16px;
  line-height: 124%;
  color: #FFFFFF;
  cursor: pointer;
}
.btn:hover,
.button:hover {
  background: #F25F13;
}
.btn:active,
.button:active {
  background: #F25F13;
  color: rgba(255, 255, 255, 0.8);
}
.bread-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
  font-size: 14px;
  line-height: 124%;
}
.bread-link {
  display: inline-block;
  padding: 5px 0;
  /*margin: 0 5px;*/
  color: #6D7D8C;
}
.bread span{
  color: #A5AFB8;
}
.bread-link:first-child {
  margin-left: 0;
}
.bread-link:last-child {
  color: #000000;
}
.actions .mini-row {
  margin-top: 48px;
  margin-bottom: -32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.actions .mini-banner {
  margin-bottom: 32px;
}
.special,
.sale {
  margin-top: 80px;
}
.mini-wrapper {
  max-width: 1092px;
}
.delivery-search {
  margin-top: 40px;
}
.delivery-search p {
  font-size: 14px;
  line-height: 124%;
  color: #A5AFB8;
  margin-bottom: 8px;
}
.delivery-search input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  background: #F4F6F7;
  border-radius: 4px;
  font-family: SegoeUI, sans-serif;
  font-size: 16px;
  line-height: 124%;
  color: #000000;
}
.delivery-search .example {
  margin-top: 8px;
  font-family: SegoeUI, sans-serif;
  font-size: 14px;
  line-height: 124%;
}
.delivery-search .example > * {
  display: inline-block;
  margin-right: 8px;
}
.delivery-search .example span {
  color: #6D7D8C;
}
.delivery-search .example a {
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.2);
}
.delivery-search .example a:hover {
  border-bottom: 1px solid rgba(255, 100, 20, 0.75);
}
.delivery-search .example a:active {
  color: #F25F13;
  border-bottom: 1px solid rgba(255, 100, 20, 0.2);
}
.delivery .wrapper .wrapper {
  padding: 0;
}
.delivery-table {
  margin-top: 64px;
  margin-bottom: 50px;
  width: 820px;
}
.delivery-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #DDE1E5;
}
.delivery-name {
  width: 20%;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 124%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.delivery-body {
  padding: 10px 0;
}
.delivery-name:first-child,
.delivery-td:first-child {
  width: 40%;
}
.delivery-td {
  width: 20%;
  padding: 10px 0;
  font-size: 16px;
  line-height: 124%;
  color: #000000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.delivery .alert {
  font-size: 14px;
  line-height: 124%;
  color: #A5AFB8;
}
.delivery-block {
  margin-top: 80px;
}
.delivery-items {
  margin-top: 32px;
}
.delivery-left {
  width: 764px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.delivery-left tr {
  display: block;
  width: 100%;
  margin-top: -1px;
  border-top: 1px solid #DDE1E5;
  border-bottom: 1px solid #DDE1E5;
  padding: 24px 0;
}
.delivery-left td {
  display: table-cell;
}
.delivery-left td:first-child {
  width: 230px;
  padding-right: 30px;
}
.delivery-left td p:not(:last-child) {
  margin-bottom: 16px;
}
.delivery-left td h4 {
  margin-bottom: 8px;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 124%;
  color: #000000;
}
.delivery-left td div:not(:last-child) {
  margin-bottom: 20px;
}
.delivery-left td span {
  display: inline-block;
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.delivery-left .example {
  margin-top: 24px;
  max-width: 600px;
  font-size: 14px;
  line-height: 124%;
  color: #A5AFB8;
}
.delivery-right {
  margin-left: auto;
  width: 218px;
  border-radius: 4px;
  overflow: hidden;
}
.delivery-elem {
  padding: 12px 16px;
  font-size: 16px;
  line-height: 140%;
  color: #6D7D8C;
  background: #F4F6F7;
}
.delivery-elem.active {
  background: #00A64D;
  color: #FFFFFF;
}
.delivery .dogovor {
  display: inline-block;
  margin-top: 24px;
  font-size: 16px;
  line-height: 124%;
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.2);
}
.delivery .dogovor:hover {
  border-bottom: 1px solid rgba(255, 100, 20, 0.75);
}
.delivery .dogovor:active {
  color: #F25F13;
  border-bottom: 1px solid rgba(255, 100, 20, 0.2);
}
.opt-items {
  margin-top: 20px;
}
.opt-left {
  max-width: 640px;
  font-size: 18px;
  line-height: 148%;
  color: #000000;
}
.opt-left p:not(:last-child) {
  margin-bottom: 16px;
}
.opt-right {
  width: 422px;
  height: 331px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.opt-right img {
  width: 100%;
  height: 100%;
}
.why {
  margin-top: 48px;
}
.why-title {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 18px;
  line-height: 124%;
  color: #000000;
  margin-bottom: 32px;
}
.why-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -25px;
  margin-bottom: -40px;
}
.why-item {
  width: calc(100% / 3 - 25px);
  margin-right: 25px;
  margin-bottom: 40px;
}
.why-icon {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.why-text {
  margin-left: 20px;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.why-content {
  max-width: 676px;
  margin-top: 64px;
  font-size: 18px;
  line-height: 148%;
  color: #000000;
}
.interesting {
  margin-top: 64px;
}
.interesting-col {
  width: calc(100% / 3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.interesting-item {
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.interesting-item:not(:last-child) {
  margin-bottom: 18px;
}
.interesting-item::before {
  content: '';
  display: inline-block;
  margin: 0 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF6414;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.interesting-item p {
  margin-left: 8px;
}
.partner {
  margin-top: 40px;
  margin-bottom: 120px;
}
.partner-form {
  border: 1px solid #DDE1E5;
  border-radius: 4px;
}
.partner-header {
  padding: 21px 0;
  background: #6D7D8C;
  text-align: center;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 18px;
  line-height: 124%;
  color: #FFFFFF;
}
.partner-body {
  padding: 48px 0 68px 0;
}
.partner form {
  max-width: 626px;
  margin: 0 auto;
}
.partner .input {
  margin-bottom: 24px;
}
.partner .input span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 124%;
  color: #000000;
}
.partner input,
.partner textarea {
  width: 100%;
  background: #F4F6F7;
  border-radius: 4px;
  border: 1px solid #F4F6F7;
}
.partner input {
  height: 52px;
  padding: 0 16px;
}
.partner textarea {
  padding: 14px 16px;
  height: 108px;
  resize: none;
}
.partner .btn {
  margin-left: auto;
  width: 132px;
  padding: 11px 12px;
}
.full {
  width: 100%;
}
.half {
  width: calc(100% / 2 - 14px);
}
.half:not(:last-child) {
  margin-right: 28px;
}
.check {
  max-width: 365px;
  cursor: pointer;
}
.check:hover .check-box {
  border: 1px solid #6D7D8C;
}
ul.berocket_aapf_widget li input,
.check input {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
}
ul.berocket_aapf_widget li  input:checked + .check-box,
.check input:checked + .check-box {
  background: #FF6414;
  border: 1px solid #FF6414;
}
ul.berocket_aapf_widget li  input:checked + .check-box svg,
.check input:checked + .check-box svg {
  margin: auto;
  opacity: 1;
}
.check-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(165, 175, 184, 0.75);
  border-radius: 2px;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: -4px;
}
.check-box svg {
  opacity: 0;
}
.check-text {
  font-size: 14px;
  line-height: 124%;
  color: #000000;
}
.check-text h4 {
  display: inline-block;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  font-weight: 600;
}
.check-text span {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  color: #6D7D8C;
}
.check-text a {
  text-decoration: underline;
}
.feedback-text {
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-top: 20px;
}
.feedback-text p {
  margin-bottom: 0;
}
.partnerPage {
  padding-bottom: 120px;
}
.partnerPage .brands-items {
  margin-top: 20px;
}
.inform {
  padding-bottom: 120px;
}
.inform-items {
  margin-top: 32px;
  max-width: 545px;
}
.inform-item {
  border-top: 1px solid #DDE1E5;
  border-bottom: 1px solid #DDE1E5;
  margin-top: -1px;
}
.inform-head {
  padding: 17px 0;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 124%;
  color: #FF6414;
  cursor: pointer;
}
.inform-head.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.inform-head span {
  display: inline-block;
  margin-right: auto;
}
.inform-head svg {
  margin: auto 0 auto 20px;
  fill: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  stroke: #FF6414;
  stroke-width: 2;
}
.inform-body {
  padding-bottom: 17px;
  display: none;
}
.inform-elem {
  margin-bottom: 32px;
}
.inform-elem span,
.inform-elem a {
  display: inline-block;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 124%;
  color: #000000;
  border-bottom: 1px solid #DDE1E5;
}
.inform-elem span:hover,
.inform-elem a:hover {
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.75);
}
.inform-elem span:active,
.inform-elem a:active {
  color: #F25F13;
  border-bottom: 1px solid rgba(255, 100, 20, 0.25);
}
.inform-elem p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 140%;
  color: #6D7D8C;
}
.inform-more {
  display: block;
  width: 100%;
  padding: 14px 0;
  background: #F4F6F7;
  border-radius: 4px;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 124%;
  text-align: center;
  color: #6D7D8C;
}
.inform-more:hover {
  color: #0066CC;
}
.inform-more:active {
  color: rgba(0, 102, 204, 0.75);
}
.inform-static {
  margin-top: 32px;
  max-width: 676px;
  font-size: 18px;
  line-height: 148%;
  color: #000000;
}
.inform-static span,
.inform-static a {
  color: #FF6414;
}
.inform-static p {
  margin-bottom: 16px;
}
.inform-static h4 {
  margin: 40px 0 16px 0;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 24px;
  line-height: 124%;
}
.inform .watch {
  margin-top: 64px;
}
.inform .watch h4 {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 24px;
  line-height: 124%;
}
.inform .watch-links {
  margin-top: 16px;
  line-height: 124%;
  color: #000000;
}
.inform .watch-links a {
  border-bottom: 1px solid #DDE1E5;
}
.inform .watch-links a:hover {
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.75);
}
.inform .watch-links a:active {
  color: #F25F13;
  border-bottom: 1px solid rgba(255, 100, 20, 0.25);
}
.inform .watch-links p:not(:last-child) {
  margin-bottom: 12px;
}
.inform .cards {
  margin-top: 32px;
}
.shop .cards h2 {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}
.inform-blocks {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #DDE1E5;
}
.inform-block {
  max-width: 545px;
  margin-bottom: 40px;
}
.inform-block_name {
  display: inline-block;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 18px;
  line-height: 124%;
  border-bottom: 1px solid #DDE1E5;
}
.inform-block_name:hover {
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.75);
}
.inform-block_name:active {
  color: #F25F13;
  border-bottom: 1px solid rgba(255, 100, 20, 0.25);
}
.inform-block_desc {
  margin-top: 12px;
  font-size: 16px;
  line-height: 140%;
  color: #6D7D8C;
}
.inform-block_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  font-size: 14px;
  line-height: 124%;
  color: #000000;
}
.inform-block_link svg {
  margin-left: 8px;
}
.inform-block_link span {
  border-bottom: 1px solid #DDE1E5;
}
.inform .callback {
  padding-bottom: 0;
}
.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 2.5em;
  color: #000000;
}
.page-link:hover {
  background: #F4F6F7;
}
.page-link.active {
  background: #FF6414;
  color: #FFFFFF;
}
.page-link svg {
  fill: transparent;
  margin: auto 0;
}
.page-link svg.icon__next {
  margin-left: 10px;
}
.page-link svg.icon__prev {
  margin-right: 10px;
}
.page-prev,
.page-next {
  min-width: 93px;
}
.catalogPage {
  padding-bottom: 32px;
}
.catalogPage-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}
.catalogPage-cards {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 109px;
  width: 1000px;
}
.catalogPage .pag {
  margin-top: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalogPage-content {
  margin-top: 32px;
}
.catalogPage-text {
  font-size: 18px;
  line-height: 148%;
}
.catalogPage-text p:not(:last-child) {
  margin-bottom: 16px;
}
.catalogPage .html {
  margin-bottom: -40px;
}
.catalogPage .html-item {
  margin-top: 40px;
  max-width: 676px;
}
.catalogPage .html-item ul {
  margin-top: 20px;
}
.filters {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  max-width: 327px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 20px;
  margin-right: 0;
}
.filters-title,
.bapf_head {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 124%;
  color: #000000;
  margin-bottom: 18px;
}
.filters-item {
  margin-bottom: 32px;
}
.filters-links {
  border-bottom: 1px solid #DDE1E5;
}
.filters-link,
.cat-item {
  display: block;
  font-size: 16px;
  line-height: 124%;
  color: #000000;
}
.filters-link:not(:last-child),
.cat-item:not(:last-child) {
  margin-bottom: 16px;
}
.filters-link.active,
.cat-item.current-cat{
  color: #6D7D8C;
}
.cat-item.cat-parent a {
  display: block;
  margin-bottom: 16px;
}
.cat-item.cat-parent ul {
  margin-left: 16px;
}
.filters-input {
  margin-right: -16px;
}
.filters-input input {
  width: calc(100% / 2 - 8px);
  height: 52px;
  padding: 0 16px;
  margin-right: 16px;
  border: 1px solid #F4F6F7;
  background: #F4F6F7;
  border-radius: 4px;
}
.filters .checks {
  max-height: 170px;
  overflow: hidden;
}
.filters .checks.active {
  max-height: 100%;
}
.filters .check,
ul.berocket_aapf_widget li{
  margin-bottom: 14px;
}
.filters-btn .btn {
  width: 100%;
  height: 48px;
}
.filters .clear {
  display: block;
  margin-top: 12px;
  width: 100%;
  background: #F4F6F7;
  border-radius: 4px;
  padding: 14px 0;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 124%;
  text-align: center;
  color: #6D7D8C;
}
.filters .clear:hover {
  color: #0066CC;
}
.filters .clear:active {
  color: rgba(0, 102, 204, 0.75);
}
.filters .more-link {
  display: inline-block;
  margin-left: 30px;
  color: #FF6414;
  font-size: 16px;
  line-height: 124%;
  border-bottom: 1px solid rgba(255, 100, 20, 0.2);
}
.filters .more-link:hover {
  border-bottom: 1px solid rgba(255, 100, 20, 0.75);
}
.filters .more-link:active {
  color: #F25F13;
  border-bottom: 1px solid rgba(255, 100, 20, 0.2);
}
.filters-icon {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F4F6F7;
}
.filters-icon svg {
  fill: transparent;
  width: 20px;
  height: 20px;
}
.sort {
  font-size: 16px;
  line-height: 140%;
  color: #6D7D8C;
}
.sort > * {
  display: inline-block;
  margin-right: 16px;
}
.sort-link {
  border-bottom: 1px solid #DDE1E5;
}
.sort-link:hover {
  color: #000000;
}
.sort-link:active {
  color: #FF6414;
  border-bottom: 1px solid #FF6414;
}
.sort-link.active {
  color: #FF6414;
  border-bottom: 1px solid #FF6414;
}
.pageItems {
  /*padding-bottom: 120px;*/
  margin-left: 20px;
}
.pageItems .useful {
  margin-top: 80px;
}
.pageItems .items {
  margin-top: 24px;
}
.input {
  position: relative;
}
.input.active span {
  color: #A5AFB8;
}
.input label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 124%;
  color: #000000;
}
.input input,
.input textarea {
  width: 100%;
  background: #F4F6F7;
  border-radius: 4px;
  border: 1px solid #F4F6F7;
}
.input input.has-error,
.input textarea.has-error {
  border-color: red;
}
.error {
  color: red;
}
.input input {
  height: 52px;
  padding: 0 16px;
}
.input input.front-input {
  color: #000000;
  z-index: 3;
}
.input input.back-input {
  color: #A5AFB8;
  z-index: 2;
  pointer-events: none;
}
.input textarea {
  padding: 14px 16px;
  height: 108px;
  resize: none;
}
.input-phone {
  position: relative;
  width: 100%;
  height: 52px;
  z-index: 3;
  background: #F4F6F7;
}
.input-phone input {
  padding: 0 16px;
  border-radius: 4px;
  font-family: SegoeUI, sans-serif;
  font-size: 16px;
  line-height: 124%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
}
.input-phone input.front-input {
  color: #000000;
  z-index: 3;
}
.input-phone input.back-input {
  color: #A5AFB8;
  z-index: 2;
  pointer-events: none;
}
.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.order-block {
  width: 50%;
  padding-bottom: 96px;
}
.order-right {
  background: #F7F8FA;
}
.order-right .order-col {
  position: -webkit-sticky;
  position: sticky;
  top: -24px;
  right: 0;
  margin-right: auto;
  margin-left: 95px;
  padding-top: 66px;
}
.order-col {
  width: 464px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  margin-right: 95px;
}
.order-head {
  padding: 48px 0;
}
.order-head .logo img {
  width: 130px;
}
.order-head .place {
  margin-left: auto;
  font-size: 16px;
  line-height: 124%;
  color: #FF6414;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  font-weight: 600;
}
.order-head .place svg {
  width: 16px;
  height: 16px;
  fill: #FF6414;
  stroke: #FF6414;
}
.order .subtitle {
  margin-top: 8px;
}
.order-item {
  margin-top: 48px;
}
.order-item .input {
  margin-bottom: 24px;
}
.order-item .city input {
  font-family: 'SegoeUI-SemiBold', sans-serif;
  font-weight: 600;
  padding-right: 100px;
}
.order-item .city-links {
  margin-top: 3px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.order-item .city-link {
  display: inline-block;
  margin: 5px 8px 5px 0;
  font-size: 14px;
  line-height: 124%;
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.2);
}
.order-item .city-link:hover {
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.75);
}
.order-item .city-link:active {
  color: #F25F13;
  border-bottom: 1px solid rgba(255, 100, 20, 0.25);
}
.order-item .half:not(:last-child) {
  margin-right: 8px;
}
.order-item .check {
  max-width: 100%;
}
.order-item .check:not(:last-child) {
  margin-bottom: 24px;
}
.order-item .alert {
  margin-top: 8px;
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.order-subtitle {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 18px;
  line-height: 124%;
  color: #000000;
  margin-bottom: 16px;
}
.order-address .input {
  margin-bottom: 16px;
}
.order-elem {
  margin-top: 40px;
}
.order-elem .btn {
  width: 100%;
  height: 52px;
  font-size: 18px;
}
.order-elem .alert {
  margin-top: 8px;
  font-size: 14px;
  line-height: 124%;
  color: #A5AFB8;
}
.order-cards {
  margin-top: 8px;
}
.order-card {
  padding: 24px 0;
  border-bottom: 1px solid #DDE1E5;
}
.order-img {
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.order-img img {
  width: 100%;
  height: 100%;
}
.order-text {
  margin-left: 24px;
  margin-right: auto;
  font-size: 16px;
  line-height: 124%;
  color: #000000;
}
.order-text a:hover {
  color: #0066CC;
}
.order-value {
  margin-top: 8px;
  color: #6D7D8C;
}
.order-price {
  margin-left: 25px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 124%;
  text-align: right;
  color: #000000;
  white-space: nowrap;
}
.order-your {
  font-size: 16px;
  line-height: 124%;
  color: #6D7D8C;
}
.order-info {
  margin-top: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DDE1E5;
}
.order-info .order-value {
  margin-top: 0;
  margin-right: auto;
}
.order-row {
  margin-bottom: 12px;
}
.order-result {
  margin-top: 24px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 124%;
}
.order-sum {
  margin-right: auto;
}
.order-nums {
  margin-left: 25px;
  text-align: right;
}
.order-nums span {
  display: inline-block;
  margin-top: 2px;
  font-family: SegoeUI, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #6D7D8C;
  position: relative;
}
.order-nums span::before {
  content: '';
  border-bottom: 1px solid red;
  position: absolute;
  width: 100%;
  height: 50%;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.order .success-text {
  margin-top: 32px;
  font-size: 18px;
  line-height: 148%;
}
.order .success-btn {
  margin-top: 80px;
}
.order .success-btn .btn {
  display: block;
}
.order-accept {
  margin-top: 16px;
}
.order-accept label {
  font-size: 14px;
  line-height: 124%;
  color: #A5AFB8;
}
.order-accept #map {
  margin-top: 8px;
  height: 400px;
}
.green-price {
  color: #00A64D;
}
.red-price {
  color: #FE0000;
}
.back {
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.back svg {
  margin-top: 4px;
  margin-right: 8px;
}
.radio {
  display: block;
  cursor: pointer;
  margin-bottom: 16px;
}
.shipping_method_data {
  margin-bottom: 16px;
}
.radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.radio input:checked + .radio-custom {
  border: 1px solid #FF6414;
}
.radio input:checked + .radio-custom .radio-circle {
  border: 5px solid #FF6414;
}
.radio-custom {
  padding: 16px;
  border: 1px solid rgba(221, 225, 229, 0.75);
  border-radius: 4px;
}
.radio-custom:hover {
  border: 1px solid #DDE1E5;
}
.radio-custom:hover .radio-circle {
  border: 1px solid #DDE1E5;
}
.radio-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid rgba(221, 225, 229, 0.75);
}
.radio-inf {
  display: inline-block;
  margin-left: 12px;
}
.radio-title {
  display: block;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 124%;
  color: #000000;
}
.radio-desc {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.radio-price {
  margin-left: auto;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 124%;
  text-align: right;
  color: #000000;
}
.radio-sale {
  display: inline-block;
  padding: 3px 10px;
  margin-left: auto;
  background: #00A64D;
  border-radius: 66px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 12px;
  line-height: 100%;
  color: #FFFFFF;
}
.cashback {
  display: block;
  cursor: pointer;
}
.cashback input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.cashback input:checked + .cashback-block .cashback-toggle {
  background: #FF6414;
}
.cashback input:checked + .cashback-block .cashback-toggle::before {
  -webkit-transform: translate(17px, -50%);
          transform: translate(17px, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cashback-block {
  width: 100%;
  padding: 16px 24px;
  background: #F4F6F7;
  border-radius: 4px;
}
.cashback-text {
  display: block;
  max-width: 250px;
}
.cashback-title {
  display: block;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 124%;
  color: #000000;
}
.cashback-desc {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.cashback-toggle {
  margin-left: auto;
  display: block;
  width: 38px;
  height: 24px;
  background: #A5AFB8;
  border-radius: 16px;
  position: relative;
}
.cashback-toggle::before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.html {
  color: #000000;
}
.html .text {
  max-width: 676px;
}
.html .text p span,
.html .text p a {
  color: #FF6414;
}
.html .text p span:active,
.html .text p a:active {
  color: #F25F13;
}
.html p {
  max-width: 676px;
  line-height: 148%;
  color: #000000;
}
.html img {
  border-radius: 4px;
  /*width: 100%;*/
}
.html small {
  display: inline-block;
  font-size: 14px;
  line-height: 124%;
  color: #A5AFB8;
}
.html h2 {
  font-family: 'SegoeUI-Bold', sans-serif;
  line-height: 124%;
  color: #000000;
}
.html h3 {
  margin-bottom: 1em;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 24px;
  line-height: 124%;
  color: #000000;
}
.html h4 {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 18px;
  line-height: 124%;
  color: #000000;
}
.html ul {
  max-width: 676px;
}
.html ul li,
.html ol li {
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  padding-left: 32px;
  position: relative;
}
.html ul li:not(:last-child),
.html ol li:not(:last-child) {
  margin-bottom: 16px;
}
.html ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF6414;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.html ol {
  max-width: 676px;
  counter-reset: list1;
}
.html ol li::before {
  counter-increment: list1;
  content: counter(list1);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 4px;
  font-size: 16px;
  line-height: 140%;
  color: #6D7D8C;
}
.html table {
  max-width: 100%;
}
.html table thead {
}
.html table tr {
  padding-bottom: 20px;
  border-bottom: 1px solid #DDE1E5;
}
.html table th {
  padding: 3px;
  vertical-align: top;
  text-align: left;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 16px;
  line-height: 124%;
}
.html table tbody {
  padding: 10px 0;
}
.html table tr {
  padding: 10px 0;
}
.html table td {
  padding: 3px;
  text-align: left;
  font-size: 16px;
  line-height: 124%;
}
.html .file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.html .file:hover .file-name {
  border-bottom: 1px solid rgba(255, 100, 20, 0.2);
  color: #FF6414;
}
.html .file svg {
  fill: transparent;
}
.html .file-info {
  display: block;
  margin-left: 12px;
}
.html .file-name {
  display: block;
  font-size: 16px;
  line-height: 124%;
  border-bottom: 1px solid #DDE1E5;
}
.html .file-size {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 124%;
  color: #A5AFB8;
}
.html .watch-links {
  margin-top: 16px;
}
.html .watch-links p {
  line-height: 124%;
  margin-bottom: 12px;
}
.html .watch-links a {
  line-height: 124%;
  border-bottom: 1px solid #DDE1E5;
}
.html .watch-links a:hover {
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.75);
}
.html .watch-links a:active {
  color: #F25F13;
  border-bottom: 1px solid rgba(255, 100, 20, 0.25);
}
.bad {
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.bad-img {}
.bad .subtitle {
  margin-top: 40px;
}
.bad .desc {
  margin: 12px auto 0 auto;
  max-width: 270px;
  text-align: center;
  line-height: 124%;
  color: #6D7D8C;
}
.bad .btn {
  margin-top: 32px;
  padding: 8px 24px 12px 24px;
}
.tracking {
  padding: 48px 0 120px 0;
}
.tracking .mini-wrapper {
  max-width: 1120px;
}
.tracking-row {
  margin-top: 48px;
}
.tracking-left {
  width: 327px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 64px;
}
.tracking-left .subtitle {
  margin-top: 8px;
}
.tracking-left .desc {
  margin-top: 20px;
  line-height: 140%;
}
.tracking-form {
  margin-top: 40px;
}
.tracking-form .alert {
  margin-top: 8px;
  font-size: 14px;
  line-height: 124%;
  color: #A5AFB8;
}
.tracking-form .input {
  margin-top: 24px;
}
.tracking-form .btn {
  margin-top: 24px;
  width: 100%;
}
.tracking-right {
  width: 682px;
}
.tracking-empty {
  background: #F4F6F7;
  border-radius: 4px;
  height: 800px;
  text-align: center;
  padding-top: 184px;
}
.tracking-empty svg {
  margin: 0 auto;
}
.tracking-empty .desc {
  max-width: 269px;
  margin: 12px auto 0 auto;
  line-height: 140%;
}
.tracking-item {
  background: #F4F6F7;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 32px;
}
.tracking-item .subtitle {
  font-size: 24px;
  line-height: 124%;
}
.tracking-item .desc {
  margin-top: 12px;
  line-height: 140%;
}
.tracking-item h4 {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 16px;
  line-height: 124%;
  color: #000000;
}
.tracking-elems {
  margin-top: 24px;
}
.tracking-elems .alert {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.tracking-elem {
  padding: 20px 0;
  margin-top: -1px;
  border-top: 1px solid #DDE1E5;
  border-bottom: 1px solid #DDE1E5;
  font-size: 16px;
  color: #000000;
  line-height: 124%;
}
.tracking-elem:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.tracking-elem a {
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.2);
}
.tracking-one {
  width: 200px;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tracking-two .alert {
  max-width: 215px;
  margin-top: 6px;
}
.tracking-images {
  padding: 32px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
}
.tracking-images a {
  display: block;
  margin-right: 12px;
  margin-bottom: 12px;
}
.tracking-images img {
  display: block;
  width: 198px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tracking-graph {
  width: 234px;
}
.tracking-graph .tracking-elems {
  margin-top: 12px;
}
.tracking-graph .tracking-elem {
  padding: 12px 0 0 0;
  border: none;
}
.tracking-graph .tracking-elem:first-child {
  border-top: 1px solid #DDE1E5;
}
.tracking-graph .tracking-one {
  width: 65px;
  margin-right: 35px;
}
.tracking-pay {
  margin-top: 32px;
}
.tracking-phone .alert {
  margin-top: 8px;
}
.tracking-phone .tracking-elem {
  border: none;
}
.tracking-phone a {
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.2);
}
.basket .subtitle {
  font-size: 40px;
  line-height: 120%;
}
.basket-row {
  margin-top: 40px;
}
.basket-items {
  width: 873px;
  margin-right: auto;
}
.basket-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
  border-top: 1px solid #DDE1E5;
}
.basket-item:hover .basket-remove {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.basket-item .card-tags {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 4px;
}
.basket-img {
  width: 109px;
  height: 109px;
}
.basket-img img {
  width: 100%;
  height: 100%;
}
.basket-text {
  margin-left: 32px;
  max-width: 404px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.basket-text .card-ctg {
  margin-top: 12px;
}
.basket-title {
  display: block;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 18px;
  line-height: 124%;
}
.basket-title:hover {
  color: #0066CC;
}
.basket-lng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 60px;
}
.basket-lng .alert {
  margin-top: 8px;
  font-size: 14px;
  line-height: 124%;
  color: #A5AFB8;
}
.basket-value {
  width: 100px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #DDE1E5;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.basket-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  text-align: right;
}
.basket-sum .card-oldprice {
  margin-top: 4px;
}
.basket-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.basket-remove {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 14px;
  line-height: 124%;
  text-align: right;
  color: #6D7D8C;
}
.basket-remove svg {
  margin-right: 8px;
}
.basket-gray {
  background: #F4F6F7;
  border-radius: 4px;
  padding: 16px 0;
}
.basket-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
  padding: 0 55px;
}
.basket-block:not(:last-child) {
  border-right: 1px solid #DDE1E5;
}
.basket-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.basket-p {
  margin-left: 20px;
  line-height: 140%;
}
.basket-p a {
  color: #0066CC;
}
.basket-free {
  margin-top: 80px;
}
.basket-free .subtitle {
  font-size: 32px;
  line-height: 112%;
}
.basket-free .subtitle span {
  color: #00A64D;
}
.basket-free .subtitle span.price {
  font-weight: 700;
  margin-left: 16px;
  color: #A5AFB8;
}
.basket-free .card-buy {
  margin-top: 20px;
}
.basket-free .btn {
  padding: 8px 24px 12px 24px;
}
.basket-slider {
  position: relative;
}
.basket-slider-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
}
.basket-slider svg {
  fill: transparent;
  margin: auto 0;
}
.basket-next {
  right: -20px;
}
.basket-prev {
  display: none;
  left: -20px;
}
.basket-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.basket-prev.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basket-info {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  right: 0;
  margin-left: auto;
  width: 327px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.basket-info p {
  font-size: 16px;
  line-height: 124%;
}
.basket-info .alert {
  margin-top: 12px;
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.basket-result {
  margin-top: 24px;
}
.basket-result .subtitle {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #DDE1E5;
  font-size: 24px;
  line-height: 124%;
  font-weight: 700;
}
.basket-result .order-info {
  border: 0;
}
.basket-btn {
  margin-top: 24px;
}
.basket-btn .btn {
  width: 100%;
  padding: 14px 24px 16px 24px;
  font-size: 18px;
  line-height: 124%;
}
.value-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31px;
  height: 100%;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 18px;
  line-height: 124%;
  color: #6D7D8C;
  padding: 2px 0 6px 0;
}
.value-input {
  width: 36px;
  height: 100%;
  padding: 0 2px;
  border-left: 1px solid #DDE1E5;
  border-right: 1px solid #DDE1E5;
  text-align: center;
  font-size: 16px;
  line-height: 124%;
  font-family: SegoeUI, sans-serif;
}
.progress {
  margin-top: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid #DDE1E5;
}
.progress progress {
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #00A64D;
  border-radius: 5px;
  background: #DDE1E5;
}
.progress progress::-webkit-progress-bar {
  background: #DDE1E5;
  border-radius: 5px;
}
.progress progress::-webkit-progress-value {
  background: #00A64D;
  border-radius: 5px;
}
.progress progress::-moz-progress-bar {
  background: #00A64D;
  border-radius: 5px;
}
.progress-items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.progress-items span:first-child {
  color: #00A64D;
}
.coupon-row {
  width: 100%;
  height: 52px;
}
.coupon input {
  width: 100%;
  height: 100%;
  background: #F4F6F7;
  border-radius: 4px 0px 0px 4px;
  padding: 0 16px;
  border: 1px solid #F4F6F7;
}
.coupon .submit {
  height: 100%;
  padding: 14px 20px 18px 20px;
  background: #DDE1E5;
  border-radius: 0px 4px 4px 0px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 16px;
  line-height: 124%;
  color: #A5AFB8;
}
.coupon-text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.coupon-text svg {
  margin-right: 10px;
}
.contacts {
  padding-bottom: 120px;
}
.contacts .subtitle {
  font-size: 40px;
  line-height: 120%;
}
.contacts .city {
  margin-left: 12px;
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.2);
}
.shop-map {
    height: 360px;
}
.contacts-map {
  height: 560px;
  margin-top: 32px;
}
.contacts-items {
  margin-top: 48px;
}
.contacts-items small {
  display: block;
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.contacts-left {
  max-width: 545px;
  width: 100%;
}
.contacts-item {
  padding: 24px 0;
  border-bottom: 1px solid #DDE1E5;
}
.contacts-phone {
  margin-top: 10px;
}
.contacts-name {
  line-height: 124%;
}
.contacts-desc {
  margin-top: 8px;
  line-height: 124%;
  color: #6D7D8C;
}
.contacts-desc svg {
  margin-right: 8px;
}
.contacts-desc span {
  margin-right: 6px;
}
.contacts-desc span:not(:last-child)::after {
  margin-left: 6px;
  content: '•';
  font-size: 14px;
  line-height: 124%;
  color: #A5AFB8;
}
.contacts-right {
  margin-left: 81px;
}
.contacts-right .phone {
  display: inline-block;
  margin: 6px 0 4px 0;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 24px;
  line-height: 124%;
}
.contacts-right .props {
  margin-top: 40px;
}
.contacts-right .props .text {
  line-height: 140%;
}
.mark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FF6414;
  border: 4px solid #FFFFFF;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.shops-items {
  margin-top: 64px;
}
.shops-left {
  max-width: 763px;
  width: 100%;
}
.shops-item:not(:last-child) {
  margin-bottom: 64px;
}
.shops-item h4 {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 24px;
  line-height: 124%;
  margin-bottom: 24px;
}
.shops .contacts-item {
  padding: 0;
  border-top: 1px solid #DDE1E5;
  margin-top: -1px;
}
.shops .contacts-head {
  padding: 24px 0;
  position: relative;
  cursor: pointer;
}
.shops .contacts-head.active .arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shops .contacts-body {
  padding-bottom: 24px;
  display: none;
}
.shops .shop-map {
  height: 400px;
}
.shops .arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shops .arrow svg {
  fill: transparent;
  stroke: #A5AFB8;
  stroke-width: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shops-right {
  margin-left: 81px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  right: 0;
}
.shops-right small {
  display: block;
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.shops-right .city {
  display: block;
  margin-top: 12px;
  line-height: 124%;
  color: #6D7D8C;
}
.shops-right .city.active {
  color: #000000;
}
.product {
  padding-bottom: 40px;
}
.product-info {
  margin-top: 12px;
}
.product-thumbs {
  width: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-thumb,
.flex-control-nav li {
  width: 81px;
  height: 81px;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}
.product-thumb.active,
.flex-control-nav li .flex-active {
  border: 1px solid #FF6414;
}
.product-thumb:not(:last-child) {
  margin-bottom: 28px;
}
.product-thumb img,
.flex-control-nav li img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.product-image {
  margin-left: 28px;
  width: 545px;
  min-height: 545px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.product-image img {
  width: 100%;
  height: 100%;
}
.product-content {
  margin-left: auto;
  max-width: 545px;
  width: 100%;
}
.product-content .card-ctg {
  margin-top: 0;
}
.product-content .subtitle {
  margin-top: 16px;
}
.product-content .stars {
  margin-right: 10px;
}
.product-content .stock.out-of-stock {
  color: red;
  font-weight: bold;
}
.product-price {
  margin-top: 32px;
}
.product .newprice {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 40px;
  line-height: 120%;
  color: #000000;
  font-weight: 700;
}
.product .oldprice {
  margin-left: 12px;
  margin-top: 8px;
  font-size: 16px;
  line-height: 124%;
  color: #6D7D8C;
  position: relative;
}
.product .oldprice::before {
  content: '';
  border-bottom: 1px solid red;
  position: absolute;
  width: 100%;
  height: 50%;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.product-bonus {
  margin-top: 8px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-weight: 700;
  line-height: 124%;
  color: #00A64D;
}
.text-item .info {
    padding: 10px;
    border-left: 3px solid #FF6414;
}
.dgrn{
    font-family: 'SegoeUI-Bold', sans-serif;
    color: #00A64D;
}
.product-cheaper {
  margin-top: 16px;
}
.txt-focus {
  font-weight: bold;
}
.txt-callback {
  cursor: pointer;
  border-bottom: 1px dotted;
}
.product-sizes {
  margin-top: 7px;
}
.product-sizes .table-sizes {
  display: inline-block;
  cursor: pointer;
  line-height: 140%;
  color: #6D7D8C;
  border-bottom: 1px solid #DDE1E5;
}
.product .sizes {
  margin-top: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product .size {
  display: block;
  cursor: pointer;
  margin-right: 9px;
  margin-bottom: 9px;
}
.product .size input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.product .size input:checked + .custom {
  background: rgba(255, 100, 20, 0.05);
  border: 1px solid #FF6414;
  color: #FF6414;
}
.product .size input:disabled + .custom {
  background: #F4F6F7;
  border: 1px solid #F4F6F7;
  color: #A5AFB8;
}
.product .size .custom {
  display: block;
  line-height: 124%;
  padding: 8px 12px 12px 12px;
  border: 1px solid #DDE1E5;
  border-radius: 4px;
}
.product .size .custom:hover {
  border: 1px solid #FF6414;
  color: #FF6414;
}
.product-colors {
  margin-top: 4px;
}
.product-colors .desc {
  line-height: 140%;
  color: #6D7D8C;
}
.product .colors {
  margin-top: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product .color {
  display: block;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 12px;
}
.product .color input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.product .color input:checked + .custom {
  border: 1px solid #FF6414;
}
.product .color .custom {
  display: block;
  width: 56px;
  height: 56px;
  border: 1px solid transparent;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product .color .custom img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.product-btns {
  margin-top: 40px;
}
.product-btns .btn {
  width: 300px;
  padding: 14px 24px 16px 24px;
  font-size: 18px;
}
.product-btns .oneclick {
  display: block;
  width: 190px;
  height: 52px;
  padding: 14px 24px 16px 24px;
  margin-left: 16px;
  background: #F4F6F7;
  border-radius: 4px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 18px;
  line-height: 124%;
  text-align: center;
  color: #6D7D8C;
}
.product-btns .oneclick:hover {
  color: #0066CC;
}
.product-btns .oneclick:active {
  color: rgba(0, 102, 204, 0.75);
}
.product-deliv {
  margin-top: 20px;
  line-height: 124%;
}
.product-row {
  margin-bottom: 4px;
}
.product-left {
  color: #6D7D8C;
  margin-right: 8px;
}
.product-right {
  color: #000000;
}
.product-right p:not(:last-child) {
  margin-bottom: 7px;
}
.product-right a {
  line-height: 124%;
  display: inline-block;
  border-bottom: 1px solid #DDE1E5;
}
.product-company {
  margin-top: 32px;
}
.product-company img {
  display: block;
  max-width: 100px;
  margin-top: 21px;
}
.product-text {
  margin-top: 96px;
}
.product-text h4,
.product-text h2 {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 24px;
  line-height: 124%;
  margin-bottom: 16px;
}
.product-text .text-left {
  max-width: 654px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-text .text-item {
  margin-bottom: 48px;
}
.product-text .text-item p {
  line-height: 140%;
}
.product-text .text-right {
  margin-left: 81px;
}
.product .show-desc {
  margin-top: 16px;
  display: inline-block;
  color: #6D7D8C;
  line-height: 124%;
  border-bottom: 1px solid #DDE1E5;
  cursor: pointer;
}
.product .text-row {
  line-height: 140%;
}
.product .text-two {
  width: 330px;
}
.product .dots {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px dotted #A5AFB8;
  opacity: 0.5;
  margin: 18px 4px 4px 4px;
}
.product .text-coupon {
  background: #F4F6F7;
  border-radius: 4px;
  padding: 16px 0 29px 52px;
  background: #F7F8FA;
  -webkit-box-shadow: inset 0 0 0 1px rgba(221, 225, 229, 0.5);
          box-shadow: inset 0 0 0 1px rgba(221, 225, 229, 0.5);
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 20px;
}
.product .text-small span {
  display: block;
  font-family: 'SegoeUI-Bold', sans-serif;
  line-height: 112%;
  letter-spacing: 0.04em;
  color: #FF6414;
}
.product .text-small span:first-child {
  font-size: 34px;
}
.product .text-small span:last-child {
  margin-top: 2px;
  font-size: 20px;
  font-style: italic;
}
.product .text-big {
  margin-left: 24px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 72px;
  line-height: 112%;
  letter-spacing: 0.04em;
  color: #FF6414;
}
.product .text-desc {
  margin-top: 2px;
  font-size: 12px;
  line-height: 124%;
  color: #6D7D8C;
}
.product .coupon-left {
  padding-right: 90px;
}
.product .coupon-right {
  width: 150px;
  padding: 45px 32px 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 16px;
  line-height: 112%;
  text-align: center;
  color: #FF6414;
  cursor: pointer;
}
.product .coupon-dots {
  position: absolute;
  right: 155px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -7px;
  z-index: 2;
}
.product .coupon-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(221, 225, 229, 0.5);
  margin-bottom: 8px;
}
.category-slider{
  display: flex;
  overflow: auto;
}
.swiper-container .cards::-webkit-scrollbar,
.pageItems .cards::-webkit-scrollbar,
.category-slider::-webkit-scrollbar {
  height: 10px;
}
.swiper-container .cards::-webkit-scrollbar-track,
.pageItems .cards::-webkit-scrollbar-track,
.category-slider::-webkit-scrollbar-track {
  background-color: darkgrey;
  border-right: 100px;
}
.swiper-container .cards::-webkit-scrollbar-thumb,
.pageItems .cards::-webkit-scrollbar-thumb,
.category-slider::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #FF6414;
  border-right: 100px;
}
.recomended-slider {
  position: relative;
}
.recomended-slider-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
}
.recomended-slider-btn svg {
  margin: auto;
  fill: transparent;
}
.category-next,
.recomended-next {
  right: -20px;
}
.category-prev,
.recomended-prev {
  display: none;
  left: -20px;
}
.category-prev.active,
.recomended-prev.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category-prev svg,
.recomended-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fb {
  margin-top: 96px;
  padding-bottom: 56px;
}
.fb-row h4,
.fb-row h2 {
  margin-bottom: 32px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 32px;
  line-height: 112%;
  color: #000000;
}
.fb-left {
  max-width: 655px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fb-right {
  position: relative;
  margin-left: 81px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.fb-block {
  height: 240px;
  border: 1px solid #DDE1E5;
  border-radius: 4px;
  overflow: hidden;
}
.fb-middle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 190px;
  height: 100%;
  padding: 0 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F7F8FA;
}
.fb-rate {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 32px;
  line-height: 124%;
  text-align: center;
}
.fb .stars {
  margin: 12px 0 16px 0;
}
.fb-rew {
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
}
.fb-stat {
  width: 100%;
  padding: 24px 28px;
}
.fb-line {
  width: 100%;
  margin-bottom: 12px;
}
.fb-name {
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  line-height: 124%;
  color: #6D7D8C;
  margin-right: 12px;
}
.fb-progress {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.fb-progress progress {
  display: block;
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #FF6414;
  border-radius: 3px;
  background: #DDE1E5;
}
.fb-progress progress::-webkit-progress-bar {
  background: #DDE1E5;
  border-radius: 3px;
}
.fb-progress progress::-webkit-progress-value {
  background: #FF6414;
  border-radius: 3px;
}
.fb-progress progress::-moz-progress-bar {
  background: #FF6414;
  border-radius: 3px;
}
.fb-value {
  width: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  line-height: 124%;
  text-align: right;
  margin-left: 10px;
}
.fb-btn {
  margin-top: 19px;
}
.fb-btn .btn {
  padding: 9px 24px 12px 24px;
}
.fb-photos {
  margin-top: 32px;
  position: relative;
}
.fb-photos .desc {
  line-height: 140%;
}
.fb-container {
  margin-top: 12px;
}
.fb-container .swiper-slide {
  width: 80px;
  height: 80px;
}
.fb-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.fb-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fb-slider-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50px;
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
}
.fb-slider-btn svg {
  fill: transparent;
}
.fb-next {
  right: -20px;
}
.fb-prev {
  display: none;
  left: -20px;
}
.fb-prev.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fb-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fb-reviews {
  margin-top: 32px;
}
.fb-reviews .desc {
  display: inline-block;
  color: #6D7D8C;
  line-height: 140%;
  margin-bottom: 12px;
}
.fb-review {
  padding: 32px 0;
  border-top: 1px solid #DDE1E5;
}
.fb-review .stars {
  margin: 0;
}
.fb-review .date {
  margin-left: auto;
  line-height: 124%;
  text-align: right;
  color: #6D7D8C;
}
.fb-firstname {
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 18px;
  line-height: 124%;
  margin-right: 16px;
}
.fb-text {
  margin-top: 16px;
  line-height: 140%;
}
.fb-images {
  margin-top: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -12px;
}
.fb-image {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  margin-bottom: 12px;
}
.fb-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.fb-image img {
  width: 100%;
  height: 100%;
}
.fb-more {
  width: 100%;
  padding: 12px 24px 16px 12px;
  background: #F4F6F7;
  border-radius: 4px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 16px;
  line-height: 124%;
  text-align: center;
  color: #6D7D8C;
}
.fb-more:hover {
  color: #0066CC;
}
.fb-more:active {
  color: rgba(0, 102, 204, 0.75);
}
.fb-links a {
  display: inline-block;
  line-height: 124%;
  margin-bottom: 4px;
  border-bottom: 1px solid #DDE1E5;
}
.fb-comp {
  margin-left: auto;
  max-width: 100px;
}
.fb-info {
  margin-top: 32px;
  line-height: 140%;
}
.fb-info p {
  margin-bottom: 16px;
}
.star-back {
  position: relative;
  overflow: hidden;
  font-size: 0;
  word-spacing: 0;
  margin: 0;
}
.star-back svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #DDE1E5;
}
.star-front {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
.star-front svg {
  fill: #FF6414;
}
.time-container {
  position: relative;
}
.time-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
}
.time-btn svg {
  margin: auto;
  fill: transparent;
}
.time-next {
  right: -20px;
}
.time-prev {
  display: none;
  left: -20px;
}
.time-prev.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.time-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.buy-slider {
  position: relative;
  max-width: 545px;
}
.buy-slider::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 55px;
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(6.67%, rgba(255, 255, 255, 0.991353)), color-stop(13.33%, rgba(255, 255, 255, 0.96449)), color-stop(20%, rgba(255, 255, 255, 0.91834)), color-stop(26.67%, rgba(255, 255, 255, 0.852589)), color-stop(33.33%, rgba(255, 255, 255, 0.768225)), color-stop(40%, rgba(255, 255, 255, 0.668116)), color-stop(46.67%, rgba(255, 255, 255, 0.557309)), color-stop(53.33%, rgba(255, 255, 255, 0.442691)), color-stop(60%, rgba(255, 255, 255, 0.331884)), color-stop(66.67%, rgba(255, 255, 255, 0.231775)), color-stop(73.33%, rgba(255, 255, 255, 0.147411)), color-stop(80%, rgba(255, 255, 255, 0.0816599)), color-stop(86.67%, rgba(255, 255, 255, 0.03551)), color-stop(93.33%, rgba(255, 255, 255, 0.0086472)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0.991353) 6.67%, rgba(255, 255, 255, 0.96449) 13.33%, rgba(255, 255, 255, 0.91834) 20%, rgba(255, 255, 255, 0.852589) 26.67%, rgba(255, 255, 255, 0.768225) 33.33%, rgba(255, 255, 255, 0.668116) 40%, rgba(255, 255, 255, 0.557309) 46.67%, rgba(255, 255, 255, 0.442691) 53.33%, rgba(255, 255, 255, 0.331884) 60%, rgba(255, 255, 255, 0.231775) 66.67%, rgba(255, 255, 255, 0.147411) 73.33%, rgba(255, 255, 255, 0.0816599) 80%, rgba(255, 255, 255, 0.03551) 86.67%, rgba(255, 255, 255, 0.0086472) 93.33%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.991353) 6.67%, rgba(255, 255, 255, 0.96449) 13.33%, rgba(255, 255, 255, 0.91834) 20%, rgba(255, 255, 255, 0.852589) 26.67%, rgba(255, 255, 255, 0.768225) 33.33%, rgba(255, 255, 255, 0.668116) 40%, rgba(255, 255, 255, 0.557309) 46.67%, rgba(255, 255, 255, 0.442691) 53.33%, rgba(255, 255, 255, 0.331884) 60%, rgba(255, 255, 255, 0.231775) 66.67%, rgba(255, 255, 255, 0.147411) 73.33%, rgba(255, 255, 255, 0.0816599) 80%, rgba(255, 255, 255, 0.03551) 86.67%, rgba(255, 255, 255, 0.0086472) 93.33%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.buy-slider .swiper-slide {
  width: 190px;
}
.buy-slider .cards {
  margin-right: 0px;
}
.buy-slider .card {
  margin-right: 0;
  padding-right: 10px;
}
.buy-slider-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
}
.buy-slider-btn svg {
  margin: auto;
  fill: transparent;
}
.buy-slider .buy-next {
  right: -20px;
}
.buy-slider .buy-prev {
  left: -20px;
  display: none;
}
.buy-slider .buy-prev.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.buy-slider .buy-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.indexmap {
  margin: 80px 0;
}
.indexmap-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 574px;
  border: 1px solid #DDE1E5;
  border-radius: 4px;
}
.indexmap-left {
  width: 408px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 32px 8px 4px 32px;
  position: relative;
}
.indexmap-left::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(6.67%, rgba(255, 255, 255, 0.0086472)), color-stop(13.33%, rgba(255, 255, 255, 0.03551)), color-stop(20%, rgba(255, 255, 255, 0.0816599)), color-stop(26.67%, rgba(255, 255, 255, 0.147411)), color-stop(33.33%, rgba(255, 255, 255, 0.231775)), color-stop(40%, rgba(255, 255, 255, 0.331884)), color-stop(46.67%, rgba(255, 255, 255, 0.442691)), color-stop(53.33%, rgba(255, 255, 255, 0.557309)), color-stop(60%, rgba(255, 255, 255, 0.668116)), color-stop(66.67%, rgba(255, 255, 255, 0.768225)), color-stop(73.33%, rgba(255, 255, 255, 0.852589)), color-stop(80%, rgba(255, 255, 255, 0.91834)), color-stop(86.67%, rgba(255, 255, 255, 0.96449)), color-stop(93.33%, rgba(255, 255, 255, 0.991353)), to(#FFFFFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.0086472) 6.67%, rgba(255, 255, 255, 0.03551) 13.33%, rgba(255, 255, 255, 0.0816599) 20%, rgba(255, 255, 255, 0.147411) 26.67%, rgba(255, 255, 255, 0.231775) 33.33%, rgba(255, 255, 255, 0.331884) 40%, rgba(255, 255, 255, 0.442691) 46.67%, rgba(255, 255, 255, 0.557309) 53.33%, rgba(255, 255, 255, 0.668116) 60%, rgba(255, 255, 255, 0.768225) 66.67%, rgba(255, 255, 255, 0.852589) 73.33%, rgba(255, 255, 255, 0.91834) 80%, rgba(255, 255, 255, 0.96449) 86.67%, rgba(255, 255, 255, 0.991353) 93.33%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.0086472) 6.67%, rgba(255, 255, 255, 0.03551) 13.33%, rgba(255, 255, 255, 0.0816599) 20%, rgba(255, 255, 255, 0.147411) 26.67%, rgba(255, 255, 255, 0.231775) 33.33%, rgba(255, 255, 255, 0.331884) 40%, rgba(255, 255, 255, 0.442691) 46.67%, rgba(255, 255, 255, 0.557309) 53.33%, rgba(255, 255, 255, 0.668116) 60%, rgba(255, 255, 255, 0.768225) 66.67%, rgba(255, 255, 255, 0.852589) 73.33%, rgba(255, 255, 255, 0.91834) 80%, rgba(255, 255, 255, 0.96449) 86.67%, rgba(255, 255, 255, 0.991353) 93.33%, #FFFFFF 100%);
}
.indexmap-left .subtitle span {
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.2);
}
.indexmap-left .input {
  margin-top: 32px;
  max-width: 344px;
}
.indexmap-left .input input {
  height: 48px;
  font-family: 'SegoeUI-SemiBold', sans-serif;
  font-weight: 600;
  padding-right: 60px;
}
.indexmap-items {
  margin-top: 2px;
  padding-right: 20px;
  padding-bottom: 40px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  height: calc(96px * 4);
}
.indexmap-items::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}
.indexmap-items::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #DDE1E5;
}
.indexmap-items::-webkit-scrollbar {
  width: 4px;
}
.indexmap-inner {
  position: relative;
}
.indexmap .contacts-item {
  border-bottom: none;
  cursor: pointer;
}
.indexmap .contacts-item:not(:last-child) {
  border-bottom: 1px solid #DDE1E5;
}
.indexmap-right {
  width: 100%;
  height: inherit;
}
.search-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-icon svg {
  fill: transparent;
  stroke: #A5AFB8;
  stroke-width: 2;
}
.no-scroll {
  overflow: hidden;
}
.overlay {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
}
.overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup {
  position: relative;
  margin: 50px 0;
  cursor: default;
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
}
.popup.active {
  display: block;
}
.popup .desc {
  margin-top: 12px;
  font-size: 16px;
  line-height: 140%;
  color: #6D7D8C;
}
.popup-inner {
  background: #FFFFFF;
  padding: 40px 48px;
  border-radius: 4px;
}
.popup-close {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.popup-form {
  margin-top: 32px;
}
.popup-btn {
  margin-top: 12px;
}
.popup-submit {
  margin-top: 8px;
}
.popup-city {
  width: 1062px;
}
.popup-city .input {
  max-width: 500px;
  margin-top: 32px;
}
.popup-city .input input {
  padding-left: 44px;
}
.popup-city .search-icon {
  left: 16px;
  pointer-events: none;
}
.popup-city .search-icon svg {
  width: 16px;
  height: 16px;
}
.popup-city .city-links {
  margin-top: 32px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.popup-city .city-links p {
  margin-bottom: 12px;
  line-height: 22px;
}
.popup-city .city-link {
  line-height: 124%;
  border-bottom: 1px solid #DDE1E5;
}
.popup-city .city-link:hover {
  color: #FF6414;
  border-bottom: 1px solid rgba(255, 100, 20, 0.75);
}
.popup-city .city-link:active {
  color: #F25F13;
  border-bottom: 1px solid rgba(255, 100, 20, 0.25);
}
.popup-coupon {
  width: 560px;
}
.popup-coupon .desc {
  padding-right: 28px;
}
.popup-coupon .input {
  margin-bottom: 24px;
}
.popup-coupon .btn {
  width: 100%;
}
.popup-coupon .alert {
  margin-top: 12px;
  font-size: 14px;
  line-height: 124%;
  color: #A5AFB8;
}
.popup-table {
  width: 722px;
}
.popup-table table {
  width: 100%;
  margin-top: 32px;
}
.popup-table thead {
  display: table-caption;
  width: 100%;
  padding: 20px 0;
  background: #F4F6F7;
  border-radius: 4px 4px 0px 0px;
}
.popup-table thead tr {
  display: block;
  width: 100%;
}
.popup-table thead th {
  display: inline-block;
  width: 24%;
  padding: 0 20px;
  vertical-align: top;
  text-align: center;
}
.popup-table tbody {
  display: table-caption;
  width: 100%;
  padding: 10px 0;
}
.popup-table tbody tr {
  display: block;
  padding: 10px 0;
}
.popup-table tbody td {
  display: inline-block;
  width: 24%;
  padding: 0 20px;
  vertical-align: top;
  text-align: center;
}
.popup-callback {
  width: 722px;
}
.popup-callback .input {
  margin-bottom: 24px;
}
.popup-callback .btn {
  margin-left: auto;
  padding: 8px 24px 12px 24px;
}
.popup-review {
  width: 722px;
}
.popup-review .input {
  margin-bottom: 24px;
}
.popup-review .rating {
  margin-bottom: 24px;
}
.popup-review .rating span {
  font-size: 14px;
  line-height: 124%;
}
.popup-review .stars {
  margin-left: 24px;
}
.popup-review .star {
  cursor: pointer;
  margin-right: 12px;
}
.popup-review .star svg {
  width: 24px;
  height: 24px;
  fill: #DDE1E5;
}
.popup-review .star.active svg {
  fill: #FF6414;
}
.popup-review .star.hovered svg {
  fill: #FF6414;
}
.popup-review .btn {
  margin: 30px auto;
  width: 120px;
  padding: 8px 24px 12px 24px;
}
.popup-review .review-success {
  text-align: center;
}
.popup-review .review-success img {
  display: inline-block;
  margin: 50px 0;
}
.popup-review .review-success .msg {
  color: #6D7D8C;
}
.popup-fast {
  width: 722px;
}
.popup-fast .desc {
  max-width: 431px;
}
.popup-fast .basket-item {
  padding: 32px 0 0 0;
  margin-top: 32px;
  margin-bottom: -16px;
}
.popup-fast .basket-text {
  max-width: 300px;
}
.popup-fast .input {
  margin-bottom: 24px;
}
.popup-fast .popup-submit {
  padding-top: 16px;
}
.popup-fast .btn {
  margin-left: auto;
  padding: 8px 24px 12px 24px;
}
.popup-wrap {
  background: #FFFFFF;
  padding: 0 48px 40px 48px;
  border-top: 1px solid #DDE1E5;
}
.popup-cart {
  width: 1062px;
}
.popup-cart .popup-inner {
  border-radius: 0;
}
.popup-cart .basket-item {
  margin-top: 32px;
  padding: 32px 0 0 0;
  margin-bottom: -16px;
}
.popup-cart .basket-lng {
  margin-left: auto;
}
.popup-cart .popup-wrap {
  padding: 32px 48px;
}
.popup-cart .basket-info {
  margin-left: 0;
}
.popup-buttons {
  margin-left: auto;
}
.popup-buttons .tocatalog {
  display: block;
  margin-right: 12px;
  padding: 12px 32px 16px 32px;
  background: #F4F6F7;
  border-radius: 4px;
  font-family: 'SegoeUI-Bold', sans-serif;
  font-size: 16px;
  line-height: 124%;
  text-align: center;
  color: #6D7D8C;
}
.popup-buttons .btn {
  padding: 12px 32px 16px 32px;
}
.popup-slider {
  margin-top: 8px;
  background: #FFFFFF;
  padding: 40px 48px;
  position: relative;
}
.popup-slider .swiper-slide {
  width: 190px;
}
.popup-slider .card {
  margin-top: 0;
  margin-right: 0;
}
.popup-slider-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
}
.popup-slider-btn svg {
  fill: transparent;
  margin: auto 0;
}
.popup-next {
  right: 20px;
}
.popup-prev {
  display: none;
  left: 20px;
}
.popup-prev.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.popup-container::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(6.67%, rgba(255, 255, 255, 0.991353)), color-stop(13.33%, rgba(255, 255, 255, 0.96449)), color-stop(20%, rgba(255, 255, 255, 0.91834)), color-stop(26.67%, rgba(255, 255, 255, 0.852589)), color-stop(33.33%, rgba(255, 255, 255, 0.768225)), color-stop(40%, rgba(255, 255, 255, 0.668116)), color-stop(46.67%, rgba(255, 255, 255, 0.557309)), color-stop(53.33%, rgba(255, 255, 255, 0.442691)), color-stop(60%, rgba(255, 255, 255, 0.331884)), color-stop(66.67%, rgba(255, 255, 255, 0.231775)), color-stop(73.33%, rgba(255, 255, 255, 0.147411)), color-stop(80%, rgba(255, 255, 255, 0.0816599)), color-stop(86.67%, rgba(255, 255, 255, 0.03551)), color-stop(93.33%, rgba(255, 255, 255, 0.0086472)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #FFFFFF 0%, rgba(255, 255, 255, 0.991353) 6.67%, rgba(255, 255, 255, 0.96449) 13.33%, rgba(255, 255, 255, 0.91834) 20%, rgba(255, 255, 255, 0.852589) 26.67%, rgba(255, 255, 255, 0.768225) 33.33%, rgba(255, 255, 255, 0.668116) 40%, rgba(255, 255, 255, 0.557309) 46.67%, rgba(255, 255, 255, 0.442691) 53.33%, rgba(255, 255, 255, 0.331884) 60%, rgba(255, 255, 255, 0.231775) 66.67%, rgba(255, 255, 255, 0.147411) 73.33%, rgba(255, 255, 255, 0.0816599) 80%, rgba(255, 255, 255, 0.03551) 86.67%, rgba(255, 255, 255, 0.0086472) 93.33%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.991353) 6.67%, rgba(255, 255, 255, 0.96449) 13.33%, rgba(255, 255, 255, 0.91834) 20%, rgba(255, 255, 255, 0.852589) 26.67%, rgba(255, 255, 255, 0.768225) 33.33%, rgba(255, 255, 255, 0.668116) 40%, rgba(255, 255, 255, 0.557309) 46.67%, rgba(255, 255, 255, 0.442691) 53.33%, rgba(255, 255, 255, 0.331884) 60%, rgba(255, 255, 255, 0.231775) 66.67%, rgba(255, 255, 255, 0.147411) 73.33%, rgba(255, 255, 255, 0.0816599) 80%, rgba(255, 255, 255, 0.03551) 86.67%, rgba(255, 255, 255, 0.0086472) 93.33%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.popup-phone {
  width: 1062px;
  height: 468px;
}
.popup-phone .callback-wrap {
  padding: 0;
  position: unset;
}
.popup-phone .callback-phone {
  position: absolute;
  right: -40px;
  bottom: -55px;
  pointer-events: none;
}
.popup-phone .callback-form {
  margin-top: 0;
}
.popup-phone .line1 {
  bottom: 65px;
  right: 50px;
}
.popup-phone .line2 {
  right: 5px;
  bottom: 65px;
}
.autocomplete-suggestions {
  margin-top: 8px;
  background: #FFFFFF;
  border: 1px solid rgba(221, 225, 229, 0.5);
}
.autocomplete-suggestions div {
  padding: 8px 20px 12px 20px;
  line-height: 124%;
}
.autocomplete-suggestions div:hover {
  background-color: #F4F6F7;
}
.autocomplete-suggestions strong {
  font-family: 'SegoeUI-Bold', sans-serif;
}
.modal {
  position: relative;
  border-radius: 4px;
}
.modal-inner {
  width: 464px;
  height: 480px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #FFFFFF;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: default;
  padding: 0 40px;
}
.modal-points .modal-inner {
  width: auto;
  height: auto;
  padding: 10px 40px 40px;
}
.modal-close {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.modal-title {
  margin-top: 50px;
  text-align: center;
}
.modal-text {
  max-width: 291px;
  margin: 16px auto 0 auto;
  font-size: 16px;
  line-height: 124%;
  text-align: center;
  color: #6D7D8C;
}
.modal-btn {
  margin-top: 32px;
}
.modal-btn.btn {
  padding: 8px 24px 12px 24px;
}
.hidden-phone {
  display: none;
}
.mobile-burger {
  display: none;
}
.mobile-menu {
  display: none;
}
.footer-links .footer-callback {
  margin-bottom: 28px;
}
@media screen and (max-width: 1365px) {
  .wrapper {
    max-width: 1170px;
  }
  .main-row {
    height: 325px;
  }
  .main-img {
    width: 180px;
    height: 180px;
  }
  .main-block {
    padding: 15px 40px;
  }
  .catalog-col {
    width: 24%;
  }
  .catalog-col:not(:last-child) {
    margin-right: 1%;
  }
  .cards {
    margin-right: -2%;
  }
  .card {
    max-width: 18%;
    margin-right: 2%;
  }
  .callback-wrap {
    padding: 0;
  }
  .callback-phone .line1 {
    right: 145px;
  }
  .callback-phone .line2 {
    right: 100px;
  }
  .footer-info {
    margin-right: 15px;
  }
  .footer-form {
    width: 475px;
  }
  .drop-card {
    width: 265px;
    height: 225px;
    margin-right: 27px;
    margin-bottom: 27px;
  }
  .catalogPage .card {
    max-width: 31%;
  }
  .basket-items {
    width: 750px;
  }
  .basket-text {
    max-width: 290px;
  }
  .basket-block {
    padding: 0 15px;
  }
  .basket-slider .card {
    max-width: 100%;
  }
  .product-image {
    width: 450px;
    height: 450px;
  }
  .product-text .text-left {
    max-width: 590px;
  }
  .buy-slider {
    max-width: 400px;
  }
  .product .text-coupon {
    padding: 16px 0 29px 16px;
  }
  .swiper-slide .card {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper {
    width: 100%;
  }
  .main-block {
    display: none;
  }
  .mini-banner {
    height: 250px;
  }
  .cards {
    margin-right: -3%;
  }
  .card {
    max-width: 22%;
    margin-right: 3%;
  }
  .useful-image {
    height: 315px;
  }
  .card-img {
    height: 100%;
  }
  .callback-phone .line {
    display: none;
  }
  .address {
    margin-left: 16px;
    margin-bottom: 12px;
  }
  .nav-link {
    margin-right: 16px;
    line-height: 20px;
  }
  .drop-cards {
    margin-right: -15px;
  }
  .drop-card {
    width: 229px;
    height: 229px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .drop-icon {
    width: 80px;
    height: 80px;
  }
  .phone {
    display: none;
  }
  .footer-form {
    width: 420px;
  }
  .footer-col:not(:nth-child(3)) {
    width: 230px;
  }
  .items,
  .special {
    overflow: hidden;
  }
  .catalogPage-cards {
    margin-left: 50px;
    overflow: hidden;
  }
  .filters {
    max-width: 300px;
  }
  .catalogPage .card {
    max-width: 30%;
  }
  .delivery-left {
    width: 650px;
  }
  .indexmap-block {
    height: 450px;
  }
  .indexmap-items {
    height: 250px;
  }
  .why,
  .inform {
    overflow: hidden;
  }
  .order-col {
    margin-right: auto;
  }
  .order-right .order-col {
    margin-left: auto;
    padding-top: 24px;
  }
  .order-card {
    padding: 16px 0;
  }
  .order-head {
    padding: 4px 0 24px 0;
  }
  .html {
    overflow: hidden;
  }
  .tracking-images img {
    width: 161px;
    height: 96px;
  }
  .basket-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .basket-items {
    width: 100%;
  }
  .basket-next {
    right: 15px;
  }
  .basket-prev {
    left: 15px;
  }
  .basket-lng {
    margin-left: auto;
  }
  .basket-info {
    position: relative;
    margin-left: 0;
    margin-top: 40px;
    top: 0;
  }
  .shops-left {
    max-width: 75%;
  }
  .shops .contacts-head {
    padding: 16px 0;
  }
  .shops-item:not(:last-child) {
    margin-bottom: 40px;
  }
  .product-image {
    width: 350px;
    height: 350px;
  }
  .product-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-text .text-right {
    margin-left: 0;
    margin-top: 40px;
    max-width: 100%;
  }
  .buy-slider {
    max-width: 100%;
  }
  .product-text .text-left {
    max-width: 100%;
  }
  .recomended-next,
  .time-next {
    right: 15px;
  }
  .recomended-prev,
  .time-prev {
    left: 15px;
  }
  .fb-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fb-right {
    margin-left: 0;
    margin-top: 40px;
  }
  .fb {
    margin-top: 56px;
    padding-bottom: 40px;
  }
  .buy-slider .buy-next {
    right: 15px;
  }
  .buy-slider .buy-prev {
    left: 15px;
  }
  .fb-prev {
    left: 0;
  }
  .popup-city,
  .popup-cart {
    width: 90%;
  }
  .popup-cart .basket-info {
    margin-top: 0;
  }
  .popup-buttons .btn {
    padding: 12px 16px 16px 16px;
  }
  .popup-buttons .tocatalog {
    padding: 12px 16px 16px 16px;
  }
  .popup-phone {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .header-top {
    display: block;  
  }
  .place {
    margin-bottom: 12px;
  }
  .card {
    max-width: 24%;
    margin-right: 1%;
  }
  .header-bottom .logo {
    display: none;
  }
  .nav {
    display: block;
    margin-bottom: 15px;
  }
  .free {
    margin-left: auto;
  }
  .catalog-link {
    margin-left: 0;
  }
  .main-row {
    /*height: auto;*/
  }
  .items {
    padding-top: 24px;
  }
  .mini-banner {
    height: 190px;
  }
  .mini {
    margin-top: 40px;
  }
  .indexmap-items {
    height: 190px;
  }
  .indexmap {
    margin: 40px 0;
  }
  .indexmap-block {
    height: 375px;
  }
  .indexmap-left {
    width: 50%;
    padding: 16px 8px 4px 16px;
  }
  .useful-image {
    height: 250px;
  }
  .useful .swiper-slide {
    width: 50% !important;
  }
  .catalog {
    margin-top: 40px;
  }
  .catalog-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .catalog-col {
    width: 49%;
    margin-bottom: 20px;
  }
  .sleep {
    margin-top: 40px;
  }
  .sleep-block {
    height: 210px;
  }
  .sleep-text {
    top: 16px;
    left: 24px;
  }
  .sleep-text h3 {
    font-size: 24px;
  }
  .sleep-text span {
    font-size: 14px;
  }
  .brands {
    margin-top: 40px;
  }
  .brands-item {
    width: 25%;
  }
  .callback {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .callback-form .title {
    font-size: 24px;
  }
  .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-info {
    max-width: 55%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: auto;
  }
  .footer-mail {
    margin: 24px 0 0 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer-cards {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer-bottom {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    margin-top: 40px;
  }
  .footer-yandex {
    margin-top: 24px;
  }
  .drop-front {
    padding: 0 8px;
  }
  .drop-name {
    margin: 8px auto 0 auto;
    font-size: 14px;
  }
  .drop-desc {
    font-size: 12px;
  }
  .drop-icon {
    width: 60px;
    height: 60px;
  }
  .drop-card {
    width: 24%;
    height: 180px;
    margin-right: 1%;
  }
  .drop-back {
    padding: 8px;
  }
  .drop-back p {
    margin-bottom: 8px;
  }
  .drop-link {
    font-size: 13px;
  }
  .special {
    margin-top: 40px;
  }
  .callback-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .callback-phone {
    margin-left: 40px;
  }
  .catalogPage .card {
    max-width: 48%;
    margin-right: 2%;
  }
  .filters {
    max-width: 270px;
  }
  .sort {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pageItems {
    padding-bottom: 60px;
  }
  .delivery-table {
    margin-top: 40px;
    width: 100%;
  }
  .delivery-left tr {
    padding: 16px 0;
  }
  .delivery-left {
    width: 65%;
    font-size: 14px;
  }
  .delivery-left td:first-child {
    width: 180px;
    padding-right: 21px;
  }
  .delivery-elem {
    font-size: 14px;
  }
  .delivery-head {
    padding-bottom: 10px;
  }
  .delivery-name {
    font-size: 14px;
  }
  .delivery-td {
    font-size: 14px;
  }
  .opt-left {
    font-size: 14px;
  }
  .why-item {
    width: calc(100% / 2 - 25px);
    margin-bottom: 25px;
  }
  .why-items {
    margin-bottom: -25px;
  }
  .why-text {
    font-size: 14px;
  }
  .why-content {
    font-size: 14px;
    margin-top: 40px;
  }
  .interesting {
    margin-top: 40px;
  }
  .interesting-item {
    font-size: 14px;
  }
  .interesting-item:not(:last-child) {
    margin-bottom: 12px;
  }
  .partner {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .partner-body {
    padding: 32px 0 40px 0;
  }
  .feedback-text {
    font-size: 14px;
  }
  .partnerPage {
    padding-bottom: 60px;
  }
  .inform-static {
    font-size: 14px;
    margin-top: 24px;
  }
  .order-col {
    width: 90%;
  }
  .order-accept #map {
    height: 350px;
  }
  .order-block {
    padding-bottom: 48px;
  }
  .order-text {
    font-size: 14px;
  }
  .order-price {
    font-size: 14px;
  }
  .radio-inf {
    margin-right: 5px;
  }
  .radio-sale {
    white-space: nowrap;
  }
  .order .subtitle {
    font-size: 26px;
  }
  .order .success-text {
    margin-top: 24px;
    font-size: 14px;
  }
  .order .success-btn {
    margin-top: 40px;
  }
  .order-result {
    font-size: 18px;
  }
  .html p {
    font-size: 14px;
  }
  .html ul li,
  .html ol li {
    font-size: 14px;
  }
  .html table thead tr {
    padding-bottom: 10px;
  }
  .html table thead th {
    font-size: 14px;
  }
  .html table {
    width: 100%;
  }
  .html table tbody td {
    font-size: 14px;
  }
  .tracking-right {
    width: 50%;
  }
  .tracking-left {
    width: 46%;
    margin-right: 4%;
  }
  .tracking-left .desc {
    font-size: 14px;
  }
  .tracking-form {
    margin-top: 20px;
  }
  .tracking-item {
    padding: 16px;
  }
  .tracking-elem {
    padding: 10px 0;
    font-size: 14px;
  }
  .tracking-one {
    width: 150px;
  }
  .tracking-item .desc {
    font-size: 14px;
  }
  .tracking {
    padding: 24px 0 60px 0;
  }
  .tracking-empty {
    height: 200px;
    padding-top: 40px;
  }
  .tracking-empty .desc {
    font-size: 14px;
  }
  .basket-free {
    margin-top: 40px;
  }
  .contacts {
    padding-bottom: 60px;
  }
  .shops-left {
    max-width: 70%;
  }
  .shops-items {
    margin-top: 32px;
  }
  .shops-item:not(:last-child) {
    margin-bottom: 32px;
  }
  .product-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-content {
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
  }
  .product-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .product-thumbs {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .product-thumb:not(:last-child) {
    margin-bottom: 0;
    margin-right: 12px;
  }
  .product-image {
    margin-left: 0;
  }
  .product-price {
    margin-top: 24px;
  }
  .product-text {
    margin-top: 40px;
  }
  .buy-slider::after {
    right: -2px;
  }
  .useful-image img {
    width: 100%;
  }
  .popup-cart .popup-inner {
    padding: 20px 16px;
  }
  .popup-cart .basket-item {
    margin-top: 16px;
    padding: 16px 0 0 0;
  }
  .popup-cart .popup-wrap {
    padding: 20px 16px;
  }
  .popup-cart .basket-info {
    width: 230px;
  }
  .basket-text {
    margin-left: 16px;
  }
  .popup-phone .callback-phone {
    display: none;
  }
  .popup-slider {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 767px) {
  .card {
    max-width: 32%;
  }
  .mini-banner {
    height: 140px;
  }
  .catalog-link {
    padding: 16px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 16px;
  }
  .catalog-link span {
    display: none;
  }
  .catalog-link .burger {
    margin-right: 0;
  }
  .catalog-link .burger span {
    display: block;
  }
  .catalog-link .burger span:nth-child(1) {
    width: 100%;
  }
  .catalog-link .burger span:nth-child(3) {
    width: 100%;
  }
  .cart-wrap {
    position: fixed;
    bottom: 15px;
    left: -10px;
  }
  .cart-wrap .cart {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cart-wrap .cart .null {
    display: none;
  }
  .cart-wrap .cart .not-null {
    display: none;
  }
  .cart-wrap .cart svg {
    margin-right: 0;
  }
  .cart-wrap .cart.active .notnull {
    display: none;
  }
  .cart-drop {
    display: none;
  }
  .cart .notnull > *:nth-child(1) {
    display: none;
  }
  .header-bottom .logo {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .free {
    display: none;
  }
  .hidden-phone {
    display: block;
    margin-left: auto;
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 14px;
    line-height: 124%;
    color: #000000;
  }
  .main-btn {
    width: 30px;
    height: 30px;
  }
  .main-btn svg {
    width: 8px;
    height: 16px;
  }
  .drop-card {
    margin-bottom: 1%;
  }
  .drop-cards {
    margin-right: -1%;
  }
  .indexmap-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 100%;
  }
  .indexmap-left {
    width: 100%;
  }
  .indexmap-right {
    height: 300px;
  }
  .indexmap-left .input {
    max-width: 95%;
  }
  .subtitle {
    font-size: 28px;
  }
  .useful .swiper-slide {
    width: 48%;
  }
  .sleep-text h3 {
    max-width: 50%;
  }
  .callback-phone {
    display: none;
  }
  .callback-form {
    width: 100%;
  }
  .callback-form .desc {
    max-width: 100%;
  }
  .callback-form form {
    margin: 32px auto 0 auto;
  }
  .footer-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-col:not(:nth-child(3)) {
    width: 48%;
    margin-right: 2%;
  }
  .footer-col {
    margin-bottom: 20px;
    text-align: center;
  }
  .actions .mini-row {
    margin-top: 24px;
  }
  .actions .mini-banner {
    margin-bottom: 16px;
    width: calc(50% - 6px);
  }
  .filters {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    background: #FFFFFF;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    z-index: 6;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.04), 0px 3px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.04), 0px 3px 4px rgba(0, 0, 0, 0.08);
  }
  .filters.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .filters-icon {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.04), 0px 3px 4px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.04), 0px 3px 4px rgba(0, 0, 0, 0.08);
  }
  .filters-item {
    margin-bottom: 16px;
  }
  .filters-item .check-text {
    font-size: 14px;
  }
  .filters-links {}
  .filters-link {
    font-size: 14px;
  }
  .filters-link:not(:last-child) {
    margin-bottom: 8px;
  }
  .filters-title,
  .bapf_heads {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .filters .more-link {
    font-size: 14px;
  }
  .catalogPage-items {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 20px;
  }
  .catalogPage-cards {
    margin-left: 0;
  }
  .catalogPage .card {
    max-width: 31%;
  }
  .in {
    font-size: 14px;
  }
  .filters-input input {
    height: 48px;
  }
  .catalogPage-content {
    margin-top: 16px;
  }
  .catalogPage-text {
    font-size: 14px;
  }
  .catalogPage-text p:not(:last-child) {
    margin-bottom: 8px;
  }
  .catalogPage .html-item {
    margin-top: 20px;
  }
  .catalogPage .html-item ul {
    margin-top: 12px;
  }
  .html ul li:not(:last-child),
  .html ol li:not(:last-child) {
    margin-bottom: 12px;
  }
  .contacts-item {
    padding: 16px 0;
  }
  .contacts-name {
    font-size: 14px;
  }
  .contacts-desc {
    font-size: 14px;
  }
  .delivery-block {
    margin-top: 40px;
  }
  .delivery-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .delivery-left {
    width: 100%;
  }
  .delivery-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-top: 20px;
  }
  .delivery-wrap {
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .delivery-table {
    /*width: 800px;*/
  }
  .delivery-name:first-child, .delivery-td:first-child{
    width: 25%;
  }
  .delivery-name {
    padding: 0 15px;
    font-size: 12px;
  }
  .delivery-td {
    padding: 10px 15px;
  }
  .delivery-search .example {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .delivery-search .example > * {
    margin-bottom: 4px;
  }
  .opt-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .opt-right {
    margin-top: 16px;
  }
  .partner form {
    max-width: 95%;
  }
  .check-text {
    font-size: 14px;
  }
  .input-phone input {
    font-size: 14px;
  }
  .inform {
    padding-bottom: 60px;
  }
  .footer-text,
  .footer-link {
    font-size: 14px;
  }
  .footer-yandex {
    margin: 0 auto;
    font-size: 14px;
  }
  .inform .watch {
    margin-top: 40px;
  }
  .inform .watch-links {
    font-size: 14px;
  }
  .order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-block {
    width: 100%;
  }
  .order-right {
    margin-bottom: 20px;
  }
  .html .table {
    overflow: hidden;
    overflow-x: auto;
  }
  .html table {
    width: 800px;
  }
  .html table thead th {
    padding: 0 15px;
  }
  .html table tbody td {
    padding: 0 15px;
  }
  .bad {
    overflow: hidden;
  }
  .bad-img {
    margin-top: 50px;
    width: 900px;
  }
  .tracking-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tracking-left {
    width: 100%;
    margin-right: 0;
  }
  .tracking-right {
    width: 100%;
    margin-top: 20px;
  }
  .tracking-images a {
    width: 32%;
    margin-right: 1%;
  }
  .tracking-images img {
    width: 100%;
  }
  .basket-free .subtitle {
    font-size: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .basket-img {
    width: 80px;
    height: 80px;
  }
  .basket-item {
    padding: 16px 0;
  }
  .basket-title {
    font-size: 14px;
  }
  .basket-text {
    max-width: 175px;
  }
  .basket-row {
    margin-top: 20px;
  }
  .basket-row .card-newprice {
    font-size: 20px;
  }
  .basket-p {
    font-size: 14px;
    margin-left: 10px;
    line-height: 36px;
  }
  .basket-block {
    height: 48px;
  }
  .basket-remove {
    margin-top: 10px;
  }
  .basket-text .card-ctg {
    flex-direction: column;
  }
  .contacts .subtitle {
    font-size: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts-right {
    margin-left: 40px;
  }
  .contacts-right .props {
    margin-top: 20px;
  }
  .contacts-right .props .text {
    font-size: 14px;
  }
  .contacts-map {
    height: 400px;
  }
  .footer-copy {
    font-size: 14px;
  }
  .shops-left {
    max-width: 100%;
  }
  .shops-right {
    display: none;
  }
  .shops-item h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .shops .shop-map {
    height: 300px;
  }
  .product .coupon-left {
    padding-right: 60px;
  }
  .fb-next {
    right: 0;
  }
  .product-deliv {
    font-size: 14px;
  }
  .product-company {
    font-size: 14px;
  }
  .product-text .text-item p {
    font-size: 14px;
  }
  .product-text .text-item {
    margin-bottom: 24px;
  }
  .product .show-desc {
    font-size: 14px;
  }
  .product-text h4 {
    font-size: 20px;
  }
  .product .text-row {
    font-size: 14px;
  }
  .fb-text {
    font-size: 14px;
  }
  .fb-links a {
    font-size: 14px;
  }
  .fb-info {
    margin-top: 20px;
    font-size: 14px;
  }
  .fb {
    padding-bottom: 0;
  }
  .fb-row h4 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .fb-more {
    font-size: 14px;
  }
  .mt120 {
    margin-top: 24px;
  }
  .product .newprice {
    font-size: 30px;
  }
  .product-content .subtitle {
    font-size: 24px;
  }
  .product-price {
    margin-top: 16px;
  }
  .product .newprice {
    font-size: 28px;
  }
  .product-btns {
    margin-top: 20px;
  }
  .product-btns .btn {
    width: 250px;
    padding: 8px 24px 12px 24px;
    font-size: 14px;
  }
  .product-btns .oneclick {
    padding: 8px 24px 12px 24px;
    font-size: 14px;
    height: 37px;
  }
  .fb-review .date {
    font-size: 14px;
  }
  .popup-inner {
    padding: 20px 16px;
  }
  .popup-city .input {
    margin-top: 16px;
  }
  .popup-city .city-links {
    margin-top: 16px;
  }
  .popup-city .city-link {
    font-size: 14px;
  }
  .popup-table {
    width: 95%;
  }
  .popup-table .table {
    overflow: hidden;
    overflow-x: auto;
    max-width: 100%;
  }
  .popup-table thead {
    padding: 16px 0;
  }
  .popup-table thead th {
    font-size: 14px;
  }
  .popup-table tbody td {
    font-size: 14px;
  }
  .popup-callback,
  .popup-fast {
    width: 95%;
  }
  .popup-wrap {
    padding: 0px 16px 20px 16px;
  }
  .popup-cart .card-newprice {
    font-size: 18px;
  }
  .popup-cart .popup-wrap > .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popup-cart .basket-info {
    width: 100%;
  }
  .popup-buttons {
    margin-left: 0;
    margin-top: 16px;
  }
  .popup-cart .basket-item {
    margin-bottom: 0;
  }
  .btn {
    font-size: 14px;
    margin: 0px auto;
  }
  .popup-buttons .tocatalog {
    font-size: 14px;
  }
  .modal-inner {
    width: 300px;
    height: 300px;
    padding: 0 20px;
  }
  .modal-icon {
    width: 80px;
    height: 80px;
  }
  .modal-icon svg {
    max-width: 100%;
    max-height: 100%;
  }
  .modal-title {
    font-size: 20px;
    margin-top: 20px;
  }
  .modal-text {
    font-size: 14px;
  }
  .modal-btn {
    margin-top: 16px;
  }
  .basket-icon img{
    height: 36px;
  }
  .page-link svg{
    margin-top: 12px;
  }
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: 1.1em;
  }
  .header-bottom .logo {
    margin-right: 15px;
  }
  .card{
    max-width: 48%;
    margin-right: 2%;
  }
  .mini-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mini-banner {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .all {
    margin: 5px 0;
  }
  .card-newprice {
    font-size: 18px;
  }
  .useful .swiper-slide {
    width: 100% !important;
  }
  .catalog-col {
    width: 100%;
  }
  .catalog-col:not(:last-child) {
    margin-right: 0;
  }
  .sleep {
    display: none;
  }
  .brands-item {
    width: 33%;
  }
  .callback-form {
    margin-top: 0;
  }
  .footer-info {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .footer-form {
    width: 100%;
  }
  .footer-form input {
    font-size: 14px;
    height: 48px;
    padding-left: 8px;
  }
  .footer-form .btn {
    width: auto;
  }
  .footer-col:not(:nth-child(3)) {
    width: 100%;
    margin-right: 0;
  }
  .footer-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .callback-form form {
    width: 100%;
  }
  .catalog .ctg-link {
    font-size: 14px;
  }
  .catalog-col p:not(:last-child) {
    margin-bottom: 8px;
  }
  .catalog-links {
    margin-top: 20px;
  }
  .catalog-link {
    display: none;
  }
  .drop {
    display: none;
  }
  .address {
    display: none;
  }
  .header-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .main-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-btn {
    display: none;
  }
  .main-pagination {
    bottom: 10px;
  }
  .main-slider {
    border-radius: 4px;
  }
  .main-day {
    position: relative;
    margin-top: 60px;
    width: 100%;
  }
  .main-block {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    width: 100%;
    padding: 15px;
  }
  .main-hidden {
    display: block;
    position: absolute;
    left: 0;
    top: -45px;
  }
  .actions .mini-row {
    margin-bottom: 0;
    margin-top: 8px;
  }
  .actions .mini-banner {
    width: 100%;
    margin-bottom: 8px;
  }
  .subtitle {
    font-size: 24px;
  }
  .catalogPage .card {
    max-width: 48%;
    height: 100%;
  }
  .page-link {
    min-width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .filters .clear {
    font-size: 14px;
  }
  .sort > * {
    margin-bottom: 4px;
  }
  .opt-right {
    width: 100%;
    height: auto;
  }
  .why-items {
    margin-right: 0;
    margin-bottom: 0;
  }
  .why-item {
    width: 100%;
    margin-right: 0;
  }
  .why-content {
    margin-top: 20px;
  }
  .interesting-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interesting-col {
    width: 100%;
    margin-bottom: 16px;
  }
  .partner-header {
    padding: 16px 0;
    font-size: 16px;
  }
  .half {
    width: 100%;
  }
  .half:not(:last-child) {
    margin-right: 0;
  }
  .partner form > .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .check {
    margin-right: 20px;
  }
  .inform-blocks {
    margin-top: 16px;
    padding-top: 16px;
  }
  .inform-block_name {
    font-size: 16px;
  }
  .inform-block_desc {
    font-size: 14px;
  }
  .order-elem .btn {
    height: 48px;
    font-size: 14px;
  }
  .order-elem,
  .order-item {
    margin-top: 20px;
  }
  .tracking-images a {
    width: 49%;
    margin-bottom: 1%;
  }
  .tracking-phone a {
    font-size: 14px;
  }
  .tracking-elems .alert {
    margin-top: 8px;
  }
  .basket-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .basket-text {
    max-width: 65%;
  }
  .basket-lng {
    margin-top: 16px;
    margin-left: 0;
  }
  .basket-sum {
    margin-top: 16px;
    margin-left: auto;
  }
  .basket-price .card-oldprice {
    margin-left: 0;
  }
  .basket-remove {
    opacity: 1;
  }
  .basket-gray {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .basket-block {
    height: auto;
  }
  .basket-block:not(:last-child) {
    border: 0;
  }
  .basket-free .subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .basket-free .subtitle p {
    margin-left: 0;
    margin-top: 4px;
  }
  .basket-info {
    width: 100%;
  }
  .basket-result .subtitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contacts .city {
    margin-left: 0;
  }
  .contacts .subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
  }
  .contacts-right {
    margin-left: 0;
    margin-top: 20px;
  }
  .product-image {
    width: 100%;
    height: auto;
  }
  .product .size .custom {
    font-size: 14px;
  }
  .product-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-btns .btn {
    width: 100%;
  }
  .product-btns .oneclick {
    margin-left: 0;
    width: 100%;
    margin-top: 16px;
  }
  .product .coupon-left {
    display: none;
  }
  .product .coupon-right {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 16px;
    text-align: center;
  }
  .product .coupon-dots {
    display: none;
  }
  .product .text-coupon {
    padding: 0;
  }
  .product .text-two {
    width: 150px;
  }
  .buy-slider .swiper-slide {
    width: 50%;
  }
  .fb-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .fb-middle {
    width: 100%;
    padding: 16px;
  }
  .popup-city .city-links {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .popup {
    width: 90%;
  }
  .popup-form {
    margin-top: 16px;
  }
  .popup .desc {
    font-size: 14px;
  }
  .popup-table table {
    width: 800px;
  }
  .popup-form > .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popup-callback .btn,
  .popup-review .btn,
  .popup-fast .btn {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .popup-fast .basket-item {
    padding: 16px 0 0 0;
    margin-top: 16px;
    margin-bottom: 0;
  }
  .popup-fast .basket-text {
    max-width: 65%;
  }
  .popup-cart .basket-lng {
    margin-left: 0;
  }
  .popup-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popup-buttons .tocatalog {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .popup-buttons .btn {
    width: 100%;
  }
  .modal-inner {
    width: 100%;
  }
  .useful-title {
    font-size: 16px;
  }
  .useful-desc {
    font-size: 14px;
  }
  .menu-overlay {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
  .mobile-burger {
    position: fixed;
    right: 20px;
    top: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    width: 24px;
    height: 20px;
  }
  .mobile-burger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #6D7D8C;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 85%;
    height: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    background: #FFFFFF;
    z-index: 10;
    overflow: hidden;
    overflow-y: auto;
  }
  .mobile-menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .mobile-title {
    font-family: 'SegoeUI-Bold', sans-serif;
    font-size: 20px;
    line-height: 124%;
    padding: 10px 15px;
  }
  .mobile-ctg {
    border-bottom: 1px solid #DDE1E5;
  }
  .mobile-head {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 124%;
    color: #000000;
  }
  .mobile-head.active svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .mobile-head span {
    display: inline-block;
    margin-right: auto;
  }
  .mobile-head svg {
    fill: transparent;
    width: 12px;
    height: 7px;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    stroke: #000000;
    stroke-width: 2;
  }
  .mobile-body {
    display: none;
  }
  .mobile-body a {
    display: block;
    padding: 10px 15px 10px 25px;
    font-size: 14px;
    line-height: 124%;
    color: #FF6414;
  }
  .mobile-body a:active {
    color: #F25F13;
  }
  .footer-name {
    text-align: center;
  }
  .bread {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  h2 {
    font-size: 1.1em;
  }
  .tracking-one {
    width: 120px;
    margin-right: 10px;
  }
  .card {
    max-width: 220px;
    margin: 32px auto 0 auto;
  }
  .cards {
    margin-right: 0;
  }
  .catalogPage .card {
    max-width: 220px;
    margin-right: auto;
  }
  .delivery-left td:first-child {
    width: 130px;
    margin-right: 12px;
  }
  .delivery-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .delivery-elem {
    width: 100%;
  }
  .accept {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .partner .btn {
    margin-top: 16px;
    width: 100%;
  }
  .partner-body {
    padding: 16px 0;
  }
  .radio-custom {
    padding: 12px;
  }
  .order-accept #map {
    height: 300px;
  }
  .order-head .logo {
    height: 50px;
  }
  .order-head .place {
    font-size: 14px;
  }
  .shops .contacts-head {
    padding: 16px 30px 16px 0;
  }
  .product .text-two {
    width: 120px;
  }
  .card-price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popup-review .star {
    margin-right: 6px;
  }
  .popup-review .star svg {
    width: 20px;
    height: 20px;
  }
  .basket-img {
    display: none;
  }
  .basket-text {
    max-width: 100%;
    margin-left: 0;
  }
  .popup-fast .basket-text {
    max-width: 100%;
  }
  .popup-fast .popup-inner {
    border-radius: 0;
  }
  .popup-fast .popup-submit {
    padding-top: 0;
  }
}

/*# sourceMappingURL=main.css.map */

.disabled {
  background: #F4F6F7;
  border: 1px solid #F4F6F7;
  color: #A5AFB8;
}


.content-description-product {
  display: none;
}
.content-description-product.visible {
  display: block;
}

.term-description {
  margin-top: 52px;
}
.hidden{display:none}

.berocket_aapf_widget-wrapper {
  margin-bottom: 30px;
}
.berocket_aapf_widget-title_div {
  overflow: auto;
}
ul.berocket_aapf_widget .berocket_widget_show_values {
  display: inline-block;
  margin-left: 0;
  font-size: inherit;
}
ul.berocket_aapf_widget .berocket_widget_show_values span {
  margin-right: 0;
}

#errorAjax {
  position: fixed;
  left: -300px;
  bottom: -300px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background: red;
  width: 300px;
  opacity: 1;
  filter: alpha(opacity=80);
  font-size: 17px;
  font-weight: 700;
  color: #FFF;
  z-index: 99999;
}

#loadingOverlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  filter: alpha(opacity=80);
  z-index: 99999;
}
#loadingOverlay::after {
  content: '';
  display: block;
  position: absolute;
  width: 116px;
  height: 116px;
  top: 50%;
  left: 50%;
  margin: -58px 0 0 -58px;
  background-image: url(../img/general/loadAjaxIcon.svg);
}

dl.variation {
  overflow: hidden;
  margin: 12px 0;
  color: #6D7D8C;
  font-size: 14px;
}
dl.variation dt {
  float: left;
  width: 40%;
}
dl.variation dd {
  float: left;
  width: 60%;
}

.woocommerce-input-wrapper .input-text {
  display: block;
  width: 100%;
  font-family: SegoeUI, sans-serif;
  font-size: 14px;
}
.shippingDropDown {
  width: 100%;
  font-family: SegoeUI, sans-serif;
  font-size: 14px;
}
.shippingDropDown option {
  
}

.popup p {
  line-height: 140%;
}
.popup .text-num {
  color: #FF6414;
  font-size: 25px;
}

.remove-coupon {
    cursor: pointer;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 6px;
    right: 4px;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}
.woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}
.woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(
        -45deg
    );
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(
        -45deg
    );
    box-sizing: content-box;
}

.posts-nav {
    overflow: hidden;
    margin: 30px 0 20px;
}
.post-prev,
.post-next {
    width: 50%;
}
.post-prev {
    float: left;
}
.post-next {
    float: right;
}

.social {
    display: inline-block;
    background-image: url(/img/social.webp);
    width: 30px;
    height: 30px;
}
.social-vk {
    background-position: 30px -49px;
}
.social-inst {
    background-position: -90px 0;
}

.btn.btn-buy {
    width: 100%;
}

.html ul.page_brands li::before{
  content: none;
}
.html ul.page_brands li{
  list-style: none;
  display: inline-block;
  width: 200px;
}
.html ul.page_brands{
  list-style: none;
  max-width: 100%;
}

.checks.active .berocket_aapf_widget li.berocket_hide_attribute_count_value{
  display: inherit !important;
}

.order-item .check input:checked + .check-box svg,
.popup-submit .check input:checked + .check-box svg,
.partner-form .check input:checked + .check-box svg {
  margin-top: 4px;
}

.hidden-visibility{
  visibility: hidden;
  height: 0;
}
.hidden-visibility * {
  display: none;
}
.berocket_aapf_product_count_desc.br_aapf_pcd_left{
  display:none;
}

.order_details {
  margin: 50px auto;
  width: 270px;
}
.order_details li {
  padding: 5px;
}
.order_details .order {
  min-height: inherit;
}

.content-description-product ul {
    padding-left: 20px;
    line-height: 140%;
}
.content-description-product li {
    list-style: none;
    position: relative;
}
.content-description-product li:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    left: -15px;
    top: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #FF6414;
}

table.tbl {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
table.tbl tbody {
    display: table-row-group;
}
table.tbl tr {
    display: table-row;
}
table.tbl tr *:first-child{
    text-align: left;
}
table.tbl th,
table.tbl td {
    display: table-cell;
    padding: 5px;
    border-bottom: 1px solid #e8e4e3;
    line-height: 140%;
}
table.tbl th {
    font-weight: normal;
}
.b {
    font-weight: 700;
}

.catalogMain .cards {
    justify-content: space-between;
    align-items: initial;
}
.catalogMain .card {
    width: auto;
    max-width: inherit;
    border: 2px solid #ececec;
}
.catalogMain .card:hover {
    box-shadow: 0px 0px 17px 0px #ddd;
}
.catalogMain .card h2 {
    padding: 0 8px;
}
.catalogMain .card img {
    width: 100%;
}
.bapf_ckbox_sqchck input[type=checkbox] {
    border-width: 1px;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked {
    background: #ff6414;
    border: 1px solid #ff6414;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
    width: 6px;
    height: 10px;
    left: 5px;
    top: 1px;
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.bapf_sfilter {
    margin-bottom: 10px;
}

.bapf_sfilter.bapf_button_berocket .bapf_update,
.bapf_sfilter.bapf_button_berocket .bapf_reset {
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'SegoeUI-Bold', sans-serif;
    text-transform: none;
}
.bapf_sfilter.bapf_button_berocket .bapf_update {
    background-color: #ff6414;
}
.bapf_sfilter.bapf_button_berocket .bapf_update:hover {
    background-color: #f25f13;
}
.bapf_sfilter.bapf_button_berocket .bapf_reset {
    background-color: #f4f6f7;
    color: #6d7d8c;
}
.bapf_sfilter.bapf_button_berocket .bapf_reset:hover {
    background-color: #f4f6f7;
}
.bapf_show_hide {
    margin-top: 10px;
    color: #ff6414;
}

@media screen and (min-width: 1366px) {
    .catalogMain .card {
        width: 22%;
    }
}
@media screen and (max-width: 1365px) {
    .catalogMain .card {
        width: 30%;
    }
}
@media screen and (max-width: 767px) {
    .catalogMain .card {
        width: 48%;
    }
  .product-thumb,
  .flex-control-nav li {
    display: inline-block;
  }
}
@media screen and (max-width: 374px) {
    .catalogMain .card {
        width: 95%;
    }
}

form.cashback-form {}
form.cashback-form .input input {
    margin-right: 25px;
    height: 48px;
    font-size: 16px;
}
table.cashback-table th.summa {
    text-align: right;
}
@media screen and (min-width: 992px) {
    form.cashback-form .input input {
        width: 40%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .row.header-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .row.header-top .place,
    .row.header-top .address,
    .row.header-top .nav {
        width: 100%;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 0;
    }
    .row.header-top .free {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 0;
    }
}

.task-form .error {
    margin-bottom: 20px;
}
.inform .html a, .text-item a{
    color: #ff6414;
    border-bottom: 1px dotted;
}
.inform .html a:hover, .text-item a:hover {
    border-bottom: none;
}

.product-btns-not-in-stock{
  color: #ff6414;
  font-weight: 600;
  margin-top: 10px;
}




.slider, .slider .imgs {
  width: 100%;
  height: 100%;
  position: relative;
}

/*.slider {*/
/*  max-height: 300px;*/
/*}*/

.slider .imgs {
  display: flex;
  overflow: hidden;
}

.slider .swiper-slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  left: 100%;
  /* animation duration can't be greater than variable interval in JS! */
  /* check JS for other settings */
  animation: .6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s left;
  animation-fill-mode: forwards;
  background-size: cover !important;
  background-position: 50% !important;
}

.slider .swiper-slide a {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #f0f0f0;
  font-size: 14px;
  font-family: sans-serif;
}

.dots-slider {
  position: absolute;
  bottom: -18px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.dot {
  width: 8px;
  height: 8px;
  background: gray;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}

.active-dot {
  background: #3f3f3f;
  cursor: default;
}

@keyframes leftNext {
  from { left: 100%; }
  to { left: 0; }
}

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

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

@keyframes rightCurr {
  from { left: 0; }
  to { left: 100%; }
}

.drop-card {
  background: none;
}
.drop-front,.drop-back {
  background: #fff;
}