.collections-page_row {
    margin: 64px 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.collections-page_row ol,
.collections-page_row ul {
    margin: 20px 0;
    list-style-position: inside;
}
.collections-page_row ol {
    list-style-type: decimal;
}
.collections-page_row ul {
    list-style-type: disc;
}
.collections-page_info {
    width: calc(100% - 608px);
    padding-right: 68px;
}
.collections-page_info-img {
    background: #eee no-repeat center / cover;
    padding-top: 74%;
    border-radius: 5px;
    margin-bottom: 40px;
}
.collections-page_h1 {
    font-size: 28px;
    font-weight: bold;
    color: #2c353b;
    margin: 0 0 12px;
}
.collections-page_h1 b {
    color: #ff5722;
}
.collections-page_info-date {
    font-size: 14px;
    color: #8f9397;
    margin-bottom: 20px;
}
.collections-page_row .collections-page_info-text,
.collections-page_row .collections-page_info-text * {
    font-size: 16px;
    line-height: 1.5;
    color: #535c62;
}
.collections-page_row .collections-page_info-text a {
    color: #0d85ff;
    text-decoration: underline;
}
.collections-page_row .collections-page_info-text a:hover {
    text-decoration: none;
}
.collections-page_row .collections-page_info-text p:not(:first-child) {
    margin: 24px 0 0;
}
/* interesting to know*/
.alternativeSelections {
    padding-top: 34px;
    border-top: 2px solid #b5bcc3;
    margin-top: 34px;
}
.alternativeSelections-title {
    color: #535C62;
    font-size: 24px;
    margin-bottom: 24px;
}
.alternativeSelections-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.alternativeSelections-inner {
    background-color: #fff;
    padding: 14px 16px;
    cursor: pointer;
    border-radius: 6px;
}
.alternativeSelections-inner:hover {
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.11);
}
.alternativeSelections-inner-short {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}
.alternativeSelections-inner-image {
    width: 54px;
    height: 54px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-color: #0b36b9;*/
    border-radius: 6px;
}
.alternativeSelections-inner-short-text {
    max-width: 370px;
    color: #535C62;
    font-size: 17px;
    font-weight: 600;
}
.alternativeSelections-inner-short-button {
    background: url("../icons/svg/16px/otpusk2024/icn_up.svg") no-repeat center / cover;
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    padding: unset;
    transition: all .35s linear;

    &.active {
        transform: rotate(180deg);
    }
}
.alternativeSelections-inner-full {
    height: 0px;
    overflow: hidden;
    transition: all .25s linear;
    /*padding: 0px;*/
}
.alternativeSelections-inner-full.active {
    padding: 7px 0 12px;
}

.alternativeSelections-inner-full > p {
    color: #535C62;
    font-size: 16px;
    line-height: 24px;
}
.alternativeSelections-inner-full-link {
    color: #0D85FF;
    padding-top: 16px;
    display: block;
}
.alternativeSelections-inner-full-link:hover {
    color: #0D85FF;
}
.collections-page_info-text-title {
    font-weight: 600; font-family: 'Proxima Nova Lt', sans-serif;
    color: #8f9397;
}
.collections-page_list {
    width: 608px;
}
.collections-page_info-img.mobile,
.collections-page_info-img.tablet {
    display: none;
}
.collections-page_info-text-more {
    display: none;
}

/*tablet*/
@media (max-width: 1024px) and (min-width: 1020px) {
    .collections-page_info {
        padding-right: 24px;
    }
    .collections-page_row {
        margin-top: 80px;
    }
}
@media (max-width: 1020px) and (min-width: 767px) {
    .collections-page_row {
        margin-top: 80px;
    }
    .collections-page_info {
        width: 100%;
        padding-right: 0;
        display: flex;
        margin-bottom: 36px;
    }
    .collections-page_info-img {
        width: 428px;
        padding: 0;
        height: 316px;
        position: relative;
        left: -24px;
        border-radius: 0 5px 5px 0;
        margin-bottom: 0;
        float: left;
    }
    .collections-page_info-img.not-mobile {
        display: none;
    }
    .collections-page_info-img.tablet {
        display: block;
    }
    .collections-page_info-meta {
        padding: 16px 0 0;
    }
    .collections-page_info-meta .collections-page_h1 {
        font-size: 20px;
        line-height: 1.4;
        color: #474f55;
    }
    .collections-page_list {
        width: 688px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*mobile*/
@media (max-width: 767px) {
    .collections-page_info-img.not-mobile {
        display: none;
    }
    .collections-page_info-img.mobile {
        display: block;
        border-radius: 0;
        position: relative;
        left: -20px;
        width: calc(100% + 40px);
        height: 200px;
        margin-bottom: 16px;
    }
    .collections-page_info,
    .collections-page_list,
    .collections-page_info-meta {
        width: 100%;
    }
    .collections-page_row {
        margin: 20px 0 0;
    }
    .collections-page_info {
        padding-right: 0;
    }
    .collections-page_h1 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    .collections-page_info-meta {
        display: flex;
        flex-direction: column;
    }
    .collections-page_info-date {
        order: 1;
        margin: 12px 0 24px;
    }
    .hasMore .collections-page_info-text {
        height: 96px;
        overflow: hidden;
        cursor: pointer;
        position: relative;
    }
    .hasMore .collections-page_info-text-more {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        right: 0;
        bottom: 2px;
        width: 90px;
        background: -moz-linear-gradient(left,  rgba(248,248,249,0) 0%, rgba(248,248,249,1) 50%, rgba(248,248,249,1) 100%);
        background: -webkit-linear-gradient(left,  rgba(248,248,249,0) 0%,rgba(248,248,249,1) 50%,rgba(248,248,249,1) 100%);
        background: linear-gradient(to right,  rgba(248,248,249,0) 0%,rgba(248,248,249,1) 50%,rgba(248,248,249,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        pointer-events: none;
        z-index: 1;
    }
    .hasMore .collections-page_info-text-more::after {
        content: '• • •';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 18px;
        border-radius: 10px;
        background: #EDEDEE;
        letter-spacing: -1px;
        padding-bottom: 2px;
        color: #777;
    }
}
