body {
    background: #f3f3f3;
}

main {
    background-color: transparent;
}

.category-menu .submenu .megamenu.type2 {
    min-width: 22rem;
}

.h1-category-title {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
}

/*DECAPITALIZE*/
.category-menu>li>a, .post-title, .title, .category .category-name {
    text-transform: none;
}

.category-menu .submenu .megamenu ul {
    font-size: 1.3rem;
}

.post-slider .owl-stage-outer {
    padding: 2rem;
    margin: -2rem;
}

.clamp-2 {
    margin: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}


.sidebar-filter-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    position: sticky;
    bottom: 0;
    padding: 0 0 2rem 0;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 20%,
            rgba(255, 255, 255, 1) 100%
    );
    z-index: 10;
}

.thumb-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: var(--inner-radius);
    background: #fff;
}

.thumb-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-container.product-medias {
    border-radius: var(--main-radius);
}

.cat-block {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    white-space: nowrap;
    flex-wrap: nowrap;
}
.cat-section {
    position: relative;
}
.cat-section::after {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 16px;
    z-index: 10;
    content: " ";
    right: 0px;
    background-image: linear-gradient(to right, rgba(243, 243, 243, 0), rgb(243, 243, 243));
}


.cat-block .cat-item {
    background: #fff;
    border: 1px #ddd solid;
    border-radius: var(--main-radius);
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1.4;
    transition: 0.3s all;
}

.cat-block .cat-item:hover {
    cursor: pointer;
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    transition: 0.3s all;
}

.cat-block .cat-item-back {
    padding: 0.8rem 1.4rem 0.8rem 0;
    color: #222;
    font-size: 1.4rem;
    line-height: 1.4;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 4px;
}

.article-image {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}

.article-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brands-wrapper .owl-carousel .owl-stage {
    display: flex;
    transition-timing-function: linear !important;
}

.brands-wrapper .owl-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: auto !important;*/
}


.slider-element {
    background: var(--primary);
    position: relative;
    display: flex;
    margin: 0;

    overflow: hidden;
    align-items: center;
}

.slider-element .text {
    width: 50%;
    padding: 0 60px 0 60px;
    color: #fff;
}

.slider-element .text .banner-title {
    font-weight: 800;
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 30px;
    color: #fff;
}

.slider-element .text .subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 35px;
    color: #cddef7;
}

.slider-element .image {
    width: 50%;
    top: 0;
    right: 0;
    height: 460px;
    background-size: cover;
}

.banner-slider {
    overflow: hidden;
    border-radius: var(--main-radius);
}

.banner-slider.owl-dot-inner .owl-dots {
    position: absolute;
    right: 0 !important;
    left: auto !important;
    transform: none;
    margin-right: 20px;
}


.widget-contacts {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.widget-contacts .wc-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 16px;
}

.widget-contacts .wc-body {
    padding-top: 8px;
}


.widget-contacts .wc-icon {
    font-size: 24px;
}

.widget-contacts span {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    color: #999;
}

.modal-content {
    border-radius: var(--main-radius);
}

.modal-body .modal-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-body {
    padding: 36px;
}

.text-block-image:not(:last-child) {

    margin-bottom: 30px;
}
.text-block-image p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px !important;
}
.form-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

#formPopup {
    position: relative;
}


.form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left: 1.8em;
    margin-bottom: .125rem;
    align-items: center;
}

.form-check-input {
    margin-top: -0.1em;
    width: 1.4em;
    height: 1.4em;
    border-color: #888;
}

.form-check-label {
    padding-left: 12px;
    display: flex;
    gap: 8px;
    align-content: center;
    justify-content: space-between;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.filter-all-count {
    margin-left: 2px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    color: #000;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    justify-content: center;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
}

.filter-count {
    border-radius: 4px;
    background: #ddd;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
}

.widget-body .form-check {
    font-size: 1.3rem;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #222;
}


.count-to {
    display: inline-block;
    margin-bottom: 1.6rem;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
}
.count-to::after {
    content: "+";
}

.count-title {
    color: #222;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0.7rem;
    font-size: 2rem;
}

.counter-descri {
    line-height: 1.86em;
    margin-bottom: 0;
}

.count-float:after {
    content: "K+";
}

.symbol-dollar::after {
    display: none;
}
.symbol-dollar::before {
    content: "$";
}

.symbol-percent:after {
    content: "%";
}

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

.queue-score .count-to::after {
    content: "";
}
.queue-score .count-to:not(:last-child)::after {
    display: inline-block;
    content: ":";
    width: 32px;
}

.queue-days .count-to::after {
    content: "";
}
.queue-days .count-to:not(:last-child)::after {
    display: inline-block;
    content: "/";
    font-weight: 400;
    width: 25px;
}

.symbol-no:after {
    display: none;
}

.about-us .breadcrumb {
    padding: 1.2rem 0 1.1rem;
}
.about-us .page-header {
    height: 30.1rem;
    position: relative;
    background-size: cover;
    background-position: center;
}

.about-us .page-subtitle {
    margin: 0.5rem 0 0.6rem;
}
.about-us .page-title {
    margin-bottom: 1.3rem;
    font-size: 5rem;
    letter-spacing: -0.042em;
}
.about-us .page-desc {
    font-weight: 300;
    line-height: 1.6;
    font-size: 2rem;
    letter-spacing: 0.007em;
}
.about-us .col {


}

.about-us .counter {
    padding: 4.5rem 1rem 4.2rem;
    background: #fff;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: var(--main-radius);
}

.about-us .counter p {
    line-height: 1.72;
}
.about-us .section-title {
    letter-spacing: -0.06em;
}
.about-us .store-section .banner-radius {
    border-radius: 0.3rem;
}
.about-us .customer-section, .about-us .store-section {
    margin-bottom: 2.4rem;
}

.about-us .row>* {

}

.about-section {
    /*margin: 0.1rem 0 3.1rem;*/
}
.about-section .section-subtitle {
    margin-bottom: 0.2rem;
}
.about-section .section-title {
    margin-bottom: 2.2rem;
}
.about-section .section-desc {
    margin-bottom: 8px;
    line-height: 1.6;
    padding-right: 40px;
}
/*.about-section .row { --bs-gutter-x: 5rem;}*/

.about-section .col-abs-image:first-child {
    position: absolute;
    width: 324px;
    z-index: 9;
    right: 44px;
    top: 172px;
    padding: 10px;
    background: #fff;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
img.mfp-img {
    padding: 40px 0;
    background-color: transparent;
    max-width: 100% !important;
    max-height: 100vh !important;
    width: auto;
    height: auto;
}

.about-section .col-abs-image:last-child {
    position: absolute;
    width: 317px;
    left: 91px;
    padding: 10px;
    background: #fff;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.about-section p {
    margin-bottom: 8px;
}

.category.category-ellipse {
    display: flex;
}
.category.category-ellipse .category-media {
    padding: 0;
    box-shadow: none;
    transition: transform 0.3s;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: #fff;
    flex-shrink: 0;
}

.principles-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: var(--main-radius);
    padding: 32px;

}

.principles-item .item-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    margin-top: 12px;
    margin-bottom: 12px;
}

.principles-item .item-description {
    min-height: 46px;
    margin-bottom: 0;
    line-height: 1.5;
}

.mission-icon {
    width: 64px;
    height: 64px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #c6e9cd;
    margin-bottom: 26px;
}

.aims-icon {
    width: 64px;
    height: 64px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #faddc6;
    margin-bottom: 26px;
}

.aims-item {
    background: #f9e7da;
    border: 1px solid #faddc6;
    border-radius: var(--main-radius);
    padding: 32px;
    display: flex;
    align-items: center;

}

.aims-item .item-title {
    font-size: 1.6rem;
    line-height: 1.25;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 62px;
    display: flex;
    align-items: center;
}

.aims-item .item-digit {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #bf6924;
    color: #fff;
    margin-bottom: 0;
    margin-right: 16px;
    line-height: 1;
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tsennosti-item {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 5px solid var(--primary);
    border-radius: var(--main-radius);
    padding: 32px;

}

.tsennosti-item .item-title {
    font-size: 1.8rem;
    line-height: 1.25;
    color: #000;
    margin-bottom: 12px;
    font-weight: 600;
}

.tsennosti-item .item-description {
    min-height: 114px;
    margin-bottom: 0;
    line-height: 1.5;
}

.adv-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: var(--main-radius);
    padding: 32px;
    display: flex;
    align-items: center;

}

.adv-item .item-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    margin-top: 0;
    margin-bottom: 12px;
}

.adv-item .item-digit {
    width: 54px;
    height: 54px;
    border-radius: var(--main-radius);
    background: #e2f3ff;
    color: #fff;
    margin-bottom: 0;
    margin-right: 16px;
    line-height: 1;
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adv-item .item-description {
    min-height: 46px;
    margin-bottom: 0;
    line-height: 1.5;
}

.blockquote {
    font-size: 2rem;
}

.links-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: var(--main-radius);
    padding: 32px;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.links-item .item-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    margin-top: 20px;
    margin-bottom: 12px;
}

.links-item .item-description {
    min-height: 46px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.links-item .item-digit {
    width: 54px;
    height: 54px;
    border-radius: var(--main-radius);
    color: #fff;
    margin-bottom: 0;
    margin-right: 16px;
    line-height: 1;
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--accent);

}

.links-item .item-digit.blue {
    background: var(--secondary);
}

.tab-techpost ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border-radius: var(--main-radius);
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 28px !important;
}

.tab-techpost ul li {
    padding: 15px;
    border-top: 1px solid #ddd;
}

.tab-techpost ul li:nth-child(odd) {
    font-weight: 600;
    border-right: 1px solid #ddd;
}

.tab-techpost ul li:nth-child(even) {
}

.tab-techpost ul li:first-child, .tab-techpost ul li:nth-child(2) {
    border-top: none;
}


@media(max-width: 991px) {
    .principles-item .item-description, .tsennosti-item .item-description {
        min-height: auto;
    }
}

@media(max-width: 575px) {
    .tsennosti-item, .adv-item, .aims-item, .principles-item {
        padding: 24px;
    }

    .blockquote {
        font-size: 1.6rem;
    }
}



.category.category-ellipse .category-media .thumb-image {
    position: relative;
    width: 60px;
    height: 60px;
    padding-top: 100%;
    overflow: hidden;
    background: #fff;
}

.category.category-ellipse .category-media .thumb-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category.category-ellipse img {
    transform: none;
}
.category.category-ellipse:hover .category-media {
    transform: scale(1.15);
}

.header-breadcrumbs {
    width: 100%;
    position: relative;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    text-align: center;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: grab;
}


.breadcrumb-wrap {
    user-select: none;
    -webkit-user-select: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: grab;

    position: relative;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */

}

.breadcrumb-wrap-second * {
    user-select: none;
}

.breadcrumb-wrap.active {
    cursor: grabbing;
}

.header-breadcrumbs::-webkit-scrollbar, .breadcrumb-wrap::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}



.btn-compred {
    padding: 0.8rem 2rem 0.8rem 2rem;
    color: #fff;
    font-weight: 600;
    border-radius: var(--main-radius);
    background: var(--accent);
    line-height: 1;
}

.btn-compred:hover {
    background: var(--accent-hover);
    color: #fff;
}

.btn span {
    display: flex;
    align-items: center;
    gap: 5px;
}


.brand-wrapper .image-wrap {
    padding-bottom: 1px
}

.brand-wrapper figure {
    max-width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.brand-wrapper img {
    max-height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    transition: all 0.3s ease;
}

.products-menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.products-menu-item .products-menu-icon {
    flex-shrink: 0;
}


.member {
    text-align: center;
    margin-bottom: 2rem
}

.member img {
    display: block;
    width: 100%
}

.member figure {
    position: relative;
    margin-bottom: 1.5rem
}

.member-job,.member-name {
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 0
}

.member-job {
    font-size: 1.2rem;
    font-weight: 400;
    color: inherit;
    text-transform: none
}

@media(max-width: 1400px) {
    .slider-element .image {
        height: 420px;
    }

    .slider-element .text .banner-title {
        font-size: 40px;
    }

    .slider-element .text .subtitle {
        font-weight: 400;
        font-size: 22px;
        line-height: 130%;
        margin-bottom: 30px;
    }
}

@media(max-width: 1200px) {

    .cart-prices {
        margin-bottom: 0px;
    }

    .slider-element .image {
        height: 400px;
    }

    .slider-element .text .banner-title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .slider-element .text .subtitle {
        font-weight: 400;
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 20px;
    }

}

@media(max-width: 991px) {

    .sidebar-filters {
       margin: 0;
    }

    .banner-slider.owl-theme .owl-nav {
        display: none;
    }
    .slider-element {
        flex-direction: column-reverse;

    }

    .slider-slider .slider-element {
        padding-bottom: 20px;
    }


    .owl-dot-inner .owl-dots {
        bottom: 3rem;
    }

    .slider-element .text, .slider-element .image {
        width: 100%;
    }

    .slider-element .image {
        height: 262px;
    }

    .slider-element .text {
        padding: 40px 40px 80px 40px;
    }

    .slider-element .slider-button {
        width: 100%;
    }


    .banner-slider.owl-dot-inner .owl-dots {
        margin-right: 0;
        position: absolute;
        left: 50% !important;
        right: auto;
        transform: translateX(-50%);
    }

    .banner-slider.owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 4rem;
    }



}
.header-overlay {
    display: none;
}

@media(max-width: 991px) {
    .header-middle {
        position: fixed;
        z-index: 99;
        width: 100%;
        padding-top: 0rem;
        padding-bottom: 0rem;
        height: 50px;
    }

    .header-middle .logo {
        width: 120px;
    }

    .header-overlay {
        display: block;
        width: 100%;
        height: 50px;
    }

    .header-middle .divider, .header-middle .icon-box {
        margin-right: 0;
    }

    .header-middle .icon-box-icon {
        font-size: 2.5rem;
    }

}

@media(max-width: 575px) {

    .tab-techpost ul {
        display: block;
    }

    .tab-techpost ul li:nth-child(odd) {
        border-right: none;
        padding-bottom: 0;
    }

    .tab-techpost ul li:nth-child(even) {
        padding-top: 0;
        border-right: none;
        border-top: none;
    }


    .modal-body {
        padding: 15px;
    }

    .slider-element .text {
        padding: 25px 20px;
    }

    .slider-element .image {
        height: 200px;
    }

    .slider-element .slider-button {
        width: 100%;
    }

    .slider-element .text .title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .slider-element .text .subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }

}


section.timeline {
    width: 100%;
    margin: 50px 0 0;
    position: relative;
    padding-bottom: 0px;
}

section.timeline:before {
    background: var(--primary);
    content: "";
    display: block;
    height: calc(100% - 140px);
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 140px;
    width: 3px;
    z-index: 0;
}

section.timeline .timeline-body {
    position: relative;
    z-index: 1 !important;
}

section.timeline .timeline-block:nth-child(odd) .row {
    justify-content: flex-start;
}

section.timeline .timeline-block:nth-child(even) .row {
    justify-content: flex-end;
}

section.timeline .timeline-item {
    padding: 24px;
    background: #fff;
    border-radius: var(--main-radius);
    border: 1px solid #eee;
    margin-top: -30px;
}
section.timeline .timeline-item .item-digit {
    border-radius: var(--main-radius);
    background: var(--primary);
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 12px;
    line-height: 1;
    padding: 6px 10px;
    display: inline-block;
}
section.timeline .timeline-item .item-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 12px;
    color: #000;
}


section.timeline .timeline-date h3 {
    display: block;
    text-align: center;
    color: #757575;
    font-size: 0.9em;
    line-height: 32px;
}

section.timeline .timeline-number {
    position: relative;
    display: block;
    clear: both;
    width: 16px;
    height: 16px;
    margin: 0 auto 10px;
    border-radius: 100%;
    background: var(--primary);
    z-index: 1;
}

section.timeline .timeline-number h3 {
    line-height: 55px;
    font-weight: bold;
    text-align: center;
}

section.timeline .timeline-title {
    padding: 12px;
}

section.timeline .timeline-title h4 {
    padding: 0;
    margin: 0;
    color: #151719;
    font-size: 1.4em;
}

section.timeline .timeline-title a {
    color: #151719;
}

section.timeline .timeline-title .timeline-title-tags {
    color: #B1B1B1;
    font-size: 0.9em;
}

section.timeline .timeline-title .timeline-title-tags a {
    color: #B1B1B1;
    font-size: 0.9em;
}

section.timeline .timeline-box {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    border: 1px solid #E5E5E5;
    border-radius: var(--main-radius);
    margin: 20px 10px 10px 10px;
    padding: 10px;
    width: 45.7%;
    float: left;
    z-index: 1;
    margin-bottom: 30px;
}

section.timeline .timeline-box.left {
    clear: both;
}

section.timeline .timeline-box.left:before {
    background: none repeat scroll 0 0 #E5E5E5;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #E5E5E5;
    content: "";
    display: block;
    height: 7px;
    margin-right: -5px;
    position: absolute;
    left: 50%;
    margin-top: 22px;
    width: 8px;
    transform: translate3d(-50%, 0, 0);
    z-index: 1;
}

section.timeline .timeline-box.left .timeline-box-arrow {
    transform: rotate(45deg);
    content: '';
    display: block;
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    float: right;
    height: 14px;
    margin-top: 17px;
    margin-right: -18px;
    width: 14px;
    z-index: 0;
}

section.timeline .timeline-box.right {
    clear: right;
    float: right;
    right: -1px;
    margin-top: 40px;
}

section.timeline .timeline-box.right:before {
    background: none repeat scroll 0 0 #E5E5E5;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #E5E5E5;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    left: 50%;
    margin-top: 32px;
    width: 8px;
    transform: translate3d(-50%, 0, 0);
    z-index: 1;
}

section.timeline .timeline-box.right .timeline-box-arrow {
    transform: rotate(45deg);
    content: '';
    display: block;
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    float: left;
    height: 14px;
    margin-top: 28px;
    margin-left: -18px;
    width: 14px;
    z-index: 0;
}

@media (max-width: 991px) {
    section.timeline .timeline-box {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 70%;
        width: auto;
    }

    section.timeline .timeline-box.right {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 70%;
        width: auto;
    }

    section.timeline .timeline-box.left:after, section.timeline .timeline-box.right:after, section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
        display: none;
    }


    section.timeline .timeline-item {
        margin-top: 0;
        margin-bottom: 10px;
    }

    section.timeline .timeline-number {
        display: none;
    }

    section.timeline:before {
     content: none;
    }

}

@media (max-width: 767px) {
    section.timeline {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 575px) {
    section.timeline {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    section.timeline .timeline-box {
        margin: 15px auto;
        max-width: 90%;
    }

    section.timeline .timeline-box.right {
        margin: 15px auto;
        max-width: 90%;
    }

}

/* Timeline - Skin */
section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
    background: var(--primary);
    box-shadow: 0 0 0 3px #FFF, 0 0 0 6px var(--primary);
}
