  #section__page--car {
      padding-top: 40px;
      padding-bottom: 70px;
  }
  
  .wrapper__img--inner--car {
      background: url(../../img/bg/bg__car--1.jpg);
      height: 500px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 40px;
      background-position: bottom;
      background-size: cover;
  }
  .wrapper__img--inner--car.yacht__new {
      background: none!important;
      background-position: center!important;
      background-size: cover!important;
      overflow: hidden;
  }

    
 /* .wrapper__img--inner--car.yacht__new {   
    background-position: center!important;
    background-size: cover!important;
 } */
 
  /* ------------------------------
    START Right block // Блок справа на внутренних страницах (Авто)
--------------------------------*/
  
  .ask-question a {
      background: #ed6663;
      border-bottom: 3px #d23b37 solid;
  }
  
  .request-call a,
  .toll-free a,
  .ask-question a {
      width: 100%;
      background: #50b2fc;
      font-family: 'Saira Condensed', sans-serif;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      border: none;
      color: #fff;
      display: block;
      line-height: 38px;
      letter-spacing: 1px;
      border-radius: 0;
      padding: 10px 20px 8px 20px;
      border-bottom: 3px #2c92de solid;
      text-align: left;
      text-decoration: none;
  }
  
  .toll-free a {
      background: #66cc66;
      /* border-bottom: 3px #43a643 solid; */
      border-bottom: 9px #43a643 solid;
      text-align: center;
      border-radius: 50px;
  }
  .toll-free a:hover {
      background: rgb(71 189 71 / 96%);
   
  }
  
  .ask-question a {
      background: #ed6663;
      border-bottom: 3px #d23b37 solid;
  }
  
  .request-call,
  .toll-free,
  .ask-question {
      margin-top: 20px;
  }
  
  .toll-free > a > i {
      margin-right: 5px;
  }
  
  .pcd-pricing {
      /*        background: #ff5400;*/
      -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
      padding: 15px 20px 13px;
      border: 3px solid #fff;
      color: #fff;
      text-align: center;
      font-family: 'Montserrat', sans-serif;
      font-size: 12px;
      font-weight: 400;
      /*        text-transform: uppercase;*/
      margin-bottom: 10px;
      background: #ebebeb;
      font-size: 26px;
      color: #333;
      font-weight: 400;
      font-size: 22px;
  }
  
  .pcd-pricing > span {
      font-weight: 700;
      color: #fcb348;
      font-size: 30px;
  }
  
  .wrapper__advamced {
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
      padding: 15px 20px 20px;
      margin: 12px 0;
      background: #fff;
  }
  
  .wrapper__advamced .title__text {
      text-align: justify;
      font-size: 14px;
  }
  
  .wrapper__advamced .star__item {
      color: #6E7A7F;
      font-size: 16px;
      margin-bottom: 0px;
      margin-top: 18px;
      text-align: center;
  }
  
  .wrapper__advamced .star__item > i {
      color: #edc063;
      font-size: 16px;
  }

@media (max-width: 768px) {
    .toll-free a {
    border-bottom: 2px #43a643 solid;
}
    .request-call a, .toll-free a, .ask-question a {
        width: 100%;
        font-size: 16px;
        display: block;
        line-height: 38px;
        letter-spacing: 1px;
        /* border-radius: 0; */
        /* padding: 8px 0px 5px 0px; */
        border-bottom: 7px #43a643 solid;
        text-align: center;
        text-decoration: none;
}
    
    .pcd-pricing {
    padding: 5px 0px;
    border: 2px solid #fff;
    color: #fff;
    color: #333;
    font-weight: 400;
    font-size: 18px;
            margin-top: 15px;
    margin-bottom: 20px;
}
    .wrapper__advamced {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.22);
    padding: 15px 20px 20px;
    margin: 12px 0;
    background: #fff;
}
}
  /* ------------------------------
    END Right block // Блок справа на внутренних страницах (Авто)
--------------------------------*/
  /* ------------------------------
    START Tabs panel 
--------------------------------*/
  
  .tabbable-panel {
      border: 1px solid #eee;
      padding: 10px;
  }
  
  .tabbable-line > .nav-tabs {
      border: none;
      margin: 0px;
      display: flex;
      justify-content: space-between;
  }
  
  .tabbable-line > .nav-tabs > li {
      margin-right: 2px;
      width: 33%;
      text-align: center;
  }
  
  .tabbable-line > .nav-tabs > li > a {
      border: 0;
      margin-right: 0;
      color: #737373;
      font-size: 16px;
  }
  
  .tabbable-line > .nav-tabs > li > a > i {
      color: #a6a6a6;
  }
  
  .tabbable-line > .nav-tabs > li.open,
  .tabbable-line > .nav-tabs > li:hover {
      border-bottom: 4px solid #fec83d73;
  }
  
  .tabbable-line > .nav-tabs > li.open > a,
  .tabbable-line > .nav-tabs > li:hover > a {
      border: 0;
      background: none !important;
      color: #333333;
  }
  
  .tabbable-line > .nav-tabs > li.open > a > i,
  .tabbable-line > .nav-tabs > li:hover > a > i {
      color: #a6a6a6;
  }
  
  .tabbable-line > .nav-tabs > li.open .dropdown-menu,
  .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
      margin-top: 0px;
  }
  
  .tabbable-line > .nav-tabs > li.active {
      border-bottom: 4px solid #fec83d;
      position: relative;
  }
  
  .tabbable-line > .nav-tabs > li.active > a {
      border: 0;
      color: #333333;
  }
  
  .tabbable-line > .nav-tabs > li.active > a > i {
      color: #404040;
  }
  
  .tabbable-line > .tab-content {
      margin-top: -3px;
      background-color: #fff;
      border: 0;
      border-top: 1px solid #eee;
      padding: 15px 0;
  }
  
  .portlet .tabbable-line > .tab-content {
      padding-bottom: 0;
  }
  /* Below tabs mode */
  
  .tabbable-line.tabs-below > .nav-tabs > li {
      border-top: 4px solid transparent;
  }
  
  .tabbable-line.tabs-below > .nav-tabs > li > a {
      margin-top: 0;
  }
  
  .tabbable-line.tabs-below > .nav-tabs > li:hover {
      border-bottom: 0;
      border-top: 4px solid #fbcdcf;
  }
  
  .tabbable-line.tabs-below > .nav-tabs > li.active {
      margin-bottom: -2px;
      border-bottom: 0;
      border-top: 4px solid #f3565d;
  }
  
  .tabbable-line.tabs-below > .tab-content {
      margin-top: -10px;
      border-top: 0;
      border-bottom: 1px solid #eee;
      padding-bottom: 15px;
  }

@media (max-width: 768px) {
    .tabbable-line > .tab-content {
        padding-bottom: 0px;
    }
    
    .tabbable-line > .tab-content {
 
    border-top: 1px solid #f8f8f8;
    padding: 15px 0;
        
            padding-top: 0px;
    margin-top: 12px;
}
    .tabbable-line > .nav-tabs > li {
    margin-right: 15px;
}

.tabbable-panel {
    padding-bottom: 0px;
}
} 
  /* ------------------------------
    END Tabs panel 
--------------------------------*/
  /*   START Table right // Таблица в таб панели внутренних страниц   */
  
  .wrapper__table {
      border: 1px solid #eeeeee;
      border-radius: 5px;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  }
  
 .wrapper__table table>tbody>tr {
      width: 100%;
      float: left;
      font-size: 16px;
      padding: 14px 12px;
  }
  
 .wrapper__table table>tbody>tr.tr__color--head {
    background: #fec714;
    background: -webkit-linear-gradient(top, #ffe985 0, #fcae42 100%);
    background: oldlinear-gradient(top, #ffe985 0, #fcae42 100%) -moz-;
    background: linear-gradient(to bottom, #ffe985 0, #fcae42 100%);
    display: flex;
    align-items: center;
  }
  
  .wrapper__table > table tr > th {
      color: #333;
      position: relative;
      width: 50%;
      float: left;
      font-weight: normal;
      border: none;
      padding: 0;
      text-transform: uppercase;
  }
  
  .wrapper__table > table tr > td:before {
      content: ':';
      position: absolute;
      font-weight: 300;
      top: 0;
      color: #999;
      left: -15px;
  }
  
  .tr__color {
      background-color: #f8f8f8;
  }
 
  @media (max-width: 768px) {
    .wrapper__table {
        margin-top: 12px;
    }
    .wrapper__table > table tr > th:nth-child(1){
        width: 50%;
        /* border-right: 1px solid #05050559; */
    }

    .wrapper__table > table tr > th:nth-child(2){
        width: 50%;
      }
  }
  /*   END Table right // Таблица в таб панели внутренних страниц   */
  /*-------------------------
	START блок с права (преимущества)
--------------------------*/
  /*
  .bar {
      background-color: #5C9BB7;
      background-image: -webkit-linear-gradient(top, #5c9bb7, #5392ad);
      background-image: -moz-linear-gradient(top, #5c9bb7, #5392ad);
      background-image: linear-gradient(top, #5c9bb7, #5392ad);
      box-shadow: 0 1px 1px #CCC;
      border-radius: 2px;
      width: 400px;
      padding: 14px;
      margin: 80px auto 20px;
      position: relative;
  }
*/
  
  ul.car__aside--info {
      list-style: none;
      width: 100%;
      padding-left: 0px;
      text-align: left;
  }
  
  ul.car__aside--info li {
      border-bottom: 1px solid #DDD;
      padding: 10px 0px;
      overflow: hidden;
  }
  
  ul.car__aside--info li img {
      width: 50px;
      height: 50px;
      float: left;
      border: none;
  }
  
  ul.car__aside--info li p {
      margin-left: 75px;
      font-weight: bold;
      padding-top: 10px;
      color: #6E7A7F;
      font-size: 14px;
  }

@media (max-width: 768px) {
    ul.car__aside--info li img {
    width: 40px;
    height: 40px;
}
    
    ul.car__aside--info li p {
    margin-left: 60px;
    padding-top: 1px;
    font-size: 14px;
        padding-right: 20px;
}
}
  /*-------------------------
	END блок с права (преимущества)
--------------------------*/
  /*-------------------------
	START Aside nav // Конецменю навигации Бло справа
--------------------------*/
  
  #aside__menu {
      margin-top: 20px;
  }
  
  .aside-nav {
      list-style: none;
      padding-left: 0px;
  }
  
  .aside-nav.aside-yacht > li > a {
    display: flex;
  }
  .aside-nav.aside-yacht > li > a > span {
    line-height: 24px;
    text-transform: uppercase; 
    font-weight: 600;
  }

  
  .aside-nav > li.select {
      font-size: 18px;
      font-weight: 600;
      color: #191919;
      background-color: #e2e2e2;
      background: #fec714;
      background: -webkit-linear-gradient(top, #ffe985 0, #fcae42 100%);
      background: oldlinear-gradient(top, #ffe985 0, #fcae42 100%) -moz-;
      background: linear-gradient(to bottom, #ffe985 0, #fcae42 100%);
  }
  
  .aside-nav > li {
      color: #737373;
      background-color: #f5f5f5;
      padding: 13px 20px;
      margin-bottom: 2px;
      transition: 0.3s;
      text-decoration: none;
  }
  
  .aside-nav > li:last-child {
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
  }
  
  .aside-nav > li:first-child {
      border-top-right-radius: 15px;
      border-top-left-radius: 15px;
  }
  
  .aside-nav > li > a {
      font-size: 15px;
      transition: 0.3s;
      color: #737373;
  }
  
  .aside-nav > li:hover {
      transition: 0.3s;
      text-decoration: none;
      background: #fec83d;
  }
  
  .aside-nav > li > a:hover {
      text-decoration: none;
  }
  
  .aside-nav > li > a > img {
      height: 50px;
      margin-right: 20px;
      border-right: 2px solid #737373;
      padding-right: 20px;
  }
  
  @media (max-width: 768px) {

    .aside-nav.aside-yacht > li > a > span {
        line-height: 21px;
        font-weight: 600;
      }

      

    .aside-nav > li.select {
        padding: 13px 20px;
    }
      .aside-nav > li {
          color: #737373;
          background-color: #f5f5f5;
          padding: 13px 0px;
          margin-bottom: 2px;
          transition: 0.3s;
          text-decoration: none;
          width: 48%;
          margin: 1%;
          display: inline-block;
          float: left;
      }
      .aside-nav > li:first-child {
          border-top-right-radius: 15px;
          border-top-left-radius: 15px;
          width: 98%;
      }
      .aside-nav > li:last-child {
          border-bottom-left-radius: 15px;
          border-bottom-right-radius: 15px;
          width: 98%;
      }
      .aside-nav > li > a {
          font-size: 15px;
          transition: 0.3s;
          color: #737373;
          display: block;
          margin: 0 auto;
          text-align: center;
      }

      .aside-nav.aside-yacht > li > a > img {
          margin-bottom: 5px;

      }
      .aside-nav > li > a > img {
          height: 50px;
          margin-right: 0px;
          border-right: initial;
          padding-right: 0px;
          display: block;
          margin: 0 auto;
      }

      .aside-nav.aside-yacht > li:nth-child(4) {
        border-bottom-left-radius: 15px;
        
    }
      .aside-nav.aside-yacht > li:last-child {
        width: 48%;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 15px;

    }
      .aside-nav.aside-yacht > li > a {
        display: block;
      }
  }
  /*-------------------------
	END Aside nav // Конецменю навигации Бло справа
--------------------------*/
  /*-------------------------
	START Галерея авто (внутр. страница)
--------------------------*/
  
  #gallery__car {
      padding-left: 0px;
      list-style: none;
  }
  
  #gallery__car > li {
      width: 33.3333%;
      width: 50%;
      float: left;
      padding: 5px;
  }
  
  #gallery__car > li > a {
      display: block;
      height: 240px;
      background-repeat: no-repeat!important;
      background-size: 100%!important;
  }
  /*-------------------------
	END Галерея авто (внутр. страница)
--------------------------*/
  /*-------------------------
	START Seo text and UL
--------------------------*/
  
  .seo__title--h2 {
      font-size: 24px;
      margin-top: 10px;
  }
  
  .seo__text p {
      font-size: 14px;
      text-align: justify;
  }
  
  .seo__text ul li {
      font-size: 14px;
      text-align:
  }
  
  .title__h3--standart {
      font-size: 26px;
      font-weight: 600;
  }
  .title__h3--standart--v2 {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    background: #f8f8f8;
    padding: 10px;
    padding-left: 12px;
    margin-top: 15px;
  }
  /*   START ul v1 circle   */
  
  .ul__v1 {
      list-style: none;
      padding-left: 25px;
  }
  
  .ul__v1 > li {
      position: relative;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px;
  }
  
  .ul__v1 > li::after {
      position: absolute;
      content: "\f111"!important;
      font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
      top: 0px;
    left: -18px;
    font-size: 7.5px;
    font-weight: 600;
    color: #fec83d;
  }


  @media (max-width: 768px) {
    .ul__v1 {
        padding-top: 10px;
    }

      
  .ul__v1 > li::after {
    top: 1px;
    left: -20px;
    font-size: 9px;
}

  }
  /*   END ul v1 circle   */



  .p__minimal {

    font-weight: 600;
    font-size: 16px;
    color: #333333;
    background: #f8f8f8;
    padding: 10px;
    padding-left: 12px;
    margin-top: 15px;

}

.p__minimal > i {
    color: #fec93d;
    font-weight: 500;
    font-size: 18px;
    transform: translate(-1px, 1px);
}

@media (max-width: 768px) {
    .p__minimal {
font-size: 14px;


}

.p__minimal > i {
font-size: 16px;
transform: translate(-1px, 1px);
}  
}

.mobile__click--hide > i { 
    color: #fec93d;
    font-weight: 500;
    font-size: 18px;
    transform: translate(-1px, 1px);
}

  /*-------------------------
	END Seo text
--------------------------*/
  
  @media (max-width: 768px) {
      h1 {
          font-size: 18px!important;
          line-height: 14px!important;
      }
          h2 {
          font-size: 18px!important;
          line-height: 14px!important;
      }
      .title__h3--standart {
          font-size: 16px;
          margin-top: 5px;
      }
      .mobile__click--hide {
          padding: 10px 10px;
          background: #f8f8f8;
          margin-top: 15px;
              margin-bottom: 0px;
              font-size: 14px;
      }
      .mobile__click--hide > i {
            font-size: 16px;
            transform: translate(-1px, 1px);
      }
      .mobile__click--hide > i.down {
          border: solid #fcb348;
          border-width: 0 4px 4px 0;
          display: inline-block;
          padding: 4px 4px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          float: right;
          margin-right: 5px;
              transition: 0.3s liner;
      }
        .mobile__click--hide.active > i.down {
          border: solid #fcb348;
          border-width: 0 4px 4px 0;
          display: inline-block;
          padding: 4px 4px;
       transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
          float: right;
          margin-right: 5px;
                margin-top: 5px;
            transition: 0.3s liner;
      }
      /* new */
      .p__minimal {
        padding: 10px 10px;
        background: #f8f8f8;
        margin-top: 15px;
            margin-bottom: 0px;
            font-size: 14px;
    }
    .p__minimal > i.down {
        border: solid #fcb348;
        border-width: 0 4px 4px 0;
        display: inline-block;
        padding: 4px 4px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        float: right;
        margin-right: 5px;
            transition: 0.3s liner;
    }
      .p__minimal.active > i.down {
        border: solid #fcb348;
        border-width: 0 4px 4px 0;
        display: inline-block;
        padding: 4px 4px;
     transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
        float: right;
        margin-right: 5px;
              margin-top: 5px;
          transition: 0.3s liner;
    }
      /* new */
      .after-title {
          margin-bottom: 20px!important;
    padding-bottom: 16px!important;
    line-height: 20px!important;
    text-transform: uppercase;
    font-size: 18px!important;
      }
      .after-title:before {
          background-color: #e8e8eb;
          height: 1px!important;
          /* width: 50%; */
          width: 160px!important;
      }
      .after-title:after {
          background-color: #f4ca59;
          bottom: -1px!important;
          height: 3px!important;
          width: 40px!important;
      }
      #section__page--car {
          padding-top: 20px!important;
          padding-bottom: 20px!important;
          margin-left: -15px;
          margin-right: -15px;
      }
      #section__page--car .mobile__pdg--lr--0 {
          padding-left: 0px!important;
          padding-right: 0px!important;
      }
      .wrapper__img--inner--car {
          height: 180px!important;
          padding-top: 20px!important;
      }
      .wrapper__img--inner--car > img {
          height: 140px;
      }
      .tabbable-line > .nav-tabs > li > a {
          font-size: 15px;
      }
      .tabbable-line > .nav-tabs > li {
          border-bottom: 2px solid rgba(254, 200, 61, 0);
        
      }  
      .tabbable-line > .nav-tabs > li.active {
          border-bottom: 2px solid #fec83d;
      }
      .tabbable-line > .nav-tabs > .nav-tabs__li__seo {
          display: none;
      }
      .nav.nav-tabs > li > a {
          padding: 6px 10px;
/*               padding-left: 0;*/
              padding: 4px 0px 0px 0px;
              text-transform: uppercase;
              font-weight: 600;
      }
      #gallery__car > li > a {
          height: 115px;
      }
      table>tbody>tr {
          font-size: 14px;
          padding: 10px 10px;
      }
      .wrapper__table > table > tbody > tr > th:last-child {
          text-align: right;
      }
  }