

/* Start:/local/components/nspu.ege_calculator/templates/.default/style.css?17690760477675*/
#ege-calculator .nowrap{
  white-space: nowrap;
}
#ege-calculator label,
#ege-calculator-info
#ege-calculator input[type="checkbox"]{
    cursor: pointer;
}
#ege-calculator-info{
  padding: 2rem;
}
#ege-calculator-exams{
    margin-bottom: 3rem;
}
#ege-calculator-exams{
border: solid 2px #e1e1e1;
overflow: hidden;
padding: 40px 30px;
margin-top: 2rem;
user-select: none;

}
#ege-calculator-exams .text{
font-size: 1.2em;
margin-bottom: 2rem;
font-weight: bold;
}

#ege-calculator .exam-box{
margin-top: 30px;
display: inline-block;
width: 25%;
height: 16px;
}
#ege-calculator .exam-box div{
display: flex;
flex-direction: row;
align-items: flex-start;
min-width: 180px;
font-size: 16px;
white-space: nowrap;
}
#ege-calculator .exam-box div .active{
color: #006999;
}

  
  #ege-calculator .direction{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    user-select: none;
    background-color: #e1e1e1;
    padding: 28px 66px 17px 24px;
    margin-bottom: 20px;
    overflow: auto;
  }
  
  #ege-calculator .circle{
    padding-right: 24px;
  }
  #ege-calculator .card-content{
	width:100%;
  }
  #ege-calculator .block-1{
    display: flex;
    flex-direction: row;
	width:100%;
  }

  #ege-calculator .block-2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  
  #ege-calculator .block-3{
    float: right;
    display:flex;
    align-items: center;
    justify-content: center;
  }
  #ege-calculator .code{
    background-color: #006999;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding: 24px 0px;
    display: inline-block;
  }
  
  #ege-calculator .name_faculty{
    display: block;
    color:#006999;
    font-size: 1.2em;
  }
  #ege-calculator .name_faculty a,
  #ege-calculator .name_form a{
      color:#006999;
  }

  #ege-calculator .name_form{
	margin-top: 0.5rem;
  }
  #ege-calculator .name_direction{
    color:#006999;
    display: block;
    font-size: 1em;
	margin-top: 0.5rem;
  }
  
  .point>td{
    padding: 0.5rem;
  }
  .point>td td{
    padding: 0.25rem;
  }
  
  #ege-calculator .point td:first-child{
    color: #404040;
  }
  #ege-calculator .exam-val{
    display: inline-block;
    background-color: #fcfcfc;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin: 0.5rem;
    color: #000;
    max-width: 600px;
  }
  #ege-calculator .ly{
    background-color: rgba(0,0,0,.1);
  }
  
  #ege-calculator .places{
    text-align: right;
  }
  #ege-calculator  .places:first-child{
    padding-right: 10px;
  }
  #ege-calculator .pointer{
    display: inline-block;
    cursor: pointer;
  }
  #ege-calculator .places{
    font-size: 0.8em;
  }
  
  #ege-calculator .paid-places td{
    padding-top: 10px;
  }
  
  #ege-calculator  .count-places{
    display: block;
    background-color: rgba(0,0,0,.07);
    padding: 5px 10px;
    color: #000;
    text-align: center;
  }
  
  #ege-calculator  .count-main{
    background-color: rgba(0,0,0,.2);
  }
  
  #ege-calculator .payment{
    text-align: right;
    padding: 1rem 0.5rem 0;
    color: #666666;
  }
  
  #ege-calculator .payment .value{
    color: #006999;
  }
  
  #ege-calculator .count-largefont{
    font-size: 16px;
  }
  
  #ege-calculator .error{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #de3030;
    font-size: 1.2em;
  }
  #ege-calculator .info{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1em;
    margin-bottom: 1.5rem;
  }

  #ege-calculator  .slider-selection {
    background: #636363;
  }

  #ege-calculator-filter label{
    margin-bottom: 60px;
    min-width: 200px;
    width: 33%;

    font-size: 1.2em;
  }
  #ege-calculator .filter-slider>.slider-horizontal {
    min-width: 200px;
    width: 66%;

  }

@media (max-width: 480px){
  #ege-calculator-filter label{
    width: 100%;
  }
  #ege-calculator .filter-slider>.slider-horizontal{
    width: 100%;
  }
}
@media (max-width: 576px){
  #ege-calculator-filter label{
    width: 50%;
  }
  #ege-calculator  .filter-slider>.slider-horizontal{
    width: 49%;
  }
}



#ege-calculator .slider-handle{
    background-color: #909090;
    background-image: none;
  }
  #ege-calculator  .slider.slider-horizontal .slider-track{
    height: 3px;
  }
  #ege-calculator  .slider-handle {
    top: -4px;
  }
  #ege-calculator  .slider-selection{
    background-color: #006999;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #ege-calculator .slider-track-high{
    background-color: #e1e1e1;
  }
  #ege-calculator-filter{
    display: inline-block;
    margin-top: 60px;
  }
  #ege-calculator-filter .tooltip-inner{
    color: #272727;
    background: none;
    font-size: 20px;
    margin-top: -6px;
  }
  #ege-calculator-filter .tooltip.top .tooltip-arrow{
    border:none;
  }

  #ege-calculator  .border-circle{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/abitura/ege/img/i.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
    margin-bottom: -3px;
  }



  #ege-calculator-info .info:before {
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' fill='%23006999' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'></path><path d='m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'></path></svg>");
    display:inline-block;
    width:24px;
    height:24px;
    margin:0 12px;
    flex-shrink: 0;
  }
  #ege-calculator-info .error:before {
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' fill='%23de3030' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'></path><path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'></path></svg>");
    display:inline-block;
    width:32px;
    height:32px;
    margin:0 16px;
    flex-shrink: 0;
  }

.perechen-info2{
	font-size: 14px;
	margin:2rem auto;
	text-align: left;
}
.perechen-info2>div{

	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 1em;
	margin: 1rem 0;
}
.perechen-info2>div:before {
	content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' fill='%23006999' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'></path><path d='m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'></path></svg>");
	display:inline-block;
	width:20px;
	height:20px;
	margin:0 12px;
	vertical-align: middle;
}



  @media (max-width: 1000px) {
    #ege-calculator .direction{
      padding: 1rem 2rem;
    }
  }

  @media (max-width: 990px) {
    #ege-calculator .dt, #ege-calculator .circle{
      display:none;
    }
  }

  @media (max-width: 768px) {
    #ege-calculator .exam-val{
      padding: 0.25rem 0.5rem;
      border-radius: 0.25rem;
      margin: 0.25rem;
    }
  }

  @media (max-width: 576px) {
    #ege-calculator .direction{
      padding: 1rem;
    }
  }
/* End */
/* /local/components/nspu.ege_calculator/templates/.default/style.css?17690760477675 */
