

/* Start:/local/components/ranx/banners.list/templates/main_top/style.css?17857419323489*/
.top-banner {
    margin-top: 7px;
    margin-bottom: 3px;
    height: 300px;
    border-radius: 3px;
    overflow: hidden;
}
.top-banner .top-banner__carousel {
    display: block;
}
.top-banner__item {
    position: relative;
    font-size: 0;
    line-height: 0;
    height: 300px;
}
.top-banner__item-link {
    display: block;
    width: 100%;
    height: 100%;
}
.top-banner__item-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding: 32px 0 20px 32px;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
}
.top-banner__item-text.center {
    width: 100% !important;
}
.top-banner__item-text.right {
    left: initial;
    right: 0;
}
.top-banner__item-text.dark {
    color: #273647;
}
.top-banner__item-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    overflow: hidden;

}
.top-banner__item-tizers {
    margin: 30px 0 0;
    display: flex;
    /*justify-content: space-between;*/
}

.top-banner__item-tizer {
    /*min-width: 90px;*/
    margin-right: 40px;
}
.top-banner__item-tizer .value {
    font-weight: bold;
    font-size: 30px;
    line-height: 39px;
    color: #FFFFFF;
}
.top-banner__item-tizer .text {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    opacity: 0.7;
    text-transform: lowercase;
}

.top-banner__item-tizers.dark .top-banner__item-tizer .value,
.top-banner__item-tizers.dark .top-banner__item-tizer .text {
    color: #273647;
    opacity: 1;
}

@media (max-width: 1200px) {
    .top-banner__item-tizer {
        margin-right: 20px;
    }
    .top-banner__item-text {
        width: 65%;
    }
}

.top-banner__item_store .top-banner__item-img {
    background-position: right;
}

.top-banner__store-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #273647;
}

.top-banner__store-address {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #273647;
    margin-top: 8px;
}

.top-banner__store-text {
    display: flex;
    align-items: center;
}

@media(max-width: 991px) {
    .top-banner {
        display: none;
    }
}

.top-banner__carousel .owl-dots{
    position: absolute;
    right: 118px;
    bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
}

.top-banner__carousel.owl-carousel button.owl-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
}

.top-banner__carousel.owl-carousel button.owl-dot.active{
    opacity: 1;
}

.top-banner__carousel .owl-nav{
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    gap: 3px;
}

.top-banner__carousel.owl-carousel .owl-nav button.owl-prev,
.top-banner__carousel.owl-carousel .owl-nav button.owl-next{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #fff;
}

.top-banner__carousel.owl-carousel .owl-nav button:hover{
    background: var(--primary-color);
}

.top-banner__carousel.owl-carousel .owl-nav button:hover svg path{
    stroke: #fff;
}

/* End */


/* Start:/local/components/ranx/banners.list/templates/main_top_mobile/style.css?17556110304076*/
.top-banner {
    margin-top: 7px;
    margin-bottom: 3px;
    height: 300px;
    border-radius: 3px;
    overflow: hidden;
}
.top-banner_mobile {
    display: none;
}
.top-banner .top-banner__carousel {
    display: block;
}
.top-banner__item {
    position: relative;
    font-size: 0;
    line-height: 0;
    height: 300px;
}
.top-banner__item-link {
    display: block;
    width: 100%;
    height: 100%;
}
.top-banner__item-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding: 32px 0 20px 32px;
    max-height: 100%;
    overflow: hidden;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
}
.top-banner__item-text.center {
    width: 100% !important;
}
.top-banner__item-text.right {
    left: initial;
    right: 0;
}
.top-banner__item-text.dark {
    color: #273647;
}
.top-banner__item-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;

}
.top-banner__item-tizers {
    margin: 30px 0 0;
    display: flex;
    /*justify-content: space-between;*/
}

.top-banner__item-tizer {
    /*min-width: 90px;*/
    margin-right: 40px;
}
.top-banner__item-tizer .value {
    font-weight: bold;
    font-size: 30px;
    line-height: 39px;
    color: #FFFFFF;
}
.top-banner__item-tizer .text {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    opacity: 0.7;
    text-transform: lowercase;
}

.top-banner__item-tizers.dark .top-banner__item-tizer .value,
.top-banner__item-tizers.dark .top-banner__item-tizer .text {
    color: #273647;
    opacity: 1;
}

@media (max-width: 1200px) {
    .top-banner__item-tizer {
        margin-right: 20px;
    }
    .top-banner__item-text {
        width: 65%;
    }
}

@media(max-width: 991px) {
    .top-banner {
        width: 100vw;
        height: 210px;
        margin-top: 20px;
        margin-left: calc(50% - 50vw);
        border-radius: 0;
    }

    .top-banner__item {
        width: 325px;
        height: 210px;
        position: relative;
    }

    .top-banner__item-img {
        border-radius: 10px;
    }

    .top-banner__item-overlay {
        background: #3F4959;
        opacity: 0.8;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .top-banner__item-text {
        width: 100%;
        padding: 23px 28px 23px 20px;
        font-size: 15px;
        line-height: 20px;
    }

    .top-banner__item-tizers {
        margin: 10px 0 0;
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 30px;
    }

    .top-banner__item-tizer {
        min-width: 90px;
        margin-right: 0;
    }

    .top-banner__item-tizer .value {
        font-size: 20px;
        line-height: 20px;
    }

    .top-banner__item-tizer .text {
        margin-top: 2px;
        font-size: 14px;
        line-height: 20px;
    }
}

.top-banner__item_store .top-banner__item-img {
    background-position: right;
}

.top-banner__store-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #273647;
}

.top-banner__store-address {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #273647;
    margin-top: 8px;
}

.top-banner__store-text {
    display: flex;
    align-items: center;
}

@media(max-width: 991px) {
    .top-banner_mobile {
        display: block;
    }

    .top-banner__item_store .top-banner__item-overlay {
        display: none;
    }

    .top-banner__item_store .top-banner__item-img {
        background-position: center;
    }

    .top-banner__store-address {
        font-size: 18px;
        line-height: 28px;
    }

    .top-banner__store-text {
        font-size: 16px;
        line-height: 22px;
    }
}

/* End */


/* Start:/local/templates/mavt_adaptiv_2022/components/aspro/live/degustations_sidebar/style.css?17556110314784*/
/**
* Live Lenta Style
**/
.live-deg {
  position: relative;
  max-height: 450px;
  min-height: 450px;
  margin-bottom: 20px;
  background: url("/local/templates/mavt_adaptiv/components/aspro/live/degustations/images/bottle.gif") no-repeat -80px bottom;
  background-size: 450px;
  border-radius: 3px;
  overflow: hidden;
}

@media (max-width: 768px){
  .live-deg {
    background: url("/local/templates/mavt_adaptiv/components/aspro/live/degustations/images/bottle.gif") no-repeat;
    background-size: cover;
  }
}

.live-deg__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #505D72;
  opacity: 0.9;
}

.live-deg .scroll-element {
  width: 4px !important;
  border-radius: 0 !important;
}
.live-deg .scroll-element_outer,
.live-deg .scroll-element_track {
  border-radius: 0 !important;
}
.live-deg .scroll-bar {
  background-color: #86afe0 !important;
  border-radius: 0 !important;
}
.live-deg__head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;

  -ms-flex-align: center;
  align-items: center;

  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;

  height: 89px;
  padding: 1px 45px 0 25px;
  position: relative;
  border-bottom: 1px solid #7b7b7b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.live-deg__title {
  max-width: 150px;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}
.live-deg__head .svg--chevron-right {
  position: absolute;
  right: 28px;
}
.live-deg__head svg use {
  fill: #ffffff;
}
.live-deg__item__top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.live-deg__body {
  max-height: 361px;
  overflow: hidden;
  position: relative;

}
/*.live-deg__body:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  height: 10px;*/
/*  width: 100%;*/
/*  background: linear-gradient(180deg, #505D72 0%, rgba(80, 93, 114, 0) 100%);*/
/*  top:0;*/
/*  left: 0;*/
/*  z-index: 1;*/
/*}*/

.live-deg:after {
  content: "";
  position: absolute;
  height: 36px;
  width: 100%;
  background: linear-gradient(180deg, #505D72 0%, rgba(80, 93, 114, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  bottom:0;
  left: 0;
  z-index: 1;
}

.live-deg__items {
}
.live-deg__item {
  display: block;
  padding: 20px 25px 10px;
  color: #fff;
  border-bottom: 1px solid #7b7b7b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  position: relative;
}
.live-deg__items .live-deg__item:last-child {
  border-bottom: 0;
}
/*.live-deg__items .live-deg__item:first-child {*/
/*  border-top: 1px solid #7b7b7b;*/
/*}*/

.live-deg__item__date {
  position: relative;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.6;
  margin-bottom: 5px;
}

.live-deg__item__name {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.live-deg__item:hover:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #8E1642;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
}
.live-deg__item:hover .live-deg__item__name {
  opacity: 1;
}
.live-deg__item__price {
  position: relative;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.6;
  margin-bottom: 5px;
}
.live-deg__item__kavist {
  position: relative;
  margin: 10px 0;
  display: flex;
}

.live-deg__item__kavist-img {
  border-radius: 50%;
  overflow: hidden;
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.live-deg__item__kavist-name {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.live-deg__footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;

  -ms-flex-align: center;
  align-items: center;

  -ms-flex-pack: center;
  justify-content: center;

  height: 46px;
  background-color: #225795;
  border-top: 1px solid #366ca7;
}
.live-deg__footer a {
  position: relative;
  color: #fff;
}
.live-deg__footer a:hover {
  color: #fff;
}
.live-deg__footer a span {
  line-height: 40px;
  display: inline-block;
  margin-right: 23px;
  font-weight: bold;
}
.live-deg__footer svg  {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.live-deg__footer svg use {
  fill: #ffffff;
}

.live-deg .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff !important;
}

/* End */


/* Start:/local/components/ranx/banners.list/templates/left_sidebar/style.css?17556110301853*/
.sidebar-banner {
    width: 270px;
    border-radius: 3px;
    overflow: hidden;
}
.sidebar-banner__item {
    position: relative;
    font-size: 0;
    line-height: 0;
    height: 475px;
    margin-bottom: 20px;
}
.sidebar-banner .active .sidebar-banner__item {
    display: block;
}
.sidebar-banner__item-link {
    display: block;
    width: 100%;
    height: 100%;
}
.sidebar-banner__item-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 25px;
    max-height: 100%;
    overflow: hidden;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #FFF;
}

.sidebar-banner__item-text span {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 5px;
}

.sidebar-banner__item-text.dark {
    color: #273647;
}
.sidebar-banner__item-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.sidebar-banner__item_birthday .sidebar-banner__item-text {
  margin-top: 8px;
}
.sidebar-banner__item_birthday .title {
  font-size: 23px;
  letter-spacing: 1px;
  line-height: normal;
  color: #ffffff;
  font-weight: 800;
  font-family: inherit;
  text-align: center;
  margin-bottom: 8px;
}
.sidebar-banner__item_birthday .points:before, .sidebar-banner__item_birthday .points:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  filter: drop-shadow(0px 2px 1.5px rgba(0,0,0,0.5));
  background-color: #f0928e;
  vertical-align: middle;
}
.sidebar-banner__item_birthday .text {
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding: 0 20px;
}

/* End */


/* Start:/local/templates/mavt_adaptiv_2022/components/bitrix/news.list/index/style.css?17556110313870*/
.catalog-lenta:not(:first-child) {
  margin-top: 50px;
}

.catalog-lenta__title {
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.catalog-lenta__title .catalog-lenta__title-text {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #273647;
  margin-right: 50px;
}

.catalog-lenta__title .catalog-lenta__title-link {
  display: block;
  min-width: 100px;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  color: #768296;
}

.catalog-lenta__title .catalog-lenta__title-link:hover {
  color: #273647;
}

.catalog-lenta__title .catalog-lenta__title-link.mobile-link {
  display: none;
}

.catalog-lenta__title .catalog-lenta__title-link svg {
  height: 20px;
  fill: #768296;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 2px;
}

.catalog-lenta__bottom-link {
  display: block;
  background: #EFF2F6;
  border: 1px solid #D6DFEA;
  border-radius: 3px;
  padding: 11px 10px 12px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #768296;
  position: relative;
  top: -1px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.catalog-lenta__bottom-link:hover {
  color: #273647;
}

.catalog-lenta__items {
  margin: 0;
  overflow: hidden;
}

.catalog-lenta__items .catalog-item-v2__properties-line {
  white-space: initial;
}

.catalog-lenta__items .catalog-item__wrapper {
  border-top: 1px solid #D6DFEA;
}

@media (max-width: 991px) {

  .catalog-lenta {
    margin: 20px 0;
  }
  .catalog-lenta__title {

  }

  .catalog-lenta__title .catalog-lenta__title-text {
    font-size: 24px;
    line-height: 24px;
  }

  .catalog-lenta__title .catalog-lenta__title-link {
    display: none;
  }
  .catalog-lenta__title .catalog-lenta__title-link.mobile-link {
    display: block;
    width: 100px;
    top: 0;
  }

  .catalog-lenta__bottom-link {
    display: none;
  }

  .catalog-lenta__items .catalog-item-v2__wrapper {
    display: block;
    flex: none;
  }

  .catalog-lenta__items {
    margin: 0;
    overflow: initial;
  }

  .catalog-lenta.row {
    margin: 0;
    -webkit-overflow-scrolling: auto;
    white-space: nowrap;
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    justify-content: normal;
    scrollbar-width: thin;
    scrollbar-color: #8C1A42 #D6DFEA;
  }

  .catalog-lenta::-webkit-scrollbar {
    width: 6px;               /* ширина scrollbar */
    height: 6px;
  }
  .catalog-lenta::-webkit-scrollbar-track {
    background: #D6DFEA;        /* цвет дорожки */
  }
  .catalog-lenta::-webkit-scrollbar-thumb {
    background-color: #8C1A42;    /* цвет плашки */
    border-radius: 5px;       /* закругления плашки */
  }
}

@media(max-width: 576px) {
  .catalog-lenta__items .catalog-item-v2__wrapper {
    max-width: 205px;
  }
}

.catalog-banner {
  height: 100%;
}
.catalog-banner__item {
  height: 100%;
  position: relative;
}
.catalog-banner__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.catalog-banner__item-img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.catalog-banner__item-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  max-height: 100%;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #FFF;
}
.catalog-banner__item-text span {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #273647;
  display: block;
  margin-top: 5px;
}
.catalog-banner__item-text.dark {
  color: #273647;
}

@media(max-width: 576px) {
  .catalog-banner__item {
    max-width: 100%;
  }
}
/* End */
/* /local/components/ranx/banners.list/templates/main_top/style.css?17857419323489 */
/* /local/components/ranx/banners.list/templates/main_top_mobile/style.css?17556110304076 */
/* /local/templates/mavt_adaptiv_2022/components/aspro/live/degustations_sidebar/style.css?17556110314784 */
/* /local/components/ranx/banners.list/templates/left_sidebar/style.css?17556110301853 */
/* /local/templates/mavt_adaptiv_2022/components/bitrix/news.list/index/style.css?17556110313870 */
