@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font: normal 15px/18px Roboto, Arial, "sans-serif";
  color: #4a5160;
  -webkit-text-size-adjust: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

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

form, fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

input, select, textarea, button, .jcf-select, .select2-container .select2-choice, .select2-drop {
  font: normal 15px Roboto, Arial, "sans-serif";
  color: #4a5160;
  outline: none; }

input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select, .jcf-select-text, .select2-container .select2-choice {
  -webkit-appearance: none;
  border-radius: 3px;
  color: #383c45;
  box-shadow: none;
  border: 1px solid #d4d4de;
  background: #fff;
  margin: 0;
  padding: 9px;
  display: block;
  width: 100%;
  text-align: left;
  height: auto; }

input:-moz-read-only, textarea:-moz-read-only {
  border-color: #f8f8f8;
  background-color: #f8f8f8; }

input:read-only, textarea:read-only {
  border-color: #f8f8f8;
  background-color: #f8f8f8; }

.select2-container {
  display: block;
  width: 100%; }

.select2-dropdown-open .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choice {
  border-color: #d4d4de;
  border-radius: 3px;
  background-image: none;
  width: 100%; }

.select2-container .select2-choice > .select2-chosen {
  white-space: normal; }

.select2-search {
  padding: 6px; }

.jcf-select .jcf-option-placeholder, .select2-choice.select2-default {
  opacity: 1;
  font-weight: 300;
  color: rgba(80, 87, 103, 0.5); }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  font-weight: 300;
  color: rgba(80, 87, 103, 0.5); }

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  font-weight: 300;
  color: rgba(80, 87, 103, 0.5); }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  font-weight: 300;
  color: rgba(80, 87, 103, 0.5); }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0.5 !important; }

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0.5 !important; }

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0.5 !important; }

input::-ms-clear {
  display: none; }

button::-moz-focus-inner {
  border: 0; }

textarea {
  resize: none; }

.jcf-select {
  display: block;
  position: relative; }

.jcf-select select {
  z-index: 3;
  cursor: pointer; }

.jcf-select-text {
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 24px !important; }

.jcf-select-opener, .select2-container .select2-choice .select2-arrow {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 0;
  bottom: 0;
  right: 0;
  width: 19px;
  height: auto;
  margin: 3px;
  border-radius: 2px;
  background: #535b6c;
  border: 0; }

.jcf-select-opener:before, .select2-container .select2-choice .select2-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/img/darr-white.svg) no-repeat 50% 50%;
  background-size: auto 4px; }

.select2-drop {
  background: #fff;
  border-radius: 3px !important;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16) !important;
  border: 1px solid #d4d4de !important; }

.select2-results {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results li:before {
  display: none; }

.select2-results li {
  margin: 0;
  padding: 0; }

.select2-results .select2-highlighted .select2-result-label {
  background-color: #3275d9; }

.input {
  position: relative; }

.input.ok input, .input.ok .select2-choice {
  border-color: #38be38 !important; }

.input.error input, .input.error .select2-choice {
  border-color: #f02362 !important; }

.input.error .eye {
  display: none; }

.input.ok:after, .input.error:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%; }

.input.ok:after {
  background-image: url(/img/check-green.svg);
  width: 10px;
  height: 8px;
  margin: -4px -5px; }

.input.error:after {
  background-image: url(/img/exclam-red.svg);
  width: 3px;
  height: 16px;
  margin: -8px -1.5px; }

.input-pass .eye, .input .pic-refresh {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 48px; }

.input .pic-refresh {
  width: 37px; }

.input .pic-refresh:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/img/refresh-grey.svg) no-repeat 50% 50%;
  background-size: auto 13px; }

.input-pass .eye:before, .input-pass .eye:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/img/eye-closed.svg) no-repeat 50% 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.input-pass .eye:after {
  background-color: #f00;
  opacity: 0; }

.input-pass.show .eye:before {
  opacity: 0; }

.input-pass.show .eye:after {
  opacity: 1; }

.input-label, .input-link {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 0 !important;
  height: auto !important;
  width: auto !important;
  border-color: transparent !important;
  background-color: transparent !important;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.input2 .input-link {
  left: auto;
  right: 0;
  padding-left: 0;
  padding-right: 0; }

.input2 .input-label, .input2.focus .input-label {
  font-size: 14px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 0.5;
  color: #4a5160;
  top: -15px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }

.input2.placeholder .input-label {
  font-size: 15px;
  padding-top: 9px;
  opacity: 0.75;
  top: 0; }

.input2.focus .input-label {
  font-size: 14px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 0.5;
  color: #4a5160;
  top: -15px; }

.input2.focus .input-label {
  opacity: 1;
  color: #0565ee; }

.input2 input, .input2 textarea {
  background-color: transparent !important;
  position: relative;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.input2 input, .input2 textarea, .input2.error input, .input2.error textarea, .input2.ok input, .input2.ok textarea {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important; }

.input2.focus input, .input2.focus textarea {
  border-bottom-color: #0565ee !important;
  box-shadow: inset 0 -1px 0 #0565ee; }

.input2.error:after, .input2.ok:after {
  display: none; }

.input2.error .input-label {
  color: #e63434;
  opacity: 1; }

.input2 .cross {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #f6f6f6 url(/img/cross-red.svg) no-repeat 50% 50%;
  background-size: auto 12px;
  margin: -13.5px 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: scale(0);
  transform: scale(0); }

.input2.placeholder .cross {
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important; }

.input2.focus .cross {
  -webkit-transform: scale(1);
  transform: scale(1); }

.autocomplete {
  position: absolute;
  z-index: 200;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  max-height: 33vh;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.11);
  text-align: left;
  white-space: normal;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #4a5160;
  display: none; }

.input2.focus .autocomplete {
  display: block; }

.autocomplete ul, .autocomplete li {
  margin: 0;
  padding: 0;
  list-style: none; }

.autocomplete li:before {
  display: none; }

.autocomplete li:first-child {
  padding-top: 11px; }

.autocomplete li:last-child {
  padding-bottom: 10px; }

.autocomplete li > * {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
  padding: 10px 16px 11px 16px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer; }

.autocomplete li > *:hover {
  background-color: #f5f4e6; }

.autocomplete .auto-big {
  font-weight: bold; }

.autocomplete .auto-small {
  font-weight: normal;
  color: #9da0a8; }

.checkbox, .radio {
  display: block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #c5ced9;
  background: #fff;
  box-shadow: 0 1px 3px rgba(224, 227, 232, 0.97);
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.checkbox:before, .radio:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  background: url(/img/check-blue.svg) no-repeat 50% 50%;
  background-size: auto 8px; }

.radio {
  border-radius: 50%; }

.radio:before {
  border-radius: 50%;
  background: #c5ced9;
  margin: 5px; }

input:checked + .checkbox:before, input:checked + .radio:before {
  opacity: 1; }

.checkbox.green, .radio.green {
  border-color: #22b722; }

input:checked + .checkbox.green, input:checked + .radio.green {
  background-color: #22b722; }

.checkbox.green:before {
  background-image: url(/img/check-white.svg); }

.radio.green:before {
  background: #fff; }

.checkbox.red, .radio.red {
  border-color: #ee5b5b; }

input:checked + .checkbox.red, input:checked + .radio.red {
  background-color: #ee5b5b; }

.checkbox.red:before {
  background-image: url(/img/check-white.svg); }

.radio.red:before {
  background: #fff; }

.popup-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 200;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.16);
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  white-space: normal;
  text-transform: none;
  color: #4a5160;
  margin: 1px 40px 0 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0); }

.popup-results.active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.popup-results .scroll {
  max-height: 50vh; }

.popup-results ul, .popup-results li {
  list-style: none;
  margin: 0;
  padding: 0; }

.popup-results ul {
  padding: 7px 3px; }

.popup-results li:before {
  display: none; }

.popup-results li > * {
  display: block;
  color: #4a5160;
  text-decoration: none !important;
  padding: 3px 9px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.popup-results li > *:hover {
  background-color: #f5f4e6; }

.popup-results li > .style-big {
  font-weight: 500;
  color: #383c45;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px; }

.popup-results li > .style-big:hover, .popup-results li.active > .style-big {
  text-decoration: underline;
  background-color: #f4f4f4; }

.popup-results li > .style-category {
  color: #7f8591;
  padding-top: 5px;
  padding-bottom: 5px; }

.popup-results li > .style-category strong {
  font-weight: 500;
  color: #3275d9; }

.popup-results li > .style-category strong:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
  background: url(/img/link-blue.svg) no-repeat 50% 50%;
  width: 10px;
  height: 10px;
  background-size: contain; }

.btn {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  font: 300 17px/24px Roboto, Arial, "sans-serif";
  text-decoration: none !important;
  border: 0;
  box-shadow: none;
  border-radius: 2px;
  padding: 8px 20px 10px 20px;
  margin: 0;
  display: block;
  min-height: 42px; }

.order-submit .btn {
  position: static;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  padding: 22px; }
@media only screen and (max-width: 1020px) {
  .order-submit {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 180px;
    padding: 0 10px; } }

@media only screen and (max-width: 1020px) {
  .cart-page .container {
    margin-bottom: 100px; } }
@media only screen and (max-width: 1020px) {
  .cart-page .center-content {
    padding-bottom: 40px; } }

.btn-pic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 24px;
  height: 24px;
  margin: -3px 5px -3px 2px; }

.btn-pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.btn-medium {
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 38px; }

.btn-big {
  padding-top: 11px;
  padding-bottom: 11px;
  min-height: 46px; }

.btn-small {
  font-size: 15px;
  line-height: 18px;
  padding: 2px 24px 4px 24px;
  min-height: 24px; }

.btn-pink {
  background: #f02362;
  color: #fff !important; }

.btn-blue {
  background: #246ffe;
  color: #fff !important; }

.btn-yellow {
  background: #ffef38;
  color: #31353e !important; }

.btn-light {
  background: #f5f4e6;
  color: #666666 !important; }

.btn-white {
  background: #ffffff;
  color: #484e5b !important; }

.btn-green {
  background: -webkit-linear-gradient(top, #86e32b 0%, #12b021 99%);
  background: linear-gradient(to bottom, #86e32b 0%, #12b021 99%);
  color: #fff !important; }

.btn-green2 {
  background: #22b722;
  color: #fff !important; }

.btn-grey {
  background: #f4f4f4;
  color: #696e7a !important; }

.btn-text {
  background: none;
  color: inherit !important; }

.btn-arr {
  padding-left: 15px;
  padding-right: 43px;
  text-align: left; }

.btn-arr:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  background: url(/img/rarr-big-dark.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 6px;
  height: 11px;
  margin: -5.5px -3px; }

.btn-blue.btn-arr:after, .btn-pink.btn-arr:after {
  background-image: url(/img/rarr-big-white.svg); }

.btn-larr {
  padding-left: 31px;
  padding-right: 15px;
  text-align: left; }

.btn-larr:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  background: url(/img/rarr-big-dark.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 6px;
  height: 11px;
  margin: -5.5px -3px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.btn-blue.btn-larr:after, .btn-pink.btn-larr:after {
  background-image: url(/img/rarr-big-white.svg); }

.btn.no-hover {
  cursor: default;
  pointer-events: none; }

.btn:disabled, .btn.disabled {
  cursor: default;
  pointer-events: none;
  color: #fff !important;
  background: #e0e1e2 !important; }

.outtaHere {
  position: fixed !important;
  left: -10000px !important; }

header, nav, section, article, aside, footer, menu, time, figure, figcaption, main {
  display: block; }

img {
  border: 0;
  vertical-align: top; }

a {
  color: #3275d9;
  text-decoration: none;
  outline: none;
  cursor: pointer; }

a:hover {
  text-decoration: underline; }

a[href^=tel] {
  color: inherit !important;
  text-decoration: none !important; }

strong {
  font-weight: 500; }

h1, .h1, h2, .h2, h3, h4, h5, h6 {
  color: #4a5160;
  font-weight: normal;
  line-height: 1.043;
  margin: 30px 0 10px 0; }

h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: bold; }

h1, .h1 {
  font-size: 25px; }

h2, .h2 {
  font-size: 22px; }

h3, .h3 {
  font-size: 18px; }

p, ol, ul {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none; }

li {
  position: relative;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 20px; }

ul > li:before {
  content: '•';
  position: absolute;
  top: 0;
  left: 0;
  color: #0565ee;
  font-weight: bold;
  font-size: 14px; }

ol {
  counter-reset: li; }

ol > li {
  padding-left: 0; }

ol > li:before {
  counter-increment: li;
  content: counters(li,".") ". ";
  color: #0565ee; }

.grey {
  color: #8f94a1; }

.green {
  color: #08ae00; }

.red {
  color: #dc5656; }

.blue {
  color: #3275d9; }

.pink {
  color: #f02362; }

.violet {
  color: #6030fd; }

.break-word {
  word-break: break-all; }

.nowrap {
  white-space: nowrap; }

.uppercase {
  text-transform: uppercase; }

.mainwrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 80px 0; }

.content > .container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.header, .footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.top-blocks {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.header {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.content {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.footer {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 7%;
  max-width: 1920px;
  position: relative; }

.container.max2 {
  max-width: 1637px; }

.mCSB_inside > .mCSB_container {
  margin-right: 24px; }

.mCSB_scrollTools {
  width: 17px;
  opacity: 1;
  background: #f1f1f1;
  border-radius: 2px;
  margin: 8px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 10px;
  margin: 0;
  background: #e5e5e5; }

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
  height: 17px;
  background: none;
  opacity: 1; }

.mCSB_scrollTools .mCSB_buttonUp:before, .mCSB_scrollTools .mCSB_buttonDown:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-width: 4px;
  border-color: #0565ee transparent;
  cursor: pointer;
  margin: -2px -4px; }

.mCSB_scrollTools .mCSB_buttonUp:before {
  border-top-width: 0; }

.mCSB_scrollTools .mCSB_buttonDown:before {
  border-bottom-width: 0; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 17px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  display: none; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 2px;
  border-radius: 2px;
  background: #acbfdb !important;
  width: auto; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  margin: 0;
  height: 100%;
  width: 100%;
  background: #0565ee !important; }

/*Top banner link start*/
.top-info-link {
  text-decoration: none !important;
  display: block;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8px 0;
  color: #31353e; }

.top-info-link .container {
  max-width: none;
  padding: 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.top-info-link .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 18px;
  line-height: 33px;
  height: 34px;
  background: #ffe138;
  padding: 0 40px 0 1000px;
  margin: 0 0 0 -1000px;
  white-space: nowrap; }

.top-info-link .link {
  z-index: 1;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  height: 34px;
  padding: 0 32px 0 30px;
  background: #ffef38; }

.top-info-link .text:after, .top-info-link .link:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-color: transparent #ffe138; }

.top-info-link .link:after {
  border-color: transparent #ffef38; }

/*Top banner link end*/
/*Header start*/
.header {
  position: relative;
  background: #31353e;
  color: #fff;
  padding: 10px 0 0 0; }

.header-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }

.header-bg > * {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ffffff;
  width: 5000px;
  right: 100%;
  margin-right: -200px;
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg); }

.header-bg > .pos2 {
  opacity: 0.5;
  margin-right: -250px; }

.header-bg > .pos3 {
  opacity: 0.3;
  margin-right: -300px; }

.header .container {
  padding: 0 12px;
  max-width: none; }

.header .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header .grid + .grid {
  margin-top: 7px; }

.popup {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200px;
  z-index: 100;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  background: #fff;
  color: #4a5160;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  margin: 11px -100px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: scale(0);
  transform: scale(0); }

.open .popup {
  -webkit-transform: scale(1);
  transform: scale(1); }

.popup:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: #fff transparent;
  margin: 0 -9px; }

.popup-ind {
  padding: 15px; }

.popup .close, .header .menu-main .popup-menu .close {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  background: #5d677d url(/img/cross-white.svg) no-repeat 50% 50%;
  background-size: auto 10px;
  margin: 12px; }

.header .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 236px;
  font-weight: 300;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase; }

.header .logo a {
  color: inherit;
  text-decoration: none; }

.header .logo strong {
  font-weight: bold; }

.header .logo .logo-img {
  margin: -7px 20px -44px 0;
  line-height: 52px;
  max-width: 189px;
  height: 78px; }

.header .logo .logo-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

.header .search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative; }

.header .search .input input {
  box-shadow: none;
  border-color: #fff;
  padding: 8px 48px 8px 8px; }

.header .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 2px;
  padding: 0;
  width: 37px;
  min-height: 0; }

.header .search .btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/img/search-white.svg) no-repeat 50% 50%;
  background-size: auto 14px; }

.header .top-contacts, .header .top-user, .header .top-cart {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 0 0 32px;
  margin: 0 0 0 31px;
  position: relative; }

.header .top-contacts:before, .header .top-user:before, .header .top-cart:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 34px;
  margin: -17px 0;
  background: #535c73; }

.header .top-contacts:before {
  display: none; }

.header .top-contacts .top, .header .top-user .top {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #afb8cb; }

.header .top-contacts .tel, .header .top-user .big {
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  white-space: nowrap; }

.header .top-user .big {
  font-weight: normal;
  font-size: 14px; }

.header .top-contacts .tel a[href^=tel]:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/img/tel-white.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 10px;
  height: 17px;
  margin: 0 7px 0 0; }

.header .top-contacts .hold, .header .top-user .hold {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 0 5px; }

.header .top-contacts .toggle.circle, .header .top-user .toggle.circle {
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #0565ee;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px; }

.header .top-contacts .toggle.circle:before, .header .top-user .toggle.circle:before, .header .top-contacts .toggle.circle:after, .header .top-user .toggle.circle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: url(/img/darr-white.svg) no-repeat 50% 50%;
  background-size: auto 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.header .top-contacts .toggle.circle:after, .header .top-user .toggle.circle:after {
  background-image: url(/img/darr-blue.svg);
  opacity: 0; }

.header .top-contacts.open .toggle.circle, .header .top-user.open .toggle.circle {
  background-color: #fff;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.header .top-contacts.open .toggle.circle:before, .header .top-user.open .toggle.circle:before {
  opacity: 0; }

.header .top-contacts.open .toggle.circle:after, .header .top-user.open .toggle.circle:after {
  opacity: 1; }

.header .top-contacts .popup {
  width: 326px;
  margin-left: -163px;
  margin-right: -163px; }

.header .top-contacts .popup-ind {
  padding: 21px; }

.top-contact-list {
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  text-align: left;
  color: #4a5160;
  margin: 2px 0 0 0; }

.top-contact-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.top-contact-list li {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0 0 0 38px; }

.top-contact-list li:before {
  display: none; }

.top-contact-list li:first-child {
  margin-top: 0 !important; }

.top-contact-list li .pic {
  position: absolute;
  top: -2px;
  left: 4px;
  width: 21px;
  height: 21px;
  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; }

.top-contact-list li .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.top-contact-list .big1 {
  font-weight: bold;
  font-size: 17px; }

.top-contact-list .big2 {
  font-weight: normal;
  font-size: 16px; }

.top-contact-list a {
  text-decoration: none;
  color: #0565ee; }

.top-contact-list .line {
  height: 1px;
  margin: 13px 21px;
  background: #e1e2e3; }

.top-contact-list .soc {
  margin-top: 6px;
  margin-bottom: 4px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.top-contact-list .soc > * {
  width: 32px;
  height: 32px; }

.top-contact-list .link-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 22px 0 0 0; }

.top-contact-list .link-call .btn {
  font-weight: 500;
  font-size: 15px; }

.top-contact-list .link-call .btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/img/operator-dark.svg) no-repeat 50% 50%;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin: -2px 10px -2px 0; }

.header .top-contacts .toggle {
  cursor: pointer; }

.header .top-user .toggle {
  cursor: pointer; }

.header .top-user .pic {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/img/user-white.svg) no-repeat 50% 50%;
  width: 10px;
  height: 17px;
  margin: 0 2px; }

.header .top-user .popup {
  width: 320px;
  margin-left: -160px;
  margin-right: -160px; }

.header .top-user .popup-ind {
  padding: 34px 43px; }

.header .top-user .popup-logined {
  width: 430px;
  margin-left: -275px;
  margin-right: -215px;
  -webkit-transform-origin: calc(50% + 60px) 0;
  transform-origin: calc(50% + 60px) 0; }

.header .top-user .popup-logined:before {
  left: calc(50% + 60px); }

.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -5px; }

.soc > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 5px;
  display: block;
  height: 39px;
  width: 39px; }

.soc img {
  width: 100%;
  height: 100%; }

.login-links {
  text-align: center;
  white-space: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #4a5160;
  margin: -8px 0 0 0; }

.login-links .btn {
  display: block;
  width: 100%;
  margin: 4px 0 15px 0; }

.login-links .btn:last-child {
  margin-bottom: 0; }

.login-links .soc {
  margin-top: 0; }

.login-links .line {
  height: 1px;
  margin: 17px auto 10px auto;
  max-width: 150px;
  background: #e1e2e3; }

.user-menu {
  text-align: left;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px; }

.user-menu .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #f4f4f4;
  border-radius: 3px 3px 0 0;
  padding: 15px 30px 6px 30px; }

.user-menu .head .link-exit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 14px;
  color: #91959e; }

.user-menu .head .link-exit a {
  color: #91959e; }

.user-menu .head .link-exit a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 0 0 8px;
  background: url(/img/exit-red.svg) no-repeat 50% 50%;
  width: 13px;
  height: 14px;
  background-size: contain; }

.user-menu .head .name {
  position: relative;
  padding: 0 10px 0 17px;
  font-weight: normal;
  font-size: 18px;
  margin: 0 auto 10px 0; }

.user-menu .head .name:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  background: url(/img/user-grey.svg) no-repeat 50% 50%;
  width: 10px;
  height: 17px;
  background-size: contain;
  margin: -8.5px 0; }

.user-menu .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 30px 24px 30px;
  margin: 0 -10px -20px 0; }

.user-menu .links .col {
  padding: 0 10px 20px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.user-menu .big1 {
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 4px 0; }

.user-menu .links ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.user-menu .links li {
  margin: 4px 0 0 0;
  padding: 0 0 0 13px; }

.user-menu .links li:first-child {
  margin-top: 0 !important; }

.user-menu .links a {
  color: #4a5160; }

.header .top-cart .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 15px;
  text-align: right;
  color: inherit;
  text-decoration: none; }

.header .top-cart .top .pic {
  width: 36px;
  height: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: url(/img/cart-blue.svg) no-repeat 50% 50%;
  background-size: contain;
  margin: 0 0 0 11px;
  font-size: 10px;
  padding-left: 15px;
  padding-top: 6px;
  text-align: left; }

.header .top-cart .toggle {
  cursor: pointer; }

.header .top-cart .popup {
  left: auto;
  right: 0;
  -webkit-transform-origin: calc(100% - 58px) 0;
  transform-origin: calc(100% - 58px) 0;
  margin: 17px 0 0 0;
  width: 300px; }

.header .top-cart .popup:before {
  left: auto;
  right: 58px; }

.header .top-cart .popup-ind {
  padding: 16px; }

.top-cart-inner {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #4a5160; }

.top-cart-inner a {
  color: #3275d9;
  text-decoration: none; }

.top-cart-inner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4px 0; }

.top-cart-inner .link .btn {
  min-width: 110px; }

.top-cart-inner .top-text {
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: content-box;
  padding: 0 0 5px 0;
  -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;
  min-height: 90px; }

.top-cart-inner .top-text.empty {
  opacity: 0.75; }

.top-cart-inner .line {
  height: 1px;
  max-width: 180px;
  margin: 0 auto 10px auto;
  background: #e1e2e3; }

.top-cart-inner .line + .link {
  margin-top: 16px; }

.header .top-hold-city-lang {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 236px; }

.header .top-city, .header .top-lang {
  position: relative;
  line-height: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 22px 0 0; }

.header .top-city .toggle, .header .top-lang .toggle {
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px; }

.header .top-city .toggle .arr, .header .top-lang .toggle .arr {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin: 0 0 0 5px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.header .top-city .toggle .arr:before, .header .top-lang .toggle .arr:before, .header .top-city .toggle .arr:after, .header .top-lang .toggle .arr:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: url(/img/darr-white.svg) no-repeat 50% 50%;
  background-size: auto 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.header .top-city .toggle .arr:after, .header .top-lang .toggle .arr:after {
  background-image: url(/img/darr-blue.svg);
  opacity: 0; }

.header .top-city.open .toggle .arr, .header .top-lang.open .toggle .arr {
  background-color: #fff;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.header .top-city.open .toggle .arr:before, .header .top-lang.open .toggle .arr:before {
  opacity: 0; }

.header .top-city.open .toggle .arr:after, .header .top-lang.open .toggle .arr:after {
  opacity: 1; }

.header .top-city .toggle:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/img/point-blue.svg) no-repeat 50% 50%;
  width: 8px;
  height: 12px;
  background-size: contain;
  margin: 0 6px 0 0; }

.header .top-city .toggle .text {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100px;
  text-overflow: ellipsis; }

.header .top-city .top {
  position: absolute;
  bottom: 100%;
  left: 0;
  white-space: nowrap;
  font-weight: 300;
  font-size: 13px; }

.header .top-city .popup-your-city {
  left: 0;
  right: 0;
  -webkit-transform-origin: calc(100% - 93px) 0;
  transform-origin: calc(100% - 93px) 0;
  margin-right: -84px;
  margin-left: 0;
  width: auto; }

.header input:checked + .top-city .popup-your-city {
  -webkit-transform: scale(0);
  transform: scale(0); }

.header .top-city .popup-your-city:before {
  left: auto;
  right: 93px; }

.header .top-city .popup-your-city {
  text-align: center; }

.header .top-city .popup-your-city .popup-ind {
  padding-top: 19px;
  padding-bottom: 12px; }

.header .top-city .popup-your-city .big {
  font-weight: 300;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 10px 0; }

.header .top-city .popup-your-city .big:before {
  content: '';
  display: block;
  background: url(/img/point-dark-blue.svg) no-repeat 50% 50%;
  width: 12px;
  height: 18px;
  background-size: contain;
  margin: 0 auto 2px auto; }

.header .top-city .popup-your-city .toggle-other {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #3275d9; }

.header .top-city .popup-your-city .toggle-other > * {
  cursor: pointer;
  color: inherit; }

.header .top-city .popup-your-city .toggle-other > *:hover {
  text-decoration: none; }

.header .top-city .popup-select-city {
  left: 0;
  right: 0;
  -webkit-transform-origin: calc(100% - 545px) 0;
  transform-origin: calc(100% - 545px) 0;
  margin-right: -536px;
  margin-left: 0;
  width: auto;
  -webkit-transform: scale(0);
  transform: scale(0); }

.header .top-city .popup-select-city .close {
  display: block; }

.header input:checked + .top-city.open .popup-select-city {
  -webkit-transform: scale(1);
  transform: scale(1); }

.header .top-city .popup-select-city:before {
  left: auto;
  right: 545px; }

.header .popup-select-city .popup-ind {
  padding: 35px 47px; }

.select-city .title1 {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #4a5160;
  margin: -5px 0 20px 0; }

.select-city .top-text {
  font-weight: 300;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 21px 0;
  position: relative;
  padding: 0 0 0 66px; }

.select-city .top-text .pic {
  position: absolute;
  top: 12px;
  left: 0;
  width: 50px;
  height: 50px;
  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;
  margin: -25px 0; }

.select-city .top-text .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.select-city .list {
  list-style: none;
  margin: 0 -10px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px; }

.select-city .list li {
  padding: 0 10px 8px 0;
  margin: 0;
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.select-city .list li:before {
  display: none; }

.select-city .list li > * {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: left;
  color: #3275d9;
  padding: 5px 18px;
  text-decoration: none;
  border-radius: 17px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: -5px 0; }

.select-city .list li .active {
  color: #fff;
  background: #0565ee; }

.select-city .hidden {
  overflow: hidden;
  overflow-y: auto;
  max-height: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-right: -24px; }

input:checked + .select-city .hidden, .select-city .hidden .scroll {
  max-height: 30vh; }

.select-city .toggle-all {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 11px 0 20px 0; }

.select-city .toggle-all:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin: -0.5px 0;
  background: #e1e2e3; }

.select-city .toggle-all > * {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  color: #4a5160;
  text-align: center;
  padding: 3px 19px;
  border-radius: 2px;
  background: #f5f4e6;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

input:checked + .select-city .toggle-all > * {
  -webkit-transform: scale(0);
  transform: scale(0); }

.select-city .label {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #4a5160;
  margin: 0 0 9px 0; }

.select-city .search-city {
  max-width: 452px; }

.search-city {
  position: relative; }

.search-city .input input {
  padding-right: 47px; }

.search-city .btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px;
  padding: 0;
  width: 37px;
  min-height: 32px; }

.search-city .btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/img/search-white.svg) no-repeat 50% 50%;
  background-size: auto 14px; }

.select-city .example {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #7f8591;
  margin: 6px 0 0 0; }

.select-city .example span {
  color: #3275d9;
  text-decoration: none;
  cursor: pointer; }

.select-city .example span:hover {
  text-decoration: underline; }

.select-city .info {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #7f8591;
  border-top: 1px solid #e1e2e3;
  margin: 19px 0 0 0;
  padding: 22px 0 0 0; }

.header .top-lang .toggle:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/img/planet-white.svg) no-repeat 50% 50%;
  width: 16px;
  height: 16px;
  background-size: contain;
  margin: 0 4px 0 0; }

.header .top-lang .popup {
  left: auto;
  right: 0;
  -webkit-transform-origin: calc(100% - 93px) 0;
  transform-origin: calc(100% - 93px) 0;
  margin-right: -84px;
  width: 185px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px; }

.header .top-lang .popup:before {
  left: auto;
  right: 93px; }

.header .top-lang .popup-ind {
  padding-top: 21px;
  padding-bottom: 21px; }

.header .top-lang .popup ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.header .top-lang .popup li {
  margin: 7px 0 0 0;
  padding: 0 0 0 31px;
  position: relative; }

.header .top-lang .popup li:before {
  display: none; }

.header .top-lang .popup li:first-child {
  margin-top: 0 !important; }

.header .top-lang .popup a {
  color: inherit;
  text-decoration: none; }

.header .top-lang .popup li > *:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 17px;
  height: 17px;
  margin: -8.5px 0;
  border: 1px solid #8492b0;
  border-radius: 50%; }

.header .top-lang .popup li > .active {
  font-weight: 500; }

.header .top-lang .popup li > .active:before {
  background-color: #0565ee;
  box-shadow: inset 0 0 0 2px #fff; }

.header .menu-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 23px 0 0; }

.header .menu-catalog .toggle, .header .menu-main .toggle-all {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  min-width: 189px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  border-radius: 3px 3px 0 0;
  background: #272b33;
  position: relative;
  padding: 7px 30px 8px 13px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.header .menu-catalog .toggle:before, .header .menu-catalog .toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  width: 7px;
  height: 4px;
  background-size: contain;
  margin: -2px 11px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.header .menu-catalog .toggle:after {
  background-image: url(/img/darr-white.svg);
  opacity: 0; }

.header .menu-catalog.open .toggle, .header .menu-main.open .toggle-all {
  background-color: #0564ec; }

.header .menu-catalog.open .toggle:before, .header .menu-catalog.open .toggle:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.header .menu-catalog.open .toggle:before {
  opacity: 0; }

.header .menu-catalog.open .toggle:after {
  opacity: 1; }

.header .menu-catalog .popup {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 100%;
  width: 230px;
  border-top: 4px solid #0564ec;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  margin: 0;
  left: 0; }

.header .menu-catalog .popup:before {
  display: none; }

.header .menu-catalog.open .popup {
  -webkit-transform: scale(1);
  transform: scale(1); }

.header .menu-catalog .popup .popup {
  top: -4px;
  left: 100%;
  width: calc(100vw - 492px);
  max-width: 794px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  min-height: calc(100% + 4px); }

.header .menu-catalog .popup li.open .popup {
  -webkit-transform: scale(1);
  transform: scale(1); }

.header .menu-catalog .popup-ind {
  padding: 0; }

.header .menu-catalog .popup ul, .header .menu-catalog .popup li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: static; }

.header .menu-catalog .popup li {
  border-bottom: 1px solid #e1e2e3; }

.header .menu-catalog .popup li:before {
  display: none; }

.header .menu-catalog .popup li:last-child {
  border-bottom-width: 0; }

.header .menu-catalog .popup .link {
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #484e5b;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  padding: 9px 24px;
  text-decoration: none; }

.header .menu-catalog .popup .link.toggle-inner {
  cursor: pointer; }

.header .menu-catalog .popup li:hover > .link, .header .menu-catalog .popup li.open > .link {
  background-color: #f5f4e6; }

.header .menu-catalog .popup .link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background: url(/img/darr-dark.svg) no-repeat 50% 50%;
  width: 7px;
  height: 4px;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: -2px 8px; }

.header .menu-catalog .popup .popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.header .menu-catalog .popup .popup .popup-ind {
  padding: 20px 272px 20px 25px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.header .menu-catalog .popup .popup .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 247px;
  display: block;
  border-bottom-right-radius: 2px; }

.header .menu-catalog .popup .popup .big {
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  margin: -4px 0 5px 0; }

.header .menu-catalog .popup .popup .big a {
  color: inherit;
  text-decoration: none; }

.header .menu-catalog .popup .popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  overflow: hidden;
  max-width: 390px; }

.header .menu-catalog .popup .popup li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-bottom: 0;
  border-top: 1px solid #e1e2e3;
  margin: 0;
  padding: 0;
  position: relative;
  top: -1px; }

.header .menu-catalog .popup .popup li:before {
  display: none; }

.header .menu-catalog .popup .popup li > * {
  display: block;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #484e5b;
  padding: 8px 0 9px 13px;
  position: relative; }

.header .menu-catalog .popup .popup li > *:before {
  content: '•';
  position: absolute;
  top: 8px;
  left: 0;
  color: #246efa; }

.header .menu-catalog .popup .link-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 33px 0 0 0; }

.header .menu-catalog .popup .link-action > * {
  display: block;
  position: relative;
  text-align: left;
  color: #484e5b;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 33px 6px 62px;
  border-radius: 3px;
  background: -webkit-linear-gradient(left, #c8e026 0%, #85d044 100%);
  background: linear-gradient(to right, #c8e026 0%, #85d044 100%);
  text-decoration: none; }

.header .menu-catalog .popup .link-action > * strong {
  font-weight: 500;
  font-size: 15px;
  color: #223800; }

.header .menu-catalog .popup .link-action .pic {
  position: absolute;
  top: 50%;
  left: 29px;
  width: 66px;
  height: 66px;
  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;
  margin: -33px; }

.header .menu-catalog .popup .link-action .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.header .menu-main {
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px; }

.header .menu-main .popup-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header .menu-main > ul {
  list-style: none;
  margin: 0 -20px 0 0;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header .menu-main > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 20px 0 0;
  padding: 0;
  position: relative; }

.header .menu-main > ul > li:before {
  display: none; }

.header .menu-main a {
  color: #fff;
  text-decoration: none; }

.header .menu-main .toggle {
  cursor: pointer; }

.header .menu-main .toggle-all {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
  padding-right: 14px;
  padding-left: 13px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: none; }

.header .menu-main .toggle-all .pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 0 26px; }

.header .menu-main .toggle-all .pic > * {
  width: 13px;
  height: 1px;
  margin: 1px 0;
  background: #3f81ff;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.header .menu-main.open .toggle-all .pic > * {
  background-color: #fff; }

.header .menu-main .popup {
  width: 224px;
  margin-left: -112px;
  margin-right: -112px;
  -webkit-transform: scale(0);
  transform: scale(0); }

.header .menu-main li.open .popup {
  -webkit-transform: scale(1);
  transform: scale(1); }

.header .menu-main .popup-ind {
  padding: 22px 19px; }

.header .menu-main .popup ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.header .menu-main .popup li {
  position: relative;
  margin: 6px 0 0 0;
  padding: 0 0 0 13px; }

.header .menu-main .popup li:first-child {
  margin-top: 0 !important; }

.header .menu-main .popup li:before {
  content: '•';
  position: absolute;
  top: 0;
  left: 0;
  color: #246efa; }

.header .menu-main .popup a {
  color: #4a5160;
  text-decoration: none; }

.header .top-premium {
  position: relative;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 8px 0 27px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.header .top-premium .small {
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  opacity: 0.5;
  margin: 0 5px 0 0; }

.header .top-premium .big {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0 16px 0 24px;
  border-radius: 0 3px 3px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.header .top-premium .big:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300%;
  background: #6130ff;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg); }

.header .top-premium .big > * {
  position: relative;
  background: -webkit-linear-gradient(top, #fff 0%, #c0acff 100%);
  background: linear-gradient(to bottom, #fff 0%, #c0acff 100%);
  color: #6130ff;
  padding: 0 3px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.header .top-premium .toggle {
  cursor: pointer; }

.header .top-premium .popup {
  width: 270px;
  margin: 4px -148px; }

.header .top-premium .popup-ind {
  padding: 12px; }

.premium-info-card {
  text-align: center;
  color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #5420fb;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 16px;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px; }

.premium-info-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  background: #5420fb;
  opacity: 0.95; }

.premium-info-card > * {
  position: relative; }

.premium-info-card .name {
  font-weight: bold;
  font-size: 37px;
  line-height: 1;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  background: -webkit-linear-gradient(top, #fff 0%, #c0acff 100%);
  background: linear-gradient(to bottom, #fff 0%, #c0acff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #6130ff; }

.premium-info-card .big1 {
  font-size: 15px;
  line-height: 24px;
  margin: 0 -5px 19px -5px; }

.premium-info-card img {
  display: block;
  margin: 0 auto 16px auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 63px; }

.premium-info-card .price {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 9px 0; }

.premium-info-card .price strong {
  color: #ffef38; }

.premium-info-card .btn {
  display: block;
  margin: 0 3px 10px 3px;
  font-weight: 500;
  font-size: 15px; }

.header .top-link {
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 27px;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.75);
  position: relative; }

.header .top-link .num {
  position: absolute;
  top: 0;
  right: 0;
  min-width: calc(100% + 20px);
  margin: -4px -10px;
  padding: 24px 32px 6px 10px;
  border-radius: 2px;
  background: #0565ee;
  z-index: 3;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
  text-indent: normal; }

.header .top-link .num a {
  text-decoration: underline;
  color: #a9ecff; }

.header .top-link .num a:hover {
  text-decoration: none; }

.header .top-link .num .cross {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin: 24px 4px;
  background: url(/img/cross-white.svg) no-repeat 50% 50%;
  background-size: auto 10px; }

.header .top-link .cover-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5; }

.header .top-link .text {
  z-index: 4;
  position: relative; }

.header .top-link:before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin: 0 7px 0 0;
  z-index: 4; }

.header .top-link-orders:before {
  background-image: url(/img/list-white.svg);
  width: 13px;
  height: 16px; }

.header .top-link-bookmarks:before {
  background-image: url(/img/heart-white.svg);
  width: 17px;
  height: 16px; }

.header .top-link-compare:before {
  background-image: url(/img/scales-white.svg);
  width: 21px;
  height: 17px; }

/*Header end*/
.slick-slide {
  outline: none;
  overflow: hidden; }

.slick-slide > * {
  vertical-align: top; }

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto !important; }

.slick-slide > *, .slick-slide > * > * {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.slick-arrow {
  cursor: pointer;
  border: 0;
  text-align: left;
  text-indent: -10000px;
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 32px;
  height: 70px;
  margin: -35px 0;
  background: #f4f4f4; }

.slick-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/img/slider-arr.svg) no-repeat 50% 50%;
  background-size: auto 19px; }

.slick-arrow.slick-disabled {
  cursor: default;
  pointer-events: none; }

.slick-prev {
  left: 0;
  border-radius: 0 2px 2px 0; }

.slick-prev:before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.slick-next {
  right: 0;
  border-radius: 2px 0 0 2px; }

.big-offers-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 8px 0;
  margin: 0 -24px; }

.big-offers-slider .el {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  vertical-align: top; }

.big-offers-slider.slick-initialized {
  overflow: visible;
  display: block; }

.big-offers-slider .slick-arrow {
  width: 47px;
  height: 80px;
  margin: -40px 0; }

.big-offers-slider .slick-arrow:before {
  background-size: auto 27px; }

.big-offers-slider .slick-prev {
  left: auto;
  right: 100%;
  border-radius: 2px 0 0 2px; }

.big-offers-slider .slick-next {
  left: 100%;
  right: auto;
  border-radius: 0 2px 2px 0; }

.big-offer-link {
  display: block;
  position: relative;
  text-decoration: none !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #31353e;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px; }

.big-offer-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0.5;
  display: none; }

.big-offer-link .text {
  position: relative;
  height: 310px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 71px;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.big-offer-link .text:before, .big-offer-link .text:after {
  content: '';
  display: block; }

.big-offer-link .btn {
  -ms-flex-item-align: start;
  align-self: flex-start;
  min-width: 236px; }

.big-offer-link .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 22px 0; }

.big-offer-link .rind {
  margin-right: 20px; }

.big-offer-link .price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  color: #313131;
  padding: 0 20px 0 10px;
  border-radius: 2px;
  background: #ffe138;
  height: 40px;
  line-height: 40px;
  margin: -4px 0; }

.big-offer-link .price:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  background: url(/img/price-label-yellow.svg) no-repeat 0 50%;
  background-size: auto 100%;
  width: 20px;
  height: 40px;
  margin: -20px -2px; }

.big-offer-link .big {
  font-weight: bold;
  font-size: 33px;
  line-height: 1;
  margin: 0 0 10px 0; }

.main-sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 0 72px 0; }

.main-side-l {
  width: 100%;
  margin-right: auto; }

.main-side-r {
  margin-left: auto;
  width: 283px; }

.side-section-links {
  padding: 18px;
  margin: 0 0 25px 0;
  background: #f4f4f4; }

.side-section-links .el {
  position: relative;
  margin: 18px 0 0 0;
  padding: 18px 0 0 0; }

.side-section-links .el:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 1px;
  width: 186px;
  max-width: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background: #d6d7d9; }

.side-section-links .el:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.side-section-links .el:first-child:before {
  display: none; }

.section-link {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.058;
  text-align: center;
  white-space: normal;
  text-transform: none;
  color: #484e5b; }

.section-link img {
  width: 100%;
  height: auto; }

.section-link .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 17px; }

.section-link .big {
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 0.1em 0; }

.section-link.view-white {
  color: #fff; }

.section-link.view-transp {
  font-size: 13px;
  min-height: 200px; }

.section-link.view-transp .big {
  font-size: 20px;
  font-weight: 500; }

.section-link.view-transp .text {
  padding-bottom: 1px; }

.hr {
  height: 1px;
  margin: 30px 0;
  background: #e1e2e3;
  position: relative; }

.hr.has-arr:before, .hr.has-arr:after {
  content: '';
  position: absolute;
  top: 0;
  left: 52px;
  border-style: solid;
  border-bottom-width: 0 !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important; }

.hr.has-arr:before {
  border-width: 14.5px;
  margin: 0 -14.5px;
  border-color: #e1e2e3; }

.hr.has-arr:after {
  border-width: 13px;
  margin: 0 -13px;
  border-color: #fff; }

.block-title {
  padding: 21px 0 14px 0;
  margin: 30px 0 0 0;
  border-top: 1px solid #e1e2e3;
  line-height: 24px; }

.block-title.top {
  margin-top: -3px;
  border-top-width: 0;
  padding-top: 0; }

.block-title > * {
  display: inline;
  margin-right: 0.4em; }

.block-title .title1 {
  font-weight: normal;
  font-size: 22px;
  color: #4a5160; }

.block-title .link {
  font-weight: normal;
  font-size: 14px;
  white-space: nowrap; }

.main-slider {
  border: 1px solid #e1e2e3;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0; }

.main-slider .el {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  min-height: 278px;
  padding: 0 1px 0 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.main-slider .el, .main-slider .slick-slide {
  width: 236px; }

.main-slider .el:before {
  content: '';
  position: absolute;
  top: 139px;
  right: 0;
  width: 1px;
  background: #e1e2e3;
  height: 178px;
  margin: -89px 0; }

.main-slider.slick-initialized {
  overflow: visible;
  display: block; }

.main-slider.slick-initialized .el {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.main-slider-categories {
  border: 0;
  margin-bottom: -21px; }

.main-slider-categories .el, .main-slider-categories .slick-slide {
  width: 295px; }

.main-slider-categories .el {
  padding: 0 12px 0 0;
  min-height: 0; }

.main-slider-categories .el:before {
  display: none; }

.main-slider-categories .slick-arrow {
  top: 89px; }

.main-slider-catalog .slick-arrow, .main-slider-catalog-full .slick-arrow {
  top: 139px; }

.main-slider-catalog-mini {
  border: 0;
  margin: 0 0 0 -12px; }

.main-slider-catalog-mini .el, .main-slider-catalog-mini .slick-slide {
  width: 118px; }

.main-slider-catalog-mini .el {
  min-height: 137px;
  padding: 0 4px; }

.main-slider-catalog-mini .el:before {
  top: 68px;
  height: 122px;
  margin: -61px 0; }

.main-slider .slick-prev {
  display: block; }

.link-category {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none !important;
  font-weight: normal;
  color: #4a5160;
  background: #f4f4f4; }

.link-category .photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 178px; }

.link-category .photo img {
  width: 100%;
  height: auto; }

.link-category .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 12px 11px 12px;
  font-size: 18px;
  line-height: 20px;
  text-align: center; }

.cover-info {
  z-index: 5;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 11px;
  line-height: 19px;
  height: 18px;
  border-radius: 2px;
  text-transform: uppercase; }

.cover-info + .cover-info {
  top: 22px; }

.cover-info > * {
  padding: 0 10px;
  border-radius: inherit;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.24); }

.cover-info.bg-premium > * {
  background: -webkit-linear-gradient(top, #fff 0%, #c0acff 100%);
  background: linear-gradient(to bottom, #fff 0%, #c0acff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.cover-info.bg-premium {
  background: #6130ff;
  color: #6130ff; }

.cover-info.bg-new > * {
  background: -webkit-linear-gradient(top, #fff 0%, #bffdc1 100%);
  background: linear-gradient(to bottom, #fff 0%, #bffdc1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.cover-info.bg-new {
  background: #4cc650;
  color: #4cc650; }

.cover-info.bg-hit > * {
  background: -webkit-linear-gradient(top, #fff 0%, #aedaff 100%);
  background: linear-gradient(to bottom, #fff 0%, #aedaff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.cover-info.bg-hit {
  background: #30a0ff;
  color: #30a0ff; }

.rating-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #31353e; }

.rating-mini > * {
  opacity: 0.75; }

.rating-mini .stars {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1; }

.stars {
  position: relative;
  background: url(/img/star-grey.svg) repeat-x 0 50%;
  background-size: auto 100%;
  width: 75px;
  height: 11px; }

.stars > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(/img/star-yellow.svg) repeat-x 0 50%;
  background-size: auto 100%; }

.item-mini {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 26px 22px;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  color: #31353e;
  text-align: left;
  white-space: normal; }

.item-mini .delete {
  position: absolute;
  top: 6px !important;
  right: 6px !important;
  left: auto !important;
  cursor: pointer;
  width: 27px !important;
  min-width: 27px;
  max-width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #fff url(/img/cross-red.svg) no-repeat 50% 50%;
  background-size: auto 12px;
  margin: 0 !important;
  z-index: 3; }

.item-mini .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #f5f7f8;
  border: 1px solid #cfdef5;
  opacity: 0;
  margin: -10px -1px;
  z-index: 1; }

.item-mini:hover .bg {
  opacity: 1; }

@media (pointer: coarse) {
  .item-mini .bg {
    display: none; } }
.item-mini > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 2; }

.item-mini .photo {
  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;
  height: 226px;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.item-mini .photo img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.item-mini .photo .cover-discount {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  height: 44px;
  position: absolute;
  margin: 4px -10px; }

.item-mini .photo .cover-discount img {
  height: 100%;
  width: auto;
  max-width: none;
  max-height: none; }

.item-mini .photos-mini {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 -5px -5px 0;
  display: none;
  visibility: hidden; }

.item-mini .photos-mini > * {
  display: block;
  position: relative;
  /*  border: 1px solid #e1e2e3;  */
  background: #fff;
  margin: 0 5px 5px 0; }

.item-mini .photos-mini > * > * {
  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;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 5px; }

.item-mini .photos-mini img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.item-mini .cover-info {
  margin: 20px 13px; }

.item-mini .name {
  font-size: 15px;
  line-height: 18px;
  margin: 23px 0 7px 0;
  color: #4a5160;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.item-mini .name a {
  color: inherit;
  display: block;
  width: 100%;
  overflow: hidden; }

.item-mini .name a:hover {
  text-decoration: underline;
  color: #3275d9; }

.item-mini .name .code {
  display: none;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  top: -1px;
  font-size: 13px;
  line-height: 18px;
  padding: 2px 14px;
  background: #ffef38;
  margin: -2px 0; }

.item-mini .rating-mini {
  margin: 0 0 8px 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.item-mini .rating-mini .stars {
  margin-right: 5px;
  margin-left: -2px; }

.item-mini .rating-mini .text {
  display: none; }

.item-mini .buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: static;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.item-mini .buy > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 2; }

.item-mini .buy > .text {
  position: relative; }

.item-mini .buy .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  font-size: 13px;
  position: absolute;
  top: 26px;
  left: 100%;
  margin: 0 0 0 25px; }

.item-mini .buy .amount:only-child {
  margin-left: 0;
  top: 0; }

.item-mini .buy .amount > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.item-mini .buy .amount .input {
  width: 60px;
  margin: 0 6px 0 0; }

.item-mini .buy .amount .input input {
  padding-top: 5px;
  padding-bottom: 5px; }

.item-mini .buy .amount .input + * {
  color: rgba(136, 136, 122, 0.75); }

.item-mini .buy .amount .label {
  font-weight: 500;
  font-size: 15px;
  position: absolute;
  bottom: 100%;
  left: 0; }

.item-mini .buy .price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 9px 0 0;
  font-size: 18px;
  text-align: center;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.item-mini .buy .price .text {
  display: none; }

.item-mini .buy .price del {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 13px;
  color: rgba(49, 53, 62, 0.5);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.item-mini .buy .price del:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 1px;
  margin: -0.5px -13px;
  background: #e43e71;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.item-mini .btns {
  position: absolute;
  bottom: 0;
  padding-bottom: inherit;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px -12px 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  z-index: 100; }

.item-mini:hover .btns {
  opacity: 1; }

@media (pointer: coarse) {
  .item-mini .btns {
    opacity: 1; } }
.item-mini .btns > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 13px 13px 0; }

.item-mini .btns .code {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
  display: none; }

.item-mini .btns .btn {
  font-weight: normal;
  font-size: 15px;
  min-width: 94px;
  min-height: 36px;
  padding: 6px 0; }

.item-mini .btns .btn-green {
  font-size: 17px; }

.item-mini .btns .btn-grey {
  display: none; }

.item-mini .descr {
  font-size: 15px;
  line-height: 18px;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  height: 36px;
  position: relative;
  margin: 11px 0 0 0; }

.item-mini .descr del {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  position: relative;
  text-decoration: none; }

.item-mini .descr del:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 1px;
  margin: -0.5px -13px;
  background: #e43e71;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.item-mini .descr ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.item-mini .descr li:before {
  display: none; }

.item-mini .descr .info {
  display: none; }

.item-mini .descr .info li {
  margin: 0 0 5px 0;
  padding: 0; }

.item-mini .descr .info li:last-child {
  margin-bottom: 0 !important; }

.item-mini .descr .info .grey {
  margin-right: 6px; }

.item-mini .descr .info .cover-info {
  display: inline-block !important;
  vertical-align: middle;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0 !important; }

.item-mini .descr .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px -7px -5px 0;
  position: absolute;
  bottom: 0;
  right: 0; }

.item-mini .descr .actions li {
  padding: 0;
  margin: 0 7px 5px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap; }

.item-mini .descr .actions li > * {
  display: block;
  position: relative;
  color: #5c626e;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #e4e6e7;
  border-radius: 1px;
  text-align: left;
  text-indent: -10000px;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.item-mini .descr .actions li > *.active {
  opacity: 1;
  color: #0565ee; }

.item-mini:hover .descr .actions li > * {
  opacity: 1; }

@media (pointer: coarse) {
  .item-mini .descr .actions li > * {
    opacity: 1; } }
.item-mini .descr .actions li > *:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 17px;
  margin: -10px -8px;
  border-radius: 50%;
  background: #4cc650 url(/img/check-white.svg) no-repeat 50% 50%;
  background-size: auto 8px;
  z-index: 2;
  display: none; }

.item-mini .descr .actions li > *.active:after {
  display: block; }

.item-mini .descr .actions li > *:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.item-mini .descr .actions .bg-bookmark:before {
  background-image: url(/img/heart-grey.svg);
  width: 17px;
  height: 16px;
  margin: -8px -8.5px; }

.item-mini .descr .actions .bg-bookmark.active:before {
  background-image: url(/img/heart-blue.svg); }

.item-mini .descr .actions .bg-compare:before {
  background-image: url(/img/scales-grey.svg);
  width: 21px;
  height: 17px;
  margin: -8px -10.5px; }

.item-mini .descr .actions .bg-compare.active:before {
  background-image: url(/img/scales-blue.svg); }

.timer {
  position: relative;
  font-size: 13px;
  color: #259c2a;
  white-space: normal;
  padding: 0 0 0 19px; }

.timer:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 2px 0 2px 8px;
  background: -webkit-linear-gradient(left, rgba(96, 245, 103, 0.16) 0%, rgba(96, 245, 103, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(96, 245, 103, 0.16) 0%, rgba(96, 245, 103, 0) 99%, rgba(255, 255, 255, 0) 100%); }

.timer > * {
  position: relative; }

.timer:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/img/timer-green.svg) no-repeat 50% 50%;
  width: 16px;
  height: 18px;
  margin: -9px 0;
  background-size: contain; }

.item-mini.very-small {
  padding: 8px;
  line-height: 16px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.item-mini.very-small:hover {
  background-color: #f5f7f8; }

.item-mini.very-small .photo {
  height: 100px; }

.item-mini.very-small .photos-mini {
  display: none; }

.item-mini.very-small .cover-info {
  display: none; }

.item-mini.very-small .name {
  font-size: 13px;
  line-height: 16px;
  margin: 6px 0 7px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.item-mini.very-small .rating-mini {
  margin: 0 0 6px 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.item-mini.very-small .buy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.item-mini.very-small .buy .price {
  text-align: left;
  margin: 0;
  min-height: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.item-mini.very-small .buy .price del {
  margin: 4px 0 0 0; }

.item-mini.very-small .btns {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 4px 0 -4px 0;
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  bottom: auto; }

.item-mini.very-small .btns > * {
  margin: 0 0 4px 0;
  width: 100%; }

.item-mini.very-small .btns .btn {
  min-width: 0;
  padding-top: 2px;
  padding-bottom: 3px;
  min-height: 29px; }

.item-mini.very-small .btns .btn-green {
  font-size: 17px; }

.item-mini.very-small .descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 16px;
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin: 4px 0 0 0; }

.item-mini.very-small .descr .info {
  display: none; }

.item-mini.very-small .descr .actions {
  margin: 0 -6px -4px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  position: relative;
  bottom: auto;
  right: auto; }

.item-mini.very-small:hover .descr .actions {
  opacity: 1; }

.item-mini.very-small .descr .actions li {
  margin: 0 6px 4px 0; }

.item-mini.very-small .descr .actions li > * {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #e4e6e7;
  border-radius: 2px;
  padding: 0;
  display: block;
  text-align: left;
  text-indent: -10000px; }

.item-mini.very-small .descr .actions li > *:hover {
  border-color: #bbbcbd; }

.item-mini.very-small .descr .actions li > *:before {
  left: 50%;
  top: 50%; }

.item-mini.very-small .descr .actions .bg-bookmark:before {
  margin-left: -8.5px; }

.item-mini.very-small .descr .actions .bg-compare:before {
  margin-left: -10.5px; }

@media (pointer: coarse) {
  .item-mini.very-small:hover {
    background-color: transparent; }

  .item-mini.very-small:hover .btns, .item-mini.very-small:hover .descr .actions {
    opacity: 1; } }
.block-premium-info {
  background: #4f35f9 url(/img/block-premium.jpg) no-repeat 0 50%;
  background-size: cover;
  color: #fff;
  margin: 30px 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  padding: 49px 95px 31px 95px;
  min-height: 313px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.block-premium-info a {
  color: #fff; }

.block-premium-info .l {
  margin-right: auto;
  width: 45%; }

.block-premium-info .r {
  margin-left: auto;
  width: 52.5%;
  position: relative;
  padding: 0 0 0 163px;
  margin: 19px 0 0 0; }

.block-premium-info .r .pic {
  position: absolute;
  top: 50%;
  left: 0;
  width: 123px;
  height: 123px;
  margin: -61.5px -163px;
  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; }

.block-premium-info .r .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative; }

.block-premium-info .big1 {
  font-weight: bold;
  font-size: 53px;
  line-height: 1;
  text-transform: uppercase;
  margin: 8px 0 1px 0; }

.block-premium-info .big1 > * {
  background: -webkit-linear-gradient(top, #fff 0%, #c0acff 100%);
  background: linear-gradient(to bottom, #fff 0%, #c0acff 100%);
  color: #6130ff;
  padding: 0 10px;
  margin: 0 -10px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  vertical-align: top; }

.block-premium-info .big2 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 33px 0; }

.block-premium-info .price {
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  margin: 0 0 15px 0; }

.block-premium-info .price strong {
  font-weight: 500;
  color: #ffef38; }

.block-premium-info .btn {
  font-weight: 500;
  font-size: 15px;
  min-width: 210px;
  display: inline-block;
  vertical-align: top;
  min-height: 0; }

.block-premium-info .big3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 27px;
  padding: 2px 0 3px 0;
  color: #ffef38;
  margin: 0 0 11px 0;
  position: relative; }

.block-premium-info .b {
  margin: 24px 0 0 0;
  line-height: 21px; }

.block-premium-info a .arr {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffef38 url(/img/rarr-big-dark.svg) no-repeat 50% 50%;
  background-size: auto 10px;
  margin: -5px 0 -5px 10px; }

.block-premium-info-small {
  background: #4f35f9 url(/img/block-premium.jpg) no-repeat 0 50%;
  background-size: cover;
  color: #fff;
  margin: 30px 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  padding: 16px 47px;
  min-height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.block-premium-info-small a {
  color: #fff; }

.block-premium-info-small .l {
  width: 28.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.block-premium-info-small .r {
  width: 210px;
  margin: 0 0 0 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.block-premium-info-small .c {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
  margin: 0 0 0 194px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.block-premium-info-small .c .pic {
  position: absolute;
  top: 50%;
  left: 0;
  width: 123px;
  height: 123px;
  margin: -61.5px -194px;
  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; }

.block-premium-info-small .c .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  left: 55px; }

.block-premium-info-small .c .pic img:nth-child(1), .block-premium-info-small .c .pic img:nth-child(2) {
  position: absolute; }

.block-premium-info-small .c .pic img:nth-child(1) {
  left: 0;
  opacity: 0.1; }

.block-premium-info-small .c .pic img:nth-child(2) {
  left: 30px;
  opacity: 0.5; }

.block-premium-info-small .big1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 -6px 0; }

.block-premium-info-small .big1 > * {
  background: -webkit-linear-gradient(top, #fff 0%, #c0acff 100%);
  background: linear-gradient(to bottom, #fff 0%, #c0acff 100%);
  color: #6130ff;
  padding: 0 10px;
  margin: 0 -10px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  vertical-align: top; }

.block-premium-info-small .big2 {
  font-size: 18px; }

.block-premium-info-small .price {
  font-weight: normal;
  font-size: 19px;
  line-height: 32px;
  margin: -4px 0 4px 0; }

.block-premium-info-small .price strong {
  font-weight: 500;
  color: #ffef38; }

.block-premium-info-small .btn {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  min-height: 0; }

.block-premium-info-small .big3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  color: #ffef38; }

.block-premium-info-mini {
  display: block;
  margin: 0 0 16px 0;
  text-decoration: none !important;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  padding: 14px 20px 13px 89px;
  border-radius: 3px;
  background: #4f35f9 url(/img/block-premium.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative; }

.block-premium-info-mini .arr {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 4px;
  border-radius: 1px;
  background: #ffef38;
  width: 12px; }

.block-premium-info-mini .arr:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/img/darr-dark.svg) no-repeat 50% 50%;
  width: 7px;
  height: 4px;
  background-size: contain;
  margin: -2px -3px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.block-premium-info-mini .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 90px;
  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: 10px; }

.block-premium-info-mini .img img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.block-premium-info-mini .big {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.block-premium-info-mini .big > * {
  background: -webkit-linear-gradient(top, #fff 0%, #c0acff 100%);
  background: linear-gradient(to bottom, #fff 0%, #c0acff 100%);
  color: #6130ff;
  padding: 0 4px;
  margin: 0 -4px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  vertical-align: top; }

.categories {
  margin: 30px 0; }

.categories .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -24px -24px 0; }

.categories .grid .el {
  padding: 0 24px 24px 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.link-category2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none !important;
  font-weight: 300;
  font-size: 23px;
  line-height: 28px;
  color: #4a5160;
  background: #f4f4f4;
  padding: 23px 46px; }

.link-category2 .text {
  width: 56%;
  margin-right: -6%;
  max-width: 267px;
  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-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.link-category2 .text > * {
  margin: auto 0; }

.link-category2 .text .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 12px;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px; }

.link-category2 .photo {
  -ms-flex-item-align: center;
  align-self: center;
  height: 142px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 219px;
  margin: 0 0 0 46px;
  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; }

.link-category2 .photo img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.link-category-big {
  display: block;
  margin: 30px 0;
  text-decoration: none !important;
  text-align: left;
  white-space: normal;
  text-transform: none;
  color: #4a5160;
  font-weight: 300;
  font-size: 19px;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative; }

.link-category-big:first-child {
  margin-top: 10px; }

.link-category-big:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0.5;
  display: none; }

.link-category-big .text {
  position: relative;
  padding: 60px 47px;
  width: 75%;
  min-width: 300px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 313px; }

.link-category-big .text > * {
  margin: auto 0; }

.link-category-big .text .btn {
  margin: 6px 0 0 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
  min-width: 236px; }

.link-category-big.view-min .text {
  padding-left: 95px;
  padding-right: 95px; }

.link-category-big.view-min .text .btn {
  margin-bottom: auto; }

.link-category-big .big1 {
  font-size: 39px;
  margin: -10px 0 16px 0; }

.link-category-big .big2 {
  line-height: 1.259;
  font-size: 27px;
  max-width: 500px;
  margin-bottom: -12px; }

.brands {
  margin: 0 0 30px 0; }

.brands .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1px 1px 0; }

.brands .grid .el {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.link-logo {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border: 1px solid #e1e2e3;
  margin: 0 -1px -1px 0;
  height: 140px;
  padding: 24px; }

.link-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 65%; }

.footer {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #484e5b;
  position: relative; }

.footer a {
  color: #484e5b; }

.footer .big {
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 8px 0; }

.footline1 {
  padding: 32px 0 0 0;
  background: #f4f4f4; }

.footline1 .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative; }

.footer .link-up {
  position: absolute;
  bottom: 100%;
  right: 0;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #484e5b;
  border-radius: 3px 3px 0 0;
  background: #f6f6f6;
  margin: 37px 0;
  width: 213px;
  padding: 0 0 0 47px;
  height: 36px;
  line-height: 36px; }

.footer .link-up:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 47px;
  height: 3px;
  background: #246ffe; }

.footer .link-up:after {
  content: '';
  position: absolute;
  top: calc((100% - 3px) / 2);
  left: 23.5px;
  background: url(/img/rarr-big-dark.svg) no-repeat 50% 50%;
  width: 6px;
  height: 11px;
  margin: -5.5px -3px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.footer .bmenu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -20px 0; }

.footer .bmenu .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 118px 20px 0; }

.footer .bmenu ul {
  margin: 0; }

.footer .bmenu li {
  margin: 6px 0 0 0;
  padding: 0 0 0 15px; }

.footer .bmenu li:first-child {
  margin-top: 0 !important; }

.footer .b-contacts {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 565px; }

.footer .b-contacts > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 0 8px 0; }

.footer .subscr {
  width: calc(100% - 212px);
  padding-right: 20px; }

.footer .subscr .big {
  margin-bottom: 12px; }

.footer .subscr .input {
  max-width: 278px; }

.footer .subscr .input input {
  border-color: transparent;
  box-shadow: none;
  padding-right: 51px; }

.footer .subscr .input .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 3px;
  width: 37px;
  height: auto;
  min-height: 0;
  padding: 0; }

.footer .subscr .input .btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/img/rarr-big-white.svg) no-repeat 50% 50%;
  background-size: auto 11px; }

.footer .b-contacts .list {
  width: 212px;
  font-size: 15px; }

.footer .b-contacts .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.footer .b-contacts .list li {
  margin: 20px 0 0 0;
  padding: 0 0 0 24px; }

.footer .b-contacts .list li:before {
  display: none; }

.footer .b-contacts .list li:first-child {
  margin-top: 0 !important; }

.footer .b-contacts .list .pic, .footer .b-contacts .list a[href^=tel]:before, .footer .b-contacts .list a[href^=mailto]:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: -3px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.footer .b-contacts .list .pic-addr {
  background-image: url(/img/map-dark.svg);
  background-size: 16px auto; }

.footer .b-contacts .list a[href^=tel]:before, .footer .b-contacts .list a[href^=mailto]:before {
  content: ''; }

.footer .b-contacts .list a[href^=tel] {
  font-weight: bold; }

.footer .b-contacts .list a[href^=tel]:before {
  background-image: url(/img/tel2-dark.svg);
  background-size: auto 100%; }

.footer .b-contacts .list a[href^=mailto]:before {
  background-image: url(/img/email2-dark.svg);
  background-size: 16px auto; }

.footer .social {
  margin-right: auto;
  padding-right: 20px; }

.footer .social .big {
  margin-bottom: 12px; }

.footer .social ul {
  list-style: none;
  margin: 0 -13px -13px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer .social li:before {
  display: none; }

.footer .social li {
  padding: 0 13px 13px 0;
  margin: 0; }

.footer .social ul img {
  height: 28px;
  width: auto;
  border-radius: 1px; }

.footer .payments {
  margin-left: auto;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.footer .payments ul {
  list-style: none;
  margin: 0 -21px -10px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer .payments li:before {
  display: none; }

.footer .payments li {
  margin: 0;
  padding: 0 21px 10px 0; }

.footer .payments li img {
  height: 22px;
  width: auto; }

.footline2 {
  font-weight: normal;
  font-size: 13px;
  padding: 13px 0;
  background: #e0e0e0; }

.path {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #ebeef0;
  font-size: 13px;
  line-height: 20px;
  color: #737373; }

.path .container {
  padding: 0;
  max-width: none; }

.path a {
  color: inherit;
  text-decoration: none; }

.path .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -1px 0; }

.path .grid > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  border: 1px solid #ebeef0;
  border-top-width: 0;
  border-left-width: 0;
  display: block;
  text-align: center;
  padding: 5px 12px 4px 12px;
  overflow: hidden;
  max-width: 400px;
  text-overflow: ellipsis; }

.path .grid > .active {
  background: #f2f4f6; }

.main-sides2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 0 72px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.main-side2-l {
  /*  font-family: 'Roboto Condensed', Arial, sans-serif;   */
  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-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto;
  width: 212px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  word-wrap: break-word; }

.main-side2-bg {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: -17px 0 -152px -5000px;
  padding: 17px 0 72px 5000px;
  border-right: 1px solid #e2e7ee;
  background: #f5f9ff; }

.main-side2-bg.bg-grey {
  background-color: #f8f8f8;
  border-right-color: #e0e1e2; }

.main-side2-r {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
  width: calc(100% - 236px); }

.center-content {
  padding: 17px 0 72px 0; }

.line-title {
  padding: 0 0 11px 0;
  border-bottom: 1px solid #e1e2e3;
  margin: 0 0 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative; }

.line-title + .line-title {
  margin-top: -6px; }

.line-title-foot {
  border-bottom-width: 0;
  border-top: 1px solid #e1e2e3;
  padding: 11px 0 0 0;
  margin: 17px 0 0 0; }

.line-title.noline {
  border-bottom-width: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

.line-title.with-bg {
  padding-top: 13px;
  padding-left: 13px;
  padding-right: 13px; }

.line-title.bg-grey {
  background-color: #f4f4f4;
  border-bottom-color: #d8d9da; }

.line-title.bg-green {
  background-color: #d9f3d7;
  border-bottom-color: #b0d7af; }

.line-title.catalog-head {
  margin-bottom: -1px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.line-title.catalog-head .text {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  max-width: 100%;
  padding-right: 24px; }

.line-title .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-item-align: center;
  align-self: center;
  min-height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.line-title .link-back, .line-title .pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 36px;
  border-radius: 1px;
  margin: 0 14px 0 0;
  position: relative;
  display: block; }

.line-title .link-back {
  background: #f4f4f4;
  width: 32px; }

.line-title .link-back:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/img/link-back.svg) no-repeat 50% 50%;
  background-size: auto 20px; }

.line-title .pic {
  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;
  margin-right: 10px; }

.line-title .pic img {
  height: 24px;
  width: auto; }

.line-title .link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 6px 0 0 21px; }

.line-title h1, .line-title .h1, .line-title h2, .line-title .h2 {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.line-title.big h1, .line-title.big .h1 {
  font-weight: normal;
  font-size: 38px;
  line-height: 1; }

.line-title.center .text {
  text-align: center; }

.line-title.noline {
  border-bottom-width: 0;
  padding-bottom: 10px; }

.line-title .toggle-side-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  font-weight: 500;
  font-size: 22px;
  padding: 10px 27px 12px 27px;
  display: none;
  margin: 0;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.line-title.catalog-head .text .toggle-side-menu {
  margin-right: -24px;
  margin-left: 10px; }

.line-title .toggle-side-menu:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background: url(/img/menu-white.svg) no-repeat 50% 50%;
  background-size: contain;
  margin: 0 8px 0 0; }

.line-title .toggle-side-menu.small {
  font-size: 15px;
  padding: 7px 0 5px 0;
  width: 160px;
  min-height: 38px; }

.line-title .toggle-side-menu.small:before {
  display: none; }

.line-title .share {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 5px 0 0 auto;
  padding-left: 24px;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.line-title .link-exit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 15px;
  line-height: 18px;
  white-space: nowrap;
  margin: 0 0 0 10px; }

.line-title .link-exit a {
  text-decoration: none;
  color: #91959e; }

.line-title .link-exit a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/img/exit2-red.svg) no-repeat 50% 50%;
  width: 9px;
  height: 13px;
  background-size: contain;
  margin: 0 0 0 10px; }

.catalog-options {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 18px;
  margin-left: auto; }

.catalog-options .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 -50px; }

.catalog-options .in .el {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 50px; }

.catalog-options .label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  opacity: 0.75;
  font-weight: 300;
  margin: 0 12px 0 0; }

.catalog-options .input {
  width: 224px; }

.toggle-catalog-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px 0 0; }

.toggle-catalog-view > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 2px 0 0 !important; }

.toggle-catalog-view .link {
  cursor: pointer;
  display: block;
  border-radius: 2px;
  background: #f4f4f4;
  width: 30px;
  height: 38px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative; }

.toggle-catalog-view .link.active {
  cursor: default;
  background-color: #31353e; }

.toggle-catalog-view .link:before, .toggle-catalog-view .link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 12px; }

.toggle-catalog-view .link:after {
  opacity: 0; }

.toggle-catalog-view .link.active:before {
  opacity: 0; }

.toggle-catalog-view .link.active:after {
  opacity: 1; }

.toggle-catalog-view .link.bg-sq:before {
  background-image: url(/img/view-sq-dark.svg); }

.toggle-catalog-view .link.bg-sq:after {
  background-image: url(/img/view-sq-white.svg); }

.toggle-catalog-view .link.bg-lines:before {
  background-image: url(/img/view-lines-dark.svg); }

.toggle-catalog-view .link.bg-lines:after {
  background-image: url(/img/view-lines-white.svg); }

.toggle-catalog-view .link.bg-table:before {
  background-image: url(/img/view-table-dark.svg); }

.toggle-catalog-view .link.bg-table:after {
  background-image: url(/img/view-table-white.svg); }

.hold-side-menu .close {
  cursor: pointer;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #fff;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  margin: 24px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: scale(0);
  transform: scale(0); }

.hold-side-menu .close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: url(/img/cross-red.svg) no-repeat 50% 50%;
  background-size: auto 12px; }

.open-side-menu .hold-side-menu .close {
  -webkit-transform: scale(1);
  transform: scale(1); }

.hold-side-menu .fader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.hold-side-menu .fader:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(28, 41, 74, 0.8);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0; }

.open-side-menu .hold-side-menu .fader {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.open-side-menu .hold-side-menu .fader:before {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.side-menu {
  margin: 0 0 16px 0;
  background: #f4f4f4;
  padding: 24px 16px;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  color: #494e57; }

.side-menu a, .side-menu .checks label span {
  color: #494e57;
  text-decoration: none !important;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.side-menu a:hover, .side-menu .checks label:hover span, .side-menu .checks label input:checked ~ span {
  color: #0565ee; }

.side-menu .big {
  font-weight: 700;
  font-size: 17px;
  line-height: 18px;
  margin: 0 0 7px 0; }

.side-menu .big-toggle {
  position: relative;
  padding-right: 28px !important;
  cursor: pointer; }

.side-menu .big-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  width: 7px;
  height: 4px;
  margin: -2px -3.5px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.side-menu.open .big-toggle:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.side-menu li {
  margin: 0;
  padding: 0; }

.side-menu li > * {
  display: block;
  position: relative; }

.side-menu li:before {
  display: none; }

.side-menu .side-path {
  margin: -10px 0; }

.side-menu .side-path li {
  border-top: 1px solid #e1e2e3; }

.side-menu .side-path li:first-child {
  border-top-width: 0 !important; }

.side-menu .side-path li > * {
  display: block;
  position: relative;
  padding: 8px 0 8px 14px; }

.side-menu .side-path li > *:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: -2px -3.5px;
  width: 7px;
  height: 4px; }

.side-menu .side-path li > .active {
  font-weight: 700; }

.side-menu .side-path li > .active:before {
  display: none; }

.side-menu .links li > * {
  padding: 5px 0 6px 13px; }

.side-menu .tags li > * {
  padding-left: 0;
  cursor: pointer; }

.side-menu .links li > *:before {
  font-weight: normal;
  font-size: 14px;
  content: '•';
  color: #494e57;
  position: absolute;
  top: 4px;
  left: 0; }

.side-menu .blue {
  color: #0867ee !important; }

.side-menu .sublvl {
  padding: 0 !important; }

.side-menu .side-path .sublvl {
  margin: -4px 0 4px 0; }

.side-menu .sublvl:before {
  display: none; }

.side-menu .sublvl li {
  border-width: 0; }

.side-menu .sublvl li > * {
  padding-top: 5px;
  padding-bottom: 6px; }

.side-menu .sublvl li > *:before {
  display: none; }

.side-menu .checks li > * {
  padding: 8px 0 9px 30px; }

.side-menu .checks li > .check-head {
  font-weight: 500;
  background: #eaeef1;
  padding-left: 40px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px; }

.side-menu .checks li > .check-head .checkbox {
  margin-left: 10px; }

.side-menu .checks ul {
  padding: 0 0 0 10px !important; }

.side-menu .checks label {
  cursor: pointer; }

.side-menu .checks .checkbox {
  position: absolute;
  top: 15px;
  left: 0;
  margin: -9px 0; }

.side-menu .checks .pic-help {
  position: absolute;
  top: 15px;
  right: 0;
  margin: -7px 0;
  z-index: 2; }

.side-menu .checks .pic-help + * {
  padding-right: 20px; }

.side-menu .checks .stars {
  margin: 2px 0 4px -2px; }

.side-menu .input {
  margin: 14px 0 5px 0; }

.side-menu .in-ind .input {
  margin-top: 0; }

.side-menu .input input {
  box-shadow: none; }

.side-menu .toggle-inner {
  cursor: pointer;
  color: #3275d9; }

.side-menu .toggle-inner:before {
  display: none !important; }

.side-menu .toggle-inner:after {
  content: '';
  position: absolute;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 7px;
  height: 4px;
  margin: -2px -3.5px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.side-menu .toggle-inner .to-close {
  display: none; }

.side-menu .links .toggle-inner:after {
  top: 12px;
  left: 3px; }

.side-menu .checks .toggle-inner:after {
  top: 15px;
  left: 9px; }

.side-menu.open-inner .toggle-inner:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.side-menu.open-inner .toggle-inner .to-close {
  display: inline; }

.side-menu.open-inner .toggle-inner .to-open {
  display: none; }

.side-menu .hidden-block {
  display: none; }

.side-menu.open-inner .hidden-block {
  display: block; }

.side-menu .in {
  display: none; }

.side-menu.open .in {
  display: block; }

.side-filter {
  background: #f5f7f8;
  padding: 0 !important;
  margin-bottom: 10px; }

.side-filter .big {
  background: #eaeef1;
  padding: 11px 16px;
  margin: 0;
  font-size: 15px; }

.side-filter .in-ind {
  padding: 13px 16px; }

.side-menu .sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -5px 0;
  padding: 0; }

.side-menu .sizes li {
  padding: 0 5px 5px 0;
  margin: 0;
  width: 25%; }

.side-menu .sizes label {
  cursor: pointer; }

.side-menu .sizes label span {
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid #c5ced9;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px #e0e3e8;
  font-size: 14px;
  line-height: 36px;
  color: #626874; }

.side-menu .sizes input:checked + span {
  color: #fff;
  border-color: #3275D9;
  background-color: #3275D9; }

.side-menu .link-sizes, .item-selection .link-sizes {
  margin: 12px 0 0 0; }

.side-menu .link-sizes, .item-selection .link-sizes {
  position: relative;
  padding: 0 0 0 17px;
  line-height: 15px; }

.side-menu .link-sizes a, .item-selection .link-sizes a {
  color: #0565ee; }

.side-menu .link-sizes a:before, .item-selection .link-sizes a:before {
  content: '';
  position: absolute;
  top: 7.5px;
  left: 0;
  background: url(/img/table-dark.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 11px;
  height: 14px;
  margin: -7px 0; }

.side-menu .from-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 12px 0; }

.side-menu .from-to:before {
  content: '';
  display: block;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 14px;
  height: 1px;
  background: #e4e6e7; }

.side-menu .from-to .input {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: calc(50% - 8.5px); }

.side-menu .from-to .input:first-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.side-menu .from-to .input input {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  color: #626874;
  height: auto; }

.results-block {
  padding-top: 19px;
  padding-bottom: 19px;
  background: #f7f7ee;
  font-size: 15px;
  line-height: 20px; }

.results-block .text {
  padding: 0 0 4px 31px;
  border-bottom: 1px solid #e1e2e3;
  margin: 0 0 11px 0;
  position: relative;
  min-height: 45px; }

.results-block .text:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  background: url(/img/search-big-grey.svg) no-repeat 50% 50%;
  width: 25px;
  height: 27px;
  margin: -13.5px 0;
  background-size: contain; }

.results-block .btn {
  display: inline-block;
  vertical-align: top;
  min-height: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 18px; }

.ui-slider {
  height: 2px;
  position: relative;
  background: #eaeef1;
  margin: 0 0 20px 0; }

.ui-slider-range {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #0565ee; }

.ui-slider-handle {
  cursor: pointer;
  position: absolute;
  top: 100%;
  margin: 2px -7px;
  border-style: solid;
  border-width: 0 7px 9px 7px;
  border-color: #0565ee transparent; }

.ui-slider-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -16px -12px; }

.pic-help {
  display: inline-block !important;
  padding: 0 !important;
  vertical-align: middle;
  position: relative;
  top: -1px; }

.pic-help .help-toggle {
  cursor: help;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  background: #7daef3 url(/img/i.svg) no-repeat 50% 50%;
  background-size: auto 8px;
  text-align: center;
  line-height: 14px;
  position: relative; }

.pic-help .help-toggle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: -4px;
  border-radius: 50%; }

.pic-help .help-popup {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 4px 0;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.pic-help.open .help-popup {
  -webkit-transform: scale(1);
  transform: scale(1); }

.pic-help .help-popup > * {
  margin: 0 0 0 -300px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  border-radius: 5px;
  background: #7daef3; }

.side-menu2 .menu-title {
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  position: relative;
  padding: 0 0 0 31px;
  margin: 2px 0 25px 0; }

.side-menu2 .menu-title:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 16px;
  background: url(/img/menu-dark.svg) no-repeat 50% 50%;
  width: 12px;
  height: 12px;
  background-size: contain;
  margin: -6px; }

.side-menu2 ul {
  list-style: none;
  margin: 0 -1px 0 0;
  padding: 0; }

.side-menu2 li:before {
  display: none; }

.side-menu2 li {
  margin: 3px 0 0 0;
  padding: 0; }

.side-menu2 li:first-child {
  margin-top: 0 !important; }

.side-menu2 .link {
  display: block;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #5e6676;
  text-align: left;
  white-space: normal;
  padding: 10px 10px 11px 30px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 2px;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.side-menu2 .link:before {
  content: '•';
  position: absolute;
  left: 0;
  width: 30px;
  text-align: center;
  color: #9ca2ae;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.side-menu2 .link:hover, .side-menu2 .link.active {
  background-color: #fff;
  border-color: #0565ee; }

.side-menu2 .link:hover:before, .side-menu2 .link.active:before {
  color: #0565ee; }

.side-menu2 .link.active {
  font-weight: 500;
  border-right-width: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.brand-head {
  margin: 0 0 14px 0;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.brand-head .l {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 330px;
  margin: 0 12px 0 0;
  padding-top: 24px;
  border: 1px solid #b2bbc5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 310px;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: rgba(81, 88, 104, 0.75); }

.brand-head .l .img {
  position: relative;
  height: 140px;
  margin: auto 0; }

.brand-head .l .img > * {
  padding: 12px 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.brand-head .l .img > * img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 65%; }

.brand-head .l .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 24px 26px 24px; }

.brand-head .l .name {
  font-weight: 500;
  font-size: 22px;
  line-height: 23px;
  color: #515868;
  margin: 0 0 4px 0; }

.brand-head .r {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 40px 48px; }

.brand-head .r .btn {
  min-width: 236px; }

.show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0 0; }

.show-more .btn {
  min-width: 212px; }

.delivery-form {
  background: #f2d2a3 url(/img/bg-box.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 54px 47px;
  min-height: 289px;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  color: #3a3f49;
  margin: 0 0 3px 0; }

.delivery-form .h1 {
  font-weight: normal;
  font-size: 30px;
  line-height: 31px;
  margin: 0 0 16px 0; }

.delivery-form .h1 strong, .delivery-form .h1 .bold {
  font-weight: bold; }

.delivery-form .label {
  margin: 0 0 7px 0; }

.delivery-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -24px -24px 0; }

.delivery-form .row .el {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0 24px 24px 0; }

.delivery-form .row .el.wid-city {
  max-width: 307px; }

.delivery-form .row .el.wid-street {
  max-width: 354px; }

.delivery-form .row .el.wid-small {
  max-width: 236px; }

.delivery-form .row .el.wid-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none; }

.delivery-form .row .btn {
  min-width: 165px;
  margin: -3px 0; }

.delivery-form .input input {
  border-color: #d5bd96; }

.main-info-block .bg {
  position: relative;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  text-align: left;
  white-space: normal;
  color: #44464c;
  background: #f7f7ee;
  padding: 28px 47px;
  border-radius: 2px; }

.main-info-block .bg.bg-red {
  color: #c05374;
  background: #fff5f8;
  box-shadow: inset 0 0 0 1px #f02362; }

.main-info-block .bg.bg-green {
  color: #6c9966;
  background: #f5fff5;
  box-shadow: inset 0 0 0 1px #4ed334; }

.main-info-block .bg.notification {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 50px 21px 70px; }

.main-info-block .bg.notification .close-info {
  margin: 10px; }

.main-info-block.nocross .bg {
  padding-right: 28px; }

.main-info-block.nocross .bg.notification {
  padding-right: 28px;
  padding-top: 23px;
  padding-bottom: 23px; }

.main-info-block .notif-pic {
  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;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 35px;
  margin: -17px; }

.main-info-block .notif-pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.main-info-block .close-info {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin: 6px;
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 50%; }

.main-info-block .close-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: url(/img/cross-red.svg) no-repeat 50% 50%;
  background-size: auto 13px; }

.main-info-block .close-info-inline {
  margin: 13px 0 0 0; }

.main-info-block .close-info-inline > * {
  cursor: pointer;
  color: #0565ee;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 34px;
  position: relative; }

.main-info-block .close-info-inline > *:before {
  content: '';
  position: absolute;
  top: 9.5px;
  left: 12px;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  width: 7px;
  height: 4px;
  background-size: contain;
  margin: -2px -3.5px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.main-info-block .h3 {
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  margin: 10px 0 8px 0; }

.main-info-block .h3 .light {
  font-weight: normal;
  opacity: 0.75; }

.main-info-block .arr-line {
  height: 1px;
  position: relative;
  background: #e1e2e3; }

.main-info-block .arr-line:before, .main-info-block .arr-line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 164px;
  border-style: solid;
  border-bottom-width: 0 !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important; }

.main-info-block .arr-line:before {
  border-width: 14.5px;
  margin: 0 -14.5px;
  border-color: #e1e2e3; }

.main-info-block .arr-line:after {
  border-width: 13px;
  margin: 0 -13px;
  border-color: #fff; }

.details-info {
  list-style: none;
  margin: 0;
  padding: 0; }

.details-info li:before {
  display: none; }

.details-info li {
  border-bottom: 1px solid #e3e2d4;
  margin: 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.details-info li:first-child {
  padding-top: 0; }

.details-info li > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 1%;
  flex: 1 1 1%;
  padding: 0 27px;
  position: relative; }

.details-info li > *:first-child {
  padding-left: 0; }

.details-info li > *:last-child {
  padding-right: 0; }

.details-info li > *.line:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #e3e2d4;
  margin: 5px 0; }

.details-info .small {
  font-size: 13px;
  opacity: 0.75; }

.my-addr-delivery {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px; }

.my-addr-delivery .big {
  position: relative;
  padding: 0 0 0 34px;
  font-weight: normal;
  font-size: 22px;
  line-height: 23px;
  margin: 0 0 16px 0; }

.my-addr-delivery .big:before {
  content: '';
  position: absolute;
  top: 11.5px;
  left: 12px;
  background: url(/img/point-dblue.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 13px;
  height: 19px;
  margin: -9.5px -6.5px; }

.my-addr-delivery ul {
  list-style: none;
  border-top: 1px solid #dddcce;
  border-bottom: 1px solid #dddcce;
  padding: 15px 0 12px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500; }

.my-addr-delivery li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  white-space: nowrap;
  border-right: 1px solid #dddcce;
  margin: 0 -9px 0 0;
  padding: 9px 25px 12px 34px;
  position: relative; }

.my-addr-delivery li:before {
  display: none; }

.my-addr-delivery li:last-child {
  border-right-width: 0;
  padding-right: 9px; }

.my-addr-delivery li .light {
  font-weight: normal;
  opacity: 0.75; }

.my-addr-delivery li.status {
  padding-left: 34px; }

.my-addr-delivery li.status:before {
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
  width: 24px;
  height: 24px;
  margin: -12px 0;
  border-radius: 2px;
  box-shadow: 0px 1px 3px 0px rgba(224, 227, 232, 0.97);
  display: block; }

.my-addr-delivery li.status.yes:before {
  background: #22b722 url(/img/check-white.svg) no-repeat 50% 50%;
  background-size: auto 8px; }

.my-addr-delivery li.status.no:before {
  background: #f02362 url(/img/cross-white.svg) no-repeat 50% 50%;
  background-size: auto 12px; }

.delivery-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 37px 0; }

.hr + .delivery-info {
  margin-top: -36px; }

.delivery-info .half {
  width: calc(50% - 35px);
  border-bottom: 1px solid #e1e2e3;
  min-height: 160px; }

.delivery-info .ind {
  position: relative;
  padding: 37px 0 38px 119px; }

.delivery-info .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 37px 0 0 0;
  width: 94px;
  height: 94px;
  border-radius: 2px;
  background: #f4f4f4;
  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; }

.delivery-info .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.delivery-info .h2 {
  font-weight: normal;
  font-size: 22px;
  line-height: 23px;
  margin: -2px 0 9px 0; }

.delivery-info .search-city, .delivery-info .search-order {
  margin-top: 16px; }

.delivery-info .search-city {
  max-width: 399px; }

.delivery-info .main-info-block .ind {
  padding-top: 35px;
  padding-bottom: 34px; }

.search-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px 0 0; }

.search-order > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 1%;
  flex: 1 1 1%;
  margin: 0 12px 0 0; }

.search-order .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 59px;
  padding-left: 0;
  padding-right: 0; }

.search-order .btn-arr:after {
  right: auto;
  left: 50%; }

.text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  line-height: 22px; }

.text-block h1, .text-block .h1, .text-block h2, .text-block .h2, .text-block h3, .text-block .h3 {
  font-weight: 500; }

.text-block p, .text-block ol, .text-block ul {
  margin-bottom: 22px;
  margin-top: 22px; }

.text-block .text-big {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px !important; }

.text-block .text-big + * {
  margin-top: 0; }

.text-block h2 + p, .text-block .h2 + p, .text-block h3 + p, .text-block .h3 + p, .text-block h2 + ol, .text-block .h2 + ol, .text-block h3 + ol, .text-block .h3 + ol, .text-block h2 + ul, .text-block .h2 + ul, .text-block h3 + ul, .text-block .h3 + ul {
  margin-top: 0; }

.text-block p:last-child {
  margin-bottom: 0; }

.text-block > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.text-block > img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33%;
  max-width: 400px;
  height: auto;
  margin: 3px 69px 0 0; }

.text-block .hr {
  margin: 22px 0; }

.text-block .hr + * {
  margin-top: 0; }

.text-block .catalog {
  margin-bottom: 22px; }

.link-print:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/img/print-grey.svg) no-repeat 50% 50%;
  width: 22px;
  height: 15px;
  background-size: contain;
  margin: 0 12px 0 0; }

.doc-sect {
  padding: 0 0 0 46px; }

.doc-sect h2 {
  position: relative;
  margin-top: -2px;
  padding-top: 10px; }

.doc-sect h2:before {
  content: '';
  position: absolute;
  top: 21.5px;
  background: url(/img/doc-dark.png) no-repeat 50% 50%;
  width: 16px;
  height: 22px;
  background-size: contain;
  margin: -11px -31px; }

.arr-list {
  padding: 0 0 0 47px;
  line-height: 18px;
  margin-bottom: 32px !important; }

.arr-list > li {
  margin: 18px 0 0 0;
  padding: 0 0 0 47px; }

.arr-list > li:first-child {
  margin-top: 0 !important; }

.arr-list > li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 23px;
  height: 23px;
  margin: -11.5px 0;
  border-radius: 50%;
  background: #e3edfb url(/img/darr-blue.svg) no-repeat 50% 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.arr-list h3, .arr-list .h3 {
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 15px; }

.arr-list ul {
  margin-bottom: 42px; }

.arr-list li:last-child > ul {
  margin-bottom: 0; }

.arr-list ul > li {
  padding-left: 19px;
  margin-bottom: 12px; }

.arr-list ul > li:before {
  color: inherit; }

.top-image {
  margin: 0 0 25px 0;
  height: 314px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.top-image.with-inner {
  height: auto !important; }

.top-image img {
  width: 100%;
  height: auto; }

.logo-image {
  margin: 20px 0;
  max-width: 289px; }

.text-block .hr + .logo-image {
  margin-top: -5px; }

.logo-image:first-child {
  margin-top: 0; }

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

.benefits h2, .benefits .h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 30px 0; }

.benefits ul {
  list-style: none;
  margin: -14px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  line-height: 22px; }

.benefits li:before {
  display: none; }

.benefits li {
  width: 20%;
  max-width: 235px;
  margin: 0;
  padding: 14px; }

.benefits .pic {
  height: 90px;
  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;
  margin-bottom: 25px; }

.benefits .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.benefits a {
  text-decoration: underline; }

.benefits a:hover {
  text-decoration: none; }

.benefits strong {
  font-weight: bold; }

.main-sides-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main-side-inner-l {
  margin-right: auto;
  width: calc(100% - 329px); }

.main-side-inner-r {
  margin-left: auto;
  width: 283px; }

.hold-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.side-articles {
  margin: 0 0 17px 0;
  padding: 30px 23px;
  background: #f7f7ee;
  font-size: 15px;
  line-height: 20px; }

.side-articles h3, .side-articles .h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 13px 0; }

.side-articles ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.side-articles li {
  margin: 15px 0 0 0;
  padding: 14px 0 0 0;
  border-top: 1px solid #e1e2e3;
  position: relative; }

.side-articles li:before {
  display: none; }

.side-articles li:first-child {
  border-top-width: 0;
  padding-top: 0;
  margin-top: 0; }

.side-contact-block {
  margin: 0 0 17px 0;
  padding: 30px 23px;
  background: #f7f7ee;
  font-size: 13px;
  line-height: 16px; }

.side-contact-block:last-child {
  margin-bottom: 0; }

.side-contact-block h3, .side-contact-block .h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 6px 0; }

.side-contact-block h3 .light, .side-contact-block .h3 .light {
  font-weight: normal; }

.side-contact-block .hr {
  margin: 13px 0;
  background: #deded0; }

.side-contact-block .btn {
  display: block;
  width: 100%;
  margin: 17px 0;
  padding-left: 2px;
  padding-right: 2px; }

.side-contact-block .link-appl:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/img/doc-white.svg) no-repeat 50% 50%;
  width: 10px;
  height: 13px;
  background-size: contain;
  margin: 0 10px 0 0; }

.side-contact-block .link-qu:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: url(/img/message-qu-white.svg) no-repeat 50% 50%;
  width: 16px;
  height: 15px;
  background-size: contain;
  margin: 0 10px 0 0; }

.side-contact-block .big {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  margin: 11px 0 1px 0; }

.side-contact-block .big .for-thin {
  display: none; }

.side-contact-block .soc {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 8px -8px -8px 0; }

.side-contact-block .soc > * {
  margin: 0 8px 8px 0;
  width: 32px;
  height: 32px; }

.side-feedback {
  margin: 0 0 17px 0;
  padding: 30px 23px;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #4a5160;
  background: #f4f4f4; }

.side-feedback .hr {
  margin: 13px 0;
  background: #e1e2e3; }

.side-feedback h3, .side-feedback .h3 {
  margin: 0 0 6px 0;
  font-weight: bold; }

.side-feedback .review-mini {
  font-weight: 300;
  font-style: italic;
  font-size: 17px;
  line-height: 18px;
  margin: 17px 0 0 0;
  padding: 17px 0 0 0;
  border-top: 1px solid #e1e2e3; }

.side-feedback .review-mini * {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  display: block; }

.side-feedback .review-mini footer {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  margin: 10px 0 0 0; }

.center-form {
  margin: 0 auto;
  max-width: 497px;
  text-align: center;
  padding: 11px 0 30px 0;
  font-size: 15px;
  line-height: 16px;
  color: #515868; }

.center-form .block-bg {
  border: 1px solid #e1e2e3;
  border-top-color: #0565ee;
  border-top-width: 3px;
  text-align: left;
  padding: 44px 24px; }

.center-form .max {
  margin: 0 auto;
  max-width: 354px; }

.center-form .label {
  font-weight: 300;
  font-size: 15px;
  line-height: 16px;
  opacity: 0.75;
  margin: 0 0 7px 0; }

.center-form .el {
  margin: 0 0 20px 0; }

.center-form .hr {
  margin: 12px 0; }

.center-form .links {
  text-align: right;
  margin: 17px 0 -7px 0; }

.center-form .links .link {
  cursor: pointer;
  color: #3275d9; }

.center-form .links .link:hover {
  text-decoration: underline; }

.center-form .links > * {
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.center-form .links .link.remind-close {
  display: none; }

.center-form .links .link.remind-open:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -12px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: #0565ee transparent;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
  margin: 0 -6px; }

.center-form.open-remind .links .link.remind-close {
  display: inline-block; }

.center-form.open-remind .links .link.remind-open {
  font-weight: bold;
  color: #4a5160; }

.center-form.open-remind .links .link.remind-open:before {
  -webkit-transform: scale(1);
  transform: scale(1); }

.center-form .remind {
  margin: 19px 0 -20px 0;
  display: none; }

.center-form.open-remind .remind {
  display: block; }

.center-form .remind .ind {
  padding: 21px 24px 7px 24px;
  background: #f8f8f8;
  position: relative; }

.center-form .remind .max {
  position: relative; }

.center-form .remind .line {
  height: 1px;
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  background: #0565ee; }

.center-form .remind .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.center-form .remind .row .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 118px;
  margin-left: 3px;
  font-size: 15px; }

.center-form .remind .row .input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.center-form .form-submit {
  margin-top: 20px; }

.center-form .login-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 17px; }

.center-form .login-soc .label, .center-form .login-soc .label2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  width: 118px;
  padding: 0 6px 0 0; }

.center-form .login-soc .label2 {
  font-weight: 500;
  width: 176px; }

.center-form .login-soc .soc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.center-form .sub-links {
  position: relative;
  margin: 23px 0 0 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; }

.center-form .sub-links:before {
  content: '';
  display: block;
  width: 100%;
  max-width: 150px;
  height: 1px;
  margin: 0 auto 15px auto;
  background: #e1e2e3;
  font-weight: 300; }

.center-form .sub-links .btn {
  max-width: 100%;
  margin-top: 6px;
  padding-left: 40px;
  padding-right: 40px;
  min-width: 118px; }

.center-form .main-info-block {
  margin-bottom: 16px; }

.form-info {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  opacity: 0.75;
  margin: 10px 0 0 0; }

.form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.form-submit > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.form-submit .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 118px;
  padding-left: 40px;
  padding-right: 40px; }

.form-submit .btn.btn-text {
  padding-left: 23px;
  padding-right: 23px; }

.form-submit .btn + * {
  margin-left: 22px; }

.form-submit .btn + .btn {
  margin-left: 0; }

.check {
  position: relative;
  line-height: 18px;
  padding: 0 0 0 34px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 36px; }

.check a {
  text-decoration: underline; }

.check a:hover {
  text-decoration: none; }

.check .checkbox {
  position: absolute;
  top: 18px;
  left: 0;
  width: 24px;
  height: 24px;
  margin: -12px 0; }

.check label {
  cursor: pointer; }

.inline-menu {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin: 21px 0; }

.hr + .inline-menu {
  margin-top: -9px; }

.inline-menu a {
  text-decoration: underline; }

.inline-menu a:hover {
  text-decoration: none; }

.inline-menu ul {
  list-style: none;
  margin: 0 -10px -15px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.inline-menu li {
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 0 0 13px;
  margin: 0 10px 10px 0; }

.inline-menu li:before {
  color: inherit; }

.categories-big {
  margin: 0 0 30px 0; }

.categories-big .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px -22px 0; }

.categories-big .grid .el {
  padding: 0 22px 22px 0;
  width: 33.333%; }

.categories-big.halves .grid .el {
  width: 16.666%; }

@media only screen and (max-width: 860px) {
  .categories-big.halves .grid .el {
    width: 33.333%; } }
@media only screen and (max-width: 700px) {
  .categories-big .grid .el, .categories-big.halves .grid .el {
    width: 50%; } }
@media only screen and (max-width: 470px) {
  .categories-big .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .categories-big .grid .el {
    width: 100%; }

  .categories-big.halves .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .categories-big.halves .grid .el {
    width: 50%; } }
.categories-big-top {
  margin-bottom: 30px; }

.categories-big-top .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -16px 0; }

.categories-big-top .grid .el {
  position: relative;
  width: 25%;
  padding: 0 0 16px 0; }

@media only screen and (max-width: 700px) {
  .categories-big-top .grid .el {
    width: 50%; } }
.link-category-img {
  display: block;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  background: #f4f4f4; }

.link-category-img:before {
  content: '';
  display: block;
  padding-top: 49.107%; }

.link-category-img .img, .link-category-img-min .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.link-category-img:hover .img, .link-category-img-min:hover .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

@media (pointer: coarse) {
  .link-category-img:hover .img, .link-category-img-min:hover .img {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.link-category-img .text {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  max-width: 100%;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  padding: 14px 84px 13px 19px; }

.link-category-img .text > * {
  position: relative; }

.link-category-img .text .bg {
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  right: 0;
  background: #414550;
  margin: 0 77px 0 0;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skewX(-43deg);
  transform: skewX(-43deg);
  opacity: 0.9; }

.link-category-img .text .bg:before, .link-category-img .text .bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #414550; }

.link-category-img .text .bg:before {
  margin-right: -14px;
  opacity: 0.5; }

.link-category-img .text .bg:after {
  margin-right: -28px;
  opacity: 0.3; }

.link-category-img-min {
  display: block;
  position: relative;
  text-decoration: none !important;
  overflow: hidden; }

.link-category-img-min:before {
  content: '';
  display: block;
  padding-top: 107.54%; }

.link-category-img-min .text-top {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #727885;
  padding: 13px 10px; }

.link-category-img-min .text-top .big {
  color: #4f5564;
  font-weight: 500;
  font-size: 22px; }

.link-category-img-min .text-top .stars {
  margin: 0 0 5px -2px; }

.link-category-img-min .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 32.54%;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  min-height: 55px;
  padding: 10px 12px 9px 0; }

.link-category-img-min .text > * {
  position: relative; }

.link-category-img-min .text .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -100%;
  background: #414550;
  margin: 0 0 0 -45px;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skewX(-43deg);
  transform: skewX(-43deg);
  opacity: 0.9; }

.link-category-img-min .text .bg:before, .link-category-img-min .text .bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #414550; }

.link-category-img-min .text .bg:before {
  margin-left: -14px;
  opacity: 0.5; }

.link-category-img-min .text .bg:after {
  margin-left: -28px;
  opacity: 0.3; }

.title-colored {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  margin: 35px 0 22px 0;
  color: #4f5564;
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  text-align: left;
  white-space: normal;
  background: #f6f6f6;
  overflow: hidden;
  border-radius: 2px; }

.title-colored > * {
  padding: 19px 28px 22px 28px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.title-colored strong, .title-colored .bold {
  font-weight: bold; }

.title-colored .l {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 50%;
  color: #fff;
  font-size: 24px;
  padding-right: 80px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.title-colored .l > * {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.title-colored .l .bg {
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  right: 0;
  background: #414550;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: skewX(-43deg);
  transform: skewX(-43deg); }

.title-colored .l .bg:before, .title-colored .l .bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #414550; }

.title-colored .l .bg:before {
  margin-right: -35px;
  opacity: 0.5; }

.title-colored .l .bg:after {
  margin-right: -70px;
  opacity: 0.3; }

.title-colored .l .bg.bg-grey, .title-colored .l .bg.bg-grey:before, .title-colored .l .bg.bg-grey:after {
  background: #4f5564; }

.title-colored .l .bg.bg-grey {
  margin-right: 74px; }

.title-colored .l .bg.bg-blue, .title-colored .l .bg.bg-blue:before, .title-colored .l .bg.bg-blue:after {
  background: #0565ee; }

.title-colored .l .bg.bg-blue {
  right: 100%;
  margin-right: -95px; }

.title-colored .stars {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  top: -1px;
  margin: 0 72px 0 0; }

.categories-sq {
  margin: 0 0 30px 0; }

.categories-sq .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px -22px 0; }

.categories-sq .grid .el {
  width: 25%;
  padding: 0 22px 22px 0; }

.categories-sq .grid {
  margin-bottom: -41px !important; }

.categories-sq .grid .el {
  padding-bottom: 41px !important; }

@media only screen and (max-width: 640px) {
  .categories-sq .grid .el {
    width: 50%; } }
.link-category-sq {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none !important;
  color: #4a5160; }

.link-category-sq img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0; }

.link-category-sq .link {
  font-weight: normal;
  font-size: 17px;
  margin: 7px 0 0 0; }

.link-category-sq .link > * {
  color: inherit; }

.link-category-sq:hover .link > * {
  text-decoration: underline; }

.link-category-sq .link > *:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(/img/bag-red.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 9px;
  height: 13px;
  margin: 0 9px 0 0;
  position: relative;
  top: -1px; }

.link-category-sq2 {
  display: block;
  position: relative;
  padding: 50%;
  background: #f4f4f4;
  text-decoration: none !important;
  color: #4a5160;
  font-weight: normal;
  text-align: center;
  white-space: normal; }

.link-category-sq2 .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 20%;
  right: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.link-category-sq2 .img img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 70.6%;
  max-height: 88.25%;
  -webkit-transition: all 2s linear;
  transition: all 2s linear; }

.link-category-sq2:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.link-category-sq2 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 2em;
  font-size: 24px;
  line-height: 1;
  box-sizing: content-box; }

.link-category-sq3 {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 21px;
  line-height: 22px;
  color: #4a5160;
  text-align: center; }

.link-category-sq3 .photo {
  position: relative;
  min-height: 178px; }

.link-category-sq3 .photo:before {
  content: '';
  display: block;
  padding-top: 84.74%; }

.link-category-sq3 .photo > * {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 13%;
  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; }

.link-category-sq3 .photo:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  height: 178px;
  width: 1px;
  margin: -89px 0;
  background: #e0e0e0; }

.link-category-sq3 .photo img {
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%; }

.categories-big-top .el:nth-child(4n) .link-category-sq3 .photo:after {
  display: none; }

@media only screen and (max-width: 700px) {
  .categories-big-top .el:nth-child(2n) .link-category-sq3 .photo:after {
    display: none; } }
.blocks-menu {
  margin: 0 0 30px 0; }

.blocks-menu .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -24px -24px 0; }

.blocks-menu .grid .el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 24px 24px 0;
  width: 25%; }

@media only screen and (max-width: 840px) {
  .blocks-menu .grid .el {
    width: 50%; } }
.blocks-menu .img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 220px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 26px 0; }

.blocks-menu .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  /*  border-left: 1px solid #e1e2e3;
  border-right: 1px solid #e1e2e3;   */
  padding: 0 24px;
  font-size: 15px;
  line-height: 18px; }

.blocks-menu .big {
  font-weight: 500;
  font-size: 23px;
  line-height: 24px;
  min-height: 48px;
  color: #494e57;
  margin: -4px 0 3px 0; }

.blocks-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.blocks-menu li:before {
  display: none; }

.blocks-menu li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e1e2e3; }

.blocks-menu li > *, .blocks-menu .toggle {
  display: block;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #494e57;
  padding: 7px 13px 10px 13px; }

.blocks-menu li > a:hover {
  color: #0565ee; }

.blocks-menu li > *:before {
  content: '•';
  position: absolute;
  left: 0; }

.blocks-menu li > *:after, .blocks-menu .toggle:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 0;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  width: 7px;
  height: 4px;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: -2px -1px; }

.blocks-menu .hidden-block {
  display: none; }

.blocks-menu .open .hidden-block {
  display: block; }

.blocks-menu .toggle {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 14px;
  padding-right: 0;
  color: #0565ee; }

.blocks-menu .open .toggle {
  display: none; }

.blocks-menu .toggle:before {
  right: auto;
  left: 0; }

.catalog {
  margin: 0 0 30px 0;
  border-bottom: 1px solid #eaeaeb; }

.catalog-table-head {
  display: none;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #737373;
  padding: 12px 0 6px 0; }

.catalog-table-head .el {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.catalog-table-head .wid-name {
  width: 17.025%; }

.catalog-table-head .wid-photo {
  width: 90px;
  text-align: center;
  margin-right: 27px; }

.catalog-table-head .wid-price {
  width: 71px;
  text-align: center; }

.catalog-table-head .wid-num {
  width: 125px;
  padding-left: 28px; }

.catalog-table-head .wid-rating {
  width: 165px;
  text-align: center; }

.catalog-table-head .wid-buy {
  width: 119px; }

.catalog-table-head .wid-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.catalog .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }

.catalog .grid .el {
  width: 236px;
  width: 16.666%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media only screen and (max-width: 1720px) {
  .catalog .grid .el {
    width: 25%; } }
@media only screen and (max-width: 1080px) {
  .catalog .grid .el {
    width: 33.333%; } }
@media only screen and (max-width: 1020px) {
  .catalog .grid .el {
    width: 25%; } }
@media only screen and (max-width: 870px) {
  .catalog .grid .el {
    width: 33.333%; } }
@media only screen and (max-width: 660px) {
  .catalog .grid .el {
    width: 50%; } }
@media only screen and (max-width: 450px) {
  .catalog .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .catalog .grid .el {
    width: 100%; }

  .catalog .grid .el .item-mini:before, .catalog .grid .el .item-mini:after {
    display: none; } }
.catalog .grid .el:before {
  content: '';
  height: 1px;
  background: #eaeaeb;
  position: absolute;
  left: 0;
  right: 0; }

.catalog .grid .el.place {
  width: 100% !important;
  display: block;
  padding: 30px 0; }

.catalog .grid .el.place:before {
  margin-top: -30px; }

.catalog .grid .item-mini:before, .catalog .grid .item-mini:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #eaeaeb;
  margin: 30px 0; }

.catalog .grid .item-mini:after {
  left: auto;
  right: -1px; }

.catalog.view-lines .grid .el {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.catalog.view-lines .grid .el:nth-child(1), .catalog.view-lines .grid .el:nth-child(2), .catalog.view-lines .grid .el:nth-child(3), .catalog.view-lines .grid .el:nth-child(4) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.catalog.view-lines .grid .el.place {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.catalog.view-lines .item-mini:before {
  display: none; }

.catalog.view-lines .item-mini:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  position: static;
  background: non;
  margin: 0; }

.catalog.view-lines .item-mini {
  padding: 30px 0 30px 330px;
  display: block;
  min-height: 266px; }

.catalog.view-lines .item-mini > * {
  width: 305px; }

.catalog.view-lines .item-mini .bg {
  width: auto;
  margin: -1px -10px; }

.catalog.view-lines .item-mini .photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 224px;
  height: auto;
  margin: 0;
  padding: 30px 5px 30px 0; }

.catalog.view-lines .item-mini .photos-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 24px 0 19px 0;
  left: 224px;
  width: 57px; }

.catalog.view-lines .item-mini .photos-mini > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.333%;
  flex: 1 1 33.333%; }

.catalog.view-lines .item-mini .name {
  margin: 0 0 21px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 22px;
  width: auto; }

.catalog.view-lines .item-mini .name .code {
  display: inline-block; }

.catalog.view-lines .item-mini .cover-info {
  right: auto;
  left: 0;
  margin: 24px 0 0 0; }

.catalog.view-lines .item-mini .buy {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: -4px 0 18px 0; }

.catalog.view-lines .item-mini .buy .price {
  margin-right: 16px;
  min-height: 0;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  display: block;
  text-align: left;
  white-space: nowrap; }

.catalog.view-lines .item-mini .buy .price .text {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  margin: 0 4px 0 0; }

.catalog.view-lines .item-mini .buy .price del {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 14px;
  white-space: nowrap; }

.catalog.view-lines .item-mini .buy > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 25px; }

.catalog.view-lines .item-mini .buy .text > * {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.catalog.view-lines .item-mini .buy .text .timer {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 2px 0 0 -4px; }

.catalog.view-lines .item-mini .rating-mini {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin: 0 0 25px 0; }

.catalog.view-lines .item-mini .rating-mini .text {
  display: inline; }

.catalog.view-lines .item-mini .descr {
  float: right;
  width: calc(100% - 305px);
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 153px;
  position: relative;
  padding: 0 0 12px 48px;
  height: auto;
  margin: 0; }

.catalog.view-lines .item-mini .descr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #eaebec; }

.catalog.view-lines .item-mini .descr .info {
  display: block; }

.catalog.view-lines .item-mini .descr .actions {
  margin-right: -26px;
  position: static;
  bottom: auto;
  right: auto; }

.catalog.view-lines .item-mini .descr .actions li {
  margin-right: 26px; }

.catalog.view-lines .item-mini .descr .actions li > * {
  padding: 0 0 0 26px;
  border: 0 !important;
  background: none !important;
  opacity: 1;
  text-align: left;
  text-indent: 0;
  width: auto;
  height: auto; }

.catalog.view-lines .item-mini .descr .actions li > *:after {
  right: auto;
  left: 0; }

.catalog.view-lines .item-mini .descr .actions li > *:before {
  top: 9px;
  left: 0;
  margin-left: 0; }

.catalog.view-lines .item-mini .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
  opacity: 1; }

.catalog.view-lines .item-mini .btns .btn {
  min-width: 118px;
  min-height: 46px;
  padding-top: 11px;
  padding-bottom: 11px; }

.catalog.view-lines .item-mini .btns .btn-green {
  font-size: 21px; }

.catalog.view-lines .item-mini .btns .btn-grey {
  display: block; }

.catalog.view-table .catalog-table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.catalog.view-table .grid .el {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.catalog.view-table .grid .el:nth-child(1), .catalog.view-table .grid .el:nth-child(2), .catalog.view-table .grid .el:nth-child(3), .catalog.view-table .grid .el:nth-child(4), .catalog.view-table .grid .el:nth-child(5), .catalog.view-table .grid .el:nth-child(6), .catalog.view-table .grid .el:nth-child(7), .catalog.view-table .grid .el:nth-child(8) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.catalog.view-table .grid .el.place {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.catalog.view-table .item-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 0;
  min-height: 115px; }

.catalog.view-table .item-mini .bg {
  margin: -1px -10px; }

.catalog.view-table .item-mini:before, .catalog.view-table .item-mini:after {
  display: none; }

.catalog.view-table .item-mini .name {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  width: 17.025%;
  padding: 0 10px 0 0; }

.catalog.view-table .item-mini .photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 90px;
  height: 90px;
  margin: 0 27px 0 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.catalog.view-table .item-mini .buy {
  width: 165px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 0 0 0 71px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.catalog.view-cart.view-table .item-mini .buy {
  margin-right: 125px; }

.catalog.view-table .item-mini .buy > .text {
  position: relative;
  margin: 0 auto;
  min-height: 0; }

.catalog.view-table .item-mini .buy .price {
  margin: 0 -30px 0 -101px;
  width: 131px;
  font-size: 21px;
  font-weight: 500;
  min-height: 0;
  position: relative; }

.catalog.view-table .item-mini .buy .price del {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 14px; }

.catalog.view-table .item-mini .buy .amount, .catalog.view-table .item-mini .buy .amount:only-child {
  width: 95px;
  top: -10px;
  left: 0;
  margin: -15px 0 -15px 30px;
  position: relative; }

.catalog.view-table .item-mini .buy .amount:only-child {
  top: 0; }

.catalog.view-table .item-mini .buy .amount .label {
  display: none; }

.catalog.view-table .item-mini .buy .info-discount {
  position: absolute;
  width: 131px;
  margin: 17px 0 0 -131px;
  text-align: center; }

.catalog.view-table .item-mini .buy .timer {
  margin: 0;
  position: relative;
  top: 37px; }

.catalog.view-table .item-mini .rating-mini {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: 165px;
  margin: -4px 0 0 -165px;
  -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; }

.catalog.view-table .item-mini .rating-mini .stars {
  margin: 5px 0 2px 0; }

.catalog.view-table .item-mini .rating-mini .text {
  display: inline; }

.catalog.view-table .item-mini .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  width: 119px;
  -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: 0 0 -5px 0;
  position: relative;
  left: auto;
  bottom: auto;
  padding: 0;
  opacity: 1; }

.catalog.view-table .item-mini .btns > * {
  margin: 0 0 5px 0; }

.catalog.view-table .item-mini .btns .code {
  display: block;
  margin-top: -2px; }

.catalog.view-table .item-mini .btns .btn {
  min-width: 94px;
  min-height: 37px;
  padding-top: 6px;
  padding-bottom: 7px; }

.catalog.view-table .item-mini .btns .btn-green {
  font-size: 16px; }

.catalog.view-table .item-mini .btns .btn-grey {
  display: none; }

.catalog.view-table .item-mini .descr {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0;
  height: auto; }

.catalog.view-table .item-mini .descr > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 1%;
  flex: 1 1 1%;
  display: block; }

.catalog.view-table .item-mini .descr .info .info-title {
  display: none; }

.catalog.view-table .item-mini .descr .info li {
  margin-bottom: 3px; }

.catalog.view-table .item-mini .actions {
  margin-bottom: -7px;
  margin-right: -26px;
  position: static; }

.catalog.view-table .item-mini .actions li {
  margin-bottom: 7px;
  margin-right: 26px; }

.catalog.view-table .item-mini .descr .actions li > * {
  padding: 0 0 0 26px;
  border-width: 0;
  background: none;
  opacity: 1;
  text-align: left;
  text-indent: 0;
  width: auto;
  height: auto; }

.catalog.view-table .item-mini .descr .actions li > *:after {
  right: auto;
  left: 0; }

.catalog.view-table .item-mini .descr .actions li > *:before {
  top: 9px;
  left: 0;
  margin-left: 0; }

.catalog.view-table .item-mini .descr .actions {
  margin-top: 0;
  -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; }

.catalog.view-table .item-mini .cover-info {
  margin: 6px 0 0 0; }

.img-link {
  display: block; }

.img-link img {
  width: auto;
  height: auto;
  max-width: 100%; }

.link-action-brand {
  display: block;
  text-decoration: none !important;
  position: relative;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  white-space: normal;
  color: #343232;
  font-size: 15px;
  line-height: 21px;
  padding: 32px 330px 32px 94px;
  min-height: 310px;
  margin: 0 0 17px 0; }

.link-action-brand .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 236px;
  margin: 40px 48px; }

.link-action-brand .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px 0;
  font-size: 22px;
  line-height: 24px; }

.link-action-brand .top > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.link-action-brand .top img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 120px;
  margin: 0 20px 0 0; }

.link-action-brand .top .big {
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  margin: 0 0 3px 0; }

.link-action-brand .big2 {
  font-weight: bold;
  font-size: 17px;
  margin: 23px 0 0 0; }

.today-discounts-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 16px 0;
  padding: 53px 47px 23px 31px;
  font-size: 15px;
  line-height: 20px;
  color: #4a5160;
  background: #f9f9f1; }

.today-discounts-head .l {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: -31px 33px 0 0;
  padding: 21px 0 0 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  background: #57d651 url(/img/today-discount-bg.png) no-repeat 0 50%;
  background-size: cover;
  width: 290px;
  height: 181px; }

.today-discounts-head .l .date {
  font-weight: normal;
  font-size: 13px;
  color: #256823; }

.today-discounts-head .l .big {
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
  color: #256823;
  margin: 0 0 -14px 0; }

.today-discounts-head .l .big > * {
  padding: 10px;
  background: -webkit-linear-gradient(top, #fff 0%, #d6ffd5 100%);
  background: linear-gradient(to bottom, #fff 0%, #d6ffd5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.today-discounts-head .l .big span {
  font-size: 50px;
  vertical-align: top;
  position: relative;
  margin: 0 -20px 0 0;
  top: -10px; }

.today-discounts-head .c {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.today-discounts-head h1, .today-discounts-head .h1 {
  font-size: 30px;
  line-height: 30px;
  padding: 0 0 13px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #deded3; }

.today-discounts-head .c .big {
  font-size: 17px;
  line-height: 20px;
  margin: 11px 0 1px 0;
  font-weight: bold; }

.today-discounts-head .r {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 237px;
  margin: 0 0 0 93px; }

.today-discounts-head .r .big {
  font-weight: 300;
  font-size: 17px;
  line-height: 18px;
  margin: -4px 0 16px 0;
  padding: 0 0 11px 0;
  border-bottom: 1px solid #deded3;
  position: relative; }

.today-discounts-head .r .big:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 100%;
  background: url(/img/calendar-big-grey.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 23px;
  height: 26px;
  margin: -17px 14px; }

.today-discounts-head .r .remind {
  position: relative; }

.today-discounts-head .r .remind .btn {
  min-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 3px;
  width: 30px;
  padding: 0; }

.today-discounts-head .r .remind .btn:after {
  right: 50%; }

.today-discounts-head .r .remind .input input {
  height: 42px;
  padding: 11px 32px 11px 16px; }

.main-item:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0; }

.main-item {
  padding: 14px 330px 0 0; }

.main-item-t {
  float: left;
  width: 100%; }

.main-item-r {
  float: right;
  margin: 0 -330px 0 0;
  width: 283px; }

.main-item-l {
  float: left;
  width: 45.45%;
  padding-right: 47px; }

.main-item-l.for-mob {
  display: none; }

.main-item-c {
  float: right;
  width: 54.55%; }

.main-item-c2 {
  float: left;
  width: 100%; }

.main-item-c2 .main-slider:last-child {
  margin-bottom: 0; }

.main-item-t h1, .main-item-t .h1 {
  font-weight: normal;
  font-size: 26px;
  line-height: 24px;
  padding: 1px 0;
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.main-item-t h1 > *, .main-item-t .h1 > * {
  padding-right: 0.3em;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.main-item-t h1 strong, .main-item-t .h1 strong {
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.main-item-t h1 .code, .main-item-t .h1 .code {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  font-weight: bold;
  font-size: 13px;
  padding: 2px 14px;
  background: #ffef38;
  position: relative;
  display: inline-block;
  vertical-align: top; }

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e1e2e3;
  margin: 0 0 21px 0; }

.tabs > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  display: block;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #4a5160;
  text-align: center;
  padding: 12px 19px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  margin: 0 1px 0 0; }

.tabs .green {
  color: #08ae00; }

.tabs > *:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  height: 1px;
  background: #0565ee;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0; }

.tabs > *:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d2d3d7;
  margin: -2px; }

.tabs > *:last-child:after {
  opacity: 0; }

.tabs > *.active:after {
  width: 2px;
  height: 6px;
  border-radius: 0;
  background: #fff;
  right: 100%;
  margin: -3px 0;
  opacity: 1; }

.tabs > .active {
  background-color: #f4f4f4; }

.tabs > .active:before {
  opacity: 1; }

.tabs .tab {
  cursor: pointer; }

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  color: #484e5b; }

.share .label {
  color: rgba(74, 81, 96, 0.75);
  margin: 5px 12px 5px 0; }

.share .label a {
  white-space: nowrap;
  font-weight: normal; }

.share .label a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 13px;
  height: 13px;
  background: url(/img/link-chain-blue.svg) no-repeat 50% 50%;
  background-size: contain;
  margin: 0 7px 0 0; }

.share .soc {
  margin: 0 -12px -12px 0; }

.share .soc > * {
  width: 27px;
  height: 27px;
  margin: 0 12px 12px 0; }

.main-item .share {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.item-bill-top {
  position: relative;
  padding: 15px 18px 18px 18px;
  background: #f7f7ee;
  margin: 0 0 1px 0; }

.item-bill-top:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 4px;
  background: url(/img/item-bill-top.png) repeat-x 50% 50%;
  background-size: auto 100%; }

.item-bill-bottom {
  position: relative;
  padding: 14px 18px 18px 18px;
  background: #f0f0e5;
  margin: 0 0 4px 0; }

.item-bill-bottom:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 4px;
  background: url(/img/item-bill-bottom.png) repeat-x 50% 50%;
  background-size: auto 100%; }

.item-price {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #3e4451;
  border-radius: 2px;
  padding: 15px 0;
  background: #ffef38;
  margin: 0 0 11px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.item-price:last-child {
  margin-bottom: 0 !important; }

.item-price.bg-red {
  color: #dc3c3c;
  background-color: #ffece3; }

.item-price.na {
  background-color: #eeeeee; }

.item-price.na > * {
  font-weight: 300;
  font-size: 17px;
  color: #3e4451;
  opacity: 0.75;
  white-space: normal; }

.item-price > * {
  white-space: nowrap;
  padding: 0 7px;
  max-width: 100%; }

.item-price del {
  font-weight: 300;
  font-size: 22px;
  color: rgba(49, 53, 62, 0.5);
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration: none; }

.item-price del:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 3px;
  margin: -1.5px -21px;
  background: #e43e71;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.item-timer {
  border-bottom: 1px solid #e4e4e1;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding: 0 0 11px 0;
  margin: 0 0 19px 0; }

.item-timer > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -5px 0; }

.item-timer > * > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 10px 5px 0;
  white-space: nowrap; }

.item-timer .timer {
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  padding-left: 25px; }

.item-timer .timer:before {
  margin-top: 0;
  margin-bottom: 0; }

.item-amount {
  margin: 0 0 11px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 15px;
  color: rgba(136, 136, 122, 0.75); }

.item-amount > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.item-amount .input {
  width: 60px;
  margin: 0 5px; }

.item-amount .input input {
  font-size: 15px;
  padding: 5px 7px; }

.item-btn-buy {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  padding: 11px 47px 12px 51px;
  min-height: 47px; }

.item-btn-buy:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 1px;
  width: 45px;
  border-radius: 2px;
  background-image: url(/img/bag-grad-white.svg), -webkit-linear-gradient(top, #12b021 0%, #5ed127 100%);
  background-image: url(/img/bag-grad-white.svg), linear-gradient(to bottom, #12b021 0%, #5ed127 100%);
  background-repeat: no-repeat, repeat-x;
  background-position: 50% 50%;
  background-size: auto 20px, 100% 100%; }

.unavailable {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ff0000;
  margin: 10px 0;
  font-style: italic; }

.item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 19px 0 14px 0; }

.item-actions li {
  padding: 0 18px;
  margin: 0;
  white-space: nowrap;
  border-left: 1px solid #e1e2e3; }

.item-actions li:first-child {
  border-left-width: 0;
  padding-left: 0; }

.item-actions li:last-child {
  padding-right: 0; }

.item-actions li:before {
  display: none; }

.item-actions li > * {
  display: block;
  position: relative;
  color: #5c626e;
  padding-left: 26px; }

.item-actions li > *:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.item-actions li > *:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  margin: -10px -8px;
  border-radius: 50%;
  background: #4cc650 url(/img/check-white.svg) no-repeat 50% 50%;
  background-size: auto 8px;
  z-index: 2;
  display: none; }

.item-actions li > .active {
  color: #0565ee; }

.item-actions li > .active:after {
  display: block; }

.item-actions .bg-bookmark:before {
  background-image: url(/img/heart-grey.svg);
  width: 17px;
  height: 16px;
  margin: -8px 0; }

.item-actions .bg-compare:before {
  background-image: url(/img/scales-grey.svg);
  width: 21px;
  height: 17px;
  margin: -8px 0; }

.item-actions .bg-bookmark.active:before {
  background-image: url(/img/heart-blue.svg); }

.item-actions .bg-compare.active:before {
  background-image: url(/img/scales-blue.svg); }

.item-buy-fast .label, .item-notice .label {
  font-size: 15px;
  line-height: 16px;
  padding: 1px 0;
  color: #626262;
  margin: 0 0 7px 0; }

.item-buy-fast .row, .item-notice .row {
  position: relative;
  border-radius: 2px;
  background: #e2e2d4; }

.item-buy-fast .row {
  padding: 0 0 0 46px; }

.item-buy-fast .row .num {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 46px;
  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;
  font-size: 15px;
  font-weight: normal;
  color: #3c3c3c; }

.item-buy-fast .row .btn, .item-notice .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 3px;
  min-height: 0;
  width: 32px;
  padding: 0; }

.item-buy-fast .row .btn:before, .item-notice .btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/img/timer-white.svg) no-repeat 50% 50%;
  background-size: auto 20px; }

.item-notice .btn:before {
  background-image: url(/img/email-white.svg);
  background-size: auto 12px; }

.item-delivery-info {
  background: #fcfcfa;
  border: 1px solid #e1e2e3;
  border-radius: 2px;
  padding: 17px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #515868;
  margin: 0 0 18px 0; }

.item-delivery-info .big {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin: 1px 0 15px 0; }

.item-delivery-info ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.item-delivery-info li {
  padding: 8px 0;
  border-top: 1px solid #e1e2e3;
  margin: 0; }

.item-delivery-info li:before {
  display: none; }

.item-delivery-info li:first-child {
  border-top-width: 0;
  padding-top: 0; }

.item-delivery-info li:last-child {
  padding-bottom: 0; }

.item-delivery-info li .small {
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  padding: 1px 0 2px 0;
  color: #8e94a2; }

.item-delivery-info .jcf-select-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #515868;
  border: 0;
  background: none;
  padding: 0;
  white-space: normal; }

.item-delivery-info .jcf-select-opener {
  top: auto;
  margin: 0;
  width: 19px;
  height: 30px;
  border: 1px solid #0565ee;
  background-color: #d9e8fd; }

.item-delivery-info .jcf-select-opener:before {
  background-image: url(/img/darr-blue.svg); }

.item-other-info {
  list-style: none;
  margin: -12px 0;
  padding: 0 17px;
  font-size: 13px;
  line-height: 16px;
  color: #757e92; }

.item-other-info .big {
  font-weight: 500;
  font-size: 14px;
  color: #4a5160; }

.item-other-info li {
  position: relative;
  padding: 12px 0;
  border-top: 1px solid #e1e2e3;
  margin: 0; }

.item-other-info li:before {
  display: none; }

.item-other-info li:first-child {
  border-top-width: 0; }

.item-other-info .pic {
  width: 16px;
  height: 16px;
  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;
  position: absolute;
  top: 14px;
  left: -18px; }

.item-other-info .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.item-other-info .input {
  margin: 8px 0 0 0; }

.item-gallery {
  position: relative;
  border-right: 1px solid #e1e2e3;
  padding: 0 0 0 66px; }

.item-gallery .small {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  overflow: hidden;
  width: 66px; }

.item-gallery .small li {
  margin: 0;
  padding: 0 0 8px 0; }

.item-gallery .small li:before {
  display: none; }

.item-gallery .small li > * {
  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;
  border: 1px solid #e1e2e3;
  height: 87px;
  padding: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.item-gallery .small li > a:hover {
  border-color: #fcbe03; }

.item-gallery .small li img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.item-gallery .small.slick-initialized {
  overflow: visible; }

.item-gallery .small.slick-initialized li {
  padding: 4px 0; }

.item-gallery .small .slick-arrow {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 31px;
  background: none; }

.item-gallery .small .slick-prev {
  margin-top: -10px; }

.item-gallery .small .slick-next {
  margin-bottom: -10px; }

.item-gallery .small .slick-arrow:before, .item-gallery .small .slick-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
  background: url(/img/slider-arr-blue.svg) no-repeat 50% 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.item-gallery .small .slick-arrow:after {
  background-image: url(/img/slider-arr-grey.svg);
  opacity: 0; }

.item-gallery .small .slick-arrow.slick-disabled:before {
  opacity: 0; }

.item-gallery .small .slick-arrow.slick-disabled:after {
  opacity: 1; }

.item-gallery .small .slick-next:before, .item-gallery .small .slick-next:after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.item-gallery .small .slick-track {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100% !important; }

.item-gallery .small .slick-list {
  margin: -4px 0; }

.item-gallery .small .slick-slide {
  padding: 0 !important;
  border: 0 !important; }

.item-gallery .small .slick-slide > *, .item-gallery .small .slick-slide > * > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.item-gallery .big {
  display: block;
  position: relative;
  text-decoration: none !important;
  height: 570px; }

.item-gallery .big .place {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 23px 23px 23px 28px;
  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; }

.item-gallery .big .place img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.item-gallery .big .zoom-link {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: -4px 23px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
  color: rgba(74, 81, 96, 0.75); }

.item-gallery .big .zoom-link:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/img/zoom-blue.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 11px;
  height: 14px;
  margin: 0 0 0 7px; }

.cover-brand {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 23px;
  height: 44px;
  width: 93px;
  position: absolute;
  top: 0;
  right: 0; }

.cover-brand img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.item-gallery .cover-discount {
  position: absolute;
  top: 0;
  left: 66px;
  margin: 0 28px; }

.item-gallery .cover-discount img {
  height: 63px;
  width: auto; }

.item-gallery .cover-info {
  margin: 62px 23px; }

.main-item .img-link, .main-item .action-timer {
  margin-bottom: 6px; }

.item-together {
  margin: 17px 0 0 0; }

.item-together .h2 {
  font-weight: normal;
  font-size: 22px;
  line-height: 20px;
  padding: 2px 0 1px 0;
  margin: 0 0 14px 0; }

.item-together .h2 strong {
  font-weight: bold; }

.item-rating {
  position: relative;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #e1e2e3; }

.item-rating .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -14px -6px 0; }

.item-rating .in > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 14px 6px 0; }

.item-rating .label {
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  color: #4a5160;
  opacity: 0.75; }

.item-rating .stars {
  -webkit-transform: scale(1.454);
  transform: scale(1.454);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  margin-right: 43px; }

.item-rating .num {
  min-width: 47px;
  font-size: 18px;
  line-height: 30px;
  border-radius: 2px;
  padding: 0 7px;
  height: 30px;
  background: #37c20f;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none !important; }

.item-rating .num.grey {
  background-color: #d8dadf; }

.item-rating .num-reviews {
  white-space: nowrap;
  text-decoration: none;
  color: #31353e;
  cursor: pointer; }

.item-rating .num-reviews:hover {
  text-decoration: underline; }

.item-rating .num-reviews:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(/img/message-dark.svg) no-repeat 50% 50%;
  width: 15px;
  height: 14px;
  background-size: contain;
  margin: 0 10px 0 0; }

.item-rating .num-reviews.na {
  color: rgba(49, 53, 62, 0.75);
  cursor: default;
  text-decoration: none !important; }

.item-rating .num-reviews.na:before {
  background-image: url(/img/message-grey.svg); }

.item-selection .el {
  border-bottom: 1px solid #e5e6e7;
  padding: 16px 0; }

.item-selection .el:last-child {
  border-bottom-width: 0; }

.item-selection .label {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: rgba(56, 60, 69, 0.75);
  margin: -3px 0 6px 0; }

.item-selection .label strong {
  font-weight: 500;
  color: #383c45;
  font-size: 15px; }

.item-selection .size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.item-selection .size > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.item-selection .size .input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 118px;
  margin: 0 17px 0 0; }

.item-selection .checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px -9px 0; }

.item-selection .checks > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 9px 9px 0;
  display: block; }

.item-selection .checks label {
  cursor: pointer; }

.item-selection .checks label span {
  display: block;
  text-align: center;
  min-width: 38px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #383c45;
  padding: 9px;
  border: 1px solid #e4e6e7;
  border-radius: 2px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.item-selection .checks input:checked + span {
  background-color: #fffef4;
  border-color: #fcbe03; }

.item-selection .checks.imgs label span {
  width: 66px;
  height: 87px;
  padding: 7px;
  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; }

.item-selection .checks.imgs label span img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e5e6e7;
  padding: 16px 0 0 0;
  margin: 0 0 16px 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 23px;
  color: #4a5160; }

.item-title > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 10px 0 0;
  max-width: 100%; }

.item-title .btn {
  font-weight: normal;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 34px;
  margin-top: -5px;
  margin-bottom: -6px;
  position: relative;
  top: 2px;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.item-title .item-name {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 100% !important;
  flex: 1 1 100% !important;
  color: #4a5160;
  opacity: 0.75;
  margin-right: 0 !important; }

.link-add-review:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: url(/img/message-dark.svg) no-repeat 50% 50%;
  width: 15px;
  height: 14px;
  background-size: contain;
  margin: 0 10px 0 -4px; }

.btn-blue.link-add-review:before {
  background-image: url(/img/message-white.svg); }

.item-descr {
  line-height: 21px;
  margin: -4px 0 16px 0; }

.item-descr p {
  margin-bottom: 21px; }

.item-descr p:last-child {
  margin-bottom: 0 !important; }

.item-descr .hidden-block {
  height: 126px;
  overflow: hidden;
  position: relative; }

.item-descr .hidden-block:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  border-bottom: 10px solid #fff; }

.item-descr.open .hidden-block:after {
  display: none; }

.item-descr .hidden-block .in {
  padding: 0 0 42px 0; }

.item-descr .toggle {
  position: relative;
  margin: -21px 0 0 0; }

.item-descr .toggle > * {
  cursor: pointer;
  color: #3275d9; }

.item-descr .toggle > *:hover {
  text-decoration: underline; }

.item-descr .toggle > *:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  width: 7px;
  height: 4px;
  background-size: contain;
  margin: 0 10px 0 0;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.item-descr.open .toggle > *:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.item-descr .toggle .for-open {
  display: none; }

.item-descr.open .toggle .for-open {
  display: inline; }

.item-descr.open .toggle .for-closed {
  display: none; }

.link-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0 25px 0; }

.link-all:last-child {
  margin-bottom: 0; }

.link-all .btn {
  font-weight: normal;
  font-size: 15px; }

.table a {
  text-decoration: underline; }

.table a:hover {
  text-decoration: none; }

.table table {
  border-collapse: collapse;
  min-width: 463px;
  max-width: 100%;
  font-weight: normal;
  white-space: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 16px;
  color: #515868; }

.table th, .table td {
  text-align: left;
  vertical-align: top;
  padding: 10px 22px;
  border: 1px solid #edede2; }

.table th:first-child, .table td:first-child {
  border-left-width: 0; }

.table th:last-child, .table td:last-child {
  border-right-width: 0; }

.table tr:nth-child(odd) td {
  background-color: #f7f7ee; }

.table .light {
  color: rgba(74, 81, 96, 0.8); }

.item-char {
  margin: 20px 0 0 0; }

.item-reviews-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -24px 15px 0; }

.item-reviews-head > * {
  margin: 0 24px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.item-reviews-head .h2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  padding: 8px 0; }

.item-reviews-head .item-rating {
  border: 0;
  margin: 0 auto;
  padding: 4px 24px 4px 0; }

.item-reviews-head .reviews-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.item-reviews-head .reviews-sort .label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 10px 0 0;
  font-weight: 300;
  font-size: 17px;
  opacity: 0.75; }

.item-reviews-head .reviews-sort .input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 177px; }

.item-reviews-head .btn {
  min-width: 236px;
  font-weight: normal;
  padding-left: 13px;
  padding-right: 13px; }

.item-reviews {
  border: 1px solid #e1e2e3;
  background: #fcfcfa;
  border-radius: 3px; }

.main-item .show-more {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.main-item .line-title {
  top: -12px;
  margin-bottom: 5px; }

.item-reviews-empty {
  border-top: 1px solid #e1e2e3;
  text-align: center;
  min-height: 293px;
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  padding: 65px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.item-reviews-empty:before {
  content: '';
  display: block;
  margin: 0 auto 10px auto;
  width: 62px;
  height: 57px;
  background: url(/img/comment-sad-grey.svg) no-repeat 50% 50%;
  background-size: contain; }

.item-reviews-empty .btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  min-width: 236px;
  font-weight: 500;
  margin: 40px 0 0 0; }

.item-reviews-empty-min {
  border-top-width: 0;
  padding-top: 33px;
  padding-bottom: 0;
  min-height: 0; }

.review {
  border-top: 1px solid #e1e2e3;
  font-size: 15px;
  line-height: 22px;
  padding: 31px 46px 28px 46px;
  color: #515868; }

.review.answer {
  background-color: #f7f7ee;
  padding-left: 93px; }

.review.answer .review-head:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/answer-bg.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 30px;
  height: 36px;
  margin: -20px -44px;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.review:first-child {
  border-top-width: 0; }

.review-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  margin: 0 -16px 9px 0;
  position: relative;
  padding-right: 140px; }

.review-head > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  margin: 0 16px 0 0; }

.review-head .stars {
  margin-top: 4px;
  margin-bottom: 4px; }

.review-head .name {
  font-weight: 500;
  font-size: 18px; }

.review-head .bought {
  color: #1ab321;
  white-space: nowrap; }

.review-head .bought:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url(/img/bag-green.svg) no-repeat 50% 50%;
  width: 8px;
  height: 11px;
  background-size: contain;
  margin: 0 6px 0 0;
  position: relative;
  top: -1px; }

.review-head .date {
  font-weight: 300;
  color: rgba(74, 81, 96, 0.75);
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0; }

.review-head .date .link {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin: -5px -5px -5px 0;
  background: url(/img/link-chain-blue.svg) no-repeat 50% 50%;
  background-size: auto 13px;
  position: relative;
  top: -1px; }

.review-text {
  padding-right: 140px; }

.review-text ul {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0; }

.review-text li:before {
  display: none; }

.review-text li {
  padding: 0;
  margin: 4px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.review-text li > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.review-text li .l {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: bold;
  width: 118px;
  padding: 0 10px 0 0; }

.review-footer {
  position: relative;
  padding-right: 140px;
  margin: 17px 0 0 0; }

.review-footer .link-answer > *:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/img/answer-dark.svg) no-repeat 50% 50%;
  width: 9px;
  height: 9px;
  background-size: contain;
  margin: 0 7px 0 0; }

.review-footer .review-report {
  position: absolute;
  top: 0;
  right: -3px;
  width: 22px;
  height: 22px;
  background: url(/img/report-message-grey.svg) no-repeat 50% 50%;
  background-size: auto 20px; }

.review-footer .useful {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 37px 0 0;
  font-weight: 300;
  font-size: 13px;
  color: rgba(74, 81, 96, 0.5); }

.review-footer .useful a {
  color: rgba(74, 81, 96, 0.5);
  text-decoration: none !important; }

.review-footer .useful > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.review-footer .useful .yes:before, .review-footer .useful .no:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 20px;
  margin: 0 4px 0 0; }

.review-footer .useful .yes:before {
  background-image: url(/img/like.png);
  top: -2px; }

.review-footer .useful .no:before {
  background-image: url(/img/dislike.png);
  top: 2px; }

.review-footer .useful .line {
  width: 1px;
  height: 20px;
  background: #e1e2e3;
  margin: 0 6px 0 11px; }

.item-reviews-min .review {
  padding: 20px 23px 21px 23px; }

.item-reviews-min .review.answer {
  padding-left: 46px; }

.item-reviews-min .review.answer .review-head:before {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  top: -2px; }

.item-reviews-min .review-head {
  margin-bottom: 5px; }

.item-reviews-min .review-head .name {
  font-size: 15px; }

.item-reviews-min .review-footer {
  margin-top: 16px; }

.hidden-tab {
  height: 0;
  overflow: hidden; }

.hidden-tab.visible {
  height: auto;
  overflow: visible; }

.item-photos {
  margin: 0 0 30px 0; }

.item-photos:last-child {
  margin-bottom: 0; }

.item-photos .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -24px -24px 0; }

.item-photos .grid .el {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 24px 24px 0;
  width: 25%;
  max-width: 295px; }

@media only screen and (max-width: 750px) {
  .item-photos .grid .el {
    width: 33.333%; } }
@media only screen and (max-width: 600px) {
  .item-photos .grid .el {
    width: 50%; } }
.item-photos .grid .link {
  display: block;
  position: relative;
  border: 1px solid #e1e2e3;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.item-photos .grid a.link:hover {
  border-color: #fcbe03; }

.item-photos .grid .link:before {
  content: '';
  display: block;
  padding-top: 136.431%; }

.item-photos .grid .link > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px; }

.item-photos .grid .link img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.main-item .block-premium-info-small:last-child {
  margin-bottom: 0; }

.item-delivery {
  font-size: 15px;
  line-height: 22px; }

.item-delivery .big-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  margin: 36px 0 13px 0; }

.item-delivery .big-title:first-child, .item-delivery .line-title + .big-title {
  margin-top: 0 !important; }

.item-delivery .benefits {
  margin: 60px 0 32px 0; }

.item-delivery .delivery-info {
  margin-bottom: -30px; }

.item-delivery .delivery-info:last-child .half {
  border-bottom-width: 0; }

.payment-info {
  list-style: none;
  margin: 28px 0 0 0;
  padding: 0;
  line-height: 22px; }

.payment-info > li:before {
  display: none; }

.payment-info > li {
  position: relative;
  margin: 41px 0 0 0;
  padding: 0 0 0 94px; }

.payment-info > li:first-child {
  margin-top: 0 !important; }

.payment-info > li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e1e2e3;
  max-width: 590px;
  margin: -20px 0 0 94px; }

.payment-info > li:first-child:after {
  display: none; }

.payment-info .h2 {
  margin: 0 0 2px 0; }

.payment-info .pic {
  position: absolute;
  top: 24px;
  left: 0;
  width: 70px;
  height: 70px;
  margin: -35px 6px;
  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; }

.payment-info .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.payment-info ul {
  margin: 22px 0 0 0;
  padding: 0 0 0 17px; }

.payment-info ul > li {
  margin: 22px 0 0 0; }

.payment-info .big {
  font-size: 17px; }

.item-char-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.item-char-big .half {
  width: calc(50% - 23px); }

.item-char-big .table table {
  min-width: 0;
  width: 100%; }

.item-char-big .big-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  margin: 22px 0 8px 0; }

.item-char-big .big-title:first-child {
  margin-top: 0 !important; }

.item-char-big .table td {
  padding: 14px 50px; }

.rate-stars {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.rate-stars .stars {
  width: 450px;
  height: 41px;
  background-image: url(/img/star-big.svg);
  margin: 0 -24px; }

.rate-stars .stars > div {
  background-image: url(/img/star-big-active.svg); }

.rate-stars .stars > span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.rate-stars .stars label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 1%;
  flex: 1 1 1%;
  position: relative;
  cursor: pointer; }

.rate-stars.na .stars label {
  cursor: default; }

.rate-stars .stars label > * {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #4a5160;
  opacity: 0.75;
  padding: 10px 0; }

.bg-form {
  font-size: 15px;
  line-height: 18px; }

.bg-form a {
  text-decoration: underline; }

.bg-form a:hover {
  text-decoration: none; }

.bg-form .tabs {
  border-bottom-color: #e0e1e2;
  margin: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.bg-form .tabs > * {
  background-color: #e0e1e2;
  font-size: 20px;
  line-height: 22px;
  padding: 18px 29px; }

.bg-form .tabs > *:last-child {
  margin-right: 0; }

.bg-form .tabs > .active {
  background-color: #f4f4f4; }

.bg-form .tabs > *:before {
  background-color: #f4f4f4; }

.bg-form .tabs > *:after {
  display: none; }

.bg-form .bg {
  border-top: 1px solid #e0e1e2;
  margin: -1px 0 0 0;
  background: #f4f4f4;
  padding: 33px 47px 40px 47px;
  color: #515868; }

.bg-form .bg:first-child {
  margin-top: 0; }

.bg-form .bg .sides:after {
  content: ' ';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0; }

.bg-form .bg .sides .l {
  float: left;
  width: calc(100% - 495px); }

.bg-form .bg .sides .r {
  width: 425px;
  float: right; }

.main-side-inner-l .bg-form .bg .sides .l, .main-side-inner-l .bg-form .bg .sides .r {
  width: calc(50% - 35px); }

.bg-form .rate-stars {
  margin: -3px 0 49px 0; }

.bg-form.view2 .rate-stars {
  margin-bottom: 41px; }

.bg-form .row {
  margin: 0 0 14px 0; }

.bg-form .label {
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 10px 0; }

.bg-form textarea {
  height: 120px; }

.bg-form.view2 textarea, .bg-form textarea.minh {
  height: 83px; }

.bg-form .info-login {
  padding: 0 0 8px 24px;
  position: relative;
  min-height: 87px; }

.bg-form .info-login:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  background: url(/img/user-blue.svg);
  width: 15px;
  height: 27px;
  margin: -13px 0;
  background-size: contain; }

.bg-form .info-login .small {
  font-weight: 300;
  opacity: 0.75;
  margin: 7px 0 0 0; }

.bg-form .form-submit, .bg-form .form-submit2 {
  border-top: 1px solid #dfdede;
  padding: 23px 0 0 0;
  margin: 9px 0 0 0; }

.bg-form .form-submit2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 14px;
  padding-top: 20px; }

.bg-form .form-submit2 .btn {
  padding-left: 42px;
  padding-right: 42px; }

.bg-form .form-submit2 .check {
  width: 100%;
  margin: 0 0 16px 0; }

.bg-form .form-info {
  border-top: 1px solid #dfdede;
  padding: 12px 0 0 0;
  margin: 12px 0 0 0;
  font: inherit;
  opacity: 1; }

.modal-bg-form {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 920px; }

.modal-bg-form button.mfp-close {
  top: 57px !important; }

.modal-bg-form.min {
  max-width: 497px; }

.modal-bg-form .bg-form .rate-stars {
  margin: 0 -200px 47px 0;
  -webkit-transform: scale(0.78);
  transform: scale(0.78); }

.modal-bg-form .bg-form.view2 .rate-stars {
  margin-bottom: 39px; }

.modal-bg-form .bg-form .sides .l {
  width: calc(100% - 472px); }

.mfp-container {
  padding: 0 !important; }

.mfp-content {
  padding: 24px !important; }

button.mfp-close {
  cursor: pointer;
  position: absolute;
  top: 0 !important;
  right: 0;
  left: auto !important;
  margin: 12px;
  width: 27px !important;
  height: 27px;
  background: #fff;
  border-radius: 50%;
  text-align: left !important;
  text-indent: -10000px !important;
  opacity: 1; }

button.mfp-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: url(/img/cross-red.svg) no-repeat 50% 50%;
  background-size: auto 13px; }

.mfp-figure:after {
  background: #fff; }

.mfp-bg {
  background: #31353e;
  opacity: 0.6; }

.action-timer {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  color: #4a5160;
  text-align: left;
  white-space: normal;
  text-transform: none;
  background: #f8f8f5;
  box-shadow: inset 0 0 0 1px #edede7;
  padding: 0 0 0 88px; }

.action-timer a {
  text-decoration: underline; }

.action-timer a:hover {
  text-decoration: none; }

.action-timer .img {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 88px;
  background: #30c237 url(/img/card-action-min.jpg) no-repeat 50% 50%;
  background-size: 100% auto; }

.action-timer .text {
  padding: 16px 15px 12px 18px; }

.action-timer .big {
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 8px 0; }

.action-timer .big strong {
  font-weight: bold; }

.action-timer .big span {
  font-weight: 500; }

.action-timer .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative; }

.action-timer .grid > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.action-timer .grid .link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 10px; }

.action-timer .grid .timer-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 29px 0 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.action-timer .grid .timer-big > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  min-width: 2ch; }

.action-timer .grid .timer-big .sec {
  color: #898e9a; }

.action-timer .grid .timer-big .dots {
  margin: 0 6px;
  min-width: 0; }

.action-timer .grid .timer-big .small {
  display: block;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  opacity: 0.75;
  color: #4a5160; }

.action-timer-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px 0;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  text-transform: none; }

.action-timer-big .bg {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f5;
  box-shadow: inset 0 0 0 1px #edede7;
  position: relative;
  padding: 8px 44px 8px 110px; }

.action-timer-big .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 88px;
  background: #30c237 url(/img/card-action-min.jpg) no-repeat 50% 50%;
  background-size: 100% auto; }

.action-timer-big .timer-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 31px 0 0;
  font-weight: 300;
  font-size: 33px;
  line-height: 33px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0 30px 0 0;
  top: 3px; }

.action-timer-big .timer-big:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50px;
  margin: -25px 0;
  background: #e1e2e3; }

.action-timer-big .timer-big > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  min-width: 2ch; }

.action-timer-big .timer-big .sec {
  color: #898e9a; }

.action-timer-big .timer-big .dots {
  margin: 0 7px;
  min-width: 0; }

.action-timer-big .timer-big .small {
  display: block;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  opacity: 0.75;
  color: #4a5160; }

.action-timer-big .photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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: 4px;
  border: 1px solid #e1e2e3;
  background: #fff;
  margin: 0 16px 0 0;
  width: 54px;
  height: 71px; }

.action-timer-big .photo img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.action-timer-big .big {
  font-weight: 500;
  font-size: 17px;
  margin: 0 0 3px 0; }

.item-action-descr {
  font-size: 15px;
  line-height: 22px;
  margin: 24px 0 27px 0;
  max-width: 1038px; }

.item-action-descr h2, .item-action-descr .h2 {
  margin: 0 0 14px 0; }

.compare-head {
  margin-bottom: 0 !important; }

.compare-list .hold {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e1e2e3; }

.compare-list .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px -1px -12px; }

.compare-list .grid .el {
  width: 25%;
  border-bottom: 1px solid #e1e2e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 13px 13px 13px 12px;
  position: relative; }

@media only screen and (max-width: 1430px) {
  .compare-list .grid .el {
    width: 33.333%; } }
@media only screen and (max-width: 700px) {
  .compare-list .grid .el {
    width: 50%; } }
.compare-list .grid .el:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 18px 0;
  width: 1px;
  background: #e1e2e3; }

.compare-list .go {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0 0; }

.item-compare {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  padding: 26px 12px 28px 118px;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  text-align: left;
  white-space: normal; }

.item-compare:hover {
  background-color: #f5f7f8; }

.item-compare .photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 76px;
  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;
  margin: 16px; }

.item-compare .photo img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.item-compare .name {
  margin-bottom: auto;
  padding: 0 28px 0 0;
  min-height: 54px; }

.item-compare .name a {
  color: #4a5160;
  text-decoration: none; }

.item-compare .name a:hover {
  text-decoration: underline;
  color: #3275d9; }

.item-compare .price-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 15px 0 0 0; }

.item-compare .price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 12px; }

.item-compare .price-row > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.item-compare .price-row .price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  padding: 7px 10px 6px 10px;
  min-width: 94px;
  white-space: nowrap;
  background: #ffef38;
  margin: 0 10px 0 0;
  position: relative; }

.item-compare .price-row.has-discount .price {
  background-color: #d5f3b2; }

.item-compare .price-row.na {
  color: rgba(74, 81, 96, 0.75); }

.item-compare .price-row.na .price {
  color: rgba(49, 53, 62, 0.5);
  background-color: #eaeaea; }

.item-compare .price .out {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 9px 0 0 0;
  font-size: 13px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap; }

.item-compare .price .out > * {
  position: relative; }

.item-compare .price .out2 {
  position: absolute;
  top: 0;
  left: 100%;
  white-space: nowrap;
  margin: 0 0 0 8px; }

.item-compare del {
  color: rgba(49, 53, 62, 0.5);
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap; }

.item-compare del:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 1px;
  margin: -0.5px -13px;
  background: #e43e71;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.item-compare .delete {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #fff url(/img/cross-red.svg) no-repeat 50% 50%;
  background-size: auto 12px;
  margin: 6px; }

.item-compare .buy-row {
  font-size: 13px;
  line-height: 15px;
  margin: 7px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.item-compare .buy-row > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.item-compare .buy-row .btn {
  min-height: 29px;
  padding: 2px 10px 3px 10px;
  min-width: 94px;
  margin: 0 10px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.compare .item-compare {
  background-color: transparent !important;
  padding: 26px 0 0 68px; }

.compare .item-compare .delete {
  margin: 0 -12px; }

.compare .item-compare .name {
  min-height: 90px;
  padding: 0; }

.compare .item-compare .photo {
  bottom: auto;
  height: 94px;
  width: 55px;
  margin: 0; }

.compare .item-compare .price-row, .compare .item-compare .buy-row {
  margin-left: -68px; }

.compare .item-compare .price-row {
  margin-top: 2px; }

.compare .hscroll {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin: -11px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #e1e2e3;
  position: relative; }

.compare .hscroll.mCustomScrollbar {
  padding-top: 0; }

.compare .hscroll .mCustomScrollBox {
  padding-top: 10px; }

.compare .hscroll .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0;
  margin: 0; }

.compare {
  margin: 28px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 21px; }

.compare .l {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 224px;
  border-right: 1px solid #e1e2e3; }

.compare .r {
  width: 100%; }

.compare table {
  border-collapse: collapse; }

/*
.compare .l table {
  width: 100%;
}
*/
.compare td {
  border: 0;
  text-align: center;
  vertical-align: middle;
  padding: 11px 18px 10px 18px;
  width: 236px;
  min-width: 236px;
  max-width: 236px;
  border-right: 1px solid #e1e2e3; }

.compare tr:nth-child(even) td {
  background-color: #f7f7ee; }

.compare tr:last-child td {
  border-bottom: 1px solid #e1e2e3; }

.compare .l td {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  border-right: 0;
  text-align: left;
  color: rgba(74, 81, 96, 0.75); }

.compare td.top {
  height: 210px;
  padding-top: 10px;
  padding-bottom: 17px;
  vertical-align: top;
  border-bottom: 1px solid #e1e2e3; }

.compare .r td.top:hover {
  background-color: #f4f4f4; }

.compare-settings {
  padding: 37px 0 0 0;
  font-size: 15px;
  line-height: 16px;
  color: #515868; }

.compare-settings .link-add {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 40px -18px;
  color: rgba(74, 81, 96, 0.75);
  text-align: left;
  white-space: normal;
  text-decoration: none !important;
  border-radius: 1px;
  background: #f4f4f4;
  font-size: 15px;
  line-height: 16px;
  padding: 10px 18px 11px 51px;
  position: relative; }

.compare-settings .link-add:before, .compare-settings .link-add:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 25px;
  background: #4a5160;
  border-radius: 1px; }

.compare-settings .link-add:before {
  width: 26px;
  height: 2px;
  margin: -1px -13px; }

.compare-settings .link-add:after {
  width: 2px;
  height: 26px;
  margin: -13px -1px; }

.compare-settings .checks {
  margin: 0 0 14px 0;
  position: relative;
  padding: 0 0 0 34px; }

.compare-settings .checks:last-child {
  margin-bottom: 0; }

.compare-settings .checks .radio, .compare-settings .checks .checkbox {
  position: absolute;
  top: 8px;
  left: 0;
  margin: -10px 0;
  width: 20px;
  height: 20px; }

.compare-settings .checks label {
  cursor: pointer; }

.compare-settings .checks input:checked ~ span {
  font-weight: bold; }

.side-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: -17px -1px 22px -5000px;
  height: 200px;
  background: #6faafe;
  position: relative; }

.side-image:before, .side-image:after {
  z-index: 2;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.side-image:before {
  background: #046bfd;
  opacity: 0.55; }

.side-image:after {
  background: -webkit-linear-gradient(top, rgba(4, 107, 253, 0) 0%, #046bfd 100%);
  background: linear-gradient(to bottom, rgba(4, 107, 253, 0) 0%, #046bfd 100%);
  opacity: 0.55; }

.side-image > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  height: 100%;
  min-width: 150px; }

.side-image > *:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  background: -webkit-linear-gradient(left, #6faafe 0%, rgba(111, 170, 254, 0) 100%);
  background: linear-gradient(to right, #6faafe 0%, rgba(111, 170, 254, 0) 100%); }

.side-image img {
  height: 100%;
  width: auto; }

.side-image .date, .side-image .link-back {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  white-space: nowrap;
  z-index: 3;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  padding: 8px 16px 9px 16px; }

.side-image .date {
  color: #fff;
  background-color: #0565ee;
  top: 13px;
  padding-top: 6px;
  padding-bottom: 7px; }

.side-image .link-back {
  top: 55px;
  background-color: #fff; }

.content-search {
  position: relative;
  margin: 0 0 19px 0;
  background: #f4f4f4;
  padding: 30px 118px; }

.content-search:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 118px;
  background: url(/img/search-big-grey.png) no-repeat 50% 50%;
  background-size: auto 70px; }

.content-search .label {
  font-weight: 300;
  font-size: 22px;
  line-height: 22px;
  margin: -3px 0 15px 0; }

.content-search .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.content-search .row .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 165px;
  margin: 0 0 0 10px; }

.content-search .row .input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.content-search .row .input input {
  padding: 10px 14px;
  font-size: 17px; }

.faq {
  border-top: 1px solid #e1e2e3;
  padding: 24px 0 0 0;
  font-size: 15px;
  line-height: 22px; }

.faq a {
  text-decoration: none; }

.faq a:hover {
  text-decoration: underline; }

.faq p, .faq ul, .faq ol {
  margin-bottom: 22px; }

.faq p:last-child, .faq ul:last-child, .faq ol:last-child {
  margin-bottom: 0; }

.faq .section {
  margin: 0 0 29px 0; }

.faq .section:last-child {
  margin-bottom: 0 !important; }

.faq h2, .faq .h2 {
  color: #0565ee;
  margin: 0 0 15px 0; }

.faq .el {
  border: 1px solid #e1e2e3;
  background: #fff;
  margin: 0 0 -1px 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.faq .el:nth-child(even) {
  background-color: #fcfcf8; }

.faq .hidden:nth-child(even) .el:nth-child(even) {
  background-color: #fff; }

.faq .hidden:nth-child(even) .el:nth-child(odd) {
  background-color: #fcfcf8; }

.faq .el.open {
  margin: 5px 0 4px 0;
  border-color: #b6b9bd; }

.faq h3, .faq .h3 {
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  padding: 21px 70px 21px 46px; }

.faq h3:before, .faq .h3:before, .faq h3:after, .faq .h3:after {
  content: '';
  position: absolute;
  top: 31px;
  left: 23px;
  background: url(/img/faq-grey.svg) no-repeat 50% 50%;
  width: 16px;
  height: 20px;
  background-size: contain;
  margin: -10px -8px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.faq h3:after, .faq .h3:after {
  background-image: url(/img/faq-dark.svg);
  opacity: 0; }

.faq .open h3:before, .faq .open .h3:before {
  opacity: 0; }

.faq .open h3:after, .faq .open .h3:after {
  opacity: 1; }

.faq h3 .arr, .faq .h3 .arr {
  position: absolute;
  top: 50%;
  right: 24px;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  width: 7px;
  height: 4px;
  margin: -2px -3.5px;
  background-size: contain;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.faq .open h3 .arr, .faq .open .h3 .arr {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.faq .toggle-all, .faq .b-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 13px 0 0 0; }

.faq .open-section .toggle-all {
  display: none; }

.faq .open .toggle-all {
  display: none; }

.faq .toggle-all .btn {
  font-size: 15px;
  min-width: 165px;
  text-align: left;
  padding-right: 30px; }

.faq .toggle-all .btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(/img/darr-dark.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 7px;
  height: 4px;
  margin: -2px -3px; }

.faq .in, .faq .hidden {
  display: none; }

.faq .open .in, .faq .open-section .hidden {
  display: block; }

.faq .ind {
  border-top: 1px solid #e1e2e3;
  padding: 16px 0;
  margin: 0 70px 0 46px; }

.faq .toggle-in {
  margin: 16px 0 0 0;
  padding: 10px 0 3px 0;
  border-top: 1px solid #eaebec; }

.faq .toggle-in > * {
  cursor: pointer;
  color: #3275d9;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 26px; }

.faq .toggle-in > *:hover {
  text-decoration: underline; }

.faq .toggle-in > *:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 7px;
  height: 4px;
  margin: -2px 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

ul.about-stat {
  list-style: none;
  margin: 35px -12px -3px -12px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px; }

ul.about-stat li:before {
  display: none; }

ul.about-stat li {
  width: 33.333%;
  padding: 15px 12px;
  margin: 0; }

ul.about-stat li > * {
  margin: 0 auto;
  max-width: 236px; }

ul.about-stat .big1 {
  font-weight: normal;
  font-size: 70px;
  line-height: 1;
  white-space: nowrap;
  max-width: none;
  margin-left: -12px;
  margin-right: -12px;
  color: #0565ee; }

ul.about-stat .big2 {
  color: #0565ee;
  max-width: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 -1px 0; }

ul.about-stat .line {
  margin: 10px auto 12px auto;
  max-width: 46px;
  height: 1px;
  background: #8a96af; }

.map {
  margin: 30px 0;
  height: 471px; }

.map:first-child, .line-title + .map {
  margin-top: 0; }

.clusterIcon {
  color: #fff;
  width: 24px;
  height: 36px;
  background: #f00; }

.side-nav {
  list-style: none;
  margin: 0;
  padding: 0; }

.side-nav li {
  margin: 0 0 2px 0;
  padding: 0; }

.side-nav li:before {
  display: none; }

.side-nav li > * {
  display: block;
  text-decoration: none;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  color: #515868;
  padding: 21px;
  background: #f9f9f8;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.side-nav li > a:hover {
  background-color: #f7f7ee; }

.articles .el {
  padding: 0 0 22px 0;
  margin: 0 0 21px 0;
  border-bottom: 1px solid #e1e2e3; }

.articles .show-more {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 21px; }

.article-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  line-height: 18px; }

.article-mini .photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(50% - 24px);
  max-width: 330px;
  min-height: 97px;
  margin: 0 24px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.article-mini .photo img {
  width: 100%;
  height: auto; }

.article-mini .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 14px 0 0 0; }

.article-mini .date {
  color: #31353e;
  opacity: 0.75;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 6px 0; }

.article-mini .name {
  font-size: 17px;
  line-height: 22px; }

.article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px -20px -20px 0; }

.article-footer > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 20px 20px 0;
  max-width: calc(100% - 20px); }

.side-contact-menu {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0; }

.side-contact-menu li:before {
  display: none; }

.side-contact-menu li {
  margin: 0 0 12px 0;
  padding: 0; }

.side-contact-menu li > * {
  display: block;
  text-decoration: none;
  color: #4c4c4c;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  border-radius: 2px;
  padding: 13px 13px 13px 59px;
  background: #f5f4e6; }

.side-contact-menu li > *:before {
  content: '';
  position: absolute;
  top: 21px;
  left: 32px;
  width: 24px;
  height: 24px;
  margin: -12px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.side-contact-menu li > .bg-operator:before {
  background-image: url(/img/operator-dark.svg);
  background-size: auto 24px; }

.side-contact-menu li > .bg-chat:before {
  background-image: url(/img/chat-o-dark.svg);
  background-size: auto 19px; }

.addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px -9px 0; }

.addresses .el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 9px 9px 0;
  width: 25%;
  max-width: 237px; }

.link-address {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border: 1px solid #ede9e9;
  text-align: left;
  white-space: normal;
  font-size: 15px;
  line-height: 17px;
  text-decoration: none !important;
  color: #565c6c;
  padding: 20px 16px 16px 30px;
  position: relative;
  display: block;
  cursor: pointer; }

.link-address.active {
  cursor: default;
  background-color: #eef5ff;
  border-color: #0565ee; }

.link-address:before {
  content: '';
  position: absolute;
  top: 28.5px;
  left: 17px;
  background: url(/img/point-dblue.svg) no-repeat 50% 50%;
  width: 9px;
  height: 13px;
  background-size: contain;
  margin: -6px -4.5px; }

.link-address .small {
  font-size: 13px;
  opacity: 0.75; }

.shop-contact {
  background: #f7f7ee;
  border-radius: 5px;
  padding: 32px 47px 34px 47px; }

.shop-contact h2, .shop-contact .h2 {
  font-weight: 300;
  margin: 0 0 20px 0; }

.shop-contact .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px; }

.shop-contact .grid .col {
  border-right: 1px solid #dbdbd5;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 6px 35px 15px 35px; }

.shop-contact .grid .col:last-child {
  border-right-width: 0; }

.shop-contact ul {
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 276px; }

.shop-contact li:before {
  display: none; }

.shop-contact li {
  position: relative;
  margin: 14px 0 0 0;
  padding: 0 0 0 28px; }

.shop-contact li:first-child {
  margin-top: 0 !important; }

.shop-contact li .pic {
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 20px;
  height: 20px;
  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;
  margin: -10px 0; }

.shop-contact li .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.shop-contact li .ind {
  margin-top: 2px; }

.shop-contact li .tel {
  font-weight: bold;
  font-size: 17px;
  white-space: nowrap; }

.shop-contact li .big {
  font-weight: normal;
  font-size: 16px; }

.shop-contact .soc {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.shop-contact .soc > * {
  width: 32px;
  height: 32px; }

.contact-us-title {
  margin: -10px 0 20px 0;
  padding: 0 0 0 47px;
  position: relative;
  font-weight: normal;
  color: #515868;
  font-size: 20px;
  line-height: 1; }

.contact-us-title:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 23px;
  background: url(/img/email3-dark.svg) no-repeat;
  width: 22px;
  height: 16px;
  margin: -8px -11px;
  background-size: contain; }

.mailing-settings {
  max-width: 872px; }

.mailing-settings h2, .mailing-settings .h2 {
  margin: 33px 0 14px 0;
  padding: 0 0 13px 0;
  border-bottom: 1px solid #e1e2e3; }

.mailing-settings h2:first-child, .mailing-settings .h2:first-child {
  margin-top: 26px; }

.mailing-settings ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  max-width: 787px; }

.mailing-settings label {
  cursor: pointer; }

.mailing-settings li:before {
  display: none; }

.mailing-settings li {
  margin: 31px 0 0 0;
  padding: 0 0 0 47px; }

.mailing-settings li:first-child {
  margin-top: 0 !important; }

.mailing-settings .small {
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 -9px 0; }

.mailing-settings li:last-child .small {
  margin-bottom: 0; }

.mailing-settings .checkbox, .mailing-settings .radio {
  position: absolute;
  top: 11px;
  left: 0;
  width: 24px;
  height: 24px;
  margin: -12px 0; }

.link-add-list {
  padding-left: 45px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left; }

.link-add-list:before, .link-add-list:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 25px;
  background: #fff;
  border-radius: 1px; }

.link-add-list:before {
  width: 17px;
  height: 1px;
  margin: -0.5px -8.5px; }

.link-add-list:after {
  width: 1px;
  height: 17px;
  margin: -8.5px -0.5px; }

.link-go-order, .link-clear-cart {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 217px; }

.my-list {
  margin: 0 0 8px 0;
  border: 1px solid #e1e2e3;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative; }

.my-list:before, .my-list:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 1px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #e1e2e3; }

.my-list:before {
  right: 100%; }

.my-list:after {
  left: 100%; }

.my-list.open {
  border-color: #b6b9bd; }

.my-list.open:before, .my-list.open:after {
  background-color: #b6b9bd; }

.my-list .toggle-hide {
  margin: 0 24px;
  padding: 11px 0 21px 0;
  border-top: 1px solid #eaebec;
  font-size: 15px;
  line-height: 18px; }

.my-list .toggle-hide > * {
  cursor: pointer;
  color: #3275d9;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 26px; }

.my-list .toggle-hide > *:hover {
  text-decoration: underline; }

.my-list .toggle-hide > *:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 7px;
  height: 4px;
  margin: -2px 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.my-list-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #7584a2;
  padding: 19px 93px 20px 45px; }

.my-list.empty .my-list-head {
  color: rgba(117, 132, 162, 0.5); }

.my-list-head > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.my-list-head h3, .my-list-head .h3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 18px 0 0;
  color: #4a5160;
  position: relative;
  top: -2px;
  line-height: 18px; }

.my-list-head .lines {
  position: absolute;
  top: 50%;
  left: 22px;
  width: 24px;
  height: 24px;
  margin: -12px;
  cursor: pointer; }

.my-list-head .lines:before, .my-list-head .lines:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/img/menu-grey.svg) no-repeat 50% 50%;
  background-size: auto 12px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.my-list-head .lines:after {
  background-image: url(/img/menu-blue.svg);
  opacity: 0; }

.my-list-head .lines:hover:before {
  opacity: 0; }

.my-list-head .lines:hover:after {
  opacity: 1; }

.my-list-head .arr {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  margin: -12px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.my-list.open .my-list-head .arr {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.my-list-head .arr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  background-size: auto 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.my-list-head .delete {
  position: absolute;
  top: 50%;
  right: 69px;
  cursor: pointer;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #fff url(/img/cross-red.svg) no-repeat 50% 50%;
  background-size: auto 12px;
  margin: -13.5px; }

.my-list.open .my-list-head .delete {
  display: none; }

.my-list .hidden {
  display: none; }

.my-list.open .hidden {
  display: block; }

.my-list .empty-text {
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  line-height: 22px;
  color: #e0e1e2;
  padding: 9px 30px 39px 30px; }

.my-list .catalog {
  margin-left: -1px;
  margin-bottom: 0;
  border-bottom-width: 0; }

.my-list .catalog.view-lines, .my-list .catalog.view-table, .catalog .grid .el:before {
  margin-left: 24px;
  margin-right: 24px; }

.my-list .catalog.view-lines .grid .el:before, .my-list .catalog.view-table .grid .el:before {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.my-list .item-mini .cover-info {
  display: none; }

.catalog.view-cart .item-mini .cover-info {
  display: none; }

.cart-pre-info {
  max-width: 920px;
  padding: 8px 0 21px 0; }

.cart-pre-info .section {
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.cart-pre-info .section:last-child {
  margin-bottom: 0; }

.cart-pre-info .label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 118px;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  padding: 0 10px 0 0;
  margin: 7px 0; }

.cart-pre-info .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.cart-pre-info .rows {
  border-bottom: 1px solid #e1e2e3;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0; }

.cart-pre-info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  padding: 7px 18px 8px 48px;
  margin: 0 0 3px 0; }

.cart-pre-info .row:nth-child(even) {
  background-color: #f7f7ee; }

.cart-pre-info .row .num {
  position: absolute;
  width: 49px;
  text-align: center;
  opacity: 0.5;
  left: 0; }

.cart-pre-info .row .l {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.cart-pre-info .row .r {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
  font-weight: 500;
  margin: 0 0 0 12px; }

.cart-pre-info .total {
  margin-top: 32px; }

.cart-pre-info .total .rows {
  padding: 0;
  margin: -6px 0;
  border: 0; }

.cart-pre-info .total .rows .row {
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 300;
  font-size: 18px;
  margin: 0;
  background: #f5f7f8; }

.cart-pre-info .total .rows .row:before {
  content: '•';
  position: absolute;
  text-align: center;
  opacity: 0.5;
  width: 49px;
  left: 0; }

.cart-pre-info .total .rows .row .r {
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  margin-top: -2px;
  margin-bottom: -2px; }

.cart-empty {
  text-align: center;
  margin: 39px 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 1; }

.cart-empty:before {
  content: '';
  display: block;
  margin: 0 auto 15px auto;
  background: url(/img/cart-empty.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 120px;
  height: 103px; }

.cart-empty a {
  text-decoration: underline; }

.cart-empty a:hover {
  text-decoration: none; }

.my-order {
  margin: 0 0 8px 0;
  border: 1px solid #e1e2e3;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .my-order.loading {
    opacity: 0.7; }
    .my-order.loading .my-order-head:before {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSIxM3B4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Y2lyY2xlIGN4PSIxNiIgY3k9IjY0IiByPSIxNiIgZmlsbD0iIzY2NjY2NiIgZmlsbC1vcGFjaXR5PSIxIi8+PGNpcmNsZSBjeD0iMTYiIGN5PSI2NCIgcj0iMTYiIGZpbGw9IiM5OTk5OTkiIGZpbGwtb3BhY2l0eT0iMC42NyIgdHJhbnNmb3JtPSJyb3RhdGUoNDUsNjQsNjQpIi8+PGNpcmNsZSBjeD0iMTYiIGN5PSI2NCIgcj0iMTYiIGZpbGw9IiNiZmJmYmYiIGZpbGwtb3BhY2l0eT0iMC40MiIgdHJhbnNmb3JtPSJyb3RhdGUoOTAsNjQsNjQpIi8+PGNpcmNsZSBjeD0iMTYiIGN5PSI2NCIgcj0iMTYiIGZpbGw9IiNlMGUwZTAiIGZpbGwtb3BhY2l0eT0iMC4yIiB0cmFuc2Zvcm09InJvdGF0ZSgxMzUsNjQsNjQpIi8+PGNpcmNsZSBjeD0iMTYiIGN5PSI2NCIgcj0iMTYiIGZpbGw9IiNlZGVkZWQiIGZpbGwtb3BhY2l0eT0iMC4xMiIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwLDY0LDY0KSIvPjxjaXJjbGUgY3g9IjE2IiBjeT0iNjQiIHI9IjE2IiBmaWxsPSIjZWRlZGVkIiBmaWxsLW9wYWNpdHk9IjAuMTIiIHRyYW5zZm9ybT0icm90YXRlKDIyNSw2NCw2NCkiLz48Y2lyY2xlIGN4PSIxNiIgY3k9IjY0IiByPSIxNiIgZmlsbD0iI2VkZWRlZCIgZmlsbC1vcGFjaXR5PSIwLjEyIiB0cmFuc2Zvcm09InJvdGF0ZSgyNzAsNjQsNjQpIi8+PGNpcmNsZSBjeD0iMTYiIGN5PSI2NCIgcj0iMTYiIGZpbGw9IiNlZGVkZWQiIGZpbGwtb3BhY2l0eT0iMC4xMiIgdHJhbnNmb3JtPSJyb3RhdGUoMzE1LDY0LDY0KSIvPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiB2YWx1ZXM9IjAgNjQgNjQ7MzE1IDY0IDY0OzI3MCA2NCA2NDsyMjUgNjQgNjQ7MTgwIDY0IDY0OzEzNSA2NCA2NDs5MCA2NCA2NDs0NSA2NCA2NCIgY2FsY01vZGU9ImRpc2NyZXRlIiBkdXI9IjcyMG1zIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvZz48L3N2Zz4=); }

.my-order.open {
  border-color: #b6b9bd; }

.my-order-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  line-height: 18px;
  padding: 20px 0 20px 45px;
  position: relative;
  cursor: pointer; }
  .my-order-head:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 23px;
    background: url(/img/doc-grey.svg) no-repeat 50% 50%;
    background-size: contain;
    width: 13px;
    height: 16px;
    margin: -8px -6.5px; }
  .my-order-head:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    background: url(/img/darr-blue.svg) no-repeat 50% 50%;
    width: 7px;
    height: 4px;
    margin: -2px -3.5px;
    background-size: contain;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.my-order.open .my-order-head:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.my-order-head .l {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 356px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.my-order-head .num {
  font-size: 18px;
  margin: 0 16px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  top: -1px; }

.my-order-head .date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.75; }

.my-order-head .c {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.my-order-head .status {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: -21px -1px -21px 18px;
  padding: 20px 47px 20px 23px;
  min-width: 330px;
  border: 1px solid #e1e2e3;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  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: center;
  -ms-flex-pack: center;
  justify-content: center; }

.my-order.open .my-order-head .status {
  opacity: 0; }

.my-order-head .status.bg-waiting {
  border-color: #f2c970;
  color: #d77c23; }

.my-order-head .status.bg-reset {
  border-color: #b4b4b4;
  color: #31353e; }

.my-order-head .status.bg-done {
  border-color: #44c625;
  color: #37b319; }

.my-order .hidden {
  padding: 0 24px;
  display: none; }

.my-order.open .hidden {
  display: block !important; }

.my-order .toggle-hide {
  padding: 11px 0 21px 0;
  border-top: 1px solid #eaebec;
  font-size: 15px;
  line-height: 18px; }

.my-order .toggle-hide > * {
  cursor: pointer;
  color: #3275d9;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 26px; }

.my-order .toggle-hide > *:hover {
  text-decoration: underline; }

.my-order .toggle-hide > *:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 7px;
  height: 4px;
  margin: -2px 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.order-item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eaebec;
  padding: 24px 0;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  margin: 0; }

.order-item .photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 74px;
  height: 74px;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 32px 0 -14px; }

.order-item .photo img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.order-item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0 24px 0 0; }

.order-item .name {
  font-size: 18px;
  line-height: 20px;
  margin: -1px 0 9px 0; }

.order-item .name a {
  text-decoration: none;
  color: inherit; }

.order-item .name a:hover {
  text-decoration: underline;
  color: #3275d9; }

.order-item .price {
  width: 300px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #eaebec;
  padding: 2px 22px;
  font-weight: 500; }
  .order-item .price .big {
    font-size: 25px;
    line-height: 1;
    margin: 7px 0 0 0; }
  .order-item .price .small {
    font-size: 14px;
    opacity: 0.5;
    margin: 10px 0 0 0; }

.order-item .status {
  width: 306px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #eaebec;
  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;
  padding: 3px 24px;
  text-align: center; }

.order-item .status .btn {
  min-width: 163px;
  padding-left: 10px;
  padding-right: 10px; }

.order-item .status .date {
  margin: 12px 0 0 0;
  opacity: 0.75; }

.order-item .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 1px 24px 1px 94px;
  line-height: 16px; }

.order-item .info ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.order-item .info li:before {
  display: none; }

.order-item .info li {
  padding: 0;
  margin: 0 0 7px 0; }

.order-item .info li:last-child {
  margin-bottom: 0 !important; }

.order-item .rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 391px;
  font-weight: 500; }

.order-item .rating .rate-stars {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.82);
  transform: scale(0.82);
  margin: 8px -200px 0 5px; }

.order-item .review-info {
  width: 306px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #eaebec;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.order-item .review-info .label {
  font-weight: 500;
  margin: 0 0 15px 0; }

.order-item .review-info .date {
  font-size: 13px;
  margin: 0 0 4px 0; }

.order-item .review-info .btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 15px;
  min-width: 192px;
  margin-top: -6px; }

.order-item .review-info .link:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  width: 7px;
  height: 4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0 10px 0 0; }

.my-review {
  position: relative;
  margin: 0 0 -1px 0;
  border: 1px solid #e1e2e3;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.my-review.open {
  border-color: #c9ced5;
  background-color: #f5f7f8; }

.my-review:before, .my-review:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #e1e2e3;
  z-index: 2;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin: -1px; }

.my-review:before {
  top: 0; }

.my-review:after {
  bottom: 0; }

.my-review.open:before, .my-review.open:after {
  background-color: #c9ced5; }

.my-review-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px 3px 46px;
  position: relative;
  font-size: 15px;
  line-height: 18px; }

.my-review-head > * {
  margin: 0 0 13px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.my-review-head:before, .my-review-head:after {
  content: '';
  position: absolute;
  top: 37px;
  left: 23px;
  background: url(/img/message-dark.svg) no-repeat 50% 50%;
  width: 15px;
  height: 14px;
  margin: -5px -7.5px;
  background-size: contain;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.my-review-head:after {
  background-image: url(/img/message-green.svg);
  opacity: 0; }

.my-review.open .my-review-head:before {
  opacity: 0; }

.my-review.open .my-review-head:after {
  opacity: 1; }

.my-review-head .info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 165px; }

.my-review-head .info .small {
  font-size: 13px;
  margin: 0 0 4px 0; }

.my-review-head .info .btn {
  width: 100%;
  font-size: 15px;
  padding-right: 24px; }

.my-review-head .info .link:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  width: 7px;
  height: 4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0 10px 0 0; }

.my-review-head .line {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1px;
  height: 45px;
  background: #e1e2e3;
  margin-left: 23px;
  margin-right: 23px; }

.my-review-head .photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 52px;
  height: 51px;
  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;
  margin: -3px -2px 10px -2px; }

.my-review-head .photo img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.my-review-head .name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0 19px 0 0;
  font-size: 17px;
  line-height: 18px; }

.my-review-head .name a {
  color: inherit;
  text-decoration: none; }

.my-review-head .name a:hover {
  text-decoration: underline;
  color: #3275d9; }

.my-review-head .date {
  opacity: 0.75;
  position: relative;
  top: 1px;
  min-width: 170px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap; }

.my-review .hidden {
  display: none;
  padding: 0 24px; }

.my-review.open .hidden {
  display: block; }

.my-review .ind {
  border-top: 1px solid #e1e2e3;
  padding: 19px 46px 24px 0; }

.my-subscription {
  margin: 0 0 10px 0; }

.my-subscription .subscr-head {
  cursor: pointer;
  font-weight: normal;
  font-size: 21px;
  line-height: 22px;
  background: #f5f7fa;
  padding: 19px 16px 19px 65px;
  position: relative; }

.my-subscription .subscr-head .arr {
  position: absolute;
  top: 30px;
  left: 24px;
  width: 19px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #0565ee;
  background: #d9e8fd;
  margin: -15px -9.5px; }

.my-subscription .subscr-head .arr:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  width: 7px;
  height: 4px;
  background-size: contain;
  margin: -2px -3.5px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.my-subscription.open .subscr-head .arr:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.my-subscription .in {
  display: none; }

.my-subscription.open .in {
  display: block; }

.my-subscription .subscr-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e2e3;
  padding: 16px 47px 6px 46px;
  line-height: 18px;
  margin: 0 24px 0 0;
  min-height: 80px; }

.my-subscription .subscr-row > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 16px 10px 0; }

.my-subscription .subscr-row .name {
  position: relative;
  padding-left: 19px;
  font-size: 17px;
  width: 21%; }

.my-subscription .subscr-row .name:before {
  content: '•';
  position: absolute;
  top: 0;
  left: 0; }

.my-subscription .subscr-row .btns {
  padding-right: 0;
  width: 210px; }

.my-subscription .subscr-row .btns .btn {
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px; }

.my-subscription .subscr-row .price {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  width: 15%;
  white-space: nowrap;
  min-width: 90px; }

.my-subscription .subscr-row .time {
  font-size: 17px;
  width: 24.5%; }

.my-subscription .subscr-row .info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.profile-form {
  max-width: 874px; }

.profile-form .with-sidebar {
  position: relative; }

.profile-form .with-sidebar:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 565px;
  width: 1px;
  background: #e0e1e2; }

.profile-form .row, .order-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.profile-form .row + .row, .order-form .row + .row {
  margin-top: 10px; }

.profile-form .row .label, .order-form .row .label {
  width: 200px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 14px;
  opacity: 0.75;
  padding: 0 10px 0 0; }

.profile-form .row .input-place, .order-form .row .input-place {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 319px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.profile-form .row .input, .order-form .row .input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.profile-form .row .input-tel {
  max-width: 201px; }

.profile-form .delete {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: url(/img/cross-red.svg) no-repeat 50% 50%;
  background-size: auto 13px;
  margin: 0 -5px 0 12px;
  cursor: pointer; }

.profile-form .form-info {
  margin-left: -50px; }

.profile-form .form-info, .order-form .form-info {
  margin-top: 5px;
  margin-bottom: 2px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.profile-form .row .side {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0 0 0 24px;
  margin: 0 0 0 46px;
  font-size: 13px;
  line-height: 16px; }

.profile-form .row .side > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 0 0; }

.profile-form .row .side .link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0 0 0 11px;
  margin: 0 10px 0 0;
  max-width: calc(100% - 10px); }

.profile-form .row .side .link:before {
  content: '•';
  color: #4a5160;
  position: absolute;
  top: 0;
  left: 0; }

.profile-form .confirm-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }

.profile-form .confirm-tel .btn {
  min-width: 159px;
  padding: 3px 10px;
  margin: 0 10px 5px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 30px;
  font-size: 15px; }

.profile-form .confirm-tel .input {
  width: 82px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 5px 0; }

.profile-form .confirm-tel .input input {
  text-align: center;
  padding: 5px 0; }

.profile-form .confirm-tel .form-info {
  margin-top: 0; }

.profile-form .form-submit {
  margin: 27px 0 0 0;
  padding-left: 200px; }

.profile-form .line-title {
  margin-top: 44px;
  margin-bottom: 25px; }

.profile-form .line-title:first-child {
  margin-top: 0 !important; }

.profile-form .delete-form {
  padding-left: 47px;
  max-width: 705px; }

.profile-form .delete-form .check {
  margin-left: -47px;
  padding-left: 47px;
  line-height: 22px;
  min-height: 0; }

.profile-form .delete-form .check .checkbox, .profile-form .delete-form .check .radio {
  top: 11px; }

.profile-form .delete-form .label {
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  margin: 23px 0 14px 0; }

.profile-form .delete-form .input {
  max-width: 472px; }

.profile-form .delete-form textarea {
  height: 92px; }

.profile-form .delete-form .form-submit {
  margin-top: 17px;
  padding-left: 0; }

.profile-form .img-link {
  max-width: 708px; }

.acc-link-soc {
  font-size: 15px;
  line-height: 18px;
  max-width: 708px; }

.acc-link-soc .text {
  min-height: 36px;
  position: relative;
  padding: 0 0 0 48px;
  margin: 0 0 23px 0;
  max-width: 590px; }

.acc-link-soc .text:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  width: 33px;
  height: 33px;
  margin: -16.5px 0;
  background: url(/img/link-chain-grey.svg) no-repeat 50% 50%;
  background-size: contain; }

.acc-link-soc .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -24px -14px 0;
  padding: 0; }

.acc-link-soc .list li:before {
  display: none; }

.acc-link-soc .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 0 0 0 24px;
  left: -24px;
  margin: 0 0 14px 0;
  width: 50%;
  max-width: 236px; }

.acc-link-soc .list li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  width: 1px;
  height: 33px;
  background: #e1e2e3;
  margin: -16.5px 0; }

.acc-link-soc .list .bg {
  text-decoration: none;
  text-align: left;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-radius: 2px;
  border: 1px solid #e1e2e3;
  position: relative;
  font-size: 15px;
  line-height: 16px;
  padding: 15px 15px 15px 71px; }

.acc-link-soc .list .bg.active {
  border-color: #6ddd5a; }

.acc-link-soc .list a.bg:hover {
  text-decoration: underline; }

.acc-link-soc .list .bg .pic {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 59px;
  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; }

.acc-link-soc .list .bg .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 39px;
  max-height: 39px; }

.acc-link-soc .list .bg .pic:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1px;
  height: 26px;
  margin: -13px 0;
  background: #e1e2e3; }

.order-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1156px; }

.order-form-l {
  margin-right: auto;
  width: calc(100% - 390px);
  max-width: 632px; }

.order-form-r {
  width: 330px;
  margin-left: auto; }

.order-form .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 -20px 0;
  display: none; }

.order-form .top > * {
  margin-bottom: 20px !important; }

.order-form .checks {
  line-height: 18px;
  list-style: none;
  margin: 0 20px 0 14px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.order-form .checks li:before {
  display: none; }

.order-form .checks li {
  position: relative;
  padding: 0 0 0 38px;
  margin: 12px 0 0 0; }

.order-form .checks li:first-child {
  margin-top: 0 !important; }

.order-form .checks label {
  cursor: pointer; }

.order-form .checks .checkbox, .order-form .checks .radio {
  position: absolute;
  top: 9px;
  left: 0;
  width: 20px;
  height: 20px;
  margin: -10px 0; }

.order-form .checks input:checked ~ span {
  font-weight: bold; }

.order-form .soc-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.order-form .soc-login .label1 {
  margin: 0 21px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 300;
  font-size: 15px;
  line-height: 16px;
  opacity: 0.75; }

.order-form .line-title {
  margin: 20px 0 30px 52px; }

.order-form .line-title .circle-num {
  position: absolute;
  top: 0;
  left: -48px;
  width: 36px;
  height: 36px;
  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;
  border-radius: 50%;
  font-weight: 300;
  font-size: 20px;
  background: #ebeef0; }

.order-form .row {
  margin-left: 52px; }

.order-form .row .label {
  width: 186px; }

.order-form .row .input-place {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 330px;
  width: auto; }

.order-form textarea {
  height: 79px; }

.sq-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: space-between; }

.order-form .sq-checks {
  margin-top: 21px;
  margin-bottom: 11px; }

.sq-checks > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 0 10px 10px 0; }

.sq-checks > div > div {
  height: 100%; }

.sq-checks > * label {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer; }

.sq-checks .bg {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 4px;
  border: 2px solid #d5d9dc;
  padding: 21px 12px;
  line-height: 17px;
  cursor: pointer; }

.sq-checks input:checked + .bg, .sq-checks .bg.active {
  cursor: default;
  background-color: #eff6ff;
  border-color: #0565ee; }

.sq-checks .big {
  display: block;
  font-weight: 500;
  font-size: 16px;
  word-wrap: break-word; }

.sq-checks .small {
  display: block;
  font-size: 13px;
  opacity: 0.75; }

.sq-checks .price {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin: 8px 0 -6px 0; }

.delivery-type-block {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  background: #f7f7ee;
  border-radius: 0 0 4px 4px;
  border-top: 3px solid #0565ee;
  padding: 29px 20px 26px 166px;
  min-height: 135px;
  margin: -7px 0 -6px 0; }

.delivery-type-block:before {
  content: '';
  position: absolute;
  bottom: 100%;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  margin: 2px -9px;
  border-color: #0565ee transparent; }

.delivery-type-block.pos1:before {
  display: block;
  left: calc((((100% + 24px) / 3) - 24px) / 2); }

.delivery-type-block.pos2:before {
  display: block;
  left: calc((((100% + 24px) / 1) - 24px) / 2); }

.delivery-type-block.pos3:before {
  display: block;
  left: calc((((100% + 24px) / 0.6) - 24px) / 2); }

.delivery-type-block .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 132px;
  padding: 10px;
  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; }

.delivery-type-block .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.delivery-type-block strong {
  font-weight: bold; }

.delivery-type-block .big {
  font-weight: 500;
  font-size: 21px;
  line-height: 23px;
  margin: 0 0 8px 0; }

.delivery-type-block .big .small {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap; }

.delivery-type-block .big .rind {
  margin-right: 15px; }

.delivery-type-block .big2 {
  font-size: 18px;
  line-height: 23px; }

.order-form.new-view .order-form-l {
  max-width: 684px; }

.order-form.new-view .checks {
  margin-left: 0; }

.order-form.new-view .checks li {
  padding-left: 34px; }

.order-form.new-view .hr {
  height: 2px;
  background: #000;
  margin: 16px 0 -5px 0; }

.order-form.new-view .line-title {
  margin-left: 0;
  margin-bottom: 21px;
  margin-top: 26px;
  padding-bottom: 9px; }

.order-form.new-view .line-title .circle-num {
  display: none; }

.order-form.new-view .line-title:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: #000;
  width: 44px; }

.order-form.new-view .row {
  margin-left: 0;
  margin-top: 31px; }

.order-form.new-view .row + .row {
  margin-top: 35px; }

.order-form.new-view .row .input-place {
  width: 100%;
  max-width: 448px; }

.order-delivery-info {
  position: relative;
  padding: 7px 0 0 47px;
  font-size: 18px;
  line-height: 23px;
  min-height: 36px; }

.order-delivery-info:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  background: url(/img/calendar-check.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 37px;
  height: 34px; }

.order-delivery-info .input {
  margin: -7px 0 8px 0;
  max-width: 330px; }

.order-delivery-info .input input {
  border-radius: 0;
  font-size: 18px;
  height: auto;
  padding: 7px 10px; }

.order-delivery-info strong {
  font-weight: bold; }

.order-delivery-info .order-form-info {
  margin: 4px 0 0 0; }

.map-places-hold {
  margin: 30px 0; }

.map-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px 0 0; }

.map-options > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  padding: 0 40px 16px 0; }

.map-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0;
  padding-bottom: 6px; }

.map-checks .check {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 40px;
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 16px;
  min-height: 0; }

.map-checks .check .checkbox {
  top: 50%; }

.map-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.map-tabs .btn {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  padding: 8px 14px;
  min-height: 0;
  margin-left: -1px;
  color: #515868 !important; }

.map-tabs .btn:first-child {
  margin-left: 0; }

.map-tabs .btn.active {
  color: #fff !important;
  cursor: default;
  background-color: #0565ee; }

.map-places-list {
  border: 1px solid #e1e2e3;
  max-height: 420px;
  overflow: hidden;
  overflow-y: auto; }

.map-place {
  border: 1px solid #e1e2e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 0 0 23px;
  font: normal 15px/1.272 Roboto, Arial, "sans-serif";
  color: #4a5160; }

.map-places-list .map-place {
  border-width: 0;
  border-top-width: 1px; }

.map-places-list .map-place:first-child {
  border-top-width: 0; }

.map-place > * {
  max-width: 100%;
  padding: 0 23px 22px 0; }

.map-place strong {
  font-weight: bold; }

.map-place .text-size1 {
  font-size: 11px; }

.map-place .text-size2 {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 6px 0; }

.map-place .text-size3 {
  font-size: 12px;
  margin: 0 0 8px 0; }

.map-place .text-size4 {
  font-size: 11px;
  color: rgba(74, 81, 96, 0.75); }

.map-place .rind {
  margin-right: 0.6em; }

.map-place-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 10px;
  padding-bottom: 18px; }

.map-place-btns > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 13px 4px 0; }

.map-place-btns .btn {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  padding: 8px 14px;
  min-height: 0; }

.side-cart h2, .side-cart .h2 {
  margin: 1px 0 19px 0;
  position: relative; }

.side-cart h2:before, .side-cart .h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -47px;
  background: url(/img/cart-blue.svg) no-repeat 50% 50%;
  width: 36px;
  height: 30px;
  margin: -15px 0; }

.side-cart .bg {
  position: relative;
  background: #f7f7ee;
  padding: 24px 21px; }

.side-cart .bg:before, .side-cart .bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background: url(/img/item-bill-top.png) repeat-x 50% 50%;
  background-size: auto 100%; }

.side-cart .bg:before {
  bottom: 100%; }

.side-cart .bg:after {
  top: 100%;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.side-cart .total {
  padding: 0 0 12px 0;
  margin: -2px 0 16px 0;
  border-bottom: 1px solid #e7e7e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 16px; }

.side-cart .total > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.side-cart .total:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-width: 0; }

.side-cart .total.big {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding-top: 5px; }

.side-cart .btext {
  text-align: center;
  margin: 22px 0 0 0; }

.side-cart .btext a {
  text-decoration: underline; }

.side-cart .btext a:hover {
  text-decoration: none; }

.cart-mini-item {
  font-size: 13px;
  line-height: 16px;
  border-bottom: 1px solid #e7e7e3;
  margin: 0 0 16px 0;
  padding: 16px 0 25px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.cart-mini-item .photo {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: -16px auto -7px 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 1px;
  padding: 8px;
  width: 85px;
  height: 113px; }

.cart-mini-item .photo img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.cart-mini-item .text {
  width: calc(100% - 97px); }

.cart-mini-item .name {
  margin: 0 0 4px 0; }

.cart-mini-item .name a {
  color: inherit;
  text-decoration: none; }

.cart-mini-item .name a:hover {
  text-decoration: underline;
  color: #3275d9; }

.cart-mini-item .addit {
  width: 100%;
  margin: 13px 0 -18px 0;
  color: #b8b8b8; }

.cart-mini-item .code {
  margin: 0 0 4px 0; }

.cart-mini-item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  font-size: 16px;
  margin: 1px 0 0 0; }

.cart-mini-item .price > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.cart-mini-item .price .grey {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-weight: normal;
  font-size: 13px;
  margin: 8px 0 0 0; }

.cart-mini-item .price strong {
  margin-right: 8px;
  white-space: nowrap; }

.cart-mini-item .price strong:last-child {
  margin-right: 0; }

.cart-mini-item .price del {
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  white-space: nowrap; }

.cart-mini-item .price del:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  margin: -1px 0;
  background: #e43e71;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg); }

.order-form .form-auth {
  border-top: 1px solid #e1e2e3;
  border-bottom: 1px solid #e1e2e3;
  padding: 25px 0;
  margin: 20px 0;
  position: relative; }

.order-form .form-auth.login-info {
  padding: 18px 0 0 52px;
  border-bottom-width: 0;
  margin-bottom: 20px; }

.order-form .form-auth.login-info:before {
  content: '';
  position: absolute;
  top: 26px;
  left: 26px;
  background: url(/img/user-grey.svg) no-repeat 50% 50%;
  width: 14px;
  height: 24px;
  margin: -12px -7px;
  background-size: contain; }

.order-form .form-auth.login-info .link-exit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  width: 18px;
  height: 18px; }

.order-form .form-auth.login-info .link-exit:before {
  content: '';
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: url(/img/exit2-red.svg) no-repeat 50% 50%;
  width: 9px;
  height: 13px;
  background-size: contain; }

.order-form .form-auth .hr {
  margin-top: 19px;
  margin-bottom: 20px; }

.order-form .form-auth .form-submit {
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.order-form .form-auth .form-submit > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.order-form .form-auth .hr, .order-form .form-auth .form-submit {
  margin-left: 238px; }

.order-form .form-big-info {
  text-align: center;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -7px 0 60px 52px; }

.order-form .form-big-info > * {
  width: 100%;
  max-width: 300px; }

.order-form .user-info {
  list-style: none;
  margin: -10px 0 24px 52px;
  padding: 0; }

.order-form .user-info li:before {
  display: none; }

.order-form .user-info li {
  margin: 14px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.order-form .user-info li:first-child {
  margin-top: 0 !important; }

.order-form .user-info .l {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 167px;
  padding: 0 10px 0 0;
  opacity: 0.5; }

.order-form .user-info .r {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.order-form.check-info .order-form-l h2, .order-form.check-info .order-form-l .h2 {
  margin: 50px 0 28px 0; }

.order-form.check-info .order-form-l h2:first-child, .order-form.check-info .order-form-l .h2:first-child {
  margin-top: 0; }

.order-form.check-info .user-info {
  margin-left: 0; }

.order-form .main-info-block {
  max-width: 415px;
  margin-top: 19px; }

.order-form .done-text {
  position: relative;
  color: rgba(74, 81, 96, 0.75);
  line-height: 22px;
  padding: 0 0 0 164px;
  min-height: 151px;
  margin: 3px 0 30px 0; }

.order-form .done-text .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 164px;
  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; }

.order-form .done-text .pic img {
  width: auto;
  height: auto;
  max-width: 100%; }

.order-form .done-text .big {
  color: #4e5564;
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 16px 0; }

.order-form .links {
  border-top: 1px solid #e1e2e3;
  padding: 18px 0 0 0; }

.order-form .links ul {
  list-style: none;
  margin: 0 -39px -10px 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
  color: rgba(96, 102, 116, 0.75); }

.order-form .links li:before {
  color: inherit;
  left: -39px;
  width: 39px;
  text-align: center; }

.order-form .links li {
  margin: 0 39px 10px 0;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.order-form .links a {
  color: inherit;
  text-decoration: none; }

.order-form .links a:hover {
  text-decoration: underline;
  color: #3275d9; }

.err-page {
  text-align: center;
  font-size: 17px;
  line-height: 21px;
  color: #484e5b;
  padding: 0 0 110px 0; }

.err-page .link {
  margin: 35px 0 0 0; }

.err-page .link a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  left: 10px;
  background: url(/img/darr-blue.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 7px;
  height: 4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.err-page .max {
  margin: 0 auto;
  max-width: 685px;
  width: 100%;
  position: relative; }

.err-page h1, .err-page .h1 {
  font-size: 25px;
  margin: 0 0 20px 0; }

.err-page .num {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  margin: 0 -5000px -111px -5000px; }

.err-page .num .box {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/img/err-box.svg) no-repeat 50% 50%;
  width: 263px;
  height: 239px;
  background-size: contain;
  margin: -160px -131px; }

.err-page .num .text {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  font-weight: bold;
  font-size: 400px;
  line-height: 1;
  color: #3363a8;
  opacity: 0.2; }

.err-page .num .text > * {
  -webkit-transform: skewX(37deg) scale(1, 0.8);
  transform: skewX(37deg) scale(1, 0.8); }

/* from file 1440.css */
@media only screen and (max-width: 1600px) {
  /*Header start*/
  .header .logo {
    font-size: 24px; }

  .header .top-contacts, .header .top-user, .header .top-cart {
    padding-left: 13px;
    margin-left: 14px; }

  .header .top-contacts {
    margin-left: 40px; }

  .header .top-city, .header .top-lang {
    margin-right: 16px; }

  .header .top-city .toggle:before {
    display: none; }

  /*Header end*/
  .main-side-l {
    width: 100%; }

  .main-side-r {
    width: 216px; }

  .side-section-links {
    padding: 10px; }

  .section-link {
    font-size: 15px; }

  .section-link img {
    width: 100%;
    height: auto; }

  .section-link .text {
    padding: 16px; }

  .section-link .big {
    font-size: 18px; }

  .section-link.view-transp {
    font-size: 13px;
    margin-left: -10px;
    margin-right: -10px; }

  .section-link.view-transp .text {
    padding-bottom: 12px; }

  .section-link.view-transp .big {
    font-size: 18px; }

  .big-offers-slider {
    margin-left: -18px;
    margin-right: -18px; }

  .big-offer-link .text {
    padding: 0 54px; }

  .block-premium-info {
    padding-left: 55px;
    padding-right: 55px; }

  .block-premium-info .r {
    margin-top: 3px;
    width: 53.5%; }

  .block-premium-info .big3 {
    margin-bottom: 8px; }

  .link-category2 {
    padding-left: 36px;
    padding-right: 21px; }

  .link-category2 .photo {
    margin-left: 10px; }

  .link-category-big .text, .link-category-big.view-min .text {
    padding-left: 56px;
    padding-right: 56px; }

  .footer .link-up {
    width: 181px; }

  .footer .bmenu .col {
    padding-right: 74px; }

  .footer .b-contacts {
    width: 541px; }

  .footer .subscr {
    width: calc(100% - 181px); }

  .footer .subscr .input {
    max-width: 252px; }

  .footer .b-contacts .list {
    width: 181px; }

  .main-side2-l {
    width: 162px; }

  .main-side2-r {
    width: calc(100% - 180px); }

  .delivery-info .half {
    width: calc(50% - 10px); }

  .delivery-info .ind, .delivery-info .main-info-block .ind {
    padding-left: 127px;
    padding-top: 26px;
    padding-bottom: 26px; }

  .delivery-info .main-info-block .ind {
    padding-left: 0; }

  .delivery-info .pic {
    width: 90px;
    height: 90px;
    margin-top: 26px; }

  .delivery-info .search-city, .delivery-info .search-order {
    margin-top: 7px; }

  .delivery-info .search-city {
    max-width: 360px; }

  .text-block > img {
    margin-right: 20px; }

  .main-side-inner-l {
    width: calc(100% - 252px); }

  .main-side-inner-r {
    width: 217px; }

  .side-contact-block, .side-feedback, .side-articles {
    padding-left: 14px;
    padding-right: 14px; }

  .categories-big .grid, .categories-sq .grid, .categories .grid, .blocks-menu .grid, .item-photos .grid {
    margin: 0 -18px -18px 0; }

  .categories-big .grid .el, .categories-sq .grid .el, .categories .grid .el, .blocks-menu .grid .el, .item-photos .grid .el {
    padding: 0 18px 18px 0; }

  .blocks-menu .text {
    padding-left: 18px;
    padding-right: 18px; }

  .item-photos .grid .link > * {
    padding: 18px; }

  .blocks-menu .img {
    margin-bottom: 18px; }

  .title-colored {
    font-size: 18px; }

  .title-colored > * {
    padding-left: 24px; }

  .title-colored .l {
    font-size: 22px; }

  .catalog.view-lines .item-mini {
    padding-left: 254px;
    min-height: 250px; }

  .catalog.view-lines .item-mini > * {
    width: 305px; }

  .catalog.view-lines .item-mini .photo {
    width: 173px;
    padding-top: 21px;
    padding-bottom: 21px; }

  .catalog.view-lines .item-mini .photos-mini {
    left: 173px; }

  .catalog.view-lines .item-mini .descr {
    width: calc(100% - 322px);
    padding-left: 38px; }

  .side-menu .sizes li {
    width: 33.333%; }

  .side-menu .checks ul {
    padding-left: 0 !important; }

  .today-discounts-head {
    padding-left: 36px;
    padding-right: 23px; }

  .today-discounts-head .l {
    margin-right: 36px;
    width: 270px;
    height: 168px;
    padding-top: 18px;
    font-size: 17px;
    margin-top: -20px; }

  .today-discounts-head .l .date {
    font-size: 12px; }

  .today-discounts-head .l .big {
    font-size: 94px; }

  .today-discounts-head h1, .today-discounts-head .h1 {
    font-size: 27px; }

  .today-discounts-head .r {
    width: 192px;
    margin-left: 55px; }

  .main-item {
    padding-right: 252px; }

  .main-item-r {
    margin-right: -252px;
    width: 216px; }

  .main-item-l {
    padding-right: 54px; }

  .item-bill-top, .item-bill-bottom {
    padding-left: 11px;
    padding-right: 11px; }

  .item-btn-buy {
    padding-right: 14px;
    padding-left: 47px; }

  .item-actions {
    -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: 25px 0 19px 10px; }

  .item-actions li {
    border: 0;
    padding: 0;
    margin: 0 0 4px 0; }

  .item-actions li:last-child {
    margin-bottom: 0 !important; }

  .item-buy-fast .row {
    padding-left: 25px; }

  .item-buy-fast .row .num {
    width: 25px; }

  .item-delivery-info {
    padding-left: 10px;
    padding-right: 10px; }

  .item-other-info {
    padding-right: 0; }

  .item-reviews-head {
    margin-bottom: 11px;
    margin-right: -50px; }

  .item-reviews-head > * {
    margin-right: 50px; }

  .item-reviews-head .h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }

  .item-reviews-head .item-rating {
    padding-right: 50px;
    margin: 16px 0 0 0; }

  .item-reviews-head .item-rating .label {
    position: absolute;
    bottom: 100%;
    left: 0;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 2px 0; }

  .item-reviews-head .reviews-sort {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .item-reviews-head .reviews-sort .label {
    font-size: 15px;
    line-height: 18px;
    margin: -4px 0 2px 0; }

  .item-reviews-head .btn {
    min-width: 218px; }

  .item-char-big .half {
    width: calc(50% - 18px); }

  .item-char-big .table td {
    padding-left: 27px;
    padding-right: 27px; }

  .bg-form .bg .sides .l {
    width: calc(100% - 460px); }

  .main-side-inner-l .bg-form .bg .sides .l, .main-side-inner-l .bg-form .bg .sides .r {
    width: calc(50% - 20px); }

  .item-timer > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .item-timer .timer {
    font-size: 15px; }

  .link-category-sq3 {
    font-size: 18px;
    line-height: 18px; }

  .compare-list .grid {
    margin-right: -4px;
    margin-left: -3px; }

  .compare-list .grid .el {
    padding-right: 4px;
    padding-left: 3px; }

  .compare-list .item-compare {
    padding-left: 92px;
    padding-right: 6px; }

  .compare-list .item-compare:hover {
    background-color: #f5f7f8; }

  .compare-list .item-compare .photo {
    margin: 8px;
    width: 69px; }

  .compare-list .item-compare .delete {
    margin: 3px; }

  .compare .item-compare .delete {
    margin-right: 0; }

  .compare .l {
    width: 171px; }

  .compare .r {
    width: calc(100% - 171px); }

  .compare td {
    padding-left: 10px;
    padding-right: 10px;
    width: 210px;
    min-width: 210px;
    max-width: 210px; }

  .compare-settings .link-add {
    margin-bottom: 27px;
    margin-left: -10px;
    padding-right: 10px; }

  .side-image {
    height: 153px; }

  .order-item .price {
    width: 178px;
    padding-left: 40px;
    padding-right: 0; }

  .order-item .status {
    width: 193px;
    padding-left: 10px;
    padding-right: 10px; }

  .order-item .rating {
    width: 342px; }

  .order-item .rating .rate-stars {
    -webkit-transform: scale(0.76);
    transform: scale(0.76); }

  .order-item .review-info {
    width: 246px;
    padding-right: 0;
    padding-left: 41px; }

  .my-review-head .name {
    margin-left: -10px; }

  .my-review-head .date .small {
    display: block;
    font-size: 13px;
    line-height: 1; } }
/* from file 1024.css */
@media only screen and (max-width: 1430px) {
  .container {
    padding-left: 27px;
    padding-right: 27px; }

  /*Top banner link start*/
  .top-info-link {
    text-decoration: none;
    display: block;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8px 0;
    color: #31353e; }

  .top-info-link .container {
    padding: 0 27px; }

  /*Top banner link end*/
  /*Header start*/
  .header .container {
    padding: 0 8px; }

  .header .logo {
    width: 168px; }

  .header .top-contacts, .header .top-user, .header .top-cart {
    padding-left: 18px;
    margin-left: 19px; }

  .header .top-contacts {
    margin-left: 9px; }

  .header .top-contacts .tel {
    font-size: 14px; }

  .header .top-user .hide1024 {
    display: none; }

  .header .top-hold-city-lang {
    min-width: 168px; }

  .header .top-city, .header .top-lang {
    margin-right: 10px; }

  .header .menu-catalog {
    margin-right: 5px; }

  .header .menu-catalog .toggle {
    min-width: 163px;
    padding-left: 13px; }

  .header .menu-catalog .popup .link {
    padding-left: 13px;
    padding-right: 13px; }

  .header .menu-catalog .popup .popup .popup-ind {
    padding-right: 25px; }

  .header .menu-catalog .popup .popup .image {
    display: none;
    visibility: hidden; }

  .header .menu-catalog .popup .popup ul {
    max-width: none; }

  .header .top-premium {
    margin: 0 16px 0 13px; }

  .header .top-link {
    margin-left: 13px; }

  /*Header end*/
  .main-side-l {
    width: 100%; }

  .main-side-r {
    display: none;
    visibility: hidden; }

  .big-offers-slider {
    margin: 0; }

  .big-offers-slider .slick-arrow {
    width: 27px; }

  .big-offer-link {
    background-position: 25% 50%;
    background-size: auto 100%; }

  .big-offer-link .text {
    width: 75%;
    padding: 0 41px; }

  .block-premium-info {
    padding-right: 31px; }

  .block-premium-info-small {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 31px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .block-premium-info-small .l {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% - 210px); }

  .block-premium-info-small .r {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0; }

  .block-premium-info-small .c {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 20px; }

  .block-premium-info-mini {
    padding-left: 12px; }

  .block-premium-info-mini .img {
    display: none; }

  .footer .link-up {
    width: 178px; }

  .footer .bmenu .col {
    padding-right: 37px; }

  .footer .b-contacts {
    width: 490px; }

  .footer .subscr {
    width: calc(100% - 178px); }

  .footer .subscr .input {
    max-width: 245px; }

  .footer .b-contacts .list {
    width: 178px; }

  .main-side2-l {
    width: 122px; }

  .main-side2-r {
    width: calc(100% - 136px); }

  .side-menu, .side-menu .in-ind, .side-filter .big {
    padding-left: 8px;
    padding-right: 8px; }

  .side-menu .checks li > * {
    padding: 7px 0 8px 23px; }

  .side-menu .checks li > .check-head {
    padding-left: 26px;
    padding-right: 3px;
    margin-left: -3px;
    margin-right: -3px; }

  .side-menu .checks li > .check-head .checkbox {
    margin-left: 3px; }

  .side-menu .checks .checkbox {
    top: 13px;
    margin: -8px 0;
    width: 16px;
    height: 16px; }

  .side-menu .sizes li {
    width: 50%; }

  .side-menu .from-to {
    margin-bottom: 7px; }

  .side-menu .from-to .input {
    width: calc(50% - 7px); }

  .side-menu .from-to .input input {
    font-size: 12px; }

  .side-menu .ui-slider {
    margin-bottom: 12px; }

  .results-block {
    font-size: 14px;
    line-height: 15px; }

  .results-block .text {
    padding-left: 0;
    min-height: 0; }

  .results-block .text:before {
    display: none; }

  .results-block .btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    width: 100%;
    text-align: center; }

  .results-block .btn:after {
    display: none; }

  .side-menu2 .menu-title {
    padding-left: 26px; }

  .side-menu2 .menu-title:before {
    left: 13px; }

  .side-menu2 .link {
    font-size: 13px;
    line-height: 16px;
    padding: 11px 6px 12px 26px; }

  .side-menu2 .link:before {
    width: 26px; }

  .delivery-form {
    padding: 27px 30px;
    min-height: 218px;
    font-size: 15px; }

  .delivery-form .h1 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 16px; }

  .delivery-form .row {
    margin: 0 -14px -14px 0; }

  .delivery-form .row .el {
    padding: 0 14px 14px 0; }

  .delivery-form .row .el.wid-city {
    max-width: 242px; }

  .delivery-form .row .el.wid-street {
    max-width: 203px; }

  .delivery-form .row .el.wid-small {
    max-width: 176px; }

  .delivery-form .row .btn {
    min-width: 126px; }

  .main-info-block .bg {
    padding-left: 30px;
    padding-right: 30px; }

  .main-info-block .h3 {
    margin-top: 0; }

  .delivery-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  .delivery-info .half {
    width: 100%; }

  .delivery-info .ind, .delivery-info .main-info-block .ind {
    padding-top: 37px;
    padding-bottom: 35px;
    padding: 37px 0 35px 122px; }

  .delivery-info .pic {
    margin-top: 37px;
    width: 94px;
    height: 94px; }

  .delivery-info .search-city, .delivery-info .search-order {
    margin-top: 16px; }

  .delivery-info .search-order {
    max-width: 486px; }

  .benefits ul {
    font-size: 15px; }

  .top-image {
    height: 238px; }

  .main-side-inner-l {
    width: calc(100% - 190px); }

  .main-side-inner-l.wide {
    width: 100%; }

  .main-side-inner-r {
    width: 163px; }

  .side-contact-block, .side-feedback, .side-articles {
    padding-top: 14px;
    padding-left: 9px;
    padding-right: 9px; }

  .side-contact-block .btn {
    margin-top: 11px;
    margin-bottom: 15px;
    font-size: 15px; }

  .side-feedback .review-mini {
    margin-top: 11px;
    padding-top: 8px;
    font-size: 15px; }

  .side-contact-block .big {
    font-size: 15px; }

  .side-contact-block .big .for-wide {
    display: none; }

  .side-contact-block .big .for-thin {
    display: inline; }

  .side-articles {
    font-size: 13px;
    line-height: 16px; }

  .categories-big .grid, .categories-sq .grid, .categories .grid, .blocks-menu .grid, .item-photos .grid {
    margin: 0 -14px -14px 0; }

  .categories-big .grid .el, .categories-sq .grid .el, .categories .grid .el, .blocks-menu .grid .el, .item-photos .grid .el {
    padding: 0 14px 14px 0; }

  .blocks-menu .text {
    padding-left: 14px;
    padding-right: 14px; }

  .item-photos .grid .link > * {
    padding: 14px; }

  .blocks-menu .img {
    margin-bottom: 14px; }

  .blocks-menu .big {
    font-size: 20px; }

  .link-category-img-min .text {
    font-size: 15px;
    line-height: 18px; }

  .link-category-sq2 .text {
    font-size: 18px; }

  .main-side-inner-l .catalog.view-lines .item-mini {
    padding-left: 26%; }

  .main-side-inner-l .catalog.view-lines .item-mini .photos-mini {
    display: none; }

  .main-side-inner-l .catalog.view-lines .item-mini .photo {
    width: 25%; }

  .catalog.view-lines .item-mini > * {
    width: 50%; }

  .catalog.view-lines .item-mini .descr {
    width: 50%;
    padding-left: 42px; }

  .catalog.view-cart.view-lines .item-mini .buy, .catalog.view-cart.view-lines .item-mini .rating-mini, .catalog.view-cart.view-lines .item-mini .btns {
    width: 340px; }

  .catalog.view-cart.view-lines .item-mini .descr {
    width: calc(100% - 340px); }

  .catalog.view-table .item-mini .buy .amount, .catalog.view-table .item-mini .buy .amount:only-child {
    left: -20px; }

  .catalog-table-head .wid-name {
    width: 16.853%; }

  .catalog-table-head .wid-photo {
    width: 60px;
    margin-right: 16px; }

  .catalog-table-head .wid-price {
    width: 110px; }

  .catalog-table-head .wid-num {
    width: 95px;
    padding-left: 10px; }

  .catalog-table-head .wid-rating {
    width: 110px;
    margin-right: 30px; }

  .catalog-table-head .wid-buy {
    width: 110px; }

  .catalog.view-table .item-mini {
    min-height: 123px; }

  .catalog.view-table .item-mini .name {
    width: 16.853%; }

  .catalog.view-table .item-mini .photo {
    width: 60px;
    height: 60px;
    margin-right: 36px; }

  .catalog.view-table .item-mini .buy {
    width: 120px;
    margin-left: 110px; }

  .catalog.view-cart.view-table .item-mini .buy {
    margin-right: 95px; }

  .catalog.view-table .item-mini .buy .price {
    margin-left: -140px;
    font-size: 18px; }

  .catalog.view-table .item-mini .btns {
    width: 110px; }

  .catalog.view-table .item-mini .descr {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0; }

  .catalog.view-table .item-mini .descr > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }

  .catalog.view-table .item-mini .descr .actions .text {
    display: none; }

  .catalog.view-table .item-mini .descr {
    max-width: 300px; }

  .catalog.view-table .item-mini .descr .actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 0;
    -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-bottom: -10px;
    margin-left: 16px; }

  .catalog.view-table .item-mini .descr .actions li {
    margin-bottom: 10px; }

  .catalog.view-table .item-mini .descr .actions li > * {
    padding-left: 0;
    width: 26px;
    text-align: center;
    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;
    height: 24px;
    margin: -3px 0; }

  .catalog.view-table .item-mini .descr .actions li > *:before {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0; }

  .link-action-brand {
    padding: 9px 236px 26px 28px;
    min-height: 234px; }

  .link-action-brand .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 236px;
    margin: 40px 48px; }

  .link-action-brand .top {
    font-size: 20px;
    margin-bottom: 16px;
    padding-left: 30px; }

  .link-action-brand .top img {
    max-width: 94px;
    max-height: 94px;
    margin-right: 10px; }

  .link-action-brand .top .big {
    font-size: 36px;
    margin-bottom: 0; }

  .link-action-brand .big2 {
    font-weight: bold;
    font-size: 17px;
    margin: 23px 0 0 0; }

  .link-action-brand .btn {
    min-width: 203px;
    margin: 18px 27px; }

  .today-discounts-head {
    padding: 29px 12px 18px 26px; }

  .today-discounts-head .l {
    width: 221px;
    height: 136px;
    margin: 5px 24px 0 0;
    padding-top: 14px;
    font-size: 14px;
    line-height: 16px; }

  .today-discounts-head .l .date {
    font-size: 10px; }

  .today-discounts-head .l .big {
    font-size: 76px; }

  .today-discounts-head .l .big span {
    font-size: 40px; }

  .today-discounts-head h1, .today-discounts-head .h1 {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 9px;
    margin-bottom: 10px; }

  .today-discounts-head h1 .grey, .today-discounts-head .h1 .grey {
    display: block; }

  .today-discounts-head .r {
    width: 178px;
    margin-left: 41px; }

  .today-discounts-head .r .big {
    margin-top: 12px;
    padding-bottom: 9px; }

  .main-item {
    padding-right: 190px; }

  .main-item-t h1, .main-item-t .h1 {
    padding-right: 88px; }

  .main-item-r {
    margin-right: -190px;
    width: 163px; }

  .main-item-l {
    width: 43.58%;
    padding-right: 27px; }

  .main-item-c {
    width: 56.42%; }

  .main-item .share {
    margin-bottom: 45px; }

  .item-amount {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .item-bill-top {
    padding-bottom: 10px; }

  .item-bill-bottom {
    padding-top: 9px;
    padding-bottom: 11px; }

  .item-btn-buy {
    padding-left: 0;
    padding-right: 0; }

  .item-btn-buy:before {
    display: none; }

  .item-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 14px -3px 10px -3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .item-actions li {
    margin: 0;
    padding: 0 3px;
    width: 50%;
    max-width: 64px; }

  .item-actions li > * {
    padding: 0;
    height: 32px;
    border-radius: 3px;
    background: #f0f0ed;
    text-align: left;
    text-indent: -10000px; }

  .item-actions li > *:after {
    left: auto;
    right: 0; }

  .item-actions li > *:before {
    top: 50%;
    left: 50%; }

  .item-actions .bg-bookmark:before {
    margin-left: -8.5px; }

  .item-actions .bg-compare:before {
    margin-left: -10.5px; }

  .item-buy-fast .label, .item-notice .label {
    font-size: 13px;
    padding-right: 14px;
    margin-bottom: 4px; }

  .item-buy-fast .row {
    padding-left: 0; }

  .item-buy-fast .row .num {
    width: auto;
    position: absolute;
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0;
    margin: 0 0 4px 0; }

  .item-delivery-info {
    padding-top: 10px;
    padding-bottom: 10px; }

  .item-delivery-info .big {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 4px; }

  .item-other-info {
    margin: -8px 0; }

  .item-other-info li {
    padding: 8px 0; }

  .item-other-info .pic {
    top: 12px; }

  .item-gallery {
    padding-left: 53px; }

  .item-gallery .small {
    width: 53px; }

  .item-gallery .small li > * {
    height: 69px; }

  .item-gallery .big {
    height: 397px; }

  .item-gallery .big .place {
    padding-left: 14px; }

  .item-gallery .cover-discount {
    left: 53px;
    margin: 0 14px; }

  .item-title {
    font-size: 18px;
    margin-bottom: 17px; }

  .item-title .btn {
    margin-left: auto;
    margin-right: 0; }

  .item-title > * {
    margin-right: 6px; }

  .review, .item-reviews-min .review {
    padding-right: 13px; }

  .item-reviews-min .review-text {
    padding-right: 0; }

  .item-char .table table {
    min-width: 0; }

  .item-together {
    margin-top: 47px; }

  .item-reviews-head {
    margin-right: -26px; }

  .item-reviews-head > * {
    margin-right: 26px; }

  .item-reviews-head .item-rating {
    padding-right: 26px;
    margin-right: 0; }

  .item-reviews-head .btn {
    min-width: 177px; }

  .item-delivery .delivery-info:last-child .half {
    border-bottom-width: 1px; }

  .item-delivery .delivery-info:last-child .half:last-child {
    border-bottom-width: 0; }

  .item-char-big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .item-char-big .half {
    width: 100%;
    max-width: 570px;
    margin: 23px 0 0 0; }

  .item-char-big .half:first-child {
    margin-top: 0 !important; }

  .bg-form .bg {
    padding-left: 35px;
    padding-right: 35px; }

  .bg-form .bg .sides .l {
    width: calc(100% - 352px); }

  .bg-form .bg .sides .r {
    width: 313px; }

  .main-side-inner-l .bg-form .bg .sides .l, .main-side-inner-l .bg-form .bg .sides .r {
    width: calc(50% - 20px); }

  .bg-form .rate-stars {
    margin: 0 -200px 47px 0;
    -webkit-transform: scale(0.78);
    transform: scale(0.78); }

  .bg-form.view2 .rate-stars {
    margin-bottom: 39px; }

  .bg-form .info-login {
    margin-right: -24px; }

  .action-timer .grid {
    margin-top: 50px; }

  .action-timer .grid .timer-big {
    position: absolute;
    bottom: 100%;
    margin-bottom: 8px; }

  .compare-list .item-compare .price-info {
    margin-top: 6px; }

  .side-image {
    height: 130px; }

  .content-search {
    padding-right: 57px; }

  ul.about-stat .big1 {
    font-size: 50px; }

  ul.about-stat .big2 {
    font-size: 18px; }

  .shop-contact {
    padding-left: 35px;
    padding-right: 35px; }

  .shop-contact .grid {
    margin: 0 -18px; }

  .shop-contact .grid .col {
    padding-left: 18px;
    padding-right: 18px; }

  .addresses .el {
    width: 33.333%; }

  .my-order-head .status {
    min-width: 176px; }

  .order-item .price {
    width: auto;
    padding-right: 22px;
    padding-left: 32px; }

  .order-item .status {
    width: 181px;
    padding-left: 17px;
    padding-right: 0; }

  .order-item .status .btn {
    min-width: 0;
    width: 100%; }

  .order-item .info {
    padding-left: 0; }

  .order-item .rating {
    width: 269px; }

  .order-item .rating .rate-stars {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }

  .order-item .review-info {
    width: 202px;
    padding-left: 25px; }

  .order-item .review-info .btn {
    min-width: 0;
    width: 100%;
    padding-right: 16px; }

  .order-item .review-info .btn:after {
    right: 12px; }

  .my-review .ind {
    padding-right: 0; }

  .my-subscription .subscr-row {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0; }

  .my-subscription .subscr-row .time {
    width: 15%;
    min-width: 120px; }

  .order-form-l {
    width: calc(100% - 272px); }

  .order-form-r {
    max-width: 330px; }

  .side-cart .bg {
    padding-left: 14px;
    padding-right: 14px; }

  .cart-mini-item {
    padding-left: 86px; }

  .cart-mini-item .photo {
    width: 76px;
    max-height: 101px; } }
/* from file 1024.css end */
/* from file 480.css */
@media only screen and (max-width: 1020px) {
  h1, .h1, .line-title.big h1, .line-title.big .h1 {
    font-size: 25px; }

  .container {
    padding-left: 12px;
    padding-right: 12px; }

  /*Top banner link start*/
  .top-info-link {
    display: none;
    visibility: hidden; }

  /*Top banner link end*/
  /*Header start*/
  .popup-results {
    margin-right: 0; }

  .popup, .header .menu-main .popup-menu {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    margin: 12px !important;
    width: calc(100% - 24px) !important;
    min-width: 0 !important;
    border: 0 !important;
    border-radius: 3px !important;
    -webkit-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important; }

  .popup .close, .header .menu-main .popup-menu .close {
    display: block; }

  .popup:before {
    display: none; }

  .header .menu-main {
    flex-direction: row-reverse; }

  .popup-ind, .header .menu-main .popup-menu {
    padding: 47px 24px 24px 24px !important; }

  .user-menu .head {
    padding-right: 57px; }

  .user-menu .links {
    padding-left: 24px;
    padding-right: 24px; }

  .header {
    padding: 0; }

  .header-bg > * {
    margin-right: -150px; }

  .header-bg > .pos2 {
    margin-right: -200px; }

  .header-bg > .pos3 {
    margin-right: -250px; }

  .header .container {
    padding-left: 12px;
    padding-right: 12px; }

  .header .grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .header .grid + .grid {
    margin-top: 10px; }

  .header .grid > * {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .header .logo {
    font-size: 17px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 11px 0;
    margin: 0 auto 0 0; }

  .header .logo .logo-img {
    max-width: 105px;
    margin-right: 0; }

  .header .search {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 148px); }

  .header .top-contacts, .header .top-user {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    padding: 0; }

  .header .top-contacts {
    margin: 0 auto; }

  .header .top-user {
    margin-left: auto; }

  .header .top-contacts:before, .header .top-user:before, .header .top-cart:before {
    display: none; }

  .header .top-contacts .top, .header .top-user .top {
    display: none; }

  .header .top-contacts .tel {
    font-size: 14px; }

  .header .top-user .big {
    font-size: 15px; }

  .header .top-cart {
    margin: 0;
    padding: 0;
    width: 148px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .header .top-cart .top .pic {
    margin-left: 6px; }

  .header .top-hold-city-lang {
    min-width: 0; }

  .header .top-city, .header .top-lang {
    margin: 0; }

  .header .top-city .toggle, .header .top-lang .toggle {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px; }

  .header .top-city .toggle .arr, .header .top-lang .toggle .arr {
    display: none; }

  .header .top-city .toggle:before {
    background-image: url(/img/point-white.svg);
    width: 13px;
    height: 20px;
    margin: 0;
    display: inline-block; }

  .header .top-city .toggle .text, .header .top-lang .toggle .text {
    display: none; }

  .header .top-city .top {
    display: none; }

  .header .top-city .popup-your-city {
    right: 50%;
    left: auto;
    width: 240px;
    margin-left: -120px;
    margin-right: -120px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }

  .header .top-city .popup-your-city .popup-ind {
    padding: 24px; }

  .header .top-city .popup-your-city:before {
    right: 50%; }

  .header .top-city .popup-select-city {
    right: 50%;
    left: auto;
    width: 320px;
    margin-left: -160px;
    margin-right: -160px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0; }

  .header .top-city .popup-select-city:before {
    right: 50%; }

  .header .popup-select-city .popup-ind {
    padding: 24px; }

  .select-city .title1 {
    font-size: 18px; }

  .select-city .top-text {
    font-size: 15px; }

  .select-city .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  .select-city .list li {
    width: 100%; }

  .header .top-lang {
    display: none;
    visibility: hidden; }

  .header .menu-catalog {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 10px; }

  .header .menu-catalog .toggle, .header .menu-main .toggle-all {
    min-width: 0;
    font-size: 15px;
    padding: 5px 32px 6px 12px; }

  .header .menu-catalog .popup {
    -webkit-transform: scale(0);
    transform: scale(0); }

  .header .menu-catalog.open .popup {
    -webkit-transform: scale(1);
    transform: scale(1); }

  .header .menu-catalog .popup .popup {
    position: absolute;
    min-height: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    min-height: 100%; }

  .header .menu-catalog .popup li.open .popup {
    -webkit-transform: scale(1);
    transform: scale(1); }

  .header .menu-catalog .popup-ind {
    padding: 0; }

  .header .menu-catalog .popup .popup .image {
    display: none;
    visibility: hidden; }

  .header .top-premium {
    display: none;
    visibility: hidden; }

  .header .top-link {
    margin: 0 0 0 16px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center; }

  .header .top-link.active {
    background: #0565ee;
    box-shadow: 0 0 0 4px #0565ee; }

  .header .top-link:before {
    margin: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

  .header .top-link .text {
    display: none; }

  .header .top-link .num {
    top: 100%;
    padding-top: 4px;
    margin: 4px -4px;
    border-radius: 0; }

  .header .top-link .num .cross {
    margin-top: 4px; }

  /*Header end*/
  .big-offers-slider {
    margin: 0 -12px; }

  .big-offers-slider .slick-prev {
    left: 0;
    right: auto;
    border-radius: 0 2px 2px 0; }

  .big-offers-slider .slick-next {
    left: auto;
    right: 0;
    border-radius: 2px 0 0 2px; }

  .big-offer-link {
    font-size: 21px;
    line-height: 28px;
    background-position: 40% 50%; }

  .big-offer-link:before {
    display: block; }

  .big-offer-link .text {
    width: auto;
    padding: 0 52px 52px 52px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 93%; }

  .big-offer-link .text:before, .big-offer-link .text:after {
    display: none; }

  .big-offer-link .btn {
    min-width: 204px; }

  .big-offer-link .rind {
    margin-right: 10px; }

  .big-offer-link .price {
    margin: -6px 0; }

  .big-offer-link .big {
    font-size: 30px;
    margin: 0 0 7px 0; }

  .block-title {
    padding-bottom: 5px; }

  .main-slider-categories {
    margin-left: -12px;
    margin-right: -12px; }

  .main-slider-categories .el, .main-slider-categories .slick-slide {
    width: 243px; }

  .main-slider-categories .el {
    padding-right: 6px; }

  .link-category .text {
    font-size: 17px;
    padding: 11px 4px; }

  .main-slider-catalog .el, .main-slider-catalog .slick-slide {
    width: 227px; }

  .main-slider-catalog-full .el {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    min-height: 0; }

  .main-slider-catalog-full .el:before {
    display: none; }

  .main-slider-catalog-full .slick-arrow {
    top: 50%; }

  .main-slider .slick-slide div:last-child > .el {
    border-bottom-width: 0; }

  .item-mini.mob-hor {
    padding: 23px 23px 23px 95px; }

  .item-mini.mob-hor .photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
    width: 95px;
    padding: 7px 15px 7px 7px; }

  .item-mini.mob-hor .photo .cover-discount {
    height: 24px;
    margin: 10px; }

  .item-mini.mob-hor .cover-info {
    position: relative;
    top: auto;
    right: auto;
    margin: 1px 0 0 9px;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .item-mini.mob-hor .name {
    margin-top: 0; }

  .item-mini.mob-hor .buy .price {
    min-height: 0; }

  .catalog .item-mini {
    padding-left: 19px;
    padding-right: 19px; }

  .catalog .grid .item-mini:before, .catalog .grid .item-mini:after {
    margin: 0; }

  .catalog.view-lines, .catalog.view-table {
    border-left: 1px solid #eaeaeb;
    border-right: 1px solid #eaeaeb; }

  .catalog.view-lines .grid .el.place, .catalog.view-table .grid .el.place {
    padding: 0; }

  .catalog.view-lines .grid .el.place:before, .catalog.view-table .grid .el.place:before {
    margin-top: 0; }

  .catalog.view-table .catalog-table-head {
    display: none; }

  .catalog.view-lines .item-mini, .catalog.view-table .item-mini, .main-side-inner-l .catalog.view-lines .item-mini {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 21px 23px 21px 95px;
    min-height: 0;
    height: auto; }

  .catalog.view-lines .item-mini .bg, .catalog.view-table .item-mini .bg {
    margin: -1px;
    left: 0;
    top: 0; }

  .catalog.view-lines .item-mini > *, .catalog.view-table .item-mini > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto !important;
    margin: 0;
    left: auto;
    top: auto; }

  .catalog.view-lines .item-mini .photo, .catalog.view-table .item-mini .photo, .main-side-inner-l .catalog.view-lines .item-mini .photo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
    width: 95px !important;
    padding: 7px 15px 7px 7px; }

  .catalog.view-lines .item-mini .cover-info, .catalog.view-table .item-mini .cover-info {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 1px 0 0 9px;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .catalog.view-lines .item-mini .name, .catalog.view-table .item-mini .name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 7px 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .catalog.view-lines .item-mini .name .code, .catalog.view-table .item-mini .name .code {
    display: none; }

  .catalog.view-lines .item-mini .rating-mini, .catalog.view-table .item-mini .rating-mini {
    margin: 0 0 8px 0;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .catalog.view-lines .item-mini .rating-mini .stars, .catalog.view-table .item-mini .rating-mini .stars {
    margin: 0 5px 0 0; }

  .catalog.view-lines .item-mini .rating-mini .text, .catalog.view-table .item-mini .rating-mini .text {
    display: none; }

  .catalog.view-lines .item-mini .buy, .catalog.view-table .item-mini .buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 0; }

  .catalog.view-cart .item-mini .buy {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .catalog.view-lines .item-mini .buy > *, .catalog.view-table .item-mini .buy > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .catalog.view-lines .item-mini .buy > .text, .catalog.view-table .item-mini .buy > .text {
    display: block;
    line-height: inherit;
    margin: 0;
    width: auto;
    top: auto;
    position: static; }

  .catalog.view-lines .item-mini .buy .text > *, .catalog.view-table .item-mini .buy .text > * {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .catalog.view-lines .item-mini .buy .text .timer, .catalog.view-table .item-mini .buy .text .timer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 2px 0 0 -4px;
    top: auto; }

  .catalog.view-lines .item-mini .buy .info-discount, .catalog.view-table .item-mini .buy .info-discount {
    text-align: inherit;
    width: auto;
    position: static;
    margin: 0; }

  .catalog.view-lines .item-mini .buy .price, .catalog.view-table .item-mini .buy .price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin: 0 9px 0 0;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .catalog.view-lines .item-mini .buy .price .text, .catalog.view-table .item-mini .buy .price .text {
    display: none; }

  .catalog.view-lines .item-mini .buy .price del, .catalog.view-table .item-mini .buy .price del {
    display: block;
    position: relative;
    font-size: 13px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0; }

  .catalog.view-lines .item-mini .btns, .catalog.view-lines .item-mini .descr, .catalog.view-lines .item-mini .photos-mini, .catalog.view-table .item-mini .btns, .catalog.view-table .item-mini .descr, .catalog.view-table .item-mini .photos-mini {
    display: none; }

  .block-premium-info {
    font-size: 15px;
    line-height: 18px;
    padding: 19px;
    display: block;
    min-height: 0; }

  .block-premium-info .l {
    width: auto;
    display: block;
    text-align: right;
    margin: 0 0 3px 0; }

  .block-premium-info .l:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0; }

  .block-premium-info .r {
    width: auto;
    display: block;
    margin: 0;
    padding: 0; }

  .block-premium-info .r .pic {
    display: none;
    visibility: hidden; }

  .block-premium-info .big1 {
    float: left;
    font-size: 44px;
    margin: 0 4px -1px 0; }

  .block-premium-info .big2 {
    float: left;
    clear: left;
    font-size: 15px;
    line-height: 18px;
    margin: 0 4px 4px 0;
    max-width: 100%; }

  .block-premium-info .price {
    font-size: 20px;
    margin: -4px 0 13px 0; }

  .block-premium-info .btn {
    min-width: 192px;
    display: inline-block;
    vertical-align: top; }

  .block-premium-info .big3 {
    font-size: 24px;
    margin-bottom: 0; }

  .block-premium-info .b {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 2px; }

  .block-premium-info .b .br {
    display: block; }

  .block-premium-info-small {
    font-size: 15px;
    line-height: 18px;
    padding: 19px;
    display: block;
    min-height: 0; }

  .block-premium-info-small .l {
    width: auto;
    display: block;
    margin: 0 0 3px 0;
    float: left; }

  .block-premium-info-small .r {
    text-align: right;
    width: auto;
    display: block;
    margin: 0;
    padding: 0; }

  .block-premium-info-small .c {
    clear: both;
    margin: 0;
    padding: 7px 0 0 0; }

  .block-premium-info-small .c .pic {
    display: none;
    visibility: hidden; }

  .block-premium-info-small .big1 {
    font-size: 44px;
    margin: -4px 4px -1px 0; }

  .block-premium-info-small .big2 {
    font-size: 15px;
    line-height: 18px;
    margin: 0 4px 4px 0;
    max-width: 100%; }

  .block-premium-info-small .price {
    font-size: 20px;
    margin: -1px 0 16px 0; }

  .block-premium-info-small .btn {
    min-width: 192px;
    display: inline-block;
    vertical-align: top;
    width: auto; }

  .block-premium-info-small .big3 {
    font-size: 24px;
    margin-bottom: 4px; }

  .categories .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .categories .grid .el {
    width: 100%; }

  .link-category2 {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 19px; }

  .link-category2 .text {
    max-width: none; }

  .link-category2 .text .btn {
    margin-top: 6px; }

  .link-category2 .photo {
    height: 106px;
    max-width: 154px; }

  .link-category-big {
    background-position: 60% 50%; }

  .link-category-big:before {
    display: block; }

  .link-category-big .text, .link-category-big.view-min .text {
    padding-left: 21px; }

  .link-category-big .text .btn {
    margin: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
    min-width: 236px; }

  .link-category-big .big2 {
    margin-bottom: 0; }

  .link-logo {
    padding: 12px; }

  .footline1 {
    padding: 25px 0 15px 0; }

  .footline1 .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  .footer .link-up {
    margin: 28px 0; }

  .footer .bmenu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-right: -37px;
    margin-bottom: 3px; }

  .footer .bmenu .col {
    padding-right: 37px; }

  .footer .b-contacts {
    width: 100%; }

  .footer .subscr {
    width: calc(100% - 168px);
    padding-bottom: 30px; }

  .footer .subscr .big {
    margin-bottom: 9px; }

  .footer .subscr .input {
    max-width: 210px; }

  .footer .b-contacts .list {
    width: 168px; }

  .footer .social {
    max-width: 210px;
    padding-right: 0;
    margin-top: -22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .footer .social .big {
    margin: 0;
    line-height: 13px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }

  .footer .social ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: -10px;
    margin-bottom: -10px; }

  .footer .social li {
    padding-right: 8px;
    padding-bottom: 8px; }

  .footer .payments {
    width: 100%;
    margin: 14px 0 0 0;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding: 0 0 0 20px; }

  .footline2 {
    font-size: 12px;
    line-height: 13px;
    padding-top: 9px;
    padding-bottom: 9px; }

  .path {
    display: none; }

  .line-title {
    padding-bottom: 0;
    margin-bottom: 16px;
    border-bottom-width: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .line-title.with-bg {
    padding: 6px;
    border-bottom-width: 1px; }

  .line-title.catalog-head {
    margin-bottom: 21px; }

  .line-title .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    border-bottom: 1px solid #e1e2e3;
    min-height: 0;
    padding: 0 0 11px 0;
    margin: 0 0 11px 0; }

  .line-title.catalog-head .text {
    padding-right: 0; }

  .line-title .text:last-child {
    margin-bottom: 0; }

  .line-title.center .text {
    text-align: left; }

  .line-title .toggle-side-menu {
    display: block;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .line-title .share {
    padding-left: 0; }

  .line-title .link-exit {
    margin: 6px 0 0 0; }

  .line-title .share {
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%; }

  .link-add-list {
    font-size: 15px;
    line-height: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 16px;
    max-width: calc(100% - 96px);
    margin-top: 12px; }

  .link-go-order, .link-clear-cart {
    font-size: 15px;
    line-height: 16px;
    padding: 11px 10px;
    width: calc(50% - 48px);
    min-width: 0;
    max-width: 160px;
    margin-top: 12px; }

  .cart-head .link-go-order, .cart-head .link-clear-cart {
    width: 50%; }

  .catalog-options {
    font-size: 13px;
    line-height: 15px;
    margin-left: auto;
    width: calc(100% - 160px);
    max-width: 400px; }

  .catalog-options.min {
    width: auto; }

  .catalog-options .in {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 0; }

  .catalog-options:first-child {
    width: 100%; }

  .catalog-options:first-child .in {
    margin-left: -13px; }

  .catalog-options .in .el {
    margin-left: 13px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .catalog-options .in .el.wid-input {
    width: calc(100% - 108px); }

  .catalog-options .label {
    margin: 0 0 2px 0; }

  .catalog-options .input {
    width: 100%; }

  .toggle-catalog-view .link {
    width: 40px; }

  .toggle-catalog-view .link.bg-table {
    display: none; }

  .side-image {
    display: none; }

  .hold-side-menu .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1000;
    width: 237px;
    border-right: 1px solid #e0e1e2;
    background: #f8f8f8;
    -webkit-transform: translate3d(-237px, 0, 0);
    transform: translate3d(-237px, 0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

  .open-side-menu .hold-side-menu .wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .hold-side-menu .wrap .hold-scroll {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative; }

  .hold-side-menu .wrap .hold-scroll .scroll2 {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto; }

  .main-side2-l {
    width: 0; }

  .main-side2-bg {
    margin: 0;
    padding: 0;
    background: none;
    border: 0; }

  .main-side2-r {
    width: 100%; }

  .side-menu, .side-menu2 {
    margin: 0 0 1px 0;
    background: none; }

  .side-menu2 {
    padding-top: 12px;
    padding-bottom: 12px; }

  .side-menu2 .link {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 10px 11px 30px; }

  .side-menu2 .link.active {
    border-right-width: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px; }

  .side-menu2 .link:before {
    width: 30px; }

  .side-menu2, .side-menu, .side-menu .in-ind, .side-filter .big {
    padding-left: 19px;
    padding-right: 12px; }

  .side-menu .sizes li {
    width: 25%; }

  .side-menu .from-to {
    margin-bottom: 12px; }

  .side-menu .from-to .input input {
    font-size: 14px; }

  .side-menu .ui-slider {
    margin-bottom: 20px; }

  .side-menu .checks li > .check-head {
    padding-left: 40px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -2px; }

  .side-menu .checks li > .check-head .checkbox {
    margin-left: 10px; }

  .side-menu .checks ul {
    padding-left: 10px !important; }

  .results-block {
    font-size: 15px;
    line-height: 20px; }

  .results-block .text {
    padding-left: 31px;
    min-height: 45px; }

  .results-block .text:before {
    display: block; }

  .results-block .btn {
    padding-left: 31px;
    padding-right: 15px;
    font-size: 15px;
    width: auto;
    text-align: left; }

  .results-block .btn:after {
    display: block; }

  .brand-head {
    margin-bottom: 22px; }

  .brand-head .l {
    width: 192px;
    min-height: 257px;
    margin-right: 6px;
    padding-top: 0; }

  .brand-head .l .img > * {
    padding: 12px; }

  .brand-head .l .text {
    padding: 0 12px 30px 12px; }

  .brand-head .r {
    padding: 20px 6px; }

  .brand-head .r .btn {
    min-width: 172px;
    font-size: 15px;
    padding: 7px 8px 5px 8px; }

  .delivery-form {
    padding: 16px 19px;
    min-height: 218px; }

  .delivery-form .h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 5px; }

  .delivery-form .label {
    margin-bottom: 2px; }

  .delivery-form .row {
    margin: 0 -6px -2px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .delivery-form .row .el {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 6px 2px 0; }

  .delivery-form .row .el.wid-city {
    max-width: none; }

  .delivery-form .row .el.wid-street {
    max-width: none; }

  .delivery-form .row .el.wid-small {
    max-width: 41.8%; }

  .delivery-form .row .el.wid-btn {
    width: auto; }

  .delivery-form .row .btn {
    min-width: 128px; }

  .main-info-block .bg {
    padding-left: 19px;
    padding-right: 19px; }

  .my-addr-delivery ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  .my-addr-delivery li {
    border: 0;
    margin-right: 0;
    width: 100%;
    white-space: normal; }

  .delivery-info {
    margin-bottom: 50px; }

  .delivery-info .ind, .delivery-info .main-info-block .ind {
    padding: 32px 0 19px 115px; }

  .delivery-info .main-info-block .ind {
    padding-left: 0;
    padding-top: 19px; }

  .delivery-info .pic {
    margin-top: 32px; }

  .delivery-info .search-city, .delivery-info .search-order {
    margin-top: 6px; }

  .delivery-info .search-city {
    max-width: 332px; }

  .delivery-info .search-order {
    max-width: none; }

  .search-order {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -8px; }

  .search-order > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 205px;
    margin-bottom: 8px; }

  .search-order .btn {
    width: 59px; }

  .search-order .btn-arr:after {
    right: auto;
    left: 50%; }

  .text-block {
    display: block; }

  .text-block > img {
    display: block;
    width: 400px;
    height: auto;
    max-width: 100%;
    margin: 20px 0; }

  .text-block > img:first-child {
    margin-top: 0; }

  .text-block > img:last-child {
    margin-bottom: 0; }

  .top-image {
    height: 177px;
    margin-bottom: 12px; }

  .logo-image {
    margin-top: 12px;
    margin-bottom: 12px; }

  .benefits li {
    width: 50%;
    padding-left: 6px;
    padding-right: 6px; }

  .main-sides-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .main-side-inner-l {
    width: 100%;
    margin-bottom: 30px; }

  .main-side-inner-r {
    width: 100%; }

  .main-side-inner-l.mob-order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0; }

  .main-side-inner-r.mob-order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .main-side-inner-r .side-section-links {
    display: none; }

  .side-contact-block, .side-feedback, .side-articles {
    padding: 17px 10px; }

  .side-articles ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    padding: 0; }

  .side-articles li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.333%;
    padding: 10px !important;
    margin: 0; }

  .side-articles li:nth-child(1), .side-articles li:nth-child(2), .side-articles li:nth-child(3) {
    border-top-width: 0; }

  .side-articles li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    margin: 13px 0 12px 0;
    background: #e1e2e3; }

  .side-articles li:nth-child(3n-2):after {
    display: none; }

  .side-contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .side-contact-block > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .side-contact-block .hr {
    height: auto;
    width: 1px;
    margin: 0 33px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }

  .side-contact-block h3, .side-contact-block .h3, .side-feedback h3, .side-feedback .h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 6px 0; }

  .side-contact-block .btn {
    display: inline-block;
    vertical-align: top;
    margin-top: 23px;
    margin-bottom: 0;
    width: auto;
    min-width: 145px; }

  .center-form .block-bg {
    padding-top: 24px;
    padding-bottom: 24px; }

  .center-form .block-bg, .center-form .remind .ind {
    padding-left: 12px;
    padding-right: 12px; }

  .categories-big .grid, .categories-sq .grid, .categories .grid, .blocks-menu .grid, .item-photos .grid {
    margin: 0 -12px -12px 0; }

  .categories-big .grid .el, .categories-sq .grid .el, .categories .grid .el, .blocks-menu .grid .el, .item-photos .grid .el {
    padding: 0 12px 12px 0; }

  .blocks-menu .text {
    padding-left: 12px;
    padding-right: 12px; }

  .item-photos .grid .link > * {
    padding: 12px; }

  .blocks-menu .img {
    margin-bottom: 12px; }

  .link-category-img, .link-category-img-min, .blocks-menu .img {
    height: 177px; }

  .link-category-img:before {
    display: none; }

  .link-category-img .text, .link-category-img-min .text {
    font-size: 15px;
    line-height: 18px;
    padding: 8px 84px 9px 12px; }

  .link-category-img-min .text {
    padding-right: 12px;
    padding-left: 0;
    min-height: 0;
    text-align: right; }

  .inline-menu, .inline-menu + .hr {
    display: none; }

  .title-colored {
    font-size: 15px;
    line-height: 18px; }

  .title-colored > * {
    padding: 10px 12px 12px 12px; }

  .title-colored .l {
    font-size: 18px;
    line-height: 22px;
    padding-right: 80px; }

  .title-colored .l .bg:before {
    margin-right: -14px; }

  .title-colored .l .bg:after {
    margin-right: -28px; }

  .title-colored .l .bg.bg-blue {
    margin-right: -42px; }

  .title-colored .stars {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 4px 0 4px -2px; }

  .link-category-sq {
    font-size: 15px;
    line-height: 18px; }

  .link-category-sq .link {
    font-size: 14px; }

  .link-category-sq2 .text {
    font-size: 15px;
    line-height: 18px;
    min-height: 36px;
    padding: 8px; }

  .link-action-brand {
    font-size: 13px;
    line-height: 18px;
    padding: 23px 18px 86px 18px; }

  .link-action-brand .btn {
    min-width: 160px;
    font-size: 15px;
    margin: 35px 19px;
    min-height: 38px;
    padding-top: 7px;
    padding-bottom: 7px; }

  .link-action-brand .top {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 18px;
    padding-left: 0; }

  .link-action-brand .top img {
    max-width: 67px;
    max-height: 67px;
    margin-right: 10px; }

  .link-action-brand .top .big {
    font-size: 30px;
    margin-bottom: 2px; }

  .link-action-brand .big2 {
    font-size: 15px;
    line-height: 16px;
    margin: 17px 170px -50px 0; }

  .today-discounts-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 17px 19px; }

  .today-discounts-head .l {
    margin: 0 0 14px 0;
    padding-top: 21px;
    font-size: 18px;
    line-height: 20px;
    width: 290px;
    height: 181px; }

  .today-discounts-head .l .date {
    font-size: 13px; }

  .today-discounts-head .l .big {
    font-size: 100px;
    margin: 0 0 -14px 0; }

  .today-discounts-head .l .big span {
    font-size: 50px; }

  .today-discounts-head h1, .today-discounts-head .h1 {
    padding-bottom: 12px; }

  .today-discounts-head h1 .grey, .today-discounts-head .h1 .grey {
    display: inline; }

  .today-discounts-head .c {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%; }

  .today-discounts-head .c .big {
    margin-top: 2px; }

  .today-discounts-head .r {
    margin: 16px 0 0 0;
    width: 100%; }

  .today-discounts-head .r .big {
    margin-top: 0;
    margin-left: 39px; }

  .main-item {
    padding: 14px 0 0 0; }

  .main-item-t {
    width: 100%; }

  .main-item-r {
    float: right;
    width: 32.37%;
    max-width: 283px;
    margin: 0; }

  .main-item-l {
    float: left;
    width: 67.63%;
    padding-right: 8px; }

  .main-item-l.for-mob {
    display: block; }

  .main-item-l.for-desk {
    display: none; }

  .main-item-c, .main-item-c2 {
    float: none;
    clear: both;
    width: 100%;
    padding-top: 7px; }

  .main-item-t h1, .main-item-t .h1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 14px;
    padding-right: 0; }

  .main-item-t h1 > *, .main-item-t .h1 > * {
    padding: 0; }

  .main-item-t h1 strong, .main-item-t .h1 strong {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 10px; }

  .main-item-t h1 .code, .main-item-t .h1 .code {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .main-item-t h1 .name, .main-item-t .h1 .name {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 13px; }

  .main-item .share {
    display: none; }

  .main-item .link-action-brand {
    margin-top: 20px; }

  .item-bill-top {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 10px; }

  .item-bill-bottom {
    padding: 8px 6px 12px 6px; }

  .item-actions li {
    max-width: 64px; }

  .item-delivery-info {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 5px; }

  .item-other-info {
    display: none; }

  .item-gallery {
    padding-left: 54px; }

  .item-gallery .small {
    width: 54px; }

  .item-gallery .small li > * {
    height: 72px; }

  .item-gallery .small .slick-arrow {
    height: 19px; }

  .item-gallery .small .slick-prev {
    margin-top: -19px; }

  .item-gallery .small .slick-next {
    margin-bottom: -19px; }

  .item-gallery .small .slick-arrow:before, .item-gallery .small .slick-arrow:after {
    background-position: 50% 50%; }

  .item-gallery .big {
    height: 472px; }

  .item-gallery .big .place {
    padding-left: 14px;
    padding-right: 15px; }

  .item-gallery .big .zoom-link {
    margin-right: 15px; }

  .item-gallery .cover-brand {
    margin: 0 14px; }

  .item-gallery .cover-discount {
    left: 54px;
    margin: 0 15px; }

  .item-gallery .cover-discount img {
    height: 51px; }

  .item-gallery .cover-info {
    margin-right: 14px; }

  .item-together {
    display: none; }

  .review, .item-reviews-min .review {
    padding: 20px 20px 21px 20px; }

  .review.answer, .item-reviews-min .review.answer {
    padding-left: 40px; }

  .review.answer .review-head:before, .item-reviews-min .review.answer .review-head:before {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    top: -2px; }

  .review-head, .item-reviews-min .review-head {
    margin-bottom: 5px;
    margin-right: -10px; }

  .review-head > *, .item-reviews-min .review-head > * {
    margin-right: 10px; }

  .review-head .name {
    font-size: 15px; }

  .review-footer, .item-reviews-min .review-footer {
    margin-top: 16px; }

  .review-text, .item-reviews-min .review-text {
    padding-right: 0; }

  .review-text li {
    padding: 2px 0 3px 0;
    margin-top: 11px;
    display: block;
    line-height: 17px; }

  .review-text li .l {
    width: auto;
    margin: 0;
    padding: 0; }

  .item-reviews-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 16px 0; }

  .item-reviews-head > * {
    margin: 0; }

  .item-reviews-head .h2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    width: calc(100% - 186px);
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .item-reviews-head .item-rating {
    margin: 22px 0 0 auto;
    padding: 0 0 11px 0; }

  .item-reviews-head .item-rating .stars {
    margin-right: 43px; }

  .item-reviews-head .reviews-sort {
    width: calc(100% - 292px);
    margin-right: auto; }

  .item-reviews-head .reviews-sort .input {
    width: 100%; }

  .item-reviews-head .reviews-sort .label {
    margin-top: -8px; }

  .item-reviews-head .btn {
    min-width: 0;
    width: 278px;
    margin: 0 0 0 auto; }

  .bg-form .tabs > * {
    padding-left: 20px;
    padding-right: 20px; }

  .bg-form .bg {
    padding: 24px 20px; }

  .bg-form .bg .sides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .bg-form .bg .sides:after {
    display: none; }

  .bg-form .bg .sides .l {
    float: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100% !important;
    margin: 22px 0 0 0; }

  .bg-form .bg .sides .r {
    float: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100% !important;
    margin: 0; }

  .bg-form .bg .sides .r.b {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .bg-form .info-login {
    margin-right: 0; }

  .bg-form .rate-stars {
    margin-bottom: 26px; }

  .bg-form .form-submit, .bg-form .form-submit2 {
    padding-top: 15px;
    margin-top: 9px; }

  .mfp-content {
    padding: 12px !important; }

  .action-timer-big {
    font-size: 13px;
    line-height: 17px; }

  .action-timer-big .bg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 15px 12px 106px;
    width: 100%; }

  .action-timer-big .timer-big {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0;
    top: 0;
    font-size: 22px;
    line-height: 22px; }

  .action-timer-big .timer-big:after {
    display: none; }

  .action-timer-big .timer-big .dots {
    margin: 0 6px; }

  .action-timer-big .timer-big .small {
    font-size: 10px; }

  .action-timer-big .photo {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 10px; }

  .action-timer-big .text {
    width: calc(100% - 64px); }

  .action-timer-big .big {
    font-size: 15px; }

  .link-category-sq3 {
    font-size: 15px; }

  .compare-list .grid {
    margin-right: -9px;
    margin-left: -8px; }

  .compare-list .grid .el {
    padding-right: 9px;
    padding-left: 8px;
    padding-bottom: 4px; }

  .compare-list .item-compare {
    padding-top: 22px;
    padding-right: 0;
    padding-left: 70px; }

  .compare-list .item-compare:hover {
    background-color: transparent; }

  .compare-list .item-compare .photo {
    margin: 22px 0 79px 0;
    width: 61px; }

  .compare-list .item-compare .name {
    padding-right: 0; }

  .compare-list .item-compare .price-info {
    margin: 20px 0 0 -70px; }

  .compare-list .item-compare .delete {
    margin: -2px 0; }

  .compare .l {
    width: 147px; }

  .compare .r {
    width: calc(100% - 147px); }

  .compare td {
    width: 160px;
    min-width: 160px;
    max-width: 160px; }

  .compare .item-compare .price-row .text, .compare .item-compare .buy-row .text {
    display: none; }

  .compare .compare-settings .checks {
    margin-left: -10px; }

  .content-search {
    padding-right: 18px;
    padding-left: 103px; }

  .content-search:before {
    background-size: auto 60px;
    width: 103px; }

  .content-search .row .btn {
    min-width: 97px; }

  .faq h3, .faq .h3 {
    line-height: 16px;
    padding: 22px 32px 22px 46px; }

  .faq h3:before, .faq .h3:before, .faq h3:after, .faq .h3:after {
    top: 30px; }

  .faq h3 .arr, .faq .h3 .arr {
    right: 22px; }

  .faq .ind {
    margin-right: 32px; }

  ul.about-stat {
    font-size: 15px;
    line-height: 16px; }

  ul.about-stat .big1 {
    font-size: 32px;
    margin-bottom: 2px; }

  ul.about-stat .big2 {
    font-size: 17px; }

  .side-nav {
    display: none; }

  .shop-contact {
    padding: 24px 20px; }

  .shop-contact h2, .shop-contact .h2 {
    font-size: 18px; }

  .shop-contact .grid {
    margin: 0 -20px -30px -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .shop-contact .grid .col {
    padding: 0 20px;
    width: 50%;
    margin-bottom: 30px; }

  .shop-contact .grid .col:nth-child(even) {
    border-right-width: 0; }

  .shop-contact .grid .col:nth-child(odd):last-child {
    width: 100%;
    border-right-width: 0; }

  .addresses .el {
    width: 50%;
    max-width: 200px; }

  .link-address {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 10px 10px 16px; }

  .link-address:before {
    left: 8px;
    top: 18px; }

  .link-address .small {
    font-size: 12px; }

  .my-list .toggle-hide, .my-list .catalog, .my-list .catalog.view-lines, .my-list .catalog.view-table, .catalog .grid .el:before {
    margin-left: -1px;
    margin-right: -1px; }

  .my-list .toggle-hide {
    padding-left: 12px;
    padding-right: 12px; }

  .my-list-head {
    padding-left: 32px;
    padding-right: 70px; }

  .my-list-head h3, .my-list-head .h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .my-list-head .lines {
    left: 16px; }

  .my-list-head .arr {
    right: 16px; }

  .my-list-head .delete {
    right: 44px; }

  .cart-head .catalog-options {
    display: none; }

  .catalog.view-cart .item-mini .buy .amount {
    position: relative;
    top: auto;
    left: auto;
    margin: 10px 0 0 0; }

  .catalog.view-cart .item-mini .buy .amount:only-child {
    margin-top: -4px; }

  .catalog.view-cart .item-mini .buy .amount .label {
    display: none; }

  .catalog.view-cart .item-mini .name {
    padding-right: 27px; }

  .cart-pre-info .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  .cart-pre-info .label {
    width: auto;
    margin: 0 0 12px 0;
    padding: 0; }

  .cart-pre-info .row {
    padding-left: 24px;
    padding-right: 12px; }

  .cart-pre-info .row .num, .cart-pre-info .total .rows .row:before {
    width: 24px; }

  .cart-pre-info .total .rows {
    margin: 0; }

  .my-order-head {
    padding-bottom: 14px; }

  .my-order-head:after {
    right: 16px; }

  .my-order-head .l {
    width: auto;
    -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-right: 16px; }

  .my-order-head .l .show-mob {
    display: block; }

  .my-order-head .num {
    margin-bottom: 7px;
    margin-right: 0;
    top: 0; }

  .my-order-head .status {
    padding: 10px 32px 10px 13px;
    min-width: 0;
    width: 147px;
    margin-bottom: -15px; }

  .order-item .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 14px 0; }

  .order-item .text {
    width: calc(100% - 92px);
    padding-right: 0;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .order-item .name {
    margin-bottom: 4px; }

  .order-item .price {
    margin-left: 92px;
    width: 29%;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
    border: 0; }

  .order-item .status {
    width: calc(71% - 92px);
    padding-right: 0;
    padding-left: 17px; }

  .order-item .status .btn {
    width: auto;
    max-width: 100%; }

  .order-item .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 0;
    padding-right: 12px;
    width: 38%;
    border-right: 1px solid #eaebec;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-item .rating {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: calc(38% + 10px);
    margin-top: -63px; }

  .order-item .rating .rate-stars {
    -webkit-transform: scale(0.58);
    transform: scale(0.58); }

  .order-item .review-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 62%;
    border: 0;
    padding-right: 0;
    padding-left: 10px;
    margin-bottom: 73px; }

  .order-item .review-info .btn {
    width: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: -10px;
    min-width: 178px; }

  .my-review-head {
    padding-right: 12px;
    padding-left: 45px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .my-review-head .info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 157px; }

  .my-review-head .info .btn {
    padding-right: 12px; }

  .my-review-head .info + .line {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .my-review-head .line {
    margin-left: 20px;
    margin-right: 20px; }

  .my-review-head .photo {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-left: -25px;
    margin-right: 6px; }

  .my-review-head .photo + .line {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .my-review-head .name {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0;
    width: calc(100% - 64px); }

  .my-review-head .date {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    min-width: 0;
    width: calc(100% - 198px); }

  .my-review .hidden {
    padding: 0 12px; }

  .my-subscription .subscr-head {
    font-size: 18px;
    line-height: 18px;
    padding-left: 40px; }

  .my-subscription .subscr-head .arr {
    left: 20px;
    top: 28px; }

  .my-subscription .subscr-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .my-subscription .subscr-row > * {
    padding-right: 10px; }

  .my-subscription .subscr-row .name {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500; }

  .my-subscription .subscr-row .name:before {
    display: none; }

  .my-subscription .subscr-row .btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4px; }

  .my-subscription .subscr-row .btns .btn {
    width: auto;
    min-width: 210px; }

  .my-subscription .subscr-row .price {
    width: 50%;
    min-width: 0;
    max-width: 210px;
    text-align: center; }

  .my-subscription .subscr-row .time {
    width: 50%;
    min-width: 0;
    text-align: center;
    font-size: 15px;
    max-width: 200px; }

  .my-subscription .subscr-row .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    text-align: center; }

  .profile-form .with-sidebar:before {
    display: none; }

  .profile-form .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .profile-form .row .label {
    width: 166px; }

  .profile-form .row .input-place {
    width: calc(100% - 166px);
    max-width: 500px; }

  .profile-form .row .side {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 0;
    padding-left: 166px; }

  .profile-form .row .side > * {
    margin-top: 4px;
    margin-bottom: 4px; }

  .profile-form .form-submit {
    padding-left: 166px; }

  .order-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .order-form-l {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-form-r {
    width: 100%;
    max-width: 382px;
    margin: 0;
    padding: 0 0 20px 52px; }

  .order-form-l:before {
    content: '';
    display: block;
    height: 1px;
    margin: 0 0 20px 52px;
    background: #e1e2e3; }

  .order-form.check-info .order-form-l {
    padding-left: 52px; }

  .order-form .row .label, .order-form .user-info .l {
    width: 172px; }

  .order-form .form-auth .hr, .order-form .form-auth .form-submit {
    margin-left: 52px; }

  .order-form .line-title .circle-num {
    top: -7px; }

  .side-cart .bg {
    padding-left: 21px;
    padding-right: 21px; }

  .cart-mini-item {
    padding-left: 21px; }

  .cart-mini-item .photo {
    width: 85px;
    max-height: 113px; }

  .order-form .links {
    margin-left: 52px; }

  .err-page {
    padding-bottom: 0; }

  .err-page .num {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    margin-top: -110px;
    left: -16px; } }
/* from file 480.css end */
/* from file 360.css */
@media only screen and (max-width: 470px) {
  /*Header start*/
  .popup-ind, .header .menu-main .popup-menu {
    padding: 47px 16px 16px 16px !important; }

  .user-menu .links {
    padding-left: 16px;
    padding-right: 16px; }

  .header .logo {
    font-size: 15px;
    padding: 12px 0; }

  .header .search {
    width: calc(100% - 111px); }

  .header .top-user .toggle .text {
    text-align: left;
    text-indent: -100000px;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url(/img/user-white.svg) no-repeat 50% 50%;
    background-size: auto 17px;
    margin-right: -6px;
    position: relative; }

  .header .top-cart {
    width: 111px; }

  .header .top-hold-city-lang {
    display: none;
    visibility: hidden; }

  .header .menu-catalog {
    margin-right: auto;
    width: calc(100% - 111px); }

  .header .menu-catalog .toggle {
    width: 100%; }

  .header .menu-catalog .popup .popup ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }

  .header .menu-main {
    margin-right: 0;
    margin-left: auto;
    width: 101px; }

  .header .menu-main .toggle-all {
    width: 100%; }

  .header .top-link {
    display: none;
    visibility: hidden; }

  /*Header end*/
  .big-offer-link {
    background-position: 35% 50%; }

  .big-offer-link .in {
    display: block; }

  .big-offer-link .text {
    max-width: none; }

  .big-offer-link .rind {
    margin-right: 5px;
    display: inline; }

  .big-offer-link .price {
    display: inline-block;
    vertical-align: middle;
    top: 2px;
    line-height: 36px; }

  .main-slider-categories .el, .main-slider-categories .slick-slide {
    width: 182px; }

  .main-slider-categories .el {
    padding-right: 4px; }

  .main-slider-catalog .el, .main-slider-catalog .slick-slide {
    width: 169px; }

  .item-mini.mob-hor, .catalog.view-lines .item-mini, .catalog.view-table .item-mini, .main-side-inner-l .catalog.view-lines .item-mini {
    padding-top: 17px;
    padding-bottom: 11px;
    padding-right: 12px; }

  .item-mini.mob-hor .photo, .catalog.view-lines .item-mini .photo, .catalog.view-table .item-mini .photo {
    padding: 5px 10px 5px 5px; }

  .block-premium-info {
    font-size: 14px;
    line-height: 16px;
    padding: 14px; }

  .block-premium-info .l {
    margin-bottom: 3px;
    text-align: left; }

  .block-premium-info .big1 {
    float: none;
    font-size: 40px;
    margin: 8px 0 0 0; }

  .block-premium-info .big2 {
    float: none;
    margin: 0 0 1px 0; }

  .block-premium-info .b2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px -8px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .block-premium-info .price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 10px 8px 0;
    font-size: 14px;
    line-height: 18px; }

  .block-premium-info .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    padding: 5px 12px;
    margin: 0 10px 8px 0; }

  .block-premium-info .big3 {
    font-size: 20px;
    line-height: 20px;
    padding: 2px 0;
    margin: 0 0 1px 0; }

  .block-premium-info .b {
    margin-top: 7px;
    margin-bottom: 6px; }

  .block-premium-info-small {
    font-size: 14px;
    line-height: 16px;
    padding: 14px; }

  .block-premium-info-small .l {
    margin-bottom: 3px;
    text-align: left;
    float: none; }

  .block-premium-info-small .big1 {
    font-size: 40px;
    margin: 8px 0 0 0; }

  .block-premium-info-small .big2 {
    margin: 0 0 1px 0; }

  .block-premium-info-small .r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px -8px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .block-premium-info-small .price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 10px 8px 0;
    font-size: 14px;
    line-height: 18px; }

  .block-premium-info-small .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 0;
    padding: 5px 12px;
    margin: 0 10px 8px 0; }

  .block-premium-info-small .big3 {
    font-size: 20px;
    line-height: 20px;
    padding: 2px 0;
    margin: 0 0 1px 0; }

  .link-category2 {
    font-size: 18px;
    line-height: 20px;
    padding-left: 14px;
    padding-right: 14px; }

  .link-category2 .text .btn {
    margin-top: 6px; }

  .link-category-big {
    background-position: 55% 50%; }

  .link-logo {
    height: 109px;
    padding: 6px; }

  .link-logo img {
    max-height: 41%; }

  .footer .bmenu {
    display: none; }

  .footer .b-contacts {
    width: 100%; }

  .footer .subscr {
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .footer .subscr .input {
    max-width: 210px; }

  .footer .b-contacts .list {
    width: 168px; }

  .footer .social {
    max-width: none;
    width: 100%;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .footer .social .big {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 16px 10px 0; }

  .footer .social ul {
    margin-bottom: -2px; }

  .footer .social li {
    padding-right: 8px;
    padding-bottom: 8px; }

  .footer .payments {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: -6px 0 0 auto;
    padding: 0 0 8px 0;
    width: calc(100% - 170px);
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }

  .footer .payments ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px 0 25px; }

  .footer .list {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 160px; }

  .footline2 {
    font-size: 12px;
    line-height: 13px;
    padding-top: 9px;
    padding-bottom: 9px; }

  .line-title {
    margin-bottom: 13px; }

  .line-title.with-bg {
    padding-left: 0;
    padding-right: 0; }

  .line-title .text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .line-title .h1, .line-title h1 {
    width: 100%; }

  .line-title .link-back + h1, .line-title .link-back + .h1 {
    padding-left: 46px; }

  .line-title .pic + h1, .line-title .pic + .h1 {
    padding-left: 24px; }

  .line-title .link-back, .line-title .pic {
    margin-bottom: -36px;
    top: -4px; }

  .line-title .toggle-side-menu.small {
    width: 92px;
    min-width: 0; }

  .line-title .text .toggle-side-menu {
    margin-top: 19px;
    margin-bottom: -2px;
    width: auto;
    margin-left: 0;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .line-title .link {
    margin: 10px 0 0 0; }

  .catalog-options {
    width: calc(100% - 92px); }

  .brand-head .l {
    width: 133px;
    margin-right: 4px;
    font-size: 13px;
    line-height: 15px; }

  .brand-head .l .img {
    height: 109px; }

  .brand-head .l .img > * {
    padding: 6px 12px; }

  .brand-head .l .text {
    padding: 0 6px 15px 6px; }

  .brand-head .l .name {
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 11px; }

  .brand-head .r {
    padding-left: 4px;
    padding-right: 4px; }

  .delivery-form {
    padding-left: 14px;
    padding-right: 14px; }

  .delivery-form .h1 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 12px;
    margin-top: -3px; }

  .delivery-form .row .el.wid-small {
    width: calc(100% - 140px);
    max-width: none; }

  .delivery-form .row .el.wid-btn {
    width: 140px; }

  .delivery-form .row .btn {
    min-width: 0;
    width: 100%; }

  .main-info-block .bg {
    padding-top: 40px;
    padding-left: 14px;
    padding-right: 14px; }

  .my-addr-delivery .big {
    font-size: 18px;
    line-height: 18px; }

  .my-addr-delivery .big:before {
    top: 9px; }

  .my-addr-delivery ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  .my-addr-delivery li {
    border: 0;
    margin-right: 0;
    width: 100%;
    white-space: normal; }

  .delivery-info {
    margin-bottom: 20px; }

  .delivery-info .h2 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 2px;
    margin-bottom: 10px; }

  .delivery-info .ind, .delivery-info .main-info-block .ind {
    padding: 28px 0 19px 86px; }

  .delivery-info .main-info-block .ind {
    padding-left: 0;
    padding-top: 19px; }

  .delivery-info .pic {
    margin-top: 28px;
    width: 72px;
    height: 72px; }

  .delivery-info .search-city, .delivery-info .search-order {
    margin-top: 13px; }

  .delivery-info .search-city {
    max-width: none; }

  .search-order {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -8px; }

  .search-order > * {
    width: calc(100% - 67px);
    max-width: 205px; }

  .search-order .btn {
    width: 43px; }

  .details-info li {
    display: block;
    padding: 0;
    border: 0; }

  .details-info li > * {
    padding: 10px 0;
    border-bottom: 1px solid #e3e2d4; }

  .details-info li:first-child > *:first-child {
    padding-top: 0; }

  .details-info li > *.line:before {
    display: none; }

  .top-image {
    height: 132px; }

  .side-contact-block {
    padding-left: 13px;
    padding-right: 13px; }

  .side-contact-block .hr {
    margin: 0 14px; }

  .side-contact-block h3, .side-contact-block .h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 6px 0; }

  .side-contact-block .btn {
    margin-top: 8px;
    min-width: 130px; }

  .center-form .remind {
    margin-left: -12px;
    margin-right: -12px; }

  .center-form .login-soc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  .center-form .login-soc .label, .center-form .login-soc .label2 {
    width: 100%;
    margin: 0 0 12px 0; }

  .form-submit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .form-submit > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .form-submit .btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .form-submit .btn + * {
    margin-left: 0;
    margin-bottom: 10px; }

  .link-category-img, .link-category-img-min, .blocks-menu .img {
    height: 132px; }

  .title-colored {
    font-size: 15px;
    line-height: 18px; }

  .title-colored > * {
    padding: 10px 12px 12px 12px; }

  .title-colored .l {
    font-size: 18px;
    line-height: 22px;
    padding-right: 80px; }

  .title-colored .l .bg:before {
    margin-right: -14px; }

  .title-colored .l .bg:after {
    margin-right: -28px; }

  .title-colored .l .bg.bg-blue {
    margin-right: -42px; }

  .title-colored {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  .title-colored > * {
    width: 100%; }

  .title-colored .l {
    max-width: none; }

  .blocks-menu .big {
    font-size: 17px;
    line-height: 22px;
    min-height: 0; }

  .blocks-menu .text {
    font-size: 14px; }

  .blocks-menu li > *, .blocks-menu .toggle {
    padding-right: 0; }

  .blocks-menu li > *:after {
    display: none; }

  .link-action-brand {
    padding: 18px 19px 28px 19px; }

  .link-action-brand .btn {
    display: none; }

  .link-action-brand .top {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 4px; }

  .link-action-brand .top .big {
    font-size: 25px;
    margin-bottom: 2px; }

  .link-action-brand .big2 {
    margin: 17px 0 0 0; }

  .today-discounts-head {
    padding: 18px 11px; }

  .today-discounts-head .l {
    margin: 0 auto 13px auto;
    width: 100%;
    max-width: 290px; }

  .today-discounts-head h1, .today-discounts-head .h1 {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px; }

  .main-item-r {
    width: 134px;
    max-width: none; }

  .main-item-l {
    width: calc(100% - 134px); }

  .item-bill-top {
    padding-left: 4px;
    padding-right: 4px; }

  .item-bill-bottom {
    padding-left: 4px;
    padding-right: 4px; }

  .item-rating {
    padding-top: 13px; }

  .item-rating .label {
    width: 100%;
    margin-bottom: -1px; }

  .item-rating .stars {
    margin-right: auto; }

  .item-gallery {
    padding-left: 48px; }

  .item-gallery .small {
    width: 48px; }

  .item-gallery .small li > * {
    height: 64px; }

  .item-gallery .big {
    height: 424px; }

  .item-gallery .big .place {
    padding-left: 8px;
    padding-right: 8px; }

  .item-gallery .big .zoom-link {
    margin-right: 8px; }

  .item-gallery .cover-discount {
    left: 48px;
    margin: 0 8px; }

  .item-gallery .cover-discount img {
    height: 39px; }

  .item-gallery .cover-brand {
    margin: 0 8px; }

  .item-gallery .cover-info {
    margin-right: 8px; }

  .item-together {
    display: none; }

  .item-title > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }

  .item-reviews-head {
    margin-bottom: 9px; }

  .item-reviews-head .h2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    width: calc(100% - 170px);
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .item-reviews-head .item-rating {
    margin: 22px 0 0 auto; }

  .item-reviews-head .item-rating .stars {
    margin-right: 26px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

  .item-reviews-head .reviews-sort {
    width: calc(100% - 182px); }

  .item-reviews-head .btn {
    padding-left: 0;
    padding-right: 0;
    width: 173px; }

  .review, .item-reviews-min .review {
    padding-left: 13px;
    padding-right: 13px; }

  .item-delivery .big-title {
    font-size: 18px;
    line-height: 18px; }

  .payment-info .h2 {
    font-size: 18px;
    line-height: 18px; }

  .payment-info .big {
    font-size: 15px; }

  .payment-info ul {
    padding-left: 0; }

  .payment-info .pic {
    top: 21px; }

  .item-char-big .table td {
    padding-left: 14px;
    padding-right: 14px; }

  .bg-form .tabs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .bg-form .tabs > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px; }

  .bg-form .bg {
    padding: 21px 15px; }

  .bg-form .bg .sides .l {
    margin-top: 22px; }

  .bg-form .info-login {
    margin-top: -4px; }

  .bg-form .rate-stars {
    margin-bottom: 23px !important;
    -webkit-transform: scale(0.73) !important;
    transform: scale(0.73) !important; }

  .bg-form .form-submit, .bg-form .form-submit2 {
    padding-top: 18px; }

  .bg-form .form-submit2 .check {
    margin-bottom: 10px; }

  .bg-form .form-submit2 .btn {
    padding-left: 20px;
    padding-right: 20px; }

  .action-timer .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  .action-timer .grid > * {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .action-timer .grid .link {
    margin: 8px 0 0 0; }

  .compare-list .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .compare-list .grid .el {
    width: 100%; }

  .arr-list {
    padding-left: 0; }

  .arr-list > li {
    padding-left: 32px; }

  .content-search {
    padding-right: 15px;
    padding-left: 60px; }

  .content-search:before {
    max-height: 96px;
    background-size: auto 40px;
    width: 60px; }

  .content-search .row .btn {
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px; }

  .faq .ind {
    margin-right: 13px;
    margin-left: 27px;
    padding-left: 20px; }

  ul.about-stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  ul.about-stat li {
    width: 100%; }

  .article-mini {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  .article-mini .photo {
    width: 100%;
    margin: 0; }

  .article-mini .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .side-articles li {
    width: 50%; }

  .side-articles li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    margin: 13px 0 12px 0;
    background: #e1e2e3; }

  .side-articles li:nth-child(3n-2):after {
    display: block; }

  .side-articles li:nth-child(odd):after {
    display: none; }

  .side-articles li:nth-child(odd):last-child {
    width: 100%; }

  .side-articles li:nth-child(3) {
    border-top-width: 1px; }

  .shop-contact .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -15px 0; }

  .shop-contact .grid .col {
    width: 100%;
    border-right-width: 0;
    padding: 15px 0;
    border-top: 1px solid #dbdbd5;
    margin: 0; }

  .shop-contact .grid .col:first-child {
    border-top-width: 0; }

  .my-order-head {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-right: 134px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .my-order-head:after {
    right: 13px; }

  .my-order-head .l {
    width: 100%;
    margin-right: 0; }

  .my-order-head .l .show-mob {
    display: none; }

  .my-order-head .num {
    margin-bottom: 0; }

  .my-order-head .status {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: -1px;
    width: 126px;
    padding-right: 20px;
    z-index: 2; }

  .my-order .hidden {
    padding: 0 12px; }

  .order-item .row {
    padding: 14px 0; }

  .order-item .photo {
    width: 74px;
    margin-right: 18px;
    margin-left: 0; }

  .order-item .text {
    margin-bottom: 22px; }

  .order-item .name {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 2px; }

  .order-item .price {
    margin-left: 0;
    margin-right: auto;
    width: auto;
    font-size: 13px;
    padding: 0; }

  .order-item .price .big {
    margin-top: -1px; }

  .order-item .status {
    max-width: 163px;
    width: auto;
    padding: 0;
    margin: 4px 0 0 auto;
    border: 0; }

  .order-item .status .date {
    display: none; }

  .order-item .info {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0 0 11px 0; }

  .order-item .rating {
    padding: 0;
    margin: 0; }

  .order-item .review-info {
    width: 100%;
    margin: 0 0 11px 0;
    padding: 0; }

  .my-review-head {
    padding-left: 12px; }

  .my-review-head:before, .my-review-head:after {
    display: none; }

  .my-review-head .info .btn {
    padding-right: 12px; }

  .my-review-head .line {
    margin-left: 10px;
    margin-right: 10px; }

  .my-review-head .name {
    width: calc(100% - 80px);
    margin-left: 0; }

  .my-review-head .date {
    width: calc(100% - 178px);
    font-size: 13px;
    white-space: normal; }

  .my-review-head .photo {
    margin-left: 0; }

  .profile-form .row .label {
    width: 110px; }

  .profile-form .row .input-place {
    width: calc(100% - 110px); }

  .profile-form .row .side {
    padding-left: 110px; }

  .profile-form .form-submit {
    padding-left: 0; }

  .acc-link-soc .list li {
    width: 100%; }

  .order-form-r {
    padding-left: 0;
    max-width: none; }

  .order-form .row .label {
    width: 172px; }

  .side-cart h2, .side-cart .h2 {
    margin-left: 40px; }

  .order-form-l:before {
    margin-left: 0; }

  .order-form .checks {
    margin-left: 0;
    padding-left: 0; }

  .order-form .checks li {
    padding-left: 45px; }

  .order-form .check .radio, .order-form .checks .checkbox {
    left: 22.5px;
    margin-left: -10px; }

  .order-form .line-title {
    margin-left: 0; }

  .order-form .line-title .text {
    padding-left: 45px; }

  .order-form .line-title .circle-num {
    left: 0; }

  .order-form .row {
    margin-left: 0; }

  .order-form .row .label, .order-form .user-info .l {
    width: 154px;
    max-width: 40%; }

  .order-form .form-auth .hr, .order-form .form-auth .form-submit {
    margin-left: 0; }

  .order-form .form-big-info {
    margin-left: 0; }

  .order-form .form-auth.login-info {
    padding-left: 45px; }

  .order-form .form-auth.login-info:before {
    left: 22.5px; }

  .order-form .user-info {
    margin-left: 0; }

  .order-form.check-info .order-form-l {
    padding-left: 0; }

  .order-form .done-text {
    padding-left: 0; }

  .order-form .done-text .pic {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 20px 0; }

  .order-form .links {
    margin-left: 0; }

  .err-page .num {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    margin-top: -220px;
    margin-bottom: -220px;
    left: -8px; } }
/* from file 360.css end */
/* from file 360.css */
@media only screen and (max-width: 355px) {
  .btn {
    font-size: 15px; }

  /*Header start*/
  .header .top-contacts .tel a[href^=tel]:before {
    display: none; }

  /*Header end*/
  .big-offer-link .text {
    padding-left: 39px;
    padding-right: 39px; }

  .link-category2 {
    font-size: 16px;
    line-height: 18px;
    padding-left: 12px;
    padding-right: 12px; }

  .link-category2 .text {
    margin-right: 0; }

  .footer .payments ul {
    padding: 0; }

  .brand-head .r .btn {
    width: 100%;
    min-width: 0; }

  .center-form .remind .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  .center-form .remind .row .btn {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 6px 0 0 0; }

  .center-form .remind .row .input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .item-gallery {
    padding-left: 0; }

  .item-gallery .small {
    display: none; }

  .item-gallery .cover-discount {
    left: 0; }

  .bg-form .tabs > * {
    font-size: 15px; }

  .bg-form .rate-stars {
    margin-bottom: 40px !important;
    -webkit-transform: scale(0.65) !important;
    transform: scale(0.65) !important; }

  .action-timer-big .photo {
    display: none; }

  .action-timer-big .text {
    width: 100%; }

  .content-search {
    padding-left: 15px; }

  .content-search:before {
    display: none; }

  .faq .ind {
    margin-right: 13px;
    margin-left: 13px;
    padding-left: 0; }

  .order-item .status {
    max-width: 140px; } }
/* from file 360.css end */
/* old basic styles */
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px; }

.wrap > .container {
  padding: 70px 15px 20px; }

.main .rowBorder:after, .main .rowMiddle:after {
  content: "";
  display: table;
  clear: both; }

.main .column, .main .rowMiddle .columnMiddle {
  float: left;
  width: 25%;
  padding: 5px; }

.main .column a, .main .rowMiddle .columnMiddle a {
  width: 100%;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 2em;
  overflow: hidden;
  height: 90px;
  position: relative; }

.main .column span, .main .rowMiddle .columnMiddle span {
  display: block;
  position: absolute;
  z-index: 999;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #333; }

.main .column img, .main .rowMiddle .columnMiddle img {
  position: relative;
  top: 0; }

.main .column:hover img, .main .rowMiddle .columnMiddle:hover img {
  transition: transform 0.4s;
  transform: scale(1.2);
  opacity: 0.5; }

.main .column:hover span, .main .rowMiddle .columnMiddle:hover span {
  background-color: rgba(0, 0, 0, 0.75); }

.main .rowMiddle .column a, .main .rowMiddle .columnMiddle a {
  height: 290px; }

.main .rowMiddle .columnMiddle {
  width: 50%; }

.catalog:after {
  content: "";
  display: table;
  clear: both; }

.catalog .block {
  float: left;
  width: 33%;
  padding: 5px;
  min-height: 200px; }

.catalog .block:after {
  content: "";
  display: table;
  clear: both; }

.catalog .block .wrap {
  min-height: 180px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px; }

.catalog .block .wrap .img {
  float: left;
  width: 102px;
  height: 170px;
  margin-right: 1em; }

.catalog .block .wrap .sub a {
  padding-right: 2em;
  white-space: nowrap; }

.catalog .block .wrap a {
  color: #333; }

.catalog .block .wrap .title a {
  font-weight: bold; }

.catalog-group {
  /*
    .subgroups {
      width: 200px;
      border: 1px solid #999;
      border-radius: 3px;
      padding: 5px;
      float: left;

      a {
        display: block;
        color: #333;

        &.selected {
          font-weight: bold;
        }
      }
    }

    .articles {
      margin-left: 220px;

      .article {
        float: left;
        width: 200px;
        padding: 5px;
        height: 200px;
        text-align: center;

        &:after {
          content: "";
          display: table;
          clear: both;
        }

        .img {
          width: 102px;
          margin-left: 25%;

          height: 102px;
          border: 1px solid #999;
          margin-right: 1em;

          img {
            top: 50%;
          }
        }

        .title {
          height: 3.6rem;
          max-height: 3.6rem;
          overflow: hidden;
          font-size: 1.2rem;
        }

        .price {
          font-size: 3rem;
          font-weight: bold;
        }

        a {
          color: #333;
        }
      }
    }
    */ }

.catalog-group > .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

.catalog-group > .wrap .left {
  flex-basis: 200px; }

.catalog-group > .wrap .left .subgroups {
  width: 200px;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px;
  float: left;
  margin-bottom: 2em; }

.catalog-group > .wrap .left .subgroups a {
  display: block;
  color: #333; }

.catalog-group > .wrap .left .subgroups a.selected {
  font-weight: bold; }

.catalog-group > .wrap .left .properties {
  width: 200px;
  padding: 5px;
  float: left; }

.catalog-group > .wrap .left .properties .property {
  margin-bottom: 2em; }

.catalog-group > .wrap .left .properties .property label {
  display: block;
  padding-left: 15px;
  font-weight: normal; }

.catalog-group > .wrap .left .properties .property label input {
  margin-left: -15px;
  position: absolute; }

.catalog-group > .wrap .left .properties .property .name {
  font-weight: bold; }

.catalog-group > .wrap .left .properties .property .number_value input {
  width: 45%; }

.catalog-group > .wrap .left .properties .property .number_value input:nth-child(1) {
  margin-right: 10%; }

.catalog-group > .wrap .center {
  flex-basis: auto;
  padding-left: 20px; }

.catalog-group > .wrap .center .articles {
  padding-bottom: 2em; }

.catalog-group > .wrap .center .articles:after {
  content: "";
  display: table;
  clear: both; }

.catalog-group > .wrap .center .articles .article {
  float: left;
  width: 200px;
  padding: 5px;
  height: 200px;
  text-align: center; }

.catalog-group > .wrap .center .articles .article:after {
  content: "";
  display: table;
  clear: both; }

.catalog-group > .wrap .center .articles .article .img {
  display: inline-block;
  width: 102px;
  margin-left: 25%;
  height: 102px;
  border: 1px solid #999;
  margin-right: 1em; }

.catalog-group > .wrap .center .articles .article .img img {
  top: 50%; }

.catalog-group > .wrap .center .articles .article .title {
  height: 3.6rem;
  max-height: 3.6rem;
  overflow: hidden;
  font-size: 1.2rem; }

.catalog-group > .wrap .center .articles .article .price {
  font-size: 3rem;
  font-weight: bold; }

.catalog-group > .wrap .center .articles .article a {
  color: #333; }

.catalog-group > .wrap .center .pages {
  text-align: center;
  margin: 0 auto; }

.catalog-group > .wrap .center .pages a {
  padding-left: 0.2em;
  padding-right: 0.2em;
  margin-right: 0.5em;
  font-size: 2rem; }

.catalog-group > .wrap .center .pages .current {
  border: 1px solid black;
  border-radius: 50%; }

.article-page h1 {
  margin-top: 0;
  font-size: 1.5em; }

.article-page .row {
  display: flex;
  flex-direction: row; }

.article-page .row > div {
  flex-basis: 50%; }

.article-page .photos .thumbnails {
  line-height: 118px; }

.article-page .photos .thumbnails a {
  width: 102px;
  height: 102px;
  border: 1px solid #999;
  margin-right: 16px;
  margin-bottom: 16px;
  display: inline-block;
  overflow: hidden; }

.article-page .photo {
  padding-bottom: 1em; }

.article-page .price {
  font-size: 3rem;
  font-weight: bold; }

.article-page .properties {
  margin-top: 2rem;
  width: 100%; }

.article-page .properties td {
  padding: 0.5rem; }

.article-page .properties .group {
  background-color: #ccc;
  font-size: 2rem; }

.article-page .properties .property_name {
  white-space: nowrap;
  width: 1%;
  padding-left: 2rem; }

.form-block {
  margin-top: 20px; }

.label-small {
  display: block;
  margin: 0 0 6px 0;
  font-weight: normal; }

.table thead .by-content {
  white-space: nowrap;
  padding-left: 1em;
  padding-right: 1em; }

.table tbody .by-content {
  white-space: nowrap;
  padding-left: 1em;
  padding-right: 1em; }

.action-banner-small {
  display: block;
  max-height: 100px;
  width: auto;
  margin-bottom: 20px; }

.action-banner-big {
  display: block;
  max-width: 1140px;
  margin-bottom: 20px; }

.ui-autocomplete-loading {
  background: white url("/images/ui-anim_basic_16x16.gif") right center no-repeat; }

.review-block {
  margin-top: 30px;
  border-top: 1px dotted #18a2c9; }

.review-block-big {
  margin-top: 30px;
  border-top: 1px dotted #18a2c9;
  overflow: hidden;
  height: 100px; }

.review-block-expand {
  margin-top: 30px;
  border-top: 1px dotted #18a2c9; }

.review-date {
  font-size: 14px;
  color: #2e12cb;
  padding-left: 60px; }

.review-button {
  display: none; }

.review-button-expand {
  display: inline-block;
  margin: 10px 0 20px 0;
  font-size: 14px;
  color: #2e12cb; }

.top-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 23px;
  padding: 12px 34px;
  border-radius: 3px;
  background: #f7f7ee;
  margin: 0 0 18px 0; }

.top-notification .pic {
  -ms-flex-item-align: start;
  align-self: flex-start;
  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;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 97px;
  height: 97px;
  padding: 8px;
  border-radius: 50%;
  background: #0565ee;
  margin: 0 34px 0 0; }

.top-notification .pic img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.top-notification .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.top-notification .tind {
  margin-top: 8px; }

/* old basic styles end */
/* new styles */
.item-selection .checks label {
  cursor: pointer; }
.item-selection .checks a, .item-selection .checks span {
  display: block;
  text-align: center;
  min-width: 38px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #383c45;
  padding: 9px;
  border-radius: 2px;
  margin: 0 10px 10px 0; }
.item-selection .checks a {
  border: 1px solid #e4e6e7; }
.item-selection .checks span {
  background-color: #fffef4;
  border: 1px solid #fcbe03; }
  .item-selection .checks span.color-grouping-box {
    width: 66px;
    height: 87px;
    padding: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #fcbe03;
    -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; }
    .item-selection .checks span.color-grouping-box img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      display: inline-block; }
    .item-selection .checks span.color-grouping-box.avail {
      border: 1px solid #e4e6e7; }
    .item-selection .checks span.color-grouping-box.disabled {
      background-color: #fff;
      border: 1px solid #e4e6e7;
      opacity: 0.5; }
  .item-selection .checks span.disabled {
    background-color: #fff;
    border: 1px solid #e4e6e7;
    opacity: 0.5; }
.item-selection .checks.colors a {
  border: none;
  padding: 0;
  margin: 0; }
  .item-selection .checks.colors a span {
    background-color: #fff; }

.ya-share2 ul {
  list-style: unset;
  padding-bottom: 18px; }

.ya-share2 ul > li {
  padding: 0px; }

.ya-share2 ul > li:before {
  content: unset; }

#menu-catalog-link,
#menu-catalog-link:active,
#menu-catalog-link:link,
#menu-catalog-link:visited {
  display: block;
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  padding: 12px 0 6px 12px; }

.photos-mini-item {
  max-height: 64px;
  border: 1px solid #e1e2e3; }

.hideflex {
  display: none !important; }

.main-side-l .block-title {
  margin-top: 0; }

.company-details {
  list-style: none;
  margin: -10px 0 24px 52px;
  padding: 0; }

.company-details li:before {
  display: none; }

.company-details li {
  margin: 14px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.company-details li:first-child {
  margin-top: 0 !important; }

.company-details .l {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 180px;
  padding: 0 10px 0 0;
  opacity: 0.5; }

.company-details .r {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

p.help-block {
  font-weight: 300;
  font-size: 15px;
  line-height: 16px;
  opacity: 0.75;
  margin-top: 6px; }

p.help-block-error,
.has-error label {
  color: #f02362; }

.has-success label {
  color: #38be38; }

.has-error input[type=text],
.has-error input[type=email],
.has-error input[type=password] {
  border-color: #f02362 !important; }

.input-wrapper {
  position: relative; }

.has-success .input-wrapper::after,
.has-error .input-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%; }

.has-success .input-wrapper::after {
  background-image: url(/img/check-green.svg);
  width: 10px;
  height: 8px;
  margin: -4px -5px; }

.has-error .input-wrapper::after {
  background-image: url(/img/exclam-red.svg);
  width: 3px;
  height: 16px;
  margin: -8px -1.5px; }

.has-success input[type=text],
.has-success input[type=email],
.has-success input[type=password] {
  border-color: #38be38 !important; }

.center-form .label {
  display: block; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  display: inline; }

.no-read-only {
  border: 1px solid #d4d4de !important;
  background: #fff !important; }

/* new styles end */
ol.no-first > li:before {
  opacity: 0;
  position: absolute;
  font-size: 1px; }

@media all and (min-width: 768px) {
  .a-row {
    display: table;
    width: 100%; }
    .a-row .a-cell {
      display: table-cell;
      vertical-align: top;
      padding: 0 20px 20px 0; }
      .a-row .a-cell:first-child {
        width: 30%; }
      .a-row .a-cell .h2 {
        margin-top: 0; } }
.level.level-1 {
  padding-left: 10px; }
.level.level-2 {
  padding-left: 20px; }
.level.level-3 {
  padding-left: 30px; }
.level.level-4 {
  padding-left: 40px; }
.level.level-5 {
  padding-left: 50px; }
.level.level-6 {
  padding-left: 60px; }
.level.level-7 {
  padding-left: 70px; }
.level.level-8 {
  padding-left: 80px; }
.level.level-9 {
  padding-left: 90px; }
.level.level-10 {
  padding-left: 100px; }
.level.active a {
  color: #0565ee; }

.hide {
  display: none; }

@media only screen and (min-width: 1021px) {
  .mainwrap {
    overflow: visible; }

  .order-form-r {
    position: sticky;
    top: 0;
    margin-left: 50px; } }
.avail-count {
  text-align: center;
  margin: 10px 0;
  color: #12b021; }

option span {
  font-size: 12px; }

.pagination {
  display: block;
  margin: 20px auto;
  text-align: center; }
  .pagination li {
    display: inline-block;
    padding: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    text-align: center;
    margin: 0 3px;
    list-style-type: none; }
    .pagination li:before {
      display: none; }
    .pagination li.active, .pagination li:hover {
      border: 1px solid #246ffe; }
    .pagination li.prev, .pagination li.next, .pagination li.first, .pagination li.last {
      color: #cfcfcf;
      border: 1px solid #cfcfcf; }
      .pagination li.prev a, .pagination li.next a, .pagination li.first a, .pagination li.last a {
        color: #cfcfcf; }
      .pagination li.prev.disabled, .pagination li.next.disabled, .pagination li.first.disabled, .pagination li.last.disabled {
        display: none; }
    .pagination li a {
      display: inline-block;
      width: 46px;
      height: 46px;
      text-decoration: none; }

.yd-widget-container {
  min-width: auto !important; }
  .yd-widget-container .ya-td {
    display: block !important;
    padding: 4px 20px !important;
    border: none !important; }
    .yd-widget-container .ya-td:last-child {
      border-bottom: 1px solid #f0f0f0 !important; }

@media all and (max-width: 780px) {
  .info-widget .widget-info {
    width: 100% !important; }
    .info-widget .widget-info .widget-cols {
      width: 100% !important;
      float: none !important; }
    .info-widget .widget-info .widget-map-container {
      width: 100% !important;
      float: none !important; } }

.strike {
  font-weight: normal;
  opacity: 0.5;
  text-decoration: line-through;
  margin-right: 10px; }

.row.promo button {
  padding: 8px 20px 6px 20px !important;
  min-height: 38px !important; }
  .row.promo button.btn-grey {
    border: 1px solid #d4d4de; }

.promo-error ::-webkit-input-placeholder {
  color: #ff0000; }
.promo-error :-ms-input-placeholder {
  color: #ff0000; }
.promo-error ::-ms-input-placeholder {
  color: #ff0000; }
.promo-error ::placeholder {
  color: #ff0000; }

#subscribe {
  position: relative; }
  #subscribe .tooltip {
    position: absolute;
    display: none;
    top: -40px;
    left: 0;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #999999;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.5); }

.jivo-no-transition {
  z-index: -1 !important; }

.row-foot > div {
  text-align: center; }

@media all and (min-width: 480px) {
  .row-foot {
    display: table;
    width: 100%; }
    .row-foot > div {
      display: table-cell;
      padding: 0 40px 0 0;
      vertical-align: middle; }
      .row-foot > div.copyright {
        text-align: left; }
      .row-foot > div.diaspar {
        text-align: right; } }
.c-links {
  padding-left: 40px;
  padding-top: 20px; }
  .c-links a {
    color: #4a5160;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-left: 25px; }
    .c-links a:hover {
      text-decoration: underline; }
    .c-links a:not(:last-child) {
      margin-bottom: 10px; }
    .c-links a.link:before {
      content: '';
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAB20lEQVRYheWXvUoDQRSFv2wVglhZhhCsRHwDLcQ+mCKlpMhTWKSXFNZ5hoCN+AAKwTdQEQQTElOIWFtpLHKuO9zshvwYVvDAMjNn7t/O3Nm9A/8duTnlIuAQqAB7wA5Q1NwL8AjcAVfADfD1WwEWgCYwAsZzPiPpFFZ1XgOGCQ6egHowrovzckPZWBgR0AoM3QPv6neBTcnZPOK6Gr9Lx+Zbsjm3844UP4EzoKFxD9gIZMMA0FxPXEO6nxp35g3C3vwDOADywKu4IyfrA0AyY+nkZeODeCVmohYYtb070fg6QT4pACQ7lm6a3SkUiBPuNOBtX6sLBFAlzhfDKXFiJp6OZmBw3U/TO49Y7Jyv+oxwCWmJc+8CO2d6S0KkbQHES37ueDuePwkdAcfqXzjhstrnFCezYDplx5uPShjArvq3Triktr9EAKZTcrz52AtJy/6iE34Tv5XiZNYWbGnuzfFF4tMATP6GaUbWjRws8I1eJzLdgohJMQFxMhr6ardTnMyC6fQdbz7MJxHwoP6+Ex6oLS8RgOkMHG8+7sIALtX3P4q+2t9cAfNxFZKZfoojJgVke4m3XBZtEorWzH/HkHFBYsi0JIM/UJRaEJmV5SEyu5iEWPvVLPPL6Tc6NUbHWBa0NAAAAABJRU5ErkJggg==") 50% 50% no-repeat;
      background-size: contain;
      width: 16px;
      height: 16px;
      display: inline-block;
      position: absolute;
      left: 0; }
    .c-links a.mail:before {
      content: '';
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAiCAYAAAAQ9/ptAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAHoSURBVHja7Jmhb8JAFIc/tmWZaFCIqallgkwQNH8BamZTKBRmU/gFNYVYUBPLNG4VSMSCmETMgSAIMkEmFsQCCWGCd8vtcgUKFCjpL2nS9u7e/b728XotMJUDVIA2MAnZ1hbvDhpMM4Qg5tYEnEPgHrgm/DpVOx0P4qreaceMVz08dwDG2okfo8MAuAMOdgDkQLwMDI+m538HZ4BrIf8AMluEyYgH05crnj2BlLIeFe8FSGwQJCFz2ipbVus3FwjgBChZbuk3UNgATEHmMtOrJN7wC6R0DtQ8ymQ6AJC0x2OkJl5s8gWkdAV0LRM9AfE1gMQllhm/K3PP0lJAKg0fgKEx7gvIrwCTlxh6zKHM5SwwfmkgpQugbrma70DKR5yUjDHj1GWORbUykNIN0DNijIHHOWkYlz5jY2xPYvrV2oDUWrBsMfcJ5Cz9c9JmXoTygukVOJBSEmhY0udN2pKyb7Y3pG0VBQI06w4MLYXE6w7uHJD6jVQsaajSq7KmUr8xIK8q5rcK+gaKGSCxgJYx6sH4GlD8iQ6wCaCgNdHfMfZKEVAEFAFFQBFQBLRtoJHxih026Z5HR0ALuJQTz7ISHoUE5hi41Y5bAEXC/8+D2ooq7dw9gHHNmpBn+jGvHyKIvnj++4T2OwC3tfSAFPDTWgAAAABJRU5ErkJggg==") 50% 50% no-repeat;
      background-size: contain;
      width: 16px;
      height: 16px;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 2px; }

.w-list li {
  padding-bottom: 20px; }

.contacts div {
  margin-bottom: 20px; }
.contacts b {
  display: inline-block;
  margin-bottom: 10px; }
.contacts .mail {
  color: #4a5160;
  text-decoration: none; }

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