.link-page {
  font-family: "Raleway", sans-serif !important;
}
.link-page .header__menu_footer {
  display: none !important;
}
.link-page .header__actions .button__large {
  display: none !important;
}
.link-page h1, .link-page h2, .link-page h3, .link-page p {
  font-family: "Raleway", sans-serif !important;
}
.link-page h2 {
  line-height: 40px;
}
@media screen and (max-width: 991px) {
  .link-page .first-cta__img-desktop {
    display: block !important;
    margin-top: 60px;
  }

  .link-page .first-cta__img-desktop svg{
    height: auto;
  }
}
@media screen and (min-width: 991px) {
  .link-page .first-cta__img-desktop img,
  .link-page .first-cta__img-desktop svg {
    min-width: 499px;
    height: 100%;
    margin-left: -50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .link-page .first-cta__img-desktop img,
  .link-page .first-cta__img-desktop svg {
    margin-left: auto;
    min-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .link-page .target-group {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.link-page .target-group h2 {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 1200px) {
  .link-page .target-group .container {
    max-width: 1200px;
  }
}
.link-page .target-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .link-page .target-group__list {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
}
.link-page .target-group__list-item {
  width: 100%;
  max-width: 370px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #D3DDF3;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  gap: 25px;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .link-page .target-group__list-item {
    max-width: 100%;
  }
}
.link-page .target-group__list-item div p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .link-page .target-group__list-item div p {
    line-height: 20px;
    font-size: 14px;
  }
}
.link-page .target-group__list-item div p:first-child {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: #377DED;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .link-page .target-group__list-item div p:first-child {
    text-align: center;
    margin-bottom: 8px;
    line-height: 22px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .link-page .target-group__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    gap: 12px;
  }
  .link-page .target-group__list-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.link-page .link-services h2 {
  margin-bottom: 30px !important;
}
.link-page .link-services__item {
  padding: 40px;
  border: 0.5px solid #D3DDF3;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 20px;
  max-width: 482px;
  margin: 30px auto;
  margin-top: 30px;
  margin-bottom: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .link-page .link-services__item {
    margin-left: 0;
    margin-right: 0;
  }
}
.link-page .link-services__item-header {
  width: 66px;
  height: 66px;
  border-radius: 14px;
  background: #F0F3FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.link-page .link-services__item-body {
  margin-bottom: 40px;
  margin-right: 40px;
}
.link-page .link-services__item-body span {
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  color: #377DED;
  margin-bottom: 8px;
  display: block;
}
.link-page .link-services__item-body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .link-page .link-services__item-body p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
  }
}
.link-page .link-services__item-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: #f9fafb;
  padding: 36px;
  margin-right: 8px;
  margin-bottom: 40px;
}
.link-page .link-services__item-notes p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}
.link-page .link-services__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 0 7.43px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.link-page .link-services__item-footer .link-action a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-page .link-services__item-footer .link-action a:hover {
  background: #2063f0;
}
.link-page .link-services__item-footer .link-price__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}
.link-page .link-services__item-footer .link-price__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1B7BF6;
}
.link-page .link-services__item-footer .link-price__value span {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-page .link-services__item-footer .link-price__value strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
}
.link-page .link-services__item-footer .link-price__value small {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}
.link-page .link-services__item-footer a {
  padding: 12px 31px;
  background: #377DED;
  border-radius: 50px;
}
.link-page .link-services__item-footer a span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
}
@media screen and (max-width: 991px) {
  .link-page .link-services__item {
    padding: 30px;
  }
  .link-page .link-services__item-header {
    margin-left: auto;
    margin-right: auto;
  }
  .link-page .link-services__item-body {
    margin-right: auto;
    text-align: center;
  }
  .link-page .link-services__item-notes {
    padding: 20px;
    margin-right: 0;
  }
  .link-page .link-services__item-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
  }
  .link-page .link-services__item-footer .link-price__title {
    text-align: center;
  }
}
.link-page .what-choice h2 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 991px) {
  .link-page .what-choice h2 {
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
.link-page .what-choice__item {
  max-width: 320px;
  margin-bottom: 44px;
}
.link-page .what-choice__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 12px;
}
.link-page .what-choice__item-header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.0588235294);
  background: #fff;
  width: 44.81px;
  height: 44.81px;
  border-radius: 10px;
  margin-right: 14px;
}
.link-page .what-choice__item-header span {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .link-page .what-choice__item-header span {
    font-size: 16px;
    line-height: 22.4px;
  }
}
.link-page .what-choice__item-body {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 991px) {
  .link-page .what-choice__item-body {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .link-page .what-choice__item {
    margin-left: auto;
    margin-right: auto;
    max-width: 335px;
    margin-bottom: 30px;
  }
  .link-page .what-choice__item-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .link-page .what-choice__item-header div {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 12px;
  }
  .link-page .what-choice__item-body {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .link-page .cta {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .link-page .cta:last-child {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}