﻿.rodiba-inner__container .container__heading h2 {
  margin: 0;
  line-height: 50px;
  font-size: 18px;
  border-bottom: 2px solid #CCC; }

.rodiba-inner__container .container__heading .Head {
  border-bottom: 2px solid #fdb913;
  margin-bottom: 0; }

.container__heading--right {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 10px 0 0; }
  @media (max-width: 768px) {
    .container__heading--right {
      padding: 20px 0; } }
  .container__heading--right:after {
    content: '';
    height: 1px;
    flex-basis: 100%;
    background-color: rgba(0, 0, 0, 0.11); }
  .container__heading--right h2 {
    font-size: 15px;
    display: inline-block;
    white-space: nowrap;
    color: #000;
    margin: 0 15px;
    font-weight: 600; }
    .container__heading--right h2 span {
      margin: 0; }

.container__heading--customer {
  text-align: right;
  position: absolute;
  top: -20px;
  right: -15px; }
  .container__heading--customer h2 {
    font-size: 17px;
    display: inline-block;
    color: #fff;
    margin: 0 15px;
    font-weight: 600;
    background: #fdb913;
    border-radius: 10px;
    padding: 10px 18px; }

html[lang=en-US] .container__heading--customer {
  right: auto;
  left: -15px; }
