

/* Start:/local/templates/techexpo/components/darneo/catalog.smart.filter/category_with_filter/style.css?176831294816409*/
.filter__nav {
    z-index: 10;
    position: relative;
}

.filter__nav a {
    width: 100%;
    color: #535353;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    background: #fff;
    border-radius: 8px;
    padding: 12px 24px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 0px 2px 4px rgba(15, 20, 28, 0.1);
}

.filter__nav a:hover {
    color: #535353;
    background: #f5f5f5;
    text-decoration: none;
    box-shadow: 0px 2px 4px rgba(15, 20, 28, 0.1);
}

.filter__nav a.active {
    color: #fff;
    background: #1D8C9C;
    text-decoration: none;
    box-shadow: 0px 2px 4px rgba(15, 20, 28, 0.1);
}

.filter__main {
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(15, 20, 28, 0.1);
}

.filter__content {
    padding: 35px;
}

.filter__reset {
    padding: 9px 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.filter__reset .btn_base {
    width: 100%;
}

.filter__tab {
    display: none;
}

.filter__tab.active {
    display: block;
}

.filter__button {
    padding: 13px 10px;
    outline: none;
    color: #535353;
    cursor: pointer;
    min-width: 100px;
    font-size: 16px;
    box-shadow: none;
    line-height: 20px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    background: #F6F9FB;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: 0s;
}

.filter__button_flag {
    width: 100%;
    max-width: 230px;
    text-align: left;
    padding-left: 26px;
    display: flex;
    align-items: center;
}

.filter__button_flag i {
    width: 19px;
    font-size: 0;
    line-height: 0;
    display: inline-block;
}

.filter__button_flag span {
    padding-left: 9px;
    display: inline-block;
}

.filter__button_flag.checked {
    font-weight: 400;
}

.filter__button_text {
    height: 100%;
    min-height: 90px;
    font-size: 16px;
    line-height: 130%;
    text-align: left;
    white-space: normal;
    vertical-align: top;
    padding: 12px 10px 12px 30px;
}

.filter__button_text.checked {
    font-weight: 400;
}

.filter__button:hover {
    color: #535353;
    background: #E2EBF0;
    text-decoration: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
}

.filter__button:active {
    background: #c4cdd2;
}

.filter__title {
    color: #535353;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    margin-bottom: 22px;
}

.filter__price ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filter__price ul li {
    margin-bottom: 18px;
}

.filter__price .filter_item {
    width: 100%;
}

.filter__list ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(65px, 1fr));
    gap: 15px;
}

.filter__list.filter__type ul {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.filter__list .filter_button {
    width: 100%;
}

.filter__vendor {
    width: 1192px;
}

.filter__vendor ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.filter__vendor ul li {
    width: 25%;
    padding: 0 34px;
    text-align: center;
    margin-bottom: 18px;
}

.filter__vendor .filter__button {
    width: 100%;
}

.filter__kit {
    padding: 0 20px 12px 20px;
}

.filter__kit_wrap {
    margin: 0 auto;
    max-width: 556px;
}

.filter__kit_text {
    opacity: 0.6;
    color: #8D8F93;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    padding-top: 20px;
}

.filter__kit ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filter__kit ul li {
    margin-bottom: 10px;
}

.filter__kit .filter__button {
    width: 100%;
}

.filter__country {
    width: 1192px;
}

.filter__country ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.filter__country ul li {
    width: 25%;
    padding: 0 34px;
    text-align: center;
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .filter__kit {
        padding: 0 34px 20px 34px;
    }

    .filter__reset {
        padding: 9px 33px;
        text-align: right;
    }

    .filter__reset .btn_base {
        width: auto;
        min-width: 190px;
    }
}

@media (min-width: 1024px) {
    .filter__nav {
        padding: 0;
        width: 100%;
        border-radius: 8px 8px 0 0;
        display: flex;
    }

    .filter__nav a {
        margin: 0;
        color: #7D92A4;
        border: none;
        position: relative;
        box-shadow: none;
        font-size: 14px;
        line-height: 20px;
        padding: 17px 10px;
        text-align: center;
        white-space: nowrap;
        background: transparent;
        border-radius: 8px 8px 0 0;
        flex-grow: 1;
    }

    .filter__nav a.active {
        color: #535353;
        background: #fff;
        box-shadow: 0px 2px 4px rgba(15, 20, 28, 0.1);
    }

    .filter__nav a.active:after {
        left: 0;
        right: 0;
        top: 100%;
        height: 10px;
        z-index: 10;
        content: "";
        display: block;
        background: #fff;
        position: absolute;
    }

    .filter__nav a.active:hover {
        color: #535353;
        background: #fff;
    }

    .filter__nav a:not(.active):hover {
        color: #535353;
        box-shadow: none;
        background: none;
    }

    .filter__price ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .filter__price ul li {
        width: calc(33.33% - 30px);
    }

    .filter__kit {
        padding: 0 60px 12px 34px;
    }

    .filter__kit_wrap {
        max-width: inherit;
    }

    .filter__kit ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .filter__kit ul li {
        width: calc(50% - 15px);
    }
}

@media (min-width: 1290px) {
    .filter__nav a {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.filter_button {
    padding: 5px;
    outline: none;
    color: #535353;
    cursor: pointer;
    min-width: 65px;
    font-size: 12px;
    box-shadow: none;
    line-height: 14px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    background: #F6F9FB;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: 0s;
}

.filter_button_flag {
    width: 100%;
    max-width: 230px;
    text-align: left;
    padding-left: 26px;
    display: flex;
    align-items: center;
}

.filter_button_flag i {
    width: 19px;
    font-size: 0;
    line-height: 0;
    display: inline-block;
}

.filter_button_flag span {
    padding-left: 9px;
    display: inline-block;
}

.filter_button_flag.checked {
    font-weight: 400;
}

.filter_button_text {
    height: 100%;
    min-height: 90px;
    font-size: 16px;
    line-height: 130%;
    text-align: left;
    white-space: normal;
    vertical-align: top;
    padding: 12px 10px 12px 30px;
}

.filter_button_text.checked {
    font-weight: 400;
}

.filter_button:hover {
    color: #535353;
    background: #E2EBF0;
    text-decoration: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
}

.filter_button:active {
    background: #c4cdd2;
}

.filter_item {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: inline-block;
}

.filter_item input {
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    visibility: hidden;
}

.filter_item > span {
    z-index: 5;
    width: 100%;
    outline: none;
    color: #535353;
    cursor: pointer;
    min-width: 100px;
    font-size: 14px;
    box-shadow: none;
    line-height: 10px;
    border-radius: 8px;
    padding: 13px 10px;
    text-align: center;
    position: relative;
    background: #F6F9FB;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: 0s;
}

.filter_item > span:before {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    content: "";
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    position: absolute;
    display: inline-block;
    border-radius: 8px 0 8px 0;
    background: #55616B url("/local/templates/techexpo/components/darneo/catalog.smart.filter/category_with_filter/../img/icon__check.svg") 50% 50% no-repeat;
}

.filter_item > span:hover {
    color: #535353;
    background: #E2EBF0;
    text-decoration: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
}

.filter_item_flag {
    width: 100%;
    margin: 0 auto;
    max-width: 230px;
    text-align: left;
    display: flex;
    align-items: center;
}

.filter_item_flag i {
    z-index: 10;
    width: 19px;
    height: auto;
    font-size: 0;
    line-height: 0;
    right: -40px;
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    order: 1;
}

.filter_item_flag > span {
    text-align: left;
    padding-left: 50px;
    display: inline-block;
    order: 2;
}

.filter_item input:checked + span {
    color: #fff;
    background: #364653;
}

.filter_item input:checked + span:before {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 431px) {
    .filter__nav a {
        padding: 15px 24px;
    }

    .filter__content {
        padding: 30px 20px;
    }
}

/*************************

new

***************************/

.collapsible__trigger.filter-toggle {
    width: fit-content;
    margin-bottom: 35px;
    line-height: 28px;
}

.collapsible__trigger.filter-toggle:after {
    min-width: 15px;
    min-height: 11px;
    margin-left: 15px;
    background: url('/local/templates/techexpo/img/svg/icon__arrow_drop_gray.svg') no-repeat center;
}

.collapsible__trigger.filter-toggle:before {
    content: '';
    min-width: 18px;
    min-height: 19px;
    margin-right: 15px;
    background: url('/local/templates/techexpo/img/svg/icon__filter.svg') no-repeat center;
}

.collapsible__trigger.filter-toggle span {
    font-size: 24px;
}

.collapsible__trigger.filter-toggle--categories:before {
    background: url('/local/templates/techexpo/img/svg/icon__filter_2.svg') no-repeat center;
}

.collapsible__trigger.filter-toggle + .collapsible__content.open {
    margin-bottom: 40px;
}

.filter-wrapper {
    position: relative;
}

.filter-container {
    padding: 35px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(15, 20, 28, 0.1);
}

.filter-container__inner {
    display: flex;
    gap: 25px;
}

.filter-section:not(:last-child) {
    border-right: 2px solid #E5E5E580;
    padding-right: 25px;
}

.filter-section-group .filter-section:not(:last-child) {
    margin-bottom: 25px;
}

.filter-section-group .filter-section {
    border: none;
    padding: 0;
}

.filter-section__title {
    margin-bottom: 15px;
    font-size: 14px;
    color: #282828;
    font-weight: bold;
}

.filter-section__list {
    display: grid;
    gap: 15px 20px;
    width: fit-content;
}

.filter-section__list label {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 100%;
    cursor: pointer;
}

.filter-section__list .disabled {
    opacity: 0.5;
    pointer-events: none;
}


.range-block--price {
    padding-bottom: 40px;
}

.range-block__input {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.range-block__input input {
    max-width: 80px;
    height: 30px;
    padding: 0 10px 0 13px;
    font-size: 11px;
    color: #28282880;
    border: 1px solid #E5E5E5;
}

.range-block__input input:focus {
    outline: none;
}

.range-block--power .range-block__input input {
    color: initial;
}

.range-block__input span {
    font-size: 11px;
    font-weight: bold;
}

.filter-section__list--brand {
    grid-template-columns: repeat(3, 1fr);
}

.filter-section__list--engine-brand {
    grid-template-columns: repeat(2, 1fr);
}

.filter-section__list--country {
    row-gap: 12px !important;
}

.filter-section__list--country label img {
    width: 19px;
}

.filter-btn {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    margin-top: 40px;
}

.filter-btn button {
    width: 100%;
    max-width: 176px;
}

.filter-btn__reset {
    background-color: #E9EAEE;
    color: #8D8F93;
}

#price-slider.noUi-target,
#power-slider.noUi-target {
    position: relative;
    max-width: 200px;
    height: 6px;
    margin-bottom: 7px;
    margin-left: 5px;
    background-color: #E5E5E5;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#price-slider .noUi-connect,
#power-slider .noUi-connect {
    background-color: #EF9200;
}

#price-slider .noUi-handle,
#power-slider .noUi-handle {
    width: 10px;
    height: 20px;
    background-color: #5C707B;
    border-radius: 3px;
    border: none;
    top: -7px;
    right: -5px;
    cursor: pointer;
    box-shadow: none;
}

#price-slider .noUi-handle::before,
#price-slider .noUi-handle::after,
#power-slider .noUi-handle::before,
#power-slider .noUi-handle::after {
    display: none;
}

#price-slider .noUi-touch-area,
#power-slider .noUi-touch-area {
    width: 10px;
    height: 20px;
}

#price-slider .noUi-handle:hover,
#price-slider .noUi-handle:focus,
#power-slider .noUi-handle:hover,
#power-slider .noUi-handle:focus {
    box-shadow: 0 0 5px rgba(92, 112, 123, 0.7);
    outline: none;
}

@media (max-width: 1250px) {
    .filter-section__list--brand {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1023px) {
    .collapsible__trigger.filter-toggle {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
        padding: 10px 20px;
        background-color: #5C707B;
        border-radius: 8px;
    }

    .collapsible__trigger.filter-toggle span {
        color: white;
    }

    .collapsible__trigger.filter-toggle:before {
        content: none;
    }
}

@media (max-width: 1140px) {
    .filter-section__list--brand,
    .filter-section__list--engine-brand {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 950px) {
    .filter-container__inner {
        flex-direction: column;
    }

    .filter-section:not(:last-child) {
        border-right: none;
        border-bottom: 2px solid #E5E5E580;
        padding-right: 0;
        padding-bottom: 25px;
    }

    .range-block--price {
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 2px solid #E5E5E580;
    }

    .filter-section__list--brand,
    .filter-section__list--engine-brand,
    .filter-section__list--country {
        grid-template-columns: repeat(3, 1fr);
    }

    .filter-btn {
        justify-content: flex-start;
    }
}

@media (min-width: 410px) and (max-width: 950px) {
    .filter-container {
        padding: 30px;
    }

    .filter-section__list--brand,
    .filter-section__list--engine-brand,
    .filter-section__list--country {
        gap: 15px 25px;
    }

    .filter-section-group {
        display: flex;
        gap: 60px;
    }

    .filter-section-group .filter-section {
        margin-bottom: 0 !important;
        padding: 0;
        border: none;
    }
}

@media (max-width: 410px) {
    .filter-container {
        padding: 30px 20px;
    }

    .filter-section__list--brand,
    .filter-section__list--engine-brand,
    .filter-section__list--country {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* End */


/* Start:/local/templates/techexpo/components/darneo/catalog.section/power_new/style.css?17549316841123*/
.sort.active {
    text-decoration: underline;
}

.product-actions--desktop {
    display: none;
}

.product-actions--mobile {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 99;
    display: flex;
    gap: 8px;
}

.product-actions--mobile .product-actions__btn {
    background-color: white;
    border-radius: 2px;
}

.product-actions__btn {
    padding: 5px;
    background: none;
    line-height: normal;
    cursor: pointer;
}

.product-actions__btn svg {
    width: 20px;
    height: 18px;
    vertical-align: bottom;
}

/* Сравнение */
.product-actions__btn--compare svg .compare-fill {
    fill: none;
    stroke: #8D8F93;
}

.product-actions__btn--compare.checked svg .compare-fill {
    fill: #8D8F93;
}

/* Избранное */
.product-actions__btn--favorite svg .favorite-fill {
    fill: none;
    stroke: #8D8F93;
}

.product-actions__btn--favorite.checked svg .favorite-fill {
    fill: #C8102E;
    stroke: #C8102E;
}

@media (min-width: 1200px) {
    .product-actions--desktop {
        display: block;
    }

    .product-actions--mobile {
        display: none;
    }
}

/* End */


/* Start:/local/components/darneo/feedback/templates/consultation/style.min.css?17510441401252*/
.application-form .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem;text-align:left}.application-form .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.application-form .alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.form-consult-wrap{margin-bottom:40px;padding:40px 0;background-color:#5c707b;box-shadow:0 0 0 100vmax #5c707b;-webkit-clip-path:inset(0-100vmax);clip-path:inset(0-100vmax)}.form-consult{padding:30px;background-color:#fff;border-radius:8px}.form-consult__head h3{margin-bottom:15px;line-height:28px}.form-consult__head p{margin-bottom:30px;line-height:18px}.form-consult__inner{display:flex;gap:20px;margin-bottom:20px}.form-consult__inner input{max-width:250px;height:fit-content;padding-left:20px}.form-consult__inner input::placeholder{font-size:14px;color:rgba(83,83,83,.5);line-height:18px}.form-consult button{height:fit-content}.form-consult .form-row.agreement-row{margin-bottom:0!important}@media (max-width:820px){.form-consult-wrap{padding:30px 5px}.form-consult{padding:30px 20px}.form-consult__head{text-align:center}.form-consult__inner{flex-direction:column}.form-consult__inner input{max-width:none}}
/* End */


/* Start:/local/templates/techexpo/components/bitrix/news.list/generator_config/style.css?17510420231422*/
.section-generator-config {
    margin-bottom: 40px;
}

.section-generator-config .section-wrap {
    padding: 30px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(15, 20, 28, 0.1);
}

.generator-config__head h2 {
    margin-bottom: 25px;
}

.generator-config__head p {
    margin-bottom: 20px;
}

.generator-config__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.generator-config__list--mobile {
    display: none;
}

.generator-config__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px 20px;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
}

.generator-config__item img {
    aspect-ratio: 16 / 12;
    object-fit: cover;
}

.generator-config__item span {
    color: #212529;
    font-weight: bold;
}

.generator-config__item p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 19px;
    color: #212529;
}

@media (max-width: 768px) {
    .section-generator-config .section-wrap {
        padding: 30px 20px;
    }

    .generator-config__head {
        text-align: center;
    }

    .generator-config__head h2 {
        margin-bottom: 20px;
    }

    .generator-config__list--desktop {
        display: none;
    }

    .generator-config__list--mobile {
        display: block;
    }
}
/* End */


/* Start:/local/templates/techexpo/components/bitrix/news.list/advantages/style.css?17509369011650*/
.section-advantages {
    margin-bottom: 40px;
    padding: 40px 0;
    background-color: #5C707B;
    box-shadow: 0 0 0 100vmax #5C707B;
    -webkit-clip-path: inset(0-100vmax);
    clip-path: inset(0-100vmax);

}

.section-advantages h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
    color: white;
}

.advantages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(365px, 1fr));
    gap: 30px;
}

.advantages__item {
    display: flex;
    gap: 15px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.advantages__item img {
    width: 70px;
    height: 70px;
}

.advantages__item h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.advantages__item p {
    margin-bottom: 0;
    line-height: 19px;
}

.advantages__item p a {
    color: #1D8C9C;
    text-decoration: underline dotted;
    text-underline-offset: 4px;
}

.advantages__item p a:hover {
    text-decoration: none;
}

@media (max-width: 810px) {
    .section-advantages {
        padding: 30px 0;
    }

    .section-advantages h2 {
        text-align: center;
    }

    .advantages {
        gap: 20px;
    }
}

@media (max-width: 351px) {
    .section-advantages h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 450px) {
    .advantages {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .advantages__item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/techexpo/components/ismagin/rutubelist/adaptiv/style.min.css?17713481421145*/
.breweries{padding:1rem}.breweries>ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:1rem;display:flex;gap:0}.breweries>ul>li{list-style-type:none}.vid{width:auto;overflow:hidden;position:relative;background-position:center center!important;background-size:cover!important;background-repeat:no-repeat!important}.vid span{background-image:url(/local/templates/techexpo/components/ismagin/rutubelist/adaptiv/images/play.png);background-repeat:no-repeat;background-size:cover;position:absolute;top:50%;left:50%;width:0;height:0;margin-top:0;margin-left:0;border-style:solid;border-width:18px 0 18px 28px;border-color:transparent transparent transparent rgba(255,255,255,.5);transform:translateX(-50%) translateY(-50%);transition:all .2s ease;border-left-color:rgba(178,22,22,.4)}.vid a:hover span,.vid span{display:block}.breweries{max-width:1260px;padding:0}.vid{height:auto;aspect-ratio:16/9;border:1px solid #fff;border-radius:5px}.breweries>ul>li:hover .vid span{border-left-color:rgba(255,255,255,.8)}.openvideo p{display:none}.fancybox-opened .fancybox-skin{padding:5px!important}@media (max-width:768px){.fancybox-container--ISMAGIN .fancybox-slide{padding:10px!important}}
/* End */


/* Start:/local/components/darneo/feedback/templates/content/style.css?1738328082440*/
.application-form .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: left;
}

.application-form .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.application-form .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
/* End */
/* /local/templates/techexpo/components/darneo/catalog.smart.filter/category_with_filter/style.css?176831294816409 */
/* /local/templates/techexpo/components/darneo/catalog.section/power_new/style.css?17549316841123 */
/* /local/components/darneo/feedback/templates/consultation/style.min.css?17510441401252 */
/* /local/templates/techexpo/components/bitrix/news.list/generator_config/style.css?17510420231422 */
/* /local/templates/techexpo/components/bitrix/news.list/advantages/style.css?17509369011650 */
/* /local/templates/techexpo/components/ismagin/rutubelist/adaptiv/style.min.css?17713481421145 */
/* /local/components/darneo/feedback/templates/content/style.css?1738328082440 */
