/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.promo-block__text {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
}
@media only screen and (max-width: 768px) {
.promo-block__text {
    padding-left: 16px;
    padding-right: 16px;
}
}
.promo-block {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  width: 100%;
}
.promo-block:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 50%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.promo-block__container {
  position: relative;
  width: 100%;
}
.promo-block__img {
  aspect-ratio: 1.92;
  background: #E0E0E0;
  width: 100%;
}
@media only screen and (max-width: 420px) {
.promo-block__img {
    aspect-ratio: 1.83;
}
}
.promo-block__img picture {
  width: 100%;
}
.promo-block__img picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.promo-block__text {
  bottom: 64px;
  color: #fff;
  font-size: 32px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
@media only screen and (max-width: 960px) {
.promo-block__text {
    bottom: 32px;
    font-size: 18px;
}
}
@media only screen and (max-width: 768px) {
.promo-block__text {
    bottom: 32px;
    font-size: 16px;
}
}
@media only screen and (max-width: 420px) {
.promo-block__text {
    bottom: 16px;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.button-group__box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 41px;
}
@media only screen and (max-width: 768px) {
.button-group__box {
    display: none;
}
}
.button-group__button-next, .button-group__button-prev {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
}
.button-group__button-next svg, .button-group__button-prev svg {
  stroke: #272727;
}
.button-group__button-next:hover svg .next, .button-group__button-prev:hover svg .next {
  fill: #272727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-group__button-next:hover svg .box, .button-group__button-prev:hover svg .box {
  stroke: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-group__button-next.swiper-button-disabled svg .next, .button-group__button-prev.swiper-button-disabled svg .next, .button-group__button-next.swiper-button-disabled:hover svg .next, .button-group__button-prev.swiper-button-disabled:hover svg .next {
  fill: transparent;
  stroke: #CCC;
}
.button-group__button-next.swiper-button-disabled svg .box, .button-group__button-prev.swiper-button-disabled svg .box, .button-group__button-next.swiper-button-disabled:hover svg .box, .button-group__button-prev.swiper-button-disabled:hover svg .box {
  stroke: #CCC;
}
.button-group__button-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.button-group__button-next {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.button-group__button-next.swiper-button-lock, .button-group__button-prev.swiper-button-lock {
  display: none;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.media-block__item {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-right: 1px solid #272727;
  border-top: 1px solid #272727;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 32px 32px 0 0;
}
@media only screen and (max-width: 1170px) {
.media-block__item {
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
}
}
.media-block__img {
  aspect-ratio: 1;
  background: #E0E0E0;
  margin-right: 32px;
  overflow: hidden;
  position: relative;
  width: 240px;
}
@media only screen and (max-width: 1170px) {
.media-block__img {
    aspect-ratio: 1.67;
    margin-bottom: 12px;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
}
.media-block__img div {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.media-block__img picture {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.media-block__img picture img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
}
.media-block__img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.media-block__title {
  font-size: 24px;
  margin: 0;
}
@media only screen and (max-width: 1170px) {
.media-block__title {
    font-size: 16px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}
}
.media-block__title a {
  color: #272727;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  word-break: normal !important;
}
.media-block__title a:hover,
.media-block__title a.active {
  color: #828282;
}
.media-block__text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 272px);
}
@media only screen and (max-width: 1170px) {
.media-block__text-block {
    width: 100%;
}
}
.media-block__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1170px) {
.media-block__text {
    margin-bottom: 4px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}
}
.media-block__text p {
  font-size: 16px;
  margin: 0;
}
@media only screen and (max-width: 1170px) {
.media-block__text p {
    font-size: 12px;
}
}
.media-block__text p a {
  color: #272727;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1170px) {
.media-block__text p a {
    color: #828282;
}
}
.media-block__text p a:hover {
  color: #828282;
}
.media-block__date {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1170px) {
.media-block__date {
    color: #828282;
}
}
.media-block__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.media-block__link:before {
  background: #272727;
  content: "";
  display: inline-block;
  height: 4px;
  margin-left: 12px;
  margin-right: 12px;
  width: 4px;
}
@media only screen and (max-width: 1170px) {
.media-block__link:before {
    background: #828282;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.media-content {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
}
@media only screen and (max-width: 768px) {
.media-content {
    padding-left: 16px;
    padding-right: 16px;
}
}
@media only screen and (max-width: 1170px) {
.media-content {
    padding-left: 0;
    padding-right: 0;
}
}
@media only screen and (max-width: 1170px) {
.media-content__swiper {
    padding-left: 32px;
    padding-right: 32px;
}
}
@media only screen and (max-width: 768px) {
.media-content__swiper {
    padding-left: 16px;
    padding-right: 16px;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.products-room-item__img {
  aspect-ratio: 784/540;
  background: #E0E0E0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.products-room-item__img img {
  height: 100%;
  left: 0;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
}
.products-room-item__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
div > .products-room-item__img:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.products-room-item__box {
  display: block;
  position: relative;
  text-decoration: none;
}
.products-room-item__box:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 50%);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background 1s ease-out;
  transition: background 1s ease-out;
  width: 100%;
  z-index: 3;
}
.products-room-item__box--not-images:before {
  display: none;
}
.products-room-item__box:hover:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: background 1s ease-out;
  transition: background 1s ease-out;
}
.products-room-item__title {
  bottom: 48px;
  left: 48px;
  padding-right: 48px;
  position: absolute;
  z-index: 3;
}
@media only screen and (max-width: 960px) {
.products-room-item__title {
    bottom: 16px;
    left: 16px;
    padding-right: 16px;
}
}
.products-room-item__title span {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
.products-room-item__title span {
    font-size: 16px;
}
}
@media only screen and (max-width: 960px) {
.products-room-item--category .products-room-item__link-box {
    max-height: 500px;
}
}
@media only screen and (max-width: 960px) {
.products-room-item--category:before {
    display: none;
}
}
@media only screen and (max-width: 960px) {
.products-room-item--category .products-room-item__title {
    position: static;
}
.products-room-item--category .products-room-item__title span {
    color: #272727;
    font-weight: 500;
    padding-bottom: 16px;
    padding-top: 20px;
}
}
@media only screen and (max-width: 960px) and (max-width: 590px) {
.products-room-item--category .products-room-item__title span {
    font-size: 18px;
    padding-bottom: 16px;
    padding-top: 16px;
}
}
@media only screen and (max-width: 960px) {
.products-room-item--category .products-room-item__link {
    margin-top: 0;
}
}
@media only screen and (max-width: 590px) {
.products-room-item--category .products-room-item__link {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}
@media only screen and (max-width: 960px) {
.products-room-item--category .products-room-item__link li a {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
}
@media only screen and (max-width: 590px) {
.products-room-item--category .products-room-item__link li {
    margin-bottom: 12px;
}
.products-room-item--category .products-room-item__link li:last-child {
    margin-bottom: 0;
}
}
@media only screen and (max-width: 960px) {
.products-room-item--category .products-room-item__link li:after {
    background: #272727;
    border-radius: 0;
    height: 6px;
    width: 6px;
}
}
@media only screen and (max-width: 590px) {
.products-room-item--category .products-room-item__link li:after {
    display: none;
}
}
.products-room-item__link-box {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.products-room-item__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 12px;
  padding-left: 0;
}
.products-room-item__link li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.products-room-item__link li:last-child:after {
  display: none;
}
.products-room-item__link li:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 4px;
  margin-left: 16px;
  margin-right: 16px;
  width: 4px;
}
.products-room-item__link li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.products-room-item__link li a:hover {
  text-decoration: underline;
}
.products-room-item__box:hover > .products-room-item__title > .products-room-item__link-box {
  max-height: 500px;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.products-room {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
.products-room__swiper {
  padding-right: 32px;
}
@media only screen and (max-width: 960px) {
.products-room__swiper {
    padding-left: 32px;
}
}
@media only screen and (max-width: 768px) {
.products-room__swiper {
    padding-left: 16px;
    padding-right: 16px;
}
}
@media only screen and (max-width: 590px) {
.products-room__swiper {
    padding-left: 0;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.suggestion-block__content {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
}
@media only screen and (max-width: 768px) {
.suggestion-block__content {
    padding-left: 16px;
    padding-right: 16px;
}
}
.suggestion-block__item {
  border-left: 1px solid #272727;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 222px;
  padding-left: 24px;
}
@media only screen and (max-width: 1170px) and (min-width: 591px) {
.suggestion-block__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-left: 0;
    border-top: 1px solid #272727;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: auto;
    padding-bottom: 32px;
    padding-left: 0;
    padding-top: 16px;
    width: 100% !important;
}
}
.suggestion-block__title {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 1170px) {
.suggestion-block__title {
    font-size: 20px;
}
}
.suggestion-block__title a {
  color: #272727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.suggestion-block__title a:hover {
  color: #828282;
}
.suggestion-block__text {
  font-size: 18px;
  margin: 0;
  width: 100%;
  word-break: normal !important;
}
@media only screen and (max-width: 1170px) and (min-width: 591px) {
.suggestion-block__text {
    font-size: 16px;
    max-width: 400px;
}
}
.suggestion-block__pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  height: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 590px) {
.suggestion-block__pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
}
.suggestion-block__pagination span {
  background: #E0E0E0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 6px;
  margin-left: 4px;
  margin-right: 4px;
  width: 6px;
}
.suggestion-block__pagination span.swiper-pagination-bullet-active {
  background: #828282;
}
@media only screen and (max-width: 1170px) and (min-width: 591px) {
.suggestion-block__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.running-line {
  height: 130px;
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.running-line__content {
  background-color: #fff;
  left: 50%;
  min-width: 1920px;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-2deg);
          transform: translate(-50%, -50%) rotate(-2deg);
  width: 100%;
}
.running-line__link {
  display: inline-block;
  margin-left: 40px;
}
.running-line__point {
  background: #272727;
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.running-line__text {
  color: #272727;
  display: block;
  font-size: 24px;
  line-height: 150%;
  margin-right: 32px;
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
.running-line__text {
    font-size: 16px;
}
}
@media only screen and (max-width: 590px) {
.running-line__text {
    font-size: 14px;
}
}
.running-line__text:first-child:before {
  content: unset;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.form-group-checkbox {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form-group-checkbox__label {
  font-size: 16px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 12px;
}
.form-group-checkbox__label.active {
  font-weight: 500;
}
.form-group-checkbox__loader {
  display: none;
}
.form-group-checkbox__content {
  background: #fff;
  border: 1px solid #272727;
  height: 24px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 24px;
}
.form-group-checkbox__content.loaded {
  background: transparent;
  border: 0;
}
.form-group-checkbox__content.active {
  border: 8px solid #272727;
}
.form-group-checkbox__content.active.loaded {
  background: transparent;
  border: 0;
}
.form-group-checkbox__content.loaded .form-group-checkbox__loader {
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.form-group-checkbox__content.loaded .form-group-checkbox__control {
  pointer-events: none;
}
.form-group-checkbox__control {
  height: 24px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  z-index: 1;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.range-slider__field-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  width: 100%;
}
.range-slider__box {
  margin-left: 13px;
  margin-right: 13px;
}
.range-slider__field {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 40%;
}
.range-slider__field span {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.range-slider__field input {
  border-bottom: 1px solid #828282;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  height: 42px;
  width: 100%;
}
.range-slider__line {
  background: #272727;
  height: 1px;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(20% - 30px);
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.select-custom {
  cursor: pointer;
  position: relative;
}
.select-custom__range {
  max-width: 260px;
}
@media only screen and (max-width: 590px) {
.select-custom__range {
    margin-bottom: 16px;
    max-width: 100%;
}
}
.select-custom--filter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #828282;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.select-custom--filter {
    border-bottom: 1px solid #F2F2F2;
    padding: 16px 0;
}
}
.select-custom__popup--sorting .select-custom__popup-text {
  white-space: nowrap;
}
@media only screen and (max-width: 590px) {
.select-custom--filter .select-custom__scrollbar {
    max-height: 100%;
}
}
.select-custom__search {
  margin-bottom: 24px;
  margin-top: 12px;
}
.select-custom__search-input {
  background: url("../images/required/search.svg") 24px center no-repeat;
  border: 1px solid #272727;
  font-size: 16px;
  height: 50px;
  line-height: 150%;
  padding-left: 68px;
  width: 100%;
}
.select-custom--filter > .select-custom__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #828282;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
  position: relative;
  width: calc(100% - 34px);
}
.select-custom--filter > .select-custom__text svg {
  color: #272727;
  display: block;
  margin-right: 10px;
  width: 24px;
}
.select-custom__text-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
.select-custom__text-box span {
    display: none;
}
}
.select-custom__text-box svg {
  display: block;
}
.select-custom.active .select-custom__text-box svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select-custom__text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
@media only screen and (max-width: 530px) {
.select-custom__text {
    font-size: 14px;
}
}
.select-custom__text span {
  color: #828282;
  padding-right: 8px;
}
.select-custom__popup {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
          box-shadow: 0 0 10px 1px rgba(114, 114, 114, 0.2);
  display: none;
  max-height: 400px;
  max-width: 130%;
  min-width: 100%;
  overflow: hidden;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 9;
}
.select-custom__popup.active {
  display: block;
}
.select-custom__popup--sorting {
  max-width: unset;
}
.select-custom__popup--check {
  left: 0;
  right: unset;
}
.select-custom__scrollbar {
  max-height: 376px;
}
.select-custom__scrollbar--search {
  max-height: 286px;
}
.select-custom__popup-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  max-width: 100%;
  padding: 16px 46px 16px 28px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.select-custom__popup-text {
    padding: 12px 46px 12px 12px;
}
}
.select-custom__popup-text:hover {
  background: #F7F5F3;
}
@media only screen and (max-width: 768px) {
.select-custom__popup-text:hover {
    background: transparent;
}
}
.select-custom__popup-text.active:after {
  background: #272727;
}
.select-custom__popup-text:after {
  background: transparent;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
@media only screen and (max-width: 960px) {
.select-custom__popup-text:after {
    right: 12px;
}
}
.select-custom--filter.active svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.select-custom--filter > .select-custom__popup {
  top: 65px;
}
.select-custom--filter > .select-custom__popup > .select-custom__popup-text:hover {
  background: #F7F5F3;
}
@media only screen and (max-width: 590px) {
.select-custom--filter > .select-custom__popup > .select-custom__popup-text:hover {
    background: transparent;
}
}
.select-custom--filter > .select-custom__text > .select-custom__title {
  -webkit-box-orient: vertical;
  color: #272727;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 400;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.select-custom__subtext {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.select-custom__popup--check .select-custom__popup-text {
  padding: 16px 62px 16px 28px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.select-custom__popup--check .select-custom__popup-text {
    padding: 12px 46px 12px 12px;
}
}
.select-custom__popup--check .select-custom__popup-text .form-group-checkbox {
  position: absolute;
  right: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
.select-custom__popup--check .select-custom__popup-text .form-group-checkbox {
    right: 8px;
}
}
.select-custom__popup-title {
  display: block;
  word-break: normal;
}
.select-custom__popup--check .select-custom__popup-text:after {
  display: none;
}
.select-custom__subtext.active {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 12px;
  left: 0;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}
.select-custom--category {
  width: 100%;
}
@media only screen and (max-width: 590px) {
.select-custom--category .active {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 0;
}
.select-custom--category svg {
    color: #CCCCCC;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__text .select-custom__title {
    display: none;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__subtext.active {
    position: static;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__popup {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 16px;
    padding: 0;
    position: static;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__popup-text {
    padding: 16px 0;
}
}
@media only screen and (max-width: 590px) {
.select-custom--category .select-custom__subtext {
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.bottom-sheet {
  background: #fff;
  bottom: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  left: 0;
  max-width: 100%;
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.bottom-sheet__overflow {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.bottom-sheet__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 16px;
  position: relative;
}
.bottom-sheet__title {
  color: #828282;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  width: 100%;
}
.bottom-sheet__close {
  cursor: pointer;
  height: 24px;
  width: 24px;
}
@media only screen and (max-width: 530px) {
.bottom-sheet__close {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
}
.bottom-sheet__btn {
  display: none;
}
@media only screen and (max-width: 530px) {
.bottom-sheet__btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 27px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -27px;
    width: 100%;
}
}
.bottom-sheet__btn-box {
  background: #CCCCCC;
  display: block;
  height: 3px;
  width: 43px;
}
.bottom-sheet__content {
  padding: 8px 16px 24px;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.filter-count {
  cursor: pointer;
  display: none;
  position: relative;
}
@media only screen and (max-width: 590px) {
.filter-count {
    display: block;
}
}
.filter-count__count {
  background: #272727;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 2px 5px;
  position: absolute;
  right: -9px;
  top: -2px;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.new-products {
  margin: 0 auto;
  max-width: 1664px;
  padding-left: 32px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
.new-products {
    padding-left: 16px;
}
}
.new-products__swiper {
  padding-right: 32px;
}
@media only screen and (max-width: 768px) {
.new-products__swiper {
    padding-right: 16px;
}
}
.new-products--swiper-disable {
  padding-right: 32px;
}
@media only screen and (max-width: 768px) {
.new-products--swiper-disable {
    padding-right: 0;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.brands-block__content {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
}
@media only screen and (max-width: 768px) {
.brands-block__content {
    padding-left: 16px;
    padding-right: 16px;
}
}
.brands-block {
  margin: 96px auto;
}
@media only screen and (max-width: 960px) {
.brands-block {
    margin: 52px auto;
}
}
@media only screen and (max-width: 670px) {
.brands-block {
    margin: 48px auto;
}
}
.brands-block__swiper--center .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brands-block__swiper--center .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.brands-block__item {
  padding: 37px 81px;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
@media only screen and (max-width: 5000px) and (min-width: 671px) {
.brands-block__item {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}
}
@media only screen and (max-width: 768px) {
.brands-block__item {
    padding: 10px 22px;
}
}
@media only screen and (max-width: 670px) {
.brands-block__item {
    background: #fff;
}
}
.brands-block__item-img {
  height: 46px;
  position: relative;
  width: 132px;
}
@media only screen and (max-width: 768px) {
.brands-block__item-img {
    height: 28px;
    width: 80px;
}
}
.brands-block__item-img img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: auto;
}
.brands-block__item-img img:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
@media only screen and (max-width: 670px) {
.brands-block__content {
    padding-right: 0;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.banner-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
}
@media only screen and (min-width: 1920px) {
.banner-block {
    max-width: unset;
}
}
.banner-block .button-group__box {
  bottom: 56px;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
.banner-block .button-group__box {
    display: none;
}
}
.banner-block__swiper-pagination {
  display: none;
}
@media only screen and (max-width: 768px) {
.banner-block__swiper-pagination {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 16px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: absolute;
    z-index: 3;
}
.banner-block__swiper-pagination span {
    background: #F2F2F2;
}
}
.banner-block__button-prev svg, .banner-block__button-next svg {
  stroke: #fff;
}
.banner-block__button-prev:hover svg .next, .banner-block__button-next:hover svg .next {
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner-block__button-prev:hover svg .box, .banner-block__button-next:hover svg .box {
  stroke: #272727;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner-block__button-prev.swiper-button-disabled svg .next {
  fill: transparent;
  stroke: #828282;
}
.banner-block__button-prev.swiper-button-disabled svg .box {
  fill: transparent;
  stroke: #828282;
}
.banner-block__box {
  aspect-ratio: 1280/720;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1241px) {
.banner-block__box {
    aspect-ratio: 1;
    height: calc(100vh - 80px);
}
}
.banner-block__box:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  z-index: 1;
}
.banner-block__box img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.banner-block__box video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.banner-block__box-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 136px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
.banner-block__box-content {
    bottom: 42px;
}
}
.banner-block__title {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: center;
}
@media only screen and (max-width: 1170px) {
.banner-block__title {
    font-size: 35px;
}
}
@media only screen and (max-width: 768px) {
.banner-block__title {
    font-size: 24px;
    margin-bottom: 8px;
}
}
.banner-block__text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
.banner-block__text {
    font-size: 16px;
}
}
.banner-block__swiper-slide.swiper-slide-visible .banner-block__box:before {
  opacity: 1;
}
.banner-block__swiper-slide .banner-block__box-content {
  opacity: 0;
}
.banner-block__swiper-slide.swiper-slide-active .banner-block__box-content {
  opacity: 1;
}
