.widget {
    border-radius: 16px;
    overflow: hidden;
}
.widget_inner {
    background-color: #fff;
    padding: 32px;
}
.widget_header {
    display: flex;
}

.widget_categories {
    padding: 16px 0 12px;
}
.widget_cat_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    width: auto;
    height: 44px;
    background-color: #f2f2f2;
    border-radius: 14px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    color: #404040;
}

.widget_nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
}
.widget_nav_prev,
.widget_nav_next {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 24px;
    cursor: pointer;
}
.widget_nav_prev {
    background: transparent url(/img/v2023_final/arrow-left.svg) center center no-repeat;
}
.widget_nav_next {
    background: transparent url(/img/v2023_final/arrow-right.svg) center center no-repeat;
}
.widget_body {
    margin-top: 20px;
}
.widget_body_inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 16px;
}
.widget_title {
    color: #171717;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 95.833% */
    flex-grow: 2;
}
.widget_title a {
    color: #171717;
}
.widget a {
    text-decoration: none;
}
.widget_item-group {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.widget_item {
    width: 225px;
}
.widget_item_cover {
    overflow: hidden;
    border-radius: 16px;
}
.widget_item_cover img {
    display: block;
    height: 100%
}
.widget_item_title {
    color: #171717;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 8px;
}
.widget_item_meta {
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
}


/* MOD */

/* DOSKA */
.widget.doska .widget_title {
    padding-left: 40px;
    background: transparent url(/img/v2023_final/doska_logo.svg) left center no-repeat;
}
.widget.doska .widget_item_cover img {
    height: auto;
    width: 100%;
}
/* AFISHA */
.widget.afisha .widget_title {
    padding-left: 40px;
    background: transparent url(/img/v2023_final/afisha_logo.svg) left center no-repeat;
}
.widget.afisha .widget_item {
    width: 240px;
}
.widget.afisha .widget_item_cover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 343px;
    background-color: #000;
    position: relative;
}
.widget.afisha .widget_item_bg {
    background-size: 100% 100%;
    filter: blur(15px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.widget.afisha .widget_item_cover img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;
    z-index: 2;
}
/* EDA */
.widget.eda .widget_title {
    padding-left: 40px;
    background: transparent url(/img/v2023_final/eda_logo.svg) left center no-repeat;
}
.widget.eda .widget_item {
    width: 360px;
}
.widget.eda .widget_item_cover img {
    height: 180px;
}
/* RABOTA */
.widget.rabota.mobile {
    display: none;
}
.widget.rabota .widget_body_inner {
    flex-flow: row wrap;
}
.widget.rabota .widget_body_inner > a {
    flex: 1 30%;
}
.widget.rabota .widget_title {
    padding-left: 40px;
    background: transparent url(/img/v2023_final/rabota_logo.svg) left center no-repeat;
}
.widget.rabota .widget_item {
    border: 1px solid #dbdbdb;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
}
.widget.rabota .widget_item_cover {
    border-radius: unset;
    margin: 32px 20px 0;
    overflow: hidden;
    height: 50px;
}
.widget.rabota .widget_item_cover img {
    width: 50px;
}
.widget.rabota .widget_item_title {
    padding: 0 20px 0;
    margin-top: 18px;
    color: #000;
    text-overflow: ellipsis;
    whitespace: nowrap;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.widget.rabota .widget_item_meta {
    padding: 0 20px 32px;
}

/* SWIPER */
.swiper-afisha .swiper-wrapper,
.swiper-eda .swiper-wrapper {
    gap: unset;
}
.swiper-afisha .swiper-slide {
    width: 240px;
}
.swiper-eda .swiper-slide {
    width: 360px;
}

/* CURRENCY & FUEL */
.widget.currency,
.widget.fuel {
    margin-bottom: 20px;
}
.widget.currency .widget_inner,
.widget.fuel .widget_inner {
    padding: 20px;
}
.widget.fuel .widget_title,
.widget.currency .widget_title {
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
}
.currency_list,
.fuel_list {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.fuel_symbol {
    font-weight: bold;
}