/* BEGIN POPUP*/

.fader {
  background: #252525;
  opacity: 80%;
}

.popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #dbdbdbc9;
  top: 0;
  bottom: 10px;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.popup .fader {
  z-index: 0 !important;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup.active .popup__content {
  -webkit-transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
  transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
  opacity: 1;
}

.popup_registration {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.popup_registration::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.popup__body {
  padding: 30px 10px;
}

.popup__content {
  margin: auto;
  padding: 40px 20px 20px;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  width: 365px;
  -webkit-transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
  z-index: 999;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 150px;
}

.popup__content_registration {
  position: relative;
}

.popup__content_thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.popup__content_thanks .icon {
  width: 140px;
  height: 140px;
  fill: #f39c12;
  margin: 0 0 20px 0;
}

.popup__content_thanks .popup__text {
  font-size: 18px;
  margin: 0 0 35px 0;
}

.popup__title {
  padding: 0 0 20px 0;
  margin-top: 65px;
  text-align: center;
}

.popup__title .tutor-image {
  padding: 0 0 20px 0;
  width: 132px;
  height: 132px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -66px;
}

.popup__label {
  margin: 0 0 6px 0;
}

.popup__row {
  gap: 20px;
  margin: 25px 0;
}

.popup__btn {
  width: 100%;
  margin: 15px 0 10px 0;
}

.popup__text {
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  line-height: 20px;
}

.popup__link {
  color: #5c97bf;
  text-decoration: underline;
}

.popup__link_verifi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.popup__content .btn {
  width: 100%;
  margin-top: 20px;
}

.popup__footer {
  margin-top: 20px;
  padding-top: 20px;
}

.popup__footer::before {
  content: "";
  border-top: 1px #F5F5F5 solid;
  width: 100%;
  position: absolute;
  left: 0;
}

.popup__footer .popup__text {
  font-size: 12px;
  padding: 20px 0 0;
}

/* END POPUP*/

/** BEGIN CONTENT SELECT SUBJECT */
.not_found {
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.not_found .h2 {
  font-size: 18px;
  font-weight: 700;
}

.not_found span {
  font-size: 14px;
  font-weight: 400;
}

.select2-selection--single {
  cursor: default;
  font-weight: 700;
}


.page .select2-container--default .select2-selection--single::before,
.page .select2-container--default .select2-selection--single::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #5c97bf;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.page .select2-container--default .select2-selection--single::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -5.5px;
}

.page .select2-container--default .select2-selection--single::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1px;
}

.page .select2-container--default.select2-container--open .select2-selection--single::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select2-container--default.select2-container--open .select2-selection--single::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page .select2-container--default .select2-selection--single.selected::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  width: 14px;
}

.page .select2-container--default .select2-selection--single.selected::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
  width: 14px;
}

.page .select2-container--default .select2-selection--single {
  border: 0;
}

.page .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}












.card_content {
  width: 100%;
}

.subject-inner__title {
  padding: 25px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subject-inner__title span {
  font-weight: 400;
  font-size: 18px;
}

.subject-inner__btn {
  display: none !important;
}

.subject-inner__content {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aside-menu {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  width: 28%;
}

.aside-menu .close {
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 30px;
}

.aside-menu .close__line {
  background: #252525;
}

.aside-menu__header {
  position: relative;
  display: none;
}

.aside-menu__item {
  padding: 20px 40px;
  border-bottom: 2px solid #f5f5f5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.aside-menu__item_select {
  height: 90px;
}

.aside-menu__item_select.active {
  height: 300px;
}

.aside-menu__item_select.active-select {
  height: 300px;
}

.aside-menu__title {
  color: #5c97bf;
  padding: 0 0 8px 0;
}

.aside-menu__btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 40px auto;
  width: 75% !important;
}

.aside-menu__btn .icon {
  width: 14px;
  height: 14px;
  fill: #fff;
  margin: 0 10px 0 0;
}

.aside-menu__btn_fixed {
  position: absolute !important;
  top: 0;
  margin: 0;
  right: -135px;
  width: 150px !important;
  z-index: 20;
}

.aside-menu__btn {
  display: none !important;
}

.aside-menu__btn.active {

  display: flex !important;
}

.aside-menu__btn_fixed .icon {
  margin: 0 15px 0 0;
}

.slider-price__results {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 8px 0;
}

.slider-price__text {
  font-weight: 700;
}

.slider-price__text span {
  color: #33709a;
  text-decoration: underline;
}

.checkbox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
}

.checkbox:not(:last-child) {
  margin: 0 0 8px 0;
}

.checkbox__custom {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.checkbox__custom:checked+.checkbox__fake {
  opacity: 1;
  visibility: visible;
  background: #33709a;
}

.checkbox__custom:checked+.checkbox__fake::before {
  opacity: 1;
  visibility: visible;
}

.checkbox__text {
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.checkbox__text span {
  font-weight: 400;
  color: #8d8d8d;
}

.checkbox__fake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 17px;
  height: 17px;
  background: #dee6e9;
  border-radius: 4px;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.checkbox__fake::before {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/icon/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tutor-card {
  width: 70%;
}

.tutor-card-sections {
  display: grid;
  grid-template-columns: 112px 1fr 160px;
  grid-template-rows: 1fr;
  gap: 0px 20px;
  grid-auto-flow: row;
  grid-template-areas:
    "tutor_card_avatar tutor_card_description tutor_card_price";
}

.tutor_card_avatar {
  grid-area: tutor_card_avatar;
}

.tutor_card_description {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "t_c_name"
    "t_c_text";
  grid-area: tutor_card_description;
}

.t_c_name {
  grid-area: t_c_name;
}

.t_c_text {
  grid-area: t_c_text;
}

.tutor_card_price {
  grid-area: tutor_card_price;
}

.tutor-card__item {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  margin: 0 0 20px 0;
  padding: 20px;
}
.tutor-card__item__side{
  position: absolute;
  left: 0;
  bottom: 20px;
  top: 20px;
  width: 5px;
  background-color: #F39C12;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tutor_card_price .btn__accent {
  width: 100%;
}

.tutor-card__column:not(:nth-child(7)) {
  margin: 0 20px 0 0;
}

.tutor-card__column:nth-child(7) {
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tutor-card__img {
  width: 112px;
  height: 112px;
  margin: 0 0 20px 0;
  border-radius: 8px;
  /* overflow: hidden; */
}

.tutor-card__img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video_img {
  border: 4px solid #F39C12;
  position: relative;
}

.video_img .video_play {
  width: 40px;
  height: 40px;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(243, 156, 18);
  border-radius: 50%;
  cursor: pointer;
  padding: 9px 14px;
  border: none;
  transition: transform 0.3s ease-in-out;
}

.video_img .video_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.video_img .video_play a {
  display: none;
}

.video_img .video_play .icon {
  width: 18px;
  height: 24px;
  fill: white;
}

.tutor-card__title a {
  font-size: 18px;
  color: #5c97bf;
  font-weight: 700;
}

.tutor-card__text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}

.tutor-card__text .icon {

  fill: #8D8D8D;
  height: 16px;
  width: 19px;
  margin-right: 5px;
}

.tutor-card__text .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.tutor-card__text b {
  font-weight: 700;
}

.tutor-card__text span {
  color: #8d8d8d;
}

.tutor-card__row {
  margin: 0 0 5px 0;
}

.tutor_card_avatar .t_c_name {
  display: none;
}

.tutor-card__row .tutor-card__text {
  margin: 0 20px 0 0;
}

.tutor-card__row .icon {
  min-width: 18px;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  fill: #33709a;
}

.tutor-card__row_mob {
  display: none;
}

.tutor-card__list {
  padding: 0 0 5px 0;
}

.tutor-card__list li {
  margin: 0 0 6px 0;
}

.tutor-card__list li span {
  font-size: 12px;
}

.tutor-card__price {
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0 0 0;
  color: #33709a;
}

.tutor-card__price span {
  font-size: 14px;
  color: #8d8d8d;
  font-weight: 400;
}

.tutor-card__info {
  margin: 20px 0;
}

.tutor-card__location {
  font-weight: 700;
}

.tutor-card__location .icon {
  width: 14px;
  height: 14px;
  margin: 0 3px 0 0;
  fill: #f39c12;
}

.tutor-label {
  font-size: 12px;
  border-radius: 10px;
  background: #dee6e9;
  padding: 4px;
  margin: 10px 0 0 0;
}

.tutor-label .icon {
  width: 12px;
  height: 12px;
  margin: 0 4px 0 0;
}

.tutor-rating {
  position: relative;
  border-radius: 8px;
  padding: 10px;
  overflow: hidden;
}

.tutor-rating__bg {
  position: absolute;
  top: -7px;
  right: -7px;
  fill: rgba(255, 255, 255, 0.505);
  width: 45px;
  height: 45px;
}

.tutor-rating_yellow {
  background: #f39c12;
}

.tutor-rating_grey {
  background: #dee6e9;
}

.tutor-rating__title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 18px;
  color: #33709a;
}

.tutor-rating__text {
  position: relative;
  z-index: 1;
  font-size: 12px;
}

.TeachFormat div {
  margin-right: 5px;
  background: #F5F5F5;
  border-radius: 2px;
  padding: 4px 5px;
  float: left;
  margin-top: 5px;
}

.TeachFormat div.online {
  background: #1CA345;
  color: #fff;
}

.favorit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #dee6e9;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 8px 0 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.favorit.active .icon {
  opacity: 1;
}

.favorit.active .icon_active {
  opacity: 0;
}

.favorit .icon {
  width: 18px;
  height: 18px;
  fill: #f39c12;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.favorit .icon_active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}

.favorit_mob {
  display: none;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.pagination__item {
  margin: 0 4px;
}

.pagination__item._prev {
  margin: 0 16px 0 0;
}

.pagination__item._next {
  margin: 0 0 0 16px;
}

.pagination .icon {
  width: 14px;
  height: 14px;
  fill: #5c97bf;
}

.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #252525;
}

.pagination a.active {
  background: #5c97bf;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
}

.pagination .ellipse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #252525;
}

/** END CONTENT SELECT SUBJECT */
@media (max-width: 991.98px) {
  .subject-inner__btn {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .subject-inner__content {
    position: static;
  }


  .aside-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

    padding-bottom: 80px;





  }

  .aside-menu.active {
    right: 0;
    opacity: 1;
    visibility: visible;
  }

  .aside-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 40px;
    border-bottom: 1px solid #dee6e9;
  }

  .aside-menu__header .aside-menu__title {
    color: #252525;
  }

  .aside-menu__btn_fixed {
    display: none !important;
  }

  .tutor-card {
    width: 100%;
  }

  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tutor-info .tutor-rating {
    margin: 0;
  }

  .tutor-info__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tutor-info__column {
    width: 100%;
  }

  .tutor-info__item_mob {
    display: block;
    padding: 0 20px;
  }

  .tutor-info__item:first-child {
    border: none;
    padding: 20px 20px 10px 20px;
  }

  .tutor-info__row_mob {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tutor-info__list {
    display: none;
  }

  .tutor-info__list_mob {
    display: block;
  }

  .tutor-subjects__header {
    margin: 20px 0 0 0;
  }

  .tutor-aside {
    display: none;
  }

  .tutor-aside__label {
    max-width: 150px;
  }

}


@media (max-width: 630px) {

  .tutor-preview__title {
    padding: 0 0 20px 0;
  }

  .tutor-card__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
  }

  .tutor-card__column {
    display: none !important;
  }

  .tutor-card__img {
    margin: 0 10px 0 0;
  }

  .tutor-card__row_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
  }

  .tutor-card__row_mob:not(:first-child) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tutor-card__row_mob:nth-child(2) {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dee6e9;
  }

  .tutor-card__row_mob:nth-child(4) {
    margin: 10px 0 0 0;
  }

  .tutor-card__price {
    margin: 0;
  }

  .tutor-card__list li {
    margin: 5px 0;
  }

  .tutor_card_price {
    margin-top: 20px;
    border-top: 2px solid #f5f5f5;
    padding: 20px;
  }

  .favorit_mob {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
  }

  .tutor-info .tutor-rating {
    padding: 5px 10px;
  }

  .tutor-info__img {
    width: 65px;
    height: 65px;
    margin: 0 10px 0 0;
  }

  .tutor-card-sections {
    display: initial;
  }

  .tutor_card_avatar {
    grid-area: a_none;
    display: flex;
    padding: 20px;
    padding-bottom: 0px;

  }

  .tutor_card_description {
    grid-area: d_none;
    padding: 0px 20px;
    padding-bottom: 0px;
  }

  .tutor_card_description .t_c_name {
    display: none;

  }

  .tutor_card_price {
    grid-area: p_none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .tutor_card_avatar .t_c_name {
    display: block;
  }

  .tutor_card_avatar .tutor-card__row:nth-child(2) {
    display: block;
    margin-top: 10px;
  }

  .tutor_card_avatar .tutor-card__row:nth-child(2) .tutor-card__text:nth-child(2) {
    margin-top: 8px;
  }

  .tutor_card_price .tutor-card__info {
    display: none;
  }

  .tutor-card__rating {
    display: none;
  }

}

@media (max-width: 479.98px) {

  .subject-inner__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subject-inner__btn {
    margin: 20px 0 0 0;
    width: 100%;
  }


  .aside-menu__header {
    padding: 30px 30px;
  }

  .aside-menu__item {
    padding: 15px 30px;
  }


  .tutor-card__img {
    width: 65px;
    height: 65px;
  }

  .tutor-card__title {
    font-size: 14px;
  }

  .tutor-rating {
    padding: 5px 10px;
  }

  .tutor-info__content {
    padding: 20px 0;
  }

  .tutor-info__name .h2 {
    font-size: 16px;
  }

  .tutor-info__name .icon {
    margin: 0 10px 0 0;
  }

  .tabs-tutor__text:first-child {
    white-space: nowrap;
  }
}

.tutor-card__rating_mob {
  display: none;
}

.tutor-card__rating_mob span {
  display: block;

}

.tutor-card__rating_mob .tutor-rating__bg {

  top: -6px;
  right: -3px;
}

@media (max-width: 630px) {
  .tutor-card__rating_mob {
    display: block !important;
  }
}

.rate {
  color: #E59856;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}

.rate .icon {
  min-width: 16px;
  width: 16px;
  height: 14px;
  fill: #E59856;
  margin-right: 5px;
  margin-bottom: -1px;
}