.section {
    z-index: 1;
    position: relative;
}

.n-sticky {
    position: fixed;
    top: 50%;
    right: 0%;
    z-index: 0;
    opacity: .7;
}

#arenda .n-sticky {
    right: inherit;
    left: 0%;
}

#service-maintenance .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/services/background1.jpg) no-repeat center 55%;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#modernization-equipment .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/services/background2.jpg) no-repeat center 72%;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#original-spareparts .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/services/background3.jpg) no-repeat center;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#test-drive .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/services/background4.jpg) no-repeat center;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#arenda .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/services/background5.jpg) no-repeat center 90%;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#service-maintenance .section.section-1 .breadcrumbs,
#modernization-equipment .section.section-1 .breadcrumbs,
#original-spareparts .section.section-1 .breadcrumbs,
#test-drive .section.section-1 .breadcrumbs,
#arenda .section.section-1 .breadcrumbs {
    margin: auto auto 0 0;
}

#service-maintenance .section.section-1 .section-title,
#modernization-equipment .section.section-1 .section-title,
#original-spareparts .section.section-1 .section-title,
#test-drive .section.section-1 .section-title,
#arenda .section.section-1 .section-title {
    color: #fff;
}

#service-maintenance .section.section-1 .container,
#modernization-equipment .section.section-1 .container,
#original-spareparts .section.section-1 .container,
#test-drive .section.section-1 .container,
#arenda .section.section-1 .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#service-maintenance .section.section-2,
#modernization-equipment .section.section-2,
#original-spareparts .section.section-2,
#test-drive .section.section-2 {
    padding: 100px 0;
}

#service-maintenance .section .d-flex-block,
#test-drive .section .d-flex-block {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

#service-maintenance .section .d-flex-row,
#test-drive .section .d-flex-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

#service-maintenance .section .d-flex-row > div {
    width: 100%;
}

#service-maintenance .section .d-flex-block .text,
#test-drive .section .d-flex-block .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#service-maintenance .section .d-flex-block .text span,
#test-drive .section .d-flex-block .text span {
    font-weight: 700;
    color: #404040;
}

#service-maintenance .section .d-flex-block .title-block,
#test-drive .section .d-flex-block .title-block {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 36px;
    color: #202020;
    max-width: 533px;
}

#service-maintenance .section .d-flex-block .ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#service-maintenance .section .d-flex-block .ul .li {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#service-maintenance .section .d-flex-block .ul .li .li-title {
    color: #404040;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

#service-maintenance .section .d-flex-block .ul .li .li-title span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FD5000;
}

#service-maintenance .section .d-flex-block .image-block {
    height: 422px;
    border-radius: 20px;
    overflow: hidden;
}

#service-maintenance .section .d-flex-block .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#service-maintenance .section.gray-block {
    padding: 100px 0;
    background: linear-gradient(180deg, #202020 0%, #404040 103.06%);
    position: relative;
    overflow: hidden;
}

#service-maintenance .section.gray-block:before{
    content: "";
    top: 216px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(-11deg);
    z-index: 0;
    background: url("/wp-content/themes/noblelift/img/services/n.svg") no-repeat center;
    background-size: contain;
    width: 1304px;
    height: 1039px;
}

#service-maintenance .section.gray-block > * {
    position: relative;
    z-index: 2;
}

#service-maintenance .section.gray-block .section-title {
    max-width: 810px;
    color: #fff;
    margin-bottom: 12px;
}

#service-maintenance .section.gray-block .sub-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ACACAC;
    max-width: 482px;
    margin-bottom: 60px;
}

#service-maintenance .section.gray-block .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#service-maintenance .section.gray-block .cards .item {
    min-height: 336px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(40, 40, 40, 0.1) 0%, rgba(255, 255, 255, 0.1) 182.13%);
    backdrop-filter: blur(7px);
    border-radius: 20px;
    width: calc(100% / 4 - 20px + 20px / 4);
    padding: 16px;
}

#service-maintenance .section.gray-block .cards .item:nth-child(2),
#service-maintenance .section.gray-block .cards .item:nth-child(7) {
    background: transparent;
    backdrop-filter: none;
    opacity: 0;
}

#service-maintenance .section.gray-block .cards .item .line {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #FD5000;
    margin-bottom: 32px;
}

#service-maintenance .section.gray-block .cards .item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #F3F3F3;
    margin-bottom: 16px;
}

#service-maintenance .section.gray-block .cards .item .ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ACACAC;
}

#service-maintenance .section.gray-block .cards .item .ul .li {
    padding-left: 12px;
    position: relative;
}

#service-maintenance .section.gray-block .cards .item .ul .li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ACACAC;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#service-maintenance .section.gray-block .sub-text {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ACACAC;
    margin-top: 32px;
}

#service-maintenance .section.section-4 {
    padding: 100px 0;
}

#service-maintenance .section.section-4 .section-title {
    max-width: 680px;
    margin-bottom: 60px;
}

#service-maintenance .section.section-4 .d-flex-block {
    padding-top: 50px;
    border-top: 2px solid #D2D2D2
}

#service-maintenance .section.section-4 .d-flex-row .arrow {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: #FD5000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    flex-shrink: 0;
}

#service-maintenance .section.section-4 .d-flex-row .arrow svg {
    transition: .6s ease-out;
}

#service-maintenance .section.section-4.animate .d-flex-row .arrow svg {
    transform: rotate(45deg);
}

#service-maintenance .section.section-4 .d-flex-row {
    justify-content: space-between;
}

#service-maintenance .section.section-4 .d-flex-row .block-text {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-end;
}

#service-maintenance .section.section-4 .d-flex-row .block-text .title-block {
    text-transform: none;
    margin-bottom: 32px;
}

#service-maintenance .section.section-4 .d-flex-row .block-text .text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#service-maintenance .section.section-4 .d-flex-row .block-text .text span {
    color: #FD5000;
    font-weight: 400;
}

#service-maintenance .section.section-5 {
    padding: 100px 0;
}

#service-maintenance .section.section-5 .container {
    position: relative;
}

#service-maintenance .section.section-5 .cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#service-maintenance .section.section-5 .cards .item:not(.title-block) {
    width: calc(100% / 4 - 20px + 20px / 4);
    height: 384px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: #E5E5E5;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    padding: 24px;
}

#service-maintenance .section.section-5 .cards .item.hidden {
    opacity: 0;
}

#service-maintenance .section.section-5 .cards .item:not(.title-block):nth-child(2) {
    background: #FD5000;
}

#service-maintenance .section.section-5 .cards .item:not(.title-block):nth-child(4) {
    background: #FFFFFF;
}

#service-maintenance .section.section-5 .cards .item:not(.title-block):nth-child(6) {
    background: #404040;
}

#service-maintenance .section.section-5.animate .cards .item:not(.title-block) {
    background: #E5E5E5;
}

#service-maintenance .section.section-5.animate .cards .item:not(.title-block):nth-child(2),
#service-maintenance .section.section-5.animate .cards .item:not(.title-block):nth-child(4),
#service-maintenance .section.section-5.animate .cards .item:not(.title-block):nth-child(6) {
    background: #E5E5E5;
}

#service-maintenance .section.section-5 .cards .item .number {
    font-weight: 700;
    font-size: 64px;
    line-height: 60px;
    color: #FD5000;
}

#service-maintenance .section.section-5 .cards .item:nth-child(2) .number,
#service-maintenance .section.section-5 .cards .item:nth-child(6) .number {
    color: #fff;
}

#service-maintenance .section.section-5.animate .cards .item .number,
#service-maintenance .section.section-5.animate .cards .item:nth-child(2) .number,
#service-maintenance .section.section-5.animate .cards .item:nth-child(6) .number{
    color: #FD5000;
}

#service-maintenance .section.section-5 .cards .item .text:not(.title-block) {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #404040;
}

#service-maintenance .section.section-5 .cards .item:nth-child(2) .text,
#service-maintenance .section.section-5 .cards .item:nth-child(6) .text {
    color: #fff;
}

#service-maintenance .section.section-5 .cards .item:nth-child(2) .text,
#service-maintenance .section.section-5 .cards .item:nth-child(2) .number{
    transition: .6s .3s cubic-bezier(0.78, 0.17, 0.15, 1.06);
}

#service-maintenance .section.section-5 .cards .item:nth-child(6) .text,
#service-maintenance .section.section-5 .cards .item:nth-child(6) .number{
    transition: .6s .5s cubic-bezier(0.78, 0.17, 0.15, 1.06);
}

#service-maintenance .section.section-5.animate .cards .item:nth-child(2) .text,
#service-maintenance .section.section-5.animate .cards .item:nth-child(6) .text {
    color: #404040;
}

#service-maintenance .section.section-5 .cards .item:nth-child(3) {
    width: calc(100% / 2 - 20px / 2);
    display: flex;
    flex-direction: column;
}

#service-maintenance .section.section-5 .cards .item:nth-child(3) .icon {
    max-height: 0;
    opacity: 0;
    transition: .6s .1s cubic-bezier(0.78, 0.17, 0.15, 1.06);
}

#service-maintenance .section.section-5.animate .cards .item:nth-child(3) .icon {
    max-height: 18px;
    opacity: 1;
    margin-bottom: 8px;
}

#service-maintenance .section.section-5 .cards .item:nth-child(3) .section-title {
    margin-bottom: 24px;
    text-align: center;
    transition: .6s cubic-bezier(0.78, 0.17, 0.15, 1.06);
}

#service-maintenance .section.section-5.animate .cards .item:nth-child(3) .section-title {
    margin-bottom: 32px;
    text-align: left;
}

#service-maintenance .section.section-5 .cards .item:nth-child(3) .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #404040;
    text-align: center;
    position: relative;
    transition: .6s cubic-bezier(0.78, 0.17, 0.15, 1.06);
}

#service-maintenance .section.section-5 .cards .item:nth-child(3) .text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 68px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F3F3F3 100%);
    transition: .6s cubic-bezier(0.78, 0.17, 0.15, 1.06);
}

#service-maintenance .section.section-5.animate .cards .item:nth-child(3) .text {
    text-align: left;
}

#service-maintenance .section.section-5.animate .cards .item:nth-child(3) .text:before{
    opacity: 0;
}

#service-maintenance .section.section-5 .cards .item:nth-child(3) .text span {
    font-weight: 700;
}

#service-maintenance .section.section-5 .cards .item {
    position: relative;
}

#service-maintenance .section.section-5 .cards .item:nth-child(1) {
    transform: translate(274px, 390px);
    z-index: 1;
    transition: .6s .1s cubic-bezier(0.78, 0.17, 0.15, 1.06);
}

#service-maintenance .section.section-5 .cards .item:nth-child(3) {
    transform: translate(-50%, 0);
    transition: .6s cubic-bezier(0.78, 0.17, 0.15, 1.06);
}

#service-maintenance .section.section-5 .cards .item:nth-child(2) {
    transform: translate(130px, 256px) rotate(-3deg);
    z-index: 2;
    transition: .6s .2s cubic-bezier(0.78, 0.17, 0.15, 1.06);
}

#service-maintenance .section.section-5 .cards .item:nth-child(4) {
    transform: translate(394px, 65px) rotate(-3deg);
    transition: .6s .3s cubic-bezier(0.78, 0.17, 0.15, 1.06);
    z-index: 3;
}

#service-maintenance .section.section-5 .cards .item:nth-child(6) {
    transform: translate(-98px, 123px);
    transition: .6s .4s cubic-bezier(0.78, 0.17, 0.15, 1.06);
    z-index: 4;
}

#service-maintenance .section.section-5 .cards .item:nth-child(7) {
    transform: translate(-349px, 37px) rotate(12deg);
    transition: .6s .5s cubic-bezier(0.78, 0.17, 0.15, 1.06);
    z-index: 1;
}

#service-maintenance .section.section-5.animate .cards .item:nth-child(1),
#service-maintenance .section.section-5.animate .cards .item:nth-child(2),
#service-maintenance .section.section-5.animate .cards .item:nth-child(3),
#service-maintenance .section.section-5.animate .cards .item:nth-child(4),
#service-maintenance .section.section-5.animate .cards .item:nth-child(5),
#service-maintenance .section.section-5.animate .cards .item:nth-child(6),
#service-maintenance .section.section-5.animate .cards .item:nth-child(7){
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    transform: none;
}

#service-maintenance .section.section-7 {
    padding: 100px 0;
}

#service-maintenance .section.section-7 .section-title {
    margin-bottom: 4px;
}

#service-maintenance .section.section-7 .section-sub-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#service-maintenance .section.section-7 .clients {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 60px;
}

#service-maintenance .section.section-7 .clients .row {
    display: flex;
    gap: 20px;
}

#service-maintenance .section.section-7 .clients .column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#service-maintenance .section.section-7 .clients .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    background: #F3F3F3;
}

#service-maintenance .section.section-7 .clients .row > .item {
    height: 200px;
}

#service-maintenance .section.section-7 .clients .column .row > .item,
#service-maintenance .section.section-7 .clients .column .item {
    height: 90px;
}

#service-maintenance .section.section-7 .clients .row > .item img,
#service-maintenance .section.section-7 .clients .column .row > .item img,
#service-maintenance .section.section-7 .clients .column .item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    filter: saturate(0);
    mix-blend-mode: multiply;
    transition: .3s ease-out;
}

#service-maintenance .section.section-7 .clients .row-1 > .item,
#service-maintenance .section.section-7 .clients .row-3 > .item {
    width: calc(33% - 20px + 20px / 3);
}

#service-maintenance .section.section-7 .clients .row-1 > .column,
#service-maintenance .section.section-7 .clients .row-2 > .column:last-child,
#service-maintenance .section.section-7 .clients .row-3 > .column,
#service-maintenance .section.section-7 .clients .row-4 > .column:first-child {
    width: calc(25% - 20px + 20px / 3);
}

#service-maintenance .section.section-7 .clients .row-2 > .column:first-child {
    width: calc(33% - 20px + 20px / 3);
}

#service-maintenance .section.section-7 .clients .row-4 > .column:last-child {
    width: calc(33% - 20px + 20px / 3);
}

#service-maintenance .section.section-7 .clients .row-1 > .row,
#service-maintenance .section.section-7 .clients .row-2 > .row,
#service-maintenance .section.section-7 .clients .row-3 > .row,
#service-maintenance .section.section-7 .clients .row-4 > .row {
    width: calc(42% - 20px + 20px / 3);
}

#service-maintenance .section.section-7 .clients .row-1 > .row .item:first-child,
#service-maintenance .section.section-7 .clients .row-2 > .row .item:last-child,
#service-maintenance .section.section-7 .clients .row-3 > .row .item:last-child,
#service-maintenance .section.section-7 .clients .row-4 > .row .item:first-child{
    width: calc(59% - 20px / 2);
}

#service-maintenance .section.section-7 .clients .row-1 > .row .item:last-child,
#service-maintenance .section.section-7 .clients .row-2 > .row .item:first-child,
#service-maintenance .section.section-7 .clients .row-3 > .row .item:first-child,
#service-maintenance .section.section-7 .clients .row-4 > .row .item:last-child {
    width: calc(41% - 20px / 2);
}

#service-maintenance .section.section-6 {
    padding: 100px 0;
    background: #202020;
}

#service-maintenance .section.section-6 .section-title {
    color: #fff;
    text-align: center;
}

#service-maintenance .section.section-6 .block-animation__stages,
#test-drive .section.section-4 .block-animation__stages {
    margin: 196px 138px 247px auto;
    position: relative;
    display: flex;
    justify-content: center;
}

#service-maintenance .section.section-6 .block-animation__stages .line-mask,
#test-drive .section.section-4 .block-animation__stages .line-mask {
    height: 4px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1132px;
}

#service-maintenance .section.section-6 .block-animation__stages .dotted-line,
#test-drive .section.section-4 .block-animation__stages .dotted-line {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #767676 0%, #767676 50%, transparent 50%, transparent 100%);
    background-size: 7px 2px;
    background-repeat: repeat-x;
}

#service-maintenance .section.section-6 .block-animation__stages .progress-line,
#test-drive .section.section-4 .block-animation__stages .progress-line {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #FD5000 0%, #FD5000 50%, transparent 50%, transparent 100%);
    background-size: 7px 2px;
    background-repeat: repeat-x;
    transition: width 0.1s linear;
}

#service-maintenance .section.section-6 .block-animation__stages .circles,
#test-drive .section.section-4 .block-animation__stages .circles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 1132px;
    width: 100%;
}

#service-maintenance .section.section-6 .block-animation__stages .block-circle .circle,
#test-drive .section.section-4 .block-animation__stages .block-circle .circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #404040;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    transition: background 0.3s ease-out,  text-shadow 0.3s ease-out, box-shadow 0.3s ease-out;
}

#service-maintenance .section.section-6 .block-animation__stages .block-circle.active .circle,
#test-drive .section.section-4 .block-animation__stages .block-circle.active .circle {
    background: #FD5000;
    text-shadow: 0px 4px 4px #00000040;
    box-shadow: 1px 2px 21.8px 0px #FD500066;

}

#service-maintenance .section.section-6 .block-animation__stages .block-circle,
#test-drive .section.section-4 .block-animation__stages .block-circle {
    position: relative;
}

#service-maintenance .section.section-6 .block-animation__stages .block-circle .block-text,
#test-drive .section.section-4 .block-animation__stages .block-circle .block-text {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 170px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #4C4C4C;
    position: absolute;
    left: 22px;
    transition: 0.3s ease-out;
}

#service-maintenance .section.section-6 .block-animation__stages .block-circle.active .block-text,
#test-drive .section.section-4 .block-animation__stages .block-circle.active .block-text {
    color: #F3F3F3;
}

#service-maintenance .section.section-6 .block-animation__stages .block-circle .block-text span:not(.sub-text),
#test-drive .section.section-4 .block-animation__stages .block-circle .block-text span:not(.sub-text) {
    width: 9px;
    height: 9px;
    background: #404040;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    transition: 0.3s ease-out;
}

#service-maintenance .section.section-6 .block-animation__stages .block-circle .block-text span:not(.sub-text):before,
#test-drive .section.section-4 .block-animation__stages .block-circle .block-text span:not(.sub-text):before {
    content: "";
    position: absolute;
    left: 50%;
    top: -84px;
    transform: translateX(-50%);
    width: 1px;
    height: 84px;
    border-left: 1px dashed #ACACAC;
    z-index: 0;
}

#service-maintenance .section.section-6 .block-animation__stages .block-circle.active .block-text span:not(.sub-text),
#test-drive .section.section-4 .block-animation__stages .block-circle.active .block-text span:not(.sub-text) {
    background: #FD5000;
    box-shadow: 1px 2px 21.8px 0px #FD500066;
}

#service-maintenance .section.section-6 .block-animation__stages .block-circle .block-text span.sub-text,
#test-drive .section.section-4 .block-animation__stages .block-circle .block-text span.sub-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #404040;
    transition: 0.3s ease-out;
}

#service-maintenance .section.section-6 .block-animation__stages .block-circle.active .block-text span.sub-text,
#test-drive .section.section-4 .block-animation__stages .block-circle.active .block-text span.sub-text {
    color: #767676;
}

#service-maintenance .section.section-6 .block-animation__stages .block-circle:nth-child(1) .block-text,
#service-maintenance .section.section-6 .block-animation__stages .block-circle:nth-child(3) .block-text {
    bottom: -79px;
}

#service-maintenance .section.section-6 .block-animation__stages .block-circle:nth-child(2) .block-text {
    top: -99px;
}

#service-maintenance .section.section-6 .block-animation__stages .block-circle:nth-child(4) .block-text {
    top: -99px;
}

#service-maintenance .section.section-6 .block-animation__stages .block-circle:nth-child(5) .block-text {
    bottom: -103px;
}

#service-maintenance .section.section-6 .block-animation__stages .block-circle:nth-child(2) .block-text span:not(.sub-text):before,
#service-maintenance .section.section-6 .block-animation__stages .block-circle:nth-child(4) .block-text span:not(.sub-text):before {
    top: inherit;
    bottom: -84px;
}

#service-maintenance .section.section-6 .block-text-button,
#test-drive .section.section-4 .block-text-button {
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#service-maintenance .section.section-6 .block-text-button .text,
#test-drive .section.section-4 .block-text-button .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #4C4C4C;
    margin-bottom: 20px;
    transition: 0.3s 4.3s ease-out;
}

#service-maintenance .section.section-6.animate .block-text-button .text,
#test-drive .section.section-4.animate .block-text-button .text {
    color: #767676;
}

#service-maintenance .section.section-6 .block-text-button .btn-link-orange,
#test-drive .section.section-4 .block-text-button .btn-link-orange,
#modernization-equipment .section.section-3 .block-text__4 .btn-link-orange{
    padding: 16px 32px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #E5E5E5;
    border-radius: 12px;
    display: flex;
    opacity: 0;
    border: 1px solid transparent;
    transition: 0.3s ease-out, opacity 0.3s 4.3s ease-out;
}

#service-maintenance .section.section-6.animate .block-text-button .btn-link-orange,
#test-drive .section.section-4.animate .block-text-button .btn-link-orange{
    opacity: 1;
}

#modernization-equipment .section.section-3 .block-text__4 .btn-link-orange {
    opacity: 1;
    transition: 0.3s ease-out;
}

#service-maintenance .section.section-8 {
    padding: 200px 0;
}

#modernization-equipment .section.section-2 .section-sub-title {
    padding: 4px 20px 20px 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FD5000;
    border-left: 1px solid #FD5000;
    margin-bottom: 20px;
}

#modernization-equipment .section.section-2 .section-title {
    max-width: 1087px;
    margin-bottom: 20px;
}

#modernization-equipment .section.section-2 .sub-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
    max-width: 810px;
}

#modernization-equipment .section.section-2 .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
}

#modernization-equipment .section.section-2 .cards .item {
    border-radius: 20px;
    background: #E5E5E580;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 336px;
    padding: 24px 16px 16px 16px;
    width: calc(100% / 4 - 20px + 20px / 4);
}

#modernization-equipment .section.section-2 .cards .item > .line {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #FD5000;
    margin-bottom: 32px;
}

#modernization-equipment .section.section-2 .cards .item .title-block {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #404040;
    margin-bottom: 16px;
}

#modernization-equipment .section.section-2 .cards .item .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #767676;
}

#modernization-equipment .section.section-3 {
    background: #202020;
}

#modernization-equipment .section.section-3 .section-sub-title  {
    padding: 4px 20px 20px 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FD5000;
    border-left: 1px solid #FD5000;
    margin-bottom: 20px;
}

#modernization-equipment .section.section-3 .section-title {
    margin-bottom: 20px;
    color: #fff;
}

#modernization-equipment .section.section-3 .block-photo__1 .section-title {
    max-width: 947px;
}

#modernization-equipment .section.section-3 .block-photo__2 .section-title,
#modernization-equipment .section.section-3 .block-photo__3 .section-title {
    max-width: 810px;
}

#modernization-equipment .section.section-3 .sub-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ACACAC;
    max-width: 533px;
}

#modernization-equipment .section.section-3 .block-photo__3 .sub-text {
    max-width: 810px;
}

#modernization-equipment .section.section-3 .photo__wrapper .text {
    max-width: 534px;
    margin-bottom: 48px;
}

#modernization-equipment .section.section-3 .photo__wrapper .text > .ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#modernization-equipment .section.section-3 .photo__wrapper .text > .ul .li {
    padding-left: 12px;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ACACAC;
}

#modernization-equipment .section.section-3 .photo__wrapper .text > .ul .li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ACACAC;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#modernization-equipment .section.section-3 .block-photo__1,
#modernization-equipment .section.section-3 .block-photo__2,
#modernization-equipment .section.section-3 .block-photo__3 {
    padding-top: 100px;
}

#modernization-equipment .section.section-3 .photo__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-end;
}

#modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper {
    margin-top: 50px;
}

#modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper {
    margin-top: -78px;
}

#modernization-equipment .section.section-3 .block-photo__3 .photo__wrapper {
    margin-top: -152px;
    justify-content: flex-start;
}

#modernization-equipment .section.section-3 .block-photo__3 .section-title,
#modernization-equipment .section.section-3 .block-photo__3 .sub-text {
    margin-left: 830px;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos {
    display: flex;
    gap: 12px;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

#modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item {
    width: 468px;
    height: 533px;
}

#modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-1 {
    width: 309px;
    height: 564px;
}

#modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-2 {
    width: 531px;
    height: 564px;
}

#modernization-equipment .section.section-3 .block-photo__3 .photo__wrapper .block-photos .item-1 {
    width: 811px;
    height: 663px;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item .svg-original {
    position: absolute;
    top: -2px;
    left: 0;
    height: 101%;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item .rectangle {
    opacity: 0;
    transition: .6s ease-out;
    height: 101%;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item mask rect {
    transition: .6s ease-out;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container {
    position: relative;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container.hover .item .rectangle {
    opacity: 1;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container.hover .item mask rect {
    height: 100%;
    y: 0;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .item .svg-original .path-opacity {
    fill-opacity: 0;
    transition: .6s ease-out;
}


#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container.hover .item .svg-original .path-opacity {
    fill-opacity: 0.2;
}

#modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container.hover .item mask rect {
    width: 50%;
    height: 100%;
    transition: .6s ease-out;
}

#modernization-equipment .section.section-3 .block-photo__3 .photo__wrapper .block-photos .item-container.hover .item mask#svg-mask6 rect {
    height: 75%;
    width: 31%;
    x: 63%;
    transition: .6s ease-out;
}

#modernization-equipment .section.section-3 .block-photo__3 .photo__wrapper .block-photos .item-container.hover .item mask#svg-mask7 rect {
    height: 75%;
    width: 31%;
    x: 6%;
    transition: .6s ease-out;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-plates {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

#modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-1 .text-plates {
    left: 202px;
    bottom: 97px;
}

#modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-2 .text-plates {
    left: 360px;
    top: 179px;
}

#modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container .text-plates {
    flex-direction: row-reverse;
}

#modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container.item-container-1 .text-plates {
    right: 67%;
    bottom: 30%;
}

#modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container.item-container-2 .text-plates {
    right: 13%;
    top: 29%;
}

#modernization-equipment .section.section-3 .block-photo__3 .photo__wrapper .block-photos .item-container.item-container-1 .text-plates {
    right: 0%;
    top: 40%;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-plates .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #20202099;
    backdrop-filter: blur(4px);
    position: relative;
    transition: .6s ease-out;
    flex-shrink: 0;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-plates .circle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #20202099;
    opacity: 1;
    animation: dot_scale 1.5s linear infinite;
    transition: .6s ease-out;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-plates .circle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

@keyframes dot_scale {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-plates .text {
    padding: 12px 16px;
    background: #20202099;
    backdrop-filter: blur(4px);
    box-shadow: 4px 4px 12px 0px #0000001F;
    border-radius: 8px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    max-width: none;
    transition: .6s ease-out;
}

#modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container .text-plates .text {
    min-width: 305px;
}

#modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container .text-plates .text {
    min-width: 83px;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container.hover .text-plates .text,
#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container.hover .text-plates .circle{
    background: #FD5000E0;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container.hover .text-plates .circle:before {
    border-color: #FD5000E0;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-hover {
    width: 395px;
    background: #4C4C4C80;
    backdrop-filter: blur(12px);
    border-radius: 8px;
    padding: 12px 16px;
    z-index: -1;
    position: absolute;
    opacity: 0;
    transition: .6s ease-out, z-index 0s;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container.hover .text-hover {
    z-index: 2;
    opacity: 1;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-hover .title-text-hover {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-hover .ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #D2D2D2;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-hover .ul .li {
    padding-left: 12px;
    position: relative;
}

#modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-hover .ul .li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #D2D2D2;
}

#modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-1 .text-hover {
    top: 82px;
    left: 278px;
}

#modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-2 .text-hover {
    top: -29px;
    left: 212px;
}

#modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container.item-container-1 .text-hover {
    bottom: 7%;
    left: 68%;
}

#modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container.item-container-2 .text-hover {
    bottom: 8%;
    left: 17%;
    width: 246px;
}

#modernization-equipment .section.section-3 .block-text__4 {
    padding-top: 120px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#modernization-equipment .section.section-3 .block-text__4 .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: #FD5000;
    margin-bottom: 48px;
    overflow: hidden;
}

#modernization-equipment .section.section-3 .block-text__4 .arrow svg {
    transform: translateY(-40px);
    opacity: 0;
    transition: .6s ease-out;
}

#modernization-equipment .section.section-3 .block-text__4.animate .arrow svg {
    transform: translateY(0);
    opacity: 1;
    transition: .6s ease-out;
}

#modernization-equipment .section.section-3 .block-text__4 .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #767676;
    margin-bottom: 24px;
    max-width: 744px;
}

#modernization-equipment .section.section-4 {
    padding: 100px 0;
}

#modernization-equipment .section.section-4 .section-sub-title{
    padding: 4px 20px 20px 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FD5000;
    border-left: 1px solid #FD5000;
    margin-bottom: 20px;
}

#modernization-equipment .section.section-4 .section-title{
    margin-bottom: 60px;
}

#modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item,
#arenda .section.section-5 .faq__wrapper.accordion .accordion-item{
    border-top: 1px solid #D2D2D2;
    padding: 24px 0;
}

#modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-button,
#arenda .section.section-5 .faq__wrapper.accordion .accordion-item .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: transparent;
    border: none;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #404040;
    text-align: left;
    padding: 0;
    width: 100%;
    cursor: pointer;
    font-family: Arial;
}

#modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-button .icon,
#arenda .section.section-5 .faq__wrapper.accordion .accordion-item .accordion-button .icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-button .icon svg path,
#arenda .section.section-5 .faq__wrapper.accordion .accordion-item .accordion-button .icon svg path {
    transition: .3s ease-out;
}

#modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-button .icon svg path:first-child,
#arenda .section.section-5 .faq__wrapper.accordion .accordion-item .accordion-button .icon svg path:first-child {
    opacity: 1;
}

#modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item.show .accordion-button .icon svg path:last-child,
#arenda .section.section-5 .faq__wrapper.accordion .accordion-item.show .accordion-button .icon svg path:last-child {
    opacity: 0;
}

#modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-collapse,
#arenda .section.section-5 .faq__wrapper.accordion .accordion-item .accordion-collapse {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
    padding-top: 16px;
    display: none;
}

#modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-collapse .ul-title {
    color: #4C4C4C;
    margin-bottom: 8px;
}

#modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-collapse .ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 8px;
}

#modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-collapse .ul .li {
    padding-left: 12px;
    position: relative;
}

#modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-collapse .ul:last-child,
#modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-collapse .ul .li:last-child {
    margin-bottom: 0;
}

#modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-collapse .ul .li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #767676;
}

#modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-collapse .ul .li span {
    color: #4C4C4C;
}

#modernization-equipment .section.section-5,
#arenda .section.section-6 {
    padding: 200px 0;
}

#original-spareparts .section.section-2 .d-flex-block {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

#original-spareparts .section.section-2 .d-flex-row {
    display: flex;
    gap: 20px;
}

#original-spareparts .section.section-2 .d-flex-row > div {
    width: calc(100% / 2 - 20px / 2);
}

#original-spareparts .section.section-2 .d-flex-block .main-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 12px;
}

#original-spareparts .section.section-2 .d-flex-block .main-sub-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #4C4C4C;
    max-width: 486px;
}

#original-spareparts .section.section-2 .d-flex-block .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#original-spareparts .section.section-2 .d-flex-block .text span {
    font-weight: 700;
    color: #404040;
}

#original-spareparts .section.section-2 .d-flex-block .block-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 12px;
}

#original-spareparts .section.section-2 .d-flex-block .block-sub-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
    max-width: 533px;
    margin-bottom: 36px;
}

#original-spareparts .section.section-2 .d-flex-block .ul-orange {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#original-spareparts .section.section-2 .d-flex-block .ul-orange .ul-li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#original-spareparts .section.section-2 .d-flex-block .ul-orange .ul-li .title {
    font-weight: 700;
    color: #404040;
    display: flex;
    align-items: center;
    gap: 8px;
}

#original-spareparts .section.section-2 .d-flex-block .ul-orange .ul-li .title span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FD5000;
    flex-shrink: 0;
}

#original-spareparts .section.section-2 .d-flex-block .d-flex-row:last-child {
    align-items: flex-end;
}

#original-spareparts .section.section-3 {
    padding-bottom: 100px;
}

#original-spareparts .section.section-3 .section-title {
    margin-bottom: 60px;
    max-width: 810px;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse {
    display: flex;
    gap: 20px;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container {
    width: calc(100% / 5 - 20px + 20px / 5);
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    transition: .3s ease-out;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .image {
    width: 100%;
    height: 252px;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .block-text {
    display: flex;
    gap: 20px;
    align-items: center;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #404040;
    transition: .3s ease-out;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: .3s ease-out;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container.show .card {
    box-shadow: 4px 4px 12px 0px #20202014;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container.hide .card {
    opacity: .4;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .icon svg,
#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .icon svg path {
    transition: .3s ease-out;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container.show .card .icon {
    border-color: #D2D2D2;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container.show .card .icon svg {
    transform: rotate(90deg);
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container.show .card .icon svg path {
    stroke: #FD5000;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs {
    display: none;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item {
    display: none;
    margin-top: 8px;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 4px 4px 12px 0px #20202014;
    background: #FFFFFF;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper .item-doc {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    padding: 12px;
    background: #F3F3F3;
    width: calc(100% / 3 - 16px + 16px / 3);
    cursor: pointer;
}

#original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item {
    display: none;
    margin-top: 10px;
}

#original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 4px 4px 12px 0px #20202014;
    background: #FFFFFF;
}

#original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper .item-doc {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    padding: 12px;
    background: #F3F3F3;
    width: calc(100% / 5 - 20px + 20px / 5);
    cursor: pointer;
}

#original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper .item-doc > div,
#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper .item-doc > div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

#original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper .item-doc > div .name,
#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper .item-doc > div .name{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #404040;
}

#original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper .item-doc > div .links,
#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper .item-doc > div .links{
    display: flex;
    align-items: center;
    gap: 12px;
}

#original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper .item-doc > div .links > a,
#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper .item-doc > div .links > a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    opacity: 0;
    transition: .3s ease-out;
}

#original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper .item-doc > div .links > a svg path{
    transition: .3s ease-out;
}

#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper .item-doc > div .links > a {
    opacity: 1;
}

#original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper .item-doc .image,
#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper .item-doc .image {
    width: 126px;
    height: 126px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
}

#original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper .item-doc .image img,
#original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper .item-doc .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

#original-spareparts .section.section-3 .d-flex-row .block-text .title-text {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    color: #202020;

    margin-bottom: 12px;
}

#original-spareparts .section.section-3 .d-flex-row .block-text .ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #4C4C4C;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
}

#original-spareparts .section.section-3 .d-flex-row .block-text .note {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #767676;
    max-width: 610px;
}

#original-spareparts .section.section-3 .d-flex-row.form {
    padding: 100px 0;
}

#original-spareparts .section.section-3 .d-flex-row.form .section-title {
    margin-bottom: 60px;
    max-width: 576px;
}

#original-spareparts .section.section-3 .d-flex-row.form .white-background {
    background: #fff;
    padding: 60px 60px 35px;;
    border-radius: 16px;
}

#original-spareparts .section.section-4 {
    padding-top: 100px;
}

#original-spareparts .section.section-4 .section-title {
    margin-bottom: 36px;
}

#original-spareparts .section.section-4 .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#original-spareparts .section.section-4 .cards .item {
    border-radius: 20px;
    background: #E5E5E580;
    backdrop-filter: blur(5px);
    padding: 32px 16px 16px 16px;
    min-height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% / 4 - 20px + 20px / 4);
}

#original-spareparts .section.section-4 .cards .item:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

#original-spareparts .section.section-4 .cards .item .line {
    height: 4px;
    width: 40px;
    border-radius: 2px;
    background: #FD5000;
}

#original-spareparts .section.section-4 .cards .item .title {
    margin-top: 32px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #404040;
}

#original-spareparts .section.section-5 {
    padding: 100px 0;
    background: #202020;
    position: relative;
    overflow: hidden;
}

#original-spareparts .section.section-5 .image-in-dark {
    position: absolute;
    top: 120px;
    left: 90px;
    width: 1310px;
    height: auto;
    transform: rotate(-11.62deg);
    z-index: 0;
}

#original-spareparts .section.section-5 .n-dark {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#original-spareparts .section.section-5 > * {
    position: relative;
    z-index: 1;
}

#original-spareparts .section.section-5 .section-title {
    color: #fff;
}

#original-spareparts .section.section-5 .section-sub-title {
    padding: 4px 20px 20px 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FD5000;
    border-left: 1px solid #FD5000;
    margin-bottom: 20px;
}

#original-spareparts .section.section-5 .d-flex-row > div {
    width: 100%;
}

#original-spareparts .section.section-5 .d-flex-row > div:first-child {
    max-width: 810px;
}

#original-spareparts .section.section-5 .d-flex-row {
    display: flex;
    gap: 20px;
}

#original-spareparts .section.section-5 .d-flex-row > div.block-content {
    width: 672px;
    flex-shrink: 0;
}

#original-spareparts .section.section-5 .block__wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-height: 668px;
    transform: translateY(152px);
    transition: 1s cubic-bezier(0.78, 0.17, 0.15, 1.06);
}

#original-spareparts .section.section-5 .block__wrapper .block-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

#original-spareparts .section.section-5 .block-content .arrow {
    width: 118px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#original-spareparts .section.section-5 .block-content {
    position: relative;
}

#original-spareparts .section.section-5 .block-content > .arrow {
    position: absolute;
    top: 152px;
}

#original-spareparts .section.section-5 .block-content .block-item .arrow {
    width: 0;
    height: 0;
    transition: 1s cubic-bezier(0.78, 0.17, 0.15, 1.06);
}

#original-spareparts .section.section-5 .block-content .block-item.active .arrow {
    width: 118px;
    height: 118px;
}

#original-spareparts .section.section-5 .block__wrapper .block-item .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #767676;
    transition: 1s cubic-bezier(0.78, 0.17, 0.15, 1.06);
}

#original-spareparts .section.section-5 .block__wrapper .block-item .text {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #4C4C4C;
    transition: 1s cubic-bezier(0.78, 0.17, 0.15, 1.06);
}

#original-spareparts .section.section-5 .block__wrapper .block-item.active .title {
    color: #FFFFFF;
}

#original-spareparts .section.section-5 .block__wrapper .block-item.active .text {
    color: #ACACAC;
}

#original-spareparts .section.section-5 .block__wrapper .block-item.next .title,
#original-spareparts .section.section-5 .block__wrapper .block-item.last .title {
    color: #767676;
}

#original-spareparts .section.section-5 .block__wrapper .block-item.next .text ,
#original-spareparts .section.section-5 .block__wrapper .block-item.last .text {
    color: #4C4C4C;
}

#original-spareparts .section.section-5 .block__wrapper .block-item.three .title,
#original-spareparts .section.section-5 .block__wrapper .block-item.three .text {
    color: #404040;
}

#original-spareparts .section.section-5 .block__wrapper .block-item.four .title,
#original-spareparts .section.section-5 .block__wrapper .block-item.four .text,
#original-spareparts .section.section-5 .block__wrapper .block-item.prelast .title,
#original-spareparts .section.section-5 .block__wrapper .block-item.prelast .text {
    opacity: 0;
}

#original-spareparts .section.section-6 {
    padding-top: 100px;
}

#original-spareparts .section.section-6 .d-flex-block {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

#original-spareparts .section.section-6 .d-flex-row,
#original-spareparts .section.section-3 .d-flex-row {
    display: flex;
    gap: 20px;
}

#original-spareparts .section.section-6 .d-flex-row > div,
#original-spareparts .section.section-3 .d-flex-row > div {
    width: calc(100% / 2 - 20px / 2);
}

#original-spareparts .section.section-6 .d-flex-row > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#original-spareparts .section.section-3 .d-flex-row > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#original-spareparts .section.section-6 .d-flex-row .section-title,
#original-spareparts .section.section-3 .d-flex-row .section-title {
    margin-bottom: 36px;
}

#original-spareparts .section.section-6 .d-flex-row .text,
#original-spareparts .section.section-3 .d-flex-row > div:not(:last-child) .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
    max-width: 670px;
}

#original-spareparts .section.section-6 .d-flex-row .text span,
#original-spareparts .section.section-3 .d-flex-row .text span {
    font-weight: 700;
    color: #404040;
}

#original-spareparts .section.section-3 .d-flex-row .upload-image__container {
    display: flex;
    justify-content: center;
}

#original-spareparts .section.section-3 .d-flex-row .upload-image__container .upload-image__button {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    cursor: pointer;
}

#original-spareparts .section.section-3 .d-flex-row .upload-image__container .upload-image__button > * {
    pointer-events: none; /* Клик будет проходить сквозь них */
}

#original-spareparts .section.section-3 .d-flex-row .upload-image__container .upload-image__button svg {
    overflow: visible;
}

#original-spareparts .section.section-3 .d-flex-row .upload-image__container .upload-image__button svg path.arrow {
    transition: .3s ease-out;
}
#original-spareparts .section.section-3 .d-flex-row .upload-image__container .upload-image__button svg g.stroke rect {
    transition: .3s ease-out;
}

#original-spareparts .section.section-3 .d-flex-row .upload-image__container .upload-image__button.hover svg path.arrow {
    transform: translateY(-15px);
}

#original-spareparts .section.section-3 .d-flex-row .upload-image__container .upload-image__button.hover svg g.stroke rect {
    width: 100%;
    height: 134px;
    fill: #D2D2D2;
    y: 82;
}

#test-drive .section.section-2 {
    overflow: hidden;
}

#test-drive .section .d-flex-row > div {
    width: calc(100% / 2 - 20px / 2);
}

#test-drive .section .d-flex-row:first-child .section-title {
    font-size: 36px;
    line-height: 40px;
}

#test-drive .section.section-2 .d-flex-row:last-child .section-title {
    margin-bottom: 12px;
}

#test-drive .section .d-flex-row:first-child .text {
    max-width: 777px;
}

#test-drive .section .d-flex-row .ul-block {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#test-drive .section .d-flex-row .text.sub-title {
    color: #4C4C4C;
}

#test-drive .section .d-flex-row .sub-text {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 700px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4C4C4C;
}

#test-drive .section .d-flex-row .sub-text svg {
    flex-shrink: 0;
}

#test-drive .section .d-flex-block .title-block {
    margin-bottom: 24px;
}

#test-drive .section .d-flex-row:last-child .ul-block {
    margin: 36px 0;
}

#test-drive .section .d-flex-row .ul-block span {
    font-weight: 700;
    color: #404040;
}

#test-drive .section .d-flex-row .ul-block .li {
    padding-left: 12px;
    position: relative;
}

#test-drive .section .d-flex-row .ul-block .li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #767676;
}

#test-drive .section.section-2 .d-flex-row:last-child > div:last-child {
    position: relative;
    min-height: 376px;
}

#test-drive .section.section-2 .d-flex-row:last-child .image-block {
    width: 116%;
    height: auto;
    position: absolute;
    bottom: -96px;
    left: 50%;
    transform: translateX(-50%);
}

#test-drive .section.section-2 .d-flex-row:last-child .image-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#test-drive .section.section-3 {
    background: #202020;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

#test-drive .section.section-3 .image-n-dark {
    position: absolute;
    top: 80px;
    left: -160px;
    width: 1140px;
    height: auto;
    transform: rotate(-11.62deg);
    z-index: 0;
}

#test-drive .section.section-3 .image-n-dark img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#test-drive .section.section-3 > * {
    position: relative;
    z-index: 1;
}

#test-drive .section.section-3 .section-title {
    color: #fff;
    margin-bottom: 60px;
}

#test-drive .section.section-3 .d-flex-row {
    align-items: flex-end;
}

#test-drive .section .d-flex-row .ul-block-orange {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ACACAC;
}

#test-drive .section.section-3 .d-flex-row .ul-block-orange {
    max-width: 668px;
}

#test-drive .section .d-flex-row .ul-block-orange .li {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#test-drive .section .d-flex-row .ul-block-orange .li-title {
    color: #FFFFFF;
    font-weight: 700;
    display: flex;
    gap: 8px;
    align-items: center;
}

#test-drive .section .d-flex-row .ul-block-orange .li-title span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FD5000;
}

#test-drive .section.section-4 {
    padding: 100px 0;
}

#test-drive .section.section-4 .section-title {
    text-align: center;
}

#test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(1) .block-text {
    width: 240px;
    top: 103px;
    opacity: .4;
}

#test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(2) .block-text {
    width: 313px;
    top: -119px;
    opacity: .4;
}

#test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(3) .block-text {
    width: 226px;
    top: 103px;
    opacity: .2;
}

#test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(4) .block-text {
    width: 226px;
    top: -119px;
    opacity: .1;
}

#test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(2) .block-text span:not(.sub-text):before,
#test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(4) .block-text span:not(.sub-text):before {
    top: 8px;
}

#test-drive .section.section-4 .block-animation__stages .block-circle.active .block-text {
    opacity: 1;
    color: #4C4C4C;
}

#test-drive .section.section-4 .block-animation__stages .block-circle .block-text span.sub-text {
    color: #767676;
}

#test-drive .section.section-4 .block-text-button {
    max-width: 810px;
}

#test-drive .section.section-4 .block-text-button .text-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #4C4C4C00;
    margin-bottom: 24px;
    transition: 0.3s 3.6s ease-out;
}

#test-drive .section.section-4 .block-text-button .text {
    color: #76767600;
    margin-bottom: 8px;
    transition: 0.3s 3.6s ease-out;
}

#test-drive .section.section-4 .block-text-button .text.mb-0 {
    margin-bottom: 0;
}

#test-drive .section.section-4.animate .block-text-button .text-title {
    color: #4C4C4C;
}

#test-drive .section.section-4 .block-text-button .text span {
    transition: 0.3s 3.6s ease-out;
}

#test-drive .section.section-4.animate .block-text-button .text span {
    color: #202020;
}

#test-drive .section.section-4 .block-text-button .btn-link-orange {
    color: #4C4C4C;
    border-color: #D2D2D2;
    margin-top: 36px;
    transition: 0.3s ease-out, opacity 0.3s 4.5s ease-out;
}

#test-drive .section.section-4 .block-animation__stages {
    margin: 216px 196px 240px auto;
}

#test-drive .section.section-4 .block-animation__stages .line-mask {
    max-width: 1062px;
}

#test-drive .section.section-5 {
    padding: 200px 0;
}

#test-drive #consultation-block {
    background: url(/wp-content/themes/noblelift/img/background-section-test-drive.jpg) no-repeat center;
    background-size: cover;
}

#test-drive #consultation-block .block-form .sub-title {
    max-width: 448px;
}

#arenda .section.section-2 .background-name {
    max-width: 1904px;
    width: 100%;
    max-height: 169px;
    height: auto;
    object-fit: contain;
    object-position: bottom;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

#arenda .section.section-2 > * {
    position: relative;
    z-index: 1;
}

#arenda .section.section-2 {
    padding: 110px 0 60px 0;
    background: linear-gradient(180deg, #202020 0%, #404040 103.06%);
    overflow: hidden;
}

#arenda .section.section-2 .d-flex-block {
    display: flex;
    padding: 86px 0 112px 0;
}

#arenda .section.section-2 .navigation-wrapper {
    width: 335px;
    flex-shrink: 0;
}

#arenda .section.section-2 .d-flex-block .image-block.active {
    display: block;
}

#arenda .section.section-2 .d-flex-block .image-block {
    display: none;
    width: 864px;
    height: 678px;
    margin-top: 50px;
}

#arenda .section.section-2 .d-flex-block .image-block img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#arenda .section.section-2 .navigation-wrapper .button {
    padding: 20px;
    border-radius: 20px;
    background: #404040CC;
    backdrop-filter: blur(38px);
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 60px;
}

#arenda .section.section-2 .navigation-wrapper .button .arrow {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-out;
}

#arenda .section.section-2 .navigation-wrapper .button.open .arrow {
    transform: rotate(180deg);
}

#arenda .section.section-2 .navigation-wrapper .button .close {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ACACAC;
    display: none;
}

#arenda .section.section-2 .navigation-wrapper .button.open .close {
    display: block;
}

#arenda .section.section-2 .navigation-wrapper .button .text {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#arenda .section.section-2 .navigation-wrapper .button.open .text {
    display: none;
}

#arenda .section.section-2 .navigation-wrapper .button .text svg {
    flex-shrink: 0;
}

#arenda .section.section-2 .navigation-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: #40404099;
    backdrop-filter: blur(38px);
}

#arenda .section.section-2 .navigation-container .client-name {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
    position: relative;
    cursor: pointer;
    transition: color .3s ease-out;
}

#arenda .section.section-2 .navigation-container .client-name.active {
    padding: 12px 0 12px 32px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
}

#arenda .section.section-2 .navigation-container .client-name svg {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    transition: .3s ease-out;
}

#arenda .section.section-2 .navigation-container .client-name.active svg {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

#arenda .section.section-2 .container {
    position: relative;
}

#arenda .section.section-2 .side-button__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
}

#arenda .section.section-2 .side-button__wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(180deg, rgba(40, 40, 40, 0.1) 0%, rgba(255, 255, 255, 0.1) 182.13%);
    backdrop-filter: blur(7px);
    width: 100vw;
    height: 200%;
    z-index: 0;
    opacity: 1;
    transition: .4s ease-out;
}

#arenda .section.section-2 .side-button__wrapper.hide:before {
    opacity: 0;
}

#arenda .section.section-2 .side-button__wrapper > * {
    position: relative;
    z-index: 1;
}

#arenda .section.section-2 .side-button__wrapper .side-button__container.active {
    display: flex;
}

#arenda .section.section-2 .side-button__wrapper .side-button__container {
    padding-top: 272px;
    padding-left: 24px;
    width: 412px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    opacity: 1;
    transition: .4s ease-out;
}

#arenda .section.section-2 .side-button__wrapper.hide .side-button__container {
    opacity: 0;
}

#arenda .section.section-2 .side-button__wrapper .side-button__container .btn-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

#arenda .section.section-2 .side-button__wrapper .side-button__container .btn-open {
    width: 124px;
    height: 124px;
    backdrop-filter: blur(10px);
    box-shadow: -10px -10px 7px -12px #B3B3B340 inset, 10px 10px 10px -16px #FFFFFF inset;
    background: #FFFFFF1A;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
}

#arenda .section.section-2 .side-button__wrapper .side-button__container .btn-open svg {
    position: absolute;
    top: 50%;
    left: 80%;
    width: 32px;
    height: 62px;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation: open 2s infinite ease-out;
    -webkit-animation: open 2s infinite ease-out;
}

@keyframes open {
    0% {
        left: 80%;
        width: 32px;
        height: 62px;
        opacity: 0;
    }
    50% {
        left: 50%;
        width: 42px;
        height: 82px;
        opacity: 1;
    }
    100% {
        left: 80%;
        width: 32px;
        height: 62px;
        opacity: 0;
    }
}

#arenda .section.section-2 .side-button__wrapper .side-button__container .sub-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #ACACAC;
    margin-bottom: 32px;
}

#arenda .section.section-2 .side-button__wrapper .side-button__container .name {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

#arenda .section.section-2 .side-button__wrapper .side-button__container .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ACACAC;
}

#arenda .section.section-2 .side-cards__wrapper{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    transform: translateX(100vw);
    z-index: 2;
    transition: 1s ease-out;
}

#arenda .section.section-2 .side-cards__wrapper.open {
    transform: translateX(0);
}

#arenda .section.section-2 .side-cards__wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(180deg, rgba(40, 40, 40, 0.8) 36.43%, rgba(255, 255, 255, 0.8) 182.13%);
    backdrop-filter: blur(5px);
    width: 100vw;
    height: 140%;
    z-index: 0;

}

#arenda .section.section-2 .side-cards__wrapper > * {
    position: relative;
    z-index: 2;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container.active {
    display: flex;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container {
    padding-left: 48px;
    width: 1224px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .header-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .header-cards .name {
    color: #fff;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .header-cards .btn-close {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: #FFFFFF1A;
    backdrop-filter: blur(10px);
    box-shadow: -10px -10px 7px -12px #B3B3B340 inset, 10px 10px 10px -16px #FFFFFF inset;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .header-cards .btn-close svg path {
    transition: .3s ease-out;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-wrapper {
    /*max-width: 967px;*/
    width: 100%;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards {
    max-height: 826px;
    overflow: auto;
    width: 100%;
    scrollbar-gutter: stable; /* Резервирует место под скроллбар */
    scroll-behavior: smooth;
    padding-right: 4px;
    border-radius: 18px;
}

/* Chrome, Edge, Safari */
#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards::-webkit-scrollbar {
    width: 8px;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards::-webkit-scrollbar-track {
    background: transparent;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards::-webkit-scrollbar-thumb {
    background: #4C4C4C;
    border-radius: 6px;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item {
    width: calc(100% / 3 - 20px + 20px / 3);
    border-radius: 20px;
    background: #F3F3F333;
    border: 1px solid #767676;
    backdrop-filter: blur(5px);
    box-shadow: 4px 4px 12px 0px #20202014;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item img.image {
    width: 100%;
    height: 230px;
    object-fit: contain;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item.empty .image {
    width: 100%;
    height: 265px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item .characteristics {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item .characteristics > .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item .characteristics .parameters .params {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;

    margin: 0;
    padding: 0;
    list-style: none;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item.empty .characteristics .parameters {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #D2D2D2;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item.empty .buttons .btn-orange {
    background: #404040;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item .characteristics .parameters .params .param-name {
    color: #D2D2D2;
    max-width: 190px;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item .characteristics .parameters .params .param-val {
    color: #F3F3F3;
    text-transform: uppercase;
    text-align: right;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item .characteristics .parameters .params > li {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: auto 0 0 0;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item .buttons .btn-orange {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px;
    border-radius: 12px;
    background: #FD5000;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #F3F3F3;
    cursor: pointer;
    transition: .3s ease-out;
}

#arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item .buttons .btn-transp {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 12px;
    background: transparent;
    border: 1px solid transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ACACAC;
    cursor: pointer;
    transition: .3s ease-out;
}

#arenda .section.section-3 {
    padding: 72px 0 100px 0;
}

#arenda .section .section-sub-title {
    padding: 4px 20px 20px 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FD5000;
    border-left: 1px solid #FD5000;
    margin-bottom: 20px;
}

#arenda .section.section-3 .d-flex-block {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

#arenda .section.section-3 .d-flex-block .d-flex-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

#arenda .section.section-3 .d-flex-block > .d-flex-row > div:first-child {
    max-width: 533px;
}

#arenda .section.section-3 .d-flex-block > .d-flex-row > div:last-child {
    max-width: 1087px;
}

#arenda .section.section-3 .d-flex-block > .d-flex-row > div:last-child .d-flex-row > div {
    width: calc(100% / 2 - 20px / 2);
}

#arenda .section.section-3 .d-flex-block > .d-flex-row > div:last-child .image {
    margin-top: 80px;
    width: 100%;
    height: 524px;
}

#arenda .section.section-3 .d-flex-block > .d-flex-row > div:last-child .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 82%;
    border-radius: 20px;
}

#arenda .section.section-3 .d-flex-block .d-flex-row .ul-orange {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#arenda .section.section-3 .d-flex-block .d-flex-row .ul-orange .li {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#arenda .section.section-3 .d-flex-block .d-flex-row .ul-orange .li-title {
    font-weight: 700;
    color: #404040;
    display: flex;
    align-items: center;
    gap: 8px;
}

#arenda .section.section-3 .d-flex-block .d-flex-row .ul-orange .li-title span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FD5000;
}

#arenda .section.section-4 {
    padding: 100px 0;
}

#arenda .section.section-4 .section-title {
    margin-bottom: 100px;
}

#arenda .section.section-4 .block-items {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    height: 520px;
}

#arenda .section.section-4 .block-items .item {
    width: calc(100% / 5 - 20px + 20px / 5);
    padding: 24px;
    border-radius: 20px;
    background: #E5E5E5;
    overflow: hidden;
    height: 80px;
}

#arenda .section.section-4 .block-items .item:nth-child(2) {
    width: calc(100% / 3 - 20px + 20px / 3);
}

#arenda .section.section-4 .block-items .item .d-flex {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    transform: translateY(200%);
    opacity: 0;
}

#arenda .section.section-4 .block-items .item .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #404040;
}

#arenda .section.section-4 .block-items .item:nth-child(2) .title {
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
    text-transform: uppercase;
    color: #FD5000;
}

#arenda .section.section-4 .block-items .item:nth-child(2) .title span {
    font-size: 36px;
    line-height: 50px;
    text-transform: lowercase;
}

#arenda .section.section-4 .block-items .item:nth-child(3) .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#arenda .section.section-4 .block-items .item:nth-child(4) .title {
    color: #FD5000;
}

#arenda .section.section-4 .block-items .item:nth-child(5) .title {
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
    text-transform: uppercase;
    color: #404040;
}

#arenda .section.section-4 .block-items .item:nth-child(5) .title .sub {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#arenda .section.section-4 .block-items .item:nth-child(5) .title span:not(.sub) {
    font-size: 36px;
    line-height: 50px;
    text-transform: lowercase;
}

#arenda .section.section-4 .block-items .item .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
    display: flex;
    align-items: center;
    gap: 12px;
}

#arenda .section.section-4 .block-items .item .text span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FD5000;
    flex-shrink: 0;
}

#arenda .section.section-4 .block-items .item {
    transition: 1.6s .1s cubic-bezier(0.83, 0, 0.23, 1.38);
}

#arenda .section.section-4 .block-items .item .d-flex {
    transition: 1.6s .1s cubic-bezier(0.83, 0, 0.22, 1.06);
}

#arenda .section.section-4.animate .block-items .item .d-flex {
    transform: translateY(0);
    opacity: 1;
}

#arenda .section.section-4.animate .block-items .item:nth-child(1) {
    height: 396px;
}

#arenda .section.section-4.animate .block-items .item:nth-child(2) {
    height: 520px;
}

#arenda .section.section-4.animate .block-items .item:nth-child(3) {
    height: 262px;
}

#arenda .section.section-4.animate .block-items .item:nth-child(4) {
    height: 460px;
}

#arenda .section.section-4.animate .block-items .item:nth-child(5) {
    height: 396px;
}

#arenda .section.section-5 {
    padding: 100px 0;
}

#arenda .section.section-5 .section-title {
    margin-bottom: 80px;
}

#original-spareparts .show-category__zapchasti {
    display: none;
}

@media (min-width: 992px) {
    #original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper .item-doc:hover > div .links > a {
        opacity: 1;
    }

    #original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper .item-doc > div .links > a.save:hover svg path{
        stroke: #FD5000;
    }

    #original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper .item-doc > div .links > a.view:hover svg path{
        fill: #FD5000;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card:hover {
        box-shadow: 3px 0px 5.8px 0px #00000040;
        opacity: 1;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card:hover .title {
        color: #FD5000;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card:hover .icon {
        border-color: #D2D2D2;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card:hover .icon svg path {
        stroke: #FD5000;
    }
}

@media (min-width: 768px) {
    #service-maintenance .section.section-7 .clients .row > .item img:hover,
    #service-maintenance .section.section-7 .clients .column .row > .item img:hover,
    #service-maintenance .section.section-7 .clients .column .item img:hover {
        filter: saturate(1);
    }

    #service-maintenance .section.section-6.animate .block-text-button .btn-link-orange:hover,
    #modernization-equipment .section.section-3 .block-text__4 .btn-link-orange:hover{
        color: #FD5000;
        text-shadow: 0px 4px 4px #00000040;
        box-shadow: 1px 2px 6px 0px #FD500066, inset 1px 2px 6px 0px #FD500066;
        border-color: #FD5000;
    }

    #test-drive .section.section-4.animate .block-text-button .btn-link-orange:hover {
        box-shadow: 1px 2px 6px 0px #FD500066, inset 1px 2px 6px 0px #FD500066;
        color: #FD5000;
        border-color: #FD5000;
    }

    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-plates:hover .text {
        background: #FD5000E0;
    }

    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-plates:hover .circle {
        background: #FD5000E0;
    }

    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-plates:hover .circle:before {
        border-color: #FD5000E0;
    }

    #modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item:hover .accordion-button .icon svg path,
    #arenda .section.section-5 .faq__wrapper.accordion .accordion-item:hover .accordion-button .icon svg path,
    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .header-cards .btn-close:hover svg path {
        stroke: #FD5000;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item .buttons .btn-orange:hover {
        background: #fff;
        color: #FD5000;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item .buttons .btn-transp:hover {
        border-color: #fff;
        color: #fff;
    }
}

@media (max-width: 1680px) {
    #service-maintenance .section.section-5 .cards .item:nth-child(2) {
        transform: translate(194px, 256px) rotate(-3deg);
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(7) {
        transform: translate(-277px, -69px) rotate(12deg);
    }

    #arenda .section.section-2 .side-button__wrapper .side-button__container {
        padding-right: 20px;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container {
        padding-right: 20px;
    }
}

@media (max-width: 1600px) {
    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .title {
        font-size: 16px;
        line-height: 20px;
    }

    #arenda .section.section-2 .d-flex-block .image-block {
        width: 684px;
        height: 537px;
        margin-top: 0;
    }

    #arenda .section.section-2 .side-button__wrapper .side-button__container {
        padding-top: 222px;
    }

    #arenda .section.section-3 .d-flex-block > .d-flex-row > div:first-child {
        max-width: 433px;
        width: 100%;
    }

    #arenda .section.section-3 .d-flex-block > .d-flex-row > div:last-child .image {
        margin-top: 40px;
        height: 458px;
    }

}

@media (max-width: 1500px) {
    #modernization-equipment .section.section-3 .block-photo__3 .photo__wrapper {
        margin-top: 50px;
        justify-content: space-between;
    }

    #modernization-equipment .section.section-3 .block-photo__3 .section-title,
    #modernization-equipment .section.section-3 .block-photo__3 .sub-text {
        margin-left: 0px;
    }

    #arenda .section.section-4 .block-items {
        gap: 16px;
    }

    #arenda .section.section-4 .block-items .item {
        padding: 20px;
        width: calc(100% / 5 - 16px + 16px / 5);
    }

    #arenda .section.section-4 .block-items .item:nth-child(2) {
        width: calc(100% / 3 - 16px + 16px / 3);
    }

    #arenda .section.section-4 .block-items .item:nth-child(2) .title,
    #arenda .section.section-4 .block-items .item:nth-child(5) .title{
        font-size: 58px;
        line-height: 66px;
    }

    #arenda .section.section-4 .block-items .item:nth-child(5) .title span:not(.sub) {
        font-size: 32px;
        line-height: 46px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(3) {
        height: 300px;
    }
}

@media (max-width: 1400px) {
    #service-maintenance .section.section-5 .cards .item:nth-child(1) {
        transform: translate(274px, 300px);
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(2) {
        transform: translate(234px, 256px) rotate(-3deg);
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(4) {
        transform: translate(394px, 5px) rotate(-3deg);
        transition: .6s .3s cubic-bezier(0.78, 0.17, 0.15, 1.06);
        z-index: 3;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(6) {
        transform: translate(-38px, 53px);
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(7) {
        transform: translate(-127px, -69px) rotate(12deg);
    }

    #modernization-equipment .section.section-3 .photo__wrapper .text {
        margin: 0;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse,
    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .block-text,
    #original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper{
        gap: 16px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card,
    #original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper{
        padding: 16px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container,
    #original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper .item-doc{
        width: calc(100% / 5 - 16px + 16px / 5);
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .image {
        height: 202px;
    }

    #test-drive .section.section-2 .d-flex-row:last-child .image-block {
        bottom: -164px;
    }
}

@media (max-width: 1300px) {
    #modernization-equipment .section.section-3 .photo__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    #modernization-equipment .section.section-3 .photo__wrapper .text {
        max-width: 810px;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-1 .text-plates {
        left: 202px;
        bottom: 48px;
        flex-direction: column;
        align-items: flex-start;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-2 .text-plates {
        left: 108px;
        top: 12px;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-2 .text-hover {
        top: 350px;
        left: 64px;
    }

    #modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper {
        margin-top: 50px;
        flex-direction: column-reverse;
    }

    #modernization-equipment .section.section-3 .block-photo__2 .section-title,
    #modernization-equipment .section.section-3 .block-photo__3 .section-title {
        max-width: 947px;
    }

    #modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container.item-container-1 .text-plates {
        flex-direction: column-reverse;
        align-items: flex-start;
        right: 46%;
        bottom: 33%;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .block-text {
        flex-direction: column;
        gap: 12px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .title {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card {
        gap: 16px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .desktop-docs .desktop-docs-item .wrapper .item-doc{
        width: calc(100% / 4 - 16px + 16px / 4);
    }

    #test-drive .section .d-flex-row:nth-child(2) > div {
        width: 100%;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container {
        width: 100vw;
    }

    #arenda .section.section-2 .side-cards__wrapper:before {
        width: 100%;
    }

    #arenda .section.section-2 .d-flex-block {
        padding-top: 0;
        padding-bottom: 86px;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards {
        max-height: 552px;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container {
        padding-left: 20px;
    }

    #arenda .section.section-4 .block-items .item .text {
        font-size: 16px;
        line-height: 20px;
    }

    #arenda .section.section-4 .block-items {
        height: 474px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(1) {
        height: 310px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(2) {
        height: 474px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(3) {
        height: 278px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(4) {
        height: 398px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(5) {
        height: 336px;
    }

    #arenda .section.section-4 .section-title {
        margin-bottom: 80px;
    }

    #arenda .section.section-4 .block-items .item:nth-child(2) .title,
    #arenda .section.section-4 .block-items .item:nth-child(5) .title {
        font-size: 52px;
        line-height: 60px;
    }

    #arenda .section.section-4 .block-items .item {
        padding: 16px;
    }
}

@media (max-width: 1200px) {
    #service-maintenance .section-2 .d-flex-row:first-child {
        flex-direction: column;
    }

    #service-maintenance .section.gray-block .cards .item:nth-child(2),
    #service-maintenance .section.gray-block .cards .item:nth-child(7) {
        display: none;
    }

    #service-maintenance .section.gray-block .cards .item {
        width: calc(100% / 3 - 20px + 20px / 3);
    }

    #service-maintenance .section .d-flex-block .image-block {
        height: 522px;
    }

    #service-maintenance .section.section-5 .cards .item:not(.title-block) {
        min-height: 240px;
        height: auto;
        padding: 20px;
    }

    #service-maintenance .section.section-5 .cards .item .number {
        font-size: 48px;
        line-height: 52px;
    }

    #service-maintenance .section.section-5 .cards .item .text:not(.title-block) {
        font-size: 16px;
        line-height: 20px;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(3) .section-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    #service-maintenance .section.section-5.animate .cards .item:nth-child(3) .section-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(3) .icon {
        margin-bottom: 6px;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(1) {
        transform: translate(174px, 250px);
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(2) {
        transform: translate(104px, 156px) rotate(-3deg);
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(4) {
        transform: translate(294px, 45px) rotate(-3deg);
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(7) {
        transform: translate(-167px, -69px) rotate(12deg);
    }

    #modernization-equipment .section.section-2 .cards {
        gap: 16px;
    }

    #modernization-equipment .section.section-2 .cards .item {
        min-height: 286px;
    }

    #modernization-equipment .section.section-2 .cards .item > .line {
        margin-bottom: 24px;
    }

    #modernization-equipment .section.section-2 .cards .item .title-block {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 20px;
    }

    #modernization-equipment .section.section-2 .cards .item .text {
        font-size: 14px;
        line-height: 18px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .title {
        font-size: 16px;
        line-height: 20px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .image {
        height: 162px;
    }

    #original-spareparts .section.section-5 .d-flex-row {
        flex-direction: column;
        gap: 100px;
    }

    #original-spareparts .section.section-5 .block__wrapper .block-item.last .title,
    #original-spareparts .section.section-5 .block__wrapper .block-item.last .text {
        opacity: 0;
    }

    #original-spareparts .section.section-5 .block-content > .arrow {
        top: 0;
    }

    #original-spareparts .section.section-5 .block__wrapper {
        transform: translateY(0);
        min-height: 512px;
    }

    #original-spareparts .section.section-5 .d-flex-row > div.block-content {
        width: 100%;
    }

    #original-spareparts .section.section-5 .image-in-dark {
        left: 50%;
        top: 0;
        transform: translateX(-50%) rotate(-11.62deg);
    }

    #original-spareparts .section.section-6 .d-flex-row > div,
    #original-spareparts .section.section-3 .d-flex-row > div {
        width: 100%;
    }

    #original-spareparts .section.section-6 .d-flex-row > div:last-child,
    #original-spareparts .section.section-3 .d-flex-row > div:last-child {
        width: auto;
    }

    #original-spareparts .section.section-6 .d-flex-row,
    #original-spareparts .section.section-3 .d-flex-row {
        justify-content: space-between;
    }

    #arenda .section.section-3 .d-flex-block > .d-flex-row {
        flex-direction: column;
    }

    #arenda .section.section-3 .d-flex-block > .d-flex-row > div:first-child,
    #arenda .section.section-3 .d-flex-block > .d-flex-row > div:last-child {
        width: 100%;
        max-width: none;
    }

    #arenda .section.section-4 .block-items .item .text {
        font-size: 14px;
        line-height: 18px;
    }

    #arenda .section.section-4 .block-items .item:nth-child(5) .title span:not(.sub) {
        font-size: 30px;
        line-height: 40px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(1) {
        height: 264px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(2) {
        height: 400px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(3) {
        height: 216px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(4) {
        height: 328px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(5) {
        height: 280px;
    }

    #arenda .section.section-4 .block-items .item .title {
        font-size: 20px;
        line-height: 24px;
    }

    #arenda .section.section-4 .block-items .item:nth-child(2) .title span {
        font-size: 30px;
        line-height: 40px;
    }

    #arenda .section.section-4 .block-items .item:nth-child(5) .title .sub {
        font-size: 18px;
        line-height: 22px;
    }

    #arenda .section.section-4 .block-items {
        height: 400px;
    }

    #arenda .section.section-4 .block-items .item:nth-child(2) .title,
    #arenda .section.section-4 .block-items .item:nth-child(5) .title {
        font-size: 48px;
        line-height: 52px;
    }

    #arenda .section.section-4 .block-items .item:nth-child(5) .title span:not(.sub) {
        font-size: 28px;
        line-height: 38px;
    }

    #arenda .section.section-4 .block-items .item .text {
        gap: 8px;
    }

    #original-spareparts .section.section-3 .d-flex-row.form .white-background {
        padding: 30px 30px 15px;
    }

}

@media (max-width: 1100px) {
    #test-drive .section.section-2 .d-flex-row:last-child .image-block {
        bottom: -37%;
    }
}

@media (max-width: 992px) {
    #service-maintenance .section .d-flex-block {
        gap: 60px;
    }

    #service-maintenance .section.gray-block .cards .item {
        width: calc(100% / 2 - 20px / 2);
        min-height: 246px;
    }

    #service-maintenance .section .d-flex-row {
        flex-direction: column;
        gap: 24px;
    }

    #service-maintenance .section .d-flex-block .title-block,
    #service-maintenance .section.section-4 .section-title,
    #service-maintenance .section.section-4 .d-flex-row .block-text .title-block{
        margin-bottom: 24px;
    }

    #service-maintenance .section.section-4 .d-flex-block {
        padding-top: 32px;
    }

    #service-maintenance .section.section-4 .d-flex-row {
        align-items: flex-end;
    }

    #service-maintenance .section.section-4.animate .d-flex-row .arrow svg {
        transform: rotate(-45deg);
    }

    #service-maintenance .section.section-4 .d-flex-row .block-text {
        justify-content: space-between;
    }

    #service-maintenance .section.section-4 .d-flex-row .arrow {
        margin-top: 0;
        transform: rotate(-180deg);
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(3) .section-title {
        font-size: 28px;
        line-height: 32px;
    }

    #service-maintenance .section.section-7 .clients .row > .item {
        height: 100px;
    }

    #service-maintenance .section.section-7 .clients .column .row > .item,
    #service-maintenance .section.section-7 .clients .column .item {
        height: 45px;
    }

    #service-maintenance .section.section-7 .clients,
    #service-maintenance .section.section-7 .clients .row,
    #service-maintenance .section.section-7 .clients .column{
        gap: 10px;
    }

    #service-maintenance .section.section-7 .clients .row-1 > .item,
    #service-maintenance .section.section-7 .clients .row-3 > .item {
        width: calc(33% - 10px + 10px / 3);
    }

    #service-maintenance .section.section-7 .clients .row-1 > .column,
    #service-maintenance .section.section-7 .clients .row-2 > .column:last-child,
    #service-maintenance .section.section-7 .clients .row-3 > .column,
    #service-maintenance .section.section-7 .clients .row-4 > .column:first-child {
        width: calc(25% - 10px + 10px / 3);
    }

    #service-maintenance .section.section-7 .clients .row-2 > .column:first-child {
        width: calc(33% - 10px + 10px / 3);
    }

    #service-maintenance .section.section-7 .clients .row-4 > .column:last-child {
        width: calc(33% - 10px + 10px / 3);
    }

    #service-maintenance .section.section-7 .clients .row-1 > .row,
    #service-maintenance .section.section-7 .clients .row-2 > .row,
    #service-maintenance .section.section-7 .clients .row-3 > .row,
    #service-maintenance .section.section-7 .clients .row-4 > .row {
        width: calc(42% - 10px + 10px / 3);
    }

    #service-maintenance .section.section-7 .clients .row-1 > .row .item:first-child,
    #service-maintenance .section.section-7 .clients .row-2 > .row .item:last-child,
    #service-maintenance .section.section-7 .clients .row-3 > .row .item:last-child,
    #service-maintenance .section.section-7 .clients .row-4 > .row .item:first-child{
        width: calc(59% - 10px / 2);
    }

    #service-maintenance .section.section-7 .clients .row-1 > .row .item:last-child,
    #service-maintenance .section.section-7 .clients .row-2 > .row .item:first-child,
    #service-maintenance .section.section-7 .clients .row-3 > .row .item:first-child,
    #service-maintenance .section.section-7 .clients .row-4 > .row .item:last-child {
        width: calc(41% - 10px / 2);
    }

    #service-maintenance .section.section-6 .block-animation__stages {
        margin: 176px 138px 207px auto;
    }

    #service-maintenance .section.section-6 .block-animation__stages .block-circle .circle {
        font-size: 28px;
        line-height: 32px;
    }

    #service-maintenance .section.section-6 .block-animation__stages .block-circle .block-text {
        font-size: 16px;
        line-height: 20px;
    }

    #service-maintenance .section.section-6 .block-animation__stages .block-circle .block-text span.sub-text {
        font-size: 14px;
        line-height: 18px;
    }

    #service-maintenance .section.section-8 {
        padding: 100px 0;
    }

    #modernization-equipment .section.section-2 .cards {
        margin-top: 40px;
    }

    #modernization-equipment .section.section-2 .cards .item {
        width: calc(100% / 2 - 20px / 2);
    }

    #modernization-equipment .section.section-2 .cards .item {
        min-height: 236px;
        padding-top: 32px;
    }

    #modernization-equipment .section.section-2 .cards .item > .line {
        margin-bottom: 32px;
    }

    #modernization-equipment .section.section-2 .cards .item .text {
        font-size: 16px;
        line-height: 20px;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item {
        max-width: 468px;
        width: 100%;
        height: auto;
        display: flex;
    }

    #modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-1 {
        max-width: 309px;
        width: 100%;
        height: auto;
        display: flex;
    }

    #modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-2 {
        max-width: 531px;
        width: 100%;
        height: auto;
        display: flex;
    }

    #modernization-equipment .section.section-3 .block-photo__3 .photo__wrapper .block-photos .item-1 {
        max-width: 811px;
        width: 100%;
        height: auto;
        display: flex;
    }

    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item .svg-original {
        width: 100%;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-2 .text-plates {
        flex-direction: column-reverse;
        align-items: flex-end;
        left: -108px;
        top: -25px;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-2 .text-hover {
        top: 60px;
        left: -300px;
    }

    #modernization-equipment .section.section-5,
    #arenda .section.section-6{
        padding: 100px 0;
    }

    #original-spareparts .section.section-2 .d-flex-row {
        flex-direction: column;
    }

    #original-spareparts .section.section-2 .d-flex-row > div {
        width: 100%;
    }

    #original-spareparts .section.section-2 .d-flex-block .main-title {
        font-size: 28px;
        line-height: 32px;
    }

    #original-spareparts .section.section-2 .d-flex-block .main-sub-title {
        font-size: 20px;
        line-height: 24px;
    }

    #original-spareparts .section.section-2 .d-flex-block,
    #original-spareparts .section.section-6 .d-flex-block,
    #original-spareparts .section.section-3 .d-flex-block{
        gap: 60px;
    }

    #original-spareparts .section.section-3 .section-title {
        margin-bottom: 32px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .desktop-docs {
        display: none;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs {
        display: block;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse {
        flex-direction: column;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container {
        width: 100%;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card,
    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .block-text{
        flex-direction: row;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .image {
        width: 162px;
        flex-shrink: 0;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .block-text {
        width: 100%;
        justify-content: space-between;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .title {
        text-align: left;
        font-size: 20px;
        line-height: 24px;
    }

    #original-spareparts .section.section-4 .cards .item {
        width: calc(100% / 2 - 20px / 2);
    }

    #original-spareparts .section.section-4 .cards .item:nth-child(2) {
        display: none;
    }

    #original-spareparts .section.section-5 .d-flex-row {
        gap: 60px;
    }

    #original-spareparts .section.section-5 .block__wrapper .block-item .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    #original-spareparts .section.section-5 .block__wrapper .block-item .text {
        font-size: 20px;
        line-height: 24px;
    }

    #original-spareparts .section.section-5 .block-content .arrow {
        width: 100px;
        height: 100px;
    }

    #original-spareparts .section.section-5 .block-content .block-item.active .arrow {
        width: 100px;
        height: 100px;
    }

    #original-spareparts .section.section-5 .block-content .arrow svg {
        width: 66px;
        height: 53px;
    }

    #original-spareparts .section.section-5 .block__wrapper {
        min-height: auto;
        height: 412px;
    }

    #test-drive .section .d-flex-row:first-child .section-title {
        font-size: 28px;
        line-height: 32px;
    }

    #test-drive .section .d-flex-block {
        gap: 60px;
    }

    #test-drive .section .d-flex-row {
        flex-direction: column;
        gap: 24px;
    }

    #test-drive .section .d-flex-row > div {
        width: 100%;
    }

    #test-drive .section.section-2 .d-flex-row:last-child,
    #test-drive .section.section-3 .d-flex-row{
        flex-direction: column-reverse;
    }

    #test-drive .section.section-2 .d-flex-row:last-child .image-block {
        position: relative;
        bottom: inherit;
        left: inherit;
        transform: none;
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
        display: flex;
    }

    #test-drive .section.section-2 .d-flex-row:last-child > div:last-child {
        min-height: auto;
    }

    #test-drive .section.section-3 .section-title {
        margin-bottom: 24px;
    }

    #test-drive .section.section-4 .block-animation__stages .block-circle .circle {
        font-size: 28px;
        line-height: 32px;
    }

    #test-drive .section.section-4 .block-animation__stages .block-circle .block-text {
        font-size: 16px;
        line-height: 20px;
    }

    #test-drive .section.section-4 .block-animation__stages .block-circle .block-text span.sub-text {
        font-size: 14px;
        line-height: 18px;
    }

    #test-drive .section.section-5 {
        padding: 100px 0;
    }

    #arenda .section.section-2 {
        padding: 0;
        overflow: inherit;
    }

    #arenda .section.section-2 .container {
        padding-top: 60px;
    }

    #arenda .section.section-2 .d-flex-block {
        flex-direction: column;
        gap: 24px;
        padding-bottom: 186px;
    }

    #arenda .section.section-2 .navigation-wrapper {
        width: 380px;
        position: relative;
    }

    #arenda .section.section-2 .navigation-wrapper .button {
        display: flex;
    }

    #arenda .section.section-2 .navigation-container {
        display: none;
        min-height: auto;
        position: absolute;
        z-index: 2;
        top: calc(100% + 12px);
        background: #404040CC;
        backdrop-filter: blur(7px);
    }

    #arenda .section.section-2 .background-name {
        display: none;
    }

    #arenda .section.section-2 .side-button__wrapper {
        height: auto;
        top: inherit;
        bottom: 0;
        width: 100%;
    }

    #arenda .section.section-2 .side-button__wrapper:before {
        width: 100%;
        height: 100%;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) -18.65%, rgba(40, 40, 40, 0.1) 118.65%);
        border-radius: 20px 20px 0 0;
    }

    #arenda .section.section-2 .side-button__wrapper .side-button__container {
        width: 100%;
        padding: 20px;
        align-items: center;
        transition: .3s ease-out;
    }

    #arenda .section.section-2 .side-button__wrapper .side-button__container .text {
        text-align: center;
        max-width: 610px;
    }

    #arenda .section.section-2 .side-button__wrapper .side-button__container .btn-open svg {
        left: 50%;
        top: 80%;
        transform: translate(-50%, -50%) rotate(90deg);
    }

    @keyframes open {
        0% {
            top: 80%;
            width: 32px;
            height: 62px;
            opacity: 0;
        }
        50% {
            top: 50%;
            width: 42px;
            height: 82px;
            opacity: 1;
        }
        100% {
            top: 80%;
            width: 32px;
            height: 62px;
            opacity: 0;
        }
    }

    #arenda .section.section-2 .side-cards__wrapper {
        position: fixed;
        top: inherit;
        bottom: 0;
        transform: translateY(100%);
        width: 100%;
        transition: .6s ease-out;
        z-index: 10;
    }

    #arenda .section.section-2 .side-cards__wrapper.open {
        transform: translateY(0);
    }

    #arenda .section.section-2 .side-cards__wrapper:before {
        height: 100%;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container {
        height: 100%;
        padding: 92px 20px 20px 20px;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .header-cards .btn-close svg {
        transform: rotate(90deg);
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards {
        max-height: calc(100vh - 196px);
    }

    #arenda .section.section-2 .side-button__wrapper .side-button__container .name {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    #arenda .section.section-2 .navigation-container .client-name {
        color: #D2D2D2;
    }

    #arenda .section.section-4 {
        padding: 60px 0 0 0;
    }

    #arenda .section.section-4 .section-title,
    #arenda .section.section-5 .section-title{
        margin-bottom: 60px;
    }

    #arenda .section.section-4 .block-items {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }

    #arenda .section.section-4 .block-items .item .text {
        font-size: 16px;
        line-height: 20px;
        gap: 12px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(1),
    #arenda .section.section-4.animate .block-items .item:nth-child(2),
    #arenda .section.section-4.animate .block-items .item:nth-child(3),
    #arenda .section.section-4.animate .block-items .item:nth-child(4),
    #arenda .section.section-4.animate .block-items .item:nth-child(5) {
        height: 180px;
    }

    #arenda .section.section-4 .block-items .item:nth-child(1),
    #arenda .section.section-4 .block-items .item:nth-child(2),
    #arenda .section.section-4 .block-items .item:nth-child(3),
    #arenda .section.section-4 .block-items .item:nth-child(4),
    #arenda .section.section-4 .block-items .item:nth-child(5) {
        height: 180px;
    }

    #arenda .section.section-4 .block-items .item,
    #arenda .section.section-4 .block-items .item:nth-child(2){
        width: 80px;
        padding: 20px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(1) {
        width: 360px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(2) {
        width: 510px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(3) {
        width: 300px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(4) {
        width: 440px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(5) {
        width: 360px;
    }

    #arenda .section.section-4 .block-items .item .d-flex {
        transform: translateX(-200%);
    }

    #arenda .section.section-4.animate .block-items .item .d-flex {
        transform: translateX(0);
    }

    #original-spareparts .section.section-3 .d-flex-row.form .section-title {
        margin-bottom: 36px;
    }

    #original-spareparts .section.section-3 .d-flex-row .block-text .title-text {
        font-size: 24px;
        line-height: 28px;
    }

    #original-spareparts .section.section-3 .d-flex-row.form .white-background .form-fields .group-button {
        flex-direction: column-reverse;
    }

    #original-spareparts .section.section-3 .d-flex-row.form .white-background .form-fields .group-button .text {
        max-width: none;
        text-align: center;
    }

    #original-spareparts .section.section-6 .d-flex-row .image {
        display: none;
    }
}

@media (max-width: 930px) {
    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item {
        width: calc(100% / 2 - 20px / 2);
    }
}

@media (max-width: 768px) {

    #service-maintenance .section.section-1,
    #modernization-equipment .section.section-1,
    #original-spareparts .section.section-1,
    #test-drive .section.section-1,
    #arenda .section.section-1 {
        height: 300px;
        padding-bottom: 16px;
    }

    #service-maintenance .section .section-title,
    #modernization-equipment .section .section-title,
    #service-maintenance .section.section-5 .cards .item:nth-child(3) .section-title,
    #service-maintenance .section.section-5.animate .cards .item:nth-child(3) .section-title
    {
        font-size: 24px;
        line-height: 30px;
    }

    #service-maintenance .section.section-2,
    #service-maintenance .section.gray-block,
    #service-maintenance .section.section-4,
    #service-maintenance .section.section-5,
    #service-maintenance .section.section-6,
    #service-maintenance .section.section-7,
    #service-maintenance .section.section-8,
    #modernization-equipment .section.section-2,
    #original-spareparts .section.section-2,
    #test-drive .section.section-4,
    #test-drive .section.section-5,
    #arenda .section.section-3,
    #arenda .section.section-5{
        padding: 60px 0;
    }

    #service-maintenance .section .d-flex-block .image-block {
        height: 250px;
    }

    #service-maintenance .section.gray-block .sub-title {
        margin-bottom: 32px;
    }

    #service-maintenance .section .d-flex-row {
        gap: 20px;
    }

    #service-maintenance .section.section-4 .d-flex-row .block-text .title-block {
        margin-bottom: 20px;
    }

    #service-maintenance .section.section-4 .section-title {
        margin-bottom: 30px;
    }

    #service-maintenance .section.section-4 .d-flex-row .block-text {
        flex-direction: column;
        gap: 32px;
    }

    #service-maintenance .section.section-4 .d-flex-row .arrow {
        width: 80px;
        height: 80px;
    }

    #service-maintenance .section.section-4 .d-flex-row .arrow svg {
        width: 38px;
        height: 38px;
    }

    #service-maintenance .section.section-5 .cards {
        gap: 16px;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(3) {
        order: 1;
        width: 100%;
        margin-bottom: 8px;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(1),
    #service-maintenance .section.section-5 .cards .item:nth-child(2),
    #service-maintenance .section.section-5 .cards .item:nth-child(4),
    #service-maintenance .section.section-5 .cards .item:nth-child(5),
    #service-maintenance .section.section-5 .cards .item:nth-child(6),
    #service-maintenance .section.section-5 .cards .item:nth-child(7) {
        order: 2;
        width: 260px;
    }

    #service-maintenance .section.section-5.animate .cards .item:nth-child(1),
    #service-maintenance .section.section-5.animate .cards .item:nth-child(2),
    #service-maintenance .section.section-5.animate .cards .item:nth-child(4),
    #service-maintenance .section.section-5.animate .cards .item:nth-child(5),
    #service-maintenance .section.section-5.animate .cards .item:nth-child(6),
    #service-maintenance .section.section-5.animate .cards .item:nth-child(7) {
        width: calc(calc(100% / 2 - 17px / 2));
    }

    #service-maintenance .section.section-5 .cards .item:not(.title-block) {
        min-height: 200px;
    }

    #service-maintenance .section.section-5 {
        overflow: hidden;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(1),
    #service-maintenance .section.section-5 .cards .item:nth-child(2),
    #service-maintenance .section.section-5 .cards .item:nth-child(4),
    #service-maintenance .section.section-5 .cards .item:nth-child(5),
    #service-maintenance .section.section-5 .cards .item:nth-child(6),
    #service-maintenance .section.section-5 .cards .item:nth-child(7) {
        /*transition: width .6s linear;*/
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(1) {
        transform: translate(53px, 142px);
        z-index: 1;
    }
    #service-maintenance .section.section-5 .cards .item:nth-child(2) {
        transform: translate(-136px, 150px) rotate(-3deg);
        z-index: 2;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(4) {
        transform: translate(238px, -84px) rotate(-3deg);
        z-index: 3;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(6) {
        transform: translate(306px, -256px) rotate(10deg);
        z-index: 4;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(7) {
        transform: translate(108px, -258px) rotate(12deg);
        z-index: 5;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(3) {
        transform: translate(0, 0);
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(3) .section-title,
    #service-maintenance .section.section-5 .cards .item:nth-child(3) .text{
        text-align: left;
    }

    #service-maintenance .section.section-7 .section-sub-title {
        font-size: 16px;
        line-height: 20px;
    }

    #service-maintenance .section.section-7 .clients {
        margin-top: 32px;
    }

    #service-maintenance .section.section-7 .clients .row-1,
    #service-maintenance .section.section-7 .clients .row-2,
    #service-maintenance .section.section-7 .clients .row-3,
    #service-maintenance .section.section-7 .clients .row-4 {
        flex-direction: column;
    }

    #service-maintenance .section.section-7 .clients .row-1 > .item,
    #service-maintenance .section.section-7 .clients .row-3 > .item {
        width: 100%;
    }

    #service-maintenance .section.section-7 .clients .row-1 > .column,
    #service-maintenance .section.section-7 .clients .row-2 > .column:last-child,
    #service-maintenance .section.section-7 .clients .row-3 > .column,
    #service-maintenance .section.section-7 .clients .row-4 > .column:first-child {
        width: 100%;
    }

    #service-maintenance .section.section-7 .clients .row-1 > .row,
    #service-maintenance .section.section-7 .clients .row-2 > .row,
    #service-maintenance .section.section-7 .clients .row-3 > .row,
    #service-maintenance .section.section-7 .clients .row-4 > .row {
        width: 100%;
    }

    #service-maintenance .section.section-7 .clients .row-2 > .column:first-child,
    #service-maintenance .section.section-7 .clients .row-4 > .column:last-child{
        width: 100%;
    }

    #service-maintenance .section.section-6 .block-animation__stages {
        margin: 146px 105px 170px auto;
    }

    #service-maintenance .section.section-6 .block-animation__stages .block-circle:nth-child(5) .block-text {
        width: 126px;
    }

    #service-maintenance .section.section-6 .block-animation__stages .block-circle .circle,
    #test-drive .section.section-4 .block-animation__stages .block-circle .circle{
        font-size: 24px;
        line-height: 30px;
        width: 40px;
        height: 40px;
    }

    #modernization-equipment .section.section-2 .section-sub-title,
    #modernization-equipment .section.section-3 .section-sub-title,
    #modernization-equipment .section.section-4 .section-sub-title{
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 20px;
        padding: 4px 16px 16px 16px;
    }

    #modernization-equipment .section.section-2 .sub-text {
        font-size: 16px;
        line-height: 20px;
    }

    #modernization-equipment .section.section-3 .block-photo__1,
    #modernization-equipment .section.section-3 .block-photo__2,
    #modernization-equipment .section.section-3 .block-photo__3 {
        padding-top: 60px;
    }

    #modernization-equipment .section.section-3 .block-photo__3 {
        padding-bottom: 60px;
    }

    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-plates {
        gap: 8px;
    }

    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-plates .text {
        padding: 7px 14px;
        font-size: 16px;
        line-height: 20px;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-2 .text-plates {
        left: -16%;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-1 .text-plates {
        left: 44%;
        bottom: 42px;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-1 .text-plates .text {
        min-width: 247px;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-2 .text-plates .text {
        min-width: 218px;
    }

    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-hover {
        width: 200px;
    }

    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-hover .title-text-hover {
        font-size: 14px;
        line-height: 18px;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-1 .text-hover {
        top: inherit;
        left: 60%;
        bottom: 120px;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-2 .text-hover {
        top: 40px;
        left: -40%;
    }

    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-hover .ul{
        font-size: 12px;
        line-height: 16px;
    }

    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item {
        border-radius: 12px;
    }

    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-plates .text {
        opacity: 0;
        z-index: -1;
    }

    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container.hover .text-plates .text {
        opacity: 1;
        z-index: 1;
    }

    #modernization-equipment .section.section-3 .block__photo .photo__wrapper .block-photos .item-container .text-plates .circle {
        opacity: 0;
    }

    #modernization-equipment .section.section-3 .block__photo.animate .photo__wrapper .block-photos .item-container .text-plates .circle {
        background: #FD5000;
        opacity: 1;
        transition: .6s ease-out;
    }

    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item-container .text-plates .circle:before {
        border: 1px solid #FD5000;
    }

    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item .rectangle,
    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item mask rect{
        transition: 1s ease-out;
    }

    #modernization-equipment .section.section-3 .block__photo.animate .photo__wrapper .block-photos.hide-mask .item-container:not(.hover) .item .rectangle {
        opacity: 0;
        transition: 0s;
    }

    #modernization-equipment .section.section-3 .block__photo.animate .photo__wrapper .block-photos.hide-mask .item-container:not(.hover) .item mask.svg-mask rect {
        height: 0;
        y: 100%;
        transition: 0s;
    }

    #modernization-equipment .section.section-3 .block__photo.animate .photo__wrapper .block-photos .item-container .item .rectangle,
    #modernization-equipment .section.section-3 .block__photo.animate .photo__wrapper .block-photos.hide-mask .item-container.hover .item .rectangle {
        opacity: 1;
    }

    #modernization-equipment .section.section-3 .block-photo__1.block__photo.animate .photo__wrapper .block-photos .item-container .item mask rect,
    #modernization-equipment .section.section-3 .block-photo__1.block__photo.animate .photo__wrapper .block-photos.hide-mask .item-container.hover .item mask.svg-mask rect {
        height: 100%;
        y: 0;
    }

    #modernization-equipment .section.section-3 .block__photo.animate .photo__wrapper .block-photos.hide-mask .item-container:not(.hover) .item .svg-original .path-opacity {
        fill-opacity: 0;
        transition: 0s;
    }

    #modernization-equipment .section.section-3 .block-photo__2.block__photo.animate .photo__wrapper .block-photos.hide-mask .item-container:not(.hover) .item mask rect {
        width: 0%;
        height: 0%;
        transition: 0s;
    }

    #modernization-equipment .section.section-3 .block-photo__2.block__photo.animate .photo__wrapper .block-photos .item-container .item mask rect,
    #modernization-equipment .section.section-3 .block-photo__2.block__photo.animate .photo__wrapper .block-photos.hide-mask .item-container.hover .item mask rect {
        width: 50%;
        height: 100%;
        transition: .6s ease-out;
    }

    #modernization-equipment .section.section-3 .block__photo.animate .photo__wrapper .block-photos .item-container .item .svg-original .path-opacity,
    #modernization-equipment .section.section-3 .block__photo.animate .photo__wrapper .block-photos.hide-mask .item-container .item .svg-original .path-opacity {
        fill-opacity: 0.2;
    }

    #modernization-equipment .section.section-3 .block-photo__1.block__photo.animate .photo__wrapper .block-photos.hide-mask .item-container:not(.hover) .item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000B2;
        opacity: 1;
        transition: .6s ease-out;
    }

    #modernization-equipment .section.section-3 .block__photo.animate .photo__wrapper .block-photos.hide-mask .item-container.hover .item:before {
        opacity: 0;
    }

    #modernization-equipment .section.section-3 .block__photo.animate .photo__wrapper .block-photos.hide-mask .item-container:not(.hover) .text-plates {
        opacity: 0;
        transition: .6s ease-out;
    }

    #modernization-equipment .section.section-3 .block__photo.animate .photo__wrapper .block-photos.hide-mask .item-container.hover .text-plates {
        opacity: 1;
    }

    #modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container.item-container-1 .text-plates{
        right: inherit;
        left: 26%;
    }

    #modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container.item-container-2 .text-hover {
        width: 200px;
        top: 0;
        right: 3%;
        left: inherit;
        bottom: inherit;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper,
    #modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper,
    #modernization-equipment .section.section-3 .block-photo__3 .photo__wrapper{
        margin-top: 32px;
    }

    #modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container.item-container-2 .text-plates {
        flex-direction: column-reverse;
        align-items: flex-end;
        right: 3%;
        top: 20%;
    }

    #modernization-equipment .section.section-3 .block-photo__3 .photo__wrapper .block-photos .item-container.item-container-1 .text-plates {
        flex-direction: column-reverse;
        align-items: flex-end;
        right: 32%;
        top: 35%;
    }

    #modernization-equipment .section.section-3 .block-photo__3.block__photo.animate .photo__wrapper .block-photos.hide-mask .item-container:not(.hover) .item mask rect {
        width: 0%;
        height: 0%;
        transition: 0s;
    }

    #modernization-equipment .section.section-3 .block-photo__3.block__photo.animate .photo__wrapper .block-photos .item-container .item mask#svg-mask6 rect,
    #modernization-equipment .section.section-3 .block-photo__3.block__photo.animate .photo__wrapper .block-photos.hide-mask .item-container.hover .item mask#svg-mask6 rect {
        height: 75%;
        width: 31%;
        x: 63%;
        y: 0;
        transition: .6s ease-out;
    }

    #modernization-equipment .section.section-3 .block-photo__3.block__photo.animate .photo__wrapper .block-photos .item-container .item mask#svg-mask7 rect,
    #modernization-equipment .section.section-3 .block-photo__3.block__photo.animate .photo__wrapper .block-photos.hide-mask .item-container.hover .item mask#svg-mask7 rect {
        height: 75%;
        width: 31%;
        x: 6%;
        y: 0;
        transition: .6s ease-out;
    }

    #modernization-equipment .section.section-3 .block-text__4 {
        padding-top: 44px;
        padding-bottom: 60px;
    }

    #modernization-equipment .section.section-3 .block-text__4 .arrow {
        margin-bottom: 50px;
        width: 80px;
        height: 80px;
    }

    #modernization-equipment .section.section-3 .block-text__4 .arrow svg {
        width: 38px;
        height: 38px;
    }

    #modernization-equipment .section.section-3 .block-text__4 .text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
        max-width: 544px;
    }

    #modernization-equipment .section.section-3 .block-text__4 .btn-link-orange {
        font-size: 16px;
        line-height: 20px;
    }

    #modernization-equipment .section.section-5,
    #modernization-equipment .section.section-4,
    #arenda .section.section-6{
        padding: 60px 0;
    }

    #modernization-equipment .section.section-4 .section-title {
        margin-bottom: 44px;
    }

    #original-spareparts .section.section-2 .d-flex-block .text,
    #original-spareparts .section.section-2 .d-flex-block .ul-orange .ul-li,
    #original-spareparts .section.section-2 .d-flex-block .block-sub-title{
        font-size: 16px;
        line-height: 20px;
    }

    #original-spareparts .section.section-2 .d-flex-block .block-sub-title {
        margin-bottom: 24px;
    }

    #original-spareparts .section.section-2 .d-flex-row {
        gap: 24px;
    }

    #original-spareparts .section.section-2 .d-flex-block .d-flex-row:last-child {
        gap: 16px;
    }

    #original-spareparts .section.section-2 .d-flex-block .main-title {
        font-size: 24px;
        line-height: 30px;
    }

    #original-spareparts .section.section-3 .container > .block-text {
        margin-top: 32px;
    }

    #original-spareparts .section.section-3 {
        padding-bottom: 60px;
    }

    #original-spareparts .section.section-4{
        padding-top: 60px;
    }

    #original-spareparts .section.section-3 .section-title,
    #original-spareparts .section.section-4 .section-title{
        margin-bottom: 24px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse {
        gap: 10px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper,
    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card {
        border-radius: 16px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper .item-doc {
        border-radius: 12px;
        width: calc(100% / 2 - 16px / 2);
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper .item-doc .image {
        width: 100px;
        height: 100px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .image {
        width: 140px;
        height: 140px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .block-text {
        gap: 16px;
    }

    #original-spareparts .section.section-4 .cards {
        gap: 16px;
    }

    #original-spareparts .section.section-4 .cards .item {
        border-radius: 12px;
        width: calc(100% / 2 - 16px / 2);
    }

    #original-spareparts .section.section-5 {
        padding: 60px 0;
    }

    #original-spareparts .section.section-5 .section-sub-title {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 20px;
        padding: 4px 16px 16px 16px;
    }

    #original-spareparts .section.section-5 .block__wrapper .block-item {
        gap: 16px;
    }

    #original-spareparts .section.section-5 .block-content .arrow {
        width: 86px;
        height: 86px;
    }

    #original-spareparts .section.section-5 .block-content .arrow svg {
        width: 55px;
        height: 45px;
    }

    #original-spareparts .section.section-5 .block-content .block-item.active .arrow {
        width: 86px;
        height: 86px;
    }

    #original-spareparts .section.section-5 .block__wrapper .block-item .title {
        font-size: 24px;
        line-height: 30px;
    }

    #original-spareparts .section.section-5 .block__wrapper .block-item .text {
        font-size: 16px;
        line-height: 20px;
    }

    #original-spareparts .section.section-5 .image-in-dark {
        width: 780px;
        top: 100px;
        left: 55%;
    }

    #original-spareparts .section.section-6,
    #original-spareparts .section.section-3 {
        padding-top: 60px;
    }

    #original-spareparts .section.section-3 .d-flex-row .upload-image__container .upload-image__button svg {
        width: 142px;
        height: 142px;
    }

    #original-spareparts .section.section-6 .d-flex-row,
    #original-spareparts .section.section-3 .d-flex-row {
        flex-direction: column;
        gap: 24px;
    }

    #original-spareparts .section.section-6 .d-flex-row .section-title,
    #original-spareparts .section.section-3 .d-flex-row .section-title {
        margin-bottom: 24px;
    }

    #original-spareparts .section.section-6 .d-flex-row .text,
    #original-spareparts .section.section-3 .d-flex-row > div:not(:last-child) .text {
        font-size: 16px;
        line-height: 20px;
    }

    #original-spareparts .section.section-3 .d-flex-row .upload-image__container .upload-image__button {
        gap: 4px;
    }

    #original-spareparts .section.section-3 .d-flex-row .upload-image__container .upload-image__button .text {
        font-size: 20px;
        line-height: 24px;
    }

    #test-drive .section.section-2,
    #test-drive .section.section-3{
        padding: 60px 0;
    }

    #test-drive .section .d-flex-row:first-child .section-title {
        font-size: 24px;
        line-height: 30px;
    }

    #test-drive .section .d-flex-row:last-child .ul-block {
        margin: 24px 0;
    }

    #test-drive .section.section-4 .block-animation__stages .block-circle .block-text {
        left: 16px;
    }

    #test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(1) .block-text {
        width: 230px;
    }

    #test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(2) .block-text {
        width: 262px;
    }

    #test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(4) .block-text {
        width: 190px;
    }

    #test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(3) .block-text,
    #test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(1) .block-text{
        top: 94px;
    }

    #test-drive .section.section-4 .block-animation__stages {
        margin: 157px 165px 170px auto;
    }

    #arenda .section.section-2 .side-button__wrapper .side-button__container .name {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    #arenda .section.section-2 .side-button__wrapper {
        position: relative;
    }

    #arenda .section.section-2 .side-button__wrapper:before {
        width: calc(100% + 16px * 2);
        left: 50%;
        top: inherit;
        bottom: 0;
        transform: translateX(-50%);
    }

    #arenda .section.section-2 .d-flex-block {
        padding-bottom: 30px;
    }

    #arenda .section.section-2 .d-flex-block .image-block {
        width: 479px;
        height: 376px;
        margin: 0 auto;
    }

    #arenda .section.section-2 .side-button__wrapper .side-button__container .btn-open {
        width: 100px;
        height: 100px;
    }

    #arenda .section.section-2 .side-button__wrapper .side-button__container .btn-open svg {
        width: 22px;
        height: 42px;
    }

    @keyframes open {
        0% {
            top: 80%;
            width: 22px;
            height: 42px;
            opacity: 0;
        }
        50% {
            top: 50%;
            width: 32px;
            height: 62px;
            opacity: 1;
        }
        100% {
            top: 80%;
            width: 22px;
            height: 42px;
            opacity: 0;
        }
    }

    #arenda .section.section-2 .side-button__wrapper .side-button__container .sub-text {
        margin-bottom: 24px;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container {
        padding: 92px 16px 20px 16px;
    }

    #arenda .section .section-sub-title {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 20px;
        padding: 4px 16px 16px 16px;
    }

    #arenda .section.section-3 .d-flex-block > .d-flex-row {
        gap: 24px;
    }

    #arenda .section.section-3 .d-flex-block > .d-flex-row > div:last-child .image {
        margin-top: 30px;
        height: 358px;
    }

    #arenda .section.section-4 {
        padding-top: 32px;
    }

    #arenda .section.section-4 .section-title {
        margin-bottom: 32px;
    }

    #arenda .section.section-4 .block-items .item,
    #arenda .section.section-4 .block-items .item:nth-child(2) {
        padding: 16px;
    }

    #arenda .section.section-5 .section-title {
        margin-bottom: 44px;
    }

    #original-spareparts .section.section-3 .d-flex-row.form {
        padding: 60px 0;
    }

    #original-spareparts .section.section-3 .d-flex-row .block-text .title-text {
        font-size: 20px;
        line-height: 24px;
    }

    #original-spareparts .section.section-3 .d-flex-row.form .section-title {
        margin-bottom: 32px;
    }

    #original-spareparts .section.section-6 .d-flex-row {
        flex-direction: column;
    }

    #original-spareparts .section.section-6 .d-flex-row .image {
        display: block;
    }
}

@media (max-width: 630px) {
    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item {
        width: 100%;
    }
}

@media (max-width: 600px) {
    #service-maintenance .section.section-5 .cards .item:nth-child(1) {
        transform: translate(-53px, 142px);
        z-index: 1;
    }
    #service-maintenance .section.section-5 .cards .item:nth-child(2) {
        transform: translate(-246px, 150px) rotate(-3deg);
        z-index: 2;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(4) {
        transform: translate(138px, -84px) rotate(-3deg);
        z-index: 3;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(6) {
        transform: translate(206px, -256px) rotate(10deg);
        z-index: 4;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(7) {
        transform: translate(28px, -258px) rotate(12deg);
        z-index: 5;
    }
}

@media (max-width: 576px) {
    #service-maintenance .section.section-1,
    #modernization-equipment .section.section-1,
    #original-spareparts .section.section-1,
    #test-drive .section.section-1,
    #arenda .section.section-1 {
        height: 260px;
    }

    #service-maintenance .section.section-2,
    #modernization-equipment .section.section-2,
    #original-spareparts .section.section-2{
        padding-top: 32px;
    }

    #service-maintenance .section .d-flex-block {
        gap: 32px;
    }

    #service-maintenance .section .d-flex-block .text,
    #test-drive .section .d-flex-block .text,
    #test-drive .section .d-flex-block .title-block,
    #test-drive .section .d-flex-row .ul-block{
        font-size: 16px;
        line-height: 20px;
    }

    #service-maintenance .section .d-flex-block .title-block {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 20px;
    }

    #service-maintenance .section .d-flex-block .ul {
        gap: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    #service-maintenance .section .d-flex-block .image-block {
        height: 200px;
        border-radius: 12px;
    }

    #service-maintenance .section.gray-block .section-title {
        margin-bottom: 16px;
    }

    #service-maintenance .section.gray-block .sub-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 24px;
    }

    #service-maintenance .section.gray-block .cards {
        gap: 16px;
    }

    #service-maintenance .section.gray-block .cards .item {
        width: 100%;
        min-height: auto;
        padding-top: 32px;
        border-radius: 12px;
    }

    #service-maintenance .section.gray-block .cards .item .title {
        margin-bottom: 12px;
    }

    #service-maintenance .section.gray-block .sub-text {
        margin-top: 16px;
    }

    #service-maintenance .section.gray-block:before {
        width: 664px;
        height: 529px;
        top: 40%;
    }

    #service-maintenance .section.section-4 .d-flex-block {
        padding-top: 20px;
    }

    #service-maintenance .section.section-4 .d-flex-row .block-text .title-block {
        margin-bottom: 12px;
    }

    #service-maintenance .section.section-4 .d-flex-row .block-text .text {
        font-size: 16px;
        line-height: 20px;
        gap: 4px;
    }

    #service-maintenance .section.section-4 .d-flex-row .block-text {
        gap: 20px;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(1),
    #service-maintenance .section.section-5 .cards .item:nth-child(2),
    #service-maintenance .section.section-5 .cards .item:nth-child(4),
    #service-maintenance .section.section-5 .cards .item:nth-child(5),
    #service-maintenance .section.section-5 .cards .item:nth-child(6),
    #service-maintenance .section.section-5 .cards .item:nth-child(7) {
        width: calc(100% / 2 - 16px / 2);
        border-radius: 16px;
    }

    #service-maintenance .section.section-5 .cards .item .text:not(.title-block) {
        font-size: 14px;
        line-height: 18px;
    }

    #service-maintenance .section.section-5 .cards .item:not(.title-block) {
        padding: 10px;
        min-height: 166px;
    }

    #service-maintenance .section.section-5 .cards .item .number {
        font-size: 24px;
        line-height: 30px;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(3) {
        display: block;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(1) {
        transform: translate(-20%, 57px);
        z-index: 1;
    }
    #service-maintenance .section.section-5 .cards .item:nth-child(2) {
        transform: translate(-80%, 62px) rotate(-3deg);
        z-index: 2;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(4) {
        transform: translate(60%, -138px) rotate(-3deg);
        z-index: 3;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(6) {
        transform: translate(90%, -291px) rotate(10deg);
        z-index: 4;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(7) {
        transform: translate(40%, -284px) rotate(12deg);
        z-index: 5;
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(3) .icon {
        transition: .6s .3s cubic-bezier(0.78, 0.17, 0.15, 1.06);
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(3) .section-title {
        transition: .6s .3s cubic-bezier(0.78, 0.17, 0.15, 1.06);
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(3) .text {
        transition: .6s .3s cubic-bezier(0.78, 0.17, 0.15, 1.06);
    }

    #service-maintenance .section.section-5 .cards .item:nth-child(3) .text:before {
        transition: .6s .3s cubic-bezier(0.78, 0.17, 0.15, 1.06);
    }

    #service-maintenance .section.section-6 .block-animation__stages {
        margin: 62px auto 112px auto;
    }

    #test-drive .section.section-4 .block-animation__stages {
        margin: 62px 0 124px 0;
    }

    #service-maintenance .section.section-6 .block-animation__stages .line-mask,
    #test-drive .section.section-4 .block-animation__stages .line-mask {
        max-width: none;
        transform: rotate(90deg);
        width: 550px;
    }

    #test-drive .section.section-4 .block-animation__stages .line-mask {
        width: 450px;
    }

    #service-maintenance .section.section-6 .block-animation__stages .circles {
        flex-direction: column;
        gap: 80px;
    }

    #test-drive .section.section-4 .block-animation__stages .circles {
        flex-direction: column;
        gap: 100px;
    }

    #service-maintenance .section.section-6 .block-animation__stages .block-circle .block-text span.sub-text,
    #test-drive .section.section-4 .block-animation__stages .block-circle .block-text span.sub-text {
        font-size: 12px;
        line-height: 16px;
    }

    #service-maintenance .section.section-6 .block-animation__stages .block-circle .block-text,
    #test-drive .section.section-4 .block-animation__stages .block-circle .block-text {
        left: inherit;
        width: auto;
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    #service-maintenance .section.section-6 .block-animation__stages .block-circle .block-text span:not(.sub-text),
    #test-drive .section.section-4 .block-animation__stages .block-circle .block-text span:not(.sub-text) {
        width: 9px;
        height: 9px;
    }

    #service-maintenance .section.section-6 .block-animation__stages .block-circle .block-text span:not(.sub-text):before,
    #test-drive .section.section-4 .block-animation__stages .block-circle .block-text span:not(.sub-text):before {
        content: "";
        position: absolute;
        left: 1px;
        top: 3px;
        right: 0;
        transform: translateX(0%);
        width: 84px;
        height: 1px;
        border-bottom: 1px dashed #ACACAC;
        z-index: -1;
    }

    #service-maintenance .section.section-6 .block-animation__stages .block-circle:nth-child(2) .block-text span:not(.sub-text):before,
    #service-maintenance .section.section-6 .block-animation__stages .block-circle:nth-child(4) .block-text span:not(.sub-text):before,
    #test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(2) .block-text span:not(.sub-text):before,
    #test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(4) .block-text span:not(.sub-text):before {
        top: 3px;
        bottom: inherit;
        left: -84px;
    }

    #service-maintenance .section.section-6 .block-animation__stages .block-circle:nth-child(1) .block-text {
        left: -115px;
        top: 22px;
        bottom: inherit;
    }

    #service-maintenance .section.section-6 .block-animation__stages .block-circle:nth-child(2) .block-text {
        right: -125px;
        top: 22px;
    }

    #service-maintenance .section.section-6 .block-animation__stages .block-circle:nth-child(3) .block-text {
        left: -115px;
        top: 22px;
        bottom: inherit;
    }

    #service-maintenance .section.section-6 .block-animation__stages .block-circle:nth-child(4) .block-text {
        right: -138px;
        top: 22px;
    }

    #service-maintenance .section.section-6 .block-animation__stages .block-circle:nth-child(5) .block-text {
        left: -126px;
        top: 22px;
        bottom: inherit;
    }

    #test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(1) .block-text,
    #test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(3) .block-text{
        left: -152px;
        top: 22px;
        bottom: inherit;
        width: 170px;
    }

    #test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(2) .block-text,
    #test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(4) .block-text {
        right: -152px;
        top: 22px;
        width: 170px;
    }

    #test-drive .section.section-4 .block-animation__stages .block-circle:nth-child(4) .block-text {
        width: 132px;
    }

    #service-maintenance .section.section-6 .block-animation__stages .block-circle .circle,
    #test-drive .section.section-4 .block-animation__stages .block-circle .circle {
        width: 48px;
        height: 48px;
    }

    #service-maintenance .section.section-6 .block-text-button .text {
        margin-bottom: 16px;
    }

    #service-maintenance .section.section-6 .block-text-button .btn-link-orange,
    #modernization-equipment .section.section-3 .block-text__4 .btn-link-orange{
        width: 100%;
        justify-content: center;
    }

    #modernization-equipment .section.section-2 .section-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    #modernization-equipment .section.section-2 .cards {
        margin-top: 32px;
    }

    #modernization-equipment .section.section-2 .cards .item {
        width: 100%;
        min-height: auto;
        border-radius: 12px;
    }

    #modernization-equipment .section.section-2 .cards .item > .line {
        margin-bottom: 24px;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .section-title {
        margin-bottom: 16px;
    }

    #modernization-equipment .section.section-3 .sub-text,
    #modernization-equipment .section.section-3 .photo__wrapper .text > .ul .li{
        font-size: 16px;
        line-height: 20px;
    }

    #modernization-equipment .section.section-3 .photo__wrapper {
        margin-top: 32px;
        gap: 24px;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-1 .text-plates {
        bottom: 6%;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-2 .text-plates {
        left: inherit;
        top: -9%;
        right: 55%;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-1 .text-hover {
        top: inherit;
        left: 62%;
        bottom: 25%;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-2 .text-hover {
        top: 14%;
        left: inherit;
        right: 84%;
    }

    #modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container.item-container-2 .text-plates {
        top: 16%;
    }

    #modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container.item-container-2 .text-hover {
        top: -6%;
    }

    #modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container.item-container-1 .text-plates {
        left: 16%;
    }

    #modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container.item-container-1 .text-hover {
        left: 16%;
        bottom: inherit;
        top: -10%;
    }

    #modernization-equipment .section.section-3 .section-title {
        margin-bottom: 16px;
    }

    #modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item,
    #arenda .section.section-5 .faq__wrapper.accordion .accordion-item {
        padding: 16px 0;
    }

    #modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-button ,
    #arenda .section.section-5 .faq__wrapper.accordion .accordion-item .accordion-button {
        font-size: 20px;
        line-height: 24px;
    }

    #modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-button .icon,
    #arenda .section.section-5 .faq__wrapper.accordion .accordion-item .accordion-button .icon {
        width: 24px;
        height: 24px;
    }

    #modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-button .icon svg,
    #arenda .section.section-5 .faq__wrapper.accordion .accordion-item .accordion-button .icon svg {
        width: 18px;
        height: 18px;
    }

    #modernization-equipment .section.section-4 .faq__wrapper.accordion .accordion-item .accordion-collapse,
    #arenda .section.section-5 .faq__wrapper.accordion .accordion-item .accordion-collapse {
        padding-top: 8px;
        font-size: 16px;
        line-height: 20px;
    }

    #modernization-equipment .section.section-4 .section-title,
    #arenda .section.section-5 .section-title {
        margin-bottom: 24px;
    }

    #modernization-equipment .n-sticky {
        right: -12%;
        top: 45%;
    }

    #original-spareparts .section.section-2 .d-flex-block .d-flex-row:last-child {
        gap: 10px;
    }

    #original-spareparts .section.section-2 .d-flex-block .block-sub-title {
        margin-bottom: 16px;
    }

    #original-spareparts .section.section-2 .d-flex-block .block-title {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 20px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .image,
    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper .item-doc .image {
        width: 76px;
        height: 76px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .title {
        font-size: 16px;
        line-height: 20px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper .item-doc > div .name {
        font-size: 12px;
        line-height: 14px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper {
        gap: 10px;
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper .item-doc {
        width: calc(100% / 2 - 10px / 2);
    }

    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .card .icon svg {
        width: 11px;
        height: 22px;
    }

    #original-spareparts .section.section-3 .container > .block-text .title-text,
    #original-spareparts .section.section-3 .container > .block-text .ul{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    #original-spareparts .section.section-3 .container > .block-text .note {
        font-size: 16px;
        line-height: 20px;
    }

    #original-spareparts .section.section-4 .cards .item {
        width: 100%;
        min-height: auto;
    }

    #original-spareparts .section.section-4 .cards .item .title,
    #test-drive .section .d-flex-row .ul-block-orange{
        font-size: 16px;
        line-height: 20px;
    }

    #original-spareparts .section.section-5 .image-in-dark {
        width: 664px;
    }

    #test-drive .section.section-2 .d-flex-row:last-child {
        gap: 12px;
    }

    #test-drive .section .d-flex-row .ul-block-orange {
        gap: 10px;
    }

    #test-drive .section.section-3 .d-flex-row > div {
        position: relative;
    }

    #test-drive .section.section-3 .d-flex-row > div:first-child {
        height: 305px;
    }

    #test-drive .section.section-3 .image-block {
        position: absolute;
        top: 0;
        left: 0;
        height: 305px;
        width: 120%;
    }

    #test-drive .section.section-3 .image-block img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #test-drive .section.section-3 .image-n-dark {
        width: 552px;
        left: 39%;
        transform: translateX(-50%);
        top: inherit;
        bottom: -80px;
    }

    #test-drive .section.section-4 .block-text-button .text-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    #test-drive .section.section-4 .block-text-button .text {
        font-size: 14px;
        line-height: 18px;
    }

    #test-drive .section.section-4 .block-text-button .btn-link-orange {
        margin-top: 24px;
    }

    #arenda .section.section-2 .side-button__wrapper .side-button__container .btn-container {
        gap: 4px;
    }

    #arenda .section.section-2 .side-button__wrapper .side-button__container {
        padding: 16px 0;
    }

    #arenda .section.section-2 .side-button__wrapper:before {
        border-radius: 16px 16px 0 0;
    }

    #arenda .section.section-2 .side-button__wrapper .side-button__container .sub-text {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    #arenda .section.section-2 .side-button__wrapper .side-button__container .text {
        font-size: 14px;
        line-height: 18px;
    }

    #arenda .section.section-2 .navigation-wrapper .button .text,
    #arenda .section.section-2 .navigation-wrapper .button .close,
    #arenda .section.section-2 .navigation-container .client-name {
        font-size: 16px;
        line-height: 20px;
    }

    #arenda .section.section-2 .navigation-wrapper .button,
    #arenda .section.section-2 .navigation-container{
        padding: 16px;
        border-radius: 16px;
    }

    #arenda .section.section-2 .container {
        padding-top: 16px;
    }

    #arenda .section.section-2 .d-flex-block .image-block {
        width: 358px;
        height: 283px;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container {
        padding: 60px;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container {
        padding: 76px 16px 16px 16px;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards {
        max-height: calc(100vh - 176px);
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .header-cards .btn-close {
        flex-shrink: 0;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item {
        border-radius: 16px;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards {
        border-radius: 14px;
    }

    #arenda .section.section-3 .d-flex-block .d-flex-row .ul-orange {
        font-size: 16px;
        line-height: 20px;
        gap: 10px;
    }

    #arenda .section.section-3 .d-flex-block > .d-flex-row > div:last-child .d-flex-row {
        gap: 10px;
        flex-direction: column;
    }

    #arenda .section.section-3 .d-flex-block > .d-flex-row > div:last-child .d-flex-row > div {
        width: 100%;
    }

    #arenda .section.section-3 .d-flex-block > .d-flex-row > div:last-child .image {
        height: 200px;
    }

    #arenda .section.section-3 .d-flex-block > .d-flex-row > div:last-child .image img {
        border-radius: 16px;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(1) {
        width: 75%;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(2) {
        width: 95%;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(3) {
        width: 60%;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(4) {
        width: 90%;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(5) {
        width: 75%;
    }

    #arenda .section.section-4 .block-items .item:nth-child(2) .title,
    #arenda .section.section-4 .block-items .item:nth-child(5) .title {
        font-size: 36px;
        line-height: 40px;
    }

    #arenda .section.section-4 .block-items .item:nth-child(2) .title span,
    #arenda .section.section-4 .block-items .item:nth-child(5) .title span:not(.sub){
        font-size: 16px;
        line-height: 20px;
    }

    #arenda .section.section-4 .block-items .item:nth-child(3) .icon {
        width: 48px;
        height: 48px;
    }

    #arenda .section.section-4 .block-items .item:nth-child(3) .icon svg {
        width: 20px;
        height: 39px;
    }

    #arenda .section.section-4 .block-items .item:nth-child(5) .title .sub {
        font-size: 14px;
        line-height: 18px;
    }

    #original-spareparts .section.section-3 .d-flex-row.form .white-background {
        padding: 16px 16px 8px;
    }

    #original-spareparts .section.section-3 .d-flex-row .block-text .ul {
        font-size: 16px;
        line-height: 20px;
    }

    #original-spareparts .section.section-3 .d-flex-row .block-text .note {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 430px) {

    #modernization-equipment .section.section-3 .photo__wrapper .block-photos .item .svg-original > path:not(.path-opacity) {
        stroke-width: 6px;
    }

    #modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item .svg-original > path:not(.path-opacity),
    #modernization-equipment .section.section-3 .block-photo__3 .photo__wrapper .block-photos .item .svg-original > path:not(.path-opacity) {
        stroke-width: 4px;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-1 .text-plates {
        bottom: -1%;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item-container.item-container-2 .text-plates {
        top: -12%;
        right: 50%;
    }

    #modernization-equipment .section.section-3 .block-photo__1 .photo__wrapper .block-photos .item .svg-original {
        top: -2px;
        left: -1px;
        height: 102%;
        width: 101%;
    }

    #modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container.item-container-2 .text-hover {
        top: -15%;
    }

    #test-drive .section.section-4 .block-text-button .text {
        max-width: 294px;
    }

    #test-drive .section.section-4 .block-text-button .btn-link-orange {
        width: 100%;
        justify-content: center;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item img.image {
        height: 190px;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item.empty .image {
        height: 190px;
        margin-bottom: 54px;
        display: none;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item.empty {
        padding: 24px 16px;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item.empty .characteristics .parameters {
        font-size: 16px;
        line-height: 20px;
    }

    #arenda .section.section-2 .side-cards__wrapper .side-cards__container .body-cards .body-container .item.empty .characteristics > .name {
        font-size: 20px;
        line-height: 24px;
    }

    #arenda .section.section-2 .d-flex-block .image-block,
    #arenda .section.section-2 .navigation-wrapper,
    #arenda .section.section-2 .navigation-wrapper .button{
        width: 100%;
    }

    #arenda .section.section-4.animate .block-items .item:nth-child(2) {
        width: 97%;
    }
}

@media (max-width: 400px) {
    #original-spareparts .section.section-3 .cards__wrapper .buttons-collapse .card-container .mobile-docs .mobile-docs-item .wrapper .item-doc .image {
        width: 100%;
        flex-shrink: unset;
    }
}

@media (max-width: 390px) {
    #modernization-equipment .section.section-3 .block-photo__2 .photo__wrapper .block-photos .item-container.item-container-2 .text-plates .text {
        min-width: 215px;
    }

    #arenda .section.section-2 .d-flex-block .image-block {
        height: 264px;
    }
}