@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap);@font-face {
  font-family: 'Rubik-Regular';
  src: url("../fonts/Rubik-Regular/Rubik-Regular.woff") format('woff'), url("../fonts/Rubik-Regular/Rubik-Regular.woff2") format('woff2'), url("../fonts/Rubik-Regular/Rubik-Regular.svg#Rubik-Regular") format('svg'), url("../fonts/Rubik-Regular/Rubik-Regular.eot"), url("../fonts/Rubik-Regular/Rubik-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/Rubik-Regular/Rubik-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik-Medium';
  src: url("../fonts/Rubik-Medium/Rubik-Medium.woff") format('woff'), url("../fonts/Rubik-Medium/Rubik-Medium.woff2") format('woff2'), url("../fonts/Rubik-Medium/Rubik-Medium.svg#Rubik-Medium") format('svg'), url("../fonts/Rubik-Medium/Rubik-Medium.eot"), url("../fonts/Rubik-Medium/Rubik-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/Rubik-Medium/Rubik-Medium.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.catalog_list__item .product__image .uk-label {
  display: inline-block;
  background: var(--main_color);
  padding: 5px 15px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

:root {
  --main_dark: #272525;
  --main_white: #fff;
  --main_gray: #f4f4f8;
  --main_graylight: #bfbfc7;
  --main_graydark: #6f797f;
  --main_color: #ede72d;
  --main_color2: #38b2fb;
  --main_red: #f00;
  --main_green: #34a853;
  --error_red: #f00;
  --font_regular: 'Rubik-Regular';
  --font_bold: 'Rubik-Medium';
  --font_size: 16px;
  --line_height: 26px;
  --font_size_small: 14px;
  --line-height_small: 22px;
  --button_height: 50px;
  --main_radius: 0px;
  --main_width: 1400px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--font_regular);
  color: var(--main_dark);
  background: var(--main_gray);
  font-size: var(--font_size);
  line-height: var(--line_height);
}
@media only screen and (max-width: 480px) {
  html,
  body {
    font-size: var(--font_size_small);
    line-height: var(--line_height_small);
  }
}
a {
  color: var(--main_dark);
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
a:after {
  left: inherit;
  right: 50%;
}
a:hover {
  text-decoration: none;
  color: var(--main_color2);
  border-color: transparent;
}
a:focus {
  outline: none;
}
a:focus,
a:active {
  text-decoration: none;
}
::-moz-selection {
  background: var(--main_dark);
  color: var(--main_white);
  text-shadow: none;
}
::selection {
  background: var(--main_dark);
  color: var(--main_white);
  text-shadow: none;
}
::-moz-selection {
  background: var(--main_dark);
  color: var(--main_white);
  text-shadow: none;
}
h1,
h2,
h3 {
  font-family: var(--font_bold);
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: normal;
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.7em;
  line-height: 1.4em;
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.5em;
  }
}
h3 {
  font-size: 1.5em;
  line-height: 1.4em;
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 1.2em;
  }
}
h4,
h5,
h6 {
  font-size: 1.2em;
  line-height: 1.6em;
  font-family: var(--font_bold);
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: normal;
}
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 480px) {
  h4,
  h5,
  h6 {
    font-size: 1.1em;
  }
}
b,
strong,
dt {
  font-family: var(--font_bold);
  line-height: normal;
  font-weight: normal;
}
i,
em {
  font-weight: normal;
  font-family: var(--font_regular);
}
i:before,
em:before {
  margin: 0;
  width: auto;
}
pre,
code {
  margin: 0;
  border: none;
  background: none;
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  max-width: 100%;
}
img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
}
details {
  margin-bottom: 30px;
  background: var(--main_gray);
  border-radius: 10px;
}
details summary {
  background: var(--main_gray);
  font-family: var(--main_regular);
  padding: 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  cursor: pointer;
}
details > div {
  padding: 30px;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
video {
  -o-object-fit: contain;
     object-fit: contain;
}
figure {
  margin: 0;
}
.lazy {
  opacity: 0;
  transition: opacity 0.3s;
}
img[lazy="loaded"] {
  opacity: 1;
}
.ac {
  margin-top: 0;
}
.ac .ac-trigger {
  font-family: var(--font_regular);
  font-size: 1em;
  padding: 15px;
  display: flex;
  align-items: center;
  background: rgba(244,244,248,0.3);
  transition: all 0.3s;
}
.ac .ac-trigger::after {
  display: none;
}
.ac .ac-trigger::before {
  content: '\F107';
  font-family: 'fontello';
  transform: none;
  position: initial;
  width: auto;
  margin-right: 5px;
  font-size: 1.2em;
}
.ac .ac-trigger[aria-expanded="true"] {
  background: var(--main_white);
}
.ac .ac-trigger[aria-expanded="true"]::before {
  transform: rotate(180deg);
}
.ac .ac-panel {
  border-top: 1px solid var(--main_gray);
}
.ac .ac-panel .ac-text {
  padding: 15px;
  font-family: var(--font_regular);
}
blockquote {
  background: rgba(244,244,248,0.5);
  padding: 30px;
  margin: 30px 0;
  font-family: var(--main_regular);
  position: relative;
  overflow: hidden;
  border-left: 5px solid var(--main_gray);
  text-align: left;
}
blockquote::after {
  content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 97 66'><path d='M7.5 75H30L45 45V0H0V45H22.5L7.5 75ZM67.5 75H90L105 45V0H60V45H82.5L67.5 75Z'/></svg>");
  position: absolute;
  right: 0;
  bottom: -5px;
  opacity: 0.1;
  width: 100px;
  height: auto;
}
blockquote p {
  position: relative;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  width: auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  width: auto;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  width: auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  width: auto;
  border-radius: 10px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
  width: auto;
  border-radius: 10px;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  width: auto;
  border-radius: 10px;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  border-radius: 10px;
}
.wp-caption {
  background: var(--main_white);
  border: 1px solid var(--main_graydark);
  max-width: 96% /* Image does not overflow the content area */;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-textfocus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-family: var(--font_bold);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000 /* Above WP toolbar. */;
}
.hidden {
  display: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}
fieldset legend {
  padding: 15px 0;
}
.flickity-viewport {
  transition: height 0.2s;
}
.carousel_arrows {
  display: flex;
  align-items: center;
}
.carousel_arrows button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
}
.carousel_arrows button svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
.carousel_arrows button.carousel_arrows__item--next {
  transform: rotate(180deg);
}
.carousel_arrows button:hover svg {
  fill: var(--main_color);
}
.carousel_arrows button[disabled="disabled"] {
  opacity: 0.3;
  pointer-events: none;
}
.flickity-page-dots {
  position: initial;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 15px;
  background: var(--main_white);
  height: 5px;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flickity-page-dots .dot {
  width: auto;
  margin: 0;
  flex: 1;
  height: 5px;
  background: var(--main_dark);
  border-radius: 100px;
  opacity: 0;
  transition: all 0.3s;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"]),
form textarea,
form select {
  background: none;
  border: 1px solid var(--main_graylight);
  padding: 0 15px;
  height: var(--button_height);
  font-size: 1em;
  border-radius: var(--radius);
  font-family: var(--font_regular);
  width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s;
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"]):focus,
form textarea:focus,
form select:focus {
  box-shadow: 0 0 0 3px rgba(39,37,37,0.2);
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"]).error,
form textarea.error,
form select.error {
  border-color: var(--error_red);
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"]).error:focus,
form textarea.error:focus,
form select.error:focus {
  box-shadow: 0 0 0 3px rgba(237,231,45,0.2);
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="checkbox"],
form textarea[type="checkbox"],
form select[type="checkbox"] {
  width: auto;
  margin: 3px 5px 0 0;
  float: left;
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[readonly="readonly"],
form textarea[readonly="readonly"],
form select[readonly="readonly"] {
  background: main_white !important;
  border: 1px solid #d6d6e5;
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="submit"],
form textarea[type="submit"],
form select[type="submit"] {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  width: auto;
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="submit"] span,
form textarea[type="submit"] span,
form select[type="submit"] span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="submit"] span svg,
form textarea[type="submit"] span svg,
form select[type="submit"] span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="submit"]:hover,
form textarea[type="submit"]:hover,
form select[type="submit"]:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="submit"]:hover span,
form textarea[type="submit"]:hover span,
form select[type="submit"]:hover span {
  width: 40px;
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="submit"]:hover span svg,
form textarea[type="submit"]:hover span svg,
form select[type="submit"]:hover span svg {
  fill: var(--main_dark);
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="submit"]:active,
form textarea[type="submit"]:active,
form select[type="submit"]:active {
  transform: scale(0.95);
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="submit"][disabled],
form textarea[type="submit"][disabled],
form select[type="submit"][disabled] {
  opacity: 0.5;
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="reset"],
form textarea[type="reset"],
form select[type="reset"] {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  width: auto;
  background: transparent;
  color: var(--main_dark);
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="reset"] span,
form textarea[type="reset"] span,
form select[type="reset"] span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="reset"] span svg,
form textarea[type="reset"] span svg,
form select[type="reset"] span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="reset"]:hover,
form textarea[type="reset"]:hover,
form select[type="reset"]:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="reset"]:hover span,
form textarea[type="reset"]:hover span,
form select[type="reset"]:hover span {
  width: 40px;
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="reset"]:hover span svg,
form textarea[type="reset"]:hover span svg,
form select[type="reset"]:hover span svg {
  fill: var(--main_dark);
}
form input:not([type="checkbox"]):not([type="file"]):not(.button):not([type="radio"])[type="reset"]:active,
form textarea[type="reset"]:active,
form select[type="reset"]:active {
  transform: scale(0.95);
}
form textarea {
  width: 100%;
  height: auto;
  max-height: 130px;
  padding: 15px;
}
form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 5px 40px 5px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(45deg, transparent 50%, #808080 50%), linear-gradient(135deg, #808080 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.form__item {
  margin: 0 0 20px;
  position: relative;
}
.form__row {
  display: flex;
  margin: 0 -10px 20px;
  align-items: center;
  justify-content: space-between;
}
.form__row .form__item {
  margin: 0 10px;
  flex: 1;
}
@media only screen and (max-width: 480px) {
  .form__row {
    display: grid;
    margin: 0 0 15px;
    grid-gap: 15px;
    align-items: initial;
    justify-content: initial;
  }
  .form__row .form__item {
    margin: 0;
    width: 100%;
    flex: initial;
  }
}
.form__checkbox {
  display: flex;
  align-items: center;
}
.form__checkbox input {
  margin-right: 5px;
}
.form__reset {
  text-align: right;
}
.form__reset a {
  color: var(--main_color);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_color);
  transition: all 0.3s;
  font-size: 0.9em;
}
.form__reset a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.form__devider {
  position: relative;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__devider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: var(--main_gray);
}
.form__devider span {
  position: relative;
  background: var(--main_white);
  display: inline-flex;
  padding: 1px 5px;
  color: var(--main_graydark);
  z-index: 1;
}
.form__socials {
  text-align: center;
}
.form__socials p a {
  color: var(--main_color2);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_color2);
  transition: all 0.3s;
}
.form__socials p a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.form__socials .oauth {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.form__socials .oauth a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main_gray);
  margin: 0 5px;
  color: var(--main_dark);
}
.form__socials .oauth a:hover {
  border-color: var(--main_color);
  background: var(--main_color);
}
.form__terms {
  font-size: 0.8em;
  line-height: normal;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.form__terms:hover {
  opacity: 1;
}
.form__terms a {
  color: var(--main_color);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_color);
  transition: all 0.3s;
}
.form__terms a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.form__file label {
  display: block;
}
.form__file input {
  height: auto;
  padding: 10px;
  border: 1px solid var(--main_graylight);
  width: 100%;
}
.show_pass {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
}
.show_pass.is-active i::before {
  content: '\E826';
}
.show_pass:hover {
  opacity: 1;
}
.form-item {
  margin-bottom: 20px;
}
.form-item label {
  margin-bottom: 5px;
  font-family: var(--font_bold);
  font-size: 0.9em;
  opacity: 0.7;
}
.form-item .description {
  font-size: 0.8em;
  line-height: normal;
  margin-top: 5px;
  color: rgba(39,37,37,0.5);
}
.form-item .image-widget {
  display: flex;
  align-items: center;
}
.form-item .image-widget .focal-point-wrapper {
  margin-right: 15px;
}
.form-item .image-widget input {
  height: auto;
  width: auto;
  padding: 5px;
}
.form-item .image-widget .focal-point-preview-link {
  display: none !important;
}
.form-item .image-widget .form__submit button {
  margin: 0 0 0 15px;
  min-width: auto;
  height: auto;
  padding: 5px 10px;
  background: var(--main_white);
  color: var(--main_color);
}
.form-item .image-widget .form__submit button:hover {
  background: var(--main_color);
  color: var(--main_white);
}
.form__reset a {
  color: var(--main_color2);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_color2);
  transition: all 0.3s;
}
.form__reset a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.modal_login .form__submit button {
  width: 100%;
}
.lazy {
  opacity: 0;
  transition: all 0.3s;
}
.lazy.loaded {
  opacity: 1;
}
.message__item {
  background-color: #f3faef;
  border: 1px solid #c9e1bd;
  padding: 15px;
  color: var(--main_green);
  margin-bottom: 15px;
}
.message__item--error {
  background: rgba(255,0,0,0.02);
  border-color: rgba(255,0,0,0.1);
  color: var(--error_red);
}
.message__item:last-child {
  margin-bottom: 0;
}
.modal_form {
  max-width: 450px;
  padding: 50px;
  overflow: initial;
  text-align: left;
}
@media only screen and (max-width: 360px) {
  .modal_form {
    padding: 30px;
  }
}
.modal_form input.wpcf7-not-valid,
.modal_form textarea.wpcf7-not-valid,
.modal_form select.wpcf7-not-valid {
  border-color: main_error;
}
.modal_form .fancybox-close-small {
  padding: 0;
  min-width: 0;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  top: -30px;
  right: -30px;
}
@media only screen and (max-width: 480px) {
  .modal_form .fancybox-close-small {
    top: 15px;
    right: 15px;
  }
}
.modal_form .fancybox-close-small svg {
  transition: all 0.3s;
}
.modal_form .fancybox-close-small svg path {
  fill: main_white;
}
@media only screen and (max-width: 480px) {
  .modal_form .fancybox-close-small svg path {
    fill: #272525;
  }
}
.modal_form .fancybox-close-small:hover svg path {
  opacity: 0.9;
}
.modal_form .form__title {
  font-size: font_size1em;
  line-height: normal;
  font-family: main_head;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .modal_form .form__title {
    font-size: font_size1em;
  }
}
.modal_form .form__subtitle {
  margin-bottom: 20px;
  color: rgba(39,37,37,0.5);
}
.modal_form .form__item {
  margin-bottom: 20px;
}
.modal_form .form__checkbox a {
  color: var(--main_color);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_color);
  transition: all 0.3s;
}
.modal_form .form__checkbox a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.modal_form .form__submit {
  display: flex;
  align-items: center;
}
.modal_form .form__submit input {
  position: relative;
  background: #272525;
  border: 2px solid #272525;
  color: main_white;
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
}
.modal_form .form__submit input span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
.modal_form .form__submit input span svg {
  width: 40px;
  fill: main_white;
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
.modal_form .form__submit input:hover {
  border-color: var(--main_color);
  background: main_white;
  transform: scale(1.02);
  color: #272525;
}
.modal_form .form__submit input:hover span {
  width: 40px;
}
.modal_form .form__submit input:hover span svg {
  fill: #272525;
}
.modal_form .form__submit input:active {
  transform: scale(0.95);
}
.modal_form .form__submit input:hover {
  border-color: #272525;
}
.modal_form .form__submit .ajax-loader {
  display: none !important;
}
.modal_form .form__error input,
.modal_form .form__error select,
.modal_form .form__error textarea {
  box-shadow: 0 0 0 3px rgba(255,0,0,0.2);
}
.modal_form .description {
  font-size: font_size -0.3em;
}
.modal_form .description.error {
  color: #f00;
}
.modal_form .message__success {
  color: #008000;
}
.modal_form span.wpcf7-list-item {
  margin: 0;
}
.modal_form .wpcf7-not-valid-tip {
  font-size: font_size -0.2em;
  padding: 3px 5px 0;
  color: main_error;
}
.modal_form .wpcf7 form.invalid .wpcf7-response-output,
.modal_form .wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 10px 15px;
}
.pager ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager li a,
.pager li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--main_white);
  color: var(--main_dark);
  background: var(--main_white);
  margin: 2px;
  position: relative;
  opacity: 0.5;
  z-index: 1;
}
.pager li a svg,
.pager li span svg {
  width: 100%;
  height: 100%;
  max-width: 12px;
  max-height: 12px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
.pager li a:hover,
.pager li span:hover {
  border-color: var(--main_color);
  background: var(--main_color);
  color: var(--main_dark);
  opacity: 1;
}
.pager li.pager__current span {
  background: var(--main_white);
  color: var(--main_dark);
  border-color: var(--main_white);
  opacity: 1;
}
.pager li.pager__prev a svg {
  transform: rotate(180deg);
}
.socials {
  display: flex;
  align-items: center;
}
.socials__item a {
  width: auto;
  padding: 0 10px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials__item a svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
@media only screen and (max-width: 480px) {
  .socials__item a {
    width: auto;
    padding: 0 5px;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--main_gray);
  margin-bottom: 15px;
}
table thead tr {
  background: var(--main_gray);
}
table thead tr th {
  padding: 15px;
  text-align: left;
}
table tbody tr {
  border-bottom: 1px solid var(--main_gray);
  transition: 0.3s;
}
table tbody tr:last-child {
  border-bottom: none;
}
table tbody tr td {
  padding: 15px;
}
table tbody tr:hover {
  background: rgba(244,244,248,0.3);
  transition: 0.3s;
}
.tabs > ul {
  list-style: none;
  display: flex;
  align-items: center;
  background: rgba(0,0,0,0.03);
  margin-bottom: 30px;
}
.tabs > ul li a {
  height: 50px;
  padding: 0 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main_graydark);
  position: relative;
}
.tabs > ul li a span {
  font-family: var(--font_bold);
  margin-left: 5px;
}
.tabs > ul li a:hover {
  color: var(--main_color2);
}
.tabs > ul li.active a {
  background: var(--main_white);
  color: var(--var_dark);
  transform: scale(1.1);
  box-shadow: rgba(39,37,37,0.1) 0 5px 10px;
  z-index: 1;
}
#totop {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--main_gray);
  padding: 20px 30px;
}
#totop svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  transform: rotate(-90deg);
  transition: fill 0.3s;
}
#totop:hover svg {
  fill: var(--main_color);
}
.wrapper {
  position: relative;
}
.container {
  max-width: var(--main_width);
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 400px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container_small {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 400px) {
  .container_small {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.button {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
}
.button span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
.button span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
.button:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
.button:hover span {
  width: 40px;
}
.button:hover span svg {
  fill: var(--main_dark);
}
.button:active {
  transform: scale(0.95);
}
.button.button_special {
  background: var(--main_color);
  border-color: var(--main_color);
  color: var(--main_dark);
}
.button.button_special:hover {
  background: var(--main_white);
}
.button.button_white {
  background: var(--main_white);
  border-color: var(--main_white);
  color: var(--main_dark);
}
.button.button_white:hover {
  background: var(--main_white);
  border-color: var(--main_color);
}
.button.button_disable {
  background: var(--main_graydark);
  border-color: var(--main_graydark);
  color: var(--main_white);
}
.button.button_disable:hover {
  background: var(--main_white);
  border-color: var(--main_color);
  color: var(--main_dark);
}
.hidden {
  display: none;
}
.section_title {
  font-family: var(--font_regular);
  font-size: 1.6em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_title span {
  flex: 1;
}
.section_title .carousel_arrows {
  display: flex;
  align-items: center;
}
.section {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
.waside {
  display: flex;
  align-items: flex-start;
}
.waside > .content {
  flex: 1;
}
@media only screen and (max-width: 980px) {
  .waside {
    display: block;
  }
}
.content > .bx_sitemap {
  display: none;
}
.aside {
  width: 270px;
  margin-right: 30px;
}
.aside__block {
  margin-bottom: 30px;
}
.aside__block:last-child {
  margin-bottom: 0;
}
.grid {
  display: grid;
  grid-gap: 30px;
}
@media only screen and (max-width: 768px) {
  .grid {
    grid-gap: 15px;
  }
}
.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .col-2 {
    grid-template-columns: 1fr;
  }
}
.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .col-3 {
    grid-template-columns: 1fr;
  }
}
.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 980px) {
  .col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .col-4 {
    grid-template-columns: 1fr;
  }
}
.col-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 980px) {
  .col-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .col-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .col-5 {
    grid-template-columns: 1fr;
  }
}
.pt {
  padding-top: 50px;
}
.pb {
  padding-bottom: 50px;
}
.no_p {
  padding-top: 0;
  padding-bottom: 0;
}
.p {
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  .p {
    padding: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .p {
    padding: 15px;
  }
}
.p-30 {
  padding: 30px;
}
@media only screen and (max-width: 480px) {
  .p-30 {
    padding: 15px;
  }
}
.pb-30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .pb-30 {
    padding-bottom: 15px;
  }
}
.pb-15 {
  padding-bottom: 15px;
}
.white_bg {
  background: var(--main_white);
}
.page_text ul,
.page_text ol {
  margin: 0 0 15px 30px;
}
.page_text p a:not(.button) {
  color: var(--main_color);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_color);
  transition: all 0.3s;
}
.page_text p a:not(.button):hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.tablebodytext {
  display: none !important;
}
p img {
  width: auto;
}
.section_about {
  background: var(--main_white);
}
.section_about .container {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 400px) {
  .section_about .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about_block {
  align-items: center;
  justify-content: center;
  grid-gap: 100px;
}
@media only screen and (max-width: 980px) {
  .about_block {
    grid-gap: 30px;
  }
}
.about_block h2 {
  font-family: var(--font_regular);
}
.about_block__body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_block__body p {
  font-size: 0.9em;
  line-height: 24px;
}
.insta {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .insta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.insta__item {
  width: 50%;
  order: 3;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .insta__item {
    width: auto;
    flex: 1;
    order: initial;
  }
}
.insta__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.insta__item img:hover {
  opacity: 0.9;
}
.insta__item:first-child {
  order: 1;
  height: 150px;
}
@media only screen and (max-width: 480px) {
  .insta__item:first-child {
    order: initial;
    flex: 1;
    height: 150px;
  }
}
.insta__item.insta__main {
  order: 2;
  background: var(--main_dark);
  color: var(--main_white);
  height: 300px;
  display: flex;
  align-items: center;
  padding: 30px;
  position: relative;
  transform: scale(1.1);
  z-index: 1;
}
@media only screen and (max-width: 480px) {
  .insta__item.insta__main {
    order: initial;
    grid-column: 1/-1;
    height: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .insta__item.insta__main {
    transform: scale(1);
  }
}
.insta__item.insta__main svg {
  width: 100%;
  height: 100%;
  max-width: 22px;
  max-height: 22px;
  fill: #484545;
  transition: all 0.3s;
}
.insta__item.insta__main strong {
  font-size: 1.2em;
  color: var(--main_color);
}
.insta__item:nth-child(2) {
  margin-top: -150px;
  height: 300px;
}
@media only screen and (max-width: 480px) {
  .insta__item:nth-child(2) {
    margin-top: 0;
    height: 150px;
    flex: 1;
  }
}
.insta__item:nth-child(3) {
  height: 150px;
}
@media only screen and (max-width: 480px) {
  .insta__item:nth-child(3) {
    height: 150px;
    flex: 1;
  }
}
.insta__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.insta__logo {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
}
@media only screen and (max-width: 480px) {
  .insta__logo {
    display: none;
  }
}
.article_actions {
  background: var(--main_white);
  padding: 10px;
  height: 100%;
  transition: all 0.3s;
}
.article_actions:hover {
  box-shadow: rgba(39,37,37,0.15) 0 5px 10px;
}
.action_anons__title {
  font-family: var(--font_bold);
  font-size: 1.1em;
  margin: 10px 0;
}
.action_anons__excerpt {
  color: rgba(39,37,37,0.7);
  font-size: 0.9em;
  line-height: 1.6em;
  margin-bottom: 10px;
}
.action_anons__days {
  color: var(--main_graylight);
  font-size: 0.9em;
}
.aside h3 {
  font-family: var(--font_regular);
  font-size: 1.2em;
  display: none;
}
@media only screen and (max-width: 980px) {
  .aside {
    display: none;
  }
  .aside h3 {
    display: block;
  }
}
.aside__filters .aside__filter_block,
.mobile_filters__filters .aside__filter_block {
  background: none;
  padding: 0;
  border: none;
  margin-bottom: 15px;
}
.aside__filters .aside__filter_block h4,
.mobile_filters__filters .aside__filter_block h4 {
  padding: 0;
  background: transparent !important;
  margin: 0;
  transition: all 0.3s;
}
.aside__filters .aside__filter_block h4:after,
.mobile_filters__filters .aside__filter_block h4:after {
  opacity: 0.3;
}
.aside__filters .aside__filter_block h4:hover,
.mobile_filters__filters .aside__filter_block h4:hover {
  color: var(--main_color2);
}
.aside__filters .aside__content,
.mobile_filters__filters .aside__content {
  margin: 0;
}
.aside__filters .form__row,
.mobile_filters__filters .form__row {
  margin: 0;
}
.aside__filters .form__row .form__item,
.mobile_filters__filters .form__row .form__item {
  margin: 0;
}
@media only screen and (min-width: 980px) {
  .aside__filters .ac .ac-panel .ac-text,
  .mobile_filters__filters .ac .ac-panel .ac-text {
    padding: 10px 0;
  }
}
.aside__block {
  padding: 15px 0;
}
.aside__block h4 {
  font-family: var(--font_regular);
  font-size: 1.1em;
  margin: 0;
}
.section_user .aside__block {
  border-top: none;
  padding: 0;
  background: var(--main_white);
}
.aside__content {
  margin-top: 15px;
}
.aside__content .form__item {
  display: flex;
  align-items: flex-start;
}
.aside__content .form__item input {
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.aside__content .form__item label {
  flex: 1;
}
.aside__content .form__item:last-child {
  margin-bottom: 0;
}
.aside__content > span {
  margin-top: 10px;
  display: inline-block;
  font-size: 0.9em;
  border-bottom: 1px solid var(--main_graylight);
  cursor: pointer;
  color: var(--main_graylight);
  transition: all 0.3s;
}
.aside__content > span:hover {
  border-color: transparent;
  color: var(--main_dark);
}
.form_range .form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.form_range .form__row .form__item {
  display: flex;
  align-items: center;
}
.form_range .form__row .form__item label {
  flex: initial;
  margin-right: 5px;
}
.form_range .form__row .form__item input {
  background: var(--main_white) !important;
  position: initial;
  flex: 1;
}
.form_range .range {
  display: block;
  margin-top: 20px;
  padding: 10px 20px;
}
.form_range .range .bx-ui-slider-track {
  position: relative;
  height: 7px;
  background: var(--main_white) !important;
}
.form_range .range .bx-ui-slider-part {
  display: none;
}
.form_range .range .range__bg {
  background: var(--main_white) !important;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.form_range .range .range__empty {
  background: var(--main_white) !important;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.form_range .range .range__fill {
  background: var(--main_color) !important;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.form_range .range .form__item {
  display: flex;
  align-items: center;
  position: relative;
}
.form_range .range .range__line {
  background: var(--main_white);
  height: 10px;
  border-radius: 100px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.form_range .range .bx-ui-slider-range {
  position: absolute;
  top: 0;
  bottom: 0;
}
.form_range .range .range__arrow {
  position: absolute;
  top: 100%;
  width: 20px;
  height: 20px;
  background: var(--main_white);
  border-radius: 50%;
  margin-left: -10px !important;
  background: var(--main_white) !important;
  border: 5px solid var(--main_color);
  box-shadow: rgba(39,37,37,0.15) 0 3px 5px;
  margin-top: -14px;
  z-index: 10;
}
.form_range .range .range__arrow.right {
  margin-left: initial !important;
  margin-right: -10px !important;
}
.filters_actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.filters_actions .button {
  margin-right: 10px;
}
.filters_actions .button:last-child {
  margin-right: 0;
}
.mobile_filter {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 140px;
  width: 100%;
  background: var(--main_white);
  box-shadow: rgba(39,37,37,0.15) 0 15px 30px;
  transition: all 0.3s;
  z-index: 100;
}
.mobile_filter.active {
  opacity: 1;
  pointer-events: auto;
  top: 130px;
}
@media only screen and (max-width: 768px) {
  .mobile_filter {
    top: 90px;
  }
  .mobile_filter.active {
    top: 80px;
  }
}
@media only screen and (max-width: 700px) {
  .mobile_filter {
    top: 75px;
  }
  .mobile_filter.active {
    top: 65px;
  }
}
.mobile_filter h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  border-top: 1px solid var(--main_gray);
  margin: 0;
}
@media only screen and (max-width: 400px) {
  .mobile_filter h3 {
    padding: 15px;
  }
}
.mobile_filter h3 span {
  flex: 1;
}
.mobile_filter h3 svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
.mobile_filter .filters_actions {
  margin: 0;
  padding: 15px 30px;
}
.mobile_filter .filters_actions button {
  flex: 1;
}
@media only screen and (max-width: 400px) {
  .mobile_filter .filters_actions {
    padding: 15px;
  }
}
.mobile_filter .aside__content > span {
  display: block;
  padding: 0 30px 15px;
}
@media only screen and (max-width: 400px) {
  .mobile_filter .aside__content > span {
    padding: 0 15px 15px;
  }
}
.mobile_filters__filters {
  border-top: 1px solid var(--main_gray);
}
.mobile_filters__filters .aside__filter_block {
  margin: 0;
  border-top: 1px solid var(--main_gray);
}
.mobile_filters__filters .aside__filter_block h4 {
  padding: 15px 30px;
}
@media only screen and (max-width: 400px) {
  .mobile_filters__filters .aside__filter_block h4 {
    padding: 15px;
  }
}
.aside_links {
  border-bottom: 1px solid var(--main_gray);
}
.aside_links:last-child {
  border-bottom: none;
}
.aside_links__item {
  padding: 15px;
  display: flex;
  align-items: center;
}
.aside_links__item:hover svg {
  fill: var(--main_color2);
}
.aside_links__ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aside_links__ico svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
.aside_links__data {
  flex: 1;
  margin-left: 15px;
}
.aside_links__data strong {
  display: block;
}
.aside_links__data span {
  font-size: 0.8em;
  line-height: normal;
  color: var(--main_graylight);
}
.nav_user ul {
  padding: 0;
  list-style: none;
}
.nav_user ul li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid var(--main_gray);
  position: relative;
}
.nav_user ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--main_color);
  transition: all 0.3s;
}
.nav_user ul li a:hover,
.nav_user ul li a.active {
  padding-left: 20px;
}
.nav_user ul li a:hover::before,
.nav_user ul li a.active::before {
  width: 5px;
}
.nav_user ul li:last-child a {
  border: none;
}
.filter__checbox {
  list-style: none;
}
.filter__checbox .pretty .state label::before {
  background: var(--main_white);
}
.filter__checbox .pretty input:checked~.state label::before {
  background: var(--main_color);
  border-color: var(--main_color);
}
@media only screen and (max-width: 480px) {
  .benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 380px) {
  .benefits {
    grid-template-columns: 1fr;
  }
}
.benefits__item {
  background: var(--main_white);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits__item:hover .benefits__ico {
  transform: scale(1.1);
}
@media only screen and (max-width: 480px) {
  .benefits__item {
    flex-direction: column;
    padding: 15px;
  }
}
.benefits__ico {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main_color);
  transition: all 0.3s;
}
.benefits__ico svg {
  width: 100%;
  height: 100%;
  max-width: 25px;
  max-height: 25px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
.benefits__body {
  flex: 1;
  margin-left: 20px;
}
@media only screen and (max-width: 480px) {
  .benefits__body {
    text-align: center;
    margin: 10px 0 0;
  }
}
.benefits__title {
  line-height: normal;
}
.bread {
  padding: 20px 0 0;
}
.bread h1 {
  font-size: 2em;
  font-family: var(--fonr_regular);
  margin: 0;
}
.breadcrumbs {
  margin-bottom: 15px;
}
.breadcrumbs ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.85em;
  line-height: normal;
}
.breadcrumbs ul li {
  display: flex;
  align-items: center;
}
.breadcrumbs ul li a {
  color: var(--main_graylight);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_graylight);
  transition: all 0.3s;
  box-shadow: none;
}
.breadcrumbs ul li a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.breadcrumbs ul li::after {
  content: '/';
  display: block;
  color: var(--main_graylight);
  margin: 0 10px;
}
.breadcrumbs ul li:last-child::after {
  display: none;
}
.cart {
  display: grid;
  grid-template-columns: auto 400px;
  grid-gap: 30px;
}
@media only screen and (max-width: 1170px) {
  .cart {
    grid-template-columns: auto 300px;
  }
}
@media only screen and (max-width: 1030px) {
  .cart {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .cart {
    grid-gap: 15px;
  }
}
.cart_products__item {
  border-bottom: 1px solid var(--main_gray);
  padding: 15px;
}
.product_cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_cart .product__image {
  padding: 0;
  width: auto;
}
.product_cart .product__image a {
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
}
.product_cart .product__wrapper {
  display: flex;
  align-items: center;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .product_cart .product__wrapper {
    flex-wrap: wrap;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 550px) {
  .product_cart .product__wrapper {
    display: block;
  }
}
.product_cart .product__body {
  flex: 1;
  padding: 0;
  margin: 0 15px;
}
@media only screen and (max-width: 768px) {
  .product_cart .product__body {
    flex: initial;
    width: 100%;
    margin: 0 0 5px;
  }
}
.product_cart .product__top,
.product_cart .product__title {
  margin: 0;
  padding: 0;
}
.product_cart .product__prices .product__price {
  box-shadow: none;
  font-family: var(--font_regular);
}
.product_cart .product__prices span:not(.product__price) {
  font-size: 0.7em;
  color: var(--main_graylight);
}
.product_cart .product__count {
  margin: 0 15px;
}
.product_cart .product__count input {
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  text-align: center;
  -webkit-appearance: none;
  border: 1px solid var(--main_gray) !important;
  margin: 0 -1px 0 0;
}
.product_cart .product__count input.button-minus:hover,
.product_cart .product__count input.button-plus:hover {
  background: var(--main_color) !important;
  border-color: var(--main_color) !important;
}
.product_cart .product__count input[type=number] {
  -moz-appearance: textfield;
}
@media only screen and (max-width: 550px) {
  .product_cart .product__count {
    margin: 10px 0;
  }
}
.product_cart .product__total {
  font-family: var(--font_bold);
  font-size: 1.1em;
}
.product_cart .product__delete {
  margin-left: 15px;
}
.product_cart .product__delete span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid var(--main_gray);
  transition: all 0.3s;
}
.product_cart .product__delete span svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
  fill: var(--main_red);
}
.product_cart .product__delete span:hover {
  background: var(--main_red);
  border-color: var(--main_red);
}
.product_cart .product__delete span:hover svg {
  fill: var(--main_white);
}
@media only screen and (max-width: 550px) {
  .product_cart .product__delete {
    margin-left: 0;
  }
  .product_cart .product__delete span {
    width: 30px;
    height: 30px;
  }
}
.cart__order {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.cart__order > div {
  width: 100%;
}
.cart__coupon {
  padding: 30px;
  border-bottom: 1px solid var(--main_gray);
}
@media only screen and (max-width: 480px) {
  .cart__coupon {
    padding: 15px;
  }
}
.cart__coupon form {
  position: relative;
  width: 100%;
}
.cart__coupon form .form__item {
  margin: 0;
}
.cart__coupon form input {
  padding-right: 60px;
  width: 100%;
}
.cart__coupon form .button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border-color: transparent;
  min-width: auto;
  padding: 0;
  width: 50px;
}
.cart__coupon form .button svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
.cart__coupon form .button:hover {
  background: var(--main_color);
}
.cart__total {
  flex: 1;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .cart__total {
    padding: 15px;
  }
}
.cart__total span {
  font-size: 1.3em;
  font-family: var(--font_regular);
}
.cart__action {
  padding: 0 30px 30px;
}
.cart__action .button {
  width: 100%;
}
.cart__action p {
  margin-top: 10px;
  font-size: 0.8em;
  color: var(--main_graylight);
  line-height: normal;
}
.cart__action p a {
  color: var(--main_graylight);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_graylight);
  transition: all 0.3s;
}
.cart__action p a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
@media only screen and (max-width: 480px) {
  .cart__action {
    padding: 0 15px 15px;
  }
}
.cart_total {
  padding: 30px 30px 0;
  flex: 1;
}
.cart_total__wrapper ul {
  list-style: none;
}
.cart_total__wrapper ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart_info__item {
  border: none;
  border-bottom: 1px solid var(--main_gray);
}
.cart_info__title .ac-trigger::after {
  display: none;
}
.cart_info__title span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--main_gray);
}
.cart_info__title span svg {
  width: 100%;
  height: 100%;
  max-width: 12px;
  max-height: 12px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
.cart_info__links {
  margin-bottom: 20px;
}
.cart_info__links a {
  color: var(--main_color2);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_color2);
  transition: all 0.3s;
  display: inline-flex;
  margin-right: 10px;
}
.cart_info__links a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.cart_info__form .form__item {
  flex: 1;
}
@media only screen and (max-width: 640px) {
  .cart_info__form {
    margin-top: 15px;
  }
}
.form_delivery {
  display: flex;
  align-items: center;
  margin: 0 -10px 10px;
}
.form_delivery .form__item {
  flex: 1;
  margin: 10px;
}
.form_delivery .form__item label {
  border: 2px solid var(--main_gray);
  padding: 20px;
  cursor: pointer;
  display: block;
  transition: all 0.3s;
}
.form_delivery .form__item label input {
  display: none;
}
.form_delivery .form__item label input:checked > label {
  border-color: var(--main_color);
}
.form_delivery .form__item label p {
  color: var(--main_graylight);
}
.form_delivery .form__item label:hover {
  border-color: var(--main_color);
}
@media only screen and (max-width: 640px) {
  .form_delivery {
    display: grid;
    grid-gap: 10px;
    margin: 0;
  }
  .form_delivery .form__item {
    margin: 0;
  }
}
.form_delivery__top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .form_delivery__top {
    display: grid;
    align-items: initial;
    grid-gap: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .form_delivery__top {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
}
.form_delivery__name {
  display: flex;
  align-items: center;
  flex: 1;
}
.form_delivery__name svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
  margin-right: 10px;
}
.form_delivery__price {
  font-family: var(--font_bold);
}
.cart_payment .form__item {
  margin-bottom: 15px;
}
.cart_payment .form__item:last-child {
  margin-bottom: 0;
}
.cart_payment label {
  display: flex;
  align-items: center;
  border: 2px solid var(--main_gray);
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.cart_payment label:hover {
  border-color: var(--main_color);
}
.cart_payment label input {
  display: none;
}
.cart_payment label svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
  margin-right: 15px;
}
.catalog_list__main {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 980px) {
  .catalog_list__main {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .catalog_list__main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .catalog_list__main {
    grid-template-columns: 1fr;
  }
}
.catalog_list__main {
  list-style: none;
}
.catalog_list__submain {
  background: var(--main_white);
  padding: 20px;
}
.catalog_list__submain ul {
  list-style: none;
  margin-top: 10px;
}
.catalog_list__submain ul li {
  padding: 5px 0;
  border-top: 1px solid var(--main_gray);
}
.catalog_list__submain ul h2 {
  font-size: 0.9em;
  font-family: var(--font_regular);
  margin: 0;
}
.catalog_main__wrapper h2 {
  font-size: 1em;
  margin: 10px 0 0;
}
.catalog_submain__title {
  font-size: 0.9em;
  line-height: normal;
}
@media only screen and (max-width: 980px) {
  .section_catalog .filters {
    display: none;
  }
}
.catalog_mobile {
  display: none;
  margin-bottom: 30px;
}
.catalog_mobile .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
@media only screen and (max-width: 480px) {
  .catalog_mobile .container {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
@media only screen and (max-width: 980px) {
  .catalog_mobile {
    display: block;
  }
}
.catalog_mobile select {
  background-color: var(--main_white);
}
.catalog_mobile__filter button {
  width: 100%;
}
.catalog_mobile__filter button span {
  background: var(--main_color);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-family: var(--font_bold);
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog_mobile__filter button:hover span {
  width: 20px;
}
.bx_catalog_text_ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 980px) {
  .bx_catalog_text_ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .bx_catalog_text_ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .bx_catalog_text_ul {
    grid-template-columns: 1fr;
  }
}
.bx_catalog_text_ul li {
  list-style: none;
  float: none !important;
  margin: 0 !important;
  border: none !important;
}
.bx_catalog_text_ul li h2 {
  height: 100%;
}
.bx_catalog_text_ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 15px;
  border: 1px solid var(--main_graydark);
}
.bx_catalog_text_ul li a:hover {
  border-color: var(--main_color);
}
.catalog_sublist {
  background: var(--main_white);
}
.catalog_sublist ul {
  list-style: none;
  padding: 5px 0;
}
.catalog_sublist ul li a {
  display: block;
  padding: 5px 15px;
}
.catalog_sublist ul li a:hover {
  background: rgba(244,244,248,0.5);
}
.checkout_status {
  text-align: center;
}
.checkout_status a:not(.button) {
  color: var(--main_color2);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_color2);
  transition: all 0.3s;
}
.checkout_status a:not(.button):hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.checkout_status--goodч .checkout_status__ico {
  background: rgba(52,168,83,0.05);
}
.checkout_status--bad .checkout_status__ico {
  background: rgba(255,0,0,0.05);
}
.checkout_status__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: var(--main_gray);
  border-radius: 50%;
}
.checkout_status__ico svg {
  width: 100%;
  height: 100%;
  max-width: 1.6em;
  max-height: 1.6em;
  fill: var(--main_dark);
  transition: all 0.3s;
}
body .bx-sls .bx-ui-sls-container {
  height: 50px !important;
}
body .bx-sls .bx-ui-sls-clear {
  margin-top: 11px;
}
body .bx-sls .dropdown-fade2white {
  height: 49px;
}
body .bx-sls .bx-ui-sls-clear {
  margin-top: 10px;
}
body .bx-soa-reference {
  padding-bottom: 0;
}
body .bx-soa-section-title {
  width: auto;
  flex: 1;
}
body .bx-soa-section {
  border: 1px solid var(--main_gray) !important;
  margin-bottom: 5 !important;
}
body .bx-soa-section .bx-soa-section-title-container {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .bx-soa-section .bx-soa-section-title {
  margin: 0;
  line-height: 1.6em;
  min-height: none;
  flex: 1;
  padding-right: 15px;
}
body .bx-soa-section .bx-soa-section-content {
  padding: 0 15px 15px;
}
body .bx-soa-cart-total.bx-soa-cart-total-bottom {
  opacity: 1 !important;
}
body .bx-soa-cart-total {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body .bx-soa-cart-total > div {
  width: 100%;
  order: 2;
}
body .bx-soa-cart-total > div.checkout__term {
  margin-top: 15px;
  font-size: 0.9em;
  line-height: 1.4em;
}
body .bx-soa-cart-total > div.checkout__term a {
  color: var(--main_dark);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_dark);
  transition: all 0.3s;
}
body .bx-soa-cart-total > div.checkout__term a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
body .bx-soa-cart-total h4 {
  order: 1;
  margin-top: 0;
}
body .bx_soa_location .bx-soa-location-input-container {
  margin-bottom: 15px;
}
body .bx-step-completed .bx-soa-pp-company-selected img {
  border: 1px solid var(--main_gray);
}
body .bx-soa-pp.row .row {
  margin: 0;
  align-items: flex-start;
  flex-wrap: wrap;
}
body .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company-smalltitle {
  font-size: 1em;
  color: var(--main_dark);
  line-height: normal;
  text-align: initial;
  padding: 5px;
}
body .bx-soa-pp .bx-soa-pp-company {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
body .bx-soa-pp .bx-soa-pp-company.nal .bx-soa-pp-list,
body .bx-soa-pp .bx-soa-pp-company.nal .bx-soa-pp-delivery-cost {
  display: none;
}
body .bx-soa-pp .bx-soa-pp-desc-container {
  margin-top: 15px;
  padding-top: 0;
}
body .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company {
  width: auto;
  padding: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-subTitle {
  width: 100%;
  margin-bottom: 15px;
}
body .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-logo {
  padding: 0;
  max-width: 80px;
  margin-right: 15px;
}
body .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-logo .bx-soa-pp-company-graf-container {
  width: 80px;
  height: 60px;
}
body .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list {
  margin: 0;
  font-size: 1em;
  line-height: 1.6em;
}
body .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list li {
  display: flex;
  align-items: center;
}
body .bx-soa-pp .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-list li .bx-soa-pp-list-termin {
  margin-right: 5px;
}
body .bx-soa-coupon {
  border: none;
  margin-top: 15px;
  padding-top: 0;
}
body .bx-soa-coupon .bx-soa-coupon-label {
  padding: 0;
  margin-bottom: 5px;
}
body .bx-soa-customer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
body .bx-soa-customer .form-group {
  margin: 0 10px 20px;
  position: relative;
}
body .bx-soa-customer .form-group[data-property-id-row="1"],
body .bx-soa-customer .form-group[data-property-id-row="4"] {
  width: 100%;
}
body .bx-soa-customer .form-group[data-property-id-row="2"],
body .bx-soa-customer .form-group[data-property-id-row="3"] {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 480px) {
  body .bx-soa-customer .form-group[data-property-id-row="2"],
  body .bx-soa-customer .form-group[data-property-id-row="3"] {
    width: 100%;
  }
}
body .bx-soa-customer .form-group[data-property-id-row="5"],
body .bx-soa-customer .form-group[data-property-id-row="6"],
body .bx-soa-customer .form-group[data-property-id-row="7"],
body .bx-soa-customer .form-group[data-property-id-row="8"] {
  width: calc(25% - 20px);
}
@media only screen and (max-width: 480px) {
  body .bx-soa-customer .form-group[data-property-id-row="5"],
  body .bx-soa-customer .form-group[data-property-id-row="6"],
  body .bx-soa-customer .form-group[data-property-id-row="7"],
  body .bx-soa-customer .form-group[data-property-id-row="8"] {
    width: calc(50% - 20px);
  }
}
body .bx-soa-tooltip.bx-soa-tooltip-static {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 0.8em;
  line-height: normal;
}
body #bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company {
  background: var(--main_gray);
  border-color: #d6d6e5;
  display: block;
}
body #bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-subTitle {
  margin: 0;
}
body #bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-logo {
  display: none;
}
body #bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block br {
  display: none;
}
body #bx-soa-delivery .bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 5px 40px 5px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(45deg, transparent 50%, #808080 50%), linear-gradient(135deg, #808080 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 8px), calc(100% - 15px) calc(1em + 8px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  background-color: var(--main_white);
}
body #bx-soa-delivery .bx-soa-pp-item-container .order_delivery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 768px) {
  body #bx-soa-delivery .bx-soa-pp-item-container .order_delivery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  body #bx-soa-delivery .bx-soa-pp-item-container .order_delivery {
    grid-template-columns: 1fr;
  }
}
body #bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company {
  border: 2px solid var(--main_gray);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  cursor: pointer;
  padding: 15px;
  margin: 0;
  position: relative;
}
body #bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected,
body #bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company:hover {
  border-color: var(--main_color);
}
body #bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company input {
  display: none;
}
body #bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company img {
  width: 20px;
  height: auto;
  max-height: 20px;
  position: initial;
}
body #bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-delivery-cost {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  color: var(--main_dark);
  height: auto;
  width: auto;
  text-align: right;
  font-size: 0.9em;
  opacity: 0.7;
}
body #bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-graf-container {
  width: auto;
  height: 100%;
  padding: 0;
  border: none;
  padding: 0;
  margin: 0;
  position: initial;
  display: flex;
  align-items: flex-start;
}
body #bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company .bx-soa-pp-company-smalltitle {
  flex: 1;
  padding: 0 20% 0 0;
  margin-left: 10px;
  font-size: 1em;
}
body #bx-soa-paysystem .row {
  display: block;
}
body #bx-soa-paysystem .row .bx-soa-pp-company {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 2px solid var(--main_gray);
  font-size: 1em;
  margin-bottom: 5px;
  cursor: pointer;
}
body #bx-soa-paysystem .row .bx-soa-pp-company .bx-soa-pp-company-graf-container {
  width: auto;
  height: auto;
  border: none;
  padding: 0;
}
body #bx-soa-paysystem .row .bx-soa-pp-company input {
  display: none;
}
body #bx-soa-paysystem .row .bx-soa-pp-company label {
  font-size: 1em;
}
body #bx-soa-paysystem .row .bx-soa-pp-company:hover,
body #bx-soa-paysystem .row .bx-soa-pp-company.bx-selected {
  border-color: var(--main_color);
}
body #bx-soa-paysystem .row .bx-soa-pp-company:last-child {
  margin-bottom: 0;
}
body #bx-soa-paysystem .row .cart_delivery__initem {
  display: flex;
  align-items: center;
}
body #bx-soa-paysystem .row .cart_delivery__initem input {
  position: initial;
  display: none;
}
body #bx-soa-paysystem .row img {
  width: 20px;
  max-height: 16px;
  position: initial;
}
body #bx-soa-paysystem .bx-soa-pp-desc-container {
  display: none !important;
}
body .bx-soa-pp-company-selected img {
  width: auto;
}
.checkout_pay .btn {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  background: var(--main_color);
  border-color: var(--main_color);
  color: var(--main_dark);
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-bottom: 15px;
  display: inline-flex !important;
}
.checkout_pay .btn span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
.checkout_pay .btn span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
.checkout_pay .btn:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
.checkout_pay .btn:hover span {
  width: 40px;
}
.checkout_pay .btn:hover span svg {
  fill: var(--main_dark);
}
.checkout_pay .btn:active {
  transform: scale(0.95);
}
.checkout_pay .btn:hover {
  background: var(--main_white);
}
.checkout_info {
  margin-top: 30px;
}
.cart_products {
  margin-bottom: 0 !important;
}
.checkout__products {
  margin-bottom: 5px;
}
.checkout_complete {
  margin-bottom: 30px;
}
.need_payments {
  border: 2px solid var(--main_color);
  padding: 30px;
}
.compare__header {
  margin-bottom: 30px;
}
.compare__header button {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  height: auto;
  padding: 10px 15px;
}
.compare__header button span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
.compare__header button span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
.compare__header button:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
.compare__header button:hover span {
  width: 40px;
}
.compare__header button:hover span svg {
  fill: var(--main_dark);
}
.compare__header button:active {
  transform: scale(0.95);
}
.compare__header button svg path {
  stroke: var(--main_white);
}
.compare__header button span {
  width: auto;
}
.compare__header button:hover svg path {
  stroke: var(--main_dark);
}
.compare__header button:hover span {
  width: auto;
}
body .likefav {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  min-width: auto;
  padding: 0;
  border: 1px solid var(--main_white);
  background: var(--main_red);
  border-radius: 50%;
}
body .likefav svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
  width: 10px;
  height: 10px;
  fill: var(--main_white);
  transition: all 0.3s;
}
body .likefav:hover svg {
  fill: var(--main_dark);
}
.catalog__filters__mobile {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  display: none;
}
.catalog__filters__mobile span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
.catalog__filters__mobile span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
.catalog__filters__mobile:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
.catalog__filters__mobile:hover span {
  width: 40px;
}
.catalog__filters__mobile:hover span svg {
  fill: var(--main_dark);
}
.catalog__filters__mobile:active {
  transform: scale(0.95);
}
.catalog__filters__mobile svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
  fill: var(--main_white);
}
.catalog__filters__mobile span {
  width: auto;
}
.catalog__filters__mobile:hover {
  width: auto;
}
.catalog__filters__header {
  display: none;
}
.compare__lists,
.compare__table {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .compare__lists,
  .compare__table {
    display: block;
  }
}
.compare__table {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .compare__table {
    margin-top: 15px;
  }
}
.compare__aside,
.compare__table__item {
  width: 200px;
}
@media only screen and (max-width: 980px) {
  .compare__aside,
  .compare__table__item {
    width: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .compare__aside,
  .compare__table__item {
    width: auto;
  }
}
.compare__content,
.compare__table__slider {
  flex: 2;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .compare__content,
  .compare__table__slider {
    margin-left: 0;
  }
}
.compare__content .catalog_list__item,
.compare__table__slider .catalog_list__item,
.compare__content .compare__table__item,
.compare__table__slider .compare__table__item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
@media only screen and (max-width: 980px) {
  .compare__content .catalog_list__item,
  .compare__table__slider .catalog_list__item,
  .compare__content .compare__table__item,
  .compare__table__slider .compare__table__item {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 600px) {
  .compare__content .catalog_list__item,
  .compare__table__slider .catalog_list__item,
  .compare__content .compare__table__item,
  .compare__table__slider .compare__table__item {
    width: 70%;
  }
}
@media only screen and (max-width: 400px) {
  .compare__content .catalog_list__item,
  .compare__table__slider .catalog_list__item,
  .compare__content .compare__table__item,
  .compare__table__slider .compare__table__item {
    width: 80%;
  }
}
.catalog__filter__title {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .compare_table__titles {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .catalog__filter__body {
    margin-bottom: 30px;
  }
}
.catalog__filter__body ul {
  list-style: none;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .catalog__filter__body ul {
    margin-bottom: 15px;
  }
}
.catalog__filter__body ul li {
  margin-bottom: 5px;
}
.catalog__filter__body ul li svg {
  stroke: var(--main_dark) !important;
}
.catalog__filter__body ul li .pretty input:checked~.state.p-warning label:after,
.catalog__filter__body ul li .pretty.p-toggle .state.p-warning label:after {
  background-color: var(--main_color) !important;
}
.bx-soa-cart-total .bx-soa-cart-total-line {
  border-top: 1px solid var(--main_gray) !important;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
  line-height: normal;
  font-family: var(--font_bold);
}
.bx_soa_location .bx-soa-reference {
  display: none;
}
.compare__table__item > div {
  padding: 10px 0;
  min-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.9em;
}
@media only screen and (max-width: 768px) {
  .compare__table__item > div {
    padding: 5px 0;
  }
}
.compare__table__item > div .mobile {
  display: none;
}
.contacts {
  background: var(--main_white);
  padding: 30px;
}
.contacts__about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 980px) {
  .contacts__about {
    grid-template-columns: 1fr;
  }
}
.contacts__links svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
  margin-right: 5px;
}
.contacts__links ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 480px) {
  .contacts__links ul {
    display: block;
  }
}
.contacts__links ul li {
  margin-bottom: 5px;
}
.contacts__links ul a {
  display: inline-flex;
  align-items: center;
}
.contacts__links ul a:hover svg {
  fill: var(--main_color);
}
.address__city {
  margin-bottom: 30px;
  font-size: 1.2em;
}
.address__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 768px) {
  .address__lists {
    grid-template-columns: 1fr;
  }
}
.address__lists ul {
  list-style: none;
}
.address__lists ul li {
  margin-bottom: 10px;
}
.address__lists ul li strong {
  font-family: var(--font_regular);
  color: rgba(39,37,37,0.5);
}
.address__lists ul li:last-child {
  margin-bottom: 0;
}
.address {
  border: 1px solid var(--main_gray);
  padding: 15px;
  transition: all 0.3s;
}
.address:hover {
  border-color: var(--main_color);
}
.address__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--main_gray);
  padding-bottom: 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .address__header {
    display: block;
  }
}
.address__street {
  flex: 1;
  padding-right: 15px;
}
.address__street strong {
  font-family: var(--font_regular);
  color: rgba(39,37,37,0.5);
}
.address__navigate a {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  height: auto;
  min-width: auto;
  padding: 5px 15px;
  text-transform: none;
  background: var(--main_white);
  border: 1px solid var(--main_graylight);
  color: var(--main_dark);
  font-size: 0.9em;
  line-height: normal;
}
.address__navigate a span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
.address__navigate a span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
.address__navigate a:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
.address__navigate a:hover span {
  width: 40px;
}
.address__navigate a:hover span svg {
  fill: var(--main_dark);
}
.address__navigate a:active {
  transform: scale(0.95);
}
.address__navigate a svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
  margin-right: 5px;
}
.address__navigate a:hover {
  background: var(--main_color);
  border-color: var(--main_color);
}
@media only screen and (max-width: 480px) {
  .address__navigate {
    margin-top: 10px;
  }
}
.address__body {
  padding: 15px 0 0;
}
.map {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.map img {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .map {
    height: 500px;
  }
}
.docs__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--main_gray);
  padding: 10px 0;
}
.docs__item p {
  margin: 0;
  flex: 1;
}
.docs__item .button {
  height: auto;
  min-width: auto;
  padding: 5px 15px;
}
@media only screen and (max-width: 480px) {
  .docs__item {
    display: block;
  }
  .docs__item p {
    margin-bottom: 10px;
  }
}
.filters {
  margin-bottom: 30px;
}
.filters__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filters__item a {
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  height: auto;
  text-transform: none;
  font-size: 0.9em;
  min-width: auto;
  background: var(--main_white);
  color: var(--main_dark);
  border-color: var(--main_graylight);
}
.filters__item a.active {
  background: var(--main_dark);
  color: var(--main_white);
  border-color: var(--main_dark);
}
.filters__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filters__links strong {
  font-family: var(--font_regular);
  margin: 0 5px 5px 0;
  line-height: 1.6em;
  font-size: 0.9em;
}
.filters__links a {
  padding: 0;
  background: none;
  border: none;
  margin: 0 5px 5px 5px;
  color: rgba(39,37,37,0.5);
}
.filters__links a:hover {
  color: var(--main_dark);
}
.filters__links a.active {
  background: none;
  color: var(--main_dark);
}
.section_footer {
  background: var(--main_dark);
  color: var(--main_white);
}
.footer_blocks__top {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .footer_blocks__top {
    display: none;
  }
}
.footer_blocks__top::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--main_graylight);
  display: block;
  margin-left: 50px;
}
.footer_blocks__logo {
  display: flex;
  align-items: center;
}
.footer_blocks__logo a {
  display: grid;
}
.footer_blocks__logo a svg {
  width: 200px;
}
.footer_blocks__logo a svg .logo_dark {
  fill: var(--main_white);
}
.footer_blocks__logo a svg .logo_main {
  fill: var(--main_color);
}
.footer_blocks__logo span {
  display: block;
  margin: 0 5px 0 30px;
  color: var(--main_graylight);
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: normal;
  max-width: 70px;
}
.footer_blocks__bottom {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 30px;
}
@media only screen and (max-width: 768px) {
  .footer_blocks__bottom {
    grid-template-columns: 1fr;
  }
}
.nav_footer > ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 420px) {
  .nav_footer > ul {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.nav_footer > ul > li > a {
  color: var(--main_white);
  font-size: 1.1em;
  margin-bottom: 15px;
  display: inline-block;
}
.nav_footer > ul > li > a:hover {
  opacity: 0.7;
}
.nav_footer > ul > li ul {
  list-style: none;
}
.nav_footer > ul > li ul a {
  color: var(--main_graylight);
  padding: 2px 0;
  display: inline-block;
}
.nav_footer > ul > li ul a:hover {
  color: var(--main_color);
}
.footer_blocks__phones {
  margin-bottom: 15px;
}
.footer_blocks__phones a {
  color: var(--main_white);
  font-size: 1.1em;
}
.footer_blocks__phones a svg {
  fill: #484545;
  margin-right: 10px;
}
.footer_blocks__phones a:hover {
  color: var(--main_color);
}
.footer_blocks__phones a:hover svg {
  fill: var(--main_color);
}
.footer_blocks__links ul {
  list-style: none;
}
.footer_blocks__links ul li {
  margin-bottom: 10px;
}
.footer_blocks__links ul li a {
  display: inline-flex;
  align-items: center;
  color: var(--main_graylight);
  font-size: 0.9em;
  line-height: normal;
}
.footer_blocks__links ul li a svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: #484545;
  transition: all 0.3s;
  margin-right: 5px;
  transition: all 0.3s;
}
.footer_blocks__links ul li a:hover {
  color: var(--main_color);
}
.footer_blocks__links ul li a:hover svg {
  fill: var(--main_color);
}
.footer {
  padding: 30px 0;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8em;
  color: var(--main_graylight);
}
@media only screen and (max-width: 768px) {
  .footer .container {
    display: block;
  }
}
.footer .container a {
  color: var(--main_graylight);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_graylight);
  transition: all 0.3s;
}
.footer .container a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.footer__copy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer__copy nav ul {
  list-style: none;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .footer__copy nav ul {
    flex-wrap: wrap;
  }
}
.footer__copy nav ul li {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.footer__copy nav ul li::before {
  content: '|';
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 758px) {
  .footer__copy nav ul li {
    padding-left: 0;
    margin: 0 15px 0 0;
  }
  .footer__copy nav ul li::before {
    display: none;
  }
}
.footer__pay {
  display: flex;
  align-items: center;
}
.footer__pay span {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.footer__pay span svg {
  width: 100%;
  height: 100%;
  max-width: 40px;
  max-height: 40px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .footer__pay {
    margin-top: 20px;
  }
}
.header__top {
  background: var(--main_dark);
  color: var(--main_white);
  position: relative;
  z-index: 102;
}
.header__top > .container {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .header__top {
    display: none;
  }
}
.header__cities,
.footer__cities {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
}
@media only screen and (max-width: 1045px) {
  .header__cities,
  .footer__cities {
    flex: 1;
  }
}
@media only screen and (max-width: 380px) {
  .header__cities,
  .footer__cities {
    flex: 1;
    margin-right: 15px;
  }
}
.header__cities svg,
.footer__cities svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_color);
  transition: all 0.3s;
  margin-right: 5px;
}
.header__cities select,
.footer__cities select {
  background: transparent;
  border: 1px solid transparent;
  padding: 0 10px;
  height: 50px;
  color: rgba(255,255,255,0.5);
  width: auto;
  font-size: 0.9em;
}
.header__cities select > option,
.footer__cities select > option {
  color: var(--main_dark);
}
.header__cities select:focus,
.footer__cities select:focus {
  min-width: 50px;
  width: auto;
}
.cities__select {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  background: var(--main_white);
  box-shadow: rgba(0,0,0,0.3) 0 15px 30px;
  color: var(--main_dark);
  width: 400px;
  transition: all 0.3s;
  z-index: 50;
}
@media only screen and (max-width: 420px) {
  .cities__select {
    width: 320px;
  }
}
.cities__select p {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid var(--main_gray);
  color: var(--main_dark);
}
.cities__select.is-active {
  pointer-events: auto;
  opacity: 1;
  top: 50px;
}
.cities__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 420px) {
  .cities__list {
    grid-template-columns: 1fr;
  }
}
.cities__list a {
  display: flex;
  padding: 10px 15px;
}
.cities__list a:hover {
  color: rgba(0,0,0,0.7);
}
.cities__list a.selected,
.cities__list a.selected22 {
  background: var(--main_color);
}
.header__nav {
  flex: 1;
  margin: 0 30px;
}
@media only screen and (max-width: 1045px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  list-style: none;
  font-size: 0.9em;
  display: flex;
  align-items: center;
}
.header__nav ul li {
  position: relative;
}
.header__nav ul li a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  color: var(--main_white);
}
@media only screen and (max-width: 1100px) {
  .header__nav ul li a {
    padding: 0 10px;
  }
}
.header__nav ul li a:hover {
  color: rgba(255,255,255,0.7);
}
.header__nav ul li a.active {
  color: var(--main_color);
}
.header__nav ul li > span {
  display: flex;
  align-items: center;
  padding-right: 5px;
}
.header__nav ul li > span a {
  padding-right: 5px;
}
.header__nav ul li > span .arrow {
  display: grid;
}
.header__nav ul li > span .arrow svg {
  width: 100%;
  height: 100%;
  max-width: 10px;
  max-height: 10px;
  fill: var(--main_white);
  transition: all 0.3s;
  transform: rotate(90deg);
}
.header__nav ul li > ul {
  position: absolute;
  top: 55px;
  left: 0;
  width: 250px;
  background: var(--main_dark);
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 100;
}
.header__nav ul li > ul li a {
  height: auto;
  display: block;
  padding: 10px 15px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.header__nav ul li:hover > ul {
  top: 50px;
  opacity: 1;
  pointer-events: auto;
}
.header__phone svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_color);
  transition: all 0.3s;
  margin-right: 5px;
}
.header__phone a {
  color: var(--main_white);
}
.header__phone a:hover {
  color: rgba(255,255,255,0.7);
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo a {
  display: inline-flex;
}
.header__logo svg {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.header__logo svg .logo_dark {
  fill: var(--main_dark);
}
.header__logo svg .logo_main {
  fill: var(--main_color);
}
@media only screen and (max-width: 700px) {
  .header__logo {
    flex: 1;
    margin-right: 15px;
  }
}
.header__socials {
  padding-right: 15px;
}
.header__socials .socials__item a svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
  fill: var(--main_color);
}
.header__socials .socials__item a:hover svg {
  transform: scale(1.1);
}
.header__bottom {
  position: relative;
  height: 80px;
  background: var(--main_white);
  transition: all 0.3s;
  z-index: 101;
}
@media only screen and (max-width: 700px) {
  .header__bottom {
    height: 65px;
  }
}
.header__fixed > .container {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  .header__fixed > .container {
    height: 65px;
  }
}
.header__catalog {
  margin-left: 30px;
}
@media only screen and (max-width: 1045px) {
  .header__catalog {
    display: none;
  }
}
.header__catalog button {
  background: var(--main_color);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--main_color);
  text-transform: uppercase;
  padding: 0 30px 0 25px;
  height: 50px;
  cursor: pointer;
  font-family: var(--font_bold);
  transition: all 0.3s;
}
.header__catalog button:hover {
  background: var(--main_white);
  border-color: var(--main_color);
}
.header__catalog .hamburger {
  padding: 0;
  display: flex;
  align-items: center;
  margin-right: 10px;
  transform: scale(0.7);
}
.header__catalog .hamburger .hamburger-box {
  width: 30px;
  height: 30px;
}
.header__catalog .hamburger .hamburger-inner,
.header__catalog .hamburger .hamburger-inner:after,
.header__catalog .hamburger .hamburger-inner:before {
  width: 30px;
  height: 2px;
}
.header__search {
  flex: 1;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .header__search {
    position: absolute;
    left: 0;
    top: 75px;
    background: var(--main_white);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgba(39,37,37,0.15) 0 10px 15px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
  }
}
.header__search form {
  display: flex;
  align-items: center;
  position: relative;
}
.header__search form button {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
}
.header__search form button svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
.header__search form input {
  padding: 0 20px 0 45px !important;
  background: var(--main_gray) !important;
  border-color: transparent !important;
}
.header__search_mobile {
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: none;
  cursor: pointer;
  transition: all 0.3s;
}
.header__search_mobile svg {
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 20px;
  fill: var(--main_dark);
  transition: all 0.3s;
  transition: all 0.3s;
}
.header__search_mobile:hover {
  background: var(--main_color);
}
@media only screen and (max-width: 768px) {
  .header__search_mobile {
    display: flex;
    width: auto;
    padding: 5px 10px;
  }
}
.header__user span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.header__user span svg {
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 20px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
.header__user span:hover {
  background: var(--main_color);
}
@media only screen and (max-width: 768px) {
  .header__user span {
    width: auto;
    padding: 5px 10px;
  }
}
.header__cart a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 15px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.header__cart a svg {
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 20px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
.header__cart a > small {
  position: absolute;
  top: 10px;
  left: 25px;
  background: var(--main_red);
  font-size: 0.6em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-family: var(--font_regular);
  font-style: none;
  border: 2px solid var(--main_white);
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font_bold);
  color: var(--main_white);
}
.header__cart a > span {
  display: inline-flex;
  margin-left: 10px;
}
.header__cart a:hover {
  background: var(--main_color);
  color: var(--main_dark);
}
@media only screen and (max-width: 768px) {
  .header__cart a {
    width: 50px;
    height: 50px;
    padding: 0;
  }
  .header__cart a > small {
    font-size: 10px;
  }
  .header__cart a > span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header__cart a {
    width: auto;
    padding: 5px 10px;
  }
}
.catalog_menu {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  background: var(--main_white);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: 100;
}
@media only screen and (max-width: 1045px) {
  .catalog_menu {
    display: none !important;
  }
}
.catalog_menu nav {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 340px 1fr;
}
.nav__parent {
  list-style: none;
  position: relative;
  max-height: 500px;
  overflow: auto;
}
.nav__parent li {
  border-right: 1px solid var(--main_gray);
  padding-right: 20px;
}
.nav__parent li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.nav__parent li a svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
  margin-left: 10px;
}
.nav__parent li a:hover {
  background: var(--main_dark);
  color: var(--main_white);
}
.nav__parent li.active a {
  background: var(--main_dark);
  color: var(--main_white);
}
.nav__child {
  padding: 0 30px;
}
.nav__child ul {
  -moz-column-gap: 20px;
       column-gap: 20px;
  -moz-column-count: 2;
       column-count: 2;
  list-style: none;
}
.nav__child ul li {
  display: none;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.nav__child ul li.active {
  display: block;
}
.nav__child ul li a {
  padding: 2px 0;
  display: block;
}
.parent__title {
  font-size: 1.4em;
  margin-bottom: 20px;
}
.catalog_menu__header {
  font-size: 1.6em;
  padding: 20px 0;
  border-bottom: 1px solid var(--main_gray);
  line-height: normal;
  position: relative;
}
.catalog_menu__close {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.catalog_menu__close svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
.catalog_menu__close:hover svg {
  fill: var(--main_color);
}
#bgCatalogMenu,
#bgSearch,
#bgMobile,
#bgFilter {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(39,37,37,0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 99;
}
.submenu_open #bgCatalogMenu {
  opacity: 1;
  pointer-events: auto;
}
.submenu_open .header__bottom {
  box-shadow: rgba(39,37,37,0.15) 0 15px 30px;
}
.submenu_open .catalog_menu {
  top: 130px;
  opacity: 1;
  pointer-events: auto;
}
.mobile_open #bgMobile {
  opacity: 1;
  pointer-events: auto;
}
.filter_open #bgFilter {
  opacity: 1;
  pointer-events: auto;
}
.header__mobile_button {
  display: none;
}
@media only screen and (max-width: 1045px) {
  .header__mobile_button {
    display: block;
  }
}
.mobile_button__ico {
  background: var(--main_color);
  width: 50px;
  height: 50px;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.mobile_button__ico .hamburger {
  padding: 0;
  display: grid;
}
.mobile_button__ico .hamburger-box {
  width: 30px;
  transform: scale(0.8);
}
.mobile_button__ico .hamburger-inner,
.mobile_button__ico .hamburger-inner:after,
.mobile_button__ico .hamburger-inner:before {
  width: 30px;
  height: 3px;
  border-radius: 0;
}
.search_open #bgSearch {
  opacity: 1;
  pointer-events: auto;
}
.search_open .header__bottom {
  box-shadow: rgba(39,37,37,0.15) 0 15px 30px;
}
.search_open .header__search {
  pointer-events: auto;
  opacity: 1;
  top: 65px;
}
.search_open .header__search .search_query {
  opacity: 1;
  top: 70px;
  pointer-events: auto;
}
.search_open .header__search_mobile {
  background: var(--main_color);
}
.mm-wrapper_opening .nav_mobile {
  z-index: 200;
}
.mm-wrapper_opening .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
  z-index: 150;
}
.list__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .list__actions {
    margin-top: 30px;
  }
}
.list__load button {
  background: var(--main_white);
  border-color: var(--main_white);
  text-transform: uppercase;
  color: var(--main_dark);
}
.list__load button svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .list__load {
    margin-bottom: 15px;
    width: 100%;
  }
  .list__load button {
    width: 100%;
  }
}
.loco_icons {
  display: flex;
  align-items: center;
}
.loco_icons svg {
  width: 100%;
  height: 100%;
  max-width: 20px;
  max-height: 20px;
  fill: var(--main_graylight);
  transition: all 0.3s;
  margin-right: 10px;
}
.insta__logo a {
  display: flex;
  align-items: center;
  font-size: 0.7em;
  color: var(--main_white);
}
.insta__logo a span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--main_dark);
  padding: 3px;
  margin-right: 5px;
}
.insta__logo a svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
.insta__logo a svg .logo_dark {
  fill: var(--main_white);
}
.insta__logo a svg .logo_main {
  fill: var(--main_color);
}
.messages {
  position: fixed;
  bottom: 0;
  right: 0;
  pointer-events: none;
  padding: 30px;
  z-index: 150;
}
.messages__item {
  background: rgba(0,0,0,0.9);
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: rgba(0,0,0,0.15) 0 15px 30px;
  color: var(--main_white);
  max-width: 400px;
  pointer-events: auto;
}
.messages__item:last-child {
  margin-bottom: 0;
}
.nav_mobile ul li a.active {
  background: var(--main_color);
}
.mm-navbar {
  background: var(--main_gray);
  height: 60px;
  position: initial;
}
.mm-navbar .mm-navbar__title {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mm-listitem a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: none;
  border-color: var(--main_graylight);
}
.mm-listitem a:hover {
  background: var(--main_color);
  color: var(--main_white);
}
.mm-listitem::after {
  left: 0;
}
.mm-listitem.menu__active a {
  background: var(--main_color);
  color: var(--main_white);
}
.mm-panel {
  background: var(--main_white);
}
.modal {
  width: 100%;
  max-width: 500px;
  padding: 0;
}
.modal .fancybox-close-small {
  top: 10px;
  right: 10px;
}
.modal__header {
  border-bottom: 1px solid var(--main_gray);
  padding: 20px 30px;
  font-size: 1.3em;
  line-height: normal;
}
.modal__body {
  padding: 30px;
}
.modal__body .review__rate {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.modal__body .review__rate strong {
  font-family: var(--font_bold);
  display: inline-flex;
  margin-right: 10px;
}
.modal .message > div {
  background: rgba(52,168,83,0.05);
  border: 1px solid rgba(52,168,83,0.1);
  padding: 15px;
  margin-bottom: 15px;
  color: var(--main_green);
}
.modal .message.error > div {
  background: rgba(255,0,0,0.05);
  border-color: rgba(255,0,0,0.1);
  color: var(--error_red);
}
.mobile_menu__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  background: var(--main_dark);
}
@media only screen and (max-width: 400px) {
  .mobile_menu__info {
    padding: 0 15px;
  }
}
.nav_mobile ul {
  list-style: none;
}
.nav_mobile ul li {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  border-top: 1px solid var(--main_gray);
}
.nav_mobile ul li a {
  padding: 12px 15px;
  flex: 1;
}
.nav_mobile ul ul {
  display: none;
  grid-column: 1/-1;
  background: var(--main_white);
}
.nav_mobile .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
}
.nav_mobile .arrow svg {
  width: 100%;
  height: 100%;
  max-width: 12px;
  max-height: 12px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
.mobile_menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  background: var(--main_white);
  box-shadow: rgba(39,37,37,0.15) 0 15px 30px;
  transition: all 0.3s;
  z-index: 100;
}
.mobile_menu.is-active {
  opacity: 1;
  pointer-events: auto;
  top: 80px;
}
@media only screen and (max-width: 700px) {
  .mobile_menu {
    top: 75px;
  }
  .mobile_menu.is-active {
    top: 65px;
  }
}
.mobile_menu.active .nav_mobile > ul.active {
  display: grid;
}
.mobile_menu.active .nav_mobile > ul.active > li {
  display: none;
  background: var(--main_color);
}
.mobile_menu.active .nav_mobile > ul.active > li > .arrow {
  transform: rotate(180deg);
}
.mobile_menu.active .nav_mobile > ul.active > li.active {
  display: grid;
}
.mobile_menu.active .nav_mobile > ul.active > li.active > ul {
  display: grid;
}
.mobile_menu.active .nav_mobile > ul.active > li.active > ul.active {
  display: grid;
}
.mobile_menu.active .nav_mobile > ul.active > li.active > ul.active > li {
  display: none;
  background: var(--main_color);
}
.mobile_menu.active .nav_mobile > ul.active > li.active > ul.active > li > .arrow {
  transform: rotate(180deg);
}
.mobile_menu.active .nav_mobile > ul.active > li.active > ul.active > li.active {
  display: grid;
}
.mobile_menu.active .nav_mobile > ul.active > li.active > ul.active > li.active > ul {
  display: grid;
}
.mobile_menu.active .nav_mobile > ul.active > li.active > ul.active > li.active > ul.active {
  display: grid;
}
.mobile_menu.active .nav_mobile > ul.active > li.active > ul.active > li.active > ul.active > li {
  display: none;
  background: var(--main_color);
}
.mobile_menu.active .nav_mobile > ul.active > li.active > ul.active > li.active > ul.active > li > .arrow {
  transform: rotate(180deg);
}
.mobile_menu.active .nav_mobile > ul.active > li.active > ul.active > li.active > ul.active > li.active {
  display: grid;
}
.mobile_menu.active .nav_mobile > ul.active > li.active > ul.active > li.active > ul.active > li.active > ul {
  display: grid;
}
.article_news {
  background: var(--main_white);
  padding: 10px;
  height: 100%;
  transition: all 0.3s;
}
.article_news:hover {
  box-shadow: rgba(39,37,37,0.15) 0 5px 10px;
}
.news_list .news_anons__image {
  margin-bottom: 15px;
}
.news_list .news_anons__image a {
  position: relative;
  display: block;
}
.news_list .news_anons__image a::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.news_list .news_anons__image a > .image,
.news_list .news_anons__image a picture .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.news_list .news_anons__image a > .image.loaded,
.news_list .news_anons__image a picture .image.loaded {
  opacity: 1;
}
.news_anons__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7em;
  line-height: normal;
  padding: 10px 0;
  color: var(--main_graylight);
}
.news_anons__views {
  display: flex;
  align-items: center;
}
.news_anons__views svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
  margin-right: 5px;
}
.news_anons__title {
  font-family: var(--font_bold);
  font-size: 1.1em;
}
.news_anons__excerpt {
  margin-top: 15px;
  color: var(--main_graylight);
  font-size: 0.9em;
  line-height: 1.6em;
}
.news_carousel__item {
  width: 25%;
  padding: 10px;
}
@media only screen and (max-width: 980px) {
  .news_carousel__item {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 768px) {
  .news_carousel__item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .news_carousel__item {
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .section_related {
    overflow: hidden;
  }
  .section_related .flickity-viewport {
    overflow: initial;
  }
}
.section_newsletter {
  background: var(--main_color);
}
.newsletter {
  align-items: center;
}
.newsletter__left {
  display: flex;
  align-items: center;
}
.newsletter__left h2 {
  margin: 0 30px 0 0;
}
.newsletter__left p {
  flex: 1;
  font-size: 0.8em;
  line-height: 22px;
}
@media only screen and (max-width: 980px) {
  .newsletter__left {
    display: block;
  }
  .newsletter__left h2 {
    margin: 0 0 15px;
  }
}
.newsletter__right .form__item {
  display: flex;
  align-items: center;
  margin: 0;
}
.newsletter__right .form__item div {
  display: none;
}
.newsletter__right .form__item input {
  background: var(--main_white) !important;
}
@media only screen and (max-width: 480px) {
  .newsletter__right .form__item {
    display: block;
  }
  .newsletter__right .form__item button {
    width: 100%;
    margin-top: 5px;
  }
}
.phones a {
  display: flex;
  align-items: center;
}
.phones svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_color);
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .section_popular,
  .section_recommend {
    overflow: hidden;
  }
  .section_popular .flickity-viewport,
  .section_recommend .flickity-viewport {
    overflow: initial;
  }
}
.popular__item,
.recommend__item {
  width: calc((100% - 90px) / 4);
  display: grid;
  margin-right: 30px;
}
@media only screen and (max-width: 1060px) {
  .popular__item,
  .recommend__item {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 768px) {
  .popular__item,
  .recommend__item {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .popular__item,
  .recommend__item {
    width: 90%;
  }
}
.product {
  background: var(--main_white);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  height: 100%;
  transition: all 0.3s;
}
.product:hover {
  box-shadow: rgba(39,37,37,0.1) 0 5px 10px;
}
.product__image {
  padding: 30px;
  width: 100%;
}
.product__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
}
.product__image a img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.product__top {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8em;
  color: rgba(39,37,37,0.3);
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .product__top {
    display: none;
  }
}
.product__top a {
  color: rgba(39,37,37,0.3);
}
.product__top a:hover {
  color: var(--main_dark);
}
.product__cat {
  flex: 1;
  margin-right: 10px;
  line-height: normal;
}
.product__rating {
  padding: 0 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .product__rating {
    display: none;
  }
}
.raty {
  margin-right: 5px;
}
.star-off-png,
.star-on-png {
  font-size: 1em;
  color: var(--main_dark);
}
.star-off-png::before,
.star-on-png::before {
  content: '\E807';
  font-family: 'fontello';
}
.star-on-png::before {
  content: '\E806';
}
.product__reviews a {
  color: var(--main_dark);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_dark);
  transition: all 0.3s;
  font-size: 0.8em;
  line-height: normal;
}
.product__reviews a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.product__title {
  margin-bottom: 30px;
  padding: 0 30px;
}
.product__body {
  width: 100%;
  flex: 1;
}
.product__action {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px 30px;
}
.product__action .button {
  font-size: 0.8em;
  padding: 15px;
}
.podzakaz {
  margin: 0;
  color: var(--main_graydark);
}
.product__prices {
  padding: 10px 0;
}
.product__prices span {
  display: block;
  line-height: normal;
}
.product__buy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  margin-left: 5px;
}
.product__buy button {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  background: transparent;
  border-color: var(--main_color);
  color: var(--main_dark);
  padding: 0 15px;
  font-size: 1em;
  min-width: none;
}
.product__buy button span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
.product__buy button span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
.product__buy button:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
.product__buy button:hover span {
  width: 40px;
}
.product__buy button:hover span svg {
  fill: var(--main_dark);
}
.product__buy button:active {
  transform: scale(0.95);
}
.product__buy button svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
  margin-right: 10px;
}
.product__buy button:hover {
  background: var(--main_color);
}
@media only screen and (max-width: 1280px) {
  .product__buy button {
    background: var(--main_color);
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    min-width: auto;
  }
  .product__buy button svg {
    margin: 0;
  }
}
.product__old {
  font-size: 0.7em;
  margin-bottom: 5px;
  text-decoration: line-through;
}
.product__price {
  font-family: var(--font_bold);
  box-shadow: inset 0 -5px 0 0 var(--main_color);
  font-size: 1.1em;
}
.product_mini {
  display: flex;
  align-items: flex-start;
}
.product_mini .product__image {
  width: auto;
  padding: 0;
}
.product_mini .product__image a {
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 480px) {
  .product_mini .product__image a {
    width: 100px;
    height: 100px;
  }
}
.product_mini .product__body {
  flex: 1;
  margin-left: 15px;
}
.product_mini .product__body .product__top,
.product_mini .product__body .product__title {
  padding: 0;
  margin-bottom: 10px;
}
.product_mini .product__action {
  padding: 0;
  justify-content: flex-start;
}
.product_mini .product__action .product__buy {
  flex: initial;
  margin-left: 15px;
}
.product_mini .product__action .product__buy button {
  background: var(--main_color);
  border-color: var(--main_color);
  min-width: auto;
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_mini .product__action .product__buy button svg {
  margin: 0;
}
.section_product {
  padding-bottom: 0;
}
.section_product_description {
  padding: 0;
}
.product_description__item {
  padding: 50px;
  background: var(--main_white);
}
@media only screen and (max-width: 480px) {
  .product_description__item {
    padding: 15px;
  }
}
.product_description__item ul,
.product_description__item ol {
  margin-left: 30px;
}
.product_description__item p a:not(.button) {
  color: var(--main_color);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_color);
  transition: all 0.3s;
}
.product_description__item p a:not(.button):hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
@media only screen and (max-width: 980px) {
  .product_description__item {
    padding: 30px;
  }
}
.product_chars ul {
  margin: 0;
  list-style: none;
}
.product_chars ul li {
  border-bottom: 1px solid var(--main_gray);
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_chars ul li strong {
  flex: 1;
  text-align: right;
}
.product_chars__all {
  margin-top: 15px;
}
.product_chars__all a {
  color: var(--main_color2);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_color2);
  transition: all 0.3s;
}
.product_chars__all a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.product_info__description_link {
  margin-top: 10px;
  margin-bottom: 15px;
}
.product_info__description_link a {
  color: var(--main_color2);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_color2);
  transition: all 0.3s;
  font-size: 0.9em;
}
.product_info__description_link a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.product_info__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product_info__buttons .button {
  margin: 0 10px 10px 0;
}
.product_info__buttons .button svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
  margin-right: 10px;
}
.product_info__buttons .button:hover svg {
  fill: var(--main_color);
}
@media only screen and (max-width: 480px) {
  .product_info__buttons {
    display: grid;
  }
  .product_info__buttons .button {
    width: 100%;
  }
}
.product_info__sku {
  font-size: 0.9em;
}
.product_info__sku strong {
  font-family: var(--font_regular);
  color: var(--main_graylight);
}
@media only screen and (max-width: 480px) {
  .product_info__sku {
    margin-bottom: 5px;
  }
}
.product_info__available {
  margin-bottom: 15px;
}
.product_info__available svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
  margin-right: 5px;
}
.product_info__available .status {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  color: var(--main_graydark);
}
.product_info__available .status--bad {
  color: var(--main_red);
}
.product_info__available .status--good {
  color: var(--main_green);
}
.product_info__rating {
  margin: 0 0 15px;
  padding: 0;
}
.product_info__bottom .product_info__excerpt {
  margin-bottom: 15px;
}
.product_info__bottom .product__action {
  display: block;
  padding: 0;
}
.product_info__bottom .product__prices {
  margin-bottom: 30px;
  font-size: 1em;
}
.product_info__bottom .product__old {
  font-size: 1em;
  color: var(--main_graydark);
}
.product_info__bottom .product__price {
  font-size: 2em;
  box-shadow: none;
}
.product_info__bottom .product__price span {
  box-shadow: inset 0 -10px 0 0 var(--main_color);
  display: inline-flex;
}
.product_info__bottom .product__buy {
  justify-content: flex-start;
  margin: 0 0 30px;
}
.product_info__bottom .product__buy button {
  background: var(--main_color);
}
@media only screen and (max-width: 480px) {
  .product_info__bottom .product__buy {
    display: grid;
    grid-gap: 10px;
    justify-content: initial;
  }
  .product_info__bottom .product__buy button {
    font-size: 16px;
    width: 100%;
  }
  .product_info__bottom .product__buy button svg {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .product_info__bottom .product__count {
    margin: 0;
  }
  .product_info__bottom .product__count .quantity-field {
    max-width: none;
    width: auto;
    flex: 1;
  }
}
.product__count {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.product__count input:not(.quantity-field) {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
  border: 1px solid #ebebf2;
  background: #ebebf2;
  cursor: pointer;
  transition: all 0.3s;
}
.product__count input:not(.quantity-field):hover {
  background: var(--main_color);
  border-color: var(--main_color);
}
.product__count .quantity-field {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 50px !important;
  max-width: 50px;
  background: var(--main_white);
  border: 1px solid #ebebf2;
  background: #ebebf2;
  text-align: center;
}
.product__images:not(.product__no_image) {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .product__images:not(.product__no_image) {
    grid-template-columns: 1fr;
  }
}
.product__no_image {
  background: var(--main_white);
}
.product_gallery__full {
  position: relative;
  overflow: hidden;
}
.product_gallery__full .carousel_arrows__item {
  position: absolute;
  left: -44px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  opacity: 0;
  background: rgba(255,255,255,0.3);
  margin-top: -22px;
  transition: all 0.3s;
}
.product_gallery__full .carousel_arrows__item svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
  position: initial;
}
.product_gallery__full .carousel_arrows__item.product_gallery__next {
  left: auto;
  right: -44px;
}
.product_gallery__full:hover .carousel_arrows__item {
  left: 10px;
  background: rgba(255,255,255,0.3);
  opacity: 1;
}
.product_gallery__full:hover .carousel_arrows__item.product_gallery__next {
  right: 10px;
  left: auto;
}
.product_gallery__full:hover .carousel_arrows__item:hover {
  background: rgba(255,255,255,0.7);
}
.product_full {
  opacity: 0;
}
.product_full.flickity-enabled {
  opacity: 1;
}
.product_full__item {
  width: 100%;
}
.product_full__item a {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main_white);
  position: relative;
}
.product_full__item a::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.product_full__item a > .image,
.product_full__item a picture .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.product_full__item a > .image.loaded,
.product_full__item a picture .image.loaded {
  opacity: 1;
}
.product_full__item a::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product_full__item a span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_full__item a span img {
  width: auto;
  max-height: 100%;
}
.product_gallery__thumbs {
  height: 100px;
  width: 520px;
  transform: rotate(90deg) translate(0, -100%);
  transform-origin: left top;
}
.product_gallery__thumbs .flickity-viewport {
  transition: none !important;
  height: 100% !important;
}
@media only screen and (max-width: 768px) {
  .product_gallery__thumbs {
    grid-row: 2;
    height: auto;
    width: auto;
    transform: initial;
  }
}
.product_thumbs__item {
  width: 100px;
  padding: 5px;
  opacity: 0.7;
  cursor: pointer;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 768px) {
  .product_thumbs__item {
    transform: none;
  }
}
.product_thumbs__item img {
  border: 2px solid transparent;
  transition: all 0.3s;
}
.product_thumbs__item.is-nav-selected {
  opacity: 1;
}
.product_thumbs__item.is-nav-selected img {
  border-color: var(--main_color);
}
.tab_content__body.width_side {
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-gap: 30px;
}
@media only screen and (max-width: 980px) {
  .tab_content__body.width_side {
    display: block;
  }
}
.product__mini .product__buy button {
  font-size: 0.8em;
}
@media only screen and (max-width: 1280px) {
  .product__mini .product__buy {
    font-size: 0px;
  }
}
@media only screen and (max-width: 980px) {
  .product__mini {
    display: none;
  }
}
.product_mini_count {
  background: var(--main_white);
  padding: 15px;
  flex-wrap: wrap;
}
.product_mini_count .product__old {
  font-size: 1em;
}
.product_mini_count .product__price {
  font-size: 1.5em;
}
.product_mini_count .product__buy {
  margin-top: 20px;
  width: 100%;
  flex: initial;
  justify-content: flex-start;
}
.product_mini_count .product__buy button {
  background: var(--main_color);
}
.product_mini_count .product__buy button svg {
  flex: 1;
}
@media only screen and (max-width: 980px) {
  .product_tabs > ul {
    margin-left: -30px;
    margin-right: -30px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .product_tabs > ul li {
    flex: 0 0 auto;
  }
  .product_tabs > ul li.active a {
    box-shadow: none;
    transform: scale(1);
  }
}
@media only screen and (max-width: 400px) {
  .product_tabs ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.tab_content__reviews .reviews__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab_content__reviews .reviews__top h3 {
  flex: 1;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .tab_content__reviews .reviews__top {
    display: block;
    text-align: center;
  }
  .tab_content__reviews .reviews__top h3 {
    margin-bottom: 15px;
  }
}
.tab_content__reviews .button_white {
  border: 2px solid var(--main_color);
}
.tab_content__reviews .button_white:hover {
  background: var(--main_color);
}
.tab_content__reviews .reviews__footer {
  padding-top: 15px;
  border-top: 1px solid var(--main_gray);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 480px) {
  .tab_content__reviews .reviews__footer {
    justify-content: center;
  }
}
.product_reviews .reviews__body {
  border-top: 1px solid var(--main_gray);
  padding-top: 15px;
  margin: 15px 0 0;
}
.review__item {
  border-bottom: 1px solid var(--main_gray);
  padding-bottom: 15px;
  margin-top: 15px;
}
.review__item:last-child {
  border: none;
}
.review__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .review__top {
    flex-direction: column;
  }
}
.review__name {
  flex: 1;
  padding-right: 15px;
}
@media only screen and (max-width: 480px) {
  .review__name {
    padding: 0;
    margin-bottom: 10px;
  }
}
.review__name strong {
  font-family: var(--font_bold);
  display: block;
  margin-bottom: 5px;
  font-size: 1.1em;
}
.review__name span {
  color: var(--main_graydark);
  font-size: 0.9em;
  line-height: normal;
}
.section_skladnal {
  padding: 0;
  margin-top: 30px;
}
.section_skladnal .container {
  padding: 0;
}
.section_skladnal .container .section_title {
  font-size: 1.2em;
}
.section_skladnal .container .nalskaldul {
  margin-bottom: 0;
  font-size: 0.9em;
  line-height: 1.4em;
}
.section_skladnal .container .nalskaldul tr th {
  padding: 5px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .section_reviews {
    overflow: hidden;
  }
  .section_reviews .flickity-viewport {
    overflow: initial;
  }
}
.reviews__item {
  padding: 10px;
  width: 50%;
  display: grid;
}
@media only screen and (max-width: 768px) {
  .reviews__item {
    width: 90%;
  }
}
.reviews__item article {
  background: var(--main_white);
  padding: 30px;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .reviews__item article {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}
.reviews__photo img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--main_gray);
}
@media only screen and (max-width: 1100px) {
  .reviews__photo img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .reviews__photo img {
    width: 100px;
    height: 100px;
  }
}
.reviews__body {
  flex: 1;
  margin-left: 20px;
}
@media only screen and (max-width: 480px) {
  .reviews__body {
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.reviews__rating {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  line-height: normal;
}
.reviews__rating .raty {
  margin-right: 15px;
}
@media only screen and (max-width: 480px) {
  .reviews__rating {
    order: 1;
    margin-top: 15px;
  }
}
.reviews__title {
  margin-top: 15px;
  font-family: var(--font_bold);
}
.reviews_list .reviews__item {
  padding: 0;
  min-height: initial;
  width: auto;
}
.section_reviews_node article {
  background: var(--main_white);
  padding: 30px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 480px) {
  .section_reviews_node article {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}
.search_query {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 80px;
  right: 0;
  background: var(--main_white);
  width: 100%;
  max-height: 70vh;
  box-shadow: rgba(39,37,37,0.15) 0 15px 30px;
  transition: all 0.3s;
  z-index: 100;
}
@media only screen and (min-width: 700px) {
  .search_query {
    display: none;
  }
}
.search_query .container {
  display: block;
}
.search_query__results {
  list-style: none;
}
.search_query__results li {
  margin: 15px 0;
}
.search_query__link a {
  display: flex;
  align-items: center;
  background: var(--main_color);
  padding: 15px 30px;
}
.search_query__link a span {
  display: grid;
  flex: 1;
}
.search_query__link a .arrow {
  margin-left: 5px;
  flex: initial;
}
.search_query__link a svg {
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
  fill: var(--main_dark);
  transition: all 0.3s;
}
.search_query__link a:hover {
  background: #eae314;
  color: var(--main_dark);
}
.search_page {
  padding: 0;
  margin-bottom: 30px;
}
.search_page form input {
  background: var(--main_white) !important;
}
.search_empty {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .search_empty {
    margin-bottom: 30px;
  }
}
.share {
  margin-top: 30px;
}
.section_slider {
  position: relative;
  padding: 0;
}
.section_slider .carousel_arrows {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section_slider .carousel_arrows .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.section_slider .carousel_arrows button {
  pointer-events: auto;
  background: var(--main_white);
  border-color: var(--main_white);
}
@media only screen and (max-width: 768px) {
  .section_slider .carousel_arrows {
    display: none;
  }
}
.slider__item {
  width: 100%;
}
.slider__item .container {
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .slider__item .container {
    min-height: auto;
  }
}
.slider__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__body {
  max-width: 500px;
  margin-left: 100px;
  position: relative;
  z-index: 1;
}
.slider__body.slider__white_color {
  color: var(--main_white);
}
@media only screen and (max-width: 768px) {
  .slider__body {
    margin: 0;
    padding: 80px 0;
  }
}
.slider__title {
  font-size: 2em;
  line-height: normal;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .slider__title {
    font-size: 1.5em;
  }
}
.slider__text a {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
}
.slider__text a span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
.slider__text a span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
.slider__text a:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
.slider__text a:hover span {
  width: 40px;
}
.slider__text a:hover span svg {
  fill: var(--main_dark);
}
.slider__text a:active {
  transform: scale(0.95);
}
.slider__link {
  margin-top: 15px;
}
.user_orders__title .ac-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 380px) {
  .user_orders__title .ac-trigger {
    flex-wrap: wrap;
  }
}
.user_orders .sale-order-list-inner-title-line {
  padding: 20px 0 15px;
}
.user_orders .sale-order-list-inner-title-line span {
  color: var(--main_graydark);
  text-transform: none;
  font-size: 1em;
}
.user_orders .sale-order-list-inner-title-line-border {
  display: none;
}
.user_orders .sale-order-list-change-payment {
  color: var(--main_color);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_color);
  transition: all 0.3s;
}
.user_orders .sale-order-list-change-payment:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.user_orders .sale-order-list-button {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  float: none;
  margin-top: 10px;
}
.user_orders .sale-order-list-button span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
.user_orders .sale-order-list-button span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
.user_orders .sale-order-list-button:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
.user_orders .sale-order-list-button:hover span {
  width: 40px;
}
.user_orders .sale-order-list-button:hover span svg {
  fill: var(--main_dark);
}
.user_orders .sale-order-list-button:active {
  transform: scale(0.95);
}
.sale_order_list__actions {
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  border-top: 1px solid var(--main_gray);
}
.sale_order_list__actions .sale-order-list-about-container {
  flex: 1;
}
.sale_order_list__actions .sale-order-list-about-link {
  font-family: var(--font_regular);
  font-weight: normal;
}
.sale_order_list__actions .sale-order-list-repeat-container {
  display: none;
}
.sale_order_list__actions .sale-order-list-repeat-link {
  padding: 0;
}
.sale_order_list__actions a {
  color: var(--main_dark);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_dark);
  transition: all 0.3s;
}
.sale_order_list__actions a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.user_orders__left,
.user_orders__right {
  flex: 1;
  padding-right: 15px;
  line-height: normal;
  font: initial;
  font-family: var(--font_regular);
  line-height: 1.6em;
}
.user_orders__left span,
.user_orders__right span {
  font-size: 0.8em;
  color: var(--main_graylight);
}
.user_orders__left strong,
.user_orders__right strong {
  font-family: var(--font_bold);
  display: block;
}
.user_orders__left > p {
  font-size: 0.8em;
  line-height: 1.4em;
}
.user_orders__right {
  flex: initial;
  text-align: right;
}
.user_orders__right strong {
  font-size: 1.2em;
}
.g-table {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  grid-gap: 10px;
}
.g-table .product__image {
  padding: 0;
}
.g-table .product__image a {
  width: 60px;
  height: 60px;
}
.g-table .product__title {
  padding: 0;
  margin: 0;
}
.g-table .product__quantity {
  text-align: center;
}
.g-table .product__price {
  box-shadow: none;
  font-family: var(--font_regular);
}
.g-tr {
  font-size: 0.8em;
  color: var(--main_graylight);
}
.user_orders__item {
  position: relative;
}
.user_orders__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--main_gray);
  transition: all 0.3s;
}
.user_orders__item.status--good .user_orders__left strong {
  color: var(--main_green);
}
.user_orders__item.status--good::before {
  background: var(--main_green);
}
.user_orders__item.status--bad .user_orders__left strong {
  color: var(--main_graydark);
}
.personal_order__messages {
  background: rgba(52,168,83,0.1);
  border: 1px solid rgba(52,168,83,0.5);
  color: #34a853;
  padding: 15px;
  margin-bottom: 30px;
}
.subscription-form table input[type="radio"] {
  width: auto;
  height: auto;
}
body .bx-authform,
body .bx-auth {
  max-width: 700px;
  margin: 0 auto;
  background: var(--main_white);
  padding: 50px;
  margin-bottom: 50px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  body .bx-authform,
  body .bx-auth {
    padding: 30px;
    margin-bottom: 30px;
  }
}
body .bx-authform-formgroup-container {
  margin-bottom: 15px;
}
body .bx-authform-formgroup-container input[type="submit"] {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
}
body .bx-authform-formgroup-container input[type="submit"] span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
body .bx-authform-formgroup-container input[type="submit"] span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
body .bx-authform-formgroup-container input[type="submit"]:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
body .bx-authform-formgroup-container input[type="submit"]:hover span {
  width: 40px;
}
body .bx-authform-formgroup-container input[type="submit"]:hover span svg {
  fill: var(--main_dark);
}
body .bx-authform-formgroup-container input[type="submit"]:active {
  transform: scale(0.95);
}
body .bx-authform-link-container {
  margin-bottom: 0;
  padding-bottom: 0;
}
body .bx-authform-link-container a {
  color: var(--main_color);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_color);
  transition: all 0.3s;
}
body .bx-authform-link-container a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
body div.bx-auth-note {
  margin: 0 0 15px;
  font-family: var(--font_bold);
}
body table.bx-auth-table {
  margin: 0 0 15px;
  border: none;
}
body table.bx-auth-table tbody tr {
  border: none;
}
body table.bx-auth-table tbody tr td {
  padding: 10px 0;
}
body table.bx-auth-table tbody tr td.bx-auth-label {
  padding-right: 15px;
}
body table.bx-registration-table thead td {
  padding: 10px;
}
body table.bx-registration-table tfoot tr td {
  padding: 0 15px 30px;
}
body form[name="form_auth"] p {
  font-size: 0.8em;
}
body form[name="form_auth"] p a {
  color: var(--main_dark);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_dark);
  transition: all 0.3s;
  font-size: 1.2em;
}
body form[name="form_auth"] p a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
body .bx_my_order_cancel input[type="submit"] {
  color: var(--main_white) !important;
  text-shadow: none !important;
  font-weight: normal;
}
body .bx_my_order_cancel input[type="submit"]:hover {
  color: var(--main_dark) !important;
}
.sale-order-detail h1,
.personal_order h1 {
  font-size: 1.1em;
  font-family: var(--font_bold);
  margin-bottom: 30px;
}
.sale-order-detail .sale-order-detail-back-to-list-link-up,
.personal_order .sale-order-detail-back-to-list-link-up {
  display: none;
}
.sale-order-detail .sale-order-detail-back-to-list-link-down,
.personal_order .sale-order-detail-back-to-list-link-down {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  margin-top: 30px;
}
.sale-order-detail .sale-order-detail-back-to-list-link-down span,
.personal_order .sale-order-detail-back-to-list-link-down span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
.sale-order-detail .sale-order-detail-back-to-list-link-down span svg,
.personal_order .sale-order-detail-back-to-list-link-down span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
.sale-order-detail .sale-order-detail-back-to-list-link-down:hover,
.personal_order .sale-order-detail-back-to-list-link-down:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
.sale-order-detail .sale-order-detail-back-to-list-link-down:hover span,
.personal_order .sale-order-detail-back-to-list-link-down:hover span {
  width: 40px;
}
.sale-order-detail .sale-order-detail-back-to-list-link-down:hover span svg,
.personal_order .sale-order-detail-back-to-list-link-down:hover span svg {
  fill: var(--main_dark);
}
.sale-order-detail .sale-order-detail-back-to-list-link-down:active,
.personal_order .sale-order-detail-back-to-list-link-down:active {
  transform: scale(0.95);
}
.sale-order-detail .sale-order-detail-general,
.personal_order .sale-order-detail-general {
  border: none;
}
.sale-order-detail .sale-order-detail-general-head,
.personal_order .sale-order-detail-general-head {
  background: var(--main_gray);
}
.sale-order-detail .sale-order-detail-general-head .sale-order-detail-general-item,
.personal_order .sale-order-detail-general-head .sale-order-detail-general-item {
  padding: 5px 15px;
  color: var(--main_dark);
}
.sale-order-detail .sale-order-detail-about-order-title,
.personal_order .sale-order-detail-about-order-title,
.sale-order-detail .sale-order-detail-payment-options-title,
.personal_order .sale-order-detail-payment-options-title,
.sale-order-detail .sale-order-detail-payment-options-order-content-title,
.personal_order .sale-order-detail-payment-options-order-content-title,
.sale-order-detail .sale-order-detail-payment-options-shipment-composition-title,
.personal_order .sale-order-detail-payment-options-shipment-composition-title {
  background: none;
}
.sale-order-detail .sale-order-detail-about-order-title h3,
.personal_order .sale-order-detail-about-order-title h3,
.sale-order-detail .sale-order-detail-payment-options-title h3,
.personal_order .sale-order-detail-payment-options-title h3,
.sale-order-detail .sale-order-detail-payment-options-order-content-title h3,
.personal_order .sale-order-detail-payment-options-order-content-title h3,
.sale-order-detail .sale-order-detail-payment-options-shipment-composition-title h3,
.personal_order .sale-order-detail-payment-options-shipment-composition-title h3 {
  margin: 0 0 15px;
  background: none;
  font-size: 1.2em;
}
.sale-order-detail .sale-order-detail-about-order-inner-container-name-read-more,
.personal_order .sale-order-detail-about-order-inner-container-name-read-more {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: normal;
}
.sale-order-detail .sale-order-detail-about-order-inner-container-status,
.personal_order .sale-order-detail-about-order-inner-container-status {
  margin: 15px 0;
}
.sale-order-detail .sale-order-detail-about-order-inner-container-price,
.personal_order .sale-order-detail-about-order-inner-container-price {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sale-order-detail .sale-order-detail-about-order-inner-container-price .sale-order-detail-about-order-inner-container-price-detail,
.personal_order .sale-order-detail-about-order-inner-container-price .sale-order-detail-about-order-inner-container-price-detail {
  padding: 0;
}
.sale-order-detail .sale-order-detail-about-order-inner-container-repeat,
.personal_order .sale-order-detail-about-order-inner-container-repeat {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sale-order-detail .sale-order-detail-about-order-inner-container-repeat-button,
.personal_order .sale-order-detail-about-order-inner-container-repeat-button {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  background: var(--main_white);
  border-color: var(--main_dark);
  color: var(--main_dark) !important;
  font-size: 0.9em;
  height: auto;
  padding: 10px 15px;
  line-height: normal;
}
.sale-order-detail .sale-order-detail-about-order-inner-container-repeat-button span,
.personal_order .sale-order-detail-about-order-inner-container-repeat-button span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
.sale-order-detail .sale-order-detail-about-order-inner-container-repeat-button span svg,
.personal_order .sale-order-detail-about-order-inner-container-repeat-button span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
.sale-order-detail .sale-order-detail-about-order-inner-container-repeat-button:hover,
.personal_order .sale-order-detail-about-order-inner-container-repeat-button:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
.sale-order-detail .sale-order-detail-about-order-inner-container-repeat-button:hover span,
.personal_order .sale-order-detail-about-order-inner-container-repeat-button:hover span {
  width: 40px;
}
.sale-order-detail .sale-order-detail-about-order-inner-container-repeat-button:hover span svg,
.personal_order .sale-order-detail-about-order-inner-container-repeat-button:hover span svg {
  fill: var(--main_dark);
}
.sale-order-detail .sale-order-detail-about-order-inner-container-repeat-button:active,
.personal_order .sale-order-detail-about-order-inner-container-repeat-button:active {
  transform: scale(0.95);
}
.sale-order-detail .sale-order-detail-about-order-inner-container-repeat-cancel,
.personal_order .sale-order-detail-about-order-inner-container-repeat-cancel {
  color: var(--main_dark);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_dark);
  transition: all 0.3s;
  margin: 0;
  padding: 0;
}
.sale-order-detail .sale-order-detail-about-order-inner-container-repeat-cancel:hover,
.personal_order .sale-order-detail-about-order-inner-container-repeat-cancel:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.sale-order-detail .sale-order-detail-payment-options-info,
.personal_order .sale-order-detail-payment-options-info {
  padding: 20px;
}
.sale-order-detail .sale-order-detail-payment-options-info-image,
.personal_order .sale-order-detail-payment-options-info-image {
  display: none;
}
.sale-order-detail .sale-order-detail-payment-options-info-container,
.personal_order .sale-order-detail-payment-options-info-container {
  padding: 0 !important;
}
.sale-order-detail .payment-options-methods-row,
.personal_order .payment-options-methods-row {
  padding: 20px;
  margin: 0;
  border-top: 1px solid var(--main_gray);
}
.sale-order-detail .payment-options-methods-row::before,
.personal_order .payment-options-methods-row::before {
  display: none;
}
.sale-order-detail .sale-order-detail-payment-options-methods-container::before,
.personal_order .sale-order-detail-payment-options-methods-container::before,
.sale-order-detail div.payment-options-methods-row:last-child::before,
.personal_order div.payment-options-methods-row:last-child::before,
.sale-order-detail .sale-order-detail-payment-options-methods-container::after,
.personal_order .sale-order-detail-payment-options-methods-container::after,
.sale-order-detail div.payment-options-methods-row:last-child::after,
.personal_order div.payment-options-methods-row:last-child::after {
  display: none;
}
.sale-order-detail .sale-order-detail-payment-options-methods,
.personal_order .sale-order-detail-payment-options-methods {
  padding: 0;
}
.sale-order-detail div.sale-order-detail-payment-options-methods,
.personal_order div.sale-order-detail-payment-options-methods,
.sale-order-detail div.sale-order-detail-payment-options-shipment,
.personal_order div.sale-order-detail-payment-options-shipment {
  border: none;
}
.sale-order-detail .sale-order-detail-payment-options-methods-information-block,
.personal_order .sale-order-detail-payment-options-methods-information-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
.sale-order-detail .sale-order-detail-payment-options-methods-information-block > div.sale-order-detail-payment-options-methods-image-container,
.personal_order .sale-order-detail-payment-options-methods-information-block > div.sale-order-detail-payment-options-methods-image-container {
  display: none;
}
.sale-order-detail .sale-order-detail-payment-options-methods-information-block > .sale-order-detail-payment-inner-row-template,
.personal_order .sale-order-detail-payment-options-methods-information-block > .sale-order-detail-payment-inner-row-template {
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: initial;
}
.sale-order-detail .sale-order-detail-payment-options-methods-information-block > .sale-order-detail-payment-inner-row-template a,
.personal_order .sale-order-detail-payment-options-methods-information-block > .sale-order-detail-payment-inner-row-template a {
  margin: 0;
  width: auto;
  display: inline-block;
  font-size: 0.9em;
}
.sale-order-detail .sale-order-detail-payment-options-methods-information-block .sale-order-detail-payment-options-methods-image-element,
.personal_order .sale-order-detail-payment-options-methods-information-block .sale-order-detail-payment-options-methods-image-element {
  width: 20px;
  height: 30px;
}
.sale-order-detail .sale-order-detail-payment-options-methods-information-block .sale-order-detail-payment-options-methods-info,
.personal_order .sale-order-detail-payment-options-methods-information-block .sale-order-detail-payment-options-methods-info {
  flex: 1;
}
.sale-order-detail .sale-order-detail-payment-options-methods-button-container,
.personal_order .sale-order-detail-payment-options-methods-button-container {
  width: 100%;
  padding: 0;
}
.sale-order-detail .sale-order-detail-payment-options-methods-button-container a,
.personal_order .sale-order-detail-payment-options-methods-button-container a {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  width: auto;
}
.sale-order-detail .sale-order-detail-payment-options-methods-button-container a span,
.personal_order .sale-order-detail-payment-options-methods-button-container a span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
.sale-order-detail .sale-order-detail-payment-options-methods-button-container a span svg,
.personal_order .sale-order-detail-payment-options-methods-button-container a span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
.sale-order-detail .sale-order-detail-payment-options-methods-button-container a:hover,
.personal_order .sale-order-detail-payment-options-methods-button-container a:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
.sale-order-detail .sale-order-detail-payment-options-methods-button-container a:hover span,
.personal_order .sale-order-detail-payment-options-methods-button-container a:hover span {
  width: 40px;
}
.sale-order-detail .sale-order-detail-payment-options-methods-button-container a:hover span svg,
.personal_order .sale-order-detail-payment-options-methods-button-container a:hover span svg {
  fill: var(--main_dark);
}
.sale-order-detail .sale-order-detail-payment-options-methods-button-container a:active,
.personal_order .sale-order-detail-payment-options-methods-button-container a:active {
  transform: scale(0.95);
}
.sale-order-detail .sale-order-payment-change-pp-list,
.personal_order .sale-order-payment-change-pp-list {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.sale-order-detail .sale-order-payment-change-pp-company,
.personal_order .sale-order-payment-change-pp-company {
  padding: 0 !important;
  margin: 0 !important;
}
.sale-order-detail .sale-order-payment-change-pp-company input[checked="checked"] ~ .sale-order-payment-change-pp-company-graf-container,
.personal_order .sale-order-payment-change-pp-company input[checked="checked"] ~ .sale-order-payment-change-pp-company-graf-container {
  border-color: var(--main_color) !important;
}
.sale-order-detail .sale-order-payment-change-pp-company-graf-container,
.personal_order .sale-order-payment-change-pp-company-graf-container {
  height: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  cursor: pointer;
  border: 2px solid var(--main_gray);
  transition: all 0.3s;
}
.sale-order-detail .sale-order-payment-change-pp-company-graf-container:hover,
.personal_order .sale-order-payment-change-pp-company-graf-container:hover {
  border-color: var(--main_color) !important;
}
.sale-order-detail .sale-order-payment-change-pp-company-graf-container .sale-order-payment-change-pp-company-image,
.personal_order .sale-order-payment-change-pp-company-graf-container .sale-order-payment-change-pp-company-image {
  width: 20px;
  height: 20px;
  position: initial;
}
.sale-order-detail .sale-order-payment-change-pp-company-graf-container .sale-order-payment-change-pp-company-smalltitle,
.personal_order .sale-order-payment-change-pp-company-graf-container .sale-order-payment-change-pp-company-smalltitle {
  color: var(--main_dark);
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
.sale-order-detail .sale-order-detail-payment-options-methods-info,
.personal_order .sale-order-detail-payment-options-methods-info {
  padding: 0 !important;
}
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper {
  border: none;
  padding: 0;
  margin: 0;
  font-family: var(--font_regular);
}
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div,
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span {
  padding: 0;
  margin: 0 15px 0 0;
}
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div a,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div a,
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span a,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span a {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
}
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div a span,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div a span,
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span a span,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span a span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div a span svg,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div a span svg,
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span a span svg,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span a span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div a:hover,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div a:hover,
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span a:hover,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span a:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div a:hover span,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div a:hover span,
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span a:hover span,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span a:hover span {
  width: 40px;
}
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div a:hover span svg,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div a:hover span svg,
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span a:hover span svg,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span a:hover span svg {
  fill: var(--main_dark);
}
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div a:active,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper div a:active,
.sale-order-detail .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span a:active,
.personal_order .sale-order-detail-payment-options-methods-info .sale-paysystem-wrapper span a:active {
  transform: scale(0.95);
}
.sale-order-detail .sale-order-detail-payment-options-shipment,
.personal_order .sale-order-detail-payment-options-shipment {
  padding: 20px;
}
.sale-order-detail .sale-order-detail-payment-options-shipment > div:not(.sale-order-detail-payment-options-shipment-composition-map),
.personal_order .sale-order-detail-payment-options-shipment > div:not(.sale-order-detail-payment-options-shipment-composition-map) {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.sale-order-detail .sale-order-detail-payment-options-shipment > div:not(.sale-order-detail-payment-options-shipment-composition-map) .sale-order-detail-payment-options-shipment-image-element,
.personal_order .sale-order-detail-payment-options-shipment > div:not(.sale-order-detail-payment-options-shipment-composition-map) .sale-order-detail-payment-options-shipment-image-element {
  width: 20px;
  height: 20px;
}
.sale-order-detail .sale-order-detail-payment-options-shipment > div:not(.sale-order-detail-payment-options-shipment-composition-map) .sale-order-detail-payment-options-methods-shipment-list,
.personal_order .sale-order-detail-payment-options-shipment > div:not(.sale-order-detail-payment-options-shipment-composition-map) .sale-order-detail-payment-options-methods-shipment-list {
  padding: 0;
  margin: 0;
}
.sale-order-detail .sale-order-detail-order-item-table,
.personal_order .sale-order-detail-order-item-table {
  padding: 20px;
  margin: 0;
}
.sale-order-detail .sale-order-detail-order-item-td,
.personal_order .sale-order-detail-order-item-td {
  padding: 5px 0;
}
.sale-order-detail .sale-order-detail-order-item-td .sale-order-detail-order-item-td-title,
.personal_order .sale-order-detail-order-item-td .sale-order-detail-order-item-td-title {
  padding: 0;
}
.sale-order-detail .sale-order-detail-total-payment-container,
.personal_order .sale-order-detail-total-payment-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sale-order-detail .sale-order-detail-total-payment-container .row,
.personal_order .sale-order-detail-total-payment-container .row {
  display: grid;
  grid-template-columns: auto auto;
  gap: 15px;
  align-items: center;
  line-height: 1.6em;
}
.personal_order .sale-order-list-container {
  margin-bottom: 0;
}
.personal_order .sale-order-list-container > .row > .sale-order-list-accomplished-title-container {
  background: var(--main_gray);
  padding: 15px 20px;
}
.personal_order .sale-order-list-container .sale-order-list-accomplished-title {
  margin: 0;
}
.personal_order .sale-order-list-container .sale-order-list-accomplished-date-container {
  text-align: initial;
}
.personal_order .sale-order-list-container .sale-order-list-accomplished-date-container .sale-order-list-accomplished-date,
.personal_order .sale-order-list-container .sale-order-list-accomplished-date-container .sale-order-list-accomplished-date-number {
  font-family: var(--font_regular);
}
.personal_order .sale-order-list-inner-accomplished .sale-order-list-inner-row {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.personal_order .sale-order-list-inner-accomplished .sale-order-list-inner-row a {
  color: var(--main_dark);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_dark);
  transition: all 0.3s;
}
.personal_order .sale-order-list-inner-accomplished .sale-order-list-inner-row a:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.personal_order .sale-paysystem-wrapper {
  border-color: var(--main_gray);
  padding: 15px;
}
.personal_order .sale-paysystem-wrapper > div {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 0.9em;
  color: var(--main_dark);
}
.personal_order .sale-paysystem-wrapper > div span {
  margin: 0;
  padding: 0;
}
.personal_order .sale-paysystem-wrapper > div a {
  position: relative;
  background: var(--main_dark);
  border: 2px solid var(--main_dark);
  color: var(--main_white);
  margin: 0;
  padding: 5px 30px;
  min-width: 100px;
  height: var(--button_height);
  border-radius: var(--main_radius);
  font-family: var(--font_regular);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
}
.personal_order .sale-paysystem-wrapper > div a span {
  display: inline-block;
  width: 30px;
  overflow: hidden;
  align-items: center;
  margin-left: 10px;
  text-align: right;
  transition: all 0.3s;
}
.personal_order .sale-paysystem-wrapper > div a span svg {
  width: 40px;
  fill: var(--main_white);
  height: auto;
  margin-left: -10px;
  transition: all 0.3s;
}
.personal_order .sale-paysystem-wrapper > div a:hover {
  border-color: var(--main_color);
  background: var(--main_white);
  transform: scale(1.02);
  color: var(--main_dark);
}
.personal_order .sale-paysystem-wrapper > div a:hover span {
  width: 40px;
}
.personal_order .sale-paysystem-wrapper > div a:hover span svg {
  fill: var(--main_dark);
}
.personal_order .sale-paysystem-wrapper > div a:active {
  transform: scale(0.95);
}
.personal_order .sale-paysystem-wrapper .sale-order-list-cancel-payment {
  margin: 0;
  color: var(--main_dark);
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 var(--main_dark);
  transition: all 0.3s;
}
.personal_order .sale-paysystem-wrapper .sale-order-list-cancel-payment:hover {
  color: var(--main_dark);
  box-shadow: inset 0 -1px 0 0 transparent;
}
.vacancy__header {
  padding: 0 0 15px 0;
  border-bottom: 1px solid var(--main_gray);
  color: var(--main_graydark);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.vacancy__header.vacancy__footer {
  border-top: 1px solid var(--main_gray);
  border-bottom: none;
  padding: 15px 0 0;
  margin-top: 15px;
}
.vacancy__header a {
  display: inline-flex;
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  .vacancy__header a {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .vacancy__header button {
    width: 100%;
  }
}
.vacancy__phone {
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  .vacancy__phone {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.vacancy__body {
  padding-top: 15px;
}
.vacancy__body dt {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--main_gray);
  margin-bottom: 10px;
}
.vacancy__body dt:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.vacancy__body dd ul,
.vacancy__body dd ol {
  color: rgba(39,37,37,0.7);
}
.vacancy__body dd ul {
  list-style: none;
}
.vacancy__body dd ul li {
  display: flex;
  align-items: center;
}
.vacancy__body dd ul li::before {
  content: '>';
  display: inline-flex;
  font-size: 0.7em;
  align-items: center;
  margin-right: 10px;
}
/*# sourceMappingURL=src/stylus/index.css.map */