::marker {
    font-size: 0;
}

.offers {
    padding: 100px 0 100px;
    background: #fcfcfc;
}

.offers_title {
    font-size: 28px;
    font-family: gotham-bold, sans-serif;
    text-transform: uppercase;
    color: #5a5d62;
    margin-bottom: 20px;
}

.offers_list {
    display: flex;
    margin-top: 45px;
    flex-wrap: wrap;
}
.item_center_legal {
    display: flex;
    flex-direction: column;
    width: auto;
    gap: 5px;
    padding-top: 20px;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 1.45;
}
.item_center_legal a {
    color: #0000EE;
    text-decoration: underline;
}
.item_center_legal a:hover {
    color: #0000EE;
}
.item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 4px 0px 25px rgba(0,0,0,0.1);
    list-style: none;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 35px;
    position: relative;
    margin-bottom: 25px;
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.item_top__label {
    width: 100%;
    height: 60px;
    line-height: 16px;
    font-size: 12px;
    font-family: gotham-bold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 4px 0px 13px rgba(0,0,0,0.27);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_top__label.b {
    background: #5371ac;
}

.item_top__label.r {
    background: #da6f5b;
}

.item_top__label.g {
    background: #92c37c;
}

.item_top__logo {
    height: 60px;
    max-width: 120px;
    text-align: center;
    object-fit: contain;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item_top__logo img {
    max-height: 100%;
    max-width: 100%;
}

.item_top__desc {
    width: 190px;
    border-bottom: 1px solid #b3b3b3;
    margin: 20px auto 0;
    text-align: center;
    font-family: gotham-medium, sans-serif;
    color: #000;
    padding: 5px 0;
}

.item_top__rate {
    margin-top: 20px;
    text-align: center;
}

.item_top__star.fill{width:21px;height:20px;background:url(../../img/src/icons/star-fill.svg);display:inline-block;position:relative}
.item_top__star.stroke{width:21px;height:20px;background:url(../../img/src/icons/star-stroke.svg);display:inline-block;position:relative}


.item_bottom__desc {
    list-style: none;
}

.smile{display:inline-block;width:16px;height:16px;position:relative;background:url(../../img/src/icons/smile.svg);margin-right:8px;top:2px}
.calendar{display:inline-block;width:16px;height:16px;position:relative;background:url(../../img/src/icons/calendar.svg);margin-right:8px;top:2px}
.wallet{display:inline-block;width:16px;height:16px;position:relative;background:url(../../img/src/icons/wallet.svg);margin-right:8px;top:2px}
.clock{display:inline-block;width:16px;height:16px;position:relative;background:url(../../img/src/icons/clock.svg);margin-right:8px;top:2px}

.item_bottom__desc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 13px;
}

.item_bottom__desc strong {
    color: #000;
    margin-right: auto;
}

.item_bottom__desc:last-child {
    margin-bottom: 0;
}

.item_bottom__desc i {
    margin-right: 12px;
}

.item_bottom {
    margin-top: 20px;
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.item_btn {
    display: block;
    width: 185px;
    height: 45px;
    line-height: 45px;
    background: #3a3456;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 30px auto;
}

.item_btn:hover {
    color: #fff;
}

.item_bottom__desc span {
    white-space: nowrap;
}

.item__row {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.item__col {
    padding: 0 10px;
    width: 33.33%;
    margin-bottom: 20px;
}

@media(max-width: 1160px) {
    .item__col {
        width: 50%;
    }
}

@media (max-width: 1025px) and (min-width: 768px) {
    .offers_list {
        flex-direction: column;
    }
    .item {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px 40px 25px;
        margin-bottom: 25px;
        margin-right: 0;
        gap: 0px;
    }
    .item_bottom {
        height: auto;
    }

    .item__col {
        width: 100%;
    }
    .item:last-child {
        margin-bottom: 0;
    }
    .item_top__label {
        width: 200px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        left: 20px;
        font-size: 10px;
        height: 40px;
        line-height: 13px;
        padding: 4px 8px;
    }
    .item_bottom {
        margin-top: 0;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
    }
    .item_btn {
        margin: 0;
    }
    .item_bottom ul {
        margin-right: 24px;
        width: 260px;
    }
    .item_top__logo {
        font-size: 15px;
        max-width: 120px;
        margin: 20px auto 0
    }
    .item_top__logo img {
        max-width: 100%;
    }
    .item_top__desc {
        margin-top: 5px;
    }
    .item_bottom__desc {
        font-size: 14px;
    }

}

@media (max-width: 767px) {
    .offers {
        padding: 30px 0;
    }
    .offers_list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .item {
        margin-bottom: 25px;
        margin-right: 0;
        height: auto;
    }
    .item_bottom {
        height: auto;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .item__col {
        width: 100%;
    }
    .item:last-child {
        margin-bottom: 0;
    }
    .item_top__label {
        width: 250px;
        height: 40px;
        line-height: 14px;
        font-size: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
}
