@media (max-width: 900px) {
    .main {
        width: 100%;
        display: block;
        padding: 0;
    }
    .content {
        width: 100%;
    }
    .sidebar {
        width: auto;
    }

    .stories {
        padding: 16px;
        margin-bottom: 0;
        background-color: #f6f7f8;
    }
    .swiper-stories_button-next,
    .swiper-stories_button-prev {
        display: none;
    }
    .swiper-stories .swiper-slide,
    .story_inner {
        width: 90px;
        height: 90px;
    }
    .story_cover {
        width: 90px;
        height: 90px;
    }
    .story_cover img {
        width: 90px;
        height: 90px;
    }
    .story_title-inner {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 13px;
        letter-spacing: -0.156px;
        padding: 10px;
    }
    .story_round {
        width: 90px;
        height: 90px;
    }

    .swiper-main {
        width: 300px;
    }
    .swiper-main_button-close {
        position: absolute;
        top: 37px;
        right: 20px;
    }
    .swiper-main_button-prev,
    .swiper-main_button-next {
        top: 80px;
        bottom: 150px;
        height: auto;
        width: 100px;
        border-radius: 0;
        background-color: transparent;
    }
    .swiper-main_button-prev,
    .swiper-main_button-next {
        display: none;
    }
    .swiper-main_button-prev svg,
    .swiper-main_button-next svg {
        visibility: hidden;
    }
    .swiper-main_nav-prev,
    .swiper-main_nav-next {
        display: none;
    }

    .widget.currency,
    .widget.fuel {
        margin-top: 20px;
    }
    .widget.currency .widget_title,
    .widget.fuel .widget_title {
        padding: 0 !important;
        text-align: center;
    }
    .widget.currency .widget_body_inner,
    .widget.fuel .widget_body_inner {
        justify-content: center;
    }

    .swiper-story_volume {
        right: 66px;
    }
}

@media (max-width: 600px) {
    .swiper-main {
        width: 100%;
    }
    .modal-backdrop {
        background-color: rgb(0, 0, 0);
    }
    .swiper-story {
        border-radius: 0;
    }
    .widget.doska .widget_item_cover,
    .widget.domiki .widget_item_cover,
    .widget.stroy .widget_item_cover {
        height: auto;
    }
    .widget.doska .widget_item_cover img,
    .widget.domiki .widget_item_cover img,
    .widget.stroy .widget_item_cover img {
        height: auto;
    }

    .widget.doska .widget_item_cover img {
        height: auto;
    }
}

@media (max-width: 426px) {
    .swiper-main {
        width: 100%;
        height: 100%;
    }
    .swiper-main_nav-prev,
    .swiper-main_nav-next {
        display: none;
    }
    .swiper-main_button-prev,
    .swiper-main_button-next {
        display: none;
    }
    .swiper-story {
        border-radius: 0;
        height: 100%;
    }
    .services {
        padding: 0;
    }
    .swiper-main_button-close {
        position: absolute;
        top: 37px;
        right: 20px;
    }
    .modal-backdrop {
        background-color: rgb(0, 0, 0);
    }

    .widget.rabota.mobile {
        display: block !important;
    }
    .widget.rabota.desktop {
        display: none;
    }
    .widget.rabota .widget_body_inner {
        gap: 0;
        width: 240px;
        display: flex !important;
        flex-wrap: nowrap !important;
    }
    .widget.rabota .widget_item-group {
        gap: 8px;
        flex-direction: column;
    }
    .widget.rabota .widget_item {
        width: 238px !important;
        height: 111px;
    }
    .widget.rabota .widget_item_title {
        font-size: 16px !important;
        font-weight: 500 !important;
        padding: 0 !important;
        line-height: 20px !important;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* number of lines to show */
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .widget.rabota .widget_item_meta {
        font-size: 14px !important;
        font-weight: 400 !important;
        padding: 0 !important;
    }
    .widget.rabota .widget_item_cover {
        width: 60px;
        height: 60px !important;
        margin: 16px 0 16px 16px !important;
        float: left;
    }
    .widget.rabota .widget_item_cover img {
        display: block;
        width: 60px !important;
        height: 60px;
    }
    .widget.rabota .widget_item_text-block {
        margin-left: 88px;
    }

    .widget.doska .widget_item_cover,
    .widget.domiki .widget_item_cover,
    .widget.stroy .widget_item_cover {
        height: auto;
    }

    .ykt-footer {
        background-color: #f1f1f1;
        text-align: center;
        padding: 64px 0 32px;
        margin-top: 0;
        display: block;
    }
    .ykt-footer_body {
        width: 100%;
        margin: auto;
    }
    .ykt-footer_row {
        padding: 0 32px;
        align-items: center;
        height: auto;
        display: block;
    }
    .ykt-footer_col {
        gap: 32px;
        flex-grow: 1;
        width: 100%;
    }
    .ykt-footer_title {
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 42px;
    }
    .ykt-footer_desc {
        color: rgba(0,0,0,0.6);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.252px;
        margin-bottom: 32px;
        width: auto;
        margin-top: 24px;
    }
    .ykt-footer_contact_link {
        color: rgba(0,0,0,0.6);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        padding: 10px 16px;
        background-color: #fff;
        border-radius: 25px;
        text-decoration: none;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 4px 0 rgba(0, 0, 0, 0.12);
        display: block;
    }
}