@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Rubik&display=swap");
.color-orange {
  color: #e63312; }

.color-grey {
  color: #505050; }

.color-wt {
  color: #fff !important; }

.color-bl {
  color: #000; }

body {
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  line-height: 23px;
  color: #505050; }

.title {
  color: #232323;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }
  @media (max-width: 768.99px) {
    .title {
      font-size: 1.5rem; } }

.subtitle {
  color: #ec6a00;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

.clearfix {
  clear: both; }

.element {
  display: block; }

.icon__service {
  margin-right: 16px;
  background-color: #ec6a00;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #ec6a00;
  transition: all ease-in-out 0.2s; }

.form-control {
  border-radius: unset;
  margin-bottom: 16px;
  border: 1px solid #000;
  padding: 24px; }

@media (max-width: 768.99px) {
  .form-row {
    display: block; } }

ul.list {
  list-style: none; }
  ul.list li {
    display: flex; }
    ul.list li:before {
      content: "\2022";
      color: #ec6a00;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }

.top-bar {
  display: grid;
  grid-template-columns: 3fr 1fr; }
  @media (max-width: 768.99px) {
    .top-bar {
      display: block; } }
  .top-bar__left {
    padding: 0 32px;
    background-color: #232323;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff; }
    @media (max-width: 768.99px) {
      .top-bar__left {
        height: auto;
        padding: 16px;
        text-align: center; } }
  .top-bar__right {
    background-color: #e63312;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; }
    @media (max-width: 768.99px) {
      .top-bar__right {
        height: auto;
        padding: 16px;
        text-align: center; } }
    .top-bar__right a {
      color: #fff; }
      .top-bar__right a:focus, .top-bar__right a:hover {
        color: #fff; }

.main-footer {
  padding: 64px 0;
  background-color: #232323; }
  @media (max-width: 768.99px) {
    .main-footer {
      padding: 64px 16px; } }
  .main-footer__logo {
    margin: 0 auto;
    margin-bottom: 32px;
    width: 50%; }
    .main-footer__logo img {
      max-width: 100%; }
  @media (max-width: 768.99px) {
    .main-footer__nav {
      margin-bottom: 32px; } }
  .main-footer__nav a {
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: bold; }
  .main-footer__address {
    border: 2px solid #fff;
    padding: 16px 32px; }
    .main-footer__address * {
      color: #fff; }
    .main-footer__address p, .main-footer__address a, .main-footer__address span {
      font-size: 14px; }
    .main-footer__address a:hover, .main-footer__address a:focus {
      color: #fff; }

.copyright {
  background-color: #e63312;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .copyright * {
    margin-bottom: 0;
    color: #fff; }

.btn__submit {
  background-color: #232323;
  width: 100%;
  padding: 16px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  border-radius: unset;
  border: 1px solid #232323;
  transition: all ease-in-out .2s; }
  .btn__submit:hover, .btn__submit:focus {
    color: #fff;
    background-color: #ec6a00;
    border-color: #ec6a00; }

@media (max-width: 768.99px) {
  .main-navbar .navbar-nav {
    margin-top: 32px;
    text-align: center; } }

.main-navbar .navbar-nav .nav-item:hover:nth-of-type(odd) .nav-link, .main-navbar .navbar-nav .nav-item:focus:nth-of-type(odd) .nav-link {
  color: #e63312; }

.main-navbar .navbar-nav .nav-item:hover:nth-of-type(even) .nav-link, .main-navbar .navbar-nav .nav-item:focus:nth-of-type(even) .nav-link {
  color: #FFDE00; }

.main-navbar .navbar-nav .nav-item .nav-link {
  color: #232323;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.main-navbar .navbar-toggler {
  border: 1px solid #ec6a00;
  border-radius: unset;
  width: 64px;
  height: 64px; }

.hero-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 568px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .hero-banner__content {
    max-width: 640px;
    text-align: center; }
    @media (max-width: 768.99px) {
      .hero-banner__content {
        max-width: 80%; } }
  .hero-banner__title {
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 16px; }
  .hero-banner__button {
    color: #ec6a00;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin-top: 32px;
    backface-visibility: hidden;
    padding: 8px 32px;
    border: 2px solid transparent;
    transition: all ease-in-out .3s; }
    .hero-banner__button:hover, .hero-banner__button:active {
      border: 2px solid #ec6a00;
      color: #ec6a00; }

.services-bar {
  margin-top: -75px; }

.service-mini-block {
  background-color: #232323;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1024.98px) {
    .service-mini-block {
      padding: 24px; } }
  .service-mini-block:hover .service-mini-block__icon, .service-mini-block:active .service-mini-block__icon {
    background-color: transparent; }
  .service-mini-block__icon {
    margin-right: 16px;
    background-color: #ec6a00;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #ec6a00;
    transition: all ease-in-out .2s; }
  .service-mini-block__text {
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2em;
    max-width: 200px; }
    @media (max-width: 1024.98px) {
      .service-mini-block__text {
        font-size: 20px;
        max-width: unset; } }

.about {
  padding: 64px 0;
  position: relative; }
  @media (max-width: 768.99px) {
    .about {
      padding-bottom: 0; } }
  .about__image img {
    width: 100%; }
  @media (max-width: 768.99px) {
    .about__image {
      margin-bottom: 32px; } }
  .about__element-bg {
    display: block;
    background-color: #e63312;
    width: calc(50% - 15px);
    height: 50px;
    position: absolute;
    top: 50%;
    height: 420px;
    z-index: -1;
    transform: translateY(-50%); }
    @media (max-width: 768.99px) {
      .about__element-bg {
        display: none; } }
  .about .display {
    width: 125%;
    position: absolute;
    right: 0; }
    @media (max-width: 1024.98px) {
      .about .display {
        right: unset;
        position: relative;
        width: 100%; } }
    @media (max-width: 768.99px) {
      .about .display {
        text-align: center;
        padding: 12px;
        height: auto; } }

.display {
  background-color: #e63312;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px; }
  .display__icon {
    margin-right: 16px; }
  .display span, .display a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif; }

.know-how__header {
  padding: 64px 0; }

@media (min-width: 1440px) {
  .know-how__services {
    max-width: 1240px;
    margin: 0 auto; } }

.know-how__service {
  position: relative;
  height: 380px;
  width: 100%;
  margin-bottom: 64px; }
  @media (max-width: 1024.98px) {
    .know-how__service {
      height: auto;
      width: 70%;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 768.99px) {
    .know-how__service {
      width: 100%; } }
  .know-how__service:hover .know-how__service-content, .know-how__service:active .know-how__service-content {
    width: 100%; }
  .know-how__service-content {
    background-color: #e63312;
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 64px;
    transition: all linear .3s; }
    @media (max-width: 1024.98px) {
      .know-how__service-content {
        width: auto;
        align-items: center; } }
    @media (max-width: 768.99px) {
      .know-how__service-content {
        padding: 16px; } }
    .know-how__service-content .title, .know-how__service-content p {
      width: 520px;
      color: #fff; }
      @media (max-width: 768.99px) {
        .know-how__service-content .title, .know-how__service-content p {
          width: auto; } }
    .know-how__service-content .element {
      width: 72px; }
  .know-how__service-image {
    position: absolute;
    right: 0;
    top: -32px; }
    .know-how__service-image .icon__service {
      position: absolute;
      left: -38px;
      top: 50%; }
    @media (max-width: 1024.98px) {
      .know-how__service-image {
        position: relative;
        right: unset;
        top: unset;
        width: 100%; }
        .know-how__service-image img {
          width: 100%; }
        .know-how__service-image .icon__service {
          display: none; } }
  .know-how__service--inverse {
    position: relative;
    height: 380px;
    width: 100%;
    margin-bottom: 64px; }
    @media (max-width: 1024.98px) {
      .know-how__service--inverse {
        height: auto;
        width: 70%;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 768.99px) {
      .know-how__service--inverse {
        width: 100%; } }
    .know-how__service--inverse:hover .know-how__service-content, .know-how__service--inverse:active .know-how__service-content {
      width: 100%; }
    .know-how__service--inverse .know-how__service-content {
      float: right;
      align-items: flex-end; }
      .know-how__service--inverse .know-how__service-content .title, .know-how__service--inverse .know-how__service-content p {
        text-align: left !important; }
      .know-how__service--inverse .know-how__service-content .element {
        text-decoration: left;
        align-self: flex-start; }
      @media (max-width: 1024.98px) {
        .know-how__service--inverse .know-how__service-content {
          width: auto;
          align-items: center;
          float: none; } }
    .know-how__service--inverse .know-how__service-image {
      left: 0;
      right: unset; }
      .know-how__service--inverse .know-how__service-image .icon__service {
        left: unset;
        right: -58px; }

.expertise {
  padding: 128px 0;
  margin-top: -135px;
  height: 600px;
  background-image: url("../images/bg-expertise.png");
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (max-width: 768.99px) {
    .expertise {
      padding: 64px 16px;
      height: auto;
      margin-top: 0;
      background-image: unset;
      background-color: #bfbfbf; } }

.expertise-mini-block {
  position: relative;
  background-color: #232323;
  padding: 16px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-bottom: 5px solid #e63312; }
  .expertise-mini-block__wrapper {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 768.99px) {
      .expertise-mini-block__wrapper {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 32px; } }
  @media (max-width: 768.99px) {
    .expertise-mini-block {
      margin-bottom: 32px; } }
  .expertise-mini-block:hover.expertise-mini-block:after, .expertise-mini-block:active.expertise-mini-block:after {
    transform: scale(1.5); }
  .expertise-mini-block:after {
    content: '';
    width: 26px;
    height: 26px;
    background-color: #ec6a00;
    position: absolute;
    bottom: -13px;
    border-radius: 50%;
    transition: all linear .3s; }

.contact {
  position: relative;
  margin-bottom: 64px;
  display: flex; }
  .contact__image {
    position: absolute;
    left: 0;
    top: -64px; }
    @media (max-width: 1024.98px) {
      .contact__image {
        display: none; } }
  .contact__right {
    background-color: #e63312;
    width: 80%;
    height: 640px;
    padding: 32px 64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto; }
    @media (min-width: 1440px) {
      .contact__right {
        justify-content: center; } }
    @media (max-width: 1024.98px) {
      .contact__right {
        width: 100%;
        justify-content: center; } }
    @media (max-width: 768.99px) {
      .contact__right {
        height: auto;
        padding: 64px 16px; } }
  .contact__content {
    width: 580px; }
