    /* Верхний блок со скошенным низом */
.skewed-top {
    background: linear-gradient(135deg, #015ab6 0%, #212b76 100%);
    padding: 0 0 200px 0;
    clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
    z-index: 2;
}

/* Средний блок со скошенным верхом */
.skewed-middle {
    background-color: #ffffff;
    clip-path: polygon(0 35%, 100% 0, 100% 100%, 0 100%);
    padding: 150px 0 0 0;
    margin-top: -215px;
    z-index: 1;
}

/* Нижний блок */
.skewed-bottom {
    background: linear-gradient(135deg, #015ab6 0%, #212b76 100%);
    color: white;
}

.skewed-top__title {
    transform: scaleY(1.5);
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0.1em;
}

.skewed-top__title span {
    font-weight: 600;
    color: orange;
}

.skewed-top__content {
    display: flex;
    flex-direction: column;
    gap: 60px;
    text-align: center;
    padding: 60px 0 70px 0;
}

.skewed-top__body {
    display: flex;
    gap: 100px;
    justify-content: space-between;
    padding: 0 200px;
}

.skewed-top__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.skewed-top__item--text {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #ffffff;
}

.skewed-top__item--ico {
    width: 130px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#svg-icon-1 {
    width: 105px;
    height: auto;
}


.skewed-top__item--ico svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.skewed-middle__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
    padding: 70px 200px 0 200px;
}

.skewed-middle__text {
    flex: 2;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
}

.skewed-bottom__content {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 100px 200px 150px 200px;
}

.skewed-bottom__title {
    transform: scaleY(1.2);
    letter-spacing: 0.1em;
    color: #ffffff;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
}

.skewed-bottom__body {
    display: flex;
    flex-wrap: wrap;
    row-gap: 100px;
    column-gap: 200px;
}

.skewed-bottom__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    min-width: 200px;
}

.skewed-bottom__number {
    color: #ef7c0a;
    font-weight: 400;
    font-size: 38px;
}

.skewed-bottom__text {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
}

.main-banner__bg-warehouse {
    position: relative;
    background-image: url("/local/templates/technoparts_v2/images/banner_bg2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.wrapper {
    max-width: 1440px;
    min-width: 360px;
    margin: 0 auto;
}

.main-banner {
    position: relative;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 818px;
    display: flex;
    justify-content: space-between;
}

.main-banner__left {
    flex: 0 1 calc(66.666% + 38px);
    width: 100%;
    z-index: 2;
    justify-content: start;
    align-items: center;
    min-width: 200px;
    display: flex;
}

.main-banner__left-content {
    margin: 0 50px;
}

.main-banner__left-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    width: 360px;
    height: 96px;
}

.main-banner__left-title h1 {
    margin: 0 0 40px 0;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: center;
    color: #FF8C00;
}

.main-banner__ul {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 2px;
    list-style-type: none;
}

.main-banner__ul li {
    display: flex;
    margin-top: 30px;
    text-align: center;
    justify-content: flex-start;
}

.main-banner__ul-li--ico {
    display: flex;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 30px;
}

.container__map {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.map__warehouse {
    height: 600px;
    position: relative;
}


.blue-map-info {
    position: absolute;
    top: 52%;
    left: 41.5%;
}

.blue-callout {
    position: relative;
    display: inline-block;
    background-color: rgba(23, 58, 135, 0.7);
    color: white;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 10px;
}

.blue-callout::before {
    content: '';
    position: absolute;
    left: -80px;
    top: 20%;
    transform: translateY(-50%);
    border-width: 25px 80px 15px 0;
    border-style: solid;
    border-color: transparent rgba(23, 58, 135, 0.7) transparent transparent;
}

.callout-content {
    text-align: left;
}


<!-- Мобильные стили -->

 .container_type1 {
     background-color: #ffffff;
     display: flex;
     flex-direction: column;
 }

.tab-top {
    display: flex;
    justify-content: center;
    position: relative;
}

.tab-top svg {
    width: 170px;
    height: auto;
}

.about-3D_logo--mobile {
    width: 100%;
    margin-top: -20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.about-3D_logo--mobile img {
    width: 275px;
    height: auto;
    object-fit: contain;
}

.skewed-top__body.mobile {
    background-image: url("/local/templates/technoparts_v2/images/img-003.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    flex-wrap: wrap;
}

.skewed-top__item {
    gap: 10px;
}

.skewed-top__item--text.mobile {
    color: #1F3E89;
    text-align: center;
    font-size: 16px;
    line-height: 1;
}

.skewed-top__body.mobile {
    padding: 30px 40px;
    gap: 20px;
}

.skewed-top__item--ico.mobile {
    width: 30px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skewed-top__item--ico.mobile svg {
    width: 100%;
    height: 100%;
}

.skewed-middle.mobile {
    background-color: #213F89;
    padding: 0;
    margin: 0;
    clip-path: none;
    border-radius: 15px;
    z-index: inherit;
}

.skewed-middle__content.mobile {
    padding: 20px 20px 50px 20px;
    gap: 0;
}

.skewed-middle__text.mobile {
    width: 100%;
    color: #ffffff;
    flex: none;
    font-size: 16px;
    line-height: 1.2;

}

.skewed-bottom.mobile {
    background: #ffffff;
    color: #1F3E89;
}

.skewed-bottom__content.mobile {
    gap: 0;
    padding: 0;
}

.skewed-bottom__item.mobile {
    min-width: 100px;
    width: 50%;
    gap: 0;
}

.skewed-bottom__number.mobile {
    font-size: 22px;
}

.skewed-bottom__text.mobile {
    color: #1F3E89;
    font-size: 16px;
    line-height: 1.2;
}

.skewed-bottom__body.mobile {
    row-gap: 50px;
    column-gap: 20px;
    padding: 30px 15px;
}

.wrapper.mobile {
    min-width: inherit;
}

.main-banner.mobile {
    height: inherit;
    justify-content: center;
}

.main-banner__bg-warehouse.mobile {
    background-image: url("/local/templates/technoparts_v2/images/banner_bg_mobile.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 20px;
}

.main-banner__left.mobile {
    flex: none;
    z-index: inherit;

}

.main-banner__left-content.mobile {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.main-banner__left-title.mobile h1 {
    font-size: 14px;
    margin: 0;
    color: #FF8C00;
}

.main-banner__left-logo.mobile {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: auto;
    line-height: 0;
}

.main-banner__left-logo.mobile svg {
    width: 144px;
    height: auto;
    display: block;
}

.main-banner__ul.mobile {
    display: flex;
    font-size: 14px;
    padding: 0;
    margin: 0;
    width: 100%;
    gap: 20px;
}

.main-banner__item.mobile {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-banner__ul-li--ico.mobile {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.container__map.mobile {
    width: 100%;
    height: 300px;
}

.map__warehouse.mobile {
    height: 300px;
}

.blue-map-info.mobile {
    top: 44%;
    left: 41.5%;
}

.blue-callout.mobile {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 10px;
}

.blue-callout.mobile::before {
    top: 40%;
}