

/* Start:/parts/style.css?173209934213156*/
.product-detail,
.product-detail *,
.parts-catalog,
.parts-catalog * {
    box-sizing: border-box;
}

/**
 * Parts Detail START
 */
.product-detail {
    font-family: Acrom, Arial, sans-serif;
    margin: 0px 0 95px;
}

@media (min-width: 768px) {
    .product-detail {
        margin: 0px 0 80px;
    }
}

.product-detail__back {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
    color: #2F69FF;
}

.product-detail__back-icon {
    flex: none;
    margin-right: 5px;
}

.product-detail__back-text {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(47, 105, 255, .4);
    transition: text-decoration-color .3s ease-in-out;
    text-underline-offset: 3px;
}

.product-detail__back:hover .product-detail__back-text {
    text-decoration-color: rgba(47, 105, 255, 1);
}

.product-detail__header {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.product-detail__aside {
    margin-left: 15px;
    flex: 0 0 120px;
    max-width: 120px;
}

@media (min-width: 768px) {
    .product-detail__aside {
        flex: 0 0 160px;
        max-width: 160px;
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    .product-detail__aside {
        flex: 0 0 200px;
        max-width: 200px;
    }
}

.product-detail__title {
    font-family: Acrom, Arial, sans-serif;
    font-size: 18px;
    flex: 1;
}

@media (min-width: 576px) {
    .product-detail__title {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .product-detail__title {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .product-detail__title {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .product-detail__title {
        font-size: 32px;
    }
}

.product-detail__logo-wrap {
    order: 1;
    margin-left: 20px;
    max-width: 120px;
}

@media (min-width: 576px) {
    .product-detail__logo-wrap {
        max-width: 200px;
    }
}

@media (min-width: 768px) {
    .product-detail__logo-wrap {
        order: 0;
        margin-left: 0;
    }
}

.product-detail__logo {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 50px;
    object-fit: contain;
    margin-left: auto;
    object-position: right;
}

.product-detail__btn {
    display: block;
    padding: 10px 15px;
    transition: all .3s;
    text-align: center;
    color: #fff;
    background: #2F69FF;
    border-radius: 6px;
    text-decoration: none;
    font-family: Acrom, Arial, sans-serif;
}

@media (min-width: 768px) {
    .product-detail__btn {
        width: 100%;
    }
}

.product-detail__btn:hover {
    background-color: #2f82ff;
    color: #fff;
}

@media (min-width: 768px) {
    .product-detail__main {
        display: grid;
        gap: 20px;
        grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
    }
}

@media (min-width: 992px) {
    .product-detail__main {
        gap: 30px;
        grid-template-columns: minmax(0, 400px) minmax(0, 1fr);
    }
}

@media (min-width: 1400px) {
    .product-detail__main {
        gap: 60px;
        grid-template-columns: minmax(0, 500px) minmax(0, 1fr);
    }
}

.product-detail__preview {
    position: relative;
    box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
    border-radius: 6px;
    margin-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.product-detail__zoom-btns-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 0;
}

@media(hover:none) {

    .product-detail__zoom-btns-container {
        display: none;
    }

    .product-detail__zoom-counter {
        display: none;
    }

}

.product-detail__zoom-btn.zoom-btn__in,
.product-detail__zoom-btn.zoom-btn__out {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: none;
    background-color: #2F69FF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
}

.product-detail__zoom-btn.zoom-btn__in:hover,
.product-detail__zoom-btn.zoom-btn__out:hover {
    opacity: 0.7;
}

.product-detail__zoom-btn.zoom-btn__in {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill='white' fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/%3E%3Cpath fill='white' d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/%3E%3Cpath fill='white' fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.product-detail__zoom-btn.zoom-btn__out {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill='white' fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/%3E%3Cpath fill='white' d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/%3E%3Cpath fill='white' fill-rule='evenodd' d='M3 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.product-detail__zoom-counter {
    position: absolute;
    top: 0;
    right: 0;
}

@media (min-width: 768px) {
    .product-detail__preview {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        max-width: none;
        align-self: start;
    }
}

.product-detail__preview-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
    -webkit-user-drag: none;
}

.parts__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 10px;
    display: grid;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    transition: background .3s ease-in-out;
    align-items: center;
}

@media (min-width: 768px) {
    .parts__grid {
        gap: 15px;
    }
}

.parts__header {
    background: #f3f3f6;
    transition: top .3s ease-in-out;
}

@media (min-width: 768px) {
    .parts__header {
        position: sticky;
        top: 146px;
        z-index: 2;
    }
}

@media (min-width: 1151px) {
    .parts__header {
        top: 106px;
    }
}

@media (min-width: 1200px) {
    .parts__header {
        top: 121px;
    }
}

.header.fixed.hided ~ * .parts__header {
    top: 0;
}

.parts__body .parts__grid:nth-child(even) {
    background: rgba(243, 243, 246, .6);
}

.parts__body .parts__grid:hover {
    background: rgba(243, 243, 246, 1);
}

@media (max-width: 767px) {
    .parts__grid > *:nth-child(1).text-center {
        text-align: left;
    }
}

.parts__grid>*:nth-child(2) {
    grid-column: span 6 / span 6;
}

.parts__grid > *:nth-child(3) {
    grid-column: span 3 / span 3;
}

.parts__grid > *:nth-child(4) {
    grid-column: span 2 / span 2;
}

.parts.is-auth .parts__grid > *:nth-child(2) {
    grid-column: span 4 / span 4;
}

.parts.is-auth .parts__grid > *:nth-child(3) {
    grid-column: span 2 / span 2;
}

.parts.is-auth .parts__grid > *:nth-child(4) {
    grid-column: span 3 / span 3;
}

.parts.is-auth .parts__grid > *:nth-child(5) {
    grid-column: span 2 / span 2;
}

.parts__caption {
    text-transform: uppercase;
    line-height: 1.15;
    font-size: 10px;
}

@media (min-width: 992px) {
    .parts__caption {
        font-size: 12px;
    }
}

.parts__caption span {
    display: none;
}

@media (min-width: 1200px) {
    .parts__caption span {
        display: inline;
    }
}

.parts__price {
    font-weight: 600;
}

.parts__price:not(.is-unknown) {
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 500;
}

.parts__price.is-unknown {
    text-decoration: underline;
    color: #2F69FF;
    font-size: 10px;
    cursor: pointer;
}

@media (min-width: 576px) {
    .parts__price.is-unknown {
        font-size: 12px;
    }
}

.parts__price.is-unknown:hover {
    text-decoration: none;
}

.parts__controls {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    margin-left: auto;
    justify-content: flex-end;
    text-align: right;
}

@media (min-width: 768px) {
    .parts__controls {
        max-width: 160px;
    }
}

.parts__add {
    display: block;
    padding: 8px;
    transition: all .3s;
    text-align: center;
    color: #fff;
    background: #2F69FF;
    border-radius: 6px;
    text-decoration: none;
    font-family: Acrom, Arial, sans-serif;
    font-size: 12px;
}

@media (min-width: 576px) {
    .parts__add {
        padding: 8px 15px;
    }
}

@media (min-width: 768px) {
    .parts__add {
        width: 100%;
        padding: 8px 5px;
    }
}

.parts__add:hover {
    background-color: #2f82ff;
    color: #fff;
}

@media (min-width: 576px) {
    .parts__add svg {
        display: none;
    }
}

.parts__add span {
    display: none;
    color: inherit;
}

@media (min-width: 576px) {
    .parts__add span {
        display: block;
    }
}

.parts__more:hover {
    color: #2F69FF;
}

.parts__unavailable {
    font-size: 12px;
    text-align: right;
    flex: 1;
    word-break: break-all;
    padding-right: 10px;
}

@media (min-width: 576px) {
    .parts__unavailable {
        padding-right: 0;
    }
}

@media (min-width: 576px) {
    .parts__unavailable svg {
        display: none;
    }
}

.parts__unavailable span {
    color: inherit;
    display: none;
}

@media (min-width: 576px) {
    .parts__unavailable span {
        display: block;
    }
}

.parts__articul {
    font-size: 10px;
    color: #2F69FF;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width: 576px) {
    .parts__articul {
        font-size: 12px;
    }
}

.parts__articul a {
    text-decoration: none;
    color: inherit;
}

.parts__articul a:hover {
    text-decoration: underline;
}

.parts__title {
    font-size: 12px;
    font-weight: bold;
    display: flex;
    /* word-break: break-all; */
    flex-direction: column;
    gap: 5px;
    position: relative;
    padding-left: 13px;
}

.parts__title a {
    text-decoration: none;
}

.parts__title a:last-child {
    color: #2F69FF;
}

.parts__title a:hover {
    color: #2F69FF;
    text-decoration: underline;
}

.parts__legends {
    display: flex;
    margin-right: 7px;
    align-items: center;
    position: absolute;
    left: 0;
    top: 3px;
}

.parts__legend:not(:last-child) {
    margin-right: 4px;
}

.text-center {
    text-align: center;
}

.parts__bottom {
    margin-top: 20px;
    font-size: 14px;
}

.parts__bottom>*:not(:last-child) {
    margin-bottom: 10px;
}

.parts__bottom li {
    padding-left: 15px;
    position: relative;
}

.parts__bottom li::before {
    content: ' - ';
}

.parts__bottom li:not(:last-child) {
    margin-bottom: 5px;
}

.parts__bottom li .legend-mark {
    position: absolute;
    left: 0;
    top: 3px;
}

.legend-mark {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ccc;
    display: block;
}

.legend-mark.is-warning {
    background: orange;
}

.legend-mark.is-success {
    background: green;
}

.legend-mark.is-danger {
    background: red;
}

/**
 * Parts Detail END
 */

/**
 * Parts Catalog START
 */
.parts-catalog {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 576px) {
    .parts-catalog {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .parts-catalog {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1400px) {
    .parts-catalog {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.parts-product {
    transition: box-shadow .3s ease-in-out;
    border-radius: 6px;
}

.parts-product:hover {
    box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
}

.parts-product:hover .parts-product__heading {
    color: #2F69FF;
}

.parts-product__main {
    display: block;
    padding: 15px;
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .parts-product__main {
        padding: 20px;
    }
}

.parts-product__heading {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .parts-product__heading {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .parts-product__heading {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

.parts-product__img-wrap {
    margin-top: auto;
}

.parts-product__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 11.3 / 16;
}

.is-secondary .parts-product__img {
    aspect-ratio: 1 / 1;
}

/**
 * Parts Catalog END
 */
/* End */


/* Start:/local/templates/globaldrive_new/components/bitrix/catalog.section.list/parts_catalog_list/style.css?16914184994014*/
.zapchasti-section {
    width: initial;
    margin-left: 0 !important;
    margin-top: 40px;
}

.zapchasti-section-item {
    background: #FFFFFF;
    box-shadow: 5px 5px 60px rgba(36, 40, 43, 0.1);
    border-radius: 10px;
    margin-right: 5%;
    margin-bottom: 5%;
    height: initial !important;
}

.zapchasti-section-item h3 {
    font-family: 'Acrom';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #343C4B;
}

.zapchasti-section-item h3 a {
    font-family: 'Acrom';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    display: contents;
    color: #2F69FF;
}

.zapchasti-contact {
    border-top: 2px #EBEBED solid;
    margin-top: 60px;
    padding-top: 40px;
    display: flex;
}

.zapchasti-contact img {
    margin-right: 15px;
}

.zapchasti-contact a {
    font-family: 'Acrom';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #2F69FF;
    text-decoration: none;
}

.zapchasti-contact h4 {
    font-family: 'Acrom';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    line-height: 17px;
    color: #343C4B;
    opacity: 0.5;
}

.catalog-main__image span {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #EF3D68;
    border-radius: 555px;
    color: #FFFFFF;
    font-family: 'Acrom';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    width: 40px;
    height: 18px;
    line-height: 18px;
}


.header__catalog {
    background-color: #2F69FF;
    border-radius: 8px;
    width: 220px;
}

.header__catalog_a {
    font-family: "Acrom", "Arial", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 52px;
    position: relative;
    color: #fff;
    display: block;
    text-decoration: none;
    padding-left: 30px;
    left: 15px;
}

.wrapper-dop {
    display: inherit !important;
}

.catalog-main__info-dop {
    display: block !important;
}

.wrapper-dop-search {
    display: flex;
    justify-content: space-between;
}

.search-form-zapchasti {
    background: #F3F3F7;
    background-image: url(/local/templates/globaldrive_new/images/icons/icon-search.png);
    background-repeat: no-repeat;
    background-position: 27px center;
    border-radius: 5px;
    width: 320px;
    position: relative;
    z-index: 999;
}

.search-form-zapchasti input {
    outline: none;
    border: none;
    border-radius: 5px;
    background: transparent;
    height: 42px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 55px;
    padding-right: 20px;
    font-family: "Acrom", "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #343C4B;
}

.active-section {
    background: #2F69FF;
}

.active-section span {
    color: white;
}

.block-schema {
    padding: 20px;

}

.block-schema-inner a {
    border: 1px solid #EBEBED;
    border-radius: 10px;
    padding: 20px;
    display: block;
}

.block-schema-inner a:before {
    background: url(/local/templates/globaldrive_new/images/zoom.png) no-repeat 0 0;
    content: " ";
    position: absolute;
    top: 68px;
    right: 34px;
    height: 18px;
    width: 18px;
}

.block-schema_head {
    font-family: "Acrom", "Arial", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #455067;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
}

@media (max-width: 770px) {
    .search-form-zapchasti {
        width: 100%;

    }

    .wrapper-dop-search {
        display: block;
        justify-content: inherit;
    }

}

/* Soc Sizes */
.phones-modal__social img,
.footer__socials-link img {
  max-width: 22px;
  height: auto;
  display: block;
}

.filter-result__submit {
    border: none;
}

.filter-result__submit.disabled {
    opacity: .7;
    cursor: default;
}
/* End */


/* Start:/local/templates/globaldrive_new/components/bitrix/catalog.section/parts_empty/style.css?1697106734138*/
body .catalog-block .catalog-main__item { min-width: 0; }

.parts__add.retail_add2basket {
    position: relative;
    background: blue;
}
/* End */
/* /parts/style.css?173209934213156 */
/* /local/templates/globaldrive_new/components/bitrix/catalog.section.list/parts_catalog_list/style.css?16914184994014 */
/* /local/templates/globaldrive_new/components/bitrix/catalog.section/parts_empty/style.css?1697106734138 */
