.icms-header__top {
  background: #dcdcdc; }
  .icms-header__top a {
    color: #616160;
    text-transform: uppercase;
    text-decoration: none; }
    .icms-header__top a:hover {
      text-decoration: underline; }
  .icms-header__top .header-feedback {
    text-decoration: underline; }
    .icms-header__top .header-feedback:hover {
      text-decoration: none; }

.icms-header__middle {
  background-color: #101c44; }
  .icms-header__middle .navbar-brand {
    padding-top: 0;
    padding-bottom: 0; }
    .icms-header__middle .navbar-brand img {
      width: 260px;
      margin: 30px 0; }
  .icms-header__middle .navbar-nav > .nav-item > .nav-link {
    text-transform: uppercase;
    padding: 3.3rem 1rem; }
    .icms-header__middle .navbar-nav > .nav-item > .nav-link:hover {
      background-color: #b89a53; }
  .icms-header__middle .navbar-nav .dropdown-item.active, .icms-header__middle .navbar-nav .dropdown-item:active {
    background-color: #dcdcdc; }

/*widgets*/
.icms-widget__content_slider .carousel-item .carousel-caption {
  width: 30%;
  margin-bottom: 100px;
  font-size: 52px;
  text-transform: uppercase; }
  .icms-widget__content_slider .carousel-item .carousel-caption p {
    display: none; }

.main-distance {
  padding: 1rem 0;
  background-color: #101c44;
  color: #fff;
  text-transform: uppercase; }
  .main-distance .header {
    padding: 1rem 0;
    position: relative;
    padding-right: 30px;
    background: url(../images/ibit/main_arrows.svg) right no-repeat;
    background-size: contain; }
    .main-distance .header h3 {
      font-weight: 400; }
  .main-distance h3 {
    margin-bottom: 0;
    font-weight: bold; }
  .main-distance p {
    line-height: 110%; }
  .main-distance img {
    height: 65px; }

.main-feedback {
  background: #efedde url(../images/ibit/docs.png) right no-repeat;
  background-size: contain;
  padding: 3rem 2rem;
  height: 420px; }
  .main-feedback h2 {
    text-transform: uppercase;
    color: #b89a53;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 3rem; }
  .main-feedback p {
    font-size: 1.25rem; }
  .main-feedback button {
    background-color: #b89a53;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px; }

.main-text {
  padding: 80px 0;
  font-size: 1.25rem;
  color: #646464; }
  .main-text-numbers {
    text-transform: uppercase;
    line-height: 110%;
    border-left: solid 1px #646464; }
    .main-text-numbers h3 {
      font-size: 4rem;
      font-weight: bold;
      margin-bottom: 10px;
      line-height: 80%; }

/*/widgets*/
.icms-footer__middle {
  background: #B89a53; }
  .icms-footer__middle > .container {
    border-bottom: none !important; }
  .icms-footer__middle h3 {
    text-transform: uppercase; }

.icms-footer__bottom {
  background: #B89a53;
  color: #fff; }
  .icms-footer__bottom a {
    color: #fff;
    opacity: 0.75; }
