

/* Start:/local/components/dwstroy/display.filter/templates/.default/style.css?17573360994790*/
.dws_none {
    display: none;
}
.dws_filter_title {
    cursor: pointer;
}
.dws_filter_title:hover,
.dws_filter_title.active {
    outline: 2px solid #D5162D;
}
.dws_filter_title:hover .found-count,
.dws_filter_title.active .found-count{
    color: #D5162D;
}
.dws_chevron {
    font-size: 8px;
    margin-left: 10px;
    transform: rotate(180deg);
    transition: 0.5s;
}
.dws_filter_title.active .dws_chevron {
    transform: rotate(0deg);
    transition: 0.5s;
}

.dws_filter_calc_wrapper {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.3s;
}
.filter_calc_indents {
    padding: 20px 15px;
    background-color: #ffffff;
}
.dws_filter_calc_wrapper.active {
    opacity: 1;
    transition: 0.5s;
    margin-bottom: 30px;
    animation: bounce 2s;
}



.calc_item_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 20px 10px;
}
.calc_item_box:nth-child(odd) {
    background: #F6F6F6;
}
.calc_title {
    width: 58%;
    color: #000000;
    position: relative;
}
.dws_svg {
    position: absolute;
    top: -5px;
    right: 5px;
}
.calc_select_box {
    width: 33%;
}
.dws_select {
    cursor: pointer;
}
.dws_select, .dws_input {
    width: 100%;
    height: 46px;
    padding: 12px 26px;
    border: 1px solid #E9E9E9;
    outline: none;
}
.dws_select option[disabled] {
    background-color: #f6f6f6;
}
.dws_select.in_full,
.dws_input.in_full {
    border: 1px solid #59c00b;
    background-color: #eff8f0;
    color: #143302;
}
.dws_input.is-valid,
.dws_select.is-valid{
    outline: 1px solid #d5162d;
    background-color: #f5eff0;
    color: #d5162d;
}
.calc_button {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-top: 40px;
}
.calc_btn_clean, .calc_btn_apply {
    padding: 14px 70px;
    cursor: pointer;
    text-align: center;
}
.calc_btn_clean {
    background-color: #D5162D;
}
.calc_btn_apply {
    background-color: #000000;
}
.form_title {
    color: #000;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.form_checkbox_wrapper {
    display: flex;
}
.dws_input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; color:#CCCCCC;}
.dws_input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; color:#CCCCCC;}
.dws_input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; color:#CCCCCC;}
.dws_input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; color:#CCCCCC;}
.dws_input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.dws_input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.dws_input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.dws_input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


/*.dws_filter_form_wrapper {*/
/*    margin-bottom: 50px;*/
/*}*/
/*.dws_filter_form_wrapper .become-partner__form-row .bottom-caption {*/
/*    padding-left: 0;*/
/*}*/

.dws_custom_form {
    margin-bottom: 30px;
}
.dws_custom_form .popup-block__popup {
    box-shadow: none;
    margin: 0 auto;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .category__top-info.dws_filter_title  {
        padding: 10px 20px;
    }
    .category__top-info.dws_filter_title  .found-count {
        font-size: 18px;
    }
    .calc_item_box:nth-child(odd) {
        background: #ffffff;
    }
    .calc_item_box {
        flex-wrap: wrap;
        padding: 14px 10px;
    }
    .calc_title, .calc_select_box {
        width: 100%;
        font-size: 10px;
    }
    .calc_title {
        margin-bottom: 10px;
    }
    .dws_select, .dws_input {
        padding: 6px 15px;
        height: 30px;
    }
    .calc_btn_apply {
        width: 100%;
    }
    .calc_button {
        margin-top: 20px;
        margin-left: -15px;
        margin-right: -15px;
        flex-wrap: wrap;
    }
    .calc_btn_clean {
        text-align: center;
        width: 100%;
        font-size: 15px;
        line-height: 12px;
        margin-bottom: 15px;
    }
    .dws_input::-webkit-input-placeholder       {font-size: 10px;}
    .dws_input::-moz-placeholder                {font-size: 10px;}
    .dws_input:-moz-placeholder                 {font-size: 10px;}
    .dws_input:-ms-input-placeholder            {font-size: 10px;}

    .dws_custom_form .popup-block__popup {
        padding: 20px;
    }
}
/* End */
/* /local/components/dwstroy/display.filter/templates/.default/style.css?17573360994790 */
