

/* Start:/local/templates/templ_main/sections_inc/advices.css?16874225631558*/
.advices {
  padding: 25px 0 50px 0;
  position: relative;
}
.advices__catsTitle {
  max-width: 300px;
  margin: 0 0 30px 0;
  font-size: 36px;
  font-weight: 600;
  text-overflow: ellipsis;
  position: relative;
}
.advices__tabs {
  padding: 0 240px 0 0;
  border: 0;
}
.advices__social {
  top: 34px;
  right: 0;
  position: absolute;
  z-index: 1;
}
.advices__content {
  padding: 20px 0 0 0;
  overflow: hidden;
}
.advices__tiles {
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
  position: relative;
  opacity: 1;
  transition: opacity 0.1s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.advices--zeroTop {
  padding-top: 0;
}

@media (max-width: 1024px) {
  .advices__catsTitle {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .advices__social {
    top: 0;
    width: 100%;
    margin: 0 0 20px -15px;
    position: relative;
  }
  .advices__tabs {
    padding: 0;
  }
}
@media (max-width: 425px) {
  .advices__tiles {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .advices__content {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
  }
}

.advices .link {
  color: #007DDC;
}
.advices .link--styled {
  border-bottom-color: #007DDC;
}
.advices .link:hover {
  border-bottom-color: #014681;
  color: #014681;
}

/* End */


/* Start:/local/templates/templ_main/sections_inc/pag.css?1687422563733*/
.pag {
  margin: 20px 0 0 0;
}
.pag__list {
  vertical-align: top;
  display: inline-block;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
.pag__item {
  margin: 0 3px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease-out;
  vertical-align: top;
  display: inline-block;
}
.pag__item:hover, .pag__item--active {
  border-bottom-color: var(--primaryColor-500);
}
.pag__item--next, .pag__item--prev {
  font-size: 22px;
}
.pag__link {
  padding: 0 16px;
  line-height: 34px;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  display: inline-block;
}/*# sourceMappingURL=pag.css.map */
/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineTabs.css?16874225631043*/
.upline-tabs .tabs {
  background-color: #F6F6F6;
}
.upline-tabs .tabs__list {
  border-bottom: solid 3px transparent;
}
.upline-tabs .tabs__list_type_mobile {
  display: none;
}
.upline-tabs .tabs__item {
  margin-right: 70px;
  padding: 28px 0 24px;
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
.upline-tabs .tabs__item.active {
  font-weight: 600;
  color: #000;
}
.upline-tabs .tabs__item::after {
  bottom: -3px;
  height: 3px;
  background-color: #FFBF3E;
}
@media screen and (max-width: 600px) {
  .upline-tabs .tabs__list {
    display: none;
  }
  .upline-tabs .tabs__list_type_mobile {
    display: block;
    margin-top: 19px;
  }
  .upline-tabs .tabs__items {
    display: grid;
    grid-gap: 10px;
    margin-top: 10px;
    padding-left: 15px;
  }
  .upline-tabs .tabs__item {
    margin: 0;
    padding: 0;
    font-weight: 450;
    font-size: 13px;
  }
  .upline-tabs .tabs__item.active {
    font-weight: 600;
  }
  .upline-tabs .tabs__item::after {
    content: none;
  }
}/*# sourceMappingURL=uplineTabs.css.map */
/* End */


/* Start:/local/templates/templ_main/sections_inc/article.css?17228618567217*/
.article {
  width: 100%;
  padding: 0 0 30px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  word-break: break-word;
}
.article__colLeft {
  width: 30%;
  vertical-align: top;
  display: inline-block;
}
.article__colRight {
  width: 70%;
  padding: 0 0 0 75px;
  vertical-align: top;
  display: inline-block;
}
.article__colRight img {
  max-width: 100%;
  margin: 30px 0;
  border-style: none;
  vertical-align: top;
  display: inline-block;
}
.article__colRight blockquote {
  color: rgba(0, 0, 0, 0.5);
  padding-left: 1.5em;
  border-left: 5px solid rgba(0, 0, 0, 0.1);
}
.article__colRight table th {
  border: 1px solid black;
  padding: 10px;
}
.article__category {
  padding: 0 0 10px 0;
  color: var(--primaryColor-500);
}
.article__caption {
  margin: 0;
  padding-right: 10%;
  font-size: 38px;
}
.article__date {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.article__head {
  width: 100%;
  margin: 20px 0;
  vertical-align: top;
  display: inline-block;
}
.article__body {
  width: 100%;
  margin-top: 50px;
  vertical-align: top;
  display: inline-block;
}
.article__thumbnail,
.article__video,
.article__slider {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.article__video {
  height: calc(64vw* 9 / 16);
  text-align: center;
}
.article__video iframe {
  width: 80%;
  height: 100%;
}
.article__slider {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}
.article__slider .gallery {
  width: calc(100% - 72px);
}
.article__slider button {
  border: none!important;
}
@media (max-width: 599px) {
  .article__slider .gallery {
    width: 100%;
  }
  .article__slider button {
    display: none!important;
  }
}
.article__img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.article__bar {
  padding-bottom: 20px;
}
.article__snippet {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 20px 0;
  font-size: 14px;
  border-top: solid 2px var(--primaryColor-250);
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 769px) {
  .article__snippet {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.article__snippetSubtitle {
  width: 100%;
  margin: 0 0 20px 0;
  color: var(--primaryColor-500);
  vertical-align: top;
  display: inline-block;
}
.article__snippetTitle {
  font-size: 18px;
  line-height: 1.4;
}
.article__nav {
  width: 50%;
  margin: 20px 0 0 0;
  padding: 10px 0;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.article__nav::before {
  content: "";
  top: 22px;
  width: 0;
  height: 2px;
  transition: width 0.35s ease-out, background-color 0.3s ease-out;
  background-color: var(--primaryColor);
  position: absolute;
  display: block;
}
.article__nav:hover::before {
  width: 50%;
}
.article__nav--left::before {
  left: 4px;
}
.article__nav--left:hover::before {
  background-color: var(--primaryColor-900);
}
.article__nav--right {
  text-align: right;
}
.article__nav--right::before {
  right: 4px;
}
.article__nav--right:hover::before {
  background-color: var(--primaryColor-900);
}
.article__introduction {
  padding: 0 0 40px 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--mainColor);
}
.article__frame_video {
  width: 100%;
  height: 400px;
}
.article ul:not([class]) {
  padding-left: 20px;
  list-style: circle;
  line-height: 1.6;
}
.article ol:not([class]) {
  padding-left: 20px;
}
.article a:not([class]) {
  color: #007DDC;
  text-decoration: none;
  border: 0;
  border-bottom: solid 1px #007DDC;
  transition: border-bottom-color 0.2s ease-out;
  z-index: 1;
}
.article a:not([class]):hover {
  color: #014681;
  border-bottom-color: #014681;
}
.article a:not([class]):active {
  transform: translate3d(0, 2px, 0);
}
.article strong a:not([class]) {
  display: inline-flex;
  margin-bottom: 30px;
  border-bottom: none;
}
.article h2:not([class]), .article__subtitle {
  margin: 30px 0;
  font-size: 24px;
}
.article__smallTitle {
  margin: 20px 0;
  font-size: 18px;
}
.article p:not([class]), .article__paragraph {
  padding: 0 0 20px 0;
  line-height: 1.4;
}
.article--separator {
  margin: 0 0 50px 0;
  padding: 0 0 50px;
  border-bottom: solid 1px var(--primaryColor-200);
}
.article__title {
  font-weight: 600;
}
.article__title--big {
  font-size: 54px;
}
.article__desc {
  padding: 40px 0 0 0;
  font-size: 18px;
  line-height: 1.4;
}
.article__event {
  margin: 0 0 30px 0;
}
.article__eventDate {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 10px 0;
}
.article__eventTime {
  font-size: 18px;
  padding: 0 0 30px 0;
}
.article__eventAddress {
  padding: 0 0 30px 0;
}

@media (max-width: 1024px) {
  .article__title--big {
    font-size: 46px;
  }
  .article__caption {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .article__title--big {
    font-size: 38px;
  }
  .article__desc {
    padding: 20px 0 0 0;
    font-size: 16px;
  }
  .article__colLeft {
    width: 100%;
  }
  .article__colRight {
    width: 100%;
    padding: 0;
  }
  .article__head {
    margin-top: 0;
  }
  .article__body {
    margin-top: 20px;
  }
  .article__introduction {
    padding: 0 0 20px 0;
  }
  .article--separator {
    margin: 5px 0 20px 0;
    padding: 0 0 20px;
  }
}
@media (max-width: 425px) {
  .article__title--big {
    font-size: 32px;
  }
  .article__frame_video {
    height: 200px;
  }
  .article__caption {
    font-size: 26px;
  }
  .article__introduction {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .article {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
  }
  .article__head {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
  }
  .article__body {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
  }
}
.advantages_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.advantages_list:after {
  content: " ";
  display: block;
  clear: both;
}

.advantages--element {
  width: 50%;
  display: flex;
  margin-bottom: 30px;
}

.advantages--element .item_head {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 7px;
}

.advantages--element .item_descr {
  font-size: 14px;
  line-height: 1.3;
}

.advantages--element .item_icon {
  margin-right: 20px;
}

.advantages--element .item_content {
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .advantages--element {
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/templ_main/sections_inc/tabs.css?16874225631900*/
.tabs {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  vertical-align: top;
  display: inline-block;
}
.tabs__list {
  width: 100%;
  border-bottom: solid 2px var(--primaryColor-200);
  list-style: none;
  white-space: nowrap;
  vertical-align: top;
  display: inline-block;
}
.tabs__item {
  margin-right: 25px;
  padding: 15px 0;
  border: 0;
  color: var(--primaryColor-500);
  transition: color 0.2s ease-out;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs__item:active {
  transform: translateY(2px);
}
.tabs__item:last-child {
  margin-right: 0;
}
.tabs__item::after {
  content: "";
  right: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: var(--mainColor-200);
  transition: width 0.25s ease-out;
  position: absolute;
  display: block;
}
.tabs__item.active {
  color: var(--mainColor);
  pointer-events: none;
}
.tabs__item.active::after {
  width: 100%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.tabs__item:hover:not(.tabs__item--active) {
  color: var(--primaryColor-900);
}
.tabs__item:hover:not(.tabs__item--active)::after {
  left: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .tabs {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
  }
}/*# sourceMappingURL=tabs.css.map */
/* End */


/* Start:/local/templates/templ_main/jscss/owl.carousel.min.css?17228618563351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/templ_main/jscss/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/templ_main/jscss/owl.theme.default.min.css?17228618561013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/templ_main/components/custom/catalog3v.section/template_prod_sect/blocks/product.css?16854365657385*/
.products {
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
  position: relative;
  opacity: 1;
  transition: opacity 0.1s linear;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}
.products--dp {
  padding: 0 0 0 30%;
}
.products--hide {
  opacity: 0;
}

.product {
  width: 100%;
  max-width: 25%;
  min-width: 180px;
  padding: 0 15px 15px 15px;
  white-space: normal;
  text-align: left;
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: flex;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.product__inner {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.product__thumbnail {
  width: 100%;
  height: 180px;
  text-decoration: none;
  border: solid 2px var(--primaryColor-200);
  overflow: hidden;
  position: relative;
  transition: border-color 0.2s ease-out;
  transform: translate3d(0, 0, 0);
  vertical-align: top;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product__img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  margin: auto;
  pointer-events: none;
  position: absolute;
  display: block;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product__type {
  width: 100%;
  max-width: 292px;
  padding: 15px 0 0 0;
  color: var(--primaryColor-500);
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
}
.upline-products .product .product__title {
  width: 100%;
  max-width: 292px;
  padding: 10px 0 10px 0;
  font-size: 18px;
  line-height: 24px;
}
.upline-products .product .product__title a { text-decoration: none; }
.product__format {
  width: 100%;
  max-width: 292px;
  padding: 5px 0 10px 0;
  font-size: 18px;
  color: var(--primaryColor-500);
  flex: 1 0 auto;
}
.upline-products .product .product__price {
  width: 100%;
  max-width: 292px;
  padding: 5px 0 10px 0;
  font-size: 20px;
  font-weight: 600;
}
.product__priceValue {
  font-size: 20px;
  padding: 0 4px 0 10px;
}
.product__priceCurrency {
  font-size: 20px;
}
.product__price--old {
  font-size: 15px;
  position: relative;
  display: inline-block;
  text-decoration: line-through;
  color: #949494;
}
.product .product__price--old .product__priceCurrency {
  font-size: 15px;
}
.product__controls {
  width: 100%;
  margin: 10px 0 15px 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
  flex-grow: 0;
}
.upline-products .product .product__quantity {
  right: 0;
  top: -40px;
  width: 100%;
  max-width: 50%;
  min-width: 110px;
  vertical-align: top;
  display: inline-block;
  position: absolute;
}
.product__quantityBtn {
  top: 0;
  width: 32px;
  height: 32px;
  border: solid 2px var(--primaryColor-250);
  color: var(--primaryColor-900);
  font-family: Arial, sans-serif;
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  vertical-align: top;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.product__quantityBtn--decrement {
  left: 0;
}
.upline-products .product .product__quantityBtn--decrement::before {
  content: "-";
  top: -8px;
  left: 6px;
  font-size: 28px;
  position: absolute;
  display: block;
}
.product__quantityBtn--increment {
  right: 0;
}
.upline-products .product .product__quantityBtn--increment::before {
  content: "+";
  top: -2px;
  left: 5px;
  font-size: 20px;
  position: absolute;
  display: block;
}
.product__quantityBtn:hover {
  background-color: var(--primaryColor-100);
  border-color: var(--primaryColor-300);
}
.product__quantityBtn:active {
  transform: translateY(2px);
}
.product__quantityValue {
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  padding: 0 32px;
  font-size: 18px;
  line-height: 32px;
  outline: 0;
  border: 0;
  background-color: var(--primaryColor);
  color: var(--primaryColor-900);
  text-align: center;
  position: absolute;
  vertical-align: top;
  display: inline-block;
  animation-fill-mode: both;
  animation-duration: 0.75s;
  animation-name: fadeIn;
}
.product__detailsBtn {
  width: 100%;
  max-width: 45%;
  padding: 8px;
  line-height: 24px;
}
.product__basketBtn {
  width: 100%;
  max-width: 50%;
  margin-left: 5%;
  padding: 8px;
  line-height: 24px;
  float: right;
}
.product__basketBtnText {
  padding: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
}
.product__basketIcon {
  width: 26px;
  height: 22px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  fill: none;
}
.product__basketIcon path {
  fill: var(--primaryColor);
}
.product--carousel {
  max-width: 23.46%;
  margin: 0 2% 0 0;
  padding: 0;
  vertical-align: top;
  display: inline-block;
}
.product--dp {
  max-width: 33.33333%;
  margin-bottom: 30px;
  flex: 0 0 33.33333%;
}
.product--hidden {
  display: none;
}

@media (min-width: 1024px) {
  .product__thumbnail:hover {
    border-color: var(--primaryColor-300);
  }
  .product__thumbnail:active {
    opacity: 0.5;
  }
}

  .products::after {
    content: "";
    flex: auto;
  }

@media (max-width: 1024px) {
  .product {
    max-width: 33.3333333%;
    flex: 0 0 33.3333333%;
  }
  .product--dp {
    max-width: 50%;
    flex: 1 0 50%;
  }
  .product--carousel {
    width: 32.3333333%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .products {
    margin-right: -8px;
    margin-left: -8px;
    text-align: center;
  }
  .products--dp {
    padding: 0;
    margin-bottom: 0;
  }
  .product {
    padding: 0 8px 24px 8px;
    max-width: 33.3333333%;
    flex: 0 0 33.3333333%;
  }
  .product__thumbnail {
    background-color: var(--primaryColor-50);
  }
  .product__format, .product__title {
    font-size: 16px;
  }
  .product__type {
    text-transform: lowercase;
  }
  .upline-products .product .product__quantity {
    top: 0;
  }
  .product__quantity {
    top: 5px;
    left: 0;
    right: auto;
  }
  .product__detailsBtn {
    display: none;
  }
  .product__basketBtn {
    width: 44px;
    border-color: var(--primaryColor-250);
    background-color: var(--primaryColor-50);
  }
  .product__basketBtnText {
    display: none;
  }
  .product__basketIcon path {
    fill: var(--primaryColor-500);
  }
  .product--dp {
    max-width: 50%;
    flex: 1 0 50%;
  }
  .product--carousel {
    width: 48%;
    margin: 0 2.7% 0 0;
    padding: 0;
  }
  .upline-products .product .product__title {
    font-size: 14px;
    line-height: 1.17;
    padding-top: 8px;
  }
}
@media (max-width: 425px) {
  .product {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .product__basketBtn {
    width: 35%;
    background-color: var(--mainColor);
    border-color: var(--mainColor);
  }
  .product__basketIcon path {
    fill: var(--primaryColor);
  }
  .product__quantity {
    top: 0;
    max-width: 160px;
  }
  .product__quantityBtn {
    width: 42px;
    height: 42px;
  }
  .product__quantityBtn--decrement::before {
    top: 1px;
    left: 14px;
  }
  .product__quantityBtn--increment::before {
    top: 7px;
    left: 13px;
  }
  .product__quantityValue {
    height: 42px;
    line-height: 42px;
  }
  .product--carousel {
    width: 100%;
    margin: 0 1.5% 0 0;
    padding: 0;
  }
}
/* End */


/* Start:/local/templates/templ_main/components/custom/catalog3v.section/template_prod_sect/blocks/uplineProducts.css?16911417808759*/
.upline-products {
  margin-bottom: 30px;
}
.upline-products .products {
  display: grid;
  grid-gap: 29px;
  margin: 37px 0 0 0;
}
.upline-products .products--dp {
  justify-content: unset;
  flex-wrap: nowrap;
  padding: 0;
}
.upline-products .products::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .upline-products .products--dp {
    grid-gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-top: 28px;
  }
}
.upline-products .product {
  max-width: 25%;
  min-width: unset;
}
.upline-products .product__img-wrapper {
  position: relative;
  width: 100%;
  padding: 50%;
}
.upline-products .product__thumbnail {
  position: absolute;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: unset;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  background-color: #E5E5E5;
}
.upline-products .product__type {
  padding-top: 24px;
  text-transform: none;
}
.upline-products .product__format, .upline-products .product__type {
  color: #888888;
  font-weight: 400;
  font-size: 14px;
}
.upline-products .product__title {
  flex-grow: 1;
  padding: 5px 0 0 0;
  font-weight: 600;
  font-size: 17px;
}
.upline-products .product__price {
  padding: 17px 0 26px 0;
  font-weight: 400;
}
.upline-products .product__priceCurrency {
  color: #888888;
  font-weight: 400;
  font-size: 20px;
}
.upline-products .product__quantity {
  top: -60px;
  max-width: 90px;
  min-width: unset;
}
.upline-products .product__quantityBtn {
  width: 21px;
  height: 21px;
  background-color: #E7E7E7;
  border: none;
  color: #8B8B8B;
}
.upline-products .product__quantityBtn--decrement::before {
  top: -7px;
  left: 6px;
}
.upline-products .product__quantityBtn--increment::before {
  top: 0;
  left: 6px;
}
.upline-products .product__quantityValue {
  padding: 0;
  height: 24px;
  font-size: 15px;
}
.upline-products .product__detailsBtn {
  display: inline-flex;
}
.upline-products .product__basketBtnText {
  padding: 0;
}
.upline-products .product__basketIcon {
  display: none;
  width: 17px;
  height: 17px;
  color: #000;
}
.upline-products .product-icons {
  display: flex;
  position: absolute;
  top: 13px;
  right: 13px;
  gap: 10px;
}
.upline-products .product__favorite-btn {
  border: none;
  color: #fff;
  transition: color 0.3s;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.5));
}
.upline-products .product__favorite-btn path {
  fill: currentColor;
}
.upline-products .product__favorite-btn .heart_in {
  fill: none;
}
.upline-products .product__favorite-btn:hover {
  color: #ffbf3e;
}
.upline-products .product--carousel {
  max-width: 18%;
}
.upline-products .product--carousel__type {
  padding-top: 22px;
  color: #9B9B9B;
  font-size: 15px;
}
.upline-products .product--carousel__title {
  font-size: 18px;
}
.upline-products .product--dp {
  max-width: 100%;
  padding: 0;
  margin: 0;
  flex: 0 1 auto;
}
.upline-products .product--dp:not(:last-child) {
  padding: 0 0 32px;
  border-bottom: 2px solid #F8F8F8;
}
.upline-products .product--dp .product__options {
  display: none;
}
.upline-products .product--dp .product__inner {
  display: grid;
  grid-template-areas: "image title quantity price button";
  grid-template-columns: 400px 1fr 120px 120px 120px;
  grid-gap: 30px;
  align-items: center;
}
.upline-products .product--dp .product__thumbnail {
  grid-area: image;
  max-width: 400px;
  height: 196px;
  border: 1px solid #F1F1F1;
  box-sizing: border-box;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: #fff;
}
.upline-products .product--dp .product__type,
.upline-products .product--dp .product__title,
.upline-products .product--dp .product__format,
.upline-products .product--dp .product__price {
  width: auto;
  max-width: none;
  padding: 0;
  flex: 0 1 auto;
}
.upline-products .product--dp .product__type-wrapper {
  display: none;
}
.upline-products .product--dp .product__title {
  grid-area: title;
  text-decoration: none;
  line-height: 1.2;
}
.upline-products .product--dp .product__title,
.upline-products .product--dp .product__format {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.upline-products .product--dp .product__basketBtn {
  flex-shrink: 0;
  max-width: 100%;
  margin: 0;
  padding: 12px 20px;
  line-height: 1;
}
.upline-products .product--dp .product__quantity_type_relative {
  position: relative;
  top: -11px;
  right: auto;
  grid-area: quantity;
  width: auto;
  max-width: 150px;
}
.upline-products .product--dp .product__price {
  grid-area: price;
}
.upline-products .product--dp .product__button {
  grid-area: button;
}
@media screen and (max-width: 1150px) {
  .upline-products .product {
    max-width: 33%;
    flex: 0 0 33.3333333%;
  }
  .upline-products .product--dp {
    max-width: 100%;
  }
  .upline-products .product--carousel {
    max-width: 23%;
  }
}
@media screen and (max-width: 1200px) {
  .upline-products .product--dp .product__inner {
    grid-template-columns: 200px 1fr 120px 120px 120px;
  }
}
@media screen and (max-width: 930px) {
  .upline-products .product {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .upline-products .product--dp {
    max-width: 100%;
    flex: 0 1 auto;
  }
  .upline-products .product .product__img {
	width: 100%
  }
}
@media screen and (max-width: 1024px) {
  .upline-products .product--dp .product__inner {
    grid-template-columns: 144px 1fr 120px 120px 120px;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  .upline-products .product {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .upline-products .product--dp {
    max-width: 100%;
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 768px) {
  .upline-products .product {
    margin-bottom: 0;
  }
  .upline-products .product__detailsBtn {
    display: none;
  }
  .upline-products .product__basketIcon {
    display: block;
    flex-shrink: 0;
  }
  .upline-products .product__basketIcon path {
    fill: #000;
  }
  .upline-products .product__quantity {
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .upline-products .product__quantityValue {
    height: 100%;
    border: 1px solid #FFBF3E;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .upline-products .product__quantityBtn {
    top: 50%;
    color: #FFBF3E;
    background-color: transparent;
    transform: translate(0, -50%);
  }
  .upline-products .product__quantityBtn--decrement {
    left: 4px;
  }
  .upline-products .product__quantityBtn--increment {
    right: 4px;
  }
  .upline-products .product__quantityBtn:active {
    transform: translateY(-8px);
  }
  .upline-products .product--dp:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .upline-products .product--dp .product__inner {
    grid-gap: 5px;
    grid-template-areas: "image image" "type type" "title title" "price price" "quantity button";
    grid-template-columns: 1fr auto;
  }
  .upline-products .product--dp .product__basketBtn {
    padding: 8px;
  }
  .upline-products .product--dp .product__type-wrapper {
    display: flex;
    grid-area: type;
    margin-top: 11px;
  }
  .upline-products .product--dp .product__format,
.upline-products .product--dp .product__type {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #888;
  }
  .upline-products .product--dp .product__format_hide_mobile,
.upline-products .product--dp .product__type_hide_mobile {
    display: none;
  }
  .upline-products .product--dp .product__title {
    font-size: 14px;
  }
  .upline-products .product--dp .product__price {
    margin-top: 16px;
    margin-bottom: 18px;
  }
  .upline-products .product--dp .product__priceCurrency {
    font-weight: 400;
    font-size: 12px;
    color: #9A9A9A;
  }
  .upline-products .product--dp .product__options {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    color: #000;
  }
  .upline-products .product--dp .product__quantity_type_relative {
    top: 0;
  }
}
@media screen and (max-width: 426px) {
  .upline-products .product__type {
    padding-top: 16px;
    font-size: 12px;
  }
  .upline-products .product__title {
    padding-top: 3px;
    font-size: 14px;
    line-height: 1.2;
  }
  .upline-products .product__price {
    padding: 16px 0 8px;
    font-weight: 600;
    font-size: 14px;
  }
  .upline-products .product__priceCurrency {
    color: #9A9A9A;
    font-weight: 400;
    font-size: 12px;
  }
  .upline-products .product__quantity {
    max-width: 90px;
    min-width: unset;
  }
  .upline-products .product__basketBtn {
    padding: 10px;
    width: 37px;
  }
}

.upline-products .product__favorite-btn.selected {
  color: #ffbf3e;
}
.upline-products .product__favorite-btn.selected .heart_in {
  fill: #ffbf3e;
}

/* End */


/* Start:/local/templates/templ_main/components/custom/catalog3v.section/template_prod_sect/blocks/uplineCatalog.css?168543656518043*/
.upline-fields-input {
  display: flex;
}
.upline-fields-input__item {
  display: flex;
  grid-gap: 7px;
  align-items: center;
  padding: 10px 13px;
  border: 1px solid #D7D7D7;
  transition: 0.3s;
}
.upline-fields-input__item:first-child {
  margin-right: -1px;
  border-radius: 10px 0 0 10px;
}
.upline-fields-input__item:first-child:hover {
  z-index: 2;
}
.upline-fields-input__item:last-child {
  border-radius: 0 10px 10px 0;
}
.upline-fields-input__item:hover, .upline-fields-input__item:focus {
  border-color: #000;
}
.upline-fields-input__placeholder {
  font-size: 14px;
  color: #ADADAD;
}
.upline-fields-input__input {
  width: 100%;
  border: none;
  outline: none;
}

.upline-chips.show {
  margin-bottom: 30px;
}
.upline-chips .chips__closeBtn {
  position: relative;
  /*display: none;*/
  align-items: center;
  justify-content: center;
  margin-left: 17px;
  padding: 0;
  font-family: inherit;
  color: inherit;
  border: none;
}
.upline-chips .chips__item {
  display: inline-flex;
  align-items: center;
  padding: 9px 20px;
  background-color: #F2F2F2;
  color: #000;
  font-size: 14px;
  border-radius: 17px;
  margin: 0 5px 5px 0;
  transition: 0.3s;
}
.upline-chips .chips__item:hover {
  background-color: #747474;
  color: #fff;
}
.upline-chips .chips__item:hover > .chips__closeBtn {
  display: flex;
}
.upline-chips .chips__item .chips__color {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  outline: 1px solid #D7D7D7;
}
@media screen and (max-width: 768px) {
  .upline-chips.show {
    margin-top: 0;
  }
  .upline-chips .chips__item {
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 5px;
  }
}

.upline-catalog-section .catalog__section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 33px;
  grid-row-gap: 81px;
}
.upline-catalog-section .tile {
  position: relative;
  max-width: none;
  padding: 0;
}
.upline-catalog-section .tile__detailLink {
  position: relative;
  right: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  padding: 13px;
  color: #000000;
  font-size: 14px;
  background-color: #F0F0F0;
  border-radius: 5px;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.upline-catalog-section .tile__detailLink:hover {
  font-weight: 700;
  background-color: #747474;
  color: white;
}
.upline-catalog-section .tile__badge {
  display: none;
}
.upline-catalog-section .tile__thumbnail {
  position: relative;
  overflow: hidden;
  padding: 100% 0 0 0;
  border-radius: 8px;
}
.upline-catalog-section .tile__colors-wrapper {
  flex-grow: 1;
}
.upline-catalog-section .tile__colors {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(5, 1fr);
  margin: 10px 0 0 0;
}
.upline-catalog-section .tile__color-wrapper {
  padding: 4px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  transition: border-color 0.2s ease-out;
  vertical-align: top;
  display: inline-block;
}
.upline-catalog-section .tile__color-wrapper:hover {
  border-color: #000;
}
.upline-catalog-section .tile__color {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border: none;
  border-radius: 2px;
}
.upline-catalog-section .tile__name {
  margin-top: 21px;
  padding: 0;
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -0.01em;
}
.upline-catalog-section .tile__sizes-wrapper {
  margin-top: 5px;
  font-size: 14px;
  color: #888888;
  height: 32px;
  overflow: hidden;
}
.upline-catalog-section .tile__in-stock {
  margin-top: 10px;
  color: #5BD711;
  font-size: 14px;
}
.upline-catalog-section .tile__price {
  margin: 15px 0 0 0;
}
.upline-catalog-section .tile__priceFrom {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
}
.upline-catalog-section .tile__priceValue {
  font-size: 19px;
  font-weight: 700;
}
.upline-catalog-section .tile__priceCurrency, .upline-catalog-section .tile__priceQuantity {
  color: #888888;
  font-size: 19px;
  font-weight: 400;
}
.upline-catalog-section .tile__options {
  position: absolute;
  top: 13px;
  right: 15px;
  display: flex;
  grid-gap: 18px;
}
.upline-catalog-section .tile__favorite-btn {
  display: none;
  margin: 0;
  padding: 0;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
}
.upline-catalog-section .tile__favorite-btn:hover {
  color: #ffbf3e;
}
.upline-catalog-section .pag {
  display: flex;
  grid-gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
.upline-catalog-section .pag__list {
  display: inline-flex;
  grid-gap: 9px;
  flex-wrap: wrap;
  list-style-type: none;
}
.upline-catalog-section .pag__item {
  --font-color: #000;
  --bg-color: #F0F0F0;
}
.upline-catalog-section .pag__item--active {
  --font-color: #fff;
  --bg-color: #747474;
}
.upline-catalog-section .pag__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 41px;
  padding: 12px 13px;
  color: var(--font-color);
  text-decoration: none;
  background-color: var(--bg-color);
  border-radius: 6px;
  transition: 0.3s;
}
.upline-catalog-section .pag__link:hover {
  --font-color: #fff;
  --bg-color: #747474;
}
.upline-catalog-section .pag__quantity {
  display: flex;
  grid-gap: 15px;
  align-items: center;
}
.upline-catalog-section .pag__quantity-title {
  font-size: 14px;
  white-space: nowrap;
}
.upline-catalog-section .pag__quantity-count-wrapper {
  display: flex;
  grid-gap: 9px;
}
.upline-catalog-section .pag__quantity-count {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 11px;
  font-family: inherit;
  font-size: 15px;
  color: #000;
  background-color: #F0F0F0;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
}
.upline-catalog-section .pag__quantity-count.active, .upline-catalog-section .pag__quantity-count:hover {
  background-color: #747474;
  color: #fff;
}
.upline-catalog-section__more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  padding: 12px;
  color: #000000;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}
.upline-catalog-section__more-btn:hover {
  /*border-color: #000;*/
  color: #fff;
  background-color: #747474;
}
@media screen and (max-width: 1150px) {
  .upline-catalog-section .catalog__section {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 930px) {
  .upline-catalog-section .catalog__section {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .upline-catalog-section__more-btn {
    font-size: 13px;
    border-radius: 10px;
  }
  .upline-catalog-section .tile {
    min-width: auto;
  }
  .upline-catalog-section .tile__sizes-wrapper {
    margin-top: 11px;
    font-size: 12px;
  }
  .upline-catalog-section .tile__name {
    font-size: 14px;
  }
  .upline-catalog-section .tile__in-stock {
    margin-top: 26px;
    font-size: 12px;
  }
  .upline-catalog-section .tile__priceFrom, .upline-catalog-section .tile__priceCurrency, .upline-catalog-section .tile__priceQuantity {
    font-size: 12px;
  }
  .upline-catalog-section .tile__priceValue {
    font-size: 18px;
  }
  .upline-catalog-section .tile__detailLink {
    display: none;
  }
  .upline-catalog-section .pag__quantity {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .upline-catalog-section .tile__colors {
    grid-template-columns: repeat(3, 1fr);
  }
  .upline-catalog-section .tile__sizes-wrapper {
    font-size: 12px;
  }
  .upline-catalog-section .tile__tag_position_top {
    display: none;
  }
}

.animated {
  animation-fill-mode: both;
  animation-duration: 1s;
}

.animated-infinite {
  animation-iteration-count: infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutQuick {
  to {
    opacity: 0;
  }
}
.fadeOutQuick {
  animation-name: fadeOutQuick;
  animation-delay: 0s;
  animation-duration: 0.15s;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomOut {
  to {
    opacity: 0;
    transform: scale(0);
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomInMini {
  0% {
    opacity: 0;
    transform: scale(0.975);
  }
  100% {
    transform: scale(1);
  }
}
.zoomInMini {
  animation-name: zoomInMini;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.slideUp {
  animation-name: slideUp;
}

@keyframes slideOut {
  to {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
}
.slideOut {
  animation-name: slideOut;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

.upline-catalog {
  margin: 10px 0 60px;
}
.upline-catalog__wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
}
.upline-base-list.upline-catalog__navigation {
  display: grid;
  grid-gap: 19px;
  padding-bottom: 38px;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 768px) {
  .upline-catalog__wrapper {
    grid-template-columns: auto;
  }
  .upline-base-list.upline-catalog__navigation {
    display: none;
  }
}
.upline-catalog__navigation-item {
  font-size: 14px;
  transition: 0.3s;
}
.upline-catalog__navigation-item.active, .upline-catalog__navigation-item:hover {
  font-weight: 600;
}
.upline-catalog__filter-form {
  padding-top: 30px;
}
.upline-catalog__filter-form-inner {
  display: grid;
  grid-gap: 24px;
  padding: 0 15px 30px;
}
.upline-catalog__title {
  margin: 0 0 21px 0;
  padding: 0;
  font-size: 27px;
  font-weight: 700;
}
.upline-catalog__heading-description {
  font-size: 15px;
  letter-spacing: -0.03em;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .upline-catalog__heading-description {
    padding-bottom: 0;
    line-height: 1.5;
  }
  .upline-catalog__cards-type .upline-base-button {
    font-size: 17px;
    font-weight: 700;
    padding: 0;
  }
}
.upline-catalog__cards-options {
  display: grid;
  grid-gap: 30px;
  grid-template-areas: "sizes sizes" "pics pics" "chips chips" "cards-type cards-sort";
  /*grid-template-areas: "chips chips" "cards-type cards-sort";*/
  grid-template-columns: auto 1fr;
  padding: 0 0 30px 0;
}
.upline-catalog__cards-options.seo_tags {
  grid-template-areas: "sizes sizes";
}
.upline-catalog__sizes, .upline-catalog__pictures {
  display: flex;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
}
.upline-catalog__sizes {
  grid-area: sizes;
  grid-column-gap: 40px;
}
.upline-catalog__pictures {
  grid-area: pics;
  grid-column-gap: 10px;
}
.upline-catalog__picture {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 9px 20px;
  background-color: #F2F2F2;
  border-radius: 17px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.upline-catalog__picture a {
  text-decoration: none;
  white-space: nowrap;
}
.upline-catalog__picture svg {
  display: none;
}
.upline-catalog__picture:hover {
  background-color: #747474;
  color: #fff;
}
.upline-catalog__picture.active {
  background-color: #747474;
  color: #fff;
}
.upline-catalog__picture.active svg {
  display: block;
}
.upline-catalog__size {
  text-decoration-line: underline;
}
.upline-reset-link.upline-catalog__size {
  text-decoration-line: underline;
}
.upline-catalog__chips {
  grid-area: chips;
  border-bottom: 1px solid #E8E8E8;
}
.upline-catalog__controls {
  grid-area: controls;
}
.upline-catalog__cards-sort {
  grid-area: cards-sort;
}
.upline-catalog__cards-type {
  overflow: hidden;
  display: flex;
  grid-area: cards-type;
  align-items: center;
  border-radius: 10px;
}
.upline-catalog__cards-type-item {
  display: inline-flex;
  padding: 10px 20px;
  background-color: #F2F2F2;
  transition: 0.3s;
}
.upline-catalog__cards-type-item:hover, .upline-catalog__cards-type-item[aria-selected=true] {
  background-color: #747474;
  color: #fff;
}
.upline-catalog__description {
  margin-top: 35px;
  color: #000000;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.upline-catalog .catalog__filter {
  width: 280px;
  min-width: 280px;
  margin-right: 30px;
  background-color: var(--primaryColor);
  will-change: transform;
  transition: transform 0.2s cubic-bezier(0.17, 0.26, 0, 0.8), margin-left 0.2s cubic-bezier(0.17, 0.26, 0, 0.8);
  z-index: 1;
}
.upline-catalog .catalog__cover {
  display: none;
}
.upline-catalog .catalog__sort {
  max-width: 200px;
  margin-left: auto;
}
.upline-catalog .catalog__sort .catalog__sortList {
  width: 100%;
}
.upline-catalog .catalog__controlFilterBtnOpen {
  display: flex;
  grid-gap: 9px;
  align-items: center;
  justify-content: center;
  padding: 6px 17px;
  font-size: 14px;
  font-family: inherit;
  background-color: #EEEEEE;
  border-radius: 5px;
  border: none;
  min-height: 38px;
}
.upline-catalog .catalog__controlFilterCnt {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 6px;
  font-size: 12px;
  color: #000000;
  /*aspect-ratio: 1/1;*/
  border-radius: 15px;
  background-color: #F0AF2D;
}
.upline-catalog .catalog__controlFilterCnt.zoomIn {
  display: flex;
}
.upline-catalog .catalog__controlFilterChanges, .upline-catalog .catalog__controlFilterClear, .upline-catalog .catalog__fixedFilterBtn, .upline-catalog .catalog__clearFilterBtn {
  display: none;
}
.upline-catalog .catalog__controlFilterChanges {
  position: sticky;
  bottom: 0;
  flex-direction: column;
  gap: 20px;
  padding: 21px 10px 13px;
  background-color: #fff;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1098039216);
}
.upline-catalog .catalog__controlFilterBtnsWrapper {
  display: flex;
  gap: 20px;
}
.upline-catalog .catalog__controlFilterBtnsWrapper button, .upline-catalog .catalog__controlFilterBtnsWrapper span {
  flex-grow: 1;
}
.upline-catalog .catalog__controlFilterBtnCancel {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  font-weight: 400;
  font-size: 13px;
  color: #777777;
}
.upline-catalog .catalog__controlFilterTitle {
  font-weight: 400;
  font-size: 13px;
}
.upline-catalog .catalog__controlFilterCount {
  font-weight: 500;
}
.upline-catalog__header {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.upline-catalog__header-title {
  font-weight: 500;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .upline-catalog {
    margin: 0 0 30px;
  }
  .upline-catalog__header {
    display: flex;
  }
  .upline-catalog__title {
    margin: 0 0 12px 0;
    font-size: 19px;
    font-weight: 500;
  }
  .upline-catalog__filter-form {
    padding: 30px 0 0 0;
  }
  .upline-catalog__heading {
    padding-bottom: 26px;
  }
  .upline-catalog__heading-description {
    font-size: 14px;
  }
  .upline-catalog__cards-options {
    grid-template-areas: "cards-type cards-type" "controls cards-sort" "pics pics" "chips chips";
    border-top: 1px solid #E8E8E8;
    padding-bottom: 0;
  }
  .upline-catalog__pictures {
    gap: 9px;
    flex-wrap: nowrap;
    overflow-y: auto;
    padding-right: 3px;
    padding-bottom: 10px;
  }
  .upline-catalog__picture {
    padding: 8px 12px 5px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
  }
  .upline-catalog__picture.active {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    color: #000;
  }
  .upline-catalog__picture.active svg {
    display: none;
  }
  .upline-catalog__sizes {
    display: none;
  }
  .upline-catalog__cards-options.seo_tags {
    display: none;
  }
  .upline-catalog__cards-type {
    grid-gap: 18px;
    border-radius: 0;
    padding-top: 30px;
  }
  .upline-catalog__cards-type-item {
    padding: 0;
    font-weight: 500;
    font-size: 19px;
    color: #000000;
    background-color: transparent;
  }
  .upline-catalog__cards-type-item[aria-selected=true], .upline-catalog__cards-type-item:hover {
    background-color: transparent;
    color: #007DDC;
  }
  .upline-catalog__chips {
    border-top: none;
    border-bottom: none;
  }
  .upline-catalog__navigation {
    display: none;
  }
  .upline-catalog .catalog__filter {
    top: 0;
    left: 15px;
    width: 320px;
    height: 100vh;
    padding: 90px 0 0 0;
    transform: translate3d(-110%, 0, 0);
    -webkit-overflow-scrolling: touch;
    position: fixed;
    overflow-y: scroll;
    z-index: 888;
  }
  .upline-catalog .catalog__filter.open {
    transform: translate3d(-15px, 0, 0);
  }
  .upline-catalog .catalog__filter.open + .catalog__cover {
    left: 0;
    background-color: rgba(29, 31, 33, 0.6);
    transition: background-color 0.3s 0s cubic-bezier(0, 0, 0.35, 0.85), left 0s 0s linear;
  }
  .upline-catalog .catalog__cover {
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    background-color: rgba(29, 31, 33, 0);
    transition: background-color 0.3s 0s cubic-bezier(0, 0, 0.35, 0.85), left 0s 0.3s linear;
    display: block;
    position: fixed;
    z-index: 777;
  }
  .upline-catalog .catalog__controlFilterChanges.show {
    display: flex;
    padding-bottom: 90px;
  }
}
@media (min-width: 769px) {
  .upline-catalog .catalog__filter {
    float: left;
  }
  .upline-catalog .catalog__filter--hidden {
    margin-left: -280px;
    transition: transform 0.2s cubic-bezier(0.17, 0.26, 0, 0.8), margin-left 0.2s cubic-bezier(0.17, 0.26, 0, 0.8);
  }
  .upline-catalog .catalog__filter--hidden ~ .catalog__data {
    margin-left: 0;
    margin-right: 0;
  }
  .upline-catalog .catalog__controls {
    display: none;
  }
}

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

/* End */


/* Start:/local/templates/templ_main/components/custom/catalog3v.section/template_prod_sect/blocks/uplineTag.css?16854365651715*/
.upline-tag {
  position: absolute;
  left: 13px;
  z-index: 2;
  padding: 4px 6px 2px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  border-radius: 4px;
  opacity: 0.8;
}
.upline-tag_position_top {
  top: 13px;
}
.upline-tag.upline-tag_position_top {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.upline-tag.upline-tag_position_top .upline-tag {
  position: relative;
  left: auto;
  top: auto;
}
.upline-tag_position_bottom {
  top: auto;
  bottom: 10px;
}
.upline-tag.upline-tag_position_bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.upline-tag.upline-tag_position_bottom .upline-tag_bottom {
  padding: 4px 6px 2px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  border-radius: 4px;
}
.upline-tag_type_default {
  background-color: rgba(166, 166, 166, 0.85);
}
.upline-tag_type_new {
  background-color: rgba(65, 131, 230, 0.85);
}
.upline-tag_type_clean {
  background-color: rgba(121, 190, 61, 0.85);
}
.upline-tag_type_collection {
  background-color: rgba(72, 208, 161, 0.85);
}
.upline-tag_type_sale {
  background-color: rgba(230, 123, 51, 0.85);
}
.upline-tag_type_bestseller {
  background-color: rgba(209, 24, 122, 0.85);
}
.upline-tag_type_collection.mobile {
  display:none
}
@media screen and (max-width: 550px) {
  .upline-tag_type_collection.upline-tag_position_top.desktop {
    display:none
  }
  .upline-tag_type_collection.upline-tag_position_top.mobile {
    display:block
  }
  .upline-tag_type_collection {
    max-width: 85px;
  }
  .upline-tag.upline-tag_position_top {
    display: block;
  }
  .upline-tag.upline-tag_position_top .upline-tag {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

/* End */


/* Start:/local/templates/templ_main/sections_inc/consultation.css?16874225631922*/
.consultation {
  margin: 40px 0 40px 0;
  padding: 8% 40% 8% 8%;
  background-color: var(--primaryColor-100);
}
.consultation__title {
  font-size: 36px;
  font-weight: 600;
}
.consultation__desc {
  padding: 30px 0;
  font-size: 18px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .consultation {
    min-height: 420px;
    background-position: 90% bottom;
    background-repeat: no-repeat;
    background-image: url("/ui/v2/i/consultation/consultant.png");
  }
}
@media (max-width: 1024px) {
  .consultation {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 768px) {
  .consultation {
    margin: 25px 0 30px 0;
    padding: 25px;
    background-image: none;
    min-height: auto;
  }
  .consultation__title {
    font-size: 26px;
  }
  .consultation__desc {
    padding: 20px 0;
    font-size: 16px;
  }
  .consultation__btn {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .consultation__title {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
  }
  .consultation__desc {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
  }
  .consultation__btn {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
  }
}/*# sourceMappingURL=consultation.css.map */
/* End */


/* Start:/local/templates/templ_main/sections_inc/tilesCarousel.css?16854365651749*/
.tilesCarousel {
  width: 100%;
  min-height: 100px;
  margin-bottom: 40px;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  display: inline-block;
}
.tilesCarousel__content {
  white-space: nowrap;
  position: relative;
  display: flex;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.tilesCarousel__controls {
  width: 100%;
  margin: 25px 0 0 0;
  vertical-align: top;
  display: inline-block;
}
.tilesCarousel__controlsInfo {
  width: 50%;
  font-size: 18px;
  line-height: 48px;
  vertical-align: top;
  display: inline-block;
}
.tilesCarousel__controlsButtons {
  width: 50%;
  text-align: right;
  vertical-align: top;
  display: inline-block;
}
.tilesCarousel__controlsBtn {
  width: 48px;
  height: 48px;
  border: 0;
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
  vertical-align: top;
  display: inline-block;
}
.tilesCarousel__controlsBtn:hover {
  opacity: 1;
}
.tilesCarousel__controlsBtn:active {
  transform: translateY(2px);
}
.tilesCarousel__controlsBtn--next {
  text-align: right;
}
.tilesCarousel__slideSeparate {
  padding: 0 8px;
  color: var(--primaryColor-500);
}
.tilesCarousel__totalSlides {
  color: var(--primaryColor-500);
}

@media (min-width: 768px) {
  .tilesCarousel__controls--compact {
    right: 0;
    max-width: 244px;
    margin-top: -46px;
    padding: 0 0 0 50px;
    position: absolute;
    background-color: var(--primaryColor);
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .tilesCarousel {
    margin-bottom: 0;
  }
  .tilesCarousel__controls--compact {
    margin: 0 0 25px 0;
  }
}
@media (min-width: 1024px) {
  .tilesCarousel {
    animation-fill-mode: both;
    animation-duration: 0.35s;
    animation-delay: 0.15s;
    animation-name: slideUp;
  }
}
/* End */
/* /local/templates/templ_main/sections_inc/advices.css?16874225631558 */
/* /local/templates/templ_main/sections_inc/pag.css?1687422563733 */
/* /local/templates/templ_main/sections_inc/uplineTabs.css?16874225631043 */
/* /local/templates/templ_main/sections_inc/article.css?17228618567217 */
/* /local/templates/templ_main/sections_inc/tabs.css?16874225631900 */
/* /local/templates/templ_main/jscss/owl.carousel.min.css?17228618563351 */
/* /local/templates/templ_main/jscss/owl.theme.default.min.css?17228618561013 */
/* /local/templates/templ_main/components/custom/catalog3v.section/template_prod_sect/blocks/product.css?16854365657385 */
/* /local/templates/templ_main/components/custom/catalog3v.section/template_prod_sect/blocks/uplineProducts.css?16911417808759 */
/* /local/templates/templ_main/components/custom/catalog3v.section/template_prod_sect/blocks/uplineCatalog.css?168543656518043 */
/* /local/templates/templ_main/components/custom/catalog3v.section/template_prod_sect/blocks/uplineTag.css?16854365651715 */
/* /local/templates/templ_main/sections_inc/consultation.css?16874225631922 */
/* /local/templates/templ_main/sections_inc/tilesCarousel.css?16854365651749 */
