.bgblue {
    background-color: #369ED1 !important;
}

.logoImg {
    height: 60px;
}

a.dropdown-item {
    cursor: pointer;
}

.nav-translation {
    padding: 0;
    margin: -5px -1px 0 0;
}

.googleBtn {
    cursor: pointer;
    background-color: white;
    color: #85c5e4;
    min-width: 240px;
}

.googleBtn:hover {
    transition: ease-in-out 0.3s;
    background-color: rgb(218, 218, 218);
    color: #9fd5ef;
}

.textblue {
    color: #379ED1;
}

.nav-pills {
    float: right;
}

.navbar-header {
    float: left;
}

.nav {
    display: flex!important;
    flex-wrap: nowrap;
}

.sbgBottom {
    transform: rotate(180deg);
}

.collapseExample:hover {
    color: white;
    background-color: #6c757d;
}

a.nasazelena {
    background-color: #58be85;
    color: white;
}

a.nasazelena:hover {
    background-color: #51926d;
    color: white;
}

.overlay-red {
    background-color: #f36e3e;
    z-index: 10;
}

.overlay-green {
    background-color: #58be85;
    text-align: center;
}

.overlay-purple {
    background-color: #4e63ad;
    text-align: center;
}

.underline-orange {
    border-bottom: 7px solid #f9a33d;
}

.underline-green {
    border-bottom: 7px solid #58be85;
}

.underline-purple {
    border-bottom: 7px solid #4e63ad;
}

.fix-height {
    background-image: url('pexels-ian-beckley-2440013.jpg');
}

.height-fix {
    height: 500px;
}

.bgred {
    background-color: #f36e3e;
}

.bggreen {
    background-color: #58be85;
}

.linkSubDesc {
    padding: 0px 20px 5px 0px;
    margin-bottom: 0px;
    font-size: 16px;
    white-space: nowrap;
    font-weight: normal;
}

.gradprinterbtn {
    background: -webkit-linear-gradient(90deg, rgb(243, 110, 62) 0%, rgb(94, 148, 178) 17.9878%, rgb(55, 158, 209) 100%);
}

.gradIntegration {
    background: linear-gradient(253deg, #ff6e38 0%, rgba(98, 147, 175, 255) 77%, #379ed1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}

.gradPrinter {
    background: linear-gradient(253deg, #ffC338 0%, rgba(98, 147, 175, 255) 77%, #379ed1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}

.gradbtn {
    background: linear-gradient(-107deg,#58be85 0%,#379ed1 100%);
}

.grad {
    background: linear-gradient(-107deg,#58be85 0%,#379ed1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.typewrite > .wrap {
    border-right: 0.08em solid #6c757d;
}

@media (min-width:576px) {
    .heightpricing {
        height: 900px;
    }

    /* .linkSubDesc {
        white-space: normal;
    } */
    .nav-translation {
        padding: 0;
        margin: -5px -8px 0 0;
    }
}

.cyan {
    background-color: #85c5e4;
}

.cyan:hover {
    background-color: #2a86b4;
}

/* Faq */
.faq-search-wrap {
    padding: 50px 0 60px;
}

.faq-search-wrap .form-group .form-control,
.faq-search-wrap .form-group .dd-handle {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.faq-search-wrap .form-group .input-group-append {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
}

.faq-search-wrap .form-group .input-group-append .input-group-text {
    background: transparent;
    border: none;
}

.faq-search-wrap .form-group .input-group-append .input-group-text .feather-icon > svg {
    height: 18px;
    width: 18px;
}

.bg-teal-light-3 {
    background-color: #7fcdc1 !important;
}

.hk-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 576px){
    .mt-sm-60 {
        margin-top: 60px !important;
    }

    .avtoAktiv {
        width: 200px;
    }
}

.mt-30 {
    margin-top: 30px !important;
}

.list-group-item.active {
    background-color: #379ed1;
    border-color: #379ed1;
}

.accordion .card .card-header.activestate {
    border-width: 1px;
}

.accordion .card .card-header {
    padding: 0;
    border-width: 0;
}

.card.card-lg .card-header,
.card.card-lg .card-footer {
    padding: .9rem 1.5rem;
}

.accordion>.card .card-header {
    margin-bottom: -1px;
}

.card .card-header {
    background: transparent;
    border: none;
}

.accordion.accordion-type-2 .card .card-header > a.collapsed {
    color: #324148;
}

.accordion .card:first-of-type .card-header:first-child > a {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.accordion.accordion-type-2 .card .card-header > a {
    background: transparent;
    color: #00acf0;
    padding-left: 50px;
}

.accordion .card .card-header > a.collapsed {
    color: #324148;
    background: transparent;
}

.accordion .card .card-header > a {
    background: #00acf0;
    color: #fff;
    font-weight: 500;
    padding: .75rem 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a {
    text-decoration: none;
    color: #00acf0;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.badge.badge-pill {
    border-radius: 50px;
}

.badge.badge-light {
    background: #eaecec;
    color: #324148;
}

.badge {
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 72%;
    letter-spacing: 0.3px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}

.ml-15 {
    margin-left: 15px !important;
}

.accordion.accordion-type-2 .card .card-header > a.collapsed:after {
    content: "\f158";
}

.accordion.accordion-type-2 .card .card-header > a::after {
    display: inline-block;
    font: normal normal normal 14px/1 'Ionicons';
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    position: absolute;
    content: "\f176";
    font-size: 21px;
    top: 15px;
    left: 20px;
}

.mr-15 {
    margin-right: 15px !important;
}

.underline-yellow {
    border-bottom: 7px solid #ffc339;
}

.overlay-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('clipboard-image%20(8)%20(8).png');
    background-size: cover;
}

.overlay-1:hover:before {
    opacity: 50%;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(-107deg,#58be85 0%,#379ed1 100%);
}

.overlay-2 {
    position: absolute;
    display: block;
    background-image: url('grafikaprimary%20(1).jpg');
    background: linear-gradient(-107deg,rgba(255, 255, 255, 0.7) 0%,rgba(55, 158, 209, 0.4) 100%);
    background-size: cover;
}

.overlay-2:hover:before {
    opacity: 80%;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(-107deg,#ffffff 0%,#379ed1 100%);
}

.overlay-3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('clipboard-image%20(8)%20(8).png');
    background-size: cover;
}

.overlay-3:hover:before {
    opacity: 50%;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(88, 190, 133, 1);
}

.overlay-4 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('clipboard-image%20(8)%20(8).png');
    background-size: cover;
}

.overlay-4:hover:before {
    opacity: 50%;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(88, 190, 133, 1);
}

.accordion-body {
    padding: 1rem 1.25rem;
    text-align: left;
}

.bgblue-gradient {
    background-image: linear-gradient(182deg, #369ed1 0%, #e8f7ff 99%);
}

.denisov-zoom::hover {
    transform: scale(1.1);
}

.accordion-button:not(.collapsed) {
    color: #056b9d;
    background-color: #f5f5f5;
}

@media (min-width:576px) {
    .fotkanaexplain {
        position: absolute;
        z-index: 1;
        transform: translate(3rem, -165px);
    }
}

@media (max-width:767px) {
    .linkSubDesc {
        white-space: normal;
    }

    .fotkanaexplain {
        position: absolute;
        z-index: 1;
        transform: translate(25px, -175px);
    }

    .fotkanaexplain {
        position: absolute;
        display: none;
        transform: translate(25px, -175px);
    }
}

.nav-tabs .nav-link {
    background-color: #bebebe;
    color: #ffffff;
}

.bgpurple {
    background-color: #4e63ad;
}

.lastchild div:last-of-type {
    margin-top: auto;
}

.lastchild {
    display: flex;
    flex-direction: column;
}

@media (min-width:576px) and (max-width:767px) {
    .height-maker {
        height: 810px;
    }

    .height-maker2 {
        height: 810px;
    }

    .erpImg {
        width: 50%;
        margin: 0 auto;
        display: flex;
    }

    .nav-translation {
        padding: 0;
        margin: -5px -0px 0 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .height-maker {
        height: 1000px;
    }

    .height-maker2 {
        height: 546px;
    }

    .erpImg {
        width: 60%;
        margin: 0 auto;
        display: flex;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .height-maker {
        height: 940px;
    }

    .height-maker2 {
        height: 570px;
    }

    .pricingheight {
        min-height: 1030px;
    }

    .nav-translation {
        padding: 0;
        margin: -5px -0px 0 0;
    }
}

@media (min-width:1400px) {
    .height-maker {
        height: 950px;
    }

    .height-maker2 {
        height: 585px;
    }

    .nav-translation {
        padding: 0;
        margin: -5px -0px 0 0;
    }

    .pricingheight {
        min-height: 1054px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .height-maker {
        height: 840px;
    }

    .height-maker2 {
        height: 706px;
    }

    .pricingheight {
        min-height: 1030px;
    }

    .nav-translation {
        padding: 0;
        margin: -5px -8px 0 0;
    }
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: rgb(227, 241, 253);
}

.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
    background-color: rgb(227, 241, 253);
}

.not {
    color: #ff8557 !important;
}

.yest {
    color: #52e4a2 !important;
}

.form-check-input,
.form-check-input:checked {
    background-color: #369ED1;
    border-color: #369ED1;
}

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* common */
.ribbon {
    width: 30px;
    height: 50px;
    position: absolute;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
}

@media (min-width:768px) {
    .ribbon span {
        position: absolute;
        display: block;
        width: 155px;
        padding: 8px 0;
        background-color: #3498db;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 12px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }
}

@media (max-width:767px) {
    .ribbon span {
        position: absolute;
        display: block;
        width: 155px;
        padding: 8px 0;
        background-color: #3498db;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 10px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }
}

/* top left */
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left::before {
    top: 0;
    right: 0;
}

.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right */
.ribbon-top-right {
    top: -30px;
    right: -25px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 0;
    left: 0;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

@media (max-width:767px) {
    .ribbon-top-right span {
        left: -120px;
        top: 60px;
        transform: rotate(45deg);
    }

    .Logobrands {
        width: 100px;
    }

    .logobrands2 {
        height: 100px;
    }
}

@media (min-width:768px) {
    .ribbon-top-right span {
        left: -95px;
        top: 50px;
        transform: rotate(45deg);
    }

    .Logobrands {
        width: 130px;
    }

    .logobrands2 {
        height: 100px;
    }
}

/* bottom left */
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}

.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}

.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right */
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}

.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}

.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}

.infoico {
    height: 18px;
    width: 30px;
}

@media (max-width:991px) {
    .mobile-coverphoto {
        position: absolute ;
        top: 1rem;
        right: 0;
        left: 0;
        opacity: 35%;
        z-index: 4;
    }
}

.mobile-coverphoto-1 {
    opacity: 35%;
    background-image: url('images/index_proba2.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#box {
    /* The box that will responsively resize */
    position: relative;
}

#box img {
    display: block;
}

#box .static {
    /* The static image helps responsively resizing the bounding box correctly */
    width: 100%;
    height: auto;
}

#box .cat {
    /* Placing the cat absolutely and with percentage values makes it responsive within the bounding box */
    position: absolute;
    top: 25%;
    left: 60%;
    width: 20%;
    height: auto;
}

#box .text {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    font-family: sans-serif;
}

@media (min-width:768px) and (max-width:991px) {
    .ico-responsive {
        enable-background: new 0 0 24 24;
        width: 80px;
    }

    .erpImg {
        width: 50%;
        margin: 0 auto;
        display: flex;
    }
}

@media (min-width:992px) {
    .ico-responsive {
        enable-background: new 0 0 24 24;
        width: 60px;
    }
}

@media (max-width:767px) {
    .ico-responsive {
        enable-background: new 0 0 24 24;
        width: 60px;
    }

    .cover-maker {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        background-image: url('images/DB6GHJU7BVCF3ISQ445BEVAJVA.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right top;

        /* height: calc(100vh - 81px); */
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .cover-maker {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        background-image: url('DB6GHJU7BVCF3ISQ445BEVAJVA.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;

        /* height: calc(100wv - 81px); */
    }
}

@media (min-width:768px) {
    .cover-maker {
        background-image: url('images/DB6GHJU7BVCF3ISQ445BEVAJVA.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;

        /* height: calc(100vh - 81px); */
    }
}

.container-index {
    position: relative;
}

@media (max-width:767px) and (orientation:landscape) {
    .flip {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .flip {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}

@media (max-width:991px) {
    .responsive-printer {
        position: absolute;
        opacity: 30%;
        z-index: 1;
    }
}

.scroll-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.card-faq {
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.form-check .form-check-input {
    margin-left: 0;
}

.form-switch {
    padding-left: 0;
}

@media (max-width:767px) {
    .tablet-coverphoto {
        width: 350px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .tablet-coverphoto {
        width: 400px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    erpImg {
        width: 60%;
    }
}

howtostart {
    color: #000000;
    background-color: #727272;
}

@media (min-width:992px) and (max-width:1199px) {
    .logoImg {
        height: 50px;
    }

    .nav-translation {
        padding: 0;
        margin: -5px -1px 0 0;
    }
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #c4c4c4;
}

.langDropdown.dropdown-toggle::after {
    transform: scale(1.6);
    z-index: 1000!important;
}

.contactGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.contactItem {
    width: 100%;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-bottom: 1px solid rgba(0, 0, 0, 0.31);
}

/* .dropdown3:hover .dropdownhover {
    display: block;
} */
/* .dropdown:hover  .dropdownhover {
    display: block;
} */
/* .dropdown:hover  {
    display: block;
}

    a.dropdown-toggle:hover > ol {

        display: block!important;
        color: red !important;
        font-size: 22px;
        background-color: red;
    } */
/* .dropdown:hover .dropdown-menu{
        display: block!important;
    }
    .dropdown-menu.show {
        display: none!important;
    } */
/* .dropdown-menu {
        margin-top: 0!important;
    }
    
    .dropdown:hover >.dropdown-menu {
        display: block;
      } */
/* @media only screen and (max-width:575px) { */
@media (max-width:575px) {
    /* for phone */
    .responsive-printer {
        position: absolute;
        opacity: 30%;
        z-index: 1;
        top: 7rem;
    }

    .dropdown-item {
        overflow-wrap: break-word;

        /* white-space: pre-line; */
        /* background-color: red; */
    }

    .dropdown ol.dropdown-menu {
        left: -150%;
        overflow-wrap: normal;
        white-space: normal;
        width: 100%!important;
    }

    .nav-translation {
        padding: 0;
        margin: -5px -7px 0 0;
    }

    .dropdown-menu {
        width: 100%!important;
    }
}

@media (max-width:575px) {
    .pricing-learnmore {
        --bs-aspect-ratio: 100%;
    }

    .d-flex.justify-content-center.row > div .modal-title.text-center.w-100 {
        font-size: 2rem;
    }

    div > .modal-dialog.modal-fullscreen-lg-down.modal-lg > .modal-content  .container > .d-flex.justify-content-center.row > div > div > div > div > div > div > span {
        /* font-size: initial; */
    };
}

/* @media (hover: hover) {
        .dropdown:hover .dropdown-menu {
            display: block!important;
        }
    }
    @media (hover: none) {
        .dropdown:hover .dropdown-menu {
            display: none!important;
        }
    } */
/* .dropdown-menu {

    } */