.modal-open, body.isIOS.modal-open, body.isIOS.body-lock, body.isIOS.body-lock .modal-content{
    overflow: hidden !important;
    height: 100%;
    position: fixed;
    width: 100%;
}
.modal-backdrop{
    background-color: #ffffff;
    max-height: 100vh;
}
.modal-backdrop.in{
    filter: alpha(opacity=75);
    opacity: .75;
    z-index: 999;
}
.modal-dialog:not(.modal-sm):not(.modal-lg){
    max-width: 100%;
    width: 650px;
    z-index: 1000;
}
.modal-content{
    border: 0px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, .15);
    box-shadow: 0 0px 25px rgba(0, 0, 0, .15);
    padding-bottom: 20px;
}
.modal-content-contacts{
    padding-bottom: 0px;
}
.modal-header,
.modal-footer{
    padding-bottom: 20px;
    border: 0px solid transparent;
}
.modal-header{
    padding-top: 20px;
}
.modal-footer{
    padding-top: 0px;
}
.modal-body{
    padding-top: 0px;
    padding-bottom: 0px;
}
.modal-close{
    filter: alpha(opacity=75);
    opacity: .75;
}
.modal-close:hover,
.modal-close:focus{
    filter: alpha(opacity=100);
    opacity: 1;
}
.modal-header .modal-close{
    margin-right: -5px;
    margin-left: 10px;
    margin-top: 8px;
}
.modal-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.modal-buttons-cnt{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-flow: row wrap;
    -moz-box-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: -15px;
}
.modal-buttons-cnt .btn{
    margin-bottom: 15px;
}
.modal-buttons-cnt .btn+.btn {
    margin-left: 30px;
}
.modal-content.with-mobile-fixed-footer{
    padding-bottom: 0px;
}
.modal-content.with-mobile-fixed-footer .modal-footer{}
.modal-body-scroll{
    position: relative;
    //max-height: 720px;
}
.modal-body-scroll.mCustomScrollbar{
    margin-right: -7px;
}
.modal-body-scroll .mCustomScrollBox{
    padding-right: 7px;
}

.modal-body .mCustomScrollbar:before,
.modal-body .mCustomScrollbar:after{
    position: absolute;
    content: " ";
    right: 0px;
    left: 0px;
    height: 27px;
    background-repeat: repeat-x;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.modal-body .mCustomScrollbar:before{
    background-image: url('//media.tengrowth.com/img/design3/top-white-gradient.png') ;
    background-position: left top;
    top: 0px;
    z-index: 1;
    display: none;
}
.modal-body .mCustomScrollbar:after{
    background-image: url('//media.tengrowth.com/img/design3/bottom-white-gradient.png') ;
    background-position: left bottom;
    bottom: 0px;
}
.modal-body .mCustomScrollbar:not(.mCS_no_scrollbar):not(.mCS_reach_start):before,
.modal-body .mCustomScrollbar:not(.mCS_no_scrollbar):not(.mCS_reach_end):after{
    opacity: 1;
   /* visibility: visible; #8456 */
}
.modal-body .mCustomScrollbar:not(.mCS_no_scrollbar) .modal-body-inner{
    /*padding-right: 25px;*/
}

.modal-body-inner{}

.modal-tab-content{}
.modal-tab-content .modal-body-scroll{
    margin-right: 0px;
    max-height: -webkit-calc(100vh - 106px - 40px - 60px);
    max-height: expression(100vh - 106px - 40px - 60px);
    max-height: -moz-calc(100vh - 106px - 40px - 60px);
    max-height: -o-calc(100vh - 106px - 40px - 60px);
    max-height: calc(100vh - 106px - 40px - 60px);
}
.modal-tab-content .with-call .modal-body-scroll{
    max-height: -webkit-calc(100vh - 106px - 40px - 60px - 73px);
    max-height: expression(100vh - 106px - 40px - 60px - 73px);
    max-height: -moz-calc(100vh - 106px - 40px - 60px - 73px);
    max-height: -o-calc(100vh - 106px - 40px - 60px - 73px);
    max-height: calc(100vh - 106px - 40px - 60px - 73px);
}
.modal-tab-content .with-links .modal-body-scroll{
    max-height: -webkit-calc(100vh - 106px - 40px - 60px - 38px);
    max-height: expression(100vh - 106px - 40px - 60px - 38px);
    max-height: -moz-calc(100vh - 106px - 40px - 60px - 38px);
    max-height: -o-calc(100vh - 106px - 40px - 60px - 38px);
    max-height: calc(100vh - 106px - 40px - 60px - 38px);
}
.modal-tab-content .with-call.with-links .modal-body-scroll{
    max-height: -webkit-calc(100vh - 106px - 40px - 60px - 73px - 38px);
    max-height: expression(100vh - 106px - 40px - 60px - 73px - 38px);
    max-height: -moz-calc(100vh - 106px - 40px - 60px - 73px - 38px);
    max-height: -o-calc(100vh - 106px - 40px - 60px - 73px - 38px);
    max-height: calc(100vh - 106px - 40px - 60px - 73px - 38px);
}
.modal-tab-content .modal-body-scroll .mCustomScrollBox{
    padding-right: 0px;
}
.modal-tab-content .mCustomScrollbar:before{
    display: block;
}

.modal-pane-page-container{}
.modal-call-page-container{
    border-top: 1px solid #e6e6e6;
}
.modal-links-page-container{}

.modal-review-btn-cnt{}
.modal-review-btn{}

.modal-nav{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 0px;
}
.modal-nav>li{}
.modal-nav>li>a{
    border-radius: 0px;
    margin-right: 0px;
    padding: 8px 30px;
}
.modal-nav>li.active>a,
.modal-nav>li.active>a:hover,
.modal-nav>li.active>a:focus{
    background-color: transparent;
    border-bottom-color: currentColor;
    color: #dd4444;
}

.modal-tabs-block{
    margin-left: -30px;
    margin-right: -30px;
    border-bottom: 1px solid #e6e6e6;
}
.mtb-inner{
    position: relative;
    margin-bottom: -1px;
    padding-right: 215px;
}
.mtb-nav-cnt{}
.mtb-seller-cnt{
    position: absolute;
    width: 215px;
    right: 0px;
    top: 0px;
}
.mtb-seller-text{}
.mtb-seller-icon{}
.mtb-a{}
.mtb-a-side{
    padding-right: 0px;
}

.modal-links-list{}
.modal-links-list li{
    margin-bottom: 20px;
}
.modal-links-list li+li{}
.modal-links-list a{}

.modal-loading{}
.modal-loading .modal-backdrop:before{
    content: "";
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(//media.tengrowth.com/img/design3/preloader-colored.svg);
}

.modal-ajax-preloader{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    z-index: 1040;
    position: fixed;
    background-color: #ffffff;
}
.modal-ajax-preloader:before{
    content: "";
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(//media.tengrowth.com/img/design3/preloader-colored.svg);
}

.popup-form .form-control{
    font-size: 13px;
}
.popup-form .form-control::-webkit-input-placeholder {
    color: #999999;
}
.popup-form .form-control::-moz-placeholder          {
    color: #999999;
}/* Firefox 19+ */
.popup-form .form-control:-moz-placeholder           {
    color: #999999;
}/* Firefox 18- */
.popup-form .form-control:-ms-input-placeholder      {
    color: #999999;
}

.popup-contact-info-block{
    margin-left: -30px;
    margin-right: -30px;
}
.pcib-side-pad{
    padding-left: 30px;
    padding-right: 30px;
}
.pcib-warning-notice{}

.br-icon{
    background-image: url('//media.tengrowth.com/img/design3/br-icon.png') ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    display: inline-block;
    height: 14px;
    width: 18px;
}

.radio-group{}
.rg-label{}
.rg-label .t-label-cell+.t-label-cell{
    padding-left: 5px;
}
.rg-label+.rg-label{
    margin-top: 12px;
}
.rg-label:hover {
    color: inherit;
}

.write-btn-icon{
    margin-top: -7px;
    position: relative;
    top: 5px;
}

.phone-groups-table{}
.phone-groups-table .bootstrap-select>.dropdown-toggle{
    font-size: 15px;
    padding-left: 10px;
}
.phone-groups-table .bootstrap-select>.dropdown-toggle .filter-option{
    margin-right: 5px;
}

.prb-placeholder{
    padding-top: 20px;
    padding-bottom: 10px;
}
.prb-placeholder-image-cnt{}
.prb-placeholder-image{}
.prb-placeholder-text{}
.prb-write-btn{}
.prb-write-btn-icon{
    margin-top: -7px;
    position: relative;
    top: 5px;
}
.prb-write-btn-cnt{
    position: relative;
    overflow: hidden;

    margin-bottom: -21px;
    background: #ffffff;
}
.prb-write-btn-cnt>.prb-write-btn{
    position: relative;
}
.prb-write-btn-cnt>.prb-write-btn:before,
.prb-write-btn-cnt>.prb-write-btn:after{
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 50%;
    border-top: 1px solid #d6d6d6;
}
.prb-write-btn-cnt>.prb-write-btn:before{
    right: 100%;
    margin-right: 20px;
}
.prb-write-btn-cnt>.prb-write-btn:after{
    left: 100%;
    margin-left: 20px;
}

.p-offer-placeholder{
    padding-bottom: 10px;
}
.p-offer-placeholder-image-cnt{}
.p-offer-placeholder-image{}
.p-offer-placeholder-image-loupe{
    opacity: 0.15;
}
.p-offer-placeholder-text{}
.p-offer-placeholder-buttons-cnt{
    margin-bottom: -15px;
}
.p-offer-placeholder-btn{
    margin-bottom: 15px;
    margin-right: 8px;
    margin-left: 8px;
}

.cheaper-line-form{}
.clf-text-cnt{}
.clf-input-cnt{}
.clf-btn-cnt{}
.clf-btn{}
.clf-groups-table{}

.price-chart{
    height: 300px;
}

@media (min-width: 992px) and (max-width: 1200px){}
@media (min-width: 768px) and (max-width: 991px){}
@media (max-width: 767px){
    .modal-dialog{
        margin: 0px auto;
    }
    .modal-content{
        border-radius: 0px;
        min-height: 100vh;
    }
    .modal-header{
        padding-top: 15px;
        margin-bottom: 7px;
        min-height: 87px;
    }
    .modal-header .modal-close{
        margin-top: 3px;
    }
    .modal-body-scroll{
        max-height: -webkit-calc(100vh - 94px - 20px);
        max-height: expression(100vh - 94px - 20px);
        max-height: -moz-calc(100vh - 94px - 20px);
        max-height: -o-calc(100vh - 94px - 20px);
        max-height: calc(100vh - 94px - 20px);
    }
    .modal-content.with-mobile-fixed-footer .modal-body-scroll{
        max-height: -webkit-calc(100vh - 94px - 72px);
        max-height: expression(100vh - 94px - 72px);
        max-height: -moz-calc(100vh - 94px - 72px);
        max-height: -o-calc(100vh - 94px - 72px);
        max-height: calc(100vh - 94px - 72px);
    }
    .modal-tab-content .modal-body-scroll{
        max-height: -webkit-calc(100vh - 94px - 40px);
        max-height: expression(100vh - 94px - 40px);
        max-height: -moz-calc(100vh - 94px - 40px);
        max-height: -o-calc(100vh - 94px - 40px);
        max-height: calc(100vh - 94px - 40px);
    }
    .modal-tab-content .with-call .modal-body-scroll{
        max-height: -webkit-calc(100vh - 94px - 40px - 125px);
        max-height: expression(100vh - 94px - 40px - 125px);
        max-height: -moz-calc(100vh - 94px - 40px - 125px);
        max-height: -o-calc(100vh - 94px - 40px - 125px);
        max-height: calc(100vh - 94px - 40px - 125px);
    }
    .modal-tab-content .with-links .modal-body-scroll{
        max-height: -webkit-calc(100vh - 94px - 40px - 38px);
        max-height: expression(100vh - 94px - 40px - 38px);
        max-height: -moz-calc(100vh - 94px - 40px - 38px);
        max-height: -o-calc(100vh - 94px - 40px - 38px);
        max-height: calc(100vh - 94px - 40px - 38px);
    }
    .modal-tab-content .with-call.with-links .modal-body-scroll{
        max-height: -webkit-calc(100vh - 94px - 40px - 125px - 38px);
        max-height: expression(100vh - 94px - 40px - 125px - 38px);
        max-height: -moz-calc(100vh - 94px - 40px - 125px - 38px);
        max-height: -o-calc(100vh - 94px - 40px - 125px - 38px);
        max-height: calc(100vh - 94px - 40px - 125px - 38px);
    }
    .modal-footer{
        padding-top: 20px;
    }
    .modal-content.with-mobile-fixed-footer .modal-footer{
        min-height: 72px;
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
    }
    .modal-title{
        font-size: 20px;
        line-height: 1.3;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .modal-buttons-cnt{
        margin-left: -10px;
        margin-right: -10px;
    }
    .modal-buttons-cnt .btn{
        /*width: 100%;*/
        -webkit-flex-basis: 42%;
        flex-basis: 42%;
        flex-basis: -webkit-calc(50% - 20px);
        flex-basis: -moz-calc(50% - 20px);
        flex-basis: calc(50% - 20px);
        -webkit-flex-grow: 1;
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .modal-review-btn-cnt{
        padding-left: 0px;
        /*text-align: left;*/
    }

    .modal-nav{
        padding-left: 5px;
    }
    .modal-nav>li>a{
        padding-left: 15px;
        padding-right: 15px;
    }

    .mtb-inner{
        padding-right: 60px;
    }
    .mtb-seller-cnt{
        width: 60px;
    }

    .popup-form textarea{
        max-height: 86px;
    }

    .pcib-warning-notice{
        text-align: left;
    }

    .prb-placeholder{
        padding-left: 30px;
        padding-right: 30px;
    }
    .prb-write-btn-cnt{
        margin-bottom: 10px;
    }
    .p-offers-empty{
        background-color: #ffffff;
    }
    .p-offer-placeholder{
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .clf-groups-table{
        margin-bottom: 20px;
    }
    .clf-btn-cnt {
        text-align: right;
    }

    .price-chart{
        height: 220px;
    }
    #formComplaint .modal-footer{position: relative;}
}
@media (max-width: 479px){
    .modal-buttons-cnt .btn+.btn {
        margin-left: 20px;
    }

    .modal-tabs-block{
        margin-left: -20px;
        margin-right: -20px;
    }
    .mtb-seller-cnt{
        padding-right: 20px;
    }

    .popup-contact-info-block{
        margin-left: -20px;
        margin-right: -20px;
    }
    .pcib-side-pad {
        padding-left: 20px;
        padding-right: 20px;
    }

    .prb-write-btn-cnt>.prb-write-btn{
        display: block;
    }
    .prb-placeholder{
        padding-left: 20px;
        padding-right: 20px;
    }
}