.add-compare.active:after {
    content: '\2713';
    background: rgba(112,192,79,.8);
    width: 14px;
    height: 14px;
    position: absolute;
    color: #fff;
    /* text-align: center; */
    display: flex;
    align-content: center;
    justify-content: center;
    bottom: -0px;
    right: -8px;
    border-radius: 50%;
    font-size: 10px;
    border: 1px solid #fff;
}
.input-holder.has-value .input-label {
    font-size: 12px;
    line-height: 14px;
    top: 9px;
    left: 16px;
}
div.easy-autocomplete-container{
    z-index: 11;
}
.add-compare.active{
    position: relative;
}
#water-popup .modal-dialog {
    width: auto;
    margin: auto;
    display: inline-block;
    vertical-align: top;
   display: contents;
}
#water-popup .form-btn{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    margin: 0 30px;
}
#water-popup .title{
    font-size: 24px;
    font-weight: 700;
}
#water-popup .box-btn{
    display: flex;
    justify-content: space-between;
    width: fit-content;
}
#water-popup .box-btn .btn{
    font-size: 14px;
    padding: 10px 32px;
}
#water-popup .box-btn .btn:first-child{
margin-right: 30px;
}
#water-popup .box-btn .btn:last-child{
    background: #fff;
    color: #000;
    border: 2px solid #04aced;
}
#water-popup .modal-container {
    height: 285px;
}
#water-popup span .city{
    font-size: 20px;
    color: #04b0f2;
}
#water-popup .form-not-city {
    display: flex;
}
#water-popup .form-not-city .btn{
    height: 52px;
}
.water-state-list {
    margin-top: 17px
}

#water-popup .water-state-list .radio {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    margin-right: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.water-state-list .radio-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

.water-state-list .radio-text {
    font: 15px/18px "Museo Sans Cyrl 500", sans-serif
}

.water-state-block {
    position: relative;
    padding-left: 8px
}

.water-state-block i {
    cursor: pointer
}

.water-state-block:hover .water-state-info {
    opacity: 1;
    pointer-events: visible
}

.water-state-info {
    position: absolute;
    background: #fff;
    padding: 12px;
    top: 100%;
    left: 0;
    z-index: 1;
    border-radius: 2px;
    color: #262626;
    font: 13px/15px "Museo Sans Cyrl 300", sans-serif;
    width: 200px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.water-state-info .h5 {
    margin: 0 0 12px;
    font-size: 14px
}

.water-state-info ul {
    margin: 0;
    padding: 0 0 0 12px
}

.water-state-info li {
    margin-bottom: 8px
}



#water-popup .water-status {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 146px;
    height: 6px;
    border-radius: 7px
}

#water-popup .water-status-clean,
#water-popup .water-status-dirty,
#water-popup .water-status-moderate {
    padding-top: 14px
}

#water-popup .water-status-clean:before,
#water-popup .water-status-dirty:before,
#water-popup .water-status-moderate:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 6px;
    border-radius: 7px;
    background-color: inherit
}

#water-popup .water-status-clean:before {
    background-color: #048bed
}

#water-popup .water-status-moderate:before {
    background-color: #cfc357
}

#water-popup .water-status-dirty:before {
    background-color: #af5f45
}

#water-popup .water-state-total {
    margin: 25px 0 15px;
    border-bottom: 1px solid #e4e4e4
}

#water-popup .water-state-total .radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#water-popup .water-state-total .radio-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

#water-popup .water-state-total .radio-text {
    font: 15px/18px "Museo Sans Cyrl 500", sans-serif
}

#water-popup .water-state-total .radio-info {
    color: #fff;
    border-radius: 5px;
    margin-left: 25px;
    padding: 3px 6px;
    font: 13px/16px "Museo Sans Cyrl 500", sans-serif
}
#water-popup .status-clean {
    background-color: #048bed
}

#water-popup .status-moderate {
    background-color: #cfc357
}

#water-popup .status-dirty {
    background-color: #af5f45
}

#water-popup .good {
    background-color: #048bed
}

#water-popup .bad {
    background-color: #af5f45
}

#water-popup .normal {
    background-color: #cfc357
}
#water-popup .table-water{
    display: flex;
    padding: 0 30px 30px 30px;
    grid-column-gap: 30px;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
}
#water-popup .table-water span.text{
    margin: 25px 0 15px;
    display: block;
}
#partner-form .row-input-box{
    display: flex;
    grid-column-gap: 10px;
    justify-content: space-between;
    flex-direction: row;
}
@media(max-width: 425px){
    #partner-form .row-input-box{
        flex-direction: column;
    }
}
@media(min-width: 768px){

    #water-popup .water-status {
        width: 523px
    }

    #water-popup .box-btn .btn:last-child {
        padding-right: 40px;
        padding-left: 40px;
    }
    #water-popup .form-not-city{
         width: 50%;
    }
    #water-popup .modal-content.modal-basket {
        min-width: 748px;
    }
    #water-popup .modal-container{
        background-image:url('/img/water_popup.jpg');
        background-repeat: no-repeat;
        background-position-x: right;
    }
}
@media(min-width: 1024px){
    #water-popup .table-water {
        flex-direction: row;
    }
    #water-popup .water-status {
        width: 202px
    }

    #water-popup .modal-content.modal-basket {
        overflow: hidden;
    }
}