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; }

.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;
      height: auto}
      .first_screen_wrapper_descr p {
        margin-top: 15px; }
      .first_screen_wrapper_descr_item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
        margin-top: 20px; }
        .first_screen_wrapper_descr_item.infocus .first_screen_wrapper_descr_item_header:before {
          right: 0; }
        .first_screen_wrapper_descr_item.infocus .first_screen_wrapper_descr_item_header:after {
          right: 4px; }
        .first_screen_wrapper_descr_item.infocus .first_screen_wrapper_descr_item_text {
          display: block; }
        .first_screen_wrapper_descr_item:first-child {
          margin-top: 0; }
        .first_screen_wrapper_descr_item_header {
          padding-bottom: 5px;
          position: relative; }
          .first_screen_wrapper_descr_item_header:before {
            content: "";
            width: 7px;
            height: 1px;
            background-color: #FFFFFF;
            position: absolute;
            top: 50%;
            right: 4px;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .first_screen_wrapper_descr_item_header:after {
            content: "";
            width: 7px;
            height: 1px;
            background-color: #FFFFFF;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
        .first_screen_wrapper_descr_item_text {
          display: none;
          margin: 15px 0 20px;
          -webkit-animation: fadeIn 1.5s;
                  animation: fadeIn 1.5s; }
    .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;
    -webkit-transition: 1s all;
    transition: 1s all; }
  .first_screen_mission {
    background: url("../images/about_us/mission_about_us.png") center center/cover no-repeat;
  }
    .first_screen_mission .first_screen_wrapper_line {
      width: 115px; }
    .first_screen_mission:hover .first_screen_wrapper_descr, .first_screen_mission:hover .first_screen_wrapper_line {
      display: block;
      -webkit-animation: fadeIn 1.5s;
              animation: fadeIn 1.5s; }
    .first_screen_mission:hover .first_screen_item {
      height: 206px; }
  .first_screen_target {
    background: url("../images/about_us/target_about_us.png") center center/cover no-repeat;
  }
    .first_screen_target:hover .first_screen_wrapper_descr, .first_screen_target:hover .first_screen_wrapper_line {
      display: block;
      -webkit-animation: fadeIn 1.5s;
              animation: fadeIn 1.5s; }
    .first_screen_target:hover .first_screen_item {
      height: 206px; }
  .first_screen_strategy {
    background: url("../images/about_us/strategy_about_us.png") center center/cover no-repeat;
  }
    .first_screen_strategy:hover .first_screen_wrapper_descr, .first_screen_strategy:hover .first_screen_wrapper_line {
      display: block;
      -webkit-animation: fadeIn 1.5s;
              animation: fadeIn 1.5s; }
    .first_screen_strategy:hover .first_screen_item {
      height: 206px; }

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

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@media  (max-width: 1399px) {
  .first_screen_wrapper_descr{
    padding: 0 10px;
  }
}
@media  (min-width: 1400px) {
  .first_screen_wrapper_descr {
    padding: 0 15px;
  }
}
@media  (min-width: 1600px) {
  .first_screen_wrapper_descr {
    padding: 0 40px;
  }
}

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

  .first_screen {
    height: 100%;
  }
}


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