.welcome {
  position: relative;
  overflow: hidden;
  padding: 92px 0 82px;
  background: #dff3ff url("../../../../img/home/clouds.png") center top/cover no-repeat;
}
.welcome:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: url("../../../../img/home/menu_bg_pattern_18_01.png") bottom center repeat-x;
  z-index: 3;
}
.welcome .container {
  position: relative;
  z-index: 2;
}
.welcome__inner {
  display: flex;
  align-items: center;
  padding: 42px 50px;
  background: rgba(255, 255, 255, 0.92);
  border: 8px solid #fff;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(75, 67, 77, 0.14);
}
.welcome__logo {
  flex: 0 0 42%;
  padding-right: 46px;
  text-align: center;
}
.welcome__logo img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto;
}
.welcome__content {
  flex: 1 1 auto;
  color: #4b434d;
}
.welcome__label {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 18px;
  color: #fff;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  background: #e65874;
  border-radius: 22px;
}
.welcome h1 {
  margin: 0 0 20px;
  color: #8e42a4;
  font-size: 5.2rem;
  line-height: 1.05;
  overflow-wrap: break-word;
}
.welcome__text {
  margin: 0 0 28px;
  font-size: 1.8rem;
  line-height: 1.65;
}
.welcome__audience {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.welcome__audience li {
  margin: 0 12px 12px 0;
}
.welcome__audience a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 18px 8px 10px;
  box-sizing: border-box;
  color: #4b434d;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  background: #f7f75e;
  border-radius: 24px;
  transition: all 0.2s linear;
}
.welcome__audience a:hover, .welcome__audience a:focus {
  color: #4b434d;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(75, 67, 77, 0.16);
}
.welcome__audience li:nth-child(2) a {
  background: #b3ed7b;
}
.welcome__audience li:nth-child(3) a {
  color: #fff;
  background: #e65874;
}
.welcome__audience li:nth-child(3) a:hover, .welcome__audience li:nth-child(3) a:focus {
  color: #fff;
}
.welcome__audience i {
  width: 30px;
  margin-right: 8px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #8e42a4;
  border-radius: 50%;
}
.welcome__audience li:nth-child(2) i {
  background: #49b450;
}
.welcome__audience li:nth-child(3) i {
  color: #e65874;
  background: #fff;
}

@media only screen and (max-width: 1200px) {
  .welcome {
    padding: 78px 0 70px;
  }
  .welcome__inner {
    padding: 36px 38px;
  }
  .welcome__logo {
    padding-right: 34px;
  }
  .welcome h1 {
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 992px) {
  .welcome {
    padding: 64px 0 62px;
  }
  .welcome__inner {
    display: block;
    text-align: center;
  }
  .welcome__logo {
    max-width: 560px;
    margin: 0 auto 28px;
    padding-right: 0;
  }
  .welcome__audience {
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .welcome {
    padding: 45px 0 50px;
  }
  .welcome__inner {
    padding: 24px 18px 28px;
    border-width: 5px;
  }
  .welcome__logo {
    margin-bottom: 22px;
  }
  .welcome__label {
    font-size: 1.3rem;
  }
  .welcome h1 {
    font-size: 3.4rem;
    line-height: 1.15;
  }
  .welcome__text {
    font-size: 1.6rem;
    line-height: 1.55;
  }
  .welcome__audience {
    display: block;
  }
  .welcome__audience li {
    margin-right: 0;
  }
  .welcome__audience a {
    justify-content: center;
    width: 100%;
  }
}

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