* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

body {
  font: 16px/23px 'PT Sans', Arial, sans-serif;
  color: #282828;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.layout {
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1400px;
  min-width: 980px;
}

.layout-fluid {
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.layout__table {
  display: table;
  margin: 0;
  padding: 0;
  min-width: 100%;
}

.clr:before, .clr:after, .layout:before, .layout:after, .layout-fluid:before, .layout-fluid:after, .section:before, .section:after, nav:before, nav:after, .products:before, .products:after, .collections:before, .collections:after {
  content: '';
  display: table;
  height: 0;
}

.clr:after, .layout:after, .layout-fluid:after, .section:after, nav:after, .products:after, .collections:after {
  clear: both;
}

.body-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(33, 43, 68, 0.5);
}

/* Style */
a, .link {
  color: #3775b5;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

a:hover, .link:hover {
  color: #ec3232;
}

.dashed {
  border-bottom: 1px dashed;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ul-style li {
  position: relative;
  text-align: left;
}

.ul-style_default {
  list-style-type: disc;
}

.ul-style_default li {
  margin-bottom: 14px;
  list-style-position: inside;
}

.ul-style_default li:last-child {
  margin: 0;
}

.ul-style_check li {
  margin-left: 25px;
}

.ul-style_check li:before {
  content: "\f00c";
  position: absolute;
  font-size: 16px;
  top: -1px;
  left: -25px;
  color: #28a762;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
}

.ul-style_inline li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 14px;
}

.ul-style_inline li:before {
  content: "•";
  margin-right: 10px;
}

.ul-style_inline li:last-child {
  margin: 0;
}

.ul-style_2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.wide {
  width: 100%;
}

img {
  font: 0/0 a;
  border: 0;
}

.img-desc {
  width: 190px;
  padding: 4px;
  background: #fff;
  border: 1px solid #eef0f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.img-desc_left {
  float: left;
  margin: 0 20px 20px 0;
}

.img-desc_right {
  float: right;
  margin: 0 0 20px 20px;
}

.image-block_left {
  float: left;
  margin: 0 20px 20px 0;
}

.image-block_right {
  float: right;
  margin: 0 0 20px 20px;
}

.image-block img {
  padding: 4px;
  background: #fff;
  border: 1px solid #eef0f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.image-block__caption {
  font-size: 14px;
  margin-top: 10px;
  color: #727272;
}

iframe {
  border: 0;
}

.margin-0 {
  margin-top: 0!important;
}

.m-0 { margin: 0 !important; }

.mb-0  { margin-bottom: 0px  !important; }
.mb-1  { margin-bottom: 1px  !important; }
.mb-2  { margin-bottom: 2px  !important; }
.mb-3  { margin-bottom: 3px  !important; }
.mb-4  { margin-bottom: 4px  !important; }
.mb-5  { margin-bottom: 5px  !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }

.mt-0  { margin-top: 0px  !important; }
.mt-1  { margin-top: 1px  !important; }
.mt-2  { margin-top: 2px  !important; }
.mt-3  { margin-top: 3px  !important; }
.mt-4  { margin-top: 4px  !important; }
.mt-5  { margin-top: 5px  !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }

.mr-0  { margin-right: 0px  !important; }
.mr-1  { margin-right: 1px  !important; }
.mr-2  { margin-right: 2px  !important; }
.mr-3  { margin-right: 3px  !important; }
.mr-4  { margin-right: 4px  !important; }
.mr-5  { margin-right: 5px  !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 25px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-35 { margin-right: 35px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-45 { margin-right: 45px !important; }
.mr-50 { margin-right: 50px !important; }

.ml-0  { margin-left: 0px  !important; }
.ml-1  { margin-left: 1px  !important; }
.ml-2  { margin-left: 2px  !important; }
.ml-3  { margin-left: 3px  !important; }
.ml-4  { margin-left: 4px  !important; }
.ml-5  { margin-left: 5px  !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-45 { margin-left: 45px !important; }
.ml-50 { margin-left: 50px !important; }

.p-0 { padding: 0 !important; }

.pb-0  { padding-bottom: 0px  !important; }
.pb-5  { padding-bottom: 5px  !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-25 { padding-bottom: 25px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-35 { padding-bottom: 35px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-45 { padding-bottom: 45px !important; }
.pb-50 { padding-bottom: 50px !important; }

.pt-0  { padding-top: 0px  !important; }
.pt-5  { padding-top: 5px  !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-35 { padding-top: 35px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-45 { padding-top: 45px !important; }
.pt-50 { padding-top: 50px !important; }


.font-normal {
  font-weight: 400;
}

/* Gallery
-----------------------------------------------------------------------------*/
.gallery {
  font-size: 0;
}

.gallery__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}

.gallery__item:hover img {
  opacity: 0.8;
}

.gallery__item img {
  display: block;
  height: 115px !important;
  width: auto !important;
  cursor: pointer;
}

.gallery_large .gallery__item img {
  height: 180px !important;
}

.gallery-slider {
  position: relative;
}

.gallery-slider .gallery__item {
  margin-bottom: 0;
}

/* Text */
.text-strong {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-border {
  overflow: hidden;
  margin: 5px 0;
  font-size: 14px;
}

.text-border:before, .text-border:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  margin: 0 10px;
}

.text-border:before {
  margin-left: -100%;
}

.text-border:after {
  margin-right: -100%;
}

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

.text-border_right {
  text-align: right;
}

.text-dark {
  color: #282828 !important;
}

.text-white {
  color: #fff !important;
}

/* align */
.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-t-bottom {
  vertical-align: text-bottom !important;
}

.align-t-top {
  vertical-align: text-top !important;
}

.info-block {
  font-size: 0;
  margin: 0 -1%;
}

.info-block__item {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  padding: 20px;
  margin: 1%;
}

.info-block__icon {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #163b8f;
  box-shadow: 2px 2px 0 #caced8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.info-block__icon i {
  font-size: 30px;
  line-height: 60px;
  color: #fff;
}

.info-block__text {
  font-size: 16px;
  line-height: 18px;
}

.info-block_stages {
  counter-reset: section;
}

.info-block__icon:before {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 24px;
  height: 24px;
  content: counters(section, '.');
  counter-increment: section;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  background: #4dbfc0;
  box-shadow: 1px 2px 0 #2b898a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content-article h2 {
  font-size: 28px;
  line-height: 34px;
  margin: 40px 0 20px;
  font-weight: normal;
}

.content-article h2:first-child {
  margin: 0 0 25px;
}

.content-article h3 {
  margin: 40px 0 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  color: #5568ab;
}

.content-article h4 {
  margin: 40px 0 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  color: #5568ab;
}

.content-article h3:first-child, .content-article h4:first-child {
  margin: 0 0 20px;
}

.content-article h2+h3 {
  margin-top: 0;
}

.maintenance-page {
  background: #fb4e4e;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.main-notify {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #ce2525;
}

.main-notify:hover {
  color: #fae6e6;
}

.main-notify a {
  color: #6f0f0f;
}

.main-notify i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

/* Icon */
.icon {
  display: inline-block;
  vertical-align: top;
}

.fa-caret-down, .fa-caret-up {
  font-size: 13px;
}

.sticker {
  position: relative;
  display: inline-block;
  margin-right: 7px;
  font-size: 44px;
}

.sticker:first-child {
  margin-right: 0;
}

.sticker_new i {
  color: #64bdb1;
}

.sticker_discount i {
  color: #f76363;
}

.sticker_black i {
  color: #333333;
}

.sticker_newyear i {
  color: #60992b;
}

.sticker.is-orange i {
  color: #f97f28;
}

.sticker__notice {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  background: rgba(46, 51, 71, 0.7607843137254902);
  color: #fff;
  padding: 0 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.sticker__notice:before {
  content: '';
  position: absolute;
  left: 16px;
  top: -12px;
  border: 6px solid transparent;
  border-bottom: 6px solid rgba(46, 51, 71, 0.7607843137254902);
}

.sticker:hover .sticker__notice {
  display: block;
}

.sticker__text {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transform: translate(calc(-50% + 0em), calc(-50% + 0em)) scale(0.28125, 0.28125) rotate(-30deg);
  -webkit-transform: translate(calc(-50% + 0em), calc(-50% + 0em)) scale(0.28125, 0.28125) rotate(-30deg);
}

/* Form */
form {
  margin: 0;
}

button, input, optgroup, select, textarea {
  position: relative;
  color: inherit;
  font: inherit;
  margin: 0;
  border: 0;
  outline: none;
}

button, input[type=button], input[type=submit], input[type=reset] {
  -webkit-appearance: button;
  cursor: pointer;
}

label {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  color: #434343;
}

.input, .input-text, .textarea {
  background: #fff;
  display: block;
  border: 1px solid #d9d9da;
  width: 100%;
  font-size: 16px;
  box-shadow: 2px 2px 0 #e4e6ec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
}

.input, .select {
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
}

.input_without-border {
  border-color: transparent;
}

.input_radius {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.textarea {
  padding: 5px 10px;
  resize: none;
  min-height: 70px;
}

.select {
  padding-right: 30px;
  color: #999;
  font-size: 16px;
  -webkit-appearance: none;
  background: #fff url('../img/arrow-select.png') 100% 50% no-repeat;
}

::-webkit-input-placeholder {
  color: #b7b8b9;
}

::-moz-placeholder {
  color: #b7b8b9;
}

:-moz-placeholder {
  color: #b7b8b9;
}

:-ms-input-placeholder {
  color: #b7b8b9;
}

.input.error {
  background: #ff9b9b;
}

.input.error::-webkit-input-placeholder {
  color: #ff1e1e;
}

.input.error::-moz-placeholder {
  color: #ff1e1e;
}

.input.error:-moz-placeholder {
  color: #ff1e1e;
}

.input.error:-ms-input-placeholder {
  color: #ff1e1e;
}

.form-success, .form-notice {
  display: none;
  margin: 10px 0 !important;
}

.form-block {
  display: block;
}

.form-block img {
  max-width: 100%;
  max-height: 100%;
}

.form-block label {
  font-weight: bold;
  padding: 0 5px;
}

.form-block__row {
  margin-bottom: 10px;
}

.form-block__row:last-child {
  margin-bottom: 0;
}

.form-block__row_inline {
  font-size: 0;
}

.form-block__cell {
  position: relative;
  margin-top: 15px;
}

.form-block__cell:first-child {
  margin-top: 0;
}

.form-block__cell_hidden {
  display: none !important;
}

.form-block__cell_error label {
  color: #db3737;
}

.form-block__cell_error input {
  border-color: #db3737;
}

.form-block__field-text {
  font-size: 14px;
  line-height: 19px;
  background: #e9f0f3;
  border-radius: 4px;
  padding: 10px;
}

.form-block__row_inline .form-block__cell {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 2%;
  margin-bottom: 0;
}

.form-block__row_inline .form-block__cell:last-child {
  margin-right: 0;
}

.form-block__row_inline-3 .form-block__cell {
  width: 32%;
  margin-right: 2%;
}

.form-block__row_inline-2 .form-block__cell {
  width: 49%;
  margin-right: 2%;
}

.block-agreement {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #999;
}

.registration-form {
  max-width: 450px;
  padding: 20px 25px;
  background: #eef0f4;
  box-shadow: 0 0 3px 0 rgba(80, 80, 80, 0.1), 0 2px 5px 0 rgb(218, 223, 234);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.forgot-password-link {
  float: right;
  font-size: 14px;
}

/* form-block lead */
.form-block_lead {
  padding: 15px;
  background: #26885f;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.form-block_lead img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.form-block_lead .input {
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  border-color: #1d6f52;
  box-shadow: 2px 2px 0 #21795a;
}

.form-block_lead .button {
  padding: 10px 15px;
  font-size: 17px;
  background: #ff9322;
}

.form-block_lead .button:hover {
  background: #f78e20;
}

/* Change count */
.change-count {
  position: relative;
}

.change-count input {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 0 30px;
  height: 31px;
  line-height: 31px;
  background: #fff;
  z-index: 2;
}

.change-count__button {
  position: absolute;
  top: 3px;
  font-size: 17px;
  cursor: pointer;
  z-index: 3;
}

.change-count__button i {
  vertical-align: middle;
  font-size: 25px;
  color: #999da4;
}

.change-count__button:hover i {
  color: #163b8f;
}

.change-count__button_minus {
  left: 3px;
}

.change-count__button_plus {
  right: 3px;
}

.change-unit {
  font-size: 14px;
}

.change-unit__button {
  padding: 0 5px;
  border: 1px dashed #c0c4cc;
  font-weight: bold;
  color: #3775b5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.change-unit__button:hover {
  border-color: #dbdfe6;
  color: #163b8f;
}

.change-unit__button.active {
  background: #163b8f;
  color: #fff;
  border-color: transparent;
  cursor: default;
}

/* Checkbox */
.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox__custom {
  position: relative;
  float: left;
  cursor: pointer;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c3c3c3;
  box-shadow: 2px 2px 0 #eceef3;
  background: #fff;
}

.checkbox__label {
  cursor: pointer;
  position: relative;
  top: -1px;
  line-height: 20px;
  display: block;
  padding-left: 23px;
}

.checkbox__input:checked+.checkbox__custom:before {
  content: '\f00c';
  position: absolute;
  font-size: 11px;
  top: 50%;
  left: 2px;
  margin-top: -1px;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  transition: all .2s;
}

.checkbox__input:checked+.checkbox__custom {
  background: #3babe8;
  border-color: transparent;
}

.checkbox_radio__wide {
  display: block;
  margin: 5px 0;
}

.checkbox_radio .checkbox__custom, .checkbox_radio .checkbox__input:checked+.checkbox__custom:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.checkbox_radio .checkbox__input:checked+.checkbox__custom:before {
  content: "";
  margin-top: 0;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  font-family: none;
  transform: translateY(50%) translateX(50%);
  background-color: #ffffff;
}

.checkbox-disabled {
  opacity: .4;
}

.checkbox-disabled .checkbox__input:checked+.checkbox__custom {
  background: #b5b5b5;
}

/*
.checkbox-disabled .checkbox__label {
  cursor: no-drop;
}
*/
/* Table */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  border: 1px solid #e8e8e8;
}

.table td, .table th {
  padding: 10px 20px;
  background: #fff;
  vertical-align: top;
}

.table th {
  font-weight: normal;
  padding: 10px 20px;
  color: #8d8d8d;
  text-align: left;
}

.table tr:nth-child(2n+1) td {
  background: #f5f5f7;
}

/* Button */
.button {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  padding: 6px 15px;
  background: #2e3347;
  color: #fff;
  border: 0;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.button:hover {
  background: #49516f;
  color: #fff;
}

.button_border {
  border: 2px solid #e5e5e5;
}

.button_radius {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.button_default {
  color: #fff;
  background: #163b8f;
}

.button_default:hover {
  background: #2854b7;
  color: #fff;
}

.button_default:active {
  background: #264792;
}

.button_blue {
  color: #ffffff;
  background: #1d52cb;
}

.button_blue:hover {
  color: #ffffff;
  background: #346ceb;
}

.button_red {
  background: #ea2706;
  color: #fff;
}

.button_red:hover {
  background: #2854b7;
  color: #fff;
}

.button_red:active {
  background: #264792;
}

.button_buy {
  background-color: #db3737;
  color: #fff;
}

.button_buy:hover {
  color: #fff;
  background-color: #FF3019;
}

.button_buy:active {
  background-color: #D40806;
}

.button_sold, .button_sold:hover {
  background-color: #f1f1f1;
  color: #8d919a;
  font-size: 14px;
  font-weight: 600;
}

.button_added, .button_added:hover {
  background: #cae6c9!important;
  color: #649c62;
}

.button_wp {
  background: #2ab73d;
}

.button_wp:hover {
  background: #44bd54;
}

.button_showroom {
  color: #fff;
  background: rgb(25,110,214);
  background: -moz-linear-gradient(120deg, rgba(37,68,223,1) 0%, rgba(5,179,197,1) 100%);
  background: -webkit-linear-gradient(120deg, rgba(37,68,223,1) 0%, rgba(5,179,197,1) 100%);
  background: linear-gradient(120deg, rgba(37,68,223,1) 0%, rgba(5,179,197,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f5efb",endColorstr="#2eb3a6",GradientType=1);
}

.button_showroom:hover {
  background: rgb(15,117,243);
  background: -moz-linear-gradient(120deg, rgba(60,90,237,1) 0%, rgba(31,198,215,1) 100%);
  background: -webkit-linear-gradient(120deg, rgba(60,90,237,1) 0%, rgba(31,198,215,1) 100%);
  background: linear-gradient(120deg, rgba(60,90,237,1) 0%, rgba(31,198,215,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c5aed",endColorstr="#1fc6d7",GradientType=1);
}

.button_small {
  padding: 2px 10px;
}

.button[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=45);
  opacity: .45;
}

.button-promo {
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #282828;
  background: linear-gradient(120deg, rgb(209 215 233) 0%, rgb(230 234 245) 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.button-promo:hover {
  color: #282828;
  background: linear-gradient(120deg, rgb(192 199 221) 0%, rgb(222 228 243) 100%);
}

.button-promo_icon {
  padding: 15px 20px 15px 50px;
}

.button-promo_icon:before {
  content: "\f05a";
  position: absolute;
  font-size: 20px;
  top: 15px;
  left: 20px;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #404862;
}

.button-promo_small {
  padding: 5px 10px;
  font-size: 14px;
}

.button-promo_small.button-promo_icon {
  padding: 5px 10px 5px 30px;
}

.button-promo_small.button-promo_icon:before {
  font-size: 12px;
  left: 12px;
  top: 5px;
}

.button-promo_orange {
  color: #ffffff;
  background: linear-gradient(320deg, rgb(219,93,0) 0%, rgb(255,141,0) 100%);
}

.button-promo_orange:hover {
  color: #ffffff;
  background: linear-gradient(320deg, rgb(217,113,22) 0%, rgb(245,157,25) 100%);
}

.button-promo_icon.button-promo_orange:before {
  content: "\f295";
  color: #ffe1c6; /*#ffd0a6;*/
}

.button-promo_blue {
  color: #ffffff;
  /* background: linear-gradient(320deg, rgb(41 55 249) 0%, rgb(0 158 233) 100%); */
  background: linear-gradient(320deg, rgb(22 59 143) 0%, rgb(27 124 245) 100%);
}

.button-promo_blue:hover {
  color: #ffffff;
  /* background: linear-gradient(320deg, rgb(52 65 241) 0%, rgb(33 176 245) 100%); */
  background: linear-gradient(320deg, rgb(26 70 171) 0%, rgb(47 137 249) 100%);
}

.button-promo_blue.button-promo_icon:before {
  color: #dcebf5;
}

.button-promo_light-blue {
  color: #ffffff;
  background: linear-gradient(320deg, #3976e9 0%, #25abd5 100%);
}

.button-promo_light-blue:hover {
  color: #ffffff;
  background: linear-gradient(320deg, #4682f5 0%, #46d0fb 100%);
}

.button-promo_light-blue.button-promo_icon:before {
  color: #ffffff;
}

.button-promo_indent-normal {
  padding: 10px 20px;
}

.button-promo_indent-normal.button-promo_icon {
  padding: 10px 20px 10px 47px;
}

.button-promo_indent-normal.button-promo_icon:before {
  top: 10px;
  font-size: 18px;
}


/* Promo Labels  */

.promo-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.promo-label__item {
  padding: 4px 16px;
  font-size: 14px;
  background-color: #859ee32e;
  border-radius: 50px;
}


/* ----------- modal ----------- */
.modal-block {
  position: relative;
  width: 500px;
  margin: 30px auto;
  padding: 40px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.modal-block_large {
  width: 800px;
}

.modal-block__image {
  margin: -40px -40px 25px;
}

.modal-block__image img {
  display: block;
  width: 100%;
  height: auto;
}

.modal-block__title {
  font-size: 24px;
  margin-bottom: 20px;
}

.modal-block__title_center, .modal-block__text_center {
  text-align: center;
}

.modal-block__text {
  font-size: 14px;
  line-height: 19px;
  background: #e9f0f3;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
}

.mfp-figure:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
}

img.mfp-img {
  padding: 40px;
}

.mfp-bottom-bar {
  margin: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  right: 0;
  color: #fff;
  background: #2959aa;
  opacity: 1;
}

/* ----------- Header ----------- */
/* ----------- header top ----------- */
.header-alert {
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  color: #ffffff;
  background-color: #f74434;
}

.header {
  position: relative;
}

.header__top {
  position: relative;
  background: #fff;
  height: 35px;
  padding: 6px 0;
}

.button-head {
  font-size: 14px;
  padding: 0 10px;
  background: #eef0f4;
  color: #546fad;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.button-head:hover {
  background: #ecf1fb;
  color: #546fad;
}

.header__geo {
  float: left;
  width: 248px;
}

.header__geo-city, .header__geo-address {
  display: inline-block;
  vertical-align: bottom;
}

.header__geo-address {
  font-size: 13px;
  color: #808080;
  margin-left: 10px;
}

.city-wrap {
  margin-top: 20px;
}

.city-list {
  float: left;
  width: 25%;
  padding-right: 5px;
}

.city-muted {
  opacity: .2;
}

.header__contact, .header__contact-item, .header__contact-item_wa a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.header__contact-item {
  margin-right: 25px;
  font-size: 15px;
}

.header__contact-item:last-child {
  margin-right: 0;
}

.header__contact-item i {
  margin-right: 8px;
}

.header__contact-item_time, .header__contact-item_time i {
  color: #74767b;
}

.header__contact-item_phone {
  margin-left: auto;
  font-weight: bold;
  color: #282828;
}

/* .header__contact-item_store {
  margin-left: auto;
} */

.header__contact-item_wa svg {
  margin-right: 5px;
}

.header__contact-callback {
  float: left;
  margin-left: 15px;
}

.header__contact-callback:hover {
  background: #d3efd2;
  color: #7aaf78;
}

.header__login {
  float: right;
}

.header__login-link {
  float: left;
  margin-left: 7px;
}

.header__login-link:first-child {
  margin-left: 0;
}

.header__login-link_entry {
  background: #eff5ee;
  color: #7bb077;
}

.header__login-link_entry:hover {
  background: #dbecd8;
  color: #7bb077;
}

.user {
  position: relative;
}

.user__link {
  display: block;
}

.user__menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 7px;
  min-width: 100%;
  z-index: 15;
}

.user__menu_active {
  display: block;
}

.user__menu-link {
  position: relative;
  display: block;
  white-space: nowrap;
  background: #fff;
  border-top: 1px solid #efefef;
  padding: 3px 15px;
  font-size: 14px;
  box-shadow: 0 2px 5px -1px rgba(148, 148, 148, 0.4196078431372549);
}

.user__menu-link:first-child {
  border-top: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.user__menu-link:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* ----------- header middle ----------- */
.header__middle {
  position: relative;
  background: #163b8f;
  padding: 15px 0;
}

.header__logo, .header__search, .header__nav {
  display: table-cell;
  vertical-align: middle;
}

.header__logo {
  position: relative;
  min-width: 248px;
  white-space: nowrap;
  z-index: 3;
}

.logo-icon, .logo-name {
  display: inline-block;
  vertical-align: middle;
}

.logo-icon {
  width: 46px;
  height: 47px;
}

.logo-name {
  height: 38px;
  margin: 0 0 0 8px;
}

/* ----------- search ----------- */
.header__search {
  width: 100%;
}

.search {
  position: relative;
  z-index: 15;
}

.search__input {
  overflow: hidden;
}

.search__input .input {
  background: transparent;
  border-width: 0 0 2px;
  border-color: #5570ad;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-right: 40px;
  text-overflow: ellipsis;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.search__input ::-webkit-input-placeholder {
  color: #fff;
}

.search__input ::-moz-placeholder {
  color: #fff;
}

.search__input :-moz-placeholder {
  color: #fff;
}

.search__input :-ms-input-placeholder {
  color: #fff;
}

.search__button {
  position: absolute;
  right: 0;
  z-index: 10;
}

.search__button .button {
  font-size: 19px;
  color: #fff;
  padding: 7px 0 3px;
  width: 40px;
  background: transparent
}

.search__button .button:hover {
  color: #36c4e0;
}

.search__button .spinner {
  display: none;
  padding: 7px 0 3px;
  width: 40px;
  text-align: center;
  font-size: 19px;
  color: #fff;
  background: transparent
}

.search__button.loading .button {
  display: none;
}

.search__button.loading .spinner {
  display: block;
}

.search__result {
  position: absolute;
  display: none;
  font-size: 14px;
  background: #fff;
  padding: 5px;
  width: 100%;
  top: 100%;
  z-index: 77;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, .175);
  box-shadow: 0 1px 9px rgba(0, 0, 0, .175);
}

.search__result-body, .search__result-brands, .search__result-collections, .search__result-products {
  padding: 4px;
}

.search__result-title {
  font-weight: bold;
  padding: 0 5px;
}

.search__result_show {
  display: block;
}

.search__result-item {
  position: relative;
  display: block;
  padding: 2px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.search__result-item:nth-child(2n) {
  background: #f9f9f9;
}

.search__result-item:hover {
  background: #F3F3F3;
}

.search__result-all {
  display: block;
  margin-top: 10px;
  padding: 5px 10px;
  color: #FF0C0C;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.search__result-empty {
  display: none;
  padding: 10px;
}

.search__result-empty_show {
  display: block;
}

/* ----------- navbar ----------- */
.header__nav {
  white-space: nowrap;
  padding-left: 35px;
}

.navbar {
  float: right;
  font-size: 0;
}

.navbar__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.navbar__item:first-child {
  margin-left: 0;
}

.navbar__link {
  display: block;
  padding: 4px 15px;
  color: #36c4e0;
  font-weight: bold;
  font-size: 15px;
  border: 2px solid #36c4e0;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.navbar__link:hover, .navbar__item:hover .navbar__link {
  background: #36c4e0;
  color: #fff;
}

.navbar__item:hover .navbar__link i, .navbar__item.active .navbar__link i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: .2s ease -webkit-transform;
  transition: .2s ease transform;
}

.navbar__item_3d .navbar__link, .navbar__item_client .navbar__link {
  border-color: #36c4e0;
  color: #36c4e0;
}

.navbar__item_3d .navbar__link:hover, .navbar__item_client .navbar__link:hover {
  background: #36c4e0;
  color: #fff;
}

.navbar__sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 5px;
  min-width: 100%;
}

@media screen and (min-width: 1024px) {
  .navbar__item:hover .navbar__sub-menu {
    display: block;
    z-index: 15;
  }
}

.navbar__sub-link {
  position: relative;
  display: block;
  background: #fff;
  border-top: 1px solid #efefef;
  padding: 3px 15px;
  font-size: 14px;
  box-shadow: 0 2px 5px -1px rgba(148, 148, 148, 0.4196078431372549);
}

.navbar__sub-link:first-child {
  border-top: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.navbar__sub-link:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* 9 */
.header__middle_9 .header__logo:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 51px;
  height: 21px;
  background: url('/img/lenta.png') no-repeat;
}

/* 23 */
.theme_23 .m-header {
  background: url('/img/23-bg.png') repeat-x;
}

.theme_23 .m-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(63, 72, 82, 0.74);
}

.theme_23 .search__input .input {
  border-color: #777d75;
}

.theme_23 .navbar__link {
  border-color: #669456;
  color: #ccdec5;
}

.theme_23 .navbar__link:hover, .theme_23 .navbar__item:hover .navbar__link {
  background: #669456;
}

@media screen and (min-width: 1024px)
{
  .theme_23 .header__middle {
    background: url('/img/23-bg.png') repeat-x;
  }
  .theme_23 .header__middle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(63, 72, 82, 0.74);
  }
}

/* 8 march */
.theme_8 .m-header {
  background: #984364;
}

.theme_8 .search__input .input {
  border-color: #b96083;
}

.theme_8 .navbar__link {
  border-color: #b96083;
  color: #fff;
}

.theme_8 .navbar__link:hover, .theme_8 .navbar__item:hover .navbar__link {
  background: #b96083;
}

.theme_8 .header__logo:before {
  content: '';
  position: absolute;
  top: -11px;
  left: -11px;
  width: 67px;
  height: 68px;
  background: url('/img/8-bg.png') no-repeat;
  background-size: contain;
  z-index: -1;
}

.theme_8 .m-header__logo:before {
  content: '';
  position: absolute;
  top: -11px;
  left: -11px;
  width: 67px;
  height: 68px;
  background: url('/img/8-bg.png') no-repeat;
  background-size: contain;
  opacity: 1;
  z-index: -1;
}

@media screen and (max-width: 1100px)
{
  .theme_8 .header__logo:before {
    top: -10px;
    left: -15px;
    width: 57px;
    height: 57px;
    opacity: 0.4;
  }
  .theme_8 .m-header__logo:before {
    top: -8px;
    left: -10px;
    width: 50px;
    height: 50px;
    opacity: 0.4;
  }
}

@media screen and (min-width: 1024px)
{
  .theme_8 .header__middle {
    background: #984364;
  }
}

/* 1 may */
.header__middle_1 .header__logo:before {
  content: '';
  position: absolute;
  top: -11px;
  left: -11px;
  width: 67px;
  height: 68px;
  background: url('/img/8-bg.png') no-repeat;
}

/* ny */
.theme_ny .header__middle, .theme_ny .m-header {
  background: #163b8f url('/img/ny-bg.png') repeat-x;
}

.theme_ny .header__logo:before, .theme_ny .m-header__logo:before {
  content: '';
  position: absolute;
  top: -25px;
  left: -24px;
  background: url('/img/ny-logo.png') no-repeat;
  width: 60px;
  height: 45px;
  background-size: contain;
}

@media screen and (max-width: 1100px) {
  .theme_ny .header__logo:before {
    top: -21px;
    left: -13px;
    width: 45px;
    height: 33px;
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

@media screen and (max-width: 1023px) {
  .theme_ny .m-header__logo:before {
    width: 24px;
    height: 18px;
    top: -7px;
    left: -9px;
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@media screen and (max-width: 599px) {
  .theme_ny .m-header__logo:before {
    width: 19px;
    height: 14px;
    top: -1px;
    left: -8px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}


/* ----------- header bottom ----------- */
.header__bottom {
  padding: 7px 0;
  background: #e6eaf5;
}

.header__cat, .header__cathead, .header__basket, .header__compare {
  display: table-cell;
  vertical-align: middle;
}

/* ----------- Category navigation ----------- */
.header__cat {
  position: relative;
  min-width: 248px;
  white-space: nowrap;
  z-index: 12;
}

.header__cat-button {
  position: relative;
  display: block;
  padding: 5px 15px;
  background: #2e3347;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: 195px;
  cursor: pointer;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.header__cat-button i {
  float: right;
  margin-top: 3px;
  font-size: 16px;
}

.header__cat-button:hover, .header__cat-button_active {
  background: #575f6f;
  color: #fff;
}

.header__cat-button:hover i, .header__cat-button_active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: .2s ease -webkit-transform;
  transition: .2s ease transform;
}

.header__cat-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 280px;
  padding-top: 14px;
  z-index: 20;
}

.header__cat-dropdown_active {
  display: block;
}

.category {
  position: relative;
}

.category__nav {
  background: #fff;
  box-shadow: 0 2px 5px -1px rgba(148, 148, 148, 0.4196078431372549);
}

.category__item {
  display: block;
}

.category__item:hover, .category__sub-item:hover {
  background: #eef0f4;
}

@media screen and (min-width: 1024px) {
  .category__item:hover .category__sub, .category__sub-item:hover .category__sub-list {
    display: block;
  }
}

.category__link, .category__sub-link {
  position: relative;
  display: block;
  padding: 6px 15px;
  font-size: 16px;
  color: #38393c;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #eef0f4;
}

span.category__link, span.category__sub-link {
  font-weight: bold;
}

.category__item_down .category__link:before, .category__sub-item_down>.category__sub-link:before {
  content: "\f0da";
  position: absolute;
  font-size: 13px;
  top: 50%;
  right: 15px;
  color: #999da4;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}

.category__sub, .category__sub-list {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 320px;
  background: #fff;
  box-shadow: 0 2px 5px -1px rgba(148, 148, 148, 0.4196078431372549);
  z-index: 3;
}

/* ----------- Category head ----------- */
.header__cathead {
  width: 100%;
  padding-left: 10px;
}

.category-head {
  padding-right: 10px;
  font-size: 0;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
}

.category-head__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}

.category-head__item:first-child {
  padding-left: 0;
}

.category-head__item:last-child {
  padding-right: 0;
}

.category-head__item:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -2px;
  height: 4px;
  width: 4px;
  background: #9a9da4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.category-head__item:first-child:before {
  content: none;
}

.category-head__link {
  display: block;
  color: #38393c;
  font-size: 14px;
  font-weight: bold;
}

.category-head__item_action .category-head__link {
  padding: 0 10px;
  color: #fff;
  background: rgb(63,94,251);
  background: -moz-linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(46,179,166,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(46,179,166,1) 100%);
  background: linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(46,179,166,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f5efb",endColorstr="#2eb3a6",GradientType=1);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.header__compare {
  white-space: nowrap;
  font-size: 0;
  padding-right: 12px;
  border-right: 1px solid #c3c8d8;
}

.compare-head {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px 0 13px;
  background: #c4c7d6;
  color: #7f8cbf;
  cursor: pointer;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.compare-head.active {
  background: #163b8f;
  color: #fff;
}

.compare-head i {
  vertical-align: top;
  font-size: 16px;
  line-height: 33px;
}

.compare-head__count {
  position: absolute;
  top: -3px;
  right: -6px;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  padding: 0 6px;
  background: #72798a;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.header__basket {
  white-space: nowrap;
  font-size: 0;
  padding-left: 12px;
}

.basket-head__info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 18px;
  color: #58617b;
  margin-left: 20px;
}

.basket-head__info-text {
  display: inline-block;
  border-bottom: 1px dashed;
  color: #3775b5;
  line-height: 12px;
  font-size: 13px;
}

.basket-head__info-total {
  font-weight: bold;
  line-height: 15px;
}

.basket-head__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px 0 12px;
  background: #ea2706;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.basket-head__icon i {
  vertical-align: top;
  font-size: 20px;
  line-height: 33px;
}

.basket-head__count {
  position: absolute;
  top: -3px;
  right: -6px;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  padding: 0 6px;
  background: #424448;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.basket-head:hover .basket-head__info-text {
  color: #ec3232;
}

/* ----------- Content ----------- */
.content {
  position: relative;
  padding: 0 0 260px;
  width: 100%;
}

.content-side {
  position: relative;
  float: left;
  width: 260px;
  margin-right: -260px;
  z-index: 10;
}

.content-main {
  display: block;
  float: left;
  position: relative;
  padding-left: 300px;
  width: 100%;
}

.collection-middle .content-main {
  padding: 0;
}

/* ----------- section ----------- */
.section {
  margin: 25px 0;
  padding: 25px 0;
}

.section.is-indent {
  margin: 0;
  padding: 0;
}

.section_main {
  margin: 10px 0;
  padding: 20px 0;
}

.section__title {
  font-size: 26px;
}

.section__body {
  margin-top: 20px;
}

.section-desc {
  background: #f7f7f7;
  margin: 0;
  font-size: 13px;
}

.section-desc .ul-style_default li {
  margin-bottom: 5px;
}

.section-desc h2:first-child {
  margin-top: 0;
}

.section-desc p:last-child {
  margin-bottom: 0;
}

.section-same {
  margin-bottom: 0;
  background: #f6f7f9;
  border-bottom: 1px solid #dadada;
  padding-bottom: 50px;
}

.section-same .section__body > .button_default:not(:hover) {
  background: #2b4a8b;
}

.section-product-advantages {
  background: #f0f2f7; /*#f6f7f9;*/
}

.section-same+.section-product-advantages {
  border-top: 1px solid #e8e8e8;
}

.section-related {
  margin: 0;
  padding: 25px 0 40px;
  background: #f6f7f9;
}

.section_category {
  margin: 0;
  padding: 10px 0 20px;
}

.section_category .section__title {
  font-size: 16px;
  margin: 0;
}

.section_category .section__body {
  margin-top: 5px;
}

.section_category .link-list {
  margin: 0;
}

.section_related {
  padding-bottom: 0;
  margin-bottom: 0;
}

.section_related .section__title {
  font-size: 18px;
}

.section_related .products-slider {
  padding: 20px;
  background: #f6f7f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* ----------- Breadcrumbs ----------- */
.breadcrumbs {
  padding: 15px 0;
  font-size: 0;
}

.breadcrumbs__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
}

.breadcrumbs__item:first-child {
  padding-left: 0;
}

.breadcrumbs__item:last-child {
  padding-right: 0;
}

.breadcrumbs__item:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -2px;
  height: 4px;
  width: 4px;
  background: #9a9da4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.breadcrumbs__item:first-child:before {
  content: none;
}

.breadcrumbs__link {
  display: block;
  font-size: 14px;
}

/* ----------- Title block ----------- */
.title-block {
  margin-top: 20px;
}

.breadcrumbs+.title-block {
  margin-top: 0;
}

.title-block__name, .title-block__name h1 {
  font-size: 35px;
  line-height: 50px;
  font-weight: normal;
  margin: 0;
}

.title-block__name h1 {
  display: inline-block;
}

.title-block__desc {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
}

.title-block__desc p {
  margin: 5px 0;
}

.title-block__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.title-block__img.is-dark::after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2e3347;
  opacity: 0.7;
}

.title-block_bg {
  position: relative;
  margin-top: 0;
  padding: 60px 0;
}

.title-block_warranty .title-block__img {
  background-color: #2e3347;
  background-position: 0 100%;
}

.title-block_warranty .title-block__name {
  font-weight: bold;
  color: #fff;
}

.title-block_warranty .title-block__name span {
  display: block;
  font-weight: 500;
  color: #39bfe9;
}

/* ----------- Content block ----------- */
.content-block {
  padding: 30px 0;
}

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

.content-article {
  padding: 20px 0;
}

.content-article img {
  max-width: 100%;
  max-height: 100%;
}

.content-article p {
  margin: 20px 0;
  line-height: 24px;
}

.content-article p:first-child {
  margin-top: 0;
}

.content-article .ul-style {
  margin: 10px 0 20px;
}

.content-article .ul-style li {
  margin-bottom: 14px;
}

.section-mainhead {
  padding: 30px 30px;
  margin: 40px 0 30px;
  background-color: #f6f7f9;
}

.section-mainhead h1 {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
}

/* ----------- Main slider ----------- */
.section-main-slider {
  padding: 0;
}

.main-slider {
  margin: 0 !important;
}

.main-slider__item {
  display: none;
}

.main-slider .slick-dots {
  left: 20px;
  bottom: 20px;
  width: auto;
  padding: 5px 2px;
  background: rgba(19, 19, 19, 0.54);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.main-slider .slides-arrows {
  display: none !important;
}

.main-slider:hover .slides-arrows {
  display: block !important;
}

.slides-arrows {
  position: absolute;
  font-size: 32px;
  line-height: 28px;
  color: #5f6371;
  background: #fff;
  padding: 2px;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
  z-index: 5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.slides-arrows_prev {
  left: -18px;
}

.slides-arrows_next {
  right: -18px;
}

.slides-arrows_next-down {
  position: absolute;
  top: inherit;
  margin-top: inherit;
  bottom: -8px;
  right: 50%;
  margin-right: -18px;
}

.slides-arrows:hover {
  background: rgba(91, 154, 153, 0.54);
}

/* ----------- category block ----------- */
.category-block {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 0;
  text-align: center;
  margin: 0 -1%;
}

.category-block__item {
  display: inline-block;
  vertical-align: bottom;
  width: 18%;
  padding: 0 0 20px;
  margin: 1%;
}

.category-block__cover {
  display: block;
  height: 170px;
  margin: 0 0 25px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 15px 0px -9px rgb(189, 197, 208), 0px 30px 0px -18px rgb(228, 234, 246);
  -moz-box-shadow: 0px 15px 0px -9px rgb(189, 197, 208), 0px 30px 0px -18px rgb(228, 234, 246);
  box-shadow: 0px 15px 0px -9px rgb(189, 197, 208), 0px 30px 0px -18px rgb(228, 234, 246);
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}

.category-block__title {
  font-size: 20px;
  color: #38393c;
}

.category-block__item:hover .category-block__cover {
  -webkit-box-shadow: 0px 13px 0px -9px rgb(225, 226, 228), 0px 26px 0px -18px rgb(239, 241, 245);
  -moz-box-shadow: 0px 13px 0px -9px rgb(225, 226, 228), 0px 26px 0px -18px rgb(239, 241, 245);
  box-shadow: 0px 13px 0px -9px rgb(225, 226, 228), 0px 26px 0px -18px rgb(239, 241, 245);
}

.category-block__item:hover .category-block__title {
  color: #ec3232;
}

/* ----------- section hit ----------- */
.section-hit__bestseller {
  position: relative;
  float: right;
  width: 310px;
  margin-left: -310px;
  z-index: 10;
}

.section-hit__timebuy {
  position: relative;
  display: block;
  /* float: left;
  padding-right: 340px; */
  width: 100%;
}

/* .section-hit__wr {
  padding: 25px 20px 20px;
  background: #74a3ec;
  background: -webkit-radial-gradient(center, #74a3ec, #245bb4);
  background: -o-radial-gradient(center, #74a3ec, #245bb4);
  background: -moz-radial-gradient(center, #74a3ec, #245bb4);
  background: radial-gradient(ellipse at center, #74a3ec, #245bb4);
}

.section-hit .section__title {
  text-align: center;
  color: #bfd2f5;
} */

/* ----------- country block ----------- */
.section-countries {
  background: #f6f7f9;
}

.country-block {
  padding: 0 40px;
}

.country-block__link {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-align: start;
  align-items: center;
  width: 190px;
  padding: 15px 10px;
}

.country-block__flag {
  width: 50px;
  height: 50px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e4eaf6;
}

.country-block__name {
  -ms-flex: 1;
  flex: 1;
  margin-left: 14px;
  font-size: 17px;
  line-height: 21px;
}

/* ----------- advantages ----------- */
.advantages {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 0;
  padding: 20px 0;
  text-align: center;
  background: #f0f2f7; /*#f6f7f9;*/
}

.advantages__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 20px 15px;
}

.advantages__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: #e8e8e8;
}

.advantages__item:first-child:before, .advantages__item:nth-child(4):before {
  content: none;
}

.advantages__icon {
  display: inline-block;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #163b8f;
  box-shadow: 2px 2px 0 #caced8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.advantages__icon i {
  font-size: 26px;
  line-height: 50px;
  color: #fff;
}

.advantages__name {
  font-size: 16px;
  line-height: 18px;
}

/* ----------- tab content ----------- */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/* ----------- link list ----------- */
.link-list {
  margin-top: 20px;
  font-size: 0;
}

.link-list+.link-list {
  margin-top: 5px;
}

.link-list_page {
  padding: 25px 0 15px;
}

.link-list__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 7px 0;
  padding: 1px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #75819a;
  border: 1px solid #dee1e8;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.link-list_category-brands .link-list__item {
  font-size: 13px;
  line-height: 16px;
  padding: 0;
  margin: 0 10px 5px 0;
  border-bottom: 1px solid #cad2e2;
  border-width: 0 0 1px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.link-list__item:last-child {
  margin-right: 0;
}

.link-list__item.active {
  background: #3e65bd;
  color: #fff;
  cursor: default;
  border-color: transparent;
}

.link-list_category-brands .link-list__item.active {
  background: transparent;
  border-color: #fba2a2;
  color: #ec3232;
}

/* ----------- category sort ----------- */
.category-sort {
  padding: 3px 15px;
  margin-bottom: 10px;
  border: 2px solid #eef0f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.category-sort__link {
  display: block;
  padding: 7px 0;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px solid #eef0f4;
}

.category-sort__link:last-child {
  border: 0;
}

.category-sort__link.active, .category-sort__link.active:hover {
  font-weight: bold;
  color: #3775b5;
}

/* ----------- category list ----------- */
.category-list {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 0;
  text-align: center;
  margin: 0 -1%;
}

.category-list__item {
  display: inline-block;
  vertical-align: bottom;
  width: 23%;
  padding: 0 0 20px;
  margin: 1%;
}

.category-list__cover {
  display: block;
  height: 170px;
  margin: 0 0 25px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 13px 0 -9px rgb(189, 197, 208), 0 26px 0 -18px rgb(228, 234, 246);
  -moz-box-shadow: 0 13px 0 -9px rgb(189, 197, 208), 0 26px 0 -18px rgb(228, 234, 246);
  box-shadow: 0 13px 0 -9px rgb(189, 197, 208), 0 26px 0 -18px rgb(228, 234, 246);
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  -moz-transition-duration: .3s;
  transition-duration: .3s;
}

.category-list__name {
  font-size: 18px;
  color: #38393c;
}

.category-list__item:hover .category-list__cover {
  -webkit-box-shadow: 0 11px 0 -9px rgb(225, 226, 228), 0 22px 0 -18px rgb(239, 241, 245);
  -moz-box-shadow: 0 11px 0 -9px rgb(225, 226, 228), 0 22px 0 -18px rgb(239, 241, 245);
  box-shadow: 0 11px 0 -9px rgb(225, 226, 228), 0 22px 0 -18px rgb(239, 241, 245);
}

/* ----------- products ----------- */
.products_grid {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: -1%;
}

.products_grid .product-card {
  float: left;
  width: 23%;
  margin: 1%;
  border: 1px solid #eef0f4;
}

@media screen and (max-width: 1280px) {
  .products_grid .product-card {
    width: 31.3333%;
  }
}

@media screen and (max-width: 1024px) {
  .products_grid .product-card {
    width: 48%;
  }
}

/* ----------- product card ----------- */
.product-card {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-card__sticker {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
}

.product-card__compare {
  position: absolute;
  top: 5px;
  right: 5px;
}

.button-compare {
  display: inline-block;
  padding: 2px 10px;
  font-size: 14px;
  text-align: center;
  background: #eef0f4;
  color: #9ca4b5;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-card__compare .button-compare {
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.product-card__compare .button-compare i {
  position: relative;
  top: 1px;
}

.product-compare .button-compare i {
  margin-right: 3px;
}

.button-compare:hover, .button-compare_active {
  background: #5570ad;
  color: #fff;
}

.product-card__cover {
  display: block;
  height: 200px;
  line-height: 200px;
  text-align: center;
}

.product-card__cover img {
  display: inline-block !important;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 200px;
}

.product-card__content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  padding: 10px 0 0;
}

.product-card__data {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-card__data-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; /* 10px */
  font-size: 13px; /* 14px */
  line-height: 19px;
  color: #6c7177;
}

.product-card__data-item:last-child {
  margin-right: 0;
}

.product-card__data-item_brand {
  background: #eef0f4;
  color: #606881; /* #38393c */
  padding: 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-card__brand {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  margin: 10px 0; /* auto 0 10px */
}

.product-card__brand-name {
  font-size: 13px;
  line-height: 1em; /* 19px */
  color: #3a4052; /*#606881*/
  /* border-radius: 4px; */
  /* padding: 0 5px; */
  /* background: #eef0f4; */
}

.product-card__brand-flag {
  font-size: 0;
  line-height: 0;
}

.product-card__brand-flag img {
  height: 13px; /* 17px */
  width: 18px; /* 23px */
  border-radius: 2px; /* 3px */
}

.product-card__place {
  position: relative;
  font-size: 13px;
  color: #718090;
  padding-left: 10px;
  height: 2em;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card__place:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  height: 4px;
  width: 4px;
  background: #9a9da4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.product-card__place:empty:before {
  content: none;
}

.product-card__name-block {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
}

.product-card__buy {
  margin-top: auto;
}

/* .product-card__buy:before, .product-card__buy:after {
  content: '';
  display: table;
  height: 0;
}

.product-card__buy:after {
  clear: both;
} */

.product-card__price {
  position: relative;
  display: block;
  width: 100%;
  height: 33px;
  line-height: 19px;
}

.product-card__price-current, .product-card__price-new {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.product-card__price-current {
  line-height: 33px;
}

.product-card__price-old {
  text-decoration: line-through;
  font-size: 13px;
  color: #9da6b0;
}

/*.product-card__price-new {
  color: #ff0009;
}*/

.product-card__button {
  margin-top: 10px;
}

.product-card__button .button {
  font-size: 14px;
  line-height: 1em;
  padding: 9px 8px 10px;
  background: linear-gradient(320deg, rgb(72 114 209) 0%, rgb(30 93 175) 100%);
}

.product-card__button .button:hover {
  background: linear-gradient(320deg, rgb(42 73 145) 0%, rgb(40 89 153) 100%);
}

.timebuy-slider .product-card, .products-slider .product-card, .products-same .product-card {
  width: 270px;
  margin-right: 20px;
}

.products-same .slides-arrows {
  top: 67px;
  margin: 0;
}

/* ----------- collections ----------- */
.collections_grid {
  margin: -1%;
}

.collections_grid .collection-card {
  float: left;
  width: 31.3333%;
  margin: 1%;
  border: 1px solid #eef0f4;
}

@media screen and (max-width: 1280px) {
  .collections_grid .collection-card {
    width: 48%;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .collections_grid .collection-card {
    width: 100%;
  }
}

/* ----------- collection card ----------- */
.collections-slider .collection-card, .collections-same .collection-card {
  margin-right: 20px;
  width: 240px;
}

.collections-slider .slides-arrows, .collections-same .slides-arrows {
  top: 134px;
  margin: 0;
}

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

.collections-same .slick-slide {
  height: auto;
}

.collection-card {
  position: relative;
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.collection-card__cover {
  display: block;
  height: 300px;
  margin: -10px -10px 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* .collection-card__cover img {
  display: inline-block !important;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 170px;
  max-height: 170px;
} */
.collection-card__content {
  padding: 7px 0 0;
}

.collection-card__data {
  font-size: 0;
  margin-bottom: 5px;
}

.collection-card__data-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
  line-height: 19px;
}

.collection-card__data-item:last-child {
  margin-right: 0;
}

.collection-card__data-item_brand {
  background: #eef0f4;
  color: #38393c;
  padding: 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.collection-card__brand {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  margin: 10px 0; /* auto 0 10px */
}

.collection-card__brand-name {
  font-size: 13px;
  line-height: 1em; /* 19px */
  color: #3a4052;
  /* border-radius: 4px; */
  /* padding: 0 5px; */
  /* background: #eef0f4; */
}

.collection-card__brand-flag {
  font-size: 0;
  line-height: 0;
}

.collection-card__brand-flag img {
  height: 13px; /* 17px */
  width: 18px; /* 23px */
  border-radius: 2px; /* 3px */
}

.collection-card__name {
  display: block;
  margin: 10px 0;
  font-size: 16px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}

.collection-card__price {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

/* ----------- Filter ----------- */
.filter-search {
  padding: 7px;
  margin-bottom: 15px;
  text-align: center;
  background: #e7eaf6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.filter-search__text {
  padding: 2px 0 7px;
  font-weight: bold;
  color: #646877;
  font-size: 14px;
}

.filter .checkbox {
  display: block;
  margin-bottom: 4px;
}

.filter .checkbox.is-hide {
  display: none;
}

.filter .checkbox:last-child {
  margin-bottom: 0;
}

.filter-block {
  border: 2px solid #eef0f4;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.filter__name {
  position: relative;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #646877;
  cursor: pointer;
}

.filter__name:after {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #a3aeb7;
}

.filter.active .filter__name:after {
  content: '\f106';
}

.filter.selected .filter__name:before {
  content: '';
  position: absolute;
  top: -moz-calc(50% - 9px);
  top: calc(50% - 9px);
  left: 0;
  width: 4px;
  height: 18px;
  background: #3babe8;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.filter__name:hover, .filter__name:hover:after {
  color: #6673a0;
}

.filter__body {
  display: none;
}

.filter.active .filter__body {
  display: block;
}

.filter__search {
  display: none;
  position: relative;
  margin: 5px 12px 10px;
}

.filter__search.active {
  display: block;
}

.filter__search-input {
  padding-right: 35px;
  padding-left: 28px;
}

.filter__search-icon {
  position: absolute;
  padding: 8px 9px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #c1c1c1;
}

.filter__search-clear {
  display: none;
  position: absolute;
  padding: 8px 12px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #555555;
}

.filter__search-clear:hover {
  color: #111111;
  cursor: pointer;
}

.filter__search.is-entered .filter__search-clear {
  display: block;
}

.filter__content {
  display: block;
  padding: 5px 12px 10px;
  max-height: 250px;
  overflow: auto;
}

.filter__empty {
  display: none;
  margin-bottom: 10px;
  padding-left: 2px;
  font-size: 14px;
  line-height: 1.1rem;
  color: #565656;
}

.filter__content.is-empty .filter__empty {
  display: block;
}

.filter__content.is-empty .filter__values {
  display: none;
}

.filter {
  border-bottom: 1px solid #eef0f4;
}

.filter:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.filter-range_inputs {
  font-size: 0;
  margin-bottom: -10px;
}

.filter-range_inputs .input {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  margin-right: 2%;
}

.filter-range_inputs .input:last-child {
  margin-right: 0;
}

.filter-range_inputs i {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 4%;
  margin-right: 2%;
  background: #d9d9da;
}

.filter_collections {
  background: #153b8f;
  margin-bottom: 15px;
  padding: 5px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.filter_collections .filter__name {
  text-align: center;
  cursor: default;
  color: #fff;
}

.filter_collections .filter__name:after {
  content: none;
}

.filter_collections .filter__body {
  display: block!important;
  margin-top: 5px;
  padding: 0 10px 5px;
}

.filter_collections .filter__content {
  display: block!important;
  margin-top: 5px;
  padding: 0 10px 5px;
}

.filter-collections {
  font-size: 0;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.filter-collections label {
  width: 50%;
  vertical-align: top;
}

.filter-collections .checkbox__label {
  top: 0;
  padding: 7px 12px;
  line-height: 23px;
  font-weight: bold;
  text-align: center;
  color: #546fad;
}

.filter-collections .checkbox__label:hover {
  color: #7b92c7;
}

.filter-collections .checkbox__custom {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: none;
}

.filter-collections .checkbox__custom:before {
  content: none !important;
}

.filter-collections .checkbox__input:checked+.checkbox__custom+.checkbox__label {
  color: #fff;
}

.filter-collections .checkbox-disabled .checkbox__label {
  color: #c6c8ce;
  cursor: no-drop;
}

.filter-collections .checkbox {
  display: inline-block;
  margin: 0;
}

.filter_collections.in-content {
  display: none;
}

@media screen and (max-width: 767px) {
  .filter_collections.in-content {
    display: block;
  }
}

.filter_collections.in-filter {
  display: none;
}

@media screen and (min-width: 768px) {
  .filter_collections.in-filter {
    display: block;
  }
}

.filter-range .irs-slider {
  width: 18px;
  height: 18px;
  top: 19px;
  background: #fff;
  box-shadow: 2px 2px 0 rgba(236, 238, 243, 0.6588235294117647);
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: col-resize;
}

.filter-range .irs {
  height: 40px;
}

/*
.filter[data-filter-property="collection"] .checkbox-disabled {
  display: none;
}
*/

.filter-tags .link-list {
  margin-top: 0;
  margin-bottom: 20px;
}

.filter-tags .link-list+.link-list {
  margin-top: 10px;
}

/* ----------- preloader ----------- */
.preloader {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.preloader:before {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: 120px;
  margin-top: -27px;
  background: url('/img/loading.gif') no-repeat;
  width: 54px;
  height: 55px;
}

.content-main .preloader {
  left: 300px;
}

/* ----------- brands slider ----------- */
.brands-slider .slides-arrows {
  top: 22px;
  margin: 0;
}

.brands-slider__item {
  display: inline-flex !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  height: 80px;
  margin-right: 20px;
  padding: 15px;
  border: 1px solid #e4e2e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.brands-slider__item img {
  max-width: 100%;
  max-height: 100%;
}

.brands-slider__item:hover {
  opacity: .7;
}

.brands {
  -moz-column-count: 5;
  -moz-column-gap: 20px;
  -webkit-column-count: 5;
  -webkit-column-gap: 20px;
  -o-column-count: 5;
  -o-column-gap: 20px;
  column-count: 5;
  column-gap: 20px;
}

.brands__item {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 12px;
}

.brands__item a {
  display: inline-block;
}

.brands__country {
  display: block;
  font-size: 13px;
  line-height: 15px;
  color: #a5a5a5;
}

.title-block_brand .title-block__name {
  display: inline-block;
  vertical-align: middle;
}

.brand-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.brand-logo img {
  display: block;
  padding: 10px;
  max-height: 60px;
  width: auto;
  border: 1px solid #e4e2e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.brand-country {
  margin-left: 15px;
  font-size: .7em;
  color: #888;
}

/* ----------- block articles ----------- */
.section-articles__news, .section-articles__actions {
  float: left;
  width: 45%;
  margin-right: 10%;
}

.section-articles__news {
  margin-right: 0;
}

.article-list {
  font-size: 0;
}

.article-list__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
}

.article-list__cover {
  display: block;
  width: 94px;
  height: 41px;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 3px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.article-list__cover img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.article-list__content {
  padding: 5px;
}

.article-list__date {
  font-size: 13px;
  color: #7e818a;
}

.article-list__title {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
}

/* ----------- articles ----------- */
.articles {
  font-size: 0;
  margin: 0 -15px 35px;
}

.articles .article-card {
  width: 33.3333%;
  padding: 15px;
}

.article-card {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.article-card__cover {
  position: relative;
  display: block;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 180px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.article-card__content {
  padding: 10px;
}

.article-card__date {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1;
  color: #7e818a;
}

.article-card__name {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
}

.article-card__summary {
  margin-top: 10px;
  font-size: 14px;
}

.article-card__summary p {
  margin: 0;
}

/* ----------- Paginator ----------- */
.paginator {
  padding: 20px 0;
  margin-top: 20px;
  text-align: center;
}

.paginator__link, .paginator__current, .paginator__dots {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 25px;
  color: #372727;
  background: #edf0f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.paginator__current {
  background: #3775b5;
  color: #fff;
}

.paginator__dots {
  background: #f9f9f9;
  color: #818181;
  cursor: default;
  user-select: none;
}

/* ----------- notice ----------- */
.notice {
  position: relative;
  margin: 0 0 10px;
  background: #eef0f4;
  padding: 15px 15px 15px 45px;
  line-height: 20px;
  font-size: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.notice:before {
  position: absolute;
  font-size: 22px;
  top: 15px;
  left: 12px;
  color: #8b9fbb;
  /* -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); */
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}

.notice_big {
  line-height: 24px;
  font-size: 18px;
}

.notice_inline {
  display: inline-block;
}

.notice_top {
  margin: 0 0 10px;
}

.notice_info {
  background: #e4efff;
}

.notice_info::before {
  content: "\f05a";
}

.notice_error, .notice_warning {
  background: #ffc6c6;
}

.notice_error::before, .notice_warning::before {
  content: "\f057";
  color: #f59196;
}

.notice_success {
  background: #e0f7dd;
}

.notice_success::before {
  content: "\f058";
  color: #87c37f;
}

.notice_yellow {
  background: #ffeabd;
}

.notice_yellow::before {
  content: "\f05a";
  color: #daae4f;
}

.notice_white {
  background: #ffffff;
  border: 1px solid #cdd6e6;
}

.notice_white::before {
  content: "\f05a";
}

/* ----------- filter panel ----------- */
.filter-panel {
  display: none;
  background: #eef0f4;
  padding: 7px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.control-sort__link {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  color: #546fad;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
}

.control-sort__link:hover {
  background: #fff;
  color: #7b92c7;
}

.control-sort__link_active {
  background: #5570ad;
  color: #fff;
}

.control-sort__link_active:hover {
  background: #6a86c5;
  color: #fff;
}

.control-sort__link_active i {
  margin-left: 4px;
}

.control-sort__link_down i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.control-sort__link_active.control-sort__link_sale:after, .control-sort__link_active.control-sort__link_new:after {
  content: "\f057";
  position: relative;
  right: -4px;
  margin-left: 7px;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}

.control-sort__link_help {
  background: #2b9474;
  color: #fff;
}

.control-sort__link_help:hover {
  background: #43af8e;
  color: #fff;
}

.control-sort__link_filter {
  background: #2e3347;
  color: #fff;
}

.control-sort__link_filter:hover {
  background: #575f6f;
  color: #fff;
}

/* ----------- Brands ----------- */
.brands-sort {
  margin-top: 10px;
}

.brands-sort_wr {
  padding: 5px;
  background: #f7f9ff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.brands-sort__block {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #eef0f4;
}

.brands-sort__char {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
  color: #3987d8;
  font-weight: bold;
  line-height: 22px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.brands-sort__char_all {
  font-weight: normal;
}

.brands-sort__char:hover {
  background: #ecf1fb;
  color: #546fad;
}

.brands-sort__char_active, .brands-sort__char_active:hover {
  background: #3e65bd;
  color: #fff;
}

/* ----------- product page ----------- */
.section-product-content {
  margin: 25px 0;
  padding: 25px 0;
}

.section-product-content:first-child {
  margin-top: 0;
  padding-top: 10px;
}

.title-block_product {
  margin: 0;
}

.product-code {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  padding: 2px 10px;
  font-size: 14px;
  background: #f6e86f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-code span {
  vertical-align: top;
  font-weight: bold;
}

.product-suborder {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eef0f4;
}

.collection-data__item {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 18px;
  color: #646877;
}

.collection-data__item:last-child {
  margin-bottom: 0;
}

.collection-data__value {
  margin: 0;
  font-weight: bold;
}

.product-data {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 10px;
}

.product-data__item {
  margin: 0 25px 5px 0;
}

.product-data__item:last-child {
  margin-right: 0;
}

.product-data__name {
  margin-right: 4px;
  color: #646877;
}

.product-data__value {
  font-weight: bold;
}

.product-order-store {
  position: relative;
  margin-top: 25px;
  border-top: 1px solid #eef0f4;
  padding: 10px 15px;
  background: #e7eaf6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
}

.product-order-store:before {
  content: "\f3c5";
  position: absolute;
  font-size: 90px;
  top: 20px;
  right: 15px;
  color: #d4dce6;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  z-index: -1;
}

.product-order-store__address {
  color: #646877;
}

.product-order-store__address span {
  font-weight: bold;
}

.product-photo, .collection-photo {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.product-photo {
  max-height: 360px;
}

.product-thumb .slick-list {
  max-height: 360px;
  overflow: hidden;
}

.collection-photo {
  margin-right: 101px;
  height: auto;
  line-height: inherit;
  max-height: 380px;
}

.collection-photo .slick-list {
  max-height: 380px;
  overflow: hidden;
}

.product-photo__item {
  height: 360px;
  line-height: 360px;
  opacity: 0;
}

.collection-photo__item {
  max-height: 380px;
  opacity: 0;
}

.product-photo__item:before, .collection-photo__item:before {
  content: '\f00e';
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 24px;
  line-height: 1;
  color: rgba(46, 51, 71, 0.5686274509803921);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  z-index: 2;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-left-radius: 7px;
}

.product-photo__item:hover:before, .collection-photo__item:hover:before {
  color: #6084b7;
}

.product-photo img, .collection-photo img {
  display: inline-block !important;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.collection-photo img {
  /* position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%; */
  max-width: 100%;
  max-height: 380px;
  /* -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); */
}

.product-photo img:hover, .collection-photo img:hover {
  opacity: .7;
}

.product-thumb {
  width: 80%;
  margin: 10px auto 0;
  max-height: 80px;
}

.product-thumb .slick-list {
  max-height: 80px;
  overflow: hidden;
}

.collection-thumb {
  width: 81px;
  float: right;
  margin-left: 20px;
  max-height: 380px;
}

.collection-thumb .slick-list {
  max-height: 380px;
  overflow: hidden;
}

.product-thumb .slick-track, .collection-thumb .slick-track {
  margin: 0;
}

.product-thumb__item {
  float: left;
}

.collection-thumb__item {
  margin-bottom: 7px;
}

.product-thumb__item, .collection-thumb__item {
  position: relative;
}

.product-thumb__item .slick-active, .collection-thumb__item .slick-active {
  opacity: 0;
}

.product-thumb__item-inner, .collection-thumb__item-inner {
  position: relative;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border: 2px solid #eef0f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-thumb__item-inner:hover, .collection-thumb__item-inner:hover {
  border-color: #dadde2;
}

.product-thumb .slick-current .product-thumb__item-inner, .collection-thumb .slick-current .collection-thumb__item-inner {
  border-color: #40c4e0;
}

.product-thumb img, .collection-thumb img {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: 70px;
  max-width: 70px;
}

.product-thumb img:hover, .collection-thumb img:hover {
  opacity: .7;
}

.product-top__gallery .notice {
  margin: 20px 0 0;
}

.product-sticker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.product-sticker .sticker {
  font-size: 60px;
}

.product-top {
  margin-bottom: 40px;
}

.product-top__gallery, .product-top__content, .product-desc__content {
  float: left;
}

.product-desc {
  padding-bottom: 15px;
  border-bottom: 1px solid #eef0f4;
}

.product-top__gallery {
  position: relative;
  width: 60%;
}

.product-top__content {
  width: 40%;
  padding-left: 2%;
}

.product-desc__content {
  width: 100%;
  /*padding-right: 30px;
  border-right: 1px solid #eef0f4;*/
}

.product-desc__side {
  display: none;
  float: right;
  width: 30%;
  padding: 0 0 0 15px;
}

.product-nav {
  padding: 3px 15px;
  margin-bottom: 10px;
  background: #fff;
  border: 2px solid #eef0f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-nav__link {
  display: block;
  color: #3775b5;
  font-weight: bold;
  padding: 7px 0;
  font-size: 15px;
  line-height: 16px;
  border-bottom: 1px solid #eef0f4;
  cursor: pointer;
}

.product-nav__link:last-child {
  border: 0;
}

.product-nav__link:hover {
  color: #B00000;
}

.product-nav__link .amount {
  color: #8094c1;
  background: #eef0f4;
  padding: 0 7px;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.product-variations {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef0f4;
}

.product-variations .selectize-input {
  width: auto;
  max-width: 500px;
  padding-right: 37px;
}

.product-order {
  position: relative;
}

.product-order__notify {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 10px;
  padding: 4px 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #6b6b81;
  background: #e2e2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-order__notify i {
  margin-right: 15px;
  font-size: 16px;
}

.product-order__price {
  background: #eef0f4;
  background: -webkit-linear-gradient(top right, #fafbff, #f5f4f4);
  background: -o-linear-gradient(top right, #fafbff, #f5f4f4);
  background: -moz-linear-gradient(top right, #fafbff, #f5f4f4);
  background: linear-gradient(top right, #fafbff, #f5f4f4);
  padding: 15px 20px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-order__price-new, .product-order__price-current {
  display: inline-block;
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  color: #80828a;
}

/*.product-order__price-new {
  color: #ff0009;
}*/

.product-order__price-old {
  display: block;
  text-decoration: line-through;
  font-size: 15px;
  color: #3e4246;
  font-weight: bold;
}

.product-order__price-total {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  border-top: 1px solid rgb(209 212 222 / 52%);
}

.product-order__price-title {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #80828a;
}

.product-order__price-total i {
  font-style: normal;
}

.product-order__price-best {
  float: right;
  padding: 4px 10px 6px;
  font-size: 14px;
  background: #f6e86f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.product-order__price-best .link {
  color: #504e3c;
  font-weight: bold;
}

.product-order__price-best:hover {
  background: #fff493;
}

.product-order__price-info-label {
  display: inline-block;
  margin-top: 8px;
  position: relative;
  padding: 4px 12px;
  font-size: 13px;
  color: #ffffff;
  background: linear-gradient(320deg, rgb(253 98 5) 0%, rgb(247 142 11) 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-order__price-info-label.is-arrow-left-up {
  margin-top: 10px;
  margin-bottom: 0;
}

.product-order__price-info-label.is-arrow-left-down {
  margin-top: 0;
  margin-bottom: 12px;
}

.product-order__price-info-label.is-arrow-left-up:before,
.product-order__price-info-label.is-arrow-left-down:before {
  content: '';
  position: absolute;
  border: 8px solid transparent;
}

.product-order__price-info-label.is-arrow-left-up:before {
  left: 20px;
  top: -16px;
  border-bottom: 8px solid rgb(247 136 10);
}

.product-order__price-info-label.is-arrow-left-down:before {
  left: 30px;
  bottom: -16px;
  border-top: 8px solid rgb(248 129 9);
}

.product-order__price-info-discount {
  font-weight: 600;
  font-size: 16px;
}


.product-sale {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: -3px;
  padding: 7px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #b02741;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.product-sale i {
  margin-left: auto;
  font-size: 18px;
}

.product-sale:hover {
  color: #f2e2e2;
}

.product-order__count {
  margin-top: 10px;
}

.product-order__count .change-count, .product-order__count .change-unit {
  display: inline-block;
  vertical-align: middle;
}

.product-order__count .change-count {
  max-width: 150px;
  margin-right: 15px;
}

.product-order__action {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 25px -1% 0;
}

.product-order__action-item {
  width: 48%;
  margin: 1%;
}

.product-order__action-item .button {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 22px;
}

.product-order__action-item_buy, .product-order__action-item_cart {
  width: 100%;
  margin-bottom: 6px;
}

.product-order__action-item_buy .button {
  /*width: 49%;
  margin-right: 2%;*/
}

.product-advantages {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 0;
  margin: 10px -1% 0;
  counter-reset: advantages;
}

.product-advantages__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 31.3333%;
  margin: 1%;
  padding: 10px;
  overflow: hidden;
  background: #f6f7f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2;
}

.product-advantages__item_long {
  width: 64.6666%;
}

.product-advantages__item:before {
  content: "0"counter(advantages);
  counter-increment: advantages;
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 55px;
  line-height: 55px;
  color: #dbdcdc;
  z-index: -1;
}

.product-advantages__name {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #282828;
}

.product-advantages__item_market {
  background: #2eb3a6;
  font-weight: bold;
}

.product-advantages__item_sale, .product-advantages__item_delivery {
  font-weight: bold;
  background: rgb(63,94,251);
  background: -moz-linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(46,179,166,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(46,179,166,1) 100%);
  background: linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(46,179,166,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f5efb",endColorstr="#2eb3a6",GradientType=1);
}

.product-advantages__item_market:before, .product-advantages__item_sale:before, .product-advantages__item_delivery:before {
  content: none;
}

.product-advantages__item_market:after, .product-advantages__item_sale:after, .product-advantages__item_delivery:after {
  content: "\f06b";
  position: absolute;
  bottom: -5px;
  right: 10px;
  font-size: 42px;
  line-height: 1;
  color: #21756c;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  z-index: -1;
}

.product-advantages__item_market .product-advantages__name, .product-advantages__item_sale .product-advantages__name {
  font-size: 15px;
  color: #fff;
}

.product-advantages__item_delivery .product-advantages__name {
  color: #fff;
}

.product-advantages__item_delivery:after {
  content: "\f0d1";
}



.info-advantages {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  font-size: 0;
  margin: 10px -1% 0;
  counter-reset: advantages;
}

.info-advantages.is-collection {
  margin-top: 30px;
}

.info-advantages__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin: 1%;
  padding: 10px;
  overflow: hidden;
  background: #f6f7f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2;
}

.info-advantages__item_long {
  width: 64.6666%;
}

.info-advantages__item:before {
  content: "0"counter(advantages);
  counter-increment: advantages;
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 55px;
  line-height: 55px;
  color: #dbdcdc;
  z-index: -1;
}

.info-advantages__name {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #282828;
}

.info-advantages__item_market {
  background: #2eb3a6;
  font-weight: bold;
}

.info-advantages__item_sale, .info-advantages__item_delivery {
  font-weight: bold;
  background: rgb(63,94,251);
  background: -moz-linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(46,179,166,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(46,179,166,1) 100%);
  background: linear-gradient(90deg, rgba(63,94,251,1) 0%, rgba(46,179,166,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f5efb",endColorstr="#2eb3a6",GradientType=1);
}

.info-advantages__item_market:before, .info-advantages__item_sale:before, .info-advantages__item_delivery:before {
  content: none;
}

.info-advantages__item_market:after, .info-advantages__item_sale:after, .info-advantages__item_delivery:after {
  content: "\f06b";
  position: absolute;
  bottom: -5px;
  right: 10px;
  font-size: 42px;
  line-height: 1;
  color: #21756c;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  z-index: -1;
}

.info-advantages__item_market .info-advantages__name, .info-advantages__item_sale .info-advantages__name {
  font-size: 15px;
  color: #fff;
}

.info-advantages__item_delivery .info-advantages__name {
  color: #fff;
}

.info-advantages__item_delivery:after {
  content: "\f0d1";
}



.block-market {
  margin-top: 10px;
}

.block-market img {
  display: block;
}

.product-benefits__item {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  min-height: 46px;
  width: 100%;
  margin-bottom: 5px;
  padding: 5px 10px;
  overflow: hidden;
  background: #f6f7f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2;
}

.product-benefits__item i {
  position: absolute;
  bottom: -5px;
  right: 10px;
  font-size: 38px;
  line-height: 1;
  color: #dbdcdc;
  z-index: -1;
}

.product-benefits__name {
  font-size: 14px;
  line-height: 18px;
  color: #282828;
}

/* ----------- collection page ----------- */
.section-collection-content {
  padding: 15px 0;
  margin: 0;
}

.section-collection-content:first-child {
  margin-top: 0;
  padding-top: 10px;
}

.title-block_collection {
  margin: 0;
}

.collection-top {
  margin-bottom: 50px;
}

.collection-top__gallery, .collection-top__content, .collection-desc__content {
  float: left;
}

.collection-top__gallery {
  width: 60%;
}

.collection-top__content {
  width: 40%;
  padding-left: 30px;
}

.collection-desc__content {
  width: 70%;
  padding-right: 30px;
  border-right: 1px solid #eef0f4;
}

.collection-order {
  padding: 10px 15px;
  background: #eef0f4;
  box-shadow: 0 0 3px 0 rgba(80, 80, 80, 0.1), 0 2px 5px 0 rgb(218, 223, 234);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.collection-order__title {
  position: relative;
  margin: 10px 0;
  padding: 7px 5px;
  font-size: 22px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.collection-order__title:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.collection-suborder {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #eef0f4;
}

.collection-desc__side {
  float: right;
  width: 30%;
  padding-left: 30px;
}

.collection-nav {
  padding: 3px 15px;
  margin-bottom: 10px;
  border: 2px solid #eef0f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.collection-nav__link {
  display: block;
  color: #3775b5;
  font-weight: bold;
  padding: 7px 0;
  font-size: 15px;
  line-height: 16px;
  border-bottom: 1px solid #eef0f4;
  cursor: pointer;
}

.collection-nav__link:last-child {
  border: 0;
}

.collection-nav__link:hover {
  color: #B00000;
}

/* ----------- compare ----------- */
.products-compare .slick-track {
  margin: 0;
}

.products-compare .slides-arrows {
  top: 90px;
  z-index: 11;
}

.compare__options {
  float: left;
  width: 240px;
  margin-right: -240px;
  border-right: 1px solid #eef0f4;
  z-index: 10;
}

.compare__products {
  float: left;
  padding-left: 240px;
  width: 100%;
}

.compare__head {
  position: relative;
  height: 370px;
  border-bottom: 1px solid #eef0f4;
}

.compare-product {
  max-width: 270px;
  border-right: 1px solid #eef0f4;
}

.compare-delete {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 0 10px;
  font-size: 14px;
  background: #eef0f4;
  color: #546fad;
  cursor: pointer;
  z-index: 7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.compare-delete:hover {
  background: #FFDEDB;
  color: #CE2323;
}

.compare__options .checkbox {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.compare__item_options {
  font-weight: bold;
  color: #646877;
}

.compare__item {
  padding: 0 15px;
  font-size: 14px;
  line-height: 18px;
}

.compare__item:before, .compare__item:after {
  content: '';
  display: block;
  height: 10px;
}

.compare__item:hover, .compare__item.hover {
  background: #f7f9fd;
}

/* ----------- product reviews ----------- */
.button-reviews {
  margin: -2px 0 0 10px;
}

.product-review {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eef0f4;
}

.product-review:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.product-review__head {
  margin-bottom: 15px;
}

.product-review__head-meta {
  display: inline-block;
  padding: 4px 10px;
  background: #eef0f4;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-review__rating {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.product-review__rating i {
  position: relative;
  font-size: 21px;
  color: #40c4e0;
  margin-left: 3px;
  top: 1px;
}

.product-review__rating span {
  font-weight: bold;
  font-size: 22px;
  vertical-align: middle;
}

.product-review__body {
  padding: 0 10px;
}

.product-review__name {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #646877;
}

.product-review__date {
  display: inline-block;
  vertical-align: middle;
  color: #272727;
}

.product-review__title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 7px;
}

.product-review__answer {
  margin: 15px 20px 0;
  padding: 5px 0 5px 10px;
  border-left: 2px solid #a8c5bc;
}

.product-review__expert {
  display: inline-block;
  padding: 2px 10px;
  background: #3D806D;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.product-review__content {
  margin-top: 10px;
}

.product-comment-form {
  display: none;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 3px solid #eee;
}

.product-comment-form.active {
  display: block;
}

.product-comment-form form {
  width: 600px;
}

.rating-list {
  height: 35px;
  padding-top: 4px;
}

.rating-list__star i {
  cursor: pointer;
  font-size: 24px;
  color: #abbdc5;
}

.rating-list__star.active i {
  color: #40c4e0;
}

/* product properties */
.product-properties {
  padding: 3px 0;
  font-size: 0;
}

.product-properties__name, .product-properties__value {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  width: 50%;
  font-size: 16px;
}

.product-properties__value {
  padding-left: 10px;
  color: #6e6e6e;
}

.product-properties__name {
  position: relative;
}

.product-properties__name span {
  position: relative;
  z-index: 7;
  background: #fff;
  padding-right: 10px;
}

.product-properties__name:after {
  position: absolute;
  content: "";
  border-bottom: 1px dotted #D9D9D9;
  width: 100%;
  bottom: 6px;
  left: 0;
}

.videos-slider {
  margin-top: 30px;
}

.videos-slider__item {
  margin-right: 20px;
}

/* ----------- Cart ----------- */
.checkout-steps {
  font-size: 0;
  margin-bottom: 40px;
}

.checkout-steps__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #646877;
  padding: 10px;
  background: #eef0f4;
  border-right: 4px solid #fff;
}

.checkout-steps__item:last-child {
  border-right: 0;
}

.checkout-steps__item i {
  vertical-align: middle;
  font-size: 22px;
  margin-right: 7px;
}

.checkout-steps__item_current {
  background: #e0f7dd;
  color: #679861;
}

.checkout-steps__item_current i {
  color: #87c37f;
}

a.checkout-steps__item {
  background: #eef0f4;
  color: #3775b5;
}

.checkout-block__main {
  position: relative;
  display: block;
  float: left;
  padding-right: 400px;
  width: 100%;
}

.checkout-block__side {
  position: relative;
  float: right;
  width: 370px;
  margin-left: -370px;
  z-index: 10;
}

.checkout-promocodes {
  padding: 15px;
  margin-bottom: 20px;
  background: #2b9574;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 0 3px 0 rgba(80, 80, 80, 0.1), 0 2px 5px 0 rgb(196, 218, 211);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.checkout-promocodes li {
  line-height: 28px;
  position: relative;
  padding-left: 25px;
}

.checkout-promocodes li:before {
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 0px;
  color: #a2d8c7;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f05a";
}

.checkout-subtotal {
  padding: 15px;
  margin-bottom: 10px;
  background: #e7eaf1;
  box-shadow: 0 0 3px 0 rgba(80, 80, 80, 0.1), 0 2px 5px 0 rgb(218, 223, 234);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.checkout-info-text {
  margin-top: 4px;
  font-size: 13px;
  color: #f71e1e;
}

.checkout-promo {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.checkout-value_total {
  margin-bottom: 15px;
}

.checkout-value__item {
  margin: 0 0 10px;
}

.checkout-value__item:last-child {
  margin: 0;
}

.checkout-value__value {
  float: right;
  margin: 0;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

.checkout-value__name {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  margin: 0;
}

.checkout-value__name span {
  position: relative;
  background: #e7eaf1;
  padding-right: 10px;
  z-index: 7;
}

.checkout-value_total .checkout-value__name span {
  background: #eef0f4;
}

.checkout-value__name:after {
  position: absolute;
  content: "";
  border-bottom: 1px dotted #929292;
  width: 100%;
  bottom: 6px;
  left: 0;
}

.checkout-value .notice {
  margin: 10px 0 0;
}

.checkout-info {
  margin-top: 25px;
}

.checkout-info__content {
  padding: 10px 15px;
  background: #eef0f4;
  box-shadow: 0 0 3px 0 rgba(80, 80, 80, 0.1), 0 2px 5px 0 rgb(218, 223, 234);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.checkout-info .block-agreement {
  text-align: center;
}

.basket-list {
  counter-reset: num;
}

.basket-list .basket-card {
  margin-bottom: 15px;
}

.basket-list .basket-card:last-child {
  margin: 0;
}

.basket-card {
  position: relative;
  padding: 15px 50px 15px 15px;
  background: #fff;
  border: 1px solid #eef0f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.basket-card__number {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
  font-size: 14px;
  font-weight: bold;
  color: #9b9b9b;
  background: #eef0f4;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.basket-card__number:before {
  content: counter(num);
  counter-increment: num;
}

.basket-card__delete {
  position: absolute;
  top: 20px;
  right: 15px;
  line-height: 19px;
}

.basket-card__delete i {
  vertical-align: top;
  font-size: 19px;
  color: #9a9da4;
  cursor: pointer;
}

.basket-card__delete i:hover {
  color: #666;
}

.basket-card__cover {
  float: left;
  width: 100%;
  max-width: 70px;
  height: 70px;
  line-height: 68px;
  text-align: center;
  border: 1px solid #eef0f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.basket-card__cover img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 68px;
  max-height: 60px;
}

.basket-card__content {
  margin-left: 90px;
  font-size: 0;
}

.basket-card__info, .basket-card__count-price, .basket-card__count, .basket-card__price {
  display: inline-block;
  vertical-align: top;
}

.basket-card__info {
  width: 45%;
}

.basket-card__count-price {
  width: 55%;
  padding-left: 7.5%;
}

.basket-card__count {
  width: 55%;
  padding-right: 7.5%;
  text-align: right;
}

.basket-card__count .change-unit {
  text-align: center;
  margin-top: 10px;
}

.basket-card__price {
  width: 45%;
}

.basket-card__price-current, .basket-card__price-new {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #80828a;
}

.basket-card__price-old {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1;
  color: #818796;
  text-decoration: line-through;
}

.basket-card__price-total {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}

.basket-card__price-total-title {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #80828a;
}

.basket-card__price-total i {
  font-style: normal;
}

.basket-card__price-total-old {
  display: none;
  font-size: 12px;
  line-height: 1;
  color: #818796;
  text-decoration: line-through;
}

.basket-card__price-total-old.active {
  display: block;
}

.basket-card__name {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}

.basket-card__desc {
  font-size: 14px;
}

.basket-card__data {
  font-size: 0;
  margin: 0 0 10px;
}

.basket-card__data-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
  line-height: 19px;
}

.basket-card__data-item:last-child {
  margin-right: 0;
}

.basket-card__data-item_brand, .basket-card__data-item_number {
  background: #4d5162;
  color: #fff;
  padding: 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.basket-card__data-item_number {
  font-weight: bold;
  color: #282828;
  background: #f6e86f;
}

.checkout-shipping, .checkout-payment {
  padding: 15px;
  background: #eef0f4;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.checkout-payment {
  margin-top: 25px;
}

.checkout-shipping .checkbox, .checkout-payment .checkbox {
  display: block;
  margin: 5px 0;
}

.cart-banner, .brand-banner, .collection-banner, .product-banner {
  display: block;
  margin-top: 20px;
}

.product-banner, .cart-top-banner {
  margin-bottom: 20px;
}

.product-top-banner {
  margin-top: 20px;
}

.cart-banner img, .brand-banner img, .collection-banner img, .product-banner img, .product-top-banner img, .cart-top-banner img {
  max-width: 100%;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* ----------- Account ----------- */
.account-block {
  display: inline-block;
  min-width: 400px;
  padding: 20px 25px;
  background: #eef0f4;
  box-shadow: 0 0 3px 0 rgba(80, 80, 80, 0.1), 0 2px 5px 0 rgb(218, 223, 234);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.account-info {
  margin-bottom: 30px;
}

.account-info__name {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}

.user-info__field {
  font-size: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d5d8e0;
}

.user-info__field:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.user-info__field dt, .user-info__field dd {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  width: 50%;
  font-size: 14px;
}

.user-info__field dd {
  text-align: right;
}

.user-info__field dt {
  font-weight: bold;
  color: #646877;
}

.orders-table {
  width: 100%;
}

/* ----------- Footer ----------- */
.footer {
  margin: -260px auto 0;
  height: 260px;
  width: 100%;
  color: #7e87af;
}

.footer__top {
  padding: 25px 0;
  background: #2e3347;
}

.footer__contacts {
  position: relative;
  float: left;
  width: 240px;
  margin-right: -240px;
  z-index: 10;
}

.contact-foot__title, a.contact-foot__title {
  display: block;
  font-size: 20px;
  color: #fff;
}

a.contact-foot__title:hover {
  color: #ff6666;
}

.contact-foot__info {
  font-size: 15px;
}

.contact-foot_mail, .contact-foot_messengers {
  margin-top: 15px;
}

.contact-foot_mail .contact-foot__title {
  font-size: 18px;
}

.contact-foot_messengers i {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: text-top;
}

.footer__navigation {
  display: block;
  float: left;
  position: relative;
  padding-left: 280px;
  width: 100%;
}

.footer__col {
  float: left;
  width: 25%;
  padding: 0 3% 0 0;
}

.footer__title {
  margin-bottom: 10px;
  color: #fff;
}

.footer__nav-item {
  margin-bottom: 3px;
}

.footer__nav-item:last-child {
  margin-bottom: 0;
}

.footer__nav-link {
  display: inline-block;
  color: #7e87af;
  font-size: 14px;
  line-height: 16px;
}

.social-list {
  margin-top: 20px;
}

.social-list__item {
  position: relative;
  float: left;
  padding: 0 15px;
}

.social-list__item:first-child {
  padding-left: 0;
}

.social-list__item:last-child {
  padding-right: 0;
}

.social-list__item:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -2px;
  height: 4px;
  width: 4px;
  background: #666a8b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.social-list__item:first-child:before {
  content: none;
}

.social-list__link {
  display: block;
  color: #fff;
  font-size: 16px;
}

.social-list__link i {
  font-size: 19px;
  vertical-align: text-top;
}

.br-viber, .br-telegram, .br-whatsapp {
  font-weight: bold;
}

.br-viber {
  color: #8411ea;
}

.br-telegram {
  color: #2daaf5;
}

.br-whatsapp {
  color: #19c106;
}

.footer__bototm {
  font-size: 13px;
  background: #272c3d;
  padding: 15px 0;
}

.footer__copyright {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.dev a {
  color: #af9191;
}

.footer__about {
  float: left;
}

.footer__dev {
  float: right;
  padding: 7px 7% 0 0;
}

.footer__dev a {
  display: inline-block;
  padding: 5px 20px;
  background: #3c4256;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #989eb5;
}

.footer__dev a:hover {
  color: #da6666;
}

/* grid insta */
.grid-insta {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -1%;
}

.grid-insta__item {
  width: 48%;
  margin: 0 1% 30px;
}

.grid-insta img {
  display: block;
  max-width: 100%;
}

/* ----------- button click ----------- */
.button-click, .button-whatsapp {
  position: fixed;
  right: 30px;
  z-index: 10;
}

.button-click {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  bottom: 105px;
  width: 52px;
  height: 52px;
  background: #163b8f;
  background: -webkit-linear-gradient(top right, #163b8f, #40c3e1);
  background: -o-linear-gradient(top right, #163b8f, #40c3e1);
  background: -moz-linear-gradient(top right, #163b8f, #40c3e1);
  background: linear-gradient(top right, #163b8f, #40c3e1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  opacity: .8;
  z-index: 10;
  /*box-shadow: 0 0 0 rgba(44, 114, 204, 0.4);*/
  animation: pulse 2s infinite;
}

.button-whatsapp {
  bottom: 40px;
}

.button-click:hover {
  background: #163b8f;
}

.button-click_gift {
  background: linear-gradient(120deg, rgb(255 153 112) 0, rgb(255 82 54) 100%); /* linear-gradient(120deg, rgb(217, 113, 22) 0%, rgb(245, 157, 25) 100%); */
  opacity: 1;
  animation: pulse-light-red 2s infinite;
}

.button-click_gift:before {
  content: "\f06b";
  position: absolute;
  font-size: 25px;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #ffe1dd; /*#ffd0a6;*/
}

.button-click_gift:hover {
  background: #ff6326 /*#fd6b00;*/
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(44, 114, 204, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(44, 114, 204, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(44, 114, 204, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(44, 114, 204, 0.4);
    box-shadow: 0 0 0 0 rgba(44, 114, 204, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(44, 114, 204, 0);
    box-shadow: 0 0 0 10px rgba(44, 114, 204, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(44, 114, 204, 0);
    box-shadow: 0 0 0 0 rgba(44, 114, 204, 0);
  }
}

@keyframes pulse-light-red {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(241, 51, 31, 0.4);
    box-shadow: 0 0 0 0 rgba(241, 51, 31, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(241, 51, 31, 0);
    box-shadow: 0 0 0 10px rgba(241, 51, 31, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(241, 51, 31, 0);
    box-shadow: 0 0 0 0 rgba(241, 51, 31, 0);
  }
}

/* Label Timer */
.label-timer {
  background-color: #1f5daf;
  color: #ffffff;
  padding: 9px 12px;
  border-radius: 24px;
  font-size: 24px;
}
.label-timer.is-hide {
  display: none;
}
.button-click_gift .label-timer {
  position: absolute;
  top: -48px;
  background-color: #ff7653;
}
.button-click_gift:hover .label-timer {
  background-color: #ff6326;
}
.button-click_gift .label-timer:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 20%;
  height: 30px;
  width: 60%;
}
@media (max-width: 599px) {
  .button-click_gift .label-timer {
    top: -40px;
    right: -10px;
    padding: 6px 10px;
    font-size: 18px;
  }
}

/* ----------- Other ----------- */
.slider-responsive img {
  width: 100%;
  height: auto;
}

/* ----------- adaptive ----------- */
.m-filters__head, .m-button-filter, .m-head-cat, .m-filters-result {
  display: none;
}

.m-header {
  display: none;
  height: 57px;
  padding: 10px 0;
  background: #163b8f;
  box-shadow: 0 2px 5px rgba(69, 72, 78, 0.33);
}

.m-header__phone, .m-header__bars, .m-header__logo, .m-header__search, .m-header__compare, .m-header__basket {
  display: table-cell;
  vertical-align: middle;
}

.m-header__logo {
  position: relative;
  white-space: nowrap;
}

.m-header__logo .logo-icon {
  display: none;
}

.m-header__logo .logo-name {
  margin-left: 0;
}

.m-header__compare {
  padding-right: 15px;
}

.m-header__bars, .m-header__phone {
  padding-left: 15px;
}

.m-header__search {
  padding: 0 25px;
  width: 100%;
}

.m-button-bars, .m-button-search, .m-button-phone {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 12px;
  background: #fff;
  color: #282828;
  cursor: pointer;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.m-button-bars {
  width: 42px;
}

.m-button-bars::before {
  content: "\f0c9";
  font-size: 20px;
  line-height: 33px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
}

.m-button-bars.active {
  background: #113072;
  color: #e25e48;
}

.m-button-bars.active::before {
  content: "\f00d";
}

.m-button-search {
  display: none;
}

.m-button-search i, .m-button-phone i {
  vertical-align: top;
  font-size: 20px;
  line-height: 33px;
}

.m-header__compare .compare-head, .m-button-search, .m-button-phone {
  background: #546fad;
  color: #fcfdfe;
}

.m-button-search.active {
  background: #113072;
  color: #e25e48;
}

.body-gutter {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
