@media (min-width: 576px) {
    .calculator-row {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-bottom: 10px;
        padding: 10px;
    }
    .calculator-row label {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .calculator-row {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
        height: 120px;
        padding-bottom: 10px;
        padding: 10px;
    }
}

#jquery-calculator {
    margin: 20px;
}
#jquery-calculator button {
    margin: 10px;
    margin-top: 30px;
}
button.primary:after {
    content: none
}
.calculator-row label {
    margin-right: 30px;
}
#jquery-calculator-results {
    margin: 20px;
}
#jquery-calculator-results div {
    padding-bottom: 20px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 3px;
}
::-webkit-scrollbar-track {
    background-color: #000;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.9);
}
::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.9);
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #03a49b;
    border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
}
::-webkit-resizer {
    background-color: #03a49b;
}
.wishlist-counter {
    color: #03a49b;
/* background-color: #03a49b; */
    position: absolute;
    top: -5px;
    right: -5px;
}
.wishlist-counter {
    color: #03a49b;
    /* background-color: #03a49b; */
    position: absolute;
    top: -3px;
    right: 0;
}
a.btn--icon:hover .wishlist-counter {
    color: white;
}
.not-found {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.not-found span {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 200px;
    line-height: 237px;
    text-align: center;
    color: #03A49B;
}
.not-found h1 {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.not-found h1:last-child {
    margin-bottom: 64px;
}
.not-found a {
    width: 400px;
}
.not-found .btn--outline::after {
    display: none;
}
#active_filters {
    display: flex;
    list-style-type: none;
    flex-flow: row wrap;
    padding-left: 0;
}
#active_filters li {
    padding: 2px;
    margin: 5px;
    background-color: #F5F5F5;
}
.remove_filter {
    padding: 2px 5px;
    cursor: pointer;
    height: 24px;
    margin-left: 3px;
    border: none;
}
.remove_filter:hover {
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15);
}
.aside-filter {
    color: #212529;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.container-aside-infoblocks{
    margin-top: 25px;
}
.aside-infoblock{
    color: #212529;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
}
.aside-infoblock__header{
    padding: 24px 24px 22px;
    border: 0px solid #f5f5f5;
    border-bottom-width: 2px;
    color: #303030;
    font-weight: 500;
    font-size: 18px;
}
.aside-infoblock__content{
    padding: 24px;
}
.modal--phones{
    position:fixed;
    z-index: 1050;
    max-width:none;
    background:transparent;
    padding:0;
}

.page-footer .h2, .page-footer .h3, .page-footer .h4, .page-footer .h5, .page-footer .h6 {
    color: inherit; }

.aside-col {
    order:2;
}   

@media (min-width: 992px){
    .aside-col {
        order:0;
    }
}

.accordion__header-title {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 17px;
    /* identical to box height */


    /* Headline */

    color: #303030;
}
.accordion__header {
    padding: 15px 5px 5px 33px !important;
}
.field-checkbox__name-text--bold {
    font-family: Rubik;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 17px !important;
    /* identical to box height */


    /* Text */

    color: #515155 !important;
}

.accordion__panel-content--range {
    min-height: 35px;
    padding-top: 5px !important;
    padding-left: 24px;
    padding-right: 24px;
}
.field-checkbox__name {
    padding-top: 7px !important;
    padding-bottom: 1px !important;
}
.mfilter-content > ul > li {

    padding: 0 0 3px !important;
}
.mobile-lit-but{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 9px;

    position: absolute;
    width: 42px;
    height: 42px;
    left: 0px;
    top: 42px;
}