@charset "UTF-8";
/* -------------------------------------
	Common styles
	------------------------------------- */
/* ---------- Font face  ---------- */
@font-face {
  font-family: 'Futura New';
  src: url("../fonts/futuranewbook-reg.woff2") format("woff2"), url("../fonts/futuranewbook-reg.woff") format("woff"), url("../fonts/futuranewbook-reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura New';
  src: url("../fonts/futuranewbold-reg.woff2") format("woff2"), url("../fonts/futuranewbold-reg.woff") format("woff"), url("../fonts/futuranewbold-reg.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Futura New';
  src: url("../fonts/futuranewdemi-reg.woff2") format("woff2"), url("../fonts/futuranewdemi-reg.woff") format("woff"), url("../fonts/futuranewdemi-reg.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Futura New';
  src: url("../fonts/futuranewheavy-reg.woff2") format("woff2"), url("../fonts/futuranewheavy-reg.woff") format("woff"), url("../fonts/futuranewheavy-reg.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Formular';
  src: url("../fonts/formular.woff2") format("woff2"), url("../fonts/formular.woff") format("woff"), url("../fonts/formular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Formular';
  src: url("../fonts/formular-medium.woff2") format("woff2"), url("../fonts/formular-medium.woff") format("woff"), url("../fonts/formular-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Formular';
  src: url("../fonts/formular-bold.woff2") format("woff2"), url("../fonts/formular-bold.woff") format("woff"), url("../fonts/formular-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* ---------- Reset styles  ---------- */
article, aside, dialog, figcaption, figure, footer, header, main, nav, section, details, menu {
  display: block;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  position: relative;
  font: 14px/1.3 "Formular", sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  letter-spacing: -.025em;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-family: "Futura New", sans-serif;
  font-weight: 700;
  letter-spacing: -.05em;
}

p {
  margin: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

a:hover {
  color: #26ab55;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:active, a:hover {
  outline-width: 0;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #000;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

button:focus {
  outline: none;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

input[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

[role="button"] {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.mfp-bg {
  opacity: 0.26;
}

.simplebar-scrollbar:before {
  background: #dedfe1;
  opacity: .8 !important;
}

.main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.main-wrapper .footer {
  margin-top: auto;
}

.page {
  padding-bottom: 50px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 758px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1322px;
  }
}

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

.f-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
}

.cols {
  padding: 0 13px;
}

.col-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33333%;
}

.col-1-4 {
  width: 25%;
}

.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-relative {
  position: relative;
}

.input-hidden {
  display: none;
}

/* ----- Titles & text ----- */
h1, .h1 {
  font-size: 34px;
  line-height: 1;
}

h2, .h2 {
  font-size: 28px;
  line-height: 1;
}

h3, .h3 {
  font-size: 24px;
  line-height: 1;
}

.page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  --webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-title .h2 {
  margin-right: 15px;
}

.page-title-item {
  display: inline-block;
  color: rgba(137, 137, 137, 0.6);
  margin-bottom: 20px;
}

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

.nowrap {
  white-space: nowrap;
}

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

.text-bold {
  font-weight: 700;
}

.color-text {
  color: #000;
}

.color-accent {
  color: #2dc964;
}

.title-text {
  font-size: 15px;
  font-weight: 700;
}

.sub-text {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
}

.text-block {
  line-height: 1.7;
}

.text-block p:not(:last-child) {
  margin-bottom: .7em;
}

.text-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-block ul:not(:last-child) {
  margin-bottom: .7em;
}

.text-block ul li {
  position: relative;
  padding-left: 30px;
}

.text-block ul li::before {
  content: '';
  width: 18px;
  height: 1px;
  background: #2dc964;
  position: absolute;
  top: .85em;
  left: 0;
}

.share-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/ic-share.svg") no-repeat 50% 50%/100%;
}

.card-links__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 10px;
}

.card-links__row .card-link:not(:last-child) {
  margin-right: 30px;
}

.card-links + .card-quantity {
  margin-top: 7px;
}

.card-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  color: #2dc964;
}

.card-link:hover {
  text-decoration: underline;
}

.card-link img {
  width: 27px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27px;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
  height: 18px;
  margin-right: 14px;
}

.dotted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.dotted::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px dotted #e5e5e5;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: -1;
}

.dotted span {
  display: inline-block;
  background: #fff;
}

/* ----- Отступы ----- */
.section {
  padding: 45px 0;
}

.section--p-top {
  padding-bottom: 0;
}

.section--bg {
  background-color: #f7f8fa;
}

.content p:not(:last-child) {
  margin-bottom: 1em;
}

/* ----- Кнопки ----- */
.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 500 18px/1 "Futura New", sans-serif;
  border-radius: 2px;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn--color {
  border-color: #2dc964;
  background-color: #2dc964;
  color: #fff;
}

.btn--color:hover {
  border-color: #26ab55;
  background-color: #26ab55;
  color: #fff !important;
}

.btn--color:active {
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.27);
          box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.27);
}

.btn--white {
  border-color: #2dc964;
  background-color: #fff;
  color: #2dc964;
}

.btn--white:hover {
  border-color: #26ab55;
  color: #26ab55;
}

.btn--transp {
  border-color: #fff;
  color: #fff;
}

.btn--transp:hover {
  border-color: #fff;
  background-color: #fff;
  color: #2dc964;
}

.btn--ic {
  border-color: #2dc964;
  background-color: #2dc964;
}

.btn--ic:hover {
  border-color: #26ab55;
  background-color: #26ab55;
}

.btn-close {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/ic-close.svg") no-repeat 50% 50%/100%;
  opacity: 0.8;
  cursor: pointer;
}

.btn-close:hover {
  opacity: 1;
}

.btn-close--white {
  background-image: url("../img/ic-close-white.svg");
}

.btn-close.mfp-close {
  background: url("../img/ic-close.svg") no-repeat 50% 50%/100% !important;
}

.btn-cart {
  width: 64px;
  height: 37px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.btn-cart::before {
  content: '';
  display: block;
  width: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 21px;
  background: url(../img/ic-cart-white.svg) no-repeat 0 0;
  background-size: 100%;
}

.btn-cart--text {
  width: 167px;
  height: 44px;
}

.btn-cart--text::before {
  margin-right: 15px;
}

.btn-cart--text:hover {
  color: #fff;
}

.cart-reset {
  color: #2dc964;
}

.cart-item-delete {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 15px;
  right: 15px;
}

/* ----- Цветовая палитра ----- */
.color-pallete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 204px;
  margin-right: -10px;
}

.color-pallete a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 10px 10px 0;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  position: relative;
}

.color-pallete a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 2px;
  border: 2px solid #2dc964;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.color-pallete a:hover .color-pallete__tooltip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.color-pallete a:hover::before {
  opacity: 1;
}

.color-pallete__tooltip {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  color: #898989;
  position: absolute;
  z-index: 1;
  bottom: -webkit-calc(100% + 10px);
  bottom: calc(100% + 10px);
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.color-pallete__tooltip::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ----- Элементы управления слик слайдера ----- */
.slick-arrow {
  font-size: 0;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 10px rgba(8, 7, 7, 0.09);
          box-shadow: 0 6px 10px rgba(8, 7, 7, 0.09);
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slick-arrow::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.slick-arrow:hover {
  -webkit-box-shadow: inset 0 -2px 2px rgba(8, 7, 7, 0.09), 0 4px 8px rgba(8, 7, 7, 0.09);
          box-shadow: inset 0 -2px 2px rgba(8, 7, 7, 0.09), 0 4px 8px rgba(8, 7, 7, 0.09);
}

.slick-prev::before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 4px;
}

.slick-next::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -4px;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}

.slick-dots button {
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 6px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.slick-dots .slick-active button {
  background-color: #2dc964;
}

/* ----- Миниатюры карточек ----- */
.item {
  background-color: #fff;
  border: 1px solid #f3f3f3;
  position: relative;
  -webkit-transition: -webkit-box-shadow .1s linear;
  transition: -webkit-box-shadow .1s linear;
  -o-transition: box-shadow .1s linear;
  transition: box-shadow .1s linear;
  transition: box-shadow .1s linear, -webkit-box-shadow .1s linear;
}

.item__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.item__img .label-best {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.item__img a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.item__img img {
  max-height: 100%;
}

.item .user-controls {
  position: absolute;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}

/* .item .user-controls a {
  opacity: 0.2;
}

.item .user-controls a:hover {
  opacity: 0.4;
} */

.item .user-controls [src$="favorite.svg"] {
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
    opacity: 0.5;
}
.item .user-controls [src$="favorite.svg"]:hover {
    opacity: 0.7;
}
.item .user-controls .active [src$="favorite.svg"] {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
    opacity: 1 !important;
}
.item .user-controls [src$="compare.svg"] {
	opacity: .2;
}
.item .user-controls [src$="compare.svg"]:hover {
	opacity: .4;
}

.item .user-controls__img {
  margin-bottom: 0;
}

.item__data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  font-size: 12px;
  color: #898989;
}

.item__availability {
  display: inline-block;
  font-size: 12px;
  color: #898989;
}

.item__availability-noavailable {
  padding: 1px 6px 3px 4px;
  color: #fff;
  border-radius: 2px;
  background-color: #e3324b;
}

.item__group {
	min-height: 79px;
	margin-bottom: 18px;
}

.item__title {
  height: 55px;
  overflow: hidden;
  margin-bottom: 18px;
  line-height: 1.4;
}

.item__group .item__title {
	margin-bottom: 0;
}

.item__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
    .item-cards .item__footer .item__price{
      text-align: right;
      margin-bottom: 20px;
    }
      .item__footer .item__controls .ui-quantity{
        height: 39px !important;
      }
  .item-lines .item__footer .item__controls{
    display: none;
  }
.item__price {
  font: 700 20px "Futura New", sans-serif;
  color: #1b1b1b;
}

.item__sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 60px;
}

.item__sidebar .item__delivery {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.item__sidebar .ui-quantity {
  width: 135px;
  height: 44px;
}

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

.item__controls .ui-quantity {
  margin-right: 13px;
}

.item__delivery {
  margin-top: 20px;
  font-size: 12px;
  color: #898989;
  line-height: 1.5;
}

.item__delivery p {
  margin: 0;
}

.item:hover {
  z-index: 1;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
}

.label-best {
  display: inline-block;
  padding: 2px 20px 3px 10px;
  font-size: 12px;
  font-weight: 500;
  background: #ffd739;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.label-best::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  border-top: 10px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 9px solid #fff;
}

.label-best--transp {
  background: url("../img/label-bg.png") no-repeat 50% 50%/cover;
}

.label-best--transp::after {
  display: none;
}

.item-cards .item {
  max-width: 259px;
  margin: 0 0 -1px -1px;
  padding: 30px 30px 25px;
}

.item-cards .item .user-controls {
  width: 100%;
  padding: 0 30px;
  top: 30px;
  left: 0;
  visibility: hidden;
}

.item-cards .item__img {
  height: 162px;
  margin-bottom: 30px;
}

.item-cards .item .item__sidebar {
  /*display: none;*/
  margin-left: 0 !important;
}
.item-cards .btn-cart--text{
  width: 50px;
  font-size: 0;
}
  .item-cards .btn-cart--text::before{
    margin-right: 0 !important;
  }
.item-cards .item .item__footer .item__availability {
  display: none;
}

.item-cards .item:hover .user-controls {
  visibility: visible;
}

.item-lines {
  padding-top: 1px;
}

.item-lines .item {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1px;
  padding: 15px 60px 15px 30px;
  position: relative;
}

.item-lines .item .user-controls {
  width: auto;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  margin-top: -40px;
  right: 30px;
}

.item-lines .item .label-best {
  bottom: 10px;
}

.item-lines .item__img {
  width: 147px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 147px;
      -ms-flex: 0 0 147px;
          flex: 0 0 147px;
}

.item-lines .item__footer {
  display: block;
  width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-left: 65px;
}

.item-lines .item__footer .item__availability {
  display: inline-block;
  margin-top: 30px;
}

.item-lines:hover .user-controls {
  visibility: visible;
}

.item-lines .item__group {
  position: relative;
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  margin-left: 30px;
}

.item-lines .item__data .item__availability, .item-lines .item__footer .btn-cart {
  display: none;
}

@media screen and (max-width: 1199px) {
  .item-cards .item {
    max-width: 311px;
  }
  .item-cards .item .user-controls {
    visibility: visible;
  }
  .item-lines .item__img {
    width: 125px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 125px;
        -ms-flex: 0 0 125px;
            flex: 0 0 125px;
  }
  .item-lines .item__footer, .item-lines .item__sidebar {
    margin-left: 30px;
  }
  .item-lines .item .user-controls {
    right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .item-cards .item {
    max-width: 243.5px;
    padding-left: 21.5px;
    padding-right: 21.5px;
  }
  .item-lines .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .item-lines .item__footer .item__availability {
    margin-top: 15px;
  }
  .item-lines .item__sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 0;
    margin-top: 15px;
  }
  .item-lines .item__sidebar .item__delivery {
    margin: 0 0 0 30px;
  }
  .item-lines .item .user-controls {
    right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .item-cards .item {
    max-width: 256px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .item-lines .item {
    padding-left: 170px;
  }
  .item-lines .item__img {
    height: 125px;
    position: absolute;
    left: 20px;
    top: 15px;
  }
  .item-lines .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .item-lines .item__group, .item-lines .item__footer {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
  }
  .item-lines .item__footer .item__availability {
    margin-top: 0;
  }
  .item-lines .item__title {
    height: auto;
  }
  .item-lines .item__sidebar {
    display: block;
  }
  .item-lines .item__sidebar .item__delivery {
    margin-left: 0;
  }
  .item-lines .item__sidebar .item__controls {
    margin-top: 15px;
  }
  .item-lines .item .user-controls {
    width: 90px;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    right: auto;
    top: 170px;
    margin-top: 0;
    left: 40px;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .item-lines .item .btn-cart--text {
    width: 124px;
    font-size: 0;
  }
  .item-lines .item .btn-cart--text::before {
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .item-cards .item {
    max-width: 300px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .item-cards .item__img {
    height: 140px;
    margin-bottom: 15px;
  }
  .item-lines .item {
    padding-right: 30px;
  }
}

@media screen and (max-width: 480px) {
  .item-lines .item {
    display: block;
    padding: 30px;
  }
  .item-lines .item__img {
    width: 140px;
    height: 140px;
    margin: 0 auto 15px;
    position: relative;
    top: auto;
    left: auto;
  }
  .item-lines .item .user-controls {
    width: 100%;
    padding: 0 30px;
    top: 30px;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .item-lines .item .btn-cart--text {
    width: 80px;
  }
}

/* ----- ссылки на соц сети ----- */
.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-link {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}

.social-link:not(:last-child) {
  margin-right: 20px;
}

.social-link:hover {
  -webkit-transform: translate3d(0, -8%, 0);
          transform: translate3d(0, -8%, 0);
}

.social-vk {
  width: 28px;
  height: 16px;
  background-image: url("../img/ic-vk.svg");
}

.social-insta {
  width: 21px;
  height: 21px;
  background-image: url("../img/ic-insta.svg");
}

.social-twitter {
  width: 22px;
  height: 18px;
  background-image: url("../img/ic-twitter.svg");
}

.social-youtube {
  width: 27px;
  height: 21px;
  background-image: url("../img/ic-youtube.svg");
}

.social-tiktok {
  width: 27px;
  height: 21px;
  background-image: url("../img/ic-tiktok2.svg");
}

.social-vk-color {
  width: 60px;
  height: 38px;
  background-image: url("../img/ic-vk-color.svg");
}

.social-tiktok-color {
  width: 60px;
  height: 60px;
  background-image: url("../img/ic-tiktok-color.svg");
}

.social-fb-color {
  width: 21px;
  height: 35px;
  background-image: url("../img/ic-fb-color.svg");
}

.social-google-color {
  width: 30px;
  height: 31px;
  background-image: url("../img/ic-google-color.svg");
}

.social-insta-color {
  width: 59px;
  height: 59px;
  background-image: url("../img/ic-insta.png");
}

.social-youtube-color {
  width: 85px;
  height: 59px;
  background-image: url("../img/ic-youtube.png");
}

/* ----- js вкладки ----- */
.js-tab {
  cursor: pointer;
}

.js-tab-item:not(:first-child) {
  display: none;
}

/* ----- js аккордион ----- */
.js-accordion-btn {
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}

.js-accordion-btn::before {
  content: '';
  display: block;
  width: 5px;
  height: 9px;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -4px;
  z-index: 0;
  background: url("../img/ic-arrow.svg") no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.js-accordion-btn.active::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.js-accordion-content {
  display: none;
}

/* ----- ui-select----- */
.ui-select {
  position: relative;
}

.ui-select__select {
  display: none;
}

.ui-select__trigger {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 17px 0 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ui-select__trigger:hover {
  color: #2dc964;
}

.ui-select__trigger::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  position: absolute;
  right: 2px;
  top: 6px;
  background: url("../img/ic-arrow-accent.svg") no-repeat 0 0/cover;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ui-select__options {
  display: none;
  z-index: 1;
  min-width: 120px;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  padding: 5px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  overflow: hidden;
}

.ui-select__option {
  position: relative;
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ui-select__option.active {
  color: #2dc964;
}

.ui-select.opened {
  z-index: 1;
}

.ui-select.opened .ui-select__trigger::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.ui-select.opened .ui-select__options {
  display: block;
}

.color-select {
  height: 54px;
  width: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 7px;
  border: 1px solid #e7e7e7;
  position: relative;
}

.color-select__trigger {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.color-select__trigger .color-block {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

.color-select__trigger::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  position: absolute;
  right: 17%;
  top: 50%;
  margin-top: -4px;
  background: url("../img/ic-arrow.svg") no-repeat 0 0/cover;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.color-select__options {
  padding: 8px;
  min-width: 1px;
}

.color-select__option {
  display: block;
  width: 100%;
  height: 24px;
  background-repeat: no-repeat;
}

.color-select__option:not(:last-child) {
  margin-bottom: 8px;
}

.color-select.opened .color-select__options {
  display: block;
}

/* ----- ui-quantity ----- */
.ui-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ui-quantity input {
  width: 50%;
  height: 100%;
  min-width: 1px;
  padding: 0 10px;
  text-align: center;
  border: none;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}

.ui-quantity__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  min-width: 25%;
  height: 100%;
  border-radius: 2px;
  background-color: transparent;
  opacity: 0.8;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ui-radiobox, .ui-toggle {
  display: block;
  margin-bottom: 0;
  cursor: pointer;
}

.ui-radiobox__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.ui-radiobox__label::before, .ui-radiobox__label::after {
  content: '';
  display: block;
  border-radius: 50%;
}

.ui-radiobox__label::before {
  width: 27px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27px;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
  height: 27px;
  margin-right: 16px;
  background: #fff;
  border: 2px solid #e7e7e7;
}

.ui-radiobox__label::after {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 7px;
  left: 7px;
  background: #2dc964;
  will-change: transform;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ui-radiobox input:checked + .ui-radiobox__label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.ui-radiobox:not(:last-child) {
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .ui-radiobox:not(:last-child) {
    margin-bottom: 10px;
  }
}

.ui-toggle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ui-toggle__label {
  width: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  height: 23px;
  margin: 0 15px;
  position: relative;
  background-color: #ccc;
  border-radius: 30px;
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.ui-toggle__label::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-48%);
      -ms-transform: translateY(-48%);
          transform: translateY(-48%);
  z-index: 0;
  left: 8%;
  background-color: #fff;
  -webkit-transition: left .2s ease-in-out;
  -o-transition: left .2s ease-in-out;
  transition: left .2s ease-in-out;
}

.ui-toggle input:checked + .ui-toggle__label {
  background-color: #2dc964;
}

.ui-toggle input:checked + .ui-toggle__label::before {
  left: 58%;
}

.ui-tooltip {
  position: relative;
}

.ui-tooltip__ic {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/ic-tooltip.svg") no-repeat 50% 50%/13px 13px;
  cursor: pointer;
}

.ui-tooltip__hidden {
  width: 500px;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  will-change: transform;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.ui-tooltip__hidden .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
}

.ui-tooltip.ui-tooltip--open .ui-tooltip__hidden {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

@media screen and (max-width: 991px) {
  .ui-tooltip__hidden {
    max-width: 350px;
  }
}

@media screen and (max-width: 575px) {
  .ui-tooltip__hidden {
    padding: 20px;
  }
}

/* ----- projects ----- */
.projects-slider__img {
  position: relative;
  overflow: hidden;
}

.projects-slider__img:hover img {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition-duration: 6s;
       -o-transition-duration: 6s;
          transition-duration: 6s;
}

.projects-slider__img a:hover {
  color: inherit;
}

.projects-slider__img img {
  width: 100%;
  max-width: none;
  height: 522px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 3s .1s linear;
  transition: -webkit-transform 3s .1s linear;
  -o-transition: transform 3s .1s linear;
  transition: transform 3s .1s linear;
  transition: transform 3s .1s linear, -webkit-transform 3s .1s linear;
}

.projects-slider__title {
  max-width: 400px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  position: absolute;
  bottom: 100px;
  left: 65px;
}

.projects-slider__title > * {
  display: inline;
  padding: 5px 0;
  line-height: 1.6;
  background-color: #ffd739;
  -webkit-box-shadow: 10px 0 0px 0px #ffd739, -10px 0 0px 0px #ffd739;
          box-shadow: 10px 0 0px 0px #ffd739, -10px 0 0px 0px #ffd739;
}

@-moz-document url-prefix() {
  .projects-slider__title > * {
    display: inline-block;
    box-shadow: -10px 0 0px 0px #ffd739;
  }
}

@media screen and (max-width: 1199px) {
  .projects-slider__img img {
    height: 374px;
  }
  .projects-slider__title {
    bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .projects-slider__img img {
    height: 320px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .projects-slider__title {
    left: 35px;
  }
}

@media screen and (max-width: 575px) {
  .projects-slider__title {
    left: 15px;
    bottom: 15px;
  }
}

.cart-subtitle {
  padding: 30px 50px;
  font-size: 15px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
  position: relative;
  z-index: 1;
}

.map {
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.map .gmnoprint, .map .gm-style-cc, .map a {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .map {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}

@media screen and (max-width: 1199px) {
  .hide-xl {
    display: none;
  }
  .main-wrapper {
    padding-top: 95px;
  }
  .page-title {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hide-md {
    display: none;
  }
  .cart-subtitle {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 575px) {
  .main-wrapper {
    padding-top: 80px;
  }
}

/* -------------------------------------
	Modules
	------------------------------------- */
/* ----- Forms ----- */
*::-webkit-input-placeholder {
  color: #898989;
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-moz-placeholder {
  color: #898989;
  opacity: 1;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*:-ms-input-placeholder {
  color: #898989;
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-ms-input-placeholder {
  color: #898989;
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::placeholder {
  color: #898989;
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

body input:focus:required:invalid, body textarea:focus:required:invalid,
body input:required:valid, body textarea:required:valid {
  color: #000;
}

.form {
  padding: 40px 80px 45px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
}

.form__subtitle {
  margin-bottom: 30px;
  letter-spacing: -0.033em;
}

.form .checkbox {
  margin-top: 15px;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.form-col {
  padding-left: 8px;
  padding-right: 8px;
}

.form-col .input-block {
  margin-bottom: 16px;
}

.input-block {
  position: relative;
}

.input-block:not(:last-of-type) {
  margin-bottom: 16px;
}

.input-block:not(.input-search) .input:focus, .input-block:not(.input-search) .input.populated {
  padding: 19px 15px 6px;
}

.input-block:not(.input-search) .input:focus + .input-placeholder, .input-block:not(.input-search) .input.populated + .input-placeholder {
  opacity: 0;
  top: 7px;
}

.input-block:not(.input-search) .textarea:focus, .input-block:not(.input-search) .textarea.populated {
  padding: 23px 15px 6px;
}

.input-block:not(.input-search) .textarea:focus + .input-placeholder, .input-block:not(.input-search) .textarea.populated + .input-placeholder {
  opacity: 0;
  top: 7px;
}

.input-placeholder {
  position: absolute;
  top: 0;
  left: 16px;
  opacity: 0;
  font-size: 12px;
  color: #bebebe;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.input-pass-restore .input {
  padding-right: 82px !important;
}

.input-pass-restore a {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 500;
  color: #0a0909;
}

.input {
  display: block;
  width: 100%;
  height: 54px;
  min-width: 1px;
  padding: 17px 15px 18px;
  border: 2px solid #e7e7e7;
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.input:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.input:focus::-webkit-input-placeholder {
  opacity: 0;
  color: transparent;
}

.input:focus::-moz-placeholder {
  opacity: 0;
  color: transparent;
}

.input:focus:-ms-input-placeholder {
  opacity: 0;
  color: transparent;
}

.input:focus::-ms-input-placeholder {
  opacity: 0;
  color: transparent;
}

.input:focus::placeholder {
  opacity: 0;
  color: transparent;
}

.input--type-2 {
  padding-left: 0;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 15px;
  font-weight: 700;
}

.input--type-2::-webkit-input-placeholder {
  color: #000;
  font-weight: 700;
}

.input--type-2::-moz-placeholder {
  color: #000;
  font-weight: 700;
}

.input--type-2:-ms-input-placeholder {
  color: #000;
  font-weight: 700;
}

.input--type-2::-ms-input-placeholder {
  color: #000;
  font-weight: 700;
}

.input--type-2::placeholder {
  color: #000;
  font-weight: 700;
}

.input-err {
  border-color: #f00;
}

.input-err-text {
  margin: 4px 0 0;
  font-size: 14px;
  color: #f00;
}

.input-search::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
  z-index: 0;
  background: url("../img/ic-search-black.svg") no-repeat 0 0;
  background-size: 100%;
  opacity: 0.2;
}

.input-search .input {
  padding-left: 40px;
}

.textarea {
  height: 143px;
  resize: none;
}

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-bottom: 0;
}

.checkbox .checkbox-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17px;
  height: 17px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 17px;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
  background-color: #f7f7f7;
}

.checkbox .checkbox-wrap::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: #2dc964;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}

.checkbox .checkbox-text {
  display: inline-block;
  margin-left: 8px;
  opacity: 0.5;
}

.checkbox input:checked + .checkbox-wrap::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.submit {
  height: 54px;
  margin-top: 20px;
}

.modal {
  max-width: 475px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-animation: modal 0.4s cubic-bezier(0.7, 0, 0.3, 1) forwards;
          animation: modal 0.4s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

.modal .js-tabs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal .js-tabs .modal__title:first-child {
  margin-right: 25px;
}

.modal .js-tab {
  position: relative;
  overflow: hidden;
  padding-bottom: .2em;
}

.modal .js-tab::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2dc964;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modal .js-tab:not(.js-tab--active) {
  color: #bebebe;
}

.modal .js-tab--active::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.modal .btn {
  width: 100%;
}

.modal .btn-close {
  width: 16px;
  height: 16px;
  top: 20px;
  right: 20px;
}

.modal .checkbox-text {
  font-size: 12px;
}

@-webkit-keyframes modal {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -400px, 0);
            transform: translate3d(0, -400px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes modal {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -400px, 0);
            transform: translate3d(0, -400px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes modal-el {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes modal-el {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
            transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.modal-anim-1, .modal-anim-2, .modal-anim-3 {
  -webkit-animation: modal-el .4s forwards;
          animation: modal-el .4s forwards;
}

.modal-anim-1 {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.modal-anim-2 {
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
}

.modal-anim-3 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.checkbox-hidden {
  display: none;
}

@media screen and (max-width: 575px) {
  .form {
    padding: 30px;
  }
  .modal .btn-close {
    top: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 400px) {
  .form {
    padding: 30px 15px;
  }
}

.help-form__title {
  margin-bottom: 0;
}

.help-form__title .h1 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 0;
}

.help-form .form {
  max-width: 530px;
  padding-top: 60px;
  padding-bottom: 70px;
  -webkit-box-shadow: 0 0 68px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 68px rgba(0, 0, 0, 0.08);
}

.help-form .form .btn {
  margin-top: 25px;
  min-width: 197px;
}

.help-thanks {
  display: none;
}

.help-thanks__title {
  margin: 15px 0 10px;
}

@media screen and (max-width: 575px) {
  .help-form__title {
    font-size: 26px;
  }
  .help-form .form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* -------------------------------------
	Sections
	------------------------------------- */
/* ---------- header  ---------- */
.header {
  position: relative;
  z-index: 3;
  padding: 25px 0 0;
  color: #898989;
}

.header::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fff;
}

.header__top {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top .geo {
  width: 183px;
}

.header__top .tel-link {
  margin: 0 30px 0 auto;
}

.header__middle {
  padding-top: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: nowrap;
}

.header__middle .search {
  width: 410px;
  margin-left: 10px;
  margin-right: 28px;
}

.header__middle .tel-link {
  font-size: 22px;
  cursor: pointer;
}

.header__middle .user-controls {
  margin-left: auto;
}

.header__middle-contacts {
  margin-right: 38px;
}

.header__middle-mobile-logo {
  display: none;
}

.header__middle.search-focused .search {
  margin-left: -178px;
  width: 598px;
}

@media (max-width: 1199px) {
  .header__middle-mobile-logo {
    display: block;
  }
  .header__middle-contacts {
    display: none;
  }
  .m-catalog ~ .city-changer > .select-city__block__text-city__js {
    display: none;
  }
}

.header__bottom {
  position: relative;
  padding: 16px 0 0;
}

/* ----- Выбор города ----- */
.geo {
  position: relative;
  z-index: 1;
  padding-left: 18px;
  padding-right: 18px;
}

.geo::before {
  content: '';
  display: block;
  position: absolute;
  left: -12px;
  top: -15px;
  right: 0;
  bottom: -15px;
  z-index: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 -13px 36px -12px rgba(0, 0, 0, 0.07);
          box-shadow: 0 -13px 36px -12px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.geo__toggle {
  position: relative;
  cursor: pointer;
}

.geo__toggle img {
  position: absolute;
  left: -18px;
  top: 4px;
  width: 11px;
  margin-right: 7px;
}

.geo__list {
  width: 100%;
  padding-top: 1em;
  position: absolute;
  top: 100%;
  z-index: -1;
  will-change: transform;
  -webkit-transform-origin: 40% 0;
      -ms-transform-origin: 40% 0;
          transform-origin: 40% 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.geo__list::before {
  content: '';
  display: block;
  position: absolute;
  left: -12px;
  top: -15px;
  right: 0;
  bottom: -15px;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  -webkit-transform: translateX(-18px);
      -ms-transform: translateX(-18px);
          transform: translateX(-18px);
}

.geo__list li:not(:last-child) {
  margin-bottom: 1em;
}

.geo:hover::before {
  opacity: 1;
}

.geo:hover .geo__toggle {
  cursor: default;
}

.geo:hover .geo__list {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.logo, .logo > img {
  width: 183px;
  max-height: 21px;
}

.phone-bottom-line {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100vw;
  background-color: #fff;
  border-top: 2px solid #2dc964;
  z-index: 2;
  padding: 15px;
  align-items: center;
  justify-content: center;
}

.phone-bottom-line__text {
  max-width: 50%;
  text-align: right;
  font-size: 16px;
}

.phone-bottom-line > a.btn {
  background-color: #2dc964;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 4px;
  margin-left: 15px;
}

.phone-bottom-line_only-mobile {
  display: none;
}

.phone-bottom-line__region {
  position: absolute;
  top: -27px;
  left: 15px;
  font-size: 16px;
  background-color: #fff;
  border: 2px solid #2dc964;
  border-bottom: 0;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
}

@media screen and (max-width: 1330px) {
  .header__top .tel-link {
    margin-right: 20px;
    font-size: 16px;
  }
  .header__middle .tel-link {
    font-size: 20px;
  }
  .header__middle .user-controls {
    top: 1px;
  }
}

@media screen and (max-width: 1315px) {
  .header__middle .tel-link {
    font-size: 20px;
  }
  .header__middle-contacts {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    background: #fff;
    border-bottom: 2px solid #2dc964;
  }
  .header::before {
    display: none;
  }
  .header__top {
    display: none;
  }
  .header__middle {
    padding-top: 0;
  }
  .header__middle .search {
    width: auto;
    margin: 0 0 0 auto;
  }
  .header__middle .user-controls {
    width: auto;
    margin-left: 0;
  }
  .header__bottom {
    padding: 0;
  }
  .phone-bottom-line {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .header__middle .user-controls > * {
    margin-left: 24px;
  }
  .user-controls .user-controls__desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__middle .user-controls__img {
    margin-bottom: 0;
  }
  .header__middle .user-controls__txt {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .header {
    height: 60px;
  }
  .logo {
    width: 150px;
  }
  .header__middle .user-controls > * {
    margin-left: 20px;
  }
  .phone-bottom-line_only-mobile {
    display: initial;
  }
}

@media screen and (max-width: 400px) {
  .logo {
    max-width: 42%;
  }
}

@media (max-width: 370px) {
  .phone-bottom-line > :last-child {
    display: none;
  }
}


/* ----- search ----- */
.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search__form {
  width: 100%;
}

.search__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  height: 44px;
  padding: 12px 15px 13px;
}

.search__btn {
  width: 75px;
  margin-left: -1px;
  background-image: url("../img/ic-search-white.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px 18px;
}

.search__toggle {
  display: none;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media screen and (max-width: 1199px) {
  .header .search {
    position: relative;
    top: 2px;
  }
  .header .search__form {
    width: 545px;
    position: absolute;
    top: 50%;
    right: 0;
    will-change: transform;
    -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scale(0) translateY(-50%);
        -ms-transform: scale(0) translateY(-50%);
            transform: scale(0) translateY(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .header .search__toggle {
    display: block;
  }
  .search-expanded .search__toggle {
    opacity: 0;
  }
  .search-expanded .search__form {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
        -ms-transform: scale(1) translateY(-50%);
            transform: scale(1) translateY(-50%);
  }
}

@media screen and (max-width: 991px) {
  .header .search__form {
    width: 520px;
  }
}

@media screen and (max-width: 767px) {
  .header .search {
    position: static;
  }
  .header .search__form {
    width: 100%;
    top: 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .search-expanded .search__toggle {
    opacity: 1;
  }
  .search-expanded .search__form {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .search__toggle {
    font-size: 0;
  }
  .header__middle-mobile-logo {
    width: 150px;
  }
  .header__middle-mobile-logo .logo {
    max-width: 82%;
  }
}


@media (max-width: 360px) {
  .header__middle-mobile-logo {
    width: 130px;
  }
  .header__middle .user-controls > * {
    margin-left: 15px;
  }
  .phone-bottom-line__text {
    font-size: 15px;
  }
}

/* ---------- footer  ---------- */
.footer {
  padding: 70px 0;
  background-color: #3b3f4c;
  color: #fff;
}

.footer__margin-1 {
  margin-bottom: 30px;
}

.footer__margin-2 {
  margin-bottom: 10px;
}

.footer .social-links {
  margin-top: 10px;
}

.footer__label {
  max-width: 80%;
  margin-bottom: 5px;
  color: #898989;
}

.footer__mail {
  font-size: 15px;
  font-weight: 700;
}

.footer__tel {
  font: 700 20px "Futura New", sans-serif;
}

.footer__txt {
  max-width: 80%;
  line-height: 1.7;
  color: #898989;
}

.footer__bottom {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  color: #898989;
}

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

.footer__logos img:not(:last-child) {
  margin-right: 15px;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding: 50px 0;
  }
  .footer__label {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding-bottom: 20px;
  }
  .footer__main > .col-1-2 {
    width: 100%;
  }
  .footer .col-1-4 {
    width: 50%;
    margin-bottom: 30px;
  }
  .footer__bottom {
    margin-top: 0;
  }
  .footer__bottom .col-1-4:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__bottom .col-1-4:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 575px) {
  .footer__main .col-1-4 {
    width: 100%;
  }
  .footer__bottom {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .footer__bottom .cols {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__bottom .col-1-4 {
    width: 100%;
  }
}

/* upd */
.page-title .h2 {
	margin-bottom: 1.2em;
  }

  .text-1 {
	font: 22px/1.35 "Futura New", sans-serif;
  }

  .text-1:not(:last-child) {
	margin-bottom: 1.3em;
  }

  @media screen and (max-width: 575px) {
	.text-1 {
	  font-size: 20px;
	}
  }

  .share-block {
	position: relative;
  }

  .share-block:hover .share-link {
	opacity: .4;
	position: relative;
	z-index: 3;
	cursor: default;
  }

  .share-block:hover .share-list {
	display: block;
  }

  .card-sidebar .share-block {
	margin-left: auto;
  }

  .share-link {
	cursor: pointer;
  }

  .share-link__soc {
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100%;
	margin: 0 auto;
	opacity: 0.8;
  }

  .share-link__soc:hover {
	opacity: 1;
  }

  .share-link__vk {
	width: 25px;
	height: 16px;
	background-image: url("../img/ic-vk-accent.svg");
  }

  .share-link__fb {
	width: 14px;
	height: 24px;
	background-image: url("../img/ic-facebook-accent.svg");
  }

  .share-link__tg {
	width: 20px;
	height: 18px;
	background-image: url("../img/ic-telegram-accent.svg");
  }

  .share-list {
	position: absolute;
	top: -12px;
	left: -18px;
	z-index: 2;
	width: 62px;
	padding-top: 55px;
	background: #fff;
	-webkit-box-shadow: 0 0 68px rgba(0, 0, 0, 0.08);
			box-shadow: 0 0 68px rgba(0, 0, 0, 0.08);
	display: none;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
  }

  .share-list li {
	margin-bottom: 20px;
  }

  .p-section-btn {
	text-align: center;
	margin-top: 30px;
  }

  .p-section-btn .btn {
	height: 54px;
	padding: 0 37px;
  }

  .videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56%;
	background-color: #000;
	overflow: hidden;
  }

  .videoWrapper.video-active .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
		 -o-transition-delay: 0s, 800ms;
			transition-delay: 0s, 800ms;
  }

  .videoIframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
  }

  .videoPoster {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-position: 50% 50%;
	background-size: cover;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-o-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
		 -o-transition-delay: 0s, 0s;
			transition-delay: 0s, 0s;
	font-size: 10px;
  }

  .videoPoster::after {
	content: '';
	width: 8.5em;
	height: 5.9em;
	background: url("/img/ic-youtube-white.png") no-repeat;
	background-size: cover;
  }

@media screen and (max-width: 767px) {
  .videoPoster {
    font-size: 8px;
  }

  .breadcrumbs ~ .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .catalog-page__title {
    display: block !important;
    margin-bottom: 2em !important;
  }

  .catalog-page__title h1,
  .catalog-page__title .page-title-item {
    display: inline !important;
  }

  .catalog-page__quantity {
    white-space: nowrap;
  }
}

  .input-search .input {
	padding-right: 35px;
  }

  .input-search__reset {
	position: absolute;
	right: 20px;
	top: 23px;
	width: 11px;
	height: 11px;
  }

.modal.form {
  display: block;
  position: relative;
}

/*Стрелки сортировки*/
.down_arrow_new{
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  right: 2px;
  top: 6px;
  background: url("/local/templates/novolamp_new/css/../img/ic-arrow-accent.svg") no-repeat 0 0/cover;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.up_arrow_new{
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  right: 2px;
  top: 6px;
  background: url("/local/templates/novolamp_new/css/../img/ic-arrow-accent.svg") no-repeat 0 0/cover;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(270deg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media (max-width: 768px) {
  .hide-sm {
    display: none !important;
  }
}

.konsultation-banner {
  -webkit-box-shadow: 0px 0px 0px 5px rgba(45, 201, 100, 0.5) inset;
  -moz-box-shadow: 0px 0px 0px 5px rgba(45, 201, 100, 0.5) inset;
  box-shadow: 0px 0px 0px 5px rgba(45, 201, 100, 0.5) inset;
  display: flex;
  flex-direction: column;
}

.card .konsultation-banner {
  padding: 30px;
  margin-top: 30px;
}

.konsultation-banner:hover {
  -webkit-box-shadow: 0px 0px 0px 5px rgba(45, 201, 100, 1) inset;
  -moz-box-shadow: 0px 0px 0px 5px rgba(45, 201, 100, 1) inset;
  box-shadow: 0px 0px 0px 5px rgba(45, 201, 100, 1) inset;
}

.konsultation-banner ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.konsultation-banner ul li {
  margin-bottom: 10px;
}

.konsultation-banner__services {
  font-size: 24px;
  background-color: #ffd739;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -25px;
  padding: 25px;
}

.konsultation-banner__service {
  font-weight: 700;
  display: inline-block;
}

.konsultation-banner__contact-with-us {
  margin-top: 25px;
  font-size: 20px;
}

.konsultation-banner__contact-with-us > a {
  display: inline-block;
  text-decoration: underline;
}

.konsultation-banner__contacts {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.konsultation-banner__contacts a {
  cursor: pointer;
}

.konsultation-banner__contacts ul a {
  font-size: 22px;
}

.item-lines .konsultation-banner__services {
  margin-top: -10px;
  margin-right: -60px;
  margin-left: -30px;
  width: calc(100% + 80px);
}

.item-lines .konsultation-banner__contacts {
  flex-direction: row;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 15px;
}

.item-lines .konsultation-banner ul {
  display: flex;
  margin-top: 0;
}

.item-lines .konsultation-banner ul > li {
  margin-bottom: 0;
  white-space: nowrap;
}

.item-lines .konsultation-banner ul > li:not(:last-child) {
  margin-right: 15px;
}

.item-lines .konsultation-banner__contact-with-us {
  margin-top: 0;
  margin-right: 15px;
}

.konsultation-banner__contacts .tel-link {
  font: 700 20px "Futura New", sans-serif;
  color: #1b1b1b;
}

@media screen and (min-width: 1300px) {
  .card-descr {
    margin-top: -540px;
  }
}

@media screen and (max-width: 1300px) {
  .konsultation-banner__contacts ul a {
    font-size: 18px;
  }
  .konsultation-banner__contact-with-us {
    font-size: 17px;
  }
  .konsultation-banner__services {
    font-size: 21px;
  }
  .card .konsultation-banner__contact-with-us {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .konsultation-banner__services {
    margin-left: -16.5px;
    margin-right: -16.5px;
    font-size: 22px;
  }
  .item-lines .konsultation-banner {
    flex-wrap: nowrap;
  }
  .item-lines .konsultation-banner__contact-with-us {
    font-size: 16px;
  }
  .item-lines .konsultation-banner ul > li:not(:last-child) {
    margin-right: 20px;
  }
  .card .konsultation-banner {
    padding: 30px 21.5px;
  }
  .card .konsultation-banner__services {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .konsultation-banner__services {
    margin-left: -25px;
    margin-right: -25px;
    min-height: 310px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .card .konsultation-banner__services {
    min-height: auto;
    display: block;
  }
  .item-lines .konsultation-banner {
    padding-left: 30px;
  }
  .item-lines .konsultation-banner__contacts {
    flex-direction: column;
  }
  .item-lines .konsultation-banner__contact-with-us {
    margin-bottom: 15px;
  }
  .item-lines .konsultation-banner ul {
    flex-direction: column;
  }
  .item-lines .konsultation-banner__services {
    font-size: 28px;
  }
  .card .konsultation-banner {
    padding: 15px;
  }
  .konsultation-banner__contact-with-us {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .konsultation-banner__contact-with-us {
    font-size: 16px;
  }
  .konsultation-banner__services {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px;
    font-size: 18px;
    line-height: 28px;
  }
  .item-lines .konsultation-banner__services {
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 50px);
    font-size: 26px;
  }
}

@media screen and (max-width: 480px) {
  .item-lines .konsultation-banner__services {
    margin-top: -25px;
    margin-left: -25px;
    font-size: 22px;
  }
  .item-lines .konsultation-banner__contacts {
    height: 50%;
  }
  .item-lines .konsultation-banner ul {
    margin-right: auto;
  }
}

@media screen and (max-width: 424px) {
  .konsultation-banner__services {
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px;
    font-size: 17px;
  }
  .konsultation-banner__contact-with-us {
    font-size: 13px;
  }
  .konsultation-banner__contacts ul a {
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  .konsultation-banner__contacts .tel-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 390px) {
  .catalog-result.item-cards .item.konsultation-banner .konsultation-banner__services {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media screen and (max-width: 380px) {
  .konsultation-banner__contacts .tel-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  .konsultation-banner__services {
    font-size: 15px;
  }
}

.form-raschet-row {
  display: flex;
}

.form-raschet {
  width: 100%;
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px;
}

.form-raschet-wrapper {
  width: calc(100% / 12 * 9);
  padding-left: 15px;
  padding-right: 15px;
}

.form-raschet-side {
  width: calc(100% / 12 * 3);
  padding-left: 15px;
  padding-right: 15px;
}

.form-raschet-label {
  display: block;
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
}

.form-raschet-textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 12px 15px 13px;
  border: 2px solid #e7e7e7;
  background-color: #fff;
  border-radius: 2px;
}

.form-raschet-input {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 12px 15px 13px;
  border: 2px solid #e7e7e7;
  background-color: #fff;
  border-radius: 2px;
}

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

.form-raschet-submit {
  padding: 15px 30px;
}

.form-raschet-group-buttons {
  margin-top: 30px;
}

.form-raschet-fileinput:not(:last-child) {
  margin-bottom: 10px;
}

.form-rasche-files {
  display: flex;
  flex-direction: column;
}

.form-rasche-files-append {
  color: #2dc964;
  margin-top: 10px;
}

.form-rasche-files-append::before {
  content: ' ';
  display: inline-block;
  background-color: #2dc964;
  -webkit-mask: url('/local/templates/novolamp_new/img/ic-plus.svg') no-repeat center;
  mask: url('/local/templates/novolamp_new/img/ic-plus.svg') no-repeat center;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  margin-bottom: -2px;
}

.form-rasche-files-append:hover {
  text-decoration: underline;
}

.form-raschet-side .konsultation-banner {
  padding: 30px;
}

.form-raschet-contacts-row {
  display: flex;
}

.form-raschet-contacts-row .form-raschet-group:not(:last-child) {
  margin-right: 15px;
}

@media (max-width: 1199px) {
  .form-raschet-wrapper {
    width: calc(100% / 12 * 8);
  }
  .form-raschet-side {
    width: calc(100% / 12 * 4);
  }
}

@media (max-width: 991px) {
  .form-raschet-side .konsultation-banner {
    padding-left: 21px;
    padding-right: 21px;
  }
  .form-raschet-side .konsultation-banner__services {
    padding: 15px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .form-raschet-row {
    flex-direction: column;
  }
  .form-raschet-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .form-raschet-side {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .form-raschet {
    margin-left: 0;
    margin-right: 0;
  }
  .form-raschet-side .konsultation-banner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .form-raschet-side .konsultation-banner__services {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 574px) {
  .form-raschet-contacts-row {
    flex-direction: column;
  }
  .form-raschet-contacts-row .form-raschet-group:not(:last-child) {
    margin-right: 0;
  }
  .form-raschet-side .konsultation-banner__services {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -25px;
  }
}