

/* Start:/local/components/ranx/collection/templates/.default/style.css?17864340602869*/
.collection-page .container {
    max-width: 1562px;
}

.warning-alcohol__wrapper {
    display: none;
}
.footer {
    padding-bottom: 0 !important;
}

.collection-page {
  margin-top: -23px;
}

@media (max-width: 991px) {
    .collection-page {
      margin-top: 0;
    }
}

.collection-page_old {
  margin-top: 0;
}

.collection-page__banner {
    background: #110202;
    overflow: hidden;
}

.collection-page__banner-note {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #EFF2F6;
    margin-top: 74px;
}

.collection-page__banner-title {
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    color: #EFF2F6;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0;
}

.collection-page__banner-text {
    font-size: 16px;
    line-height: 24px;
    color: #EFF2F6;
    margin-bottom: 58px;
}

.collection-page__banner-img {
    flex: 1 1;
    font-size: 0;
    line-height: 0;
}

.collection-page__banner-img img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: bottom;
}

.collection-page__banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 560px;
    padding-left: 84px;
    z-index: 1;
}

@media (max-width: 1772px) {
    .collection-page__banner-img img {
        height: 100%;
    }
}




@media (max-width: 1199px) {
    .collection-page__banner {
        height: auto;
    }

    .collection-page__banner-content {
        max-width: 100%;
        padding: 0 30px;
        order: 2;
    }

    .collection-page__banner-content br {
        display: none;
    }

    .collection-page__banner-img {
        padding: 0 !important;
        text-align: center;
        overflow: hidden;
        margin-bottom: 10px;
        flex: auto;
    }

    .collection-page__banner-img img {
        max-width: 100%;
        max-height: 100%;
        position: relative;
        height: auto;
        width: auto;
    }

    .collection-page__banner-note {
        font-size: 15px;
        line-height: 15px;
        color: #EFF2F6;
        margin-top: 0;
    }

    .collection-page__banner-title {
        font-size: 40px;
        line-height: 40px;
        color: #EFF2F6;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .collection-page__banner-text {
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        opacity: 0.8;
        margin-bottom: 30px;
        margin-top: 20px;
    }
}

@media(max-width: 991px) {
    .collection {
        flex-direction: column;
    }

    .collection__sidebar {
        max-width: 100%;
        margin-top: 30px;
    }

    .collection-page__banner {
      margin-top: 0;
    }
}

/* End */


/* Start:/local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section.list/collection/style.css?175561103113116*/
.header-fixed {
    display: none !important;
}

.collection-page__sections {
    background: #161B21;
}

.collection-page__sections-bg {
    padding: 13px 0 15px;
    background: #0F1216;
    background: rgba(17,2,2,0.8);
}

.collection-page__sections.fixed .collection-page__sections-bg {
    padding: 19px 0 9px;
    background: #12161A;
}

.collection-page__sections .collection-page__sections-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    color: #EFF2F6;
}
.collection-page__sections .collection-page__sections-title.mobile {
    display: none;
}

.collection-page__sections-list {
    padding-top: 12px;
}

.collection-page__sections .sections-item {
    display: inline-block;
    position: relative;
    background: #FFFFFF;
    opacity: 0.1;
    background: rgba(255,255,255,0.1);
    border-radius: 100px;
    padding: 13px 45px 17px 25px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FBFBFC;
    opacity: 0.8;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.collection-page__sections .sections-item:hover {
    background: #8E1642;
    opacity: 1;
}

.collection-page__sections .sections-item:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 13px;
    right: 25px;
    top: 18px;
    background: url('/local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section.list/collection/img/s_arrow.svg') no-repeat;
}

#fixed-collection-sections {
    /*display: none;*/
    transition: ease-in-out 0.8s;
    margin-top: -200px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 600;
}
#fixed-collection-sections.shown {
    /*display: block;*/
    margin-top: 0;
}


.collection-page__sections.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 600;
}

.collection-page__sections.fixed .collection-page__sections-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #EFF2F6;
    align-items: initial;
    display: flex;
    padding-bottom: 10px;
    /*align-items: center;*/
    display: none;
}

.collection-page__sections.fixed .collection-page__sections-list {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    padding-right: 80px;
    position: relative;
}

.collection-page__sections.fixed .sections-item {
    padding: 8px 20px 10px;
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    opacity: 0.8;
    margin-right: 5px;
    margin-bottom: 10px;
}

.collection-page__sections.fixed .sections-item:hover {
    background: #8E1642;
    opacity: 1;
}

.collection-page__sections.fixed .sections-item:after {
    display: none;
}

.collection-page__sections .totop-anchor {
    display: none;
}

.collection-page__sections.fixed .totop-anchor {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: #FFFFFF;
    background: rgba(255,255,255,0.1);
    border-radius: 100px;
    position: absolute;
    right: 15px;
    top: 0;
    cursor: pointer;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.collection-page__sections.fixed .totop-anchor:hover {
    background: #8E1642;
    opacity: 1;
}

.collection-page__sections.fixed .totop-anchor:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 37px;
    height: 37px;
    background: url('/local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section.list/collection/img/s_arrow.svg') no-repeat 50% 50%;
    display: block;
}

.collection-page__sections-tree {
    margin-top: 21px;
}

.collection-page__section {
    margin-top: 20px;
}

.collection-page__section-info {
    margin-bottom: 22px;
}

.collection-page__section-info .collection-page__section-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #273647;
}

.collection-page__subsections {
    margin-top: 25px;
}

.collection-page__subsections .subsection {
    display: inline-block;
    position: relative;
    background: transparent;
    border: 1px solid #D6DFEA;
    border-radius: 3px;
    padding: 15px 20px 16px;
    margin-bottom: 8px;
    margin-right: 7px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #505D72;
    cursor: pointer;
}

.collection-page__subsections .subsection_active {
    background-color: #8C1A42;
    color: #fff;
    border: 1px solid transparent;
}

.collection-page__subsections .subsection:hover {
    background: #EFF2F6;
}

.collection-page__subsections .subsection_active:hover {
    background-color: #8C1A42;
    cursor: default;
}

.collection-page__section-desc {
    margin-top: 15px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.collection-page__subsection-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  color: var(--heading-color);
}

.collection-page__subsections-list {
    position: relative;
}

.collection-page__subsections-list .subsection {
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
}

.collection-page__subsections-list .subsection p {
    font-size: 20px;
    line-height: 28px;
}
.collection-page__subsections-list .subsection b {
    color: #273647;
}

.collection-page__subsection-levels {
    margin-bottom: 32px;
}

.collection {
    display: flex;
    column-gap: 48px;
}

.collection__sidebar {
    max-width: 340px;
    width: 100%;
    flex: 1 0 100%;
    position: relative;
    box-shadow: 0px 4px 20px rgba(138, 153, 179, 0.3);
}

.collection__sidebar-wrap {
    position: sticky;
    top: 0;
    padding: 25px 28px;
    max-height: 100vh;
    overflow-y: auto;
}

.collection__sidebar-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D6DFEA;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #768296;
}

.collection__sidebar-text {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #273647;
}

.collection__sidebar-radio {
    position: relative;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
    color: #273647;
}

.collection__sidebar-radio input {
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.collection__sidebar-radio label {
    display: flex;
    align-items: center;
}

.collection__sidebar-radio label::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-color: #EFF2F6;
    border-radius: 100%;
}

.collection__sidebar-radio input:checked + label::before {
    background-image: url('/local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section.list/collection/img/level-check.svg');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.collection__sidebar-text span {
    font-weight: 700;
}

.collection__sidebar-list {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6DFEA;
}

.collection__sidebar-anchor {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #273647;
    cursor: pointer;
}

.collection__sidebar-anchor:last-child {
    margin-bottom: 0;
}

.collection__sidebar-anchor:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-color: #EFF2F6;
    background-image: url('/local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section.list/collection/img/anchor-arrow.svg');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
}

.collection__comments {
    margin-top: 40px;
}


@media (max-width: 991px) {

    .collection-page__sections-tree {
        margin-top: 30px;
    }

    #fixed-collection-sections {
        display: none;
    }

    #collection-sections .collection-page__sections-bg {
    }

    #collection-sections .collection-page__sections-title {
        font-weight: bold;
        font-size: 22px;
        line-height: 25px;
        color: #EFF2F6;
        display: none;
    }

    #collection-sections .collection-page__sections-title.mobile {
        display: block;
    }

    #collection-sections .collection-page__sections-list {
        padding-top: 25px;
    }

    #collection-sections.collection-page__sections .sections-item {
        margin-right: 15px;
        margin-bottom: 15px;
        background: rgba(255,255,255,0.1);
        border-radius: 18px;
        padding: 8px 15px;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        color: #FBFBFC;
    }

    #collection-sections.collection-page__sections .sections-item::after {
        content: unset;
    }

    .collection-page__section-info .collection-page__section-title {
        font-weight: bold;
        font-size: 30px;
        line-height: 30px;
        color: #273647;
    }
    .collection-page__section-desc {
        margin-top: 15px;
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        color: #505D72;
    }

    .collection-page__section-info {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .collection-page__subsections-list .subsection {
        font-weight: normal;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .collection-page__subsections-list .subsection p {
        font-size: 15px;
        line-height: 20px;
    }

    .collection-page__subsection-levels {
        margin-bottom: 20px;
    }
    .collection__sidebar {
        max-width: 100%;
    }
    .collection__sidebar-wrap {
        max-height: 100%;
        overflow-y: hidden;
    }
    .collection-page__subsections .subsection {
        margin-right: 4px;
        padding: 12px 14px;
    }
}

/*  mobile navigation  */

#navigator {
    display: none;
}

.collection-nav__overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 599;
    background: #273647;
    opacity: 0.9;
    cursor: default;
}

.collection-nav__popup {
    display: none;
    position: fixed;
    z-index: 600;
    width: 100%;
    max-height: 70%;
    height: auto;
    bottom: 0;
    background: #8C1A42;
    overflow: scroll;
    color: #EFF2F6;
    /*min-height: 170px;*/
    min-height: auto;
}

.collection-nav__popup-content {
    padding: 0;
}

.collection-nav__sections-list {
    padding: 20px 20px;
    display: none;
}

.collection-nav__btn {
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    padding: 10px 0px 0px;

}

.collection-nav__btn .collection-nav__btn-icon {
    display: inline-block;
    width: 45px;
    height: 5px;
    position: relative;
    margin-bottom: 5px;
}

.collection-nav__btn .collection-nav__btn-icon:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EFF2F6;
    opacity: 0.5;
}

.collection-nav__btn .collection-nav__btn-icon:after {
    display: block;
    position: absolute;
    content: '';
    bottom: 0;
    left: calc(50% - 15px);
    width: 30px;
    height: 1px;
    background: #EFF2F6;
    opacity: 0.5;
}

.collection-nav__btn-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #EFF2F6;
}

.collection-nav__sections-list .collection-nav__section {
    position: relative;
    background: rgba(255,255,255,0.1);
    border-radius: 100px;
    padding: 13px 38px 17px 28px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FBFBFC;
    opacity: 0.8;
    cursor: pointer;
}

.collection-nav__sections-list .collection-nav__section:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 13px;
    right: 25px;
    top: 18px;
    background: url('/local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section.list/collection/img/s_arrow.svg') no-repeat;
}

.collection-nav__alert {
    height: 10px;
    display: none;
}

.webui-popover.webui-popover-cart {
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(41, 45, 50, 0.3);
}

.webui-popover.webui-popover-cart .webui-popover-content {
    padding: 15px 25px 15px 20px;
    overflow: auto;
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #273647;
}

.webui-popover.webui-popover-cart .webui-popover-inner .close {
margin: 5px 7px 0 0;
}

@media (max-width: 991px) {
    .b24-widget-button-wrapper {
        display: none !important;
    }

    .collection-nav__popup {
        display: block;
    }
}

/* End */


/* Start:/local/templates/mavt_adaptiv_2022/components/bitrix/news.list/collection-levels/style.css?175561103120088*/
.collection-level {
    border: 1px solid #D6DFEA;
}
.collection-level .products-pics-container {
    /*white-space: nowrap;*/
    margin: 5px 20px;
    text-align: right;
}

.collection-level .no-products {
    background: url("/local/templates/mavt_adaptiv_2022/components/bitrix/news.list/collection-levels/img/sm-bottle.jpg");
    background-repeat: space;
    height: 54px;
}

.collection-level .products-pics-container .products-pics {
    overflow: hidden;
    height: 54px;
}

.collection-level .products-pics-container .products-pic {
    display: inline-block;
}

.collection-level > .collection-level__row {
    align-items: center;
}

.collection-level .collection-level__info {
    padding: 25px 32px;
    position: relative;
}

.collection-level .collection-level__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #273647;
    display: inline-block;
}

.collection-level__soon {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #505D72;
    display: inline-block;
    border-bottom: 1px dashed #505D72;
    margin-top: 10px;
}

.collection-level__hint {
  position: relative;
}

.collection-level__hint-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #D6DFEA;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #505D72;
}

.collection-level__hint-content {
  display: none;
  position: absolute;
  background: #ffffff;
  padding: 20px;
  font-size: 14px;
  width: 300px;
  font-weight: 400;
  line-height: 18px;
  top: -15px;
  left: 45px;
  border: 1px solid #D6DFEA;
}

.collection-level__hint-content span {
  font-weight: bold;
}

.collection-level__hint-title:hover + .collection-level__hint-content {
  display: block;
}

.collection-level:not(.collection-level__first) {
    margin-top: -1px;
}

@media (max-width: 991px) {
    .collection-level .products-pics-container {
        text-align: left;
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    .collection-level__first {
        border-bottom: none;
    }
    .collection-level__first .collection-level__row {
        display: none;
    }
}
@media (min-width: 992px) {
    .collection-level__tab[role="tab"] .collection-level__info:not(.with-images),
    .collection-level__tab.active[role="tab"] .collection-level__info.with-images {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 991px) {
    .collection-level .collection-level__info {
        padding: 20px 20px;
    }
    .collection-level__info-head {
        margin-bottom: 5px;
    }

    .collection-level__hint {
        float: right;
    }

    .collection-level .collection-level__title {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .collection-level .collection-level__info {
        padding: 10px 10px 20px 20px;
    }
}

.collection-level__tab.active .collection-level__head {
    flex: 0 0 100%;
    max-width: 100%;
}
.collection-level__tab.active .collection-level__images {
    display: none;
}
.collection-level .collection-level__tab-toggle {
    display: inline-block;
    margin-left: auto;
    border-bottom: 1px dashed #505D72;
    transition: all .2s ease-in-out;
}
.collection-level.collection-level__info.with-images .collection-level__tab-toggle {
    margin-top: 10px;
}
.collection-level .collection-level__tab-toggle:hover {
    cursor: pointer;
    color: #921c40;
    transition: all .2s ease-in-out;
    border-color: #921c40;
}
.collection-level__info:not(.active) .tab-toggle--active,
.collection-level__info.active .tab-toggle--hide {
    display: none;
}





.mavt-collection {

}

.collection-item {
    position: relative;
    display: block;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #D6DFEA;
    border-bottom: 1px solid #D6DFEA;
    border-right: 1px solid #D6DFEA;
    height: 668px;
}
.collection-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    display: block;
    z-index: 1;
}

.collection-item--tasted {
    width: 131px;
    height: 36px;
    line-height: 36px;
    background: #D6DFEA;
    border-radius: 2px;
    position: absolute;
    bottom: 272px;
    left: -8px;
    z-index: 1;
    transition: ease-in-out;
    transition-duration: .5s;
    padding: 0 8px;
}

.collection-item--tasted.active {
    background: #DEF0C8;
}

.collection-item:hover .collection-item--tasted {
    bottom: 335px;
}

.collection-item--tasted:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #778192;
    border-right: 4px solid #778192;
}

.collection-item--tasted.active:after {
    border: 4px solid transparent;
    border-top: 4px solid #839B67;
    border-right: 4px solid #839B67;
}

.collection-item--tasted .tasted_inside {
    font-weight: bold;
    font-size: 13px;
    color: #505D72;
    padding-left: 30px;

    display: flex;
    align-items: center;
}

.collection-item--tasted.active .tasted_inside {
    color: #517C1E;
}

.collection-item__tasted__draw {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 1px;
    /*background: #8494B2;*/
    display: inline-block;
    border: 1px solid rgba(80, 93, 114, 0.2);
}

.collection-item--tasted.active .collection-item__tasted__draw {
    border: 1px solid rgba(81, 124, 30, 0.2);
}

.collection-item--tasted .collection-item__tasted__draw svg {
    color: transparent;
}

.collection-item--tasted.active .collection-item__tasted__draw svg {
    color: #517C1E;
}

.collection-item--tasted .tasted_inside span {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
}

.collection-item--tools {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}

.collection-tool {
    display: block;
    border: none;
    line-height: 13px;
    width: 20px;
    height: 17px;
    position: relative;
    margin-bottom: 15px;
}

.collection-tool.reviews {
    width: 20px;
    height: 20px;
}

.collection-tool.reviews .reviews-count {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #768296;
    margin-top: 5px;
}

.collection-item--tools .collection-tool .svg.svg--collection-heart {
    color: #B5BFD1;
    opacity: 0.6;
}


.collection-item--tools .collection-tool.active .svg.svg--collection-heart {
    color: #EA5444;
    opacity: 1;
}

.collection-item--tools .collection-tool .svg.svg--collection-reviews {
    color: #B5BFD1;
    opacity: 0.6;
}

.collection-item--tools .collection-tool:hover .svg.svg--collection-reviews {
    color: #505D72;
    opacity: 1;
}

.mavt-collection__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row.mavt-collection {
    border-left: 1px solid #D6DFEA;
}



.collection-item__picture {
    padding-left: 33%;
    overflow: hidden;
    position: relative;
    width: auto;
    text-align: center;
    display: block;
    margin: 0 auto 14px;
    height: 385px;
}

.collection-item__picture img {
    height: 100%;
    width: auto;
}

.collection-item__picture .svg--bottle-nophoto {
    height: 100%;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    background: #fff;
}

.collection-item__info {
    height: 180px;
    max-height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
}

.collection-item__name {
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    color: #273647;
    margin-bottom: 5px;
    overflow: hidden;
}

.collection-item__properties-line {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #768296;
  margin: 8px 0 10px;
}

.collection-item__name .collection-item__page-url {
    color: #273647;
}

.collection-item__description {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #505D72;
    overflow: hidden;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    height: 100px;
    -webkit-box-orient: vertical;
}

.collection-item__props {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: 33%;
}

.collection-item__props .country {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

.collection-item__props .country .pic {
    width: 40px;
    height: 30px;
    margin-bottom: 8px;
    margin-right: 15px;
}

.collection-item__props .country .value {
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    color: #273647;
}

.collection-item__props .inline_prop .title {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #768296;
}

.collection-item__props .inline_prop .value {
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    color: #273647;
}

.collection-item__price {
    height: 26px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.collection-item__price .price {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #273647;
    margin: 0;
}

.collection-item__price .price.price--yellow {
    margin-left: 0;
    padding: 0px 10px;
}

.collection-item__price .price.price--old {
    font-size: 17px;
}

.collection-item__inner {
    position: static;
    transition: ease-in-out;
    transition-duration: .5s;


    height: 100%;
    overflow: hidden;
    padding: 16px 30px;
}

.collection-item__inner-moveable {
    position: static;
    transition: ease-in-out;
    transition-duration: .5s;
}

.collection-item:hover .collection-item__inner-moveable {
    /*position: relative;*/
    margin-top: -68px;
}

.collection-item__btns {
    white-space: nowrap;
    font-size: 0;
}
.collection-item__btns .subscribe {
    max-width: 100%;
    white-space: normal;
}
.collection-item__btns .info-in-basket {
    display: none;
}

.collection-item.collection-item__advanced {
    height: 528px;
}
.collection-item__advanced .collection-item--tasted {
    bottom: 265px;
}
.collection-item__advanced .collection-item__picture {
    height: 242px;
}
.collection-item__advanced .collection-item__description {
    -webkit-line-clamp: 6;
    height: 120px;
}
.collection-item__advanced .collection-item__props .country {
    margin-bottom: 10px;
}
.collection-item__advanced .collection-item__cool {
    display: none;
}

@media (max-width: 1120px) {
    .collection-item__picture {
        padding-left: 20%;
    }
}

@media (min-width: 768px) {
    .collection-item--tools .collection-tool:hover .svg.svg--collection-heart {
        color: #EA5444;
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .collection-item.collection-item__advanced {
        height: 100%;
    }
    .collection-item__advanced .collection-item--tools,
    .collection-item__advanced .collection-item--tasted {
        display: none;
    }
    .collection-item__advanced .collection-item__inner,
    .collection-item__advanced .collection-item__inner-moveable {
        height: 100%;
    }
    .collection-item__advanced .collection-item__picture {
        position: static;
        height: 152px;
        width: 100%;
        margin-bottom: 10px;
    }
    .collection-item__advanced .collection-item__info {
        max-height: unset;
        margin-bottom: 15px;
    }
    .collection-item__advanced .collection-item__description {
        height: unset;
        -webkit-line-clamp: unset;
    }
    .collection-item__advanced .collection-item__props {
        max-width: 100%;
        position: static;
        margin-bottom: 15px;
    }
    .collection-item__advanced .collection-item__price {
        margin-bottom: 15px;
    }
    .collection-item__advanced .collection-item__btns .svg--in-cart-btn {
        display: none;
    }
    .collection-item__advanced .block-in-basket .remove-from-basket-btn {
        width: 40px;
        height: 40px;
        border: none;
        background-color: unset;
    }
    .collection-item__advanced .block-in-basket .remove-from-basket-btn:before {
        left: 15px;
        top: 19px;
    }
    .collection-item__advanced .block-in-basket .current-quantity {
        border: none;
        background-color: unset;
        width: 40px;
        height: 40px;
    }
    .collection-item__advanced .block-count {
        background: #F1F3F6;
        border-radius: 2px;
        margin-bottom: 10px;
        margin-right: 10px;
        display: inline-block;
    }
    .collection-item__advanced .block-in-basket:not(.hidden) {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .collection-item__advanced .block-in-basket .in-cart-btn {
        width: 40px;
        height: 40px;
        border: none;
        background-color: unset;
    }
    .collection-item__advanced .block-in-basket .to-cart-btn:before {
        background-color: #768296;
        left: 15px;
        top: 19px;
    }
    .collection-item__advanced .block-in-basket .to-cart-btn:after {
        background-color: #768296;
        left: 19px;
        top: 15px;
    }
    .collection-item__advanced .info-in-basket {
        display: flex;
        margin-bottom: 10px;
    }
    .collection-item__advanced .info-in-basket__icon {
        background: #EA5444;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin-right: 10px;
    }
    .collection-item__advanced .info-in-basket__icon .svg--check {
        color: #fff;
        fill: #fff;
    }
    .collection-item__advanced .info-in-basket__text {
        font-size: 14px;
        line-height: 18px;
        border-bottom: 1px dashed #505D72;
    }
    .collection-item__btns .subscribe {
        font-size: 14px;
        line-height: 18px;
        border: none;
        padding: 0;
        text-transform: initial;
        max-width: 100%;
        text-decoration: underline;
        text-decoration-style: dashed;
        text-align: left;
    }
    .collection-item__btns .btn.subscribe {
        background: none;
        color: #505D72;
    }
}


.to-cart-btn {
    display: inline-block;
    width: 61px;
    height: 34px;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: none;
    border-radius: 2px;
    background: #3a5068;
    padding:0 0 0 30px;
    position: relative;
    text-align: left;
}

.to-cart-btn:hover {
    background: #5c7ca2;
}

.to-cart-btn:before {
    content: "";
    width: 10px;
    height: 2px;
    color: white;
    position: absolute;
    left: 10px;
    top: 16px;
    background: #EFF2F6;
}

.to-cart-btn:after {
    content: "";
    width: 2px;
    height: 10px;
    color: white;
    position: absolute;
    left: 14px;
    top: 12px;
    background: #EFF2F6;
}

.to-cart-btn.loading:after,
.to-cart-btn.loading:before {
    display: none;
}

.in-cart-btn {
    background: #EA5444;
}

.in-cart-btn:hover {
    background: #F86656;
}

.remove-from-basket-btn {
    border: 1px solid #D6DFEA;
    box-sizing: border-box;
    border-radius: 2px;
    width: 34px;
    height: 34px;
    position: relative;
    vertical-align: top;
    margin-right: 5px;
}

.remove-from-basket-btn:before {
    content: "";
    width: 10px;
    height: 2px;
    color: white;
    position: absolute;
    left: 11px;
    top: 15px;
    background: #768296;
}

.current-quantity {
    width: 34px;
    height: 34px;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #273647;
    background: #F1F3F6;
    border: 1px solid #D6DFEA;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 5px;
}

.collection-item__cool {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.collection-item__cool__draw {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #8494B2;
    display: inline-block;
}

.collection-item__cool__draw svg {
    display: none;
    margin: 6px 5px;
}

/*.collection-item__cool.active .collection-item__cool__draw {*/
/*    background: #517C1E;*/
/*}*/

.collection-item__cool.active .collection-item__cool__draw svg {
    display: block;
}

.collection-item__cool .cool_inside {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #505D72;
    display: flex;
}

.collection-item__cool .cool_inside span {
    display: inline-block;
    border-bottom: 1px dashed #505D72;
    margin-left: 10px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .collection-item {
        height: 441px;
        padding: 20px 17px 18px;
        height: 100%;
    }

    .collection-item:before {
        display: none;
    }

    .collection-item--tools {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        right: initial;
        text-align: right;
        margin-bottom: 20px;
    }

    .collection-tool {
        display: inline-block;
        margin: 0 30px 0 0;
    }

    .collection-tool.reviews {
        width: auto;
        height: auto;
        display: inline-block;
    }

    .collection-tool.reviews .reviews-count {
        display: inline-block;
        vertical-align: bottom;
        margin-left: 10px;
        margin-top: 0;
    }

    .collection-item__inner {
        padding: 0;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100% - 43px);
    }
    .collection-item:hover .collection-item__inner {
        margin-top: 0;
    }

    .collection-item:hover .collection-item__inner-moveable {
        margin-top: 0;
    }

    .collection-item__info {
        order: 0;
        height: auto;
    }

    .collection-item__picture {
        position: absolute;
        right: 0;
        bottom: 0;
        padding-left: 0;
        overflow: hidden;
        width: 50%;
        text-align: center;
        display: block;
        margin: 0;
        height: 211px;
    }

    .collection-item__picture {

    }

    .collection-item__props {
        position: relative;
        top: 0;
        left: 0;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .collection-item__price {
        height: auto;
        margin-bottom: 25px;
        max-width: 50%;
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
        color: #273647;
    }

    .collection-item__cool {
        display: block;
        margin: 20px 0 0;
    }

    .collection-item--tasted {
        bottom: auto;
        top: 15px;
    }

    .collection-item:hover .collection-item--tasted {
        bottom: auto;
        top: 15px;
    }

    .collection-item--tasted .tasted_inside {
        padding-left: 20px;
        text-align: right;
    }
}

/* End */


/* Start:/local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section/collection/style.css?1755611031905*/
.collection-level__head {
  display: flex;
  justify-content: space-between;
  border: 1px solid #D6DFEA;
  margin: -1px 0 -1px;
  padding: 23px 30px 28px;
}

.collection-level__description {
  flex-shrink: 0;
  margin-right: 30px;
}

.collection-level__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #273647;
}

.collection-level__btn {
  background: transparent;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #505D72;
  padding: 0;
  margin-top: 7px;
  border-bottom: 1px dashed #505D72;
}

.collection-level__previews {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
}

.collection-level__previews-item img {
  height: 54px;
}

@media(max-width: 567px) {
  .collection-level__head {
    flex-direction: column;
    row-gap: 25px;
  }
}
/* End */
/* /local/components/ranx/collection/templates/.default/style.css?17864340602869 */
/* /local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section.list/collection/style.css?175561103113116 */
/* /local/templates/mavt_adaptiv_2022/components/bitrix/news.list/collection-levels/style.css?175561103120088 */
/* /local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section/collection/style.css?1755611031905 */
