/*---------------------- HEADER TITLE ----------------------*/
.s-header-title {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--dark-color);

    margin-top: var(--header-height);

    @media screen and (min-width: 1024px) {
        margin-top: calc(var(--header-height) + 2rem);
    }
}
    .s-header-title .container {
      min-height: 260px;
      padding: 50px 15px;
      display: flex;
      align-items: center; }
    .s-header-title .title {
      width: 60%;
      text-transform: uppercase; }

/*----------------------- BREADCRAMBS -----------------------*/
.breadcrambs {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    margin-top: var(--header-height); }
    .breadcrambs li {
      margin-right: 10px; }
      .breadcrambs li:after {
        content: '/';
        margin-left: 10px; }
      .breadcrambs li:last-child {
        margin-right: 0; }
        .breadcrambs li:last-child:after {
          display: none; }
  
  @media (max-width: 1366px) {
    .s-header-title .container {
      min-height: 230px; }
  
    .breadcrambs {
      font-size: 16px; } }
  @media (max-width: 1199px) {
    .header-fitness .nav-list > li {
      margin-left: 20px; }
  
    .header-cont li {
      margin-right: 40px; }
      .header-cont li i {
        margin-right: 10px; }
  
    .header-right .search-form {
      margin-right: 30px; }
      .header-right .search-form__field:focus {
        width: 240px; }
  
    .header-menu {
      padding-bottom: 18px; }
  
    .nav-list > li.dropdown ul {
      margin-top: 18px; }
  
    .s-header-title .container {
      min-height: 180px;
      padding: 40px 15px; } }
  @media (max-width: 991px) {
    .header-right {
      width: calc(40% - 15px); }
  
    .header-left {
      width: calc(60% - 15px); }
  
    .header-cont li {
      margin-right: 20px; }
  
    .s-header-title .container {
      min-height: 150px;
      padding: 30px 15px; }
  
    .header-fitness .header-menu .container:before,
    .header-fitness .top-panel {
      display: none; }
  
    .header-fitness .header-menu .container {
      padding-top: 15px;
      padding-bottom: 9px; } }
  @media (max-width: 767px) {
    .s-header-title .title {
      font-size: 28px; }
  
    .breadcrambs {
      font-size: 14px; }
  
    header {
      display: flex;
      flex-direction: column-reverse; }
  
    .header-logo {
      border-top: none;
      margin-top: 0;
      padding: 15px 0 10px; }
  
    .header-menu {
      padding-bottom: 0; }
  
    .header-left {
      width: 100%; }
  
    .header-right {
      display: none; }
  
    .header-cont {
      flex-direction: column; }
  
    .header-cont li {
      margin-right: 0;
      margin-bottom: 5px; }
      .header-cont li:last-child {
        margin-bottom: 0; }
  
    .top-panel {
      display: none; }
  
    .nav-menu {
      overflow: hidden; }
      .nav-menu .nav-list {
        transform: translateX(-30px);
        opacity: 0;
        transition: .4s ease; }
      .nav-menu.active .nav-list {
        transition-delay: .4s;
        transform: translateX(0);
        opacity: 1; }
  
    .nav-list > li {
      margin-bottom: 5px; }
      .nav-list > li.dropdown ul {
        margin-top: 0; }
      .nav-list > li > a {
        font-size: 18px;
        line-height: 34px; } }
  @media (max-width: 575px) {
    .s-header-title .container {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center; }
  
    .breadcrambs {
      width: 100%;
      justify-content: center;
      font-size: 12px;
      margin-top: 10px; } }