.admin-bar .site__header {
  top: 32px;
}

.site__content {
  overflow: hidden;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.2em;
}

p {
  margin-bottom: 1.2em;
}

b {
  font-weight: 600;
}

.box {
  background: rgba(243, 246, 251, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 16px;
  border: 1px solid rgba(223, 231, 243, 0.9);
  padding: 30px;
}

.list {
  padding-left: 15px;
  margin-bottom: 1.2em;
}
.list li {
  position: relative;
}
.list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: -0.8em;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: #333f48;
}

.hero {
  position: relative;
  padding-top: 50px;
  margin-bottom: 60px;
}
.hero::after {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.hero .title {
  margin-bottom: 25px;
}
.hero__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
}
.hero__left-col {
  width: 45%;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.hero__picture {
  position: relative;
  width: 45%;
  height: 100%;
}
.hero__picture::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -20%;
  width: 85%;
  padding-top: 85%;
  opacity: 0.8;
  z-index: 2;
  background: #6D16A5;
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.hero__picture::after {
  content: "";
  position: absolute;
  bottom: -12%;
  right: -42%;
  width: 75%;
  padding-top: 75%;
  z-index: 2;
  background: #FC0474;
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.hero .name {
  margin: 1.55em 0 0.4em;
  font-size: 1.2em;
  font-weight: 600;
}
.hero .position {
  font-weight: 600;
  font-size: 0.9em;
}
.hero__picture img {
  width: 100%;
  height: auto;
}
.hero__logo {
  margin-bottom: 65px;
  max-width: 231px;
  width: 100%;
}
.hero__logo img {
  width: 100%;
  height: auto;
}

.meet {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1.45;
}
.meet .site-centered {
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
}
.meet .site-centered::before {
  width: 1160px;
  height: 960px;
  content: "";
  background: url(../images/lp-riskteam/bg-light-meet.webp) 100% 50% no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  left: -900px;
  bottom: 0;
}
.meet .title {
  margin-bottom: 25px;
}
.meet .highlighted {
  color: #630045;
}
.meet__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}
.meet__mission {
  width: 33%;
  background: #630045;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-radius: 16px;
}
.meet__mission-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.meet__mission-title .icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  background: url(../images/lp-riskteam/icon-mission.svg) 50% 50% no-repeat;
  background-size: contain;
}
.meet__team {
  width: 67%;
}
.meet__team h3 {
  color: #630045;
}
.meet__team .list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.meet__who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
.meet__who-picture {
  width: 90px;
  min-width: 90px;
}
.meet__who-picture img {
  border-radius: 50%;
}
.meet__who-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}
.meet .col:nth-child(1) {
  width: 33%;
}
.meet .col:nth-child(2) {
  width: 67%;
  padding: 30px 30px 0;
  font-size: 16px;
}

.tabs-container .tabs-panel {
  padding: 16px 35px;
  border-radius: 16px;
  background: rgb(51, 63, 72);
  position: relative;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.tabs-container .tabs-panel .swiper-container {
  overflow: hidden;
  position: relative;
  font-size: 15px;
}
.tabs-container .tabs-panel .swiper-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 15px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(51, 63, 72, 0)), to(rgba(51, 63, 72, 0.6)));
  background: linear-gradient(90deg, rgba(51, 63, 72, 0) 0%, rgba(51, 63, 72, 0.6) 100%);
  z-index: 2;
}
.tabs-container .tabs-panel .swiper-button-next,
.tabs-container .tabs-panel .swiper-button-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.tabs-container .tabs-panel .swiper-button-next.swiper-button-disabled,
.tabs-container .tabs-panel .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.tabs-container .tabs-panel .tab {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.tabs-container .tabs-panel .tab .btn-tab {
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  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;
  border-radius: 8px;
  opacity: 0.5;
  font-weight: 600;
  text-align: center;
}
.tabs-container .tabs-panel .tab .btn-tab:hover {
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.tabs-container .tabs-panel .tab .btn-tab.active {
  background: rgba(255, 255, 255, 0.8);
  color: #333F48;
  opacity: 1;
}
.tabs-container .tabs-content .tab-content {
  display: none;
}
.tabs-container .tabs-content .tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}

.career {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 140px;
}
.career + * {
  z-index: 1;
  position: relative;
}
.career .site-centered {
  z-index: 1;
  position: relative;
}
.career .site-centered::after {
  width: 1300px;
  height: 1010px;
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -100px;
  background: url(../images/lp-riskteam/bg-light-career.webp) 50% 50% no-repeat;
  background-size: contain;
}
.career h3 {
  max-width: 350px;
}
.career .title {
  text-align: center;
  margin-bottom: 0px;
}
.career .btn {
  background: #630045;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 30px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
  font-family: "SBSansDisplay", Arial, sans-serif;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.career .btn:hover {
  background: #7b0157;
}
.career__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.career__block .bg {
  overflow: hidden;
  position: absolute;
  top: 25px;
  left: 0;
  height: calc(100% - 25px);
  width: 100%;
  border-radius: 15px;
}
.career__block .bg::before {
  background: url(../images/lp-riskteam/career-bg-left.webp) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
}
.career__block .bg::after {
  background: url(../images/lp-riskteam/career-bg-right.webp) 100% 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
}
.career__content {
  position: relative;
  z-index: 2;
  padding: 55px 33px 33px 33px;
  width: 50%;
}
.career picture {
  position: relative;
  z-index: 2;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: auto;
  border-radius: 0 0 15px;
  overflow: hidden;
}
.career .vacancies {
  position: relative;
}
.career .vacancies .swiper-container {
  overflow: hidden;
}
.career .vacancies .v-title {
  color: #630045;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.career .vacancies .v-description {
  margin-bottom: 10px;
}
.career .vacancies .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.career .vacancies .swiper-slide,
.career .vacancies .item {
  height: 100%;
  width: 100%;
}
.career .vacancies .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.career .vacancies .btn {
  padding: 5px 13px 4px;
}
.career .vacancies .swiper-button-next, .career .vacancies .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.career .vacancies .swiper-button-next {
  right: -15px;
}
.career .vacancies .swiper-button-prev {
  left: -15px;
}
.career .vacancies .swiper-button-next::after {
  width: 20px;
  height: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23630045'%2F%3E%3C%2Fsvg%3E");
  opacity: 0.8;
}
.career .vacancies .swiper-button-prev::after {
  width: 20px;
  height: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23630045'%2F%3E%3C%2Fsvg%3E");
  opacity: 0.8;
}

.partners {
  margin-bottom: 150px;
}
.partners h3 {
  text-align: center;
  max-width: 450px;
  margin: 0 auto 85px;
}

.develop + * {
  position: relative;
  z-index: 1;
}
.develop .site-centered {
  position: relative;
  z-index: 1;
}
.develop .site-centered::before {
  width: 980px;
  height: 800px;
  content: "";
  background: url(../images/lp-riskteam/bg-light-develop2.webp) 100% 50% no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
  left: -600px;
  top: 50px;
}
.develop__block {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  line-height: 1.45em;
}
.develop .title {
  margin-bottom: 20px;
}
.develop .description {
  max-width: 460px;
  margin-bottom: 35px;
}
.develop h3 {
  color: #630045;
  margin-bottom: 15px;
}
.develop__education {
  width: 50%;
}
.develop__if {
  width: 50%;
}
.develop__if p, .develop__if ul {
  margin-bottom: 0.5em;
}
.develop__if .list {
  padding-left: 2.5em;
}
.develop__if .icon {
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  top: 0.1em;
  position: relative;
  margin: 0 0.2em 0 0;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.develop__if .icon-student {
  background-image: url(../images/lp-riskteam/icon-student.svg);
}
.develop__if .icon-speciality {
  background-image: url(../images/lp-riskteam/icon-speciality.svg);
}
.develop__if .icon-university {
  background-image: url(../images/lp-riskteam/icon-university.svg);
}

.experts {
  font-size: 16px;
}
.experts .title {
  max-width: 530px;
  text-align: center;
  margin: 0 auto 25px;
  line-height: 0.9em;
}
.experts .tabs-panel {
  background: #630045;
}
.experts .tabs-panel .swiper-container::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(51, 63, 72, 0)), to(rgba(99, 0, 69, 0.6)));
  background: linear-gradient(90deg, rgba(51, 63, 72, 0) 0%, rgba(99, 0, 69, 0.6) 100%);
}
.experts .tabs-panel .tabs .btn-tab.active {
  color: #630045;
}
.experts__content .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.experts__content .col-text {
  width: 50%;
}
.experts__content .col-image {
  width: 50%;
}
.experts__content .col-image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.experts__content .more {
  color: #630045;
  font-weight: 500;
  font-family: "SBSansDisplay", Arial, sans-serif;
}
.experts__content .more:hover {
  text-decoration: underline;
}

.get-in-touch {
  padding: 120px 0 170px;
  text-align: center;
  font-size: 18px;
}
.get-in-touch p {
  max-width: 290px;
  line-height: 1.2;
  margin: 0 auto 20px;
}
.get-in-touch__mail {
  font-size: 32px;
  font-weight: bold;
  color: #333F48;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
.get-in-touch__mail:hover {
  color: #630045;
}

.footer-background {
  height: 350px;
}
.footer-background img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1024px) {
  .admin-bar .site__header {
    top: 46px;
  }
  .hero {
    padding-top: 45px;
    margin-bottom: 80px;
  }
  .hero__logo {
    margin-bottom: 45px;
    max-width: 200px;
  }
  .hero__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .hero__left-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .hero__picture {
    width: 100%;
    height: auto;
    max-width: 290px;
    margin: 0 auto;
  }
  .hero__picture::before {
    -webkit-filter: blur(80px);
            filter: blur(80px);
  }
  .hero__picture::after {
    -webkit-filter: blur(80px);
            filter: blur(80px);
  }
  .hero .top-background {
    height: 600px;
    left: 40%;
  }
  .meet .site-centered {
    padding-bottom: 40px;
  }
  .meet .site-centered::before {
    bottom: 200px;
  }
  .meet__block {
    gap: 20px;
    margin-bottom: 35px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .meet__mission {
    width: 100%;
    padding: 30px;
  }
  .meet__team {
    width: 100%;
    padding: 30px;
  }
  .meet__team .list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .meet__who-picture {
    width: 70px;
    min-width: 70px;
  }
  .meet .tabs-container .tabs-content .tab-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .meet .col:nth-child(1) {
    width: 100%;
  }
  .meet .col:nth-child(2) {
    width: 100%;
    padding: 33px;
  }
  .tabs-container .tabs-panel .swiper-container::after {
    display: none;
  }
  .career {
    margin-bottom: 50px;
  }
  .career .site-centered::after {
    width: 800px;
    height: 730px;
    left: 35%;
    top: -100px;
  }
  .career__block {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .career__content {
    padding: 20px;
    width: 100%;
  }
  .career picture {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .partners {
    margin-bottom: 50px;
  }
  .partners h3 {
    margin: 0 auto;
  }
  .develop {
    margin-bottom: 90px;
  }
  .develop .site-centered::before {
    width: 980px;
    height: 800px;
    left: -600px;
    top: 450px;
  }
  .develop__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .develop .title {
    margin-bottom: 20px;
  }
  .develop .description {
    max-width: 460px;
    margin-bottom: 25px;
  }
  .develop__education, .develop__if {
    width: 100%;
  }
  .experts__content .cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .experts__content .col-text {
    width: 100%;
  }
  .experts__content .col-image {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .get-in-touch {
    padding: 100px 0 150px;
    text-align: center;
    font-size: 16px;
  }
  .get-in-touch__mail {
    font-size: 23px;
  }
  .footer-background {
    height: 300px;
  }
}/*# sourceMappingURL=lp-riskteam.css.map */