@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

.first__section {
  background: linear-gradient(228.57deg, #323264 11.93%, #323264 57.17%, #643E72 87.46%);
  border-bottom: 1px solid transparent;
  border-radius: 0 0 12px 12px;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}

.hh__wrapper {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
.hh__wrapper__logo .mobile__logo, .hh__wrapper__logo .mobile__logo__menu {
  display: none;
}
.hh__wrapper__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
}
.hh__wrapper__info .contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.hh__wrapper__info .lang3 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hh__wrapper__info .lang3 .lang {
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #FFFFFF;
  height: 24px;
  width: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hh__wrapper__info .lang3 .lang:focus {
  background-color: #F0145A;
  border-radius: 8px;
}
.hh__wrapper__info .lang3 .lang:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
.hh__wrapper__info .hidden__logo {
  display: none;
}
.hh__wrapper__info .hh__separator {
  width: 6px;
  height: 6px;
  border: 3px solid #E6E6F0;
  border-radius: 50%;
  background-color: #E6E6F0;
}
.hh__wrapper__info .address {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.hh__wrapper__info .tel {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  white-space: nowrap;
}
.hh__wrapper__info .fb_logo:hover path {
  fill: #F0145A;
}
.hh__wrapper .links {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.hh__wrapper .links__a {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #FFFFFF;
}
.hh__wrapper .links__a:hover {
  border-bottom: 2px solid #FFFFFF;
  line-height: 18px;
}
.hh__wrapper .links__a:focus {
  background: linear-gradient(90.13deg, #EF8080 0.84%, #F0145A 99.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border-bottom: 2px solid #f0145a;
  line-height: 18px;
}

.main__logo__text {
  position: relative;
  min-height: 750px;
}
.main__logo__text .main__logo {
  position: absolute;
  top: -115px;
  left: 320px;
}
.main__logo__text .main__logo__2 {
  position: absolute;
  top: 225px;
  left: 521px;
}
.main__logo__text .main__text__h2 {
  text-align: center;
  font-size: 38px;
  line-height: 45px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  padding-top: 260px;
}
.main__logo__text .scroll__down {
  position: absolute;
  top: 600px;
  left: 628px;
}
.main__logo__text .scroll__down:hover circle {
  stroke: rgb(240, 20, 90);
}
.main__logo__text .scroll__down:hover path {
  stroke: rgb(240, 20, 90);
}

.main__info {
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
}
.main__info .qualities {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.main__info .qualities .quality {
  text-align: right;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: #B3B3BA;
}
.main__info .qualities .quality:hover {
  background: linear-gradient(90.13deg, #EF8080 0.84%, #F0145A 99.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main__info .separator__vert {
  width: 4px;
  height: 303px;
  background: rgba(255, 255, 255, 0.3);
}
.main__info .info__about {
  max-width: 581px;
}
.main__info .info__about__h {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.main__info .info__about__p {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #FFFFFF;
}

.services__a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #24A3FF;
}
.services__a:hover {
  color: #F0145A;
}
.services__a:hover .services__svg path {
  stroke: #F0145A;
}
.services__svg {
  margin-left: 3.5px;
}
.services__h3 {
  margin-top: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  background: linear-gradient(90.13deg, #F0145A 0.84%, #EF8080 99.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.services__about {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.services__about__t {
  max-width: 400px;
}
.services__about__t__img {
  margin-bottom: 30px;
}
.services__about__t__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #24A3FF;
}
.services__about__t__title:hover {
  background: linear-gradient(90.13deg, #F0145A 0.84%, #EF8080 99.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.services__about__t__p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin-top: 15px;
}

.shadow {
  display: block;
  margin: 0 auto;
  width: 96vw;
  height: 10px;
  background: #CACADB;
  border-radius: 0 0 12px 12px;
}

.shadow__2 {
  display: block;
  margin: 0 auto 60px;
  width: 93vw;
  height: 10px;
  background: #E7E7F2;
  border-radius: 0 0 12px 12px;
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1600px;
  }

  .main__logo__text {
    min-height: 950px;
  }
  .main__logo__text .main__logo {
    top: -114px;
    left: 360px;
  }
  .main__logo__text .main__logo svg {
    height: 1000px;
    width: 445px;
  }
  .main__logo__text .main__logo__2 {
    top: 312px;
    left: 611px;
  }
  .main__logo__text .main__logo__2 svg {
    width: 476px;
    height: 574px;
  }
  .main__logo__text .main__text__h2 {
    padding-top: 360px;
  }
  .main__logo__text .scroll__down {
    top: 820px;
    left: 778px;
  }

  .main__info .info__about {
    max-width: 861px;
  }

  .services__about__t {
    max-width: 493px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .container {
    max-width: 904px;
  }

  .main__logo__text {
    min-height: 718px;
  }
  .main__logo__text .main__logo {
    top: -115px;
    left: 120px;
  }
  .main__logo__text .main__logo svg {
    height: 768px;
    width: 341px;
  }
  .main__logo__text .main__logo__2 {
    top: 211px;
    left: 312px;
  }
  .main__logo__text .main__logo__2 svg {
    height: 441px;
    width: 365px;
  }
  .main__logo__text .main__text__h2 {
    padding-top: 240px;
  }
  .main__logo__text .scroll__down {
    top: 580px;
    left: 418px;
  }

  .main__info .info__about {
    max-width: 405px;
  }

  .services__about__t {
    max-width: 261.33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    max-width: 648px;
  }

  .hh__wrapper__logo {
    display: none;
  }
  .hh__wrapper__info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 1;
  }
  .hh__wrapper .hidden__logo {
    display: block;
    margin-bottom: 30px;
  }

  .main__logo__text {
    min-height: 870px;
  }
  .main__logo__text .main__logo {
    top: -228px;
    left: -115px;
  }
  .main__logo__text .main__logo svg {
    width: 455.8px;
    height: 1024px;
  }
  .main__logo__text .main__logo__2 {
    top: 208px;
    left: 142px;
  }
  .main__logo__text .main__logo__2 svg {
    width: 487.83px;
    height: 588.26px;
  }
  .main__logo__text .main__text__h2 {
    padding-top: 255px;
  }
  .main__logo__text .scroll__down {
    top: 720px;
    left: 300px;
  }

  .main__info {
    flex-direction: column;
    align-items: start;
  }
  .main__info .qualities {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    overflow-x: scroll;
    max-width: 648px;
  }
  .main__info .separator__vert {
    width: 100%;
    height: 4px;
  }
  .main__info .info__about {
    max-width: 100%;
  }

  .services__about__t {
    max-width: 294px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .first__section {
    position: relative;
  }

  .container {
    max-width: 315px;
  }

  .hh__wrapper__logo {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    z-index: 1;
  }
  .hh__wrapper__logo .normal__logo {
    display: none;
  }
  .hh__wrapper__logo .mobile__logo {
    display: flex;
    gap: 4px;
  }
  .hh__wrapper__logo .mobile__logo__a {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
  }
  .hh__wrapper__logo .mobile__logo__menu__1 {
    margin-left: 140px;
  }
  .hh__wrapper__logo .mobile__logo__menu__1:focus {
    background: #E6E6F0;
    border-radius: 8px;
  }
  .hh__wrapper__logo .mobile__logo__menu__1 .mobile__logo__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
  .hh__wrapper__logo .mobile__logo__menu__1 .mobile__logo__menu__dash {
    width: 18px;
    height: 2px;
    background-color: #FFFFFF;
    flex-shrink: 0;
  }
  .hh__wrapper__info {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(245, 245, 250, 0.2);
    min-width: 100%;
    display: block;
  }
  .hh__wrapper__info .contact {
    max-width: 375px;
    margin: 0 auto;
    padding: 12px 15px;
    justify-content: space-between;
  }
  .hh__wrapper__info .contact .lang3 {
    margin-left: 15px;
  }
  .hh__wrapper__info .contact .hh__separator, .hh__wrapper__info .contact .address, .hh__wrapper__info .contact .fb_logo {
    display: none;
  }
  .hh__wrapper__info .hidden__logo {
    display: none;
  }
  .hh__wrapper .links {
    display: none;
  }

  .main__logo__text {
    position: relative;
    min-height: 538px;
  }
  .main__logo__text .main__logo {
    top: -102px;
    left: -87px;
  }
  .main__logo__text .main__logo svg {
    height: 600px;
    width: 267.07px;
  }
  .main__logo__text .main__logo__2 {
    top: 154px;
    left: 63px;
  }
  .main__logo__text .main__logo__2 svg {
    width: 285.84px;
    height: 344.68px;
  }
  .main__logo__text .main__text__h2 {
    padding-top: 130px;
  }
  .main__logo__text .scroll__down {
    top: 416px;
    left: 140px;
  }
  .main__logo__text .scroll__down:focus circle {
    stroke: rgb(240, 20, 90);
  }
  .main__logo__text .scroll__down:focus path {
    stroke: rgb(240, 20, 90);
  }

  .main__info {
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    align-items: start;
  }
  .main__info .qualities {
    display: flex;
    flex-direction: row;
    gap: 30px;
    white-space: nowrap;
    max-width: 315px;
    overflow-x: scroll;
  }
  .main__info .qualities .quality {
    font-size: 30px;
    line-height: 37px;
  }
  .main__info .qualities .quality:focus {
    background: linear-gradient(90.13deg, #EF8080 0.84%, #F0145A 99.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .main__info .separator__vert {
    width: 100%;
    height: 4px;
  }
  .main__info .info__about {
    max-width: 315px;
  }
  .main__info .info__about__h {
    font-size: 20px;
    line-height: 24px;
  }

  .services {
    padding-bottom: 30px;
  }
  .services__a:focus {
    color: #F0145A;
  }
  .services__a:focus .services__svg path {
    stroke: #F0145A;
  }
  .services__h3 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 37px;
  }
  .services__about {
    padding: 30px 0;
    gap: 30px;
  }
  .services__about__t {
    max-width: 315px;
  }
  .services__about__t__title:focus {
    background: linear-gradient(90.13deg, #F0145A 0.84%, #EF8080 99.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .shadow__2 {
    margin: 0 auto 30px;
  }
}
.second__section {
  padding-bottom: 60px;
}
.second__section .team {
  background: #F5F5FA;
  border-radius: 12px;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
}
.second__section .team__img {
  max-width: 400px;
  max-height: 344px;
}
.second__section .team__img image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.second__section .team__text {
  padding: 30px;
}
.second__section .team__text__p {
  padding-bottom: 30px;
}
.second__section .team__text__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #B3B3BA;
  padding-bottom: 3px;
}
.second__section .team__text__position {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #B3B3BA;
}
.second__section .next__pg {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.next__pg__eclipse__svg .circle__2 {
  fill: #24A3FF;
}

.next__pg__eclipse__svg:hover .circle__2 {
  fill: #040a81;
}

@media screen and (min-width: 1920px) {
  .second__section .team {
    max-height: 298px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .second__section .team__img {
    max-height: 528px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .second__section .team {
    flex-direction: column;
  }
  .second__section .team__img {
    max-width: 648px;
    max-height: 500px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .second__section {
    padding-bottom: 30px;
  }
  .second__section .team {
    flex-direction: column;
  }
  .second__section .team__img {
    max-width: 315px;
    max-height: 500px;
  }

  .next__pg__eclipse__svg:focus .circle__2 {
    fill: #040a81;
  }
}
.third__section .trust__us__h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #323264;
  text-align: center;
  margin-bottom: 30px;
}
.third__section .trust__us__company {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.third__section .trust__us__company__name {
  min-height: 120px;
  min-width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.third__section .trust__us__company .name__1 {
  background: #1C4280;
}
.third__section .trust__us__company .name__2 {
  background: #143646;
}
.third__section .trust__us__company .name__3 {
  background: linear-gradient(0deg, #F48B30, #F48B30), #F48B30;
}
.third__section .trust__us__company .name__4 {
  background: #9E4DC3;
}
.third__section .trust__us__company .name__5 {
  background: #FD9339;
}
.third__section .trust__us__company .name__6 {
  background: #E2E2E4;
}
.third__section .trust__us__company .name__7 {
  background: #C71C36;
}
.third__section .trust__us__company .name__8 {
  background: #DCF3F9;
}
.third__section .trust__us__company .name__9 {
  background: #EAEAEA;
}
.third__section .trust__us__company .name__10 {
  background: #282240;
}
.third__section .trust__us__company .name__11 {
  background: #1D4568;
}
.third__section .trust__us__company .name__12 {
  background: #000000;
}

@media screen and (min-width: 1920px) {
  .third__section .trust__us {
    display: block;
    margin: 0 auto 60px;
    max-width: 1720px;
  }
  .third__section .trust__us .trust__us__company .name__1 {
    border-radius: 8px 0 0 0;
  }
  .third__section .trust__us .trust__us__company .name__4 {
    border-radius: 0 8px 0 0;
  }
  .third__section .trust__us .trust__us__company .name__9 {
    border-radius: 0 0 0 8px;
  }
  .third__section .trust__us .trust__us__company .name__12 {
    border-radius: 0 0 8px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .third__section .trust__us__company__name {
    min-height: 120px;
    min-width: 33.33%;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .third__section .trust__us__company__name {
    min-width: 100%;
  }
}
.fourth__section {
  background: #F5F5FA;
}
.fourth__section .publications {
  padding: 30px 0;
}
.fourth__section .publications__p {
  margin-top: 10px;
}
.fourth__section .publications .news {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 30px 0;
}
.fourth__section .publications .news__div {
  background-color: #FFFFFF;
  border-radius: 8px;
}
.fourth__section .publications .news__div__img picture {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.fourth__section .publications .news__div__text {
  padding: 30px;
}
.fourth__section .publications .news__div__text__a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #24A3FF;
}
.fourth__section .publications .news__div__text__a:hover {
  color: #F0145A;
}
.fourth__section .publications .news__div__text__d {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B3B3BA;
  margin: 15px 0;
}
.fourth__section .publications .news__div__text__sep {
  min-width: 100%;
  height: 4px;
  background: #E6E6F0;
  margin-bottom: 15px;
}
.fourth__section .publications .news__div__text__p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.sect__separator {
  min-width: 100%;
  height: 2px;
  background: #E6E6F0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fourth__section .publications .news {
    flex-wrap: wrap;
  }
  .fourth__section .publications .news__div__text {
    padding: 30px;
  }
  .fourth__section .publications .news__div__text__a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #24A3FF;
  }
  .fourth__section .publications .news__div__text__d {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #B3B3BA;
    margin: 15px 0;
  }
  .fourth__section .publications .news__div__text__sep {
    min-width: 100%;
    height: 4px;
    background: #E6E6F0;
    margin-bottom: 15px;
  }
  .fourth__section .publications .news__div__text__p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
  }
  .fourth__section .publications .news__first {
    max-width: 309px;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .fourth__section .publications {
    padding: 30px 0 0 0;
  }
  .fourth__section .publications .news {
    flex-direction: column;
  }
}
.footer__wrapper {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.footer__wrapper__1 {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.footer__wrapper__1__1 {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer__wrapper__1__1 .footer__address {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #323264;
}
.footer__wrapper__1__1 .footer__map {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #24A3FF;
}
.footer__wrapper__1__2 {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer__wrapper__1__2 .footer__fb__logo:hover path {
  fill: #F0145A;
}
.footer__wrapper__1__2 .footer__tel {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #46466E;
}
.footer__wrapper__1__2 .footer__mail {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #24A3FF;
}
.footer__wrapper__1__2 .footer__mail:hover {
  color: #F0145A;
}
.footer__wrapper__2 .footer__legal {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #B3B3BA;
}
.footer__wrapper .footer__sep {
  width: 6px;
  height: 6px;
  background: #B3B3BA;
  border-radius: 50%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__wrapper__2 .footer__legal {
    margin-left: -30px;
  }
  .footer__wrapper .footer__sep {
    width: 6px;
    height: 6px;
    background: #B3B3BA;
    border-radius: 50%;
  }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .footer__wrapper__1__1 {
    flex-direction: column;
  }
  .footer__wrapper__1__2 {
    flex-direction: column;
  }
  .footer__wrapper__2 .footer__legal {
    text-align: center;
  }
  .footer__wrapper .footer__sep {
    display: none;
  }
}

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