.std-container, .header__desktop-navigation.header__navigation ul.sub-menu {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .std-container, .header__desktop-navigation.header__navigation ul.sub-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .std-container, .header__desktop-navigation.header__navigation ul.sub-menu {
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .std-container, .header__desktop-navigation.header__navigation ul.sub-menu {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) {
    .std-container, .header__desktop-navigation.header__navigation ul.sub-menu {
        max-width: 1180px;
    }
}

@media (min-width: 1440px) {
    .std-container, .header__desktop-navigation.header__navigation ul.sub-menu {
        max-width: 1320px;
    }
}

html,
body {
    background: #FFFFFF;
    overflow-x: clip;
    scroll-behavior: smooth;
}

body {
    margin: 0;

}

body img {
    width: 100%;
}

body * {
    box-sizing: border-box;
}


body a,
a {
    text-decoration: none;
    color: #0D1922;
}

body,
p, textarea {
    font-family: "Manrope", sans-serif;
    color: #0D1922;
    font-weight: 400;
    line-height: 140%;
}


body p {
    margin-top: 0;
    margin-bottom: 0;
}

ul,
ol {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

body .h1,
body h1,
body .h3,
body h3,
body .h4,
body h4,
body .h5,
body h5,
body .h6,
body h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}

body .h2,
body h2 {
    font-weight: 600;
    margin-top: 0;
    letter-spacing: -2px;
}

body .h2 p,
body h2 p {
    letter-spacing: -2px;
}


body .h4,
body h4,
body .h5,
body h5,
body .h6,
body h6,
.h7,
p.h7,
a .h7 {
    line-height: 110%;
    font-weight: 600;
}

.h7,
p.h7,
a .h7 {
    font-weight: 500;
}


.text-second {
    font-weight: 500;
}

body .section-light {
    background: #ECF0F4;
    border-radius: 24px;
}

.section-dark {
    background: #030609;
    border-radius: 36px;
    color: #FFFFFF;
}

body .section-dark p,
body .section-dark * {
    color: #FFFFFF;
}

.white-space {
    background: #FFFFFF;
}

.grey-space {
    background: #4A4C4E;
}

.block-grey {
    background: #1D1F22;
    border: 2px solid #373737;
    border-radius: 24px;
    overflow: hidden;
}

.colored-back {
    background: linear-gradient(90.92deg, #8FC9E8 3.57%, #CBDB00 91.35%);

}

body .button {
    max-width: fit-content;
    border-radius: 14px;
    padding: 12px 17px;
    display: flex;
    justify-content: space-between;
    gap: 45px;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    background: linear-gradient(90.92deg, #8FC9E8 3.57%, #CBDB00 91.35%);
    color: #0D1922;
    cursor: pointer;
}

.button > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0;
}

.button::after {
    content: url("/wp-content/uploads/2025/06/buttonIcon.svg");
    width: 36px;
    height: 36px;
    transform: rotate(0deg);
    transition: all ease 0.3s;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0);
}

.button:hover {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    transition: all ease 0.3s;
}

.header__button:hover {
    box-shadow: 0 5px 5px 0 rgba(255, 255, 255, 0.2);
    transition: all ease 0.3s;
}


.button:hover::after {
    transform: rotate(45deg);
    transition: all ease 0.3s;
}

.button:active,
.button:focus,
.button:target,
.button:hover,
.button:visited,
.header__menu li a:target,
.header__menu li a:active,
.header__menu li a:focus,
.header__menu li a:hover,
.header__menu li a:visited {
    border: 0;
    outline: 0;
    text-decoration: none;
}

body a.download-button__link .download-button__text {
    color: #0D1922;
}

body a.download-button__link .regulation__button-item {
    color: rgba(74, 76, 78, 1);
}

.download-button__colored-back {
    background: linear-gradient(90.92deg, #8FC9E8 3.57%, #CBDB00 91.35%);
    padding: 2px;
    border-radius: 14px;
    overflow: hidden;
}

.download-button__group-back {
    background: rgba(236, 240, 244, 1);
    padding: 16px;
    border-radius: 12px;
}

.download-button__group-back a::before {
    content: '';
    background: url("/wp-content/uploads/2025/07/document.svg") center/contain no-repeat;
    display: flex;
    width: 32px;
    height: 42px;
    flex-shrink: 0;
}

.download-button__link {
    display: flex;
    align-items: center;
    gap: 16px;
}

.download-button__content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.h7 p,
p .h7,
p.h7,
a .h7 {
    line-height: 110%;
}

.slider__nav {
    align-items: center;
    display: flex;
}

.slider__button-prev,
.slider__button-next {
    padding: 15px;
    border-radius: 10px;
    max-height: 45px;
}

.slider__button-prev {
    background: #FFFFFF;
}

.slider__button-next, .slider__button-prev {
    background: #FFFFFF;
    transition: all ease 0.3s;
}

.slider__button-next:hover, .slider__button-prev:hover {
    background: #0D1922;
    transition: all ease 0.3s;
}

body .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative;
    margin-top: 8px;
}

body .swiper-scrollbar .swiper-scrollbar-drag {
    background: #8FC9E8;
}

body .swiper-scrollbar.swiper-scrollbar-horizontal {
    background: rgba(255, 255, 255, 0.4);
}

.slider__group {
    display: flex;
    gap: 30px;
    align-items: center;
}

.border-logo {
    overflow: hidden;
    padding: 1px;
    background: linear-gradient(90.92deg, #8FC9E8 3.57%, #CBDB00 91.35%);
    display: flex;
    flex-shrink: 0;
}

.border-logo__back {
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.border-logo__img {
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

.slider__button-prev svg path, .slider__button-next svg path {
    stroke: #0D1922;
    transition: all ease 0.3s;
}

.slider__button-prev:hover svg path, .slider__button-next:hover svg path {
    stroke: #FFFFFF;
    transition: all ease 0.3s;
}

#сonformity-assessment p {
    margin-bottom: 15px;
}

#сonformity-assessment p:last-of-type {
    margin-bottom: 0px;
}

body .section-dn {
    display: none;
}

body .section-db {
    display: block;
}

.menu-image
 {
    border-radius: 5px;
}

.footer .menu-kontakti-container img,
.footer .menu-sots-merezhi-container img{
    min-width: 23px;
    height: 100%;
}

.header .menu-sots-merezhi-container a {
    display: flex;
    width: 25px;
    height: 25px;
}

.header .menu-sots-merezhi-container img {
    min-width: 100%;
    flex-shrink: 0;
    height: 100%;

}

.header .menu-sots-merezhi-container ul {
    gap: 9px;
}

.header .menu-sots-merezhi-container .menu-image-title-after.menu-image-title {
    display: none;
}

.menu-image-title-after.menu-image-not-hovered img{
    padding-right: 0;
}

@media screen and (min-width: 1024px) {
    .std-mb {
        margin-bottom: 80px;
    }

    body,
    p {
        font-size: 16px;
    }

    body .h1,
    body h1 {
        font-size: 60px;
        font-weight: 600;
        line-height: 1;
    }

    body .h2,
    body h2,
    .h2 p,
    .h2 strong,
    p.h2 {
        font-size: 48px;
        line-height: 100%;

    }

    body .h3,
    body h3 {
        font-size: 42px;
        line-height: 110%;
    }

    body .h4,
    body h4 {
        font-size: 30px;
    }

    body .h5,
    body h5 {
        font-size: 26px;
    }

    body .h6,
    body h6 {
        font-size: 24px;
    }

    .h7,
    .h7 p,
    p .h7,
    p.h7,
    a .h7 {
        font-size: 20px;
    }

    .text-second,
    p.text-second {
        font-size: 17px;
    }

    .section-light {
        padding: 30px;
    }


    .desktop-none {
        display: none;
    }

    .section-dark {
        padding: 80px 0;
    }

    .button > p {
        max-width: 130px;
    }

    .block-grey {
        padding: 40px 30px;
    }

    .slider__nav {
        gap: 16px;
    }

    .bread.site-container {
        margin-bottom: 4px;
        display: flex;
        align-items: center;
        gap: 14px;
        row-gap: 0px;
        flex-wrap: wrap;
    }

    .small-first-screen .bread.site-container,
    .small-first-screen a.home.btn-font {
        color: rgba(255, 255, 255, 1);
    }

    .single-vacancies .site-main .bread {
        margin-top: 170px;
        margin-right: 20px;
        font-weight: 500;
    }

    .border-logo {
        width: 60px;
        height: 60px;
        border-radius: 10px;
    }

    .border-logo__back {
        padding: 7px 10px;
        border-radius: 10px;
    }

    .border-logo__img {
        width: 40px;
        border-radius: 10px;
    }

    body .wp-block-cover.providers-cover {
        padding: 0;
    }
}

@media screen and (max-width: 1023.99px) {
    .std-mb {
        margin-bottom: 60px;
    }

    body,
    p {
        font-size: 15px;
    }

    body .h1,
    body h1 {
        font-size: 38px;
        font-weight: 600;
        line-height: 1;
    }

    body .h2,
    body h2,
    .h2 p,
    .h2 strong,
    p.h2 {
        font-size: 32px;
        line-height: 120%;
        letter-spacing: -2px;
    }

    body .h3,
    body h3 {
        font-size: 36px;
        line-height: 120%;
    }

    body .h4,
    body h4 {
        font-size: 24px;
    }

    body .h5,
    body h5 {
        font-size: 18px;
    }

    body .h6,
    body h6 {
        font-size: 20px;
    }

    .h7,
    p.h7,
    a .h7 {
        font-size: 20px;
    }

    .text-second,
    p.text-second {
        font-size: 16px;
    }

    body .section-light, body .providers-cover section.section-light {
        padding: 20px 15px;
        border-radius: 14px;
    }

    .mobile-none {
        display: none;
    }

    .section-dark {
        padding: 24px 0;
    }

    .button {
        max-height: 52px;
        min-width: 100%;
    }

    .button > p {
        max-width: 160px;
    }

    .block-grey {
        padding: 24px 15px;
    }

    .slider__nav {
        gap: 10px;
    }

    .slider__group {
        flex-direction: row-reverse;
    }

    .accreditation-scope__group-back a::before {
        width: 16px;
        height: 21px;
    }

    .single-vacancies .site-main .bread {
        margin-top: 170px;
        margin-right: 5px;
        font-weight: 600;
    }

    .border-logo {
        width: 42px;
        height: 42px;
        border-radius: 7px;
    }

    .border-logo__back {
        padding: 4px 7px;
        border-radius: 7px;
    }

    .border-logo__img {
        width: 28px;
        height: auto;
        border-radius: 7px;
    }

    #сonformity-assessment p {
        font-weight: 400;
    }

    body .providers-cover .wp-block-columns {
        flex-direction: column;
    }
}


@media screen and (max-width: 444px) {
    .download-button__content {
        flex-direction: column;
        gap: 2px;
    }

    form .button {
        min-width: 100% !important;
    }
}


/*Contact Form*/
.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;
}

.form-item {
    flex-basis: calc((100% - 20px) / 2);
}

@media screen and (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}

br {
    display: none;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
body .form-item .select2-container {
    padding: 12px;
    width: 100%;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding-left: 36px;
    box-shadow: 0 1px 2px 0 rgba(20, 28, 37, 0.04);
    outline: 0;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input::placeholder,
.wpcf7-form-control-wrap textarea::placeholder,
.wpcf7-form-control-wrap select,
body #primary .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #4A4C4E;
    font-size: 16px;
}

.wpcf7-form-control-wrap textarea {
    resize: none;
    max-height: 90px;
}

.wpcf7-form label {
    margin-bottom: 8px;
    font-size: 14px;
    display: block;
}

.wpcf7 .button {
    width: 100%;
    min-width: 100%;
    gap: 10px;
    border: 0;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-validates-as-required,
.wpcf7-validates-as-tel,
.wpcf7-validates-as-email,
body .form-item .select2-container,
.wpcf7-form-control-wrap textarea {
    position: relative;
}

.wpcf7-form-control-wrap[data-name="your-name"]::before,
.wpcf7-form-control-wrap[data-name="your-tel"]::before,
.wpcf7-form-control-wrap[data-name="your-email"]::before,
body .form-item .select2-container::before,
.wpcf7-form-control-wrap[data-name="your-message"]::before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}

.wpcf7-not-valid-tip {
    display: none
}

.wpcf7-form-control-wrap[data-name="your-name"]::before {
    background: url("/wp-content/uploads/2025/07/name.svg") center/contain no-repeat;
}

.wpcf7-form-control-wrap[data-name="your-tel"]::before {
    background: url("/wp-content/uploads/2025/07/contactphone.svg") center/contain no-repeat;
}

.wpcf7-form-control-wrap[data-name="your-email"]::before {
    background: url("/wp-content/uploads/2025/07/mailcontact.svg") center/contain no-repeat;
}

body .form-item .select2-container::before {
    background: url("/wp-content/uploads/2025/07/select-icon.svg") center/contain no-repeat;
}

.wpcf7-form-control-wrap[data-name="your-message"]::before {
    background: url("/wp-content/uploads/2025/07/select-icon.svg") center/contain no-repeat;
    top: 24px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 1;
}


.wpcf7-response-output{
    border-color: #cbdb00!important;
}

/*Правила для Великого блоку з бічною панеллю*/

.wp-block-column .section-dark {
    padding: 0;
}

.wp-block-column {
    z-index: 2;
}

.contents-sidebar.block-grey {
    overflow: unset;
}

.right-column-cover {
    min-height: unset;
    padding: 0;
}

.contents-sidebar,
.scrollbar__block {
    margin-bottom: 24px;
}

.wpcf7-submit {
    max-width: 100%;
}

.wp-block-column .our-policy.std-mb,
.wp-block-column .wp-block-group {
    margin-bottom: 30px;
}

.big-section .contents-sidebar,
.big-section .scrollbar__block {
    border: 2px solid rgba(74, 76, 78, 1);
}

.wp-block-cover.article-page .wp-block-cover__background {
    background: transparent;
}


.article-page .contents-sidebar,
.big-section .contents-sidebar,
.article-page .scrollbar__block,
.big-section .scrollbar__block {
    padding: 20px;
    border-radius: 24px;
    overflow: hidden;
}

.article-page .scrollbar__block a,
.mb-article-page {
    color: #0D1922;
}

.article-page .scrollbar__block-item svg path {
    stroke: #0D1922;
}

.mb-article-page,
.article-page .regulation,
.article-page .our-policy,
.article-page .wp-block-group.obtaining-labeling {
    border-bottom: 1px solid rgba(189, 186, 186, 1);
}

.article-page .сe-mark p {
    margin-bottom: 10px;
}

.article-page .сe-mark p:last-child {
    margin-bottom: 0;
}

.article-page .wp-block-group.obtaining-labeling-list,
.article-page .wp-block-group.obtaining-labeling-list p {
    margin-bottom: 14px;
}

.article-page .сe-mark a {
    color: rgba(82, 170, 218, 1);
}

.obtaining-labeling li::before {
    content: '';
    display: flex;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    background: linear-gradient(90.92deg, #8FC9E8 3.57%, #CBDB00 91.35%);
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: -20px;
}

.obtaining-labeling ul {
    margin-left: 20px;
}

.obtaining-labeling li {
    position: relative;
    margin-bottom: 13px;
}

.obtaining-labeling li:last-child {
    position: relative;
    margin-bottom: 0;
}

.providers-cover section.section-light {
    padding: 30px;
}

.article-page.wp-block-cover {
    padding: 0;
}

.slider__button-prev, .slider__button-next {
    cursor: pointer;
}

.bread_single-blog {
    padding-left: 20px;
}

.bread.site-container.bread_single-blog {
    margin-bottom: 20px;
}

.article-page p.text-second {
    line-height: 160%;
}

.article-page section.regulation p {
    font-size: 17px;
}

.article-page section.regulation p,
.article-page section.our-policy p,
.article-page .process h6 {
    line-height: 160%;
}

.article-page .our-policy__list {
    gap: 14px;
}

.article-page .wp-block-column .our-policy.std-mb {
    margin-bottom: 0;
}

.article-page section.regulation {
    margin-bottom: 0;
}

.article-page section.our-policy h2 {
    letter-spacing: -2px;
}


@media screen and (min-width: 1024px) {
    .article-page section.regulation p {
        max-width: 860px;
    }

    .mb-title_h2 {
        margin-bottom: 20px;
    }

    .wp-block-column .our-policy.std-mb,
    .wp-block-column .wp-block-group {
        margin-bottom: 40px;
    }

    .right-column-cover {
        position: sticky;
        top: 122px;
    }


    .article-page-padding,
    .article-page .regulation,
    .article-page .our-policy {
        padding: 40px 30px;
    }

    .fs-18 {
        font-size: 18px;
    }

    .obtaining-labeling .wp-block-heading {
        margin-bottom: 18px;
    }

    .obtaining-labeling h6.wp-block-heading {
        margin-bottom: 14px;
    }

    .article-page {
        margin-bottom: 36px;
    }

    .article-page .article-page-text {
        padding-top: 0;
    }

    body .mb-article-page h2,
    .article-page section.regulation h3,
    .article-page .title-size {
        line-height: 150%;
    }

    body .mb-article-page h2,
    .article-page section.regulation h3,
    .article-page section.our-policy h2,
    .article-page .title-size {
        font-size: 38px;
    }

    .article-page section.our-policy h5 {
        font-size: 22px;
    }

    body .mb-article-page h2,
    .article-page section.regulation h3 {
        letter-spacing: 0;
    }

}

@media screen and (max-width: 1023.99px) {
    .article-page .our-policy__container.std-container {
        padding: 0;
    }

    .article-page .wp-block-group.mb-article-page,
    .article-page section.regulation,
    .article-page .wp-block-column .our-policy.std-mb {
        margin-bottom: 20px;
    }

    .mb-title_h2 {
        margin-bottom: 14px;
    }

    body .wp-block-cover.big-section .wp-block .wp-block-columns {
        flex-wrap: wrap;
    }

    .mb-article-page,
    .article-page .regulation,
    .article-page .our-policy,
    .article-page .wp-block-group.obtaining-labeling {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .fs-18 {
        font-size: 17px;
    }

    body .mb-article-page h2,
    .article-page section.regulation h3,
    .article-page .title-size {
        line-height: 150%;
    }

    body .mb-article-page h2,
    .article-page section.regulation h3,
    .article-page section.our-policy h2,
    .article-page .title-size {
        font-size: 32px;
        letter-spacing: 0;
    }

    .article-page section.our-policy h5 {
        font-size: 20px;
    }


}

@media (min-width: 782px) and (max-width: 1024px) {
    .big-section .wp-block-columns {
        flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 1024px) {
    .article-page .wp-block-columns {
        flex-wrap: wrap !important;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        height: 100% !important;
    }
}

@media screen and (min-width: 1440px) {
    .first-screen, .repeating-firstscreen, .small-first-screen, .contacts-fs, .text-page {
        margin-top: 160px;
    }

    .bread_single-blog {
        margin-top: 170px;
    }

}

@media screen and (max-width: 1439.98px) {
    .first-screen, .repeating-firstscreen, .small-first-screen, .contacts-fs, .bread_single-blog, .text-page {
        margin-top: 140px;
    }

}

@media screen and (max-width: 599.98px) {
    .first-screen, .repeating-firstscreen, .small-first-screen, .navigation-bar, .contacts-fs, .bread_single-blog, .text-page {
        margin-top: 155px;
    }

}


/* Blog Card */

.blog-card__excerpt p {
    font-size: 15px;
    line-height: 130%;
    color: #8A8A8A;
    margin-bottom: 14px;
}

.blog-card__categories .post-categories li {
    font-size: 14px;
    line-height: 140%;
}

.blog-card__img {
    margin-bottom: 14px;
    width: 100%;
}

.blog-card__categories ul {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.blog-card__categories .post-categories li {
    padding: 2px 4px;
    border-radius: 36px;
    flex-basis: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.blog-card__categories .post-categories li:nth-child(odd) {
    background: rgba(143, 201, 232, 0.8);
}

.blog-card__categories .post-categories li:nth-child(even) {
    background: rgba(203, 219, 0, 0.8);
}

.blog-card__item-date {
    font-weight: bold;
    font-size: 14px;
}

.blog-card__item {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.blog-card__item-read {
    font-size: 14px;
    font-weight: 700;
    color: #9B9191;
}

@media screen and (min-width: 1024px) {
    .blog-card {
        padding: 16px;
        border-radius: 27px;
    }

    img.blog-card__img {
        min-height: 179px;
        border-radius: 14px;

    }

    .blog-card__img {
        margin-bottom: 14px;
    }

    .blog-card__title {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1023.99px) {
    .blog-card {
        padding: 16px 12px;
    }

    img.blog-card__img,
    .blog-card {
        border-radius: 12px;
    }

    .blog-card__title {
        margin-bottom: 5px;
    }

    img.blog-card__img {
        max-height: 179px;
        object-fit: cover;
    }

}


@media screen and (max-width: 767px) {
    img.blog-card__img {
        height: 165px;
        display: block;
        margin-left: auto;
        margin-right: auto;

    }


}

/* Std Filter */

.std-filter .select2-selection, .std-filter .select2 {
    background: #8FC9E8 !important;

}

.std-filter .select2 {
    border-radius: 14px !important;
    padding: 15px 16px !important;
    min-width: 171px !important;
}

.std-filter .select2-container--open {
    border-radius: 14px 14px 0px 0px !important;
}

.std-filter .select2-container .select2-selection--single {
    height: unset;
}

.std-filter .select2-selection__rendered {
    font-size: 16px;
    color: #0D1922 !important;
    max-width: 120px !important;
}

body .std-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 16px;
    height: 16px;
    right: 18px;
}

body .std-filter .select2-results__option, body .std-filter .select2-results__option--selected, body .std-filter .select2-container--default .select2-results > .select2-results__options {
    background: #8FC9E8 !important;
}

.std-filter {
    display: flex;
}

.filter-name {
    font-size: 17px;
    font-weight: 700;
    color: #0D1922;
}

@media screen and (min-width: 1023.98px) {
    .std-filter {
        align-items: center;
        gap: 20px;
    }
}

@media screen and (max-width: 1023.99px) {

    .std-filter {
        flex-direction: column;
        gap: 10px;
    }

    .std-filter .select2 {
        min-width: 315px !important;
    }

    .std-filter .select2-selection__rendered {
        max-width: 250px !important;
    }

    .filter-name {
        font-size: 15px;
        font-weight: 600;
    }
}