

/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?17385691551265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/atm/components/bitrix/catalog.section.list/dmp/style.css?1759876108840*/
.catalog .catalog-head-img {max-width: 100px; margin-right: 10px;}
.catalog .catalog-head-img img {border-radius: 3px;}
.catalog .catalog-head__btn {background-color: #E2E5E9; border-radius: 10px; border: none; padding:10px; width: 370px; min-height: 100px;justify-content: flex-start;}


.catalog-head {
    max-width: 100% !important;
    margin: auto !important;
}

.toggle-button {
    border: 1px solid #E2E5E9;
    margin-top: 25px;
    padding: 12px 45px 12px 35px !important;
    border-radius: 3px;
    position: relative;
}

.toggle-button:before {
    background-image: url(/local/templates/atm/img/stroke.svg);
    background-repeat: no-repeat;
    content: ' ';
    width: 10px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: calc(50% - 7px);
}

.toggle-button.tgl:before {
    transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/atm/components/bitrix/catalog.smart.filter/dmpCustom/style.css?17385691736284*/
.filter {
    background: #fff;
    box-shadow: 0 4px 50px rgba(37, 55, 70, 0.1); 
    margin: 0 0 35px 0;   
}
.filter .filter-head {
    background-color: rgba(37, 55, 70, 1);
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    height: 70px;
}
.filter-body {
    padding: 50px 70px;
    margin-bottom: 50px;
}
.groupsSection__, .groupSectionGrid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Создаем две колонки с равной шириной */
    gap: 20px; /* Добавляем промежуток между элементами */
}

.groupWrapper {
    border: 1px solid rgba(190, 190, 190, 1);
    border-radius: 3px;
    margin-bottom: 20px;

}

.groupBody {
    min-height: 210px;
}

.groupName {
    border-bottom: 1px solid rgba(190, 190, 190, 1);
    font-size: 24px;
    padding: 14px 25px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.groupBody .filter-item {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.filterButtonFlex {
    display: flex;
    margin-top: 30px;
    justify-content: center;
}

.filterButtonFlex > div {
    min-width: 250px;
    margin: 0 5px;
}

.groupName .groupNameBox {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: 'Helios Cond Regular', Helvetica, Arial, sans-serif;    
}

.groupName .groupDwn {
    background-color: #E2E5E9;
    width: 25px;
    display: flex;
    height: 25px;
    align-items: center;
    justify-content: center;
    line-height: 16px; 
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 0px 2px 0px;
}

.groupBody.hidden {
    display: none;
}


.checkbox-flex {
    display: flex;
    flex-wrap: wrap;
}

.filter-item__checkbox {
    width: 50%;
    margin-bottom: 5px !important;
}

.filter-head.is-open .filter-head__arrow {
    transform: rotate(180deg);
}

.filter-head__arrow {
    background-color: rgba(255, 255, 255, 1);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;    
    margin-left: 10px;
    transform: rotate(0deg);

}

.checkbox-flex.smart-hidden {
    max-height: 70px;
    overflow: hidden;
}

.toggle-smart-hidden {
    height: 32px;
    background: rgba(37, 55, 70, 1);
    color: #fff;
    margin-bottom: 0px;
    font-weight: 800;
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;  
    padding: 0 25px;
    border-radius: 3px;  
    margin-top: 20px;
    cursor: pointer;
}

.toggle-smart-hidden:hover {
    background: #c8102e;
    color: #fff !important;
    border-color: #c8102e;    
}

.filter-head__title {
    font-family: 'Helios Cond Regular', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.38px;    
}

.filter-item__head {
    font-size: 15px !important; 
    text-transform: uppercase;
    font-weight: 700;    
}

.filter .submit-filter-form {
    border-radius: 3px;
}

.filter .submit-filter-form:hover, .filter .filter-clear:hover {
    background: #c8102e;
    color: #fff !important;
    border-color: #c8102e;    
}

.custom-select-wrapper {
    position: relative;
    user-select: none;
}

.bx-filter-select-block {
    position: relative;
    display: flex;
    flex-direction: column;
}

.custom-select.open .custom-options {
    display: block;
}

.bx-filter-select-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    height: 57px;
    width: 280px;
    line-height: 60px;
    background: #fff;
    cursor: pointer;
    border:1px solid #BEBEBE;
    border-radius: 3px 3px 3px 3px;
}

.active .bx-filter-select-text {
    border-radius: 3px 3px 0px 0px;
}

.custom-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #007bff;
    z-index: 2;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}

.custom-option:hover {
    background-color: #0056b3;
}

.custom-select__trigger:after {
    position: absolute;
    content: "";
    top: 2px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.custom-select.open .custom-select__trigger:after {
    margin-top: 0px;
    border-top: 0;
    border-bottom: 5px solid #fff;
}

.arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 20px;
}

.selected {
    background-color: #0056b3;
}


.popup-filter-box {
    width: 280px;
    box-shadow: none;
    border:1px solid #BEBEBE;
    margin-top: -1px;
    border-radius: 0px 0px 3px 3px;
    padding: 0;
}

.popup-filter-box label {
    font-size: 15px;
    padding:10px 14px;
    display: block;
}

.popup-filter-box label:hover {
    background-color: #E2E5E9;
}

.popup-filter-box label.selected {
    background-color: #E2E5E9;    
}

.bx-filter-select-arrow {
    position: absolute;
    background-image:url(/local/templates/atm/img/Vector_12.svg);
    width: 9px;
    height: 7px;
    top: calc(50% - 7px);
    right: 20px;
    transform: rotate(180deg);    
}

.active .bx-filter-select-arrow {
    transform: rotate(0deg);
}

.bx-filter-param-label.disabled {
    opacity: .5;
    pointer-events: none;    

    display: none;
}

.popup-filter-box .bx-filter-select-popup {
    max-height: 125px;
    overflow: scroll;
}

.filter-item .range-slider-inputs-wrp input {
    min-height: 40px;
}

.filter .bx-ui-slider-track {
    height: 10px !important;
}

.filter .bx-ui-slider-handle {
    height: 18px !important;
    width: 18px !important;
}

.filter .bx-ui-slider-pricebar-v {
    background-color: #C8112F !important;
}

.filter .bx-ui-slider-handle {
    background-color: #C8112F !important;   
}

.filter-find.is-active {
    display: none !important;
}

.groupBody.row-select {
    display: flex;
}

.groupBody.row-select.hidden {
    display: none;
}

.submit-filter-form > span {
    margin-left: 5px;
}

/* End */
/* /bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?17385691551265 */
/* /local/templates/atm/components/bitrix/catalog.section.list/dmp/style.css?1759876108840 */
/* /local/templates/atm/components/bitrix/catalog.smart.filter/dmpCustom/style.css?17385691736284 */
