@charset "UTF-8";

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/roboto300.woff") format('woff'), url("../fonts/roboto300.woff2") format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-regular.woff") format('woff'), url("../fonts/roboto-regular.woff2") format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto500.woff") format('woff'), url("../fonts/roboto500.woff2") format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto700.woff") format('woff'), url("../fonts/roboto700.woff2") format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/roboto900.woff") format('woff'), url("../fonts/roboto900.woff2") format('woff2');
}
@font-face {
  font-family: "UniSans";
  font-display: swap;
  src: url("../fonts/uni_sans_heavy-webfont.woff") format("woff"),
    url("../fonts/uni_sans_heavy-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Play";
  font-display: swap;
  src: url("../fonts/play-bold-webfont.woff") format("woff"), url("../fonts/play-bold-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'martinisi';
  src:  url('../fonts/martinisi.eot');
  src:  url('../fonts/martinisi.eot') format('embedded-opentype'),
  url('../fonts/martinisi.ttf') format('truetype'),
  url('../fonts/martinisi.woff') format('woff'),
  url('../fonts/martinisi.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

input,
button,
textarea {
  font-family: "Roboto", sans-serif;
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
body {
  color: #000;
  font-size: 14px;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._container{
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}
.recommendation-section {
  max-width: 1380px;
  margin-top: 10%;
}

.btn {
  display: inline-flex;
  padding: 0 25px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
  height: 39px;
  background-color: #f68038;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 10px;
}

.btn_grey {
  color: #666666;
  background-color: #e6e6e6;
}

.btn._fw {
  width: 100%;
}
.btn._lk {
    width: 90%;
    margin-left: 13px;
    margin-bottom: 10px;
    font-size: 15px;
}
.select {
  position: relative;
}

.select__item {
  position: relative;
  min-width: 166px;
}

.select__title {
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.select__value {
  display: flex;
  font-size: 14px;
  color: #0097ac;
  height: 30px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.select__value span {
  height: 1em;
  overflow: hidden;
}

.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  margin: 0 0 0 5px;
  background: url("../img/icons/select.png") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  display: none;
  position: absolute;
  top: 29px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  padding: 10px 0 5px 0;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0 0 0 0;
}

.select_show .select__item {
  min-width: 0;
  border: 2px solid #f3f3f3;
}

.select_show .select__value {
  color: #999999;
  font-weight: 900;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  appearance: none;
}

.input {
  border-radius: 0 !important;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 30px;
  display: block;
  padding: 0 15px;
}

.input._error {
  border: 1px solid red;
}

textarea.input {
  resize: none;
  padding: 0 0;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
  border: 2px solid #009aaf;
}

.checkbox__input:checked + .checkbox__text:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 9px;
  height: 9px;
  /*background-color: #53b5de;*/
}

.checkbox__text {
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #666666;
  line-height: calc(15 / 12);
  cursor: pointer;
}

.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0 14px 0 0;
  flex: 0 0 15px;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px solid #dadada;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

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

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text:after {
  transform: scale(1);
}

.options__text {
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}

.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0 14px 0 0;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 120px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.quantity__button {
  flex: 0 0 20px;
  position: relative;
  cursor: pointer;
  background: url("../img/icons/sl_arrow_grey.svg") 0 0/100% no-repeat;
  transition: all 0.3s ease 0s;
  width: 20px;
  height: 17px;
}

.quantity__button_plus {
  transform: rotate(-180deg);
}

.quantity__input {
  flex: 1 1 auto;
  padding: 0 12px;
  height: 33px;
}

.quantity__input input {
  height: 100%;
  color: #999999;
  font-size: 16px;
  border: 2px solid #e5e5e5;
  width: 100%;
  text-align: center;
}

.item-order__quantity:hover .delayed-cart a{
  opacity: 1;
}

._arrow {
  background: url("../img/icons/sl_arrow.svg") 0 0 no-repeat;
  width: 33px;
  height: 30px;
  cursor: pointer;
}

._arrow_prev {
  transform: rotate(-180deg);
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
  padding-left: 3px;
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0 0 0 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

.brands-slider__slide img {
  transition: all 0.3s ease 0s;
  filter: grayscale(1);
  width: 150px;
}

.brands-slider__slide img:hover {
  filter: grayscale(0);
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
  border-radius: 15px;
}

._swiper > div {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-autoheight > div {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
  padding-top: 25px;
  min-height: 160px;
  margin-bottom: 30px;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0 !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

/*! nouislider - 14.6.0 - 6/27/2020 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  touch-action: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 23px;
  height: 23px;
  right: -11.5px;
  top: -10px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
  height: 4px;
  background-color: #eaeaea;
  margin: 0 11px 50px;
  position: relative;
}

.noUi-target::before,
.noUi-target::after {
  content: "";
  background-color: #eaeaea;
  width: 11px;
  height: 4px;
  position: absolute;
  top: 0;
}

.noUi-target::before {
  left: -10px;
}

.noUi-target::after {
  right: -10px;
}

.noUi-connect {
  background-color: #ffcda5;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #f68038;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: default;
}

.noUi-handle::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background-color: #f68038;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  color: #999999;
  font-size: 12px;
  position: absolute;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -22px;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__list {
  margin: 0 35px;
  display: flex;
}
.pagination li {
  list-style-type: none;
}

.pagination__arrow {
  width: 30px;
  height: 25px;
  cursor: pointer;
  background: url("../img/icons/sl_arrow_grey.svg") 0 0/100% no-repeat;
}
.pagination__two-arrow {
  width: 39.3px;
  height: 25px;
  cursor: pointer;
  background: url("../img/icons/ssl_arrow_grey.svg") 0 0/100% no-repeat;
}

.pagination__arrow-trans {
  width: 30px;
  height: 25px;
  cursor: pointer;
  background: url("../img/icons/sl_arrow_grey.svg") 0 0/100% no-repeat;
  transform: rotate(-180deg);
}
.pagination__two-arrow:last-child {
  transform: rotate(-180deg);
}

.pagination__item {
  width: 33px;
  height: 33px;
  display: flex;
  color: #333333;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.pagination__item._active {
  color: #fff;
  background-color: #fd8424;
}

.popup {
  overflow: auto;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  opacity: .3!important;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup.show {
  visibility: visible;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  transform: scale(1);
}

.popup._active {
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}

.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  justify-content: center;
}

.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  height: 50%;
  max-width: 1000px;
  border-radius: 15px;
}
.popup__body.price_request{
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  height: 30%;
  max-width: 1000px;
  border-radius: 15px;
}

.popup__body.cookie{
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 30px;
  height: 30%;
  max-width: 800px;
  border-radius: 15px;
  line-height: 1.2;
}
.popup__body.cookie h2{
  text-align: center;
  font-weight: 900;
  margin-bottom: 20px;
}

.popup__body.cookie h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

.popup__body.cookie h4 {
  font-weight: 500;
  font-style: italic;
  margin-bottom: 10px;
}

.popup__body.cookie p {
  margin-bottom: 10px;
}

.popup__close {
  width: 15px;
  cursor: pointer;
}

.popup__close:before{
  content: '';
  position: absolute;
  top: 5%;
  left: 95%;
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 15px;
  width: 1px;
  background: #222;
}
.popup__close:after{
  content: '';
  position: absolute;
  top: 5%;
  left: 95%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 15px;
  width: 1px;
  background: #222;
}
.callback.popup__close:before{
  content: '';
  position: absolute;
  top: 10%;
  left: 95%;
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 15px;
  width: 1px;
  background: #222;
}
.callback.popup__close:after{
  content: '';
  position: absolute;
  top: 10%;
  left: 95%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 15px;
  width: 1px;
  background: #222;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: #02A6BDFF top;
}
.radius {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 19.8em;
  height: 8em;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  background-color: #02A6BDFF;
  transform: translate(-50%, -50%);
}

.top-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 90px;
}

.top-header__column {
  flex: 0 1 50%;
}

.top-header__column_logo {
  flex: 0 0 190px;
  text-align: center;
  margin: -8px 0 0 0;
}

.top-header__logo {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 256px;
  height: 74px;
}

.top-header__contacts {
  position: relative;
  z-index: 5;
}

.menu__list {
  display: flex;
  justify-content: start;
}

.menu__list li {
  margin: 1px 0;
}

.menu__link {
  font-family: "Play", sans-serif;
  min-height: 27px;
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 22px;
}
.menu-footer__link{
  font-family: "Play", sans-serif;
  min-height: 37px;
  font-size: 14px;
  transition: all 0.3s ease 0s;
  display: inline-flex;
  justify-content: center;
  padding: 10px 0 0 0;
  flex-direction: column;
}
.menu-footer__link li {
  padding: 10px 0 5px 0;
  border-bottom: 1px dotted;
  color: #999999;
}
.menu-footer__link li a:hover{
  color: #00a5bb;
}
.menu-footer__label{
  color: #999999;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  margin: 0 0 10px 0;
}

.icon-menu {
  display: none;
}

.contacts-header {
  display: flex;
  justify-content: flex-end;
}

.contacts-header__column {
  padding: 0 30px;
}

.contacts-header__item_icon {
  background: url("../img/icons/header/phone.png") left no-repeat;
  padding: 0 0 0 37px;
}

.contacts-header__label {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 5px 0;
}

.contacts-header__phone {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}
.bottom-header {
  background-color: white;
}

.bottom-header__row {
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
}

.bottom-header__column {
  flex: 0 1 calc(50% - 95px);
}

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

.actions-header li {
  margin: 0 34px 0 0;
}

.actions-header li:last-child {
  margin: 0 0 0 0;
}

.actions-header__item {
  padding: 0 0 0 36px;
  display: inline-block;
  line-height: 24px;
  color: #999999;
  transition: all 0.3s ease 0s;
}

.actions-header__item span {
  border-bottom: 1px dotted;
}

.actions-header__item_login {
  background: url("../img/icons/header/login.png") left no-repeat;
}

.actions-header__item_reg {
  background: url("../img/icons/header/user.png") left no-repeat;
}

.actions-header__item_email {
  background: url("../img/icons/header/mail.png") left no-repeat;
}

.actions-header__item_faq span {
  font-weight: 700;
  color: #333;
}
.actions-header__item_faq span:hover {
  color:#1ab9ce;
  transition: all 0.3s ease 0s;
}

.actions-header__item_email span {
  border-bottom: 1px solid;
  color: #333;
}
.actions-header__item_email span:hover {
  color:#1ab9ce;
  transition: all 0.3s ease 0s;
}
.info-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-header__column {
  padding: 0 0 0 50px; /* 0 54 0 0 */
}
.delayed-info {
  background: url(../img/icons/favorite-hover.svg) left no-repeat;
  background-size: 30px;
  display: inline-block;
  line-height: 30px;
  padding: 0 0 0 40px;
  white-space: nowrap;
}
.delayed-info span {
  color: #1ab9ce;
}
.favorite-header {
  width: 30px;
  height: 30px;
  margin-right: 30px;
  cursor: pointer;
}

.info-header__column:last-child {
  padding: 0 0 0 50px;
}

.info-header__callback {
  background: url("../img/icons/header/callback.png") left no-repeat;
  display: inline-block;
  color: #1ab9ce;
  line-height: 20px;
  padding: 0 0 0 32px;
  white-space: nowrap;
}

.info-header__callback span {
  border-bottom: 1px dotted;
}

.info-header__schedule {
  background: url("../img/icons/header/schedule.png") left no-repeat;
  padding: 0 0 0 37px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #999999;
}

.info-header__schedule span {
  font-weight: 900;
}

.info-header__cart {
  width: 43px;
  height: 43px;
  display: flex;
  border-radius: 50%;;
  justify-content: center;
  align-items: center;
  background-color: rgb(77,160,185);
  position: relative;
}
.info-header__cart img{
  width: 28px;
  height: 28px;
}

.info-header__cart span {
  padding: 0 11px;
  border-radius: 20px;
  line-height: 25px;
  background-color: #f68038;
  position: absolute;
  right: -20px;
  top: -3px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.footer__column {
  margin: 0 0 25px 0;
}

.footer__column:first-child {
  display: flex;
  flex-direction: column;
}

.footer__bottom {
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #dadada;
  text-align: center;
}

.footer__copy {
  flex: 1 1 auto;
  color: #999999;
  font-size: 12px;
  font-weight: 300;
}

.footer__copy a {
  text-decoration: underline;
  line-height: 1.5em;
  color: #00bcd4;
}

.footer__payments img {
  max-width: 100%;
}


.block-footer {
  padding: 0 0 20px 0;
  text-align: center;
}

.block-footer__column:first-child {
  flex: 0 0 165px;
}

.block-footer__column:last-child {
  flex: 1 1 auto;
}

.block-footer__phones {
  padding: 0 0 0 15px;
}

.block-footer__phones p {
  margin: 0 0 10px 0;
}

.block-footer__phones p:last-child {
  margin: 0 0 0 0;
}

.block-footer__phone {
  color: #333333;
  font-weight: 900;
}

.logo-footer {
  display: inline-block;
  margin: 0 0 30px 0;
}

.logo-footer img {
  border-radius: 10px;
}

.delivery-footer__title {
  color: #999999;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  margin: 0 0 10px 0;
}

.delivery-footer__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
}

.delivery-footer__item {
  padding: 15px;
}

.widgets-footer {
  display: flex;
  margin: 0 -15px;
}

.widgets-footer__column {
  padding: 0 70px;
}

.question-follow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 680px;
  padding-left: 20px;
  margin-left: auto;
}

.question-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.question-form-title {
  text-align: center;
  margin-bottom: 19px;
}

.question-title {
  text-align: center;
  color: #999999;
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 37px;
}

.question-form-description {
  margin-bottom: 24px;
  text-align: center;
  line-height: 150%;
  font-weight: 400;
}

.question-form-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.button_dark {
  color: #ffffff;
  background: #f68038;
}
.button_big {
  margin-left: 7em;
  margin-top: 0.5em;
  width: 50%;
  font-size: 1.7em;
  font-weight: 700;
}
.button_big-form {
  width: 208px;
}
.button_big-whatsapp {
  margin-top: 0.5em;
  font-size: 1.7em;
  font-weight: 700;
}
.button_small {
  width: 130px;
}
.button {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f68038;
  height: 33px;
  border-radius: 10px;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 500;
  padding: 15px;
}
.button-form {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f68038;
  height: 44px;
  border-radius: 10px;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 500;
  padding: 15px;
}
.button-whatsapp {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f68038;
  height: 33px;
  border-radius: 10px;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 500;
  padding: 15px;
}
.question-form-inputs {
  display: flex;
  align-items: center;
  max-width: 400px;
  width: 100%;
}
.question-form-label {
  margin-right: 4px;
}
.input {
  width: 100%;
  height: 33px;
  padding: 0 18px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}
.question-form-policy {
  font-size: 10px;
  text-align: center;
}
.question-form-policy a {
  color: #00bcd4;
  cursor: pointer;
  text-decoration: underline;
}
.social-footer {
  display: flex;
  align-items: center;
}

.social-footer__item {
  margin: 0 0 0 10px;
}

.mainslider__slide {
  position: relative;
}

.mainslider__content {
  position: relative;
  z-index: 2;
}

.mainslider__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mainslider__dotts {
  position: relative;
  margin: -27.5px 0 0 0;
  display: flex;
  justify-content: center;
  counter-reset: item;
}

.mainslider__dotts .swiper-pagination-bullet {
  cursor: pointer;
  margin: 0 23px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mainslider__dotts .swiper-pagination-bullet::after {
  opacity: 0;
  transition: all 0.3s ease 0s;
  color: #fffefe;
  font-size: 16px;
  font-weight: 900;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  background-color: #f68038;
  align-items: center;
  counter-increment: item;
  content: counter(item);
}

.mainslider__dotts .swiper-pagination-bullet-active::after {
  opacity: 1;
}

.content-mainslider {
  padding: 20px 35px 10px 35px; /* 60 */ 
}

.content-mainslider__title {
  color: #333333;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 43px;
  margin: 0 0 20px 0; /* 50 */
}

.content-mainslider__title span {
  display: block;
  color: #f68038;
}

.content-mainslider__footer {
  padding: 5px 0 0 0; /* 15 */
  text-align: center;
}

.content-mainslider__price {
  margin: 0 0 14px 0; /* 24 */
  color: #ffffff;
  font-size: 36px;
  font-weight: 900;
  line-height: 24px;
}

.content-mainslider__price::after {
  font-size: 30px;
  margin: 0 0 0 10px;
}

.content-mainslider__price:last-child {
  margin: 0 0 0 0;
}

.content-mainslider__button {
  height: 33px;
  border: 3px solid #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.content-mainslider__button span {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px 0 0;
  background: url("../img/icons/btn_arrow.png") right no-repeat;
}

.text-mainslider {
  color: #333;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
}

.text-mainslider__text-1 {
  color: #f68038;
  font-size: 18px;
}

.text-mainslider__text-2 {
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
  background-color: #92918e;
}

.text-mainslider__text-3 {
  color: #979797;
}

.products-index-section__header, .products-promo__header, .products-recommendation__header {
  margin: 0 0 30px 0;
}

.products-index-section__title, .products-promo__title, .products-recommendation__title, .page-title{
  flex: 1 1 auto;
  color: #fd8424;
  font-family: "UniSans", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.products-promo {
  padding-bottom: 40px;
}

.products-slider__control {
  display: flex;
  align-items: center;
}

.products-slider__info {
  padding: 0 20px;
  color: #999999;
  font-weight: 500;
}

.products-slider__info .swiper-pagination-current {
  color: #333333;
  font-size: 30px;
  font-weight: 900;
}

.brands-slider {
  border-top: 3px dashed #dadada;
  border-bottom: 3px dashed #dadada;
  padding: 25px 0;
}

.brands-slider__container {
  position: relative;
}

.brands-slider__body {
  padding: 0 40px;
}

.brands-slider__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.brands-slider__slide img {
  max-width: 100%;
  transition: all 0.3s ease 0s;
}

.brands-slider__arrow {
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
}

.brands-slider__arrow_prev {
  left: 10px;
}

.brands-slider__arrow_next {
  right: 10px;
}

.text-block__body {
  padding: 45px 35px 15px 35px;
  background: url("../img/bg_text.jpg") 0 0 repeat;
  border-radius: 15px;
}

.text-block__title {
  color: #22b7ca;
  font-family: "UniSans", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  margin: 0 0 28px 0;
}

.text-block__column {
  color: #ffffff;
  position: relative;
  margin: 0 0 30px 0;
}

.text-block__column p {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3px;
  margin: 0 0 20px 0;
}

.text-block__column p:last-child {
  margin: 0 0 0 0;
}

.text-block__label {
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 5px 0;
}

.text-block__list li {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3px;
  margin: 0 0 5px 0;
}

.text-block__list li:last-child {
  margin: 0 0 0 0;
}

.text-block__list li::before {
  content: "";
  margin: 0 17px 0 7px;
  display: inline-block;
  width: 11px;
  height: 12px;
  background: url("../img/icons/li_arrow.png") left 1px no-repeat;
}

.text-block__image {
  position: absolute;
  right: -90px;
  bottom: -260px;
}
._frontlk {
  flex: 0 0 130px;
}
.lk-body {
  display: flex;
  flex-direction: column;
}
.lk__body__title {
  color: #dadada;
  font-family: "UniSans";
  font-size: 30px;
  line-height: 130%;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.lk__body-inner {
  width: 350px;
}
.offer_switches .switchTitles, .cabinet_switches .switchTitles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.lk__content {
  display: block !important;
}
.lk__content img{
  border: solid 5px #36949f;
  border-radius: 50%;
  width: 85%;
  height: 85%;
  margin-left: 7%;
  margin-top: 2%;
}
.lk__title{
  padding: 25px 15px 5px 15px;
  color: #36949f;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.lk {
  border: 4px solid #72c9d4;
  border-radius: 15px;
}
.lk-btn {
  display: inline-flex;
  padding: 0 25px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease 0s;
  height: 39px;
  background-color: #f68038;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 10px
}
.btn._lk {
  width: 90%;
  margin-left: 13px;
  margin-bottom: 10px;
  font-size: 15px;
}
.lk__btn {
  padding: 0 15px;
  text-transform: none;
}
.lk-body-top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 27px;
  margin-bottom: 30px;
  width: 29em;
}
.lk-account__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  width: 100%;
  max-width: 402px;
}
.lk-account__name {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 140%;
  color: #757575;
}
.lk-label {
  display: flex;
  width: 100%;
}
.lk-account__field .lk-input {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #222;
}

.lk-input {
  width: 100%;
  height: 44px;
  padding: 0 18px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}
.lk-account__item_horizontal {
  flex-direction: row;
}
.lk-account__pass-item:first-child {
  margin-right: 10px;
}

.lk-account__pass-item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 5px);
}
.lk-body-bottom {
  margin-bottom: 30px;
}
.lk-account__buttons {
  display: flex;
  justify-content: space-between;
  max-width: 402px;
}
.lk-account__buttons .button:first-child {
  margin-right: 10px;
}
.lk-button_big {
  width: 208px;
}
.lk-button_light {
  color: #666666;
  background-color: #e6e6e6;
}
.lk-button_dark {
  color: white;
  background-color: #f68038;
}
.lk-button {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  border-radius: 10px;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 700;
  margin-right: 3px;
}
.cabinet [data-innerswitch].active {
  font-weight: 700;
  background-color: #fcfcfc;
}

.cabinet [data-innerswitch] {
  min-width: 200px;
  font-size: 16px;
  text-align: center;
  padding: 15px 10px;
  margin-top: 40px;
  cursor: pointer;
}
.cabinet [data-innerswitch] {
  min-width: 200px;
  font-size: 16px;
  text-align: center;
  padding: 15px 10px;
  margin-top: 40px;
  cursor: pointer;
}
.cabinet [data-innerswitched].active {
  background-color: #fcfcfc;
  padding: 10px;
}

[data-innerswitched].active {
  display: block;
}
.cabinet .order_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0 40px;
}
.cabinet .order_title .btn {
  background-color: transparent;
}
.cabinet .info_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
  min-height: 70px;
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  padding: 10px 30px;
  margin-bottom: 70px;
}
.cabinet .info_panel li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.cabinet .info_panel .name {
  font-weight: normal;
}
.cabinet .table_wrap {
  overflow-x: auto;
  margin-bottom: 40px;
}
.cabinet table {
  min-width: 700px;
  font-size: 16px;
  width: 100%;
}
.cabinet table .flex_wrap {
  display: flex;
  flex-direction: column;
}
.cabinet .table_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 25px;
}
.cabinet .delivery {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.cabinet .delivery b {
  margin-right: 5px;
}
.cabinet .table_total .totally {
  font-size: 20px;
}
[data-innerswitched] {
  display: none;
}
.cabinet .table_wrap {
  overflow-x: auto;
  margin-bottom: 40px;
}
.cabinet th {
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid black;
}
.cabinet td {
  padding: 30px 0;
  border-bottom: 1px solid black;
  vertical-align: baseline;
}
.second_table .status {
  color: #f00;
}
.second_table td:last-child {
  text-align: right;
}
.second_table a {
  text-decoration: underline;
  color: black;
}
.filter__title {
  padding: 25px 15px 5px 15px;
  color: #36949f;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: all 0.3s ease 0s;
}
.filter__footer {
  display: flex;
  padding: 15px;
  justify-content: space-between;
}

.filter__btn {
  padding: 0 15px;
  text-transform: none;
}
.catalog-more__btn {
  padding: 0 30px;
  text-transform: none;
  font-size: 16px;
  margin-left: 40%;
  margin-top: 50px;
}
.section-filter {
  padding: 15px;
  border-bottom: 1px solid #72c9d4;
}

.section-filter:last-child {
  border: 0;
  border-bottom: 1px solid #72c9d4;
}

.section-filter__title {
  color: #36949f;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-filter__title._spoller {
  cursor: pointer;
}

.section-filter__title._spoller::after {
  content: "";
  border-radius: 50%;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid #72c9d4;
  background: url("../img/icons/li_arrow.png") center no-repeat;
}

.section-filter__title._spoller._active {
  color: #000;
}

.section-filter__title._spoller._active::after {
  border: 1px solid #cbcbcb;
  background: url("../img/icons/spoller-arrow.png") center no-repeat;
}

.section-filter__title._spoller + .section-filter__body {
  display: none;
}

.section-filter__checkbox {
  display: block;
  margin: 0 0 15px 0;
}

.section-filter__checkbox:last-child {
  margin: 0 0 0 0;
}

.values-price-filter {
  display: flex;
  margin: 0 -15px;
}

.values-price-filter__column {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: flex;
  align-items: center;
}

.values-price-filter__label {
  color: #999999;
  font-size: 12px;
  font-weight: 300;
}

.values-price-filter__input {
  flex: 1 1 auto;
  padding: 0 0 0 10px;
}

.values-price-filter__input .input {
  font-size: 12px;
  padding: 0 10px;
  height: 20px;
}

.compare-filter__items {
  padding: 0 13px 0 0;
  margin: 0 0 20px 0;
}

.compare-filter__item {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px 0;
}

.compare-filter__item:last-child {
  margin: 0 0 0 0;
}

.compare-filter__link {
  line-height: 16px;
  color: #1ab9ce;
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
}

.compare-filter__remove {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin: 3px 0 0 5px;
  background: url("../img/icons/remove.png") 0 0 no-repeat;
}

.compare-filter__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.compare-filter__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  padding: 0 13px;
  border-radius: 25px;
  background-color: #1ab9ce;
}

.catalog__title {
  color: #fd8424;
  font-family: "UniSans", sans-serif;
  font-size: 30px;
  line-height: 130%;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.catalog-models{
  color:  #cccccc;
  font-size: 14px;
  margin-left: 20px;
}
.lk__body__title {
    color: #dadada;
    font-size: 30px;
    line-height: 130%;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.75px;
}
.catalog__actions {
  margin: 0 0 35px 0;
}

.actions-catalog {
  background-color: #f3f3f3;
  padding: 10px 20px;
  align-items: center;
}

.order-catalog__label {
  margin: 0 20px 0 0;
  color: #333333;
  font-size: 14px;
  font-weight: 900;
}
.order-catalog__select a{
  color: #1ab9ce;
  text-decoration: underline dotted;
  padding-right: 12.5px;
}
.view-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view-catalog__item {
  cursor: pointer;
  width: 36px;
  height: 36px;
  margin: 0 0 0 8px;
}

.view-catalog__item_grid {
  background: #ffffff url("../img/icons/grid.svg") center no-repeat;
}

.view-catalog__item_list {
  background: #4da0b9 url("../img/icons/list.svg") center no-repeat;
}

.navi-catalog {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 10px 15px;
}

.navi-catalog_top {
  margin: 0 0 100px 0;
}

.show-catalog__label {
  margin: 0 20px 0 0;
  color: #333333;
  font-size: 14px;
  font-weight: 900;
}

.product__title {
  margin: 0 0 18px 0;
  color: #333333;
  font-family: "UniSans", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
}

.product__title span {
  display: block;
  font-size: 0.7em;
  color: #f68038;
}

.product__content {
  margin: 0 0 35px 0;
}

.product__images {
  flex: 0 0 360px;
  min-width: 0;
}

.product__body {
  flex: 1 1 auto;
}

.images-product__mainslider {
  margin: 0 0 13px 0;
}

.images-product__mainslide {
  border: 1px solid #f5f5f5;
  height: 308px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.images-product-menu__sale {
  position: absolute;
  border-radius: 15px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  top: 160px;
  right: 185px;
  padding: 5px 8px;
  background-color: #f65738;
  z-index: 12;
}

.images-product__sale {
  position: absolute;
  border-radius: 15px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  background-color: #f65738;
}

.images-product__subslider {
  margin: 0 -6px;
}

.images-product__subslide {
  padding: 0 6px;
}

.images-product__subslide.swiper-slide-thumb-active .images-product__subimage {
  border: 1px solid #f68038;
}

.images-product__subslide.swiper-slide-thumb-active .images-product__subimage::after {
  opacity: 1;
}

.images-product__subimage {
  transition: all 0.3s ease 0s;
  padding: 0 0 82% 0;
  border: 1px solid #e4e4e4;
}

.images-product__subimage::after {
  content: "";
  transition: all 0.3s ease 0s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border: 3px solid #f68038;
  left: 0;
}

.body-product__top {
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 12px 0;
}

.body-product__compare {
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 33px;
  padding: 0 15px;
  background-color: #f3f3f3;
  font-weight: 900;
  color: #666666;
  text-transform: uppercase;
}
.body-product__stock {
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: seagreen;
  color: #ffffff;
  padding: 0 10px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 300;
  margin-right: 5px;
}
.body-product__day {
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: tomato;
  color: #ffffff;
  padding: 0 10px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.body-product__actions {
  margin: 0 0 22px 0;
}

.actions-product {
  border-bottom: 1px solid #ededed;
  padding: 30px 0;
}

.actions-product__row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 -15px 20px -15px;
  flex-wrap: wrap;
}

.actions-product__column {
  padding: 0 15px;
}

.actions-product__price {
  white-space: nowrap;
  color: #333333;
  font-size: 24px;
  font-weight: 900;
}

.real_price {
  display: none;
}

.actions-product__price::after {
  font-size: 18px;
}

.actions-product__price_old {
  color: #999999;
  font-size: 18px;
  font-weight: 300;
  text-decoration: line-through;
  margin: 0 0 5px 0;
}

.actions-product__price_old::after {
  font-size: 14px;
}

.actions-product__cart {
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 57px;
  padding: 0 50px 0 0;
  position: relative;
  cursor: pointer;
}
.actions-product__cart::after {
  content: "";
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #f68038;
  width: 57px;
  height: 57px;
  position: absolute;
  right: 0;
  top: 0;
}
.btn-one-click {
  padding: 0 15px;
  height: 34px;
  display: flex;
  flex: 1 1 100%;
  width: 250px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #fffefe;
  background-color: #f68038;
  border-radius: 10px;
  margin: 20px 50px;
  cursor: pointer;
}
.btn-zakaz {
  padding: 0 15px;
  height: 34px;
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #fffefe;
  background-color: #f68038;
  border-radius: 10px;
}
.btn-color {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 7px;
  background-color: rgb(255, 0, 0);
  cursor: pointer;
}
.btn-offers {
  padding: 0 10px;
  margin: 0 7px 5px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: darkslategrey;
  border: 2px solid #f68038;
  border-radius: 10px;
  cursor: pointer;
}
.btn-opt {
  padding: 0 10px;
  margin: 0 3px 3px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: darkslategrey;
  border: 2px solid #f68038;
  border-radius: 10px;
  cursor: pointer;
  width: 200px;
}
.btn-opt:hover, .btn-offers:hover, .btn-offers-hover:hover, .include-product__items [data-offers-added], .opt-price [data-optprice-added], .offers-hover [data-offers-added]  {
  background-color: #f68038;
  color: white;
}
.img-load{
  margin-bottom: 7px;
}
.zapros-zeni{
  height: 34px;
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #999999;
  cursor: none;
}
.actions-product__cart img img {
  width: 48px;
  height: 48px;
}

.actions-product__cart span {
  padding: 0 15px;
  height: 34px;
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  color: #999999;
  background-color: #f3f3f3;
}

.include-product {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}

.include-product__title {
  font-weight: 900;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.opt-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.offers, .uslugi {
  display: inline-flex;
}
.include-product__item {
  text-align: center;
  flex: 0 1 33.333%;
  margin: 0 30px 13px 0;
}

.include-product__item:last-child {
  margin: 0 0 0 0;
}

.include-product__icon {
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px 0;
}

.include-product__text {
  display: inline-block;
  max-width: 100px;
  color: #999999;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

.info-product__nav {
  display: flex;
  align-items: center;
}

.info-product__item {
  height: 42px;
  color: #72c9d4;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 30px;
}
.info_category {
  height: 35px;
  color: #72c9d4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 20px;

}
.info_category span {
  border-bottom: 1px dashed;
}
.info_category._active {
  background-color: #72c9d4;
  color: #fff;
  border-radius: 12px;
}
.info_category._active span {
  border-bottom: 1px dashed transparent;
  font-size: 1.3em;
}

.info-product__item span {
  border-bottom: 1px dashed;
}

.info-product__item._active {
  background-color: #72c9d4;
  color: #fff;
  border-radius: 12px;
}

.info-product__item._active span {
  border-bottom: 1px dashed transparent;
  font-size: 1.3em;
}

.info-product__block p {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 20px 0;
}

.info-product__block p:last-child {
  margin: 0 0 0 0;
}

.info-product__table {
  border-collapse: collapse;
  width: 100%;
}

.info-product__table tr {
  border-bottom: 1px solid #e2e2e2;
}

.info-product__table td {
  padding: 15px 0;
  width: 50%;
  color: #333333;
}

.info-product__value {
  font-weight: 300;
}

.same-products__title {
  text-transform: uppercase;
  font-weight: 900;
  color: #f68038;
  font-size: 30px;
  margin: 0 0 30px 0;
}
.checkout__content {
  margin: 0 -10px 25px;
  border-radius: 15px;
}

.content-checkout__nav {
  margin: -20px -20px 0 -20px;
}

.form-checkout__label {
  margin: 0 0 10px 0;
}

.title-checkout {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 900;
  color: #dadada;
  font-family: "UniSans", sans-serif;
}

.title-callback {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 500;
  color: #dadada;
  font-family: "UniSans", sans-serif;
  text-align: center;
}

.checkout__title {
  margin: 0 0 15px 0;
}

._order {
  text-align: center;
}

.checkout__content {
  margin: 0 0 45px 0;
}

.order-checkout__title {
  margin: 0 0 15px 0;
}

.order-checkout__item {
  margin: 0 0 10px 0;
}

.order-checkout__item:last-child {
  margin: 0 0 0 0;
}

.order-checkout__footer {
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  position: relative;
  margin-top: -287px;
  margin-left: 71%;
  width: 300px;
  padding: 10px 10px;
  overflow:hidden;
}

.order-checkout__total {
  margin: 0 0 15px 0;
  font-weight: 900;
  color: #333333;
  font-size: 24px;
  white-space: nowrap;
  justify-content: space-between;
  display: flex;
}
.order-checkout__total-goods {
  margin: 0 0 15px 0;
  font-weight: 700;
  color: #dadada;
  font-size: 20px;
  justify-content: space-between;
  display: flex;
}
.order-checkout__total-discount {
  margin: 0 0 15px 0;
  font-weight: 700;
  color: #dadada;
  font-size: 20px;
  justify-content: space-between;
  display: flex;
}

.order-checkout__total span {
  color: #f68038;
  font-size: 24px;
}

.order-checkout__btn-login {
  display: inline-flex;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 33px;
  color: #fff;
  width: 40%;
  padding: 10px 10px;
  background-color: #f68038;
  font-size: 18px;
  font-weight: 700;
  margin: 0.8em 0 0.8em 7.1em;
}
.btn-callback {
  display: inline-flex;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 33px;
  color: #fff;
  width: 40%;
  padding: 10px 10px;
  background-color: #f68038;
  font-size: 18px;
  font-weight: 700;
  margin: 0.8em 0 0.8em 6.1em;
}
.order-checkout__btn-reg {
  display: inline-flex;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 33px;
  color: #fff;
  width: 40%;
  padding: 10px 10px;
  background-color: #f68038;
  font-size: 18px;
  font-weight: 700;
  margin: 0.8em 0 0.8em 9.3em;
}
.content-checkout {
  padding: 20px;
  background-color: #fafafa;
}

.content-checkout__item {
  height: 49px;
  color: #72c9d4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 30px;
  cursor: pointer;
}

.content-checkout__item span {
  border-bottom: 1px dashed;
}

.content-checkout__item._active {
  background-color: #72c9d4;
  color: #fff;
}

.content-checkout__item._active span {
  border-bottom: 1px dashed transparent;
}

.form-checkout__line {
  margin: 0 0 10px 0;
}

.form-checkout__line:last-child {
  margin: 0 0 0 0;
}

.form-checkout__label {
  padding: 10px 0 0 0;
  flex: 0 0 110px;
  color: #333333;
  font-weight: 900;
}
._frontlk {
  flex: 0 0 130px;
}

.form-checkout__label span {
  color: #f68038;
}

.form-checkout__input {
  flex: 1 1 auto;
  position: relative;
}

.form-checkout__input .form__error {
  color: red;
  margin: 3px 0 0 0;
  font-size: 10px;
}

.form-checkout__text {
  color: #666666;
  font-size: 12px;
  font-weight: 300;
}

.form-checkout__text span {
  color: #f68038;
}

.form-checkout__text p {
  margin: 0 0 20px 0;
}

.form-checkout__text p:last-child {
  margin: 0 0 0 0;
}
/*cart*/
.title-cart {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 900;
  color: #dadada;
  font-family: "UniSans", sans-serif;
}

.cartt__title {
  margin: 0 0 15px 0;
}

.cart__content {
  margin: 0 0 45px 0;
}

.order-cart__body {
  display: flex;
  width: 100%;
}
.order-cart__items {
  width: 70%;
}
.order-cart__item-total {
  width: 30%;
  margin-left: 10px;
}

.order-cart__title {
  margin: 15px 0 15px 0;
}

.order-cart__item {
  margin: 0 0 10px 0;
}

.order-cart__item:last-child {
  margin: 0 0 0 0;
}

.order-cart__footer {
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  position: relative;
  padding: 10px 10px;
  overflow:hidden;
}

.order-cart__total {
  margin: 0 0 15px 0;
  font-weight: 900;
  color: #333333;
  font-size: 24px;
  white-space: nowrap;
  justify-content: space-between;
  display: flex;
}
.order-cart__total-goods {
  margin: 0 0 15px 0;
  font-weight: 700;
  color: #dadada;
  font-size: 20px;
  justify-content: space-between;
  display: flex;
}
.order-cart__total-discount {
  margin: 0 0 15px 0;
  font-weight: 700;
  color: #dadada;
  font-size: 20px;
  justify-content: space-between;
  display: flex;
}

.order-cart__total span {
  color: #f68038;
  font-size: 24px;
}

.order-cart__btn {
  display: inline-flex;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 33px;
  color: #fff;
  width: 100%;
  padding: 10px 10px;
  background-color: #f68038;
  font-size: 18px;
  font-weight: 700;
}

.upload-file-excel__btn {
  display: inline-flex;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 33px;
  color: #fff;
  padding: 3px 10px;
  background-color: #f68038;
  font-size: 18px;
  font-weight: 700;
}

.order-cart__btn a:visited{
  color: white;
}
.content-cart {
  padding: 20px;
  background-color: #fafafa;
}

.content-cart__item {
  height: 49px;
  color: #72c9d4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 30px;
  cursor: pointer;
}

.content-cart__item span {
  border-bottom: 1px dashed;
}

.content-cart__item._active {
  background-color: #72c9d4;
  color: #fff;
}

.content-cart__item._active span {
  border-bottom: 1px dashed transparent;
}

.content-cart__body {
  padding: 30px 0 0 0;
}

.form-cart__line {
  margin: 0 0 10px 0;
}

.form-cart__line:last-child {
  margin: 0 0 0 0;
}

.form-cart__label {
  padding: 10px 0 0 0;
  flex: 0 0 110px;
  color: #333333;
  font-weight: 900;
}

.form-cart__label span {
  color: #f68038;
}

.form-cart__input {
  flex: 1 1 auto;
  position: relative;
}

.form-cart__input .form__error {
  color: red;
  margin: 3px 0 0 0;
  font-size: 10px;
}

.form-cart__text {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.form-cart__text span {
  color: #f68038;
}

.form-cart__text p {
  margin: 0 0 20px 0;
}

.form-cart__text p:last-child {
  margin: 0 0 0 0;
}
.item-order {
  padding: 15px;
  align-items: center;
  border: 1px solid #f5f5f5;
  position: relative;
  display: flex;
  border-radius: 15px;
}

.item-order__content {
  flex: 0 1 50%;
  align-items: center;
  display: flex;
}

.item-order__image {
  flex: 0 0 110px;
}

.item-order__image img {
  max-width: 100%;
}

.item-order__body {
  flex: 1 1 auto;
  padding: 0 0 0 25px;
}
.delayed-cart  {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.text {
  cursor: pointer;
  color: #00a5bb;
  text-decoration: underline;
}
.heard {
  font-size: 13px;
  color: #f68038;
}
.item-order__title {
  color: #36949f;
  line-height: 16px;
  display: inline-block;
  margin: 0 0 10px 0;
}

.item-order__title span {
  font-weight: 900;
}

.item-order__price {
  color: #333333;
  font-size: 24px;
  font-weight: 900;
}

.item-order__quantity {
  flex: 1 1 auto;
  padding: 0 30px;
}
.item-order__quantity p, .actions-product__column p{
  color: gray;
  margin-left: 17px;
  margin-bottom: 5px;
}

.item-order__label {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 5px 0;
}
.contacts-body {
  margin-top: 30px;
}
.accordion {
  width: 100%;
  overflow: hidden;
}
.accordion__intro {
  position: relative;
  padding: 10px;
  cursor: pointer;
}
.accordion__content {
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  color: #f1f1f1;
  opacity: 0;
}
.accordion h4,
.accordion p {
  margin: 0;
  line-height: 1;
}
.accordion h4 {

  font-size: 26px;
  font-weight: 500;
}
.accordion p {
  color: #f1f1f1;
  font-size: 15px;
  margin: 0;
}
.accordion__active .accordion__content {
  padding: 0 20px 20px;
  opacity: 1;
}
.item-order__delete {
  background: url("../img/icons/delete.png") 0 0 no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
}
.sticky-width {
  width: 147px;
  z-index: 500;
}
.sticky {
  z-index: 500;
}
.page {
  padding: 160px 0 0 0;
  flex: 1 1 auto;
}

.page__side {
  position: relative;
  flex: 0 0 295px;
  margin: 0 0 30px 0;
}

.page__menu {
  margin: 0 0 40px 0;
  border-radius: 10px;
}

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

.page__search {
  position: relative;
  margin: 0 0 22px 0;
}

.page__slider {
  margin: 0 0 35px 0; /*65 */
}

.page__news-side {
  margin: 0 0 75px 0;
}

.page__news-side:last-child {
  margin: 0 0 3em 0;
}

.page__brands {
  margin: 0 0 32px 0;
}

.page__text {
  margin: 0 0 38px 0;
}

.page__info-menu {
  margin: 0 0 38px 0;
}

.breadcrumbs {
  overflow: auto;
  margin: 0 0 20px 0;
  height: 20px;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.breadcrumbs__list li {
  padding: 0 20px 0 0;
  margin: 0 10px 0 0;
  background: url("../img/icons/li_arrow.png") right/10px no-repeat;
}

.breadcrumbs__list li:last-child {
  margin: 0;
  background: none;
}

.breadcrumbs__link {
  color: #1ab9ce;
  text-decoration: underline;
}

.breadcrumbs__item {
  color: #999999;
  font-weight: 30;
}

.menu-page {
  background: url("../img/bg_menu.jpg") top repeat;
  position: relative;
}

.menu-page__header {
  padding: 20px;
  display: flex;
  align-items: center;
}

.menu-page__title {
  flex: 1 1 auto;
  color: #ffffff;
  font-family: "UniSans", sans-serif;
  line-height: 116.66667%;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.menu-page__title a:visited{
  color: #ffffff;
}

.menu-page__burger {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  background-color: #068292;
  position: relative;
  cursor: pointer;
  padding: 10px 6px;
}

.menu-page__burger span {
  transition: all 0.3s ease 0s;
  top: calc(50% - 1px);
  left: 0;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-page__burger span:first-child {
  top: 0;
}

.menu-page__burger span:last-child {
  top: auto;
  bottom: 0;
}

.menu-page__burger._active span {
  transform: scale(0);
}

.menu-page__burger._active span:first-child {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}

.menu-page__burger._active span:last-child {
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.menu-page__lines {
  height: 16px;
  position: relative;
}

.menu-page__body {
  display: none;
}

.menu-page__body._active {
  display: block;
}

.menu-page__list > li {
  border-bottom: 1px solid #1aa7b9;
}
.menu-page__active{
  background-color: #098494;
}

.menu-page__parent .menu-page__link::after {
  content: "";
  transition: all 0.3s ease 0s;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translate(0px, -50%);
  background: url("../img/menu_arrow.png") 0 0 no-repeat;
}

.menu-page__parent._active .menu-page__submenu {
  pointer-events: all;
  border-radius: 10px;
}

.menu-page__parent._active .submenu-page__item {
  display: block;
}

.menu-page__parent._active .menu-page__link {
  background-color: #098494;
}
._active-menu-link{
  background-color: #098494;
}

.menu-page__link {
  letter-spacing: 0.3px;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  display: block;
  padding: 12px 20px;
  position: relative;
}

.submenu-page__item {
  display: none;
}

.submenu-page__menu {
  border-bottom: 1px solid #dedede;
  padding: 20px 0;
}

.submenu-page__link {
  color: #1ab9ce;
  font-size: 15px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.3px;
  padding: 10px 40px;
}

.submenu-page__product {
  padding: 0 15px;
}

.submenu-page__product, .item-product__promo {
  border: 0;
}
.products-slider__item {
  inset-block: auto;
  /*display: flex;
  flex-wrap: wrap;*/
}
.items-products {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.category-info {
  margin-top: 5%;
  margin-bottom: 10%;
}
.items-products__column {
  flex: 0.05 1 33.333%;
  padding: 0 15px;
  margin: 0 0 30px 0;
}
.products-recommendation__item{

  flex-wrap: wrap;
}
.item-product__promo{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.items-promo__column{
  flex: 0 1 210px;
  margin: 0 15px 30px 0;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  background-color: #4a5562;
}
.item-product__menu{
  padding: 10px;
  position: relative;
  height: 100%;
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.item-product {
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  height: 300px;
}
.item-product-menu__labels {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 10;
}
.item-product__labels {
  position: absolute;
  left: 15px;
  top: 15px;
}
.item-product-menu__label{
  font-weight: 700;
  color: #fff;
  display: flex;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin: 0 0 5px 0;
  padding: 0 10px;
  text-transform: uppercase;
  height: 20px;
  background-color: #fd8424;
  font-size: 12px;
}

.item-product__label {
  font-weight: 900;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  align-items: center;
  margin: 0 0 5px 0;
  padding: 0 15px;
  text-transform: uppercase;
  height: 21px;
  background-color: tomato;
}
._new {
  background-color: #0cb477;
  text-transform: uppercase;
  font-weight: 700;
  width: 100px;
}
.item-product__image-menu {
  position: relative;
  width: 100%;
  max-width: 230px;
  height: 180px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.item-product__image {
  height: 180px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin-left: 70px;
}
.item-product__image img {
  max-width: 100%;
  max-height: 240px;
}
.item-product-promo{
  overflow: hidden;
  border-radius: 10px;
  line-height: 0;
}
.item-product__image-promo{
 width: 235px;
}
.item-product__image-promo img {
  border-radius: 10px;
  width: 100%;
  transition: all 0.5s ease 0s;
}
.item-product__image-promo img:hover{
  transform: scale(1.02, 1.02);
  opacity: 0.8;
}
.item-product__image-promo a{
  transition: all 0.5s ease 0s;
  transform: scale(0);
}
.item-product__body {
  padding: 0 10px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.item-product__title {
  color: #36949f;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
  margin: 0 0 5px 0;
  transition: all 0.3s ease 0s;
  flex: 1 1 auto;
}
.item-product__title-menu {
  color: #36949f;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
  margin: 0 0 5px 0;
  transition: all 0.3s ease 0s;
  flex: 1 1 auto;
  height: 14%;
  text-align: center;
}
.item-product__title span {
  display: block;
  font-weight: 900;
}
.item-product__footer-menu {
  transition: all 0.3s ease 0s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 25%;
  margin-bottom: 10px;
}

.item-product__footer {
  transition: all 0.3s ease 0s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.item-product__old-price-menu {
  flex: 1 1 100%;
  text-align: right;
  color: #999999;
  font-size: 18px;
  font-weight: 300;
  text-decoration: line-through;
  margin: 0 0 7px 0;
}
.__clean {
  height: 7px;
}

.item-product__old-price {
  flex: 1 1 100%;
  text-align: right;
  color: #999999;
  font-size: 18px;
  font-weight: 300;
  text-decoration: line-through;
}
.item-product__old-price-cart {
  flex: 1 1 100%;
  width: 50%;
  color: #999999;
  font-size: 18px;
  font-weight: 300;
  text-decoration: line-through;
  margin: 5px 0 7px 0;
  border-bottom: #999999 dotted 1px;
  cursor: pointer;

}
.tooltip-cart-discount {
  position: absolute;
  display: block;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  border-radius: 10px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  transition: all .5s ease 0s;
  padding: 10px 11px;
  border: none;
  top: 75%;
  left: 68%;
  opacity: 0;
  z-index: 14;
}
.discount-price {
  margin-left: 50px;
}
.item-product__old-price-cart:hover  .tooltip-cart-discount {
  opacity: 1;
}
.item-product__old-price.__clean {
  height: 15px;
}
.item-product__old-price::after {
  font-size: 14px;
}

.item-product__price {
  color: white;
  font-size: 24px;
  font-weight: 900;
}
.item-product__price-menu {
  color: #333333;
  font-size: 24px;
  font-weight: 900;
  margin-left: 70%;
}

.item-product__price::after {
  font-size: 18px;
}
.item-product__favorite {
  position: absolute;
  border-radius: 15px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  top: 10px;
  left: 88%;
}

.item-product__favorite img{
  width: 25px;
  height: 25px;
  transition: background-image .3s ease 0s;
}
.item-product__favorite img:hover{
  width: 25px;
  height: 25px;
  background-image: url(../img/icons/favorite-hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
[data-wishlist][data-wishlist-added], [data-header-wishlist][data-header-wishlist-added]{
  background-image: url(../img/icons/favorite-hover.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
.item-product__favorite span.tooltip-text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  transition: all .5s ease 0s;
  color: #000;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  border-radius: 50px;
  background: rgba(255,255,255,.9);
  cursor: pointer;
  padding: 5px 7px;
  border: none;
  z-index: 1;
  margin-left: -112px;
  margin-top: 64px;
  opacity: 0;
}
.item-product__favorite:hover .tooltip-text {
  opacity: 1;
}
.item-product__view, .item-product-menu__view {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  transition: all .5s ease 0s;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  border-radius: 50px;
  background: rgba(255,255,255,.9);
  cursor: pointer;
  padding: 10px 11px;
  border: none;
  top: 25%;
  left: 25%;
  opacity: 0;
  z-index: 11;
}
.submenu-page__product:hover .item-product-menu__view{
  opacity: 1;
}

.item-product__stock {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 400;
  height: 21px;
  border-radius: 15px;
  background-color: #f68038;
}
.item-product__stock-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 400;
  height: 21px;
  border-radius: 15px;
  background-color: #f68038;
}
.item-product__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.3s ease 0s;
  transform: translate(-110%, 0px);
}
.item-product__stock{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 400;
  height: 21px;
  border-radius: 15px;
  background-color: seagreen;
}
.item-product__stock-buy {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 700;
  height: 30px;
  font-size: 1.3em;
  border-radius: 15px;
  background-color: #f68038;
  cursor: pointer;
}
.item-product__stock-zakaz {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 700;
  height: 30px;
  font-size: 1.3em;
  border-radius: 15px;
  background-color: #f68038;
  margin-top: 5px;
}
.hover-item-product {
  border: 5px solid #f68038;
  background-color: rgba(0, 0, 0, 0.84);
  padding: 10px;
  display: flex;
  flex-direction: column;
  color: #fff;
  border-radius: 15px;
}

.hover-item-product__title {
  font-size: 14px;
  color: #c2c2c2;
  font-weight: 300;
  margin: 0 0 25px 0;
  width: 255px;
}

.hover-item-product__title span {
  display: block;
  color: #ffffff;
  font-weight: 900;
  margin: 0 0 5px 0;
  width: 90%;
}

.hover-item-product__body {
  flex: 1 1 auto;
  margin: 20px 0 0 8em;
}

.hover-item-product__cart {
  width: 57px;
  height: 57px;
  margin: 0 20px 15px auto;
}

.hover-item-product__compare {
  width: 57px;
  height: 57px;
  margin: 0 20px 15px auto;
}

.hover-item-product__view-non {
  justify-content: center;
  align-items: center;
  background-color: #f68038;
  position: relative;
  cursor: pointer;
  right: 60px;
  border-radius: 15px;
}

.hover-item-product__cart_catalog {
  margin: 0;
}

.hover-item-product__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.hover-item-product__old-price {
  flex: 1 1 100%;
  text-align: right;
  color: #999999;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 7px 0;
  text-decoration: line-through;
}

.hover-item-product__old-price::after {
  font-size: 15px;
}

.hover-item-product__stock {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  line-height: 16px;
  color: #f68038;
  font-weight: 400;
  height: 18px;
  border-radius: 15px;
  background-color: #ffffff;
}

.hover-item-product__price {
  font-size: 24px;
  font-weight: 900;
}

.hover-item-product__price::after {
  font-size: 18px;
}
.goods-slider {
  float: right;
}

.item-show {
  position: absolute;
  left: 54%;
}
.options-item-product__img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.slide {
  position: absolute;
}

.hover-item-label {
  margin-bottom: 20px;
  height: 10%;
  width: 90%;
}
.hover-item-product__options{
  height: 40%;
  margin-bottom: 10px;
}
.offers-hover {
  text-align: center;
}
.btn-offers-hover {
  display:inline;
  padding: 0 14px;
  margin: 0 7px 5px;
  height: 20px;
  font-weight: 700;
  color: white;
  border: 2px solid #f68038;
  border-radius: 10px;
  cursor: pointer;
  width: 100px;
  font-size: 14px;
}
.hover-item-product__footer{
  height: 15%;
}

.options-item-product__img img {
  border-radius: 10px;
}
.block {
  display: block;
  object-fit: cover;
}
.options-item-product__item {
  margin: 0 113px 11px 0;
}

.options-item-product__img img, .options-item-product img {
  border-radius: 10px;
}

.options-item-product__img .prev, .options-item-product__img .next{
  cursor: pointer;
  position: absolute;
  top: 36%;
  width: 40px;
  padding: 6px;
  color: #f68038;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  z-index: 3;
}
.options-item-product__img .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.options-item-product__img .item img, .options-item-product img{
  object-fit: cover;
  width: 125px;
  height: 125px;
  border: none !important;
  box-shadow: none !important;
  margin-left: 10px;
}
.options-item-product__img .item {
  animation-name: fade;
  animation-duration: 1.5s;
}

.back_to_top {
  position: fixed;
  font-size: 25px;
  bottom: 80px;
  right: 50px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  background: #f68038;
  color: white;
  cursor: pointer;
  border-radius: 8px;
  display: none;
}

.back_to_top:hover {
  background: #36949f;
}

.back_to_top-show {
  display: block;
}
.article {
  text-align: center;
  margin-top: 10px;
}

@keyframes fade {
  from {
      opacity: .4
  }
  to {
      opacity: 1
  }
}
.options-item-product__label {
  margin: 10px 0 3px 0;
  font-size: 12px;
}
.options-item-product__value {
  color: #f68038;
  font-weight: 700;
}
.search-page {
  display: flex;
  position: relative;
}

.search-page__select {
  display: flex;
  align-items: center;
  padding: 0 14px;
  background-color: #f3f3f3;
  border-radius: 10px;
}

.search-page__title {
  color: #666666;
  font-weight: 300;
  display: flex;
  align-items: center;
}

.search-page__title span {
  margin: 0 13px;
  border-bottom: 1px dashed;
}

.search-page__title span:last-child {
  display: none;
}

.search-page__title::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url("../img/icons/search_page.png") 0 0 no-repeat;
}

.search-page__title._categories span {
  display: none;
}

.search-page__title._categories span:last-child {
  display: block;
}

.search-page__title._active::after {
  transform: rotate(-180deg);
}

.search-page__categories {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.search-page__input {
  border: 2px solid #f2f2f2;
  flex: 1 1 auto;
  border-radius: 10px;
}

.search-page__input .input {
  height: 100%;
}

.categories-search {
  border: 1px solid #f3f3f3;
  background-color: #fff;
  display: none;
  border-radius: 15px;
}

.categories-search::after {
  content: "";
  background-color: #f68038;
  height: 4px;
  position: absolute;
  bottom: 0;
  width: 98.7%;
  left: 5px;
  border-radius: 15px;
}

.categories-search__column {
  flex: 0 1 33.333%;
  padding: 27px 40px;
  border-right: 1px solid #f3f3f3;
}

.categories-search__column:last-child {
  border: 0;
}

.categories-search__list li {
  margin: 0 0 20px 0;
}

.categories-search__list li:last-child {
  margin: 0 0 0 0;
}

.categories-search__checkbox .checkbox__input:checked + .checkbox__text {
  color: #f68038;
}

.categories-search__checkbox .checkbox__text {
  color: #999;
}

.categories-search__checkbox .checkbox__text::before {
  display: none;
}

.side-title {
  color: #dadada;
  font-family: "UniSans", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

.news-side__title {
  display: inline-block;
  margin: 0 0 0.83333em 0;
}

.news-side__item {
  margin: 0 0 45px 0;
}

.news-side__item:last-child {
  margin: 0 0 0 0;
}

.news-side__label {
  color: #333333;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 1.66667em 0;
  display: inline-block;
}

.news-side__body {
  display: flex;
}

.news-side__data {
  flex: 0 0 30px;
  text-align: center;
  color: #d8d8d8;
  font-size: 18px;
  font-weight: 300;
}

.news-side__data span {
  font-size: 24px;
  font-weight: 900;
  display: block;
}

.news-side__text {
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  padding: 0 0 0 15px;
}

.reviews-side__title {
  display: inline-block;
  margin: 0 0 0.66667em 0;
}

.reviews-side__item {
  margin: 0 0 45px 0;
  display: block;
}

.reviews-side__item:last-child {
  margin: 0 0 0 0;
}

.reviews-side__header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px 0;
}

.reviews-side__user {
  color: #333333;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  text-transform: uppercase;
}

.reviews-side__data {
  color: #999999;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
}

.reviews-side__body {
  position: relative;
  padding: 14px 8px 14px 30px;
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  border-radius: 10px;
}

.reviews-side__body::before {
  color: #dadada;
  font-size: 48px;
  font-weight: 900;
  content: '"';
  position: absolute;
  left: 8px;
  top: 12px;
  line-height: 1;
}

.info-menu {
  border-top: 3px dashed #dadada;
  border-bottom: 3px dashed #dadada;
  padding: 10px 0;
}

.info-menu__body {
  display: inline-block;
}

.info-menu__line {
  display: flex;
  padding: 15px;
  align-items: center;
  border-bottom: 1px solid #b0b0b0;
}

.info-menu__line:last-child {
  border: 0;
}

.info-menu__label {
  color: #333333;
  font-weight: 900;
  margin: 0 35px 0 0;
}

.info-menu__list li {
  margin: 0 30px 0 0;
}

.info-menu__link {
  color: #1ab9ce;
  font-size: 15px;
  font-weight: 300;
}

.whatsapp-button {
  width: 41px;
  height: 42px;
  position: fixed;
  top: 448px;
  right: 0;
  background: #757575;
  border-radius: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
}
.whatsapp-button:hover {
  background: #1ab9ce
}
.whatsapp-menu {
  position: fixed;
  top: 448px;
  right: 0;
  border: 1px solid #DDDDDD;
  border-radius: 3px 0 0 3px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 302px;
  padding-bottom: 30px;
  transform: translateX(100%);
  transition: .3s;
}
.whatsapp-menu_active {
  transform: translateX(0);
}
.whatsapp-menu-header {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  background: #ddd;
  margin-bottom: 24px;
  width: 100%;
}

.whatsapp-menu-close {
  height: 12px;
  width: 12px;
  cursor: pointer;
}
.whatsapp-menu-close::before {
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 15px;
  width: 1px;
  background: #222
}

.whatsapp-menu-close::after {
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 15px;
  width: 1px;
  background: #222
}
.whatsapp-menu-title {
  font-size: 11px;
  text-transform: uppercase;
  margin-right: auto;
  margin-left: auto;
}
.whatsapp-menu-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222;
  text-decoration: none;
  margin-bottom: 30px;
}
.whatsapp-menu-phone-icon {
  margin-bottom: 14px
}
.whatsapp-menu-mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222;
  text-decoration: none;
  margin-bottom: 40px
}
.whatsapp-menu-mail-icon {
  margin-bottom: 10px
}
.whatsapp-menu-mail-text {
  font-weight: 500
}

.whatsapp-menu-mail-text::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 1px;
  background: #222
}
.whatsapp-menu-button {
  margin-bottom: 40px;
}
.whatsapp-menu-description {
  max-width: 248px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.whatsapp-menu-description a {
  color: #00a5bb;
  text-decoration: underline;
}
.whatsapp-button-icon {
  color: #fff;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'martinisi' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-phone:before {
  content: "\e90e";
}
.icon-whatsapp:before {
  content: "\e916";
}

.icon-email:before {
  content: "\e908";
}

/*Контакты*/
.internal-img {
  margin-top: 32px;
  border-radius: 15px;
  border: #f68038 solid 3px;
}
.container_big {
  margin-right: auto;
  margin-left: auto;
  max-width: 1950px;
  width: 100%;
}
.internal-img__pic {
  max-height: 596px;
  min-height: 390px;
}
.contacts-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
  margin-left: 30px;
}
.contacts-item {
  display: flex;
  flex-direction: column;
}
.contacts-item__title {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  padding-left: 25px;
  position: relative;
}
.contacts-item:first-child .contacts-item__icon {
  font-size: 14px;
}
.icon-phone:before {
  content: "\e90e";
}
.contacts-item__text {
  font-size: 16px;
  line-height: 140%;
  color: #757575;
}
.contacts-item__content {
  padding-left: 25px;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: .05em;
  text-decoration: none;
  color: #222;
}
.contacts-item__icon {
  font-size: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.icon-map:before {
  content: "\e90c";
}
.icon-clock:before {
  content: "\e907";
}
.contacts-form {
  display: flex;
  flex-direction: column;
}
.contacts-form__title {
  margin-bottom: 60px;
}
.title {
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 40px;
}
.contacts-form__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.question-form-label {
  margin-right: 4px;
}
.contacts-form-policy {
  margin-bottom: 30px;
  text-align: start;
}

.question-form-policy {
  font-size: 13px;
  text-align: center;
}
.question-form-policy a {
  color: #222;
}
.fitting-main {
  display: flex;
  flex-direction: column;
}
.fitting-main-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
  border-bottom: 1px solid #d3d3d3;
  max-width: 894px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.fitting-main__description {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  margin-bottom: 80px;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
}
.fitting-main__description p {
  margin: 0 0 30px 0;
  padding: 0;
}
.fitting-main__description p:last-child {
  margin-bottom: 0;
}

.fitting-main__description p {
  margin: 0 0 30px 0;
  padding: 0;
}
.fitting-main-application {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.fitting-main-form {
  display: flex;
  flex-direction: column;
}
.fitting-main-title {
  margin-bottom: 60px;
}
.fitting-main-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 20px;
  margin-bottom: 20px;
}
.fitting-main-textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
  height: 88px;
}
.fitting-main-textarea__label {
  grid-column: 1/3;
}
.fitting-main-form__description {
  margin-bottom: 30px;
  text-align: start;
}
.question-form-policy a {
  color: #222;
}
.pages-items {
  display: grid;
  margin-bottom: 60px;
  margin-top: 30px;
}
.calculator-dostavki {
  margin-top: 50px;
}

/*-------*/
.grey {
  text-decoration: underline;
}
.search_res {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background-color: white;
  padding: 5px;
  font-size: 1.2em;
  border-radius: 10px;
}
.search_res a {
  display: flex;
  flex-flow: column wrap;
  text-decoration: none;
  color: #000;
  padding: 2px 5px 2px 5px;
}
.search_res a.search_act {
  border-radius: 7px;
  background-color: #f68038;
}

#cookie_note{
  display: none;
  position: fixed;
  bottom: 15px;
  left: 50%;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 20px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

#cookie_note p{
  margin: 0;
  padding: 0 5px;
  font-size: 0.8rem;
  text-align: left;
  color: black;
}

.cookie_accept{
  width:20%;
}

._info {
  margin-left: 20px;
  height: 38vh;
}

@media (min-width: 540px) {
  .actions-catalog {
    display: flex;
  }

  .order-catalog {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
  }

  .navi-catalog {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .show-catalog {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 560px) {
  .footer__bottom {
    text-align: left;
    display: flex;
  }

  .block-footer {
    text-align: left;
    display: flex;
    flex: 1 1 auto;
  }

  .block-footer__column:last-child {
    padding: 0 0 0 45px;
  }

  .block-footer__phones {
    padding: 0 0 0 35px;
    background: url("../img/icons/footer-phone.png") left no-repeat;
  }
  #cookie_note.show{
    display: flex;
  }
}

@media (min-width: 700px) {
  .product__content {
    display: flex;
  }

  .product__body {
    padding: 0 0 0 30px;
  }

  .item-order__total {
    flex: 1 1 auto;
  }
}

@media (min-width: 767.98px) {
  .top-header__column_logo {
    align-self: flex-start;
    padding: 10px 0 0 0;
  }

  .products-index-section__header, .products-promo__header {
    display: flex;
  }

  .form-checkout__line {
    display: flex;
  }

  .form-checkout__input {
    padding: 0 0 0 15px;
  }

  .info-menu__list {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 991.98px) {
  .quantity__button:hover {
    background: url("../img/icons/sl_arrow_h.svg") 0 0/100% no-repeat;
  }

  ._arrow:hover {
    background: url("../img/icons/sl_arrow_h.svg") 0 0 no-repeat;
  }

  ._arrow_prev:hover {
    transform: rotate(0deg);
  }

  ._arrow_next:hover {
    transform: rotate(-180deg);
  }

  .pagination__arrow:hover {
    background: url("../img/icons/sl_arrow_h.svg") 0 0/100% no-repeat;
  }
  .pagination__arrow-trans:hover {
    background: url("../img/icons/sl_arrow_h.svg") 0 0/100% no-repeat;
  }
  .pagination__two-arrow:hover {
    background: url("../img/icons/ssl_arrow_h.svg") 0 0/100% no-repeat;
  }

  .menu__link:hover {
    border-radius: 20px;
    background-color: #068292;
  }

  .contacts-header__column {
    border-left: 1px solid #fff;
  }

  .contacts-header__column:first-child {
    border: 0;
  }

  .actions-header__item:hover {
    color: #1ab9ce;
  }

  .footer__body {
    display: flex;
    margin: 0 -15px;
  }

  .footer__column {
    padding: 0 15px;
    flex: 0 1 50%;
  }

  .widgets-footer {
    justify-content: flex-end;
  }

  .text-block__row {
    display: flex;
    margin: 0 -30px;
  }

  .text-block__column {
    padding: 0 30px;
    flex: 0 1 50%;
  }

  .filter__content,.lk__content {
    display: block !important;
  }
  .lk__content img{
      border: solid 5px #36949f;
      border-radius: 50%;
      width: 85%;
      height: 85%;
      margin-left: 7%;
      margin-top: 2%;
  }
  .compare-filter__remove:hover {
    background: url("../img/icons/remove_h.png") 0 0 no-repeat;
  }

  .item-order__delete:hover {
    background: url("../img/icons/delete_h.png") 0 0 no-repeat;
  }

  .page__container {
    display: flex;
  }

  .page__content {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 0 0 30px;
  }

  .menu-page__parent._active .submenu-page__item {
    z-index: 2;
    transform: translate(0px, 0px);
  }

  .menu-page__link:hover {
    background-color: #098494;
  }

  .menu-page__submenu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
  }

  .submenu-page__item {
    display: block;
    border: 2px solid #098494;
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
    transform: translate(-100%, 0px);
  }

  .submenu-page__link:hover {
    background-color: #71c7d3;
    color: #fff;
  }

  .item-product__title:hover {
    text-decoration: underline;
  }

  .item-product:hover .item-product__hover {
    transform: translate(0px, 0px);
  }

  .side-title:hover {
    color: #1ab9ce;
  }

  .news-side__label:hover {
    color: #fd8322;
  }

  .reviews-side__item:hover .reviews-side__user,
  .reviews-side__item:hover .reviews-side__data {
    color: #1ab9ce;
  }

  .reviews-side__item:hover .reviews-side__body {
    background-color: #1ab9ce;
    color: #fff;
  }

  .reviews-side__item:hover .reviews-side__body::before {
    color: #64deee;
  }

  .info-menu__link:hover {
    color: #333333;
  }
}

@media (min-width: 992px) {
  .btn:hover {
    background-color: #b86029;
  }

  .btn_grey:hover, .lk-active {
    background-color: #a1a1a1;
  }

  .select__option:hover {
    background: #d9d9d9;
  }

  .checkbox a:hover {
    text-decoration: none;
  }

  .categories-search__row {
    display: flex;
  }
}

@media (min-width: 1192px) {
  .brands-slider__arrow_prev {
    left: 0;
  }

  .brands-slider__arrow_next {
    right: 0;
  }

  .content-checkout {
    padding: 20px 45px;
  }

  .content-checkout__nav {
    display: flex;
    justify-content: space-evenly;
  }

  .form-checkout {
    display: flex;
    margin: 0 -15px;
  }

}

@media (max-width: 1192px) {
  .menu__list {
    grid-template-columns: minmax(auto, 90px) minmax(auto, 110px) minmax(auto, 160px);
  }

  .menu__link {
    padding: 5px 10px;
  }

  .contacts-header__column {
    padding: 0 15px;
  }

  .contacts-header__item_icon {
    padding: 0 0 0 25px;
    background-size: 15px;
  }

  .contacts-header__phone {
    font-size: 16px;
  }

  .bottom-header__row {
    padding: 0 10px;
  }

  .actions-header__item {
    padding: 0 0 0 30px;
  }

  .info-header__callback {
    background: none;
    padding: 0;
  }

  .info-header__schedule {
    background: none;
    padding: 0;
  }

  .info-header__cart span {
    right: -10px;
  }

  .text-block__list li br {
    display: none;
  }

  .text-block__image {
    display: none;
  }

  .product__images {
    flex: 0 0 330px;
  }

  .actions-product__column:last-child {
    flex: 1 1 100%;
  }

  .actions-product__cart {
    margin: 15px 0 0 0;
  }

  .form-checkout__text {
    padding: 20px 0 0 0;
  }

  .categories-search__column {
    padding: 27px 20px;
  }
  .radius {
    display: none;
  }
  .info-header__column:last-child {
    padding: 0;
  }
  .action-header {
    margin-right: 40px;
  }
  .bottom-header__column {
    flex: none;
  }
  .menu-page__body._active, .page__content-side{
    display: none;
  }
}

@media (max-width: 1180px) {
  .actions-header li {
    margin: 0 2.54237vw 0 0;
  }

  .info-header__column {
    padding: 0 2.54237vw 0 0;
  }
}

@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }

  .menu__body {
    opacity: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    visibility: hidden;
    left: 0;
    overflow: auto;
    z-index: 2;
    padding: 120px 20px 30px 20px;
    transition: all 0.3s ease 0s;
    background-color: #fff;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 105px;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #14c0d4;
  }

  .menu__body._active {
    opacity: 1;
    visibility: visible;
  }

  .menu__list {
    display: block;
  }

  .menu__list li {
    margin: 0 0 20px 0;
  }

  .menu__link {
    color: #000;
    padding: 0;
    font-size: 20px;
  }

  .icon-menu {
    display: block;
    width: 30px;
    position: relative;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .icon-menu span:first-child {
    top: 0;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0;
  }

  .icon-menu._active span {
    transform: scale(0);
  }

  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .contacts-header {
    justify-content: flex-end;
  }

  .contacts-header__item_second-phone {
    display: none;
  }

  .bottom-header__row {
    padding: 0;
  }

  .actions-header__item {
    padding: 0;
    background: none;
  }

  .info-header__schedule {
    display: none;
  }

  .text-block__container {
    padding: 0;
  }

  .text-block__body {
    padding: 25px 20px 15px 20px;
  }

  .filter__title,.lk__title {
    padding: 25px 15px 25px 15px;
  }

  .filter__title._active {
    padding: 25px 15px 5px 15px;
  }

  .filter__content,.lk__content {
    display: none;
  }

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

  .order-checkout__total {
    font-size: 18px;
  }

  .order-checkout__total span {
    font-size: 30px;
  }

  .menu-page__parent .menu-page__link::after {
    transform: translate(0px, -50%) rotate(90deg);
  }

  .menu-page__parent._active .menu-page__link::after {
    transform: translate(0px, -50%) rotate(-90deg);
  }

  .menu-page__link {
    font-size: 14px;
  }

  .submenu-page {
    background-color: #fff;
  }

  .submenu-page__link {
    font-size: 14px;
    padding: 10px 20px;
  }

  .submenu-page__product {
    display: none;
    height: 100%;
  }

  .categories-search__row {
    padding: 20px 0;
  }

  .categories-search__column {
    padding: 0 20px;
    margin: 0 0 20px 0;
  }

  .categories-search__column:last-child {
    margin: 0 0 0 0;
  }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
  .menu__body {
    padding: 90px 20px 30px 20px;
  }

  .menu__body::before {
    height: 70px;
  }
}

@media (max-width: 840px) {
  .items-products__column {
    flex: 0 1 50%;
  }
}

@media (max-width: 767.98px) {
  ._container {
    padding: 0 10px;
  }

  .header {

  }

  .top-header__content {
    height: 70px;
  }

  .top-header__column_logo {
    flex: 0 0 100px;
  }

  .top-header__logo {
    width: 100px;
  }

  .top-header__logo img {
    max-width: 100%;
  }

  .products-index-section__title {
    margin: 0 0 15px 0;
  }

  .text-block__container {
    padding: 0;
  }

  .product__info {
    margin: 0 -10px 30px -10px;
  }

  .info-product__item {
    flex: 1 1 auto;
    padding: 0 15px;
    font-size: 14px;
  }

  .info-product__body {
    padding: 25px 15px;
  }

  .page {
    padding: 133px 0 0 0;
  }

  .search-page__select {
    display: none;
  }

  .info-menu__body {
    display: flex;
  }

  .info-menu__line {
    display: block;
    flex: 0 1 50%;
    border: 0;
  }

  .info-menu__label {
    margin: 0 0 10px 0;
  }

  .info-menu__list li {
    margin: 0 0 10px 0;
  }

  .info-menu__list li:last-child {
    margin: 0 0 0 0;
  }
}

@media (max-width: 700px) {
  .product__images {
    margin: 0 0 30px 0;
  }

  .item-order {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .item-order__content {
    flex: 1 1 100%;
    padding: 0 30px 10px 0;
  }

  .item-order__quantity {
    flex: 0 0 auto;
    padding: 0 15px 0 0;
  }
}

@media (max-width: 640px) {
  .top-header__logo {
    width: 160px;
    height: 47px;
  }

  .contacts-header {
    align-items: center;
  }

  .contacts-header__column {
    padding: 0;
  }

  .contacts-header__item_icon {
    background: none;
    padding: 0;
  }

  .contacts-header__label {
    display: none;
  }

  .contacts-header__phone {
    background: url("../img/icons/header/phone.png") left no-repeat;
    width: 19px;
    height: 25px;
    font-size: 0;
    display: block;
    margin: 0 10px 0 0;
  }

  .bottom-header {
    display: none;
  }

  .actions-header {
    justify-content: space-between;
    margin: 0 0 15px 0;
  }

  .info-header__cart {
    width: 40px;
    height: 40px;
  }

  .info-header__cart span {
    font-size: 14px;
    padding: 0 5px;
    line-height: 20px;
    right: -5px;
  }

  .page {
    padding: 85px 0 0 0;
  }
}

@media (max-width: 600px) {
  .items-products__column {
    flex: 1 1 100%;
  }
}

@media (max-width: 560px) {
  .footer__copy {
    margin: 0 0 10px 0;
  }

  .footer__payments {
    text-align: center;
  }

  .block-footer__phones {
    font-size: 18px;
    margin: 0 0 30px 0;
  }

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

  .delivery-footer__items {
    justify-content: center;
  }

  .widgets-footer {
    display: block;
    text-align: center;
  }

  .social-footer {
    justify-content: center;
  }

  .social-footer__item {
    margin: 0 5px;
  }
  #cookie_note.show{
    display: block;
    text-align: left;
  }
}

@media (max-width: 540px) {
  .actions-catalog__order {
    margin: 0 0 15px 0;
  }

  .order-catalog__label {
    margin: 0 0 10px 0;
  }

  .view-catalog__item {
    margin: 0 10px 0 0;
  }

  .show-catalog__label {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 479.98px) {
  .item-order__image {
    flex: 0 0 80px;
  }
  .radius{
    display: none;
  }
  .header {
    height: 60px;
  }
  .top-header__column_logo{
    width: 150px;
    height: 50px;
  }
  .top-header__logo img{
    width: 100%;
    height: 100%;
  }

  .item-order__price {
    font-size: 18px;
  }
  .whatsapp-button {
    top: 250px
  }
  .menu-page__body {
    display: none;
  }
  .menu-page__body._active {
    display: none;
  }
  .pages-item {
    width: 62%;
  }
  .frame {
    width: 300px;
  }
}

@media (max-width: 1192px) and (min-width: 991.98px) {
  .items-products__column {
    flex: 0 1 50%;
  }
}
