

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/mm_nav/style.css?17798842452436*/
/* pagination */
.bottom-page-pagination
{
    margin-top: 80px;
    width: 100%;

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    
    padding-top: 24px;
    position: relative;
}
@media screen and (max-width: 992px)
{
    .bottom-page-pagination
    {
        margin-top: 50px;
    }
}
.bottom-page-pagination::before
{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    height: 1px;
    background-color: #4F545D;
}

/* on white page */
.bottom-page-pagination.white::before
{
    background-color: #ECF0F0;
}

.pagination-numbers
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

    margin: 0 58px;
}
@media screen and (max-width: 355px)
{
    .pagination-numbers
    {
        margin: 0 40px;
    }
}

.pagination-number
{
    display: block;
    position: relative;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;

    color: #fff;

    margin-right: 29px;
}

/* on white page */
.bottom-page-pagination.white .pagination-number
{
    color: #99A0A9;
}

.pagination-numbers .pagination-number:last-child
{
    margin-right: 0;
}

.pagination-number
{
    transition: color .3s;
}

.pagination-number.active
{
    color: #99A0A9;
}
@media screen and (min-width: 769px) 
{
    .pagination-number:hover
    {
        color: #99A0A9;
    }
}

/* on white page */
.bottom-page-pagination.white .pagination-number.active
{
    color: #000;
}

.pagination-number.active::before
{
    content: "";

    position: absolute;
    width: 30px;
    height: 2px;

    top: -24px;
    left: 50%;
    transform: translateX(-50%);

    background-color: #fff;
}

/* on white page */
.bottom-page-pagination.white .pagination-number.active::before
{
    background-color: #728493;
}

.pagination-arrow-wrapper
{
    display: block;

    transition: opacity .3s;
}

.pagination-arrow-wrapper path 
{
    fill: #fff;
}

/* on white page */
.bottom-page-pagination.white .pagination-arrow-wrapper path 
{
    fill: #728493;
}

.pagination-arrow-wrapper.disabled
{
    opacity: 0.5;
}

.pagination-arrow.left
{
    transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/mm_collection/bitrix/news.list/.default/style.css?17798842459789*/
body main
{
    padding-bottom: 0;
}

.dark-collection-wrapper
{
    position: relative;
    padding: 70px 0;
}
@media screen and (max-width: 992px)
{
    .dark-collection-wrapper
    {
        padding: 50px 0;
    }
}
.dark-collection-wrapper::before
{
    position: absolute;
    content: "";

    height: 100%;
    width: 100vw;

    top: 0;
    left: 50%;
    transform: translateX(-50%);

    background-color: #15171A;
    background-image: url("/images/pixel-bg-about-company.png");
    background-position: center;
    background-size: 7%;

    z-index: -1;
}

.collections-list .dark-collection-wrapper:last-child
{
    padding: 70px 0 80px;
}
@media screen and (max-width: 992px)
{
    .collections-list .dark-collection-wrapper:last-child
    {
        padding: 50px 0 50px;
    }
}

.dark-collection-blur
{
    width: 594px;
    height: 601px;

    position: absolute;
    left: 0;
    top: 0;

    pointer-events: none;
}
@media screen and (max-width: 1200px) 
{
    .dark-collection-blur
    {
        width: 507px;
        height: 513px;
    }   
}
@media screen and (max-width: 992px) 
{
    .dark-collection-blur
    {
        display: none;
    }
}

.dark-collection-wrapper .collection-item
{
    margin-bottom: 0;
}

.collection-item
{
    margin: 80px 0;
    position: relative;
}
@media screen and (max-width: 992px)
{
    .collection-item
    {
        margin: 50px 0;
    }
}

.dark-collection-wrapper .collection-item
{
    margin-top: 0;
}

.collections-list > .content-container:first-child .collection-item
{
    margin-top: 0;
}

.collection-image-wrapper
{
    height: 100%;

    width: 100vw;
    max-width: 1920px;

    position: absolute;
    z-index: -1;

    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px)
{
    .collection-image-wrapper
    {
        order: 2;
        height: 282px;

        top: unset;
        position: relative;
    }
}
@media screen and (max-width: 375px)
{
    .collection-image-wrapper
    {
        height: 225px;
    }
}

.collection-image
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
    height: 100%;

    max-width: 707px;
    max-height: 467px;
}
@media screen and (max-width: 1400px) 
{
    .collection-image
    {
        max-width: 625px;
    }
}
@media screen and (max-width: 1200px) 
{
    .collection-image
    {
        max-width: 484px;
        max-height: 401px;
    }
}
@media screen and (max-width: 992px) 
{
    .collection-image
    {
        max-width: 375px;
        max-height: 282px;
    }
}
@media screen and (max-width: 768px) 
{
    .collection-image
    {
        max-width: 100%;
        height: 100%;

        margin: 0 auto;
    }
}

.collection-up
{
    position: relative;
    min-height: 467px;
    max-width: 645px;
}
@media screen and (max-width: 1400px)
{
    .collection-up
    {
        max-width: 555px;
    }
}
@media screen and (max-width: 1200px)
{
    .collection-up
    {
        min-height: 401px;
        max-width: 468px;
    }
}
@media screen and (max-width: 992px) 
{
    .collection-up
    {
        min-height: unset;
        max-width: 350px;
    }
}
@media screen and (max-width: 768px)
{
    .collection-up
    {
        max-width: 100%;

        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start ;
    }
}

.collection__name
{
    color: var(--blue-color);
    margin-bottom: 12px;

    transition: color .3s;
}

.dark-collection-wrapper .collection-item .collection__name
{
    color: var(--gold-color);
}
@media screen and (max-width: 992px)
{
    .collection__name
    {
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 769px) 
{
    .collection__name:hover
    {
        color: var(--gold-color);
    }    

    .dark-collection-wrapper .collection-item .collection__name:hover
    {
        /* color: var(--blue-color); */
        color: #fff;
    }
}

.collection__type
{
    color: #00345E;

    margin-bottom: 42px;
}
.dark-collection-wrapper .collection-item .collection__type
{
    color: var(--gold-color);
}
@media screen and (max-width: 992px)
{
    .collection__type
    {
        margin-bottom: 30px;

        font-size: 18px;
        line-height: 30px;
    }
}

.collection__description
{
    color: #202020;
    
    max-width: 415px;
}
.dark-collection-wrapper .collection-item .collection__description
{
    color: #fff;
}
@media screen and (max-width: 1400px) 
{
    .collection__description
    {
        max-width: 487px;
    }
}
@media screen and (max-width: 1200px) 
{
    .collection__description
    {
        max-width: 410px;
    }
}
@media screen and (max-width: 768px)
{
    .collection__description
    {
        max-width: 100%;
        margin-bottom: 25px;
    }
}

.watch-more
{
    position: relative;

    width: 155px;
    height: 155px;
    z-index: 4;

    /* background-color: red;
    border-radius: 50%; */
}
@keyframes rotateText
{
    from {
        transform: rotate(0);
    }
    to
    {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1200px)
{
    .watch-more
    {
        width: 123px;
        height: 123px;
    }
}
@media screen and (max-width: 992px)
{
    .watch-more
    {
        width: 154px;
        height: 154px;
    }
}

.watch-more.under-text
{
    position: absolute;
    bottom: 0;
    right: 30px;

    z-index: 0;
}
@media screen and (max-width: 992px) 
{
    .watch-more.under-text
    {
        position: relative;

        margin-top: 30px;
    }
}

.watch-more.block-bottom
{
    display: none;
    /* position: static; */
    position: relative;
    z-index: 0;
}

/* @media screen and (max-width: 1200px) 
{
    .watch-more.left-from-image
    {
        width: 120px;
        height: 120px;

        left: calc(-24px - 120px)
    }
} */
@media screen and (max-width: 992px) 
{
    /* .left-from-image
    {
        display: none;
    }  */
    .watch-more.under-text
    {
        display: block;

        margin-top: 30px;
        margin-left: auto;
    }
}
@media screen and (max-width: 768px)
{
    .watch-more.under-text
    {
        display: none;
    }
    .watch-more.block-bottom
    {
        display: block;
        margin: 50px auto 0;
    }
}
.watch-more .rotating-image
{
    max-width: 100%;

    animation: rotateText 10s linear infinite backwards;
    animation-play-state: paused;
}
@media screen and (min-width: 769px)
{
    .watch-more:hover .rotating-image
    {
        animation-play-state: running;
    }
}

.watch-more .inner-arrow
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.collection-coins
{
    margin-top: 55px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0 15px;
}
@media screen and (max-width: 992px) 
{
    .collection-coins
    {
        margin-top: 20px;

        grid-template-columns: repeat(2, 1fr);
        grid-gap: 55px 20px;
    }
}
@media screen and (max-width: 768px)
{
    .collection-coins
    {
        margin-top: 30px;
    }
}
@media screen and (max-width: 568px)
{
    .collection-coins
    {
        grid-template-columns: 1fr;
        justify-items: start;
        grid-gap: 30px 0;
    }
}

@media screen and (max-width: 992px)
{
    .collection__coin
    {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;

        width: 100%;
    }
}
@media screen and (max-width: 568px)
{
    .collection__coin
    {
        justify-content: center;
    }
}

.collection-coin__image
{
    width: 150px;
    height: 150px;
    margin: 0 auto 40px;

    border-radius: 50%;
}
@media screen and (max-width: 992px)
{
    .collection-coin__image
    {
        width: 100px;
        height: 100px;
        margin: 0 27px 0 0;
    }
}
@media screen and (max-width: 650px) 
{
    .collection-coin__image
    {
        margin-right: 15px;
    }
}
@media screen and (max-width: 568px)
{
    .collection-coin__image
    {
        margin-right: 23px;
    }
}

.collection-coin__name
{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;

    text-align: center;
    letter-spacing: 0.002em;

    color: #333;

    width: 100%;
    max-width: 265px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) 
{
    .collection-coin__name
    {
        max-width: 220px;
    }
}
@media screen and (max-width: 992px)
{
    .collection-coin__name
    {
        text-align: left;
    }
}
@media screen and (max-width: 992px)
{
    .collection-coin__name
    {
        margin: 0;
    }
}

.dark-collection-wrapper .collection-item .collection-coin__name
{
    color: #fff;
}

.linked-coins
{
    margin-top: 80px;
}
@media screen and (max-width: 992px)
{
    .linked-coins
    {
        margin-top: 50px;
    }
}

/* pagination */
@media screen and (max-width: 992px)
{
    .bottom-page-pagination {
        margin-top: 80px !important;
    }
}
@media screen and (max-width: 768px)
{
    .bottom-page-pagination 
    {
        margin-top: 50px !important;
    }
}

.main-dark-bg
{
    padding-bottom: 120px;
}
@media screen and (max-width: 992px) 
{
    .main-dark-bg
    {
        padding-bottom: 50px;    
    }
}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/mm_nav/style.css?17798842452436 */
/* /local/templates/.default/components/bitrix/news/mm_collection/bitrix/news.list/.default/style.css?17798842459789 */
