.featured-projects-section {
  padding: 50px 40px 35px;
  background: var(--background, yellow); }
  .featured-projects-section__title {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    margin: 0 0 30px; }
  .featured-projects-section__projects {
    max-width: 240px;
    margin: 0 auto; }
  .featured-projects-section__project {
    max-width: 240px; }
    .featured-projects-section__project:not(:last-child) {
      margin-bottom: 40px; }
    .featured-projects-section__project:hover .featured-projects-section__arrow {
      color: var(--foreground, red); }
  .featured-projects-section__link:hover {
    text-decoration: none; }
  .featured-projects-section__logo {
    display: block;
    border-radius: 8px;
    margin-bottom: 5px;
    width: 100%; }
  .featured-projects-section__name-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .featured-projects-section__name {
    font-size: 16px;
    line-height: 1.4; }
    .featured-projects-section__name::before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      margin: 0 5px 3px 0;
      border-radius: 50%;
      background: var(--foreground, red); }
  .featured-projects-section__arrow {
    display: none;
    color: #838383;
    width: 19px;
    height: 18px;
    transition: color 0.2s; }
  @media (min-width: 768px) {
    .featured-projects-section__wrap {
      max-width: 840px;
      margin: 0 auto; }
    .featured-projects-section__title {
      font-size: 28px;
      line-height: 38px; }
    .featured-projects-section__projects {
      display: flex;
      justify-content: space-between;
      max-width: none; }
    .featured-projects-section__project {
      flex-grow: 1; }
      .featured-projects-section__project:not(:last-child) {
        margin-right: 20px; } }
  @media (min-width: 992px) {
    .featured-projects-section__projects {
      flex-grow: 1; }
    .featured-projects-section__logo {
      margin-bottom: 15px; }
    .featured-projects-section__name {
      font-size: 20px; }
      .featured-projects-section__name::before {
        width: 10px;
        height: 10px;
        margin: 0 10px 2px 0; } }
  @media (min-width: 1200px) {
    .featured-projects-section__wrap {
      display: flex;
      max-width: 1220px;
      margin: 0 auto; }
    .featured-projects-section__title {
      align-self: center;
      font-size: 40px;
      font-weight: normal;
      line-height: 44px;
      color: #393939;
      max-width: 200px;
      text-align: left;
      margin-right: 152px;
      margin-bottom: 0; } }

.title {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .title {
      font-size: 28px;
      line-height: 38px; } }

.hero {
  z-index: 0; }
  .hero__wrap {
    position: relative;
    padding: 25px 15px 40px;
    max-width: 1250px;
    margin: 0 auto; }
  .hero__title {
    text-align: left; }
  .hero__subtitle {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 30px; }
  .hero__link-wrapper {
    margin-bottom: 20px; }
  .hero__link {
    min-height: 50px; }
  .hero__bg {
    display: none; }
  .hero__img {
    display: block; }
  @media (min-width: 768px) {
    .hero__title {
      max-width: 600px;
      font-size: 40px; }
    .hero__subtitle {
      font-size: 20px;
      line-height: 27px; }
    .hero__links {
      display: flex; }
    .hero__link-wrapper:not(:last-child) {
      margin-right: 40px; } }
  @media (min-width: 992px) {
    .hero__wrap {
      padding-top: 70px;
      padding-bottom: 80px; }
    .hero__bg {
      display: block;
      position: absolute;
      top: -131px;
      left: 410px;
      z-index: -1;
      width: 78%; } }

@media (min-width: 768px) {
  .hero-link {
    min-width: 200px; } }

@media (min-width: 992px) {
  .hero-link__arrow {
    display: inline-block;
    margin-left: 10px;
    margin-top: 1px; } }

.expertise {
  padding: 0 15px 40px;
  max-width: 1250px;
  margin: 0 auto; }
  .expertise__title {
    margin: 0 0 35px;
    font-size: 18px;
    color: #393939;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 15px 11px -11px rgba(23, 61, 138, 0.2); }
  .expertise__title-wrap {
    display: block; }
  .expertise__title-img {
    max-width: 270px; }
  .expertise__25 {
    color: #e30613;
    font-size: 60px;
    line-height: 82px; }
  .expertise__text {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 19px; }
  .expertise__text-p {
    margin-bottom: 1em; }
  .expertise__hint {
    display: block;
    padding: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    background-image: linear-gradient(to left, red, yellow);
    border-radius: 4px; }
  @media (min-width: 768px) {
    .expertise {
      display: flex; }
      .expertise__title {
        margin: 0 20px 0 0;
        min-width: 50%; }
      .expertise__content {
        display: flex;
        flex-direction: column; }
      .expertise__text {
        font-size: 16px; }
      .expertise__hint {
        margin-top: auto; } }
  @media (min-width: 992px) {
    .expertise {
      display: flex; }
      .expertise__hint {
        padding: 12px 20px; } }
  @media (min-width: 1200px) {
    .expertise__title {
      margin-right: 45px;
      flex-basis: 50%;
      display: flex;
      align-items: flex-start;
      font-size: 22px; }
    .expertise__title-wrap {
      text-align: left;
      margin-left: -20px;
      margin-right: 25px; }
    .expertise__title-img {
      max-width: 390px; }
    .expertise__25 {
      display: block;
      font-size: 150px;
      line-height: 0.9;
      font-weight: 600;
      margin-left: -5px; } }

.domains {
  position: relative;
  padding: 35px 15px 5px;
  background: #f6f6f6; }
  .domains__wrap {
    max-width: 560px;
    margin: 0 auto; }
  .domains__nav {
    display: none; }
  .domains__prev, .domains__next {
    background: #0055ff;
    box-shadow: 0px 4px 8px rgba(71, 125, 237, 0.16);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #000;
    font-size: 24px;
    font-weight: 600;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .domains__prev:hover, .domains__next:hover {
      background-image: linear-gradient(to left, red, yellow); }
    .domains__prev:active, .domains__next:active {
      background: #689aff; }
    .domains__prev[disabled], .domains__next[disabled] {
      background: #d6d6d6;
      cursor: default; }
  .domains__prev {
    margin-right: 30px; }
  @media (min-width: 992px) {
    .domains {
      background: #fff; }
      .domains::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: calc(70vw - 600px);
        background: linear-gradient(to right, transparent, #fff);
        z-index: 2;
        pointer-events: none; }
      .domains__wrap {
        position: relative;
        display: flex;
        padding: 0 15px 110px;
        max-width: 1250px;
        margin: 0 auto; }
        .domains__wrap::after {
          content: "";
          display: block;
          position: absolute;
          top: 35px;
          left: 30px;
          background: #f6f6f6;
          height: 180px;
          width: 200%;
          border-radius: 10px;
          z-index: 0; }
      .domains__title-wrap {
        position: relative;
        margin-right: 50px;
        z-index: 1; }
      .domains__title {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        background: #000;
        font-weight: 800;
        font-size: 28px;
        line-height: 33px;
        text-transform: uppercase;
        min-width: 260px;
        min-height: 290px;
        background-size: cover;
        border-radius: 10px;
        padding: 30px; }
      body.no-webp .domains__title {
        background-image: linear-gradient(to left, red, yellow), url("/assets/services/domains-banner@2x.jpg"); }
      body.webp .domains__title {
        background-image: linear-gradient(to left, red, yellow), url("/assets/services/domains-banner@2x.webp"); }
      .domains__title-text {
        word-break: break-word;
        max-width: 8em;
        text-align: right; }
      .domains__nav {
        display: flex;
        position: absolute;
        bottom: 30px;
        left: 100px; }
      .domains__list-wrap {
        position: relative;
        z-index: 1;
        margin-top: -10px; }
      .domains__list {
        display: flex; }
      .domains__item:first-child {
        margin-left: -575px; } }
  @media (min-width: 1200px) {
    .domains::after {
      left: 15px; }
    .domains__title-wrap {
      margin-left: 70px; } }

.domain__wrap {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 0px 5px 6px rgba(23, 61, 138, 0.2);
  margin-bottom: 30px; }

.domain__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  padding: 15px;
  background: #fff; }

.domain__expand {
  width: 33px;
  height: 33px;
  background-image: url(/assets/services/services-expand.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: transform 0.3s; }

.domain__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out; }

.domain__about {
  font-size: 14px;
  line-height: 19px;
  padding: 0 15px 1em;
  background: #fff; }

.domain__details {
  flex-grow: 1;
  padding: 17px 16px;
  background: #000;
  font-size: 14px;
  background-image: linear-gradient(to left, red, yellow);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.domain__details-item:not(:last-child) {
  margin-bottom: 25px; }

.domain__details-item-title {
  display: block;
  line-height: 1.2;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 6px;
  border-left: 3px solid white; }

.domain__details-item-text {
  margin-left: 12px; }

.domain.is-open .domain__expand {
  transform: rotate(180deg); }

.domain.is-open .domain__content {
  max-height: 1000px;
  transition: max-height 0.5s ease-in; }

@media (min-width: 992px) {
  .domain {
    margin: 10px 0; }
    .domain__wrap {
      padding: 0;
      margin: 0; }
    .domain__title {
      font-size: 22px;
      font-weight: normal;
      line-height: 30px;
      padding: 25px 25px 20px; }
    .domain__expand {
      display: none; }
    .domain__content {
      max-height: none;
      overflow: visible; }
    .domain__about {
      padding: 0 25px 20px 60px;
      min-height: 120px; }
    .domain__details {
      padding: 25px 25px 20px 60px;
      min-height: 310px; } }

.special {
  padding: 30px 15px 40px;
  background: #167eff; }
  .special__title {
    color: white;
    margin-bottom: 35px; }
  .special__list {
    max-width: 350px;
    margin: 0 auto; }
  .special__item {
    display: flex;
    align-items: center;
    position: relative;
    background: white;
    padding-left: 75px;
    border-radius: 30px;
    min-height: 60px;
    box-shadow: 0px 5px 12px rgba(38, 82, 173, 0.7); }
    .special__item:not(:last-child) {
      margin-bottom: 20px; }
  .special__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-image: linear-gradient(to left, red, yellow);
    position: absolute;
    top: -1px;
    left: -1px;
    margin-bottom: 20px; }
  .special__icon {
    width: 40px;
    height: auto; }
  @media (min-width: 768px) {
    .special {
      background-size: cover; }
    body.no-webp .special {
      background-image: url("/assets/services/special-bg.jpg"); }
    body.webp .special {
      background-image: url("/assets/services/special-bg.webp"); } }
  @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.25), only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-width: 768px) and (min-resolution: 200dpi) {
    body.no-webp .special {
      background-image: url("/assets/services/special-bg@2x.jpg"); }
    body.webp .special {
      background-image: url("/assets/services/special-bg@2x.webp"); } }
  @media (min-width: 768px) {
      .special__list {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        max-width: none;
        max-height: 300px; }
      .special__item {
        min-width: 49%; } }
  @media (min-width: 992px) {
    .special__list {
      max-height: 200px; }
    .special__item {
      min-width: 32%; } }
  @media (min-width: 1200px) {
    .special {
      padding: 0; }
      .special__wrap {
        display: flex;
        align-items: center;
        padding: 80px 15px;
        max-width: 1250px;
        margin: 0 auto; }
      .special__title {
        font-size: 40px;
        line-height: 44px;
        max-width: 240px;
        width: 100%;
        text-align: left;
        margin: 0; }
      .special__list {
        height: 145px; }
      .special__item {
        margin: 0 !important; } }

.how {
  display: none; }
  @media (min-width: 992px) {
    .how {
      display: block;
      max-width: 1250px;
      margin: 0 auto;
      padding: 90px 15px; }
      .how__wrap {
        padding: 30px 40px;
        box-shadow: 0px 5px 11px 0px rgba(23, 61, 138, 0.2); } }

.contact-us-section {
  --hint-color: #063598; }

/*# sourceMappingURL=services-ec13ade7bb.css.map */
