.cleancalc-form,
.cleancalc-form *{
    box-sizing: border-box;
}
.cleancalc-form{
    max-width: 1210px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 74% minmax(0, 1fr);
    grid-gap: 12px;
    align-items: flex-start;
    position: relative;
}
.vc_row .cleancalc-form{
    padding: 0 0px;
    max-width: 1170px;
}
.cleancalc-title{
    color: #111;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    padding-bottom: 24px;
}
.cleancalc-select{
    position: relative;
}
.jq-selectbox__trigger-arrow{
    display: none;
}
.jq-selectbox__trigger{
    display: block;
    background: url(../img/down-select.svg) no-repeat center;
    width: 26px;
    height: 24px;
    background-size: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
}
.jq-selectbox__select{
    border-radius: 8px;
    background: #F6F6F6;
    height: 48px;
    padding: 0 45px 0 24px;
    display: flex;
    align-items: center;
}
.jq-selectbox__select-text{
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.jq-selectbox{
    width: 100%;
}
.cleancalc-left{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 4px;
    border-radius: 8px;
    background: #F6F6F6;
    padding: 4px;
}
.cleancalc-item{
    padding: 24px;
    background-color: white;
    border-radius: 8px;
    height: 100%;
}
.cleancalc-type{
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
}
.jq-selectbox__dropdown{
    padding: 8px 0 0;
}
.jq-selectbox__dropdown ul{
    border-radius: 8px;
    border: 1px solid #F6F6F6;
    background: #FFF;
    box-shadow: 0px 63px 18px 0px rgba(0, 0, 0, 0.00), 0px 40px 16px 0px rgba(0, 0, 0, 0.01), 0px 23px 14px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.09), 0px 3px 6px 0px rgba(0, 0, 0, 0.10);
    padding: 4px;
}
.jq-selectbox__dropdown ul li{
    border-radius: 0px;
    border-bottom: 1px solid #F6F6F6;
    background: #FFF;
    color: #111;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    border-bottom: 1px solid #F6F6F6;
    transition: all 0.3s;
}
.jq-selectbox__dropdown ul li.selected,
.jq-selectbox__dropdown ul li:hover{
    border-radius: 8px;
    background: #36B4B6;
    color: white;
    border-color: transparent;
}
.jq-selectbox__dropdown ul::-webkit-scrollbar{
    width: 6px;
}
.cleancalc-calculate{
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    grid-gap: 8px;
    user-select: none;
}
.cleancalc-calculate__button{
    display: flex;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #F6F6F6;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}
.window-item .cleancalc-plus,
.cleancalc-calculate__button:hover{
    background: #36B4B6;
}
.cleancalc-add__minus:before,
.cleancalc-add__plus:before,
.cleancalc-add__plus:after,
.cleancalc-plus:after,
.cleancalc-plus:before,
.cleancalc-minus:before{
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #111111;
    top: 50%;
    left: 50%;
    border-radius: 2px;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.window-item .cleancalc-plus:before,
.window-item .cleancalc-plus:after,
.cleancalc-add__button:before,
.cleancalc-add__button:after,
.cleancalc-calculate__button:hover:after,
.cleancalc-calculate__button:hover:before{
    background-color: white;
}
.cleancalc-add__plus:after,
.cleancalc-plus:after{
    transform: translate(-50%, -50%) rotate(90deg);
}
.cleancalc-calculate .cleancalc-calculate__button:active:after,
.cleancalc-calculate .cleancalc-calculate__button:active:before{
    width: 10px;
}
.cleancalc-calculate input{
    height: 42px;
    text-align: center;
    color: #111;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    border-radius: 8px;
    border: 1px solid #F6F6F6;
    background: #FFF;
    cursor: default;
    user-select: none;
}
.add-mirror,
.cleancalc-add__item label{
    border-radius: 30px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    height: 42px;
    padding: 0px 16px;
    cursor: pointer;
    color: #111;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    transition: all 0.3s;
}
.add-mirror.active,
.cleancalc-add__item input:checked + label{
    background: #36B4B6;
    color: white;
}
.cleancalc-add__item input[type="checkbox"]{
    display: none;
}
.cleancalc-add{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
    align-items: center;
}
.cleancalc-add__button{
    position: relative;
    transform: scale(0);
    width: 0;
    height: 0;
    pointer-events: none;
    display: none;
    transition: all 0.3s;
}
.add-mirror.active .cleancalc-add__button{
    width: 48px;
    height: 100%;
    pointer-events: unset;
    display: block;
    transform: scale(1);
}
.add-mirror{
    display: flex;
    align-items: center;
    grid-gap: 16px;
    flex-wrap: wrap;
    text-align: center;
    user-select: none;
}
.cleancalc-add__title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cleancalc-add__title input{
    height: 18px;
    color: white;
    background: none;
    border: none;
    text-align: center;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: normal;
    top: 3px;
    position: relative;
    pointer-events: none;
    width: 50px;
    display: none;
}
.add-mirror.active input{
    display: block;
}
.add-mirror.active span{
    font-size: 12px;
}
.window-item{
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 142px;
    align-items: center;
    grid-gap: 12px;
    padding: 16px 0;
    border-top: 1px solid #F6F6F6;
}
.window-item__icon{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #F6F6F6;
}
.window-item__icon svg{
    display: block;
    height: auto;
}
.window-item__title{
    color: #111;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.cleancalc-select select{
    display: none;
}
.cleancalc-right{
    border-radius: 8px;
    background: #F6F6F6;
    padding: 4px;
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
}
.cleancalc-right .cleancalc-item{
    padding: 16px;
}
.cleancalc-order__input input{
    width: 100%;
    border-radius: 8px;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    height: 54px;
    padding: 0 24px;
    color: #111;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    transition: all 0.3s;
}
.cleancalc-order__input input::placeholder{
    color: #353B42;
}
.cleancalc-order__input input:focus{
    border-color: #36B4B6;
    background: white;
}
.cleancalc-order__input input.error{
    border-color: #FE0000;
    color: #FE0000;
}
.cleancalc-form .agree label{
    padding: 0 0 0 32px;
    margin: 8px 0 4px;
    color: #111;
    line-height: 140%;
    font-size: 12px;
}
.cleancalc-form .agree label a{
    color: #36B4B6;
}
.cleancalc-form .agree label:before{
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: #F6F6F6;
    top: 0;
    transform: none;
    border-color: #F6F6F6;
}
.cleancalc-form .agree.error label:before{
    border-color: #FE0000;
}
.cleancalc-order__submit input{
    color: white;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border-radius: 8px;
    background: #36B4B6;
    border: 2px solid #36b4b6;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    width: 100%;
    outline: none;
    transition: all 0.3s;
}
.cleancalc-order__submit input:hover{
    color: #000;
    background: white;
}
.cleancalc-order{
    border-top: 1px solid #F6F6F6;
    padding: 16px 0 0;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
}
.cleancalc-total{
    border-top: 1px solid #F6F6F6;
    color: #111;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
    padding-top: 16px;
}
.cleancalc-total__result span{
    display: inline;
    padding-right: 5px;
}
.cleancalc-result__item{
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 8px;
    border-top: 1px solid #F6F6F6;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 16px;
    color: #111;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.cleancalc-form .agree label:after{
    background: none;
    background-color: white;
    -webkit-mask: url(../img/check.svg) no-repeat center;
    -webkit-mask-size: 16px;
    width: 24px;
    height: 24px;
    left: 1px;
    transform: none;
    top: 1px;
}
.cleancalc-form .agree input:checked+label:before{
    background: #36B4B6;
    border-color: #36B4B6;
}
.cleancalc-select.error .jq-selectbox__select{
    border: 1px solid #FE0000;
}
.cleancalc-result__price{
    min-width: 70px;
    text-align: right;
}
.cleancalc-add__item.hide{
    display: none;
}
.cleancalc-add__item.show{
    display: block;
}
.cleacom__preloader.loading{
    z-index: 13;
}
.add-mirror.active{
    padding: 0px 0px;
}

@media all and (max-width: 1170px){
    .cleancalc-form{
        display: flex;
        flex-direction: column;
    }
    .cleancalc-right{
        width: 100%;
    }
    .cleancalc-form .agree label:before{
        top: -4px;
    }
    .cleancalc-form .agree label:after{
        top: -3px;
    }
}

@media all and (max-width: 992px){
    .cleancalc-left{
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }
    
}

@media all and (max-width: 768px){
    .jq-selectbox {
        z-index: 1;
    }
}

@media all and (max-width: 568px){
    .cleancalc-item{
        padding: 16px 12px;
    }
    .window-item{
        display: flex;
        flex-direction: column;
        padding: 8px;
        border-radius: 16px;
        border: 1px solid #F6F6F6;
        text-align: center;
        transition: all 0.3s;
    }
    .window-item__icon{
        width: 100%;
    }
    .window-box{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 8px;
    }
    .window-item__title{
        min-height: 62px;
    }
    .window-item .cleancalc-calculate input{
        border: none;
    }
    .window-item.active{
        border-color: #36B4B6;
    }
    .cleancalc-select select{
        display: block;
    }
}