.widget {
    border-radius: 16px;
    overflow: hidden;
}
.widget_inner {
    background-color: var(--widget-background-color);
    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: var(--widget-title-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 95.833% */
    flex-grow: 2;
}
.widget_title a {
    color: var(--widget-title-color);
}
.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 */

/* DOMIKI */
.widget.domiki .widget_title {
    padding-left: 40px;
    background: transparent url(/img/v2023_final/domiki_logo.png) left center no-repeat;
}
.widget.domiki .widget_item_cover img {
    height: auto;
    width: 100%;
}

/* stroy */
.widget.stroy .widget_title {
    padding-left: 40px;
    background: transparent url(/img/v2023_final/stroy_logo.svg) left center no-repeat;
}
.widget.stroy .widget_item_cover img {
    height: auto;
    width: 100%;
}

/* 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;
    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: bold;
    justify-content: space-between;
    display: flex;
}
.widget.fuel .widget_body_inner,
.widget.currency .widget_body_inner {
    justify-content: center;
    display: block;
}

.currency_subtitle {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #94a3b8;
}
.currency_subtitle a {
    color: #94a3b8;
}

.currency_list,
.fuel_list {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
}
.currency_item,
.fuel_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTUwLjAwMDAwMCA4Mi4wMDAwMDAiCiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0Ij4KCjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLDgyLjAwMDAwMCkgc2NhbGUoMC4xMDAwMDAsLTAuMTAwMDAwKSIKZmlsbD0iIzAwMDAwMCIgc3Ryb2tlPSJub25lIj4KPHBhdGggZD0iTTM4MSA0MTQgYy0xMiAtMTUgLTIxIC0zMCAtMjEgLTM0IDAgLTE5IDQ0IC02MCA2NCAtNjAgNTAgMCA3MyA2MwozNiAxMDAgLTI3IDI3IC01NSAyNSAtNzkgLTZ6Ii8+CjxwYXRoIGQ9Ik04ODIgNDI0IGMtNDIgLTI5IC0xOCAtMTA0IDM1IC0xMDQgMjUgMCA1MyAzMCA1MyA1OCAwIDI0IC0zMiA2MgotNTMgNjIgLTcgMCAtMjMgLTcgLTM1IC0xNnoiLz4KPHBhdGggZD0iTTEzNzIgNDIwIGMtNTQgLTUxIDEyIC0xMzEgNzEgLTg2IDI1IDE5IDIyIDcxIC01IDkwIC0yOSAyMSAtNDAgMjAKLTY2IC00eiIvPgo8L2c+Cjwvc3ZnPgo=) left center repeat-x;
}
.currency_symbol,
.fuel_symbol {
    background-color: var(--widget-background-color);
    padding-right: 10px;
    color: var(--currency-symbol-color);
}
.currency_value,
.fuel_value {
    text-align: right;
    background-color: var(--widget-background-color);
    padding-left: 10px;
    color: var(--currency-value-color);
}