.ico-short {
    margin: 15px 0;
    padding: 15px;
    background-color: #3F3C4D;
    border-radius: 10px;
    clear: both;
}

.ico-short__header {
    display: none;
}

.ico-short__item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.ico-short__item:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #64616F;
}

.ico-short__label {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -5px;
    top: -5px;
    height: 16px;
    padding: 0 3px;
    font-size: 12px;
    line-height: 12px;
    background-color: #FFC700;
    border-radius: 3px;
    z-index: 1;
}

.ico-short__main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ico-short__info {
    display: flex;
    align-items: center;
}

.ico-short__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.ico-short__logo-link {
    display: block;
}

.ico-short__name {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    word-break: break-word;
    color: #ffffff;
}

.ico-short__rating {
    display: flex;
    align-items: center;
    margin-top: 7px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #51ABFF;
}

.ico-short__rating:before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.94 4.82994L9.11251 7.58619L9.78001 11.4768C9.79313 11.5518 9.76313 11.6249 9.70126 11.6699C9.63938 11.7149 9.56063 11.7206 9.49313 11.6849L6.07876 9.89057L2.49938 11.7018C2.43188 11.7356 2.35501 11.7299 2.29313 11.6849C2.23126 11.6399 2.20313 11.5668 2.21626 11.4918L2.88563 7.58619L0.060008 4.82994C0.00563299 4.77557 -0.013117 4.70057 0.00938299 4.62744C0.033758 4.55432 0.091883 4.50369 0.168758 4.49244L4.07438 3.92432L5.82188 0.384318C5.85563 0.314943 5.92126 0.273693 5.99813 0.273693C6.07501 0.273693 6.14063 0.314943 6.17438 0.384318L7.92188 3.92432L11.8275 4.49244C11.9044 4.50369 11.9625 4.55432 11.9869 4.62744C12.0131 4.70057 11.9944 4.77744 11.94 4.82994Z' fill='%2351ABFF'/%3E%3C/svg%3E%0A");
}

.ico-short__price {
    margin-top: 4px;
}

.ico-short__price-value {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #ffffff;
}

.ico-short__price-value[data-before]:before {
    content: attr(data-before);
    display: inline-block;
    margin-right: 3px;
    font-weight: normal;
    color: #B1B1B1;
}

.ico-short__price-label {
    display: none;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 19px;
    white-space: nowrap;
    color: #B1B1B1;
}

.ico-short__props {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ico-short--single .ico-short__props {
    padding-top: 10px;
    border-top: 1px solid #64616F;
}

.ico-short__prop {
    display: flex;
    align-items: center;
}

.ico-short__prop-label {
    margin-right: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #B1B1B1;
}

.ico-short__prop-value {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}

a.ico-short__button {
    height: 32px;
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
}

.ico-short__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding: 20px 0 5px;
    border-top: 1px solid #64616F;
}

.ico-short__footer-link {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #51ABFF;
}

/*** Responsive ***/

@media (min-width: 360px) {

    .ico-short__prop-value {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (min-width: 768px) {

    .ico-short__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #64616F;
    }

    .ico-short__cell {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        line-height: 19px;
        font-weight: bold;
        color: #ffffff;
    }

    .ico-short__cell--main {
        width: 300px;
        padding-left: 65px;
    }

    .ico-short__cell--props {
        flex-grow: 1;
        justify-content: space-around;
    }

    .ico-short__cell--start,
    .ico-short__cell--end {
        justify-content: flex-end;
        width: 80px;
    }

    .ico-short__cell--button {
        width: 125px;
    }

    .ico-short__item {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .ico-short__main {
        align-items: center;
        width: 300px;
        margin: 0;
    }

    .ico-short__price {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 0;
    }

    .ico-short--single .ico-short__price-label {
        display: block;
    }

    .ico-short__props {
        justify-content: space-around;
        flex-grow: 1;
    }

    .ico-short--single .ico-short__props {
        padding-top: 0;
        border-top: 0;
    }

    .ico-short__prop {
        width: 80px;
        justify-content: flex-end;
    }

    .ico-short--single .ico-short__prop {
        flex-direction: column;
        align-items: flex-end;
    }

    .ico-short__prop-label {
        display: none;
    }

    .ico-short--single .ico-short__prop-label {
        display: block;
        margin-bottom: 5px;
        margin-right: 0;
    }

    .ico-short__button {
        width: 125px;
        margin-top: 0 !important;
    }
}

@media (min-width: 1024px) {

    .ico-short__cell--main {
        width: 406px;
    }

    .ico-short__main {
        width: 406px;
    }

    .ico-short__aside {
        display: flex;
        align-items: center;
    }

    .ico-short__name {
        width: 120px;
    }

    .ico-short__rating {
        margin-top: 0;
    }
}

@media (min-width: 1280px) {

    .ico-short {
        margin: 30px 0;
    }

    .ico-short__cell--main {
        width: 370px;
    }

    .ico-short__main {
        width: 370px;
    }
}