:root {
  --cbrand: #B0191E;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[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
}

/*# sourceMappingURL=slick.min.css.map */
.intec-content {
  max-width: 1500px !important;
}

@media (max-width: 1500px) {
  .intec-content {
    max-width: 1240px !important;
  }
}

@media (max-width: 1240px) {
  .intec-content {
    max-width: 100% !important;
    padding: 0 20px;
  }
}

.widget.c-widget.c-widget-products-4 .widget-item-wrapper {
  padding: 0;
}

.burger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

.burger-menu:after,
.burger-menu:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.35s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.35s cubic-bezier(0.76, 0, 0.24, 1);
  background-color: #000100;
}

.burger-menu:after {
  top: 0;
}

.burger-menu:before {
  bottom: 0;
}

.burger-menu:hover:after,
.burger-menu:hover:before {
  width: 0;
  height: 0;
}

.burger-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000100;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
}

.header-container .intec-content {
  overflow: visible;
  width: 100%;
}

.header-top {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 1, 0, 0.05);
}

.header-icon {
  width: 25px;
  height: 25px;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 135px;
}

.header-bot {
  width: 100%;
}

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.header-nav__item:before {
  display: none;
}

.header-nav__link {
  width: 100%;
  display: block;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000100;
  letter-spacing: 0.03em;
  -webkit-transition: color .2s ease-in;
  transition: color .2s ease-in;
  padding: 20px 0;
}

.header-nav__link:hover {
  color: #B1191E;
  text-decoration: none;
}

.header-side {
  position: fixed;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
  z-index: 90;
  pointer-events: none;
}

.header-side.active {
  pointer-events: initial;
}

.header-side__content {
  margin-left: -100%;
  width: 100%;
  min-height: 100vh;
  height: auto;
  z-index: 100;
  background-color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 1.25s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 1.25s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 1.25s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 1.25s cubic-bezier(0.76, 0, 0.24, 1);
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-side__content.show {
  pointer-events: unset;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.75s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.75s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.75s cubic-bezier(0.76, 0, 0.24, 1);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.header-side__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}

.header-side__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  width: 100%;
  max-width: 103px;
  background-color: rgba(0, 1, 0, 0.05);
}

.header-side__logo-wrap {
  max-width: 183px;
}

.header-side__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
  margin-top: 115px;
  margin-bottom: 85px;
}

.header-side__icons .header-icon__wrap {
  margin: 0 15px;
}

.header-side__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
}

.header-side__nav-item {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 15px 0;
}

.header-side__nav-item::before {
  display: none;
}

.header-side__nav-link {
  font-size: 32px;
  color: #000100;
  font-family: 'Tenor Sans', sans-serif;
  text-transform: uppercase;
}

.header-side__nav-link:hover {
  color: #B1191E;
  text-decoration: none;
}

.close-btn {
  width: 32px;
  height: 32px;
  padding-top: 40px;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.75s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.75s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.75s cubic-bezier(0.76, 0, 0.24, 1);
}

.close-btn__item {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #000100;
}

.close-btn__item:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-btn__item:last-child {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.close-btn:hover .close-btn__item {
  background-color: #B1191E;
}

.logo__wrapper {
  max-width: 183px;
}

.icon-fav {
  position: relative;
}

.icon-fav:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -5px;
}

.icon-fav:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B1191E;
  position: absolute;
  top: 2.5px;
  right: -2.5px;
}

.header-top--mob {
  display: none;
}

.intec-grid>.intec-grid-item-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
  max-width: 50%;
}

.c-slider.c-slider-template-1 .widget-item-text div:first-child {
  text-align: center;
  margin-top: 0px;
}

.c-slider.c-slider-template-1 .widget-items.owl-carousel.owl-loaded .widget-item {
  position: relative;
}

.c-slider.c-slider-template-1 .widget-items.owl-carousel.owl-loaded .widget-item:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.c-slider.c-slider-template-1 .widget-item-header[data-view] {
  font-family: 'Tenor Sans', sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.slider-header-mob {
  display: none;
}

.c-slider.c-slider-template-1 [data-dots-view="1"] .widget-slider-dots {
  bottom: 40px;
}

.c-slider.c-slider-template-1 [data-dots-view="1"] .widget-slider-dots span {
  width: 5px;
  height: 5px;
}

.c-slider.c-slider-template-1 [data-scheme=white][data-dots-view="1"] .widget-slider-dots button span {
  background-color: #fff;
  opacity: .5;
}

.c-slider.c-slider-template-1 [data-scheme=white][data-dots-view="1"] .widget-slider-dots button.active span {
  opacity: 1;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.intec-content-large {
  max-width: 1439px !important;
}

@media (max-width: 1439px) {
  .intec-content-large {
    max-width: 100% !important;
  }
}

.container-237 {
  padding-bottom: 0;
}

.container-237 .widget-wrapper-2 {
  background-color: #fff;
  position: relative;
  padding: 50px 100px;
  padding-bottom: 0;
  margin-top: -50px;
}

.container-237 .widget-header {
  margin-bottom: 30px;
}

.intec-grid.intec-grid-i-10 {
  margin-top: 0;
  padding-bottom: 0;
}

.intec-template .widget .widget-header+.widget-content {
  margin-top: 0;
}

.container-263 .widget-header {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.container-263 .intec-grid.intec-grid-a-v-stretch {
  grid-gap: 20px;
}

.container-263 .widget.c-widget.c-widget-products-4 .widget-item {
  border: 1px solid #E6E6E6;
  padding: 25px 40px 25px;
}

@media (max-width: 990px) {
  .container-263 .widget.c-widget.c-widget-products-4 .widget-item {
    padding: 15px 10px 15px;
  }
}

.widget.c-widget.c-widget-products-4 .widget-item-name div,
.widget.c-widget.c-widget-products-4 .widget-item-name a {
  text-align: center;
  opacity: 0.6;
}

.intec-grid>.intec-grid-item-4 {
  -ms-flex: 0 0 23%;
  max-width: 23%;
}

.recommend-slider .slick-list {
  margin: 0 -10px;
  padding-bottom: 70px;
  padding-top: 30px;
}

.recommend-slider .slick-slide {
  margin: 0 10px;
}

.recommend-nav__arrow {
  width: 10px;
  height: 10px;
  border-right: 1px solid #000100;
  border-bottom: 1px solid #000100;
}

.recommend-nav__arrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid rgba(0, 1, 0, 0.1);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.recommend-nav__arrow-wrap--left {
  left: -30px;
}

.recommend-nav__arrow-wrap--left .recommend-nav__arrow {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.recommend-nav__arrow-wrap--right {
  right: -30px;
}

.recommend-nav__arrow-wrap--right .recommend-nav__arrow {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.recommend-slider__wrapper {
  position: relative;
}

.slick-arrow {
  display: none !important;
}

.slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-dots li {
  font-size: 0;
  padding: 10px;
  width: 5px;
  height: 5px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  background-color: #000100;
  opacity: .5;
  width: 5px;
  height: 5px;
  padding: 0;
  border-radius: 50%;
  border: 0;
}

.slick-dots li:before {
  display: none;
}

.slick-dots .slick-active {
  width: 10px;
  height: 10px;
}

.slick-dots .slick-active button {
  opacity: 1;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.widget.c-widget.c-widget-products-4 .widget-item-name {
  height: auto;
  background-color: #fff;
}

.intec-grid.intec-grid-wrap.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.widget.c-widget.c-widget-products-4 .widget-item-image .owl-dot span.intec-cl-background {
  background-color: #B1191E !important;
}

/* Правки 21.01.2021 */

.intec-grid-item-auto span:last-child {
  color: #B0191E;
}

.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2 .catalog-element-button-icon {
  color: var(--cbrand);
}

/* Убирает увеличение контейнера при наведении, костыль */

.widget.c-widget.c-widget-products-4 .widget-item[data-expanded=true] .widget-item-wrapper {
  padding: 30px 50px 0 50px;
}

/* 
.widget.c-widget.c-widget-products-4 .widget-item[data-expanded=true] .widget-item-wrapper .widget-item-image-container {
  width: 105%;
} */



@media (max-width: 1024px) {
  .c-slider.c-slider-template-1 .widget-item-content-body {
    height: 60vh !important;
  }

  .c-slider.c-slider-template-1 .widget-item-header[data-view] {
    font-size: 60px;
  }

  .intec-grid-i-10 .widget-item.intec-grid-item-auto:first-child .widget-item-picture {
    background-position-x: 60%;
  }
}

@media (max-width: 990px) {
  .recommend-nav__arrow-wrap {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 768px) {
  .c-slider.c-slider-template-1 .widget-item-content-body {
    height: 40vh !important;
  }

  .c-slider.c-slider-template-1 .widget-item-header[data-view] {
    font-size: 50px;
  }

  .container-237 .widget-wrapper-2 {
    margin-top: 0;
    padding: 50px 0px;
  }

  .c-slider.c-slider-template-1 [data-dots-view="1"] .widget-slider-dots {
    bottom: 20px;
  }
}

@media (max-width: 680px) {

  .header-bot,
  .header-top {
    display: none;
  }

  .header-top--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
  }

  .header-top--mob .header-right {
    width: inherit;
  }

  .header-side__icons {
    margin-top: 35px;
    margin-bottom: 25px;
  }

  .header-side__nav-item {
    margin: 10px 0;
  }

  .header-side__nav-link {
    font-size: 18px;
  }

  .header-side__close {
    max-width: 50px;
  }

  .close-btn {
    width: 20px;
    height: 20px;
  }

  .icon-mobile-hide {
    display: none;
  }

  .logo__wrapper {
    width: 165px;
    height: 36px;
  }

  .logo-image {
    width: 100%;
    height: 100%;
  }

  .c-slider.c-slider-template-1 .widget-item-content-body {
    height: 295px !important;
  }

  .c-slider.c-slider-template-1 .widget-item-header[data-view] {
    font-size: 30px;
    text-align: center;
    padding-top: 35px;
  }

  .c-slider.c-slider-template-1 .widget-item-text {
    display: none;
  }

  .c-slider.c-slider-template-1 [data-dots-view="1"] .widget-slider-dots {
    bottom: 20px;
  }

  .c-slider.c-slider-template-1 .widget-items.owl-carousel.owl-loaded .widget-item:after {
    display: none;
  }

  .c-slider.c-slider-template-1 .widget-item {
    background-position: center;
  }

  .slider-header-mob {
    display: block;
    padding-bottom: 50px;
    background: #fff;
  }

  .container-226 {
    padding-top: 25px;
  }

  .c-slider.c-slider-template-1 [data-scheme=white][data-dots-view="1"] .widget-slider-dots button span {
    background-color: #000100;
    border-color: transparent;
    opacity: .5;
  }

  .c-slider.c-slider-template-1 [data-scheme=white][data-dots-view="1"] .widget-slider-dots button.active span {
    opacity: 1;
    background-color: #000100;
  }

  .container-237 .widget-wrapper-2 {
    padding: 0;
  }

  .widget.c-categories.c-categories-template-6 [data-size] {
    padding-right: 0;
    padding-left: 0;
  }
}

.header-icon {
  stroke: #000100;
  fill: transparent;
}

.header-icon:hover {
  stroke: #B1191E;
}

.catalog__header-title {
  font-family: 'Tenor Sans', sans-serif;
  font-weight: 400;
  font-size: 80px;
  text-transform: uppercase;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 1024px) {

  /* .container-25{display:none !important;}*/
  .widget-part.footer-main-menu {
    display: none !important;
  }

  .intec-grid-item-768-1 {
    display: block !important;
    ;
  }

  .catalog__header-title {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .catalog__header-title {
    font-size: 48px;
  }
}

@media (max-width: 500px) {
  .catalog__header-title {
    font-size: 28px;
  }
}

.catalog__form {
  width: 100%;
}

.catalog__filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-smart-filter.c-smart-filter-horizontal-2 .smart-filter-property-name {
  padding: 7px 10px;
  border: 1px solid rgba(0, 1, 0, 0.5);
  border-radius: 0;
  color: #000100;
  min-width: 260px;
  width: auto !important;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-smart-filter.c-smart-filter-horizontal-2 .smart-filter-property-name:hover {
  border: 1px solid #000100;
}

.smart-filter-controls-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-smart-filter.c-smart-filter-horizontal-2 .smart-filter-controls-buttons button[name=set_filter] {
  padding-bottom: 5px;
  background-color: #000100;
  cursor: pointer;
}

.c-smart-filter.c-smart-filter-horizontal-2 .smart-filter-controls-buttons button[name=del_filter] {
  background-color: #fff;
  border: 1px solid #B1191E;
  cursor: pointer;
}

.c-smart-filter.c-smart-filter-horizontal-2 .smart-filter-controls-buttons button {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
}

.btn-check-icon {
  display: block;
  height: 7px;
  width: 15px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
}

.btn-del-icon {
  display: block;
  width: 19px;
  height: 19px;
  position: relative;
}

.btn-del-icon:before,
.btn-del-icon:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #B1191E;
  top: 50%;
  right: 0;
}

.btn-del-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-del-icon:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-smart-filter.c-smart-filter-horizontal-2 .smart-filter-property-icon {
  position: relative;
  right: 0;
  top: 0;
  width: 7px;
  height: 10px;
}

.smart-filter-property-angle {
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #000100;
  border-right: 1px solid #000100;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-smart-filter.c-smart-filter-horizontal-2 .smart-filter-property-angle.property-expanded {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 3px;
}

.c-smart-filter.c-smart-filter-horizontal-2 {
  margin-bottom: 40px;
}

.smart-filter-property-title.intec-cl-text-hover {
  color: #000100 !important;
  opacity: 1;
  margin-right: auto;
}

.c-smart-filter.c-smart-filter-horizontal-2 .smart-filter-property-name-active {
  color: #ffffff;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-smart-filter.c-smart-filter-horizontal-2 .smart-filter-property-name-active .intec-cl-text-hover {
  color: #ffffff !important;
  opacity: 1;
  margin-right: auto;
}

.c-smart-filter.c-smart-filter-horizontal-2 .smart-filter-property-counter {
  margin-right: auto;
}

.c-smart-filter.c-smart-filter-horizontal-2 .smart-filter-property-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: auto;
}

.c-smart-filter.c-smart-filter-horizontal-2 .smart-filter-property-delete:before,
.c-smart-filter.c-smart-filter-horizontal-2 .smart-filter-property-delete:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  top: 50%;
  right: 0;
}

.c-smart-filter.c-smart-filter-horizontal-2 .smart-filter-property-delete:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-smart-filter.c-smart-filter-horizontal-2 .smart-filter-property-delete:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4 .catalog-section-item-image .owl-dot span.intec-cl-background {
  background-color: #B1191E !important;
}

.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4 .catalog-section-item-name {
  overflow: visible;
  height: auto;
}

.basket__reg-fieldset,
.basket__reg-row {
  align-items: baseline;
}

@media (max-width: 500px) {
  .ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4[data-columns-mobile="2"] .catalog-section-item-name {
    height: auto;
  }
}

@media (max-width: 500px) {
  .ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4 .catalog-section-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4[data-columns-mobile="2"] .catalog-section-item .catalog-section-item-wrapper {
    margin: 20px 20px 0 20px !important;
    padding: 0;
  }

  .widget.c-widget.c-widget-products-4[data-columns-mobile="2"] .widget-item .widget-item-wrapper {
    padding: 20px 30px 0 30px;
  }


}

.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4[data-borders=true] .catalog-section-item-wrapper {
  padding: 20px 45px 45px;
}

.intec-cl-text-hover {
  font-size: 14px !important;
  text-align: center;
  color: #000100;
  opacity: .5;
}

.catalog-section-item-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overlay-popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: none;
}

.modal-container {
  bottom: 0;
  overflow: auto;
  z-index: 70;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-container__container {
  display: table;
  width: 100%;
  height: 100%;
}

.modal-wrap {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 30px 24px;
  text-align: center;
}

.modal-wrapper {
  background-color: #fff;
  width: 100%;
  height: auto;
  max-width: 587px;
  position: relative;
  padding: 40px 0px 80px;
  margin: 0 auto;
}

.modal-form {
  max-width: 66%;
  margin: 0 auto;
}

.modal-text {
  font-family: 'Arial', sans-serif;
  text-align: left;
  font-size: 16px;
  line-height: 1.40em;
  color: rgba(0, 1, 0, 0.6);
  padding: 25px 0;
  margin: 0;
}

.modal-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.modal-field__label {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 13px;
  line-height: 100%;
  color: #000100;
  opacity: 0.5;
  text-align: left;
}

.modal-field__input {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  padding: 8px 10px;
  border-radius: 0;
  transition: all .3s ease;
}

.modal-field__input:focus,
.modal-field__input:hover {
  background-color: #fff;
  border: 1px solid #000100;
  outline: none;
  border-radius: 0;
}

.modal-btn {
  max-width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  background-color: #B1191E;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 3;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: 0;
  width: 100%;
}

.modal-btn:hover {
  text-decoration: none;
  color: #fff;
}

.modal-btn span {
  font-size: 13px;
  font-weight: 600;
}

.intec-grid>.intec-grid-item-2 .modal-btn:hover {
  text-decoration: none;
  color: #ffffff;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal-close-btn {
  display: block;
  position: relative;
  width: 28px;
  height: 28px;
  display: block;
}

.modal-close-btn:before,
.modal-close-btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000100;
  top: 50%;
  right: 0;
}

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

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

.container-272 .intec-content .intec-content-wrapper {
  padding: 50px;
}

.widget-container-wrapper.intec-grid.intec-grid-nowrap.intec-grid-a-h-center.intec-grid-a-v-center.intec-grid-i-h-10 {
  padding-left: 0px;
}

.container-271 {
  background-color: #fff !important;
}

.fa-angle-down:before {
  display: none !important;
}

/* .container-265{
	display:block !important;
} */
#comp_7f99145eff70d391db66d451ce8c1d7e {
  display: none !important;
}

.c-smart-filter-horizontal-2 .intec-content {
  text-align: center;
}

/*.catalog-panel-sorting-wrapper{display:none;}*/
.catalog-panel-views {
  display: none;
}

.smart-filter-property-values {
  text-align: left;
}

.breadcrumb-wrapper {
  display: none;
}

.catalog-element-gallery-pictures .owl-item {
  max-width: 530px
}

.logo__image {
  margin-left: 35px
}

@media (max-width: 680px) {
  .c-slider.c-slider-template-1 .widget-content {
    background: #fff;
  }

  .c-slider.c-slider-template-1 [data-dots-view="1"] .widget-slider-dots {
    margin-top: 160px;
    position: inherit;
  }

  .slider-mob__header {
    width: 100%;
    text-align: center;
    position: absolute;
    /*top: 362px;*/
    font-size: 20px;
    font-family: 'Tenor Sans', sans-serif;
    /*font-weight: 400;*/
    line-height: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0px 25px;

    top: 50%;
    color: white;
    font-weight: bold;
  }

  .c-slider.c-slider-template-1 [data-dots-view="1"] .widget-slider-dots {
    margin-top: 0;
  }

  .c-slider.c-slider-template-1 [data-scheme="white"][data-dots-view="1"] .widget-slider-dots button span {
    background-color: #fff;
    border-color: transparent;
    opacity: .5;
  }

  .c-slider.c-slider-template-1 [data-scheme="white"][data-dots-view="1"] .widget-slider-dots button.active span {
    opacity: 1;
    background-color: #fff;
  }

  .logo__wrapper img {
    width: 130px;
  }

  .header-top--mob {
    padding: 5px 0;
  }

  .container-237 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .container-226 {
    padding-top: 5px !important;
  }

  .intec-content-wrap {
    overflow: hidden !important;
  }

  .owl-stage-outer {
    overflow: visible !important;
  }

  .favorite__item .owl-stage-outer {
    overflow: hidden !important;
  }
}

@media (min-width: 681px) {
  .slider-mob__header {
    display: none;
  }
}

.sub-menu {
  position: absolute;
  height: 0;
  width: max-content;
  overflow: hidden;
  opacity: 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px 10px;
  min-width: 190px;
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.01s ease-in;
}

.sub-menu .header-nav__item {
  padding: 5px 0px;
}

.sub-menu {
  list-style: none;
  height: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap
}

.sub-menu li {
  page-break-inside: avoid;
  break-inside: avoid;
}

.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4 .catalog-section-item-action-button-compare {
  display: none !important;
}

.widget-item-action-button-compare,
.widget-item-action-button-compared {
  display: none !important;
}

.widget.c-widget.c-widget-products-4 .widget-item-image img {
  max-width: 150% !important;
}

/*# sourceMappingURL=style.css.map */

.sub-menu {
  padding: 18px 22px 26px 30px;
  min-width: 285px;
  border-radius: 0;
  border: 1px solid rgba(0, 1, 0, 0.05);
  border-top: 0;
  box-sizing: border-box;
  box-shadow: 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05);
}

.sub-menu .header-nav__item {
  padding: 0;
}

.sub-menu .header-nav__item a {
  font-family: 'Montserrat', sans-serif;
  color: #000100;
  font-size: 13px;
  line-height: 2.46em;
  letter-spacing: 0.03em;


}

.sub-menu .header-nav__item a:hover {
  color: #B1191E;
  text-decoration: none;
}

.widget-web-form-2 .widget-web-form-2-background,
.widget-web-form-2.intec-cl-background {
  background-color: #F8E8E9 !important;
  fill: #F8E8E9 !important;
}

.widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title .widget-web-form-2-text {
  font-family: 'Tenor Sans';
  font-weight: 100;
  text-transform: uppercase;
  font-size: 28px;
  color: #000;
}

.widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title {
  width: 100%;
  margin-left: 0px !important;
}

.widget-web-form-2-text {}

.widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title .widget-web-form-2-text-wrap {
  border-left: none !important;
  border-right: none !important;
}

.widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-button {
  width: 100% !important;
  position: relative;
}

.widget-web-form-2 .widget-web-form-2-section {
  height: 60px;
}

.widget-web-form-2-title {
  margin-top: 20px
}

.new-button {
  color: #B0191E !important;
  border: none !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

.new-button:hover {
  background-color: transparent !important;
  color: #B0191E !important;

}

.new-button.intec-cl-text-hover:hover {
  color: #B0191E !important;
}

@media (max-width: 700px) {
  .widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-description {
    margin: 10px 0 !important;
    height: auto;
  }

  .widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title .widget-web-form-2-text {
    margin-top: 25px !important;
    text-align: center;
  }
}

.widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title {
  margin-left: 0px !important;
}

.c-footer.c-footer-template-1 .widget-view .widget-view-5 .widget-panel .widget-panel-items {
  border-top: 1px solid #ccc !important;
}

.c-footer.c-footer-template-1 {
  background-color: #fff !important;
}

.header-nav__item:last-child .sub-menu {
  right: 0;
  position: absolute;
}

.c-footer.c-footer-template-1 .widget-view .widget-view-5 .widget-panel .widget-icon[data-icon=qiwi] .widget-icon-image {
  background-position: 0 -60px !important;
}

.c-footer.c-footer-template-1 .widget-view .widget-view-5 .widget-panel .widget-icon[data-icon=visa] .widget-icon-image {
  background-position: 0 -120px !important;
}

.c-footer.c-footer-template-1 .widget-view .widget-view-5 .widget-panel .widget-icon[data-icon=mastercard] .widget-icon-image {
  background-position: 0 -150px !important;
}

.ns-bitrix.c-menu.c-menu-columns-1 .menu-column-item {
  color: #000;
  font-weight: 500;
}

.ns-bitrix.c-menu.c-menu-vertical-2 .menu-items {
  -moz-columns: 50px 2;
  -webkit-columns: 50px 2;
  columns: 50px 2;
  height: 200px;
  width: 200px;
  margin-top: 10px;
}

.ns-bitrix.c-menu.c-menu-vertical-2 .menu-item {
  padding: 7px 5px;
  display: inline-block;
}

.menu-item .menu-item-text-name:hover {
  color: #B1191E !important;
}

.footer-second-menu {
  width: 70%;
}

.footer-main-menu {
  width: 30%;
}

.footer-social-icons {
  margin-top: 30px;
  margin-left: 50%;
}

@media (max-width:895px) {
  .ns-bitrix.c-menu.c-menu-vertical-2 {
    display: inline-block !important;
    text-align: center !important;
  }

  .footer-main-menu {
    width: 100%;
    text-align: center;
    padding: 0 30px !important;
  }

  .footer-second-menu {
    width: 100% !important;
    text-align: center !important;
    padding: 0 30px !important;
  }

  .footer-second-menu .menu-column-item {
    text-align: center !important;
  }

  .footer-social-icons {
    margin-left: 0px;
  }

}

.ns-bitrix.c-menu.c-menu-vertical-2 .menu-item[data-selected=true] {
  font-weight: 500 !important;
}

.menu-column-item-link .intec-cl-text-hover,
.footer-second-menu .menu-column-item:hover {
  color: #B1191E !important;
}

.ns-bitrix.c-menu.c-menu-columns-1 .menu-column-item-link:hover {
  color: #B1191E !important;
}

.footer-social-icons .widget-part-item-text:hover {
  color: #B1191E !important;
}

.instahram-icon {
  width: 15px;
  padding-bottom: 3px;
}

.footer-social-icons .widget-part-item-text {
  line-height: 40px;
}

.intec-grid-item-768-1 {
  display: flex;
  align-items: center;
}

.intec-grid-item-768-1 span {
  margin-right: 12px;
}

.ns-bitrix.c-menu.c-menu-columns-1 .menu-column-item-link {
  font-weight: 500;
  opacity: 1;
}

.footer-social-icons .widget-part-item-text:first-child {
  color: #B0191E;
  font-weight: 500;
  opacity: 1;
}

@media (max-width:425px) {
  .widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title .widget-web-form-2-text-wrap {
    margin: auto !important;
  }

  .widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title .widget-web-form-2-text {
    margin: 25px auto !important;
  }

  .intec-grid-i-10 .widget-item.intec-grid-item-auto:nth-child(5) .widget-item-picture {
    background-position-x: 35%;
  }

  .ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2 .catalog-element-price {
    width: 100%;
    max-width: 100%;
    flex: 1;
  }

  .ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2 .catalog-element-purchase {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2 .catalog-element-purchase-counter-quantity-wrapper {
    margin-left: 0;
  }

  .ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2 .catalog-element-purchase-counter {
    margin: 0;
  }

  .intec-ui.intec-ui-control-numeric.intec-ui-view-2.intec-ui-size-4 .intec-ui-part-decrement,
  .intec-ui.intec-ui-control-numeric.intec-ui-view-2.intec-ui-size-4 .intec-ui-part-increment {
    padding: 11px 16px;
  }
}

@media (max-width:320px) {
  .widget-web-form-2 .widget-web-form-2-section.widget-web-form-2-title .widget-web-form-2-text {
    font-size: 24px;
  }
}

.owl-item .active .widget.c-widget.c-widget-products-4 .widget-item-image img {
  margin: 0px -20px !important;
}

/*.slick-slide:hover{
	width:100% !important;
}*/
.intec-grid.intec-grid-a-v-end {
  text-align: center;
  display: block;
}

.owl-item {
  /*width: min-content !important;*/
}

.owl-item.active {}

.widget.c-widget.c-widget-products-4 .widget-item-image-container:hover {
  position: relative;
  margin-bottom: 24px;
  display: revert !important;
}

.intec-image-effect:hover {
  opacity: 1.0;
  width: revert;
}

.header-nav__item:nth-child(2) .header-nav__link {
  color: #B1191E !important;
}

.header-nav__item:nth-child(8) {
  display: none !important;
}

.bx-ui-slider-pricebar-vd {
  background: #383b47 !important;
}

.widget.c-widget.c-widget-products-4 .widget-item-image-wrapper {
  overflow: hidden;
}

@media (max-width: 680px) {
  .logo__wrapper {
    width: 165px;
    height: 70px;
  }
}

.input_error {
  border: 1px solid #ff0000 !important;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
  background-color: white;
  border: 1px solid #000100;
  border-top: 0;
  overflow: auto;
  min-width: 444px;
  max-width: 444px;
}

.ui-menu .ui-menu {
  margin-top: -3px;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1.5em;
  zoom: 1;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  background-color: #f6f6f6;
}

@media (max-width: 1500px) {
  .ui-menu {
    min-width: auto;
  }
}

.catalog-section-item-price-discount .intec-grid-item-auto span {
  color: #404040;
}

.catalog-section-item-price-discount .intec-grid-item-auto span~span {
  color: #B0191E;
}

@media (max-width: 420px) {
  .modal-wrapper {
    padding: 40px 0px 30px;
  }
}

.modal-container {
  z-index: 100;
}

.bx-soa-page-table-icon {
  padding: 40px;
  filter: grayscale();
}


/* Фильтры по размеру */

.catalog-card__size {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.catalog-card__form-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}

.catalog-card__form-field {
  padding: 0 9px;
  margin-bottom: 9px;
}

.catalog-card__form-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  font-weight: normal;
}

.catalog-card__form-size {
  font-size: 16px;
  line-height: 100%;
  color: #000100;
  border: 1px solid rgba(0, 1, 0, 0.1);
  padding: 8px 10px;
  cursor: pointer;
  background-color: #fff;
}

.input--hide {
  position: absolute;
  width: 1px;
  height: 0;
  visibility: hidden;
  top: 5px;
  left: 5px;
}

.catalog-card__form-input:checked+.catalog-card__form-size {
  border-color: #000100;
  background-color: #fff;
}

.catalog-card__btn {
  display: inline-block;
}

.catalog-card__buy {
  display: inline-block;
  background-color: #383b47;
  border-color: #383b47;
  padding: 12px 20px;
  border-width: 2px;
  border-radius: 25px;
  white-space: nowrap;
  color: #fff;
  position: relative;
  transition: opacity .3s ease;
}

.catalog-card__buy span {
  color: #fff;
}

.catalog-card__buy:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.catalog-card__buy--added {
  display: none;
}

.intec-ui-part-effect {
  opacity: 0;
  position: absolute;
  text-align: center;
  font-size: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intec-ui-part-effect.intec-ui-part-effect-bounce .intec-ui-part-effect-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.intec-ui-part-effect .intec-ui-part-effect-wrapper {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.intec-ui-part-effect.intec-ui-part-effect-bounce .intec-ui-part-effect-wrapper>i {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: transform 1s ease;
}

.catalog-card__buy--add[data-basket-state="added"] {
  display: none;
}

.catalog-card__buy--add[data-basket-state="processing"] .catalog-card__buy-wrap {
  opacity: 0;
}

.catalog-card__buy--add[data-basket-state="processing"] .intec-ui-part-effect {
  opacity: 1;
}

.catalog-card__buy--add[data-basket-state="processing"] .intec-ui-part-effect.intec-ui-part-effect-bounce .intec-ui-part-effect-wrapper>i {
  -moz-transform: rotate(145deg);
  -ms-transform: rotate(145deg);
  -webkit-transform: rotate(145deg);
  -o-transform: rotate(145deg);
  transform: rotate(145deg);
  transition: transform 1s ease;
}

.catalog-card__buy--add[data-basket-state="added"]~.catalog-card__buy--added {
  display: inline-block;
}

.widget.c-widget.c-widget-products-4 .widget-item-price-discount span:last-child {
  color: #000100;
}

.basket__cell-buttons .basket__button-fav {
  display: none;
}

@media (max-width: 895px) {
  .c-footer .ns-bitrix.c-menu.c-menu-columns-1 .menu-column-items {
    flex-direction: column !important;
  }

  .footer-second-menu .menu-column-item {
    text-align: left !important;
  }

  .c-footer .ns-bitrix.c-menu.c-menu-columns-1 .menu-column-item {
    width: 100% !important;
  }
}

.header-nav__item:nth-child(9) {
  display: none !important;
}

.menu-item:nth-child(8) {
  display: none !important;
}

.header-side__nav-item:nth-child(8) {
  display: none !important;
}

@media (max-width: 500px) {

  .intec-grid.intec-grid-a-v-stretch {
    gap: 16px;
    justify-content: space-between !important;
  }

  .catalog-section-item {
    max-width: calc(50% - 8px) !important;
    width: calc(50% - 8px) !important;
  }

  .intec-content .intec-content-wrapper,
  .intec-content .intec-content.intec-content-primary .intec-content-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .catalog-section-item-wrapper,
  .ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4[data-columns-mobile="2"] .catalog-section-item .catalog-section-item-wrapper {
    margin: 0 !important;
  }

  .catalog-section-item-base {
    position: relative;
  }

  .ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4 .catalog-section-item-action-buttons[data-offer=false] {
    position: absolute;
    top: 0;
    right: 0;
    max-width: max-content;
    z-index: 11;
  }

  .ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4[data-columns-mobile="2"] .catalog-section-item-action-button {
    margin: 6px;
  }

  .catalog-section-item-action-buttons {}

  .ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4[data-columns-mobile="2"] .catalog-section-item-name div,
  .ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4[data-columns-mobile="2"] .catalog-section-item-name a {
    font-size: 13px !important;
    line-height: 140% !important;
    letter-spacing: 0.03em;
    text-align: center;
    display: block;
    max-width: max-content;
    margin: 0 auto;
    padding: 0 10px;
  }

  .intec-grid>.intec-grid-item-auto {
    max-width: initial;
    margin: 0 auto;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 130%;
  }

  .ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4[data-columns-mobile="2"] .catalog-section-item-base {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .catalog-section-item-wrapper,
  .ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4[data-columns-mobile="2"] .catalog-section-item .catalog-section-item-wrapper {
    border: 1px solid #E6E6E6;
  }

  .ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4[data-columns-mobile="2"] .catalog-section-item-base {
    padding-bottom: 0 !important;
  }

  .ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4[data-columns-mobile="2"] .catalog-section-item-purchase-button {
    background-color: #F8E8E9 !important;
    color: #D48084 !important;
    border-color: #F8E8E9 !important;
  }


}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 40px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 13px 20px;
  max-width: max-content;
  background-color: #b1191e;
  border-radius: 2px;
}

.button:hover,
.button:active,
.button:focus {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
}

.button--center {
  margin: 0 auto;
}

.button--big {
  min-width: 387px;
}

.destinations-announcement {
  list-style: none !important;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-auto-flow: dense;
  margin-bottom: 40px;
}

.destinations-announcement__link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.destinations-announcement__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.destinations-announcement__link:nth-child(10n+1) {
  grid-row: span 2;
  grid-column: span 2;
}

.destinations-announcement__link:nth-child(10n+1) .destinations-announcement__title {
  font-size: 30px;
}

.destinations-announcement__link:nth-child(10n+6) {
  grid-row: span 2;
  grid-column: 3/span 2;
}

.destinations-announcement__link:nth-child(10n+6) .destinations-announcement__title {
  font-size: 30px;
}

.destinations-announcement__details {
  position: absolute;
  bottom: 0;
  left: 0;
}

.destinations-announcement__photo {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.6s;
}

.destinations-announcement__details {
  padding: 20px;
  padding-right: 65px;
  z-index: 5;
  color: #ffffff;
  transition: all 0.6s;
}

.destinations-announcement__title {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.33;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-family: "Tenor Sans";
  position: relative;
  max-width: max-content;
}

.destinations-announcement__title::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  transition: width 0.6s;
}

.destinations-announcement__text {
  margin: 0;
  display: block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #ffffff;
  font-family: "Montserrat";
}

.destinations-announcement__link:hover .destinations-announcement__details {
  transform: translateY(-5px);
}

.destinations-announcement__link:hover .destinations-announcement__photo {
  scale: 1.05;
}

.destinations-announcement__link:hover .destinations-announcement__title::after {
  width: 100%;
}

.catalog__header-title--mod {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.33;
  font-family: "Tenor Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.catalog__header-subtitle {
  margin-top: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0.03em;
  color: #000100;
  opacity: 0.6;
}

.catalog__header-subtitle:last-child {
  margin-bottom: 32px;
}

.cust-article-full__back-link span {
  color: #383b47 !important;
  display: block;
  font-size: 14px;
}

@media (max-width: 900px) {
  .destinations-announcement {
    grid-template-columns: repeat(2, 1fr);
  }

  .destinations-announcement__link:nth-child(10n+1) {
    grid-row: initial;
    grid-column: initial;
  }

  .destinations-announcement__link:nth-child(10n+6) {
    grid-row: initial;
    grid-column: initial;
  }

  .destinations-announcement__title {
    font-size: 26px !important;
  }
}

@media (max-width: 650px) {
  .destinations-announcement {
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 30px;
  }

  .destinations-announcement__details {
    position: initial;
    padding: 0 !important;
  }

  .destinations-announcement__title {
    font-size: 18px !important;
    color: #000100;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .destinations-announcement__title::after {
    display: none;
  }

  .destinations-announcement__text {
    color: #000100;
    opacity: 0.7;
  }

  .destinations-announcement__link::after {
    display: none;
  }

  .destinations-announcement__photo {
    width: initial;
    height: initial;
    object-fit: initial;
  }

  .destinations-announcement__link {
    display: grid;
    gap: 20px;
    grid-template-columns: 120px 1fr;
    align-items: center;
    color: #000100 !important;
    text-decoration: none !important;
  }

  .destinations-announcement__link:hover .destinations-announcement__photo {
    scale: initial;
  }

  .destinations-announcement__link:hover .destinations-announcement__details {
    transform: none;
  }

  .destinations-announcement__link:nth-child(2n) {
    grid-template-columns: 1fr 120px;
  }

  .destinations-announcement__link:nth-child(2n) .destinations-announcement__photo {
    order: 2;
  }

  .destinations-announcement__link:nth-child(2n) .destinations-announcement__text {
    text-align: right;
  }

  .destinations-announcement__link:nth-child(2n) .destinations-announcement__title {
    text-align: right;
    max-width: initial;
  }

  .button--big {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}


.cust-modal-new .widget.c-widget.c-widget-products-4 .widget-item .widget-item-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

.cust-modal-new__slider .recommend-slider .slick-list {
  padding-bottom: 60px !important;
}

.cust-modal-new__slider .widget.c-widget.c-widget-products-4 .widget-item-base {
  padding-bottom: 5px !important;
}


.cust-modal .widget.c-widget.c-widget-products-4 .widget-item-image-container {
  margin-bottom: 15px !important;
}

.cust-modal .widget.c-widget.c-widget-products-4 .widget-item .widget-item-advanced {
  position: relative !important;
  padding-bottom: 0 !important;
  height: 30px !important;
}

.cust-modal .widget.c-widget.c-widget-products-4 .widget-item-image {
  padding-top: 300px !important;
}

.cust-modal-new__title {
  margin-bottom: 32px;
  font-size: 30px;
  margin-inline: auto;
  padding: 0 60px;
}

.cust-modal .widget.c-widget.c-widget-products-4 .widget-item-image-element {
  height: 300px !important;
}

.cust-modal .widget.c-widget.c-widget-products-4 .widget-item-advanced {
  display: none;
  padding-bottom: 0 !important;
}

.cust-modal .widget-item-price {
  height: 100px !important;
}

.cust-modal .widget.c-widget.c-widget-products-4 .widget-item-image img {
  height: 100%;
}

.cust-modal-new__slider .widget.c-widget.c-widget-products-4 .widget-item-name {
  height: 45px !important;
  min-height: initial !important;
}

.cust-modal-new__slider .widget.c-widget.c-widget-products-4 .widget-item-price-discount {
  min-height: initial !important;
  height: 56px !important;
}

@media (max-width: 1024px) {
  .cust-modal-new__title {
    margin-bottom: 24px;
    font-size: 20px;
    padding: 0 24px;
  }
}

@media (max-width: 500px) {
  .cust-modal-new__slider .widget .widget-item-advanced {
    height: 40px !important;
  }

  .cust-modal-new__title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}