@import url(fonts.min.css);
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
:root {
  --dark: #231f20;
  --dark-red: #ac0740;
  --border-color: #c7c7c7;
  --word-color: #373737;
  --word-color2: #231f20;
  --white-color: #ffffff;
  --word-font-size: 1.75rem;
  --title-default: 3.0096rem;
  --menu-item-color: #626262;
  --border-top-menu: #9f9f9f;
  --font-helvetica-thin: "HelveticaNeueLTComThCn";
  --font-helvetica-lt-con: "HelveticaNeueLTComLtCn";
  --font-helvetica-md-con: "HelveticaNeueLTComMdCn";
  --font-helvetica-md-blk: "HelveticaNeueLTComBlk";
  --font-helvetica-blk-oblique: "HelveticaNeueLTComBlkCnO";
}
body {
  font-optical-sizing: auto;
  image-rendering: optimizeQuality;
  text-rendering: optimizeLegibility;
  color: var(--word-color);
  font-size: 100%;
  overflow-x: hidden;
} 
.box-gallery-text {
  position: absolute;
  top: 0;
  background-color: rgba(172, 7, 65, 0.411);
}
.no-padding {
  padding: unset !important;
}
.h1 {
  font-family: var(--font-helvetica-blk-oblique);
  font-size: 3.75rem !important;
  line-height: 3.75rem !important;
  margin: unset;
}
.h2 {
  font-family: var(--font-helvetica-blk-oblique);
  font-size: 3rem !important;
  line-height: 3rem !important;
  margin: unset;
}
.h3 {
  font-family: var(--font-helvetica-blk-oblique);
  font-size: 2.5rem !important;
  margin: unset;
}
.h4 {
  font-family: var(--font-helvetica-blk-oblique);
  font-size: 1.7rem !important;
  margin: unset;
}
.font-helvetica-md-con {
  font-family: var(--font-helvetica-md-con);
}
.font-helvetica-lt-con {
  font-family: var(--font-helvetica-lt-con);
}
.font-helvetica-thin {
  font-family: var(--font-helvetica-thin);
}
.font-style-oblique {
  font-style: oblique;
}
.font-helvetica-md-blk {
  font-family: var(--font-helvetica-md-blk);
}
.font-helvetica-blk-oblique {
  font-family: var(--font-helvetica-blk-oblique);
}
.color-white {
  color: var(--white-color) !important;
}
.color-dark {
  color: var(--dark) !important;
}
.color-dark-red {
  color: var(--dark-red) !important;
}
.color-gray {
  color: var(--word-color) !important;
}
.color-word {
  color: var(--word-color2);
}
.word {
  font-family: var(--font-helvetica-thin);
  font-size: 1.4rem;
  line-height: 1.5rem;
}
.text-content {
  max-width: 700px;
  margin: 0 auto;
}
.border-top {
  width: 100%;
  border-top: 0.063rem solid var(--border-top-menu);
  margin-bottom: 0.7rem;
}
.header-top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-top-nav ul.top-main-menu li {
  padding-right: 0.65rem;
}
.header-top-nav ul.top-main-menu li a {
  color: var(--menu-item-color);
  font-family: var(--font-helvetica-medium-cond);
  font-size: 1rem;
}
.header-top-nav ul.top-main-menu li a:hover {
  color: var(--dark-red);
  text-decoration: none;
}
.header-top-nav ul.top-main-menu li a div {
  width: 3.25rem;
  height: 0.25rem;
  background-color: var(--border-color);
  margin-top: 0.188rem;
}
.header-top-nav ul.top-main-menu li a:hover div,
.header-top-nav ul.top-main-menu li a.active div {
  background-color: var(--dark-red);
  width: 80%;
}
.title-default-font {
  font-family: var(--font-helvetica-md-con);
}
.btn-contact,
.btn-contact:hover {
  font-family: var(--font-helvetica-medium-cond);
  color: var(--white-color);
  background-color: var(--dark-red);
  border-radius: 2rem; 
  text-transform: uppercase;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: .5rem;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 290px;
}
.services .box-solutions {
  max-width: 100%;
  height: 475px;
  margin: 0;
  border: 0.125rem solid var(--border-color);
  border-radius: 0.375rem;
  padding: 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.services .box-solutions figure {
  height: 8.438rem;
}
.about {
  background: url("../images/backline01.png") no-repeat;
}
.contact-bottom {
  min-height: 17.5rem;
  background: url("../images/contact_backg.png") no-repeat;
}
.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#sldCert .item {
  padding: 1.5rem;
}
#sldCert .item img {
  width: auto;
  height: 8.125rem;
  margin: 0 auto;
}
.list-contacts {
  padding: unset;
  margin: unset;
}
.list-contacts li a {
  text-decoration: unset;
  font-family: var(--font-helvetica-medium-cond);
  color: var(--menu-item-color);
}
.list-contacts li:last-child a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.list-contacts-middle {
  list-style: none;
  padding: 0;
  margin: 10px 10px;
  display: flex;
  flex-direction: row;
  width: max-content; 
}
.list-contacts-middle li:first-child {
  width: 50px;
  text-align: center;
  margin-right: 8px;
}
#bannerDefault .item .banner-content-text {
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
#bannerDefault .item .banner-content-text .banner-text {
  height: max-content;
  padding-right: 12.5rem;
}
#bannerDefault .item .banner-content-text .banner-text h3 {
  color: var(--white-color);
  margin-bottom: 0.36rem;
  text-align: right;
}
.banner-text h3:nth-child(3) {
  font-family: var(--font-helvetica-thin);
  font-size: 5.688rem;
  line-height: 6.5rem;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  width: max-content;
  position: absolute;
  top: 345px;
  margin-top: 15px;
  left: 450px;
  z-index: 3;
}
.carousel-custom-dots {
  list-style: none;
  margin: 0 13rem;
  padding: 0 0 0 3.438rem;
  display: flex;
  position: absolute;
  bottom: 3.125rem;
  right: 0;
  left: 0;
  z-index: 1;
  justify-content: flex-end;
}
.carousel-custom-dots .owl-dot {
  background-color: var(--white-color);
  border: var(--white-color);
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  margin: 0.313rem;
  cursor: pointer;
}
.carousel-custom-dots .owl-dot.active {
  background-color: var(--dark) !important;
}
.contact-bottom {
  background: url("../images/bg-contact.png") no-repeat;
  background-size: 100% 100%;
}
.banner-default-page {
  background: url("../images/banner-default.png") no-repeat;
  background-size: 120rem 14.688rem;
  height: 14.688rem;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 82.875rem !important;
}
.box-mantra {
  width: 22.125rem;
  height: 22.125rem;
  border: 0.063rem solid var(--border-top-menu);
  border-radius: 0.375rem;
}
.img-fluid-gallery {
  width: 100%;
}
.box-fleet {
  width: 100%;
  flex-basis: 320px;
  border: 0.063rem solid var(--border-top-menu);
  border-radius: 0.375rem;
  padding: 1rem;
  margin: 1rem;
}
.list-block {
  margin: unset;
  padding: unset;
  list-style: none;
}
.box-shadow-23 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.box-contacts {
  max-width: 26.563rem;
  max-height: 28.125rem; 
  border: 0.125rem solid var(--border-color);
  border-radius: 0.375rem;
  padding: 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.mobile {
  display: none;
}
.desktop {
  display: flex;
}
.header-top-nav-mobile {
  height: 5rem;
}
.header-top-nav-mobile .col-6 {
  max-height: 4rem;
}
.header-top-nav-mobile img {
  max-height: 4rem;
}
.navbar-expand-lg .navbar-toggler {
  background-color: unset;
  display: flex;
}
.bg-light {
  background-color: #ffffff!important;
}
.sidebar {
  position: absolute; 
  height: 100vh;
  background-color: #eee;
  z-index: 999;
  right: 0;
  top: 0;
} 
.sidebar .head {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.btn-contact {
  width: 100%;
  font-size: 1.2rem;
}
.btn-open-img, .btn-open-img:hover {
  border-radius: 16px;
  background-color: #ffffff;
  color: #ac0740;
  font-family: var(--font-helvetica-thin);
  padding: 3px 8px;
  text-decoration: none;
}
.mobile-sm {
  display: none;
}
.desktop-md {
  display: flex;
} 
.tbcontact tr td {
  vertical-align: top;
  padding-bottom: 8px;
}
.tbcontact tr td:first-child { 
  text-align: center;
  padding-right: 8px; 
}
.list-contacts-md {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 5rem;
}
@media(max-width: 1366px) {
  .btn-contact {
    font-size: .9rem!important;
  }
}
@media (max-width: 1280px) {
  .contact-bottom {
      background: url("../images/bg-contact.png") no-repeat; 
      background-size: 100% 100%;
      height: 188px!important;
  }
}
@media(max-width: 1024px) {
  .h1, .h2, .h3 {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
  .h4 {
    font-size: 1rem !important;
    line-height: 1rem !important;
  } 
  .carousel-custom-dots {
    list-style: none;
    margin: 0 13rem;
    padding: 0 0 0 3.438rem;
    display: flex;
    position: absolute;
    bottom: 0.5rem;
    right: 0;
    left: 0;
    z-index: 1;
    justify-content: flex-end;
  } 
  .top-main-menu a {
     color: var(--dark);
  }
  .bg-dark-red {
    background-color: var(--dark-red);
    color: var(--white-color);
  }
  .about {
    background-size: cover;
  }
  .contact-bottom {
    background-size: 1920px auto;
    background-position: center;
  }
  .btn-contact {
    font-size: 1rem;
  }
  .banner-default-page {
    background-position: center center;
  }
  .box-mantra {
    width: 100%;
    height: 300px;
  }
  #bannerMobileDefault .item .banner-content-text {
    position: absolute !important;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  #bannerMobileDefault .item .banner-content-text .h1,
  #bannerMobileDefault .item .banner-content-text .h2 {
    font-size: 3.2rem!important;
    line-height: 3.2rem!important;
  }
  .list-contacts-middle {
    margin: 0;
  }
  .contact-bottom {
    min-height: auto!important;
    height: auto!important;
    background: black;
    text-align: center;
  }
  .contact-bottom .list-contacts-middle {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 5px 0;
  }
  .mobile-sm {
    display: flex;
  }
  .desktop-md {
    display: none;
  } 
  .sidebar {
    width: 30%;
  }
}
@media(max-width: 792px) {
  .list-contacts-md {
    flex-direction: column!important;
    justify-content: center;
    align-items: center; 
    margin-bottom: 8px;
  }
  .offset-md-2 {
    margin: 0!important;
  }
  .sidebar {
    width: 40%;
  }
}
@media (max-width: 768px) { 
  .h3, h3 {
    font-size: 1.5rem;
  }
  .footer {
    height: auto;
  }
  .offset-md-2 {
     margin: 0!important;
  }
  .mobile-sm {
    display: flex;
  }
  .desktop-md {
    display: none;
  }
  .list-contacts-md {
     flex-direction: column!important;
     justify-content: center;
  }
  .sidebar {
    width: 40%;
  }
}
@media (max-width: 560px) { 
  .mobile {
    display: flex!important;
  }
  .desktop {
    display: none!important;
  }
  #bannerMobileDefault .item .banner-content-text {
    position: absolute !important;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  #bannerMobileDefault .item .banner-content-text .h1,
  #bannerMobileDefault .item .banner-content-text .h2 {
    font-size: 1.2rem!important;
    line-height: 1.2rem!important;
  }
  .sidebar {
    width: 70%;
  }
}