

/* Start:/local/templates/rutego/components/rutego/block/AppHome/style.css?17544900162287*/
.app-home {
  position: relative;
  overflow: hidden;
  height: 100svh;
  min-height: 840px;
  max-height: 1000px;
  padding: 66px 0 212px;
  display: flex;
  justify-content: center;
}
.app-home__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 170px;
  padding-right: 15px;
}
.app-home_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.app-home__items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.app-home__title {
  color: white;
  font-family: "Ermilov";
  font-size: clamp(38px, 7vw, 96px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.844px;
  text-transform: uppercase;
  margin-bottom: 51px;
}
.app-home-text {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.app-home-text__descr {
  color: white;
  position: relative;
  max-width: 333px;
  margin-right: 81px;
  margin-left: 46px;
  font-size: clamp(14px, 4vw, 17px);
  display: flex;
  align-items: center;
  line-height: 1.3;
  z-index: 1;
}
.app-home-text__descr::after {
  content: "";
  position: absolute;
  background-image: url(/local/templates/rutego/components/rutego/block/AppHome/images/bracket.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
  left: 100%;
  z-index: -1;
  transform: scaleX(-1);
}
.app-home-text__descr::before {
  content: "";
  position: absolute;
  background-image: url(/local/templates/rutego/components/rutego/block/AppHome/images/bracket.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
  left: -30px;
  z-index: -1;
}
.app-home-text__extra {
  font-size: clamp(30px, 5vw, 96px);
  line-height: 2;
  z-index: 1;
}
.app-home__video {
  width: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  height: 100svh;
  min-height: inherit;
}
.app-home-btn {
  margin-left: 5%;
}
@media (max-width: 992px) {
  .app-home__head {
    margin-bottom: 30px;
  }
  .app-home-text {
    flex-direction: column;
    align-items: flex-start;
  }
  .app-home-text__descr {
    margin-right: 20px;
    margin-left: 30px;
  }
}
@media (max-width: 568px) {
  .app-home {
    min-height: 480px;
    max-height: 700px;
    padding: 50px 0 50px;
    height: auto;
  }
  .app-home__head {
    justify-content: center;
  }
}
/* End */


/* Start:/local/templates/rutego/components/bitrix/main.include/sosialLink/style.css?17544900161135*/
.social {
  color: rgb(217, 217, 217);
  display: flex;
  align-items: center;
  gap: 30px;
}
.social__tel {
  text-wrap: nowrap;
  font-family: "Ermilov";
  font-size: 27px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 10px;
  text-transform: uppercase;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  transition: all 0.3s;
}
.social__tel:hover {
  color: rgb(0, 0, 0);
  background-color: rgb(217, 217, 217);
}
.social__link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 52px;
  min-height: 52px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  transition: all 0.3s;
}
.social__link:hover {
  background-color: rgb(217, 217, 217);
}
.social__link:hover svg {
  fill: rgb(0, 0, 0);
}
.social a {
  cursor: pointer;
}

@media (max-width: 992px) {
  .social {
    scale: 0.8;
  }
}
@media (max-width: 530px) {
  .social {
    scale: 0.7;
  }
  .social__tel {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  .social {
    scale: 0.7;
    justify-content: center;
  }
  .social__tel {
    width: 80%;
  }
}
/* End */


/* Start:/local/templates/rutego/components/bitrix/main.include/Button/style.css?1754490016317*/
.button-arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
}
.button-arrow span {
  color: #DEDEDE;
  font-family: "Ermilov";
  font-size: clamp(16px, 3vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 2.5;
  text-transform: uppercase;
}
/* End */


/* Start:/local/templates/rutego/components/rutego/block/AppMobile/style.css?17544900161325*/
.app-mobile {
  padding-top: 209px;
  padding-bottom: 112px;
  overflow: hidden;
  position: relative;
}
.app-mobile-wrapper {
  display: flex;
  align-items: flex-end;
  align-items: center;
  gap: 15px;
}
.app-mobile-info {
  margin-bottom: 50px;
  max-width: 827px;
  width: 100%;
}
.app-mobile-title {
  margin-bottom: 97px;
  font-weight: 700;
  font-family: "Ermilov";
  text-transform: uppercase;
}
.app-mobile-title__first {
  font-size: clamp(41px, 10vw, 96px);
}
.app-mobile-title__last {
  font-size: clamp(30px, 5vw, 54px);
  color: white;
}
.app-mobile__subtitle {
  font-size: clamp(18px, 5vw, 36px);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 20px;
  text-wrap: balance;
}
.app-mobile__descr {
  text-wrap: balance;
  font-size: clamp(14px, 3vw, 18px);
  line-height: 2;
  color: #878787;
  margin-bottom: 68px;
}
.app-mobile-btn {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .app-mobile {
    padding: 100px 0;
  }
  .app-mobile-title {
    margin-bottom: 50px;
  }
  .app-mobile-info {
    max-width: 100%;
  }
  .app-mobile-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .app-mobile {
    padding: 50px 0;
  }
  .app-mobile-title {
    margin-bottom: 50px;
  }
  .app-mobile__descr {
    margin-bottom: 40px;
  }
}
/* End */


/* Start:/local/templates/rutego/components/rutego/block/CRM/style.css?17544900161475*/
.srm {
  background-color: #000;
  padding: 240px 0 190px;
  position: relative;
  z-index: 1;
}
.srm-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}
.srm-info {
  max-width: 575px;
  display: flex;
  flex-direction: column;
}
.srm-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 55px;
  font-family: "Ermilov";
  color: rgb(222, 222, 222);
  font-size: clamp(22px, 6vw, 48px);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.srm-title__first {
  color: transparent;
  font-size: clamp(32px, 10vw, 64px);
  -webkit-text-stroke: 1px #dedede;
  -webkit-background-clip: text;
  background-clip: text;
}
.srm-title__last {
  color: transparent;
  font-size: clamp(24px, 10vw, 40px);
  line-height: 75px;
  -webkit-text-stroke: 1px #dedede;
  -webkit-background-clip: text;
  background-clip: text;
}
.srm-descr {
  max-width: 540px;
  color: rgb(185, 185, 185);
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 500;
  line-height: 38.5px;
  margin-bottom: 140px;
}
.srm-btn {
  margin: 0 auto;
}
.srm-img {
  background-image: url(/local/templates/rutego/components/rutego/block/CRM/images/red_blur.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .srm {
    padding: 100px 0 100px;
  }
  .srm-info {
    max-width: 100%;
  }
  .srm-wrapper {
    flex-direction: column;
  }
  .srm-descr {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .srm-title {
    margin-bottom: 10px;
  }
}
/* End */


/* Start:/local/templates/rutego/components/rutego/block/Bitrix/style.css?17544900161693*/
.bitrix {
  position: relative;
  background-color: #000;
  padding: 170px 0 155px;
  overflow: hidden;
  z-index: 1;
}
.bitrix-title {
  position: relative;
  font-family: "Ermilov";
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(24px, 6vw, 96px);
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 25px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.bitrix-title h2 {
  transform: translateX(5%);
  font-size: inherit;
}
.bitrix-title h3 {
  transform: translateX(-1%);
  font-size: inherit;
}
.bitrix-title span {
  color: #fff;
}
.bitrix-descr {
  max-width: 480px;
  color: rgb(185, 185, 185);
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin: 0 auto 28px;
}
.bitrix-items {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  justify-content: center;
}
.bitrix-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.bitrix-btn svg circle {
  stroke: #21bbef;
}
@media (max-width: 480px) {
  .bitrix {
    padding: 100px 0 100px;
  }
  .bitrix-item {
    gap: 10px;
  }
  .bitrix-item svg {
    scale: 0.9;
  }
  .bitrix-square__second {
    top: 64%;
    left: -76%;
    scale: 0.6;
  }
  .bitrix-square__three {
    display: none;
  }
  .bitrix-square__four {
    display: none;
  }
}
@media (max-width: 480px) {
  .bitrix-items {
    gap: 20px;
  }
  .bitrix-item {
    gap: 0;
  }
  .bitrix-item img {
    scale: 0.7;
  }
  .bitrix-descr {
    margin: 0;
  }
}
/* End */


/* Start:/local/templates/rutego/components/rutego/block/AppIntegrations/style.css?17544900161276*/
.app-integrations {
  padding-top: 209px;
  padding-bottom: 112px;
  overflow: hidden;
  position: relative;
}
.app-integrations-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.app-integrations-info {
  margin-bottom: 50px;
  max-width: 500px;
  width: 100%;
}
.app-integrations-title {
  font-weight: 700;
  font-family: "Ermilov";
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.app-integrations-title__first {
  font-size: clamp(41px, 10vw, 96px);
}
.app-integrations-title__last {
  font-size: clamp(30px, 5vw, 54px);
  color: white;
}
.app-integrations__subtitle {
  font-size: clamp(18px, 5vw, 36px);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 20px;
}
.app-integrations__descr {
  text-wrap: balance;
  font-size: clamp(14px, 5vw, 20px);
  line-height: 1.5;
  color: #878787;
  margin-bottom: 68px;
}
@media (max-width: 992px) {
  .app-integrations {
    padding: 100px 0;
  }
  .app-integrations-title {
    margin-bottom: 30px;
  }
  .app-integrations-info {
    margin-bottom: 0;
  }
  .app-integrations__descr {
    margin-bottom: 20px;
  }
  .app-integrations-wrapper {
    gap: 40px;
    flex-direction: column-reverse;
  }
}
/* End */


/* Start:/local/templates/rutego/components/rutego/block/AppMonetization/style.css?17544900161911*/
.app-monetization {
  padding-top: 209px;
  padding-bottom: 112px;
  overflow: hidden;
  position: relative;
}
.app-monetization-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.app-monetization-info {
  display: flex;
  flex-direction: column;
}
.app-monetization__tag {
  color: #dd2a2a;
  font-size: clamp(14px, 3vw, 20px);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.app-monetization-title {
  color: white;
  font-family: "Ermilov";
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  margin-bottom: 23px;
}
.app-monetization-title__first {
  font-size: clamp(33px, 5vw, 64px);
  line-height: 123%;
}
.app-monetization-title__last {
  font-size: clamp(29px, 5vw, 46px);
  line-height: 123%;
}
.app-monetization__descr {
  margin-bottom: 43px;
  color: #d9d9d9;
  font-size: 23.04px;
  line-height: 180%;
}
.app-monetization__text {
  font-family: "Ermilov";
  font-size: clamp(24px, 5vw, 67px);
  font-weight: bold;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 3px #8b0303;
  line-height: 1;
  margin-bottom: 69px;
}
.app-monetization-btn {
  width: 100%;
  max-width: 237px;
  padding: 24px 10px;
}
.app-monetization-img {
  flex: 0 0 auto;
  position: relative;
}
.app-monetization-img__line {
  position: absolute;
  top: 0;
  left: -62px;
  z-index: -1;
}
@media (max-width: 1750px) {
  .app-monetization-img {
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .app-monetization__descr {
    font-size: clamp(16px, 4vw, 18px);
  }
}
@media (max-width: 992px) {
  .app-monetization-wrapper {
    gap: 35px;
    flex-direction: column;
  }
  .app-monetization__text {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .app-monetization {
    padding: 100px 0;
  }
}
@media (max-width: 480px) {
  .app-monetization {
    padding: 50px 0;
  }
}
/* End */


/* Start:/local/templates/rutego/components/rutego/block/AppQa/style.css?17544900163413*/
.testing {
  position: relative;
  overflow: hidden;
  padding: 180px 0;
}
.testing-wrapper {
  display: flex;
  position: relative;
  gap: 60px;
}
.testing__words {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 65px;
}
.testing__words p {
  white-space: nowrap;
  position: absolute;
  font-size: clamp(28px, 5vw, 60px);
  writing-mode: vertical-rl;
}
.testing-items {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.testing-item__title {
  font-size: clamp(70px, 10vw, 192px);
}
.testing-item__title::first-letter {
  color: white;
}
.testing-item__subtitle {
  font-size: clamp(30px, 5vw, 51px);
}
.testing-button {
  background-image: url(/local/templates/rutego/components/rutego/block/AppQa/images/q.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  max-width: 384px;
  max-height: 384px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testing-button button {
  font-size: clamp(18px, 5vw, 30px);
  color: white;
  border: none;
  max-width: 186px;
  max-height: 177px;
  width: 100%;
  height: 100%;
  background-color: #100101;
  border-radius: 100%;
  position: absolute;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 1s ease;
}
.testing-button button::before {
  height: 265px;
  left: -100%;
}
.testing-button img {
  animation: 30s linear infinite rotate;
}
.testing-info {
  display: flex;
  flex-direction: column;
  flex: auto;
}
.testing-info__img {
  max-width: 740px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 77px;
  margin-left: auto;
}
.testing-info__text {
  max-width: 666px;
  line-height: 1.5;
  color: #d9d9d9;
  font-size: clamp(16px, 2vw, 24px);
  align-self: flex-start;
}
.testing__blur {
  background-image: url(/local/templates/rutego/components/rutego/block/AppQa/images/red_blur.svg);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.testing-icon {
  position: absolute;
  z-index: -1;
  will-change: transform;
}
.testing-icon__one {
  animation: iconAnimTop 30s infinite linear both;
  right: 10%;
  top: 0;
}
.testing-icon__two {
  animation: iconAnimBottom 30s infinite linear both;
  transform: rotate(15deg);
  scale: 0.7;
  right: 29%;
  top: 47%;
}
@media (max-width: 1500px) {
  .testing__words {
    display: none;
  }
}
@media (max-width: 1300px) {
  .testing-wrapper {
    gap: 5px;
  }
  .testing-info__text {
    max-width: 430px;
  }
}
@media (max-width: 992px) {
  .testing {
    padding: 100px 0;
  }
  .testing-wrapper {
    flex-direction: column;
  }
  .testing-items {
    gap: 50px;
  }
  .testing-info {
    gap: 20px;
    flex-direction: column-reverse;
  }
  .testing-info__img {
    max-width: 100%;
    margin-bottom: 0;
  }
  .testing-button {
    scale: 0.9;
  }
}
@media (max-width: 480px) {
  .testing {
    padding: 50px 0;
  }
  .testing-icon__one {
    display: none;
  }
  .testing-items {
    gap: 5px;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes iconAnimTop {
  0% {
    transform: translate3d(10%, 0%, 0);
  }
  50% {
    transform: translate3d(-1%, 30%, 0);
  }
  100% {
    transform: translate3d(10%, 0%, 0);
  }
}
@keyframes iconAnimBottom {
  0% {
    transform: translate3d(29%, 47%, 0);
  }
  50% {
    transform: translate3d(38%, 20%, 0);
  }
  100% {
    transform: translate3d(29%, 47%, 0);
  }
}
/* End */


/* Start:/local/templates/rutego/components/rutego/block/AppWorking/style.css?1754490016872*/
.working {
  padding: 70px 0 90px 0;
  overflow: hidden;
  position: relative;
}
.working-title {
  font-family: "Ermilov";
  line-height: 1.5;
  font-size: clamp(28px, 5vw, 54px);
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.working-item img {
  height: 100%;
}
.working-items {
  background-image: url(/local/templates/rutego/components/rutego/block/AppWorking/images/red_line.png);
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 110px;
}
.working-items-row {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.working-items-row div {
  text-align: right;
}
@media (max-width: 1600px) {
  .working-items {
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .working-items {
    background-position: center;
    row-gap: 50px;
  }
}
@media (max-width: 480px) {
  .working {
    padding: 50px 0;
  }
}
/* End */


/* Start:/local/templates/rutego/components/rutego/block/Outstaffing/style.css?17544900161741*/
.outstaffing {
  background-color: #000;
  padding: 140px 0 200px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.outstaffing-title {
  max-width: 947px;
  margin-bottom: 17px;
}
.outstaffing-subtitle {
  max-width: 645px;
  color: rgba(222, 222, 222, 0.9);
  font-size: clamp(16px, 3vw, 36px);
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.outstaffing-items {
  display: flex;
  gap: 20px;
}
.outstaffing-item {
  width: 100%;
  padding: 70px 10px 45px 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 45%;
  border-radius: 10px;
}
.outstaffing-item:nth-child(1) {
  background-image: url(/local/templates/rutego/components/rutego/block/Outstaffing/images/roket.png);
  border: 0.782px solid rgba(176, 7, 7, 0.38);
  background-color: rgba(240, 31, 1, 0.1);
}
.outstaffing-item:nth-child(2) {
  background-image: url(/local/templates/rutego/components/rutego/block/Outstaffing/images/cloche-bg-item.png);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.outstaffing-item__text {
  max-width: 437px;
  color: #dedede;
  font-size: clamp(18px, 5vw, 36px);
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .outstaffing {
    padding: 120px 0 100px;
  }
  .outstaffing-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .outstaffing {
    padding: 50px 0 50px;
  }
  .outstaffing-team {
    padding: 100px 0 100px;
  }
  .outstaffing-item {
    padding: 30px 10px 30px 20px;
  }
  .outstaffing .circles li:nth-child(1) {
    display: none;
  }
  .outstaffing .circles li:nth-child(4) {
    display: none;
  }
  .outstaffing .circles li:nth-child(6) {
    display: none;
  }
  .outstaffing .circles li:nth-child(7) {
    display: none;
  }
}
/* End */


/* Start:/local/templates/rutego/components/bitrix/form.result.new/application/style.css?17544900162828*/
.applications {
  padding-top: 100px;
  padding-bottom: 200px;
  text-transform: uppercase;
  color: #e4e4e4;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #000;
}
.applications-triangle {
  position: absolute;
  animation: triangleRotate 60s infinite linear both;
  top: 5%;
  right: -15%;
  will-change: transform;
  z-index: -1;
}
.applications-triangle-2 {
  scale: 0.6;
  right: -14%;
  top: 5%;
}
.applications-title {
  max-width: 950px;
  margin-bottom: 76px;
}
.applications-wrapper {
  display: flex;
  justify-content: space-between;
}
.applications-wrapper form {
  max-width: 558px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 58px;
}
.applications-wrapper__success {
  display: none;
  font-size: 35px;
}
.applications-wrapper__success.active {
  display: block;
}
.applications-input {
  display: flex;
  flex-direction: column;
}
.applications-input label {
  font-size: clamp(16px, 4vw, 18px);
  line-height: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.applications-input input {
  width: 100%;
  padding: 10px 0px 10px 21px;
  margin-top: 14px;
  font-size: clamp(16px, 4vw, 18px);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgb(138, 138, 138);
  line-height: 2;
  border-radius: 10px;
  color: rgb(228, 228, 228);
}
.applications-input input::-moz-placeholder {
  font-size: clamp(16px, 4vw, 18px);
}
.applications-input input::placeholder {
  font-size: clamp(16px, 4vw, 18px);
}
.applications-input__error {
  display: none;
}
.applications-input__error span {
  font-size: 14px;
  color: #b00707;
}
.applications-picture {
  position: relative;
}
.applications-picture object {
  position: absolute;
  right: 0;
  left: -44%;
  bottom: -44%;
  z-index: -1;
}
.applications-button {
  max-width: 410px;
}
.applications-button input {
  width: 100%;
  padding: 24px 30px;
}
@keyframes triangleRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 1160px) {
  .applications {
    padding-top: 50px;
    padding-bottom: 175px;
  }
  .applications-wrapper {
    gap: 25px;
  }
  .applications-wrapper form {
    margin-bottom: 0;
    width: auto;
  }
  .applications-button input {
    font-size: 18px;
    padding: 18px 30px;
  }
}
@media screen and (max-width: 1080px) {
  .applications-picture {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .applications {
    padding-bottom: 20px;
  }
  .applications-wrapper form {
    gap: 25px;
    width: 100%;
  }
  .applications-input input {
    margin-top: 0;
  }
  .applications-button input {
    font-size: 16px;
    padding: 18px 5px;
  }
  .applications-title {
    margin-bottom: 20px;
  }
  .applications-triangle {
    top: -18%;
    right: -68%;
  }
}
/* End */


/* Start:/local/templates/rutego/components/bitrix/main.userconsent.request/consent/style.css?17544900161356*/
.feedback-request__check {
  position: absolute;
  left: 0;
  opacity: 0;
}

.main-user-consent-request.feedback-request__privacy {
  position: relative;
}

.main-user-consent-request.feedback-request__privacy::before {
  display: none;
}

.main-user-consent-request::before .feedback-request__check:checked {
  background: unset;
  content: unset;
}

.feedback-checkbox {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #b00707;
  left: 0;
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.feedback-request__check:checked + .feedback-checkbox {
  border-color: transparent;
}

.main-user-consent-request .feedback-request__check:checked + .feedback-checkbox::before {
  content: "";
  position: absolute;
  background: url("/local/templates/rutego/components/bitrix/main.userconsent.request/consent/./images/Check.svg") no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 5;
  width: 19px;
  height: 18px;
  top: -2px;
  right: -2px;
}

.feedback-checkbox::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: -2px;
  top: -2px;
}

.main-user-consent-request-announce {
  cursor: pointer;
  color: #8a8a8a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

label.main-user-consent-request.feedback-request__privacy {
  padding-left: 30px;
  display: flex;
}
/* End */


/* Start:/local/templates/rutego/components/bitrix/main.userconsent.request/consent/user_consent.css?17141218944578*/
.main-user-consent-request a {
  cursor: pointer;
}

.main-user-consent-request input[type=checkbox] {
  margin: 5px 10px 0 0;
}

.main-user-consent-request-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 9000;
}

.main-user-consent-request-popup-cont {
  min-height: 290px;
  /* loader magic */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 20px;
  min-width: 320px;
  background: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}

.main-user-consent-request-popup-header {
  margin: 0 0 30px 0;
  font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
  margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-user-consent-request-popup-button {
  display: inline-block;
  height: 39px;
  margin: 0 10px 5px 0;
  padding: 0 18px;
  border: none;
  border-radius: 2px;
  font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #535c69;
  outline: none;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  -o-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
  background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
  background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
  -webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
  box-shadow: inset 0 0 0 1px #a1a6ac;
  background: none;
}

.main-user-consent-request-popup-button-rej:hover {
  background: #cfd4d8;
}

.main-user-consent-request-popup-text {
  padding: 5px 10px;
  width: 100%;
  height: 130px;
  border: 1px solid #999;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-appearance: none;
  color: black;
}

/** LOADER **/
.main-user-consent-request-loader {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.main-user-consent-request-path {
  stroke: #80868e;
  stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.main-user-consent-request-circular {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: inherit;
  width: inherit;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.main-user-consent-request-path {
  stroke: #ccc;
  stroke-dasharray: 60, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

.main-user-consent-request-announce {
  cursor: pointer;
  color: #b6b5b5;
  font-size: 13px;
  line-height: 20px;
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@media (min-width: 992px) {
  .main-user-consent-request-popup-cont {
    min-height: 400px;
    min-width: 640px;
  }

  .main-user-consent-request-popup-header {
    max-width: 590px;
  }

  .main-user-consent-request-popup-text {
    height: 240px;
  }
}

@media (max-width: 991px) {
  .main-user-consent-request-popup-cont {
    width: 65%;
  }

  .main-user-consent-request-popup-header {
    max-width: 100%;
  }
}

@media (max-width: 1699px) {
  .main-user-consent-request-announce {
    font-size: 10px;
  }
}
/* End */


/* Start:/local/templates/rutego/components/rutego/block/Contacts/style.css?17544900162399*/
.contacts {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #000;
}
.contacts__title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(46px, 5vw, 96px);
  margin-bottom: 77px;
  text-transform: uppercase;
}
.contacts-items {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
.contacts-wrapper {
  display: flex;
  justify-content: space-between;
}
.contacts-item {
  width: -moz-fit-content;
  width: fit-content;
}
.contacts-item:first-child a {
  display: block;
  color: rgb(255, 255, 255);
}
.contacts-item:nth-child(2) a,
.contacts-item:nth-child(2) p {
  color: rgb(0, 151, 6);
}
.contacts-item:nth-child(3) a,
.contacts-item:nth-child(3) p {
  color: rgb(0, 120, 206);
}
.contacts-item:nth-child(4) a {
  color: rgb(111, 111, 111);
}
.contacts-item a,
.contacts-item p,
.contacts-item address {
  color: #fff;
  font-family: "Ermilov";
  font-size: clamp(22px, 5vw, 36px);
  font-weight: 700;
  text-transform: uppercase;
}
.contacts-picture {
  position: relative;
  margin-top: -100px;
}
.contacts-picture__word {
  position: absolute;
  top: -11%;
  left: -11%;
  z-index: 1;
}
.contacts-picture__laptop {
  position: inherit;
  z-index: 2;
}
.contacts-picture__blur {
  position: absolute;
  top: 30%;
  left: -30%;
}
.contacts-squre {
  position: absolute;
  z-index: -1;
  will-change: transform;
}
.contacts-squre--one {
  animation: squareAnimTop 30s infinite linear both;
  right: 10%;
  top: 0;
}
.contacts-squre--two {
  animation: squareAnimBottom 30s infinite linear;
  transform: rotate(15deg);
}
@keyframes squareAnimTop {
  0% {
    transform: translate3d(10%, 0%, 0);
  }
  50% {
    transform: translate3d(-1%, 30%, 0);
  }
  100% {
    transform: translate3d(10%, 0%, 0);
  }
}
@keyframes squareAnimBottom {
  0% {
    transform: translate3d(59%, 47%, 0);
  }
  50% {
    transform: translate3d(78%, 20%, 0);
  }
  100% {
    transform: translate3d(59%, 47%, 0);
  }
}
@media (max-width: 1080px) {
  .contacts-picture__word {
    display: none;
  }
  .contacts-picture__laptop {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .contacts-picture {
    display: none;
  }
}
@media (max-width: 480px) {
  .contacts {
    padding-bottom: 150px;
  }
  .contacts__title {
    margin-bottom: 50px;
  }
  .contacts-items {
    gap: 30px;
  }
}
/* End */
/* /local/templates/rutego/components/rutego/block/AppHome/style.css?17544900162287 */
/* /local/templates/rutego/components/bitrix/main.include/sosialLink/style.css?17544900161135 */
/* /local/templates/rutego/components/bitrix/main.include/Button/style.css?1754490016317 */
/* /local/templates/rutego/components/rutego/block/AppMobile/style.css?17544900161325 */
/* /local/templates/rutego/components/rutego/block/CRM/style.css?17544900161475 */
/* /local/templates/rutego/components/rutego/block/Bitrix/style.css?17544900161693 */
/* /local/templates/rutego/components/rutego/block/AppIntegrations/style.css?17544900161276 */
/* /local/templates/rutego/components/rutego/block/AppMonetization/style.css?17544900161911 */
/* /local/templates/rutego/components/rutego/block/AppQa/style.css?17544900163413 */
/* /local/templates/rutego/components/rutego/block/AppWorking/style.css?1754490016872 */
/* /local/templates/rutego/components/rutego/block/Outstaffing/style.css?17544900161741 */
/* /local/templates/rutego/components/bitrix/form.result.new/application/style.css?17544900162828 */
/* /local/templates/rutego/components/bitrix/main.userconsent.request/consent/style.css?17544900161356 */
/* /local/templates/rutego/components/bitrix/main.userconsent.request/consent/user_consent.css?17141218944578 */
/* /local/templates/rutego/components/rutego/block/Contacts/style.css?17544900162399 */
