.SumoSelect p {margin: 0;}
.SumoSelect{width: 200px;}

.SelectBox {padding: 12px;}

.sumoStopScroll{overflow:hidden;}

/* Filtering style */
.SumoSelect .hidden { display:none; }
.SumoSelect .search-txt{display:none;outline:none;}
.SumoSelect .no-match{display:none;padding: 6px;}
.SumoSelect.open .search-txt{display: inline-block;position: absolute;top: 0;left: 0;width: 100%;margin: 0;padding: 5px 8px;border: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 5px;}
.SumoSelect.open>.search>span, .SumoSelect.open>.search>label{visibility:hidden;}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,.SumoUnder { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; margin: 0;}
.SelectClass{z-index: 1;}

    .SumoSelect > .optWrapper > .options  li.opt label, .SumoSelect > .CaptionCont,.SumoSelect .select-all > label { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.SumoSelect { display: inline-block; position: relative;outline:none; cursor: pointer;}
/*.SumoSelect:focus > .CaptionCont,.SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {box-shadow: 0 0 2px #7799D0;border-color: #7799D0;}*/
    .SumoSelect > .CaptionCont { position: relative; border: 1px solid #fff; min-height: 14px;border-radius:2px;margin:0;}
        .SumoSelect > .CaptionCont > span { display: block; padding-right: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
            /*placeholder style*/
            .SumoSelect > .CaptionCont > span.placeholder { color: #ccc; }

        .SumoSelect > .CaptionCont > label {cursor: pointer;position: absolute; top: 0; right: 0; bottom: 0; width: 30px;}
            .SumoSelect > .CaptionCont > label > i { 
                background-position: center center; width: 16px; height: 16px; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;background-repeat: no-repeat;opacity: 0.8;}

    .SumoSelect > .optWrapper {display:none; z-index: 1000; top: 30px; width: 100%; position: absolute; left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;border: 1px solid #ddd; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11); border-radius: 3px;overflow: hidden; background: #151125;}
        .SumoSelect.open > .optWrapper {top:41px; display:block;}
        .SumoSelect.open > .optWrapper.up {top: auto;bottom: 100%;margin-bottom: 5px;}

        .SumoSelect > .optWrapper ul {list-style: none; display: block; padding: 0; margin: 0; overflow: auto;}
        .SumoSelect > .optWrapper > .options { border-radius: 2px;position:relative;
         /*Set the height of pop up here (only for desktop mode)*/
            max-height: 250px;
             /*height*/ }
        .SumoSelect > .optWrapper > .options li.group.disabled > label{opacity:0.5;}
        .SumoSelect > .optWrapper > .options li ul li.opt{padding-left: 22px;}
        .SumoSelect > .optWrapper.multiple > .options li ul li.opt{padding-left: 50px;}
        .SumoSelect > .optWrapper.isFloating > .options {max-height: 100%;box-shadow: 0 0 100px #595959;}
        .SumoSelect > .optWrapper > .options  li.opt { padding: 6px 6px; position: relative;}
            .SumoSelect > .optWrapper > .options > li.opt:first-child { border-radius: 2px 2px 0 0; }
            .SumoSelect > .optWrapper > .options > li.opt:last-child {border-radius: 0 0 2px 2px; border-bottom: none;}
            .SumoSelect > .optWrapper > .options li.opt:hover { background-color: #377295; }
            .SumoSelect > .optWrapper > .options li.opt.sel{background-color: #a1c0e4; border-bottom: 1px solid #a1c0e4;}

            .SumoSelect > .optWrapper > .options li label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block;cursor: pointer;}
            .SumoSelect > .optWrapper > .options li span { display: none; }
            .SumoSelect > .optWrapper > .options li.group > label {cursor: default;padding: 8px 6px;font-weight: bold;}

        /*Floating styles*/
        .SumoSelect > .optWrapper.isFloating { position: fixed; top: 0; left: 0; right: 0; width: 90%; bottom: 0; margin: auto; max-height: 90%; }

    /*disabled state*/
    .SumoSelect > .optWrapper > .options li.opt.disabled { background-color: inherit;pointer-events: none;}
        .SumoSelect > .optWrapper > .options li.opt.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }


    /*styling for multiple select*/
    .SumoSelect > .optWrapper.multiple > .options li.opt { padding-left: 35px;cursor: pointer;}
        .SumoSelect > .optWrapper.multiple > .options li.opt span,
        .SumoSelect .select-all > span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px;}
            .SumoSelect > .optWrapper.multiple > .options li.opt span i,
            .SumoSelect .select-all > span i{position: absolute;margin: auto;left: 0;right: 0;top: 0;bottom: 0;width: 14px;height: 14px;border: 1px solid #AEAEAE;border-radius: 2px;box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);background-color: #fff;}
.SumoSelect > .optWrapper > .MultiControls { display: none; border-top: 1px solid #ddd; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); border-radius: 0 0 3px 3px; }
    .SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: block; margin-top: 5px; position: absolute; bottom: 0; width: 100%; }

    .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
        .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }

    .SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #f1f1f1; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0 0 0 3px; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0 0 3px 0; }
    /*styling for select on popup mode*/
    .SumoSelect > .optWrapper.isFloating > .options li.opt { padding: 12px 6px; }

    /*styling for only multiple select on popup mode*/
    .SumoSelect > .optWrapper.multiple.isFloating > .options li.opt { padding-left: 35px; }
    .SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 43px; }

    .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
    .SumoSelect .select-all.selected > span i,
    .SumoSelect .select-all.partial > span i{background-color: #4AECFF;box-shadow: none;border-color: transparent;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');background-repeat: no-repeat;background-position: center center;}
    /*disabled state*/
    .SumoSelect.disabled { opacity: 0.7;cursor: default;}
     .SumoSelect.disabled > .CaptionCont{border-color:#ccc;box-shadow:none;}

    /**Select all button**/
    .SumoSelect .select-all{border-radius: 3px 3px 0 0;position: relative;border-bottom: 1px solid #ddd;background-color: #fff;padding: 8px 0 3px 35px;height: 20px;cursor: pointer;}
    .SumoSelect .select-all > label, .SumoSelect .select-all > span i{cursor: pointer;}
    .SumoSelect .select-all.partial > span i{background-color:#ccc;}


     /*styling for optgroups*/
    .SumoSelect > .optWrapper > .options li.optGroup { padding-left: 5px; text-decoration: underline; }


.CaptionCont.SelectBox::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 9px;
    top: 30%;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(135deg);
    border-radius: 1px;
    transition: all 0.2s ease-in-out;
}
.open .CaptionCont.SelectBox::after {
    top: 40%;
    transform: rotate(-45deg);
}

.new-offer-filters .CaptionCont.SelectBox::after{
    transform: rotate(45deg);
    top: 38%;
    color:#fff;
}
.new-offer-filters .open .CaptionCont.SelectBox::after{
    transform: rotate(135deg);
}

#konfigurator-operatora h2{
    font-size: 42px;
    line-height: normal;
    margin-bottom: 20px;
 }
 .new-offer-filters .buildingType{visibility: hidden;}
 .new-offer-filters .package_label{color: #666666;font-size: 20px;}
 .new-offer-filters .package_label::before{width: 24px;height: 24px; border-color:#666666;
 }
 .new-offer-filters .package_input:checked + .package_label::after{
    top:7px;
    width: 10px;
    height: 10px;
    left: 17px;
 }
 .new-offer-filters .package_input:checked + .package_label{
    color:#fff;
 }
 .new-offer-filters .package_label{float: left;}
 .new-offer-filters .SumoSelect{
    width: auto !important;
 }
 .new-offer-filters .package_label{float: left;
    margin-left: 27px;
}
 .new-offer-filters .SumoSelect > .CaptionCont{
    color: #fff;
    border: 1px solid #fff;
    height: 37px;
    line-height: 100%;
    padding: 7px !important;
 }
 .new-offer-filters .SumoSelect > .CaptionCont span{
    line-height: 100%;font-size: 20px;
 }
 .new-offer-filters .radio-vertical-center{
    margin-top:10px;
 }

 .new-offer-filters .SumoSelect.open > .optWrapper{
     top:36px !important;
 }
 .new-offer-ext-button{
    text-align: center;
 }
 .new-offer-ext-button button{
    position: relative;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    color:#fff;
    padding: 10px 40px 10px 20px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 24px;
 }
 
 .new-offer-ext-button .row{
    justify-content:center;
 }
 .new-offer-ext-button button::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 22px;
    top: 40%;
    border-color:#fff;
    background: #07070d;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    border-radius: 1px;
    transition: all 0.2s ease-in-out;
 
 }
 .new-offer-ext-button.open button::after
 {
    transform: rotate(135deg);
 }
 .new-offer-selecttype-button{
  /*  border: 2px solid #2CCDEA;
    border-radius: 24px;
    overflow: hidden;
    */
    height: 39px;
    margin: 40px 0px;
 }
 .new-offer-selecttype-button button{
    display: block;
    width: 50%;
    color:#2CCDEA;
    background: transparent;
    border:none;
    font-size: 20px;
    line-height: 100%;
    height: 35px;
    float: left;
    cursor: pointer;
 }
 .new-offer-selecttype-button button.active{
    background-color:#2CCDEA;
    color:#07070D;
 }
 .new-offer-summary{
    color:#666666;
    margin-left: 60px;
    margin-top: 13px;
 }
 .new-offer-summary h2{
     color:#666666;
     font-size:24px !important;
     line-height: 35px !important;
     border-bottom: 2px solid #666666;
     margin: 0 !important;
     
 }
 .new-offer-summary .item.part1
 {
    background-color: rgba(44,205,234,0.2) !important;
}
.new-offer-summary .item.internet,.new-offer-summary .item.phone,.new-offer-summary .item.ext,
.new-offer-summary .item.tv{
    border-bottom: 1px solid #fff;
}
.new-offer-summary .item.sum{
  font-weight: bold;
}
 .new-offer-tooltip{display:none;position: relative; color:#fff; border: 2px solid #fff;padding: 14px;font-size: 14px;}
 .new-offer-tooltip a{display: block;margin:15px 0 0 0;color:#2CCDEA;font-weight: bold;}

 .new-offer-tooltip:before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 76px;
    top: -8px;
    background-color: #07070d;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    border-radius: 1px;
    transition: all 0.2s ease-in-out;
}
 .new-offer-summary.active,
 .new-offer-summary.active h2{
    color:#fff;
 }

 .new-offer-summary.active h2{
    border-color: #fff;
 }

 
 .new-offer-summary button{
     display: inline-block;
     height: 38px;
     padding: 0 36px;
     border: 0px;
     border-radius: 24px;
     margin: 20px 0px;
     cursor: pointer;
     background-color: #2CCDEA;
     color:#fff;

 }
 .new-offer-summary .item{ 
    font-size: 14px;
    height: 35px;
    line-height: 35px;
 }
 .new-offer-summary .item > span.text{
    float: left;
 }
 .new-offer-summary .item > span.summary{
     float: right;
 }
 #konfigurator-operatora .box{
    position: relative;
    border: 3px solid transparent;
    text-align: center;
    width: 100%;
    min-height: 200px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
 }
 #konfigurator-operatora .center_oferta_ajax_box > div.new-offer-internet > .row,
 #konfigurator-operatora .center_oferta_ajax_box > div.new-offer-tv > .row,
 #konfigurator-operatora .center_oferta_ajax_box > div.new-offer-ext-button > .row, 
 #konfigurator-operatora .center_oferta_ajax_box > div > div > .row{
     margin: 13px -10px 13px -10px;
 }
 #konfigurator-operatora .center_oferta_ajax_box > div > .row > div,
 #konfigurator-operatora .center_oferta_ajax_box > div > div > .row > div
 {
    padding-right: 10px !important;
    padding-left: 10px !important;
 }
 #konfigurator-operatora .box img{
     width: 80%;
     height: auto;
     max-width: 100px;
 }
 .new-offer-ext{
     display: none;
 }
/* #konfigurator-operatora .new-offer-ext-other .box img{
    max-width: 80px;
 }
*/
/*
 #konfigurator-operatora .center_oferta_ajax_box{
     display: block;
 }
*/
 .new-offer-summary button:disabled{
     color:#07070D;
     border: 1px solid #666666;
     background: #666666;
 }
.new-offer-internet .box{
    border: 3px solid #7F5CFF !important;
    
}
.new-offer-internet .produkt_cena{
    color: #7F5CFF !important;
}
.new-offer-tv .produkt_cena{
    color: #2CCDEA !important;
}
.new-offer-ext-phone .produkt_cena{
    color: #FF00E1 !important;
}
.new-offer-ext-other .produkt_cena{
    color: #0091FF !important;
}
.new-offer-tv .box{
    border: 3px solid #2CCDEA !important;
}                   
.new-offer-ext-phone .box{
    border: 3px solid #FF00E1 !important;
}
.new-offer-ext-other .box{
    border: 3px solid #0091FF !important;
}



.new-offer-internet > div > .active > .produkt_new_box_title{
    color: #7F5CFF;
}

.new-offer-internet > div > .active > .produkt_new_box{
    color:#fff !important;
    background-color: rgba(127,92,255,0.2) !important;
    border-color: #7F5CFF !important;
}
.new-offer-internet > div > .active > .produkt_new_box .produkt_new_box_price_part1{
    background-color: #7F5CFF !important;
}
.new-offer-tv > div > .active > .produkt_new_box_title{
    color: #2CCDEA;
}
.new-offer-tv > div > .active > .produkt_new_box{
    color:#fff !important;
    background-color: rgba(44,205,234,0.2) !important;
    border-color: #2CCDEA !important;
}
.new-offer-tv > div > .active > .produkt_new_box .produkt_new_box_price_part1{
    background-color: #2CCDEA !important;
}


.new-offer-ext-phone > div > .active > .produkt_new_box_title{
    color: #FF00E1;
}
.new-offer-ext-phone > div > .active > .produkt_new_box{
    color:#fff !important;
    background-color: rgba(205,0,205,0.2) !important;
    border-color: #FF00E1 !important;
}
.new-offer-ext-phone > div > .active > .produkt_new_box .produkt_new_box_price_part1{
    background-color: #FF00E1 !important;
}

.new-offer-ext-other > div > .active > .produkt_new_box_title{
    color: #0091FF;
}
.new-offer-ext-other > div > .active > .produkt_new_box{
    color:#fff !important;
    background-color: rgba(0,145,255,0.2) !important;
    border-color: #0091FF !important;
}

.new-offer-ext-other > div > .active > .produkt_new_box .produkt_new_box_price_part1{
    background-color: #0091FF !important;
}


#konfigurator-operatora .main-container{
    max-width: 1300px;
}
.new-offer-filters input.packageType{
visibility: hidden;
position: absolute;
}
.new-offer-filters .packageType:checked + .packageType_label::after{
    top:7px;
    width: 10px;
    height: 10px;
    left: 17px;
 }
 .new-offer-filters .packageType_label{
     color: #2CCDEA;
     background-color:  #07070D;
     font-size: 20px;
     line-height: 32px;
     height: 35px;
     text-align: center;
     width: 50%;
     float: left;
     cursor: pointer;
 }
 .new-offer-filters #radio-packageType2
 {
    border-radius: 0 24px 24px 0;
 }
 .new-offer-filters  #radio-packageType1{
     
    border-radius:  24px 0 0 24px;
 }
 .new-offer-filters  #new-offer-city-label{
    font-size: 20px;
    color: #666666;
    padding-right: 10px;
 }
 .new-offer-filters .packageType:checked + .packageType_label{
    background-color: #2CCDEA;
    color: #07070D;
 }
  .new-offer-internet .row,  .new-offer-tv .row,  .new-offer-ext-phone .row, .new-offer-ext-other .row{
      justify-content:left;align-items:center;align-content:center;flex-wrap: wrap;
  }
  .center_oferta_ajax_box > div{
      width: 100%;
  }


  #konfigurator-operatora .row  .produkt_new_box{
      height: 200px;
      padding-top:26px;
      position: relative;
      color:#707070;
      font-size:12px;
      text-align: center;
      cursor: pointer;
  }
  #konfigurator-operatora  .new-offer-ext-other .row  .produkt_new_box{
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #konfigurator-operatora .row  .produkt_new_box .show_chanel_btn{
        background: transparent;
        color:#2CCDEA;
        text-decoration: underline;
        text-transform: none;
        font-size: 14px;
        line-height: normal;
        margin: 0;
        bottom: 15px;
        position: absolute;
        font-weight: normal;
   }
   #konfigurator-operatora .row  .produkt_new_box .produkt_meta{
        position: absolute;
        bottom: 38px;
        width: 100%;
        line-height: normal;
   }
  #konfigurator-operatora .row  .produkt_new_box .produkt_cena{
      font-size:32px;
      line-height: 39px;
  }
  #konfigurator-operatora .row  .produkt_new_box .produkt_cena_old{
    height: 35px;
    line-height: 35px;
  }
  #konfigurator-operatora .row  .produkt_new_box .produkt_cena_old > span{
    font-size: 12px;
    display: block;
    text-decoration: line-through;
    height: 35px;
    line-height: 35px;
  }
  .produkt_new_box_title{
      display: block;
      width: 100%;
      font-size:20px;
      height: 35px;
      color:#666666;
      text-align: center;
    }
  .produkt_new_box_price_part1 {
      color:#fff;
      font-size:14px;
      line-height: 24px;
      height: 24px;
      text-align: center;
      position: absolute;
      width: 100%;
      background-color: #666666;
      top: 0;
  }
  .fon-600{font-weight: bold;}
  .border-grey{border: 2px solid #666666;}
  .border-turquoise{ border: 2px solid #2CCDEA;}

  .new-offer-filters .SumoSelect{
    width: auto !important;
}

.packageView .new-offer-ext-button{
    display: none;
}
.packageView .new-offer-ext{
    display: none;
}
.new-offer-user-text h3{
    text-align: center;
    font-size: 32px;
    line-height: normal;
    margin: 20px 0;
}