body::-webkit-scrollbar {
    width: var(--scrollbar-width);
    margin-right: var(--scrollbar--margin);
}

body::-webkit-scrollbar-track {
    background: var(--black);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--red);
    box-shadow: inset 2px 2px 6px var(--dark-red);
    -webkit-border-radius: 0.375rem;
}

body:has(.dataera-page, .contactus-page)::-webkit-scrollbar-thumb {
    background-color: var(--white);
    box-shadow: inset 2px 2px 6px var(--light-grey);
}

body:has(.datacare-family, .power-product-page)::-webkit-scrollbar-thumb {
    background-color: var(--blue);
    box-shadow: inset 2px 2px 6px var(--light-blue);
}

body:has(.dataspin-family)::-webkit-scrollbar-thumb {
    background-color: var(--yellow);
    box-shadow: inset 2px 2px 6px var(--dark-yellow);
}



a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.3s ease;
    color: inherit;
}

/* overwrite libraries start */
.pva-embedded-web-chat-widget {
    position: relative;
    background: transparent;
    border: none;
}

/* overwrite libraries end */
svg{
    fill:inherit;
}
.logo-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.closed-height {
    max-height: 0;
    transition: height 0.1s linear;
    height: auto;
    overflow: hidden;
    padding: 0;

}

.closed-height.--open {
    max-height: 1000px;
    padding: inherit;

}
.animation-box .line-from-left-anim:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--white);
    transition: width .3s;
}

.animation-box .line-from-left-anim.line-black:before {
    background: var(--black);
}

.animation-box:hover .line-from-left-anim:before,
.animation-box:active .line-from-left-anim:before {
    width: 100%;
}



.visually-hidden {
    position: absolute;
    left: -200vw;
}


/* section, nav, footer, breadcrumbs layout */
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover {
    background-color: var(--black);
    border-color: var(--black);
}

section:not(.webchat__basic-transcript__transcript, [role="dialog"]),
.breadcrumbs,
footer {
    display: flex;
    justify-content: center;
}
section.end-0{
    justify-content: right;
}
section>.sec-content,
.breadcrumbs .breadcrumbs-content,
footer .footer-content {
    width: var(--content--width);
}
section>.sec-content{
    padding: 80px 0;
}
section.end-0>.sec-content{
    width:calc(var(--content--width) + ((100% - var(--content--width))/ 2));
}
section.end-0>.sec-content .swiper{
    width: calc(var(--content--width) - 405px - 80px + (50vw - var(--content--width) / 2));
}
.sec-content h2 {
    font-size: var(--font-l) !important;
    font-weight: 800;
    padding-bottom: 50px;
    margin-top: 0;
}
.sec-content .h2-box{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;

}
.sec-content .h2-box h2{
    padding-bottom: 0;
    margin: 0;


}
/* half split sec starts */
.half-split-sec .sec-content {
    display: flex;
    gap: max(8%, 30px);
    align-items: center;
}
.half-split-sec .sec-content .left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-items: center;
    width: 50%;
    position:relative;
}

.half-split-sec .sec-content .left h2 {
    font-size: var(--font-l) !important;
    font-weight: 600;
    margin-top: 0;
}
.half-split-sec .sec-content .left .text-block{
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-items: center;
}
.half-split-sec .sec-content .left p {
    font-size: 16px;
    line-height: 34px;
    color: var(--white);
    display: block;
}

.half-split-sec .sec-content .left p .heading {
    font-weight: 600;
}

.half-split-sec .sec-content .right,
.half-split-sec .sec-content .right .imgs-box,
.half-split-sec .sec-content .right .imgs-box img {
    max-width: 614px;
}
.half-split-sec .sec-content .right{
    height:100%;
    position:relative;
    width: 50%;
}
.half-split-sec .sec-content .imgs-box {
    height: auto;
    position:relative;
    width:100%;
    aspect-ratio: 4 / 3;
}

.half-split-sec .sec-content  .imgs-box img{
    height: auto;
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
    border-radius:20px;
    width:100%;
    aspect-ratio: 4 / 3;

}

.half-split-sec{
    overflow:hidden;
}
.half-split-sec .sec-content .imgs-box .wheel,
.half-split-sec .sec-content .imgs-box .wheel img{
    width: 99px;
    height: 99px;
    position: absolute;
    z-index: 0;
}
.half-split-sec .sec-content .imgs-box .wheel.wheel-left-top{
    left:0;
    top:0;
    transform: translate(-40%, -40%);
}
.half-split-sec .sec-content .imgs-box .wheel.wheel-right-bottom{
    right: 0;
    bottom: 0;
    transform: translate(40%, 40%);
}
/* half split sec ends */
/*  outside buttons swiper box*/
.outside-buttons-swiper-box .top-right-buttons,
.outside-buttons-swiper-box .bottom-right-buttons {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    padding-left: 4px;
}
.outside-buttons-swiper-box .swiper .swiper-slide {
    display: flex !important;
    height: fit-content !important;
}

.two-split-sec.left-small-sec .sec-content {
    display: grid;
    gap: 80px;
    grid-template-columns: min(400px, 37%) 1fr;
}
.two-split-sec.left-small-sec.end-0 .sec-content .right .swiper-wrapper{
    width:fit-content !important;
}
.two-split-sec.left-small-sec .text-box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.two-split-sec.left-small-sec .text-box h2 {
    margin: 0;
    padding: 0;
}
.two-split-sec.left-small-sec.end-0 .right .swiper .swiper-slide {
    width: 300px;
 }

@media (max-width:991px) {
    .two-split-sec.left-small-sec .sec-content {
        grid-template-columns: 1fr;
        gap: 40px !important;
    }
    .outside-buttons-swiper-box:has(.bottom-right-buttons) .bottom-right-buttons {
        bottom:-20px;
        left:0;
    }
    .two-split-sec.left-small-sec .text-box {
        gap: 10px;
        width: var(--content--width);
    }
    .two-split-sec.left-small-sec .right .outside-buttons-swiper-box .swiper{
        width:calc((100vw - var(--content--width)) / 2 - var( --scrollbar-size) + var(--content--width));
    }
    .two-split-sec.left-small-sec .right .outside-buttons-swiper-box .bottom-right-buttons {
        padding: 20px 0;
    }
    .outside-buttons-swiper-box {
        padding-bottom: 20px;
    }
    
}
@media (max-width:768px) {
.sec-content .h2-box{
    flex-direction: column-reverse;
    gap:25px;
    align-items: flex-start;
}
}
@media (max-width:620px) {

    .two-split-sec.left-small-sec .right .outside-buttons-swiper-box .swiper .one-offer> div:not(.last-child) {
        margin-bottom:20px;

    }
    .two-split-sec.left-small-sec .right .outside-buttons-swiper-box .swiper{
        padding: 30px 0;
    }
}
/*  outside buttons swiper box end*/

/* start pagination */
.pagination-box {
    padding-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.pagination-box.black-pagination .pagination>.active>a,
.pagination-box.black-pagination .pagination>.active>a:hover,
.pagination-box.black-pagination .pagination>.active>a:focus,
.pagination-box.black-pagination .pagination>.active>span,
.pagination-box.black-pagination .pagination>.active>span:hover,
.pagination-box.black-pagination .pagination>.active>span:focus,
.pagination-box.black-pagination .pagination>li:not(.disabled)>a:hover,
.pagination-box.black-pagination .pagination>li:not(.disabled)>a:focus,
.pagination-box.black-pagination .pagination>li:not(.disabled)>span:hover,
.pagination-box.black-pagination .pagination>li:not(.disabled)>span:focus {
  background-color: var(--black) !important;
  border-color: var(--black) !important;
  color: var(--white) !important;
}

.pagination-box.black-pagination .pagination>li>a,
.pagination-box.black-pagination .pagination>li>span,
.pagination-box.black-pagination .pagination>li>a,
.pagination-box.black-pagination .pagination>li>span {
  color: var(--black)
}
/* end pagination */
/* flex for 2 items */


/* end grid for 3 items */

/* show more style start */
.sec-show-more-btn {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.sec-show-more-btn .less {
    display: none;
}

.sec-show-more-btn svg {
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
    margin-top: 3px;
    transition: all 0.5s ease;
}

.sec-show-more-btn:hover {
    color: var(--blue);
}

.sec-show-more-btn:hover svg {
    fill: var(--blue);
}

@media (max-width:480px) {
    .--content {
        overflow: hidden;
        transition: all 0.5s linear;
    }
}

.--content.--open {
    max-height: 2000px !important;
}

section:has(.--content.--open) .sec-show-more-btn .more {
    display: none;
}

section:has(.--content.--open) .sec-show-more-btn .less {
    display: block;
}

section:has(.--content.--open) .sec-show-more-btn svg {
    transform: rotate(270deg);
}

/* show more style end */


.badge {
    display: flex;
    gap: 3px;
    justify-content: center;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    line-height: 17px;
    height: fit-content;
    width: fit-content;
}

.badge.purple {
    background-color: var(--blue);
    color: var(--white);
    text-transform: uppercase;
}

.badge.purple-normal {
    background-color: var(--blue);
    color: var(--white);
}

.button {
    border-radius: 50px;
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
    font-size: var(--font-xs);
    line-height: 17px;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s ease;
    width: fit-content;
    cursor: pointer;
    text-wrap: nowrap;
    height: fit-content;
    background-color: transparent;
}

.button.oval-button{
    padding: 5px 12px;

}
.button.round-button{
    width: 40px;
    height: 40px;
    border-width: 1.8px;
    border-radius: 50%;
}



.button.round-button svg.arrow{
    width:20px;
    height: 14px;
}
.button.oval-button.xl {
    padding: 9px 20px;
}

.button.oval-button.xxl {
    padding: 20px 40px;
    font-size: 18px;
}

.button svg {
    width: 12px;
    height: 12px;
    fill: #000;
    transition: all 0.3s ease;
}

.button.oval-button>span {
    display: flex;
    justify-content: center;
    gap: 3px;
    flex-wrap: wrap;
}

.button.border-black {
    border-color: #000;
    color: #000;
    background-color: transparent;
}

.button.border-black:hover {
    color: var(--white);
    background: #000;
}

.button.border-black:hover svg {
    fill: var(--white);
}

.button.border-white {
    border-color: var(--white);
    color: var(--white);
}

.button.border-white:hover {
    background: var(--white);
    color: #000;
}

.button.border-white:hover svg {
    fill: #000;
}
.button.bg-yellow{
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: var(--black); 
}
.hover-box:hover .button.bg-yellow,
.button.bg-yellow:hover{
    color: var(--yellow);
    background-color: var(--black); 
    border-color: var(--black);
}


.button.bg-black{
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white); 
}
.button.bg-black:hover{
    background-color: transparent;
    border-color: var(--black);
    color: var(--black); 
}

.button.border-yellow{
    border-color: var(--yellow);
    color: var(--yellow);
}
.button.border-yellow svg {
    fill: var(--yellow);
}
.button.border-yellow:hover{
    background-color: var(--yellow);
    color: var(--white);

}
.button.border-yellow:hover svg {
    fill:var(--white);
}
.button.border-yellow.swiper-button-disabled {
    background-color: var(--yellow) !important;
    opacity: 0.2;
}
.button.border-yellow.swiper-button-disabled:hover{
    fill:var(--yellow) !important;
}
.button.border-dark-yellow{
    border-color: var(--dark-yellow);
    color: var(--dark-yellow);
}
.button.border-dark-yellow svg {
    fill: var(--dark-yellow);
}
.button.border-dark-yellow:hover{
    background-color: var(--dark-yellow);
}
.button.border-dark-yellow:hover svg {
    fill:var(--black);
}
.button.border-grey{
    border-color:var(--grey);
    fill:var(--grey);
    color:var(--grey);
}
.button.border-grey svg{
    fill:var(--grey);
}

.button.border-grey:hover{
    color:var(--white);
    background-color: var(--grey);
}
.button.border-grey:hover svg{
    fill:var(--white);
}
.button.border-grey.swiper-button-disabled {
    background-color: var(--grey) !important;
    opacity: 0.2;
}
.button.border-grey.swiper-button-disabled:hover{
    fill:var(--grey) !important;
}
.button.border-white{
    border-color:var(--white);
    fill:var(--white);
    color:var(--white);
    background-color: transparent;
}
.button.border-white svg{
    fill:var(--white);
}

.button.border-white:hover{
    color:var(--grey);
    background-color: var(--white);
}
.button.border-white:hover svg{
    fill:var(--grey);
}
.button.border-white.swiper-button-disabled {
    background-color: var(--white) !important;
    opacity: 0.2;
}
.button.border-yellow.swiper-button-disabled:hover{
    fill:var(--white) !important;
}

.button.purple {
    background: var(--blue);
    color: var(--white);
    border-color: var(--blue);
}

.button.purple:hover {
    background: transparent;
    color: var(--blue);
}

.button.red-bg {
    background: var(--red);
    color: var(--white) !important;
    border-color: var(--red);
}

.button.red-bg svg {
    fill: white;
}

.button.red-bg:hover {
    background: var(--dark-red);
    border-color: var(--dark-red);

}
.swiper-wrapper {
    transition-timing-function: ease !important;
}

.arrow-right {
    transform: rotate(180deg);
}
.arrow-bottom {
    transform: rotate(270deg);
}

/* start carditem */
.card-item {
    max-width: 360px;
    width: 100%;
    max-height: fit-content;
    height: fit-content;
    border-radius: 20px;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;  
}
.card-item.no-image{
    padding: 18px 22px 12px 22px;
    border-radius:15px;
}
.card-item.no-image .content {
    padding: 18px 0 12px 0;
}
.card-item .content h4 {
    line-height: 34px;    
}
.card-item>img {
    height: 136px;
    width: 100%;
    border-radius: 15px 15px 0 0;
    object-fit: cover;
    object-position: center center;
}
.card-item>img.img-200 {
    height: 200px;

}

.card-item .content {
    padding: 18px 22px 12px 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    gap: 15.5px;
    height: calc(100% - 136px);
}

.card-item .content .heading-box {
    display: grid;
    grid-template-columns: 1fr 40px;
    align-items: center;
    gap: 20px;
}

.card-item .content .heading-box-draft {
    display: grid;
    grid-template-columns: 1fr 0px;
    align-items: center;
    gap: 20px;
}

.card-item .content h4 {
    font-size: 22px !important;
    font-weight: 600;
    margin: 0;
    overflow: clip;
}

.card-item .content .one-line-box {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.card-item .content .one-line-box h4{
    font-size: 22px !important;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
}


.card-item .content .one-line-box img {
    width: 40px;
    height: auto;
    object-fit: contain;
    vertical-align: top;
}

.card-item .content .one-line-box h5 {
    font-size: var(--font-ms) !important;
    font-weight: 400;
}

.card-item .content .hidden-box {
    margin-bottom: 0;
    max-height: 0px;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: 400;
    font-size: var(--font-s);
}

.card-item .content .hidden-box li {
    font-size: var(--font-xs);
    padding-top: 6px;
    line-height: 24px;
    color: black;
    font-weight: 400;
}

.card-item .button-box {
    position: absolute;
    bottom: 10px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.card-item .button-box svg.chevron {
    width: 12px;
    height: 12px;
}

.card-item .button-box svg.chevron.open {
    fill: #000;
    width: 12px;
    height: 12px;
    padding: 4px;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: content-box;
    transform: rotate(90deg);
    cursor: pointer;
    transition: all 0.3s ease;
}

.card-item .button-box svg.chevron.open:hover {
    fill: var(--white);
    background: #000;
}

/* end card item */
/* open close checkbox hack */
label.card-item:hover {
    cursor: pointer;
}

label.card-item:hover .button-box svg.chevron.open:hover {
    fill: var(--white);
    background: #000;
}
label.card-item:hover .button.button-grey {
    fill: var(--white);
    background: #000;
}

.card-item:has(input:checked) .content .hidden-box {
    animation: open 1s ease forwards alternate;
    padding-bottom: 25px;
}
.card-item .button .plus{
    display:flex;
}
.card-item .button .ninus{
    display:none;
}
.card-item:has(input:checked) button .plus {
    display:flex;
}
.card-item:has(input:checked) .minus {
    display:none;
}

.card-item:has(input:checked) .button-box svg.chevron.open {
    transform: rotate(270deg);
}
.card-item.w-300,
.card-item.w-300 .swiper-slide {
    width:300px;
}
.card-item.w-unset{
    width:unset;
}

/* .card-item.three-row-card
.card-item.three-row-card .top {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 15px;
    align-items: center;
} */
.card-item.three-row-card .top{
    display:flex;
    gap:15px;
    align-items: center;
}
.card-item.three-row-card .top .logo-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--grey);
}

.card-item.three-row-card .top .logo-box img {
    max-width: 30px;
    height: auto;
    max-height:40px;
}

.card-item.three-row-card .top .organizators-box div {
    font-size: var(--font-xs);
    margin: 0 0 5px 0;
}

.card-item.three-row-card .top .organizators-box h6 {
    font-size: var(--font-s) !important;
    font-weight: 700;
    margin: 0;
}

.card-item.three-row-card .bottom {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.card-item.three-row-card .bottom p {
    margin:0;
    font-size: 14px;
}
.card-item.three-row-card .bottom p:nth-child(2) {
    font-size: 18px;
    font-weight: 700;
}

.button.round-button .plus-minus{
    height: 18.25px;
    width: 1.7px;
    background-color: var(--grey);
    position: relative;
    padding-left: 0.9px;
    transition:all 0.2s ease;

}
.button.round-button .plus-minus::after{
    content: "";
    display: inline-block;
    width: 18.25px;
    height: 1.7px;
    background-color: var(--grey);
    transform: translateX(-50%);
    margin-bottom: 2.6px;
    transition:all 0.2s ease;
}
.button.round-button:hover .plus-minus,
.button.round-button:hover .plus-minus::after{
    background-color: var(--white) !important;
}
.card-item:has(input:checked) .button.round-button .plus-minus{
    transform:translateX(-50%) rotate(90deg);
    background: var(--grey);

}
.card-item:has(input:checked) .button.round-button .plus-minus::after{
    transform:translateX(-50%) rotate(90deg);
    background: var(--grey);
}
/* start projects sec */
.projects-sec .sec-content .card-item .content {
    padding: 15px;
}

.projects-sec .sec-content .card-item .content a {
    margin-left: auto;
}

.projects-sec .sec-content .card-item .content h4 {
    width: 100%;
}

/* end project-sec */

/* information :start */
.infromation-page .box h2 {
    font-size: 32px !important;
    border-bottom: 3px solid var(--red);
    width: fit-content;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.infromation-page .box h3 {
    font-size: 26px !important;
    margin-bottom: 20px;
}

.infromation-page .box h4 {
    font-size: 20px !important;

}

.infromation-page .box ul {
    margin-bottom: 50px;
}

.infromation-page .box ul li:not(:has(p)) {
    margin: 0 0 4px;
}

.infromation-page .box ul li:has(p) {
    margin: 0 0 2px;

}

.infromation-page .box ul li a {
    color: rgb(104, 104, 104);
    display: inline-block !important;
    word-wrap: break-word;
}

.infromation-page .box ul li a:hover {
    color: var(--red)
}

.infromation-page .box ul li a.red {
    color: var(--red);
}

.infromation-page .box ul li a.red:hover {
    color: var(--dark-red)
}




/* end information */


@media (max-width:768px) {
    .button.oval-button:not(.permanent) {
        line-height: 12px;
        font-weight: 500;
        padding: 3px 8px;
    }

    .button.oval-button:not(.permanent) svg {
        width: 8px;
        height: 8px;
    }

    .button.oval-button:not(.permanent).xl {
        padding: 9px 19px;
    }

    .button.oval-button:not(.permanent).xxl {
        padding: 16px 32px;
    }
}


.grey-card {
    display: block;
    max-width: 355px;
    width: 100%;
    background-color: var(--dark-grey) !important;
    border-radius: 15px;
    box-shadow: 1px 1px 3px var(--dark-grey);
    color: var(--white);
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.grey-card:hover {
    box-shadow: 1px 1px 3px var(--grey);
}

.grey-card .card-body {
    padding: 20px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.grey-card .text {
    min-height: 150px;
    color: var(--white);
}

.grey-card .text,
.grey-card .text p,
.grey-card .text span {
    font-family: WorkSans !important;
    font-size: 14px !important;
    margin-bottom: 20px;
}

.grey-modal {
    margin: 15% 10%;
    padding: 20px;
    width: 80%;
    max-width: 80%;
}

.grey-modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -10px;
}

.grey-card p.name {
    color: var(--red);
    font-family: WorkSans;
    font-size: 14px;
}

.grey-modal img {
    width: 100%;
}

.grey-modal .close:hover,
.grey-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* filters */

.filters-container {
    width: fit-content;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

.filters-container .block {
    display: block;
    position: relative;
    background-color: var(--white);
    width: 252px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 30px;
    height: fit-content
}

.products-page .filters-container .block {
    width: auto;
}

.filters-container .text-block .image {
    overflow: hidden;
    height: 150px;
    width: 150px;
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.filters-container .text-block .image img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.filters-container .text-block {
    padding: 10px;
}

.filters-container .text-block a {
    background-color: var(--red);
    color: var(--white);
    font-family: WorkSans;
    font-size: 17px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
}

.filters-container .text-block a:hover {
    background-color: var(--dark-red);
    color: var(--white);
}

.filters {
    padding: 10px 0;
}

.filters,
.filters form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.filters .filter-header {
    display: block;
    position: relative;
    padding: 10px 20px 0px 20px;
    background-color: #fff;

}

.button-filtruoti {
    display: block;
    position: relative;
    padding-bottom: 6px;
    background-color: #fff;
    border-bottom: 1px solid #c5c5c5;

    width: 100%;
    height: 100%;
    font-family: WorkSans;
    font-size: 16px;
    font-weight: 600;
    /*background-image: url('/varnele-down.png');*/
    background-position: right 5px top 4px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.filters .filter-body {
    padding: 10px 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.filter-body.closed {
    display: flex;
}

.filters-footer.closed,
.filters-footer.active {
    display: block;
}

.filter-body.active {
    display: flex;
}

.filters .filter-body .filter-column {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    flex-direction: column;
    gap: 12px;
}

.filters .filters-footer {
    color: #fff;
    height: 30px;
    width: 100%;
    position: relative;
    display: block;
    padding: 0px 20px 20px 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.filters .filters-footer p,
.filters .filters-footer input[type=submit] {
    color: #fff;
    font-family: WorkSans;
    font-size: 17px;

}

.filters .filters-footer input[type=submit] {
    background-color: var(--red);
    background-image: url('/arrow-white.png');
    background-position: right 5px center;
    background-repeat: no-repeat;
    color: #fff;
    border: none;
    padding: 0px 35px 0px 15px;
    line-height: 30px;
    display: block;
    width: 100%;
    border-radius: 15px;
}

.filters .filters-footer input[type=submit]:hover {
    background-color: var(--dark-red);
}

.filters .filter-body .head {
    width: 100%;
}

.filters .filter-body select {
    margin: 5px 5px 0px 0px;
    border: 1px solid var(--red);
    font-family: WorkSans;
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
}

.filters .filter-body .filter-check input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filter-check {
    position: relative;
    padding-left: 35px;
    margin: 0px 10px 12px 0px;
    cursor: pointer;
    font-size: 14px;
    font-family: WorkSans;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 30px;
    font-weight: 400;
}

@media (max-width: 1120px) {
    .filters-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* endfilters */

/* section, nav, footer, breadcrumbs layout */
/* breadcrumbs */
.breadcrumbs {
    background-color: var(--dark-grey);
    padding: 5px 0;
    font-family: WorkSans;
    font-size: 12px;
    position: sticky;
    top: 60px;
    z-index: 1000;
}

.breadcrumbs .breadcrumbs-content {
    list-style: none;
    color: var(--white);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0;
    margin: 0;
}

.breadcrumbs .breadcrumbs-content li {
    display: flex;
}

.breadcrumbs .breadcrumbs-content li.active {
    color: var(--light-grey) !important;
    font-weight: 200 !important;
}

.breadcrumbs .breadcrumbs-content li:not(.active)::after {
    content: ">";
    /* content: url('https://www.dataera.png.lt/DataeraPortalImages/Web/arrow-white.png'); */
    padding: 0 5px;
    color: #fff;
    display: flex;
    align-items: center;
}

.breadcrumbs .breadcrumbs-content li a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
}

.breadcrumbs .breadcrumbs-content li a,
.breadcrumbs .breadcrumbs-content li.active {
    padding: 0 0 1px;
    white-space: nowrap;
}
/* waiting for editing */
.breadcrumbs .breadcrumbs-content li a:before,
.navbar-nav>li>a:before,
.animation-box .line-from-left:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--white);
    transition: width .3s;
}

.breadcrumbs .breadcrumbs-content li a:hover:before,
.navbar-nav>li:hover a:before,
.navbar-nav>li:active a:before,
.navbar-nav>li:focus a:before,
.animation-box:hover .line-from-left,
.animation-box:active .line-from-left {
    width: 100%;
}
/* end waiting for editiong*/
/* end breadcrumbs */
/* footer */
footer {
    padding: 51px 0 21px;
    background-color: var(--black);
    color: var(--white);
    font-size: 14px;
}

footer a,
footer p,
footer input {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
}

footer .footer-content h3 {
    font-weight: 300 !important;
}

footer .footer-content .top .form-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .footer-content a:hover {
    color: var(--yellow);
}

footer input {
    width: min(300px, 100%);
    border: var(--light-grey) 2px solid;
    color: var(--light-grey);
    padding: 5px 10px;
    background-color: var(--black);
}

footer input::placeholder {
    color: var(--light-grey);
    font-size: 12px;
    /* opacity: 1; */
}

footer input::-webkit-input-placeholder {
    color: var(--light-grey);
    font-size: 12px;
}

footer input::-ms-input-placeholder {
    color: var(--light-grey);
    font-size: 12px;
}

footer input[type=submit] {
    background-color: var(--white);
    color: var(--black);
}

footer input[type=submit]:hover {
    background-color: var(--black);
    color: var(--white);
}

footer .footer-content .top {
    display: grid;
    grid-template-columns: 370px 220px 200px 170px;
    gap: 20px;
    justify-content: space-between;
}

footer .top .logo-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    justify-content: center;
}

footer .top .logo-box img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

footer .medals {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin: 21px 0;
}

footer .bottom {
    margin-top: 20px;
}

@media (max-width:1165px) {
    footer .footer-content .top {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width:555px) {
    footer .footer-content .top {
        grid-template-columns: 1fr;
        justify-content: center;

    }
    footer .footer-content .top .logo-box {
        grid-area: auto;
        justify-self: end;
    }
    footer .footer-content .top .logo-box img {
        width: 50px;
    }
}
@media (max-width:480px) {
    .badge {
        padding: 4px 8px;
        font-size: 10px;
        line-height: 12px;
    }

    /* start carditem */
    .card-item:not(:has(input:checked)) .button-box {
        top: 50%;
        transform: translateY(-50%);
        right: 10px
    }


    /* enddatacare */
    /* endcarditem */

}



/* endfooter */
/* sections */
/* hero sec start*/
section.hero-sec {
    position: relative;
    min-height: calc(100vh - var(--header-height) - var(--breadcrubs-height));
    min-height: calc(100dvh - var(--header-height) - var(--breadcrubs-height));
}

section.hero-sec .sec-content {
    position: relative;
}

section.hero-sec .sec-content .main-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    box-sizing: content-box;
}

section.hero-sec .sec-content .main-block .top {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 400px 1fr;
    box-sizing: content-box;
    gap: 20px;
    align-items: center;

}

section.hero-sec .sec-content .main-block .top img {
    width: inherit;
    height: inherit;
    max-width: 400px;
    align-self: end;
}

section.hero-sec .sec-content .top .heading-block {
    width: 311px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

section.hero-sec .sec-content .top .heading-block:nth-of-type(2) {
    justify-self: end;
}

section.hero-sec .sec-content .top .heading-block h2 {
    display: inline-block;
    font-size: 40px !important;
    font-weight: 500;
}

section.hero-sec .sec-content .top .heading-block p {
    font-size: 17px;
    font-weight: 200;
    font-family: 'WorkSans';
}

section.hero-sec .sec-content .top .heading-block .emphasized,
.emphasized {
    border: 1px solid var(--white);
    border-radius: 15px;
    color: var(--white);
    font-size: 17px;
    font-family: WorkSans;
    font-weight: 200;
    padding: 8px 25px 9px;
    width:fit-content;
}

section.hero-sec .sec-content .main-block .bottom {
    display: grid;
}

section.hero-sec .sec-content .main-block .bottom .box-of-3 {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
}

section.hero-sec .sec-content .main-block .bottom .box-of-3 img.right,
section.hero-sec .sec-content .main-block .bottom .box-of-3 img.left {
    width: 100%;
    height: 100%;
}

section.hero-sec .sec-content .main-block .bottom .box-of-3 .center {
    justify-self: center;
}

section.hero-sec .sec-content .main-block .bottom .box-of-3.lines-box .left {
    justify-self: right;
}

section.hero-sec .sec-content .main-block .bottom .box-of-3.text-box .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}

section.hero-sec .sec-content .main-block .bottom .box-of-3.text-box .left {
    justify-self: left;
    width: 100%;
}

section.hero-sec .sec-content .main-block .bottom .box-of-3.text-box .left .content-container {
    transform: translateX(-50%);
}

section.hero-sec .sec-content .main-block .bottom .box-of-3.text-box .right {
    justify-self: right;
    width: 100%;
}

section.hero-sec .sec-content .main-block .bottom .box-of-3.text-box .right .content-container {
    transform: translateX(50%);
    float:right;
    text-align: center;
}

section.hero-sec .sec-content .main-block .bottom .box-of-3.text-box h3 {
    font-size: 40px !important;
    font-weight: 600;
}

section.hero-sec .sec-content .main-block .box-of-3.text-box p {
    font-size: 16px;
    font-family: 'WorkSans';
    font-weight: 200;
    text-align: center;
    min-height: 75px;

}
.private-mode-banner{
 z-index: 999 !important;
}

@media (max-width:1165px) {
    section.hero-sec .sec-content .main-block .top {
        grid-template-columns: 1fr 360px 1fr;
    }

    section.hero-sec .sec-content .main-block .bottom .box-of-3.text-box .content-container {
        width: 230px;
    }

    section.hero-sec .sec-content .top .heading-block {
        width: 270px;
    }
    section.hero-sec .sec-content .main-block .box-of-3.text-box .button.oval-button > span{
        flex-direction: column;
    }


}

@media (max-width:991px) {

    section.hero-sec .sec-content .main-block .top {
        grid-template-columns: calc((100% - 300px) / 2) 300px calc((100% - 300px) / 2);
        gap: 20px;
    }

    section.hero-sec .sec-content .main-block .top .heading-block {
        width: 100%;
    }

    section.hero-sec .sec-content .main-block .top .heading-block p {
        font-size: 16px;
    }

    section.hero-sec .sec-content .main-block .bottom .box-of-3 {
        grid-template-columns: 240px 40px 240px;    }

    section.hero-sec .sec-content .main-block .bottom .box-of-3.text-box .content-container {
        width: 200px;
    }

}

@media (max-width:768px) {
/* hero-sec */
    .main-block .bottom .box-of-3.text-box h3,
    section.hero-sec .sec-content .top .heading-block h2 {
        font-size: 38px !important;
    }

    section.hero-sec .sec-content .main-block .bottom .box-of-3.lines-box {
        display: none;
    }

    section.hero-sec .sec-content .main-block .bottom .box-of-3.text-box {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }

    section.hero-sec .sec-content .main-block .top {
        grid-template-columns: 1fr;
        gap: 30px;
        justify-items: center;
    }

    section.hero-sec .sec-content .main-block .bottom .box-of-3.text-box .right .content-container,
    section.hero-sec .sec-content .main-block .bottom .box-of-3.text-box .left .content-container {
        transform: translateX(0);
    }

    section.hero-sec .sec-content .top .heading-block {
        max-width: 600px;
    }

    section.hero-sec .sec-content .top .heading-block:nth-child(2) {
        text-align: center;
    }

    section.hero-sec .sec-content .main-block .bottom .box-of-3.text-box .content-container {
        max-width: 380px;
        width: 100%;
    }

    section.hero-sec .sec-content .main-block .bottom .box-of-3.text-box p {
        min-height: unset;
    }
    section.hero-sec .sec-content .main-block .box-of-3.text-box .button.oval-button > span{
        flex-direction: row;
    }
    /* end hero-sec */

    /* half-split-sec */
    .half-split-sec .sec-content {
        flex-direction: column;
    }
    .half-split-sec .sec-content .right,
    .half-split-sec .sec-content .right .imgs-box,
    .half-split-sec .sec-content .right .imgs-box img {
        max-width: 500px;
    }
    .half-split-sec {
        padding: 30px 0 40px;
    }

    .half-split-sec .sec-content .right,
    .half-split-sec .sec-content .left {
        width: 100%;
    }
    
    /* end half-split-sec */

}

@media (max-width:480px) {

    .main-block .bottom .box-of-3.text-box h3,
    section.hero-sec .sec-content .top .heading-block h2 {
        font-size: 36px !important;
    }

    section.hero-sec .sec-content .top .heading-block p {
        font-size: 16px;
    }
}
@keyframes open {
    from {
        max-height: 0px;

    }

    to {
        max-height: 1000px;
    }

}
/* hero sec end*/
/* endsections*/

/* content changer sec start */
.content-changer-sec .sec-content .content-box{
    flex-direction: column;
    gap: 40px;
    display: flex;
 }
 .content-changer-sec .sec-content .content-box .content-changer{
    max-width:900px;
    margin-top: 40px;

 }
.content-changer-sec .content-changer .bullets-box{
    width:100%;
    position:relative;
 }
 .content-changer-sec .content-changer  .bullets-box .swiper{
    padding-bottom: 2px;
 }
.content-changer-sec .content-changer .bullets-box .bullet{
    color:var(--grey);
    width:150px !important;
    padding-bottom: 20px;
    font-size: var(--font-sm);
    white-space: nowrap;
 }
 .content-changer-sec .content-changer .bullets-box .bullet.active{
    color: var(--dark-yellow);
    font-weight: 600;
 }

 .full-border-bottom-grey{
   border-bottom:var(--grey) 1px solid;
   width: 100%;
 }
.content-changer-sec .content-changer .bullets-box .swiper-wrapper::after{
    content:'';
    display: inline-block;
    height:3px;
    position:absolute;
    background: var(--dark-yellow);
    width:170px;
    left:0;
    bottom:-1.5px;
    transition: .4s ease-in;
 }
 .content-changer-sec .content-changer .bullets-box.bullets-3 .swiper-wrapper{
   min-width: 590px;
   max-width: 900px;
 } 
 .content-changer-sec .content-changer .bullets-box.bullets-4 .swiper-wrapper{
   min-width: 800px;
   max-width: 900px;
 } 
 .content-changer-sec .content-changer .bullets-box .bullet{
    cursor: pointer;
 }

 .content-changer-sec .content-changer .bullets-box .swiper-wrapper:has(.bullet.active:first-child):after{
    left: 0;
 }
 .content-changer-sec .content-changer .bullets-box .swiper-wrapper:has(.bullet.active:nth-child(2)):after{
    left: 188px;
 }
 .content-changer-sec .content-changer .bullets-box .swiper-wrapper:has(.bullet.active:nth-child(3)):after{
    left: 376px;

 }
 .content-changer-sec .content-changer .bullets-box .swiper-wrapper:has(.bullet.active:nth-child(4)):after{
   left: 564px;
}
 .content-changer-sec .content-changer .bullets-box .swiper-wrapper:has(.bullet:first-child:hover):after{
    left: 0 !important;

 }
 .content-changer-sec .content-changer .bullets-box .swiper-wrapper:has(.bullet:nth-child(2):hover):after{
    left: 188px !important;

 }
 .content-changer-sec .content-changer .bullets-box .swiper-wrapper:has(.bullet:nth-child(3):hover):after{
   left: 376px !important;

 }
 .content-changer-sec .content-changer .bullets-box .swiper-wrapper:has(.bullet:nth-child(4):hover):after{
   left: 556px !important;
}
 .content-changer-sec .content-changer .content-to-change{
    margin:40px 0;
    padding:0;
 }
 .content-changer-sec .content-changer .content-to-change .content-box{
    display:flex;
    flex-direction: column;
    gap:20px;
    font-size: 16px;

 }
 .content-changer-sec .content-changer .content-to-change .content-box h4{
    margin: 0 0 20px 0;
    padding:0;
    font-size: 24px;
 }
.content-changer-sec .content-changer .content-to-change .one-item:not(.active){
    display:none;
 }
 .content-changer-sec .content-changer .content-to-change .one-item.active{
    display:block;
    opacity:0;
    animation:opacity 0.1s linear forwards;
 }
 @keyframes opacity {
    to {
        opacity:1;
    }
 }
 @media (max-width:768px) {
   .content-changer-sec .sec-content{
      padding-bottom: 0;
   }
 }
/* content changer sec end*/