* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Asap', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #282828;
  background-color: #F2F2F2;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

h2 {
  font-size: 54px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -.4px;
  text-align: center;
  text-transform: uppercase;
  color: #1C3C70;
  margin: 0;
}

.fs__section {
  max-width: 1690px;
  margin: 40px auto 0;
  position: relative;
  padding: 40px 0 54px;
}

.fs__bg {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
  background: linear-gradient(101.6deg, #F2F2F2 -18.44%, #CFD7D9 63.89%);
  border-radius: 16px;
  overflow: hidden;
}

.fs__bg-decor {
  position: absolute;
  z-index: 1;
}

.fs__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
  display: none;
}

.fs__bg-decor--1 {
  top: 0;
  left: 50%;
  translate: -50% 0;
  margin-left: 213px;
}

.fs__bg-decor--2 {
  top: 17px;
  right: 0;
}

.fs__bg-decor--3 {
  bottom: 0;
  left: 50%;
  translate: -50%;
  margin-left: 498px;
}

.fs__bg-decor--4 {
  bottom: 0;
  left: 0;
}

.fs__bg-decor--logo {
  top: 104px;
  left: 50%;
  translate: -50% 0;
  margin-left: 34px;
}

.fs {
  display: flex;
  justify-content: space-between;
}

.fs__content {
  flex: 1 1 460px;
  max-width: 460px;
}

.fs__logo {
  display: none;
}

h1 {
  font-size: 92px;
  line-height: .95;
  font-weight: 700;
  color: #1C3C70;
  letter-spacing: -.3px;
  text-transform: uppercase;
  margin: 87px 0 23px -5px;
}

.fs__subtitle {
  font-size: 28px;
  line-height: 1.25;
  color: #1A1E20;
  max-width: 440px;
  margin: 0;
}

.fs__form-wrapper {
  flex: 1 1 434px;
  max-width: 434px;
  box-shadow: 0 12px 80px 0 #00000012;
  padding: 46px 40px 44px;
  border-radius: 24px;
  background-color: #fff;
  margin-top: 14px;
  scroll-margin: 20px;
}

.fs__form-title {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  color: #1A1E20;
  margin: 0 0 -8px;
}

.works__section {
  margin-top: 92px;
}

.works__subtitle {
  font-size: 28px;
  line-height: 1.25;
  color: #1A1E20;
  letter-spacing: -.83px;
  text-align: center;
  max-width: 800px;
  margin: 24px auto 53px;
}

.works {
  display: flex;
  justify-content: center;
}

.works__item {
  flex: 1 1 446px;
  max-width: 446px;
  padding: 0 61px 0 86px;
  position: relative;
}

.works__item:not(:last-of-type):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #fff;
  right: 0;
  border-radius: 2px;
}

.works__item:nth-child(2) .works__item-list {
  max-width: 240px;
}

.works__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
}

.works__item-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #005EAA;
  text-transform: uppercase;
  margin: 0;
  max-width: 150px;
}

.works__item-icon {
  width: 102px;
  min-width: 102px;
  height: auto;
}

.works__item-text,
.works__item-list li {
  font-size: 18px;
  line-height: 1.33;
}

.works__item-text {
  max-width: 280px;
  margin: 25px 0 0;
}

.works__item-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.works__item-list li {
  position: relative;
}

.works__item-list li:not(:last-of-type) {
  margin-bottom: 20px;
}

.works__item-list li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: -26px;
  background: url('./images/list-dot.svg') no-repeat center/contain;
  width: 14px;
  height: 13px;
}

.works__item-list b {
  color: #005EAA;
}

.works__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 23px;
  max-width: 477px;
  margin: 54px auto 0;
  background-color: #FCA125;
  border: 2px solid #FCA125;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
  padding: 13px 11px 13px 35px;
  transition: background-color .3s, color .3s;
}

.works__link-text {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .4px;
  text-align: center;
  text-transform: uppercase;
}

.works__link path {
  transition: fill .3s;
}

.works__link:focus {
  background: linear-gradient(90deg, #FCA125 -19.35%, #FE8836 100%);
}

.utp__section {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  padding: 97px 0 87px;
  max-width: 1690px;
  margin: 90px auto 0;
  box-shadow: 0 4px 37px -2px #00000008;
}

.utp-decor {
  position: absolute;
}

.utp-decor-1 {
  bottom: 0;
  left: 0;
}

.utp-decor-2 {
  top: 0;
  right: 0;
}

.utp-decor-3,
.utp-decor-4 {
  display: none;
}

.utp__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 19px;
  max-width: 800px;
  margin: 0 auto 13px;
}

.utp__logos-item {
  font-size: 54px;
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -.4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.utp__logos-item:nth-child(1) {
  color: #2092CF;
}

.utp__logos-item:nth-child(2) {
  color: #1C3C70;
  margin-top: -15px;
}

.utp__logos-item:nth-child(3) {
  color: #FFB618;
}

.utp__logos-item svg {
  margin-right: 17px;
}

.utp__subtitle {
  font-size: 28px;
  line-height: 1.25;
  color: #1A1E20;
  letter-spacing: -.83px;
  text-align: center;
  max-width: 840px;
  margin: 35px auto 62px;
}

.utp {
  display: flex;
  margin: 0 -48px 0 -75px;
}

.utp__item {
  flex: 25%;
  padding: 25px 30px 35px;
  text-align: center;
  position: relative;
}

.utp__item:not(:last-of-type):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background-color: #CCCCCC;
  border-radius: 2px;
}

.utp__item-title {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  color: #005EAA;
  max-width: 275px;
  margin: 23px auto 0;
}

.trusted__section {
  margin-top: 93px;
}

.trusted__section h2 {
  font-size: 50px;
}

.trusted__logos {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 49px;
}

.trusted__logo {
  flex: 1 1 208px;
  max-width: 208px;
  background-color: #fff;
  box-shadow: 0 12px 80px 0 #00000012;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 10px;
}

.trusted__awards {
  display: flex;
  column-gap: 50px;
  max-width: 506px;
  margin: 44px auto 0;
}

.cta__section {
  margin-top: 105px;
}

.cta {
  background: url('./images/cta-bg-desktop.webp') no-repeat center/cover;
  padding: 46px 60px 50px;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.cta__content {
  max-width: 51%;
}

.cta__image {
  position: absolute;
  bottom: 0;
  left: 48.3%;
  max-width: 452px
}

.cta__image img {
  width: 100%;
  height: auto;
  display: block;
}

.cta__title {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.8px;
  max-width: 480px;
  margin: 0 0 23px;
  color: #fff;
}

.cta__text {
  font-size: 20px;
  line-height: 1.24;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.cta__link {
  max-width: 252px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  padding: 12px 13px 13px 36px;
  background-color: #19191B;
  border: 2px solid #19191B;
  border-radius: 100px;
  margin-top: 21px;
  text-decoration: none;
  transition: background-color .3s;
}

.cta__link-text {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.cta__link path {
  transition: fill .3s;
}

.footer__wrapper {
  padding: 102px 0 70px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}

.footer__logo--first {
  transition: opacity .3s;
}

.footer__logo--second__wrapper {
  margin: 38px -70px 0 0;
  position: relative;
}

.footer__logo--second__wrapper:before,
.footer__logo--second__wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 50vw;
  height: 2px;
  transform: translateY(-50%);
}

.footer__logo--second__wrapper:before {
  left: -50vw;
  background-color: #2193D1;
}

.footer__logo--second__wrapper:after {
  right: -50vw;
  background-color: #FCAD26;
}

.footer__logo--second__wrapper img {
  display: block;
}

.footer__awards {
  display: flex;
  column-gap: 12px;
  margin-right: 4px;
}

.footer__award {
  height: 53px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 7px;
}

.footer__copyright {
  font-size: 14px;
  color: #5A5A5A;
  margin: 0;
}

.footer__nav {
  display: flex;
  column-gap: 35px;
}

.footer__nav-item {
  font-size: 14px;
  color: #282828;
  position: relative;
  transition: opacity .3s;
  text-decoration: none;
}

.footer__nav-item:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #282828;
  transition: background-color .3s;
}


@media (min-width: 1025px) {
  .works__link:hover {
    background-color: transparent;
    color: #FCA125;
  }

  .works__link:hover .works__link-icon__bg {
    fill: #FCA125;
  }

  .works__link:hover .works__link-icon__arrow {
    fill: #fff;
  }

  .cta__link:hover {
    background-color: transparent;
  }

  .cta__link:hover .cta__link-icon__bg {
    fill: #19191B;
  }

  .cta__link:hover .cta__link-icon__arrow {
    fill: #fff;
  }

  .footer__logo--first:hover,
  .footer__nav-item:hover {
    opacity: .7;
  }

  .footer__nav-item:hover:after {
    background-color: transparent;
  }
}

@media (max-width: 1769px) {
  .fs__section,
  .utp__section {
    max-width: unset;
    width: calc(100vw - 80px);
  }

  .utp {
    margin: 0;
  }
}

@media (max-width: 1280px) {
  h1 {
    font-size: 72px;
    margin-top: 145px;
  }

  .footer__logo--second__wrapper img {
    max-width: 400px;
  }

  .works__item {
    flex-basis: 33.3%;
    max-width: 33.3%;
    padding: 0 20px 0 45px;
  }

  .utp-decor-2 {
    width: 125px;
    height: 125px;
  }

  .utp__item {
    padding: 25px 20px 35px;
  }

  .utp__item-title {
    font-size: 24px;
  }

  .trusted__logos {
    flex-wrap: wrap;
    max-width: 800px;
    margin: 50px auto 0;
  }

  .cta {
    padding: 46px 40px 50px;
  }

  .cta__content {
    max-width: 50%;
  }

  .cta__title {
    font-size: 38px
  }

  .cta__text {
    font-size: 19px;
    padding-right: 20px;
  }

  .cta__image {
    left: 43%;
  }
}

@media (max-width: 992px) {
  h2 {
    font-size: 46px;
  }

  .footer__logo--second__wrapper img {
    max-width: 300px;
  }

  .fs__section {
    margin-top: 12px;
    padding: 25px 0;
  }

  .fs__section,
  .utp__section {
    width: calc(100vw - 20px);
  }

  .fs__section .container,
  .utp__section .container {
    padding: 0 25px;
  }

  h1 {
    font-size: 65px;
    margin-top: 200px;
  }

  .fs__subtitle {
    font-size: 22px;
    max-width: 310px;
  }

  .fs__form-wrapper {
    margin-top: 0;
    padding: 40px 30px 38px;
  }

  .works__section {
    margin-top: 70px;
  }

  .works__subtitle {
    font-size: 25px;
  }

  .works {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .works__item {
    flex-basis: unset;
    max-width: 420px;
    width: 100%;
    padding: 0 30px 40px;
  }

  .works__item:nth-child(2) .works__item-list {
    max-width: 100%;
  }

  .works__item:not(:last-of-type):after {
    width: 100%;
    top: unset;
    height: 2px;
  }

  .works__item-title {
    max-width: 250px;
  }

  .works__item-text {
    max-width: 100%;
  }

  .footer__logo--second__wrapper {
    margin-right: 0;
  }

  .works__link {
    margin-top: 15px;
  }

  .utp__section {
    padding: 70px 0;
  }

  .utp-decor-1,
  .utp-decor-2 {
    width: 90px;
    height: 90px;
  }

  .utp__logos-item {
    font-size: 46px;
  }

  .utp__subtitle {
    font-size: 25px;
  }

  .utp {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .utp__item {
    flex-basis: 45%;
  }

  .utp__item:nth-child(2):after {
    display: none;
  }

  .trusted__section {
    margin-top: 70px;
  }

  .cta__content {
    max-width: 315px;
  }

  .cta__image {
    left: 320px;
    max-width: 388px;
  }

  .cta__link {
    margin-top: 0;
  }

  .footer__bottom {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .fs {
    display: block;
  }

  .fs__bg-decor {
    display: none;
  }

  .fs__bg img {
    display: block;
  }
  .fs__logo {
    display: inline;
    width: 238px;
  }

  .fs__bg {
    bottom: unset;
    height: 1000px;
  }

  .fs__content {
    text-align: center;
    margin: 0 auto;
  }

  h1 {
    margin: 40px 0 30px;
  }

  .fs__subtitle {
    margin: 0 auto;
  }

  .fs__form-wrapper {
    margin: 87px auto 0;
  }

  .utp__logos {
    flex-direction: column;
  }

  .utp__logos-item:nth-child(2) {
    color: #1C3C70;
    margin-top: -10px;
    z-index: 1;
  }
  .utp__logos-item:nth-child(3) {
    margin-top: -10px;
  }
  .utp__section {
    margin-top: 70px;
  }

  .cta {
    background-image: url('./images/cta-bg-mobile.webp');
    display: block;
    padding: 40px 20px 0;
    max-width: 516px;
    margin: 0 auto;
  }

  .cta__content {
    max-width: 445px;
  }

  .cta__link {
    margin: 20px 0 45px;
  }

  .cta__image {
    position: relative;
    left: unset;
    bottom: unset;
  }

  .footer__wrapper {
    padding: 40px 0;
  }

  .footer__top {
    flex-direction: column;
  }

  .footer__logo--second__wrapper {
    margin: 20px 0;
    width: 100%;
  }

  .footer__logo--second__wrapper:before {
    display: none;
  }

  .footer__logo--second__wrapper:after {
    left: 0;
    right: unset;
    width: calc(100% - 172px);
  }

  .footer__logo--second__wrapper img {
    margin-left: auto;
    position: relative;
    z-index: 1;
  }

  .footer__bottom {
    display: block;
    margin-top: 36px;
  }

  .footer__copyright {
    margin-top: 35px;
  }

  .utp__logos_infuse {
    width: 115px;
    height: 37px;
  }

  .utp__logos_impartner {
    width: 200px;
    height: 48px;
  }

}

@media (max-width: 575px) {
  .fs__section .container,
  .utp__section .container {
    padding: 0 22px;
  }

  h2 {
    font-size: 40px;
  }

  .fs__section {
    padding: 19px 0;
  }

  .fs__bg {
    height: 785px;
  }

  h1 {
    margin: 10px 0 16px;
  }

  .fs__subtitle {
    font-size: 20px;
  }

  .fs__subtitle br {
    display: none;
  }

  .fs__form-wrapper {
    margin-top: 87px;
    padding-top: 44px;
  }

  .fs__form-title br {
    display: none;
  }

  .works__section {
    margin-top: 40px;
  }

  .works__subtitle {
    font-size: 22px;
    letter-spacing: -.7px;
    margin-bottom: 38px;
  }

  .works__item {
    padding: 0 22px 40px 22px;
  }

  .works__item:nth-child(1) .works__item-list {
    width: 300px;
  }

  .works__item:nth-child(2) .works__item-icon {
    margin-right: -9px;
  }

  .works__item:nth-child(2) .works__item-list {
    width: 260px;
  }

  .works__item-icon {
    min-width: 92px;
    width: 92px;
  }

  .works__item-title {
    max-width: 115px;
    letter-spacing: -1.4px;
  }

  .works__item-text,
  .works__item-list li {
    font-size: 16px;
    line-height: 1.5;
  }

  .works__item-text {
    margin-top: 19px;
  }

  .works__item-list li:before {
    left: -20px;
  }

  .works__link-icon {
    min-width: 40px;
  }

  .works__link {
    margin-top: 0;
    max-width: 308px;
    padding: 4px 15px 4px 7px;
    line-height: 1.15;
  }

  .utp__section {
    margin-top: 58px;
    padding: 48px 0 10px;
  }

  .utp-decor-1,
  .utp-decor-2 {
    display: none;
  }

  .utp-decor-3,
  .utp-decor-4 {
    display: block;
  }

  .utp-decor-3 {
    top: 0;
    right: 0;
  }

  .utp-decor-4 {
    bottom: 0;
    left: 0;
  }

  .utp__logos {
    margin-bottom: 7px;
    row-gap: 2px;
  }

  .utp__logos-item {
    font-size: 40px;
  }

  .utp__logos-item:nth-child(2) {
    color: #1C3C70;
    margin-top: -10px;
    z-index: 1;
  }
  .utp__logos-item:nth-child(3) {
    margin-top: -10px;
  }

  .utp__logos-item svg {
    width: 30px;
    height: auto;
    margin-right: 8px;
  }

  .utp__subtitle {
    font-size: 22px;
    margin: 27px auto 15px;
  }

  .utp {
    row-gap: 15px;
  }

  .utp__item {
    flex-basis: 100%;
    padding-bottom: 40px;
  }

  .utp__item:not(:last-of-type):after {
    width: 100%;
    right: 0;
    top: unset;
    height: 2px;
  }

  .utp__item:nth-child(2):after {
    display: block;
  }

  .utp__item-title {
    line-height: 1.13;
    max-width: 290px;
  }

  .trusted__section {
    margin-top: 58px;
  }

  .trusted__section .container {
    padding: 0 14px;
  }

  .trusted__section h2 {
    font-size: 40px;
  }

  .trusted__logos {
    gap: 12px;
    margin-top: 34px;
  }

  .trusted__logo {
    flex-basis: 175px;
    max-width: 175px;
    min-height: 84px;
  }

  .trusted__logo:nth-child(1) svg {
    width: 112px;
  }

  .trusted__logo:nth-child(2) svg {
    width: 112px;
  }

  .trusted__logo:nth-child(3) svg {
    width: 52px;
  }

  .trusted__logo:nth-child(4) svg {
    width: 136px;
  }

  .trusted__logo:nth-child(5) svg {
    width: 120px;
  }

  .trusted__logo:nth-child(6) svg {
    width: 90px;
    height: auto;
  }

  .trusted__award {
    height: 71px;
  }

  .trusted__awards {
    column-gap: 27px;
    max-width: 355px;
    margin: 37px auto 0;
  }

  .cta__section {
    margin-top: 60px;
  }

  .cta__section .container {
    padding: 0 10px;
  }

  .cta {
    max-width: 370px;
  }

  .cta__title {
    font-size: 38px;
    line-height: 1.05;
  }

  .cta__text {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
  }

  .cta__image {
    max-width: 318px;
    margin-left: -45px;
  }

  .footer__wrapper {
    padding: 56px 0 40px;
  }

  .footer__wrapper .container {
    padding: 0 10px;
  }

  .footer__logo--first {
    max-width: 152px;
  }

  .footer__logo--second__wrapper {
    margin: 20px 0;
  }

  .footer__logo--second__wrapper:after {
    width: calc(100% - 125px);
  }

  .footer__logo--second {
    max-width: 125px;
  }

  .footer__award {
    height: 50px;
  }

  .footer__bottom {
    margin: 34px 0 0 1px;
  }

  .footer__copyright {
    font-size: 16px;
    margin-top: 37px;
  }

  .footer__nav {
    column-gap: 16px;
  }

  .footer__nav-item {
    font-size: 12px;
  }
}