

/* Start:/local/templates/rutego/components/rutego/block/WebHome/style.css?17544900171519*/
.web-home {
  position: relative;
  overflow: hidden;
  height: 100svh;
  min-height: 840px;
  max-height: 1000px;
  background: radial-gradient(circle, rgba(255, 26, 26, 0) 10%, rgba(0, 0, 0, 0.8155462869) 50%);
  display: flex;
  justify-content: center;
  align-items: end;
}
.web-home__head {
  margin-bottom: 170px;
}
.web-home-wrapper {
  padding-left: 117px;
}
.web-home__items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.web-home__title {
  color: white;
  font-family: "Ermilov";
  font-size: clamp(42px, 7vw, 96px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.844px;
  text-transform: uppercase;
}
.web-home-text {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
.web-home-text__extra {
  font-size: clamp(26px, 5vw, 64px);
  line-height: 1.1;
  text-transform: uppercase;
}
.web-home__video {
  width: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  height: 100svh;
  min-height: inherit;
}
.web-home-btn {
  max-width: 310px;
  width: 100%;
  padding: 16px 10px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .web-home {
    padding: 100px 0;
    align-items: center;
  }
  .web-home__title {
    margin-bottom: 10px;
  }
  .web-home-wrapper {
    padding-left: 0;
  }
  .web-home-text {
    margin-bottom: 40px;
  }
  .web-home__head {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .web-home {
    height: auto;
    min-height: auto;
    max-height: auto;
  }
}
/* 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/news.list/advantages/style.css?17544900162475*/
.advantages {
  position: relative;
  padding: 67px 0 205px 0;
  text-transform: uppercase;
  background-color: #000;
  color: white;
}
.advantages-title {
  font-size: clamp(23px, 7vw, 64px);
  max-width: -moz-min-content;
  max-width: min-content;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto 78px;
}
.advantages-title__line {
  width: 332px;
  height: 2px;
  margin-top: 21px;
  border: 2px solid #b00707;
  box-shadow: 0px 0px 25px 13px rgba(176, 7, 7, 0.2);
  border-radius: 3px;
}
.advantages-items {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.advantages-item {
  max-width: 390px;
  width: 100%;
}
.advantages-item:nth-child(1) .advantages-item-body {
  border-color: #ff9100;
}
.advantages-item:nth-child(2) .advantages-item-body {
  border-color: #FFC700;
}
.advantages-item:nth-child(3) .advantages-item-body {
  border-color: #8F00FF;
}
.advantages-item:nth-of-type(4) .advantages-item-body {
  border-color: #005BFE;
}
.advantages-item-head {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  background-color: rgba(128, 128, 128, 0.3);
  border: 1px solid #808080;
  border-radius: 15px;
  margin-bottom: 29px;
  width: 100%;
  height: 286px;
}
.advantages-item-head__image {
  background-repeat: no-repeat;
  background-position: center;
  width: 180px;
  height: 117px;
  margin-bottom: 25px;
}
.advantages-item-head__text {
  max-width: 235px;
  font-size: clamp(14px, 5vw, 18px);
  white-space: pre-wrap;
}
.advantages-item-body {
  display: flex;
  align-items: center;
  background-color: rgba(128, 128, 128, 0.3);
  border-radius: 15px;
  padding: 27px 0 27px 25px;
  font-size: clamp(14px, 5vw, 18px);
  border: 1px solid #000;
}
.advantages-item-body__image {
  background-repeat: no-repeat;
  background-position: center;
  max-width: 78px;
  height: 58px;
  margin-right: 24px;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .advantages-items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
  .advantages-item {
    max-width: 38%;
  }
}
@media screen and (max-width: 1070px) {
  .advantages-item {
    max-width: 50%;
  }
}
@media screen and (max-width: 780px) {
  .advantages {
    padding-bottom: 100px;
  }
  .advantages-item {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .advantages {
    padding-bottom: 50px;
  }
}
/* End */


/* Start:/local/templates/rutego/components/rutego/block/WebDesign/style.css?17544900173286*/
.web-design {
  overflow: hidden;
  padding: 88px 0 170px;
  background-color: #000;
}
.web-design-title {
  max-width: 760px;
  margin-bottom: 80px;
  position: relative;
}
.web-design-title::before {
  content: "";
  position: absolute;
  top: 42px;
  right: -205%;
  width: 200%;
  height: 2px;
  border-radius: 23.34px;
  background: rgb(176, 7, 7);
  box-shadow: 0px 0px 10px 7px rgba(176, 7, 7, 0.4);
}
.web-design-wrapper {
  display: flex;
  gap: 20px;
}
.web-design-info {
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px 37px 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background-color: rgba(128, 128, 128, 0.3);
}
.web-design-info__descr {
  max-width: 755px;
  color: rgb(135, 135, 135);
  font-size: clamp(14px, 4vw, 20px);
  font-weight: 500;
  line-height: 1.75;
}
.web-design-images {
  display: flex;
  gap: 17px;
  margin-bottom: 40px;
}
.web-design-price {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: inherit;
  gap: 10px;
}
.web-design-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.web-design-item {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background-color: rgba(128, 128, 128, 0.3);
  overflow: hidden;
}
.web-design-item__title {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 22px 17px 17px;
  color: rgb(222, 222, 222);
  font-family: "Ermilov";
  font-size: clamp(14px, 4vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.2196078431);
}
.web-design-item__title h4 {
  text-transform: uppercase;
}
.web-design-item__descr {
  display: flex;
  justify-content: space-between;
  padding: 17px 17px 26px;
  color: rgb(185, 185, 185);
  font-size: clamp(14px, 4vw, 22px);
  font-weight: 300;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.1);
}
.web-design-btn {
  width: 100%;
  padding: 38px 10px;
}
@media (max-width: 1600px) {
  .web-design-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .web-design-items {
    flex-direction: row;
    width: 100%;
  }
  .web-design-images {
    justify-content: center;
    flex-wrap: wrap;
  }
  .web-design-price {
    width: 90%;
    gap: 30px;
  }
  .web-design-btn {
    padding: 21px 10px;
    max-width: 413px;
  }
}
@media (max-width: 992px) {
  .web-design-items {
    width: 100%;
    flex-direction: column;
  }
  .web-design-price {
    width: 100%;
  }
  .web-design-item__title h4 {
    width: -moz-min-content;
    width: min-content;
  }
}
@media (max-width: 768px) {
  .web-design {
    padding: 80px 0 100px;
  }
  .web-design-title {
    margin-bottom: 40px;
  }
  .web-design-images img {
    max-width: 450px;
  }
}
@media (max-width: 575px) {
  .web-design-images img {
    max-width: 370px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .web-design {
    padding: 50px 0 50px;
  }
  .web-design-info {
    padding: 30px 15px 30px;
  }
  .web-design-item__title {
    padding: 22px 25px 17px;
  }
  .web-design-item__descr {
    padding: 17px 25px 26px;
  }
  .web-design-images img {
    max-width: 325px;
    height: 185px;
  }
}
@media (max-width: 390px) {
  .web-design-images img {
    max-width: 214px;
    height: 120px;
  }
}
/* End */


/* Start:/local/templates/rutego/components/rutego/block/WebSolutions/style.css?17544900172527*/
@charset "UTF-8";
.solutions {
  background-color: #000;
  padding: 190px 0 170px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.solutions-title {
  max-width: 947px;
  margin-bottom: 75px;
}
.solutions-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.solutions-item {
  flex: 1 0 525px;
  width: 100%;
  padding: 44px 10px 30px 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 45%;
  border-radius: 10px;
  background-color: rgba(128, 128, 128, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.solutions-item:nth-child(1) {
  background-image: url(/local/templates/rutego/components/rutego/block/WebSolutions/images/cloche-bg-item.png);
}
.solutions-item:nth-child(2) {
  background-image: url(/local/templates/rutego/components/rutego/block/WebSolutions/images/polo.png);
}
.solutions-item:nth-child(3) {
  background-image: url(/local/templates/rutego/components/rutego/block/WebSolutions/images/roket.png);
}
.solutions-item__text {
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: 437px;
  color: #dedede;
  font-family: "Ermilov";
  font-size: clamp(22px, 6vw, 40px);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.solutions-item__text span {
  display: block;
  font-size: clamp(25px, 4vw, 36.5px);
}
.solutions-item__technology {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 60px;
  color: rgb(162, 162, 162);
  font-family: "Ermilov";
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 700;
  margin-bottom: 25px;
  margin-left: -46px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}
.solutions-item__technology::before {
  content: "〔";
  color: rgb(255, 0, 0);
  font-family: "Inter";
  font-size: 70px;
  font-weight: 100;
  line-height: 55.02px;
  letter-spacing: -1.03px;
  text-transform: uppercase;
}
.solutions-item__technology::after {
  content: "〕";
  color: rgb(255, 0, 0);
  font-family: "Inter";
  font-size: 70px;
  font-weight: 100;
  line-height: 55.02px;
  letter-spacing: -1.03px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .solutions {
    padding: 100px 0 100px;
  }
  .solutions-item {
    flex: auto;
  }
}
@media (max-width: 480px) {
  .solutions {
    padding: 50px 0 50px;
  }
  .solutions-title {
    margin-bottom: 40px;
  }
  .solutions-item {
    padding: 20px;
  }
  .solutions-item__text {
    margin-bottom: 10px;
  }
  .solutions-item__technology {
    margin-bottom: 10px;
    margin-left: -35px;
  }
  .solutions-item__technology::after, .solutions-item__technology::before {
    font-size: 50px;
  }
}
/* 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/Aspro/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/Aspro/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/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/bitrix/news.list/mvp/style.css?17544900165798*/
.mvp {
  background-color: #000;
  position: relative;
  padding: 70px 0 100px;
  z-index: 1;
  overflow: hidden;
}
.mvp-title {
  max-width: 660px;
  margin-bottom: 50px;
}
.mvp-tabs {
  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);
  max-width: 750px;
}
.mvp-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;
}
.mvp-tabs li.active {
  border: 1px solid #A60C0C;
  background-color: rgba(216, 15, 15, 0.3019607843);
  border-radius: none;
  font-weight: 700;
}
.mvp-tabs li:first-child {
  border-radius: 10px 0 0 10px;
}
.mvp-tabs li:last-child {
  border-radius: 0 10px 10px 0;
}
.mvp-tabs li:active, .mvp-tabs li:hover {
  background-color: rgba(216, 15, 15, 0.1843137255);
}
.mvp-description {
  color: rgb(132, 132, 132);
  font-size: clamp(16px, 5vw, 20px);
  max-width: 800px;
  margin-top: 30px;
  font-weight: 300;
  line-height: 35px;
}
.mvp-subtabs {
  position: relative;
}
.mvp-subtabs__items {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 185px;
  column-gap: 185px;
  align-items: center;
  position: relative;
  min-height: 260px;
  width: 100%;
  margin-left: 43px;
}
.mvp-subtabs__items svg {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: 0.2s;
}
.mvp-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;
}
.mvp-subtabs__item:not(.mvp-subtabs__item--arrow).active:focus {
  outline: none;
}
.mvp-subtabs__item:not(.mvp-subtabs__item--arrow).active:focus svg {
  border: 3px solid #b00707;
}
.mvp-subtabs__item:not(.mvp-subtabs__item--arrow).active svg {
  width: 63px;
  height: 63px;
  fill: rgba(176, 7, 7, 0.71);
  transition: 0.3s;
  border: 3px solid #b00707;
}
.mvp-subtabs__item:not(.mvp-subtabs__item--arrow).active span {
  color: rgba(255, 255, 255, 0.8);
}
.mvp-subtabs__item--arrow.active .mvp-subtabs__arrows {
  transform: rotate(180deg);
}
.mvp-subtabs__item:nth-child(even) p {
  top: -60px;
}
.mvp-subtabs__title {
  color: rgb(176, 176, 176);
  position: absolute;
  width: 228px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  bottom: -55px;
  left: -69px;
}
.mvp-subtabs__inside {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 63px;
  min-height: 63px;
}
.mvp-subtabs__inside svg:not(.mvp-subtabs__arrows) {
  border-radius: 50%;
  box-shadow: 0px 0px 30px red;
}
.mvp-subtabs__content {
  display: none;
  font-weight: 300;
  color: #b9b9b9;
  font-size: clamp(16px, 5vw, 18px);
  max-width: 880px;
  line-height: 35px;
}
.mvp-subtabs__content_title {
  color: rgb(185, 185, 185);
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.mvp-subtabs__content_descr {
  color: rgb(132, 132, 132);
  font-size: clamp(16px, 5vw, 18px);
  font-weight: 300;
  line-height: 35px;
}
.mvp-subtabs__content.active {
  display: block;
}
.mvp-subtabs__arrows {
  fill: none;
  min-width: 240px;
  min-height: 250px;
}
.mvp-subtabs__counter {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.mvp-content {
  display: none;
}
.mvp-content.active {
  display: block;
}
.mvp-btn {
  padding: 24px 5px;
  width: 22%;
  font-size: 20px;
}
.mvp .rutego_line::before {
  position: absolute;
  content: "";
  border-radius: 24px;
  height: 2px;
  bottom: 12px;
  width: 180px;
  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;
}
.mvp .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) {
  .mvp-subtabs__items {
    -moz-column-gap: 140px;
    column-gap: 140px;
  }
  .mvp .rutego_line::before {
    width: 135px;
  }
}
@media (max-width: 1400px) {
  .mvp-subtabs__items {
    -moz-column-gap: 112px;
    column-gap: 112px;
  }
  .mvp .rutego_line::before {
    width: 108px;
  }
}
@media (max-width: 1200px) {
  .mvp-subtabs__items {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .mvp .rutego_line::before {
    width: 76px;
  }
}
@media (max-width: 992px) {
  .mvp-subtabs__items {
    margin-left: 0;
    gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .mvp-subtabs__title {
    width: 350px;
    left: 80px;
    bottom: 15px;
    text-align: start;
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 700;
  }
  .mvp-subtabs__item:nth-child(even) p {
    top: 18px;
  }
  .mvp .rutego_line::before {
    width: 76px;
    rotate: 90deg;
    left: -28px;
    bottom: -25px;
    z-index: -1;
  }
  .mvp-btn {
    width: 60%;
  }
  .mvp-description {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .mvp {
    padding: 50px 0;
  }
  .mvp-subtabs__title {
    width: 300px;
  }
  .mvp-tabs {
    flex-direction: column;
  }
  .mvp-btn {
    width: 100%;
  }
  .mvp .triandle {
    display: none;
  }
}
@media (max-width: 360px) {
  .mvp-subtabs__title {
    width: 215px;
  }
}
@keyframes squareAnimTop {
  0% {
    rotate: 0;
  }
  50% {
    rotate: 180deg;
  }
  100% {
    rotate: 360deg;
  }
}
/* End */


/* Start:/local/templates/rutego/components/bitrix/news.list/payments/style.css?17544900161646*/
.payments {
  position: relative;
  overflow: hidden;
  font-family: "Ermilov";
  padding-top: 162px;
  padding-bottom: 250px;
}
.payments-title {
  margin-bottom: 100px;
  text-align: center;
  text-transform: uppercase;
}
.payments-cards {
  position: relative;
  display: flex;
  gap: 10px;
  row-gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.payments-card {
  position: relative;
}
.payments-card__name {
  color: #ffffff;
  font-weight: bold;
  font-size: clamp(18px, 5vw, 35px);
  position: absolute;
  z-index: 1;
  padding-top: 32px;
  padding-left: 47px;
}
.payments-card__img {
  margin-bottom: 37px;
}
.payments-card__btn {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
}
.payments-card .button {
  padding: 16px 68px;
}
.payments-card:last-child::before {
  content: url(/local/templates/rutego/components/bitrix/news.list/payments/images/cron.svg);
  width: 80px;
  height: 80px;
  border: 1px solid #808080;
  border-radius: 100%;
  position: absolute;
  top: -15%;
  right: -2%;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 0, 0, 0.4);
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .payments {
    padding: 100px 0;
  }
  .payments-cards {
    gap: 50px;
    row-gap: 80px;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .payments {
    padding: 50px 0;
  }
  .payments-title {
    margin-bottom: 50px;
  }
  .payments-cards {
    row-gap: 65px;
  }
  .payments-card__name {
    padding-top: 40px;
    padding-left: 30px;
  }
  .payments-card__btn {
    max-width: 250px;
  }
  .payments-card__img {
    margin-bottom: 25px;
  }
  .payments-card .button {
    padding: 12px 40px;
  }
}
/* End */


/* Start:/local/templates/rutego/components/bitrix/news.list/projects/style.css?17544900163641*/
.projects {
  background-color: #000;
  padding: 50px 0 200px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.projects-wrapper {
  color: #dedede;
}
.projects-title {
  margin-bottom: 33px;
}
.projects-items {
  display: flex;
  flex-direction: column;
  gap: 150px;
}
.projects-item {
  position: relative;
  background-color: rgba(128, 128, 128, 0.3);
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid #808080;
  border-radius: 15px;
  padding: 30px 65px 30px 50px;
}
.projects-item:nth-child(even) {
  flex-flow: row-reverse;
}
.projects-item:nth-child(even) .projects-item__figure {
  transform: scale(-1, -1);
  left: 45%;
  animation-duration: 70s;
}
.projects-item:nth-child(even) .projects-item-full {
  margin-left: 0;
}
.projects-item:nth-child(even) .projects-item-full__svg {
  order: -1;
  transform: scaleX(-1);
}
.projects-item-full {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  transition: scale 0.5s;
}
.projects-item-full:hover {
  scale: 1.05;
}
.projects-item__photo {
  max-width: 800px;
  display: flex;
  margin-bottom: -30px;
  flex-direction: column;
  justify-content: space-between;
}
.projects-item__photo img {
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
  margin-right: 65px;
  -o-object-fit: contain;
  object-fit: contain;
}
.projects-item__info {
  max-width: 525px;
}
.projects-item__title {
  font-family: "Ermilov";
  font-weight: bold;
  font-size: clamp(26px, 5vw, 50px);
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.projects-item__subtitle {
  font-family: "Ermilov";
  font-weight: bold;
  font-size: clamp(18px, 5vw, 36px);
  text-transform: uppercase;
  margin-bottom: 55px;
}
.projects-item__descr {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.projects-item__tags {
  display: flex;
  gap: 30px;
}
.projects-item__figure {
  position: absolute;
  z-index: -1;
  left: -10%;
  top: 0;
  filter: blur(2px);
  animation: upAndDown 50s linear infinite alternate;
}
.projects-item__dev {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
}
.projects-item__dev-child {
  border: 1px solid rgb(240, 31, 1);
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  border-radius: 33px;
}
.projects-item__dev-child p {
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 10px 5px 5px;
}
.projects-item__dev-child--bitrix {
  border: 1px solid rgb(240, 31, 1);
}
.projects-item__dev-child--react {
  border: 1px solid rgb(0, 194, 255);
}
.projects-item__tags {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (max-width: 1700px) {
  .projects-items {
    gap: 90px;
    align-items: center;
  }
  .projects-item {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column-reverse;
  }
  .projects-item__photo {
    gap: 15px;
    margin-bottom: 0;
  }
  .projects-item__photo img {
    margin-right: 0;
  }
  .projects-item__title {
    margin-bottom: 0;
  }
  .projects-item__subtitle {
    margin-bottom: 20px;
  }
  .projects-item__descr {
    margin-bottom: 50px;
  }
  .projects-item:nth-child(even) {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  .projects {
    padding-bottom: 50px;
  }
  .projects-items {
    gap: 50px;
  }
  .projects-item {
    padding: 20px;
  }
  .projects-item__tags {
    font-size: 12px;
  }
  .projects-item__descr {
    margin-bottom: 10px;
  }
}
/* 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/WebHome/style.css?17544900171519 */
/* /local/templates/rutego/components/bitrix/main.include/sosialLink/style.css?17544900161135 */
/* /local/templates/rutego/components/bitrix/news.list/advantages/style.css?17544900162475 */
/* /local/templates/rutego/components/rutego/block/WebDesign/style.css?17544900173286 */
/* /local/templates/rutego/components/rutego/block/WebSolutions/style.css?17544900172527 */
/* /local/templates/rutego/components/bitrix/main.include/Button/style.css?1754490016317 */
/* /local/templates/rutego/components/rutego/block/Aspro/style.css?17544900161475 */
/* /local/templates/rutego/components/rutego/block/CRM/style.css?17544900161475 */
/* /local/templates/rutego/components/bitrix/news.list/mvp/style.css?17544900165798 */
/* /local/templates/rutego/components/bitrix/news.list/payments/style.css?17544900161646 */
/* /local/templates/rutego/components/bitrix/news.list/projects/style.css?17544900163641 */
/* /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 */
