@font-face {
  font-family: 'VALTRA Aveny T';
  src: local('VALTRA Aveny T'), local('VALTRAAvenyT'), url('../fonts/VALTRAAvenyT.woff2') format('woff2'), url('../fonts/VALTRAAvenyT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VALTRA Aveny T';
  src: local('VALTRA Aveny T ExtraBold'), local('VALTRAAvenyT-ExtraBold'), url('../fonts/VALTRAAvenyT-ExtraBold.woff2') format('woff2'), url('../fonts/VALTRAAvenyT-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
picture {
  display: block;
}
* {
  position: relative;
  box-sizing: border-box;
  word-break: normal;
}
*:focus {
  outline: none;
}
*:after,
*:before {
  position: absolute;
  box-sizing: border-box;
}
body {
  margin: 0;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}
p,
dd,
dl,
figure,
blockquote {
  margin: 0;
}
audio,
video {
  display: block;
}
img {
  display: block;
  border: none;
}
p {
  margin-block-end: 0;
  margin-block-start: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: 0;
  margin-block-start: 0;
  font-style: normal;
  font-weight: normal;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: inherit;
  background-color: transparent;
}
a {
  text-decoration: none;
  display: block;
  color: inherit;
}
label {
  display: block;
  cursor: inherit;
}
button {
  display: block;
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: inherit;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  font: inherit;
  /* По дефолту, шрифтовые свойства, для этих элементов не наследуются */
  color: inherit;
  letter-spacing: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-align: left;
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}
textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[type="search"] {
  outline: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity 0.3s;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity 0.3s;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity 0.3s;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  transition: opacity 0.3s;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
}
:focus::-moz-placeholder {
  opacity: 0;
}
:focus:-moz-placeholder {
  opacity: 0;
}
:focus:-ms-input-placeholder {
  opacity: 0;
}
.visually-hidden {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}
._include--cancel {
  background: url("sprite.svg") no-repeat;
  background-position: 0 0;
  width: 455.11px;
  height: 455.11px;
}
._include--menu-icon {
  background: url("sprite.svg") no-repeat;
  background-position: 44.27184466% 0;
  width: 18px;
  height: 12px;
}
._pages--01_index--footer__checked {
  background: url("sprite.svg") no-repeat;
  background-position: 46.01941748% 0;
  width: 18px;
  height: 13.88px;
}
._pages--01_index--header__search {
  background: url("sprite.svg") no-repeat;
  background-position: 47.82642507% 0;
  width: 19.28px;
  height: 20.563px;
}
._pages--01_index--trangle-1 {
  background: url("sprite.svg") no-repeat;
  background-position: 100% 0;
  width: 536px;
  height: 173px;
}
/* ------------ BLOCKS ----------- */
.width-btn {
  padding: 15px;
  font-size: 16px;
  line-height: 19px;
  color: #2d2c2c;
  text-align: center;
  cursor: pointer;
  border: 1px solid #dcdcdc;
}
.width-btn:hover {
  background: #ffb715;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
@media (max-width: 800px) {
  .grid-3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}
.news-card-main {
  width: 65%;
}
@media (max-width: 767px) {
  .news-card-main {
    width: 100%;
  }
}
.product-item__img {
  height: 250px;
  margin-bottom: 20px;
}
.product-item__img img {
  object-fit: contain;
}
@media (max-width: 500px) {
  .product-item__img {
    height: 200px;
  }
}
.product-item__title {
  margin-bottom: 20px;
  font-weight: 800;
  color: #101010;
  text-transform: uppercase;
}
.product-item__title:hover {
  color: #ffb715;
}
.product-item__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-item__price {
  margin-right: 20px;
  font-weight: 800;
  color: #212121;
  text-transform: uppercase;
}
.product-item__btn {
  width: max-content;
  padding: 10px 35px;
  color: #212121;
  cursor: pointer;
  border: #dcdcdc solid 1px;
}
.product-item__btn:hover {
  background: #ffb715;
}
.product-item__img-wrapper:hover + .product-item__title {
  color: #ffb715;
}
.product-item__item-picture {
  width: 100%;
  height: 240px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item__item-picture img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
@media (max-width: 800px) {
  .product-item__item-picture img {
    width: 100%;
    height: 100%;
  }
}
.card-intro {
  padding: 0 10px;
  margin-bottom: 20px;
  margin-left: 15px;
  height: 535px;
}
.card-intro__content {
  z-index: 5;
  margin-bottom: 20px;
}
.card-intro__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #2d2c2c;
}
@media (max-width: 700px) {
  .card-intro__title {
    font-size: 25px;
  }
}
.card-intro__text {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #2d2c2c;
  max-width: 800px;
}
@media (max-width: 700px) {
  .card-intro__text {
    font-size: 18px;
  }
}
.card-intro__date {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #aaaaaa;
  margin-bottom: 15px;
}
.card-intro__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-intro__background:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(45, 44, 44, 0.35);
}
.card-intro__background img {
  object-fit: cover;
}
.input {
  font-size: 17px;
  line-height: 19px;
  color: #2d2c2c;
  border-radius: 4px;
  border: 1px solid transparent;
}
.input::placeholder {
  color: #777474;
}
.input.has-error {
  border-color: red;
}
.form__title {
  margin-bottom: 24px;
  padding-right: 30px;
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
  color: #2d2c2c;
  text-transform: uppercase;
}
.form__content {
  z-index: 1;
  width: 100%;
  max-width: 490px;
}
.form__offer-name {
  padding: 8px 12px;
  margin-bottom: 16px;
  background: #eeeeee;
  line-height: 19px;
  color: #313131;
  border: 1px solid #ffb715;
}
.form__btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
}
.form__name-input,
.form__phone-input {
  display: block;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 4px;
  background: #eee;
}
.form__comment-input {
  display: block;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 19px;
  background: #eee;
}
.form__btn {
  margin-right: 16px;
  font-size: 18px;
}
.form__text-btn {
  max-width: 270px;
  font-size: 14px;
  line-height: 17px;
  color: #777474;
}
.offer-form .container {
  padding: 0;
}
.offer-form__content {
  padding: 48px 42px;
  margin-bottom: 100px;
  overflow: hidden;
  background: #eee;
}
@media (max-width: 600px) {
  .offer-form__content {
    padding: 20px;
  }
}
.offer-form .input {
  background-color: white;
}
.offer-form__fon-picture {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1100px) {
  .offer-form__fon-picture {
    right: -300px;
  }
}
@media (max-width: 800px) {
  .offer-form__fon-picture {
    right: -450px;
  }
}
@media (max-width: 500px) {
  .offer-form__fon-picture {
    right: -530px;
  }
}
.btn {
  padding: 10px;
  font-weight: 800;
  color: #313131;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  background-color: #ffb715;
}
.btn:hover {
  background-color: #e19c00;
}
/* ------------ TEXT ----------- */
.white-text {
  font-size: 18px;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.page-title {
  padding: 0 0 35px 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
  color: #323232;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .page-title {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .page-title {
    font-size: 24px;
  }
}
.black-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
  color: #323232;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .black-title {
    text-align: center;
  }
}
/* ---------- TRANGLES --------- */
.bottom-trangle {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-right: transparent solid 7px;
}
.right-trangle {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: transparent solid 0;
}
/* ----------- SLIDER ---------- */
.dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: flex;
  justify-content: left;
  transform: translateX(-50%);
}
@media (max-width: 500px) {
  .dots {
    bottom: 15px;
  }
}
.dots li {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  cursor: pointer;
  background: transparent;
  border: 2px solid white;
  border-radius: 50%;
}
@media (max-width: 900px) {
  .dots li {
    width: 13px;
    height: 13px;
  }
}
.dots .slick-active {
  background: #ffb715;
  border-color: #ffb715;
}
.dots li button {
  font-size: 0;
}
.slider__btn {
  position: absolute;
  bottom: 30px;
  z-index: 5;
  width: 0;
  height: 0;
}
@media (max-width: 500px) {
  .slider__btn {
    bottom: 15px;
  }
}
.slider__prev-btn {
  left: 60px;
  border-top: 12px solid transparent;
  border-right: 24px solid white;
  border-bottom: 12px solid transparent;
}
@media (max-width: 700px) {
  .slider__prev-btn {
    left: 20px;
  }
}
.slider__prev-btn:hover {
  border-right-color: #ffb715;
}
.slider__next-btn {
  right: 60px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 24px solid white;
}
@media (max-width: 700px) {
  .slider__next-btn {
    right: 20px;
  }
}
.slider__next-btn:hover {
  border-left-color: #ffb715;
}
.logo-svg:hover .logo-path {
  fill: #ffb715 !important;
}
/* ---------- WRAPPER ---------- */
.section-margin {
  margin-top: 40px;
}
.main-wrapper {
  width: calc(100vw);
  overflow-x: hidden;
  transition: 0.5s;
}
@media (max-width: 1000px) {
  .main-wrapper {
    width: 100vw;
  }
}
.main-wrapper__running {
  opacity: 0.5;
  transform: translate(-197px, 0);
}
.body__inner {
  width: 100%;
  overflow-x: hidden;
}
.container {
  max-width: 1450px;
  padding: 0 15px;
  margin: 0 auto;
}
.container-w {
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
}
picture img {
  width: 100%;
  height: 100%;
}
/* ------- COMMON STYLES ------- */
*,
*:after,
*:before {
  position: relative;
  font-family: "VALTRA Aveny T";
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.3em;
  transition: 0.2s;
}
.slick-track {
  transition-duration: 0s;
}
.tran-fast {
  transition: 0.2s;
}
.tran-mid {
  transition: 0.4s;
}
.tran-slow {
  transition: 0.7s;
}
#Union {
  transform: translateX(-50%) translateY(-50%);
  animation: Union__rotation__1 1000ms 0ms linear forwards;
}
@keyframes Union__rotation__1 {
  from {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto!important;
  height: auto!important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit!important;
  box-sizing: inherit!important;
  resize: none!important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.simplebar-content:after,
.simplebar-content:before {
  content: ' ';
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit!important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/*! nouislider - 14.7.0 - 4/6/2021 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
.header {
  position: absolute;
  top: 0;
  z-index: 10;
  display: block;
  width: 100%;
  user-select: none;
  border-bottom: #adafab solid 1px;
}
@media (max-width: 400px) {
  .header .container {
    padding: 0 5px;
  }
}
.header.black {
  position: relative;
  background: #2d2c2c;
}
.header__fixed_show {
  position: fixed !important;
  top: -100px;
  left: 0;
  width: 100%;
  background: #2d2c2c;
  transition-duration: 1s;
  transition-property: transform;
  transform: translateY(100px);
  border-bottom: none;
}
.header__fixed_hide {
  transform: translateY(-100px);
}
.header-top__wrapper {
  display: flex;
  justify-content: flex-end;
}
.header-top__items {
  display: flex;
  justify-content: left;
}
.header-top__item-link {
  padding: 5px 10px;
  font-size: 16px;
  color: #101010;
  letter-spacing: 0.04em;
}
.header-top__item-link:hover {
  background-color: #ffb715;
}
@media (max-width: 400px) {
  .header-top__item-link {
    padding: 5px 2px;
  }
}
@media (max-width: 900px) {
  .header-content {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .header-content {
    padding: 0;
  }
}
.header-content__inner-wrapper {
  bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: left;
  font-weight: 800;
  text-transform: uppercase;
}
.header-content__logo {
  position: relative;
  top: -4px;
  margin-right: 35px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .header-content__logo {
    margin-right: auto;
  }
}
@media (max-width: 400px) {
  .header-content__logo {
    transform: scale(0.9);
  }
}
.header-content__nav {
  display: flex;
  align-items: center;
  margin-right: auto;
}
@media (max-width: 900px) {
  .header-content__nav {
    position: static;
    order: 2;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
}
.header-content__nav-icon {
  display: none;
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .header-content__nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header-content__nav-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-content__items {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
}
@media (max-width: 1400px) {
  .header-content__items {
    flex-wrap: wrap;
    align-content: space-between;
  }
}
@media (max-width: 1100px) {
  .header-content__items {
    display: none;
  }
}
.header-content__items-running {
  right: -200px;
  visibility: visible;
}
.header-content__item {
  margin-right: 15px;
}
.header-content__item:hover a {
  color: #ffb715;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .header-content__item {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.header-content__item-link {
  padding: 15px 10px;
  letter-spacing: 1px;
}
@media (max-width: 1300px) {
  .header-content__item-link {
    padding: 0 10px;
  }
}
.header-content__info {
  display: flex;
  align-items: center;
  justify-self: left;
}
@media (max-width: 900px) {
  .header-content__info {
    flex-direction: row;
  }
}
.header-content__info-btn {
  margin-right: 20px;
  transition: 0.2s;
}
@media (max-width: 900px) {
  .header-content__info-btn {
    margin-bottom: 0;
  }
}
@media (max-width: 700px) {
  .header-content__info-btn {
    display: none;
  }
}
.header-content__info-wrapper {
  display: flex;
  flex-flow: column nowrap;
  margin-right: 10px;
}
.header-content__info-phone,
.header-content__info-email {
  width: max-content;
  margin-right: 15px;
  font-size: 15px;
  font-weight: normal;
  color: white;
  letter-spacing: 0.04em;
}
.header-content__info-phone:hover,
.header-content__info-email:hover {
  color: #ffb715;
}
@media (max-width: 500px) {
  .header-content__info-phone,
  .header-content__info-email {
    display: none;
  }
}
.header-content__info-search {
  margin-right: 25px;
}
@media (max-width: 400px) {
  .header-content__info-search {
    margin-right: 10px;
  }
}
.header-content__info-search:hover svg path {
  stroke: #ffb715;
}
.header .tranparent {
  background: transparent;
}
.mobile-menu__wrapper {
  position: fixed;
  top: 0;
  right: -200px;
  z-index: 10;
  display: flex;
  flex-flow: column;
  width: 200px;
  height: 100vh;
  background: #4e4e4e;
  transition: all;
  transition-duration: 0.5s;
}
.mobile-menu_show {
  transition: all;
  transition-duration: 0.5s;
  transform: translateX(-200px);
}
.mobile-menu__items {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  padding-top: 10px;
}
.mobile-menu__item {
  padding: 10px;
}
.mobile-menu__item-link {
  padding: 10px;
  color: white;
  background: #2a2a2a;
}
.mobile-menu__btn {
  margin: 30px 10px 20px;
  margin-top: 30px;
}
.mobile-menu__phone {
  font-weight: 800;
  color: white;
  text-align: center;
  letter-spacing: 0.04em;
}
.mobile-menu__cancel {
  width: 30px;
  height: 30px;
  margin: 15px 0 0 15px;
}
.footer {
  padding: 30px 0;
  background-color: #222121;
}
.footer__content {
  border-bottom: #484747 solid 1px;
}
.footer__items {
  display: flex;
}
@media (max-width: 500px) {
  .footer__items {
    flex-flow: column nowrap;
  }
}
.footer__item {
  flex-grow: 1;
  width: 10px;
}
@media (max-width: 1100px) {
  .footer__item.logo {
    display: none;
  }
}
@media (max-width: 1100px) {
  .footer__item.catalog {
    flex-grow: 1.5;
  }
}
.footer__item-category {
  margin-bottom: 25px;
}
@media (max-width: 800px) {
  .footer__item:nth-child(1) {
    display: none;
  }
}
@media (max-width: 500px) {
  .footer__item {
    width: 100%;
    text-align: center;
  }
  .footer__item.logo {
    display: block;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer__item .footer__catalog-item-link,
  .footer__item .footer__item-category {
    text-align: left;
  }
  .footer__item .footer__item-category {
    margin-bottom: 10px;
  }
  .footer__item.back-email {
    margin-bottom: 20px;
  }
  .footer__item.other-links {
    margin-bottom: 20px;
  }
}
.footer__logo-link {
  position: relative;
  top: -20px;
  cursor: pointer;
}
@media (max-width: 500px) {
  .footer__logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.9);
    margin: 0 auto;
  }
}
.footer__social-items {
  display: flex;
  justify-content: flex-start;
}
.footer__social-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: #3c3c3d;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
}
.footer__social-item:hover {
  background: #ffb715;
}
.footer__catalog-items {
  margin-bottom: 25px;
}
.footer__catalog-item-link {
  margin-bottom: 15px;
}
.footer__catalog-item-link:hover {
  color: white;
}
.footer__email-wrapper {
  margin-bottom: 20px;
}
.footer__email-input {
  width: 100%;
  height: 44px;
  padding: 15px;
  font-size: 18px;
  color: white;
  letter-spacing: 1px;
  background-color: #474849;
}
.footer__email-input::placeholder {
  color: #8b8b8b;
  letter-spacing: 0.03em;
}
.footer__email-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 40px;
  cursor: pointer;
}
.footer__email-btn:hover .footer__email-btn-trangle {
  border-left-color: white;
}
.footer__email-btn-trangle {
  width: 0;
  height: 0;
  border-top: 8px transparent solid;
  border-left: 10px solid #8b8a8a;
  border-bottom: 8px transparent solid;
}
.footer__accept {
  display: flex;
  justify-content: left;
  align-items: center;
}
.footer__accept-link {
  display: inline;
  color: white;
}
.footer__accept-img {
  margin-right: 10px;
}
.footer__text {
  color: #8b8b8b;
  letter-spacing: 0.04em;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.footer .white-text:hover {
  color: #ffb715;
}
.footer .rootmedia {
  text-align: center;
}
.footer .rootmedia:hover {
  color: white;
}
.mb15 {
  margin-bottom: 15px;
}
.offer-window {
  display: none;
  width: 100vw;
  max-width: 711px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .offer-window {
    max-width: 380px;
  }
}
@media (max-width: 376px) {
  .offer-window {
    max-width: 350px;
  }
}
@media (max-width: 321px) {
  .offer-window {
    max-width: 300px;
  }
}
@media (max-width: 500px) {
  .offer-window .form__title {
    text-align: center;
  }
}
.offer-window__fon-picture {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 700px) {
  .offer-window__fon-picture {
    right: -100px;
    bottom: -100px;
  }
}
@media (max-width: 500px) {
  .offer-window__fon-picture {
    display: none;
  }
}
.offer-window .fancybox-button {
  top: 40px;
  right: 20px;
  transform: scale(1.5);
}
@media (max-width: 500px) {
  .offer-window.fancybox-content {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.bread-crumbs__items {
  display: flex;
  flex-flow: wrap;
  justify-content: left;
  padding: 30px 0;
}
.bread-crumbs__item {
  margin-bottom: 15px;
  color: #2d2c2c;
}
.bread-crumbs__item:hover {
  color: #ffb715;
}
.bread-crumbs__item a {
  transition: 0s;
}
.bread-crumbs__item:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
  border-right: #ccc 1px solid;
}
.bread-crumbs__last-item {
  color: #777474;
  text-transform: uppercase;
}
.year-btns__wrapper {
  display: flex;
  justify-content: left;
  margin-bottom: 25px;
}
.year-btns {
  padding: 7px 12px;
  margin-right: 8px;
  font-size: 16px;
  line-height: 19px;
  color: #777474;
  background: #eeeeee;
}
.year-btns:hover {
  cursor: pointer;
  background: #d1d1d1;
}
.year-btns.active {
  color: white;
  background: #2d2c2c;
}
.year-btns__menu-items {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  width: 110px;
  height: 175px;
  padding: 8px 12px;
  background: #d1d1d1;
  opacity: 0;
  transition-property: none;
  transition-duration: 0;
}
.year-btns__menu-items .simplebar-track.simplebar-vertical {
  background: #bebebe;
}
.year-btns__menu-items * {
  transition: 0s ;
}
.year-btns__menu-item {
  margin-bottom: 10px;
  line-height: 19px;
  color: #777474;
  cursor: pointer;
}
.year-btns__menu-item:hover {
  color: white;
}
.year-btns__menu-item.active {
  color: #ffb715;
}
.year-btns__menu-item input {
  display: none;
}
.news-item {
  margin-bottom: 60px;
}
@media (max-width: 500px) {
  .news-item .container {
    padding: 0 10px;
  }
}
.news-item__items {
  margin-bottom: 35px;
}
.news-item__item-link {
  height: 240px;
  margin-bottom: 16px;
  transform: perspective(400px) rotateY(-5deg) translateX(-10px);
}
@media (max-width: 500px) {
  .news-item__item-link {
    transform: perspective(400px) rotateY(-5deg) translateX(-5px);
  }
}
.news-item__item-link picture {
  width: 100%;
  height: 100%;
}
.news-item__item-link img {
  object-fit: cover;
}
.news-item__item-title {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 130%;
  color: #2d2c2c;
}
.news-item__item-title:hover {
  color: #ffb715;
}
.news-item__item-date {
  font-size: 16px;
  line-height: 130%;
  color: #777474;
}
@media (max-width: 500px) {
  .action-item .container {
    padding: 0 10px;
  }
}
.action-item__items {
  margin-bottom: 35px;
}
.action-item picture {
  width: 70%;
  height: 70%;
}
.action-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.action-item__item-background {
  height: 240px;
  margin-bottom: 16px;
  background: #ffb715;
  transform: perspective(400px) rotateY(-5deg) translateX(-10px);
}
@media (max-width: 500px) {
  .action-item__item-background {
    transform: perspective(400px) rotateY(-5deg) translateX(-5px);
  }
}
.action-item__item-picture {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.action-item__item-link {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.action-item__img-wrapper:hover + .action-item__title {
  color: #ffb715;
}
.action-item__title {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 130%;
  color: #2d2c2c;
}
.action-item__title:hover {
  color: #ffb715;
}
.action-item__date {
  font-size: 16px;
  line-height: 130%;
  color: #777474;
}
.intro {
  max-width: 1600px;
  max-height: 700px;
  margin: 0 auto;
  font-weight: 800;
  color: white;
}
.intro__img {
  width: 100%;
  height: 100%;
}
.intro__img img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .intro__img img {
    height: 600px;
  }
}
@media (max-width: 800px) {
  .intro__img img {
    height: 500px;
  }
}
.intro .container {
  height: 100%;
}
.intro__content {
  position: absolute;
  top: 50%;
  right: 150px;
  max-width: 450px;
  padding: 25px 25px 50px 25px;
  overflow: hidden;
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  .intro__content {
    padding: 15px;
    padding-bottom: 50px;
    width: 320px;
  }
}
@media (max-width: 500px) {
  .intro__content {
    top: 100px;
    left: calc(50% + 5px);
    transform: translateX(-50%);
  }
}
.intro__content-square {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: #ffb915b2;
  transform: rotate(5deg);
}
.intro__content-title {
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .intro__content-title {
    font-size: 24px;
  }
}
.intro__content-desc {
  margin-bottom: 20px;
  font-size: 24px;
}
@media (max-width: 800px) {
  .intro__content-desc {
    font-size: 18px;
  }
}
.intro__content-btn {
  width: max-content;
  padding: 10px;
  color: #323232;
  text-transform: uppercase;
  cursor: pointer;
  background: white;
}
.intro__content-btn:hover {
  background: #e6e6e6;
}
.intro-slider__prev-btn {
  left: 100px;
}
@media (max-width: 700px) {
  .intro-slider__prev-btn {
    left: 20px;
  }
}
.intro-slider__next-btn {
  right: 100px;
}
@media (max-width: 700px) {
  .intro-slider__next-btn {
    right: 20px;
  }
}
.offer {
  color: #323232;
}
.offer__title {
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .offer__title {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .offer__title {
    text-align: center;
  }
}
.offer__content-title {
  height: 50px;
  font-weight: 800;
  color: #101010;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.offer__content-title a:hover {
  color: #ffb715;
}
.offer__content-link {
  margin-bottom: 10px;
  color: #323232;
  cursor: pointer;
}
.offer__content-link:hover {
  color: #e61919;
}
.offer__text {
  padding-bottom: 60px;
  font-size: 16px;
}
@media (max-width: 500px) {
  .offer__text {
    padding-bottom: 30px;
    font-size: 14px;
    text-align: center;
  }
}
.offer__wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .offer__wrapper {
    flex-direction: column;
  }
}
.offer__items {
  display: flex;
  justify-content: space-between;
  flex-flow: nowrap row;
  flex-grow: 1;
}
@media (max-width: 1100px) {
  .offer__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .offer__items {
    justify-content: center;
    border-right: none;
  }
}
@media (max-width: 400px) {
  .offer__items {
    justify-content: center;
  }
}
.offer__item {
  display: flex;
  flex: 1;
  justify-content: center;
  margin-right: 15px;
}
@media (max-width: 1100px) {
  .offer__item {
    flex-basis: 30%;
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .offer__item {
    flex-basis: 40%;
  }
}
@media (max-width: 400px) {
  .offer__item {
    flex-basis: 300px;
    flex-grow: 0;
    margin-right: 0;
  }
}
.offer__item-inner {
  margin: 0 auto;
}
.offer__item .has__hidden-items + .offer__item-show-all {
  display: block;
}
.offer__item-link {
  display: flex;
  align-items: flex-end;
  justify-content: left;
  width: 100%;
  height: 130px;
  padding-bottom: 10px;
  user-select: none;
}
.offer__item-link picture {
  width: 100%;
  height: 100%;
}
.offer__item-link:hover + .offer__content-title a {
  color: #ffb715;
}
.offer__item-link img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0 auto 10px 0;
  object-position: center;
}
@media (max-width: 500px) {
  .offer__item-link img {
    object-position: center;
  }
}
.offer__item-category:nth-child(n + 6) {
  display: none;
}
.offer__item-inner.show-items .offer__item-category {
  display: block;
}
.offer__item-catogories {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
}
.offer__item-catogories.has__hidden-items + .offer__item-show-all {
  display: block;
}
.offer__item-show-all {
  display: none;
  padding-left: 15px;
  margin-top: 20px;
  color: #8f8f8f;
  cursor: pointer;
}
.offer__item-show-all:hover {
  color: #ffb715;
}
.offer__item-show-all:hover:before {
  border-left-color: #ffb715;
}
.offer__item-show-all:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #8f8f8f;
  transform: translateY(-60%);
}
.offer__item-show-all.rotate-trangle:before {
  transform: rotate(-90deg) translate(-2px, -2px);
  transform-origin: top left;
}
.offer__last-item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 40px 30px 0;
  border-left: #dcdcdc solid 1px;
}
.offer__last-item:hover .offer__last-item-title a {
  color: inherit;
}
@media (max-width: 1100px) {
  .offer__last-item {
    flex-basis: 30%;
  }
}
@media (max-width: 800px) {
  .offer__last-item {
    flex-basis: 39%;
  }
}
@media (max-width: 500px) {
  .offer__last-item {
    border-left: none;
  }
}
.offer__last-item-title {
  width: max-content;
}
.action__title {
  margin-bottom: 30px;
}
.action__content {
  margin-bottom: 30px;
}
.action__items {
  background: #d1d1d1;
}
.action__item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 30px;
  background: #d1d1d1;
}
@media (max-width: 800px) {
  .action__item-inner {
    flex-flow: column;
    padding: 10px;
  }
}
.action__item-content {
  flex-basis: 50%;
  width: 10px;
  max-width: 500px;
  margin-right: 40px;
}
@media (max-width: 800px) {
  .action__item-content {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }
}
.action__item-block {
  padding: 30px;
  margin-bottom: 60px;
  font-weight: 800;
  color: white;
  background: url("../img/pages/01_index/trangle-1.svg") no-repeat;
  background-size: cover;
}
@media (max-width: 800px) {
  .action__item-block {
    padding: 40px;
    max-width: 500px;
    margin: 0 auto 30px auto;
  }
}
.action__item-block-text {
  margin-bottom: 25px;
  line-height: 25px;
  font-size: 20px;
}
.action__item-block-price {
  padding-bottom: 20px;
  font-size: 30px;
}
.action__item-picture {
  display: flex;
  flex-basis: 50%;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 100%;
}
@media (max-width: 800px) {
  .action__item-picture {
    width: 100%;
  }
}
.action__item-picture img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.action__item .action__right-trangle {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  width: 0;
  height: 0;
  border-top: transparent solid 0;
  border-left: 31px #2a2a2a solid;
}
.action__item .action__bottom-trangle {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 0;
  height: 0;
  border-top: 40px #2a2a2a solid;
  border-right: transparent solid 7px;
}
.action__item-desc {
  color: #323232;
}
.action__item-desc-items {
  display: flex;
}
.action__item-desc-item {
  flex-basis: 33.33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.action__item-desc-title {
  font-size: 16px;
  line-height: 28px;
}
.action__item-desc-value {
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
}
.action .container {
  padding: 0 5px;
}
.test {
  margin: 15px 0;
}
.news__title {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 800;
  color: #323232;
  text-transform: uppercase;
}
.news__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px 16px;
  margin-bottom: 15px;
}
@media (max-width: 1400px) {
  .news__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .news__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 12px;
  }
}
@media (max-width: 500px) {
  .news__items {
    grid-template-columns: 1fr;
    grid-gap: 16px 10px;
  }
}
.news__item:hover .news__item-title {
  color: #ffb715;
}
.news__item-date {
  color: #101010;
  display: block;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  user-select: none;
}
.news__item-title {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 0 0.33em;
}
.news__item-title a:hover {
  color: #ffb715;
}
.news__item-img {
  margin: 0 0 16px;
  padding-top: 61.7816092%;
  user-select: none;
  width: 100%;
}
@media (max-width: 800px) {
  .news__item-img {
    margin-bottom: 12px;
  }
}
@media (max-width: 500px) {
  .news__item-img {
    margin-bottom: 10px;
  }
}
.news__item-img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.news__more {
  width: max-content;
  padding-right: 30px;
  margin-left: auto;
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  color: #101010;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  user-select: none;
}
.news__more:after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 15px solid #101010;
  transform: translateY(-65%);
}
.news__more:hover {
  color: #e61919;
}
.news__more:hover:after {
  border-left-color: #e61919;
}
.call {
  padding: 30px 0;
  text-align: center;
  background: #dedede;
}
.call__text {
  color: #747474;
}
.call__phone {
  width: max-content;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 36px;
  font-weight: 800;
  color: #2a2a2a;
}
.call__phone:hover {
  color: #e61919;
}
.contact {
  margin-bottom: 35px;
  color: white;
}
.contact__title {
  padding-left: 15px;
}
.contact .container {
  padding: 0;
}
.contact__map-content {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 420px;
  height: 300px;
  padding: 30px;
  padding-right: 40px;
  overflow: hidden;
  background-size: cover;
}
@media (max-width: 800px) {
  .contact__map-content {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 700px) {
  .contact__map-content {
    width: 320px;
  }
}
@media (max-width: 500px) {
  .contact__map-content {
    left: 50%;
    height: 270px;
    padding: 15px;
    margin-left: 5px;
    transform: translateX(-50%);
  }
}
.contact__map-content-square {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: #2d2c2c;
  transform: rotate(5deg);
}
@media (max-width: 1000px) {
  .contact__map-content-square {
    background-color: #2d2c2cb0;
    color: #2d2c2c;
  }
}
.contact__map-icon {
  margin-right: 20px;
}
@media (max-width: 500px) {
  .contact__map-icon {
    margin-right: 10px;
  }
}
.contact__map-row {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 25px;
}
.contact__map-row:nth-last-child(2) {
  margin-bottom: 35px;
}
.contact__map-text {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 500px) {
  .contact__map-text {
    font-size: 18px;
  }
}
.contact__map-email:hover {
  color: #ffb715;
}
.contact__map-phone {
  margin-right: 16px;
}
.contact__data-text {
  font-size: 14px;
  line-height: 17px;
  color: #918c8c;
}
@media (max-width: 1000px) {
  .contact__data-text {
    color: #ffb715;
  }
}
.contact__map-inner {
  height: 600px;
}
@media (max-width: 600px) {
  .contact__map-inner {
    height: 600px;
  }
}
.contact__map-inner * {
  transition: none !important;
}
.ymaps-2-1-76-copyright {
  display: none !important;
}
.ymaps-2-1-76-map {
  width: 100% !important;
  height: 100% !important;
}
.brands__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 900px) {
  .brands__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .brands__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.brands__item {
  margin-bottom: 56px;
}
@media (max-width: 500px) {
  .brands__item {
    margin-bottom: 20px;
  }
}
.brands__item-name {
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
  color: #2d2c2c;
  text-align: center;
  text-transform: uppercase;
}
.brands__item:hover .brands__item-name {
  color: #ffb715 !important;
}
.brands__item-picture img {
  height: 120px;
  margin: 0 auto;
  object-fit: contain;
}
.brand__top-content {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  margin: 40px 0;
}
@media (max-width: 700px) {
  .brand__top-content {
    flex-flow: column;
    align-items: center;
  }
}
.brand__picture {
  margin-right: 30px;
  border: 1px solid #ccc;
}
@media (max-width: 700px) {
  .brand__picture {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.brand__picture img {
  width: 420px;
  height: 220px;
  object-fit: contain;
}
@media (max-width: 1000px) {
  .brand__picture img {
    width: 300px;
  }
}
.brand__title-text {
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .brand__title-text {
    font-size: 33px;
  }
}
.brand__content-text > p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 19px;
  color: #2d2c2c;
}
.about-intro {
  padding: 80px 0;
  margin-bottom: 80px;
}
@media (max-width: 500px) {
  .about-intro {
    margin-bottom: 50px;
  }
}
.about-intro__fon-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-intro__fon-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-intro__top-content {
  z-index: 5;
  max-width: 758px;
  padding: 60px 50px;
  margin-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 700px) {
  .about-intro__top-content {
    padding-left: 5px;
    padding-right: 15px;
  }
}
@media (max-width: 500px) {
  .about-intro__top-content {
    margin-bottom: 10px;
  }
}
.about-intro__top-content p {
  z-index: 5;
  font-size: 36px;
  font-weight: 800;
  line-height: 45px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .about-intro__top-content p {
    font-size: 23px;
  }
}
.about-intro__top-content-square {
  position: absolute;
  top: -27px;
  left: -48px;
  width: 107%;
  height: 0;
  border-right: 41px solid transparent;
  border-bottom: 252px solid #ffb915b2;
  border-left: 50px solid transparent;
  transform: rotate(2deg);
}
@media (max-width: 500px) {
  .about-intro__top-content-square {
    width: 120%;
  }
}
.about-intro__bottom-content {
  z-index: 5;
  max-width: 800px;
  padding: 50px 70px 30px 60px;
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 600px) {
  .about-intro__bottom-content {
    padding-right: 20px;
    padding-left: 30px;
  }
}
.about-intro__bottom-content p {
  z-index: 5;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}
@media (max-width: 400px) {
  .about-intro__bottom-content p {
    font-size: 18px;
  }
}
.about-intro__bottom-content-square {
  position: absolute;
  top: 28px;
  left: 11px;
  width: 100%;
  height: 111%;
  background: #ffb915b2;
  transform: rotate(2deg);
}
.about-certificate {
  margin-bottom: 100px;
}
.about-certificate__title {
  text-indent: 50px;
}
@media (max-width: 800px) {
  .about-certificate__title {
    text-indent: 0;
    text-align: center;
  }
}
.about-certificate__items {
  padding: 0 40px;
}
@media (max-width: 500px) {
  .about-certificate__items {
    padding: 0 20px;
  }
}
.about-certificate__item {
  margin: 0 15px;
}
.about-certificate__item-picture {
  width: 100%;
  height: 430px;
  cursor: pointer;
}
.about-certificate__item-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-slider__prev-btn {
  top: 50%;
  left: 10px;
  border-right-color: #777474;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .about-slider__prev-btn {
    left: -5px;
  }
}
.about-slider__next-btn {
  top: 50%;
  right: 10px;
  border-left-color: #777474;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .about-slider__next-btn {
    right: -5px;
  }
}
.fancybox-stage * {
  transition: 0s !important;
}
.error {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  user-select: none;
  background: url("../min-img/pages/01_index/404.jpg");
  background-size: cover;
}
.error__num {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 5;
  font-size: 962.315px;
  font-weight: 800;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.33);
  transform: translate(-50%, -50%);
}
@media (max-width: 1000px) {
  .error__num {
    font-size: 500px;
  }
}
@media (max-width: 800px) {
  .error__num {
    font-size: 300px;
  }
}
@media (max-width: 500px) {
  .error__num {
    font-size: 250px;
  }
}
.error__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  color: white;
  transform: translate(-50%, -50%);
}
.error__title {
  width: max-content;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .error__title {
    font-size: 30px;
  }
}
.error__text {
  margin-bottom: 40px;
  color: #fff;
}
.error__btn {
  width: max-content;
  margin: 0 auto;
}
.news-card {
  display: flex;
}
@media (max-width: 767px) {
  .news-card {
    flex-direction: column;
  }
}
.news-card .container-w {
  padding: 0;
}
.news-card__content-wrapper {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .news-card__content-wrapper {
    display: block;
  }
}
@media (max-width: 600px) {
  .news-card__content-wrapper {
    margin-bottom: 50px;
  }
}
.news-card__slider-item {
  height: 750px;
}
@media (max-width: 500px) {
  .news-card__slider-item {
    height: 300px;
  }
}
.news-card__slider-item-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-card__slider-item-background img {
  object-fit: cover;
}
.news-card__prev-btn,
.news-card__next-btn {
  top: 50%;
  transform: translateY(50%);
}
.news-card__content-text {
  flex: 1;
  width: 50%;
}
@media (max-width: 900px) {
  .news-card__content-text {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .news-card__content-text {
    margin: 0 0 30px;
  }
}
.news-card__content-text p {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
  color: #2d2c2c;
}
.news-card__content-top-text {
  margin-bottom: 40px;
}
.news-card__content-bottom-text {
  margin-top: 40px;
}
@media (max-width: 900px) {
  .news-card__content-bottom-text {
    padding-bottom: 30px;
  }
}
.news-card__other-news {
  margin-left: 30px;
  width: 30%;
}
@media (max-width: 767px) {
  .news-card__other-news {
    width: 50%;
    align-self: center;
  }
}
.news-card__other-news .news-item__item {
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .news-card__other-news .news-item__item {
    width: 100%;
    min-width: unset;
  }
}
.news-card__other-news-title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 800;
  line-height: 130%;
  color: #2d2c2c;
  text-transform: uppercase;
}
.news-card__other-news-items {
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 900px) {
  .news-card__other-news-items {
    justify-content: space-around;
  }
}
.news-card__content-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.action-page {
  margin-bottom: 100px;
}
@media (max-width: 500px) {
  .action-page {
    margin-bottom: 50px;
  }
}
.action-page .container-w {
  padding: 0;
}
.action-page__text-discount {
  color: #ffb715;
}
.action-page__main-content {
  padding-right: 400px;
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .action-page__main-content {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .action-page__main-content {
    margin-bottom: 50px;
  }
}
.action-page__slider-items {
  margin-bottom: 40px;
}
.action-page__slider-item {
  background: #c4c4c4;
}
@media (max-width: 500px) {
  .action-page__slider-item {
    height: 300px;
  }
}
.action-page__slider-item-background {
  width: 100%;
  height: 350px;
}
.action-page__slider-item-background img {
  object-fit: contain;
}
.action-page-slider__prev-btn,
.action-page-slider__next-btn {
  top: 50%;
  transform: translateY(-50%);
}
.action-page__text-content {
  margin-bottom: 40px;
}
.action-page__text-content p {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 24px;
  color: #2d2c2c;
}
@media (max-width: 900px) {
  .action-page__offer {
    margin-bottom: 40px;
  }
}
.action-page__offer-title {
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .action-page__offer-title {
    font-size: 26px;
    text-align: center;
  }
}
.action-page__offer-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .action-page__offer-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .action-page__offer-items {
    grid-template-columns: 1fr;
  }
}
.action-page__other-action {
  position: absolute;
  top: 0;
  right: 0;
  width: 380px;
  height: 100%;
}
@media (max-width: 900px) {
  .action-page__other-action {
    position: static;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .action-page__other-action-title {
    font-size: 18px !important;
  }
}
.action-page__other-action-item {
  min-width: 340px;
}
@media (max-width: 900px) {
  .action-page__other-action-item {
    width: 300px;
  }
}
@media (max-width: 500px) {
  .action-page__other-action-item {
    width: 100%;
    min-width: unset;
  }
}
.action-page__other-action .deck__item {
  margin-bottom: 40px;
}
.action-page__other-action-title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 800;
  line-height: 130%;
  color: #2d2c2c;
  text-transform: uppercase;
}
.action-page__other-action-items {
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 900px) {
  .action-page__other-action-items {
    flex-flow: row nowrap;
    justify-content: space-around;
  }
}
@media (max-width: 600px) {
  .action-page__other-action-items {
    flex-flow: row wrap;
  }
}
.product .container:first-child {
  padding: 0;
}
@media (max-width: 500px) {
  .product__title {
    text-align: center;
  }
}
.product__intro-item {
  height: 500px;
}
@media (max-width: 1100px) {
  .product__intro-item {
    height: 400px;
  }
}
@media (max-width: 800px) {
  .product__intro-item {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .product__intro-item {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .product__intro-item {
    height: 150px;
  }
}
.product__intro-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product__intro-background img {
  object-fit: cover;
}
.product__info-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .product__info-top {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .product__info-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .product__info-top {
    align-items: center;
  }
}
.product__info-left-wrapper {
  display: flex;
  flex-flow: column;
  max-width: 800px;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .product__info-left-wrapper {
    margin-bottom: 40px;
  }
}
.product__info-wrapper-1 {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: left;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .product__info-wrapper-1 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.product__info-price-text {
  margin-right: 10px;
  font-size: 36px;
  font-weight: 800;
  color: #c6c6c6;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (max-width: 400px) {
  .product__info-price-text {
    font-size: 30px;
  }
}
.product__info-price-number {
  margin-right: 10px;
  font-size: 36px;
  font-weight: 800;
  color: #101010;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  user-select: none;
}
@media (max-width: 500px) {
  .product__info-price-number {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .product__info-price-number {
    font-size: 30px;
  }
}
.product__info-price-btn {
  padding: 10px 35px;
  color: white;
  background: #2d2c2c;
  cursor: pointer;
}
.product__info-price-btn:hover {
  background: #ffb715;
}
@media (max-width: 500px) {
  .product__info-price-btn {
    margin-top: 10px;
  }
}
.product__info-price-desc {
  padding-right: 20px;
  color: #323232;
}
@media (max-width: 500px) {
  .product__info-price-desc {
    text-align: center;
  }
}
.product__info-content {
  margin-bottom: 30px;
}
.product__info-content input {
  display: none;
}
.product__info-doc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 45px;
  background: #ffb715;
}
.product__info-doc-icon {
  margin-bottom: 10px;
}
.product__info-doc-text {
  width: max-content;
  font-weight: 800;
  color: #101010;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.product .product__input-desc:checked ~ .product__tab-btns :first-child label {
  color: #ffb715;
}
.product .product__input-character:checked ~ .product__tab-btns :nth-child(2) label {
  color: #ffb715;
}
.product .product__input-certificate:checked ~ .product__tab-btns :last-child label {
  color: #ffb715;
}
.product .product__input-desc:checked ~ .product__tab-items > :first-child {
  display: flex;
}
.product .product__input-character:checked ~ .product__tab-items > :nth-child(2) {
  display: block;
}
.product .product__input-certificate:checked ~ .product__tab-items > :last-child {
  display: block;
}
.product__tab-btns {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .product__tab-btns {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 20px;
    text-align: center;
  }
}
.product__tab-btn {
  cursor: pointer;
}
.product__tab-btn label {
  padding: 20px 15px;
  font-size: 20px;
  font-weight: 800;
  color: #101010;
  text-transform: uppercase;
  background: #eeeeee;
}
@media (max-width: 600px) {
  .product__tab-btn label {
    margin-bottom: 5px;
  }
}
.product__tab-btn:hover label {
  color: #ae7800;
}
.product__tab-items {
  margin-bottom: 30px;
}
.product__tab-item {
  display: none;
}
@media (max-width: 600px) {
  .product__tab-item-desc {
    flex-direction: column;
  }
}
.product__tab-item-character {
  display: none;
  flex-direction: column;
}
.product__desc-item-text {
  width: 60%;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .product__desc-item-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.product__desc-item-text p {
  margin-bottom: 20px;
  color: #323232;
}
.product__desc-item-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  flex-grow: 1;
  height: 300px;
}
@media (max-width: 600px) {
  .product__desc-item-img {
    width: 100%;
  }
}
.product__desc-item-img img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.product__character-item {
  display: flex;
  padding: 24px 0;
  border-bottom: #eeeeee 1px solid;
}
@media (max-width: 500px) {
  .product__character-item {
    flex-direction: column;
  }
}
.product__character-item-name {
  width: 50%;
  font-size: 20px;
  line-height: 24px;
  color: #898989;
}
@media (max-width: 500px) {
  .product__character-item-name {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.product__character-item-value {
  width: 50%;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #323232;
}
@media (max-width: 500px) {
  .product__character-item-value {
    width: 100%;
    text-align: center;
  }
}
.product__certificate-items {
  padding: 0 30px;
  margin-bottom: 30px;
}
.product__certificate-text {
  font-size: 20px;
  line-height: 24px;
  color: #898989;
  text-align: center;
}
.product__certificate-item {
  margin: 0 15px;
  cursor: pointer;
}
.product__certificate-item-img {
  height: 200px;
}
.product__certificate-item-img img {
  object-fit: contain;
  object-fit: center;
}
.product__other-buy {
  margin-bottom: 60px;
}
.product__other-buy-title {
  padding-bottom: 0;
}
.search {
  margin-bottom: 50px;
  min-height: 300px;
}
@media (max-width: 800px) {
  .search {
    min-height: 200px;
  }
}
@media (max-width: 500px) {
  .search {
    min-height: 100px;
  }
}
.search__title {
  margin-bottom: 25px;
}
.search__title span {
  font-size: inherit;
}
@media (max-width: 500px) {
  .search__title {
    padding-bottom: 10px;
    margin-bottom: 0;
    text-align: center;
  }
}
.search__br {
  display: none;
}
@media (max-width: 500px) {
  .search__br {
    display: block;
  }
}
.search__subtitle {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
  color: #777474;
  text-transform: uppercase;
}
.search__input {
  width: 100%;
  padding: 21px 50px 21px 21px;
  font-size: 20px;
  line-height: 21px;
  color: #2d2c2c;
  background: #eeeeee;
}
.search__input-wrapper {
  margin-bottom: 50px;
}
.search__input::placeholder {
  color: #7c7c7c;
}
.search__input-icon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.search__input-icon path {
  stroke: #777474;
}
.search__product-items {
  margin-bottom: 65px;
}
.search__error {
  color: #e61919;
  font-size: 16px;
  letter-spacing: 0.02em;
  margin: 12px 0 0;
}
.catalog {
  color: #323232;
}
.catalog__title {
  padding-bottom: 40px;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .catalog__title {
    font-size: 26px;
    text-align: center;
  }
}
.catalog__content-title {
  height: 50px;
  font-weight: 800;
  color: #101010;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.catalog__content-title a:hover {
  color: #ffb715;
}
.catalog__content-link {
  margin-bottom: 10px;
  color: #323232;
  cursor: pointer;
}
.catalog__content-link:hover {
  color: #e61919;
}
.catalog__text {
  padding-bottom: 60px;
  font-size: 16px;
}
@media (max-width: 500px) {
  .catalog__text {
    font-size: 14px;
  }
}
.catalog__wrapper {
  display: flex;
  justify-content: left;
}
@media (max-width: 600px) {
  .catalog__wrapper {
    flex-direction: column;
  }
}
.catalog__items {
  display: flex;
  flex-flow: wrap;
  flex-grow: 1;
  justify-content: left;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .catalog__items {
    justify-content: center;
  }
}
.catalog__item {
  align-items: flex-start;
  display: flex;
  flex-basis: 30%;
  flex-grow: 1;
  justify-content: flex-start;
  max-width: 30%;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .catalog__item {
    flex-basis: 40%;
    max-width: 40%;
    flex-grow: 1;
  }
}
@media (max-width: 500px) {
  .catalog__item {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .catalog__item {
    flex-basis: 300px;
    max-width: 100%;
    flex-grow: 0;
    margin-right: 0;
  }
}
.catalog__item-inner {
  margin: 0 auto;
}
.catalog__item .has__hidden-items + .offer__item-show-all {
  display: block;
}
.catalog__item-picture {
  width: 100%;
  height: 130px;
  margin-bottom: 10px;
  user-select: none;
}
.catalog__item-picture img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}
.catalog__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.catalog__item-link:hover .catalog__content-title {
  color: #ffb715;
}
.catalog__item-category:nth-child(n + 6) {
  display: none;
}
.catalog__item.show-items .offer__item-category {
  display: block;
}
.catalog__item-categories {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
}
.catalog__item-categories.has__hidden-items + .offer__item-show-all {
  display: block;
}
.catalog__item-categories.not-hidden .catalog__item-category {
  display: block !important;
}
.catalog__bottom-title {
  margin-bottom: 15px;
  font-weight: 800;
  color: #101010;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.catalog__bottom-text {
  color: #323232;
}
.display__content-wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .display__content-wrapper {
    flex-direction: column;
    align-items: unset;
  }
  .display__content-wrapper .display__option-wrapper {
    padding: 0;
    margin-right: 0;
    margin-bottom: 30px;
    background: none;
  }
  .display__content-wrapper .category__category-items,
  .display__content-wrapper .filter__price-wrapper {
    display: none;
  }
  .display__content-wrapper .filter,
  .display__content-wrapper .category {
    padding: 15px;
    background: #eeeeee;
    margin-bottom: 8px;
  }
  .display__content-wrapper .filter__title-wrapper {
    margin-bottom: 0;
  }
  .display__content-wrapper .filter__price-wrapper {
    margin-top: 20px;
  }
  .display__content-wrapper .category__title {
    margin-bottom: 0;
  }
  .display__content-wrapper .category__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.display__option-wrapper {
  min-width: 310px;
  padding: 35px 25px;
  margin-right: 30px;
  background: #eeeeee;
}
@media (max-width: 800px) {
  .display__option-wrapper {
    min-width: 250px;
  }
}
.display__item-content {
  flex-grow: 1;
}
.display__sort-btns {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.display__sort-btns input {
  display: none;
}
.display__sort-btn {
  padding-right: 15px;
  margin-right: 15px;
  font-size: 20px;
  line-height: 24px;
  color: #2d2c2c;
  cursor: pointer;
}
.display__sort-btn:hover {
  color: #ffb715;
}
.display__sort-btn:hover:after {
  border-top-color: #ffb715;
}
.display__sort-btn:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
  width: 0;
  height: 0;
  content: "";
  border-top: black 5px solid;
  border-right: transparent 5px solid;
  border-left: transparent 5px solid;
  transform: translateY(-50%);
}
.display__sort-btn.sort-btn__desc {
  color: #ffb715;
}
.display__sort-btn.sort-btn__desc:after {
  display: block;
  border-top-color: #ffb715;
}
.display__sort-btn.sort-btn__asc {
  color: #ffb715;
}
.display__sort-btn.sort-btn__asc:after {
  display: block;
  border-top-color: #ffb715;
  transform: rotate(180deg) translateY(3px);
}
.display__sort-btn-text {
  margin-right: 15px;
  color: #777474;
}
.display__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1100px) {
  .display__items {
    grid-template-columns: repeat(2, minmax(0, auto));
  }
}
@media (max-width: 500px) {
  .display__items {
    grid-template-columns: minmax(0, auto);
  }
}
.display__empty {
  padding: 70px 0;
  text-align: center;
  background: #f8f8f8;
}
.display__empty-title {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  color: #777474;
  text-transform: uppercase;
}
.display__empty-text {
  font-size: 20px;
  line-height: 24px;
  color: #777474;
}
.display__empty-btn {
  text-decoration: underline solid #777474;
  cursor: pointer;
}
.display__empty-btn:hover {
  color: #ffb715;
  text-decoration-color: #ffb715;
}
.filter__range {
  height: 4px !important;
  border: none !important;
}
.filter__range * {
  transition: 0s;
}
.filter__range-wrapper {
  margin-bottom: 20px;
  margin-right: 10px;
}
.filter__range-input-wrapper {
  display: flex;
  margin-bottom: 20px;
}
.filter__range-input-wrapper > * {
  flex-grow: 1;
  width: 10px;
}
.filter_from-input {
  margin-right: 15px;
}
.filter__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.filter__subtitle {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  color: #2d2c2c;
}
.filter__title {
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
  color: #2d2c2c;
  text-transform: uppercase;
}
.filter__clear-btn {
  padding-right: 6px;
  line-height: 19px;
  color: #000000;
  transition: 0.2s !important;
}
@media (max-width: 600px) {
  .filter__clear-btn {
    margin-left: auto;
    margin-right: 20px;
  }
}
.filter__clear-btn:after {
  position: absolute;
  top: 34%;
  right: 5px;
  font-size: 30px;
  content: "+";
  color: #000;
  transform: rotate(45deg) translateY(-50%);
}
.filter__clear-btn:hover {
  color: #ffb715;
  cursor: pointer;
}
.filter__clear-btn:hover:after {
  color: #ffb715;
}
.filter__category-wrapper {
  margin-bottom: 30px;
}
.filter__subcategory {
  margin-bottom: 8px;
  cursor: pointer;
}
.filter__subcategory:hover .filter__subcategory-text {
  color: #ae7800;
}
.filter__subcategory:hover .filter__subcategory-radio {
  border-color: #ae7800;
}
.filter__subcategory:hover .filter__subcategory-radio:after {
  background: #ae7800;
}
.filter__subcategory:hover .filter__subcategory-checkbox {
  border-color: #ae7800;
}
.filter__subcategory label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.filter__subcategory input {
  display: none;
}
.filter__subcategory-radio {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 2px solid #777474;
  border-radius: 50%;
}
input:checked + .filter__subcategory-radio {
  border-color: #ffb715 !important;
}
input:checked + .filter__subcategory-radio:after {
  background: #ffb715 !important;
}
.filter__subcategory-radio:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #777474;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.filter__subcategory-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 2px solid #777474;
  border-radius: 4px;
}
input:checked ~ .filter__subcategory-checkbox > .filter__subcategory-checkbox-tick {
  opacity: 1;
}
input:checked ~ .filter__subcategory-checkbox {
  border-color: #ffb715 !important;
  background: #ffb715;
}
.filter__subcategory-checkbox-tick {
  top: -2px;
  left: 2px;
  z-index: 10;
  width: 7px;
  height: 3px;
  background: white;
  opacity: 0;
  transform: rotate(-45deg);
}
.filter__subcategory-checkbox-tick:after {
  position: absolute;
  bottom: 0;
  left: -3px;
  width: 3px;
  height: 7px;
  content: "";
  background: white;
}
.filter__subcategory-text {
  line-height: 15px;
  color: #2d2c2c;
}
input:checked ~ .filter__subcategory-text {
  color: #ffb715 !important;
}
.filter__from-input-wrapper {
  margin-right: 15px;
}
.filter__from-input-wrapper:before {
  content: "от";
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 5;
  color: #777474;
  transform: translateY(-50%);
}
.filter__to-input-wrapper:before {
  content: "до";
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 5;
  color: #777474;
  transform: translateY(-50%);
}
.filter .noUi-handle {
  width: 24px;
  height: 24px;
  background: #d1d1d1;
  border-radius: 50%;
  box-shadow: none;
  transform: translateY(-6px);
  cursor: pointer;
}
.filter .noUi-handle:after {
  display: none;
}
.filter .noUi-handle:before {
  display: none;
}
.filter .noUi-handle.noUi-active {
  background: #ffb715;
}
.filter .noUi-connect {
  background: #ffb715;
}
.filter__input {
  width: 100%;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  line-height: 22px;
  color: #2d2c2c;
  background: white;
}
.category {
  margin-bottom: 15px;
}
.category__title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
  color: #2d2c2c;
  text-transform: uppercase;
}
.category__category-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  color: #2d2c2c;
}
.category__subcategory-items {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.category__subcategory-item {
  margin-bottom: 10px;
  cursor: pointer;
}
.category__subcategory-item.active a {
  color: #ffb715;
}
.category__subcategory-item:hover a {
  color: #ae7800;
}
.category__subcategory-item input {
  display: none;
}
.category__subcategory-text {
  line-height: 19px;
  color: #2d2c2c;
}
.category__brand-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
  color: #2d2c2c;
  text-transform: uppercase;
}
.category__brand-items {
  display: flex;
  flex-direction: column;
}
.category__brand-item {
  margin-bottom: 5px;
  line-height: 19px;
  color: #2d2c2c;
}
.aside-icon_mobile {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aside-icon_mobile.rotate:before {
  transform: rotate(180deg);
}
.aside-icon_mobile:before {
  content: "";
  width: 0;
  height: 0;
  border-top: black 5px solid;
  border-right: transparent 5px solid;
  border-left: transparent 5px solid;
}
@media (min-width: 600px) {
  .aside-icon_mobile {
    display: none;
  }
}
.subcategory-page__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}
@media (max-width: 500px) {
  .subcategory-page__items {
    justify-content: center;
  }
}
.subcategory-page__item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.subcategory-page__item-inner {
  width: 260px;
}
@media (max-width: 1100px) {
  .subcategory-page__item-inner {
    width: 220px;
  }
}
.subcategory-page__item-inner:hover .subcategory-page__item-text {
  color: #ffb715;
}
.subcategory-page__item-text {
  text-align: center;
}
.subcategory-page__item-picture {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 130px;
  margin-bottom: 10px;
  user-select: none;
  cursor: pointer;
}
.subcategory-page__item picture {
  width: 100%;
  height: 100%;
}
