main {
    background: #F5F5F7;
    overflow: hidden;
}
  p {
            font-weight: 300;
        }
    .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; */
        }
    
        .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px !important;
}
        .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: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 #rev-2 h3 {
            /*    font-size: 24px;*/
            margin-bottom: 10px;
            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: 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%);
        }
    
        .block_title h1 {
            font-size: 50px;
            margin-top: 60px;
            font-weight: 800;
        }
    
        .block_title i {
            font-weight: 400;
        }
    
        .desk strong {
            font-weight: 500;
        }
    
        .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;
            border: 1px solid transparent;
        }
    
        .keys_block button {
            position: relative;
            top: 0px;
        }
    
        .container_input input {
            background: #f4f4f4;
            border: 0;
            padding: 10px;
            border-radius: 3px;
            width: 80%;
            margin: 5px 0;
            background-color: #f4f4f4;
            border-radius: 5px;
            padding: 12px 15px;
            letter-spacing: 1.3px;
            border: 1px solid transparent;
        }
        p {
            font-weight: 300;
        }
        .korotkyj_opys p strong {
    margin-bottom: 10px;
    display: block;
}
        .container-main {
            max-width: 1136px !important;
            margin: auto;
            /* width: 90vw; */
            height: inherit;
        }
    
        .row_fi p {
            font-weight: 300;
            margin-top: 0;
        }
    
        .roo_keys.product-list__content>div {
            display: block;
            margin-bottom: 0px;
        }

        .items_driver {
            border-radius: 64px;
            padding: 24px;
            background-color: rgb(18 19 22 / 4%);
        }
    
        .items_driver .item {
            display: grid;
            grid-template-columns: 1fr 1fr 3fr 3fr 1fr 1fr;
            grid-auto-flow: column;
            grid-template-rows: 1fr;
            justify-content: end;
            align-items: center;
            padding: 24px;
            border-bottom: 1px solid #dedede;
            border-radius: 20px;
        }
    
        .items_driver .item {
            font-weight: 300;
            font-size: 14px;
        }
    
        .items_driver .item:hover {
            background-color: rgb(18 19 22 / 4%);
        }
    
        .items_driver .item img {
            opacity: 0.4;
            width: 40px;
            filter: invert(1);
        }
    
        @media screen and (max-width: 600px) {
            .flex {
                width: 100%;
            }
        }
    
        .block_nativ h3 {
            -moz-background-clip: text;
            -moz-text-fill-color: transparent;
            padding: 2px 0 20px;
            font-size: 32px;
            margin-bottom: 0;
            color: #000;
        }
    
        .block_nativ {
            display: flex;
            align-content: space-between;
            justify-content: space-between;
            max-width: 560px;
            margin: auto;
            position: absolute;
            bottom: 50px;
            left: 0;
            right: 0;
        }
    
        .block_nativ div {
            background: #f5f9fe;
            width: 160px;
            padding: 10px;
            display: flex;
            height: 160px;
            flex-direction: column;
            justify-content: center;
            /* border-radius: 5px; */
            text-align: center;
            border-radius: 100px;
        }
    
        .block_nativ p {
            margin: 0 !important;
            margin-bottom: 15px !important;
        }
    
        @media screen and (max-width: 600px) {
            .block_nativ h3 {
                font-size: 14px;
                margin-bottom: 0;
                padding: 2px 0 0px;
            }
    
            .keys_block .roo_keys.product-list__content {
                display: grid;
                margin-top: 10px !important;
            }
    
            .desk {
                margin-top: 40px;
            }
    
            .container-main {
                padding: 10px;
            }
    
            .block_nativ {
                display: flex;
                align-content: space-between;
                justify-content: space-between;
            }
    
            .block_nativ div {
                background: #f5f9fe;
                width: 23%;
                padding: 10px;
                display: flex;
                height: 90px;
                flex-direction: column;
                justify-content: center;
                border-radius: 5px;
            }
    
            .block_nativ p {
                margin: 0 !important;
                margin-bottom: 5px !important;
            }
        }
    
        .home__slider.slider h1 {
            position: relative;
            left: 0;
            top: 0px;
            transform: inherit;
            font-size: 37px;
            font-weight: 900;
            text-align: left;
            text-transform: capitalize;
            letter-spacing: 0;
            margin-left: 20px;
        }
    
        .block_title {
            top: initial;
            transform: inherit;
            margin: auto;
            bottom: 0;
            left: 0;
            max-width: 1136px;
            right: 0;
            position: absolute;
        }
    
        .breadcrumbs {
            padding-left: 0px;
            color: #757575;
            font-weight: 400;
            margin-top: 0px;
            font-size: 12px;
        }
    
        .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;
        }
    
        .post-more-top {
            padding: 0px 0 40px;
            background-color: transparent;
        }
    
        .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 0px 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: 0px;
                font-size: 20px;
                line-height: 22px;
                margin-bottom: 10px;
            }
    
            .post-content__description,
            .post__row_list .post-content__column:nth-child(7n+1) .post-content__description {
                margin-top: 6px;
                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: 29px;
            padding-bottom: 20px;
            font-weight: 900;
            color: #4a4d56;
        }
    
        .post-content__date {
            color: #000;
            font-weight: 400;
            font-size: 18px;
            padding: 10px 0;
        }
    
        .post-content__title {
            margin-top: 0;
            margin-bottom: 15px;
            font-weight: 600;
            font-size: 18px;
            line-height: 25px;
            color: #121212;
        }
    
        .owl-carousel .owl-item img {
            border-radius: 10px;
        }
    
        @media (max-width: 575.98px) {
            .product-list__content[_ngcontent-serverApp-c54] {
                margin-top: 0;
            }
    
            .home__slider.slider {
                height: 35vh !important;
            }
        }
    
        input.input_phone {
            padding: 12px;
            width: 60%;
            border: 1px solid #cfcfcf;
            border-radius: 3px;
            background: #fff;
            margin-bottom: 10px;
            width: 230px;
        }
    
        .roo_keys.product-list__content>div>div>p {
            opacity: 1;
        }
    
        .roo_keys.product-list__content>div>div>p>img {
            height: 30px;
        }
    
        .d-flex {
            display: flex;
            flex-direction: column-reverse;
        }
    
        .d-flex img {
            height: 10px;
        }
    
        .d-flex p {
            opacity: 1;
        }
    
        span.btn.btn_readmore {
            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;
        }
    
        .keys_block button {
            width: 250px;
        }
    
        .keys_block button img {
            margin-right: 10px;
        }

        .page.about .post-more {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 50px;
    box-shadow: 0 14px 30px rgba(172, 173, 188, .2);
    padding-bottom: 40px;
}

.page.about .post-more .img_1{
    border-radius: 20px;
    width: 348px;
}
.page.about .post-more .img_2{
    border-radius: 20px;
    width: 348px;
    top: 120px;
    left: 180px;
    position: absolute;
}
.page.about .post-more .img_3{
    border-radius: 20px;
    width: 190px;
    top: 220px;
    left: 0;
    position: absolute;
}
.page.about .post-more p {
    padding-left: 180px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 80px;
}
    .page.about .post-more h3 {
        font-size: 34px;
        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;
        display: block;
        line-height: 1.2;
        margin-top: 0;
    }
@media screen and (max-width: 600px) {
    .page.about .post-more .img_1{
        border-radius: 20px;
        width: 248px;
    }
    .page.about .post-more .img_2 {
        border-radius: 20px;
        width: 210px;
        top: 120px;
        left: 130px;
        position: absolute;
    }
    .page.about .post-more .img_3 {
        border-radius: 20px;
        width: 120px;
        top: 180px;
        left: 0;
        position: absolute;
    }
    .block_flex {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        flex-direction: column;
    }
    .page.about .post-more h3 {
        font-size: 24px;
        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;
        display: block;
        line-height: 1.2;
        margin-top: 100px;
    }
    .page.about .post-more p {
        padding-left: 0px;
        margin-top: 20px;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .cards {
        padding: 0 10px;
    }
    .card {
        height: auto;
    }
    .block_text_contant {
        margin-top: 0px;
    }
}

/*.overlay__title {
        font-size: 1.25rem;
        line-height: 2rem;
        margin-bottom: 1.5rem;
    }*/
    
        .overlay__title {
            font-size: 1.875rem;
            font-weight: 700;
            letter-spacing: -0.025em;
            margin-bottom: 20px;
        }
    
        .overlay__description {
            font-size: 0.875rem;
            line-height: 1.5rem;
            margin-bottom: 2.5rem;
        }
    
        .overlay__description {
            font-size: 1rem;
            line-height: 1.75rem;
            margin-bottom: 3rem;
        }
    
        .fasdfasdf {
            width: 70% !important;
        }
    
        .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;
        }
    
        .content__title__inner>* {
            opacity: 0;
        }

        .block_text_contant h1 {
            margin-bottom: 20px;
            font-size: 33px;
        }
    
        .block_text_contant h2 {
            margin-bottom: 20px;
            font-size: 26px;
        }
    
        .block_text_contant h3 {
            margin-bottom: 20px;
            font-size: 23px;
        }
    
        .block_text_contant {
            padding: 30px 20px;
            background: #f8f8f8;
            font-size: medium;
            margin-top: 50px;
            border-radius: 10px;
        }
    
        .block_text_contant p strong {
            font-weight: 600;
        }
    
        .block_text_contant p {
            font-weight: 400;
            font-size: medium;
            margin-bottom: 20px;
        }
    
        .block_text_contant ul {
            list-style: circle;
            padding-left: 15px;
            font-weight: 400;
        }
    
        .block_text_contant ul li {
            margin-bottom: 10px;
        }
    
        div#page {
            max-width: 1136px;
            margin: auto;
        }
    
        .roo_keys.product-list__content.page_single div.desk {
            width: 70%;
        }
    
        .page_single button {
            align-items: center;
            border: 3px solid #000;
            color: #000;
            display: inline-flex;
            font-size: 16px;
            font-weight: 600;
            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;
        }
    
        .block_free {
            background-color: #000;
            padding: 60px 0;
            padding-bottom: 70px;
            color: #fff;
        }

        .select-hidden {
            display: none;
            visibility: hidden;
            padding-right: 10px;
        }
    
        .select {
            cursor: pointer;
            display: inline-block;
            position: relative;
            font-size: 16px;
            color: #fff;
            width: 100%;
            height: 40px;
            margin: 5px 0;
        }
    
        .select-styled {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border: 1px solid transparent;
            background-color: transparent;
            border-radius: 5px;
            padding: 8px 15px;
            -moz-transition: all 0.1s ease-in;
            -o-transition: all 0.1s ease-in;
            -webkit-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;
            letter-spacing: 1.3px;
        }
    
        .select-styled {
            display: flex;
            align-content: center;
            flex-wrap: wrap;
            color: #797979 !important;
            font-size: 14px;
            font-weight: 400;
            /* text-indent: 15px; */
            max-height: 350px;
            /* overflow: scroll; */
            border-radius: 2px;
            border: 1px solid rgb(195, 195, 195);
            background: #fff;
            border-radius: 5px;
            padding: 15px;
            letter-spacing: 1.3px;
            height: 45px;
        }
    
        .select-styled:after {
            content: "";
            width: 0;
            height: 0;
            border: 4px solid transparent;
            border-color: #757575 transparent transparent transparent;
            position: absolute;
            top: 18px;
            right: 10px;
        }
    
        .container_input input:hover {
            /* background-color: #23272d; */
            border: 0px solid #d3d3d3;
        }
    
    
        .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-styled:active,
        .select-styled.active {
            background-color: #ffffff;
            border: 1px solid #d3d3d3;
        }
    
        .select-options {
            display: none;
            position: absolute;
            top: 100%;
            right: 0;
            left: 0;
            z-index: 999;
            margin: 0;
            padding: 0;
            list-style: none;
            background-color: #f4f4f4;
            border: 1px solid #dcdcdc;
            height: auto;
            overflow: scroll;
            border-radius: 0 0 3px 3px;
            filter: drop-shadow(0px 14px 10px #dcdcdc);
        }
    
        .select-options li {
            margin: 0;
            padding: 14px 0;
            padding: 8px 0px;
            text-indent: 15px;
            /* border-top: 1px solid #ffffff; */
            -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: #5c5e62;
            font-size: 12px;
            font-weight: 400;
        }
    
        .select-options li:hover,
        .select-options li.is-selected {
            color: #000000;
            background: #fff;
        }
    
        .select-options li[rel="hide"] {
            display: none;
        }
    
    
        .main_product img {
            /*    width: 50%;*/
            height: -webkit-fill-available;
        }
    
        .offer {}
    
        .offer_1 {
            display: block;
            font-size: 18px;
            font-weight: 300;
            margin-bottom: 10px;
        }
    
        .offer_2 {
            display: block;
            font-size: 48px;
            font-weight: 900;
            margin-bottom: 10px;
            text-transform: uppercase;
            padding-right: 200px;
        }
    
        .offer_2 i {
            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;
            display: block;
            font-size: 28px;
        }
    
        .offer_3 {
            display: block;
            font-size: 24px;
            font-weight: 900;
            /* margin-bottom: 20px; */
            font-size: 24px;
            margin-bottom: 20px;
        }
    
        .main_product {
            display: grid;
            grid-template-columns: 70% 30%;
            max-width: 100%;
            justify-content: space-between;
            align-items: center;
        }
    
        .offer {
            z-index: 9;
            background: transparent;
            position: relative;
        }
    
        .after {
            position: absolute;
            top: 0;
            right: calc(-360px);
            width: 360px;
            background: #1188fe;
            height: 100%;
        }
    
        .pac-target-input {
            margin: 5px 0px;
            background-color: rgb(242, 242, 242);
            color: rgb(80, 80, 80);
            min-height: 19px;
            font-size: 15px;
            font-weight: 300;
            border-radius: 2px;
            border: 1px solid rgb(195, 195, 195);
        }
    
        .form_submit {
            align-items: center;
            border: 0;
            color: #000;
            display: inline-flex;
            font-size: 16px;
            font-weight: 900;
            justify-content: center;
            padding: 10px 20px;
            position: relative;
            bottom: 0;
            background: #ffd600;
            margin-top: 10px;
    
        }
    
        .answer {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
    
        .answer img {
            width: 100px;
        }
    
        #ves {
            display: none;
        }
    
        img.lazyloaded {
            filter: invert(1);
            width: 30px;
        }
    
        .cilerform {
            background-image: linear-gradient(45deg, hsl(208deg 100% 52%) 25%, hsl(208deg 100% 24%));
            padding: 20px;
        }

        .cilerform .form_submit {
            cursor: pointer;
        }
    
        form#ajaxform input {
    /*        background: transparent !important;*/
    /*        color: #fff !important;*/
    
        }
    
        form#ajaxform input::placeholder {
    /*        color: #fff;*/
        }
    
        @media screen and (max-width: 600px) {
            .main_product {
                display: grid;
                grid-template-columns: 100%;
                max-width: 100%;
                justify-content: space-between;
                align-items: center;
            }
    
            .offer_2 {
                display: block;
                font-size: 28px;
                font-weight: 900;
                margin-bottom: 10px;
                text-transform: uppercase;
                padding-right: 0px;
            }
    
            .offer_2 i {
                font-size: 14px;
            }
    
            .offer_3 {
                display: block;
                font-size: 24px;
                font-weight: 900;
                /* margin-bottom: 20px; */
                font-size: 14px;
                margin-bottom: 40px;
            }
    
            .contact h3 {
                font-size: 24px;
            }
        }
    
    
    
    
        .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: #fff;
            margin-top: 10px;
            font-weight: 500;
            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;
        }
    
        .card-img {
            height: inherit;
        }
    
        .card-dop__buttons a {
            font-size: 12px;
            font-weight: 400;
            margin-right: 20px;
        }
    
        .card-dop-title {
            font-weight: 800;
            font-size: 18px;
            line-height: 18px;
        }
    
        .cilerform form#ajaxform input {
            background: #fff !important;
            color: #000 !important;
            border: 0;
        }
    
        .cilerform form#ajaxform input::placeholder {
            color: #797979;
        }
        
    .cilerform{
        background-image: linear-gradient( 45deg, hsl(208deg 100% 52%) 25%, hsl(208deg 100% 24%) );
        padding: 20px;
    }
    form#ajaxform input {
    /*    background: transparent !important;*/
    /*    color: #fff !important;*/
    
    }
    form#ajaxform input::placeholder{
    /*    color: #fff;*/
    }
    
    
    
    
      .team_circle_animation svg {
        -webkit-animation: 1s linear 0s normal none infinite running rot;
         animation: 3s ease-in 0s normal none infinite running rot;
         animation-timing-function: steps(160, end);
         filter: invert(0.3);
      }
      
      
      @keyframes rot {
            0% {
              transform: rotate(360deg);
            }
            100% {
              transform: rotate(0deg);
            }
          }
          @-webkit-keyframes rot {
            0% {
              transform: rotate(360deg);
            }
            100% {
              transform: rotate(0deg);
            }
          }
          
     .contact_circle_animation svg {
    
        -webkit-animation: 1s linear 0s normal none infinite running rots;
         animation: 3s ease-in 0s normal none infinite running rots;
         animation-timing-function: steps(160, end);
      }
      
      
      @keyframes rots {
            0% {
              transform: rotate(360deg);
            }
            100% {
              transform: rotate(0deg);
            }
          }
          @-webkit-keyframes rots {
            0% {
              transform: rotate(360deg);
            }
            100% {
              transform: rotate(0deg);
            }
          }
          .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
            display: block;
          }
          .block_flex {
            display: flex;
            justify-content: space-between;
            gap: 40px;
          }



        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-horizontal {
    position: relative;
}

.card {
    background-color: #fff;
    height: 420px;
}
.card-dop-title {
    font-size: 14px;
    color: #4b4d56;
}
.cards {
    margin-top: 0;
}

.breadcrumbs {
            padding-top: 10px;
        }



              .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: 20px;
            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: 104%;
            text-align: center;
            color: #FFFFFF;
            margin-bottom: 20px;
        }

        .prod_promo_img img {
            max-width: 80%;
            max-height: 190px;
        }

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

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


        .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 {
    max-width: 150px;
    max-height: 70px;
    margin: auto;
}

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

        }




        .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) {
            .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;
        }
        .report.swiper-backface-hidden .sp_image {
    height: 120px;
    display: flex;
    align-items: center;
}
.report.swiper-backface-hidden .sp_image img {
/*    width: 100%;*/
}
.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);
}

.korotkyj_opys ul {
    margin-top: 10px;
}
.korotkyj_opys ul li {
    margin-bottom: 10px;
}
.korotkyj_opys {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    padding-bottom: 20px;
}


:root {
  --primary-color: #185ee0;
  --secondary-color: #e6eef9;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}
.tabs {
  display: flex;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
  padding: 0.75rem;
  border-radius: 99px;
}
.tabs * {
  z-index: 2;
}

.form_block_single {
    padding: 0 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background: #ffffff;
    backdrop-filter: blur(10px);
    margin-top: -60px !important;
    border-radius: 0px;
    box-shadow: 0 14px 30px rgba(172, 173, 188, .6);
}
.form_block_single_header {
    color: #000;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-content: center;
    gap: 20px;
    align-items: center;
    margin-top: -50px;
}
input[type=radio] {
  display: none;
}
.tabs {
    display: none;
    position: relative;
    background-color: #ffffff0d;
    box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
    padding: 5px;
        border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    width: 240px;
    font-size: 14px;
    margin: auto;
    margin-bottom: 20px;
}

.notification {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.75rem;
  border-radius: 50%;
  background-color: var(--secondary-color);
  transition: 0.15s ease-in;
}
input:focus {
  background: yellow;
  color: blue;
}
input[type=radio]:checked + label {
  color: var(--primary-color);
}
input[type=radio]:checked + label > .notification {
  background-color: var(--primary-color);
  color: #fff;
}

input[id=radio-1]:checked ~ .glider {
  transform: translateX(0);
}

input[id=radio-2]:checked ~ .glider {
  transform: translateX(100%);
}
label.tab:hover {
    background: #ffffff38;
    padding: 1px;
    border-radius: 5px;
}
label.tab {
    margin-left: 9px;
    color: #fff;
    margin-right: 5px;
    padding: 1px;
}
.glider {
    position: absolute;
    display: flex;
    height: 24px;
    width: 120px;
    background-color: var(--secondary-color);
    z-index: 1;
    border-radius: 8px;
    transition: 0.25s ease-out;
}

@media (max-width: 700px) {
  .tabs {
    transform: scale(0.6);
  }
  .report.swiper-backface-hidden {
        margin: 10px;
    }
}
.report.swiper-backface-hidden .sp_image img {
    max-height: 80%;
    max-width: 150px;
    margin: auto;
}

.report.swiper-backface-hidden .sp_image {
    height: 120px;
    display: flex;
    align-items: center;
}

.report_h1 {
    font-size: clamp(2rem, 1.4230769231rem + 2.5641025641vw, 1.5rem);
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    color: #2c2e3f;
    word-break: break-word;
    z-index: 2;
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px;
}
.qtranxf_generateLanguageSelectCode.tooltip {
    filter: invert(1);
}


        .floating-chat.enter.expand {
            max-width: 44.125rem;
            width: 100%;
            margin: auto;
        }

        .blog_headline_bg {
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            object-fit: fill;
            z-index: 1;
        }

        .blog_headline_bg video,
        .blog_headline_bg img {
            display: flex;
            width: 100%;
            min-height: 100%;
            object-fit: fill;
            pointer-events: none;
        }

        .blog_video_ton {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #122B47;
            opacity: 1;
            z-index: 2;
            background: url(/img/lp/de.webp);
            background-size: cover;
            background-position: bottom;
        }

        .blog_headline h1.blog_headline_item span {
            font-size: 2rem;
            font-size: clamp(3rem, 1.4230769231rem + 2.5641025641vw, 1.5rem);
            font-style: normal;
            font-weight: 900;
            line-height: 1.1;
            color: #fff;
            word-break: break-word;
            z-index: 2;
/*            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-transform: uppercase;
/*            text-align: center;*/
        }

        .blog_headline h1.blog_headline_item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin: 0;
            font-size: 2rem;
            font-size: clamp(2rem, 1.4230769231rem + 2.5641025641vw, 4.5rem);
            font-style: normal;
            font-weight: 600;
            line-height: 1.1;
            color: #FFF;
        }

        .delivery_page h1,
        .contacts_page h1,
        .blog_page h1,
        .article_page h1 {
            font-size: 28px;
            line-height: 120%;
            margin: 0 0 40px;
            text-align: center;
        }

        .blog_search {
            display: flex;
            justify-content: center;
            width: 100%;
        }
.blog_headline {
    text-align: center;
}
.blog_search_module {
    position: relative;
    display: flex;
    max-width: 25rem;
    width: 100%;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
/*    box-shadow: 0px 14px 30px 0px rgba(172, 173, 188, 0.16);*/
/*    background-image: linear-gradient(45deg, hsl(208deg 100% 52%) 25%, hsl(208deg 100% 24%));*/
    padding: 20px;
/*    filter: drop-shadow(10px 10px 10px #999);*/
}
.form_header {
    padding: 10px 50px;
    font-weight: 900;
    position: relative;
    font-size: 20px;
    color: #fff;
}
.blog_search_component {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
    flex-direction: column;
}

.blog_search_box {
    display: flex;
    height: 4.5rem;
    padding: 10px 10px;
    align-items: center;
    gap: 0.625rem;
    border-radius: 3px;
    background: #fff;
    flex: 1 0 0;
    border: 1px solid #f2f2f4;
    width: 100%;
}

        .blog_search_ico {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .blog_search_input {
            width: 100%;
            height: 100%;
            flex: 1 0 0;
            border: none;
            outline: none;
            background: transparent;
        }

        .blog_search_input {
            /*    font-family: "InterTight";*/
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 130%;
        }

        .blog_search_btn {
            display: flex;
            height: 4.5rem;
            padding: 0.5rem 1.5rem;
/*            padding-right: 60px;*/
            justify-content: center;
            align-items: center;
            gap: 0.625rem;
            border-radius: 0.75rem;
            background: #ffd600;
            cursor: pointer;
/*            transition: all 0.4s ease;*/
        transform: scale(1);
            transition: transform .3s ease;
        }
        .blog_search_btn:hover {
            transition: transform .3s ease;
            transform: scale(1.05);
        }

        .search_articles_panel {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.5rem;
/*            width: 100%;*/
            /*            margin-top: -4.25rem;*/
            z-index: 1;
        }

        .blog_search_btn span {
            color: #FFF;
            text-align: center;
            font-size: 1rem;
            font-size: clamp(1rem, 0.9423076923rem + 0.2564102564vw, 1.25rem);
        }

        .blog_search_btn span {
            /*    font-family: "InterTight";*/
            font-size: 1rem;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
        }
        header.header.ng-tns-c67-0 {
/*            background: #0b73fe;*/
        }

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

.select-styled {
    white-space: nowrap;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        color: #797979 !important;
        font-size: 14px;
        font-weight: 400;
        /* text-indent: 15px; */
        max-height: 350px;
        /* overflow: scroll; */
/*        border-radius: 2px;*/
        border: 0px solid rgb(195, 195, 195);
        background: #f4f4f4;
/*        border-radius: 5px;*/
        padding: 20px 15px;
        letter-spacing: 1.3px;
        height: initial;
    }
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #0b73fe transparent transparent transparent;
    position: absolute;
    top: 28px;
    right: 5px;
}

.container_input input:hover {
    /* background-color: #23272d; */
    border: 0px solid #d3d3d3;
}


.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-styled:active, .select-styled.active {
    background-color: #ffffff;
/*    border: 1px solid #d3d3d3;*/
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 180px;
    max-height: 210px;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f4f4f4;
    border: 1px solid #dcdcdc;
    height: auto;
    overflow: scroll;
    border-radius: 0 0 3px 3px;
/*    filter: drop-shadow(0px 14px 10px #dcdcdc);*/
}
.select-options li {
    margin: 0;
    padding: 14px 0;
    padding: 8px 0px;
    text-indent: 15px;
    /* border-top: 1px solid #ffffff; */
    -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: #5c5e62;
    font-size: 12px;
    font-weight: 400;
}
.select-options li:hover, .select-options li.is-selected {
    color: #f4f4f4;
    background: #fa742d;
}
.select-options li[rel="hide"] {
  display: none;
}
.container_input {
    display: block;
    width: 300px;
    margin: auto;
}
.container_input input {
    border-radius: 0;
/*    box-shadow: 0 2px 6px 0 rgba(0,0,0,.15);*/
    padding: 20px 15px;
}
.container_input_one input{
    border-radius: 16px 0 0 16px;
}
.container_input_onee input{
    border-radius: 0 16px 16px 0;
}
.container_input label span {
    display: block;
    color: #000;
    margin-top: 10px;
    font-weight: 300;
    margin-left: 15px;
    font-size: 12px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
/*    height: 40px;*/
    margin: 5px 0;
}

.select-styled {
/*    position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0px solid transparent;
    background-color: transparent;
/*    border-radius: 5px;*/
    padding: 8px 15px;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    letter-spacing: 1.3px;
}
button.form_submit {
    background: #0074d2;
    padding: 20px;
    border-radius: 0;
    display: flex;
    color: #fff;
    font-weight: 900;
    margin-top: 25px;
    margin-left: 1px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: linear-gradient(45deg, hsl(208deg 100% 52%) 25%, hsl(208deg 100% 24%));
}

.select-styled {
    white-space: nowrap;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        color: #797979 !important;
        font-size: 14px;
        font-weight: 400;
        /* text-indent: 15px; */
        max-height: 350px;
        /* overflow: scroll; */
/*        border-radius: 2px;*/
        border: 0px solid rgb(195, 195, 195);
        background: #f4f4f4;
/*        border-radius: 5px;*/
        padding: 20px 15px;
        letter-spacing: 1.3px;
        height: initial;
    }
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #0b73fe transparent transparent transparent;
    position: absolute;
    top: 28px;
    right: 5px;
}

.container_input input:hover {
    /* background-color: #23272d; */
    border: 0px solid #d3d3d3;
}


.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-styled:active, .select-styled.active {
    background-color: #ffffff;
/*    border: 1px solid #d3d3d3;*/
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 180px;
    max-height: 210px;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f4f4f4;
    border: 1px solid #dcdcdc;
    height: auto;
    overflow: scroll;
    border-radius: 0 0 3px 3px;
/*    filter: drop-shadow(0px 14px 10px #dcdcdc);*/
}
.select-options li {
    margin: 0;
    padding: 14px 0;
    padding: 8px 0px;
    text-indent: 15px;
    /* border-top: 1px solid #ffffff; */
    -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: #5c5e62;
    font-size: 12px;
    font-weight: 400;
}
.select-options li:hover, .select-options li.is-selected {
    color: #f4f4f4;
    background: #fa742d;
}
.select-options li[rel="hide"] {
  display: none;
}
.container_input {
    display: block;
    width: 300px;
    margin: auto;
}
.container_input input {
    border-radius: 0;
/*    box-shadow: 0 2px 6px 0 rgba(0,0,0,.15);*/
    padding: 20px 15px;
}
.container_input_one input{
/*    border-radius: 16px 0 0 16px;*/
}
.container_input_onee input{
/*    border-radius: 0 16px 16px 0;*/
}
.container_input label span {
    display: block;
    color: #000;
    margin-top: 10px;
    font-weight: 300;
    margin-left: 15px;
    font-size: 12px;
}

.form_ti {
    display: flex;
    align-items: center;
    gap: 2px;justify-content: center;
}

.block_type {
    display: flex;
    gap: 2px;
}
form#ajaxform input {
    background: #0c8cff29 !important;
    color: #000 !important;
    font-weight: 400;
    letter-spacing: 2px;
}
.container-main.container_img {
    display: none;
}

span.breadcrumbs__separator {
    margin: 5px;
}
.breadcrumbs a {
    color: #336BD7;
    text-decoration: underline;
}
.w60{max-width: 60%;}

.background_single {
    background-size: 40vw;
    height: 45vh;
    min-height: 430px;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    padding-bottom: 0px;
}
h1.offer_2 {
    color: #22262D;font-size: 2.5rem;padding-right: 0;margin: 0px 0 25px;
}
@media screen and (max-width: 600px) {
.form_ti {
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: center;
    flex-direction: column;
}
.container_input {
    display: block;
    width: 100%;
    margin: auto;
}
h1.offer_2 {
    margin: 25px 0 25px !important;
}
.container_input input {
    border-radius: 0;
    /* box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15); */
    padding: 15px 15px;
}
form#ajaxform input {
    margin: 0;
    margin-top: 5px;
}
.w60{max-width: 100%;}

.background_single {
    background-size: 100% 260px;
    height: auto;
    min-height: 440px;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #fff;
    padding-bottom: 10px;
    padding-top: 260px;
}
span.breadcrumbs__separator {
    margin: 0px;
}
h1.offer_2 {
    font-size: 2rem !important;
}
.form_block_single_header {
    margin-top: 10px;
}
}


.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;
}
@media only screen and (max-width: 767px) {
    .report.swiper-backface-hidden {
        margin: 0;
    }
    .roo_keys.product-list__content {
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .desk {
        margin-top: 10px;
    }
    .tariff .block_gr {
        padding: 0px 0;
        grid-template-columns: 100%;
        margin: 50px 0 0;
    }
    .tariff .block_gr .price {
    padding-top: 10px;
    padding-bottom: 60px;
    color: #000;
}
}

.video {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
}
.video video {
    width: 100%;
    height: auto;
}
.video-container {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.keys_block .sp_image img {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    height: 100%;
    margin: initial !important;
}

.keys_block {
    padding: 0 !important;
}
.keys_block .sp_image {
    height: 310px !important;
}

strong {
    font-weight: bold;
}
.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;

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