

/* Start:/local/templates/rutego/components/rutego/block/StaffHome/style.css?17544900162881*/
.staff-home {
  position: relative;
  overflow: hidden;
  height: 100svh;
  min-height: 920px;
  max-height: 1000px;
  padding: 66px 0 212px;
  display: flex;
  justify-content: center;
  background: linear-gradient(102.33deg, #000000 -20.14%, rgba(0, 0, 0, 0.76) 52.34%, rgba(0, 0, 0, 0) 118.67%);
}
.staff-home__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin-bottom: 170px;
  padding-right: 15px;
}
.staff-home-wrapper {
  padding-left: 117px;
}
.staff-home__items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.staff-home__title {
  color: white;
  font-family: "Ermilov";
  font-size: clamp(45px, 7vw, 96px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.844px;
  text-transform: uppercase;
  margin-bottom: 51px;
}
.staff-home__subtitle {
  text-transform: uppercase;
  font-size: clamp(30px, 5vw, 96px);
  line-height: 2;
  margin-bottom: 75px;
}
.staff-home-info {
  display: flex;
}
.staff-home-info__descr {
  color: white;
  position: relative;
  max-width: 333px;
  margin-right: 81px;
  margin-left: 46px;
  font-size: clamp(14px, 4vw, 17px);
  display: none;
  align-items: center;
  line-height: 1.3;
  z-index: 1;
}
.staff-home-info__descr::after {
  content: "";
  position: absolute;
  background-image: url(/local/templates/rutego/components/rutego/block/StaffHome/images/bracket.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
  left: 100%;
  z-index: -1;
  transform: scaleX(-1);
}
.staff-home-info__descr::before {
  content: "";
  position: absolute;
  background-image: url(/local/templates/rutego/components/rutego/block/StaffHome/images/bracket.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
  left: -30px;
  z-index: -1;
}
.staff-home__video {
  width: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  height: 100svh;
  min-height: inherit;
}
.staff-home-btn {
  margin-left: 5%;
}
@media (max-width: 1024px) {
  .staff-home__title {
    margin-bottom: 0;
  }
  .staff-home__head {
    margin-bottom: 100px;
  }
  .staff-home__subtitle {
    margin-bottom: 40px;
  }
  .staff-home-info {
    flex-direction: column;
  }
  .staff-home-info__descr {
    margin-bottom: 25px;
    margin-right: 46px;
  }
  .staff-home-btn {
    margin-left: unset;
  }
}
@media (max-width: 767.98px) {
  .staff-home {
    padding-bottom: 100px;
  }
  .staff-home__title:nth-child(3)::before {
    scale: 0.4;
    top: -33px;
    left: -23px;
  }
  .staff-home__title:nth-child(3)::after {
    top: -33px;
    scale: 0.4;
    right: -21px;
  }
  .staff-home__head {
    justify-content: center;
    row-gap: 30px;
    margin-bottom: 50px;
  }
  .staff-home-wrapper {
    padding-left: unset;
  }
}
@media (max-width: 480px) {
  .staff-home {
    padding-bottom: 100px;
    min-height: auto;
    height: auto;
  }
  .staff-home__subtitle {
    margin-left: 0;
  }
}
/* 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/bitrix/news.list/technologies/style.css?17544900162225*/
.techno {
  position: relative;
  padding: 120px 0 200px;
  overflow: hidden;
}
.techno-items {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.techno-title {
  color: rgb(58, 58, 59);
  font-size: clamp(42px, 10vw, 80px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.3px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.techno-title span {
  color: rgb(58, 58, 59);
}
.techno-title.aos-animate {
  color: #890607;
  transition: all 0.3s;
}
.techno-title.aos-animate span {
  color: #fff;
  transition: all 0.3s;
}
.techno-item {
  position: relative;
  display: flex;
  gap: 50px;
}
.techno .aos-animate .techno-title {
  color: #890607;
  transition: all 0.3s;
}
.techno .aos-animate .techno-title span {
  color: #fff;
  transition: all 0.3s;
}
.techno .aos-animate .techno-element {
  border-color: rgb(176, 7, 7);
}
.techno .aos-animate .techno-element p {
  color: #fff;
}
.techno-elements {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 10px;
  position: relative;
}
.techno-element {
  background: rgba(176, 7, 7, 0.16);
  flex: 0 0 310px;
  padding: 13px 25px;
  border: 1px solid rgb(58, 58, 59);
  border-radius: 16px;
  transition: all 0.3s;
}
.techno-element span {
  color: rgba(255, 255, 255, 0.45);
  font-family: "Gilroy";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.techno-element p {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Gilroy";
  font-size: clamp(16px, 5vw, 21px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 8px;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (max-width: 1700px) {
  .techno-items {
    gap: 50px;
  }
  .techno-item {
    gap: 20px;
    flex-direction: column;
  }
  .techno-elements {
    position: relative;
    margin-left: 0;
  }
}
@media (max-width: 1270px) {
  .techno-item {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .techno {
    padding: 100px 0 100px;
  }
  .techno-element:first-child {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .techno {
    padding: 60px 0 60px;
  }
  .techno-title {
    line-height: 1;
  }
}
/* End */


/* Start:/local/templates/rutego/components/rutego/block/StaffMultichannel/style.css?17544900161082*/
.multichannel {
  padding: 70px 0 150px;
}
.multichannel-title {
  margin-bottom: 22px;
}
.multichannel-descr {
  max-width: 1218px;
  font-size: clamp(14px, 4vw, 20px);
  line-height: 1.9;
  color: #848484;
  margin-bottom: 75px;
}
.multichannel-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 21px;
}
.multichannel-item {
  background-color: hsla(0, 0%, 50%, 0.3);
  border: 1px solid #808080;
  border-radius: 15px;
  padding: 16px 20px 23px 20px;
  max-width: 389px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 217px;
}
.multichannel-item__img {
  width: 86px;
  height: 77px;
  margin-bottom: 8px;
}
.multichannel-item__title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: clamp(18px, 5vw, 20px);
  color: white;
  font-weight: bold;
}
.multichannel-item__descr {
  font-size: clamp(14px, 5vw, 16px);
  color: #878787;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .multichannel {
    padding: 50px 0;
  }
  .multichannel-item {
    height: 100%;
  }
}
/* End */


/* Start:/local/templates/rutego/components/bitrix/news.list/scrum/style.css?17544900166559*/
.scrum {
  background-color: #000;
  position: relative;
  padding: 70px 0 100px;
  z-index: 1;
  overflow: hidden;
}
.scrum-wrapper {
  position: relative;
}
.scrum-title {
  max-width: 660px;
  margin-bottom: 50px;
}
.scrum-tabs {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 450px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}
.scrum-tabs li {
  color: rgb(185, 185, 185);
  text-align: center;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  width: 100%;
  transition: 0.2s;
  border: 1px solid transparent;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scrum-tabs li.active {
  border: 1px solid #A60C0C;
  background-color: rgba(216, 15, 15, 0.3019607843);
  border-radius: none;
  font-weight: 700;
}
.scrum-tabs li:first-child {
  border-radius: 10px 0 0 10px;
}
.scrum-tabs li:last-child {
  border-radius: 0 10px 10px 0;
}
.scrum-tabs li:active, .scrum-tabs li:hover {
  background-color: rgba(216, 15, 15, 0.1843137255);
}
.scrum-description {
  margin-left: 500px;
  color: rgb(132, 132, 132);
  font-size: clamp(16px, 4vw, 20px);
  max-width: 800px;
  margin-top: 30px;
  font-weight: 300;
  line-height: 35px;
}
.scrum-subtabs {
  position: relative;
  margin-top: 90px;
}
.scrum-subtabs__items {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 155px;
  column-gap: 155px;
  align-items: center;
  position: relative;
  min-height: 260px;
  width: 100%;
  margin-left: 43px;
}
.scrum-subtabs__items svg {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: 0.2s;
}
.scrum-subtabs__item {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
  min-width: 63px;
  min-height: 63px;
}
.scrum-subtabs__item:not(.scrum-subtabs__item--arrow).active:focus {
  outline: none;
}
.scrum-subtabs__item:not(.scrum-subtabs__item--arrow).active:focus svg {
  border: 3px solid #b00707;
}
.scrum-subtabs__item:not(.scrum-subtabs__item--arrow).active svg {
  width: 63px;
  height: 63px;
  fill: rgba(176, 7, 7, 0.71);
  transition: 0.3s;
  border: 3px solid #b00707;
}
.scrum-subtabs__item:not(.scrum-subtabs__item--arrow).active span {
  color: rgba(255, 255, 255, 0.8);
}
.scrum-subtabs__item--cycle {
  position: absolute;
  top: -7.5%;
  left: 32.5%;
}
.scrum-subtabs__item:nth-child(even) p {
  top: -60px;
}
.scrum-subtabs__title {
  color: rgb(176, 176, 176);
  position: absolute;
  width: 228px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  bottom: -55px;
  left: -69px;
}
.scrum-subtabs__inside {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 63px;
  min-height: 63px;
}
.scrum-subtabs__inside svg:not(.scrum-subtabs__arrows) {
  border-radius: 50%;
  box-shadow: 0px 0px 30px red;
}
.scrum-subtabs__content {
  display: none;
  font-weight: 300;
  color: #b9b9b9;
  font-size: clamp(16px, 5vw, 18px);
  max-width: 880px;
  line-height: 35px;
}
.scrum-subtabs__content_title {
  color: rgb(185, 185, 185);
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1%;
  margin-bottom: 10px;
}
.scrum-subtabs__content_descr {
  color: rgb(132, 132, 132);
  font-size: clamp(16px, 5vw, 18px);
  font-weight: 300;
  line-height: 35px;
}
.scrum-subtabs__content.active {
  display: block;
}
.scrum-subtabs__arrows {
  fill: none;
  min-width: 240px;
  min-height: 250px;
}
.scrum-subtabs__counter {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.scrum-subtabs__counter--cycle::after {
  position: absolute;
  content: url(/local/templates/rutego/components/bitrix/news.list/scrum/images/circleArrow.svg);
  background-repeat: no-repeat;
  z-index: -1;
  top: -45px;
  right: -49px;
}
.scrum-content {
  display: none;
}
.scrum-content.active {
  display: block;
}
.scrum-btn {
  padding: 24px 5px;
  width: 22%;
  font-size: 20px;
}
.scrum .rutego_line::before {
  position: absolute;
  content: "";
  border-radius: 24px;
  height: 2px;
  bottom: 12px;
  width: 150px;
  left: 44.6px;
  box-shadow: 0px 0px 0.2rem #b00707, 0 0 0.2rem #210707, 0 0 2rem #b00707, 0 0 1.1rem #b00707, 0 0 2.1rem #b00707, inset 0 0 1.3rem #b00707;
}
.scrum .triandle {
  position: absolute;
  top: -12%;
  right: 7%;
  scale: 0.7;
  z-index: -1;
  filter: drop-shadow(0 0 10px red);
  animation: squareAnimTop 20s infinite linear forwards;
}
@media (max-width: 1700px) {
  .scrum-subtabs__items {
    -moz-column-gap: 140px;
    column-gap: 140px;
  }
  .scrum .rutego_line::before {
    width: 135px;
  }
  .scrum-subtabs__item--cycle {
    left: 34.5%;
  }
}
@media (max-width: 1400px) {
  .scrum-description {
    margin-left: 0;
  }
  .scrum-subtabs__items {
    -moz-column-gap: 112px;
    column-gap: 112px;
  }
  .scrum-tabs {
    position: static;
  }
  .scrum .rutego_line::before {
    width: 108px;
  }
}
@media (max-width: 1200px) {
  .scrum-subtabs__items {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .scrum .rutego_line::before {
    width: 76px;
  }
}
@media (max-width: 992px) {
  .scrum-subtabs__items {
    margin-left: 0;
    gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .scrum-subtabs__title {
    width: 350px;
    left: 80px;
    bottom: 15px;
    text-align: start;
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 700;
  }
  .scrum-subtabs__item:nth-child(even) p {
    top: 18px;
  }
  .scrum .rutego_line::before {
    width: 76px;
    rotate: 90deg;
    left: -28px;
    bottom: -25px;
    z-index: -1;
  }
  .scrum-btn {
    width: 60%;
  }
  .scrum-description {
    margin-bottom: 25px;
  }
  .scrum-subtabs__item--cycle {
    position: relative;
    top: 0;
    left: 0;
  }
  .scrum-subtabs__counter--cycle::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .scrum {
    padding: 50px 0;
  }
  .scrum-subtabs {
    margin-top: 0;
  }
  .scrum-subtabs__title {
    width: 300px;
  }
  .scrum-tabs {
    flex-direction: column;
  }
  .scrum-btn {
    width: 100%;
  }
  .scrum .triandle {
    top: -30%;
    left: 30%;
  }
}
@media (max-width: 360px) {
  .scrum-subtabs__title {
    width: 215px;
  }
}
@keyframes squareAnimTop {
  0% {
    rotate: 0;
  }
  50% {
    rotate: 180deg;
  }
  100% {
    rotate: 360deg;
  }
}
/* 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/StaffHome/style.css?17544900162881 */
/* /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/bitrix/news.list/technologies/style.css?17544900162225 */
/* /local/templates/rutego/components/rutego/block/StaffMultichannel/style.css?17544900161082 */
/* /local/templates/rutego/components/bitrix/news.list/scrum/style.css?17544900166559 */
/* /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 */
