.section-delivery-targets {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #F3F5F8;
}

@media (min-width: 1024px) {
    .section-delivery-targets {
        padding-top: 80px;
        padding-bottom: 60px;
    }
.section-delivery-targets--v1 {
        padding-top: 0;
        padding-bottom: 10px;
    }
.section-delivery-targets--v2 {
        padding-top: 30px;
    }
}

.section-delivery-targets__title {
    margin-bottom: 40px;
}

.section-delivery-targets__title .section__block-title {
    max-width: 100%;
    margin-bottom: 0 !important;
}

.section-delivery-targets__list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

@media (min-width: 768px) {
    .section-delivery-targets__list {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}

.section-delivery-targets__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
}

.section-delivery-targets__elem::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #BE3D3D;
    content: "";
}

@media (min-width: 1024px) {
    .section-delivery-targets__elem {
        margin-bottom: 20px;
    }

    .section-delivery-targets__elem::before {
        width: 6px;
        height: 6px;
    }
}

@media (min-width: 769px) {
    .section-delivery-targets__title .section__block-title {
        font-size: 22px;
    }
}

@media (min-width: 840px) {
    .section-delivery-targets__title .section__block-title {
        font-size: 28px;
    }
}
@media (min-width: 1024px) {
    .section-delivery-targets__title .section__block-title {
        font-size: 34px;
    }
}
.section-delivery-targets__link,
.section-delivery-targets__etc {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.section-delivery-targets__link:hover,
.section-delivery-targets__etc:hover {
    color: #BE3D3D;
}

@media (min-width: 1024px) {

    .section-delivery-targets__link,
    .section-delivery-targets__etc {
        font-size: 18px;
    }
}

.section-delivery-targets__etc:hover {
    color: initial;
}
.section-delivery-targets {
    margin-bottom: 30px;
}
.section-delivery-targets{
    background-color: white;
}

.section-delivery-targets__list {
padding-left: 20rem;
}


@media (max-width: 1366px) {
    .section-delivery-targets__list  {
        padding-left: 10rem;
    }
}

@media (max-width: 1200px) {
    .section-delivery-targets__list  {
        padding-left: 0;
    }
}


.technical-specifications__header-block {
    display: flex;
    box-shadow: inset 0 -1px 0 #2A26261A;
    padding-top: 20px;
}

.technical-specifications__header-left-side {
    display: flex;
    flex-direction: column;
    max-width: 496px;
}

.technical-specifications__text {
    font-family: Intro Book, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;

}

.technical-specifications__download-btn {
    display: none;
    margin-top: 80px;
    align-items: center;
    width: 210px;
    height: 60px;
    min-height: 60px;
    max-height: 16777200px;
    top: 1311px;
    left: 476px;
    padding-right: 32px;
    padding-left: 32px;
    gap: 8px;
    border-radius: 300px;
    background-color: #be3d3d;
    color: white;
    font-family: Intro Book, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

}

.technical-specifications__download-btn.active {
    display: flex;
}

.technical-specifications__header-tabs {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.technical-specifications__tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
}

.technical-specifications__tab.active {

}

.technical-specifications__tab-img1 {
    display: block;
    max-width: 218px;
    max-height: 250px;
    object-fit: contain;
    margin-top: auto;
}

.technical-specifications__tab-img2 {
    display: none;
    max-width: 218px;
    max-height: 250px;
    object-fit: contain;
    margin-top: auto;
}


.technical-specifications__tab.active .technical-specifications__tab-img1 {
    display: none;
}

.technical-specifications__tab.active .technical-specifications__tab-img2 {
    display: block;
}


.technical-specifications__tab:hover .technical-specifications__tab-img1 {
    display: none;
}

.technical-specifications__tab:hover .technical-specifications__tab-img2 {
    display: block;
}


.technical-specifications__tab-params {
    padding-top: 40px;
    font-family: Intro Regular, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    padding-bottom: 17px;
    color: #2A262699;

}

.technical-specifications__tab.active .technical-specifications__tab-params {
    color: #be3d3d;

    box-shadow: inset 0 -3px 0 #be3d3d;
}

.technical_specifications__details-block {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 61px;
}

.technical_specifications__details-block.active {
    display: flex;
}

.technical_specifications__specs-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 436px;
}

.technical_specifications__specs-title {
    font-family: Intro Regular, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.technical_specifications__specs-list {
    display: flex;
    flex-direction: column;
    gap: 13px;

}

.technical_specifications__specs-param {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px #2A262626;
    border-bottom-style: dashed;
    padding-bottom: 5px;
}

.technical_specifications__specs-param-name {
    font-family: Intro Book, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    display: flex;
    color: #2A2626CC;
    max-width: 254px;
}

.technical_specifications__specs-param-value {
    font-family: Intro Regular, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: right;
    display: flex;

}

.technical_specifications__scheme-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.technical_specifications__scheme-title {
    font-family: Intro Regular, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.technical_specifications__scheme-img-container {
    width: 652px;
    height: 660px;
    gap: 10px;
    border-radius: 16px;
    padding: 10px;
    border: 1px solid #93959866;
    position: relative;
    cursor: pointer;
}

.technical_specifications__scheme-img {
    width: 632px;
    height: 640px;
    object-fit: cover;
}

.zooming-glass {
    position: absolute;
    right: 23px;
    top: 33px;

    cursor: pointer;
}


.page-top__price {
    font-family: Intro Regular, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 22px;
}

.page-top {
    padding: 0 0 35px;
}

.page-top__price-mark {
    padding-top: 30px;
    font-family: Intro Regular, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #8A8A8A;
}

.only-mobile {
    display: none;
}


@media screen and (max-width: 768px) {
    .only-mobile {
        display: block;
    }

    .technical-specifications__header-block {
        flex-direction: column;
    }

    .technical-specifications__text {
        font-size: 14px;
    }

    .technical-specifications__download-btn {
        width: 100%;
        border: 1px solid #00000033;
        height: 48px;
        border-radius: 300px;
        color: #333333;
        background-color: transparent;
        justify-content: center;
        margin-top: 20px;
    }

    .technical-specifications__download-btn svg {
        stroke: #333333;
    }

    .technical-specifications__header-tabs {
        padding-top: 40px;
    }

    .technical-specifications__tab img {
        width: 158px;
    }

    .technical-specifications__tab-params {
        padding-top: 14px;
        font-size: 14px;
        padding-bottom: 2px;
    }

    .technical_specifications__details-block {
        flex-direction: column;
        padding-top: 40px;
    }

    .technical_specifications__specs-container {
        width: 100%;
    }

    .technical_specifications__specs-param-name {
        font-size: 14px;
    }

    .technical_specifications__specs-param-value {
        font-size: 14px;
    }

    .technical_specifications__scheme-container {
        padding-top: 30px;
    }

    .technical_specifications__scheme-title {
        font-size: 18px;
    }

    .technical_specifications__scheme-img-container {
        width: 100%;
        height: 350px;
    }

    .technical_specifications__scheme-img {
        width: 100%;
        height: auto;
    }


    .technical-specifications__tab {
        flex: none;
    }

    .technical-specifications__header-tabs {
        justify-content: space-between;
    }

    .technical-specifications__tab.active .technical-specifications__tab-params {

        box-shadow: inset 0 -2px 0 #be3d3d;
    }

    .page-top__inner {
        flex-direction: column;
        align-items: center;
    }

    .page-top__title, .page-top__description {
        max-width: 100%;
    }

    .new-intro .page-top .btn-user {
        display: flex;
    }

    .page-top__right {
        width: 100%;
        display: flex;
        justify-content: center;
    }


    .page-top__inner .btn-fill-accent {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background: transparent;
        color: #333333;
        font-weight: 400;
        border: 1px solid #00000033;
        margin-bottom: 16px;
    }

    .only-desktop{
        display: none;
    }

    .page-top__price-mark{
        padding-top: 0;
        font-size: 12px;
        padding-bottom: 30px;
    }

    .page-top {
        padding: 0px 0 40px;
    }

    .page-top__right{
        margin-bottom: 0;
    }

    .new-page--stages .btn-user{
        display: none;
    }

    .page-top__img img{
        height: 220px;
    }

    .new-intro .new-intro__container {
        padding: 0 15px;
    }

    .technical-specifications__download-btn{
        min-height: 48px;
    }
}