.df__videoblog__container-section-1 {
    display: flex;
    background: rgba(243, 248, 254, 1);
    margin-bottom: 96px;
    position: relative;
    height: 567px;
    max-width: 100%;

    @media only screen and (max-width: 1024px) {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 72px;
        height: auto;
    }
}


.df__videoblog__section-1-left {
    padding: 157px 0 0 0;
    width: 100%;

    @media only screen and (max-width: 1024px) {
        padding: 48px 15px;
    }
}


.df__videoblog__container-section-1 .df__section-text {
    margin-bottom: 48px;

    @media only screen and (max-width: 1024px) {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0.02em;
        text-align: left;

    }
}

.df__videoblog__container-section-1 .df__section-title {
    width: 552px;

    @media only screen and (max-width: 1024px) {
        font-size: 26px;
        font-weight: 700;
        line-height: 36.4px;
        letter-spacing: 0.02em;
        text-align: left !important;
        width: 85%;
    }
}

.df__videoblog__container-section-1 .df__btn--big {
    @media only screen and (max-width: 1024px) {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0.02em;
        text-align: center;
    }
}

.df__videoblog__section-1-img {
    height: 567px;
    position: absolute;
    right: 0;
    width: 50%;

    @media only screen and (max-width: 1024px) {
        position: relative;
        width: 100%;
        height: 264px;
    }
}


.df__videoblog__filters-search {
    border: 1px solid #747E89;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #0c2432;
    padding: 10px 25px;
    width: 100%;
    @media only screen and (max-width: 1024px) {
        border: 1px solid rgba(116, 126, 137, 1);
    }

    &::placeholder {
        color: rgba(116, 126, 137, 1);
    }
}

.df__videoblog__filters-select {
    border: 1px solid rgba(239, 241, 244, 1);
    border-radius: 10px;
    padding: 13px 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: rgba(132, 147, 168, 1);
    @media only screen and (max-width: 1024px) {
        border: 1px solid rgba(116, 126, 137, 1);
    }
}

.df__videoblog__filters-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 0.5fr;
    gap: 26px;

    @media only screen and (max-width: 1024px) {
        display: flex;
        flex-direction: column;

        .select2-container {
            margin-bottom: 0;
        }

        .df__btn {
            padding: 0 70px;
            margin-top: 48px;
        }
    }

    .df__btn {
        border: 0;
        height: 48px;
    }

    .select2-selection__rendered {
        @media only screen and (max-width: 500px) {
            white-space: normal !important;
            line-height: 20px !important;
        }
    }
}

.df__videoblog__container-section-1 .df__container-inner {
    width: 100%;
}

.df__videoblog__filters-search__container {
    grid-column: span 2;
    position: relative;
    @media only screen and (max-width: 1024px) {
       margin-bottom: 22px;
    }
}

.df__videoblog__filters-search-icon {
    position: absolute;
    right: 15px;
    top: 12px;
    border: 0;
}


.df__videoblog__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;

    @media only screen and (max-width: 1024px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.df__videoblog__item {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0px 6px 22px 0px #40629029;
    display: flex;
    flex-direction: column;
}

.df__videoblog__item:hover {
    box-shadow: 0px 3px 20px 0px #1961B338;
}

.df__videoblog__item-header {
    position: relative;
    padding: 24px 24px 0 24px;
}

.df__videoblog__item__img-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.df__videoblog__item-img {
    height: 192px;
    width: 100%;
    object-fit: cover;
}

.df__videoblog__item-body {
    padding: 24px;
    @media only screen and (max-width: 1024px) {
        padding: 15px;
    }
}

.df__videoblog__item__body-title {
    width: fit-content;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
    background: rgba(252, 230, 235, 1);
    padding: 7px 19px;
}


.df__videoblog__item-body-date-author {
    margin-bottom: 24px;

    @media only screen and (max-width: 1024px) {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0.02em;
        text-align: left;
    }
}

.df__videoblog__item-body-date {
    display: flex;
    gap: 12px;
}

.df__videoblog__item-body-authors {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 12px;
}

.df__videoblog__item-body-author {
    display: flex;
    gap: 12px;
}

.df__videoblog__item-body-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.df__videoblog__item__body__date-author {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(116, 126, 137, 1);
}

.df__videoblog__item-body-link {
    font-size: 20px;
    font-weight: 700;
    line-height: 29.2px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(48, 58, 69, 1);

}

.df__videoblog__item-body-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 40px;

    @media only screen and (max-width: 1024px) {
        margin-bottom: 0;
    }
}

.df__videoblog__item-footer {
    display: flex;
    justify-content: flex-end;
    padding: 24px;
    margin-top: auto;
}

.df__videoblog__filters-form {
    .select2-container .select2-selection--single .select2-selection__arrow b {
        transform: rotate(180deg);
    }

    .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
        transform: rotate(0deg);
    }
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type="text"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.df__btn:disabled {
    background: #7A838C !important;
    opacity: 1 !important;
}