body {
  padding-top: 44px !important;
}
.main {
  margin-top: 0 !important;
}
.sp-sticky-header {
  position: fixed;
  top: 0!important;
  left: 0;
  right: 0;
  height: 44px;
  background: #001e45;
  z-index: 1;
  visibility: visible!important;
  display: inline-flex;
}
.header-block {
  width: calc(100vw/3);
}
.header-block.left{
  text-align: left;
  display: flex;
}
.img-back {
  width: 60px;
  height: 100%;
  background-color: #f36c21;
  cursor: pointer;
}
.img-back img {
  width: 30px;
  height: 30px;
  margin: 7px 15px;
}
.img-logo img {
  margin: 5px 15px;
}
.header-block.center {
  text-align: center;
}
.header-block.center img {
  margin: 8px auto;
  height: 28px;
}
.social-share-block-mobile {
  height:100%;
  margin: 10px 25px;
}
.fb_iframe_widget iframe {
  width: 160px !important;
  height: 24px !important;
}
.kk-star-ratings {
  display: none !important;
}
.social-share-block-mobile {
  text-align: right !important;
}
span.e-text-chr{
  color:#f36c21; font-family: Roboto; font-size: 25px;
}
span.e-text-str{
  color:#fff; font-family: Roboto; font-size: 25px;
}

@media (max-width: 575px) {
  span.e-text-chr, span.e-text-str{
    font-size: 21px;
  }
  .img-back {
    width: 44px;
  }
  .img-back img {
    transform: scale(0.8);
    margin: 7px 7px;
  }
  .img-logo img {
    transform: scale(0.8);
    margin: 5px auto;
  }
  .header-block.center img {
      height: 18px !important;
      margin: 13px auto !important;
  }
  .social-share-block-mobile {
      margin: 7px -15px;
  }
  .fb_iframe_widget iframe {
    transform: scale(0.7) !important;
    margin-left: -10px;
  }
}