:root {
    --bg: #F1F1F1;
    --white: #fff;
    --main: #142244;
    --rgba-main: 24, 133, 195;
    --main-hover: #314F9A;
    --blue: #B4C1E0;
    --blue-hover: #1885C3;
    --blue-bg: #314F9A;
    --yellow: #FFC107;
    --dark-yellow: #d19e05;
    --red: #EF1362;
    --green: #699312;
    --green-hover: #87C603;
    --gray: #8A9297;
    --light-gray: #D2D6D8;
    --super-light-gray: #EFF0F1;
    --border: #D9D9D9;
    --dark: #101111;
    --dark-light: #424243;
    --dark-super: #6C6C6C;
    --black: #000000;
    --rgba-black: 0, 0, 0;
}

.editor-styles-wrapper {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-display: swap;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 1.5;
    background: var(--super-light-gray);
    color: var(--black);
}

.editor-styles-wrapper .wp-block {
    border: 1px solid #e9e9e9;
}

body.gutenberg-editor-page .editor-post-title__block,
body.gutenberg-editor-page .editor-default-block-appender,
body.gutenberg-editor-page .editor-block-list__block,
.block-editor__container .wp-block,
html :where(.wp-block) {
    max-width: 95% !important;
}

.editor-post-title__input {
    font-size: 40px !important;
    color: var(--black) !important;
}

button[style="background: rgb(6, 147, 227); color: rgb(6, 147, 227);"],
.component-indicator[style="background: rgb(6, 147, 227);"] {
    background: var(--main) !important;
    color: var(--main) !important;
}

.has-vivid-cyan-blue {
    color: var(--main) !important;
}

.wp-block-image img {
    border-radius: 20px;
}

.blocks-gallery-grid {
    margin-left: 0 !important;
}

.blocks-gallery-grid,
.blocks-gallery-item {
    padding: 0 !important;
    width: 100%;
}

.blocks-gallery-item a:hover {
    opacity: .6;
}

.acf-gallery-sort.disabled {
    background-image: none !important;
}

.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex_column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.list_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 33px;
    padding-bottom: 22px;
}

.list_flex li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list_flex li::marker {
    font-weight: 700;
}

.list_flex strong {
    display: block;
    margin-bottom: 10px;
}

.wp-block-gallery .wp-block-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp-block-gallery .wp-block-image img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 0;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: 0;
}

.wp-block-group[style="background-color:#eff0f1"] {
    margin: 0 -34px 30px;
    padding: 16px;
}

.gap_30 {
    gap: 30px;
}

.block_slider {
    margin-bottom: 32px;
    opacity: 1 !important;
}

.block_slider .container {
    position: relative;
}

.block_slider .slick-list {
    padding-bottom: 0;
    margin-bottom: 21px;
}

.block_slider .items {
    visibility: hidden;
}

.block_slider .items.slick-initialized {
    visibility: visible;
}

.block_slider .item {
    display: none;
    padding: 0 0.5px;
}

.block_slider .item:first-child {
    display: block;
}

.block_slider .slick-initialized .item {
    display: block;
}

.block_slider .slider-nav>* {
    position: static;
}

.block_slider .slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-column-gap: 18px;
    -webkit-column-gap: 18px;
    column-gap: 18px;
    position: absolute;
    left: 15px;
    right: 58px;
    bottom: 18px;
}

.block_utp {
    margin-bottom: 40px;
}

.block_utp .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block_utp .icon {
    background: var(--yellow);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.block_utp .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23%;
    flex: 1 1 23%;
    background: var(--white);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    padding: 10px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--dark);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
    border-radius: 20px;
}

.banner_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--main);
    color: var(--white);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 260px;
}

.banner_text .image::before {
    content: '';
    background: -o-linear-gradient(right, rgba(var(--rgba-main), 0.5) 0%, var(--main) 96.73%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(var(--rgba-main), 0.5)), color-stop(96.73%, var(--main)));
    background: linear-gradient(270deg, rgba(var(--rgba-main), 0.5) 0%, var(--main) 96.73%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.banner_text .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.banner_text>div {
    position: relative;
    z-index: 1;
}

.banner_text .text {
    padding-left: 60px;
    padding-right: 25px;
    max-width: 47%;
}

.banner_text h2 {
    font-size: 36px;
}

.banner_text p {
    margin-bottom: 0;
}

.banner_text .banner {
    padding: 18px 34px 18px 20px;
}


.icon_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}

.icon_text>div {
    width: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
}

.btn.btn-yellow {
    background: var(--yellow);
    border: var(--yellow) !important;
    color: var(--black);
}

.btn.btn-yellow:hover {
    border: var(--dark-yellow) !important;
    background: var(--dark-yellow);
    color: var(--white);
}

.icon_text>div .icon {
    background: var(--yellow);
    margin-right: 15px;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.icon_text>div:hover .icon {
    background: var(--dark-yellow);
}

.icon_text>div .icon img {
    width: 100%;
    height: auto;

}

.icon_text>div .text {
    width: calc(100% - 65px);
}

.icon_text>div h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 12px;
}

.icon_text>div p {
    color: var(--gray);
    font-size: 13.7px;
}


.reviews {
    background: var(--super-light-gray);
    color: var(--dark);
    gap: 20px;
    padding: 50px 26px 48px 46px;
    margin-bottom: 90px;
    border-radius: 50px;
}

.reviews .title {
    width: 30%;
}

.reviews h2 {
    margin-top: 0;
    max-width: 240px;
}

.reviews .items {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 52px;
}

.reviews_name {
    font-size: 20px;
    margin-bottom: 10px;
}

.reviews .date {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 15px;
}

.reviews .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.reviews .stars span {
    background: url(../img/star.svg);
    width: 20px;
    height: 19px;
    margin-right: 5px;
}

.reviews .stars .star_y {
    background: url(../img/star_y.svg);
}

.reviews p {
    font-size: 14px;
    margin-bottom: 0;
}

.lid_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--super-light-gray);
    padding: 24px 63px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: var(--black);
    border-radius: 20px;
    overflow: hidden;
}

.content_bg .lid_form {
    margin-left: -33px;
    margin-right: -33px;
    margin-bottom: 27px;
}

.lid_form .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lid_form .title {
    font-weight: 700;
    font-size: 16px;
    color: var(--black);
}

.lid_form p {
    line-height: 23px;
    margin-bottom: 15px;
}

.lid_form .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 362px;
    gap: 30px;
}

.lid_form .flex div {
    white-space: nowrap;
}

.lid_form .flex a {
    color: var(--black);
    font-weight: 700;
}

.lid_form .flex a:hover {
    color: var(--main-hover);
}

.lid_form svg {
    color: var(--green);
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.lid_form .email svg {
    top: 3px;
}

.lid_form .right {
    width: 43%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.lid_form .right::before {
    content: '';
    background-image: url(../img/callback.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    inset: -50px -60px;
}

.lid_form .btn {
    color: var(--white);
    font-size: 15px;
    width: 100%;
    max-width: 272px;
    margin: auto;
    z-index: 1;
}

.blog_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 28px;
}

.blog_items .blog_item {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 14px;
}

.blog_items .blog_item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 466px;
    text-decoration: none;
    padding: 15px 13px 20px 13px;
    background: var(--super-light-gray);
    border: 0;
    border-radius: 20px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.blog_items .blog_item .inner:hover {
    background: var(--white);
}

.blog_items .blog_item .img {
    margin-bottom: 25px;
    height: 184px;
    background: var(--white);
    overflow: hidden;
    border-radius: 20px;
}

.blog_items .blog_item .img:hover {
    opacity: .6;
}

.blog_items .blog_item .img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    height: 100%;
    border-radius: 20px;
}

.blog_items .blog_item .title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 18px;
}

.blog_items .blog_item .title:hover {
    color: var(--main-hover);
}

.category_block .title_block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 6%;
}

.category_block .title_block>* {
    width: 50%;
}

.category_block .title_block h2.full {
    width: 100%;
}

.category_block .title_block h2.h4 {
    font-size: 25px;
    line-height: 1.5;
}

.category_block.border .title_block h2.h4 {
    font-size: 30px;
    line-height: 1.2;
}

.category_block .archive_post article>div {
    background: var(--bg);
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

.category_block .archive_post article>div .title {
    margin-bottom: 0;
}

.category_block .archive_post article>div p {
    color: var(--black);
}

.category_block .archive_post article>div .description {
    margin-bottom: 28px;
}

.category_block .btn {
    margin-top: auto !important;
}

.category_block.bg,
.category_block.border {
    border-radius: 50px;
    padding: 32px 32px 12px;
    margin-bottom: 27px;
}

.category_block.bg {
    background: var(--blue);
    color: var(--black);
}

.category_block.bg .archive_post article>div h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.category_block.bg .archive_post article>div .image img {
    max-height: 230px;
}

.category_block.bg .archive_post article>div .image {
    height: 230px;
}

.category_block.bg .btn {
    display: none;
}

.category_block.border {
    border: 1px solid var(--bg);
}

.category_block.border .btn {
    background: var(--blue-bg);
    border-color: var(--blue-bg);
    color: var(--white);
}

.category_block.border .btn:hover {
    background: var(--main);
    border-color: var(--main);
}

.category_block.border .btn:hover {
    background: var(--main);
    border-color: var(--main);
}

.category_block.none {
    padding-bottom: 40px;
}

.category_block.none h2 {
    font-weight: 400;
}

.category_block.none .archive_post article>div {
    background: var(--blue);
}

.wp-block-table.is-style-stripes {
    border-bottom: 0;
    margin: 0;
}

.wp-block-table.is-style-stripes table {
    border-spacing: inherit;
}

.wp-block-table.is-style-stripes thead tr {
    background-image: -o-linear-gradient(40deg, var(--main-hover) 0%, var(--blue) 100%);
    background-image: linear-gradient(50deg, var(--main-hover) 0%, var(--blue) 100%);
}

.wp-block-table.is-style-stripes thead th,
.wp-block-table.is-style-stripes thead td {
    color: var(--white);
    padding: 28px 10px 28px 18px;
}

.wp-block-table.is-style-stripes tbody {
    vertical-align: middle;
}

.wp-block-table.is-style-stripes tbody td {
    padding: 14px 10px 10px 18px;
    color: var(--dark);
    font-size: 18px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
    background: var(--white);
}

.wp-block-table.is-style-stripes thead th:first-child,
.wp-block-table.is-style-stripes thead td:first-child {
    color: var(--blue);
}

.wp-block-table.is-style-stripes tbody td {
    font-size: 23px;
}

.wp-block-table.is-style-stripes tbody td:first-child {
    width: 420px;
    color: var(--main-hover);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background: var(--blue);
}

@media (max-width: 1200px) {
    .lid_form {
        padding: 28px 10px 28px 28px;
    }

    .lid_form .left {
        margin-right: 30px;
    }

    .lid_form .right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 1100px) {
    .reviews_date .stars span {
        width: 18px;
        height: 17px;
        background-size: 100% !important;
    }
}

@media (max-width: 1024px) {
    .wp-block-image {
        margin: 0 0 23px;
    }

    .wp-block-table {
        overflow-y: auto;
        min-width: 888px;
    }

    .wp-block-table.is-style-stripes tbody td {
        font-size: 16px;
    }

    .wp-block-table.is-style-stripes thead th,
    .wp-block-table.is-style-stripes thead td {
        padding: 20px 10px 20px 18px;
    }

    .block_utp .item {
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    }

    .block_utp[data-cnt="3"] .item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .reviews {
        padding: 38px 26px 48px 46px;
        margin-bottom: 60px;
    }

    .reviews h2 {
        font-size: 28px;
    }

    .reviews .items {
        gap: 22px;
    }

    .banner_text .text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner_text .banner {
        padding: 18px 15px 18px 15px;
    }

    .blog_items .blog_item {
        width: 100%;
    }

    .blog_items .blog_item .inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px;
        min-height: auto;
        padding: 20px;
    }

    .blog_items .d_contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% - 152px);
    }

    .blog_items .meta {
        margin-top: auto;
    }

    .blog_items .blog_item .img {
        margin-bottom: 0;
        width: 132px;
        height: 97px;
    }

    .category_block.bg .archive_post article>div h3 {
        font-size: 22px;
    }

    .category_block.bg .archive_post article>div .image {
        height: 140px;
    }

    .category_block.bg .archive_post article>div .image img {
        max-height: 140px;
    }
}

@media (max-width: 782px) {
    .lid_form {
        display: block;
        padding: 22px 20px;
    }

    .content_bg .lid_form {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 20px;
    }

    .lid_form .left {
        margin-right: 0;
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
    }

    .lid_form .flex {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 18px;
    }

    .lid_form .right::before {
        content: '';
        background-image: url(../img/callback.svg);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        inset: -80px 20% -28px -88px;
    }

    .lid_form .btn {
        padding: 9px 15px;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .wp-block-table.is-style-stripes tbody td {
        font-size: 16px;
    }

    .wp-block-columns {
        margin-bottom: 0;
    }

    .wp-block-column {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        margin-bottom: 20px;
    }

    .block_slider .container {
        padding-left: 0;
        padding-right: 0;
    }

    .block_slider .slick-list img {
        width: 100%;
        max-width: none;
        height: auto;
    }

    .block_slider .slick-list {
        margin-bottom: 13px;
    }

    .block_slider .slider-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .block_utp .items {
        gap: 11px 9px;
    }

    .block_utp .item {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        padding: 7px 8px;
        gap: 12px;
    }

    .block_utp[data-cnt="3"] .item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .icon_text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .icon_text>div {
        width: 100%;
    }

    .icon_text>div p {
        margin-bottom: 0;
    }

    .reviews {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        padding: 38px 28px 48px 28px;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 40px;
    }

    .reviews .title,
    .reviews .items {
        width: 100%;
    }

    .list_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .wp-block-group.gap_30 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 25px;
    }

    .wp-block-group.gap_30 p {
        padding-top: 5px;
        margin-bottom: 0;
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: calc(30% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
    }

    .lid_form {
        margin-left: -20px;
        margin-right: -20px;
    }

    .blog_items {
        margin-left: -28px;
        margin-right: -28px;
    }

    .blog_items .blog_item {
        margin-bottom: 8px;
    }

    .category_block.bg,
    .category_block.border {
        border-radius: 20px;
        padding: 29px 0;
    }

    .category_block.border {
        border: 0;
        border-radius: 0;
        padding: 0;
        margin-bottom: 20px;
    }

    .category_block.none {
        padding-bottom: 20px;
    }

    .category_block .title_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    .category_block .title_block h2.h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .category_block .title_block>* {
        width: 100%;
    }

    .category_block .archive_post article>div .image {
        height: 100px;
    }

    .category_block .archive_post article>div .image img {
        max-height: 100px;
    }

    .category_block.bg .archive_post article {
        width: calc(100% / 2);
    }

    :where(.wp-block-columns.is-layout-flex) {
        gap: 0;
    }

    .content p:empty+p {
        display: none;
    }

    .content p+p:empty,
    .wp-block-image+p:empty {
        display: none;
    }

    .category_block.none .slick-list {
        margin-right: 2px;
        overflow: visible;
    }

    .category_block.none .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .category_block.none .slick-list {
        margin-right: 2px;
        overflow: visible;
    }

    .category_block.none .slick-slide {
        height: unset;
    }
}

@media (max-width: 550px) {
    .banner_text {
        margin: 0 -15px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .banner_text .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .banner_text .image img {
        width: 100%;
    }

    .banner_text .image::before {
        background: -o-linear-gradient(bottom, rgba(var(--rgba-main), 0.6) 0%, var(--main) 55.73%);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--rgba-main), 0.6)), color-stop(55.73%, var(--main)));
        background: linear-gradient(360deg, rgba(var(--rgba-main), 0.6) 0%, var(--main) 55.73%);
    }

    .banner_text .text {
        max-width: 100%;
        padding: 40px 15px 12px;
    }

    .banner_text .banner {
        text-align: center;
        width: 100%;
        padding: 18px 15px 40px 15px;
    }

    .blog_items .blog_item {
        width: 100%;
    }

    .category_block.bg .archive_post article>div .image,
    .category_block.bg .archive_post article>div .image img {
        max-height: 74px;
    }
}

@media (max-width: 399px) {
    .lid_form .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 13px;
    }

    .blog_items .blog_item .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog_items .d_contents,
    .category_block .archive_post article,
    .category_block.bg .archive_post article {
        width: 100%;
    }
}