#useful-information .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background1.jpg) no-repeat center 65%;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#article .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background2.jpg) no-repeat center;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#garage-systems .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background3.jpg) no-repeat center 30%;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#payment-methods .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background4.jpg) no-repeat center 65%;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#warranty .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background5.jpg) no-repeat center 90%;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#news .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background6.jpg) no-repeat center 43%;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#about .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background7.jpg) no-repeat center 19%;
    background-size: cover;
    height: 600px;
    padding-bottom: 32px;
}

.section {
    z-index: 1;
    position: relative;
}

.n-sticky {
    position: fixed;
    top: 60%;
    right: 5%;
    z-index: 0;
    opacity: .7;
}

#about .n-sticky {
    top: 20%;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
}

#useful-information .section.section-1 .breadcrumbs,
#article .section.section-1 .breadcrumbs,
#garage-systems .section.section-1 .breadcrumbs,
#payment-methods .section.section-1 .breadcrumbs,
#warranty .section.section-1 .breadcrumbs,
#news .section.section-1 .breadcrumbs,
.garage-article  .section.section-1 .breadcrumbs,
#about .section.section-1 .breadcrumbs,
#single-news .section.section-1 .breadcrumbs {
    margin: auto auto 0 0;
}

#useful-information .section.section-1 .section-title,
#article .section.section-1 .section-title,
#garage-systems .section.section-1 .section-title,
#payment-methods .section.section-1 .section-title,
#warranty .section.section-1 .section-title,
#news .section.section-1 .section-title,
.garage-article .section.section-1 .section-title,
#about .section.section-1 .section-title,
#single-news .section.section-1 .section-title {
    color: #fff;
    max-width: 745px;
}

#article .section.section-1 .section-title,
#single-news .section.section-1 .section-title {
    max-width: 884px;
}

#garage-systems .section.section-1 .section-title,
.garage-article .section.section-1 .section-title {
    max-width: 1090px;
}

#useful-information .section.section-1 .container,
#article .section.section-1 .container,
#garage-systems .section.section-1 .container,
#payment-methods .section.section-1 .container,
#warranty .section.section-1 .container,
#news .section.section-1 .container,
.garage-article .section.section-1 .container,
#about .section.section-1 .container,
#single-news .section.section-1 .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#useful-information .section.section-2,
#article .section.section-2,
#garage-systems .section.section-2,
#payment-methods .section.section-2,
#news .section.section-2,
#about .section.section-2 {
    padding: 100px 0;
}

#useful-information .section.section-2 .section-sub-title,
#garage-systems .section.section-2 .section-sub-title,
#news .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;
}

#useful-information .section.section-2 .section-title,
#garage-systems .section.section-2 .section-title,
#news .section.section-2 .section-title {
    margin-bottom: 60px;
}

#useful-information .section.section-2 .articles,
#garage-systems .section.section-2 .cards,
#news .section.section-2 .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#useful-information .section.section-2 .articles .item,
#garage-systems .section.section-2 .cards .item,
#news .section.section-2 .cards .item {
    border-radius: 20px;
    padding: 28px;
    width: calc(100% / 3 - 20px + 20px / 3);
    box-shadow: 4px 4px 12px 0px #20202014;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .3s ease-out;
}

#useful-information .section.section-2 .articles .item > div:last-child,
#garage-systems .section.section-2 .cards .item > div:last-child,
#news .section.section-2 .cards .item > div:last-child {
    display: flex;
    flex-direction: column;
}

#garage-systems .section.section-2 .cards .item {
    width: calc(100% / 4 - 20px + 20px / 4);
}

#useful-information .section.section-2 .articles .item .date,
#news .section.section-2 .cards .item .date {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ACACAC;
    margin-bottom: 16px;
}

#useful-information .section.section-2 .articles .item .name,
#garage-systems .section.section-2 .cards .item .name,
#news .section.section-2 .cards .item .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #404040;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#useful-information .section.section-2 .articles .item .name,
#news .section.section-2 .cards .item .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
}

#useful-information .section.section-2 .articles .item .image,
#news .section.section-2 .cards .item .image,
#garage-systems .section.section-2 .cards .item .image {
    width: 100%;
    height: 268px;
    margin-bottom: 16px;
    overflow: hidden;
}

#garage-systems .section.section-2 .cards .item .image {
    height: 220px;
}

#useful-information .section.section-2 .articles .item .image img,
#garage-systems .section.section-2 .cards .item .image img,
#news .section.section-2 .cards .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease-out;
    transform: scale(1);
}

#useful-information .section.section-2 .articles .item .preview-text,
#garage-systems .section.section-2 .cards .item .preview-text,
#news .section.section-2 .cards .item .preview-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #404040;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5; /* Number of lines */
    line-clamp: 5; /* Standard */
    text-overflow: ellipsis; /* Optional: добавляет многоточие */
    position: relative;
    height: 120px;
}

#useful-information .section.section-2 .articles .item .preview-text:before,
#garage-systems .section.section-2 .cards .item .preview-text:before,
#news .section.section-2 .cards .item .preview-text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    bottom: 0;
    left: 0;
    z-index: 2;
}

#useful-information .section.section-2 .articles .item .btn-link,
#garage-systems .section.section-2 .cards .item .btn-link,
#news .section.section-2 .cards .item .btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #404040;
    padding: 16px 20px;
    outline: 1px solid #D2D2D2;
    outline-offset: -1px;
    border-radius: 12px;
    transition: .3s ease-out;
    margin: 0 0 0 auto;
}

#useful-information .section.section-2 .articles .item .btn-link .icon,
#garage-systems .section.section-2 .cards .item .btn-link .icon,
#news .section.section-2 .cards .item .btn-link .icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#useful-information .section.section-2 .articles .item .btn-link svg path,
#garage-systems .section.section-2 .cards .item .btn-link svg path,
#news .section.section-2 .cards .item .btn-link svg path {
    transition: .3s ease-out;
}

#useful-information .section.section-3,
#article .section.section-3,
#garage-systems .section.section-3,
#delivery .section.section-3,
#news .section.section-3 {
    padding: 200px 0;
}

#article .section.section-2 .d-flex-block {
    display: flex;
    flex-direction: column;
    gap: 100px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#article .section.section-2 .d-flex-row {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}

#article .section.section-2 .d-flex-row > div {
    width: calc(100% / 2 - 20px / 2);
}

#article .section.section-2 .d-flex-row.first {
    row-gap: 0;
}

#article .section.section-2 .d-flex-row.first .date {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ACACAC;
    margin-bottom: 20px;
}

#article .section.section-2 .d-flex-block .text {
    margin-bottom: 16px;
}

#article .section.section-2 .d-flex-block .title-block {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 36px;
}

#article .section.section-2 .d-flex-block .ul-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #404040;
    margin-bottom: 8px;
}

#article .section.section-2 .d-flex-block .ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#article .section.section-2 .d-flex-block .ul-block {
    margin-bottom: 16px;
}

#article .section.section-2 .d-flex-block .ul-block:last-child {
    margin-bottom: 0;
}

#article .section.section-2 .d-flex-block .ul .li {
    padding-left: 12px;
    position: relative;
}

#article .section.section-2 .d-flex-block .ul .li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #767676;
    transform: translateY(-50%);
}

#article .section.section-2 .d-flex-block .text:last-child {
    margin-bottom: 0;
}

#article .section.section-2 .d-flex-row.four,
#article .section.section-2 .d-flex-row.last {
    row-gap: 0;
    align-items: flex-start;
}

#article .section.section-2 .d-flex-row.last .title-block {
    width: 100%;
}

#article .section.section-2 .d-flex-row.four .text-block.w100 {
    width: 100%;
    margin-bottom: 16px;
}

#article .section.section-2 .d-flex-row.four .text-block.w100 > div {
    width: calc(100% / 2 - 20px / 2);
}

#article .section.section-2 .d-flex-row .image {
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

#article .section.section-2 .d-flex-row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#article .section.section-2 .d-flex-row.first .image {
    height: 428px;
}

#article .section.section-2 .d-flex-row.two .image {
    height: 486px;
}

#article .section.section-2 .d-flex-row.three .image {
    height: 422px;
}

#article .section.section-2 .d-flex-block .ul-block.orange .ul {
    gap: 16px;
}

#article .section.section-2 .d-flex-block .ul-block.orange .ul .li {
    padding: 0;
}

#article .section.section-2 .d-flex-block .ul-block.orange .ul .li:before {
    content: none;
}

#article .section.section-2 .d-flex-block .ul-block.orange span {
    display: flex;
    margin-bottom: 4px;
    padding-left: 16px;
    position: relative;
    color: #404040;
    font-weight: 700;
}

#article .section.section-2 .d-flex-block .ul-block.orange span:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #FD5000;
}

#payment-methods .section .d-flex-block {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

#payment-methods .section .d-flex-row {
    display: flex;
    gap: 20px;
}

#payment-methods .section .d-flex-row > div {
    width: calc(100% / 2 - 20px / 2);
}

#payment-methods .section .d-flex-row .section-title {
    font-size: 36px;
    line-height: 40px;
}

#payment-methods .section .d-flex-row .text,
#payment-methods .section .d-flex-row .ul-block{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 8px;
}

#payment-methods .section .d-flex-row .text span {
    color: #404040;
    font-weight: 700;
}

#payment-methods .section .d-flex-row .text:last-child {
    margin-bottom: 0;
}

#payment-methods .section .d-flex-row .ul-block {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 0;
    max-width: 531px;
}

#payment-methods .section .d-flex-row .ul-block .li {
    position: relative;
    padding-left: 12px;
}

#payment-methods .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;
}

#payment-methods .section .d-flex-row .btn-link {
    padding: 16px 32px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #4C4C4C;
    border-radius: 12px;
    border: 1px solid #D2D2D2;
    transition: .3s ease-out;
    display: inline-block;
    margin-top: 16px;
}

#payment-methods .section.section-3.gray-block {
    padding: 100px 0;
    background: linear-gradient(180deg, #202020 0%, #404040 103.06%);
    position: relative;
    overflow: hidden;
}

#payment-methods .section.section-3.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;
}

#payment-methods .section.section-3.gray-block > * {
    position: relative;
    z-index: 2;
}

#payment-methods .section.section-3.gray-block .section-title {
    max-width: 810px;
    color: #fff;
    margin-bottom: 60px;
}

#payment-methods .section.section-3.gray-block .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#payment-methods .section.section-3.gray-block .cards .item {
    min-height: 220px;
    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: 32px 16px 16px 16px;
}

#payment-methods .section.section-3.gray-block .cards .item:nth-child(2) {
    background: transparent;
    backdrop-filter: none;
    opacity: 0;
}

#payment-methods .section.section-3.gray-block .cards .item .line {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #FD5000;
    margin-bottom: 32px;
}

#payment-methods .section.section-3.gray-block .cards .item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #F3F3F3;
    margin-bottom: 16px;
}

#payment-methods .section.section-3.gray-block .cards .item .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ACACAC;
}

#payment-methods .section.section-4 {
    padding: 100px 0;
    overflow: hidden;
}

#payment-methods .section.section-4 .d-flex-row:first-child .section-title {
    margin-bottom: 36px;
}

#payment-methods .section.section-4 .d-flex-row:last-child .section-title {
    margin-bottom: 24px;
    max-width: 564px;
}

#payment-methods .section.section-4 .d-flex-row:last-child > div {
    max-width: 670px;
}

#payment-methods .section.section-4 .d-flex-row:first-child > div:last-child {
    position: relative;
}

#payment-methods .section.section-4 .d-flex-row:first-child .image-block {
    position: absolute;
    min-height: 216px;
    width: 1028px;
    right: 0;
    top: 0;
}

#payment-methods .section.section-4 .d-flex-row:first-child .image-block img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#payment-methods .section.section-4 .d-flex-block {
    gap: 192px;
}

#payment-methods .section.section-5 {
    padding: 200px 0;
}

#warranty .section.section-2 {
    padding: 100px 0 200px 0;
}

#warranty .section .d-flex-block {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

#warranty .section .d-flex-row {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

#warranty .section .d-flex-row > div {
    width: calc(100% / 2 - 20px / 2);
}

#warranty .section .d-flex-row .section-title {
    font-size: 36px;
    line-height: 40px;
}

#warranty .section .d-flex-row .text,
#warranty .section .d-flex-row .ul-block,
#warranty .section .d-flex-row .sub-title{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#warranty .section .d-flex-row .sub-title {
    color: #4C4C4C;
    margin-top: 12px;
}

#warranty .section .d-flex-row.row-5 .sub-title {
    max-width: 532px;
}

#warranty .section.section-2 .d-flex-row:first-child .text {
    margin-top: 12px;
    max-width: 664px;
}

#warranty .section .d-flex-row .ul-block {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 36px;
}

#warranty .section .d-flex-row.row-4 .ul-block {
    margin-top: 0;
}

#warranty .section .d-flex-row .ul-block span {
    font-weight: 700;
    color: #404040;
}

#warranty .section .d-flex-row .ul-block .ul-title {
    margin-bottom: 6px;
    font-weight: 700;
    color: #404040;
}

#warranty .section .d-flex-row .ul-block .li {
    position: relative;
    padding-left: 12px;
}

#warranty .section .d-flex-row .ul-block .li:last-child {
    max-width: 702px;
}

#warranty .section .d-flex-row.row-4 .ul-block .li:last-child {
    max-width: none;
}

#warranty .section .d-flex-row .ul-block .li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #767676;
}

#warranty .section .d-flex-row .image-block {
    width: 100%;
    display: flex;
}

#warranty .section .d-flex-row .image-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    min-height: 420px;
}

#warranty .section.section-2 .d-flex-row.cards-wrapper > div {
    width: 100%;
}

#warranty .section.section-2 .d-flex-row.cards-wrapper .text {
    margin-top: 12px;
}

#warranty .section.section-2 .d-flex-row.cards-wrapper .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 36px;
}

#warranty .section.section-2 .d-flex-row.cards-wrapper .cards .item {
    width: calc(100% / 4 - 20px + 20px / 4);
    border-radius: 20px;
    padding: 32px 16px 16px 16px;
    background: #E5E5E580;
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
}

#warranty .section.section-2 .d-flex-row.cards-wrapper .cards .item .line {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #FD5000;
}

#warranty .section.section-2 .d-flex-row.cards-wrapper .cards .item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #404040;
}

#warranty .section .d-flex-row.row-5 {
    margin-top: 140px;
}

#warranty .section .d-flex-row.row-5 > div:last-child {
    position: relative;
    min-height: 212px;
}

#warranty .section .d-flex-row.row-5 > div:last-child .image-block {
    position: absolute;
    top: 40%;
    right: 0;
    transform: translateY(-50%);
}

#warranty .section.section-3,
#about .section.section-9,
#useful-article-2374 .section.section-3,
#useful-article-2390 .section.section-3,
#useful-article-2401 .section.section-3,
#useful-article-2403 .section.section-3,
#useful-article-2524 .section.section-3,
#useful-article-2526 .section.section-3,
#single-news .section.section-3,
.garage-article .section.section-3 {
    padding: 200px 0;
}

#about .section.section-9 {
    margin-bottom: 16px;
}

#warranty #consultation-block {
    background: url(/wp-content/themes/noblelift/img/background-section-warranty.jpg) no-repeat center;
    background-size: cover;
}

#our-clients .section.section-1 {
    padding: 230px 0 100px 0;
    background: linear-gradient(180deg, #202020 10.7%, #404040 103.06%);
    position: relative;
    overflow: hidden;
}

#our-clients .section.section-1 .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;
}

#our-clients .section.section-1 .container {
    z-index: 1;
    position: relative;
}

#our-clients .section.section-1 .d-flex-block {
    display: flex;
    gap: 80px;
}

#our-clients .section.section-1 .d-flex-block > div:first-child {
    width: 335px;
    flex-shrink: 0;
}

#our-clients .section.section-1 .d-flex-block > div:last-child {
    width: 100%;
}

#our-clients .section.section-1 .breadcrumbs {
    margin-bottom: 16px;
}

#our-clients .section.section-1 .section-title {
    color: #F3F3F3;
    margin-bottom: 32px;
}

#our-clients .section.section-1 .navigation-wrapper {
    margin-bottom: 234px;
}

#our-clients .section.section-1 .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;
}

#our-clients .section.section-1 .navigation-wrapper .button .arrow {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-out;
}

#our-clients .section.section-1 .navigation-wrapper .button.open .arrow {
    transform: rotate(180deg);
}

#our-clients .section.section-1 .navigation-wrapper .button .close {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ACACAC;
    display: none;
}

#our-clients .section.section-1 .navigation-wrapper .button.open .close {
    display: block;
}

#our-clients .section.section-1 .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;
}

#our-clients .section.section-1 .navigation-wrapper .button.open .text {
    display: none;
}

#our-clients .section.section-1 .navigation-wrapper .button .text svg {
    flex-shrink: 0;
}

#our-clients .section.section-1 .navigation-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: #40404099;
    backdrop-filter: blur(38px);
    min-height: 548px;
}

#our-clients .section.section-1 .navigation-container .client-name {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
    position: relative;
    cursor: pointer;
    transition: color .3s ease-out;
}

#our-clients .section.section-1 .navigation-container .client-name.active {
    padding: 12px 0 12px 32px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
}

#our-clients .section.section-1 .navigation-container .client-name svg {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    transition: .3s ease-out;
}

#our-clients .section.section-1 .navigation-container .client-name.active svg {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

#our-clients .section.section-1 .clients-wrapper .banner-text__container {
    padding: 24px;
    margin-top: 20px;

    border: 1px solid #4C4C4C;
    background: linear-gradient(180deg, rgba(40, 40, 40, 0.1) 0%, rgba(255, 255, 255, 0.1) 182.13%);
    backdrop-filter: blur(4px);
    border-radius: 20px;

    position: relative;
    overflow: hidden;
}

#our-clients .section.section-1 .clients-wrapper .banner-text__container .text {
    max-width: 603px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #ACACAC;

    z-index: 1;
    position: relative;
}

#our-clients .section.section-1 .clients-wrapper .banner-text__container .text span {
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
}

#our-clients .section.section-1 .clients-wrapper .banner-text__container img {
    position: absolute;
    top: 80%;
    right: 20px;
    transform: translateY(-50%);
}

#our-clients .section.section-1 .clients-wrapper .clients-container {
    display: none;
    flex-wrap: wrap;
    gap: 20px;
    overflow: auto;
    scrollbar-gutter: stable; /* Резервирует место под скроллбар */
    scroll-behavior: smooth;
}

/* Chrome, Edge, Safari */
#our-clients .section.section-1 .clients-wrapper .clients-container::-webkit-scrollbar {
    width: 8px;
}

#our-clients .section.section-1 .clients-wrapper .clients-container::-webkit-scrollbar-track {
    background: transparent;
}

#our-clients .section.section-1 .clients-wrapper .clients-container::-webkit-scrollbar-thumb {
    background: #4C4C4C;
    border-radius: 6px;
}

#our-clients .section.section-1 .clients-wrapper .clients-container.active {
    display: flex;
}

#our-clients .section.section-1 .clients-wrapper .clients-container .item {
    width: calc(100% / 3 - 20px + 20px / 3);
    height: 246px;
    background: linear-gradient(180deg, rgba(40, 40, 40, 0.1) 0%, rgba(255, 255, 255, 0.1) 182.13%);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    border: 1px solid #4C4C4C;
    padding: 16px;
}

#our-clients .section.section-1 .clients-wrapper .clients-container .item .image {
    border-radius: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#our-clients .section.section-1 .clients-wrapper .clients-container .item .image img {
    width: 242px;
    height: 108px;
    object-fit: contain;
}

#delivery .section.section-1 {
    padding: 40px;
}

#delivery .section.section-1 > .breadcrumbs {
    display: none;
}

#delivery .section.section-1 .container {
    padding: 190px 20px 80px 20px;
    position: relative;
}

#delivery .section.section-1 .sub-title {
    padding: 4px 20px 20px 20px;
    border-left: 1px solid #FD5000;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FD5000;
}

#delivery .section.section-1 .d-flex-block {
    display: flex;
    gap: 60px;
    margin-top: 360px;
    position: relative;
}

#delivery .section.section-1 .d-flex-block .block-title {
    max-width: 672px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ACACAC;
}

#delivery .section.section-1 .d-flex-block .block-title .breadcrumbs {
    margin-bottom: 16px;
}

#delivery .section.section-1 .d-flex-block .block-title .section-title {
    max-width: 533px;
    margin-bottom: 20px;
    color: #F3F3F3;
}

#delivery .section.section-1 .d-flex-block .block-title .sub-text-title {
    margin-bottom: 20px;
}

#delivery .section.section-1 .d-flex-block .block-title .text span{
    display: block;
    color: #F3F3F3;
    margin-bottom: 8px;
}

#delivery .section.section-1 .d-flex-block .block-map {
    width: 840px;
    height: 703px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#delivery .section.section-1 .map .dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#delivery .section.section-1 .map .dots .dot-map {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #595959;
    position: absolute;
    flex-shrink: 0;
    cursor: pointer;
    z-index: 4;
    transition: .8s ease-out;
}

#delivery .section.section-1 .map .dots .dot-map:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #595959;
    opacity: 1;
    animation: dot_scale 1.5s linear infinite;
    transition: .8s ease-out;
}

#delivery .section.section-1 .map .dots .dot-map:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

#delivery .section.section-1 .map .dots .dot-map.active {
    background: #FD5000E0;
}

#delivery .section.section-1 .map .dots .dot-map.active:before {
    border-color: #FD5000E0;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(1) {
    top: 14%;
    right: 40%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(2) {
    top: 17%;
    right: 28%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(3) {
    top: 25%;
    right: 54%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(4) {
    top: 34%;
    right: 60%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(5) {
    top: 41%;
    right: 46%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(6) {
    top: 42%;
    right: 25%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(7) {
    top: 48%;
    right: 51%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(8) {
    top: 51%;
    right: 87%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(9) {
    top: 52%;
    right: 77%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(10) {
    top: 57%;
    right: 36%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(11) {
    top: 53%;
    right: 12%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(12) {
    top: 63%;
    right: 68%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(13) {
    top: 68%;
    right: 51%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(14) {
    top: 64%;
    right: 42%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(15) {
    top: 75%;
    right: 33%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(16) {
    top: 73%;
    right: 17%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(17) {
    top: 81%;
    right: 92%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(18) {
    top: 79%;
    right: 83%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(19) {
    top: 76%;
    right: 71%;
}

#delivery .section.section-1 .map .dots .dot-map:nth-child(20) {
    top: 85%;
    right: 38%;
}

#delivery .section.section-2 {
    padding: 100px 0;
    background: #F3F3F3;
}

#delivery .section.section-2 .d-flex-block {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

#delivery .section.section-2 .d-flex-row {
    display: flex;
    gap: 20px;
}

#delivery .section.section-2 .d-flex-row > div {
    width: calc(100% / 2 - 20px / 2);
}

#delivery .section.section-2 .d-flex-row .section-title {
    font-size: 36px;
    line-height: 40px;
}

#delivery .section.section-2 .d-flex-row:nth-child(1) .section-title {
    margin-bottom: 36px;
}

#delivery .section.section-2 .d-flex-row:nth-child(2) .section-title {
    margin-bottom: 12px;
}

#delivery .section.section-2 .d-flex-row:nth-child(3) .section-title {
    margin-bottom: 24px;
}

#delivery .section.section-2 .d-flex-row .ul-orange,
#delivery .section.section-2 .d-flex-row .text,
#delivery .section.section-2 .d-flex-row .ul {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#delivery .section.section-2 .d-flex-row .text span {
    color: #4C4C4C;
}

#delivery .section.section-2 .d-flex-row:nth-child(3) .text {
    max-width: 670px;
}

#delivery .section.section-2 .d-flex-row .ul-orange {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#delivery .section.section-2 .d-flex-row .ul-orange .li {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#delivery .section.section-2 .d-flex-row .ul-orange .li-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #404040;
    font-weight: 700;
}

#delivery .section.section-2 .d-flex-row .ul-orange .li-title span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FD5000;
}

#delivery .section.section-2 .d-flex-row .ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 36px;
}

#delivery .section.section-2 .d-flex-row .ul .li {
    position: relative;
    padding-left: 12px;
}

#delivery .section.section-2 .d-flex-row .ul .li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #767676;
}

#delivery .section.section-2 .d-flex-row .btn-link {
    padding: 16px 32px;
    border-radius: 12px;
    display: inline-block;
    margin-top: 24px;
    border: 1px solid #D2D2D2;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #4C4C4C;
    transition: .3s ease-out;
}

#delivery .section.section-2 .d-flex-row:nth-child(2) > div:last-child {
    position: relative;
}

#delivery .section.section-2 .d-flex-row:nth-child(2) > div:last-child .image {
    position: absolute;
    width: 742px;
    height: auto;
    right: 0;
    top: -50px;
}

#delivery .section.section-2 .d-flex-row:nth-child(2) > div:last-child .image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#about .section.section-2 .block-text {
    width: calc(100% / 12 * 5 - 20px + 20px / 12 * 5);
}

#about .section.section-2 .section-title {
    margin-bottom: 36px;
}

#about .section.section-2 .block-text .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#about .section.section-2 .block-images {
    width: calc(100% / 12 * 7 - 20px + 20px / 12 * 7);
    margin: -130px 0 100px auto;
    position: relative;
}

#about .section.section-2 .block-images .text {
    position: absolute;
    width: 257px;
    left: -277px;
    bottom: 0;
    
    display: flex;
    flex-direction: column;
    gap: 8px;

    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4C4C4C;
}

#about .section.section-2 .block-images .text svg {
    flex-shrink: 0;
}

#about .section.section-2 .block-images .images {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

#about .section.section-2 .block-images .images img:first-child {
    width: calc(100% / 7 * 4 - 20px / 7 * 4);
    height: auto;
}

#about .section.section-2 .block-images .images img:last-child {
    width: calc(100% / 7 * 3 - 20px / 7 * 3);
    height: auto;
    position: sticky;
    margin-top: 60px;
    top: 120px;
}

#about .section.section-2 .block-text_wrapper {
    display: flex;
    gap: 20px;
}

#about .section.section-2 .block-text_wrapper .section-title {
    width: calc(100% / 12 * 5 - 20px + 20px / 12 * 5);
    margin: 0;
}

#about .section.section-2 .block-text_wrapper .block-text {
    width: calc(100% / 12 * 7 - 20px + 20px / 12 * 7);
    max-width: none;
    margin-top: 100px;

    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#about .section.section-2 .block-text_wrapper .block-text .ul-title {
    color: #404040;
}

#about .section.section-2 .block-text_wrapper .block-text .ul {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 8px;
}

#about .section.section-2 .block-text_wrapper .block-text .ul .li {
    position: relative;
    padding-left: 12px;
}

#about .section.section-2 .block-text_wrapper .block-text .ul .li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);

    border-radius: 50%;
    background: #767676;
}

#about .section.section-2 .block-text_wrapper .block-text .sub-text {
    display: flex;
    align-items: center;
    gap: 8px;

    font-size: 16px;
    line-height: 20px;
    color: #4C4C4C;
    max-width: 670px;
}

#about .section.section-2 .block-text_wrapper .block-text .sub-text svg {
    flex-shrink: 0;
}

#about .section.section-3 {
    padding: 40px;
    background: #202020;
    overflow: hidden;
}

#about .section.section-3 .container {
    padding-top: 70px;
    padding-bottom: 70px;
}

#about .section.section-3 .image__wrapper {
    display: flex;
    justify-content: center;
    width: 672px;
    position: relative;
    margin: 0 auto 164px auto;
}

#about .section.section-3 .image__container {
    width: 672px;
    height: 672px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

#about .section.section-3 .image__container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
    z-index: 1;
}

#about .section.section-3 .image__container img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about .section.section-3 .image__wrapper .text-blocks .item {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    opacity: 0;
    transition: opacity .2s .2s ease-out;
}

#about .section.section-3.animate .image__wrapper .text-blocks .item {
    opacity: 1;
}

#about .section.section-3 .image__wrapper .text-blocks .item .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: transparent;

    width: 32px;
    height: 48px;

    box-shadow: 4px 4px 12px 0px #0000001F;
    padding: 12px 16px;
    background: #40404080;
    backdrop-filter: blur(3px);
    border-radius: 8px;

    white-space: nowrap;
    cursor: default;
    transition: .8s ease-out, width .8s .4s ease-out, height .8s .4s ease-out, color .8s 1.1s ease-out;
}

#about .section.section-3.animate .image__wrapper .text-blocks .item .text {
    color: #fff;
    width: 100%;
    height: auto;
}

#about .section.section-3 .image__wrapper .text-blocks .item .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #40404080;
    position: relative;
    transition: .8s ease-out;
    flex-shrink: 0;
}

#about .section.section-3 .image__wrapper .text-blocks .item .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 #40404080;
    opacity: 1;
    animation: dot_scale 1.5s linear infinite;
    transition: .8s ease-out;
}

#about .section.section-3 .image__wrapper .text-blocks .item .circle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

#about .section.section-3 .image__wrapper .text-blocks:first-child .item {
    justify-content: flex-end;
    position: absolute;
    z-index: 1;
}

#about .section.section-3 .image__wrapper .text-blocks:first-child .item:nth-child(1) {
    right: 90%;
    top: 6%;
}

#about .section.section-3 .image__wrapper .text-blocks:first-child .item:nth-child(2) {
    right: 109%;
    top: 27%;
}

#about .section.section-3 .image__wrapper .text-blocks:first-child .item:nth-child(3) {
    right: 111%;
    top: 51%;
}

#about .section.section-3 .image__wrapper .text-blocks:first-child .item:nth-child(4) {
    right: 101%;
    top: 76%;
}

#about .section.section-3 .image__wrapper .text-blocks:first-child .item:nth-child(5) {
    right: 74%;
    top: 98%;
}

#about .section.section-3 .image__wrapper .text-blocks:first-child .item:nth-child(5) .text {
    transition: .8s ease-out, white-space .8s .4s ease-out, width .8s .4s ease-out, height .8s .4s ease-out, color .8s 1.1s ease-out;
}

#about .section.section-3.animate .image__wrapper .text-blocks:first-child .item:nth-child(5) .text {
    width: 287px;
    height: 72px;
    white-space: normal;
}

#about .section.section-3 .image__wrapper .text-blocks:last-child .item {
    justify-content: flex-start;
    position: absolute;
    z-index: 1;
}

#about .section.section-3 .image__wrapper .text-blocks:last-child .item:nth-child(1) {
    left: 85%;
    top: 4%;
}

#about .section.section-3 .image__wrapper .text-blocks:last-child .item:nth-child(2) {
    left: 109%;
    top: 40%;
}

#about .section.section-3 .image__wrapper .text-blocks:last-child .item:nth-child(3) {
    left: 104%;
    top: 69%;
}

#about .section.section-3 .image__wrapper .text-blocks:last-child .item:nth-child(4) {
    left: 78%;
    top: 98%;
}

#about .section.section-3 .section-title {
    color: #ffffff;
    text-align: center;
    max-width: 962px;
    margin: 0 auto 20px auto;
}

#about .section.section-3 .section-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #767676;
    max-width: 962px;
    margin: 0 auto;
}

#about .section.section-7 {
    padding: 100px 0;
}

#about .section.section-7 .section-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 36px;
}

#about .section.section-7 .block__wrapper {
    display: flex;
    gap: 20px;
}

#about .section.section-7 .block__wrapper .images-block {
    width: calc(100% / 12 * 7 - 20px + 20px / 12 * 7);
    display: flex;
    gap: 20px;
}

#about .section.section-7 .block__wrapper .images-block .image:first-child {
    width: calc(100% / 7 * 2 - 20px + 20px / 7 * 2);

}

#about .section.section-7 .block__wrapper .images-block .image:first-child > div {
    position: sticky;
    top: 120px;
    margin-top: 240px;
    display: flex;
    flex-direction: column;
}

#about .section.section-7 .block__wrapper .images-block .image:last-child {
    width: calc(100% / 7 * 5 - 20px + 20px / 7 * 5);
}

#about .section.section-7 .block__wrapper .images-block .image img {
    width: 100%;
    height: auto;
}

#about .section.section-7 .block__wrapper .images-block .image:first-child .text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;

    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4C4C4C;
}

#about .section.section-7 .block__wrapper .images-block .image:first-child .text svg {
    flex-shrink: 0;
}

#about .section.section-7 .block__wrapper .text-block {
    width: calc(100% / 12 * 5 - 20px + 20px / 12 * 5);
}

#about .section.section-7 .block__wrapper .text-block > div {
    position: sticky;
    top: 120px;
}

#about .section.section-7 .block__wrapper .text-block .text {
    max-width: 460px;
}

#about .section.section-7 .block__wrapper .text-block .text,
#about .section.section-7 .block__wrapper .text-block .ul {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #4C4C4C;
}

#about .section.section-7 .block__wrapper .text-block .ul {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #767676;
}

#about .section.section-7 .block__wrapper .text-block .ul .li {
    position: relative;
    padding-left: 12px;
}

#about .section.section-7 .block__wrapper .text-block .ul .li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);

    border-radius: 50%;
    background: #767676;
}

#about .section.section-8 {
    padding: 4px 0 210px;
    overflow: hidden;
    position: relative;
}

#about .section.section-8 img.logo-back {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    max-width: 1920px;
    width: 100%;
    height: auto;
}

#about .section.section-8 .container {
    position: relative;
    z-index: 1;
}

#about .section.section-8 .block__wrapper {
    display: flex;
    gap: 20px;
}

#about .section.section-8 .block__wrapper:first-child,
#about .section.section-8 .block__wrapper:nth-child(2){
    margin-bottom: 100px;
}

#about .section.section-8 .block__wrapper:first-child .text-block:first-child,
#about .section.section-8 .block__wrapper:nth-child(2) .text-block:first-child,
#about .section.section-8 .block__wrapper:nth-child(3) .title-block{
    width: calc(100% / 12 * 7 - 20px + 20px / 12 * 7);
}

#about .section.section-8 .block__wrapper:first-child .text-block:last-child,
#about .section.section-8 .block__wrapper:nth-child(2) .image-block,
#about .section.section-8 .block__wrapper:nth-child(3) .image-block {
    width: calc(100% / 12 * 5 - 20px + 20px / 12 * 5);
}

#about .section.section-8 .block__wrapper:first-child .text-block:first-child .text {
    max-width: 672px;
}

#about .section.section-8 .block__wrapper:nth-child(2) .text-block:first-child .text {
    max-width: 666px;
}

#about .section.section-8 .block__wrapper .text-block .section-title {
    margin-bottom: 36px;
}

#about .section.section-8 .block__wrapper .text-block .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 16px;
}

#about .section.section-8 .block__wrapper .text-block .text:last-child {
    margin-bottom: 0;
}

#about .section.section-8 .block__wrapper:nth-child(2) .image-block img {
    height: 176px;
    width: auto;
    object-fit: contain;
}

#about .section.section-8 .block__wrapper:nth-child(3) .title-block {
    padding-left: 50px;
    padding-top: 450px;
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FD5000;

}

#about .section.section-8 .block__wrapper:nth-child(3) .title-block .title {
    max-width: 672px;
}

#about .section.section-8 .block__wrapper:nth-child(3) .image-block {
    position: relative;
}

#about .section.section-8 .block__wrapper:nth-child(3) .image-block img {
    position: absolute;
    width: 809px;
    right: 0;
    bottom: -133px;
    height: auto;
    max-width: none;
}

#about .section.section-4 {
    padding-top: 100px;
}

#about .section.section-4 .section-title {
    margin-bottom: 36px;
}

#about .section.section-4 .items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;

    margin-bottom: 32px;
}

#about .section.section-4 .items .item {
    width: calc(100% / 4 - 20px + 20px / 4);

    background: #E5E5E580;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    padding: 32px 16px 16px 16px;

    display: flex;
    flex-direction: column;
    gap: 32px;
}

#about .section.section-4 .items .item:nth-child(2) {
    opacity: 0;
}

#about .section.section-4 .items .item .line {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #FD5000;
}

#about .section.section-4 .items .item .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #404040;
}

#about .section.section-4 .sub-text {
    display: flex;
    gap: 8px;
    align-items: center;
    max-width: 670px;

    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4C4C4C;
}

#about .section.section-4 .sub-text svg {
    flex-shrink: 0;
}

#about .section.section-5 {
    padding: 100px 0;
}

#about .section.section-5 .d-flex-block {
    display: flex;
    gap: 20px;
}

#about .section.section-5 .section-title {
    margin-bottom: 36px;
}

#about .section.section-5 .d-flex-block .ul {
    display: flex;
    flex-direction: column;
    gap: 2px;

    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

#about .section.section-5 .d-flex-block .ul .li {
    padding-left: 12px;
    position: relative;
}

#about .section.section-5 .d-flex-block .ul .li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #767676;
}

#about .section.section-5 .d-flex-block .block-text {
    width: calc(100% / 12 * 5 - 20px + 20px / 12 * 5);
}

#about .section.section-5 .d-flex-block .block-text > div {
    position: sticky;
    top: 120px;
}

#about .section.section-5 .d-flex-block .block-images {
    width: calc(100% / 12 * 7 - 20px + 20px / 12 * 7);
    display: flex;
    gap: 20px;
}

#about .section.section-5 .d-flex-block .block-images > div:first-child {
    width: calc(100% / 7 * 2 - 20px + 20px / 7 * 2);
    padding-top: 300px;
}

#about .section.section-5 .d-flex-block .block-images > div .sticky {
    position: sticky;
    top: 120px;

    display: flex;
    flex-direction: column;
    gap: 20px;
}

#about .section.section-5 .d-flex-block .block-images > div .sub-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4C4C4C;
}

#about .section.section-5 .d-flex-block .block-images > div .image {
    width: 100%;
    height: auto;
    display: flex;
}

#about .section.section-5 .d-flex-block .block-images > div img {
    width: 100%;
    height: auto;
}

#about .section.section-5 .d-flex-block .block-images > .image {
    width: calc(100% / 7 * 5 - 20px + 20px / 7 * 5);
}

#about .section.section-5 .d-flex-block .block-images > .image img {
    width: 100%;
    height: auto;
}

#about .section.section-6 {
    padding: 100px 0 220px;
    background: #202020;
}

#about .section.section-6 .d-flex-block {
    display: flex;
    gap: 20px;
}

#about .section.section-6 .block-text {
    width: calc(100% / 12 * 5 - 20px + 20px / 12 * 5);
}

#about .section.section-6 .section-title {
    color: #FFFFFF;
    margin-bottom: 36px;
}

#about .section.section-6 .block-text .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 16px;
}

#about .section.section-6 .block-text .text:last-child {
    margin-bottom: 0;
}

#about .section.section-6 .schema-block__wrapper {
    position: relative;
    width: 948px;
    flex-shrink: 0;
}

#about .section.section-6 .schema-block__wrapper .sub-text {
    display: flex;
    flex-direction: column;
    gap: 8px;

    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #767676;

    width: 256px;
    position: absolute;
    bottom: 0;
    left: -276px;
}

#about .section.section-6 .schema-block__wrapper .date-block {
    padding: 36px 18px 0 0;
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;

    position: absolute;
    bottom: -60px;
}

#about .section.section-6 .schema-block__wrapper .date-block > div {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #404040;
}

#about .section.section-6 .schema-block__wrapper .date-block > div:nth-child(even) {
    color: #767676;
}

#about .section.section-6 .grid {
    width: 100%;
    height: 640px;
}

#about .section.section-6 .schema-block__container {
    padding-bottom: 80px;
    padding-left: 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

#about .section.section-6 .schema-block__container .block-text .block {
    width: 0;
    position: absolute;

    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ACACAC;

    overflow: hidden;
}

#about .section.section-6 .schema-block__container .block-text .block > div {
    width: 152px;
    display: flex;
    flex-direction: column;
}

#about .section.section-6 .schema-block__container .block-text .block span {
    font-size: 24px;
    line-height: 28px;
    color: #FD5000;
}

#about .section.section-6 .schema-block__container .block-dots .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #767676;
    opacity: 0;
}

#about .section.section-6 .schema-block__container .block-dots .dot.orange {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FD5000;
}

#about .section.section-6 .schema-block__container .block-dots .dot:nth-child(1) {
    transition: .2s .2s linear;
    bottom: 12%;
    left: 2.5%;
}

#about .section.section-6 .schema-block__container .block-dots .dot:nth-child(2) {
    transition: .6s .8s linear;
    bottom: 32%;
    left: 21.5%;
}

#about .section.section-6 .schema-block__container .block-dots .dot:nth-child(3) {
    transition: .6s 1.4s linear;
    bottom: 28.5%;
    left: 38.5%;
}

#about .section.section-6 .schema-block__container .block-dots .dot:nth-child(4) {
    transition: .6s 1.4s linear;
    bottom: 40%;
    left: 57.5%;
}

#about .section.section-6 .schema-block__container .block-dots .dot:nth-child(5) {
    transition: .6s 2s linear;
    bottom: 39.5%;
    left: 77.3%;
}

#about .section.section-6 .schema-block__container .block-dots .dot:nth-child(6) {
    transition: .6s 2s linear;
    bottom: 60%;
    left: 93.5%;
}

#about .section.section-6 .schema-block__container .block-text .block:nth-child(1) {
    transition: .6s .8s linear;
    bottom: 38%;
    left: 21.5%;
}

#about .section.section-6 .schema-block__container .block-text .block:nth-child(2) {
    transition: .6s 1.4s linear;
    bottom: 46.5%;
    left: 58%;
}

#about .section.section-6 .schema-block__container .block-text .block:nth-child(3) {
    transition: .6s 2s linear;
    bottom: 65.5%;
    left: 79%;
}

#about .section.section-6 .schema-block__container svg g rect {
    transition: 2.6s .2s linear;
}

#about .section.section-6.animate .schema-block__container .block-dots .dot {
    opacity: 1;
}

#about .section.section-6.animate .schema-block__container .block-text .block {
    width: 152px;
}

#about .section.section-6.animate .schema-block__container svg g rect {
    width: 100%;
    y:0;
}

#about .section.section-6 .schema-block__container svg.mobile {
    display: none;
    -webkit-transform: translateZ(0); /* Аппаратное ускорение */
    transform: translateZ(0);
}

#about .gradient {
    background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, #ECECEC 100%);
}
.useful-article .section.section-1 {
    height: 400px;
    padding-bottom: 32px;
}

#useful-article-2374 .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background2374.jpg) no-repeat 50% 100%;
    background-size: cover;
}

#useful-article-2390 .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background2390.jpg) no-repeat 50% 84%;
    background-size: cover;
}

#useful-article-2401 .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background2401.jpg) no-repeat 50% 65%;
    background-size: cover;
}

#useful-article-2403 .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background2403.jpg) no-repeat 50% 72%;
    background-size: cover;
}

#useful-article-2524 .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background2524.jpg) no-repeat 50% 30%;
    background-size: cover;
}

#useful-article-2526 .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background2526.jpg) no-repeat 50% 72%;
    background-size: cover;
}

.useful-article .section-title {
    color: #fff;
    max-width: 948px;
}

.useful-article .section.section-1 .breadcrumbs {
    margin: auto auto 0 0;
}

.useful-article .section.section-1 .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.useful-article .section.section-2 {
    padding: 100px 0;
}

.useful-article .section.section-2 .d-flex-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 100px;
}

.useful-article .section.section-2 .d-flex-row:last-child {
    margin-bottom: 0;
}

.useful-article .section.section-2 .d-flex-row div {
    width: 100%;
}

.useful-article .section.section-2 .d-flex-row .title-block {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #202020;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.useful-article .section.section-2 .d-flex-row .text,
.useful-article .section.section-2 .d-flex-row .ul,
.useful-article .section.section-2 .d-flex-row .ul.orange .ul-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 16px;
}

.useful-article .section.section-2 .d-flex-row .sub-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4C4C4C;
    display: flex;
    gap: 16px;
    align-items: center;
}

.useful-article .section.section-2 .d-flex-row .sub-text svg {
    flex-shrink: 0;
}

.useful-article .section.section-2 .d-flex-row .text.mb-36 {
    margin-bottom: 36px;
}

.useful-article .section.section-2 .d-flex-row .text span {
    font-weight: 700;
    color: #404040;
}

.useful-article .section.section-2 .d-flex-row .title-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #202020;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: flex;
    gap: 8px;
}

.useful-article .section.section-2 .d-flex-row .ul .ul-title,
.useful-article .section.section-2 .d-flex-row .ul.orange .ul-title {
    margin-bottom: 8px;
}

.useful-article .section.section-2 .d-flex-row .ul.orange .li {
    margin-bottom: 16px;
}

.useful-article .section.section-2 .d-flex-row .text:last-child,
.useful-article .section.section-2 .d-flex-row .ul:last-child,
.useful-article .section.section-2 .d-flex-row .ul.orange .li:last-child,
.useful-article .section.section-2 .d-flex-row .text.mb-36:last-child {
    margin-bottom: 0;
}

.useful-article .section.section-2 .d-flex-row .ul.orange .li .li-title {
    font-weight: 700;
    color: #404040;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.useful-article .section.section-2 .d-flex-row .ul.orange .li .li-title span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FD5000;
}

.useful-article .section.section-2 .d-flex-row .ul:not(.orange) .li {
    position: relative;
    margin-bottom: 2px;
    padding-left: 12px;
}

.useful-article .section.section-2 .d-flex-row .ul:not(.orange).numerical .li {
    padding: 0;
}

.useful-article .section.section-2 .d-flex-row .ul:not(.orange) .li.formula {
    padding: 0;
    color: #404040;
}

.useful-article .section.section-2 .d-flex-row .ul:not(.orange) .li.explanation {
    padding: 0;
}

.useful-article .section.section-2 .d-flex-row .ul:not(.orange) .li.explanation span {
    color: #404040;
}

.useful-article .section.section-2 .d-flex-row .ul:not(.orange) .li:not(.formula, .explanation):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #767676;
}

.useful-article .section.section-2 .d-flex-row .ul:not(.orange).numerical .li:before {
    content: none;
}

.useful-article .section.section-2 .date {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ACACAC;
    margin-bottom: 20px;
}

#useful-article-2390.useful-article .section.section-2 .d-flex-row:first-child .ul:not(.orange) {
    margin-bottom: 36px;
}

.useful-article .section.section-2 .d-flex-row .image {
    display: flex;
}

.useful-article .section.section-2 .d-flex-row .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

#useful-article-2374.useful-article .section.section-2 .d-flex-row:first-child .ul .ul-title {
    margin-bottom: 16px;
}

#useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(2),
#useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(4),
#useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(5) {
    align-items: flex-end;
}

#useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(6) {
    margin-bottom: 36px;
    align-items: flex-start;
}

#useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(6) > div:last-child {
    padding-top: 60px;
}

#useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(2) .image img {
    max-height: 489px;
}

#useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(3) .image img {
    max-height: 442px;
}

#useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(4) .image img {
    max-height: 486px;
    object-position: 50% 68%;
}

#useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(3) .ul-title,
#useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(5) .ul-title,
#useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(6) .ul-title {
    font-weight: 700;
    color: #404040;
}

#useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(4) .ul {
    margin-bottom: 8px;
}

#useful-article-2390.useful-article .section.section-2 .d-flex-row:first-child .image,
#useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(6) .image {
    background: #fff;
    border-radius: 20px;
}

#useful-article-2390.useful-article .section.section-2 .d-flex-row:first-child .image img,
#useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(6) .image img{
    max-height: 732px;
    object-fit: contain;
}

#useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(3) .image img {
    max-height: 380px;
}

#useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(4) {
    margin-bottom: 16px;
}

#useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(6) .ul:not(.orange) .li.formula {
    margin: 6px 0 8px 0;
}

#useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(6) div > .ul:not(.orange) {
    margin-bottom: 36px;
}

#useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(6) .ul.mt-4 {
    margin-top: 4px;
}

#useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(6) .ul.orange .ul {
    margin-bottom: 0;
}

#useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(6) .ul.orange .ul span {
    color: #404040;
}

#useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(8) > div:last-child {
    padding-top: 60px;
}

#useful-article-2401.useful-article .section.section-2 .d-flex-row:first-child .image {
    background: #fff;
    border-radius: 20px;
}

#useful-article-2401.useful-article .section.section-2 .d-flex-row:first-child .image img {
    max-width: 300px;
    object-fit: contain;
    margin: 0 auto;
}

#useful-article-2401.useful-article .section.section-2 .d-flex-row:nth-child(2),
#useful-article-2401.useful-article .section.section-2 .d-flex-row:nth-child(4) {
    margin-bottom: 0;
}

#useful-article-2401.useful-article .section.section-2 .d-flex-row:nth-child(2) .title-block,
#useful-article-2401.useful-article .section.section-2 .d-flex-row:nth-child(4) .title-block {
    max-width: 810px;
}

#useful-article-2401.useful-article .section.section-2 .d-flex-row:nth-child(6) .text {
    margin-bottom: 36px;
}

#useful-article-2401.useful-article .section.section-2 .d-flex-row:nth-child(6) .image img {
    object-fit: contain;
    width: auto;
    margin: auto;
    max-height: 232px;
}

#useful-article-2403.useful-article .section.section-2 .d-flex-row:first-child > div:last-child {
    padding-top: 60px;
}

#useful-article-2403.useful-article .section.section-2 .d-flex-row:nth-child(2) {
    margin-bottom: 0;
}

#useful-article-2403.useful-article .section.section-2 .d-flex-row:nth-child(3) .text.mb-20 {
    margin-bottom: 20px;
}

#useful-article-2403.useful-article .section.section-2 .d-flex-row:nth-child(3) {
    margin-bottom: 24px;
}

#useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(1),
#useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(3),
#useful-article-2526.useful-article .section.section-2 .d-flex-row:nth-child(1),
#useful-article-2526.useful-article .section.section-2 .d-flex-row:nth-child(3),
#useful-article-2526.useful-article .section.section-2 .d-flex-row:nth-child(6) {
    margin-bottom: 0px;
}

#useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(5),
#useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(6),
#useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(7),
#useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(8),
#useful-article-2526.useful-article .section.section-2 .d-flex-row:nth-child(5){
    align-items: flex-end;
}

#useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(5) .image img,
#useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(6) .image img {
    max-height: 455px;
}

#useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(7) .image,
#useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(8) .image {
    background: #fff;
    border-radius: 20px;
}

#useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(7) .image img {
    max-width: 616px;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 0;
}

#useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(7) > div:last-child .text.mt-20 {
    margin-top: 20px;
}

#useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(8) .image {
    min-height: 448px;
    align-items: center;
    justify-content: center;
}

#useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(8) .image img {
    max-width: 632px;
    object-fit: contain;
    border-radius: 0;
}

#single-news .section.section-1 {
    height: 400px;
    padding-bottom: 32px;
}

#single-news .section.section-1,
#single-news.noblelift-liderstvo-i-innovacii .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/single-news.jpg) no-repeat 50% 25%;
    background-size: cover;

}

#single-news .content {
    margin: 100px 0;
    z-index: 1;
    position: relative;
}

#single-news .container-news {
    max-width: 1364px;
    margin: 0 0 0 auto;
}

#single-news .banner {
    margin-bottom: 60px;
}

#single-news .banner img{
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 20px;
}

#single-news .date-news .date {
    max-width: 1087px;
    margin: 0 auto;
}

#single-news .date-news {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ACACAC;
    margin-bottom: 20px;
}

#single-news .section-2 .text,
#single-news .section-2 ul {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
    max-width: 1087px;
    margin: 0 auto 16px auto;
}

#single-news .section-2 ul {
    margin: 0 0 16px 0;
    padding: 0;
    list-style: none;
}

#single-news .section-2 ul li {
    margin-bottom: 2px;
    padding-left: 12px;
    position: relative;
}

#single-news .section-2 ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #767676;
}

#single-news .section-2 .text p {
    margin: 0 0 16px 0;
}

#single-news .section-2 .text:last-child,
#single-news .section-2 ul:last-child,
#single-news .section-2 .text p:last-child {
    margin-bottom: 0;
}

#single-news .section-2 .text strong,
#single-news .section-2 .text b {
    font-weight: 700;
    color: #404040;
}

#single-news .section-2 .text h2 {
    font-family: Arial;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #202020;
    margin: 0 0 36px 0;

}

#single-news .section-2 .text h3,
#single-news .section-2 .text h4,
#single-news .section-2 .text h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #202020;
    margin: 0 0 36px 0;
}

#single-news .section-2 img {
    margin: 80px 0;
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 20px;
}

.garage-article .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background3200.jpg) no-repeat center 65%;
    background-size: cover;
    height: 400px;
    padding-bottom: 32px;
}

#garage-3200 .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background3200.jpg) no-repeat center 65%;
    background-size: cover;
}

#garage-3206 .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background3206.jpg) no-repeat center 65%;
    background-size: cover;
}

#garage-3209 .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background3209.jpg) no-repeat center 15%;
    background-size: cover;
}

#garage-3211 .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background3211.jpg) no-repeat center 15%;
    background-size: cover;
}

#garage-3213 .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background3213.jpg) no-repeat center 15%;
    background-size: cover;
}

#garage-3219 .section.section-1 {
    background: url(/wp-content/themes/noblelift/img/information/background3219.jpg) no-repeat center 15%;
    background-size: cover;
}

.garage-article .section.section-2 {
    padding: 100px 0 0 0;
}

.garage-article .section.section-2 .d-flex-row {
    display: flex;
    gap: 20px;
    margin-bottom: 100px;
}

.garage-article .section.section-2 .d-flex-row > div {
    width: 100%;
}

.garage-article .section.section-2 .d-flex-row:last-child,
#garage-3200.garage-article .section.section-2 .d-flex-row:first-child,
#garage-3200.garage-article .section.section-2 .d-flex-row:nth-child(3),
#garage-3206.garage-article .section.section-2 .d-flex-row:first-child,
#garage-3209.garage-article .section.section-2 .d-flex-row:first-child,
#garage-3211.garage-article .section.section-2 .d-flex-row:first-child,
#garage-3213.garage-article .section.section-2 .d-flex-row:first-child,
#garage-3219.garage-article .section.section-2 .d-flex-row:first-child {
    margin-bottom: 0;
}


#garage-3206.garage-article .section.section-2 .d-flex-row:nth-child(2),
#garage-3209.garage-article .section.section-2 .d-flex-row:nth-child(2),
#garage-3213.garage-article .section.section-2 .d-flex-row:nth-child(2),
#garage-3219.garage-article .section.section-2 .d-flex-row:nth-child(2) {
    margin-bottom: 10px;
}

.garage-article .title-block {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 36px;
}

.garage-article .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

.garage-article .text span {
    color: #4C4C4C;
    font-weight: 700;
}

.garage-article .text span.orange {
    font-weight: 700;
    color: #FD5000;
}

.garage-article .ul,
.garage-article .ul.orange {
    display: flex;
    flex-direction: column;
    gap: 16px;

    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
}

.garage-article .ul:not(.orange) {
    gap: 2px;
}

.garage-article .ul:not(.orange) .li {
    position: relative;
    padding-left: 12px;
}

.garage-article .ul:not(.orange) .li span {
    color: #404040;
}

.garage-article .ul:not(.orange) .li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #767676;
}

.garage-article .ul.orange > .li {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.garage-article .ul.orange .li-title {
    display: flex;
    gap: 8px;
    align-items: center;

    font-weight: 700;
    color: #404040;
}

.garage-article .ul.orange .li-title span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FD5000;
    flex-shrink: 0;
}

.garage-article .sub-title-block {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 36px;
}

.garage-article .section.section-4 {
    padding: 100px 0 0 0;
}

.garage-article .section.section-5 {
    padding: 100px 0;
}

.garage-article .section.section-6 {
    padding: 0 0 100px 0;
}

.garage-article .grid-table__wrapper .grid-table {
    display: grid;
    grid-template-columns: 186px repeat(4, 1fr);
    grid-auto-rows: auto;                        /* высота под контент */
    grid-column-gap: 0px;
    grid-row-gap: 0px;

    border: 1px solid #D2D2D2;
    border-radius: 8px;
}

.garage-article .grid-table__wrapper .grid-table.gray {
    background: #f3f3f3;
}

#garage-3206.garage-article .grid-table__wrapper .grid-table.example,
#garage-3211.garage-article .grid-table__wrapper .grid-table.example {
    grid-template-columns: 186px repeat(3, 1fr);
}

#garage-3206.garage-article .grid-table__wrapper .grid-table.type {
    grid-template-columns: 186px repeat(3, 1fr);
}

#garage-3209.garage-article .grid-table__wrapper .grid-table.example,
#garage-3209.garage-article .grid-table__wrapper .grid-table.type,
#garage-3213.garage-article .grid-table__wrapper .grid-table.example,
#garage-3219.garage-article .grid-table__wrapper .grid-table.example {
    grid-template-columns: 186px repeat(2, 1fr);
}

#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters {
    grid-template-columns: 186px repeat(4, 1fr);
}

.garage-article .grid-table__wrapper .grid-table .cell {
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;

    padding: 12px 8px;

    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4C4C4C;
}

.garage-article .grid-table__wrapper .grid-table .cell.bg-orange {
    background: #FD50001A;
}

.garage-article .grid-table__wrapper .grid-table .cell span,
.garage-article .grid-table__wrapper .grid-table .cell.bold {
    font-weight: 700;
}

.garage-article .grid-table__wrapper .grid-table .cell.orange {
    font-weight: 700;
    color: #FD5000;
}

#garage-3206.garage-article .section.section-6 .grid-table__wrapper {
    margin-bottom: 16px;
}

#garage-3206.garage-article .section.section-6 .text {
    font-size: 16px;
    line-height: 20px;
}

#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:not(.bold) {
    text-align: center;
}

#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(1),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(6),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(15),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(20),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(25),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(30),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(35),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(40),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(45),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(1),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(5),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(9),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(13),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(17),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(21),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(25),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(29),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(33),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(37),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(41),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(1),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(5),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(9),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(13),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(17),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(21),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(25),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(29),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(33),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(37),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(41),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(45),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(49),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(53),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(57),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(1),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(4),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(7),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(10),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(13),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(15),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(17),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(19),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(21),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(23),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(25),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(27),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(1),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(4),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(7),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(10),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(13),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(16),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(19),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(22),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(25),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(28),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(31),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(1),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(5),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(9),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(13),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(13),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(17),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(19),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(21),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(23),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(25),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(27),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(29),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(31),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(1),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(4),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(7),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(10),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(13),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(15),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(17),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(19),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(21),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(23),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(25),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(27),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(1),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(4),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(7),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(10),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(12),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(14),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(16),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(18),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(20),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(5),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(22),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(31),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(38) {
    padding: 12px;
    max-width: 186px;
}

#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(29),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(33),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(29),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(22) {
    padding: 12px;
}

#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(5),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(10),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(14),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(19),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(24),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(29),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(34),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(39),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(44),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(49) {
    border-right: 0;
}

#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(4),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(8),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(10),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(12),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(14),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(16),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(18),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(20),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(22),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(24),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(26){
    border-right: 0;
}

#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(4n) {
    border-right: 0;
}

#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(3),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(6),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(9),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(12),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(14),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(16),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(18),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(20),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(22),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(24),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(26),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(28),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(29),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(3),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(6),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(9),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(12),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(15),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(18),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(21),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(24),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(27),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(30),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(33) {
    border-right: 0;
}

#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(4),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(8),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(12),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(14),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(16),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(18),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(20),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(22),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(24),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(26),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(28),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(30) {
    border-right: 0;
}

#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(3),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(6),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(9),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(12),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(14),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(16),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(18),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(20),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(22),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(24),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(26),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(28) {
    border-right: 0;
}

#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(3),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(6),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(9),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(11),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(13),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(15),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(17),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(19),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(21),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(23) {
    border-right: 0;
}

#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(4),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(9),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(13),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(17),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(21),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(26),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(30),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(34),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(37),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(41),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(44) {
    border-right: 0;
}

/* убрать снизу у последнего ряда */
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-last-child(-n+5),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-last-child(-n+2),
#garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-last-child(-n+4),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:last-child,
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-last-child(-n+3),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:last-child,
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:last-child,
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:last-child,
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(29),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(38),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(44),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(43),
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(42) {
    border-bottom: none;
}

#garage-3200.garage-article .grid-table__wrapper .grid-table .cell.colspan-2 {
    grid-area: 2 / 1 / 4 / 2;
    display: flex;
    align-items: flex-end;
}

#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(14),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(18),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(20),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(24),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(18),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(22),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(24),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(26),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(28),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(14),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(18),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(20),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(22),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(24),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(11),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(13),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(15),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(17),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(19),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(21),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(23) {
    display: flex;
    align-items:center;
    justify-content: center;
}

#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell.rowspan-3,
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell.rowspan-3,
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell.rowspan-3,
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell.rowspan-3,
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell.rowspan-3 {
    grid-column: span 3;
}

#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell.rowspan-2,
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell.rowspan-2,
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell.rowspan-2,
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell.rowspan-2 {
    grid-column: span 2;
}

#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell.colspan-4 {
    grid-row: span 4;
}

#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell.colspan-2 {
    grid-row: span 2;
}

#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell.colspan-5 {
    grid-row: span 5;
}

#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell.rowspan-4 {
    grid-column: span 4;
}

#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:not(.bold) {
    display: flex;
    align-items:center;
    justify-content: center;
}

#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell.colspan-4,
#garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell.colspan-2 {
    display: flex;
    align-items:center;
}

#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(2),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(3),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(4),
#garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(5),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(2),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(3),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(4),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(10),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(12),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(14),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(16),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(18),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(20),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(22),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(24),
#garage-3206.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(26),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(2),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(3),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(14),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(16),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(18),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(20),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(22),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(24),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(26),
#garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(28),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(2),
#garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(3),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(2),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(3),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(4),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(18),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(20),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(22),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(24),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(26),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(28),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(30),
#garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(32),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(2),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(3),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(14),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(16),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(18),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(20),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(22),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(24),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(26),
#garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(28),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(2),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(3),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(11),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(13),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(15),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(17),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(19),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(21),
#garage-3219.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(23) {
    text-align: center;
}

.garage-article .grid-table__wrapper .grid-table .cell img {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}

#garage-3200.garage-article .grid-table__wrapper .grid-table .cell img,
#garage-3211.garage-article .grid-table__wrapper .grid-table .cell img {
    mix-blend-mode: darken;
}

#garage-3219.garage-article .grid-table__wrapper .grid-table .cell img {
    max-height: 365px;
}

.garage-article .advantages .items-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.garage-article .advantages .items-container .item {
    width: calc(100% / 4 - 20px + 20px / 4);
}

.garage-article .advantages .items-container .item .square {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 200px;
    height: 200px;
    margin-bottom: 24px;

    border-radius: 56px;
    background: #fff;
    box-shadow: 0px 6px 12px 0px #FD50001A,
    0px 22px 22px 0px #FD500017,
    0px 50px 30px 0px #FD50000D,
    0px 88px 35px 0px #FD500003,
    0px 138px 38px 0px #FD500000;
}

.garage-article .advantages .items-container .item .title-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #404040;
    margin-bottom: 4px;
}

@media (min-width: 768px) {
    #useful-information .section.section-2 .articles .item .btn-link:hover,
    #garage-systems .section.section-2 .cards .item .btn-link:hover,
    #news .section.section-2 .cards .item .btn-link:hover {
        outline-color: #FD5000;
        color: #FD5000;
    }

    #useful-information .section.section-2 .articles .item .btn-link:hover svg path,
    #garage-systems .section.section-2 .cards .item .btn-link:hover svg path,
    #news .section.section-2 .cards .item .btn-link:hover svg path {
        stroke: #FD5000;
    }

    #useful-information .section.section-2 .articles .item:hover,
    #garage-systems .section.section-2 .cards .item:hover,
    #news .section.section-2 .cards .item:hover {
        box-shadow: 3px 0px 5.8px 0px #00000040;
    }

    #useful-information .section.section-2 .articles .item:hover .image img,
    #garage-systems .section.section-2 .cards .item:hover .image img,
    #news .section.section-2 .cards .item:hover .image img {
        transform: scale(1.15);
    }

    #payment-methods .section .d-flex-row .btn-link:hover {
        box-shadow: 0px 1px 4px 0px #FD500066, inset 0px 1px 4px 0px #FD500066;
        color: #FD5000;
        border-color: #FD5000;
    }

    #our-clients .section.section-1 .navigation-container .client-name:not(.active):hover {
        color: #FD5000;
    }

    #delivery .section.section-2 .d-flex-row .btn-link:hover {
        border-color: #FD5000;
        color: #FD5000;
    }

    #about .section.section-3 .image__wrapper .text-blocks .item:hover .text,
    #about .section.section-3 .image__wrapper .text-blocks .item:hover .circle {
        background: #FD5000E0;
    }

    #about .section.section-3 .image__wrapper .text-blocks .item:hover .circle:before {
        border-color: #FD5000E0;
    }
}

@media (max-width: 768px) {
    #useful-information .section.section-1,
    #article .section.section-1,
    #garage-systems .section.section-1,
    #payment-methods .section.section-1,
    #warranty .section.section-1,
    #news .section.section-1,
    .garage-article .section.section-1,
    #about .section.section-1,
    #single-news .section.section-1,
    .useful-article .section.section-1 {
        height: 300px;
        padding-bottom: 16px;
    }
}

@media (max-width: 1680px) {
    #useful-information .section.section-2 .articles .item,
    #garage-systems .section.section-2 .cards .item,
    #news .section.section-2 .cards .item {
        padding: 20px;
    }

    #useful-information .section.section-2 .articles .item .image,
    #garage-systems .section.section-2 .cards .item .image,
    #news .section.section-2 .cards .item .image {
        height: 184px;
    }

    #useful-information .section.section-2 .articles .item .image .gray.no-photo img,
    #garage-systems .section.section-2 .cards .item .image .gray.no-photo img,
    #news .section.section-2 .cards .item .image .gray.no-photo img {
        bottom: -25px;
    }

    #useful-information .section.section-2 .articles .item .preview-text,
    #garage-systems .section.section-2 .cards .item .preview-text,
    #news .section.section-2 .cards .item .preview-text {
        font-size: 16px;
        line-height: 20px;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        height: 80px;
    }

    #useful-information .section.section-2 .articles .item .preview-text:before,
    #garage-systems .section.section-2 .cards .item .preview-text:before,
    #news .section.section-2 .cards .item .preview-text:before {
        height: 60px;
    }

    #useful-information .section.section-2 .articles .item .btn-link,
    #garage-systems .section.section-2 .cards .item .btn-link ,
    #news .section.section-2 .cards .item .btn-link {
        font-size: 16px;
        line-height: 20px;
    }

    #useful-information .section.section-2 .articles .item .date,
    #news .section.section-2 .cards .item .date {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    #useful-information .section.section-2 .articles .item .name,
    #garage-systems .section.section-2 .cards .item .name,
    #news .section.section-2 .cards .item .name {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 20px;
    }

    #delivery .section.section-1 {
        padding: 40px 0;
    }

}

@media (max-width: 1600px) {
    #article .section.section-2 .d-flex-row.first .image {
        height: 480px;
    }

    #article .section.section-2 .d-flex-row.two .image {
        height: 560px;
    }

    #payment-methods .section.section-4 .d-flex-row:first-child .image-block {
        width: 886px;
    }

    #payment-methods .section.section-4 .d-flex-block {
        gap: 100px;
    }

    #delivery .section.section-1 .d-flex-block {
        margin-top: 260px;
    }

    #delivery .section.section-1 .d-flex-block .block-map,
    #delivery .section.section-1 .d-flex-block .block-map .map svg {
        width: 699px;
        height: 585px;
    }
}

@media (max-width: 1500px) {
    #about .section.section-3 .image__container {
        width: 542px;
        height: 542px;
    }

    #about .section.section-3 .image__wrapper {
        width: 542px;
    }

    #about .section.section-7 .block__wrapper .images-block .image:first-child > div {
        margin-top: 140px;
    }

    #about .section.section-8 .block__wrapper:nth-child(3) .title-block {
        padding-left: 0;
    }

    #about .section.section-8 .block__wrapper:nth-child(3) .image-block img {
        right: -90px;
    }

    #about .section.section-5 .d-flex-block .block-images > div:first-child {
        padding-top: 200px;
    }
}

@media (max-width: 1450px) {
    #article .section.section-2 .d-flex-row.first .image {
        height: 520px;
    }

    #article .section.section-2 .d-flex-row.two .image {
        height: 680px;
    }

    #garage-systems .section.section-2 .cards .item {
        width: calc(100% / 3 - 20px + 20px / 3);
    }

    #warranty .section.section-2 {
        padding: 100px 0;
    }

    #delivery .section.section-1 .d-flex-block .block-title {
        max-width: 575px;
    }

    #delivery .section.section-2 .d-flex-row:nth-child(1) > div:last-child .image {
        top: 31%;
    }

    #about .section.section-2 .block-text,
    #about .section.section-2 .block-text_wrapper .section-title {
        width: 100%;
    }

    #about .section.section-2 .section-title {
        margin-bottom: 36px;
        max-width: 992px;
    }

    #about .section.section-2 .block-text .text {
        width: calc(100% / 12 * 5 - 20px + 20px / 12 * 5);
    }

    #about .section.section-2 .block-text_wrapper {
        flex-direction: column;
        gap: 36px;
    }

    #about .section.section-2 .block-text_wrapper .block-text {
        margin-top: 0;
    }
}

@media (max-width: 1400px) {
    #payment-methods .section.section-4 .d-flex-row:last-child > div {
        max-width: 564px;
        width: calc(80% / 2 - 20px / 2);
    }

    #warranty .section.section-2 .d-flex-row:first-child .image-block img {
        min-height: 500px;
    }

    #warranty .section .d-flex-row.row-4 > div {
        width: 100%;
    }

    #our-clients .section.section-1 .d-flex-block {
        gap: 40px;
    }

    #our-clients .section.section-1 .clients-wrapper .clients-container .item {
        height: 178px;
    }

    #our-clients .section.section-1 .navigation-wrapper {
        margin-bottom: 40px;
    }

    #delivery .section.section-2 .d-flex-row:nth-child(2) > div:last-child .image {
        width: 626px;
        top: 7%;
    }

    #about .section.section-3 .image__wrapper .text-blocks:first-child .item:nth-child(1) .text,
    #about .section.section-3 .image__wrapper .text-blocks:last-child .item:nth-child(1) .text,
    #about .section.section-3 .image__wrapper .text-blocks:last-child .item:nth-child(2) .text,
    #about .section.section-3 .image__wrapper .text-blocks:last-child .item:nth-child(3) .text,
    #about .section.section-3 .image__wrapper .text-blocks:last-child .item:nth-child(4) .text {
        transition: .8s ease-out, white-space .8s .4s ease-out, width .8s .4s ease-out, height .8s .4s ease-out, color .8s 1.1s ease-out;
    }

    #about .section.section-3.animate .image__wrapper .text-blocks:first-child .item:nth-child(1) .text {
        white-space: normal;
        height: 72px;
        width: 200px;
    }

    #about .section.section-3.animate .image__wrapper .text-blocks:last-child .item:nth-child(1) .text {
        white-space: normal;
        height: 72px;
        width: 300px;
    }

    #about .section.section-3.animate .image__wrapper .text-blocks:last-child .item:nth-child(4) .text {
        white-space: normal;
        height: 72px;
        width: 238px;
    }

    #about .section.section-3.animate .image__wrapper .text-blocks:last-child .item:nth-child(2) .text,
    #about .section.section-3.animate .image__wrapper .text-blocks:last-child .item:nth-child(3) .text {
        white-space: normal;
        height: 72px;
    }

    #about .section.section-3 .image__container {
        width: 442px;
        height: 442px;
    }

    #about .section.section-3 .image__wrapper {
        width: 442px;
    }

    #about .section.section-3 .image__wrapper .text-blocks:first-child .item:nth-child(2) {
        right: 104%;
    }

    #about .section.section-3 .image__wrapper .text-blocks:first-child .item:nth-child(3) {
        right: 107%;
    }

    #useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(2) .image img {
        max-height: 586px;
    }

    #useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(3) .image img {
        max-height: none;
    }

    #useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(4) .image img {
        max-height: 586px;
    }

    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(3) .image img {
        max-height: none;
    }

    #our-clients .section.section-1 .clients-wrapper .banner-text__container .text {
        font-size: 20px;
        line-height: 24px;
    }

    #our-clients .section.section-1 .clients-wrapper .banner-text__container .text span {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 1350px) {
    #about .section.section-6 .d-flex-block {
        flex-direction: column;
        gap: 32px;
    }

    #about .section.section-6 .block-text {
        width: 100%;
        max-width: 892px;
    }


    #about .section.section-6 .schema-block__wrapper .sub-text {
        position: relative;
        left: 0;
        margin-bottom: 24px;
        width: 100%;
    }

    #about .section.section-6 {
        padding-bottom: 160px;
    }
}

@media (max-width: 1300px) {
    #payment-methods .section.section-4 .d-flex-row:first-child .image-block {
        width: 798px;
        top: 30%;
        right: -15%;
    }

    #payment-methods .section .d-flex-row .ul-block {
        max-width: 446px;
    }

    #warranty .section .d-flex-row.row-5 > div:last-child .image-block {
        top: 75%;
    }

    #warranty .section .d-flex-row.row-5 {
        margin-top: 100px;
    }

    #delivery .section.section-1 .d-flex-block {
        margin-top: 192px;
    }

    #delivery .section.section-1 .d-flex-block .block-map,
    #delivery .section.section-1 .d-flex-block .block-map .map svg {
        width: 588px;
        height: 498px;
    }

    #delivery .section.section-1 .d-flex-block .block-map {
        bottom: 62px;
    }

    #delivery .section.section-2 .d-flex-row:nth-child(1) > div {
        width: 100%;
    }

    #about .section.section-8 .block__wrapper:nth-child(3) .image-block img {
        width: 600px;
        bottom: -76px;
    }

    #about .section.section-8 .block__wrapper:nth-child(3) .title-block {
        padding-top: 250px;
    }

    #about .section.section-7 .block__wrapper .images-block .image:first-child {
        width: 240px;
    }

    #about .section.section-7 .block__wrapper .images-block .image:first-child > div {
        margin-top: 60px;
    }

    #about .section.section-5 .d-flex-block {
        flex-direction: column;
        gap: 32px;
    }

    #about .section.section-5 .d-flex-block .block-text {
        width: 100%;
    }

    #about .section.section-5 .d-flex-block .block-images {
        width: 70%;
    }

    #useful-article-2401.useful-article .section.section-2 .d-flex-row:first-child .image img {
        max-width: 400px;
    }

    .garage-article .advantages .items-container .item {
        width: calc(100% / 3 - 20px + 20px / 3);
    }
}

@media (max-width: 1200px) {
    #garage-systems .section.section-2 .cards {
        gap: 16px;
    }

    #payment-methods .section.section-2 .d-flex-row {
        flex-direction: column;
        gap: 24px;
    }

    #payment-methods .section.section-2 .d-flex-row > div {
        width: 100%;
    }

    #payment-methods .section.section-3.gray-block .cards .item:nth-child(2) {
        display: none;
    }

    #payment-methods .section.section-3.gray-block .cards .item {
        width: calc(100% / 3 - 20px + 20px / 3);
    }

    #payment-methods .section .d-flex-row {
        flex-direction: column;
        gap: 24px;
    }

    #payment-methods .section .d-flex-row > div {
        width: 100%;
    }

    #payment-methods .section.section-4 .d-flex-row:first-child .image-block {
        position: relative;
        top: 0;
        right: 0;
    }

    #payment-methods .section.section-4 .d-flex-row:last-child > div {
        max-width: 810px;
        width: 100%;
    }

    #warranty .section.section-2 .d-flex-row.cards-wrapper .cards .item {
        width: calc(100% / 2 - 20px / 2);
    }

    #warranty .section .d-flex-row.row-5 {
        margin-top: 0;
    }

    #warranty .section .d-flex-row.row-5 > div:last-child .image-block {
        top: 100%;
    }

    #our-clients .section.section-1 .clients-wrapper .clients-container {
        gap: 16px;
    }

    #our-clients .section.section-1 .clients-wrapper .clients-container .item {
        width: calc(100% / 2 - 16px / 2);
    }

    #our-clients .section.section-1 .clients-wrapper .clients-container .item .image img {
        width: 204px;
    }

    #our-clients .section.section-1 .d-flex-block {
        gap: 20px;
    }

    #about .section.section-1,
    #single-news .section.section-1,
    .useful-article .section.section-1 {
        height: 400px;
    }

    #about .section.section-2 .block-text .text {
        width: 100%;
    }

    #about .section.section-2 .block-images {
        width: calc(100% / 12 * 8 - 20px + 20px / 12 * 8);
        margin: 32px 0 100px auto;
    }

    #about .section.section-3 .image__wrapper {
        margin-bottom: 60px;
    }

    #about .section.section-3 .image__wrapper .text-blocks {
        display: none;
    }

    #about .section.section-7 .block__wrapper:first-child {
        flex-direction: column-reverse;
        gap: 32px;
    }

    #about .section.section-8 .block__wrapper:first-child,
    #about .section.section-8 .block__wrapper:nth-child(2),
    #about .section.section-8 .block__wrapper {
        flex-direction: column;
    }

    #about .section.section-7 .block__wrapper .images-block,
    #about .section.section-7 .block__wrapper .text-block,
    #about .section.section-8 .block__wrapper:first-child .text-block:first-child,
    #about .section.section-8 .block__wrapper:first-child .text-block:last-child,
    #about .section.section-8 .block__wrapper:nth-child(2) .text-block:first-child,
    #about .section.section-8 .block__wrapper:nth-child(3) .title-block{
        width: 100%;
    }

    #about .section.section-8 .block__wrapper .text-block .text {
        max-width: 672px;
    }

    #about .section.section-7 .block__wrapper .images-block .image:first-child {
        width: calc(100% / 7 * 2 - 20px + 20px / 7 * 2);
    }

    #about .section.section-8 .block__wrapper:nth-child(3) .title-block {
        padding: 0;
    }

    #about .section.section-8 .block__wrapper:nth-child(3) .image-block {
        height: 400px;
        margin: 0 0 0 auto;
    }

    #about .section.section-8 {
        padding-bottom: 100px;
    }

    #about .section.section-8 .block__wrapper:nth-child(3) .image-block img {
        right: 0;
    }

    #about .section.section-4 .items .item {
        width: calc(100% / 3 - 20px + 20px / 3);
    }

    #useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(2) .image img {
        max-height: 646px;
    }

    #useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(5),
    #useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(6),
    #useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(8) {
        align-items: inherit;
    }
}

@media (max-width: 1100px) {
    #delivery .section.section-1 .d-flex-block {
        margin-top: 24px;
        flex-direction: column-reverse;
    }

    #delivery .section.section-1 .d-flex-block .block-map {
        position: relative;
        bottom: inherit;
        margin: 0 auto;
    }

    #delivery .section.section-1 .d-flex-block .block-title,
    #delivery .section.section-1 .d-flex-block .block-title .section-title{
        max-width: none;
    }

    #about .section.section-5 .d-flex-block .block-images {
        width: 100%;
    }
}

@media (max-width: 992px) {
    #useful-information .section.section-2 .articles,
    #news .section.section-2 .cards {
        gap: 16px;
    }

    #useful-information .section.section-2 .articles .item,
    #garage-systems .section.section-2 .cards .item,
    #news .section.section-2 .cards .item {
        width: calc(100% / 2 - 20px / 2);
    }

    #useful-information .section.section-3,
    #article .section.section-3,
    #garage-systems .section.section-3,
    #delivery .section.section-3,
    #news .section.section-3 {
        padding: 100px 0;
    }

    #payment-methods .section.section-5 {
        padding: 100px 0;
    }

    #article .section.section-2 .d-flex-block {
        gap: 60px;
    }

    #article .section.section-2 .d-flex-row ,
    #warranty .section .d-flex-row{
        flex-direction: column;
    }

    #article .section.section-2 .d-flex-row.two {
        flex-direction: column-reverse;
    }

    #article .section.section-2 .d-flex-row > div,
    #article .section.section-2 .d-flex-row.four .text-block.w100 > div {
        width: 100%;
    }

    #article .section.section-2 .d-flex-row.first .image,
    #article .section.section-2 .d-flex-row.two .image,
    #article .section.section-2 .d-flex-row.three .image {
        height: 300px;
    }

    #article .section.section-2 .d-flex-block .title-block {
        margin-bottom: 24px;
    }

    #article .section.section-2 .d-flex-row.first .date {
        margin-bottom: 16px;
    }

    #article .section.section-2 .d-flex-row.first .image {
        margin-top: 20px;
    }

    #article .section.section-2 .d-flex-row.last .text-block:last-child {
        margin-top: 16px;
    }

    #payment-methods .section .d-flex-row .section-title,
    #about .section.section-7 .section-title{
        font-size: 28px;
        line-height: 32px;
    }

    #payment-methods .section.section-3.gray-block .cards .item {
        width: calc(100% / 2 - 20px / 2);
    }

    #payment-methods .section.section-4 .d-flex-row:first-child .section-title {
        margin-bottom: 24px;
    }

    #payment-methods .section.section-4 .d-flex-block,
    #warranty .section .d-flex-block{
        gap: 60px;
    }

    #warranty .section .d-flex-row {
        gap: 24px;
    }

    #warranty .section .d-flex-row > div {
        width: 100%;
    }

    #warranty .section .d-flex-row .ul-block,
    #warranty .section.section-2 .d-flex-row.cards-wrapper .cards{
        margin-top: 24px;
    }

    #warranty .section.section-2 .d-flex-row:nth-child(2) {
        flex-direction: column-reverse;
    }

    #warranty .section .d-flex-row .image-block img {
        min-height: auto;
        height: 300px;
    }

    #warranty .section.section-2 .d-flex-row:first-child .image-block img {
        min-height: auto;
        height: 300px;
    }

    #warranty .section .d-flex-row .section-title,
    #delivery .section.section-2 .d-flex-row .section-title{
        font-size: 28px;
        line-height: 32px;
    }

    #warranty .section.section-2 .d-flex-row:first-child .text,
    #warranty .section.section-2 .d-flex-row.cards-wrapper .text,
    #warranty .section .d-flex-row .sub-title{
        margin-top: 8px;
    }

    #warranty .section .d-flex-row.row-5 > div:last-child .image-block {
        position: relative;
        top: inherit;
        transform: none;
    }

    #warranty .section .d-flex-row.row-5 .image-block img {
        object-fit: contain;
        height: 400px;
    }

    #warranty .section.section-3,
    #about .section.section-9,
    #useful-article-2374 .section.section-3,
    #useful-article-2390 .section.section-3,
    #useful-article-2401 .section.section-3,
    #useful-article-2403 .section.section-3,
    #useful-article-2524 .section.section-3,
    #useful-article-2526 .section.section-3,
    #single-news .section.section-3,
    .garage-article .section.section-3 {
        padding: 100px 0;
    }

    #our-clients .section.section-1 {
        padding-top: 76px;
    }

    #our-clients .section.section-1 .d-flex-block:first-child > div:first-child {
        display: none;
    }

    #our-clients .section.section-1 .d-flex-block.clients {
        flex-direction: column;
        gap: 32px;
    }

    #our-clients .section.section-1 .d-flex-block > div.navigation-wrapper{
        width: 368px;
        margin: 0;
        position: relative;
    }

    #our-clients .section.section-1 .navigation-wrapper .button {
        display: flex;
    }

    #our-clients .section.section-1 .navigation-container {
        display: none;
        min-height: auto;
        position: absolute;
        z-index: 2;
        top: calc(100% + 12px);
        background: #404040CC;
        backdrop-filter: blur(14px);
    }

    #our-clients .section.section-1 .navigation-container .client-name {
        color: #D2D2D2;
    }

    #our-clients .section.section-1 .clients-wrapper {
        min-height: 420px;
    }

    #delivery .section.section-1 .container {
        padding-top: 100px;
    }

    #delivery .section.section-2 .d-flex-row:nth-child(2) > div:last-child .image {
        position: relative;
        top: inherit;
        margin: 0 auto;
        width: 650px;
    }

    #delivery .section.section-2 .d-flex-block {
        gap: 60px;
    }

    #delivery .section.section-2 .d-flex-row > div {
        width: 100%;
    }

    #delivery .section.section-2 .d-flex-row:nth-child(1) .section-title {
        margin-bottom: 24px;
    }

    #delivery .section.section-2 .d-flex-row .ul {
        margin-top: 24px;
    }

    #delivery .section.section-2 .d-flex-row {
        gap: 24px;
    }

    #delivery .section.section-2 .d-flex-row:nth-child(1) {
        flex-direction: column;
        gap: 36px;
    }

    #delivery .section.section-2 .d-flex-row:nth-child(2) {
        flex-direction: column-reverse;
        gap: 36px;
    }

    #about .section.section-2 .block-images,
    #about .section.section-2 .block-text_wrapper .block-text{
        width: 100%;
    }

    #about .section.section-2 .block-images .text {
        position: relative;
        bottom: 0;
        left: 0;
        max-width: 670px;
        width: 100%;
        flex-direction: row;
        align-items: center;
        margin-top: 24px;
    }

    #about .section.section-2 .section-title,
    #about .section.section-7 .section-title,
    #about .section.section-8 .block__wrapper .text-block .section-title{
        margin-bottom: 24px;
    }

    #about .section.section-2 .block-text_wrapper {
        gap: 24px;
    }

    #about .section.section-3 {
        padding: 40px 0;
    }

    #about .section.section-8 .block__wrapper:nth-child(3) .title-block {
        font-size: 40px;
        line-height: 46px;
    }

    #about .section.section-6 .schema-block__wrapper {
        width: 713px;
    }

    #about .section.section-6 .grid {
        height: 481px;
    }

    #about .section.section-6 .schema-block__container {
        padding-bottom: 55px;
        padding-left: 16px;
    }

    #about .section.section-6 .schema-block__container svg.desktop {
        width: 666.15px;
        height: 255.22px;
    }

    .useful-article .section.section-2 {
        padding: 60px 0;
    }

    .useful-article .section.section-2 .d-flex-row {
        margin-bottom: 60px;
        flex-direction: column;
    }

    #useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(2),
    #useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(4),
    #useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(6),
    #useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(8){
        flex-direction: column-reverse;
    }

    .useful-article .section.section-2 .d-flex-row .image img,
    #useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(2) .image img,
    #useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(3) .image img,
    #useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(4) .image img,
    #useful-article-2390.useful-article .section.section-2 .d-flex-row:first-child .image img,
    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(3) .image img,
    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(6) .image img,
    #useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(5) .image img,
    #useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(6) .image img {
        max-height: 350px;
    }

    .useful-article .section.section-2 .d-flex-row .title-block {
        margin-bottom: 24px;
    }

    #useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(6) > div:last-child,
    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(8) > div:last-child{
        padding-top: 0;
    }

    #useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(6) {
        margin-bottom: 20px;
    }

    .useful-article .section.section-2 .d-flex-row .text.mb-36,
    #useful-article-2390.useful-article .section.section-2 .d-flex-row:first-child .ul:not(.orange) {
        margin-bottom: 16px;
    }

    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(4) > div:last-child {
        display: none;
    }

    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(5) {
        gap: 16px;
    }

    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(7) {
        gap: 36px;
    }

    #useful-article-2401.useful-article .section.section-2 .d-flex-row:nth-child(6) .image img {
        margin: 0;
    }

    #useful-article-2401.useful-article .section.section-2 .d-flex-row:nth-child(6) .text {
        margin-bottom: 16px;
    }

    #useful-article-2403.useful-article .section.section-2 .d-flex-row:first-child > div:last-child {
        padding-top: 0;
    }

    #useful-article-2403.useful-article .section.section-2 .d-flex-row:first-child {
        gap: 16px;
    }

    #useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(7) .image,
    #useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(8) .image {
        min-height: 220px;
        align-items: center;
        justify-content: center;
    }

    #useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(8) .image img {
        width: 80%;
    }

    #useful-article-2526.useful-article .section.section-2 .d-flex-row:nth-child(2),
    #useful-article-2526.useful-article .section.section-2 .d-flex-row:nth-child(4),
    #useful-article-2526.useful-article .section.section-2 .d-flex-row:nth-child(7) {
        gap: 16px;
    }

    #single-news .content {
        margin: 60px 0;
    }

    #single-news .section-2 .text h1 {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 32px 0;

    }

    #single-news .section-2 .text h2,
    #single-news .section-2 .text h3,
    #single-news .section-2 .text h4,
    #single-news .section-2 .text h5 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 24px 0;
    }

    #single-news .section-2 img {
        margin: 36px 0;
    }

    #single-news .banner img,
    #single-news .section-2 img {
        height: 320px;
    }

    .garage-article .section.section-4 .container,
    #garage-3206.garage-article .section.section-6 .container,
    #garage-3209.garage-article .section.section-6 .container,
    #garage-3219.garage-article .section.section-6 .container {
        padding: 0;
    }

    .garage-article .section.section-4 .title-block,
    #garage-3206.garage-article .section.section-6 .title-block,
    #garage-3206.garage-article .section.section-6 .text,
    #garage-3209.garage-article .section.section-6 .title-block,
    #garage-3219.garage-article .section.section-6 .title-block {
        padding: 0 20px;
    }

    .garage-article .grid-table__wrapper {
        overflow: auto;
        padding-bottom: 20px;
    }

    .garage-article .grid-table__wrapper::-webkit-scrollbar {
        height: 8px;
    }

    /* сам ползунок */
    .garage-article .grid-table__wrapper::-webkit-scrollbar-thumb {
        background: #D2D2D2;
        border-radius: 6px;
    }

    .garage-article .grid-table__wrapper .grid-table {
        width: 952px;
        margin: 0 20px;
    }

    .garage-article .sub-title-block {
        margin-bottom: 20px;
    }

    .garage-article .title-block {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .garage-article .section.section-2 .d-flex-row {
        flex-direction: column;
        gap: 16px;
    }

    #garage-3206.garage-article .section.section-2 .d-flex-row:nth-child(2) > div:last-child,
    #garage-3213.garage-article .section.section-2 .d-flex-row:nth-child(2) > div:last-child,
    #garage-3219.garage-article .section.section-2 .d-flex-row:nth-child(2) > div:last-child {
        display: none;
    }

    #garage-3206.garage-article .section.section-2 .d-flex-row:nth-child(3) {
        gap: 4px;
    }

    #our-clients .section.section-1 .clients-wrapper .banner-text__container {
        margin-top: 24px;
    }

}

@media (max-width: 768px) {
    #useful-information .section.section-2,
    #article .section.section-2,
    #garage-systems .section.section-2,
    #warranty .section.section-2,
    #news .section.section-2 {
        padding: 60px 0;
    }

    #useful-information .section.section-3,
    #article .section.section-3,
    #news .section.section-3,
    #garage-systems .section.section-3,
    #payment-methods .section.section-2,
    #payment-methods .section.section-3.gray-block,
    #payment-methods .section.section-4,
    #payment-methods .section.section-5,
    #warranty .section.section-3,
    #about .section.section-9,
    #useful-article-2374 .section.section-3,
    #useful-article-2390 .section.section-3,
    #useful-article-2401 .section.section-3,
    #useful-article-2403 .section.section-3,
    #useful-article-2524 .section.section-3,
    #useful-article-2526 .section.section-3,
    #single-news .section.section-3,
    .garage-article .section.section-3,
    #delivery .section.section-3,
    #delivery .section.section-2,
    #about .section.section-2,
    #about .section.section-7,
    .garage-article .section.section-5 {
        padding: 60px 0;
    }

    .garage-article .section.section-2 {
        padding-top: 32px;
    }

    .garage-article .section.section-4 {
        padding: 60px 0 0 0;
    }

    .garage-article .section.section-6 {
        padding-bottom: 60px;
    }

    .garage-article .section.section-2 .d-flex-row {
        margin-bottom: 60px;
    }

    #useful-information .section.section-2 .section-sub-title,
    #garage-systems .section.section-2 .section-sub-title,
    #news .section.section-2 .section-sub-title {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 20px;
        padding: 4px 16px 16px 16px;
    }

    #useful-information .section.section-2 .section-title,
    #garage-systems .section.section-2 .section-title,
    #news .section.section-2 .section-title {
        margin-bottom: 32px;
    }

    #useful-information .section.section-1 .section-title,
    #useful-information .section.section-2 .section-title,
    #news .section.section-1 .section-title,
    .garage-article  .section.section-1 .section-title,
    #about .section.section-1 .section-title,
    #single-news .section.section-1 .section-title,
    .useful-article .section-title,
    #news .section.section-2 .section-title,
    #article .section.section-1 .section-title,
    #garage-systems .section.section-1 .section-title,
    #warranty .section.section-1 .section-title,
    #payment-methods .section.section-1 .section-title,
    #payment-methods .section .d-flex-row .section-title,
    #delivery .section.section-2 .d-flex-row .section-title,
    #about .section.section-7 .section-title{
        font-size: 24px;
        line-height: 30px;
    }

    #payment-methods .section.section-3.gray-block .section-title {
        margin-bottom: 32px;
    }

    #payment-methods .section.section-4 .d-flex-row:first-child .image-block {
        width: 100%;
    }

    #warranty .section .d-flex-row .section-title {
        font-size: 24px;
        line-height: 30px;
    }

    #warranty .section.section-2 .d-flex-row.cards-wrapper .cards {
        gap: 16px;
    }

    #warranty .section.section-2 .d-flex-row.cards-wrapper .cards .item {
        width: calc(100% / 2 - 16px / 2);
    }

    #delivery .section.section-1 {
        padding: 100px 0 40px 0;
    }

    #delivery .section.section-1 .sub-title {
        font-size: 16px;
        line-height: 20px;
        padding: 4px 16px 16px 16px;
    }

    #delivery .section.section-1 .container {
        padding: 40px 16px;
    }

    #delivery .section.section-2 .d-flex-row:nth-child(1) .ul-orange {
        flex-direction: column;
    }

    #delivery .section.section-2 .d-flex-row:nth-child(1) .ul-orange .li {
        width: 100%;
    }

    #delivery .section.section-2 .d-flex-row:nth-child(2) > div:last-child .image {
        width: 558px;
    }

    #about .section.section-2 .block-images {
        margin-bottom: 60px;
    }

    #about .section.section-2 .block-images .images {
        gap: 16px;
    }

    #about .section.section-2 .block-images .images img:first-child {
        width: calc(100% / 2 - 16px / 2);
    }

    #about .section.section-2 .block-images .images img:last-child {
        width: calc(100% / 2 - 16px / 2);
        margin-top: 20px;
    }

    #about .section.section-3 .image__wrapper {
        margin-bottom: 40px;
    }

    #about .section.section-3 .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #about .section.section-3 .section-text {
        font-size: 16px;
        line-height: 20px;
    }

    #about .section.section-3 .section-title {
        margin-bottom: 16px;
    }

    #about .section.section-8 .block__wrapper:first-child {
        gap: 60px;
        margin-bottom: 60px;
    }

    #about .section.section-8 .block__wrapper:nth-child(2) {
        margin-bottom: 60px;
    }

    #about .section.section-8 .block__wrapper:nth-child(2) .image-block img {
        height: 114px;
    }

    #about .section.section-8 .block__wrapper:nth-child(3) .title-block {
        font-size: 32px;
        line-height: 36px;
    }

    #about .section.section-8 .block__wrapper:nth-child(3) .image-block {
        height: 300px;
        margin: 0;
    }

    #about .section.section-8 .block__wrapper:nth-child(3) .image-block img {
        width: 470px;
        left: 0;
        right: inherit;
    }

    #about .section.section-7 .block__wrapper .images-block .image:first-child {
        min-width: 200px;
    }

    #about .section.section-4 {
        padding-top: 60px;
    }

    #about .section.section-4 .section-title {
        margin-bottom: 24px;
    }

    #about .section.section-4 .items .item {
        width: calc(100% / 2 - 20px / 2);
    }

    #about .section.section-5 {
        padding: 60px 0;
    }

    #about .section.section-5 .section-title {
        margin-bottom: 24px;
    }

    #about .section.section-5 .d-flex-block .block-images {
        gap: 16px;
    }

    #about .section.section-5 .d-flex-block .block-images > div:first-child {
        width: calc(100% / 7 * 3 - 16px + 16px / 7 * 3);
        padding-top: 60px;
    }

    #about .section.section-5 .d-flex-block .block-images > .image {
        width: calc(100% / 7 * 4 - 16px + 16px / 7 * 4);
    }

    #about .section.section-5 .d-flex-block .block-images > .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 320px;
    }

    #about .section.section-6 {
        padding: 60px 0 96px;
    }

    #about .section.section-6 .grid {
        height: 381px;
    }

    #about .section.section-6 .schema-block__wrapper {
        width: 505px;
    }

    #about .section.section-6 .schema-block__wrapper .date-block {
        padding: 16px 0 0 0;
        bottom: -36px;
    }

    #about .section.section-6 .schema-block__container svg.desktop {
        width: 466px;
        height: 178px;
    }

    #about .section.section-6 .schema-block__wrapper .date-block > div {
        font-size: 16px;
        line-height: 20px;
    }

    #about .section.section-6 .schema-block__container .block-text .block {
        font-size: 12px;
        line-height: 16px;
    }

    #about .section.section-6 .schema-block__container .block-text .block span {
        font-size: 20px;
        line-height: 24px;
    }

    #about .section.section-6.animate .schema-block__container .block-text .block,
    #about .section.section-6 .schema-block__container .block-text .block > div {
        width: 107px;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(1) {
        bottom: 14%;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(3) {
        bottom: 29.5%;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(6) {
        bottom: 58%;
    }

    #about .section.section-6 .section-title {
        margin-bottom: 24px;
    }

    .useful-article .section.section-2 {
        padding: 32px 0 60px 0;
    }

    #single-news .content {
        margin: 32px 0 60px 0;
    }

    #single-news .banner {
        margin-bottom: 36px;
    }

    #useful-information .section.section-1 .container,
    #article .section.section-1 .container,
    #garage-systems .section.section-1 .container,
    #payment-methods .section.section-1 .container,
    #warranty .section.section-1 .container,
    #news .section.section-1 .container,
    .garage-article .section.section-1 .container,
    #about .section.section-1 .container,
    #single-news .section.section-1 .container {
        gap: 12px;
    }

    #our-clients .section.section-1 .breadcrumbs {
        margin-bottom: 12px;
    }

    .garage-article .section.section-4 .title-block,
    #garage-3206.garage-article .section.section-6 .title-block,
    #garage-3206.garage-article .section.section-6 .text,
    #garage-3209.garage-article .section.section-6 .title-block,
    #garage-3219.garage-article .section.section-6 .title-block {
        padding: 0 16px;
    }

    .garage-article .grid-table__wrapper .grid-table {
        margin: 0 16px;
    }

    .garage-article .title-block {
        font-size: 24px;
        line-height: 28px;
    }

    .garage-article .sub-title-block {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .garage-article .ul.orange,
    .garage-article .text,
    .garage-article .ul {
        font-size: 16px;
        line-height: 20px;
    }

    .garage-article .section.section-2 .d-flex-row,
    .garage-article .ul.orange {
        gap: 10px;
    }

    #garage-3200.garage-article .section.section-2 .d-flex-row:nth-child(2) {
        margin-bottom: 36px;
    }

    #garage-3200.garage-article .section.section-2 .d-flex-row:first-child .title-block,
    #garage-3206.garage-article .section.section-2 .d-flex-row:first-child .title-block,
    #garage-3209.garage-article .section.section-2 .d-flex-row:first-child .title-block,
    #garage-3211.garage-article .section.section-2 .d-flex-row:first-child .title-block,
    #garage-3213.garage-article .section.section-2 .d-flex-row:first-child .title-block,
    #garage-3219.garage-article .section.section-2 .d-flex-row:first-child .title-block {
        margin-bottom: 16px;
    }

    .garage-article .grid-table__wrapper .grid-table .cell {
        font-size: 12px;
        line-height: 16px;
    }

    #garage-3200.garage-article .grid-table__wrapper .grid-table {
        grid-template-columns: 156px repeat(4, 1fr);
        width: 922px;
    }

    #garage-3206.garage-article .grid-table__wrapper .grid-table.type {
        grid-template-columns: 156px repeat(3, 1fr);
        width: 800px;
    }

    #garage-3209.garage-article .grid-table__wrapper .grid-table.example,
    #garage-3213.garage-article .grid-table__wrapper .grid-table.example {
        grid-template-columns: 156px repeat(2, 1fr);
        width: 800px;
    }

    #garage-3209.garage-article .grid-table__wrapper .grid-table.type {
        grid-template-columns: 156px repeat(2, 1fr);
        width: 500px;
    }

    #garage-3211.garage-article .grid-table__wrapper .grid-table.example {
        grid-template-columns: 156px repeat(3, 1fr);
        width: 800px;
    }

    #garage-3219.garage-article .grid-table__wrapper .grid-table.parameters {
        grid-template-columns: 126px repeat(4, 1fr);
        width: 700px;
    }

    #garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(1),
    #garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(6),
    #garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(15),
    #garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(20),
    #garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(25),
    #garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(30),
    #garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(35),
    #garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(40),
    #garage-3200.garage-article .grid-table__wrapper .grid-table .cell:nth-child(45),
    #garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(1),
    #garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(5),
    #garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(9),
    #garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(13),
    #garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(17),
    #garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(21),
    #garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(25),
    #garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(29),
    #garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(33),
    #garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(37),
    #garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(41),
    #garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(45),
    #garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(49),
    #garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(53),
    #garage-3206.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(57),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(1),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(4),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(7),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(10),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(13),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(15),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(17),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(19),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(21),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(23),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(25),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(27),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(1),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(4),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(7),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(10),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(13),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(16),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(19),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(22),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(25),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(28),
    #garage-3209.garage-article .grid-table__wrapper .grid-table.type .cell:nth-child(31),
    #garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(1),
    #garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(5),
    #garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(9),
    #garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(13),
    #garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(13),
    #garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(17),
    #garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(19),
    #garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(21),
    #garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(23),
    #garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(25),
    #garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(27),
    #garage-3211.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(29),
    #garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(1),
    #garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(4),
    #garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(7),
    #garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(10),
    #garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(13),
    #garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(15),
    #garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(17),
    #garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(19),
    #garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(21),
    #garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(23),
    #garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(25),
    #garage-3213.garage-article .grid-table__wrapper .grid-table.example .cell:nth-child(27){
        max-width: 156px;
    }

    #garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(5),
    #garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(22),
    #garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(31),
    #garage-3219.garage-article .grid-table__wrapper .grid-table.parameters .cell:nth-child(38){
        max-width: 126px;
    }

    .garage-article .advantages .items-container .item .square {
        width: 160px;
        height: 160px;
        border-radius: 36px;
    }

    .garage-article .advantages .items-container .item .square svg {
        width: 100px;
        height: 100px;
    }

    .garage-article .advantages .items-container .item .title-text {
        font-size: 16px;
        line-height: 18px;
    }

    .garage-article .advantages .items-container {
        gap: 16px;
    }

    .garage-article .advantages .items-container .item {
        width: calc(100% / 3 - 16px + 16px / 3);
    }

    #our-clients .section.section-1 .clients-wrapper .banner-text__container {
        padding: 16px;
    }

    #our-clients .section.section-1 .clients-wrapper .banner-text__container .text {
        font-size: 16px;
        line-height: 20px;
    }

    #our-clients .section.section-1 .clients-wrapper .banner-text__container .text span {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 680px) {
    #our-clients .section.section-1 .clients-wrapper .clients-container .item .image img {
        width: 158px;
        height: 74px;
    }

    #delivery .section.section-1 .d-flex-block .block-map,
    #delivery .section.section-1 .d-flex-block .block-map .map svg {
        width: 508px;
        height: 432px;
    }

    #about .section.section-7 .block__wrapper .images-block {
        gap: 16px;
    }

    #about .section.section-7 .block__wrapper .images-block .image:first-child,
    #about .section.section-7 .block__wrapper .images-block .image:last-child {
        width: calc(100% / 2 - 16px / 2);
    }

    #about .section.section-7 .block__wrapper .images-block .image:first-child {
        min-width: auto;
    }

    #about .section.section-7 .block__wrapper .images-block .image:first-child > div {
        margin-top: 20px;
    }

    #about .section.section-7 .block__wrapper .images-block .image:first-child .text {
        margin-bottom: 10px;
    }

    #about .section.section-7 .block__wrapper .images-block .image:first-child .text {
        font-size: 14px;
        line-height: 18px;
    }

    #about .section.section-7 .block__wrapper .images-block .image:last-child img {
        min-height: 320px;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 576px) {
    #useful-information .section.section-1,
    #article .section.section-1,
    #garage-systems .section.section-1,
    #payment-methods .section.section-1,
    #warranty .section.section-1,
    #news .section.section-1,
    #about .section.section-1,
    #single-news .section.section-1,
    .useful-article .section.section-1 {
        height: 260px;
    }

    #useful-information .section.section-2 .section-sub-title,
    #garage-systems .section.section-2 .section-sub-title,
    #news .section.section-2 .section-sub-title {
        margin-bottom: 12px;
    }

    #useful-information .section.section-2 .section-title,
    #garage-systems .section.section-2 .section-title,
    #news .section.section-2 .section-title {
        margin-bottom: 24px;
    }

    #useful-information .section.section-2,
    #article .section.section-2,
    #garage-systems .section.section-2,
    #news .section.section-2 {
        padding: 32px 0 60px 0;
    }

    #useful-information .section.section-2 .articles .item,
    #garage-systems .section.section-2 .cards .item,
    #news .section.section-2 .cards .item {
        padding: 16px;
        border-radius: 12px;
        width: 100%;
    }

    #article .section.section-2 .d-flex-block,
    #article .section.section-2 .d-flex-block .title-block,
    #article .section.section-2 .d-flex-block .ul-title {
        font-size: 16px;
        line-height: 20px;
    }

    #article .section.section-2 .d-flex-row.first .date {
        margin-bottom: 12px;
    }

    #article .section.section-2 .d-flex-block .title-block {
        margin-bottom: 16px;
    }

    #article .section.section-2 .d-flex-row {
        gap: 16px;
    }


    #article .section.section-2 .d-flex-block .text,
    #article .section.section-2 .d-flex-block .ul-block,
    #article .section.section-2 .d-flex-row.four .text-block.w100 {
        margin-bottom: 10px;
    }

    #article .section.section-2 .d-flex-row.first .image,
    #article .section.section-2 .d-flex-row.two .image,
    #article .section.section-2 .d-flex-row.three .image {
        border-radius: 12px;
        height: 220px;
    }

    #article .section.section-2 .d-flex-row.first .image {
        margin-top: 16px;
    }

    #article .section.section-2 .d-flex-block .ul-title {
        margin-bottom: 6px;
    }

    #article .section.section-2 .d-flex-block .ul-block.orange .ul {
        gap: 10px;
    }

    #article .section.section-2 .d-flex-row.four .text-block:last-child,
    #article .section.section-2 .d-flex-row.last .text-block:last-child {
        margin-top: 10px;
    }

    #payment-methods .section .d-flex-row .text,
    #payment-methods .section .d-flex-row .ul-block,
    #warranty .section .d-flex-row .sub-title{
        font-size: 16px;
        line-height: 20px;
    }

    #payment-methods .section.section-3.gray-block .cards {
        gap: 16px;
    }

    #payment-methods .section.section-3.gray-block .cards .item {
        width: 100%;
        min-height: auto;
        border-radius: 12px;
    }

    #payment-methods .section.section-3.gray-block .cards .item .title {
        margin-bottom: 12px;
    }

    #payment-methods .section.section-3.gray-block:before {
        width: 664px;
        height: 529px;
        top: 40%;
    }

    #payment-methods .section.section-3.gray-block .section-title {
        margin-bottom: 24px;
    }

    #warranty .section .d-flex-row .image-block img,
    #warranty .section.section-2 .d-flex-row:first-child .image-block img{
        height: 186px;
        border-radius: 12px;
    }

    #warranty .section .d-flex-row .text,
    #warranty .section .d-flex-row .ul-block,
    #warranty .section.section-2 .d-flex-row.cards-wrapper .cards .item .title{
        font-size: 16px;
        line-height: 20px;
    }

    #warranty .section.section-2,
    #payment-methods .section.section-2{
        padding-top: 32px;
    }

    #warranty .section.section-2 .d-flex-row.cards-wrapper .cards .item {
        gap: 24px;
        width: 100%;
    }

    #warranty .section .d-flex-row .ul-block .ul-title {
        margin-bottom: 4px;
    }

    #our-clients .section.section-1 .section-title {
        margin-bottom: 24px;
    }

    #our-clients .section.section-1 .navigation-wrapper .button .text,
    #our-clients .section.section-1 .navigation-wrapper .button .close,
    #our-clients .section.section-1 .navigation-container .client-name{
        font-size: 16px;
        line-height: 20px;
    }

    #our-clients .section.section-1 .navigation-container,
    #our-clients .section.section-1 .navigation-wrapper .button{
        padding: 16px;
        border-radius: 16px;
    }

    #our-clients .section.section-1 .clients-wrapper .clients-container .item {
        border-radius: 16px;
        padding: 8px;
        height: 110px;
    }

    #our-clients .section.section-1 .clients-wrapper .banner-text__container {
        border-radius: 16px;
        padding: 12px;
    }

    #our-clients .section.section-1 .clients-wrapper .clients-container .item .image {
        border-radius: 12px;
    }

    #our-clients .section.section-1 .clients-wrapper .clients-container .item .image img {
        width: 115px;
        height: 54px;
    }

    #our-clients .section.section-1 .clients-wrapper .clients-container::-webkit-scrollbar {
        width: 4px;
    }

    #our-clients .section.section-1 {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    #delivery .section.section-1 .container {
        padding: 20px 16px 40px 16px;
    }

    #delivery .section.section-1 .d-flex-block .block-title .section-title,
    #delivery .section.section-1 .d-flex-block .block-title .sub-text-title{
        margin-bottom: 16px;
    }

    #delivery .section.section-1 .d-flex-block .block-title {
        font-size: 16px;
        line-height: 20px;
    }

    #delivery .section.section-1 .d-flex-block .block-title .text span {
        margin-bottom: 4px;
    }

    #delivery .section.section-1 .d-flex-block .block-map,
    #delivery .section.section-1 .d-flex-block .block-map .map svg {
        width: 100%;
        height: auto;
    }

    #delivery .section.section-1 .d-flex-block {
        margin-top: 14px;
    }

    #delivery .section.section-2 .d-flex-row .ul-orange,
    #delivery .section.section-2 .d-flex-row .text,
    #delivery .section.section-2 .d-flex-row .ul {
        font-size: 16px;
        line-height: 20px;
    }

    #delivery .section.section-2 .d-flex-row:nth-child(2) > div:last-child .image {
        width: 100%;
    }

    #delivery .section.section-2 .d-flex-row .ul-orange {
        gap: 10px;
    }

    #delivery .section.section-2 .d-flex-row .ul {
        gap: 2px;
    }

    #about .section.section-2 .block-text .text,
    #about .section.section-2 .block-text_wrapper .block-text,
    #about .section.section-7 .block__wrapper .text-block .text,
    #about .section.section-7 .block__wrapper .text-block .ul,
    #about .section.section-8 .block__wrapper .text-block .text,
    #single-news .section-2 .text,
    #single-news .section-2 ul{
        font-size: 16px;
        line-height: 20px;
    }

    #about .section.section-8 .block__wrapper .text-block .text {
        margin-bottom: 10px;
    }

    #about .section.section-2 .block-images .text,
    #about .section.section-2 .block-text_wrapper .block-text .sub-text{
        font-size: 12px;
        line-height: 16px;
    }

    #about .section.section-2 {
        padding-top: 32px;
    }

    #about .section.section-3 .image__container {
        width: 358px;
        height: 358px;
    }

    #about .section.section-3 .image__wrapper {
        width: 358px;
    }

    #about .section.section-3 .section-title {
        max-width: 337px;
    }

    #about .section.section-7 {
        padding-top: 30px;
    }

    #about .section.section-7 .block__wrapper .text-block .ul {
        margin-top: 8px;
    }

    #about .section.section-8 .block__wrapper:nth-child(3) .image-block {
        height: 200px;
    }

    #about .section.section-8 .block__wrapper:nth-child(2) .image-block {
        width: 100%;
    }

    #about .section.section-8 .block__wrapper:nth-child(3) .image-block img {
        width: 400px;
        bottom: -100px;
    }

    #about .section.section-7 .block__wrapper .images-block .image:first-child .text,
    #about .section.section-4 .sub-text,
    #about .section.section-5 .d-flex-block .block-images > div .sub-text,
    #about .section.section-6 .schema-block__wrapper .sub-text {
        font-size: 12px;
        line-height: 16px;
    }

    #about .section.section-4,
    #about .section.section-5 {
        padding: 30px 0;
    }

    #about .section.section-4 .items {
        gap: 16px;
        margin-bottom: 24px;
    }

    #about .section.section-4 .items .item {
        width: 100%;
        gap: 24px;
        min-height: 112px;
    }

    #about .section.section-4 .items .item:nth-child(2) {
        display: none;
    }

    #about .section.section-4 .items .item .title,
    #about .section.section-5 .d-flex-block .ul,
    #about .section.section-6 .block-text .text {
        font-size: 16px;
        line-height: 20px;
    }

    #about .section.section-5 .d-flex-block .block-images > div .sticky {
        gap: 10px;
    }

    #about .section.section-5 .d-flex-block .block-images > div:first-child {
        padding-top: 20px;
    }

    #about .section.section-5 .d-flex-block .block-images > div:first-child,
    #about .section.section-5 .d-flex-block .block-images > .image{
        width: calc(100% / 2 - 16px / 2);
    }

    #about .section.section-6 .block-text .text {
        margin-bottom: 10px;
    }

    #about .section.section-6 .d-flex-block {
        gap: 28px;
    }

    #about .section.section-6 .grid {
        height: 313px;
    }

    #about .section.section-6 .schema-block__wrapper {
        width: 100%;
    }

    #about .section.section-6 .schema-block__container {
        padding-bottom: 36px;
        padding-left: 18px;
    }

    #about .section.section-6 .schema-block__container svg.desktop {
        width: calc(100% - 20px);
        height: auto;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot {
        width: 4px;
        height: 4px;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot.orange {
        width: 8px;
        height: 8px;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(1) {
        bottom: 11%;
        left: 5%;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(2) {
        bottom: 28%;
        left: 27%
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(3) {
        bottom: 22.5%;
        left: 43.5%;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(4) {
        bottom: 38%;
        left: 60%;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(5) {
        bottom: 34.5%;
        left: 83%;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(6) {
        bottom: 46%;
        left: 98.5%;
    }

    #about .section.section-6 .schema-block__container .block-text .block:nth-child(1) {
        bottom: 35%;
        left: 28%;
    }

    #about .section.section-6 .schema-block__container .block-text .block:nth-child(2) {
        bottom: 16.5%;
        left: 61%;
    }

    #about .section.section-6 .schema-block__container .block-text .block:nth-child(3) {
        bottom: 54.5%;
        left: 70%;
    }

    #about .section.section-6 .schema-block__container svg.desktop {
        display: none;
    }

    #about .section.section-6 .schema-block__container svg.mobile {
        display: block;
    }

    #about .section.section-6 .schema-block__container {
        max-width: 339px;
        margin: 0 auto;
    }

    #about .section.section-6 .schema-block__wrapper .date-block {
        max-width: 340px;
        left: 50%;
        transform: translateX(-50%);
        padding: 16px 0 0 18px;
    }

    #about .n-sticky {
        top: 60%;
    }

    .useful-article .section.section-2 .date {
        margin-bottom: 12px;
    }

    .useful-article .section.section-2 .d-flex-row {
        gap: 16px;
    }

    .useful-article .section.section-2 .d-flex-row .title-block {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .useful-article .section.section-2 .d-flex-row .text,
    .useful-article .section.section-2 .d-flex-row .ul,
    .useful-article .section.section-2 .d-flex-row .ul.orange .ul-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .useful-article .section.section-2 .d-flex-row .title-text {
        font-size: 16px;
        line-height: 20px;
    }

    .useful-article .section.section-2 .d-flex-row .ul .ul-title {
        margin-bottom: 6px;
    }

    .useful-article .section.section-2 .d-flex-row:first-child .ul .ul-title
    .useful-article .section.section-2 .d-flex-row .ul.orange .ul-title {
        margin-bottom: 10px;
    }

    .useful-article .section.section-2 .d-flex-row .image img,
    #useful-article-2390.useful-article .section.section-2 .d-flex-row:first-child .image,
    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(6) .image{
        border-radius: 12px;
    }

    .useful-article .section.section-2 .d-flex-row .image img,
    #useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(2) .image img,
    #useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(3) .image img,
    #useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(4) .image img,
    #useful-article-2390.useful-article .section.section-2 .d-flex-row:first-child .image img,
    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(3) .image img {
        max-height: 220px;
    }

    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(6) .image img {
        max-height: 420px;
    }

    .useful-article .section.section-2 .d-flex-row .ul.orange .li,
    .useful-article .section.section-2 .d-flex-row .text.mb-36,
    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(4),
    #useful-article-2401.useful-article .section.section-2 .d-flex-row:nth-child(6) .text{
        margin-bottom: 10px;
    }

    #useful-article-2374.useful-article .section.section-2 .d-flex-row:nth-child(6) {
        margin-bottom: 16px;
    }

    .useful-article .section.section-2 .d-flex-row .ul:not(.orange) .li {
        margin-bottom: 2px;
    }

    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(5),
    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(8),
    #useful-article-2401.useful-article .section.section-2 .d-flex-row:nth-child(3),
    #useful-article-2403.useful-article .section.section-2 .d-flex-row:first-child,
    #useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(2),
    #useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(4) {
        gap: 10px;
    }

    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(7) {
        gap: 24px;
    }

    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(6) .ul:not(.orange) .li.formula {
        margin: 4px 0 6px;
    }

    #useful-article-2390.useful-article .section.section-2 .d-flex-row:nth-child(6) div > .ul:not(.orange) {
        margin-bottom: 24px;
    }

    #useful-article-2401.useful-article .section.section-2 .d-flex-row:first-child .image img {
        max-width: none;
        max-height: 420px;
    }

    #useful-article-2403.useful-article .section.section-2 .d-flex-row:nth-child(3) {
        margin-bottom: 20px;
    }

    #useful-article-2524.useful-article .section.section-2 .d-flex-row:nth-child(7) > div:last-child .text.mt-20 {
        margin-top: 16px;
    }

    #useful-article-2526.useful-article .section.section-2 .d-flex-row:nth-child(2),
    #useful-article-2526.useful-article .section.section-2 .d-flex-row:nth-child(4),
    #useful-article-2526.useful-article .section.section-2 .d-flex-row:nth-child(7) {
        gap: 10px;
    }

    #single-news .banner img,
    #single-news .section-2 img {
        height: 220px;
        border-radius: 12px;
    }

    #single-news .date-news {
        margin-bottom: 12px;
    }

    #single-news .section-2 .text h1,
    #single-news .section-2 .text h2,
    #single-news .section-2 .text h3,
    #single-news .section-2 .text h4,
    #single-news .section-2 .text h5 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    #single-news .section-2 .text,
    #single-news .section-2 ul,
    #single-news .section-2 .text p {
        margin-bottom: 10px;
    }

    #delivery .section.section-1 {
        padding-top: 76px;
    }

    #delivery .section.section-1 > .breadcrumbs {
        display: flex;
        margin-left: 16px;
    }

    #delivery .section.section-1 .d-flex-block .block-title .breadcrumbs {
        display: none;
    }

    .garage-article .advantages .items-container .item .text {
        font-size: 12px;
        line-height: 16px;
    }

    .garage-article .advantages .items-container .item {
        width: calc(100% / 2 - 16px / 2);
    }

    .garage-article .advantages .items-container .item .square {
        margin-bottom: 12px;
    }

    .garage-article .advantages .items-container .item .square svg {
        width: 88px;
        height: 88px;
    }

    #useful-information .section.section-2 .articles .item .preview-text,
    #garage-systems .section.section-2 .cards .item .preview-text,
    #news .section.section-2 .cards .item .preview-text {
        -webkit-line-clamp: 3;
        line-clamp: 3;
        height: 60px;
    }
}

@media (max-width: 460px) {
    #warranty #consultation-block .block-form .title {
        width: 100%;
    }

    #our-clients .section.section-1 .clients-wrapper .banner-text__container .text {
        max-width: 254px;
    }

    #our-clients .section.section-1 .clients-wrapper .banner-text__container img {
        width: 170px;
        top: 45%;
        right: -7%;
    }

    #our-clients .section.section-1 .clients-wrapper .banner-text__container .text span {
        font-size: 16px;
        line-height: 20px;
    }

}

@media (max-width: 430px) {
    #payment-methods #consultation-block .block-form .title {
        width: 75%;
    }

    #our-clients .section.section-1 .d-flex-block > div.navigation-wrapper {
        width: 100%;
    }

    #delivery .section.section-2 .d-flex-row .btn-link {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 420px) {
    #useful-information .section.section-2 .articles .item .preview-text,
    #garage-systems .section.section-2 .cards .item .preview-text,
    #news .section.section-2 .cards .item .preview-text {
        -webkit-line-clamp: 3;
        line-clamp: 3;
        height: 60px;
    }

    #useful-information .section.section-2 .articles .item .preview-text:before,
    #garage-systems .section.section-2 .cards .item .preview-text:before,
    #news .section.section-2 .cards .item .preview-text:before {
        height: 44px;
    }

    #useful-information .section.section-2 .articles .item .btn-link,
    #garage-systems .section.section-2 .cards .item .btn-link,
    #news .section.section-2 .cards .item .btn-link {
        width: 100%;
    }

    #useful-information .section.section-2 .articles .item .image,
    #garage-systems .section.section-2 .cards .item .image,
    #news .section.section-2 .cards .item .image {
        height: 184px;
    }

    #useful-information .section.section-2 .articles .item .preview-text,
    #garage-systems .section.section-2 .cards .item .preview-text,
    #news .section.section-2 .cards .item .preview-text {
        margin-bottom: 12px;
    }

    #useful-information .section.section-2 .articles .item .image .gray.no-photo img,
    #garage-systems .section.section-2 .cards .item .image .gray.no-photo img,
    #news .section.section-2 .cards .item .image .gray.no-photo img {
        bottom: -45px;
    }

    #payment-methods .section .d-flex-row .btn-link {
        width: 100%;
    }

    #payment-methods #consultation-block .block-form .title {
        width: 77%;
    }

    #about .section.section-8 .block__wrapper:nth-child(3) .image-block img {
        width: 300px;
    }

    #about .section.section-8 .block__wrapper:nth-child(2) .image-block img {
        width: 100%;
        height: auto;
    }

    #about .section.section-8 .block__wrapper:nth-child(3) .image-block {
        height: 124px;
    }
}

@media (max-width: 400px) {
    #payment-methods #consultation-block .block-form .title {
        width: 82%;
    }

    #delivery .section.section-1 .map .dots .dot-map,
    #delivery .section.section-1 .map .dots .dot-map:before{
        width: 16px;
        height: 16px;
    }

    #delivery .section.section-1 .map .dots .dot-map:after {
        width: 6px;
        height: 6px;
    }

    #delivery .section.section-1 .map .dots .dot-map:nth-child(1) {
        top: 9%;
        right: 40%;
    }

    #delivery .section.section-1 .map .dots .dot-map:nth-child(2) {
        top: 14%;
        right: 28%;
    }

    #delivery .section.section-1 .map .dots .dot-map:nth-child(3) {
        top: 21%;
        right: 54%;
    }

    #delivery .section.section-1 .map .dots .dot-map:nth-child(4) {
        top: 32%;
        right: 63%;
    }

    #delivery .section.section-1 .map .dots .dot-map:nth-child(5) {
        top: 32%;
        right: 44%;
    }

    #delivery .section.section-1 .map .dots .dot-map:nth-child(8) {
        top: 47%;
        right: 86%;
    }

    #delivery .section.section-1 .map .dots .dot-map:nth-child(9) {
        top: 49%;
        right: 74%;
    }

    #delivery .section.section-1 .map .dots .dot-map:nth-child(10) {
        top: 53%;
        right: 32%;
    }

    #delivery .section.section-1 .map .dots .dot-map:nth-child(11) {
        top: 48%;
        right: 12%;
    }

    #delivery .section.section-1 .map .dots .dot-map:nth-child(12) {
        top: 60%;
        right: 63%;
    }

    #delivery .section.section-1 .map .dots .dot-map:nth-child(17) {
        top: 74%;
        right: 90%;
    }

    #delivery .section.section-1 .map .dots .dot-map:nth-child(18) {
        top: 73%;
        right: 80%;
    }

    #delivery .section.section-1 .map .dots .dot-map:nth-child(19) {
        top: 75%;
        right: 66%;
    }

    #delivery .section.section-1 .map .dots .dot-map:nth-child(20) {
        top: 84%;
        right: 38%;
    }

    #about .section.section-3 .image__container {
        width: 330px;
        height: 330px;
    }

    #about .section.section-3 .image__wrapper {
        width: 330px;
    }

    #about .section.section-6 .schema-block__container {
        padding-left: 0;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(1) {
        bottom: 11%;
        left: 0%;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(2) {
        bottom: 28%;
        left: 22%
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(3) {
        bottom: 22.5%;
        left: 38.5%;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(4) {
        bottom: 38%;
        left: 55%;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(5) {
        bottom: 34.5%;
        left: 77.5%;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(6) {
        bottom: 46%;
        left: 93.5%;
    }

    #about .section.section-6 .schema-block__wrapper .date-block {
        padding-left: 0;
    }

    #about .section.section-6 .schema-block__container .block-text .block:nth-child(1) {
        left: 22%;
    }

    #about .section.section-6 .schema-block__container .block-text .block:nth-child(2) {
        left: 56%;
    }

    #about .section.section-6 .schema-block__container .block-text .block:nth-child(3) {
        left: 65%;
    }
}

@media (max-width: 380px) {
    #payment-methods #consultation-block .block-form .title {
        width: 87%;
    }

    .garage-article .advantages .items-container .item .square {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 370px) {

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(1) {
        bottom: 11%;
        left: 0%;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(2) {
        bottom: 28%;
        left: 22%
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(3) {
        bottom: 22.5%;
        left: 39.5%;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(4) {
        bottom: 38%;
        left: 56%;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(5) {
        bottom: 34.5%;
        left: 79%;
    }

    #about .section.section-6 .schema-block__container .block-dots .dot:nth-child(6) {
        bottom: 46%;
        left: 95.5%;
    }
}