

/* Start:/tools/css/services-new.css?175189092094130*/
.b-wrapper p {
  color: #181A1F;
}
@media (max-width: 991px) {
  .b-wrapper p {
    font-size: 16px;
  }
}
.b-wrapper p.--white {
  color: white;
}
.b-wrapper p.--gray {
  color: #737C87;
}
.b-wrapper p.--iex-gray {
  color: #383C42;
}
.b-wrapper p.--fs-20 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .b-wrapper p.--fs-20 {
    font-size: 16px;
  }
}
.b-wrapper p.--fs-24 {
  font-size: 24px;
}
@media (max-width: 991px) {
  .b-wrapper p.--fs-24 {
    font-size: 18px;
  }
}
.b-wrapper p:last-child.--mb-64 {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .b-wrapper p:last-child.--mb-64 {
    margin-bottom: 32px;
  }
}
.b-wrapper p.--mb-64 {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .b-wrapper p.--mb-64 {
    margin-bottom: 32px;
  }
}
.b-wrapper h1, .b-wrapper .b-h1 {
  font-size: 64px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 1460px) {
  .b-wrapper h1, .b-wrapper .b-h1 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .b-wrapper h1, .b-wrapper .b-h1 {
    font-size: 28px;
  }
}
@media (max-width: 1439px) {
  .b-wrapper h1 .__logo, .b-wrapper .b-h1 .__logo {
    max-width: 240px;
  }
}
@media (max-width: 991px) {
  .b-wrapper h1 .__logo, .b-wrapper .b-h1 .__logo {
    max-width: 200px;
  }
}
.b-wrapper h3, .b-wrapper .b-h3 {
  color: #FFF;
  text-shadow: 0px 2px 4px rgba(20, 91, 151, 0.08);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.b-wrapper h3.--iex-black, .b-wrapper .b-h3.--iex-black {
  color: #181A1F;
}
@media (max-width: 1439px) {
  .b-wrapper h3, .b-wrapper .b-h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .b-wrapper h3, .b-wrapper .b-h3 {
    font-size: 22px;
  }
}
.b-wrapper h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 48px;
}
@media (max-width: 1439px) {
  .b-wrapper h4 {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .b-wrapper h4 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.--fs-14 {
  font-size: 14px;
}

.b-service-block {
  margin: 0 16px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b-service-block {
    margin: 0;
    border-radius: 0;
  }
}
.b-service-block .__check {
  width: fit-content;
  display: flex;
  padding: 10px 12px 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #0AB760;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  background: #fff;
  border-radius: 36px;
}
.b-service-block .__txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .b-service-block .__txt {
    font-size: 16px;
  }
}
.b-service-block .__feedback {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 32px;
  padding: 24px 32px;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #FFF;
  background: linear-gradient(180deg, #F8F9FC 0%, #FFF 100%);
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.08);
  color: #181A1F;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 1439px) {
  .b-service-block .__feedback {
    grid-template-columns: 1fr 40% auto;
    grid-gap: 24px;
  }
}
@media (max-width: 1199px) {
  .b-service-block .__feedback {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .b-service-block .__feedback {
    grid-template-columns: 1fr;
  }
  .b-service-block .__feedback img {
    display: none;
  }
}
@media (max-width: 575px) {
  .b-service-block .__feedback {
    padding: 24px;
    grid-template-columns: 1fr;
  }
  .b-service-block .__feedback .b-btn {
    width: 100%;
  }
}
.b-service-block .__video {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media (max-width: 1460px) {
  .b-service-block .__video.--shade {
    opacity: 0.7;
  }
}
@media (max-width: 1199px) {
  .b-service-block .__video.--shade {
    opacity: 0.6;
  }
}
.b-service-block .__video video {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 1460px) {
  .b-service-block .__video {
    object-position: 70% 50%;
  }
}
@media (max-width: 767px) {
  .b-service-block .__video {
    object-position: 75% 50%;
  }
}
.b-service-block .container-lg {
  position: relative;
  z-index: 3;
}
.b-service-block .__anim-bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #181A1F;
}
.b-service-block .__anim-bg .__wrap {
  height: 100%;
  width: 100%;
  animation: bg-anim linear 60s infinite;
}
.b-service-block .__pic {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
}
.b-service-block .__pic-rev {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
  transform: translate(100%, -91%);
}
@keyframes bg-anim {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-200%, 600%);
  }
}
.b-service-block.--award {
  padding: 80px 0;
  background: url("/images/iex/cloud/bg-award.png") center no-repeat;
  background-size: cover;
}
.b-service-block.--award.--inside {
  margin: 0;
  padding: 80px;
}
@media (max-width: 991px) {
  .b-service-block.--award.--inside {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .b-service-block.--award.--inside {
    padding: 40px 24px;
    margin-right: -24px;
    margin-left: -24px;
  }
}
.b-service-block.--award .__grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-gap: 48px;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .b-service-block.--award .__grid {
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-service-block.--award .__grid {
    grid-template-columns: 1fr auto;
    grid-gap: 16px;
  }
}
.b-service-block.--award .__grid > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 40px;
}
@media (max-width: 767px) {
  .b-service-block.--award .__grid > div {
    grid-gap: 16px;
  }
}
@media (max-width: 767px) {
  .b-service-block.--award .__grid > div:first-child {
    grid-column: span 2;
  }
}
.b-service-block.--award .__sign {
  translate: 0 30%;
}
@media (max-width: 1199px) {
  .b-service-block.--award .__sign {
    width: 100%;
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .b-service-block.--award .__sign {
    order: 3;
    max-width: 150px;
  }
}
@media (max-width: 400px) {
  .b-service-block.--award .__sign {
    max-width: 100px;
  }
}
.b-service-block.--award img:not(.__sign) {
  width: fit-content;
}
@media (max-width: 991px) {
  .b-service-block.--award {
    padding: 40px 0;
  }
}
.b-service-block.--top {
  padding: 130px 0 56px;
}
@media (max-width: 1439px) {
  .b-service-block.--top {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top {
    padding: 40px 0;
  }
}
.b-service-block.--top.--bx24 {
  padding: 114px 0;
  background: #fff;
}
@media (max-width: 991px) {
  .b-service-block.--top.--bx24 {
    padding: 40px 0;
  }
}
.b-service-block.--top.--bx24 .__content {
  max-width: 620px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .b-service-block.--top.--bx24 .b-btn {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .b-service-block.--top.--bx24 .__video {
    opacity: 0.7;
  }
}
.b-service-block.--top.--supbx {
  padding: 80px 0;
  background: #E2E8F3;
}
@media (max-width: 991px) {
  .b-service-block.--top.--supbx {
    padding: 40px 0;
  }
}
.b-service-block.--top.--supbx .__content {
  width: auto;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 690px 1fr;
  grid-gap: 24px;
}
@media (max-width: 1460px) {
  .b-service-block.--top.--supbx .__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top.--supbx .__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .b-service-block.--top.--supbx .b-btn {
    width: 100%;
  }
}
.b-service-block.--top.--vmeste {
  border-radius: 0;
  margin: 0;
  background: url("/images/vmeste/bg-vmeste.png") #F1F4F8;
  background-size: cover;
  padding: 40px 0 80px;
}
@media (max-width: 991px) {
  .b-service-block.--top.--vmeste {
    padding: 40px 0;
  }
}
.b-service-block.--top.--vmeste .__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}
@media (max-width: 1439px) {
  .b-service-block.--top.--vmeste .__blocks {
    grid-gap: 8px;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top.--vmeste .__blocks {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .b-service-block.--top.--vmeste .__blocks {
    grid-template-columns: 1fr;
  }
}
.b-service-block.--top.--vmeste .__blocks > div {
  padding: 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.0784313725);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: #181A1F;
}
@media (max-width: 1439px) {
  .b-service-block.--top.--vmeste .__blocks > div {
    padding: 24px;
  }
}
.b-service-block.--top.--vmeste .__blocks > div .__ico {
  margin-bottom: 16px;
  width: 8px;
  height: 8px;
  background: #FFD600;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .b-service-block.--top.--vmeste .__blocks > div {
    font-size: 16px;
  }
}
.b-service-block.--top.--vmeste h1 {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
.b-service-block.--top.--vmeste h4 {
  margin-bottom: 64px;
}
@media (max-width: 1199px) {
  .b-service-block.--top.--vmeste h4 {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top.--vmeste h4 {
    margin-bottom: 24px;
  }
}
.b-service-block.--top.--vmeste .__content {
  display: grid;
  grid-template-columns: 1fr 640px;
  grid-gap: 24px;
  align-items: center;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 1439px) {
  .b-service-block.--top.--vmeste .__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .b-service-block.--top.--vmeste .__content {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
@media (max-width: 767px) {
  .b-service-block.--top.--vmeste .__info {
    order: 2;
  }
}
@media (max-width: 767px) {
  .b-service-block.--top.--vmeste .__info img {
    max-width: 320px;
    width: 100%;
  }
}
.b-service-block.--top.--vmeste .__faces {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
@media (max-width: 767px) {
  .b-service-block.--top.--vmeste .__faces {
    max-width: 340px;
    order: 1;
    margin: 0 auto;
  }
}
.b-service-block.--top.--vmeste .__faces .__face {
  position: absolute;
  width: 41.41%;
  height: 41.41%;
  z-index: 1;
}
.b-service-block.--top.--vmeste .__faces .__face.--1 {
  top: 0;
  right: 29.29%;
  animation: face1 cubic-bezier(0.42, 0, 0, 1) 20800ms infinite;
}
.b-service-block.--top.--vmeste .__faces .__face.--2 {
  top: 29.29%;
  right: 0;
  animation: face2 cubic-bezier(0.42, 0, 0, 1) 20800ms infinite;
}
.b-service-block.--top.--vmeste .__faces .__face.--3 {
  top: 58.58%;
  right: 29.29%;
  animation: face3 cubic-bezier(0.42, 0, 0, 1) 20800ms infinite;
}
.b-service-block.--top.--vmeste .__faces .__face.--4 {
  top: 29.29%;
  right: 58.58%;
  animation: face4 cubic-bezier(0.42, 0, 0, 1) 20800ms infinite;
}
.b-service-block.--top.--vmeste .__faces .__ico {
  position: absolute;
  z-index: 2;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.b-service-block.--top.--vmeste .__faces .__ico.--1 {
  top: 0%;
  left: 0%;
  width: 18.75%;
  animation: face-ico1 cubic-bezier(0.42, 0, 0, 1) 20800ms infinite;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
}
.b-service-block.--top.--vmeste .__faces .__ico.--2 {
  top: 10%;
  right: 8.13%;
  width: 12.5%;
  animation: face-ico2 cubic-bezier(0.42, 0, 0, 1) 20800ms infinite;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
}
.b-service-block.--top.--vmeste .__faces .__ico.--3 {
  bottom: 3.13%;
  right: 7.81%;
  width: 18.75%;
  animation: face-ico3 cubic-bezier(0.42, 0, 0, 1) 20800ms infinite;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
}
.b-service-block.--top.--vmeste .__faces .__ico.--4 {
  bottom: 23.13%;
  left: 11.25%;
  width: 12.5%;
  animation: face-ico4 cubic-bezier(0.42, 0, 0, 1) 20800ms infinite;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
}
.b-service-block.--top.--about {
  padding: 200px 0;
  min-height: 720px;
  background: #181A1F;
}
@media (max-width: 1439px) {
  .b-service-block.--top.--about {
    padding: 80px 0;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top.--about {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .b-service-block.--top.--about .__video {
    opacity: 0.7;
  }
}
.b-service-block.--top.--about .__content {
  margin-bottom: 0;
}
.b-service-block.--top.--main {
  padding: 185px 0 80px;
  min-height: 720px;
}
@media (max-width: 1439px) {
  .b-service-block.--top.--main {
    padding: 80px 0;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top.--main {
    padding: 40px 0;
  }
}
.b-service-block.--top.--main h1 {
  line-height: 1.2;
}
.b-service-block.--top.--main .__content {
  width: 56%;
  margin-bottom: 112px;
}
@media (max-width: 1439px) {
  .b-service-block.--top.--main .__content {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top.--main .__content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.b-service-block.--top.--apache {
  background: #000;
}
.b-service-block.--top.--apache .__content {
  width: 52%;
  color: #fff;
}
@media (max-width: 1199px) {
  .b-service-block.--top.--apache .__content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top.--apache .__content {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top.--apache .__content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top.--apache .__video {
    opacity: 0.8;
  }
}
.b-service-block.--top.--apache .b-btn {
  width: fit-content;
}
.b-service-block.--top.--data {
  background: url("/images/data/bg-data.png") no-repeat right top;
  background-size: cover;
  padding: 136px 0;
}
@media (max-width: 1439px) {
  .b-service-block.--top.--data {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top.--data {
    padding: 40px 0;
  }
}
.b-service-block.--top.--data .__content {
  width: 55%;
  color: #fff;
}
@media (max-width: 1199px) {
  .b-service-block.--top.--data .__content {
    width: 62%;
  }
}
@media (max-width: 575px) {
  .b-service-block.--top.--data .__content {
    width: 100%;
  }
}
.b-service-block.--top.--data .__txt {
  width: 60%;
}
@media (max-width: 1199px) {
  .b-service-block.--top.--data .__txt {
    width: 100%;
  }
}
.b-service-block.--top.--data .b-btn {
  width: fit-content;
}
@media (max-width: 575px) {
  .b-service-block.--top.--data .b-btn {
    width: 100%;
  }
}
.b-service-block.--top.--data .__decor {
  position: absolute;
  animation: lens 1.5s ease;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1439px) {
  .b-service-block.--top.--data .__decor {
    height: 92%;
    width: auto;
    right: 32px;
  }
}
@media (max-width: 1199px) {
  .b-service-block.--top.--data .__decor {
    right: -20%;
  }
}
@media (max-width: 450px) {
  .b-service-block.--top.--data .__decor {
    height: 80%;
    right: -30%;
  }
}
.b-service-block.--top.--web {
  color: #fff;
  padding: 120px 0;
  background: #181A1F;
}
@media (max-width: 1439px) {
  .b-service-block.--top.--web {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top.--web {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .b-service-block.--top.--web .__video {
    opacity: 0.5;
  }
}
.b-service-block.--top.--web .__content {
  margin-bottom: 0;
}
.b-service-block.--top.--web .__txt {
  width: 64%;
}
.b-service-block.--top.--key {
  padding: 196px 0;
  background: #181A1F;
}
@media (max-width: 1439px) {
  .b-service-block.--top.--key {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top.--key {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .b-service-block.--top.--key .__video {
    opacity: 0.8;
    object-position: 84%;
  }
}
.b-service-block.--top.--key .__content {
  margin-bottom: 0;
  width: 56%;
}
@media (max-width: 575px) {
  .b-service-block.--top.--key .__content {
    width: 100%;
  }
}
.b-service-block.--top.--key .b-btn {
  width: fit-content;
}
@media (max-width: 575px) {
  .b-service-block.--top.--key .b-btn {
    width: 100%;
  }
}
.b-service-block.--top.--ya360 {
  background: url("/images/ya360/bg-top.png") no-repeat right;
  background-size: cover;
  padding: 130px 0;
}
@media (max-width: 1439px) {
  .b-service-block.--top.--ya360 {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top.--ya360 {
    padding: 40px 0;
  }
}
.b-service-block.--top.--ya360 h1 {
  font-size: 52px;
}
@media (max-width: 1460px) {
  .b-service-block.--top.--ya360 h1 {
    font-size: 42px;
  }
}
@media (max-width: 1400px) {
  .b-service-block.--top.--ya360 h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top.--ya360 h1 {
    font-size: 24px;
  }
}
.b-service-block.--top.--ya360 .__content {
  width: auto;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 690px 1fr;
  grid-gap: 24px;
}
@media (max-width: 1460px) {
  .b-service-block.--top.--ya360 .__content {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 1199px) {
  .b-service-block.--top.--ya360 .__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .b-service-block.--top.--ya360 .b-btn {
    width: 100%;
  }
}
.b-service-block.--top.--ya360 .__imgs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 72px 20px;
}
@media (max-width: 1500px) {
  .b-service-block.--top.--ya360 .__imgs {
    grid-gap: 24px 12px;
  }
}
@media (max-width: 767px) {
  .b-service-block.--top.--ya360 .__imgs {
    grid-gap: 12px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .b-service-block.--top.--ya360 .__imgs {
    grid-gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.b-service-block.--top.--ya360 .__imgs > div {
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media (max-width: 991px) {
  .b-service-block.--top.--ya360 .__imgs > div {
    font-size: 16px;
  }
}
.b-service-block.--top.--ya360 .__imgs img {
  width: 144px;
  height: 144px;
}
.b-service-block.--top.--post {
  padding: 130px 0;
  background: #000;
}
@media (max-width: 1439px) {
  .b-service-block.--top.--post {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top.--post {
    padding: 40px 0;
  }
}
.b-service-block.--top.--post img {
  width: fit-content;
}
.b-service-block.--top.--post .__content {
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .b-service-block.--top.--post .__content {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .b-service-block.--top.--post .__content {
    width: 100%;
  }
}
.b-service-block.--top.--post .__content.--60 {
  width: 60%;
}
@media (max-width: 575px) {
  .b-service-block.--top.--post .__content.--60 {
    width: 100%;
  }
}
.b-service-block.--top.--post .__txt {
  color: #fff;
}
.b-service-block.--top.--post h1 {
  width: 75%;
  color: #fff;
}
@media (max-width: 1199px) {
  .b-service-block.--top.--post h1 {
    width: auto;
  }
}
.b-service-block.--top.--post h1 span {
  color: #367FAF;
}
@media (max-width: 1199px) {
  .b-service-block.--top.--post .__video {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .b-service-block.--top.--post .__video {
    object-position: 63% 50%;
  }
}
.b-service-block.--top .__content {
  width: 64%;
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1439px) {
  .b-service-block.--top .__content {
    gap: 32px;
    margin-bottom: 56px;
  }
}
@media (max-width: 991px) {
  .b-service-block.--top .__content {
    gap: 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .b-service-block.--top .__content {
    width: 100%;
  }
}
.b-service-block.--form {
  padding: 88px 0;
}
@media (max-width: 991px) {
  .b-service-block.--form {
    padding: 40px 0;
  }
}
.b-service-block.--form.--bx24 .__grid {
  grid-template-columns: auto 1fr auto;
}
@media (max-width: 991px) {
  .b-service-block.--form.--bx24 .__grid {
    grid-template-columns: 1fr auto;
    grid-gap: 16px;
  }
}
@media (max-width: 991px) {
  .b-service-block.--form.--bx24 .__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .b-service-block.--form.--bx24 .__grid h4 {
    grid-column: span 2;
    order: 2;
  }
}
@media (max-width: 575px) {
  .b-service-block.--form.--bx24 .__grid h4 {
    grid-column: span 1;
  }
}
@media (max-width: 575px) {
  .b-service-block.--form.--bx24 .__grid .b-btn {
    order: 3;
  }
}
.b-service-block.--form.--vmeste {
  background: url("/images/vmeste/bg-form.png");
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  border-radius: 32px;
}
@media (max-width: 991px) {
  .b-service-block.--form.--vmeste {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .b-service-block.--form.--vmeste {
    border-radius: 0;
  }
}
.b-service-block.--form.--vmeste .container-lg {
  position: relative;
  z-index: 2;
}
.b-service-block.--form.--vmeste .__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
@media (max-width: 991px) {
  .b-service-block.--form.--vmeste .__grid {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
.b-service-block.--form.--vmeste .__grid > div {
  color: #fff;
  padding: 20px 0;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 32px 1fr;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .b-service-block.--form.--vmeste .__grid > div {
    padding: 8px 0;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .b-service-block.--form.--vmeste .__grid > div {
    grid-gap: 12px;
    font-size: 16px;
  }
}
.b-service-block.--form.--vmeste .__decor {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto;
}
@media (max-width: 1199px) {
  .b-service-block.--form.--vmeste .__decor {
    display: none;
  }
}
.b-service-block.--form.--form-360 {
  padding: 64px 0;
  background: url("/images/ya360/bg-optim.png") center right -5px;
  background-size: cover;
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.08);
  border: 2px solid #FFF;
}
@media (max-width: 1439px) {
  .b-service-block.--form.--form-360 {
    background: url("/images/ya360/bg-optim.png") center right 20%;
  }
}
@media (max-width: 991px) {
  .b-service-block.--form.--form-360 {
    padding: 40px 0;
  }
}
@media (max-width: 776px) {
  .b-service-block.--form.--form-360 {
    background: url("/images/ya360/bg-optim.png") center left 2%;
  }
}
.b-service-block.--form.--form-360 h3 {
  color: #181A1F;
}
.b-service-block.--form.--key {
  background: url("/images/key/bg-optim.png") center left;
  background-size: cover;
}
.b-service-block.--form.--key h3 {
  color: #181A1F;
}
.b-service-block.--form.--form-post-24 {
  padding: 100px 0;
  background: url("/images/post24/bg-optim.png") center right;
  background-size: cover;
}
.b-service-block.--form.--form-post-24.--b {
  background: url("/images/postb/bg-optim.png") center right;
}
.b-service-block.--form.--form-post-24 h4 {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 1439px) {
  .b-service-block.--form.--form-post-24 {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .b-service-block.--form.--form-post-24 {
    padding: 40px 0;
  }
}
.b-service-block.--form.--form-post {
  padding: 100px 0;
  background: url("/images/post/bg-optim.png") center left;
  background-size: cover;
}
@media (max-width: 1439px) {
  .b-service-block.--form.--form-post {
    padding: 80px 0;
    background: url("/images/post/bg-optim.png") center left;
  }
}
@media (max-width: 991px) {
  .b-service-block.--form.--form-post {
    padding: 40px 0;
  }
}
.b-service-block.--form.--form-post h4 {
  color: #fff;
  margin-bottom: 0;
}
.b-service-block.--form.--form-post .__grid {
  grid-gap: 160px;
}
@media (max-width: 1439px) {
  .b-service-block.--form.--form-post .__grid {
    grid-gap: 48px;
  }
}
.b-service-block.--form.--supbx {
  padding: 120px 0;
}
@media (max-width: 1439px) {
  .b-service-block.--form.--supbx {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .b-service-block.--form.--supbx {
    padding: 40px 0;
  }
}
.b-service-block.--form.--supbx .__video:after {
  content: none;
}
.b-service-block.--form .__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-gap: 48px;
}
@media (max-width: 767px) {
  .b-service-block.--form .__grid {
    grid-gap: 24px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .b-service-block.--form .__grid .b-btn {
    width: 100%;
  }
}
.b-service-block.--form .__video:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #0AB760;
  mix-blend-mode: multiply;
}

.b-section.--service {
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .b-section.--service {
    padding: 40px 0px;
  }
}
.b-section.--service .container-lg {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .b-section.--service.--pb-mob {
    padding: 40px 0 0;
  }
}

.b-adv-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .b-adv-grid {
    grid-gap: 16px;
    margin-bottom: 24px;
  }
}
.b-adv-grid.--g-48 {
  gap: 48px 24px;
}
@media (max-width: 991px) {
  .b-adv-grid.--g-48 {
    gap: 32px 16px;
  }
}
.b-adv-grid .__half {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .b-adv-grid .__half {
    gap: 16px;
    grid-column: span 12;
  }
}
.b-adv-grid .b-menu-block.--2 {
  grid-column: span 6;
}
@media (max-width: 1199px) {
  .b-adv-grid .b-menu-block.--2 {
    grid-column: span 12;
  }
}
.b-adv-grid .b-menu-block.--1 {
  grid-column: span 12;
}

.b-advan-wrap {
  position: relative;
  grid-column: span 3;
  min-height: 140px;
}
@media (max-width: 1460px) {
  .b-advan-wrap {
    min-height: 160px;
  }
}
@media (max-width: 1439px) {
  .b-advan-wrap {
    grid-column: span 6;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .b-advan-wrap {
    display: none;
  }
}
.b-advan-wrap.--360 {
  min-height: 295px;
  grid-column: span 6;
}
@media (max-width: 1199px) {
  .b-advan-wrap.--360 {
    grid-column: span 12;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .b-advan-wrap.--360 {
    display: block;
  }
}

.b-adv-item {
  border-radius: 16px;
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.08);
  padding: 32px;
  background: #fff;
  grid-column: span 3;
}
@media (max-width: 1439px) {
  .b-adv-item {
    grid-column: span 6;
  }
}
@media (max-width: 991px) {
  .b-adv-item {
    grid-column: span 12;
    padding: 24px;
  }
}
.b-adv-item:hover {
  box-shadow: 0px 4px 20px 0px rgba(20, 91, 151, 0.23);
}
.b-adv-item.--p-24 {
  padding: 24px;
}
.b-adv-item.--horizont {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  padding: 16px 24px;
  min-height: 80px;
}
@media (max-width: 991px) {
  .b-adv-item.--horizont {
    font-size: 18px;
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .b-adv-item.--horizont {
    flex-direction: column;
    align-items: start;
    gap: 8px;
    font-size: 16px;
  }
}
.b-adv-item.--horizont:last-child {
  margin-bottom: 0;
}
.b-adv-item.--horizont .__num {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #E6EAF1;
}
@media (max-width: 991px) {
  .b-adv-item.--horizont .__num {
    font-size: 20px;
  }
}
.b-adv-item.--blue {
  background: #1F90EF;
  color: #fff;
}
.b-adv-item.--blue .__title {
  font-size: 24px;
  gap: 8px;
}
@media (max-width: 991px) {
  .b-adv-item.--blue .__title {
    font-size: 20px;
  }
}
.b-adv-item.--blue p {
  color: #fff;
}
.b-adv-item.--ico {
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.0784313725);
  border: none;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 36px 32px;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #181A1F;
  align-items: center;
}
.b-adv-item.--ico:hover {
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.0784313725);
}
@media (max-width: 1460px) {
  .b-adv-item.--ico {
    padding: 24px;
    grid-gap: 16px;
  }
}
@media (max-width: 991px) {
  .b-adv-item.--ico {
    font-size: 16px;
  }
}
.b-adv-item.--about {
  box-shadow: none;
  border: none;
  background: #181A1F;
  border-radius: 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .b-adv-item.--about > img {
    max-height: 160px;
    object-fit: scale-down;
  }
}
.b-adv-item.--about:hover {
  box-shadow: none;
}
.b-adv-item.--about .__bot {
  padding: 24px 32px 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  flex: 1;
}
@media (max-width: 991px) {
  .b-adv-item.--about .__bot {
    padding: 24px;
    font-size: 16px;
  }
}
.b-adv-item.--about.--cloud {
  background: #F1F4F8;
  overflow: hidden;
}
.b-adv-item.--about.--cloud.--bord {
  border: 2px solid #5282FF;
}
.b-adv-item.--about.--cloud.--bord .__bot {
  color: #fff;
  background: #5282FF;
}
.b-adv-item.--about.--cloud .__top {
  position: relative;
  padding: 48px 40px;
  height: 224px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 1439px) {
  .b-adv-item.--about.--cloud .__top {
    height: auto;
  }
}
@media (max-width: 991px) {
  .b-adv-item.--about.--cloud .__top {
    padding: 40px 24px 24px;
  }
}
.b-adv-item.--about.--cloud .__top img:not(.__ico) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  z-index: 1;
}
@media (max-width: 1439px) {
  .b-adv-item.--about.--cloud .__top img:not(.__ico) {
    object-fit: contain;
  }
}
@media (max-width: 450px) {
  .b-adv-item.--about.--cloud .__top img:not(.__ico) {
    object-position: 150% center;
  }
}
.b-adv-item.--about.--cloud .__top .__title {
  position: relative;
  z-index: 2;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  color: #5282FF;
  margin: 0;
}
@media (max-width: 767px) {
  .b-adv-item.--about.--cloud .__top .__title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .b-adv-item.--about.--cloud .__top .__title {
    font-size: 24px;
  }
}
.b-adv-item.--about.--cloud .__top .__subtitle {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #5282FF;
}
.b-adv-item.--about.--cloud .__top .__subtitle .__ico {
  position: absolute;
  top: -4px;
  left: 0;
  transform: translateY(-100%);
}
.b-adv-item.--about.--cloud .__bot {
  padding: 32px;
  color: #383C42;
}
@media (max-width: 991px) {
  .b-adv-item.--about.--cloud .__bot {
    padding: 24px;
  }
}
.b-adv-item.--post-24-border {
  padding: 48px;
  background: none;
  border: 1px solid #76B8E3;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #181A1F;
}
@media (max-width: 991px) {
  .b-adv-item.--post-24-border {
    font-size: 18px;
    padding: 24px;
  }
}
.b-adv-item.--post-24-border:hover {
  box-shadow: none;
}
.b-adv-item.--post-24-alt {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.b-adv-item.--post-24-alt:hover {
  box-shadow: none;
}
.b-adv-item.--post-24-alt img {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-adv-item.--post-24-alt br {
    display: none;
  }
}
.b-adv-item.--post-24-alt p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: #1A1A1A;
}
@media (max-width: 991px) {
  .b-adv-item.--post-24-alt p {
    font-size: 16px;
  }
}
.b-adv-item.--post-24-alt p span {
  font-weight: 700;
  color: #367FAF;
}
.b-adv-item.--post-24-alt p span.--b {
  color: #F0000A;
}
.b-adv-item.--post-24-last {
  padding: 56px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(76.36deg, #EFF3FA 0%, #DDEBFF 100%);
  box-shadow: none;
}
@media (max-width: 991px) {
  .b-adv-item.--post-24-last {
    padding: 24px;
  }
}
.b-adv-item.--post-24-last img {
  width: auto;
  max-width: 100%;
}
.b-adv-item.--post-24-last:hover {
  box-shadow: none;
}
.b-adv-item.--post-24 .__title {
  font-size: 20px;
}
@media (max-width: 991px) {
  .b-adv-item.--post-24 .__title {
    font-size: 16px;
  }
}
.b-adv-item.--post-24 p {
  font-size: 18px;
}
.b-adv-item.--key {
  grid-column: span 3;
  position: relative;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.b-adv-item.--key:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: url("/images/key/dot.svg");
  top: 15px;
  left: 24px;
}
@media (max-width: 991px) {
  .b-adv-item.--key {
    grid-column: span 6;
    margin-bottom: 8px;
  }
  .b-adv-item.--key:after {
    content: none;
  }
}
@media (max-width: 575px) {
  .b-adv-item.--key {
    grid-column: span 12;
  }
}
.b-adv-item.--key:last-child:after {
  content: none;
}
.b-adv-item.--key .__num {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4D83FA;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  z-index: 2;
  border-radius: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-adv-item.--key .__num {
    margin-bottom: 12px;
  }
}
.b-adv-item.--key .__txt {
  margin-bottom: 16px;
  color: #171321;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .b-adv-item.--key .__txt {
    margin-bottom: 12px;
  }
}
.b-adv-item.--key .__txt:last-child {
  margin-bottom: 0;
}
.b-adv-item.--key p {
  margin-bottom: 0;
  color: #4D83FA;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.b-adv-item.--post {
  border: 2px solid var(--iex-White, #FFF);
  background: linear-gradient(180deg, #F8F9FC 0%, #FFF 100%), #FFF;
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.08);
}
.b-adv-item.--post .__title {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  color: #181A1F;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .b-adv-item.--post .__title {
    font-size: 16px;
    grid-template-columns: 1fr;
  }
}
.b-adv-item.--post:hover {
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.08);
}
.b-adv-item.--post.--check {
  margin-bottom: 24px;
}
.b-adv-item.--post.--check .__title {
  grid-template-columns: 1fr auto;
  font-size: 20px;
}
@media (max-width: 575px) {
  .b-adv-item.--post.--check .__title {
    grid-template-columns: 1fr;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .b-adv-item.--post.--check .__title span {
    order: 2;
  }
}
.b-adv-item.--green {
  border: 2px solid #63CC97;
  box-shadow: none;
  padding: 40px;
}
@media (max-width: 991px) {
  .b-adv-item.--green {
    padding: 24px;
  }
}
.b-adv-item.--green:hover {
  box-shadow: none;
}
.b-adv-item.--hover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 1439px) {
  .b-adv-item.--hover {
    position: static;
  }
}
.b-adv-item.--hover .__title {
  margin-bottom: 0;
}
@media (max-width: 1439px) {
  .b-adv-item.--hover .__title {
    margin-bottom: 16px;
  }
}
.b-adv-item.--hover:hover {
  position: absolute;
  height: fit-content;
}
@media (max-width: 1439px) {
  .b-adv-item.--hover:hover {
    position: static;
    height: 100%;
  }
}
.b-adv-item.--hover:hover .__title {
  margin-bottom: 16px;
}
.b-adv-item.--hover-360 {
  flex: auto;
  padding: 40px 48px;
  border-radius: 8px;
  border: 2px solid #FFF;
  background: linear-gradient(270deg, #F1F4F8 0%, #FFF 100%);
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.08);
  transition: 0.3s ease-out;
  display: grid;
  grid-template-columns: 1fr 172px;
  grid-gap: 24px;
}
@media (max-width: 1199px) {
  .b-adv-item.--hover-360 {
    padding: 20px 24px;
    position: static;
    grid-template-columns: 1fr auto;
    grid-gap: 16px;
  }
}
@media (max-width: 991px) {
  .b-adv-item.--hover-360 {
    grid-template-columns: 1fr;
    grid-gap: 8px;
}
}
@media (max-width: 991px) {
.b-adv-item.--hover-360 .__content {
    order: 2;
  }
}
.b-adv-item.--hover-360 img {
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .b-adv-item.--hover-360 img {
    margin: 0;
    height: 64px;
    width: 64px;
  }
}
.b-adv-item.--hover-360 ul {
  padding: 0;
  margin: 0;
}
.b-adv-item.--hover-360 ul li {
  padding-left: 16px;
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
.b-adv-item.--hover-360 ul li:before {
  width: 4px;
  height: 4px;
  top: 9px;
  left: 0;
}
.b-adv-item.--num {
  border: 2px solid #FFF;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.08);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 24px;
  color: #E6EAF1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}
.b-adv-item.--num.--no-bg {
  background: none;
  padding: 32px 8px;
  margin-right: 72px;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
}
.b-adv-item.--num.--no-bg:hover {
  box-shadow: none;
}
@media (max-width: 1439px) {
  .b-adv-item.--num.--no-bg {
    margin-right: 0;
    padding: 16px 0;
  }
}
@media (max-width: 991px) {
  .b-adv-item.--num.--no-bg {
    padding: 8px 0;
  }
}
.b-adv-item.--num:last-child {
  margin-bottom: 0;
}
.b-adv-item.--num:hover {
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.08);
}
.b-adv-item.--num p {
  color: #171321;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .b-adv-item.--num p {
    font-size: 16px;
  }
}
.b-adv-item.--logos {
  padding: 40px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 40px;
  align-items: center;
  box-shadow: none;
  border-radius: 8px;
  border: 1px solid #E6EAF1;
  background: linear-gradient(0deg, #F0F2F7 0%, #F0F2F7 100%), #E6EAF1;
  color: #171321;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .b-adv-item.--logos {
    grid-gap: 24px;
    padding: 24px;
    font-size: 16px;
    grid-template-columns: 200px auto 1fr;
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .b-adv-item.--logos {
    grid-gap: 12px;
    grid-template-columns: 1fr;
  }
}
.b-adv-item.--logos:last-child {
  margin-bottom: 0;
}
.b-adv-item.--logos:hover {
  box-shadow: none;
}
.b-adv-item.--logos img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 575px) {
  .b-adv-item.--logos img {
    max-width: 200px;
    margin: 0 auto;
  }
}
.b-adv-item.--logos .__line {
  height: 100%;
  width: 2px;
  background: #E6EAF1;
}
@media (max-width: 575px) {
  .b-adv-item.--logos .__line {
    width: 100%;
    height: 1px;
  }
}
.b-adv-item.--alt.--data {
  border-radius: 24px;
  background: #424147;
  box-shadow: 0px 2px 4px 0px #2A292F;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.b-adv-item.--alt.--data.--apache {
  background: #fff;
  color: revert;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 8px;
}
.b-adv-item.--alt.--data.--apache p {
  color: #181A1F;
}
.b-adv-item.--alt.--data .__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}
.b-adv-item.--alt.--data p {
  color: #fff;
  line-height: 1.1;
  margin-bottom: 24px;
  font-size: 18px;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .b-adv-item.--alt.--data p {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.b-adv-item.--alt.--data p:last-child {
  margin-bottom: 0;
}
.b-adv-item.--alt.--data .__title {
  grid-template-columns: auto 1fr;
  align-items: center;
  z-index: 1;
  position: relative;
  line-height: 1;
}
.b-adv-item.--alt.--data .__title img {
  margin-top: 0;
}
.b-adv-item.--alt.--scheme {
  border: 2px solid var(--iex-white, #FFF);
  background: linear-gradient(180deg, #F8F9FC 0%, #FFF 100%), #FFF;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 991px) {
  .b-adv-item.--alt.--scheme {
    gap: 24px;
  }
}
@media (max-width: 575px) {
  .b-adv-item.--alt.--scheme {
    gap: 16px;
  }
}
.b-adv-item.--alt.--scheme .__title {
  align-items: end;
  margin-bottom: 0;
  font-size: 24px;
}
@media (max-width: 575px) {
  .b-adv-item.--alt.--scheme .__title {
    grid-template-columns: 1fr;
  }
  .b-adv-item.--alt.--scheme .__title > div {
    width: 50%;
    order: 1;
  }
}
.b-adv-item.--alt.--scheme .__title span {
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 575px) {
  .b-adv-item.--alt.--scheme .__title span {
    order: 2;
    margin-bottom: 0;
  }
}
.b-adv-item.--alt.--scheme .__txt {
  color: #171321;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.b-adv-item.--alt.--scheme .__txt span {
  font-size: 14px;
  font-weight: 600;
}
.b-adv-item.--alt.--scheme .__line {
  width: 100%;
  height: 2px;
  background: #F6F3FE;
}
.b-adv-item.--alt .__title {
  grid-template-columns: 1fr auto;
  align-items: start;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .b-adv-item.--alt .__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .b-adv-item.--alt .__title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .b-adv-item.--alt .__title {
    font-size: 16px;
  }
}
.b-adv-item.--alt .__title img {
  display: block;
  margin-top: 4px;
}
@media (max-width: 1199px) {
  .b-adv-item.--alt .__title img {
    margin-top: 0px;
  }
}
.b-adv-item.--alt .__title:last-child {
  margin-bottom: 0;
}
.b-adv-item.--alt p {
  margin-bottom: 24px;
}
.b-adv-item.--alt p:last-child {
  margin-bottom: 0;
}
.b-adv-item .__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  grid-gap: 16px;
  display: grid;
  margin-bottom: 16px;
}
.b-adv-item .__title.--fs-24 {
  font-size: 24px;
  gap: 8px;
}
@media (max-width: 991px) {
  .b-adv-item .__title.--fs-24 {
    font-size: 20px;
  }
}
@media (max-width: 1439px) {
  .b-adv-item .__title {
    align-items: center;
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 575px) {
  .b-adv-item .__title {
    font-size: 16px;
  }
}
.b-adv-item.--3 {
  grid-column: span 4;
}
@media (max-width: 1439px) {
  .b-adv-item.--3 {
    grid-column: span 12;
  }
}
.b-adv-item.--3-xl {
  grid-column: span 4;
}
@media (max-width: 1199px) {
  .b-adv-item.--3-xl {
    grid-column: span 12;
  }
}
.b-adv-item.--3-alt {
  grid-column: span 4;
}
@media (max-width: 1439px) {
  .b-adv-item.--3-alt {
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .b-adv-item.--3-alt {
    grid-column: span 12;
  }
}
.b-adv-item.--2 {
  grid-column: span 6;
}
@media (max-width: 991px) {
  .b-adv-item.--2 {
    grid-column: span 12;
  }
}
.b-adv-item.--1 {
  grid-column: span 12;
}

.b-anim-bean {
  position: relative;
  width: 80px;
  height: 8px;
  overflow: hidden;
  background: #E6EAF1;
  border-radius: 4px;
}
.b-anim-bean:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0AB760;
  animation: bean ease-in-out 11000ms infinite;
}

.b-infoblock {
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(0deg, #F0F2F7 0%, #F0F2F7 100%), #E6EAF1;
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 32px;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .b-infoblock {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .b-infoblock {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}
.b-infoblock.--main {
  background: none;
  font-size: 18px;
  font-weight: 400;
}
.b-infoblock.--main .__text {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .b-infoblock.--main .__text {
    gap: 24px;
    flex-direction: column;
    align-items: revert;
  }
}
.b-infoblock.--main .__text .b-btn {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .b-infoblock.--main .__text .b-btn {
    width: fit-content;
  }
}
@media (max-width: 575px) {
  .b-infoblock.--main .__text .b-btn {
    width: 100%;
  }
}
.b-infoblock.--apache {
  background: #F2F2F2;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .b-infoblock.--apache {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .b-infoblock.--apache {
    font-size: 18px;
  }
}
.b-infoblock.--grad {
  background: linear-gradient(270deg, #F0F2F7 0%, #F1F4F8 49.48%, #FFE9DF 100%), linear-gradient(0deg, #F0F2F7 0%, #F0F2F7 100%), #E6EAF1;
}
.b-infoblock.--key {
  background: none;
  border: 1px solid #C1E1FF;
}
.b-infoblock.--key span {
  font-weight: 400;
}
.b-infoblock.--post {
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.08);
}
.b-infoblock.--post .b-adv-grid {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .b-infoblock.--post .b-adv-grid {
    grid-column: span 1;
  }
}
.b-infoblock.--post .b-adv-item {
  margin-bottom: 0;
  background: #F8F9FC;
  box-shadow: none;
  border-radius: 8px;
  border: none;
  padding: 24px;
  grid-gap: 16px;
  color: #C3CDDF;
  font-size: 18px;
}
.b-infoblock.--post .b-adv-item p {
  color: var(--iex-IEX-Black, #181A1F);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .b-infoblock.--post .b-adv-item p {
    font-size: 16px;
  }
}
.b-infoblock.--post-24 {
  background: #F8F9FC;
  border: 1px solid #E6EAF1;
  font-size: 20px;
}
.b-infoblock span {
  font-weight: 700;
}
.b-infoblock > div {
  z-index: 3;
}

.b-title-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
  align-items: end;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .b-title-grid {
    margin-bottom: 24px;
  }
}
.b-title-grid.--alt {
  grid-template-columns: 1fr auto;
  align-items: center;
}
.b-title-grid.--half {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media (max-width: 767px) {
  .b-title-grid.--half {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-title-grid.--mob {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .b-title-grid.--mob .b-btn {
    width: fit-content;
  }
}
@media (max-width: 575px) {
  .b-title-grid.--mob .b-btn {
    width: 100%;
  }
}
.b-title-grid h4 {
  margin-bottom: 0;
}
.b-title-grid .__line {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #181A1F;
  margin-bottom: 4px;
}

.b-programm-grid {
  display: grid;
  grid-template-columns: 456px 1fr;
  grid-gap: 24px;
}
@media (max-width: 1439px) {
  .b-programm-grid {
    grid-template-columns: 320px 1fr;
  }
}
@media (max-width: 991px) {
  .b-programm-grid {
    grid-template-columns: 1fr;
  }
}
.b-programm-grid .__left {
  position: relative;
}
@media (max-width: 991px) {
  .b-programm-grid .__left {
    display: none;
  }
}
.b-programm-grid .__left .__btn {
  position: sticky;
  top: 104px;
}
.b-programm-grid .__left .__ball {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.b-programm-grid .__left .__link {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -90px;
  width: 209px;
  max-width: 40%;
  text-align: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #EA6329;
  transition: 0.3s ease-out;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.b-programm-grid .__left .__link:hover {
  background: #FF7033;
}
.b-programm-grid .__right > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  padding: 32px;
  background: #fff;
  border-radius: 16px;
  margin-bottom: 24px;
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.0784313725);
}
@media (max-width: 1199px) {
  .b-programm-grid .__right > div {
    padding: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .b-programm-grid .__right > div {
    grid-template-columns: 1fr;
    grid-gap: 16px;
    margin-bottom: 8px;
  }
}
.b-programm-grid .__right > div > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}
.b-programm-grid .__right > div .__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}
.b-programm-grid .__right > div:last-child {
  margin-bottom: 0;
}
.b-programm-grid .__right > div .__time {
  border-radius: 24px;
  background: #FFD600;
  color: #181A1F;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  height: 36px;
  width: fit-content;
}
.b-programm-grid .__right > div ul {
  padding: 0;
  margin: 0;
}
.b-programm-grid .__right > div ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  padding-left: 12px;
  color: #000000;
}
.b-programm-grid .__right > div ul li:before {
  left: 0;
  background: #000;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 8px;
}
.b-programm-grid .b-btn {
  width: fit-content;
}
@media (max-width: 575px) {
  .b-programm-grid .b-btn {
    width: 100%;
  }
}

.b-map {
  margin: 0 16px 16px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.b-anim-ring {
  position: relative;
  width: fit-content;
}
.b-anim-ring.--main:after {
  width: 370px;
  height: 370px;
  background: url("/images/main/rings.svg") no-repeat center;
}
.b-anim-ring.--apache:after {
  background: url("/images/apache/rings.svg") no-repeat center;
}
.b-anim-ring.--gray:after {
  background: url("/images/post24/rings.svg") no-repeat center;
}
.b-anim-ring:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/images/health/rings.svg") no-repeat center;
  background-size: cover;
  width: 252px;
  height: 252px;
  z-index: 1;
}
.b-anim-ring svg {
  position: relative;
  z-index: 2;
}

.b-info-item {
  padding: 32px;
  grid-column: span 4;
}
@media (max-width: 1439px) {
  .b-info-item {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .b-info-item {
    padding: 8px 0;
    grid-column: span 12;
  }
}
.b-info-item h4 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-info-item h4 {
    margin-bottom: 12px;
  }
}
.b-info-item img {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .b-info-item img {
    max-height: 32px;
  }
}
@media (max-width: 767px) {
  .b-info-item img {
    margin-bottom: 12px;
  }
}
.b-info-item .__time {
  padding: 4px 16px;
  height: 46px;
  width: fit-content;
  border-radius: 4px;
  background: #181A1F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .b-info-item .__time {
    height: 32px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .b-info-item .__time {
    margin-bottom: 12px;
  }
}
.b-info-item p {
  color: #181A1F;
}

.--bg-iex-black {
  background: #181A1F;
}

.--bg-about-grad {
  background: linear-gradient(180deg, #E6EAF1 0%, #181A1F 100%);
}

.--bg-health-gray {
  background: #E6EAF1;
}

.--bg-white {
  background: #fff;
}

.--bg-apache {
  background: #F2F2F2;
}

.--bg-apache-2 {
  background: url("/images/apache/bg-pereezd.png") no-repeat;
}

.--bg-apache-3 {
  background: #173036;
}

.--bg-post-gray {
  background: #F1F4F8;
}

.--bg-health-grad-1 {
  background: linear-gradient(180deg, #F1F4F8 0%, #E6EAF1 100%);
}

.--bg-bx-grad-1 {
  background: linear-gradient(180deg, #F1F4F8 0%, #FFF 100%);
}

.--bg-prog {
  background: url("/images/vmeste/bg-prog.png") bottom #F1F4F8;
  background-size: cover;
}

.--bg-health-grad-2 {
  background: linear-gradient(180deg, #E6EAF1 0.01%, #FFF 100%);
}

.--bg-dots {
  padding: 80px 0;
  background: url("/images/health/dots-bg.png") no-repeat top right;
  background-size: cover;
}
@media (max-width: 991px) {
  .--bg-dots {
    padding: 40px 0;
  }
}

.--bg-img-1 {
  background: url("/images/health/health-bg.png") center;
  background-size: cover;
}

.--bg-adv-white {
  padding: 80px 0;
  background: #F8F9FC;
}
@media (max-width: 991px) {
  .--bg-adv-white {
    padding: 40px 0;
  }
}

.--bg-adv {
  background: url("/images/web/bg-preim.png") bottom right no-repeat #E6EAF1;
  background-size: cover;
}
@media (max-width: 1199px) {
  .--bg-adv {
    background-size: contain;
  }
}

.--bg-var {
  background: url("/images/web/bg-pereezd.png") bottom right no-repeat #E6EAF1;
  background-size: cover;
}
@media (max-width: 1199px) {
  .--bg-var {
    background-size: contain;
  }
}

.--bg-bx24-1 {
  background: url("/images/b24/bg-priem.png") top left no-repeat;
  background-size: cover;
}

.--bg-bx24-2 {
  background: url("/images/b24/bg-priem-2.png") center left no-repeat;
  background-size: cover;
}

.--bg-bx24-3 {
  background: url("/images/b24/bg-priem-3.png") bottom right no-repeat;
  background-size: cover;
}

.--bg-web-grad-1 {
  background: linear-gradient(180deg, #FFF 0%, #E6EAF1 100%);
}

.--bg-web-grad-2 {
  background: linear-gradient(180deg, #F8F9FC 0%, #E6EAF1 100%);
}

.--bg-key {
  background: #F1F4FA;
}

.--bg-key-grad {
  background: linear-gradient(180deg, #F1F4FA 0%, #FFF 100%);
}

.--bg-data-grad {
  background: linear-gradient(180deg, #FFF 0%, #424147 100%);
}

.--bg-data-gray-1 {
  background: #2D2C33;
}
.--bg-data-gray-1.--border {
  border-bottom: 1px solid #424147;
}

.--bg-data-gray-2 {
  background: #424147;
}

.--bg-data {
  background: url("/images/data/bg-data-2.png") bottom right;
  background-size: cover;
}

.--bg-data-2 {
  background: url("/images/data/bg-data-3.png") top left;
  background-size: cover;
}
@media (max-width: 767px) {
  .--bg-data-2 {
    padding: 0 !important;
  }
}

.--bg-grad-apache {
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%);
}

.--bg-about-cloud {
  background: url("/images/about/bg-optim.png") top right;
  background-size: cover;
}

.--bg-vmeste-how {
  background: url("/images/vmeste/bg-how.png") center;
  background-size: cover;
}

.--bg-about-bx {
  background: url("/images/about/bg-bx.png") center #181A1F;
  background-size: cover;
  position: relative;
}
.--bg-about-bx:after {
  position: absolute;
  content: "";
  width: calc(100% - 32px);
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 1px;
  background: #383C42;
}

#svg-devops2.--web path, #svg-devops3.--web path {
  fill: #4674EB !important;
}

.b-scroll-decor {
  position: absolute;
  top: 170px;
  left: 100px;
}
@media (max-width: 1800px) {
  .b-scroll-decor {
    left: 30px;
  }
}
@media (max-width: 1650px) {
  .b-scroll-decor {
    left: 30px;
  }
}
@media (max-width: 1199px) {
  .b-scroll-decor {
    display: none;
  }
}
.b-scroll-decor img {
  display: block;
  animation: gap 3s cubic-bezier(0.42, 0, 0, 1) forwards;
  margin-top: -50px;
  position: relative;
}
@media (max-width: 1650px) {
  .b-scroll-decor img {
    width: 70px;
  }
}
.b-scroll-decor img:first-child {
  animation: none;
  margin-top: 0;
  z-index: 4;
}
.b-scroll-decor img:nth-child(2) {
  z-index: 3;
}
.b-scroll-decor img:nth-child(3) {
  z-index: 2;
}
.b-scroll-decor img:nth-child(4) {
  z-index: 1;
}

#anim-ring-bg {
  animation: ring-bg infinite 4000ms alternate-reverse 200ms;
}

#anim-ring-sm {
  animation: ring-sm infinite 4000ms alternate-reverse;
}

#anim-right-eye, #anim-left-eye {
  transform-origin: center;
  animation: eyes infinite 5000ms cubic-bezier(0.42, 0, 0, 1);
}

.b-bar {
  position: relative;
  width: 100%;
  background: #F1F4F8;
  height: 40px;
}
@media (max-width: 991px) {
  .b-bar {
    display: none;
  }
}
.b-bar img {
  height: 112px;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}
.b-bar:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 40px;
  background: #0AB760;
  animation: 6s bar infinite linear;
}

.b-content-hide {
  max-height: 0;
  transition: 0.3s ease-out;
  overflow: hidden;
}
.b-content-hide.--active {
  max-height: 1000px;
}

.b-speak {
  padding: 32px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-column: span 3;
  max-width: 248px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .b-speak {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .b-speak {
    grid-column: span 6;
  }
}
@media (max-width: 575px) {
  .b-speak {
    grid-column: span 12;
  }
}
.b-speak img {
  display: block;
  margin: 0 auto 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .b-speak img {
    max-width: 220px;
  }
}
.b-speak .__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #181A1F;
}
.b-speak .__name span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}

.--decor-360 {
  position: absolute;
  top: 104px;
  left: 124px;
}
@media (max-width: 1820px) {
  .--decor-360 {
    left: 24px;
    top: 24px;
    width: 90px;
  }
}
@media (max-width: 1600px) {
  .--decor-360 {
    top: 10px;
    left: 10px;
    width: 80px;
  }
}
@media (max-width: 991px) {
  .--decor-360 {
    display: none;
  }
}

.--decor-360-2 {
  position: absolute;
  bottom: 5%;
  left: 0;
}

.--decor-360-3 {
  position: absolute;
  bottom: 30%;
  right: 80px;
}
@media (max-width: 1460px) {
  .--decor-360-3 {
    right: 24px;
  }
}

.--decor-360-4 {
  position: absolute;
  bottom: 4%;
  left: 0;
}

.--decor-360-5 {
  position: absolute;
  top: 55%;
  right: 90px;
}
@media (max-width: 1460px) {
  .--decor-360-5 {
    right: 24px;
  }
}

.--decor-post-1 {
  position: absolute;
  top: 40%;
  right: 0;
}

.--decor-post-2 {
  position: absolute;
  top: 20%;
  left: 0;
}

.--decor-post-3 {
  position: absolute;
  top: 55%;
  right: 0;
}

.--decor-bx24-1 {
  position: absolute;
  top: 9%;
  right: 5%;
}

.--decor-bx24-2 {
  position: absolute;
  bottom: 3%;
  left: 7%;
}

.b-line {
  height: 2px;
  width: 100%;
  background: #E6EAF1;
}

.b-ico-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px;
  align-items: center;
  color: #181A1F;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .b-ico-item {
    font-size: 16px;
  }
}
.b-ico-item:last-child {
  margin-bottom: 0;
}
.b-ico-item.--data {
  background: #2D2C33;
  padding: 24px;
  grid-gap: 24px;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .b-ico-item.--data {
    font-size: 18px;
    grid-gap: 16px;
  }
}
@media (max-width: 575px) {
  .b-ico-item.--data {
    grid-template-columns: 1fr;
  }
}
.b-ico-item.--data.--apache {
  background: #fff;
  border: 1px solid #E3E3E3;
  color: #181A1F;
  font-weight: 600;
  font-size: 20px;
  border-radius: 8px;
}
.b-ico-item.--big {
  grid-gap: 24px;
  height: 104px;
  border-radius: 8px;
  background: linear-gradient(0deg, #F0F2F7 0%, #F0F2F7 100%), #FFF;
  padding: 0px 72px 0px 40px;
  color: #171321;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  grid-column: span 4;
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  .b-ico-item.--big {
    padding: 0px 32px 0px 24px;
    grid-gap: 16px;
  }
}
@media (max-width: 1199px) {
  .b-ico-item.--big {
    padding: 24px;
    height: auto;
    grid-column: span 6;
  }
}
@media (max-width: 767px) {
  .b-ico-item.--big {
    grid-column: span 12;
  }
}

h2.--alt {
  font-size: 52px;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  h2.--alt {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  h2.--alt {
    font-size: 24px;
  }
}

.b-ico-grid {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .b-ico-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
  }
}
@media (max-width: 575px) {
  .b-ico-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.b-ico-grid img {
  width: 100%;
  max-width: 136px;
}
@media (max-width: 1300px) {
  .b-ico-grid img {
    max-width: 120px;
    margin: auto;
  }
}

.b-link.--fc-orange {
  color: #FF6427;
}
.b-link.--fc-orange:hover {
  color: #FF6427;
}

.--fc-key {
  color: #4D83FA;
}
.--fc-key:hover {
  color: #4D83FA;
}

.b-anchor-wrap {
  position: relative;
}
.b-anchor-wrap .b-anchor {
  position: absolute;
  top: -90px;
  left: 0;
}

.b-cons-block {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 40px;
  background: #133958;
  border-radius: 8px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .b-cons-block {
    padding: 24px;
    grid-gap: 24px;
    font-size: 18px;
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 575px) {
  .b-cons-block {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .b-cons-block .b-btn {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .b-cons-block .b-btn {
    grid-column: span 1;
    width: 100% !important;
  }
}

.b-data-block {
  border-radius: 16px;
  border: 2px solid #424147;
  padding: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .b-data-block {
    padding: 24px;
  }
}
.b-data-block.--apache {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.0784313725);
  background: #fff;
  border: none;
}
.b-data-block.--apache .__title {
  color: #181A1F;
}
.b-data-block.--apache ul li {
  color: #181A1F;
}
.b-data-block.--apache ul li:before {
  background: #11B0D8;
}
.b-data-block .__decor {
  position: absolute;
  top: 50%;
}
.b-data-block .__decor.--l {
  transform: translate(-100%, -50%);
  left: -2px;
}
.b-data-block .__decor.--r {
  transform: translate(100%, -50%);
  right: -2px;
}
.b-data-block .__title {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 32px;
}
.b-data-block .__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 48px;
}
@media (max-width: 767px) {
  .b-data-block .__grid {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
.b-data-block ul {
  padding: 0;
  margin: 0;
}
.b-data-block ul li {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 12px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .b-data-block ul li {
    font-size: 16px;
  }
}
.b-data-block ul li:before {
  left: 0;
  background: #FFF;
  width: 4px;
  height: 4px;
}
.b-data-block ul li:last-child {
  margin-bottom: 0;
}

.b-data-form-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 8px;
  grid-gap: 24px;
  border-radius: 24px;
  background: #EA6329;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .b-data-form-block {
    padding: 24px;
  }
}
@media (max-width: 1460px) {
  .b-data-form-block {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 1199px) {
  .b-data-form-block {
    grid-template-columns: 1fr;
  }
}
.b-data-form-block .__left {
  padding: 32px;
}
@media (max-width: 1460px) {
  .b-data-form-block .__left {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .b-data-form-block .__left {
    order: 2;
    padding: 0px;
  }
}
.b-data-form-block img {
  width: 100%;
  margin: auto;
}
.b-data-form-block .__title {
  color: #FFF;
  margin-bottom: 16px;
}
.b-data-form-block .__descr {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 48px;
}
@media (max-width: 1460px) {
  .b-data-form-block .__descr {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.b-data-form-block .b-btn {
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .b-data-form-block .b-btn {
    width: 100%;
  }
}
.b-data-form-block .__sub {
  color: #2D2C33;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.b-logos-block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.b-logos-block.--apache {
  gap: 48px 64px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .b-logos-block.--apache {
    gap: 16px;
    flex-wrap: nowrap;
    overflow: auto;
    margin-left: -24px;
    margin-right: -24px;
  }
  .b-logos-block.--apache::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .b-logos-block.--apache > img:last-child {
    margin-right: 24px;
  }
  .b-logos-block.--apache > img:first-child {
    margin-left: 24px;
  }
}
.b-logos-block > div {
  border-radius: 16px;
  background: #2D2C33;
  height: 80px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .b-logos-block > div {
    padding: 0 24px;
    height: 64px;
  }
}

.b-data-swiper:hover .--prev, .b-data-swiper:hover .--next {
  transform: translateX(0);
}
.b-data-swiper .swiper-slide img {
  width: 100%;
}
.b-data-swiper .b-swiper-wrapper {
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.b-data-swiper .b-arrow {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  left: 0;
  right: 0;
  pointer-events: none;
}
.b-data-swiper .--prev {
  transform: translateX(-100%);
  transition: 0.3s ease-out;
  pointer-events: auto;
}
@media (max-width: 1199px) {
  .b-data-swiper .--prev {
    transform: none;
    width: 24px;
  }
  .b-data-swiper .--prev img {
    width: 24px;
  }
}
.b-data-swiper .--next {
  transform: translateX(100%);
  transition: 0.3s ease-out;
  pointer-events: auto;
}
@media (max-width: 1199px) {
  .b-data-swiper .--next {
    transform: none;
  }
  .b-data-swiper .--next img {
    width: 24px;
  }
}

.b-post-text {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  grid-gap: 48px;
}
@media (max-width: 991px) {
  .b-post-text {
    grid-gap: 24px;
    grid-template-columns: 1fr;
  }
}
.b-post-text h4 {
  margin-bottom: 0;
  color: #336791;
}
.b-post-text .__line {
  background: #C3CDDF;
  width: 2px;
  height: 100%;
}
@media (max-width: 991px) {
  .b-post-text .__line {
    width: 100%;
    height: 2px;
  }
}
.b-post-text span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .b-post-text span {
    font-size: 16px;
  }
}

.b-btn-giant {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  grid-gap: 24px;
  align-items: center;
  position: relative;
  padding: 24px;
  background: #181A1F;
  border-radius: 8px;
  width: 100%;
  transition: 0.3s ease-out;
}
.b-btn-giant.--web {
  background: url("/images/iex/bg-webinar.png");
  background-size: cover;
}
.b-btn-giant.--web.--vmeste {
  background: url("/images/iex/bg-web-vm.png");
  background-size: cover;
}
.b-btn-giant.--web.--vmeste:hover {
  background: url("/images/iex/bg-web-vm.png");
}
.b-btn-giant.--web.--vmeste .b-btn.--br-64 {
  padding: 0 16px;
}
.b-btn-giant.--web .__logos {
  flex-wrap: wrap;
}
.b-btn-giant.--web .__line {
  background: #5282FF;
  opacity: 0.3;
}
.b-btn-giant.--web .__txt {
  color: #181A1F;
}
.b-btn-giant.--web .__link {
  font-size: 16px;
  color: #181A1F;
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 4px;
  padding: 0 16px;
  box-shadow: 0px -1px 1px 0px rgba(228, 228, 228, 0.3019607843) inset, 0px 1px 1px 0px rgba(255, 255, 255, 0.7607843137) inset;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFCFF 100%);
}
.b-btn-giant.--web:hover {
  background: url("/images/iex/bg-webinar.png");
  outline: none;
}
.b-btn-giant.--web:hover .__line {
  background: #5282FF;
}
.b-btn-giant.--web:hover .__link {
  color: #fff;
  background: linear-gradient(180deg, #F86836 0%, #F84E22 100%);
}
.b-btn-giant.--web:hover .__link path {
  fill: #fff;
}
.b-btn-giant.--web:hover .__txt {
  color: #181A1F;
}
@media (max-width: 991px) {
  .b-btn-giant {
    grid-template-columns: 1fr auto;
    grid-gap: 16px;
  }
}
@media (max-width: 991px) {
  .b-btn-giant {
    grid-template-columns: 1fr;
  }
}
.b-btn-giant:hover {
  background: #fff;
  outline: 8px solid rgba(24, 26, 31, 0.3019607843);
}
.b-btn-giant:hover .__fill {
  fill: #181A1F;
}
.b-btn-giant:hover .__line {
  background: #181A1F;
}
.b-btn-giant:hover .__txt, .b-btn-giant:hover .__link {
  color: #181A1F;
}
.b-btn-giant .__fill {
  transition: 0.3s ease-out;
}
.b-btn-giant .__txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  opacity: 0.8;
  transition: 0.3s ease-out;
}
@media (max-width: 1199px) {
  .b-btn-giant .__txt {
    font-size: 16px;
  }
}
.b-btn-giant .__link {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  transition: 0.3s ease-out;
  justify-content: center;
}
@media (max-width: 575px) {
  .b-btn-giant .__link {
    font-size: 16px;
  }
}
.b-btn-giant .__logos {
  display: flex;
  padding: 16px;
  gap: 24px;
  align-items: center;
}
@media (max-width: 991px) {
  .b-btn-giant .__logos {
    padding: 0;
    gap: 16px;
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .b-btn-giant .__logos {
    grid-column: span 1;
  }
}
.b-btn-giant .__line {
  width: 2px;
  height: 100%;
  opacity: 0.1;
  background: #fff;
  transition: 0.3s ease-out;
}
@media (max-width: 991px) {
  .b-btn-giant .__line {
    grid-column: span 2;
    width: 100%;
    height: 2px;
  }
}
@media (max-width: 575px) {
  .b-btn-giant .__line {
    grid-column: span 1;
  }
}

.b-menu-block {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 2px solid #FFFFFF;
  background: #F1F4F8;
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.0784313725);
}
.b-menu-block .__top {
  position: relative;
  overflow: hidden;
  padding: 34px 32px 18px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  color: #181A1F;
  background: linear-gradient(90deg, #F1F4F8 0%, rgba(241, 244, 248, 0) 50%);
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .b-menu-block .__top {
    padding: 24px;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .b-menu-block .__top {
    padding: 16px;
  }
}
.b-menu-block .__top > * {
  z-index: 3;
  position: relative;
}
.b-menu-block .__top .__video-wrap {
  position: absolute;
  top: 0;
  right: -3px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .b-menu-block .__top .__video-wrap {
    right: -60px;
  }
}
@media (max-width: 767px) {
  .b-menu-block .__top .__video-wrap {
    width: calc(100% + 60px);
    opacity: 0.8;
  }
}
.b-menu-block .__top .__video-wrap:after {
  content: "";
  background: linear-gradient(to left, transparent 40%, #F1F4F8 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 700px;
  height: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .b-menu-block .__top .__video-wrap:after {
    content: none;
  }
}
.b-menu-block .__top .__video {
  object-position: right;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 700px;
}
@media (max-width: 767px) {
  .b-menu-block .__top .__video {
    width: 100%;
    object-fit: cover;
  }
}
.b-menu-block .__bot {
  padding: 24px 32px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .b-menu-block .__bot {
    padding: 24px;
  }
}
@media (max-width: 575px) {
  .b-menu-block .__bot {
    padding: 16px;
  }
}
.b-menu-block .__item {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #383C42;
  transition: 0.3s ease-out;
}
.b-menu-block .__item.--link {
  background: #fff;
}
.b-menu-block .__item.--link:hover {
  color: #FF0033;
}

.b-services-tabs .__dots {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 24px;
}
.b-services-tabs .__dots .__dot {
  width: 8px;
  height: 8px;
  background: #383C42;
  border-radius: 4px;
  transition: 0.3s;
}
.b-services-tabs .__dots .__dot.--active {
  background: #FF0033;
  width: 24px;
}
@media (max-width: 1199px) {
  .b-services-tabs .__dots {
    order: 4;
    justify-content: center;
  }
}
.b-services-tabs .__grid {
  grid-template-columns: 1fr 456px;
  grid-gap: 56px;
  display: grid;
  align-items: center;
}
@media (max-width: 1199px) {
  .b-services-tabs .__grid {
    grid-gap: 24px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .b-services-tabs .__grid {
    grid-gap: 16px;
  }
}
.b-services-tabs .h3 {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #fff;
}
@media (max-width: 1439px) {
  .b-services-tabs .h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .b-services-tabs .h3 {
    font-size: 24px;
  }
}
.b-services-tabs .__txt {
  color: #8A92A0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1439px) {
  .b-services-tabs .__txt {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .b-services-tabs .__txt {
    font-size: 16px;
  }
}
.b-services-tabs .__txt a {
  color: #8A92A0;
}
.b-services-tabs .__video {
  width: 100%;
  border-radius: 8px;
  height: 270px;
  object-fit: cover;
  display: block;
}
@media (max-width: 1199px) {
  .b-services-tabs .__video {
    max-width: 450px;
  }
}
@media (max-width: 575px) {
  .b-services-tabs .__video {
    height: 220px;
  }
}
.b-services-tabs .__img {
  display: block;
  height: 270px;
  object-fit: scale-down;
}
@media (max-width: 1199px) {
  .b-services-tabs .__img {
    max-width: 450px;
  }
}
@media (max-width: 575px) {
  .b-services-tabs .__img {
    height: 220px;
  }
}
.b-services-tabs .b-certificate {
  position: static;
  height: 24px;
  border: none;
  padding: 0;
}
@media (max-width: 575px) {
  .b-services-tabs .b-certificate {
    height: auto;
  }
}
.b-services-tabs .b-certificate img {
  height: 100%;
}
.b-services-tabs .b-certificate .__txt {
  display: none;
}
@media (max-width: 991px) {
  .b-services-tabs .b-certificate .__grid {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 575px) {
  .b-services-tabs .b-certificate .__grid {
    grid-template-columns: 1fr;
  }
}
.b-services-tabs .b-certificate .__grid .__link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #8A92A0;
  transition: 0.3s ease-out;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .b-services-tabs .b-certificate .__grid .__link {
    font-size: 16px;
  }
}
.b-services-tabs .b-certificate .__grid .__link path {
  transition: 0.3s ease-out;
}
.b-services-tabs .b-certificate .__grid .__link:hover {
  text-decoration: none;
  color: #FF0033;
}
.b-services-tabs .b-certificate .__grid .__link:hover path {
  fill: #FF0033;
}
.b-services-tabs .b-services-nav {
  position: static;
  display: flex;
  gap: 8px;
  margin-bottom: 56px;
}
@media (max-width: 1199px) {
  .b-services-tabs .b-services-nav {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .b-services-tabs .b-services-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.b-services-tabs .b-services-nav > a {
  height: 40px;
  padding: 0 16px;
  background: linear-gradient(180deg, #26292D 0%, #222428 100%);
  border-radius: 4px;
  box-shadow: 0px -1px 1px 0px #222529 inset, 0px 1px 1px 0px #2E3135 inset;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  display: flex;
  align-items: center;
  border: none;
}
.b-services-tabs .b-services-nav > a:hover {
  background: linear-gradient(180deg, #383C42 0%, #32363C 100%);
  box-shadow: 0px -1px 1px 0px #2B2E34 inset, 0px 1px 1px 0px #4C5158 inset;
  color: #fff;
  border: none;
}
.b-services-tabs .b-services-nav > a.--active {
  background: linear-gradient(180deg, #FF0033 0%, #ED002F 100%);
  box-shadow: 0px -1px 1px 0px rgba(154, 0, 31, 0.3019607843) inset, 0px 1px 1px 0px rgba(255, 114, 114, 0.7607843137) inset;
  color: #fff;
  border: none;
}

.b-main-swiper .swiper-slide {
  height: auto;
}
.b-main-swiper .b-arrow {
  position: static;
  justify-content: left;
}
.b-main-swiper .b-arrow .--prev, .b-main-swiper .b-arrow .--next {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FBFF 100%);
}
.b-main-swiper .b-arrow .--prev:hover, .b-main-swiper .b-arrow .--next:hover {
  background: linear-gradient(180deg, #F1F4F8 0%, #ECF0F7 100%);
}

.b-running-line.--mono img {
  filter: grayscale(1);
}
.b-running-line.--dark:before {
  background: linear-gradient(90deg, rgb(24, 26, 31) 0%, rgba(24, 26, 31, 0) 100%);
  z-index: 10;
}
.b-running-line.--dark:after {
  background: linear-gradient(90deg, rgba(24, 26, 31, 0) 0%, rgb(24, 26, 31) 100%);
  z-index: 10;
}

.b-bx-grid {
  display: grid;
  grid-template-columns: 336px 1fr;
  grid-gap: 144px;
}
@media (max-width: 1439px) {
  .b-bx-grid {
    grid-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-bx-grid {
    grid-gap: 16px;
  }
}
@media (max-width: 1199px) {
  .b-bx-grid {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 991px) {
  .b-bx-grid {
    grid-template-columns: 1fr;
  }
}
.b-bx-grid .__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b-bx-grid .__block {
  padding: 32px;
  border-radius: 8px;
  background: #383C42;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .b-bx-grid .__block {
    padding: 24px;
    font-size: 16px;
  }
}
.b-bx-grid .__block .__top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 16px;
  align-items: flex-start;
}
.b-bx-grid .__block.--first {
  padding: 42px 32px;
  background: #fff;
  font-weight: 700;
  color: #181A1F;
}
@media (max-width: 1199px) {
  .b-bx-grid .__block.--first {
    padding: 24px;
  }
}
.b-bx-grid .__block.--white {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.0784313725);
  padding: 24px 32px;
  color: #181A1F;
}
@media (max-width: 1199px) {
  .b-bx-grid .__block.--white {
    padding: 24px;
  }
}
.b-bx-grid .__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.b-bx-grid .__right.--fc-black {
  color: #181A1F;
}
@media (max-width: 1199px) {
  .b-bx-grid .__right {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .b-bx-grid .__right {
    font-size: 16px;
  }
}

.b-speaker-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.b-photo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .b-photo-grid {
    gap: 8px;
  }
}
.b-photo-grid a {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.b-photo-grid a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.b-photo-grid a:nth-child(1) {
  width: calc(33% - 12px);
}
@media (max-width: 767px) {
  .b-photo-grid a:nth-child(1) {
    width: calc(33% - 4px);
  }
}
.b-photo-grid a:nth-child(2) {
  width: calc(67% - 12px);
}
@media (max-width: 767px) {
  .b-photo-grid a:nth-child(2) {
    width: calc(67% - 4px);
  }
}
.b-photo-grid a:nth-child(3) {
  width: calc(24% - 16px);
}
@media (max-width: 767px) {
  .b-photo-grid a:nth-child(3) {
    width: calc(40% - 4px);
  }
}
.b-photo-grid a:nth-child(4) {
  width: calc(43% - 16px);
}
@media (max-width: 767px) {
  .b-photo-grid a:nth-child(4) {
    width: calc(60% - 4px);
  }
}
.b-photo-grid a:nth-child(5) {
  width: calc(33% - 16px);
}
@media (max-width: 767px) {
  .b-photo-grid a:nth-child(5) {
    width: calc(33% - 4px);
  }
}
.b-photo-grid a:nth-child(6) {
  width: calc(42% - 16px);
}
@media (max-width: 767px) {
  .b-photo-grid a:nth-child(6) {
    width: calc(66% - 4px);
  }
}
.b-photo-grid a:nth-child(7) {
  width: calc(42% - 16px);
}
@media (max-width: 767px) {
  .b-photo-grid a:nth-child(7) {
    width: calc(70% - 4px);
  }
}
.b-photo-grid a:nth-child(8) {
  width: calc(16% - 16px);
}
@media (max-width: 767px) {
  .b-photo-grid a:nth-child(8) {
    width: calc(30% - 4px);
  }
}

.b-prod-block {
  padding: 40px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.0784313725);
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .b-prod-block {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .b-prod-block {
    padding: 24px;
  }
}
.b-prod-block .__top {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 16px;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 1199px) {
  .b-prod-block .__top {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .b-prod-block .__top {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .b-prod-block .__top img {
    width: 64px;
    height: 64px;
  }
}
.b-prod-block .__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #171321;
}
@media (max-width: 1199px) {
  .b-prod-block .__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .b-prod-block .__title {
    font-size: 18px;
  }
}
.b-prod-block .__title .--c-lblue {
  color: #03A9F4;
}
.b-prod-block .__title .--c-blue {
  color: #006198;
}
.b-prod-block hr {
  border: 1px solid #E6EAF1;
}
@media (max-width: 1199px) {
  .b-prod-block hr {
    margin: 24px 0;
  }
}
@media (max-width: 767px) {
  .b-prod-block hr {
    margin: 16px 0;
  }
}
.b-prod-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-prod-block ul li {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 24px;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .b-prod-block ul li {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .b-prod-block ul li {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.b-prod-block ul li:last-child {
  margin-bottom: 0;
}
.b-prod-block ul li:before {
  position: absolute;
  top: 8px;
  background: #1F90EF;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
}
@media (max-width: 1199px) {
  .b-prod-block ul li:before {
    top: 6px;
  }
}
@media (max-width: 767px) {
  .b-prod-block ul li:before {
    top: 5px;
  }
}

.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 48px;
}
@media (max-width: 1439px) {
  .cols-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .cols-2 {
    grid-gap: 24px;
  }
}
.cols-2.--xl {
  grid-gap: 24px;
}
@media (max-width: 1439px) {
  .cols-2.--xl {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1199px) {
  .cols-2.--xl {
    grid-template-columns: 1fr;
  }
}

.cols-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 48px;
}
@media (max-width: 1439px) {
  .cols-3 {
    grid-gap: 24px;
  }
}
@media (max-width: 991px) {
  .cols-3 {
    grid-gap: 16px;
  }
}
@media (max-width: 767px) {
  .cols-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cols-3 {
    grid-template-columns: 1fr;
  }
}

.s-blog h3 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .s-blog h3 {
    margin-bottom: 20px;
  }
}
.s-blog ul li {
  font-weight: 400;
}

.--mb-8 {
  margin-bottom: 8px;
}

.--mb-136 {
  margin-bottom: 136px;
}
@media (max-width: 1439px) {
  .--mb-136 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .--mb-136 {
    margin-bottom: 40px;
  }
}

.--mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .--mb-80 {
    margin-bottom: 40px;
  }
}

*.--mb-64 {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  *.--mb-64 {
    margin-bottom: 32px;
  }
}

.--pt-80 {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .--pt-80 {
    padding-top: 40px;
  }
}

.--py-80-mob {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .--py-80-mob {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .--py-80-mob {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.--w-55 {
  width: 55%;
}
@media (max-width: 1439px) {
  .--w-55 {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .--w-55 {
    width: 100%;
  }
}

.--py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .--py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.--py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1439px) {
  .--py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .--py-120 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

*.--iex-black {
  color: #181A1F;
}

*.--iex-gray {
  color: #383C42;
}

.--op-60 {
  opacity: 0.6;
}


.--iex-gray-3 {
  color: #8A92A0;
}

.--iex-gray-2 {
  color: #5C6370;
}

.--fw-500 {
  font-weight: 500;
}

.--fw-400 {
  font-weight: 400;
}

.--mb-24 {
  margin-bottom: 24px;
}

.s5 a.--iex-gray-3 {
  color: #8A92A0;
}
.s5 a.--iex-gray-3:hover {
  color: #ff0033;
}

.b-popup-vid .__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .b-popup-vid .__inner {
    grid-template-columns: 1fr;
  }
}
.b-popup-vid .__video {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 767px) {
  .b-popup-vid .__video {
    display: none;
  }
}
.b-popup-vid .__form {
  padding: 80px;
}
@media (max-width: 1439px) {
  .b-popup-vid .__form {
    padding: 32px;
  }
}
.b-popup-vid .__close {
  top: 32px;
  right: 32px;
  position: absolute;
  z-index: 3;
}
@media (max-width: 1439px) {
  .b-popup-vid .__close {
    top: 8px;
    right: 8px;
  }
}
.b-popup-vid .__close path {
  transition: 0.3s ease-out;
}
.b-popup-vid .__close:hover path {
  fill: #8A92A0;
}
.b-popup-vid .iexmodal-popup {
  border-radius: 16px;
  overflow: hidden;
}
.b-popup-vid h3, .b-popup-vid .b-h3 {
  color: #FFF;
  text-shadow: 0px 2px 4px rgba(20, 91, 151, 0.08);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.b-popup-vid h3.--iex-black, .b-popup-vid .b-h3.--iex-black {
  color: #181A1F;
}
@media (max-width: 1439px) {
  .b-popup-vid h3, .b-popup-vid .b-h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .b-popup-vid h3, .b-popup-vid .b-h3 {
    font-size: 22px;
  }
}
.b-popup-vid .iexmodal-inner {
  padding: 0;
}
.b-popup-vid .iexmodal-close-inner {
  display: none;
}

@keyframes gap {
  from {
    margin-top: -50px;
  }
  to {
    margin-top: 30px;
  }
}
@keyframes eyes {
  from {
    transform: scaleY(1);
  }
  85% {
    transform: scaleY(1);
  }
  85.4% {
    transform: scaleY(0.2);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes bean {
  from {
    width: 0;
  }
  92% {
    width: 100%;
  }
  to {
    width: 100%;
  }
}
@keyframes ring-bg {
  from {
    opacity: 0;
  }
  75% {
    opacity: 0.2;
  }
  to {
    opacity: 0;
  }
}
@keyframes ring-sm {
  from {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
  }
}
@keyframes bar {
  from {
    opacity: 1;
    width: 0;
  }
  90% {
    opacity: 1;
    width: 100%;
  }
  to {
    opacity: 0;
  }
}
@keyframes lens {
  from {
    top: 2%;
    transform: translateY(0);
  }
  to {
    top: 50%;
    transform: translateY(-50%);
  }
}
@keyframes face1 {
  from {
    top: 0;
    right: 29.29%;
  }
  20% {
    top: 0;
    right: 29.29%;
  }
  25% {
    top: 29.29%;
    right: 0;
  }
  45% {
    top: 29.29%;
    right: 0;
  }
  50% {
    top: 58.58%;
    right: 29.29%;
  }
  70% {
    top: 58.58%;
    right: 29.29%;
  }
  75% {
    top: 29.29%;
    right: 58.58%;
  }
  95% {
    top: 29.29%;
    right: 58.58%;
  }
  to {
    top: 0;
    right: 29.29%;
  }
}
@keyframes face2 {
  from {
    top: 29.29%;
    right: 0;
  }
  20% {
    top: 29.29%;
    right: 0;
  }
  25% {
    top: 58.58%;
    right: 29.29%;
  }
  45% {
    top: 58.58%;
    right: 29.29%;
  }
  50% {
    top: 29.29%;
    right: 58.58%;
  }
  70% {
    top: 29.29%;
    right: 58.58%;
  }
  75% {
    top: 0;
    right: 29.29%;
  }
  95% {
    top: 0;
    right: 29.29%;
  }
  to {
    top: 29.29%;
    right: 0;
  }
}
@keyframes face3 {
  from {
    top: 58.58%;
    right: 29.29%;
  }
  20% {
    top: 58.58%;
    right: 29.29%;
  }
  25% {
    top: 29.29%;
    right: 58.58%;
  }
  45% {
    top: 29.29%;
    right: 58.58%;
  }
  50% {
    top: 0;
    right: 29.29%;
  }
  70% {
    top: 0;
    right: 29.29%;
  }
  75% {
    top: 29.29%;
    right: 0;
  }
  95% {
    top: 29.29%;
    right: 0;
  }
  to {
    top: 58.58%;
    right: 29.29%;
  }
}
@keyframes face4 {
  from {
    top: 29.29%;
    right: 58.58%;
  }
  20% {
    top: 29.29%;
    right: 58.58%;
  }
  25% {
    top: 0;
    right: 29.29%;
  }
  45% {
    top: 0;
    right: 29.29%;
  }
  50% {
    top: 29.29%;
    right: 0;
  }
  70% {
    top: 29.29%;
    right: 0;
  }
  75% {
    top: 58.58%;
    right: 29.29%;
  }
  95% {
    top: 58.58%;
    right: 29.29%;
  }
  to {
    top: 29.29%;
    right: 58.58%;
  }
}
@keyframes face-ico1 {
  from {
    top: 0%;
    left: 0%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  20% {
    top: 0%;
    left: 0%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  25% {
    top: 3.13%;
    left: 21.56%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
  }
  45% {
    top: 3.13%;
    left: 21.56%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
  }
  50% {
    top: 0%;
    left: 15.63%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
  }
  70% {
    top: 0%;
    left: 15.63%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
  }
  75% {
    top: 5.63%;
    left: 4.69%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  95% {
    top: 5.63%;
    left: 4.69%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  to {
    top: 0%;
    left: 0%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
}
@keyframes face-ico2 {
  from {
    top: 10%;
    right: 8.13%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  20% {
    top: 10%;
    right: 8.13%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  25% {
    top: 4.69%;
    right: 6.56%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
    width: 18.75%;
  }
  45% {
    top: 4.69%;
    right: 6.56%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
    width: 18.75%;
  }
  50% {
    top: 10%;
    right: 8.13%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  70% {
    top: 10%;
    right: 8.13%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  75% {
    top: 4.69%;
    right: 16.88%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
  }
  95% {
    top: 4.69%;
    right: 16.88%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
  }
  to {
    top: 10%;
    right: 8.13%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
}
@keyframes face-ico3 {
  from {
    bottom: 3.13%;
    right: 7.81%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  20% {
    bottom: 3.13%;
    right: 7.81%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  25% {
    bottom: 9.38%;
    right: 7.81%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  45% {
    bottom: 9.38%;
    right: 7.81%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  50% {
    bottom: 3.13%;
    right: 14.38%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
  }
  70% {
    bottom: 3.13%;
    right: 14.38%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
  }
  75% {
    bottom: 9.38%;
    right: 4.69%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  95% {
    bottom: 9.38%;
    right: 4.69%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  to {
    bottom: 3.13%;
    right: 7.81%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
}
@keyframes face-ico4 {
  from {
    bottom: 23.13%;
    left: 11.25%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
  }
  20% {
    bottom: 23.13%;
    left: 11.25%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
  }
  25% {
    bottom: 8.44%;
    left: 15.31%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
  }
  45% {
    bottom: 8.44%;
    left: 15.31%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
  }
  50% {
    bottom: 15.63%;
    left: 11.25%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  70% {
    bottom: 15.63%;
    left: 11.25%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0);
  }
  75% {
    bottom: 20%;
    left: 8.13%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
  }
  95% {
    bottom: 20%;
    left: 8.13%;
    width: 18.75%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
  }
  to {
    bottom: 23.13%;
    left: 11.25%;
    width: 12.5%;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1411764706);
  }
}

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

/* End */


/* Start:/tools/css/cases.css?16891600845341*/
.b-cases {
  background: #F5F7FA;
}
.b-cases .b-h3 {
  font-size: 35px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .b-cases .b-h3 {
    margin-bottom: 24px;
  }
}
.b-cases.--main {
  background: #fff;
}
.b-cases.--main .b-cases-grid {
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .b-cases.--main .b-cases-grid {
    margin-bottom: 24px !important;
  }
}
.b-cases.--main .b-cases-grid .__item {
  background-color: #F5F7FA;
}

.b-cases-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.b-cases-tags .__tag {
  width: fit-content;
  background: #fff;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #1A1A1A;
  padding: 0 16px;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s ease-out;
}
@media (max-width: 575px) {
  .b-cases-tags .__tag {
    padding: 0 12px;
    height: 32px;
  }
}
.b-cases-tags .__tag span {
  color: #737C87;
  font-weight: 500;
}
.b-cases-tags .__tag:hover {
  background: #E6EAF1;
  transition: 0.3s ease-out;
}
.b-cases-tags .__tag:hover span {
  color: #1A1A1A;
  transition: 0.3s ease-out;
}
.b-cases-tags .__tag.--active {
  background: #1A1A1A;
  color: #fff;
}
.b-cases-tags .__tag.--active span {
  color: #fff;
}

.b-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media (max-width: 1199px) {
  .b-cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .b-cases-grid {
    grid-template-columns: 1fr;
  }
}
.b-cases-grid .__item {
  padding: 40px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  background-size: cover;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 408px;
  position: relative;
  transition: 0.3s ease-out;
}
@media (max-width: 767px) {
  .b-cases-grid .__item {
    height: 280px;
  }
}
.b-cases-grid .__item:after {
  content: "";
  background: #D1DBEC;
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease-out;
}
.b-cases-grid .__item:hover:after {
  opacity: 0.5;
}
.b-cases-grid .__item.--span-2 {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .b-cases-grid .__item.--span-2 {
    grid-column: span 1;
  }
}
.b-cases-grid .__item .__link {
  z-index: 3;
}
.b-cases-grid .__item .__link .__logo {
  max-height: 220px;
  max-width: 250px;
  width: 100%;
  height: auto;
}
.b-cases-grid .__item .__title {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .b-cases-grid .__item .__title {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .b-cases-grid .__item .__title {
    font-size: 32px;
  }
}
.b-cases-grid .__item .__video {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.b-case-bnr {
  margin: 0 16px;
  border-radius: 16px;
  overflow: hidden;
  height: 720px;
  position: relative;
  background-size: cover;
}
@media (max-width: 768px) {
  .b-case-bnr {
    height: 90vh;
    margin: 0;
    border-radius: 0;
  }
}
.b-case-bnr .__bg {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.b-case-bnr .__bot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 37px 0;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.b-case-bnr .__bot .__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 32px;
  align-items: center;
}

.b-case-h1 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 24px;
}

.b-case-attr {
  font-weight: 500;
  margin: 0 0 32px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
}
.b-case-attr .__name {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
}
.b-case-attr a {
  color: #FF0033;
  text-decoration-line: underline;
  transition: 0.3s ease-out;
}
.b-case-attr a:hover {
  color: #1A1A1A;
  transition: 0.3s ease-out;
  text-decoration-line: none;
}
.b-case-attr img {
  height: 24px;
  margin-right: 24px;
}
.b-case-attr img:last-child {
  margin-right: 0;
}

.b-case-form {
  padding: 56px 0;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  background: #1A1A1A;
  border-radius: 16px;
  margin: 0 16px;
}
@media (max-width: 768px) {
  .b-case-form {
    margin: 0;
    border-radius: 0;
  }
}

.b-case-gallery {
  background: #E6EAF1;
}
.b-case-gallery .__title {
  color: #8B929E;
  font-size: 20px;
  line-height: 2;
  margin: 80px 0 24px;
}
.b-case-gallery .__title:first-child {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .b-case-gallery .__title {
    margin: 64px 0 18px;
  }
}
.b-case-gallery .__title + div img {
  border-radius: 8px;
}

.b-case-controls {
  display: flex;
  justify-content: space-between;
}

.b-img-flex {
  display: flex;
  justify-content: space-evenly;
  gap: 24px;
  flex-wrap: wrap;
}

.--bg-cases-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #E6EAF1 100%);
}

.--bg-cases {
  background: #F5F7FA;
}

.--bg-cases-detail {
  background: #E6EAF1;
}

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

/* End */
/* /tools/css/services-new.css?175189092094130 */
/* /tools/css/cases.css?16891600845341 */
