body {
  background: #262626;
  font-family: "Gilroy-Regular";
  overflow-x: hidden; }

html {
  font-size: 19px; }

.font_size_42 {
  font-size: 42px;
  font-family: "DaysOne"; }

.font_size_19 {
  font-size: 19px; }

.font_size_21 {
  font-size: 21px; }

.font_size_20 {
  font-size: 20px; }

.font_size_28 {
  font-size: 20px; }

li a {
  color: #FFFFFF;
  text-decoration: none; }
  li a:hover {
    color: #FFFFFF;
    text-decoration: underline; }

h2 {
  margin-bottom: 0; }

p {
  margin-bottom: 0; }

.first_screen_wrapper_title {
  color: white;
  text-decoration: none ;
}

.first_screen_wrapper_title:hover {
  color: white;
}

.about_us, .suggestions, .first_screen {
  color: #fff; }

.first_screen {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  height: calc(100vh - 140px); }
  .first_screen_item {
    width: 100%;
    height: 51px;
    -webkit-transition: 1.5s all;
    transition: 1.5s all; }
  .first_screen_wrapper {
    width: 100%;
    height: 100%; }
    .first_screen_wrapper_title {
      font-family: Days One;
      font-size: 40px;
      line-height: 51px;
      margin: 0 auto; }
    .first_screen_wrapper_descr {
      font-family: Gilroy;
      font-size: 19px;
      line-height: 137%;
      text-align: left;
      padding: 0 90px;
      display: none; }
      .first_screen_wrapper_descr_link {
        display: block;
        text-align: center;
        margin-top: 20px;
        font-size: 22px;
        color: #FFFFFF;
        -webkit-text-decoration-line: none;
                text-decoration-line: none; }
        .first_screen_wrapper_descr_link:hover {
          color: #FFFFFF;
          -webkit-text-decoration-line: underline;
                  text-decoration-line: underline; }
    .first_screen_wrapper_line {
      display: none;
      border-bottom: 3px solid #FFFFFF;
      width: 150px;
      margin: 10px auto 20px; }
  .first_screen__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 1s all;
    transition: 1s all; }

    .first_screen_manufacturer:hover .first_screen_wrapper_descr, .first_screen_manufacturer:hover .first_screen_wrapper_line {
      display: block;
      -webkit-animation: fadeIn 1.5s;
              animation: fadeIn 1.5s; }
    .first_screen_manufacturer:hover .first_screen_item {
      height: 100px; }

    .first_screen_distributor:hover .first_screen_wrapper_descr, .first_screen_distributor:hover .first_screen_wrapper_line {
      display: block;
      -webkit-animation: fadeIn 1.5s;
              animation: fadeIn 1.5s; }
    .first_screen_distributor:hover .first_screen_item {
      height: 100px; }
    .first_screen_vacancy:hover .first_screen_wrapper_descr, .first_screen_vacancy:hover .first_screen_wrapper_line {
      display: block;
      -webkit-animation: fadeIn 1.5s;
              animation: fadeIn 1.5s; }
    .first_screen_vacancy:hover .first_screen_item {
      height: 100px; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 1200px) {
  .first_screen__bg {
    height: 100vh;
  }

  .first_screen {
    height: 100%;
  }
}

@media (max-width: 580px) {
  .first_screen_wrapper_title {
    font-size: 30px;
  }
}



/*# sourceMappingURL=partnership.css.map */