.content__config {
    font-family: 'rr';
    font-size: 15px;
    position: relative;
}
.sl_n_item, .sl_m_item,.sl_b_item {
    display: none;
}
.content__config--r {
    box-sizing: border-box;
    padding-left: 20px;     
}
.content__config--l {
    box-sizing: border-box;
    padding-right: 20px; 
    text-align: center;
}
.content__config--l:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    content: '';
    border-left: 1px solid #f3f4f6;
}
.noUi-horizontal .noUi-handle {
    background: #fff;
    width: 28px;
    height: 26px;
    border: none;
    top: 2px;
    box-shadow: 0 0 0 2px #f15d72;
    outline: none;
}
.noUi-target {
    background: #f3f4f6;
    border: none;
    box-shadow: none;
    height: 30px;
}
.check.month div.mth {
    text-align: left;
    padding-left: 27%;
}
.sl {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.check {
    margin: -10px 0 20px;
}
.check.month .check_in {
    display: flex;    
}
.check.month .check_in > span {
    flex: 0 0 29%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-right: 0;
    text-align: right;
}
.check.month .check_in label {
    flex: 1 0 1%;
}
.check.month div.mth span:last-child {
    margin-left: 48px;
}
.sl > span {
    font-family: 'rr';  
    flex: 0 0 29%;
    box-sizing: border-box;
    padding-right: 20px;
    text-align: right;    
}
.sl .noUi-target {
    flex: 1 0 53%;
}
.sl .sl_blocks {
    flex: 0 0 18%;
    box-sizing: border-box;
    padding-left: 25px;
    text-align: left;
}
.noUi-connect {
    background-color: #f15d72;
}
.noUi-connects, .noUi-handle {
    cursor: pointer;
}
.check:not(.month) {
    display: flex; 
    align-items: baseline;   
    position: relative;
}
.check:not(.month) > span {
    flex: 0 0 29%;
    box-sizing: border-box;
    padding-right: 20px;
    text-align: right; 
}
.check:not(.month) > .rright {
    flex: 1 0 1%;
    text-align: left;
    font-family: 'rr'; 
}
.rright, .sl_n_item, .sl_m_item, .sl_b_item {
    font-family: 'rr'; 
}
.check:not(.month) > .rright .jq-selectbox__select {
    width: 122px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.jq-selectbox__dropdown {
    border: none;
    margin-top: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.jq-selectbox ul {
    background: #fff;
}
.jq-selectbox li:hover {
    background: none;
    color: #f15d72;
}
.jq-selectbox__trigger-arrow {
    border-top-color: #666;
}
.content__config--r form label {
    display: flex;
}
.content__config--r form label > span {
    flex: 0 0 39%;
    box-sizing: border-box;
    padding-right: 20px;
    text-align: right;
}
.content__config--r form label .jq-selectbox, .content__config--r form label > span + span {
    flex: 1 0 1%;
    max-width: none;
    margin-left: 0;
}
.content__config--r form label input[type="text"] {
    max-width: none;
    margin-left: 0;
}
.content__config--r form a {
    margin: 0 0 18px 39%;
}
.content__config--r form input[type="submit"] {
    width: 61%;
}
.check .tooltip {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    border: 1px solid rgba(0, 0, 0, .3);
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 100;
}
.check .tooltip.active {
    opacity: 1;
    visibility: visible;
}
.icc {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-family: 'rr'; 
}
.icc:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    content: '';
    background: url(../images/icc.png) 0 0 no-repeat;
}
.bbut:before {
    transition: 0.3s;
}
.bbut.active:before {
    transform: rotate(180deg);
}
.bbut-text{
    display: none;
    padding: 0 0 15px;
    text-align: center;
    color: #000;
    font-size: 100%;
}
.content__config--r form a:before {
    top: 9px;
}
#calc_datas {
    display: none;
}
.content__config--price ins {
    text-decoration: none;
}

@media all and (max-width: 1024px) {

}

@media all and (max-width: 768px) {
    .content__config {
        padding: 30px 20px 20px;
    }
    .content__config--l:before {
        display: none;
    }
    .content__config--l {
        padding-right: 0;
    }
    .content__config--r {
        padding-left: 0;
        margin-top: 0;
    }
    .content__config--r form label > span {
        flex-basis: 29%;
    }
    .content__config--r form input[type="submit"] {
        width: 100%;
    }
}

@media all and (max-width: 480px) {
    .content__config--r form label > span {
        flex-basis: 100%;
        padding: 0 0 5px;
        font-size: 110%;
    }
    .content__config--r form a {
        margin-left: auto;
        margin-right: auto;
    }
    .content__config--r form input[type="submit"] {
        max-width: none;
    }
}

@media all and (max-width: 425px) {
    .sl, .check:not(.month) {
        flex-wrap: wrap;
    }
    .check:not(.month) > .rright {
        text-align: center;
        font-family: 'rr';
    }
    .sl > span, .check:not(.month) > span {
        text-align: center;
        padding: 0 0 5px;
        flex: 1 0 100%;
    }
    .sl .sl_blocks {
        font-size: 15px;
    }
    .sl .sl_blocks {
        flex-basis: 21%;
    }
    .check:not(.month) > .rright .jq-selectbox {
        display: block;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .rright {
        margin-top: 10px;
    }
    .check:not(.month) > .rright .jq-selectbox__select {
        margin-top: 10px;
        width: 100%;
    }
}

@media all and (max-width: 380px) {
    .content__config {
        padding: 20px 10px;
    }
    .bbut-text {
        font-size: 90%;
    }
}