

/* Start:/local/templates/mm_main/assets/css/mainpage.css?1779884251902*/
body main
{
    padding-bottom: 0;
}

.buyout-coins
{
    margin-top: 80px;
}
@media screen and (max-width: 992px) 
{
    .buyout-coins
    {
        margin-top: 50px;
    }  
}

.dark-wrapper
{
    background-color: var(--dark-bg-page-color);

    padding: 42px 0 80px;
}
@media screen and (max-width: 992px)
{
    .dark-wrapper
    {
        padding: 42px 0 50px;
    }
}

.linked-detail-news
{
    margin-top: 80px;
}

.dark-wrapper .linked-detail-news__title
{
    color: var(--gold-color);
}

.linked-news-encyclopedia
{
    margin-top: 80px;
}

.dark-wrapper .linked-news-encyclopedia__title
{
    color: var(--gold-color);
}

.linked-coins
{
    margin-top: 80px;
}
@media screen and (max-width: 992px)
{
    .linked-coins
    {
        margin-top: 50px;
    }
}
.content-container.content-container-mb {
    margin-bottom: 70px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/index.slider/style.css?17798842465181*/
#page-header
{
    position: fixed;
}

@media screen and (max-width: 992px)
{
    .header-mrb
    {
        display: none !important;
    }
}
.mainpage-slider-wrapper
{
    position: relative;

    min-height: 540px;

    background-color: #000;

    display: flex;
    align-items: stretch;
}
@media screen and (max-width: 568px) 
{
    .mainpage-slider-wrapper
    {
        /* min-height: 605px; */
        height: 94vh;
        min-height: 815px;
    }    
}
@media screen and (max-width: 450px) and (max-height: 735px) 
{
    .mainpage-slider-wrapper
    {
        min-height: 687px;
    }
}

.mainpage-top-slider
{
    width: 100%;
}

.mainpage-slider-wrapper .swiper-slide
{
    padding-top: calc(120px + 30px);
    padding-bottom: 54px;

    display: flex;
    align-items: stretch;
    
    overflow: hidden;

    position: relative;
}
@media screen and (max-width: 700px)
{
    .mainpage-slider-wrapper .swiper-slide
    {
        display: flex;
        align-items: stretch;

        padding-bottom: 118px;
    }
}
@media screen and (max-width: 568px)
{
    .mainpage-slider-wrapper .swiper-slide
    {
        padding-bottom: 85px;
    }
}

.mainpage-slider-wrapper .swiper-slide .slide-bg
{
    content: "";
    position: absolute;
    z-index: -1;

    left: 0;

    top: 50%;
    transform: translateY(-50%) translateX(-10%);
    width: 120%;
    height: 100%;
    min-height: 540px;
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* transition: left .2s; */
}

.mainpage-slider-wrapper .swiper-slide .content-container
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    /* transition: transform .2s; */
}
@media screen and (max-width: 700px)
{
    .mainpage-slider-wrapper .swiper-slide .content-container
    {
        flex-flow: column-reverse nowrap;
        justify-content: flex-end;
        /* justify-content: space-between; */
        align-items: center;
        height: 100%;
    }
}

.slide-title-collection-wrapper
{
    max-width: 540px;
    margin-right: 15px;
}
@media screen and (max-width: 1200px)
{
    .slide-title-collection-wrapper
    {
        margin-top: 20px;
    }
}
@media screen and (max-width: 700px)
{
    .slide-title-collection-wrapper
    {
        margin-right: 0;
        width: 100%;
    }
}

.mainpage-top-slider .mainpage-top-slider__slide-title
{
    color: #fff;
    display: block;

    margin-bottom: 27px;
}
@media screen and (max-width: 992px)
{
    .mainpage-top-slider .mainpage-top-slider__slide-title
    {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 700px)
{
    .mainpage-top-slider .mainpage-top-slider__slide-title
    {
        /* margin-bottom: 30px; */
        margin-bottom: 10px;
        width: 100%;
    }
}

.mainpage-top-slider__collection
{
    color: #fff;
}

@media screen and (max-width: 700px)
{
    .mainpage-slider__slider-image-wrapper
    {
        transform: translate(0, 0) !important;
        /* max-height: 290px;
        min-height: 290px; */

        max-height: 400px;
        min-height: 400px;

        width: 100%;

        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width: 450px) and (max-height: 735px) 
{
    .mainpage-slider__slider-image-wrapper
    {
        max-height: 290px;
        min-height: 290px;
    }
}

.mainpage-slider__slide-image
{
    width: 100%;
    max-width: 486px;
    max-height: 256px;

    object-fit: contain;
}
@media screen and (max-width: 1200px)
{
    .mainpage-slider__slide-image
    {
        max-width: 413px;

        /* margin-top: 60px; */
    }
}
@media screen and (max-width: 992px)
{
    .mainpage-slider__slide-image
    {
        max-width: 320px;
        /* margin-top: 0; */
    }
}
@media screen and (max-width: 700px)
{
    .mainpage-slider__slide-image
    {
        height: 100%;
        width: 100%;
        /* max-height: 290px; */
    }
}
/* @media screen and (max-width: 568px)
{
    .mainpage-slider__slide-image
    {
        max-height: 200px;
        max-width: 200px;

        object-fit: contain;
    }
} */

.mainpage-top-slider-pagination
{
    position: absolute;
    bottom: 56px;
    left: 0;
    width: 100%;

    z-index: 2;
}
@media screen and (max-width: 700px)
{
    .mainpage-top-slider-pagination
    {
        bottom: 50px;
    }
}

.mainpage-top-slider-pagination .content-container
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.mainpage-slider-wrapper .mainpage-top-slider-pagination .swiper-pagination-bullet 
{
    position: static;

    margin: 0;
    margin-right: 8px;
    
    width: 15px;
    height: 15px;
    
    display: block;
    
    border-radius: 50%;
    background: unset;
    opacity: 1;

    font-family: "Roboto", "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;

    color: #FFFFFF;

    transition: background-color .3s;
}

.mainpage-top-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
    background-color: #fff;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/mm.products_series/style.css?177988424911211*/
.mobile-linked-coins-slider-navigation-wrapper
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 30px;
}

.mobile-linked-coins-slider-navigation
{
    display: none;

    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 992px) 
{
    .mobile-linked-coins-slider-navigation
    {
        display: flex;
    }
}

.mobile-linked-coins-slider-navigation .swiper-button-prev,
.mobile-linked-coins-slider-navigation .swiper-button-next
{
    background-color: #ECF0F0;
    border-radius: 50px;

    padding: 13px 15px 14px 14px;

    transition: opacity .3s;
}
.mobile-linked-coins-slider-navigation .swiper-button-next
{
    margin-left: 8px;
    transform: rotate(180deg);
}

.mobile-linked-coins-slider-navigation .swiper-button-prev.dark-button,
.mobile-linked-coins-slider-navigation .swiper-button-next.dark-button
{
    background: rgba(255, 255, 255, 0.1);
}

.mobile-linked-coins-slider-navigation .swiper-button-prev.dark-button svg path,
.mobile-linked-coins-slider-navigation .swiper-button-next.dark-button svg path
{
    fill: rgba(196, 196, 196, 0.7);
}


.linked-coins__title
{
    color: var(--blue-color);
}
.linked-coins__title.gold
{
    color: var(--gold-color);
}
@media screen and (max-width: 992px) 
{
    .linked-coins__title
    {
        /* h2 mobile styles */
        font-size: 22px;
        line-height: 30px;
    }
}

.watch-all
{
    position: relative;

    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;

    color: #777777;

    display: block;
    padding-right: 24px;

    transition: color .3s;
}
/* .watch-all::after
{
    content: "";

    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 16px;
    height: 13px;
    background-image: url("/upload/mm_upload/icons/linked-coins/watch-all-dark.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

    opacity: 0.5;
    transition: opacity .3s;
}
.watch-all.dark::after
{
    background-image: url("/upload/mm_upload/icons/linked-coins/watch-all-dark.svg");
} */

.watch-all svg path
{
    fill: #777;
    transition: fill .3s;
}
.watch-all.dark svg path
{
    fill: #e9e9e9;
}

@media screen and (min-width: 769px) 
{
    .watch-all:hover
    {
        color: var(--gold-color);
    }
    .watch-all:hover svg path
    {
        fill: var(--gold-color);
    }    
    .watch-all.dark:hover
    {
        color: #fff;
    }
    .watch-all.dark:hover svg path
    {
        fill: #fff;
    }
}
@media screen and (max-width: 992px) 
{
    .watch-all, .watch-all::after
    {
        display: none;
    }
}

.linked-coins__slider
{
    position: relative;
}

.linked-coins-slider__navigation
{
    pointer-events: none;
    position: absolute;
    z-index: 2;

    top: 50%;
    transform: translateY(-50%);
    width: 100%;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
} 
@media screen and (max-width: 992px) 
{
    .linked-coins-slider__navigation
    {
        display: none;
    }
}

.linked-coins-slider__navigation .swiper-button-prev,
.linked-coins-slider__navigation .swiper-button-next
{
    pointer-events: all;

    background-color: rgba(255, 255, 255, 0.66);

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 14px 15px 13px 14px;

    transition: opacity .3s;
}

.linked-coins-slider__navigation .swiper-button-prev svg path,
.linked-coins-slider__navigation .swiper-button-next svg path
{
    fill: rgba(95, 95, 95);
    fill-opacity: 0.65;
}

.linked-coins-slider__navigation .swiper-button-prev.dark-button,
.linked-coins-slider__navigation .swiper-button-next.dark-button
{
    background-color: rgba(255, 255, 255, 0.1);
}

.linked-coins-slider__navigation .swiper-button-disabled
{
    opacity: 0;
    pointer-events: none;
}

.linked-coins-slider__navigation .swiper-button-prev svg
{
    transform: rotate(180deg);
    max-width: 14px;
}

.linked-coins-slider__navigation .swiper-button-prev.dark-button svg path,
.linked-coins-slider__navigation .swiper-button-next.dark-button svg path
{
    fill: #c4c4c4;
    fill-opacity: 0.7;
}

.linked-coins__coin-item
{
    background: #ECF0F0;
    border-radius: 10px;

    padding: 12px 20px 21px 20px;

    height: auto;

    display: flex;
    flex-flow: column nowrap;
}
@media screen and (max-width: 567px) 
{
    .linked-coins__coin-item
    {
        padding: 11px 10px 14px 20px;
    }
}

/* dark card */
.linked-coins__coin-item.dark
{
    background-color: #202020;
}

.top-bar
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;

    margin-bottom: 17px;
}
.top-bar.has-status
{
    justify-content: space-between;
}

.coin-item__statuses
{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.coin-item__status
{
    margin-right: 5px;
    margin-bottom: 6px;

    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;

    color: #00345E;

    padding: 2px 7px 4px 7px;

    border: 1px solid #00345E;
    border-radius: 4px;
}
.coin-item__statuses .coin-item__status:last-child
{
    margin-right: 0;
}

/* dark card */
.linked-coins__coin-item.dark .coin-item__status
{
    color: var(--gold-color);
    border-color: var(--gold-color);
}

@media screen and (max-width: 567px) 
{
    /* .mobile-needed-wrapper
    {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    } */

    .mobile-preview-wrapper
    {
        margin-right: 22px;
    }
}

.coin-item__images-preview
{
    /* max-width: max-content; */
    margin: 0 auto;

    margin-bottom: 13px;

    position: relative;

    width: 160px;
    height: 160px;
}
@media screen and (max-width: 567px) 
{
    .coin-item__images-preview
    {
        margin-bottom: 0;

        width: 100px;
        height: 100px;
    }
}

/* .coin-item__images-preview img
{
    width: 100%;
    height: 100%;

    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;

    opacity: 0;
}
.coin-item__images-preview img.active
{
    opacity: 1;
} */

.coin-item__images-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.images-count
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;

    margin-bottom: 12px;
}

.images-count__position
{
    height: 2px;
    width: 15px;

    margin-right: 3px;

    background-color: #C4C4C4;

    transition: background-color .3s;
}

.images-count__position.active
{
    background-color: #000;
}

.linked-coins__coin-item.dark .images-count__position.active
{
    background-color: #fff;
}


.coin-item__is-in-stock
{
    display: none;

    margin-top: 19px;

    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;

    color: #777777;
}
/* dark card */
.linked-coins__coin-item.dark .coin-item__is-in-stock
{
    color: #ccc;
}
@media screen and (max-width: 567px) 
{
    .coin-item__is-in-stock
    {
        display: block;
    }   
}

.coin-item__created-in
{
    font-family: "RF Dewi";
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 11px;

    color: #777777;

    margin-bottom: 5px;
}

.coin-item__name
{
    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;

    color: #202020;
    
    margin-bottom: 10px;
}
@media screen and (max-width: 567px) 
{
    .coin-item__name
    {
        margin-bottom: 13px;
    }
}

/* dark card */
.linked-coins__coin-item.dark .coin-item__name
{
    color: #fff;
}

.buy-price
{
    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;

    color: #777777;
}

.bottom-bar
{
    margin-top: 18px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 567px) 
{
    .bottom-bar
    {
        margin-top: 13px;
    }
}

.sell-price-wrapper
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 567px) 
{
    .sell-price-wrapper
    {
        flex-flow: column-reverse nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.coin-item__sell-price
{
    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;

    color: #00345E;

    white-space: nowrap;
}

/* dark card */
.linked-coins__coin-item.dark .coin-item__sell-price
{
    color: #fff;
}

.bottom-bar.no-cost .coin-item__sell-price
{
    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;

    color: #777777;

    white-space: nowrap;
}
/* dark card */
.linked-coins__coin-item.dark .bottom-bar.no-cost .coin-item__sell-price
{
    color: #ccc;
}

@media screen and (max-width: 567px) 
{
    .bottom-bar.no-cost .coin-item__sell-price
    {
        display: none;
    }
}

.coin-item__old-price
{
    margin-left: 10px;

    position: relative;

    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;

    color: #777777;

    white-space: nowrap;
}
.coin-item__old-price::before
{
    content: "";

    position: absolute;
    left: 0;
    top: 9px;

    width: 100%;
    height: 1px;
    background-color: #777777;
}

/* dark card */
.linked-coins__coin-item.dark .coin-item__old-price
{
    color: #ccc;
}
.linked-coins__coin-item.dark .coin-item__old-price::before
{
    background-color: #ccc;
}
@media screen and (max-width: 567px) 
{
    .coin-item__old-price
    {
        margin-left: 0;
    }
}

.add-to-cart
{
    background: linear-gradient(97.31deg, #E0C29B 0%, rgba(165, 138, 87, 0) 61.69%), 
                linear-gradient(85.12deg, #A58A57 0%, #BEA272 97.71%);

    box-shadow: 0px 7px 14px -4px rgba(92, 63, 7, 0.59);

    border-radius: 50%;

    padding: 11px 12px 9px 10px;
}
.add-to-cart.notify
{
    padding: 10px;
}

.add-to-cart img
{
    max-width: 20px;
}
/* End */


/* Start:/local/templates/mm_main/assets/css/components/catalog-section-list.css?177988425125805*/
/* /local/templates/mm_main/assets/css/components/catalog-section-list.css */

.section-tabs-sort-wrapper
{
    position: relative;

    width: 100%;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.section-tabs-sort-wrapper::after
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;

    height: 1px;
    width: 100%;

    background-color: #E3E5E5;
}
@media screen and (max-width: 768px) 
{
    .section-tabs-sort-wrapper
    {
        display: flex;
        flex-flow: column-reverse nowrap;
        justify-content: flex-start;
        align-items: flex-start;

        width: 100%;
    }
}

.catalog-sections-tabs
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;

    overflow-x: scroll;

    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

    max-width: 100%;
}
.catalog-sections-tabs::-webkit-scrollbar 
{
  display: none;
}

.catalog-section-tab
{
    display: block;
    position: relative;

    margin-right: 24px;

    padding-bottom: 24px;

    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    color: #58666F;

    white-space: nowrap;

    transition: color .3s;
}
.catalog-section-tab::after
{
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;

    height: 3px;
    width: 100%;

    background-color: transparent;

    transition: background-color .3s;
}

.catalog-section-tab.active
{
    color: #202020;
}
.catalog-section-tab.active::after
{
    background-color: var(--gold-color);
}

.catalog-sort
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

    margin-bottom: 9px;
}
@media screen and (max-width: 768px) 
{
    .catalog-sort
    {
        width: 100%;
        justify-content: space-between;

        margin-bottom: 25px;
    }
}

.sort-type-select
{
    position: relative;
    margin-right: 15px;

    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 4px;

    padding: 9px 20px; 
    min-width: 204px;

    color: #000;

    outline: none;
    cursor: pointer;
    background-image: url("/upload/mm_upload/icons/catalog/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px;

    appearance: none;
    -webkit-appearance: none;
}

.render-options
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.render-options__button
{
    margin-right: 15px;
}
.render-options .render-options__button:last-child
{
    margin-right: 0;
}

.render-options__button svg path
{
    fill: #c4c4c4;

    transition: fill .3s;
}
.render-options__button.active svg path
{
    fill: #58666F;
}
@media screen and (max-width: 992px) 
{
    .render-options__button
    {
        display: none;
    }   
}

#open-mobile-filters
{
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 992px) 
{
    #open-mobile-filters
    {
        display: block;
    }
}

#open-mobile-filters svg
{
    display: block;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    opacity: 0;

    transition: opacity .3s;
}
#open-mobile-filters .open-filters
{
    opacity: 1;
}
#open-mobile-filters.filters-opened .close-filters
{
    opacity: 1;   
}
#open-mobile-filters.filters-opened .open-filters
{
    opacity: 0;
}

/* catalog */
.catalog-content-wrapper
{
    margin-top: 30px;

    display: grid;
    grid-template-columns: 307px auto;
}
@media screen and (max-width: 1400px) 
{
    .catalog-content-wrapper
    {
        grid-template-columns: 262px auto;
    } 
}
@media screen and (max-width: 1200px) 
{
    .catalog-content-wrapper
    {
        grid-template-columns: 304px auto;
    } 
}
@media screen and (max-width: 992px) 
{
    .catalog-content-wrapper
    {
        grid-template-columns: 1fr;
    }
}

/* filters */
.catalog-filter
{
    width: 100%;
    max-width: 307px;
}
@media screen and (max-width: 992px) 
{
    .catalog-filter
    {
        max-width: 100%;

        position: relative;

        margin-bottom: 0;
        transition: margin .3s;
    }

    .catalog-filter.opened
    {
        margin-bottom: 30px;
    }

    .catalog-filter::before
    {
        content: "";
        position: absolute;

        left: 50%;
        transform: translateX(-50%);
        top: 0;

        width: 100vw;
        height: 100%;

        z-index: -1;

        background-color: #E9ECEE;
    }

    .catalog-form-wrapper
    {
        overflow: hidden;
        max-height: 0;

        transition: max-height .5s;
    }

    .catalog-filter form 
    {
        display: grid;
        grid-template-columns: 213px auto;
        grid-gap: 0 34px;
        align-items: start;

        padding: 20px 0 30px;
    }

    .catalog-filter form .mobile-filter__right
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
}

@media screen and (max-width: 568px) 
{
    .catalog-filter form 
    {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) 
{
    .catalog-filter form .mobile-filter__right
    {
        grid-gap: 15px 10px;
    }
}
@media screen and (max-width: 650px) 
{
    .catalog-filter form .mobile-filter__right
    {
        grid-template-columns: 1fr;
        grid-gap: 15px 0;
    }
}

@media screen and (max-width: 650px)
{
    .catalog-filter.opened
    {
        margin-bottom: 23px;
    }
} 

.filter-property-item
{
    margin-bottom: 20px;
}

.filter-property-item.select
{
    margin-bottom: 11px;
}
@media screen and (max-width: 992px) 
{
    .filter-property-item.select
    {
        margin-bottom: 0px;
    }
}

.filter-property__name
{
    font-family: "RF Dewi Seminold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;

    color: #58666F;

    margin-bottom: 8px;
}

.filter-property__value
{
    position: relative;

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

    margin-bottom: 9px;
}

.filter-property__values .filter-property__value:last-child
{
    margin-bottom: 0;
}

.filter-property__value-checkbox
{
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.checkbox-label
{
    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;

    white-space: nowrap;

    color: #202020;

    transition: color .3s;
}
.filter-property__value-checkbox:checked + .checkbox-label
{
    color: var(--gold-color);
}

.filter-property__value-checkbox:focus-visible + .checkbox-label
{
    color: var(--gold-color);
}

.filter-property-item.select select
{
    width: 100%;

    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 4px;

    padding: 18px 20px;

    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;

    color: #58666F;

    background-image: url("/upload/mm_upload/icons/catalog/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px;

    transition: border .3s;
}
.filter-property-item.select select
{
    outline: none;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
}


/* .filter-property-item.select select:focus
{
    border: 1px solid var(--gold-color);
} */

/* .filter-property-item.select select:focus-visible
{
    border: 1px solid var(--gold-color);
} */

.reset-filters
{
    cursor: pointer;
}
@media screen and (max-width: 992px) 
{
    .reset-filters
    {
        margin-top: 10px;
    } 
}
@media screen and (max-width: 568px) 
{
    .reset-filters
    {
        margin-top: 5px;
    }
}

/* coins */
.catalog-coins-wrapper
{
    margin-left: 30px;
    overflow: hidden;
}
@media screen and (max-width: 992px) 
{
    .catalog-coins-wrapper
    {
        margin-left: 0;
    }
}

.catalog-coins-items
{
    display: grid;
}
.catalog-coins-items.top-wrapper {
    margin-top: 30px;
}
.catalog-coins-items.grid
{
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px 30px;
}
.catalog-coins-items.grid.fullsize {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px 30px;
}
@media screen and (max-width: 1400px) {
    .catalog-coins-items.top-wrapper {
        margin-top: 27px;
    } 
}
@media screen and (max-width: 1200px) 
{
    .catalog-coins-items.top-wrapper {
        margin-top: 21px;
    } 
    .catalog-coins-items.grid
    {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px 24px;
    }
    .catalog-coins-items.grid.fullsize {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px 24px;
    }
}
@media screen and (max-width: 568px) 
{
    .catalog-coins-items.grid,
    .catalog-coins-items.list,
    .catalog-coins-items.grid.fullsize
    {
        grid-template-columns: 1fr;
        grid-gap: 25px 0;
    }
}



/* list coins */
.catalog-coins-items.list
{
    grid-template-columns: 1fr;
    grid-gap: 32px 0;
}
@media screen and (max-width: 1400px)
{
    .catalog-coins-items.list
    {
        grid-gap: 34px 0;
    }
} 

.catalog-coins__coin-item
{
    /* display: block; */
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;

    background: #ECF0F0;
    border-radius: 10px;

    padding: 12px 20px 21px 20px;
    border: 1px solid transparent;

    /* transition: box-shadow .4s; */
    transition: border .3s;
}
@media screen and (max-width: 567px) 
{
    .catalog-coins__coin-item
    {
        padding: 11px 10px 14px 20px;
    }
}
@media screen and (min-width: 769px)
{
    .catalog-coins__coin-item:hover
    {
        border: 1px solid var(--gold-color);
        /* box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); */
    }
}

/* list coins */
.catalog-coins-items.list .catalog-coins__coin-item
{
    position: relative;
}

/* dark card */
.linked-coins__coin-item.dark
{
    background-color: #202020;
}

.top-bar
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;

    margin-bottom: 23px;

    width: 100%;
}
.top-bar.has-status
{
    justify-content: space-between;
}

.coin-item__statuses
{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.coin-item__status
{
    margin-right: 5px;

    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;

    color: #00345E;

    padding: 2px 7px 4px 7px;

    border: 1px solid #00345E;
    border-radius: 4px;
}
.coin-item__statuses .coin-item__status:last-child
{
    margin-right: 0;
}

/* dark card */
.linked-coins__coin-item.dark .coin-item__status
{
    color: var(--gold-color);
    border-color: var(--gold-color);
}

.add-to-liked
{
    transition: transform .4s;
}
.add-to-liked:not(.liked) img:last-child {
    display: none;
}
.add-to-liked.liked img:first-child {
    display: none;
}
@media screen and (min-width: 769px)
{
    .add-to-liked:hover
    {
        transform: scale(1.2);
    }
}

.add-to-liked img
{
    object-fit: contain;
}
    

/* list coins */
.mobile-needed-wrapper
{
    flex-grow: 1;

    display: flex;
    flex-flow: column nowrap;

    width: 100%;
}

.catalog-coins-items.list .mobile-needed-wrapper
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;

    flex-grow: 0;
}

/* list coins */
.catalog-coins-items.list .mobile-preview-wrapper
{
    margin-right: 104px;
}
@media screen and (max-width: 1400px)
{
    .catalog-coins-items.list .mobile-preview-wrapper
    {
        margin-right: 83px;
    }
}
@media screen and (max-width: 1200px)
{
    .catalog-coins-items.list .mobile-preview-wrapper
    {
        margin-right: 42px;
    }
}
@media screen and (max-width: 567px)
{
    .catalog-coins-items.list .mobile-preview-wrapper
    {
        margin-right: 22px;
    }
}

@media screen and (max-width: 567px) 
{
    .mobile-needed-wrapper
    {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: stretch;
    }

    .mobile-preview-wrapper
    {
        margin-right: 22px;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        /* margin: 0 auto; */
    }
}

.coin-item__images-preview
{
    max-width: max-content;
    margin: 0 auto;

    margin-bottom: 13px;
}
@media screen and (max-width: 567px) 
{
    .coin-item__images-preview
    {
        margin-bottom: 0;
    }
}

.coin-item__images-preview img
{
    max-width: 160px;
}
@media screen and (max-width: 567px) 
{
    .coin-item__images-preview img
    {
        max-width: 100px;
    }
}

.coin-item__is-in-stock
{
    display: none;

    margin-top: 19px;

    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;

    color: #777777;

    white-space: nowrap;
}
/* dark card */
.linked-coins__coin-item.dark .coin-item__is-in-stock
{
    color: #ccc;
}
@media screen and (max-width: 567px) 
{
    .coin-item__is-in-stock
    {
        display: block;
        margin-top: 10px;
        margin-bottom: 13px;
    }   
}

/* list coins */
.mobile-preview-wrapper
{
    margin-bottom: 10px;
}
@media screen and (max-width: 567px) 
{
    .mobile-preview-wrapper
    {
        margin-bottom: 0px;
        height: 100%;
    }  
}

.coin-item__description-wrapper
{
    flex-grow: 1;

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    position: relative;  /* 17.3.23 */
}

.catalog-coins-items.list .coin-item__description-wrapper
{
    width: 100%;
    max-width: 487px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;

    flex-grow: 0;
}
.coin-item__description-text--info {  /* 17.3.23 */
    position: absolute;
    left: 97px;
    bottom: 22px;
    width: 18px;
    height: 18px;
    border: 1px solid var(--gold-color);
    background-color: var(--gold-color);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    font-family: serif;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coin-item__description-text--internal {  /* 17.3.23 */
    color: #fff;
}
.coin-item__description-text--info .popup-box {  /* 17.3.23 */
    display: none;
    padding: 4px 7px;
    position: absolute;
    top: 4px;
    left: 23px;
    width: 334px;
    border-radius: 4px;
    background-color: #b4b2ae;
    opacity: .75;
}
.coin-item__description-text--info:hover .popup-box {  /* 17.3.23 */
    /*display: flex; работает js */
    column-gap: 10px;
}
.coin-item__description-text--info .popup-box--info {  /* 17.3.23 */
    width: 20px;
    height: 20px;
    border: 1px solid var(--gold-color);
    background-color: var(--gold-color);
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coin-item__description-text--info .popup-box--internal {  /* 17.3.23 */
    display: block;
    width: 20px;
    padding-left: 8px;
    color: #fff;
}

.popup-infobox {  /* 17.3.23 */
    display: none;
    padding: 4px 7px;
    width: 334px;
    border-radius: 4px;
    background-color: #b4b2ae;
    opacity: .75;
}
.popup-infobox-hover {  /* 17.3.23 */
    display: flex;
    column-gap: 10px;
}
.popup-infobox--info {  /* 17.3.23 */
    width: 20px;
    height: 20px;
    border: 1px solid var(--gold-color);
    background-color: var(--gold-color);
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-infobox--internal {  /* 17.3.23 */
    display: block;
    width: 20px;
    padding-left: 8px;
    color: #fff;
}

@media screen and (max-width: 1400px)
{
    .catalog-coins-items.list .coin-item__description-wrapper
    {
        max-width: 441px;
    }
}
@media screen and (max-width: 1200px)
{
    .catalog-coins-items.list .coin-item__description-wrapper
    {
        max-width: 364px;
    }
}
@media screen and (max-width: 567px)
{
    .catalog-coins-items.list .coin-item__description-wrapper
    {
        flex-flow: column nowrap;
        justify-content: space-between;
    }
}

.coin-item__created-in
{
    font-family: "RF Dewi";
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 11px;

    color: #777777;

    margin-bottom: 5px;
}

.coin-item__name
{
    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;

    color: #202020;
    
    margin-bottom: 10px;
}
@media screen and (max-width: 567px) 
{
    .coin-item__name
    {
        margin-bottom: 13px;
    }
}

/* list coins */
.catalog-coins-items.list .coin-item__name
{
    max-width: 277px;
    margin-bottom: 0;

    display: block;
    width: 100%;
}
@media screen and (max-width: 1200px)
{
    .catalog-coins-items.list .coin-item__name
    {
        max-width: 188px;
    }
}
@media screen and (max-width: 567px)
{
    .catalog-coins-items.list .coin-item__name
    {
        max-width: 100%;
    }
}


/* dark card */
.linked-coins__coin-item.dark .coin-item__name
{
    color: #fff;
}

.buy-price, .list-coin-item__buy-price
{
    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;

    color: #777777;
}

.buy-price
{
    margin-top: 10px;
}

.buy-price span
{
    white-space: nowrap;
}

/* list coins */
.catalog-coins-items.list .coin-item__description-text .buy-price
{
    display: none;
}
@media screen and (max-width: 567px) 
{
    .catalog-coins-items.list .coin-item__description-text .buy-price
    {
        display: block;
    }
}

.bottom-bar
{
    margin-top: 18px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 567px) 
{
    .bottom-bar
    {
        margin-top: 13px;
    }
}

/* list coins */
.catalog-coins-items.list .bottom-bar
{
    margin-top: 0;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;

    margin-left: 61px;
}
@media screen and (max-width: 1400px) 
{
    .catalog-coins-items.list .bottom-bar
    {
        margin-left: 15px;
    }
}
@media screen and (max-width: 1400px) 
{
    .catalog-coins-items.list .bottom-bar
    {
        margin-left: 27px;
    }
}
@media screen and (max-width: 567px)
{
    .catalog-coins-items.list .bottom-bar
    {
        margin-left: 0;

        width: 100%;

        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }
}

.sell-price-wrapper
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 567px) 
{
    .sell-price-wrapper
    {
        flex-flow: column-reverse nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.coin-item__sell-price
{
    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;

    color: var(--blue-color);

    white-space: nowrap;
}
@media screen and (max-width: 568px) 
{
    .coin-item__sell-not-stock
    {
        display: none;
    }
}

/* dark card */
.linked-coins__coin-item.dark .coin-item__sell-price
{
    color: #fff;
}

.bottom-bar.no-cost .coin-item__sell-price
{
    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;

    color: #777777;

    white-space: nowrap;
}
/* dark card */
.linked-coins__coin-item.dark .bottom-bar.no-cost .coin-item__sell-price
{
    color: #ccc;
}

@media screen and (max-width: 567px) 
{
    .bottom-bar.no-cost .coin-item__sell-price
    {
        display: none;
    }
}

.coin-item__old-price
{
    margin-left: 10px;

    position: relative;

    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;

    color: #777777;

    white-space: nowrap;
}
.coin-item__old-price::before
{
    content: "";

    position: absolute;
    left: 0;
    top: 9px;

    width: 100%;
    height: 1px;
    background-color: #777777;
} 

/* dark card */
.linked-coins__coin-item.dark .coin-item__old-price
{
    color: #ccc;
}
.linked-coins__coin-item.dark .coin-item__old-price::before
{
    background-color: #ccc;
}
@media screen and (max-width: 567px) 
{
    .coin-item__old-price
    {
        margin-left: 0;
    }
}

/* list coins */
.list-coin-item__buy-price
{
    display: none;

    margin-top: 20px;
}

/* list coins */
.catalog-coins-items.list .list-coin-item__buy-price
{
    display: block;
}
@media screen and (max-width: 568px) 
{
    .catalog-coins-items.list .list-coin-item__buy-price
    {
        display: none;
    }    
}

.add-to-cart
{
    background: linear-gradient(97.31deg, #E0C29B 0%, rgba(165, 138, 87, 0) 61.69%), 
                linear-gradient(85.12deg, #A58A57 0%, #BEA272 97.71%);

    box-shadow: 0px 7px 14px -4px rgba(92, 63, 7, 0.59);

    border-radius: 50%;

    padding: 11px 12px 9px 10px;

    transition: transform .4s;
}
.add-to-cart.notify
{
    padding: 10px;
}
@media screen and (min-width: 769px)
{
    .add-to-cart:hover
    {
        transform: scale(1.1);
    }
}

/* list coins */
.catalog-coins-items.list .add-to-cart
{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
@media screen and (max-width: 567px) 
{
    .catalog-coins-items.list .add-to-cart
    {
        position: static;
    } 
}

.add-to-cart img
{
    max-width: 20px;
}

/* end coins */

.elements-loaded
{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;

    margin: 30px auto 0;
}

.elements-count
{
    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;

    color: #556871;

    margin-bottom: 13px;
}

#load-more-buttons
{
    padding: 12px 32px;
}

/* seo text */
.catalog-desctiption
{
    margin-top: 80px;
}
@media screen and (max-width: 992px) 
{
    .catalog-desctiption
    {
        margin-top: 50px;
    }
}

.catalog-description__title
{
    color: #00345E;
    margin-bottom: 22px;
}
@media screen and (max-width: 568px) 
{
    .catalog-description__title
    {
        margin-bottom: 15px;
    }
}

/* inline_gallery */
.images__line-galery-item {
    display: none;
    width: 100%;
    /* height: 161px; */
    height: 160px;
}
.images__line-galery-item img {
    width: 160px;
    margin: 0 auto;
    object-fit: contain;
}
.images__line-galery-item.active {
    display: flex;
}
.images__line-galery {
    position: relative;
}
.images__line-galery-bullets {
    display: flex;
    width: 100%;
    max-width: 90px;
    margin: 0 auto;
    gap: 2px;
    margin-top: 12px;
}
.images__line-galery-bullets span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #C4C4C4;
}
.images__line-galery-bullets span.active {
    background-color: #202020;
}

.dark .images__line-galery-bullets span.active
{
    background-color: #fff;
}

.coin-item__sell-not-stock {
    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #777777;
}

/* @media screen and (max-width: 567px) {
    .images__line-galery-item img {
        max-width: 100px;
    }
    .images__line-galery-item {
        height: auto;
    }
    .images__line-galery-item {
        display: flex;
        margin-right: 5px;
        scroll-snap-align: start;
    }
    .images__line-galery-items-wrapper {
        overflow-x: auto;
        display: flex;
        max-width: 100px;
        align-items: center;

        -ms-overflow-style: none;
        scrollbar-width: none;

        scroll-snap-type: x mandatory;
        scroll-snap-stop: always;
    }
    .images__line-galery-items-wrapper::-webkit-scrollbar {
        display: none;
    }
} */


@media screen and (max-width: 568px) 
{
    .images__line-galery.touch .images__line-galery-item img {
        max-width: 100px;
    }
}

.images__line-galery.touch .images__line-galery-item {
    /* height: auto; */
    height: 160px;
}
@media screen and (max-width: 568px) 
{
    .images__line-galery.touch .images__line-galery-item
    {
        height: 100px;
    }
}

.images__line-galery.touch .images__line-galery-item {
    display: flex;
    margin-right: 5px;
    scroll-snap-align: start;
}
.images__line-galery.touch .images__line-galery-items-wrapper {
    overflow-x: auto;
    display: flex;
    /* max-width: 100px; */
    max-width: 160px;
    align-items: center;

    -ms-overflow-style: none;
    scrollbar-width: none;

    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
}
@media screen and (max-width: 568px) 
{
    .images__line-galery.touch .images__line-galery-items-wrapper {
        max-width: 100px;
        max-height: 100px;
    }
}

.images__line-galery.touch .images__line-galery-items-wrapper::-webkit-scrollbar {
    display: none;
}

@media screen and (min-width: 568px) 
{
    .images__line-galery.touch .images__line-galery-items-wrapper
    {
        margin: 0 auto;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/mm_collection_list_home/style.css?17798842466309*/
:root {
    --collection-hover-transition: 0.7s;
    --collection-left-transform-transistion: 0.4s;
}

.famous-collections
{
    margin-top: 80px;
}

.famous-collections__title-wrapper
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;


    margin-bottom: 30px;
}

.famous-collections__title
{
    color: var(--blue-color);
}
@media screen and (max-width: 992px) 
{
    .famous-collections__title
    {
        font-size: 22px;
        line-height: 30px;
    }
}

.watch-all-collections
{
    position: relative;

    display: block;
    padding-right: calc(13px + 5px);

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;

    color: #777777;

    transition: color .3s;
}
@media screen and (max-width: 568px) 
{
    .watch-all-collections
    {
        display: none;
    }
}
.watch-all-collections svg path
{
    fill: #777;

    transition: fill .3s;
}
@media screen and (min-width: 769px)
{
    .watch-all-collections:hover
    {
        color: var(--gold-color);
    }

    .watch-all-collections:hover svg path
    {
        fill: var(--gold-color);
    }
}

.collections-list
{
    position: relative;
}
/* .collections-list::after
{
    content: "";
    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    bottom: 0;

    height: 1px;
    width: 100vw;

    background-color: #c4c4c4;
} */

.collection-item
{
    position: relative;
    
    padding: 14px 0;
}
@media screen and (max-width: 768px)
{
    .collection-item
    {
        padding: 20px 0;
    }
}

/* upper line */
.collection-item::before,
/* dark bg */
.collection-item::after
{
    content: "";
    position: absolute;
    top: 0;

    left: 50%;
    transform: translateX(-50%);
}

.collection-item::before
{
    height: 1px;
    background-color: #c4c4c4;

    width: 100vw;    
}
.collection-item::after
{
    /* height: 100%; */
    background-color: #181A1E;

    z-index: -1;

    width: 100vw;
    height: 100%;
    bottom: 0;
    top: unset;
    /* transform: translate(-50%, -50%); */
    width: 100vw;
    height: 0;
    /* opacity: 0; */

    transition: width var(--collection-hover-transition), height 0.4s;
    /* transition: opacity .3s; */
}

.collection-item:hover::after
{
    /* width: 100vw; */
    height: 100%;
    /* opacity: 1; */
}

.collection-item__inner-wrapper
{
    width: 100%;
    max-width: 1206px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 568px)
{
    .collection-item__inner-wrapper
    {
        align-items: stretch;
    }
}

.mobile-left-wrapper
{
    flex-grow: 1;
    max-width: 886px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1400px) 
{
    .mobile-left-wrapper
    {
        max-width: 818px;
    }
}
@media screen and (max-width: 1200px)
{
    .mobile-left-wrapper
    {
        max-width: 746px;
    }
} 
@media screen and (max-width: 992px)
{
    .mobile-left-wrapper
    {
        max-width: 577px;
    }
}
@media screen and (max-width: 768px)
{
    .mobile-left-wrapper
    {
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.collection-name-type-wrapper
{
    flex-grow: 1;
    max-width: 260px;
}
@media screen and (max-width: 992px) 
{
    .collection-name-type-wrapper
    {
        max-width: 215px;
    }
}

.collection__name
{
    color: #000;
    margin-bottom: 8px;

    transition: color var(--collection-hover-transition);
}
@media screen and (max-width: 992px) 
{
    .collection__name
    {
        margin-bottom: 0;
    }
}

.collection-item:hover .collection__name
{
    color: #fff;
}    

.collection__type
{
    color: transparent;

    transition: color var(--collection-hover-transition);
}
@media screen and (min-width: 769px)
{
    .collection-item:hover .collection__type
    {
        color: #fff;
    }
}
@media screen and (max-width: 992px) 
{
    .collection__type
    {
        display: none;
    }
}

.collection__preview-images
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.collection__preview-image
{
    width: 100%;
    max-width: 100px;
    max-height: 100px;

    object-fit: contain;

    margin-right: 17px;

    opacity: 0;

    transition: opacity .2s;
}
@media screen and (max-width: 768px)
{
    .collection__preview-image
    {
        max-width: 75px;
        max-height: 75px;

        margin-right: 20px;
    }
}
@media screen and (max-width: 568px)
{
    .collection__preview-image
    {
        max-width: 50px;
        max-height: 50px;
    }
}
@media screen and (max-width: 360px)
{
    .collection__preview-image
    {
        margin-right: 15px;
    }
}
.collection-item:hover .collection__preview-image
{
    transition: .4s .4s;
    opacity: 1;
}

.collection__preview-images .collection__preview-image:last-child
{
    margin-right: 0;
}

.rotating-image-wrapper
{
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;

    transition: opacity var(--collection-hover-transition);
}

.collection-item:hover .rotating-image-wrapper
{
    opacity: 1;
}

.rotating-image-wrapper .rotating-image
{
    max-width: 107px;
    
    animation: rotateText 10s linear infinite backwards;
    animation-play-state: paused;

    /* transition: transform .5s; */
}
@media screen and (max-width: 360px)
{
    .rotating-image-wrapper .rotating-image
    {
        max-width: 80px;
    }
}
@media screen and (min-width: 769px)
{
    .collection-item:hover .rotating-image-wrapper .rotating-image
    {
        animation-play-state: running;
    }
}

@keyframes toText {
    to {
        transform: rotate(0);
    }
}
@keyframes rotateText
{
    from {
        transform: rotate(0);
    }
    to
    {
        transform: rotate(360deg);
    }
}

.rotating-image-wrapper .inner-arrow
{
    position: absolute;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    opacity: 0;

    transition: opacity var(--collection-hover-transition);
}

.collection-item:hover .rotating-image-wrapper .inner-arrow
{
    opacity: 1;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/mm.mainpage-vykup/style.css?17798842463588*/
.buyout-coins__title
{
    color: #00345E;
}

.buyout-coins__title-navigation-wrapper
{
    margin-bottom: 30px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.mobile-buyout-coins-slider-nav
{
    display: none;
}
@media screen and (max-width: 992px) 
{
    .mobile-buyout-coins-slider-nav
    {
        display: flex;
    }
}

.mobile-buyout-coins-slider-nav .swiper-button-prev,
.mobile-buyout-coins-slider-nav .swiper-button-next
{
    background-color: #ECF0F0;
    border-radius: 50%;

    padding: 13px 15px 14px 14px;

    transition: opacity .3s;
}

.mobile-buyout-coins-slider-nav .swiper-button-next
{
    transform: rotate(180deg);
    margin-left: 8px;
}

.buyout-coins-slider
{
    position: relative;
}

.swiper-slide.buyout-coin-item
{

    background: #ECF0F0;
    border-radius: 9px;

    padding: 29px 66px 29px 45px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;

    border: 1px solid transparent;

    height: auto;

    transition: transform .4s;
}
@media screen and (max-width: 1400px) 
{
    .swiper-slide.buyout-coin-item
    {
        padding: 25px 55px 21px 45px;
    }
}
@media screen and (max-width: 1200px) 
{
    .swiper-slide.buyout-coin-item
    {
        padding: 29px 45px;
    }
}
@media screen and (max-width: 992px) 
{
    .swiper-slide.buyout-coin-item
    {
        padding: 29px 20px 29px 18px;
    }
}
@media screen and (min-width: 769px)
{
    .swiper-slide.buyout-coin-item:hover
    {
        transform: scale(0.98);
    }
} 

.buyout-coin__left-wrapper
{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.buyout-coin-name
{
    margin-bottom: 25px;

    color: #202020;
}
@media screen and (max-width: 992px) 
{
    .buyout-coin-name
    {
        font-size: 14px;
        line-height: 21px;
    }
}

.buyout-coin__more-info
{
    color: #777;
}

.buyout-coin__image
{
    width: 160px;
    max-height: 160px;
    margin-left: 8px;
}
@media screen and (max-width: 1400px) 
{
   .buyout-coin__image
   {
       margin-left: 25px;
   }     
}
@media screen and (max-width: 1200px) 
{
    .buyout-coin__image
    {
        margin-left: 15px;
    } 
}
@media screen and (max-width: 992px) 
{
    .buyout-coin__image
    {
        margin-left: 22px;
        width: 100px;
        max-height: 100px;
    } 
}

.desktop-buyout-coins-nav-wrapper
{
    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    width: 100%;
    z-index: 2;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    pointer-events: none;
}
@media screen and (max-width: 992px) 
{
    .desktop-buyout-coins-nav-wrapper
    {
        display: none;
    }    
}

.desktop-buyout-coins-nav-wrapper .swiper-button-prev
{
    transform: rotate(180deg);
}

.desktop-buyout-coins-nav-wrapper .swiper-button-prev,
.desktop-buyout-coins-nav-wrapper .swiper-button-next
{
    padding: 14px 15px 13px 14px;

    background-color: rgba(255, 255, 255, 0.66);

    transition: opacity .3s;

    pointer-events: all;
}

.desktop-buyout-coins-nav-wrapper .swiper-button-next.swiper-button-disabled,
.desktop-buyout-coins-nav-wrapper .swiper-button-prev.swiper-button-disabled
{
    opacity: 0;
    pointer-events: none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/mm_mainpage_advantages/style.css?17798842462068*/
.mainpage-advantages__list
{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
@media screen and (max-width: 992px)
{
	.mainpage-advantages__list
	{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 41px 24px;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
@media screen and (max-width: 650px)
{
	.mainpage-advantages__list
	{
		grid-template-columns: 1fr;
		grid-gap: 34px 0;
	}
}

.mainpage-advantage__item
{
	margin-right: 15px;
}
.mainpage-advantages__list:last-child
{
	margin-right: 0;
}
@media screen and (max-width: 992px)
{
	.mainpage-advantage__item
	{
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;

		margin-right: 0;
	}
}

.mainpage-advantage__image
{
	margin: 0 auto 9px;

	width: 100%;
	height: 100%;
	max-width: 236px;
	max-height: 209px;
}
@media screen and (max-width: 1400px)
{
	.mainpage-advantage__image
	{
		max-width: 191px;
		max-height: 170px;

		margin-bottom: 16px;
	}
}
@media screen and (max-width: 1200px)
{
	.mainpage-advantage__image
	{
		margin-bottom: 28px;
	}
}
@media screen and (max-width: 992px)
{
	.mainpage-advantage__image
	{
		max-width: 100px;
		max-height: 100px;

		width: 100px;
		height: 100px;

		object-fit: contain;

		margin: 0 13px 0 0;
	}
}
@media screen and (max-width: 350px)
{
	.mainpage-advantage__image
	{
		width: 80px;
		height: 80px;
	}
}

.mainpage-advantage__name
{
	margin-bottom: 13px;

	color: #fff;
	text-align: center;
}
@media screen and (max-width: 992px)
{
	.mainpage-advantage__name
	{
		text-align: left;
		margin-bottom: 20px;

		font-size: 18px;
        line-height: 30px;
	}
}

.mainpage-advantage__description
{
	text-align: center;
	color: #FFFFFF;

	max-width: 301px;
	margin: 0 auto;
}
@media screen and (max-width: 1400px)
{
	.mainpage-advantage__description
	{
		max-width: 202px;
	}
}
@media screen and (max-width: 992px)
{
	.mainpage-advantage__description
	{
		max-width: 100%;
		text-align: left;

		font-size: 14px;
		line-height: 21px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/mm_last_news/style.css?17798842464305*/
.linked-detail-news__title
{
    color: #fff;
}

.title-slider-nav-wrapper
{
    margin-bottom: 30px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.title-slider-nav-wrapper .slider-nav
{
    display: none;

    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 992px) 
{
    .title-slider-nav-wrapper .slider-nav
    {
        display: flex;
    }    
}
.title-slider-nav-wrapper .slider-nav .swiper-button-next
{
    transform: rotate(180deg);
    margin-left: 8px;   
}
.title-slider-nav-wrapper .slider-nav .swiper-button-next,
.title-slider-nav-wrapper .slider-nav .swiper-button-prev
{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;

    padding: 13px 15px 14px 14px;

    transition: opacity .3s;
}

/* START watch all btn */
.linked-detail-news__wath-all-btn span
{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

    color: #777777;

    transition: color .35s;
}
.linked-detail-news__wath-all-btn svg path
{
    fill: #777;
    transition: fill .35s;
}
@media screen and (min-width: 769px)
{
    .linked-detail-news__wath-all-btn:hover span
    {
        color: #fff;
    }

    .linked-detail-news__wath-all-btn:hover svg path
    {
        fill: #fff;
    }
}
@media screen and (max-width: 992px)
{
    .linked-detail-news__wath-all-btn
    {
        display: none;
    }
}
/* END watch all btn */
 
.linked-news-item
{
    position: relative;

    padding-top: 4px;
    padding-left: 15px;
    padding-bottom: 8px;

    height: auto;
}
.linked-news-item::before
{
    position: absolute;
    content: "";

    left: 0;
    top: 0;

    width: 1px;
    height: 100%;

    background-color: #fff;

    transition: background-color .3s;
}
@media screen and (min-width: 769px) 
{
    .linked-news-item:hover::before
    {
        background-color: var(--gold-color);
    }
}
@media screen and (max-width: 992px) 
{
    .linked-news-item
    {
        padding: 0;
        position: static;
        
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        /* align-items: flex-start; */
    }
    .linked-news-item::before
    {
        display: none;
    }
}

.linked-news-item .mobile-aligner-wrapper
{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;

    height: 100%;
}
@media screen and (max-width: 992px) 
{
    .linked-news-item .mobile-aligner-wrapper
    {
        display: block;
        height: auto;
    }
}


.linked-news-item__date
{
    color: #fff;
    margin-bottom: 6px;

    transition: color .3s;
}
@media screen and (min-width: 769px) 
{
    .linked-news-item:hover .linked-news-item__date
    {
        color: var(--gold-color);
    }
}

.linked-news-item__name
{
    color: #fff;
    margin-bottom: 11px;

    transition: color .3s;
}
.linked-news-item__name.mobile
{
    display: none;
}
@media screen and (min-width: 769px) 
{
    .linked-news-item:hover .linked-news-item__name
    {
        color: var(--gold-color);
    }
}
/* @media screen and (max-width: 992px) 
{
    .linked-news-item__name
    {
        order: 2;

        font-size: 18px;
        line-height: 30px;
    }
} */
@media screen and (max-width: 992px) 
{
    .linked-news-item__name
    {
        display: none;
    }

    .linked-news-item__name.mobile
    {
        display: block;
    }
}

.linked-news-item .image-more-wrapper
{
    width: 100%;
}

.linked-news-item__preview-image
{
    margin-bottom: 15px;
    width: 100%;
}
@media screen and (max-width: 992px) 
{
    .linked-news-item__preview-image
    {
        order: 1;
        margin-bottom: 24px;
    }
}

.watch-more
{
    color: #fff;

    transition: color .3s;
}
@media screen and (min-width: 769px) 
{
    .linked-news-item:hover .watch-more
    {
        color: var(--gold-color);
    }
}
@media screen and (max-width: 992px) 
{
    .watch-more
    {
        display: none;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/mm_last_news-encyclopedia-detail/style.css?17798842462549*/
.linked-news__navigation-title
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 30px;
}

.linked-news-slider-navigation-wrapper
{
    display: none;

    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 992px) 
{
    .linked-news-slider-navigation-wrapper
    {
        display: flex;
    }    
}

.linked-news-slider-navigation-wrapper .swiper-button-prev,
.linked-news-slider-navigation-wrapper .swiper-button-next
{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;

    padding: 13px 15px 14px 14px;
    transition: opacity .3s;
}
.linked-news-slider-navigation-wrapper .swiper-button-next
{
    transform: rotate(180deg);
    margin-left: 8px;
}

.linked-news-encyclopedia__title
{
    color: #fff;
}
@media screen and (max-width: 992px) 
{
    .linked-news-encyclopedia__title
    {
        /* h2 mobile styles */
        font-size: 22px;
        line-height: 30px;
    }
}

/* START watch all */
.linked-detail-news__wath-all-btn span
{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;

    color: #777777;

    transition: color .35s;
}
.linked-detail-news__wath-all-btn svg path
{
    fill: #777;
    transition: fill .35s;
}
@media screen and (min-width: 769px)
{
    .linked-detail-news__wath-all-btn:hover span
    {
        color: #fff;
    }

    .linked-detail-news__wath-all-btn:hover svg path
    {
        fill: #fff;
    }
}

@media screen and (max-width: 992px)
{
    .linked-detail-news__wath-all-btn
    {
        display: none;
    }
}
/* end watch all */

.encyclopedia-linked-news-item
{
    display: block;
}

.linked-news-item__date
{
    margin-bottom: 14px;
    color: #fff;

    transition: color .3s;
}
.encyclopedia-linked-news-item:hover .linked-news-item__date
{
    color: var(--gold-color);
}

.linked-news-item__preview-image
{
    width: 100%;
    height: 201px;
}

.linked-news-item__preview-text
{
    margin-top: 10px;
    color: #fff;

    transition: color .3s;
}
@media screen and (min-width: 769px) 
{
    .encyclopedia-linked-news-item:hover .linked-news-item__preview-text
    {
        color: var(--gold-color);
    }
}
@media screen and (max-width: 768px) 
{
    .linked-news-item__preview-text
    {
        font-size: 18px;
        line-height: 30px;
    }
}
/* End */
/* /local/templates/mm_main/assets/css/mainpage.css?1779884251902 */
/* /local/templates/.default/components/bitrix/news.list/index.slider/style.css?17798842465181 */
/* /local/templates/.default/components/bitrix/catalog.section/mm.products_series/style.css?177988424911211 */
/* /local/templates/mm_main/assets/css/components/catalog-section-list.css?177988425125805 */
/* /local/templates/.default/components/bitrix/news.list/mm_collection_list_home/style.css?17798842466309 */
/* /local/templates/.default/components/bitrix/news.list/mm.mainpage-vykup/style.css?17798842463588 */
/* /local/templates/.default/components/bitrix/news.list/mm_mainpage_advantages/style.css?17798842462068 */
/* /local/templates/.default/components/bitrix/news.list/mm_last_news/style.css?17798842464305 */
/* /local/templates/.default/components/bitrix/news.list/mm_last_news-encyclopedia-detail/style.css?17798842462549 */
