body {
  position: relative; }

.header .mainmenu .item.active > a {
  border-bottom: 4px solid #e72134; }
.header .mainmenu .contacts {
  margin-left: -15px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600; }
  .header .mainmenu .contacts a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px; }
    .header .mainmenu .contacts a:hover {
      color: #f30011; }
      .header .mainmenu .contacts a:hover .item-icon {
        border-color: #f30011; }
    .header .mainmenu .contacts a:last-child {
      margin: 0; }
  .header .mainmenu .contacts span {
    display: inline-block;
    vertical-align: middle; }
  .header .mainmenu .contacts .item-icon {
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 10px;
    line-height: 28px;
    letter-spacing: 0;
    font-size: 15px; }
  @media (min-width: 980px) {
    .header .mainmenu .contacts a {
      display: inline-block;
      margin-right: 15px;
      margin-bottom: 0; } }
  @media (min-width: 980px) and (max-width: 1480px) {
    .header .mainmenu .contacts {
      margin-left: 0;
      font-size: 14px;
      letter-spacing: 2px;
      font-weight: 600;
      position: fixed;
      width: 100%;
      bottom: 0;
      background-color: black;
      right: 0;
      left: 0;
      text-align: center;
      line-height: 60px;
      box-shadow: 0 0 6px rgba(255, 255, 255, 0.1);
      display: block; }
      .header .mainmenu .contacts .item-icon {
        border: none; } }

.banner-content-container {
  position: relative; }
  .banner-content-container .bx-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .banner-content-container .bx-wrapper .bx-viewport {
      height: 100% !important; }
      .banner-content-container .bx-wrapper .bx-viewport .banners {
        height: 100% !important; }
        .banner-content-container .bx-wrapper .bx-viewport .banners .slide {
          height: 100% !important; }

.banner-content {
  position: relative;
  min-height: 450px; }
  .banner-content .banner-caption {
    margin-bottom: auto !important;
    margin-top: auto !important;
    max-width: 920px;
    width: 100%;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    padding: 30px 0; }
    .banner-content .banner-caption .banner-title {
      font-size: 28px;
      font-weight: 600;
      text-transform: uppercase; }
    .banner-content .banner-caption p {
      font-size: 20px; }
  .banner-content .banner-info-box {
    padding: 15px;
    border: 4px solid #000;
    border-bottom: 0;
    color: #fff;
    background: transparent url(/images/bgcc.png) repeat-x left; }
    .banner-content .banner-info-box h3 {
      text-shadow: 2px 2px 5px #000; }
  @media (min-width: 768px) {
    .banner-content {
      min-height: 675px;
      padding-top: 70px; }
      .banner-content .banner-caption .banner-title {
        font-size: 36px; }
      .banner-content .banner-caption p {
        font-size: 24px; }
      .banner-content .banner-info-box {
        padding: 30px; }
        .banner-content .banner-info-box h3 {
          font-size: 32px; }
        .banner-content .banner-info-box p {
          font-size: 20px; } }

.border-y {
  border-bottom: 6px solid #585857;
  border-top: 6px solid #585857; }

.stripe.stripe1 {
  padding: 30px 20px; }

.bg-dark-purple {
  background-color: #212125; }

.bg-dark {
  background-color: #000; }

.configurator-section {
  position: relative;
  padding: 50px 15px;
  background-color: #000; }
  @media (min-width: 992px) {
    .configurator-section {
      padding: 100px 0; }
      .configurator-section .bg-img {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        width: 50%; } }
  .configurator-section .row {
    position: relative; }
  .configurator-section .configurator-offset {
    position: relative;
    height: 404px;
    margin-bottom: 80px; }
  .configurator-section .section.alternativemcc .mcc {
    top: 85px;
    height: auto !important;
    left: 0 !important;
    margin: 0 !important; }
    .configurator-section .section.alternativemcc .mcc .mccw {
      float: none;
      border: 0;
      text-align: left;
      padding-top: 20px;
      padding-bottom: 50px;
      border-radius: 0; }
      .configurator-section .section.alternativemcc .mcc .mccw .title {
        top: -84px;
        padding: 15px 4px;
        background-color: #212125;
        font-family: 'dosisregular', Arial, sans-serif;
        height: auto; }
      .configurator-section .section.alternativemcc .mcc .mccw .ddl {
        text-align: left;
        font-size: 24px;
        height: 60px;
        line-height: 60px; }
      .configurator-section .section.alternativemcc .mcc .mccw .go {
        left: 0;
        right: 0;
        margin: auto;
        height: 85px;
        width: 85px; }

.video-section {
  position: relative;
  background-color: #000; }
  .video-section .video-container {
    position: relative;
    padding-bottom: 45.25%; }
  .video-section #video-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none; }
  .video-section .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .video-section .video-cover:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: transparent;
      content: "";
      transition: all ease .5s; }
    .video-section .video-cover:hover {
      cursor: pointer; }
      .video-section .video-cover:hover:before {
        background-color: rgba(0, 0, 0, 0.25); }
      .video-section .video-cover:hover .btn-play-video {
        color: red; }
    .video-section .video-cover .btn-play-video {
      position: relative;
      transition: all ease .5s;
      color: #333; }
      .video-section .video-cover .btn-play-video:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 40px;
        height: 40px;
        background-color: #fff;
        content: "";
        margin: auto; }
      .video-section .video-cover .btn-play-video .fa {
        position: relative;
        font-size: 85px; }
  @media (max-width: 991px) {
    .video-section .video-container {
      padding-bottom: 56.25%; } }

.modal .custom-configurator-box .mccw.iscc {
  float: none !important;
  border: 0 !important;
  text-align: left !important;
  padding-top: 20px !important;
  padding-bottom: 50px !important; }
  .modal .custom-configurator-box .mccw.iscc .title {
    top: -84px !important;
    padding: 15px 4px !important;
    background-color: #212125 !important;
    font-family: 'dosisregular', Arial, sans-serif !important;
    height: auto !important; }
  .modal .custom-configurator-box .mccw.iscc .ddl {
    text-align: left !important;
    font-size: 24px !important;
    height: 60px !important;
    line-height: 60px !important; }
  .modal .custom-configurator-box .mccw.iscc .go {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    height: 85px !important;
    width: 85px !important; }
@media (max-width: 991px) {
  .modal .custom-configurator-box {
    right: 15px !important;
    width: auto !important; } }

.contact-section {
  padding: 100px 0;
  background: #000 !important; }
  .contact-section .nav-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .contact-section .nav-tabs .nav-item {
      margin-bottom: -1px; }
  .contact-section .tab-content > .tab-pane {
    display: none; }
  .contact-section .tab-content > .active {
    display: block; }
  .contact-section .contact-nav-tabs {
    margin-bottom: 50px;
    list-style: none; }
    .contact-section .contact-nav-tabs .nav-item {
      background: none;
      padding: 0;
      text-align: center; }
      .contact-section .contact-nav-tabs .nav-item .nav-link {
        color: #ffffff;
        text-decoration: none;
        transition: all .4s;
        display: block;
        font-size: 24px;
        position: relative; }
        .contact-section .contact-nav-tabs .nav-item .nav-link .picto {
          background: transparent url(/images/sprite125.png) no-repeat center center;
          display: inline-block;
          cursor: pointer;
          width: 125px;
          height: 125px;
          margin-bottom: 20px;
          border-radius: 50%;
          border: 2px solid #000;
          transition: all .4s; }
          .contact-section .contact-nav-tabs .nav-item .nav-link .picto.map {
            background-position: -252px 0; }
          .contact-section .contact-nav-tabs .nav-item .nav-link .picto.mail {
            background-position: -127px 0; }
          .contact-section .contact-nav-tabs .nav-item .nav-link .picto.phone {
            background-position: -2px 0; }
          .contact-section .contact-nav-tabs .nav-item .nav-link .picto.settlement {
            background-position: -377px 0; }
        .contact-section .contact-nav-tabs .nav-item .nav-link .empty {
          display: none; }
        .contact-section .contact-nav-tabs .nav-item .nav-link .status1 {
          position: absolute;
          width: 100%; }
    .contact-section .contact-nav-tabs .nav-item.active .picto {
      border: 2px solid #ddd; }
    .contact-section .contact-nav-tabs .nav-item.active .status1 {
      opacity: 0; }
    .contact-section .contact-nav-tabs .nav-item.active .status2 {
      opacity: 1; }
  @media (max-width: 991px) {
    .contact-section .contact-nav-tabs .nav-item .nav-link .status1 {
      margin-top: 0; }
    .contact-section .contact-nav-tabs .nav-item .nav-link .status2 {
      display: block !important;
      position: relative;
      font-size: 16px; } }
  @media (max-width: 566px) {
    .contact-section {
      padding: 50px 0; }
      .contact-section .contact-nav-tabs .nav-item .nav-link {
        padding: 0 2px; }
        .contact-section .contact-nav-tabs .nav-item .nav-link .picto {
          width: 90px;
          height: 90px;
          background-size: 260px; }
          .contact-section .contact-nav-tabs .nav-item .nav-link .picto.map {
            background-position: -174px 0; }
          .contact-section .contact-nav-tabs .nav-item .nav-link .picto.phone {
            background-position: 2px 0; } }

/*# sourceMappingURL=configurator-page.css.map */
