strong {
    font-weight: 700;
}
    .cards {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 40px;
        flex-wrap: wrap;
    }

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

    .card {
        background: #fff;
        box-shadow: 0px 14px 32px rgb(199 203 206 / 70%); 
        border-radius: 8px;
        max-width: 271px;
/*        height: 460px;*/
        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: 5px;
    }

    .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: 4px 0 7px;
        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: 5px;
    }

    .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;
        }
    }

    @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;
        }

    }

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

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



.model {
    position: sticky;
    height: 100vh;
    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;

        display: inline-block;
        color: #fff;
        /*background: #19c37d;*/
        padding: 1rem 2.625rem;
        border-radius: 4px;
        letter-spacing: initial;
        text-transform: uppercase;
        font-weight: 400;
        margin-top: 20px;
    }

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

    .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: 20px;
                            display: block;
                        }

                        .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;
                    }


                     .block_title {
            top: initial;
            transform: inherit;
            margin: auto;
            bottom: initial;
            left: 0;
            max-width: 1136px;
            right: 0;
            position: relative;
            margin: auto;
            /*margin-top: 150px;*/
        }

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

        }

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

        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(/wp-content/uploads/2022/12/truck-driver-inspecting-truck-long-vehicle-before-driving-2.png);
            min-height: 90vh;
            background-position: top;
            background-size: cover;
            height: auto;
        }

        @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: none;
                letter-spacing: 4px;
                z-index: 999999999;
            }

            .home__slider.slider .after {
                display: block;
                text-align: center;
                position: absolute;
                top: 0;
                height: 200px;
                WIDTH: 100%;
                background: rgvb(2, 0, 36);
                background: linear-gradient(0deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 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: initial;
                background-position: top;
                background-size: cover;
                position: relative;
                padding-bottom: 20px;
            }

            .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 {
            top: 0;
            min-height: 90vh;
            height: 100%;
        }

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

        .home__slider.slider h1 {
            position: relative;
            left: 0;
            top: inherit;
            transform: inherit;
            font-size: 52px;
            font-weight: 900;
            /* text-align: center; */
            /*        text-transform: capitalize;*/
            letter-spacing: inherit;
            /*padding-top: 150px;*/
            padding-right: 100px;
            z-index: 2;
        }

        .breadcrumbs {
            margin-top: 90px;
        }

        .keys_block {
            background-color: transparent;
            padding: 0px 0;
            padding-bottom: 10px;
            color: #000;
            position: relative;
        }

        ul li {
            font-weight: 300;
            margin-bottom: 10px;
        }

        .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: 800;
            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-top {
            padding: 0px 0 40px;
            background-color: #fff;
        }

        .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: 320px;
            }

            .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;
        }

        .text-gradient {
            background-image: linear-gradient(45deg, hsl(208deg 100% 52%) 25%, hsl(208deg 100% 24%));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            -moz-background-clip: text;
            -moz-text-fill-color: transparent;
        }

        .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;
            position: relative;
            bottom: 0;
            transition: 0.3s;
        }

        li b {
            font-weight: 700;
        }

        @media only screen and (max-width: 480px) {
            .block_title {
                top: initial;
                transform: inherit;
                margin: auto;
                bottom: initial;
                left: 0;
                max-width: 1136px;
                right: 0;
                position: relative;
                margin: auto;
                margin-top: 0;
                padding: 0 20px;
            }

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

            .home__slider.slider h1 {
                text-align: left;
                margin-top: 0px;
                padding-top: 0px;
            }

            .home__slider.slider p {
                margin-top: 10px;
                margin-bottom: 10px;
            }

            .flex {
                width: 100%;
            }

            .home__slider.slider .after {
                top: 0;
                height: 100%;
            }

            .block_title h2 {
                font-size: 16px;
            }

            .home__slider.slider h1 {
                font-size: 36px;
                padding-right: 0;
            }
        }

        .form_new {
            /*display: none; */
            background-color: rgb(255 255 255 / 80%);
            z-index: 1;
            -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px);
            -webkit-transition: background-color .2s ease;
            transition: background-color .2s ease;
            padding: 0 40px;
            box-shadow: 0px 0px 20px #999;
            /*margin-top: 100px;*/
            border-radius: 10px;
        }

        .block_title {
            display: flex;
            justify-content: space-between;
            align-content: center;
            flex-wrap: nowrap;
            flex-direction: row;
            height: 100%;
            padding-top: 50px;
            padding-bottom: 100px;
        }

        input[type="text"],
        input[type="tel"] {
            padding: 11px 6px 11px 16px !important;

        }

        @media only screen and (max-width: 480px) {
            .block_title {
                display: block;
                padding-top: 20px;
            }

            .contact h3 {
                font-size: 24px !important;
            }

            .contact {
                padding-top: 1px;
                display: block;
            }

            .form_new {
                margin-top: 50px;
                padding: 0 20px;
            }
        }

        .home__slider.slider p {
            text-align: left;
        }

        .post__row_slider {}


        .city {
            font-weight: 400;
            background: #fff;
            color: #000;
            border: 3px solid #000;
            border-radius: 5px;
            padding: 4px 30px;
            font-weight: 800;
            display: inline-block;
            font-size: 26px !important;
            margin-top: 10px;
        }

        .main__raiting_link {
            display: flex;
            align-items: center;
            gap: 10px
        }

        .main__raiting_link b {
            font-weight: 700
        }

        .main__raiting_stars {
            background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Layer_1' style='enable-background:new 0 0 612 792;' version='1.1' viewBox='0 0 612 792' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FCAF17;%7D%0A%3C/style%3E%3Cg%3E%3Cpolygon class='st0' points='306,153 216.4,298.9 50,339 161,469.3 147.8,639.9 306,574.6 464.2,639.9 451,469.3 562,339 395.6,298.9 306,153 '/%3E%3C/g%3E%3C/svg%3E") 0 50% repeat-x;
            width: 105px;
            height: 30px;
            display: inline-block;
            margin-right: 10px;
        }

        .main__raiting_photos {
            display: flex;
            gap: 3px
        }

        .main__raiting_photo {
            width: 25px;
            height: 25px;
            border-radius: 5px;
            background: #000 50%/cover no-repeat
        }

        .main__raiting_photo--1 {
            background-image: url(//genius.space/wp-content/themes/avis-gs/css/../img/raiting/fb_1.jpg)
        }

        .main__raiting_photo--2 {
            background-image: url(//genius.space/wp-content/themes/avis-gs/css/../img/raiting/fb_2.jpg)
        }

        .main__raiting_photo--3 {
            background-image: url(//genius.space/wp-content/themes/avis-gs/css/../img/raiting/fb_3.jpg)
        }

        .main__raiting_photo--4 {
            background-image: url(//genius.space/wp-content/themes/avis-gs/css/../img/raiting/fb_4.jpg)
        }

        .main__raiting_photo--5 {
            background-image: url(//genius.space/wp-content/themes/avis-gs/css/../img/raiting/fb_5.jpg)
        }

        .block_title h2 {
            font-size: 18px;
        }

        .block_title {
            display: flex;
            justify-content: space-between;
            align-content: center;
            flex-wrap: nowrap;
            flex-direction: row;
            height: 100%;
            margin-top: 0px;
            padding-bottom: 20px;
/*            background: #248aff1f;*/
/*            padding: 50px;*/
        }

        .home__slider.slider {
            background-image: none !important;
        }

        @media only screen and (max-width: 767px) {
            .block_title {
                display: block;
                justify-content: space-between;
                align-content: center;
                flex-wrap: nowrap;
                flex-direction: row;
                height: 100%;
                margin-top: 0;
                padding-top: 100px;
                padding-bottom: 100px;
                background: #248aff1f;
                padding: 10px;
                padding-top: 20px;
            }

        }

          .poslugi {
            padding: 0px 0;
        }

        .poslugi a {
            color: #fff;
            font-weight: 300;
            font-size: 14px;
            padding: 3px 0;
            display: block;
        }

        .poslugi .container-main {
            display: flex;
            justify-content: space-between;
        }

        .poslugi h3 {
            color: #000;
            text-align: left;
            margin: 0 0 100px;
            font-size: 32px;
            font-weight: 900;
        }

        .poslugi .container-main div h2 {
            font-size: 12px;
            color: #ffffff94;
            margin-bottom: 10px;
            font-weight: 400;
        }

        @media (max-width:768.98px) {
            .poslugi .container-main {
                padding: 20px;
                display: flex;
                justify-content: space-between;
                flex-direction: column;
            }

            .poslugi .container-main div {
                margin-bottom: 20px;
            }
        }

        .poslugi .roo_keys.product-list__content div {
            color: #000 !important;
        }

        .dodo_ckic {
            align-items: center;
            border: 3px solid #000;
            color: #000;
            display: block;
            font-size: 16px;
            font-weight: 900;
            justify-content: center;
            line-height: 1.2;
            padding: 10px 20px;
            text-transform: inherit;
            width: 320px;
            margin: 40px auto 100px;
            transition: border-color .33s ease, background-color .33s ease, color .33s ease, box-shadow .25s ease;
        }

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

        .cards {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            gap: 15px;
            margin-top: 40px;
            flex-wrap: wrap;
            font-weight: 300;
        }

        .card-params {
            background: #ededed;
        }

        .-item {
            padding-left: 10px;
        }

        .-item .top-bar__info-indicator-on {
            left: -10px;
            top: 10px;
        }

        .-item a {
            font-size: 12px;
            text-decoration: revert;
        }

        .card-dop-text img {
            width: 100%;
            filter: contrast(1.2);
            object-fit: cover;
            height: 130px;
            border-radius: 10px;
        }

        @media (max-width:768.98px) {
            .roo_keys.product-list__content {
                padding-top: 75px;
                padding-bottom: 0px;
            }
        }

                .rooo {
            padding: 0;
            height: 100%;
            padding: 100px 0;
            padding-right: 20px;
        }

        .two_roo .row {
            right: 0;
        }

        .two_roo.container-main {
            /*height: 60vh;*/
        }


         .partner-item {
            filter: grayscale(1);
        }

        .partner-item:hover {
            filter: grayscale(0);
        }

        .partner-block {
            padding-top: 50px;
            padding-bottom: 50px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .partner-item img {
            width: 100px;
            height: auto;
        }

        .roo_keys.product-list__content {
            padding-top: 75px;
            padding-bottom: 50px;
        }

        .roo_keys.product-list__content div {
            color: #fff !important;
        }

        .roo_keys.product-list__content>div>div>h3 {
            font-size: 32px;
        }

        .owl-carousel .owl-item img {
            object-fit: cover;
            height: 200px;
        }

        .histopy h4 {
            font-weight: 400;
            font-size: 14px;
            margin: 10px 0px;
            text-decoration: underline;
        }

        .histopy ul li {
            font-weight: 300;
            font-size: 12px;
        }

        .perehod {
            position: relative;
            top: -68px;
            width: 100%;
        }

        @media only screen and (max-width: 480px) {
            .perehod {
                top: -18px;
            }
        }

        .post-content__img {
            position: relative;
        }

        .post-content__img span {
            right: 0;
            position: absolute;
            bottom: 0;
            background: #248aff;
            color: #fff;
            padding: 5px 10px;
            font-weight: 400;
            border-radius: 7px;
            font-size: 12px;
        }
        .home__slider.slider {
            min-height: initial;
        }

@media only screen and (max-width: 480px) {
    .cards {
        display: grid;
        align-items: center;
        justify-content: space-between;
        margin-top: 0px;
        flex-wrap: wrap;
        grid-template-columns: 49% 49%;
        gap: 2%;
    }
}
 .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: none;
    height: inherit;
    /* width: 50%; */
    padding: 5px;
    margin-bottom: 0;
}
 .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: auto;
}
 .card-img img {
     max-width: 100%;
}
 .card-params {
     display: inline-flex;
     align-items: center;
     background: #fff;
     border-radius: 6.90132px;
     padding: 9px;
     margin-top: 5px;
}
 .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: 300;
    font-size: 16px;
    line-height: 10px;
    color: #4f5e69;
}
 .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: 10px;
    font-size: 14px;
    font-weight: 300;
    justify-content: space-between;
    gap: 0px;
    opacity: 0.5;
    flex-direction: column;
}
.card:hover  .card-dop__buttons {
    opacity: 1;
}
 .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: 10px;
}
 .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;
}



.advantages {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
}

.advantage div {
    display: grid;
    gap: 10px;
    grid-template-columns: 10% 85%;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}
.advantage div img {
    position: absolute;
    right: -20px;
    width: 100px;
    top: -5px;
}
.advantage .item {
    text-align: center;
    padding: 0;
    background-image: linear-gradient(45deg, hsl(208deg 100% 52%) 25%, hsl(208deg 100% 24%));
    color: #fff;
    font-size: 26px;
    height: 60px;
    /* border-radius: 10000px; */
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.advantage p {
    background: #f5f5f7;
    width: 100%;
    position: relative;
    margin-left: -20px;
    padding: 10px; 
    padding-left: 30px;
    z-index: 0;
    font-weight: 400;

}

.offer_2 i {
    background-image: linear-gradient(45deg, hsl(208deg 93.75% 43.92%) 25%, hsl(208deg 100% 24%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    display: block;
    font-size: 25px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}


@media only screen and (max-width: 767px) {
.advantages {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 30px;
    padding-bottom: 30px;
}
.advantage .item {
    text-align: center;
    padding: 0;
    background-image: linear-gradient(45deg, hsl(208deg 100% 52%) 25%, hsl(208deg 100% 24%));
    color: #fff;
    height: 40px;
    /* border-radius: 10000px; */
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.advantage p {
    font-size: 12px;
}
.advantages h3.post-more__title.title {
    font-size: 24px;
}
.offer_2 i {
    font-size: 18px;
}
}

.review p {
    font-size: 14px !important;
}


.tariff p, .tariff ul, .tariff ul li{
    margin-bottom: 10px;
}
.tariff .block_gr {
    padding: 100px 0;
    color: #fff;
    display: grid;
    grid-template-columns: auto 32%;
    gap: 20px;
    margin: 100px 0 0;
}
.tariff .block_gr .title{
    color: #fff;
}
.tariff .block_gr .title{
    color: #fff;
}
.tariff .block_gr .title span{
    color: #FFBF1C;
}
.tariff .block_gr .price {
    padding-top: 100px;
    color: #000;
}
.price table {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 14px 30px rgb(54 54 54 / 60%);
}

.price th,
.price td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.price th {
    background-color: #0077cc;
    color: #fff;
    font-weight: 300;
}

.price tr:hover {
    background-color: #f0f0f0; /* Колір рядка при наведенні */
}

.price td {
    color: #333; /* Колір тексту в комірках */
}

.price tr:last-child td {
    border-bottom: none;
}

.price td:first-child {
    font-weight: bold;
}


.review .img img {
    width: 30px;
    border-radius: 5px;
}

.review p {margin: 0 !important;}

.review {
    display: grid;
    justify-content: flex-start;
    align-items: center;
    justify-items: start;
    gap: 10px;
    grid-template-columns: auto auto;
}

.review p i {
    font-weight: 900;
    color: #4f5e69;
}
.form_roshyob {
    position: absolute;
    top: 15px;
    right: -335px;
    height: 600px;
}
.form_roshe {
    width: 350px;
    display: block;
    /* padding-bottom: 30px; */
    background: #ffffff;
    z-index: 99999999;
    position: relative;
    padding: 15px;
    margin-top: 50px;
    border-radius: 5px;
    border: 4px solid #248aff;
    border-style: dashed;

}
.form_new {
    min-width: 40%;
    height: max-content;
    box-shadow: none;
    border-radius: 4px;
    position: relative;
}
.form_new {
    /* display: none; */
    background-color: rgb(255 255 255 / 80%);
    z-index: 1;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    padding: 0 40px;
    box-shadow: none;
     margin-top: 0px; 
    border-radius: 10px;
}

.container_input input {
    /* background: #050505; */
    border: 0;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
    margin: 5px 0;
    background-color: #80bbff36;
    border-radius: 5px;
    padding: 12px 15px;
    letter-spacing: 1.3px;
    border: 2px solid #248aff;
}
.home__slider.slider .block_title .form_roshe h3 {
    margin-bottom: 0px;
    position: relative;
    margin-top: 0px;
    font-weight: 800;
    font-size: 18px;
    line-height: 130%;
    color: #322929;
    margin-bottom: 20px;
}
button.btn {
    margin-top: 0;
    padding: 10px 2.625rem;
}
.block_title {
    padding-top: 50px;
    padding-bottom: 100px;
}

.card-dop_type {
    background: #00800040;
    color: green;
}

.card-dop_type-item {
    color: green;
    position: relative;
}
.card-dop_type-item .top-bar__info-indicator-on {
    top: 3px;
    left: -13px;
}

.block_text_contant h1 {
    font-weight: 900;
}

.block_text_contant a {
    color: #248aff;
    text-decoration: underline;
}

.transport_opys {
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 480px) {
    .form_new {
        margin-top: 50px;
        padding: 0 0 !important;
    }
    .form_roshyob {
        position: absolute;
        top: 60%;
        right: auto;
        left: 0;
        height: 100%;
    }

    .home__slider.slider {
        min-height: initial;
        overflow-x: hidden;
        padding-bottom: 120px;
    }
}

.cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.card {
    /* background: #f6f6f6; */
    box-shadow: 0px 14px 32px rgb(199 203 206 / 70%);
    border-radius: 8px;
    max-width: 271px;
    /* height: 460px; */
    width: 100%;
    padding: 14px 19px 19px 19px;
    margin-bottom: 16px;
}