.section {
    z-index: 1;
    position: relative;
}

.n-sticky {
    position: fixed;
    top: 60%;
    right: 5%;
    z-index: 0;
    opacity: .7;
}

#conveyor-storage-systems {
    transition: 1s cubic-bezier(0.5, 0, 0.5, 1);
}

#conveyor-storage-systems .section.section-1 .section-title,
#ar-rs-system .section.section-1 .section-title,
#transportation-systems .section.section-1 .section-title,
#intelligent-product-line .section.section-1 .section-title,
#sorting-systems .section.section-1 .section-title {
    color: #fff;
}

#conveyor-storage-systems .section.section-1 {
    padding-top: 180px;
    padding-bottom: 80px;
    height: 100%;
    max-height: 980px;
    background: url("/wp-content/themes/noblelift/img/conveyor-systems/background1.jpg") no-repeat center bottom;
    background-size: cover;
}

#conveyor-storage-systems .section.section-1 .d-flex-block {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-end;
}

#conveyor-storage-systems .section.section-1 .breadcrumbs {
    margin-bottom: 16px;
}

#conveyor-storage-systems .section.section-1 .section-title {
    max-width: 884px;
}

#conveyor-storage-systems .section.section-1 .d-flex-block .cards-link {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card {
    width: 300px;
    min-height: 168px;
    border-radius: 16px;
    background: #FFFFFF;
    outline: 1px solid #FFFFFF;
    outline-offset: -1px;
    box-shadow: 3px 0px 5.8px 0px #00000040;
    padding: 20px;
    overflow: hidden;
    position: relative;
    transition: .3s ease-out;
}

#conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #202020;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    transition: .3s ease-out;
}

#conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card .link {
    width: 52px;
    height: 52px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid #ACACAC;
    outline-offset: -1px;
    background: transparent;
    transition: .3s ease-out;
    z-index: 2;
}

#conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card .link svg path {
    transition: .3s ease-out;
}

#conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card .image {
    position: absolute;
    z-index: 0;
    display: flex;
}

#conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card:nth-child(1) .image {
    left: 8px;
    bottom: 8px;
}

#conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card:nth-child(2) .image {
    left: 71px;
    bottom: 1px;
}

#conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card:nth-child(3) .image {
    left: 20px;
    bottom: 12px;
}

#conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card:nth-child(4) .image {
    right: 13px;
    bottom: 11px;
}

#conveyor-storage-systems .section.section-2 {
    padding: 100px 0;
}

#conveyor-storage-systems .section.section-2 .d-flex-block {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

#conveyor-storage-systems .section.section-2 .d-flex-row {
    display: flex;
    gap: 20px;
}

#conveyor-storage-systems .section.section-2 .d-flex-row > div {
    width: calc(100% / 2 - 20px / 2);
}

#conveyor-storage-systems .section.section-2 .d-flex-row .text-block {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
    height: 422px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

#conveyor-storage-systems .section.section-2 .d-flex-row:last-child .text-block {
    height: auto;
}

#conveyor-storage-systems .section.section-2 .d-flex-row .text-block .title-block {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #202020;
    text-transform: uppercase;
    margin-bottom: 36px;
}

#conveyor-storage-systems .section.section-2 .d-flex-row .text-block .text {
    margin-bottom: 16px;
}

#conveyor-storage-systems .section.section-2 .d-flex-row:last-child .text-block .text {
    margin-bottom: 0;
}

#conveyor-storage-systems .section.section-2 .d-flex-row .text-block .text span {
    color: #404040;
}

#conveyor-storage-systems .section.section-2 .d-flex-row .text-block .ul-title,
#sorting-systems .section.section-2 .d-flex-row .text-block .ul-title.gray{
    margin-bottom: 8px;
    color: #404040;
    font-weight: 700;
}

#conveyor-storage-systems .section.section-2 .d-flex-row .text-block .ul,
#sorting-systems .section.section-2 .d-flex-row .text-block .ul.gray {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#conveyor-storage-systems .section.section-2 .d-flex-row .text-block .ul .li,
#sorting-systems .section.section-2 .d-flex-row .text-block .ul.gray .li {
    padding-left: 12px;
    position: relative;
}

#conveyor-storage-systems .section.section-2 .d-flex-row .text-block .ul .li:before,
#sorting-systems .section.section-2 .d-flex-row .text-block .ul.gray .li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #767676;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

#conveyor-storage-systems .section.section-2 .d-flex-row .text-block .btn-link {
    display: flex;
    align-items: center;
    padding: 16px 32px;
    gap: 20px;
    border-radius: 12px;
    outline: 1px solid #D2D2D2;
    outline-offset: -1px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #404040;
    margin: auto auto 0 0;
    transition: .3s ease-out;
}

#conveyor-storage-systems .section.section-2 .d-flex-row .text-block .btn-link .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

#conveyor-storage-systems .section.section-2 .d-flex-row .text-block .btn-link .icon svg path {
    transition: .3s ease-out;
}

#conveyor-storage-systems .section.section-2 .d-flex-row .text-block .img-mobile {
    display: none;
    border-radius: 20px;
}

#conveyor-storage-systems .section.section-2 .d-flex-row .image-block {
    border-radius: 20px;
    overflow: hidden;
    height: 422px;
}

#conveyor-storage-systems .section.section-2 .d-flex-row .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#conveyor-storage-systems .section.section-3,
#ar-rs-system .section.section-3,
#transportation-systems .section.section-3,
#intelligent-product-line .section.section-3,
#sorting-systems .section.section-3 {
    padding: 200px 0;
}


#ar-rs-system .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/conveyor-systems/background2.jpg) no-repeat center;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#transportation-systems .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/conveyor-systems/background3.jpg) no-repeat center 35%;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#intelligent-product-line .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/conveyor-systems/background4.jpg) no-repeat center;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#sorting-systems .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/conveyor-systems/background5.jpg) no-repeat center;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#ar-rs-system .section.section-1 .section-title,
#transportation-systems .section.section-1 .section-title,
#intelligent-product-line .section.section-1 .section-title,
#sorting-systems .section.section-1 .section-title {
    max-width: 745px;
    margin: auto auto 0 0;
}

#ar-rs-system .section.section-1 .container,
#transportation-systems .section.section-1 .container,
#intelligent-product-line .section.section-1 .container,
#sorting-systems .section.section-1 .container {
    height: 100%;
    display: flex;
}

#ar-rs-system .section.section-2,
#transportation-systems .section.section-2,
#intelligent-product-line .section.section-2,
#sorting-systems .section.section-2 {
    padding: 100px 0;
}

#ar-rs-system .section.section-2 .d-flex-block,
#transportation-systems .section.section-2 .d-flex-block,
#intelligent-product-line .section.section-2 .d-flex-block,
#sorting-systems .section.section-2 .d-flex-block {
    display: flex;
    flex-direction: column;
    gap: 100px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#ar-rs-system .section.section-2 .d-flex-block .d-flex-column,
#transportation-systems .section.section-2 .d-flex-block .d-flex-column,
#intelligent-product-line .section.section-2 .d-flex-block .d-flex-column,
#sorting-systems .section.section-2 .d-flex-block .d-flex-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#ar-rs-system .section.section-2 .d-flex-block .d-flex-column.gap-0,
#transportation-systems .section.section-2 .d-flex-block .d-flex-column.gap-0,
#intelligent-product-line .section.section-2 .d-flex-block .d-flex-column.gap-0,
#sorting-systems .section.section-2 .d-flex-block .d-flex-column.gap-0 {
    gap: 0;
}

#transportation-systems .section.section-2 .d-flex-block .d-flex-column.gap-0 .flex-text-block {
    margin-bottom: 20px;
}

#ar-rs-system .section.section-2 .d-flex-block .d-flex-column .image-block,
#ar-rs-system .section.section-2 .d-flex-block .d-flex-row .image-block,
#transportation-systems .section.section-2 .d-flex-block .d-flex-column .image-block,
#transportation-systems .section.section-2 .d-flex-block .d-flex-row .image-block,
#intelligent-product-line .section.section-2 .d-flex-block .d-flex-column .image-block,
#intelligent-product-line .section.section-2 .d-flex-block .d-flex-row .image-block,
#sorting-systems .section.section-2 .d-flex-block .d-flex-column .image-block,
#sorting-systems .section.section-2 .d-flex-block .d-flex-row .image-block {
    height: 357px;
    border-radius: 20px;
    overflow: hidden;
}

#intelligent-product-line .section.section-2 .d-flex-block .d-flex-row .image-block,
#sorting-systems .section.section-2 .d-flex-block .d-flex-row .image-block {
    height: 540px;
}

#ar-rs-system .section.section-2 .d-flex-block .image-block img,
#transportation-systems .section.section-2 .d-flex-block .image-block img,
#intelligent-product-line .section.section-2 .d-flex-block .image-block img,
#sorting-systems .section.section-2 .d-flex-block .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#ar-rs-system .section.section-2 .d-flex-block .flex-text-block,
#transportation-systems .section.section-2 .d-flex-block .flex-text-block,
#intelligent-product-line .section.section-2 .d-flex-block .flex-text-block,
#sorting-systems .section.section-2 .d-flex-block .flex-text-block {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

#ar-rs-system .section.section-2 .d-flex-block .flex-text-block > div,
#transportation-systems .section.section-2 .d-flex-block .flex-text-block > div,
#intelligent-product-line .section.section-2 .d-flex-block .flex-text-block > div,
#sorting-systems .section.section-2 .d-flex-block .flex-text-block > div {
    width: calc(100% / 2 - 40px / 2);
}

#ar-rs-system .section.section-2 .d-flex-block .text span,
#transportation-systems .section.section-2 .d-flex-block .text span,
#intelligent-product-line .section.section-2 .d-flex-block .text span ,
#sorting-systems .section.section-2 .d-flex-block .text span {
    color: #404040;
    font-weight: 700;
}

#ar-rs-system .section.section-2 .d-flex-row,
#transportation-systems .section.section-2 .d-flex-row ,
#intelligent-product-line .section.section-2 .d-flex-row,
#sorting-systems .section.section-2 .d-flex-row {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

#ar-rs-system .section.section-2 .d-flex-row > div,
#transportation-systems .section.section-2 .d-flex-row > div,
#intelligent-product-line .section.section-2 .d-flex-row > div,
#sorting-systems .section.section-2 .d-flex-row > div {
    width: calc(100% / 2 - 20px / 2);
}

#ar-rs-system .section.section-2 .d-flex-block .d-flex-row .image-block{
    height: 422px;
}

#ar-rs-system .section.section-2 .d-flex-block .d-flex-column .image-block {
    height: 400px;
}

#transportation-systems .section.section-2 .d-flex-block .d-flex-row .image-block {
    height: 610px;
}

#transportation-systems .section.section-2 .d-flex-block .d-flex-row:last-child .image-block {
    height: 400px;
}

#ar-rs-system .section.section-2 .d-flex-block .title-block,
#transportation-systems .section.section-2 .d-flex-block .title-block,
#intelligent-product-line .section.section-2 .d-flex-block .title-block,
#sorting-systems .section.section-2 .d-flex-block .title-block {
    font-weight: 700;
    color: #202020;
    text-transform: uppercase;
    margin-bottom: 36px;
}

#ar-rs-system .section.section-2 .d-flex-block .ul,
#transportation-systems .section.section-2 .d-flex-block .ul,
#intelligent-product-line .section.section-2 .d-flex-block .ul,
#sorting-systems .section.section-2 .d-flex-block .ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#ar-rs-system .section.section-2 .d-flex-block .ul .li,
#transportation-systems .section.section-2 .d-flex-block .ul .li,
#intelligent-product-line .section.section-2 .d-flex-block .ul .li,
#sorting-systems .section.section-2 .d-flex-block .ul .li {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#ar-rs-system .section.section-2 .d-flex-block .ul .li-title,
#transportation-systems .section.section-2 .d-flex-block .ul .li-title,
#intelligent-product-line .section.section-2 .d-flex-block .ul .li-title,
#sorting-systems .section.section-2 .d-flex-block .ul .li-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #404040;
    font-weight: 700;
}

#ar-rs-system .section.section-2 .d-flex-block .ul .li-title span ,
#transportation-systems .section.section-2 .d-flex-block .ul .li-title span,
#intelligent-product-line .section.section-2 .d-flex-block .ul .li-title span,
#sorting-systems .section.section-2 .d-flex-block .ul .li-title span {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background: #FD5000;
    border-radius: 50%;
}

#ar-rs-system .section.section-2 .d-flex-block .img-mobile {
    display: none;
}

#transportation-systems .section.section-2 .d-flex-block .block-orange {
    background: #FD5000;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 400px;
    display: flex;
    align-items: flex-end;
}

#transportation-systems .section.section-2 .d-flex-block .block-orange .name {
    position: absolute;
    top: 24px;
    left: 24px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

#transportation-systems .section.section-2 .d-flex-block .block-orange:before {
    content: "";
    position: absolute;
    right: -78px;
    top: 50%;
    transform: translateY(-50%);
    width: 1170px;
    height: 932px;
    background: url("/wp-content/themes/noblelift/img/conveyor-systems/n-op01.png") no-repeat center;
    background-size: contain;
    z-index: 0;
}

#transportation-systems .section.section-2 .d-flex-block .block-orange .block {
    padding-left: 588px;
    padding-bottom: 24px;
    z-index: 1;
    position: relative;
}

#transportation-systems .section.section-2 .d-flex-block .block-orange .block .sub-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: lowercase;
    margin-bottom: 10px;
    color: #fff;
}

#transportation-systems .section.section-2 .d-flex-block .block-orange .block .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #fff;
}

#transportation-systems .section.section-2 .d-flex-block .block-orange .block .sub-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
}

#transportation-systems .section.section-2 .d-flex-block .block-orange .svg-n {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: 333px;
    height: 257px;
    overflow: hidden;
}

#transportation-systems .section.section-2 .d-flex-block .block-orange .svg-n:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    width: 292px;
    height: 232px;
    background: url("/wp-content/themes/noblelift/img/conveyor-systems/n-op-1.png") no-repeat center;
    background-size: contain;
}

#transportation-systems .block-orange .loading-bubbles {
    margin-top: 64px;
}

#transportation-systems .block-orange .loading-bubbles .bubble-container {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
}

#transportation-systems .block-orange .loading-bubbles .bubble-container .bubble {
    border-radius: 50%;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
    animation: bubble 1.2s -0.6s infinite ease-out;
}

#transportation-systems .block-orange .loading-bubbles .bubble-container:nth-of-type(2n) .bubble {
    animation-delay: -0.3s;
}

#transportation-systems .block-orange .loading-bubbles .bubble-container:nth-of-type(3n) .bubble {
    animation-delay: 0s;
}

@keyframes bubble {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

#intelligent-product-line .section.section-2 .d-flex-block .d-flex-column:last-child .d-flex-row{
    align-items: flex-start;
}

#sorting-systems .section.section-2 .d-flex-row .text-block .ul-title.gray {
    margin-top: 16px;
}

#sorting-systems .section.section-2 .d-flex-row:nth-child(2) {
    align-items: flex-start;
}

#sorting-systems .section.section-2 .d-flex-block .d-flex-row:nth-child(2) .text-block:last-child .ul {
    gap: 8px;
}

@media (min-width: 768px) {
    #conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card:hover,
    #conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card:hover .link {
        outline-color: #FD5000;
    }

    #conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card:hover .title {
        color: #FD5000;
    }

    #conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card:hover .link svg path,
    #conveyor-storage-systems .section.section-2 .d-flex-row .text-block .btn-link:hover .icon svg path {
        stroke: #FD5000;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row .text-block .btn-link:hover {
        outline-color: #FD5000;
        color: #FD5000;
    }
}

@media (max-width: 1680px) {
    #conveyor-storage-systems .section.section-2 .d-flex-row .text-block,
    #conveyor-storage-systems .section.section-2 .d-flex-row .image-block {
        height: 482px;
    }

    #transportation-systems .section.section-2 .d-flex-block .d-flex-row .image-block {
        height: 710px;
    }
}

@media (max-width: 1500px) {
    #intelligent-product-line .section.section-2 .d-flex-block .d-flex-row .image-block {
        height: 600px;
    }
}

@media (max-width: 1360px) {
    #conveyor-storage-systems .section.section-2 .d-flex-row .text-block,
    #conveyor-storage-systems .section.section-2 .d-flex-row .image-block {
        height: 522px;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row > div.text-block {
        width: calc(60% - 20px / 2);
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row > div.image-block {
        width: calc(40% - 20px / 2);
    }
}

@media (max-width: 1200px) {
    #ar-rs-system .section.section-2 .d-flex-block .d-flex-row .image-block {
        height: 482px;
    }

    #transportation-systems .section.section-2 .d-flex-block .d-flex-row .image-block {
        height: 810px;
    }

    #transportation-systems .section.section-2 .d-flex-block .d-flex-row:last-child .image-block {
        height: 450px;
    }

    #transportation-systems .section.section-2 .d-flex-block .block-orange .block {
        padding-left: 388px;
    }

    #intelligent-product-line .section.section-2 .d-flex-block .d-flex-row .image-block {
        height: 660px;
    }
}

@media (max-width: 992px) {
    #conveyor-storage-systems .section.section-1 .d-flex-block {
        flex-direction: column;
    }

    #conveyor-storage-systems .section.section-1 .d-flex-block .cards-link {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card {
        width: calc(100% / 2 - 20px / 2);
    }

    #conveyor-storage-systems .section.section-1 {
        padding: 140px 0 80px 0;
        min-height: auto;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row,
    #ar-rs-system .section.section-2 .d-flex-block .flex-text-block,
    #transportation-systems .section.section-2 .d-flex-block .flex-text-block,
    #intelligent-product-line .section.section-2 .d-flex-block .flex-text-block,
    #sorting-systems .section.section-2 .d-flex-block .flex-text-block {
        flex-direction: column;
    }

    #ar-rs-system .section.section-2 .d-flex-block .flex-text-block > div,
    #transportation-systems .section.section-2 .d-flex-block .flex-text-block > div,
    #intelligent-product-line .section.section-2 .d-flex-block .flex-text-block > div,
    #sorting-systems .section.section-2 .d-flex-block .flex-text-block > div {
        width: 100%;
    }

    #ar-rs-system .section.section-2 .d-flex-block .flex-text-block,
    #transportation-systems .section.section-2 .d-flex-block .flex-text-block,
    #intelligent-product-line .section.section-2 .d-flex-block .flex-text-block,
    #intelligent-product-line .section.section-2 .d-flex-block .d-flex-column:last-child .d-flex-row,
    #sorting-systems .section.section-2 .d-flex-block .flex-text-block{
        gap: 16px;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row .text-block {
        height: auto;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row .image-block {
        display: none;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row > div.text-block {
        width: 100%;
        display: block;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row > div.text-block .img-mobile {
        display: block;
        width: 100%;
        height: 230px;
        object-fit: cover;
        margin: 24px 0;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row .text-block .title-block,
    #ar-rs-system .section.section-2 .d-flex-block .title-block,
    #transportation-systems .section.section-2 .d-flex-block .title-block,
    #intelligent-product-line .section.section-2 .d-flex-block .title-block,
    #sorting-systems .section.section-2 .d-flex-block .title-block {
        margin-bottom: 24px;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row .text-block .btn-link {
        margin-top: 24px;
        width: 202px;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-block,
    #ar-rs-system .section.section-2 .d-flex-block,
    #transportation-systems .section.section-2 .d-flex-block,
    #intelligent-product-line .section.section-2 .d-flex-block,
    #sorting-systems .section.section-2 .d-flex-block {
        gap: 60px;
    }

    #conveyor-storage-systems .section.section-3,
    #ar-rs-system .section.section-3,
    #transportation-systems .section.section-3,
    #intelligent-product-line .section.section-3,
    #sorting-systems .section.section-3 {
        padding: 100px 0;
    }

    #ar-rs-system .section.section-2 .d-flex-row,
    #transportation-systems .section.section-2 .d-flex-row,
    #intelligent-product-line .section.section-2 .d-flex-row,
    #sorting-systems .section.section-2 .d-flex-row {
        flex-direction: column;
        gap: 24px;
    }

    #ar-rs-system .section.section-2 .d-flex-row > div,
    #transportation-systems .section.section-2 .d-flex-row > div,
    #intelligent-product-line .section.section-2 .d-flex-row > div,
    #sorting-systems .section.section-2 .d-flex-row > div {
        width: 100%;
    }

    #ar-rs-system .section.section-2 .d-flex-row:nth-child(3),
    #transportation-systems .section.section-2 .d-flex-row:last-child,
    #sorting-systems .section.section-2 .d-flex-row:last-child{
        flex-direction: column-reverse;
    }

    #ar-rs-system .section.section-2 .d-flex-block .d-flex-column .image-block,
    #ar-rs-system .section.section-2 .d-flex-block .d-flex-row .image-block,
    #transportation-systems .section.section-2 .d-flex-block .d-flex-column .image-block,
    #transportation-systems .section.section-2 .d-flex-block .d-flex-row .image-block,
    #transportation-systems .section.section-2 .d-flex-block .d-flex-row:last-child .image-block,
    #intelligent-product-line .section.section-2 .d-flex-block .d-flex-column .image-block,
    #sorting-systems .section.section-2 .d-flex-block .d-flex-row .image-block {
        height: 230px;
    }

    #intelligent-product-line .section.section-2 .d-flex-block .d-flex-row .image-block {
        height: 260px;
    }

    #ar-rs-system .section.section-2 .d-flex-row:last-child .image-block {
        display: none;
    }

    #ar-rs-system .section.section-2 .d-flex-block .img-mobile {
        display: block;
        width: 100%;
        height: 230px;
        object-fit: cover;
        margin: 24px 0;
        border-radius: 20px;
    }

    #transportation-systems .section.section-2 .d-flex-block .block-orange .block .title  {
        font-size: 32px;
        line-height: 36px;
    }

    #transportation-systems .section.section-2 .d-flex-block .block-orange .block .sub-title {
        font-size: 24px;
        line-height: 30px;
    }

    #sorting-systems .section.section-2 .d-flex-row:nth-child(2) {
        gap: 60px;
    }

}

@media (max-width: 768px) {
    #conveyor-storage-systems .section.section-1 .d-flex-block {
        gap: 32px;
    }

    #conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card {
        min-height: 148px;
        padding: 16px;
    }

    #conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card .link {
        width: 44px;
        height: 44px;
    }

    #conveyor-storage-systems .section.section-1 {
        padding: 140px 0 60px 0;
    }

    #conveyor-storage-systems .section.section-2,
    #ar-rs-system .section.section-2,
    #transportation-systems .section.section-2,
    #intelligent-product-line .section.section-2,
    #sorting-systems .section.section-2 {
        padding: 60px 0;
    }

    #conveyor-storage-systems .section.section-3,
    #ar-rs-system .section.section-3,
    #transportation-systems .section.section-3,
    #intelligent-product-line .section.section-3,
    #sorting-systems .section.section-3 {
        padding: 60px 0;
    }

    #ar-rs-system .section.section-1,
    #transportation-systems .section.section-1,
    #intelligent-product-line .section.section-1,
    #sorting-systems .section.section-1 {
        height: 300px;
        padding-bottom: 16px;
    }

    #transportation-systems .section.section-2 .d-flex-block .block-orange .block {
        padding: 80px 20px 220px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #transportation-systems .section.section-2 .d-flex-block .block-orange {
        height: auto;
    }

    #transportation-systems .section.section-2 .d-flex-block .block-orange .block .title {
        text-align: center;
    }

    #transportation-systems .section.section-2 .d-flex-block .block-orange .name {
        top: 20px;
        left: 20px;
    }

    #transportation-systems .section.section-2 .d-flex-block .block-orange .svg-n {
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
    }

}

@media (max-width: 670px) {
    #conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card .title {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 576px) {

    #conveyor-storage-systems .section.section-1 {
        padding: 116px 0 16px 0;
        background: url(/wp-content/themes/noblelift/img/conveyor-systems/background1.jpg) no-repeat 35% 70%;
        background-size: cover;
    }

    #conveyor-storage-systems .section.section-1 .section-title {
        font-size: 24px;
        line-height: 30px;
    }

    #conveyor-storage-systems .section.section-1 .d-flex-block {
        gap: 28px;
    }

    #conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card {
        padding: 12px;
        border-radius: 12px;
        width: 100%;
        min-height: 108px;
    }

    #conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card:nth-child(1) .image {
        left: 36px;
        bottom: 8px;
        width: 107px;
        height: 82px;
    }

    #conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card:nth-child(2) .image {
        left: 60%;
        bottom: 0;
        width: 120px;
        height: 116px;
    }

    #conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card:nth-child(3) .image {
        left: 36px;
        bottom: 5px;
        width: 132px;
        height: 96px;
    }

    #conveyor-storage-systems .section.section-1 .d-flex-block .cards-link .card:nth-child(4) .image {
        right: 70px;
        bottom: 5px;
        width: 116px;
        height: 100px;
    }

    #conveyor-storage-systems .section.section-2,
    #ar-rs-system .section.section-2,
    #transportation-systems .section.section-2,
    #intelligent-product-line .section.section-2,
    #sorting-systems .section.section-2 {
        padding: 32px 0 60px 0;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row .text-block,
    #ar-rs-system .section.section-2 .d-flex-block,
    #transportation-systems .section.section-2 .d-flex-block,
    #intelligent-product-line .section.section-2 .d-flex-block,
    #sorting-systems .section.section-2 .d-flex-block {
        font-size: 16px;
        line-height: 20px;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row .text-block .title-block,
    #ar-rs-system .section.section-2 .d-flex-block .title-block,
    #transportation-systems .section.section-2 .d-flex-block .title-block,
    #intelligent-product-line .section.section-2 .d-flex-block .title-block,
    #sorting-systems .section.section-2 .d-flex-block .title-block {
        margin-bottom: 16px;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row .text-block .text {
        margin-bottom: 10px;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row .text-block .ul-title {
        margin-bottom: 6px;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row > div.text-block .img-mobile {
        margin: 16px 0;
        border-radius: 12px;
    }

    #conveyor-storage-systems .section.section-2 .d-flex-row .text-block .btn-link {
        margin-top: 16px;
    }

    #ar-rs-system .section.section-1,
    #transportation-systems .section.section-1,
    #intelligent-product-line .section.section-1,
    #sorting-systems .section.section-1 {
        height: 260px;
    }

    #ar-rs-system .section.section-1 .section-title,
    #transportation-systems .section.section-1 .section-title,
    #intelligent-product-line .section.section-1 .section-title,
    #sorting-systems .section.section-1 .section-title {
        font-size: 24px;
        line-height: 30px;
    }

    #ar-rs-system .section.section-2 .d-flex-block .flex-text-block,
    #ar-rs-system .section.section-2 .d-flex-block .ul,
    #transportation-systems .section.section-2 .d-flex-block .flex-text-block,
    #transportation-systems .section.section-2 .d-flex-block .ul,
    #intelligent-product-line .section.section-2 .d-flex-block .flex-text-block,
    #intelligent-product-line .section.section-2 .d-flex-block .ul,
    #intelligent-product-line .section.section-2 .d-flex-block .d-flex-column:last-child .d-flex-row,
    #sorting-systems .section.section-2 .d-flex-block .flex-text-block,
    #sorting-systems .section.section-2 .d-flex-block .ul {
        gap: 10px;
    }

    #transportation-systems .section.section-2 .d-flex-block .d-flex-column.gap-0 .flex-text-block {
        margin-bottom: 16px;
    }

    #ar-rs-system .section.section-2 .d-flex-row,
    #ar-rs-system .section.section-2 .d-flex-block .d-flex-column,
    #transportation-systems .section.section-2 .d-flex-row,
    #transportation-systems .section.section-2 .d-flex-block .d-flex-column,
    #intelligent-product-line .section.section-2 .d-flex-row,
    #intelligent-product-line .section.section-2 .d-flex-block .d-flex-column,
    #sorting-systems .section.section-2 .d-flex-row,
    #sorting-systems .section.section-2 .d-flex-block .d-flex-column {
        gap: 16px;
    }

    #ar-rs-system .section.section-2 .d-flex-block .d-flex-column .image-block,
    #ar-rs-system .section.section-2 .d-flex-block .d-flex-row .image-block,
    #ar-rs-system .section.section-2 .d-flex-block .img-mobile,
    #transportation-systems .section.section-2 .d-flex-block .d-flex-column .image-block,
    #transportation-systems .section.section-2 .d-flex-block .d-flex-row .image-block,
    #transportation-systems .section.section-2 .d-flex-block .d-flex-row:last-child .image-block  {
        border-radius: 12px;
        height: 200px;
    }

    #intelligent-product-line .section.section-2 .d-flex-block .d-flex-column .image-block,
    #intelligent-product-line .section.section-2 .d-flex-block .d-flex-row .image-block,
    #sorting-systems .section.section-2 .d-flex-block .d-flex-row .image-block {
        border-radius: 12px;
    }

    #ar-rs-system .section.section-2 .d-flex-block .img-mobile {
        margin: 16px 0;
    }

    #ar-rs-system .section.section-2 .d-flex-block .d-flex-column .image-block,
    #transportation-systems .section.section-2 .d-flex-block .d-flex-column .image-block {
        height: 130px;
    }

    #transportation-systems .section.section-2 .d-flex-block .block-orange .name {
        top: 16px;
        left: 16px;
    }

    #transportation-systems .section.section-2 .d-flex-block .block-orange .svg-n {
        bottom: 16px;
    }

    #transportation-systems .block-orange .loading-bubbles {
        margin-top: 24px;
    }

    #transportation-systems .section.section-2 .d-flex-block .block-orange .block {
        padding: 80px 16px 220px 16px;
    }

    #transportation-systems .section.section-2 .d-flex-block .block-orange .block .sub-text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 4px;
    }

    #transportation-systems .section.section-2 .d-flex-block .block-orange .block .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    #transportation-systems .section.section-2 .d-flex-block .block-orange .block .sub-title {
        font-size: 20px;
        line-height: 24px;
    }

    #transportation-systems .section.section-2 .d-flex-block .block-orange:before {
        right: inherit;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #sorting-systems .section.section-2 .d-flex-row .text-block .ul-title.gray {
        margin-top: 10px;
        margin-bottom: 6px;
    }

    #sorting-systems .section.section-2 .d-flex-block .d-flex-row:nth-child(2) .text-block:last-child .ul {
        gap: 10px;
    }

    #sorting-systems .section.section-2 .d-flex-block .d-flex-row:nth-child(2) .text-block:last-child .ul .li:first-child{
        margin-bottom: -4px;
    }

    #sorting-systems .section.section-2 .d-flex-block .d-flex-row .image-block {
        height: 220px;
    }

    #conveyor-storage-systems .section.section-1 .breadcrumbs {
        margin-bottom: 12px;
    }
}

@media (max-width: 420px) {
    #conveyor-storage-systems .section.section-2 .d-flex-row .text-block .btn-link {
        width: 100%;
        justify-content: space-between;
    }
}