@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/opensans.woff2') format("woff2"),
  url('../fonts/OpenSans/opensans.woff') format("woff");
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/opensanssemibold.woff2') format("woff2"),
  url('../fonts/OpenSans/opensanssemibold.woff') format("woff");
  font-weight: 600;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/opensansbold.woff2') format("woff2"),
  url('../fonts/OpenSans/opensansbold.woff') format("woff");
  font-weight: bold;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/ralewaylight.woff2') format("woff2"),
  url('../fonts/Raleway/ralewaylight.woff') format("woff");
  font-weight: 300;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/ralewayregular.woff2') format("woff2"),
  url('../fonts/Raleway/ralewayregular.woff') format("woff");
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/ralewaymedium.woff2') format("woff2"),
  url('../fonts/Raleway/ralewaymedium.woff') format("woff");
  font-weight: 500;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/ralewaysemibold.woff2') format("woff2"),
  url('../fonts/Raleway/ralewaysemibold.woff') format("woff");
  font-weight: 600;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/ralewaybold.woff2') format("woff2"),
  url('../fonts/Raleway/ralewaybold.woff') format("woff");
  font-weight: bold;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Robotolight.woff2') format("woff2"),
  url('../fonts/Roboto/Robotolight.woff') format("woff");
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto.woff2') format("woff2"),
  url('../fonts/Roboto/Roboto.woff') format("woff");
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Robotomedium.woff2') format("woff2"),
  url('../fonts/Roboto/Robotomedium.woff') format("woff");
  font-weight: 500;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Robotoblack.woff2') format("woff2"),
  url('../fonts/Roboto/Robotoblack.woff') format("woff");
  font-weight: 900;
}

html {
  font-size: 10px;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.is-noscroll body {
  position: fixed !important;
  width: 100%;
  overflow-y: auto;
}

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

.svg-sprite {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  flex-shrink: 0;
}

html,
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: var(--color_1);
  color: var(--color_6);
  min-width: 320px;
  min-height: 100vh;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

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

a,
button {
  transition: 0.15s ease-in-out;
  transition-property: color, border-color, background-color, opacity, box-shadow;
}

img {
  vertical-align: middle;
  border-style: none;
}

b, strong {
  font-weight: 600;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 16px 0;
  border: 0;
  border-top: 1px solid var(--color_3);
  clear: both;
}

textarea {
  max-width: 100%;
  min-width: 100%;
  overflow: auto;
  resize: vertical;
}

a {
  color: var(--color_5);
  text-decoration: none;
}

a:hover {
  color: var(--color_2);
}

.link {
  display: inline;
  border: none;
  background: none;
  padding: 0;
  overflow: visible;
  cursor: pointer;
  line-height: inherit;
  color: #545252;
  border-bottom: 1px solid;
}

.link:hover {
  border-bottom-color: transparent;
}

p,
ul,
ol,
dl,
pre,
table,
figure,
address,
fieldset,
blockquote {
  margin: 0 0 16px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  color: inherit;
  margin: 0 0 var(--space_24) 0;
}

h1,
.h1 {
  font-size: 30px;
  line-height: 1.37;
}

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

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

h4,
.h4 {
  font-size: 20px;
}

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

h6,
.h6 {
  font-size: 16px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

.form-group {
  margin-bottom: 16px;
}

.form-group__label {
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 13px;
}

.form-group__label[for] {
  cursor: pointer;
}

.form-check {
  font-size: 16px;
  line-height: 20px;
  margin: 16px 0;
}

.form-check__label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.form-check__input {
  position: absolute;
  opacity: 0;
}

.form-check__text {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
}

.form-check__input:disabled + .form-check__text {
  opacity: 0.5;
}

.form-check__text:before,
.form-check__text:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.15s ease-in-out;
}

.form-check__text:before {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: var(--color_1);
}

.form-check__input[type=radio] + .form-check__text:before {
  border-radius: 50%;
}

.form-check__input[type=checkbox] + .form-check__text:after {
  width: 13px;
  height: 7px;
  margin: 4px 0 0 4px;
  border: 2px solid #333;
  border-width: 0 0 2px 2px;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-check__input[type=radio] + .form-check__text:after {
  width: 12px;
  height: 12px;
  margin: 4px 0 0 4px;
  background: #333;
  border-radius: 50%;
  opacity: 0;
}

.form-check__input:checked + .form-check__text:after {
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: var(--color_4);
}

.form-control::-moz-placeholder {
  color: var(--color_4);
}

.form-control:-ms-input-placeholder {
  color: var(--color_4);
}

.form-control::-ms-input-placeholder {
  color: var(--color_4);
}

.form-control::placeholder {
  color: var(--color_4);
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.form-control:focus::-moz-placeholder {
  color: transparent !important;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent !important;
}

.form-control:focus::-ms-input-placeholder {
  color: transparent !important;
}

.form-control:focus::placeholder {
  color: transparent !important;
}

.form-control {
  display: block;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  transition: 0.15s ease-in-out;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: var(--color_6);
  border: 1px solid var(--color_3);
  border-radius: 4px;
  background-color: var(--color_1);
}

.form-control,
.jq-selectbox__select,
.jq-file__name {
  padding: 9px 15px;
}

select.form-control {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-right: 39px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxNiA5Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoNjQsIDY0LCA2NCkiIGQ9Ik0xNS4wNzEsMS4wMDAgTDguNzA3LDcuMzY0IEw4LjAwMCw4LjA3MSBMMC45MjksMS4wMDAgTDEuNjM2LDAuMjkzIEw4LjAwMCw2LjY1NyBMMTQuMzY0LDAuMjkzIEwxNS4wNzEsMS4wMDAgWiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 9px;
}

select.form-control::-ms-expand {
  display: none;
}

input[type=file].form-control {
  padding: 0;
}

textarea.form-control {
  height: auto;
  resize: none;
}

.form-control[disabled],
.form-control.disabled {
  background-color: #f5f5f5;
  border-color: #ccc;
  color: #888;
}

.form-control[disabled],
.form-control.disabled,
.jq-selectbox.disabled .jq-selectbox__select,
.jq-file input[type=file][disabled],
.jq-number.disabled .jq-number__spin,
.form-check__input:disabled + .form-check__text {
  cursor: default;
  cursor: not-allowed;
}

.form-control.error,
.form-check__input.error + .form-check__text:before {
  border-color: #ff0000;
}

input[type='checkbox'].error,
input[type='radio'].error {
  outline: 1px dotted #ff0000;
}

label.error {
  display: block;
  color: #ff0000;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: -14px;
}

.color-error {
  color: #ff0000;
}

.jq-selectbox {
  padding: 0 !important;
}

.jq-selectbox__select {
  padding-right: 39px;
  height: 100%;
  cursor: pointer;
}

.jq-selectbox__select-text.placeholder {
  color: inherit;
}

.jq-selectbox__dropdown {
  top: calc(100% + 4px);
  left: -1px;
  right: -1px;
  overflow: hidden;
  background: var(--color_1);
  border: 1px solid var(--color_3);
  box-shadow: 0 0 2px rgba(0, 0, 0, .1);
  border-radius: 4px;
  padding: 7px;
  font-size: 14px;
}

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

.jq-selectbox li {
  white-space: normal;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
  background: var(--color_3);
}

.jq-selectbox__select:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 16px;
  height: 9px;
  margin-top: -4px;
  right: 14px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxNiA5Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoNjQsIDY0LCA2NCkiIGQ9Ik0xNS4wNzEsMS4wMDAgTDguNzA3LDcuMzY0IEw4LjAwMCw4LjA3MSBMMC45MjksMS4wMDAgTDEuNjM2LDAuMjkzIEw4LjAwMCw2LjY1NyBMMTQuMzY0LDAuMjkzIEwxNS4wNzEsMS4wMDAgWiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.jq-selectbox.opened .jq-selectbox__select:after {
  transform: rotate(-180deg);
}

.jq-file {
  padding: 0  159px 0 0;
}

.jq-file__name {
  height: 100%;
  cursor: pointer;
}

.jq-file input[type=file] {
  cursor: pointer;
  width: auto;
}

.jq-file__browse {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  background: #66aaee;
  color: var(--color_1);
  transition: 0.15s ease-in-out;
}

.jq-number,
input[type="number"] {
  width: 161px;
}

input[type="number"] {
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.jq-number {
  padding: 0 !important;
  position: relative;
  border: none !important;
  border-radius: 0;
  background: none;
  height: auto;
  transition: none;
}

.jq-number .form-control {
  padding-left: 44px;
  padding-right: 44px;
  text-align: center;
}

.jq-number__spin  {
  position: absolute;
  cursor: pointer;
  width: 44px;
  height: 100%;
  top: 0;
  color: #A4A4A4;
}

.jq-number__spin:hover {
  color: #323232;
}

.jq-number__spin.minus {
  left: 0;
  border-right: 1px solid var(--color_3);
}

.jq-number__spin.plus {
  right: 0;
  border-left: 1px solid var(--color_3);
}

.jq-number__spin:before,
.jq-number__spin.plus:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-style: solid;
  border-radius: 2px;
}

.jq-number__spin:before {
  width: 16px;
  margin: -1px 0 0 -8px;
  border-width: 2px 0 0 0;
}

.jq-number__spin.plus:after {
  height: 16px;
  margin: -8px 0 0 -1px;
  border-width: 0 0 0 2px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  text-decoration: none;
  background: var(--color_5);
  color: var(--color_1);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 23px;
  border-radius: 4px;
}

.btn_border {
  background: transparent;
  color: var(--color_5);
  border-color: var(--color_5);
}

.btn:hover,
.btn:active {
  background: var(--color_2);
  border-color: var(--color_2);
  color: var(--color_1);
}

.btn[disabled],
.btn.is-disabled {
  opacity: .55;
  cursor: default;
  cursor: not-allowed;
}

.popup-window {
  background: var(--color_1);
  width: 450px;
  max-width: 100%;
  padding: 30px;
  border-radius: 5px;
  overflow: visible;
}

.popup-window:not(.fancybox-content) {
  display: none;
}

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

.popup-window__footer {
  padding-top: 20px;
  text-align: center;
}

.close-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  background: none;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #A4A4A4;
}

.close-btn:hover {
  color: #323232;
}

.close-btn:before,
.close-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  border-bottom: 2px solid;
  border-radius: 2px;
  margin: -1px 0 0 -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-popup__bg,
.menu-popup__close {
  display: none;
}

.filter-btn-row,
.filter-popup__bg,
.filter-popup__close {
  display: none;
}

.slick-track {
  margin: 0;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  cursor: pointer;
  text-indent: -9999px;
}

.slick-dots li button:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: -6px;
  border-radius: 50%;
  background: var(--color_1);
  border: 1px solid #D2D2D2;
}

.slick-dots li.slick-active button:before {
  background: var(--color_5);
  border-color: var(--color_5);
}

.slick-arrow {
  border: none;
  padding: 0;
  background: transparent;
  background: none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  color: var(--color_2);
  border: 1px solid var(--color_3);
  border-radius: 4px;
  z-index: 11;
}

.slick-arrow:not(.slick-disabled):hover {
  color: var(--color_5);
}

.slick-arrow.slick-disabled {
  opacity: 0.05;
  cursor: default;
}

.slick-arrow:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -8px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-radius: 0 3px;
}

.slick-prev {
  left: 0;
}

.slick-prev:after {
  transform: translateX(4px) rotate(45deg);
}

.slick-next {
  right: 0;
}

.slick-next:after {
  transform: translateX(-4px) rotate(225deg);
}

.breadcrumbs {
  padding: 10px 0;
  background: #FAF8FF;
  margin-bottom: var(--space_24);
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 7px;
  height: 7px;
  margin: 0 11px 0 7px;
  border-color: #BCBCBC;
  border-width: 0 1px 1px 0;
  border-style: solid;
  transform: rotate(-45deg);
}

.breadcrumbs li:last-child:after{
  display: none;
}

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

.breadcrumbs a:hover {
  color: var(--color_5);
  text-decoration: none;
}

.pagination a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
  text-align: center;
  width: 36px;
  padding: 6px 0;
  margin: 0 6px;
  color: var(--color_6);
  border-radius: 3px;
}

.pagination a:last-child {
  margin-right: 0;
}

.pagination a:hover,
.pagination a.is-active {
  background: var(--color_5);
  color: var(--color_1);
}

.container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

body {
  padding-top: 240px;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  background: var(--color_1);
}

.header__top {
  padding: 8px 0;
  background: #FAF8FF;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.header__top-inner {
  position: relative;
}

.header__top-content {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  column-gap: 32px;
  white-space: nowrap;
  position: relative;
  animation: moveList 10s linear infinite alternate;
}

@keyframes moveList {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--translateX, 0));
  }
}

.header__top-badge {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  column-gap: 8px;
  padding: 4px 16px;
  border-radius: 12px;
}

.header__top-badge img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.header__top-badge strong {
  font-weight: bold;
}

.header__content {
  background: var(--color_1);
  position: relative;
  z-index: 1;
  padding: 14px 0;
}

.header__content-inner {
  display: flex;
  align-items: center;
  column-gap: 24px;
}

#logo-animation {
  width: 129px;
  height: 120px;
}

#logo-animation svg{
  display: block;
  width: 100%;
  height: auto;
}

.header__logo {
  flex-shrink: 0;
  margin: 0 23px 0 -17px;
}

.catalog-menu {
  position: relative;
}

.catalog-menu__list {
  margin: 4px 0 0;
  padding: 7px;
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid var(--color_3);
  background-color: var(--color_1);
  min-width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, .1);
  font-size: 14px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.15s ease-in-out;
}

.catalog-menu.is-open .catalog-menu__list {
  opacity: 1;
  visibility: visible;
}

.catalog-menu__list a {
  display: block;
  padding: 8px 16px;
  border-radius: 8px;
  color: inherit;
  white-space: nowrap;
  text-decoration: none;
}

.catalog-menu__list a:hover {
  color: inherit;
  background: var(--color_3);
}

.header__search {
  flex-grow: 1;
  min-width: 1px;
}

.search__form {
  display: flex;
}

.search__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
  flex-grow: 1;
  min-width: 1px;
}

.search__btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.search__form label.error {
  display: none !important;
}

.header__social {
  display: flex;
}

.header__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  text-decoration: none;
}

.header__social a .icon {
  width: 24px;
  height: 24px;
}

.header__phone {
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.03em;
}

.header__buttons {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.header__buttons .btn {
  padding: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.basket-btn__count {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin: 2px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  background-color: #CB0000;
  color: var(--color_1);
  border-radius: 50%;
}

.header__menu-btn {
  display: none;
}

.header__bottom {
  background: var(--color_1);
  padding-bottom: 24px;
  transition: margin 0.25s ease-in-out;
}

html.is-scrolled .header {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

@media (min-width: 992px) {
  html.is-scrolled.is-scroll-down .header__bottom {
    margin-top: -48px;
  }
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  text-transform: uppercase;
}

.header__menu .catalog-menu {
  display: none;
}

.content {
  flex-grow: 1;
  padding: 0 0 var(--space_60);
}

.footer {
  background: var(--color_6);
  color: var(--color_1);
}

.footer__inner {
  padding: var(--space_40) 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space_24);
}

.footer__col_4 {
  text-align: right;
}

.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
}

.footer__nav li {
  margin-bottom: 8px;
}

.footer__nav li:last-child {
  margin-bottom: 0;
}

.footer__nav a {
  color: inherit;
}

.footer__title {
  font-weight: 600;
  margin-bottom: 8px;
}

.footer__contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.6);
}

.footer__contacts li {
  margin-bottom: 4px;
}

.footer__contacts li:last-child {
  margin-bottom: 0;
}

.footer__contacts a {
  color: inherit;
}

.footer__contacts a:hover {
  color: var(--color_1);
}

.footer__account-btn-row {
  margin-bottom: 16px;
}

.footer__account-btn {
  border-color: var(--color_1);
  color: var(--color_1);
  background-color: transparent;
  padding-top: 7px;
  padding-bottom: 7px;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
  margin-bottom: 16px;
}

.footer__social a {
  color: inherit;
  opacity: .6;
}

.footer__social a:hover {
  opacity: 1;
}

.footer__contract-btn-row a {
  font-weight: 600;
  color: inherit;
}

.footer__center {
  padding: var(--space_40) 0;
  text-align: center;
  border: solid rgba(255,255,255,.1);
  border-width: 1px 0;
}

.footer__cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
  row-gap: 16px;
  margin-top: 14px;
}

.footer__cards img {
  height: 40px;
  width: auto;
}

.footer__bottom {
  padding: var(--space_40) 0;
}

.footer__copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, .4);
  max-width: 1120px;
  margin-right: 150px;
}

.main-filter-block {
  color: var(--color_1);
  background-color: var(--color_6);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: var(--color_1);
  z-index: 1;
}

.main-filter-block__bg {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.main-filter-block__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-filter-block:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
}

.main-filter-block > * {
  position: relative;
}

.main-filter-block__content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 332px;
  padding: 20px 0;
}

.main-filter-block__title {
  margin: 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}

.main-filter-block__title > strong {
  display: block;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
}

.main-filter-block__title > span {
  display: block;
  margin-bottom: 24px;
}

.main-filter-block__filter {
  padding-bottom: 24px;
}

.main-filter {
  background: rgba(255,255,255,.8);
  border-radius: 16px;
  padding: 24px;
}

.main-filter__inner {
  display: flex;
  column-gap: 24px;
  margin: 0 auto;
  max-width: 1030px;
}

.main-filter__item {
  flex-shrink: 0 !important;
  flex-grow: 1 !important;
  flex-basis: 0 !important;
  min-width: 1px;
}

.main-filter__btn {
  width: 100%;
}

select.main-filter__select {
  border-color: transparent !important;
  font-size: 14px;
}

.main-list-block {
  overflow: hidden;
  padding: var(--space_40) 0;
  background: rgba(65,182,153,.1);
}

.main-list-block__title {
  margin-bottom: var(--space_24);
}

.main-list-wrapper .carouselTicker__wrap {
  margin: -20px 0;
  padding: 20px 0;
}

.main-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 24px;
}

.main-list a {
  display: block;
  color: var(--color_2);
  font-weight: 600;
  padding: 10px 42px;
  border-radius: 4px;
  background: var(--color_1);
  box-shadow: 0 2px 6px rgba(0,0,0,.1);
}

.main-list a:hover {
  color: var(--color_5);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.main-cats__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space_24);
}

.main-cats__list li {
  flex: 0 0 auto;
  width: calc((100% - var(--space_24) * 2) / 3);
}

.main-cat-item {
  display: block;
  text-decoration: none;
  position: relative;
}

.main-cat-item:before {
  content: '';
  display: block;
  padding-top: calc(287 * 100% / 416);
}

.main-cat-item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-cat-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  transition: 2s ease-in-out;
}

.main-cat-item__image img + img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.main-cat-item:hover .main-cat-item__image img {
  opacity: 0;
  visibility: hidden;
}

.main-cat-item:hover .main-cat-item__image img + img {
  opacity: 1;
  visibility: visible;
}

.main-cat-item__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: var(--color_5);
  color: var(--color_1);
  font-size: 20px;
  font-weight: 600;
  padding: 16px;
  transition: 0.15s ease-in-out;
}

.main-cat-item:hover .main-cat-item__title {
  background-color: var(--color_2);
}

.main-benefits-section {
  padding: var(--space_60) 0;
}

.main-benefits {
  display: flex;
  align-items: center;
}

.main-benefits__image {
  flex: 0 0 auto;
  width: 33.951%;
  position: relative;
  pointer-events: none;
}

.main-benefits__image-inner {
  margin-left: -51px;
}

.main-benefits__image img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.main-benefits__content {
  flex-grow: 1;
  min-width: 1px;
}

.main-benefits__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space_24);
}

.main-benefits__item {
  flex: 0 0 auto;
  width: calc(50% - 12px);
  border: 1px solid var(--color_3);
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: var(--space_24);
  display: flex;
  align-items: center;
  column-gap: var(--space_24);
  font-weight: 600;
}

.main-benefits__item-image {
  flex-shrink: 0;
  width: 36px;
}

.main-benefits__item-image img {
  display: block;
  width: 100%;
  height: auto;
}

.main-benefits__item-text {
  flex-grow: 1;
  min-width: 1px;
}

.main-partners-section {
  background: var(--color_1);
  padding: var(--space_60) 0;
}

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

.main-partners__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 50px;
}

.main-partners__item {
  flex: 0 0 20%;
  max-width: 20%;
  height: 100px;
  padding: 0 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-partners__item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

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

.main-partners__list .slick-track {
  display: flex;
}

.main-partners__list .slick-slide {
  display: flex !important;
  flex-shrink: 0;
  height: auto;
}

.main-partners__list .slick-slide > div {
  display: flex;
  width: 100%;
}

.slick-slide .main-partners__item {
  display: flex !important;
  flex: 0 0 100%;
  max-width: 100%;
}

.main-reviews-section {
  background: var(--color_6);
  position: relative;
  padding: var(--space_40) 0;
  overflow: hidden;
}

.main-reviews {
  position: relative;
}

.main-reviews__header {
  display: flex;
  align-items: center;
  height: 44px;
  margin-bottom: var(--space_24);
}

.main-reviews__title {
  color: var(--color_1);
  margin-bottom: 0;
}

.reviews {
  display: flex;
  margin: 0 -10px;
}

.reviews__item {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 0 10px;
  display: flex !important;
}

.reviews .slick-track {
  display: flex;
}

.reviews .slick-slide {
  display: flex;
  height: auto;
  min-height: 0;
}

.reviews .slick-slide > div {
  display: flex;
  width: 100%;
}

.reviews .slick-dots {
  bottom: -30px;
}

.reviews .slick-arrow {
  position: absolute;
  bottom: calc(100% + var(--space_24));
  margin: 0;
  left: auto;
  right: 10px;
  top: auto;
}

.reviews .slick-prev {
  margin-right: calc(44px + var(--space_24));
}

.review {
  width: 100%;
  background: var(--color_1);
  padding: var(--space_24);
  font-size: 14px;
  line-height: 1.5;
  border-radius: 8px;
}

.review__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  margin-bottom: 20px;
}

.review__author {
  font-size: 20px;
  font-weight: 600;
}

.review__date {
  font-size: 14px;
  color: var(--color_4);
}

.review__title {
  display: none;
}

.main-reviews__footer {
  text-align: right;
  margin-top: var(--space_24);
}

.add-review-window .popup-window__footer {
  display: flex;
  column-gap: 20px;
}

.add-review-window .popup-window__footer .btn {
  flex-grow: 1;
  min-width: 1px;
  flex-basis: auto;
}

.add-review-window .form-check {
  font-size: 12px;
}

.text-block {
  padding-top: var(--space_60);
}

.text-block__inner {
  display: flex;
  align-items: flex-start;
  column-gap: 60px;
}

.text-block__content {
  flex-grow: 1;
  min-width: 1px;
}

.text-block__image{
  flex: 0 0 auto;
  width: 54.5%;
}

.text-block__image img {
  max-width: 100%;
  height: auto;
}

.layout {
  display: flex;
}

.layout__aside {
  flex: 0 0 auto;
  width: 27.7%;
  padding-right: 4.2%;
}

.layout__content {
  flex-grow: 1;
  min-width: 1px;
}

.aside-title {
  margin-bottom: 14px;
}

.filter__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px var(--space_24);
}

.filter__item {
  flex: 0 0 100%;
  padding: 0 4px;
  margin-bottom: 8px;
}

.filter__btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.banner {
  position: relative;
  margin: var(--space_24) 0;
}

.banner:first-child {
  margin-top: 0;
}

.banner:last-child {
  margin-bottom: 0;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.35s ease-in-out;
}

.banner img:not(.is-active) {
  opacity: 0;
  visibility: hidden;
}

.banner img + img {
  position: absolute;
  left: 0;
  top: 0;
}

.callback-block {
  font-size: 12px;
  line-height: 1.17;
}

.callback-block__header {
  display: flex;
  align-items: center;
  margin-bottom: 1.7em;
}

.callback-block__userpic {
  align-self: flex-start;
  flex: 0 0 6.67em;
  max-width: 6.67em;
  width: 6.67em;
  height: 6.67em;
  border-radius: 50%;
  border: 2px solid #E0E0E0;
  margin-right: 1.09em;
  background-color: var(--color_1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.callback-block__name {
  font-size: 1.33em;
  font-weight: 600;
  margin-bottom: 0.1em;
}

.callback-block__position {
  margin-bottom: 0.5em;
}

.callback-block__phone {
  font-family: "Roboto", sans-serif;
  font-size: 1.16em;
}

.callback-block__form .form-control {
  border-color: #E7E7E7;
  font-size: 1.17em;
  line-height: 1.14;
  padding: 0.9em;
}

.callback-block__form .form-control.error {
  border-color: #ff0000;
}

.callback-block__form textarea {
  height: 7.75em;
}

.callback-block__form .form-group {
  margin-bottom: 1.2em;
}

.callback-block__form .btn {
  text-transform: uppercase;
}

.callback-block__footer {
  margin-top: 1em;
}

.item {
  display: flex;
  min-height: 164px;
  background: var(--color_1);
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.14;
}

.item__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  flex: 0 0 19.7%;
  max-width: 19.7%;
}

.item__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

.item__content {
  display: flex;
  border-style: solid;
  border-color: #F5F5F5;
  border-width: 0 2px;
  width: 58.7%;
  position: relative;
  color: inherit !important;
  text-decoration: none !important;
}

.item__content-section {
  padding: 15px;
  flex-basis: 0;
  flex-grow: 1;
  color: inherit !important;
  text-decoration: none !important;
}

.item__content-section:not(:last-child) {
  border-right: 1px solid #F5F5F5;
}

.item__content-section:not(:first-child) {
  border-left: 1px solid #F5F5F5;
}

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

.item__data strong {
  font-weight: 600;
  margin-right: 4px;
}

.item__data li {
  margin-bottom: 7px;
}

.item__status {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: var(--color_5);
  padding: 10px 0px 0px 0px;
}

.item__status_kat {
  text-align: center;
  font-weight: 500;
  color: var(--color_5);
  padding: 10px 0 0 0;
}

.item__status.not-available {
  color: #B0B0B0;
}

.item__footer {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 15px;
  flex: 0 0 21.6%;
  max-width: 21.6%;
}

.item__footer-inner {
  width: 100%;
}

.item__price {
  margin-bottom: 15px;
}

.item__price-value {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1.17;
  font-weight: 500;
  white-space: nowrap;
}

.item__price-currency {
  display: inline-block;
  border: none;
  font-size: 0.8em;
  line-height: inherit;
  width: auto;
  border-radius: 0;
  background: none;
  padding: 0;
  vertical-align: bottom;
  position: relative;
  top: 2px;
}

select.item__price-currency {
  padding-right: 0;
  background-image: none;
}

.item__price-currency .jq-selectbox__select {
  padding: 0 15px 0 0;
}

.item__price-currency .jq-selectbox__select:after {
  right: 0;
}

.item__price-text {
  display: block;
}

.item__btn {
  width: 100%;
  white-space: normal;
  padding: 7px 10px;
}

.item__btn.is-active {
  background: var(--color_6);
  border-color: var(--color_6);
}

.item__not-available {
  font-weight: 500;
  color: rgba(131, 131, 131, 0.7);
}

.catalog {
  margin-bottom: 32px;
}

.catalog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--space_40);
}

.catalog-footer__info {
  color: rgba(131, 131, 131, 0.5);
}

.product__main {
  display: flex;
  border-bottom: 1px solid rgba(219,219,219,.5);
  padding-bottom: var(--space_24);
  margin-bottom: var(--space_24);
}

.product__image-section {
  flex: 0 0 auto;
  width: 315px;
}

.product__content {
  flex-grow: 1;
  min-width: 1px;
  padding: 0 30px;
}

.product__add-to-card {
  flex: 0 0 auto;
  width: 290px;
}

.product__content-inner {
  max-width: 474px;
}

.product__title {
  text-transform: uppercase;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(219, 219, 219, .5);
  margin: 0 0 14px 0;
}

.product__title strong {
  font-weight: inherit;
}

.product__data {
  list-style: none;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(219, 219, 219, .5);
  margin: 0 0 14px 0;
}

.product__data li {
  margin-bottom: 8px;
}

.product__data strong {
  margin-right: 7px;
}

.product__analog {
  margin-bottom: 20px;
}

.product__analog-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.product__analog-list {
	margin: 0;
	padding: 0;
	list-style: none;
	column-count: 2;
	column-gap: 20px;
}

.product__analog-list li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
  padding-bottom: 8px;
}

.product-gallery__slider,
.product-gallery__thumbs-item {
  background: var(--color_1);
}

.product-gallery__item,
.product-gallery__thumbs-item {
  display: block !important;
  width: auto !important;
  position: relative;
}

.product-gallery__item:before,
.product-gallery__thumbs-item:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.product-gallery__item + .product-gallery__item {
  display: none !important;
}

.product-gallery__thumbs-item {
  margin: 0 4px;
  cursor: pointer;
  opacity: .5;
}

.slick-current .product-gallery__thumbs-item {
  opacity: 1;
}

.product-gallery__item-inner,
.product-gallery__thumbs-item-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-gallery__item-inner {
  padding: 30px;
}

.product-gallery__thumbs-item-inner {
  padding: 5px;
}

.product-gallery__item img,
.product-gallery__thumbs-item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

.product-gallery__thumbs {
  margin: 8px -4px 0;
}

.product-gallery__slider .slick-arrow {
  border: none;
  border-radius: 0;
  width: 20px;
}

.add-to-card {
  margin-bottom: var(--space_24);
}

.add-to-card__price {
  margin-bottom: 16px;
}

.add-to-card__price-value {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
}

.add-to-card__price-text {
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.03em;
}

.add-to-card__count-field {
  margin-bottom: var(--space_24);
}

.add-to-card__btn {
  width: 100%;
  text-transform: uppercase;
  padding: 12px 20px;
}

.add-to-card__btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url('../images/icon-basket-btn.svg') 0 0 no-repeat;
  background-size: 100% 100%;
}

.mailalert-form {
  font-size: 13px;
  margin-top: 16px;
}

.mailalert-form .form-group {
  margin-bottom: 10px;
}

.mailalert-form .form-group__label {
  font-size: 13px;
  margin-bottom: 10px;
}

.mailalert-form .form-check {
  margin: 0 0 10px;
  font-size: 13px;
}

.product__buy-info {
  background: var(--color_1);
  margin-bottom: var(--space_24);
}

.product__buy-info h4 {
  margin-bottom: 8px;
}

.product__buy-info * + h4 {
  margin-top: 18px;
}

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

.product__buy-info ul small,
.product__buy-info ul._sm {
  font-size: 12px;
  line-height: 14px;
}

.product__buy-info li {
  margin-bottom: 8px;
}

.product__buy-info ul._sm li {
  margin-bottom: 4px;
}

.product__buy-info ul small {
  display: block;
  margin-top: 2px;
}

.product__section {
  border-bottom: 1px solid rgba(219,219,219,.5);
  padding-bottom: var(--space_24);
  margin-bottom: var(--space_24);
}

.product__section-title {
  color: var(--color_5);
  margin-bottom: 12px;
}

.product__section-content {
  font-size: 22px;
}

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

.product__section-list_columns {
  column-count: 2;
  column-gap: 20px;
}

.catalog-slider {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.catalog-slider__item {
  display: flex;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 5px;
}

.catalog-slider.slick-slider {
  display: block;
}

.catalog-slider .slick-track {
  display: flex;
}

.catalog-slider .slick-slide {
  display: flex;
  flex-shrink: 0;
  height: auto;
}

.catalog-slider .slick-slide > div {
  display: flex;
  width: 100%;
}

.slick-slide .catalog-slider__item {
  display: flex !important;
  flex: 0 0 100%;
  max-width: 100%;
}

.catalog-slider .slick-arrow {
  position: absolute;
  bottom: calc(100% + var(--space_24));
  margin: 0;
  left: auto;
  right: 10px;
  top: auto;
}

.catalog-slider .slick-prev {
  margin-right: 68px;
}

.catalog-slider .slick-dots {
  position: static;
  margin-top: 10px;
}

.item-compact {
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  background: var(--color_1);
  border: 1px solid var(--color_3);
  border-radius: 4px;
  padding: 15px;
}

.item-compact__content {
  flex-grow: 1;
}

.item-compact__image-wrapper {
  display: block;
  height: 100px;
  margin-bottom: 8px;
}

.item-compact__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.item-compact__title {
  margin-bottom: 8px;
}

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

.item-compact__data {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1.3;
}

.item-compact__price {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.item-compact__btn {
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 10px;
}

.item-compact__btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url('../images/icon-basket-btn.svg') 0 0 no-repeat;
  background-size: 100% 100%;
}

.basket__inner {
  display: flex;
  margin: 0 -10px;
}

.basket__content {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 10px;
}

.basket__footer {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}

.basket-item {
  position: relative;
  display: flex;
  min-height: 164px;
  background: var(--color_1);
  border-radius: 3px;
  margin-bottom: 8px;
}

.basket-item__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  flex: 0 0 19%;
  max-width: 19%;
}

.basket-item__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

.basket-item__content {
  border-style: solid;
  border-color: #F5F5F5;
  border-width: 0 2px;
  flex: 0 0 31%;
  max-width: 31%;
  position: relative;
  padding: 15px;
  color: inherit !important;
  text-decoration: none !important;
}

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

.basket-item__data strong {
  font-weight: 600;
}

.basket-item__data li {
  margin-bottom: 4px;
}

.basket-item__status {
  font-weight: 500;
  color: var(--color_5);
}

.basket-item__status.not-available {
  color: #B0B0B0;
}

.basket-item__footer {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 15px;
  padding-right: 55px;
  flex: 0 0 50%;
  max-width: 50%;
}

.basket-item__footer-inner {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

.basket-item__price {
  margin-bottom: 18px;
}

.basket-item__price-value {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 1.17;
  font-weight: 500;
}

.basket-item__count-field .form-control {
  margin-left: auto;
  margin-right: auto;
}

.basket-item__remove-btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
}

.basket__confirm-header {
  border-bottom: 2px solid #F5F5F5;
  margin-bottom: 18px;
}

.basket__confirm-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}

.basket__confirm-price {
  font-family: "Roboto", sans-serif;
}

.basket__confirm-price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 18px;
  margin-bottom: 8px;
}

.basket__confirm-price-value {
  font-size: 20px;
}

.basket__confirm-price-row_discount {
  font-size: 14px;
  font-weight: 300;
  color: var(--color_5);
}

.basket__confirm-price-row_discount .basket__confirm-price-value {
  font-size: inherit;
}

.basket__confirm .form-group {
  margin-bottom: 8px;
}

.basket__confirm .form-control {
  font-size: 14px;
}

.basket__confirm label.error {
  margin-bottom: 0;
}

.basket__payment-select .jq-selectbox__dropdown li:after {
  content: attr(data-secondtext);
  display: block;
  font-size: 8px;
  font-weight: 300;
  line-height: 1;
}

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

.basket__confirm-total {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin: 18px 0 12px;
}

.basket__confirm-btn {
  text-transform: uppercase;
  width: 100%;
}

.account {
  margin-bottom: var(--space_60);
}

.account__data {
  margin-bottom: 18px;
}

.account__data-item {
  margin-bottom: 12px;
}

.account__data-name {
  font-size: 24px;
}

.account__edit-btn-row {
  margin-bottom: var(--space_24);
}

.history__item {
  margin-bottom: 8px;
}

.history__item-header {
  display: flex;
  align-items: baseline;
  color: #545252;
}

.history__item-info {
  padding: 0 10px;
}

.history__item-info:first-child {
  margin-left: 0;
}

.history__item-info:last-child {
  margin-right: 0;
}

.history__item-id {
  font-weight: 600;
  width: 37%;
}

.history__item-date {
  width: 12%;
}

.history__item-time {
  width: 12%;
}

.history__item-status {
  width: 15%;
}

.history__item-type {
  font-weight: 600;
}

.history__item-price {
  font-size: 18px;
  font-weight: 600;
  margin-left: auto;
}

.order {
  margin-bottom: var(--space_60);
}

.order__date {
  font-size: 18px;
  font-weight: normal;
  margin-left: 11px;
  white-space: nowrap;
}

.order__data {
  margin-bottom: 20px;
}

.order__data-item {
  margin-bottom: 16px;
}

.order__data strong {
  margin-right: 10px;
}

.order__edit-btn-row {
  margin-bottom: var(--space_24);
}

.order-list {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  border-spacing: 0 9px;
  border-collapse: separate;
}

.order-list__header-cell {
  font-weight: 600;
  padding-bottom: 8px;
}

.order-list__header-cell_price {
  text-align: center;
}

.order-list__header-cell_count {
  text-align: center;
}

.order-list__header-cell_total {
  text-align: center;
}

.order-list__cell {
  border-left: 2px solid #F5F5F5;
  padding: 15px 10px;
}

.order-list__cell_image {
  border-left: none;
  text-align: center;
  width: 14.3%;
}

.order-list__cell_title {
  border-left: none;
  width: 35%;
}

.order-list__cell_price {
  text-align: center;
  font-weight: 600;
  width: 18.3%;
  white-space: nowrap;
}

.order-list__cell_count {
  text-align: center;
  width: 15%;
}

.order-list__cell_total {
  text-align: center;
  font-weight: 600;
  width: 17.4%;
  white-space: nowrap;
}

.order-list__image {
  width: auto;
  height: auto;
  max-width: 100%;
}

.order-list__title {
  font-size: 18px;
  font-weight: 600;
}

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

.callback-bt {
  background:#1ab5a3;
  border:2px solid #eef4f9;
  border-radius:50%;
  box-shadow:0 8px 10px rgba(26,181,163,0.3);
  cursor:pointer;
  height:72px;
  text-align:center;
  width:72px;
  position: fixed;
  right: 8%;
  bottom: 50px;
  padding: 0;
  z-index:999;
  transition:.3s;
  animation:hoverWave linear 1s infinite;
}

.callback-bt:hover {
  z-index:1;
  background:var(--color_1);
  color:transparent;
  transition:.3s;
}

.callback-bt .text-call {
  display: flex;
  align-items: center;
  justify-content: center;
  height:100%;
  width:100%;
  border-radius:50%;
  position:relative;
  overflow:hidden;
}

.callback-bt .text-call span {
  text-align: center;
  color:#0c8f76;
  opacity: 0;
  font-size: 0;
  position:absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity .3s linear;
  font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
  opacity: 1;
  font-size: 11px;
}

.callback-bt svg {
  color:var(--color_1);
  transition:.3s;
  transition: .5s ease-in-out;
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
}

.callback-bt:hover i {
  display:none;
}

@keyframes hoverWave {
  0% {
    box-shadow:0 8px 10px rgba(26,181,163,0.3),0 0 0 0 rgba(26,181,163,0.2),0 0 0 0 rgba(26,181,163,0.2)
  }
  40% {
    box-shadow:0 8px 10px rgba(26,181,163,0.3),0 0 0 15px rgba(26,181,163,0.2),0 0 0 0 rgba(26,181,163,0.2)
  }
  80% {
    box-shadow:0 8px 10px rgba(26,181,163,0.3),0 0 0 30px rgba(26,181,163,0),0 0 0 26.7px rgba(26,181,163,0.067)
  }
  100% {
    box-shadow:0 8px 10px rgba(26,181,163,0.3),0 0 0 30px rgba(26,181,163,0),0 0 0 40px rgba(26,181,163,0.0)
  }
}

@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}

.blog {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.blog__item {
  display: flex;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}

@media (max-width: 767.98px) {
  .blog__item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 575.98px) {
  .blog {
    margin-left: -5px;
    margin-right: -5px;
  }

  .blog__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
  }
}

.exceprt {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.exceprt__image {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: auto;
}

.exceprt__image:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.exceprt__date {
  font-size: 0.8em;
  margin-bottom: 0.3em;
  color: #999;
}

.exceprt__title {
  margin: 0 0 0.5em;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}

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

.exceprt__title a:hover {
  color: var(--color_5);
}

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

.exceprt__text img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.text-content {
  font-size: 14px;
  line-height: 1.5;
}

.text-content p {
  margin-bottom: 1em;
}

.accordion__item {
  margin-bottom: 7px;
}

.accordion__item-title {
  position: relative;
  cursor: pointer;
  padding: 7px 7px 7px 34px;
  font-weight: 700;
  font-size: 13px;
  background: var(--color_1);
}

.accordion__item-title:before {
  content: '+';
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 6px;
  font-family: monospace;
  font-size: 18px;
  line-height: 1;
}

.accordion__item.is-open .accordion__item-title:before {
  content: '-';
}

.accordion__item-content {
  display: none;
  padding: 10px 0 3px 23px;
}

.accordion__item.is-open .accordion__item-content {
  display: block;
}

.contact-table {
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.contact-table td {
  padding: 10px;
  border: 1px solid rgba(219,219,219,.5);
  background: var(--color_1);
  vertical-align: top;
}

.contact-table tr:nth-child(even) td {
  background-color: #f9f9f9;
}

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

.tooltip-icon {
  display: flex;
  line-height: 1;
  width: 1em;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  height: 1em;
}

.tooltip-icon:before {
  content: 'i';
  display: flex;
  border: 1px solid;
  border-radius: 50%;
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 0.8em;
}

.tooltip-window {
  position: absolute;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0;
  z-index: 100;
  background: var(--color_1);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  padding: 7px;
  width: 160px;
  text-align: center;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  transition: 0.15s ease-in-out;
}

.tooltip:hover .tooltip-window {
  opacity: 1;
  visibility: visible;
}

.info-window {
  width: 1030px;
  padding: 0;
  border-radius: 6px;
}

.info-window .fancybox-close-small {
  display: none;
}

.info-window__inner {
  height: 415px;
  position: relative;
  border-radius: 6px;
  background: linear-gradient(64deg, #03614F 39%, #fff 39%);
  padding: 20px 50px 42px 460px;
}

.info-window__logo {
  position: absolute;
  left: 50px;
  top: 44px;
}

.info-window__logo img {
  display: block;
  width: 184px;
  height: 40px;
}

.info-window__image {
  position: absolute;
  left: 147px;
  top: 56px;
}

.info-window__image img {
  display: block;
  width: 332px;
  height: 332px;
}

.info-window__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.info-window__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.info-window__content {
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.info-window__t1 {
  color: var(--color_6);
  margin-bottom: 14px;
}

.info-window__t1 strong {
  color: #03614F;
  font-weight: 800;
}

.info-window__t2 {
  color: #03614F;
  margin-bottom: 30px;
}

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

.info-window__btn {
  width: 300px;
  max-width: 100%;
}