.btn {
    background-color: #a4a4a4;
    border-color: #ffffff29;
    border-radius: 4px;
    overflow: hidden;
    border-width: 0px;
    border-style: solid;
    z-index: 2;
    color: #dadada !important;
    padding: 1px 5px;
    font-size: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px !important;
}

.cards {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}

.back-card .card-img {
    margin-top: 20px;
}

.card {
    background: #f6f6f6;
    /* box-shadow: 0px 14px 32px rgb(199 203 206 / 70%); */
    border-radius: 8px;
    max-width: 271px;
    height: initial;
    width: 100%;
    padding: 14px 19px 19px 19px;
    margin-bottom: 16px;
}

.card-price {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.card-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    max-width: 188px;
}

.card-img {
    margin-top: 24px;
    height: 103px;
}

.card-img img {
    max-width: 100%;
}

.card-params {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 6.90132px;
    padding: 9px;
    margin-top: 16px;
}

.card-params_item {
    display: flex;
    align-items: center;
    letter-spacing: 0.08em;
    color: #3d4d59;
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
}

.card-params_item span:last-child {
    margin-left: 5px;
}

.card-params_item:nth-child(2) {
    padding: 0 7px;
}

.card-params_item:nth-child(1) {
    padding-right: 7px;
    border-right: 0.862665px solid #cfd3d7;
}

.card-params_item:nth-child(3) {
    padding-left: 7px;
    border-left: 0.862665px solid #cfd3d7;
}

.card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-top: 16px;
}

.card-text {
    font-weight: 400;
    font-size: 14px;
    /* line-height: 20px; */
    margin-top: 6px;
    /* height: 55px; */
}

.card:hover .card-button-more {
    display: block;
}

.card-button-more {
    display: none;
    background: #0c8cff;
    /*box-shadow: 0px 4px 10px rgba(253, 97, 32, 0.4);*/
    border-radius: 8px;
    padding: 12px 0 14px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: 700;
    border: none;
    margin-top: 36px;
    transition: 0.3s;
}

.card-button-more:hover {
    box-shadow: none;
    transition: 0.3s;
}

.card-dop-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
}

.card-dop-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    margin-top: 8px;
    color: #000;
}

.card-dop__buttons {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.card-dop__back {
    border: 1.88175px solid #bec5d0;
    border-radius: 7.52698px;
    box-sizing: border-box;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-dop__order {
    background: #0c8cff;
    border-radius: 3px;
    padding: 12px 0 14px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: 400;
    transition: 0.3s;
}

.card-dop__order:hover {
    box-shadow: none;
    transition: 0.3s;
}

.card-dop_params {
    margin-top: 20px;
}

.card-dop_params-item {
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    color: #3d4d59;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.card-dop_params-item:last-child {
    margin-bottom: 0;
}

.card-dop_params-item div:first-child {
    width: 25px;
}

.card-dop_params-item div:last-child {
    margin-left: auto;
}

.card-dop_type {
    display: inline-flex;
    background: #f6f6f6;
    border-radius: 6.90132px;
    padding: 6px;
}

.card-dop_type-item {
    font-weight: 600;
    font-size: 9px;
    line-height: 10px;
    color: #3d4d59;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
}

.card-dop_type-item div:last-child {
    margin-left: 4px;
}

.card-dop_type-item:first-child {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 0.862665px solid #cfd3d7;
}

.card-dop-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-isPackage {
    height: auto;
}

@media screen and (max-width: 1129px) and (min-width: 601px) {
    .cards {
        margin-top: 23px;
    }

    .card {
        max-width: 148px;
        padding: 9px 7px;
        height: 238px;
        box-shadow: 0px 5px 10px #000;
    }

    .card-price {
        font-size: 8px;
        line-height: 10px;
    }

    .card-desc {
        font-size: 7.20135px;
        line-height: 10px;
        margin-top: 5px;
        max-width: 95px;
    }

    .card-params {
        margin-top: 8px;
        padding: 1px 4px;
        border-radius: 3.54992px;
    }

    .card-params_item {
        font-size: 5.14382px;
        line-height: 5px;
    }

    .card-params_item span:last-child {
        margin-left: 3px;
    }

    .card-params_item svg {
        max-width: 7px;
    }

    .card-params_item:nth-child(1) {
        padding-right: 3px;
    }

    .card-params_item:nth-child(2) {
        padding: 0 3px;
    }

    .card-params_item:nth-child(3) {
        padding-left: 3px;
    }

    .card-img {
        margin-top: 9px;
        height: 63px;
    }

    .card-title {
        font-size: 12.3452px;
        line-height: 15px;
        margin-top: 3px;
    }

    .card-text {
        font-size: 7.20135px;
        line-height: 10px;
        margin-top: 3px;
        height: 35px;
    }

    .card-button-more {
        margin-top: 8px;
        font-size: 7.20135px;
        line-height: 10px;
        border-radius: 4.11506px;
        padding: 7px 0 8px;
    }

    .card-dop-title {
        font-size: 10px;
    }

    .card-dop_type {
        padding: 5px 3px;
        border-radius: 4.11506px;
    }

    .card-dop_type-item {
        font-size: 5px;
    }

    .card-dop_type-item:first-child {
        padding-right: 2px;
        margin-right: 2px;
    }

    .card-dop_type-item div:last-child {
        margin-left: 3px;
    }

    .card-dop_type-item svg {
        max-width: 8px;
        height: 8px;
        margin-bottom: -2px;
    }

    .card-dop-text {
        font-size: 7.20135px;
        line-height: 10px;
        margin-top: 3px;
    }

    .card .back-card .card-img {
        margin-top: 4px;
    }

    .card-dop_params {
        margin-top: 9px;
    }

    .card-dop_params-item {
        font-size: 5.14382px;
        line-height: 5px;
        margin-bottom: 4px;
    }

    .card-dop_params-item svg {
        width: 10px;
        height: 10px;
    }

    .card-dop__buttons {
        margin-top: 6px;
    }

    .card-dop__back {
        width: 23px;
        height: 23px;
        border-radius: 4px;
        border: 1.02876px solid #bec5d0;
    }

    .card-dop__order {
        font-size: 7.20135px;
        line-height: 10px;
        border-radius: 4.11506px;
        padding: 6px 0 7px;
    }

    .card-isPackage {
        height: auto !important;
    }
}

.keys_block .roo_keys.product-list__content div.desk b {
    font-weight: 900;
}

@media screen and (max-width: 600px) {
    .cards {
        margin-top: 24px;
        margin-bottom: 18px;
        padding: 0 16px;
    }

    .card {
        max-width: initial;
        margin-bottom: 13px;
    }

    .card-title {
        margin-top: 22px;
    }

    .card-button-more {
        margin-top: 27px;
    }

    .keys_block .roo_keys.product-list__content div.desk {
        width: 100%;
        display: block;
        float: left;
    }

    .roo_keys.product-list__content>div>div>h3 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .keys_block {
        /*margin-top: -140px;*/
    }

    .keys_block .roo_keys.product-list__content div.desk p {
        margin-top: 0px;
    }

    .keys_block button {
        position: relative;
        top: 0;
        border: 0;
        width: 230px;
        display: block;
        margin-bottom: 20px;
    }

    .flex_1 {
        display: grid;
        /* justify-items: center; */
        align-items: flex-start;
        /* gap: 20px; */
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
        justify-content: space-between;
    }

    .section_title.black .st_main {
        color: #2C2E3F;
        font-weight: 900;
        font-size: 18px;
        text-transform: uppercase;
    }

}

.container-main {
    max-width: 1136px;
    margin: auto;
    /*width: 90vw;*/
    height: inherit;
}

.mt-100 {
    margin-top: 100px;
}


.model {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999999999999;
    top: 0;
    left: 0;
}

.flex {
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    display: flex;
    width: 700px;
    margin: auto;
    transform: translate(0%, -50%);
    align-items: center;
    justify-content: space-between;
    background: #000;
    align-content: center;
}

.flex .contact {
    background: #000;
    padding: 20px;
}

.bgr {
    background-color: rgba(18, 19, 22, .8);
    z-index: 1;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    height: 100%;
}

.form_model {
    background: #fff;
}

.container_input {
    display: block;
}

.container_input input {
    background: #f4f4f4;
    border: 0;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    margin: 5px 0;
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 12px 15px;
    letter-spacing: 1.3px;
}

.form_model {
    background: #fff;
    padding: 20px;
}

.container_input label span {
    display: block;
    color: #5c5e62;
    margin-top: 10px;
    font-weight: 300;
    margin-left: 15px;
}

button.btn {
    width: 100%;
    padding: 20px;
    background: #000;
    display: inline-block;
    color: #fff;
    background: #248aff;
    padding: 1rem 2.625rem;
    border-radius: 4px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
}

.desk {
    margin-bottom: 20px;
}


.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 32.9%;
    height: 40px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-styled {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    color: #757575 !important;
    font-size: 12px;
    font-weight: 400;
    /* text-indent: 15px; */
    max-height: 350px;
    /* overflow: scroll; */
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: #757575 transparent transparent transparent;
    position: absolute;
    top: 18px;
    right: 10px;
}


.select-styled:hover {
    background-color: #23272d;
}

.select-styled:active,
.select-styled.active {
    background-color: #23272d;
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #2e3238;
    height: 283px;
    overflow: scroll;
}

.select-options li {
    margin: 0;
    padding: 5px 0;
    text-indent: 15px;
    border-top: 1px solid #23272d;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #bdbebf;
    font-size: 13px;
}

.select-options li:hover,
.select-options li.is-selected {
    color: #c0392b;
    background: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

.keys_block button {
    align-items: center;
    border: 0px solid #000;
    color: #000;
    display: inline-flex;
    font-size: 16px;
    font-weight: 900;
    justify-content: center;
    line-height: 1.2;
    padding: 10px 20px;
    text-transform: inherit;
    transition: border-color .33s ease, background-color .33s ease, color .33s ease, box-shadow .25s ease;
    /* position: absolute; */
    /* bottom: 50px; */
    background: #0c8cff;
    border-radius: 3px;
    padding: 12px 20px 14px;
    /* width: 100%; */
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    color: #fff;
    font-weight: 400;
    transition: 0.3s;
}

.roo_keys.product-list__content>div>div>h3 {
    font-size: 24px;
    margin-bottom: 0px;
    display: block;
}

.block_title {
    top: initial;
    transform: inherit;
    margin: auto;
    bottom: 44px;
    left: 0;
    max-width: 1136px;
    right: 0;
    position: absolute;
}

.home__slider.slider .block_title h3 {
    position: relative;
    transform: inherit;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 50px;
}

.home__slider.slider p {
    position: relative;
    left: 0;
    top: 40px;
    transform: inherit;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

p.tags a {
    height: 32px;
    padding: 5px 15px;
    border-radius: 5px;
    /* background: rgb(73 75 77); */
    border: 1px solid rgb(73 75 77);
    border-radius: 0;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    color: rgb(73 75 77);
    font-weight: 300;
    margin-right: 5px;
}

p.tags a:hover {
    background: rgb(155 155 155 / 12%);
}

.home__slider.slider .after {
    height: 300px;
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255) 0%, rgba(0, 0, 0, 0) 100%);
}

.home__slider.slider {
    background: url(https://www.elogist.com.ua/wp-content/uploads/2023/01/znimok-ekrana-2023-01-25-o-17.27.12-scaled.webp);
    height: 70vh;
    background-position: top;
    background-size: cover;
}

@media (max-width:768.98px) {
    .home__slider.slider h1 {
        position: absolute;
        left: 0;
        top: 0px;
        transform: inherit;
        font-size: 40px;
        font-weight: 900;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 4px;
    }

    .home__slider.slider .after {
        display: block;
        text-align: center;
        position: absolute;
        bottom: 0;
        height: 200px;
        WIDTH: 100%;
        background: rgvb(2, 0, 36);
        background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .home__slider.slider {
        background: url(https://www.elogist.com.ua/wp-content/uploads/2023/01/znimok-ekrana-2023-01-25-o-17.27.12-scaled.webp);
        height: 50vh;
        background-position: top;
        background-size: cover;
        position: relative;
    }

    .home__slider.slider p {
        z-index: 99999;
        position: relative;
        left: 0;
        top: 70px;
        transform: inherit;
        font-size: 16px;
        font-weight: 300;
        color: #000;
        padding: 0 20px;
        text-align: left;
    }

    p.tags a {
        height: 32px;
        padding: 10px 0;
        border-radius: 5px;
        /* background: rgb(73 75 77); */
        border: 0;
        border-radius: 0;
        cursor: pointer;
        border-radius: 5px;
        font-size: 14px;
        color: rgb(73 75 77);
        font-weight: 300;
        margin-right: 5px;
        display: inline;
        text-decoration: underline;
    }

    .container-main {
        padding: 20px;
    }

    .cards {
        margin-top: 24px;
        margin-bottom: 18px;
        padding: 0 0px;
    }

    .home__slider.slider h1 img {
        height: 25px !important;
        top: 0 !important;
        margin-left: 20px;
    }
}

.home__slider.slider .after {
    background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.home__slider.slider h1 {
    position: absolute;
    left: 0;
    top: 0px;
    transform: inherit;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0;
}




.post__category .cat-item a,
.post__category .cat-item span {
    display: block;
    padding: 6px 15px 4px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #08080A;
    border: 1px solid #CAD2DF;
}

.post__category .current-cat a,
.post__category .current-cat span {
    cursor: default;
    pointer-events: none;
    color: #fff;
    border-color: #5DC948;
    background-color: #5DC948;
}

.post__row {
    display: flex;
    flex-wrap: wrap;
    margin: 66px -23px 0;
}

.post-content__column {
    flex: 0 0 33.3333333333%;
    padding: 0 23px;
    margin-bottom: 48px;
}

.post-content {
    display: block;
}

.post-content__img img {
    width: 100%;
    border-radius: 8px;
}

.post-content__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    font-size: 14px;
    line-height: 26px;
}

.post-content__info div {
    display: flex;
    column-gap: 18px;
}

.post-content__category {
    color: #CAD2DF;
}

.post-content__date {
    padding-left: 21px;
    color: #CAD2DF;
    background-image: url(../img/icon-day-grey.svg);
    background-position: left 6px;
    background-repeat: no-repeat;
}

.post-content__view {
    padding-left: 22px;
    color: #08080A;
    background-image: url(../img/icon-view-green.svg);
    background-position: left 5px;
    background-repeat: no-repeat;
}

.post-content__main {
    text-align: left;
}

.post-content__title {
    margin-top: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #121212;
}

.post-content__description {
    margin-top: 27px;
    font-size: 14px;
    line-height: 21px;
    color: #181818;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.post-content__btn {
    margin-top: 34px;
}

.post__row_list .post-content__column:nth-child(7n+1) {
    flex: 0 0 100%;
    margin-bottom: 63px;
}

.post__row_list .post-content__column:nth-child(7n+1) .post-content {
    display: flex;
    justify-content: space-between;
}

.post__row_list .post-content__column:nth-child(7n+1) .post-content__main {
    flex: 0 0 38%;
    order: 1;
}

.post__row_list .post-content__column:nth-child(7n+1) .post-content__img {
    flex: 0 0 53.5%;
    order: 2;
}

.post__row_list .post-content__column:nth-child(7n+1) .post-content__info {
    justify-content: flex-start;
    margin-top: 0;
    column-gap: 34px;
}

.post__row_list .post-content__column:nth-child(7n+1) .post-content__info div {
    column-gap: 34px;
}

.post__row_list .post-content__column:nth-child(7n+1) .post-content__category {
    display: block;
    padding: 6px 15px 4px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #08080A;
    border: 1px solid #CAD2DF;
}

.post__row_list .post-content__column:nth-child(7n+1) .post-content__title {
    margin-top: 61px;
    font-size: 29px;
    line-height: 39px;
}

.post__row_list .post-content__column:nth-child(7n+1) .post-content__description {
    margin-top: 37px;
}

.post-more {
    padding-bottom: 80px;
    overflow: hidden;
}

.post-more-top {
    padding: 10px 0 10px;
    background-color: #fff;
    position: relative;
    margin-bottom: 40px;
}

.post-more__title {
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    color: #0B0C0F;
}

.post__row_more {
    margin-top: 56px;
}

.post__row_slider {
    margin: 56px 0 0;
}

.post__row_more .post-content__info {
    display: inherit;
}

.post__row_more .post-content__category {
    display: none;
}

.post__row_more .post-content__info div {
    justify-content: space-between;
}

@media only screen and (min-width: 1024px) {
    .post-more__btn {
        position: absolute;
        top: -11px;
        right: 10px;
    }

    .post-more__btn .btn_main {
        text-transform: uppercase;
    }
}

.post-more__btn .btn_main {
    display: inline-block;
    background: #F9F9F9;
}

.post-more__btn .btn_main span {
    padding-right: 38px;
}

@media only screen and (max-width: 1179px) {
    .post__row {
        margin: 50px -10px 0;
    }

    .owl-post-slider .item {
        max-width: 356px;
    }

    .post-content__column {
        padding: 0 10px;
    }

    .post-content__description {
        margin-top: 20px;
    }

    .post-content__btn {
        margin-top: 25px;
    }

    .post__row_list .post-content__column:nth-child(7n+1) .post-content__title {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1023px) {
    .post__row_slider {
        margin-top: 26px;
    }

    .post-content__column {
        flex: 0 0 50%;
    }

    .post__row_list .post-content__column:nth-child(7n+1) .post-content__main {
        flex: 0 0 50%;
    }

    .post__row_list .post-content__column:nth-child(7n+1) .post-content__img {
        flex: 0 0 calc(50% - 10px);
    }

    .post__row_list .post-content__column:nth-child(7n+1) .post-content__title {
        margin-top: 30px;
        font-size: 18px;
        line-height: 25px;
    }

    .post__row_list .post-content__column:nth-child(7n+1) .post-content__description {
        margin-top: 30px;
    }

    .post-more__btn {
        margin-top: 35px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .post-more-top {
        padding: 40px 0 20px;
    }

    .post-more-top .post-more__title {
        text-align: center;
    }

    .post {
        padding-top: 26px;
    }

    .owl-post-slider .item {
        max-width: 250px;
    }

    .post__category {
        max-width: 200px;
        margin: 0 auto;
    }

    .post__category_label {
        display: block;
    }

    .post__category_content {
        position: relative;
    }

    .post__category_content ul {
        display: none;
        background: #fff;
    }

    .post__category_active .post__category_content ul {
        position: absolute;
        top: 55px;
        left: 0;
        right: 0;
        display: block;
    }

    .post__category_input {
        display: block;
        padding: 14px 50px 14px 22px;
        font-size: 14px;
        line-height: 25px;
        text-align: left;
        border: 1px solid #CAD2DF;
        background-image: url(../img/icon-arrow-down-black.svg);
        background-repeat: no-repeat;
        background-position: right 26px center;
    }

    .post__category .cat-item a,
    .post__category .cat-item span {
        padding: 14px 22px;
        text-align: left;
        border-top: 0;
    }

    .post__category .cat-item a:hover,
    .post__category .cat-item span:hover {
        color: #fff;
        border-color: #5DC948;
        background-color: #5DC948;
    }

    .post-content__column {
        flex: 0 0 100%;
    }

    .post-content__column:last-child {
        margin-bottom: 0;
    }

    .post-content__column,
    .post__row_list .post-content__column:nth-child(7n+1) {
        margin-bottom: 40px;
    }

    .post__row_list .post-content__column:nth-child(7n+1) .post-content {
        flex-direction: column;
    }

    .post__row_list .post-content__column:nth-child(7n+1) .post-content__main {
        flex: 0 0 100%;
        order: 2;
    }

    .post__row_list .post-content__column:nth-child(7n+1) .post-content__img {
        flex: 0 0 100%;
        order: 1;
    }

    .post__row_list .post-content__column:nth-child(7n+1) .post-content__info {
        margin-top: 12px;
        justify-content: space-between;
    }

    .post__row_list .post-content__column:nth-child(7n+1) .post-content__info div {
        column-gap: 18px
    }

    .post__row_list .post-content__column:nth-child(7n+1) .post-content__category {
        padding: 0;
        color: #CAD2DF;
        border: none;
    }

    .post__row_list .post-content__column:nth-child(7n+1) .post-content__title {
        margin-top: 15px;
    }

    .post-content__info,
    .post__row_list .post-content__column:nth-child(7n+1) .post-content__info {
        margin-top: 16px;
        font-size: 12px;
        line-height: 20px;
    }

    .post__row_list .post-content__column:nth-child(7n+1) .post-content__category {
        font-size: 12px;
        line-height: 20px;
    }

    .post-content__date {
        background-position: left 2px;
    }

    .post-content__view {
        background-position: left 2px;
    }

    .post-content__title,
    .post__row_list .post-content__column:nth-child(7n+1) .post-content__title {
        margin-top: 16px;
        font-size: 16px;
        line-height: 22px;
    }

    .post-content__description,
    .post__row_list .post-content__column:nth-child(7n+1) .post-content__description {
        margin-top: 16px;
        font-size: 12px;
        line-height: 18px;
    }

    .post-more {
        padding-bottom: 40px;
    }

    .post-more__title {
        font-size: 25px;
        line-height: 32px;
    }

    .post-more-top .btn_main span {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

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

    .post-content__column,
    .post__row_list .post-content__column:nth-child(7n+1) {
        margin-bottom: 30px;
    }

    .post-content__info,
    .post__row_list .post-content__column:nth-child(7n+1) .post-content__info {
        margin-top: 10px;
    }

    .post-content__title,
    .post__row_list .post-content__column:nth-child(7n+1) .post-content__title {
        margin-top: 13px;
        font-size: 12px;
        line-height: 18px;
    }

    .post-content__description,
    .post__row_list .post-content__column:nth-child(7n+1) .post-content__description {
        margin-top: 13px;
        font-size: 10px;
        line-height: 15px;
    }
}

/*    owl    */
h3.post-more__title.title {
    font-size: 42px;
    padding-bottom: 20px;
    font-weight: 900;
}

.post-content__date {
    color: #717173;
    font-weight: 400;
    font-size: 10px;
    padding: 10px 0;
}

.owl-carousel .owl-item img {
    border-radius: 10px;
}

.items {
    font-weight: 300;
    margin-bottom: 20px;
}

.items b {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1rem;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1.9px;
}

.items img {
    width: 100%;
    border-radius: 10px;
}

.items.card a {
    font-size: 12px;
}

.description {
    font-weight: 300;
    margin-bottom: 20px;
}

.header_block {
    background: url(/wp-content/uploads/2024/11/industrial-park-factory-building-warehouse-scaled.webp);
    background-size: cover;
    background-position: center;
}

.header_block .container-main {
    display: flex;
    height: 700px;
}

.header_block .container-main h1 {
    color: #fff;
    margin-top: 100px;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
}

@media only screen and (max-width: 760px) {
    .header_block {
        background: url(/wp-content/uploads/2024/11/industrial-park-factory-building-warehouse-scaled.webp);
        background-size: cover;
        background-position: left;
    }

    .header_block .container-main {
        display: flex;
        height: 360px;
    }

    .header_block .container-main h1 {
        color: #fff;
        margin-top: 0px;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 900;
    }

    .roo_keys.product-list__content {
        padding-top: 0;
    }
}


.cm_cat {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    max-width: 1440px;
    /* width: 100%; */
    /* padding-right: 33.3333333333%; */
    /* overflow-x: auto; */
    -ms-overflow-style: none;
    scroll-behavior: auto;
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10%;
    margin-top: 50px;
}

@media only screen and (max-width: 760px) {
    .cm_cat {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 8px;
        max-width: 1440px;
        /* width: 100%; */
        /* padding-right: 33.3333333333%; */
        /*    overflow-x: auto;*/
        -ms-overflow-style: none;
        scroll-behavior: auto;
        display: grid;
        grid-template-columns: 31% 31% 31%;
    }
}

.cm_cat .item {
    cursor: pointer;
    position: relative;
    width: 110px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 14px;
    /*    background-color: #cbcbcb;*/
    transition: all 0.4s ease, background-color 0.3s ease;
    cursor: pointer;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 14px 30px rgba(172, 173, 188, .2);
    border-radius: 8px;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}

.cm_cat .img img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    max-width: 90%;
    max-height: 30px;
    margin: auto;
    height: auto;
    padding: 2px 3.2px 2px 4px;
    z-index: -1;
    opacity: 0.4;
}

.cm_cat .title {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.cm_cat .title span {
    color: #585858;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.cm_cat .item a {
    display: grid;
    align-content: space-between;
    height: 100%;
    padding: 15px 0;
}

.cm_cat .item:hover {
    box-shadow: none;
}


.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.region {
    cursor: pointer;
    width: 30%;
    margin-bottom: 10px;
}

.region h3 {
    margin-bottom: 10px;
}

.region ul {
    list-style-type: none;
    padding-left: 0;
}

.region ul li {}

.region ul {
    height: 0px;
    overflow: hidden;
    top: 0;
    transition: .3s;
}

.region {
    width: 30%;
    margin-bottom: 20px;
}

.region>div {
    display: inline-block;
    position: relative;
}

.region svg {
    background: url(/wp-content/themes/Divi/img/right-arrow-svgrepo-com.svg);
    height: 10px;
    width: 10px;
    background-size: contain;
    margin-left: 10px;
    opacity: 0.4;
}

.region:hover ul {
    height: auto;
    overflow: auto;
    position: absolute;
    top: -7px;
    background: #ffffffa8;
    z-index: 999999;
    width: 200px;
    border-radius: 5px;
    left: 100%;
    backdrop-filter: blur(3px);
    box-shadow: 0px 0px 10px #00000026;
}

.region ul li {
    font-size: 14px;
    font-weight: 300;
}

.region ul li a {
    padding: 7px 10px;
    display: block;
    padding-left: 20px;
}

.region:hover ul li:hover {
    background: #098bff;
    cursor: pointer;
    color: #fff;
}

.region:hover ul {
    height: auto;
    overflow: auto;
    position: absolute;
    top: -7px;
    background: #f0f0f0;
    z-index: 999999;
    width: 200px;
    filter: drop-shadow(0px 2px 2px #aaa);
    border-radius: 5px;
    left: 100%;
}

.region h3 {
    padding: 3px 5px;
    padding-left: 10px;
    background: transparent;
}

.region:hover h3 {
    margin-bottom: 10px;
    padding: 3px 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    padding-left: 10px;
    background: #098bff;
    color: #fff;
    transition: 0.1s;
}

.svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

/* Стилі для SVG анімації ліній */
.animated-line {
    stroke: black;
    stroke-dasharray: 5, 5;
    stroke-width: 1;
    fill: none;
    stroke-linecap: round;
    animation: dash 5s linear infinite;
    /* Анімація для лінії */
}

@keyframes dash {
    to {
        stroke-dashoffset: -50;
        /* Зсув штрихів для створення ефекту руху */
    }
}

.region h3 {
    display: inline;
}


.tags {
    margin-bottom: 30px;
}

.tags span {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 400;
    background: #efefef;
    border-radius: 5px;
    margin-right: 0px;
    color: #3d4d59;
}

.roo_keys.product-list__content {
    padding-bottom: 15px;
}

@media screen and (max-width: 600px) {
    .region {
        width: 50%;
        margin-bottom: 20px;
    }

    .region h3 {
        font-size: 12px;
        font-weight: 400;
    }

    .region h3 {
        padding: 0px 0px;
        padding-left: 0px;
        background: transparent;
    }

    .city {
        left: -15px !important;
        top: 6px !important;
    }

    .prod_promo_desc {
        margin-bottom: 60px;
    }

    .city {
        background: none;
    }

    .region:hover ul {
        height: auto;
        overflow: auto;
        position: absolute;
        top: 26px;
        background: #f0f0f0;
        z-index: 999999;
        width: 190px;
        filter: drop-shadow(0px 2px 2px #aaa);
        border-radius: 5px;
        left: 0;
    }

    .roo_keys.product-list__content>div>div>h3 {
        font-size: 24px;
        /* margin-bottom: 20px; */
        display: block;
        padding-bottom: 0;
        /*    margin-bottom: -20px;*/
    }
}

.login__divider {

    border: 0;
    color: #5c5e62;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 20px;
    outline: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.login__divider:before {
    background: #eee;
    content: "";
    height: 1px;

    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.login__divider:after {
    background-color: #fff;
    content: attr(data-divider-label);
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.city {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
}



.swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
    height: auto;
}

.carousel_slide {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 262px;
}

.swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
}

.sales_products {
    padding: 36px 16px 20px;
    background-color: #fff;
    box-shadow: 0 14px 30px rgba(172, 173, 188, .2);
    border-radius: 8px;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}

.sales_products_report {
    padding: 16px 16px 20px;
    background-color: #fff;
    box-shadow: 0 14px 30px rgba(172, 173, 188, .2);
    border-radius: 8px;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}



.prod_promo_desc {
    margin-bottom: 35px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.prod_promo_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.prod_promo_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.prod_item_card_promo .splink {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 25px 12px 20px;
}

.prod_promo_button_wrap {
    position: absolute;
    bottom: 24px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: translate(-50%, 0);
}

.prod_promo_img {
    display: flex;
    justify-content: center;
    max-width: 258px;
    height: auto;
    margin: -16px 0 0 0;
}

.prod_promo_title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.prod_promo_img img {
    border-radius: 110px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 5px solid #fff;
    filter: drop-shadow(2px 4px 6px #000);
}

.prod_promo_button span {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.prod_promo_button {
    display: inline-flex;
    align-items: center;
    padding: 6px 7px 6px 12px;
    gap: 10px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 18px;
}

.swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
}

.prod_item_card_promo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    background: radial-gradient(50% 50% at 50% 50%, #FC7494 0%, #AD0E2F 100%);
    border-radius: 6px;
    width: 262px !important;
}

.section_title {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 12px;
    margin: 0 0 20px;

    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
}

.section_title .popular_title {

    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #64667D;
    cursor: default;
}

.sp_image img {
    width: 100%;
    height: 200px;
    object-position: center;
    object-fit: cover;
}

.carousel_slide .sp_price {
    height: 70px;
}

.sp_price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
}

.carousel_slide .sp_image,
.carousel_slide .sp_link,
.carousel_slide .sp_text_title {
    user-select: none;
}

.sp_text .sp_text_title {
    height: 50px;
    font-weight: 900;
    font-size: 18px;
    line-height: 140%;
    text-align: left;
    display: grid;
    align-items: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2C2E3F;
}

.status_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 10px;
}

.status_wrap_referenc {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*            top: 20px;*/
    /*            left: 10px;*/
}

.status_wrap_referenc img {
    width: 75%;
    margin: auto;
    text-align: center;
}

.status_wrap .sp_price_dif {
    position: relative;
    top: 0;
    left: 0;
}

.sp_price_dif {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    background: red;
    border-radius: 25px;
}

@media only screen and (max-width: 767px) {
    .prod_items_slider .flex_1 {
        margin-top: 80px !important;
        flex-direction: row;
        justify-content: space-between !important;
    }
}

@media only screen and (max-width: 767px) {
    .prod_items_slider .flex_1 {
        margin-top: 80px;
    }

    .floating-chat.enter.expand {
        width: 100%;
    }

    .blog_headline_block {
        flex-direction: column;
    }

    .section_title {
        font-size: 18px;
    }

    .section_title .popular_title {
        font-size: 18px;
    }

    .section_promoblock_mark {
        font-size: 16px;
    }

    .blog_search_box {
        width: 100%;
        /*                padding: 1.5rem 1.5rem;*/
        border: 1px solid #64667d;
        height: 2.5rem;
    }


    button.blog_search_btn {
        max-width: 100% !important;
    }

    .blog_search_module {
        gap: 1rem;
    }

    .blog_search_btn {
        width: 90%;
        text-transform: uppercase;
    }

    .blog_headline h1.blog_headline_item {
        align-items: center;
        justify-content: center;

    }

    .blog_headline h1.blog_headline_item span {
        font-size: 46px !important;
        text-align: center;
        color: #fff;
        /*                background: radial-gradient(50% 50% at 50% 50%, rgb(63 66 90 / 60%) 0%, rgb(31, 33, 45) 100%) 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);*/
        /*                -webkit-background-clip: text;*/
        /*                -webkit-text-fill-color: transparent;*/
    }

    .blog_headline h1.blog_headline_item.main {
        text-align: center;
    }

    .flex_1 {
        flex-direction: column;
    }

    h1.blog_headline_item.main p {
        font-size: 12px;
        margin-top: 20px;
        color: #000;
    }

    div#page {
        overflow: hidden;
    }

}




.blog_search_btn {
    animation: puls 1s infinite;
}

@keyframes puls {
    0% {
        box-shadow: #999 0 0 0 0;
    }

    80% {
        box-shadow: #fff1 0 0 0 10px;
    }
}

.arrow {
    display: inline-flex;
    width: 6px;
    height: 11px;
    background-image: url(/img/lp/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.section_title.black .st_main {
    color: #2C2E3F;
}


#tabs {
    padding: 0
}

.tabs_content_char table {
    width: 100%
}

.tabs_content_char th {
    /*              color: #000!important;*/
    /*            font-weight: 900 !important;*/
    text-align: left;
}

.tabs_content_char .product_row {
    border-bottom: none
}

.tabs_content_char .prod_all_char {
    display: table;
    width: 100%
}

.tabs_content_char .prod_char_item {
    display: flex;
    margin: 0;
    background-image: none !important;
    border-top: 0.4px solid #C4C4C4;
    padding: 0
}

.tabs_content_char .prod_char_item:last-child {
    border-bottom: 0px solid #C4C4C4
}

.tabs_content_char .char_key,
.tabs_content_char .char_value {
    display: flex;
    flex: 0 1 50%;
    max-width: 50%;
    width: 100%;
    padding: 10px 20px;
    align-items: center;
    color: #6B6B6B;
    font-size: 16px;
    font-weight: 400;
    /* font-family: "Inter"; */
}

.tabs_content_char .char_value {
    color: #64667D
}

#tabs_description video {
    width: 100%;
    height: 100%
}


#tabs_char,
#tabs_complete {
    background-color: white !important;
    /*            border-radius: 1.5rem;*/
    overflow: hidden;
    margin-top: 20px;
}

.section_btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 24px 0 0 0;
}

.section_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 40px 2px 24px;
    gap: 10px;
    height: 40px;
    border: 1px solid #DCDCE3;
    border-radius: 24px;
    transition: 0.4s ease-in-out;
    background: #0070fc;
    color: #fff !important;
}

a.section_btn {
    padding: 5px 10px;
    margin-bottom: 0px;
    margin-top: 0;
    color: #fff;
    padding: 10px;
    margin-right: 10px;
    font-size: 10px;
    text-transform: uppercase;
}

.cart_avail {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
    background: rgb(0 112 252 / 10%);
    border: none;
}

.article_author_item.bottom {
    display: inline-flex;
}

.article_author_item {
    border-radius: 0.375rem;
    transition: all 0.4s ease-in-out;
}

.article_author_avatar {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 28px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    background: #fff;
}

.article_author_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.article_author_name {
    color: #000;
    transition: all 0.4s ease-in-out;
    font-family: 'Comforter', cursive;
}

.article_author_name {
    /*    font-family: "TTFirsNeue";*/
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.article_author_desc {
    color: #999;
    transition: all 0.4s ease-in-out;
}

.article_author_desc {
    /*    font-family: "TTFirsNeue";*/
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.article_author_link {
    display: inline-flex;
    padding: 0.5rem;
    align-items: center;
    gap: 0.5rem;
}

.flex_1 {
    display: grid;
    justify-items: center;
    align-items: center;
    /* gap: 20px; */
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .flex_1 {
        align-items: flex-start;
    }

    .article_author_name {
        font-size: 20px;
    }

    .article_author_desc {
        font-size: 17px;
    }

    .blog_search_component {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 1rem;
        width: 100%;
        flex-direction: column;
    }

    .search_articles_panel {
        margin: 10px;
    }

}

span.swiper-pagination-bullet {
    transition: width 1s;
    border-radius: 10px !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 10px;

}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -50px;
}

.swiper-button-prev.prev_but.swiper-button-disabled {
    display: none;
}

.sp_price_old {
    font-size: 12px;
    color: #2c2e3f;
    font-weight: 400;
}

.report .sp_text .sp_text_title {
    font-size: 16px;
    font-weight: 800;
    color: #2c2e3fe6;
}

.breadcrumbs {
    padding-left: 0px;
    color: #000000;
    font-weight: 100;
    margin-top: 20px;
    font-size: 14px;
}