@font-face {
  font-family: "Unbounded";
  src: url("../media/fonts/Unbounded-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Unbounded";
  src: url("../media/fonts/Unbounded-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Verdana";
  src: url("../media/fonts/Verdana.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Verdana";
  src: url("../media/fonts/Verdana-Bold.ttf");
  font-weight: 700;
}
body,
html {
  font-size: 0.0694444444vw;
  max-width: 100vw;
  overflow-x: hidden;
  background: #000018;
}

.desk {
  display: unset;
}

.mob {
  display: none;
}

button {
  cursor: pointer;
}

.section-heading {
  font-weight: 700;
  font-size: 52rem;
  color: #fff;
}
.section-heading span {
  color: #000018;
  position: relative;
  font-family: inherit;
  font-size: inherit;
}
.section-heading span::after {
  content: "";
  border-radius: 20rem;
  width: calc(100% + 10rem);
  height: 40rem;
  background: #89f403;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  rotate: -1deg;
  z-index: -1;
  top: 50%;
  left: 50%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
  font-family: "Verdana", sans-serif;
}

.container {
  width: 1160rem;
  margin: auto;
}

header {
  padding: 23rem 0rem;
  position: absolute;
  z-index: 9;
  width: 100vw;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headderLogo {
  width: 240rem;
  height: 17rem;
}

.headderNav {
  display: flex;
  align-items: center;
  gap: 15rem;
}

.headderLink {
  padding: 10rem;
  display: block;
  font-family: "Verdana", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  color: #fff;
}

.headerContacts {
  display: flex;
  align-items: center;
  gap: 10rem;
}

.headerIcon {
  background: #fff;
  width: 50rem;
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  cursor: pointer;
}

.headerIconSvg {
  width: 25rem;
  height: 25rem;
}

.headerContactButton {
  border-radius: 50rem;
  padding: 16.5rem 30rem;
  background: #6b01f5;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 14rem;
  color: #fff;
}

.mainBlock {
  position: relative;
}
.mainBlock .container {
  position: relative;
  z-index: 2;
  padding-top: 216rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mainBlockHeading {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 62rem;
  line-height: 140%;
  text-align: center;
  color: #fff;
}
.mainBlockHeading span {
  color: #121026;
}
.mainBlockHeading span::after {
  height: 90rem;
  border-radius: 100rem;
  transform: translate(-50%, -58%);
  rotate: -0.8deg;
}

.mainBlockSubHeading {
  font-family: "Verdana", sans-serif;
  font-weight: 700;
  font-size: 24rem;
  text-align: center;
  color: #fff;
  margin-top: 34rem;
  margin-bottom: 59rem;
}

.mainBlockButtons {
  display: flex;
  align-items: center;
  gap: 15rem;
}

.mainBlockButton {
  border-radius: 50rem;
  padding: 30rem 40rem;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 20rem;
}
.mainBlockButton.purple {
  color: #fff;
  background: #6b01f5;
}
.mainBlockButton.white {
  color: #6b01f5;
  background: #fff;
}

.mainBg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.Pluses .container {
  gap: 90rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.plusesTopContainer {
  flex-direction: row;
  display: flex;
  gap: 10rem;
}

.plusesTopLContainer {
  border-radius: 24rem;
  background: #121026;
  padding: 40rem;
  position: relative;
  width: 690rem;
  height: 584rem;
}

.plusesTLContainerHeading {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 42rem;
  color: #fff;
  position: relative;
  z-index: 2;
}

.plusesTLContainerBg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0rem;
  left: 0rem;
}

.plusesTLContainerEl {
  position: absolute;
  width: 324rem;
  height: 247rem;
  bottom: -82rem;
  left: 119rem;
  z-index: 2;
}

.plusesTopRContainer {
  flex-direction: column;
  display: flex;
  gap: 10rem;
  width: 460rem;
}

.plusesTopSItem {
  border-radius: 24rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 188rem;
}
.plusesTopSItem:nth-child(1) {
  background: #252551;
}
.plusesTopSItem:nth-child(1) .plusesTopSItemIndex {
  color: #121026;
}
.plusesTopSItem:nth-child(2) {
  background: #121026;
}
.plusesTopSItem:nth-child(2) .plusesTopSItemIndex {
  color: #252551;
}
.plusesTopSItem:nth-child(3) {
  background: #121026;
}
.plusesTopSItem:nth-child(3) .plusesTopSItemIndex {
  color: #252551;
}

.plusesTopSItemText {
  font-family: "Verdana", sans-serif;
  font-weight: 700;
  font-size: 20rem;
  color: #fff;
  z-index: 2;
  position: relative;
  width: 380rem;
}

.plusesTopSItemIndex {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 20rem;
  color: #121026;
  position: absolute;
  top: 20rem;
  right: 20rem;
  z-index: 2;
}

.plusesTopSItemBg {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
}

footer {
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  background: #121026;
  padding-top: 57rem;
  border-radius: 32rem 32rem 0 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.footer-l {
  display: flex;
  gap: 135rem;
}

.footer-item .mainBlockButton {
  font-size: 14rem;
  padding: 15rem 30rem;
}

.footer-logo {
  width: 240rem;
  height: 17rem;
}

.footer-menu {
  display: flex;
  flex-direction: column;
}

.footer-menu-item {
  padding: 10rem;
  font-weight: 400;
  font-size: 14rem;
  color: #fff;
}

.footer-r {
  position: relative;
}
.footer-r .footer-item {
  display: flex;
  flex-direction: column;
  gap: 23rem;
  align-items: flex-end;
}

.footer-sety {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
}

.footer-policyt {
  font-weight: 400;
  font-size: 14rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 40rem;
  margin-bottom: 57rem;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-bg-svg {
  width: 100%;
  position: relative;
  z-index: 2;
}

.footer-bg-light {
  position: absolute;
  top: 0;
  right: 0;
  width: 725rem;
  height: 100%;
  z-index: 1;
}

.form-block {
  position: relative;
  padding-bottom: 90rem;
  z-index: 1;
}
.form-block .container {
  position: relative;
  border-radius: 24rem;
  background: linear-gradient(144deg, #4f23ca 0%, #271164 100%);
  display: flex;
  height: 770rem;
  z-index: 2;
}

#form_result {
  margin-top: -15rem;
  color: white;
}

.form-block-l {
  padding: 60rem 0 60rem 60rem;
  width: 585rem;
  flex-shrink: 0;
}

.form-block-heading {
  font-weight: 700;
  font-size: 32rem;
  color: #fff;
  position: relative;
}
.form-block-heading span {
  color: #000018;
  position: relative;
}
.form-block-heading span::after {
  content: "";
  border-radius: 20rem;
  width: calc(100% + 10rem);
  height: 40rem;
  background: #89f403;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  rotate: -1deg;
  z-index: -1;
  top: 50%;
  left: 50%;
}

.form-block-l-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 517rem;
}

.form-block-r {
  margin: 20rem;
  border-radius: 20rem;
  background: linear-gradient(104deg, #121026 16.83%, #4f23ca 100%);
  padding: 30rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20rem;
}

.form-inputs {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10rem;
}

.form-input {
  width: 100%;
  border: 1rem solid rgba(255, 255, 255, 0.8);
  border-radius: 520rem;
  padding: 15rem 10rem 15rem 20rem;
  font-weight: 400;
  font-size: 16rem;
  color: #fff;
  background: none;
  transition: all 0.4s ease;
}
.form-input:user-invalid {
  border: 1rem solid rgba(255, 0, 0, 0.8);
}

.form-area {
  border-radius: 24rem;
  height: 127rem;
  resize: none;
}

.form-policy {
  display: flex;
  align-items: center;
  gap: 10rem;
}

.form-policy-checkbox {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: -99999rem;
}
.form-policy-checkbox:checked + .form-policy-checkbox-visual .form-policy-checkbox-visual-svg {
  opacity: 1;
}
.form-policy-checkbox:user-invalid + .form-policy-checkbox-visual {
  border: 1rem solid rgba(255, 0, 0, 0.8);
  background: rgba(255, 0, 0, 0.1);
}

.form-policy-checkbox-visual {
  border-radius: 2rem;
  width: 15rem;
  height: 15rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  transition: all 0.4s ease;
  cursor: pointer;
  flex-shrink: 0;
}

.form-policy-checkbox-visual-svg {
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}

.form-policy-checkbox-text {
  font-weight: 400;
  font-size: 14rem;
  color: rgba(255, 255, 255, 0.6);
}
.form-policy-checkbox-text a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.form-button {
  cursor: pointer;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20rem 0;
  font-size: 16rem;
}

.form-block-bg {
  position: absolute;
  bottom: -28rem;
  width: 100%;
}

.news {
  padding: 90rem 0;
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #4f23ca 64.9%, rgba(79, 35, 202, 0) 100%);
}
.news .section-heading {
  width: 100%;
  margin-bottom: 40rem;
}
.news .container {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.news .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.swiper-slide .news-item {
  width: 100%;
  border-radius: 24rem;
  width: 374rem;
  height: 509rem;
  background: #252551;
  padding: 20rem;
  padding-bottom: 30rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.news-item-img {
  width: 100%;
	border-radius: 20rem
}

.news-i-info {
  margin-top: 20rem;
  display: flex;
  flex-direction: column;
  gap: 15rem;
}

.news-i-heading {
  font-weight: 700;
  font-size: 22rem;
  color: #fff;
}

.news-i-text {
  font-weight: 400;
  font-size: 16rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-date {
  font-weight: 400;
  font-size: 16rem;
  color: rgba(255, 255, 255, 0.6);
}

.news-btn {
  margin-top: 40rem;
  width: 304rem;
}

.empty-btn {
  border: 1rem solid #fff;
  border-radius: 50rem;
  padding: 30rem 40rem;
  background: none;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 20rem;
  color: #fff;
}

.vakans {
  background: #4f23ca;
  padding-bottom: 90rem;
  position: relative;
}
.vakans .container {
  position: relative;
  z-index: 2;
  border-radius: 24rem;
  background: linear-gradient(328deg, #121026 0%, #4f23ca 100%);
  padding: 90rem 60rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vakans .section-heading {
  margin-bottom: 40rem;
  text-align: center;
}
.vakans .section-heading span::after {
  border-radius: 99rem;
  height: 60rem;
  transform: translate(-50%, -44%);
}
.vakans .wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 11rem;
  margin-bottom: 40rem;
}

.vak-i {
  border-radius: 24rem;
  width: 100%;
  position: relative;
  background: linear-gradient(140deg, #252551 57.98%, #3a3a7f 77%, #5454b7 100%);
}

.vak-i-heading {
  top: 30rem;
  width: 252rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 20rem;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 2;
}

.vak-i-bg {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vak-text {
  font-weight: 700;
  font-size: 32rem;
  text-align: center;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  margin-bottom: 30rem;
}

.vak-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  border-radius: 0 0 32rem 32rem;
}

.team {
  border-radius: 32rem 32rem 0 0;
  padding-top: 90rem;
  padding-bottom: 82rem;
  background: linear-gradient(360deg, rgba(0, 0, 24, 0) 0%, #000018 15%, #000018 100%);
  z-index: 3;
  position: relative;
  margin-top: -30rem;
}
.team .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team .section-heading {
  margin-bottom: 30rem;
}

.team-arrows {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-bottom: 40rem;
}
.team-arrows.mob {
  display: none;
}

.team-arrow {
  cursor: pointer;
  width: 60rem;
  height: 60rem;
}

.swiper.team-slider {
  overflow: visible;
  max-width: 100%;
}
.swiper .swiper-wrapper {
  align-items: stretch;
}

.swiper-slide.team-slide {
  height: auto;
  border-radius: 24rem;
  padding: 20rem;
  padding-bottom: 35rem;
  background: #252551;
}

.team-slide-img {
  width: 100%;
  margin-bottom: 20rem;
}

.team-slide-heading {
  font-weight: 700;
  font-size: 22rem;
  color: #fff;
  margin-bottom: 6rem;
}

.team-slide-dol {
  font-weight: 400;
  font-size: 16rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15rem;
}

.team-slide-text {
  font-weight: 400;
  font-size: 16rem;
  color: #fff;
  margin-bottom: 15rem;
}
.team-slide-text:last-child {
  margin-bottom: 0;
}

.keyses {
  position: relative;
  padding-bottom: 172rem;
  background: linear-gradient(180deg, rgba(79, 35, 202, 0) 0%, rgba(79, 35, 202, 0.5) 12.78%, #4f23ca 27.55%);
}
.keyses .section-heading {
  margin-bottom: 40rem;
}
.keyses .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
}

.keyses-i {
  border-radius: 24rem;
  background: #fff;
  padding: 20rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.keyses-i-img {
  width: 100%;
  margin-bottom: 25rem;
}

.keyses-i-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1;
}

.keyses-i-texts {
  max-width: 420rem;
  height: 100%;
}

.keyses-a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.keyses-tag {
  font-weight: 400;
  font-size: 14rem;
  text-align: center;
  color: #000018;
  border-radius: 20rem;
  padding: 4rem 10rem;
  display: block;
  margin-bottom: 10rem;
  background: #89f403;
  width: -moz-fit-content;
  width: fit-content;
}

.keyses-text {
  font-weight: 700;
  font-size: 20rem;
  color: #161616;
}

.keyses-i-href {
  width: 60rem;
  height: 60rem;
}

.keyses-svg-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.clients {
  position: relative;
  margin: 90rem 0;
}
.clients .section-heading {
  margin-bottom: 40rem;
}

.begu-str {
  display: flex;
  gap: 10rem;
}
.begu-str.rev {
  margin-top: 10rem;
}
.begu-str.rev .begu-srt-elem {
  animation: beguStrAnimRev 20s linear infinite;
}

.begu-srt-elem {
  display: flex;
  gap: 10rem;
  animation: beguStrAnim 20s linear infinite;
}

.begu-str-item {
  border-radius: 24rem;
  width: 260rem;
  height: 110rem;
  background: #fff;
}

.begu-str-item-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes beguStrAnim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes beguStrAnimRev {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.communication {
  padding-top: 90rem;
  position: relative;
}
.communication .container {
  border-radius: 24rem;
  height: 492rem;
  background: linear-gradient(144deg, #4f23ca 0%, #271164 100%);
  padding: 75rem 0 75rem 60rem;
  position: relative;
  z-index: 2;
}
.communication .section-heading span::after {
  height: 60rem;
  border-radius: 100rem;
  transform: translate(-50%, -44%);
}

.com-heading {
  margin-bottom: 19rem;
  max-width: 700rem;
  margin-bottom: 20rem;
  position: relative;
  z-index: 2;
}

.com-text {
  max-width: 488rem;
  font-weight: 700;
  font-size: 32rem;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  margin-bottom: 30rem;
  position: relative;
  z-index: 2;
}

.com-button {
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
}

.com-container-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.com-bg {
  position: absolute;
  top: -35rem;
  left: 0;
  width: 100%;
}

.better {
  position: relative;
  z-index: 2;
  border-radius: 0 0 32rem 32rem;
  background: #000018;
  padding-bottom: 90rem;
}
.better .container {
  border-radius: 24rem;
  background: #121026;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 55rem 60rem 65rem;
}
.better .section-heading {
  max-width: 540rem;
  margin-bottom: 40rem;
}
.better .section-heading span {
  position: relative;
  z-index: 3;
}
.better .section-heading span::after {
  z-index: -1;
  height: 60rem;
  border-radius: 100rem;
  transform: translate(-50%, -44%);
}

.better-star {
  position: absolute;
  width: 362rem;
  height: 360rem;
  top: -246rem;
  right: -20rem;
}

.better-item {
  border-radius: 24rem;
  background: #252551;
  display: flex;
  justify-content: space-between;
  padding: 30rem;
  margin-bottom: 30rem;
  gap: 75rem;
}
.better-item:last-child {
  margin-bottom: 0;
}

.better-i-l {
  max-width: 495rem;
  flex-shrink: 0;
}

.better-i-heading {
  font-weight: 700;
  font-size: 22rem;
  color: #fff;
  margin-bottom: 12rem;
}

.better-i-list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.better-i-item {
  font-weight: 400;
  font-size: 18rem;
  color: #fff;
  display: flex;
  gap: 10rem;
}
.better-i-item::before {
  flex-shrink: 0;
  content: "";
  display: block;
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
  background: #89F403;
  margin-top: 5rem;
}

.good {
  background: #000018;
  position: relative;
  z-index: 2;
  padding-bottom: 90rem;
}
.good .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
}
.good .section-heading span {
  position: relative;
  z-index: 3;
}
.good .section-heading span::after {
  z-index: -1;
  height: 60rem;
  border-radius: 100rem;
  transform: translate(-50%, -44%);
}

.good-item {
  border-radius: 24rem;
  position: relative;
  padding: 30rem;
  padding-bottom: 24rem;
  overflow: hidden;
}
.good-item:nth-child(2) {
  background: #252551;
}
.good-item:nth-child(2) .good-item-index {
  color: #4f23ca;
}
.good-item:nth-child(3) {
  background: #6b01f5;
}
.good-item:nth-child(3) .good-item-index {
  color: #121026;
}
.good-item:nth-child(4) .good-item-index {
  color: #121026;
}
.good-item:nth-child(5) {
  background: #252551;
}
.good-item:nth-child(5) .good-item-index {
  color: #4f23ca;
}
.good-item:nth-child(6) {
  background: #4f23ca;
}
.good-item:nth-child(6) .good-item-index {
  color: #121026;
}

.good-item-heading {
  font-weight: 700;
  font-size: 20rem;
  color: #fff;
  margin-bottom: 10rem;
  position: relative;
  z-index: 2;
}

.good-item-text {
  font-weight: 400;
  font-size: 18rem;
  color: #fff;
  position: relative;
  z-index: 2;
}

.good-item-index {
  position: absolute;
  font-weight: 700;
  font-size: 20rem;
  color: #4f23ca;
  top: 20rem;
  right: 20rem;
  z-index: 2;
}

.good-item-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reload {
  position: relative;
  z-index: 2;
  margin-bottom: 90rem;
}
.reload .section-heading {
  margin-bottom: 40rem;
}
.reload .section-heading span::after {
  display: none;
}
.reload .container {
  position: relative;
  padding: 60rem;
  background: #4f23ca;
  border-radius: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reload .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.reload-sub-heading {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 32rem;
  text-align: center;
  color: #fff;
}

.reload-item {
  border-radius: 24rem;
  width: 339rem;
  height: 274rem;
  background: #252551;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 27rem;
  justify-content: space-between;
  padding-bottom: 15rem;
}
.reload-item:nth-child(2) {
  background: #121026;
  justify-content: flex-end;
  padding-bottom: 40rem;
}
.reload-item:nth-child(2) .reload-item-img {
  position: absolute;
  top: -21rem;
}

.reload-item-text {
  font-weight: 700;
  font-size: 20rem;
  text-align: center;
  color: #fff;
  width: 280rem;
}

.reload-item-img {
  width: 309rem;
}

.uneed {
  padding-top: 88rem;
  position: relative;
  margin-bottom: 40rem;
  background: #4f23ca;
}
.uneed .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.uneed .section-heading {
  text-align: center;
  width: 765rem;
  margin-bottom: 40rem;
}
.uneed .section-heading span {
  color: #89f403;
}
.uneed .section-heading span::after {
  display: none;
}
.uneed .wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10rem;
}

.uneed-item {
  position: relative;
  width: 100%;
  height: 170rem;
  border-radius: 24rem;
}
.uneed-item .u-i-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 30rem;
}
.uneed-item.dark {
  background: #121026;
  border: 1rem solid #1d1a3c;
  -webkit-backdrop-filter: blur(30rem);
          backdrop-filter: blur(30rem);
}
.uneed-item.dark .uneed-i-num {
  color: #89f403;
}
.uneed-item.light {
  border: 1rem solid #4f23ca;
  background: rgba(79, 35, 202, 0.5);
  -webkit-backdrop-filter: blur(30rem);
          backdrop-filter: blur(30rem);
}
.uneed-item.light .uneed-i-num {
  color: #121026;
}
.uneed-item.green {
  background: #89f403;
  -webkit-backdrop-filter: blur(30rem);
          backdrop-filter: blur(30rem);
}
.uneed-item.green .uneed-i-num {
  color: #4f23ca;
}
.uneed-item.green .uneed-i-heading {
  color: #121026;
}
.uneed-item.inv {
  opacity: 0;
  visibility: 0;
}

.uneed-i-heading {
  font-weight: 400;
  font-size: 20rem;
  color: #fff;
  width: 100%;
}

.uneed-i-num {
  font-weight: 700;
  font-size: 100rem;
  font-family: "Unbounded", sans-serif;
  position: absolute;
  right: -5rem;
  bottom: -48rem;
}

.uneed-i-star {
  position: absolute;
  top: -40rem;
  right: -40rem;
}

.uneed-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  border-radius: 32rem;
}

.Pluses {
  margin-top: 130rem;
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(79, 35, 202, 0) 0%, rgba(79, 35, 202, 0.49) 14.4%, #4f23ca 23.4%, #4f23ca 100%);
}

.plusesBtmTop {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-bottom: 10rem;
}

.plusesBtmTopEl {
  border-radius: 24rem;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 250rem;
  padding: 40rem;
}
.plusesBtmTopEl:nth-child(1) {
  background: #252551;
}
.plusesBtmTopEl:nth-child(2) {
  background: #121026;
}

.plusesBtmTopElHeading {
  font-weight: 700;
  font-size: 20rem;
  color: #fff;
  margin-bottom: 10rem;
}

.plusesBtmTopElText {
  font-weight: 400;
  font-size: 18rem;
  color: #fff;
}

.plusesBtmTopEl_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.plusesBtmBtm {
  width: 100%;
  height: 540rem;
  overflow: hidden;
  position: relative;
  padding: 40rem;
  border-radius: 24rem;
  margin-bottom: 90rem;
}

.plusesBtmBtmHeading {
  font-weight: 700;
  font-size: 34rem;
  color: #fff;
  width: 463rem;
}
.plusesBtmBtmHeading span {
  color: #121026;
  position: relative;
  font-family: inherit;
  font-size: inherit;
}
.plusesBtmBtmHeading span::after {
  content: "";
  border-radius: 20rem;
  width: calc(100% + 10rem);
  height: 40rem;
  background: #89f403;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  rotate: -1deg;
  z-index: -1;
  top: 50%;
  left: 50%;
}

.plusesBtmBtm-info {
  position: relative;
  z-index: 2;
}

.plusesBtmBtmSubHeading {
  font-weight: 700;
  font-size: 26rem;
  color: #fff;
  margin-top: 8rem;
  width: 463rem;
}

.plusesBtmBtmText {
  margin-top: 10rem;
  margin-left: 120rem;
  font-weight: 700;
  font-size: 26rem;
  color: #fff;
  width: 409rem;
}
.plusesBtmBtmText span {
  color: #121026;
  position: relative;
  font-family: inherit;
  font-size: inherit;
}
.plusesBtmBtmText span::after {
  content: "";
  border-radius: 20rem;
  width: calc(100% + 10rem);
  height: 40rem;
  background: #89f403;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  rotate: -1deg;
  z-index: -1;
  top: 50%;
  left: 50%;
}

.plusesBtmBtmBg {
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}

.header-mob-menu-btn {
  width: 24rem;
  height: 24rem;
}

.headerContacts.mob {
  display: none;
}

.bar {
  border-radius: 24rem 0 0 24rem;
  width: 70rem;
  height: 248rem;
  position: fixed;
  right: 0;
  top: 140rem;
  padding: 10rem 10rem 20rem;
  z-index: 9;
  box-shadow: 5rem 5rem 20rem 10rem rgba(0, 0, 0, 0.2);
  background: #1d1a3c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22rem;
  cursor: pointer;
  transform: translateX(80%);
  transition: all 0.4s ease;
}
.bar.active {
  transform: translateX(0);
}

.bar-text {
  font-weight: 400;
  font-size: 14rem;
  text-align: center;
  color: #fff;
  rotate: 90deg;
  word-wrap: normal;
  text-wrap: nowrap;
  margin-top: -10rem;
  transform-origin: center left;
  margin-right: -105rem;
}

.bar-svg {
  width: 50rem;
  height: 50rem;
}

.better-i-r {
  max-width: 410rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.bred-crumbs {
  margin-top: 163rem;
  z-index: 2;
  position: relative;
}
.bred-crumbs .container {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.bred-crumbs a {
  font-weight: 400;
  font-size: 14rem;
  color: white;
}
.bred-crumbs p {
  font-weight: 400;
  font-size: 14rem;
  color: rgba(255, 255, 255, 0.7);
}
.bred-crumbs svg {
  width: 6rem;
}

.all-news {
  margin-top: 40rem;
  margin-bottom: 90rem;
  z-index: 4;
  position: relative;
  background: linear-gradient(180deg, rgba(79, 35, 202, 0) 0%, rgba(79, 35, 202, 0.49) 19.23%, #4f23ca 53.85%, rgb(79, 35, 202) 95.25%, rgba(79, 35, 202, 0) 99.04%);
}
.all-news_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
}
.all-news .news-item {
  background: #252551;
  padding: 20rem;
  border-radius: 24rem;
}
.all-news .section-heading {
  margin-bottom: 40rem;
}

.section-heading h1 {
  font-weight: 700;
  font-size: 52rem;
  color: white;
  font-family: "Unbounded", sans-serif;
}

.read-more {
  font-weight: 400;
  font-size: 16rem;
  color: #89f403;
  display: flex;
  align-items: center;
  gap: 10rem;
  line-height: 100%;
}

.bred-crumbs-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.all-news-pagination {
  display: flex;
  align-items: center;
  gap: 10rem;
  justify-content: center;
  margin-top: 30rem;
}

.all-news-pagination-item {
  border: 1rem solid #89f403;
  border-radius: 100rem;
  padding: 10rem;
  width: 40rem;
  height: 40rem;
  font-weight: 400;
  font-size: 14rem;
  text-align: center;
  color: #89f403;
}

.add-news-pagination-dots {
  width: 40rem;
  height: 40rem;
  font-weight: 400;
  font-size: 14rem;
  text-align: center;
  color: #89f403;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-content {
  position: relative;
  z-index: 4;
  background: linear-gradient(180deg, rgba(66, 59, 140, 0) 2.35%, #121026 10.22%);
  margin-top: 40rem;
  padding-bottom: 113rem;
}
.blog-content .container {
  position: relative;
	min-height: 700rem
}
.blog-content .content {
  max-width: 750rem;
  width: 100%;
}
.blog-content .content h1 {
  font-weight: 700;
  font-size: 38rem;
  color: white;
	margin-bottom: 20rem;
}
.blog-content .content h2 {
  font-weight: 700;
  font-size: 36rem;
  color: white;
}
.blog-content .content h3 {
  font-weight: 700;
  font-size: 32rem;
  color: white;
}
.blog-content .content h4 {
  font-weight: 700;
  font-size: 24rem;
  color: white;
}
.blog-content .content p,
.blog-content .content ul li,
.blog-content .content ol li,
.blog-content .content a {
  font-weight: 400;
  font-size: 16rem;
  line-height: 130%;
  color: white;
  margin-top: 20rem;
}
.blog-content .content a {
  text-decoration: underline;
}

.share {
  margin-top: 60rem;
}
.share .heading {
  font-weight: 600;
  font-size: 22rem;
  line-height: 120%;
  color: white;
  margin-bottom: 20rem;
}
.share .row {
  display: flex;
  gap: 10rem;
}
.share a {
  display: block !important;
  width: 32rem;
  height: 32rem;
  position: relative;
}
.share a svg {
  width: 100%;
  height: 100%;
}

.blog-page .form-block {
  padding-top: 90rem;
}

.blog-predlog {
  padding-top: 0;
  transition: padding 0.4s ease;
  position: absolute;
  max-width: 374rem;
  width: 100%;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.blog-predlog.fixed {
  position: fixed;
  right: 144rem;
  top: 0;
  padding-top: 20rem;
}
.blog-predlog.fixedBtm {
  position: absolute;
  bottom: 43rem;
  top: auto;
}
.blog-predlog .heading {
  font-weight: 700;
  font-size: 18rem;
  color: white;
  max-width: 252rem;
}
.blog-predlog .pred-item {
  border-radius: 24rem;
  padding: 20rem;
  background: #252551;
  display: flex;
  gap: 20rem;
  border-radius: 14rem;
}
.blog-predlog .pred-item-img {
  width: 157rem;
  height: fit-content;
}
.blog-predlog .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15rem;
}
.blog-predlog .info-heading {
  font-weight: 700;
  font-size: 16rem;
  color: white;
}
.blog-predlog .info-more {
  font-weight: 400;
  font-size: 16rem;
  color: #89f403;
  display: flex;
  align-items: center;
  gap: 10rem;
  line-height: 100%;
}
.blog-predlog .info-more svg {
  width: 18rem;
}

.cookie-close {
  position: absolute;
  top: 10rem;
  right: 10rem;
  width: 32rem;
  height: 32rem;
  cursor: pointer;
  z-index: 3;
}

.cookie-block {
  border-radius: 24rem;
	  width: 380rem;
  height: 109rem;
  background: #252551;
  position: fixed;
  right: 10rem;
  bottom: 10rem;
  z-index: 12;
  overflow: hidden;
	  padding: 10rem 80rem 10rem 20rem;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -50rem);
}
.cookie-block.settings {
  height: 172rem;
}
.cookie-block.settings .settings-wrapper {
  max-height: 200rem;
  padding-top: 10rem;
}
.cookie-block.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.cookie-block .info {
  position: relative;
  z-index: 2;
}
.cookie-block .info p,
.cookie-block .info a {
  font-weight: 400;
  font-size: 12rem;
  color: white;
}
.cookie-block .info a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.cookie-block .info button {
  display: flex;
  gap: 10rem;
  align-items: center;
}
.cookie-block .info button.accept {
  border-radius: 50rem;
  padding: 5rem 20rem;
  font-weight: 400;
  font-size: 12rem;
  color: #6b01f5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
.cookie-block .info button.settings {
  font-weight: 400;
  font-size: 12rem;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(255, 255, 255, 0.8);
  background: none;
  width: -moz-fit-content;
  width: fit-content;
}
.cookie-block .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cookie-block .buttons {
  display: flex;
  gap: 10rem;
  align-items: center;
  margin-top: 20rem;
}
.cookie-block .settings-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  gap: 10rem;
}
.cookie-block .settings-wrapper label {
  width: calc(50% - 5rem);
  display: flex;
  gap: 10rem;
  align-items: center;
}
.cookie-block .settings-wrapper label .visual {
  border-radius: 2rem;
  width: 15rem;
  height: 15rem;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.cookie-block .settings-wrapper label .visual svg {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
.cookie-block .settings-wrapper label p {
  font-weight: 400;
  font-size: 14rem;
}
.cookie-block .settings-wrapper label input:checked + .visual svg {
  opacity: 1;
}

.container.small-bottom a.footer-policy-link {
  margin-top: -30rem;
}

span.footer-policyt {
  margin: 0;
}

.container.small-bottom {
  gap: 4rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 40rem;
  z-index: 1;
}

.container.small-bottom a {
  margin: 0;
}

.container.small-bottom a.footer-policy-link,
.container.small-bottom a {
  margin: 0;
  margin-top: 16rem;
}

blockquote {
	position: relative;
}
blockquote:before,
blockquote:after{
    position: absolute;
	height: 15rem;
    width: 17rem;
	background-size:contain;
	content:" ";
	background-repeat:no-repeat;
}

blockquote:before{
	background-image: url(../media/quote-start.svg);
    left: -36px;
    top: -14px;
}
blockquote:after{
	    bottom: -14px;
    background-image: url(../media/quote-end.svg);

    right: -36px;
}
@media (max-width: 1280px) {
  header {
    position: fixed;
    background: linear-gradient(180deg, rgba(79, 35, 202, 0) 0%, rgba(79, 35, 202, 0.7) 13.94%, #4f23ca 53.85%, rgba(79, 35, 202, 0.7) 84.13%, rgba(79, 35, 202, 0) 99.04%);
  }
  .headerContacts.desk {
    display: none;
  }
  .desk {
    display: none;
  }
  .mob {
    display: unset;
  }
  body,
  html {
    font-size: 0.2325581395vw;
  }
  .container {
    width: 340rem;
  }
  footer {
    margin-top: -40rem;
    padding-top: 112rem;
  }
  footer .container {
    flex-direction: column;
  }
  .footer-l {
    flex-direction: column;
    align-items: center;
    gap: 28rem;
    margin-bottom: 25rem;
  }
  .footer-item {
    padding: 5rem 10rem;
  }
  .footer-logo {
    width: 1780rem;
    height: 13rem;
  }
  .footer-menu {
    gap: 2rem;
    align-items: center;
  }
  .footer-r .footer-item {
    align-items: center;
  }
  .mainBlockButton {
    padding: 20rem 30rem;
    font-size: 14rem;
  }
  .footer-policyt {
    margin-top: 80rem;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 28rem;
  }
  .footer-bg-light {
    bottom: 0;
  }
  .form-block {
    background: linear-gradient(144deg, #4f23ca 0%, #271164 100%);
    position: relative;
    border-radius: 24rem;
    z-index: 2;
    padding-top: 60rem;
    padding-bottom: 0;
  }
  .form-block .container {
    background: none;
    height: auto;
    flex-direction: column;
  }
  .form-block-l {
    width: 100%;
    padding: 0;
  }
  .form-block-heading {
    font-size: 32rem;
    text-align: center;
  }
  .form-block-l-bg {
    bottom: 0;
    left: 0;
  }
  .form-block-r {
    background: none;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 30rem;
  }
  .form-block-bg {
    opacity: 0;
  }
  .form-block-l-bg {
    position: relative;
  }
  .swiper-slide .news-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .swiper.news-slider {
    overflow: visible;
    max-width: 100%;
  }
  .empty-btn {
    padding: 25rem 0;
  }
  .news-btn {
    width: 100%;
    font-size: 18rem;
  }
  .team-arrows {
    display: flex;
  }
  .team-arrows.mob {
    display: flex;
    justify-content: center;
  }
  .section-heading {
    font-size: 32rem;
    text-align: center;
  }
  .vakans .container {
    padding: 70rem 10rem;
  }
  .vakans .section-heading span::after {
    height: 40rem;
  }
  .vakans .wrapper {
    flex-direction: column;
    padding: 0 10rem;
  }
  .vak-i-bg {
    margin-top: 20rem;
  }
  .vak-text {
    font-size: 22rem;
    text-align: center;
  }
  .vakans .mainBlockButton {
    font-size: 18rem;
    width: 100%;
  }
  .team-slide-heading {
    font-size: 18rem;
    margin-bottom: 6rem;
  }
  .team-slide-dol {
    font-size: 14rem;
    margin-bottom: 15rem;
  }
  .team-slide-text {
    font-size: 14rem;
    margin-bottom: 15rem;
  }
  .keyses .wrapper {
    display: flex;
  }
  .keyses-slider.swiper {
    overflow: visible;
  }
  .keyses-i-info {
    flex-direction: column;
  }
  .keyses-tag {
    font-size: 12rem;
  }
  .keyses-text {
    font-size: 16rem;
  }
  .keyses-i-href {
    width: 50rem;
    height: 50rem;
    margin-top: 10rem;
  }
  .begu-str-item {
    width: 180rem;
    height: 80rem;
  }
  .communication {
    background: linear-gradient(144deg, #4f23ca 0%, #271164 100%);
    border-radius: 24rem;
    padding-top: 70rem;
    padding-bottom: 321rem;
    z-index: 3;
    position: relative;
  }
  .communication .container {
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    height: auto;
  }
  .com-bg {
    top: -30rem;
  }
  .clients {
    z-index: 2;
    padding-top: 70rem;
    margin-top: 0;
  }
  .clients .container {
    position: relative;
    z-index: 2;
  }
  .keyses {
    z-index: 2;
    padding-bottom: 70rem;
    background: linear-gradient(180deg, rgba(79, 35, 202, 0) 0%, rgba(79, 35, 202, 0.5) 12.78%, #4f23ca 27.55%);
  }
  .communication .section-heading span::after {
    height: 40rem;
  }
  .com-text {
    font-size: 20rem;
    text-align: center;
  }
  .mainBlockButton {
    font-size: 18rem;
  }
  .com-container-bg {
    border-radius: 23rem;
  }
  .better-item {
    width: 100%;
    flex-direction: column;
    padding: 20rem;
    gap: 30rem;
  }
  .better .container {
    padding: 70rem 20rem 20rem;
  }
  .better .section-heading span::after {
    height: 40rem;
  }
  .better-i-heading {
    font-size: 18rem;
  }
  .better-i-item {
    font-size: 16rem;
  }
  .better-star {
    width: 158rem;
    height: 157rem;
    top: -137rem;
    right: -12rem;
  }
  .good {
    padding-bottom: 65rem;
  }
  .good .container {
    display: flex;
    flex-direction: column;
    gap: 10rem;
  }
  .good-item {
    padding: 40rem 20rem 20rem;
  }
  .good-item-heading {
    font-size: 18rem;
    margin-bottom: 10rem;
  }
  .good-item-text {
    font-size: 16rem;
  }
  .good-item-index {
    font-size: 16rem;
    top: 15rem;
    right: 15rem;
  }
  .good .section-heading span::after {
    height: 40rem;
  }
  .reload .container {
    padding: 40rem 20rem;
  }
  .reload-sub-heading {
    font-size: 22rem;
  }
  .reload .section-heading {
    margin-bottom: 20rem;
  }
  .reload .wrapper {
    flex-direction: column;
    display: flex;
    width: 100%;
    gap: 10rem;
  }
  .reload-item {
    width: 100%;
    height: auto;
    padding: 30rem 20rem 20rem;
    gap: 40rem;
  }
  .reload-item:nth-child(2) {
    gap: 5rem;
    padding-bottom: 20rem;
  }
  .reload-item:nth-child(2) .reload-item-img {
    position: relative;
    top: auto;
    margin-top: 10rem;
  }
  .reload-item-img {
    width: 100%;
  }
  .reload-item-text {
    width: 100%;
    font-size: 18rem;
  }
  .uneed {
    padding-top: 75rem;
    margin-bottom: 20rem;
    background: #000018;
  }
  .uneed .section-heading {
    width: 100%;
  }
  .uneed .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .uneed-item.inv {
    display: none;
  }
  .news-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .news {
    padding-top: 70rem;
    padding-bottom: 70rem;
  }
  .headderLogo {
    width: 180rem;
    height: 12rem;
  }
  .header-mob-menu {
    background: #4f23ca;
    width: 100%;
    height: 100vh;
    padding: 20rem 20rem 30rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30%);
    transition: all 0.4s ease;
  }
  .header-mob-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header-mob-menu-close {
    width: 32rem;
    height: 32rem;
    margin-bottom: 30rem;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .header-mob-menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-bottom: 40rem;
  }
  .header-mob-menu-list-item {
    padding: 10rem;
    font-weight: 400;
    font-size: 14rem;
    color: #fff;
  }
  .headerContacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20rem;
  }
  .header-menu-icons {
    display: flex;
    align-items: center;
    gap: 10rem;
  }
  .mainBlockHeading span::after {
    height: 40rem;
  }
  .mainBlockButtons {
    width: 100%;
    flex-direction: column;
  }
  .mainBlockButtons .mainBlockButton {
    width: 100%;
  }
  .Pluses {
    margin-top: 90rem;
  }
  .Pluses .container {
    flex-direction: column;
  }
  .plusesTopContainer {
    flex-direction: column;
    gap: 0;
  }
  .plusesTopLContainer {
    width: 100%;
    padding: 30rem 20rem;
    margin-bottom: 45rem;
  }
  .plusesTLContainerHeading {
    font-size: 26rem;
    text-align: center;
    width: 100%;
  }
  .plusesTLContainerBg {
    border-radius: 24rem;
  }
  .plusesTLContainerEl {
    width: 240rem;
    height: 182rem;
    left: auto;
    right: 0;
    bottom: -50rem;
  }
  .plusesTopRContainer {
    width: 100%;
  }
  .plusesTopSItem {
    padding: 62rem 20rem 20rem;
    height: 170rem;
  }
  .plusesTopSItemText {
    font-weight: 700;
    font-size: 18rem;
    color: #fff;
  }
  .plusesTopSItemIndex {
    top: 15rem;
    right: 15rem;
  }
  .Pluses .container {
    gap: 0;
  }
  .plusesBtm {
    margin-top: 75rem;
  }
  .plusesBtmTop {
    flex-direction: column;
  }
  .plusesBtmTopEl {
    height: auto;
    padding: 20rem;
  }
  .plusesBtmTopElHeading {
    font-weight: 700;
    font-size: 18rem;
    color: #fff;
    margin-bottom: 10rem;
  }
  .plusesBtmTopElText {
    font-weight: 400;
    font-size: 16rem;
    color: #fff;
  }
  .plusesBtmBtm {
    padding: 20rem;
    width: 100%;
    height: 657rem;
    margin-bottom: 75rem;
  }
  .plusesBtmBtmHeading {
    font-weight: 700;
    font-size: 24rem;
    color: #fff;
    width: 100%;
  }
  .plusesBtmBtmSubHeading {
    font-size: 24rem;
    margin-top: 13rem;
    margin-left: 25rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .plusesBtmBtmText {
    font-size: 20rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20rem;
    margin-left: 0;
  }
  .plusesBtmBtmHeading span::after {
    height: 30rem;
  }
  .plusesBtmBtmText span::after {
    height: 30rem;
  }
  .team {
    margin-top: 0;
  }
  .mainBlock .container {
    padding-top: 170rem;
  }
  .mainBlockSubHeading {
    font-size: 20rem;
  }
  .mainBlockButtons .mainBlockButton {
    padding: 25rem 0;
  }
  .uneed {
    border-radius: 24rem;
    margin-top: -30rem;
    position: relative;
    z-index: 2;
  }
  .Pluses {
    padding-bottom: 30rem;
  }
  .uneed-item {
    height: 140rem;
  }
  .uneed-i-heading {
    font-size: 18rem;
  }
  .uneed-i-num {
    font-size: 80rem;
    bottom: -33rem;
    right: -24rem;
  }
  .good-item:first-child {
    padding-top: 0;
  }
  .reload {
    margin-bottom: 75rem;
  }
  .better-i-list {
    gap: 6rem;
  }
  .team {
    border-radius: 24rem;
    margin-top: -30rem;
    position: relative;
    z-index: 3;
    padding-top: 70rem;
    padding-bottom: 0;
  }
  .keyses {
    padding-bottom: 100rem;
  }
  .vakans {
    padding: 70rem 0;
  }
  .footer-menu-item {
    padding: 5rem 10rem;
  }
  .mainBlockSubHeading {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }
  .uneed .section-heading {
    margin-bottom: 30rem;
  }
  .better-item {
    margin-bottom: 20rem;
  }
  .better-item:nth-child(3) {
    position: relative;
    height: 450rem;
  }
  .better-item:nth-child(3) .better-i-r {
    width: 328rem;
    bottom: -124rem;
    position: absolute;
  }
  .news-i-text {
    font-size: 14rem;
  }
  .news-i-heading {
    font-size: 18rem;
  }
  .news-date {
    font-size: 14rem;
  }
  .form-policy-checkbox-visual {
    flex-shrink: 0;
  }
  .headerContacts.mob {
    display: flex;
  }
  .headerContactButton {
    background: white;
    color: #6b01f5;
  }
  .good-item:nth-child(6) .good-item-text {
    width: 260rem;
  }
  .vak-i-heading {
    font-size: 18rem;
  }
  .footer-bg-light.desk {
    display: none;
  }
  .bar {
    width: 45rem;
    height: 153rem;
    top: 70rem;
    padding: 5rem 10rem 10rem;
    gap: 5rem;
  }
  .bar-svg {
    width: 30rem;
    height: 30rem;
  }
  .bar-text {
    font-size: 12rem;
    margin-top: -4rem;
    margin-right: -101rem;
  }
  .all-news_wrapper {
    display: flex;
    flex-direction: column;
  }
  .blog-predlog {
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    position: relative;
  }
  .blog-predlog.fixed {
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
  }
  .blog-predlog.fixedBtm {
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
  }
  .blog-predlog .pred-item {
    flex-direction: column;
  }
  .blog-predlog .pred-item-img {
    width: 100%;
  }
  .cookie-block {
    width: 100%;
    right: 0;
    height: 143rem;
    padding: 20rem 63rem;
    bottom: 0;
  }
  .cookie-block .info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cookie-block .info p,
  .cookie-block .info a {
    font-size: 14rem;
    text-align: center;
  }
  .cookie-block .info button {
    width: 228rem;
    height: 42rem;
    margin-top: 10rem;
  }
  .cookie-close {
    top: 0;
    right: 0;
  }
	.blog-content .container {
	  position: relative;
		min-height: auto;
	}
}/*# sourceMappingURL=styleB.css.map */