#navbar-sticky-wrapper {
    height: auto !important;
}

.site-main {
    padding-top: 0 !important;
}

.blog-new-page {
    font-family: Ubuntu;
}

.blog-new-breadcrumbs {
    color: #818181;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.blog-new-breadcrumbs a {
    color: #4D4D4D;
    font-weight: 500;
}

.circle {
    color: #818181;
    background: #818181;
    font-size: 4px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 4px;
    height: 4px;
    border-radius: 100px;
}

.blog-new-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-new-hero {
    position: relative;
    background: #d9d4d5;
}

.blog-new-hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/wp-content/uploads/2024/11/close_up_portrait_woman_headphones_shows_peace_vsigns_near_eyes-scaled.jpg') center / cover no-repeat;
    filter: brightness(0.8);
}

.blog-new-hero__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 120px 20px;
}

#blogNewSearchInput::placeholder {
    color: #C4C4C4;
    opacity: 1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.blog-new-hero__text {
    position: relative;
    z-index: 2;
    width: 260px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blog-new-hero h1 {
    margin: 0;
    color: #4D4D4D;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.blog-new-hero__girl {
    position: absolute;
    left: 300px;
    bottom: 0;
    width: 310px;
    height: 220px;
    background: url("/wp-content/uploads/blog-girl.png") center bottom / contain no-repeat;
}

.blog-new-search {
    position: relative;
    z-index: 5;
    margin-left: auto;
    width: 520px;
}

.blog-new-search input {
    color: #C4C4C4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    max-width: 800px;
    width: 100%;
    padding: 8px 8px 8px 20px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 100px;
    border: 2px solid rgba(77, 77, 77, 0.00);
    background: #F1F1F1;
    cursor: pointer;
}

.blog-new-search input:hover {
    border: 2px solid #FFEB41;
}

.blog-new-search__clear {
    position: absolute;
    top: 2px;
    right: 14px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: none;
    background: none;
    font-size: 34px;
    line-height: 1;
    color: #C4C4C4;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
}

.blog-new-search__clear:hover {
    box-shadow: none;
}

.blog-new-search__clear.is-visible {
    opacity: 1;
    visibility: visible;
}

.blog-new-search__clear:hover {
    color: #000;
}

#blogNewSearchBtn {
    position: absolute;
    right: 8px;
    top: 2px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 100px;
    background: #FEED00;
    cursor: pointer;
    padding: 0;
}

#blogNewSearchBtn:hover {
    box-shadow: none;
    opacity: 0.7;
}

.blog-new-search__result {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .12);
    overflow: hidden;
}

.blog-new-search__result.is-visible {
    display: block;
}

.blog-new-search__item {
    display: block;
    padding: 14px 18px;
    text-decoration: none;
    color: #4e4648;
    border-bottom: 1px solid #eee;
}

.blog-new-search__item strong {
    display: block;
    font-size: 14px;
}

.blog-new-search__item span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #999;
}

.blog-new-search__empty {
    padding: 16px 18px;
}

.blog-new-content {
    padding-top: 60px;
    background: #fff;
}

.blog-new-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 60px;
}

.blog-new-cat {
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 32px;
    border: 1px solid #DDD;
    color: #4D4D4D;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.blog-new-cat.is-active {
    border: 1px solid #FFEB41;
    background: #FFEB41;
}

.blog-new-cat:hover {
    background: #FFEB41;
}

.blog-new-layout {
    display: grid;
    grid-template-columns: 1fr 376px;
    gap: 36px;
}

.blog-new-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 24px;
}

article.blog-new-card:hover .blog-new-card__image img {
    border-radius: 24px;
    transform: scale(1.05);
    transition: 0.8s;
    filter: brightness(0.7);
}

article.blog-new-card:hover .tag {
    color: #FFDB4C;
}

.blog-new-card__image {
    display: block;
    height: 300px;
}

.blog-new-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-content-cart {
    padding: 20px 20px 0 0;
}

.blog-new-card__meta {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: #8f8587;
    margin-bottom: 24px;
    align-items: center;
}

.blog-new-card__meta span {
    color: #818181;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.blog-new-card__meta .tag {
    color: #4D4D4D;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.blog-new-card__meta .tag .hash {
    color: #FFDB4C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.blog-new-card h2,
.blog-new-card h2 a {
    margin: 0;
    padding: 0;
    color: #4D4D4D;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
}

.blog-new-card p,
.blog-new-popular p {
    margin: 0;
    color: #8a8183;
    line-height: 1.45;
}

.blog-new-sidebar {
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    background: #F8F8F8;
    height: fit-content;
}

.blog-new-sidebar h3 {
    color: #4D4D4D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.blog-new-popular {
    padding: 16px 0;
    border-top: 2px solid #E5E5E5;
    width: 100%;
}

.blog-new-popular h4 {
    margin: 0;
    margin-bottom: 20px;
    color: #4D4D4D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.blog-new-pagination {
    margin-top: 40px;
}

.blog-new-pagination .page-numbers {
    display: inline-flex;
    min-width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    border-radius: 50%;
    background: #f5eeee;
    color: #4d4547;
    text-decoration: none;
}

.blog-new-pagination .current {
    background: #ffd900;
}

.info-contacts,
.items-info {
    max-width: 100%;
}

.contact-form {
    width: 100%;
    margin: 100px 0;
}

.content-form {
    display: flex;
    padding: 30px;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
    background: #F5F5F5;
}

.content-form .image {
    flex: 1 0 0;
    align-self: stretch;
}

.content-form .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 500px;
}

.content-form .form-contacts {
    display: flex;
    max-width: 500px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.content-form .form-contacts p {
    margin: 0;
    width: 100%;
}

.content-form .form-contacts span.wpcf7-form-control-wrap input,
.content-form .form-contacts span.wpcf7-form-control-wrap textarea {
    display: flex;
    padding: 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 2px;
    border: 1px solid #DDD;
    background: #FFF;
    color: #9F9E9E;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: -0.14px;
}

.content-form .form-contacts span.wpcf7-form-control-wrap input:focus,
.content-form .form-contacts span.wpcf7-form-control-wrap textarea:focus {
    color: #212529;
    border-radius: 2px;
    border: 1px solid #4D4D4D;
    background: #FFF;
}

.content-form .form-contacts input.wpcf7-submit {
    display: flex;
    padding: 12px 32px 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #4D4D4D;
    border-radius: 100px;
    background: #FEED00;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.00);
}

.content-form .form-contacts input.wpcf7-submit:hover {
    background: #fff;
    border: 1px solid #FEED00;
}

.content-form .form-contacts .wpcf7-list-item {
    margin: 0;
}

.content-form .form-contacts .policy p {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #9F9E9E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: -0.14px;
}

.content-form .form-contacts .policy p a {
    color: #9F9E9E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: -0.14px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.content-form .form-contacts .wpcf7-list-item input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.form-contacts h2 {
    color: #4D4D4D;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.content-form .form-block {
    width: 40%;
}

.content-form .policy {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 1200px) {
    .blog-new-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .blog-new-layout {
        grid-template-columns: 1fr;
    }

    .blog-new-sidebar {
        display: none;
    }

    .blog-new-search {
        width: 420px;
    }
}

@media (max-width: 767px) {
    .blog-new-hero__inner {
        display: block;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .blog-new-hero__girl {
        display: none;
    }

    .blog-new-search {
        width: 100%;
        margin-top: 24px;
    }

    .blog-new-grid {
        grid-template-columns: 1fr;
    }

    .content-form {
        flex-direction: column-reverse;
    }

    .content-form .form-block {
        width: 100%;
    }

    .content-form .form-contacts {
        max-width: 100%;
    }

    .content-form {
        gap: 40px;
    }

    .form-contacts h2 {
        font-size: 28px;
    }
}