.--sfera {
  font-family: "TT Firs Neue";
  line-height: normal;
  margin-bottom: 70px;
  font-size: 16px;
}
.--sfera img {
  max-width: 100%;
}

.main1.mb-0 {
  padding-bottom: 0;
}

.sferaBtn {
  -webkit-border-radius: 60px;
     -moz-border-radius: 60px;
          border-radius: 60px;
  background: #1E78AD;
  max-width: 250px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 6px 0 22px;
  font-weight: 500;
  color: white !important;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
	cursor: pointer;
}
.sferaBtn:hover {
  opacity: 0.75;
  color: white;
}
.sferaBtn:after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="41" height="41" viewBox="0 0 41 41" fill="none"><circle cx="20.2578" cy="20.3631" r="20" fill="white"/><path d="M12.7578 12.8639L27.7578 27.8639M27.7578 27.8639V15.8639M27.7578 27.8639H15.7578" stroke="%231E78AD" stroke-width="2.12846" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-position: center center;
}
.sferaBtn.--white {
  background: white;
  color: #1E78AD !important;
  height: 32px;
  padding-left: 40px;
}
.sferaBtn.--white:hover {
  color: #1E78AD;
}
.sferaBtn.--white:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none"><circle cx="16" cy="16.6658" r="16" fill="%231E78AD"/><path d="M10 10.6658L22 22.6658M22 22.6658V13.0658M22 22.6658H12.4" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.sfera__title {
  font-size: 28px;
  margin: 0 0 50px 0;
  font-weight: 500;
  text-align: center;
}
.sfera__subtitle {
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
}
.sferaTop .sferaTop__slide {
  height: 0;
  width: 100%;
  padding-top: 72%;
  position: relative;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}
.sferaTop .sferaTop__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}
.sferaTop__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.sferaTop__left {
  width: 580px;
}
.sferaTop__title {
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  background: #1E78AD;
  padding: 50px 60px 50px 30px;
  color: white;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sferaTop__list {
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  border: 1px solid #1E78AD;
  background: #FFF;
  padding: 24px 16px;
}
.sferaTop__list p {
  margin-bottom: 24px;
  line-height: 1.7;
}
.sferaTop__sliders {
  width: -webkit-calc(100% - 434px);
  width: -moz-calc(100% - 434px);
  width: calc(100% - 434px);
}
.sferaTop__sliders--top {
  margin-bottom: 16px;
}
.sferaTop__sliders--bottom .swiper-slide {
  cursor: pointer;
}
.sferaTop__sliders--bottom .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
}
.sferaTop__sliders--bottom .swiper-slide-thumb-active:after {
  display: none;
}
.sferaText h2 {
  margin-bottom: 25px;
}
.sferaText__block {
  padding: 40px 35px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  background: #1E78AD;
  color: white;
}
.sferaText__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 14px 24px;
}
.sferaText__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 12px;
  padding: 12px;
  background: white;
  color: black;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  width: -webkit-calc(50% - 12px);
  width: -moz-calc(50% - 12px);
  width: calc(50% - 12px);
}
.sferaText__item--img {
  width: 32px;
}
.sferaText__item--info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sferaText__item--title {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 14px;
}
.sferaText__item--text {
  font-size: 12px;
}
.sferaVideo h2 {
  margin-bottom: 25px;
}
.sferaVideo__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 18px;
}
.sferaVideo__block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sferaVideo iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}
.sferaConsul .sferaBtn {
  margin: 0 auto;
}
.sferaConsul__block {
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  background: #1E78AD;
  color: white;
  text-align: center;
  padding: 15px 30px;
  max-width: 415px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sferaConsul__block .sfera__title {
  margin: 0;
  font-weight: 600;
}
.sferaConsul__block p {
  margin: 20px 0;
  font-size: 14px;
}
.sferaType__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.sferaType__left {
  width: 325px;
}
.sferaType__right {
  width: -webkit-calc(100% - 18px - 325px);
  width: -moz-calc(100% - 18px - 325px);
  width: calc(100% - 18px - 325px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 18px 12px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sferaType__text {
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  border: 1px solid #1E78AD;
  background: #FFF;
  padding: 25px 15px;
}
.sferaType__text--title {
  font-size: 24px;
}
.sferaType__text ul {
  margin: 15px 0;
  font-size: 14px;
  padding-left: 20px;
}
.sferaType__text ul li {
  line-height: 1.8;
}
.sferaType__item {
  width: -webkit-calc(33.3333333333% - 8px);
  width: -moz-calc(33.3333333333% - 8px);
  width: calc(33.3333333333% - 8px);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  border: 1px solid #989898;
  background: #FFF;
  padding: 10px;
}
.sferaType__item--img {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sferaType__item--img img {
  max-height: 100%;
}
.sferaType__item--title {
  font-size: 12px;
  margin-top: 18px;
  font-weight: 500;
  text-align: center;
}
.sferaFeatures {
  padding: 50px 0;
  background-color: #1E78AD;
  color: white;
}
.sferaFeatures h2 {
  font-weight: 600;
  text-transform: uppercase;
}
.sferaFeatures__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sferaFeatures__item {
  width: -webkit-calc((100% - 30px) / 2);
  width: -moz-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 2);
  max-width: 420px;
  padding: 8px 26px;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  border: 1px solid #A6DBFA;
}
.sferaFeatures__item--img {
  width: 42px;
}
.sferaFeatures__item--title {
  font-size: 14px;
  color: black;
}
.sferaFeatures .sferaBtn {
  margin: 35px auto 0 auto;
  border: 1px solid white;
}
.sferaProjects h2 {
  max-width: 700px;
  margin: 0 auto 25px auto;
}
.sferaProjects p {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.sferaProjects__slider {
	position: relative;
	padding: 0 15px;
	margin: 0 -15px;
}
.sferaProjects__item--img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 83%;
  display: block;
  cursor: pointer;
}
.sferaProjects__item--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 15px 15px 0 0;
     -moz-border-radius: 15px 15px 0 0;
          border-radius: 15px 15px 0 0;
}
.sferaProjects__item--title {
  margin-top: 15px;
  padding: 0 20px;
  text-align: center;
  font-size: 12px;
}
.sferaProjects .sferaBtn {
  margin: 35px auto 0 auto;
}

@media (min-width: 992px) {
  .sferaTop__sliders--top .sferaTop__slide {
    padding: 0;
    height: 400px;
  }
  .sferaTop__sliders--bottom .sferaTop__slide {
    padding: 0;
    height: 120px;
  }
  .sferaType .sfera__title {
    text-align: left;
    margin: 0;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    background: #1E78AD;
    padding: 30px 15px;
    color: white;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .--sfera {
    margin-bottom: 50px;
  }
  .sfera__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .sfera__subtitle {
    margin-bottom: 25px;
  }
  .sferaTop__wrapper {
    display: block;
  }
  .sferaTop__left {
    margin: 0 auto 24px auto;
  }
  .sferaTop__sliders {
    margin: 0 auto;
    width: 580px;
  }
  .sferaText h2 {
    margin-bottom: 20px;
  }
  .sferaText__block {
    padding: 30px;
  }
  .sferaText__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 12px;
  }
  .sferaText__item {
    width: -webkit-calc(50% - 6px);
    width: -moz-calc(50% - 6px);
    width: calc(50% - 6px);
  }
  .sferaVideo h2 {
    margin-bottom: 20px;
  }
  .sferaVideo__wrapper {
    display: block;
  }
  .sferaConsul__block {
    max-width: 415px;
    margin: 20px auto 0 auto;
  }
  .sferaType__wrapper {
    display: block;
  }
  .sferaType__left {
    width: 100%;
    margin-bottom: 18px;
  }
  .sferaType__right {
    width: 100%;
  }
  .sferaFeatures {
    padding: 40px 0;
  }
  .sferaFeatures .sferaBtn {
    margin-top: 25px;
  }
  .sferaProjects h2 {
    margin-bottom: 20px;
  }
  .sferaProjects__slider {
	margin: 0;
  }
  .sferaProjects .sferaBtn {
    margin-top: 25px;
  }
  .sferaProjects__item--title {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .--sfera {
    margin-bottom: 40px;
  }
  .sfera__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .sfera__subtitle {
    margin-bottom: 20px;
  }
  .sferaTop__title {
    font-size: 28px;
    padding: 50px;
    text-align: center;
  }
  .sferaTop__left {
    max-width: 580px;
    width: 100%;
  }
  .sferaTop__sliders {
    max-width: 580px;
    width: 100%;
  }
  .sferaText h2 {
    margin-bottom: 15px;
  }
  .sferaText__block {
    padding: 25px;
  }
  .sferaVideo h2 {
    margin-bottom: 15px;
  }
  .sferaConsul__block {
    padding: 15px 20px;
    margin-top: 15px;
  }
  .sferaConsul__block p {
    margin: 15px 0;
  }
  .sferaType__item {
    width: -webkit-calc(50% - 6px);
    width: -moz-calc(50% - 6px);
    width: calc(50% - 6px);
  }
  .sferaFeatures {
    padding: 30px 0;
  }
  .sferaFeatures__list {
    gap: 15px 10px;
  }
  .sferaFeatures__item {
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .sferaFeatures .sferaBtn {
    margin-top: 20px;
  }
  .sferaProjects h2 {
    margin-bottom: 15px;
  }
  .sferaProjects__item--title {
    padding: 0 15px;
  }
  .sferaProjects .sferaBtn {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .--sfera {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .sferaBtn {
    padding-left: 18px;
  }
  .sferaBtn:after {
    width: 24px;
    height: 24px;
  }
  .sfera__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sfera__subtitle {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .sferaTop__title {
    padding: 15px;
    font-size: 18px;
  }
  .sferaTop__list {
    padding: 15px;
  }
  .sferaTop__list p {
    margin-bottom: 10px;
  }
  .sferaTop__sliders--top {
    margin-bottom: 10px;
  }
  .sferaText h2 {
    margin-bottom: 10px;
  }
  .sferaText__block {
    padding: 20px;
  }
  .sferaText__list {
    gap: 10px;
  }
  .sferaText__item {
    gap: 10px;
    padding: 10px;
    width: 100%;
  }
  .sferaVideo h2 {
    margin-bottom: 10px;
  }
  .sferaConsul__block {
    margin-top: 10px;
    padding: 15px;
  }
  .sferaConsul__block p {
    margin: 10px 0;
  }
  .sferaType__right {
    gap: 6px;
  }
  .sferaType__text {
    padding: 10px 15px;
  }
  .sferaType__text--title {
    font-size: 20px;
    text-align: center;
  }
  .sferaType__text ul {
    font-size: 12px;
    margin: 10px 0;
  }
  .sferaType__item {
    padding: 5px;
  }
  .sferaType__item--title {
    font-size: 10px;
    margin-top: 10px;
  }
  .sferaType__item--img {
    height: 80px;
  }
  .sferaFeatures {
    padding: 20px 0;
  }
  .sferaFeatures__list {
    gap: 10px;
  }
  .sferaFeatures__item {
    padding: 5px 10px;
    gap: 10px;
    width: 100%;
  }
  .sferaFeatures__item--img {
    width: 32px;
  }
  .sferaFeatures__item--title {
    font-size: 12px;
  }
  .sferaFeatures .sferaBtn {
    margin-top: 15px;
  }
  .sferaProjects h2 {
    margin-bottom: 10px;
  }
  .sferaProjects__item--title {
    padding: 0 10px;
  }
  .sferaProjects .sferaBtn {
    margin-top: 15px;
  }
}