

/* Start:/local/components/shop/catalog.filter.specification/templates/perfect/style.css?1744961692226*/
form.form-filter .selected-filtres {
    display: none;
}
form.form-filter .filter_result {
    display: none;
}
form.form-filter .products_count {
    display: none;
    margin: 10px 0 10px 0;
    padding: 2px 4px 2px 12px;
}
/* End */


/* Start:/local/components/shop/catalog.section/templates/perfect/style.css?17449616929622*/
/* Виджет подели */
/* <link href="https://cdn.podeli.ru/New-Widgets/New-catalog-widget/index.css" rel="stylesheet"> */
@import 'https://cdn.podeli.ru/common-css/font-faces.css';
@import 'https://cdn.podeli.ru/common-css/root-colors.css';

/* Стили для основного виджета */
.a4-widget-main {
    display: -ms-inline-flexbox;
    width: 100%;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--white-text);
    border: 1px solid #000000;
    border-radius: 8px;
}

.widget-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.widget-container {
    display: -ms-inline-flexbox;
    cursor: pointer;
    display: inline-flex;
    position: relative;
    width: 100%;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    padding: 5px 10px;
    background-color: transparent;
    font-family: 'Styrene B LC', sans-serif !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;

}

.main-images {
    display: flex;
    align-items: center;
}

.widget-header__info {
    width: 16px;
    margin-left: 10px;
}

.widget-discount__container {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget-header__circle-img {
    height: 14px;
    width: 14px;
    margin-right: 8px;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}
.widget-header__logo {
    height: 11px;
    margin-left: 10px;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.widget-main-text {
    font-weight: 400;
    font-size: 0.75em;
    line-height: 100%;
    color: #000000;
}


/*-----------------стили формы------------------*/
.widget-form {
    display: none;
    border-radius: 10px;
    z-index: 99999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: var(--box-shadow-radius);
    box-shadow: var(--box-shadow-radius);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--white-text);
    min-height: 555px;
    min-width: 640px;
    max-width: 640px;
    font-family: 'Styrene B LC', sans-serif !important;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
}

.widget_container {
    padding-right: 30px;
    padding-left: 48px;
}

.widget-form__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget-form__logo {
    width: 293px;
}

.widget-form__close {
    width: 50px;
    cursor: pointer;
}

.widget-form__background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #000000;
    opacity: 0.2;
    z-index: 99998;
}


.widget-form__block-1 {
    margin-top: 40px;
}

.widget-block-1__img {
    width: 145px;
    margin-bottom: 28px !important;
    border-radius: 0 !important;
}

.widget-block-1__text_primary {
    font-family: 'Styrene B LC', sans-serif !important;
    font-size: 18.268px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.921px */
    letter-spacing: -0.365px;
    color: var(--black-text);
}

.widget-block-1__text_head {
    display: block;
    font-family: 'Styrene B LC', sans-serif !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    color: var(--black-text);
}

.widget-block-1__text_secondary {
    font-family: 'Styrene B LC', sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 30px !important;
    color: var(--sub-text);
}

.widget-form__block-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    margin-top: 29px;
    padding: 26px 16px;
    background: #f8f8f8;
}

.widget-block-2__payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.widget-payment__img {
    height: 42px;
    margin-bottom: 21px;
}

.widget-form__img_close {
    position: relative;
    margin-left: auto;
    margin-top: 14px;
    margin-right: 14px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.widget-payment__line {
    position: relative;
    left: 50%;
    bottom: 40%;
    width: 80px;
    height: 1px;
    background: var(--form-line);
}

.widget-block-2__text_secondary {
    font-family: 'Styrene B LC', sans-serif !important;
    font-size: 11.535px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 13.842px */
    letter-spacing: -0.231px;
    color: #000;
}

.widget-block-1__text_head-secondary {
    font-family: 'Styrene B LC', sans-serif !important;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    color: #000000;
    letter-spacing: -0.42px;
    margin-top: 12px;
}

.widget-form__block-3 {
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
}

.widget-block-3__text {
    display: block;
    font-family: 'Styrene B LC', sans-serif !important;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 26.25px */
    letter-spacing: -0.42px;
    margin-top: 30px;
}

.widget-form__block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.widget-block-4__text_primary {
    display: block;
    font-family: 'Styrene B LC', sans-serif !important;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #000;
    letter-spacing: -0.42px;
    margin-top: 40px;
}

.widget-block-4__text_secondary {
    display: block;
    margin-top: 5px;
    font-family: 'Styrene B LC', sans-serif !important;
    font-size: 9.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.192px;
    opacity: 0.3;
}

.widget-block-4__text_primary-decoration {
    text-decoration: underline;
    color: #000;
}

.widget-container__logo {
    width: 140px;
    height: 20px;
}

.widget-interactive-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.widget-interactive-block {
    display: none;
}

.widget-interactive-block__img {
    display: none;
}


@media screen and (max-width: 768px) {
    .widget-form {
        min-width: 450px;
        min-height: 400px;
    }

    .widget-block-1__text_head {
        font-size: 23px;
        line-height: 26px;
        margin-bottom: 11px;
        margin-top: 17px;
    }

    .widget-form__logo {
        width: 190px;
    }

    .widget-form__close {
        width: 27px;
    }

    .widget-block-1__text_head-secondary {
        font-size: 18px;
        display: block;
    }

    .widget-payment__img {
        height: 35px;
    }

    .widget-payment__line {
        width: 50px;
    }

    .widget-form__block-3 {
        height: fit-content;
    }

    .widget-block-3__text {
        font-size: 15px;
    }

    .widget-block-4__text_primary {
        font-size: 15px;
        margin-top: 25px;
    }

    .widget-block-4__text_secondary {
        font-size: 8px;
    }
}

@media screen and (max-width: 400px) {

    .widget-form {
        min-width: 350px;
        min-height: 400px;
    }

    .widget-block-1__text_head {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 11px;
        margin-top: 17px;
    }

    .widget-form__logo {
        width: 170px;
    }

    .widget-form__close {
        width: 25px;
    }

    .widget-form__block-1  {
        margin-top: 20px;
    }

    .widget-block-1__text_head-secondary {
        font-size: 16px;
        display: block;
    }

    .widget-payment__img {
        height: 25px;
        margin-bottom: 15px;
    }

    .widget-block-2__text_secondary {
        font-size: 8px;
        margin-top: 10px;
    }

    .widget-payment__line {
        width: 35px;
        bottom: 35%;
    }

    .widget-block-1__text_primary {
        font-size: 14px;
    }

    .widget-form__block-3 {
        height: fit-content;
    }

    .widget-block-3__text {
        font-size: 15px;
        margin-top: 10px;
    }

    .widget-block-4__text_primary {
        font-size: 15px;
        margin-top: 25px;
    }

    .widget-block-4__text_secondary {
        font-size: 8px;
    }
}
/* Конец виджет Подели*/
/* Выравнивание для виджета и рейтинга */
.sp-rating {
    position: absolute;
    right: 20px;
}
/* конец выравнивание для виджета и рейтинга */
/* End */
/* /local/components/shop/catalog.filter.specification/templates/perfect/style.css?1744961692226 */
/* /local/components/shop/catalog.section/templates/perfect/style.css?17449616929622 */
