* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  padding: 0;
  background: #F7F7F8; }

h1 {
  font-family: 'Noto Serif', sans-serif;
  font-size: 36px;
  line-height: 49px;
  font-weight: 700;
  margin-bottom: 0; }

h2 {
  font-family: 'Noto Serif', sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 0; }

p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 0; }

a {
  font-family: 'Noto Serif', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #9c9c9c; }

.btn {
  font-family: 'Noto Serif', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  background: #F8507A;
  padding: 13px 40px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn:hover {
  background: #7263C7; }

.logo {
  font-family: 'Noto Serif', sans-serif;
  font-size: 14px;
  line-height: 19px; }
  .logo a {
    color: #FFF; }

.logo-dark a {
  color: #4B3F8D; }

.header {
  background: url("../img/bgw.png");
  background-size: cover;
  height: 550px;
  color: #FFF; }

.navbar {
  padding-top: 30px; }

.header-text {
  text-align: center;
  padding-top: 100px; }

.search {
  margin-top: -40px; }

.s-form {
  padding: 20px 30px;
  background: #FFF;
  text-align: center;
  border-radius: 5px; }
  .s-form input[type=text] {
    background: #F7F7F8;
    border: 0;
    width: 80%;
    height: 40px;
    border-radius: 5px;
    margin-right: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #9c9c9c;
    padding-left: 15px; }
  .s-form input[type=text]::-webkit-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #9c9c9c;
    padding-left: 15px; }
  .s-form input[type=text]:-ms-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #9c9c9c;
    padding-left: 15px; }
  .s-form input[type=text]::-ms-input-placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #9c9c9c;
    padding-left: 15px; }
  .s-form input[type=text]::placeholder {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #9c9c9c;
    padding-left: 15px; }
  .s-form input[type=submit] {
    cursor: pointer;
    font-family: 'Noto Serif', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    border: none; }

.list-l {
  margin-top: 100px;
  text-align: center; }

.list-col {
  text-align: left;
  background: #FFF;
  margin-left: 20px;
  padding: 0;
  padding-bottom: 20px;
  margin-top: 30px;
  border-radius: 5px; }
  .list-col .img-div {
    background-size: cover !important;
    background-position: center center !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    height: 145px; }
  .list-col h2 {
    color: #4B3F8D;
    padding-left: 11px;
    padding-right: 11px; }
  .list-col p {
    color: #9c9c9c;
    padding-left: 11px;
    padding-right: 11px; }

.btn-view {
  cursor: pointer;
  margin-top: 30px;
  border: none; }

footer {
  margin-top: 100px;
  background: url("../img/bgf.png");
  background-size: cover;
  color: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  footer a {
    color: #FFF; }
  footer p {
    font-size: 12px;
    color: #F7F7F8;
    margin-top: 20px; }

.header-text-c {
  text-align: left; }

.l-bg {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover;
  height: 300px;
  border-radius: 5px; }

.comisii {
  margin-top: 100px; }

.c-col {
  background: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  height: 210px;
  overflow: hidden;
  margin-left: 20px;
  margin-top: 20px; }
  .c-col h2 {
    color: #4B3F8D; }
  .c-col ul {
    padding-left: 17px;
    list-style-type: none;
    height: 120px;
    margin-top: 0;
    margin-right: -40px;
    overflow-y: scroll;
    overflow-x: hidden; }
    .c-col ul li {
      font-family: 'Noto Sans', sans-serif;
      font-size: 14px;
      line-height: 19px;
      font-weight: 400;
      color: #9c9c9c;
      margin-top: 10px;
      position: relative; }
    .c-col ul li:before {
      content: '';
      position: absolute;
      top: 9px;
      left: -15px;
      background: url("../img/line.svg");
      width: 7px;
      height: 2px; }

.header-t {
  height: 400px;
  background: url("../img/bgb.png") no-repeat;
  color: #4B3F8D; }
  .header-t p {
    color: #9c9c9c; }

.underline {
  color: #4B3F8D;
  text-decoration: underline; }

.teacher {
  margin-top: 100px; }

.t-col {
  background: #FFF;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px; }

.details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .details .img-t {
    background-size: cover !important;
    background-position: top center !important;
    border-radius: 100em;
    width: 80px;
    height: 80px;
    margin-right: 20px; }
  .details .name {
    color: #4B3F8D; }

.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.text {
  padding-top: 5px;
  color: #9c9c9c;
  width: 50%; }

.rating ul {
  list-style-type: none; }
  .rating ul li {
    float: left;
    font-family: 'Noto Serif', sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #4B3F8D;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .rating ul input {
    visibility: hidden;
    font-family: 'Noto Serif', sans-serif; }
  .rating ul label {
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-transform: all .3s ease-in-out;
            transform: all .3s ease-in-out; }
  .rating ul input:checked + label {
    background: #F8507A;
    color: #FFF; }
  .rating ul input:hover + label {
    background: #F8507A;
    color: #FFF; }
  .rating ul textarea {
    border: 2px solid #9c9c9c;
    border-radius: 5px;
    width: 300px;
    margin-left: 30px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px; }

.submit-t .btn {
  cursor: pointer;
  margin-top: 20px;
  padding: 10px 10px !important;
  border: none; }

@media (min-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 46%; } }

@media (min-width: 576px) and (min-width: 768px) {
  .col-md-4 {
    max-width: 30.333333%; } }

@media (min-width: 992px) {
  .col-lg-3 {
    max-width: 22.8%; } }

@media (max-width: 575px) {
  .row {
    margin-right: 0px;
    margin-left: 0px; } }

@media (max-width: 1199px) {
  .s-form input[type=text] {
    width: 70%; }
  .text {
    width: 40%; } }

@media (max-width: 767px) {
  .text {
    width: 100%; }
  .question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .rating ul textarea {
    width: 360px; } }

@media (max-width: 575px) {
  .header {
    height: 400px; }
  .header-text {
    padding-top: 50px; }
  .list-col {
    margin-left: 0px; }
  .list-col .img-div {
    height: 200px; }
  .f-link:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px; }
  .f-link {
    margin-bottom: 10px; }
  .l-bg {
    display: none; }
  .c-col {
    margin-left: 0; } }

@media (max-width: 553px) {
  .s-form {
    padding: 20px 10px; } }

@media (max-width: 514px) {
  .s-form input[type=text] {
    width: 60%; }
  .rating ul input {
    width: 10px; }
  .rating ul textarea {
    width: 300px; } }

@media (max-width: 440px) {
  .rating ul textarea {
    width: 220px;
    margin: 0; }
  .rating ul input {
    width: 0px; } }

@media (max-width: 398px) {
  .s-form input[type=text] {
    margin-right: 5px; } }

@media (max-width: 360px) {
  .s-form input[type=text] {
    margin-right: 5px;
    width: 50%;
    padding-left: 0px; } }
