

/* Start:/local/templates/rutego/components/rutego/block/MarkHome/style.css?17544900163581*/
.mark-home {
  position: relative;
  overflow: hidden;
  height: 100svh;
  min-height: 840px;
  max-height: 1000px;
  padding: 222px 0 198px 0;
  display: flex;
  justify-content: center;
  background: radial-gradient(circle, rgba(255, 26, 26, 0) 10%, rgba(0, 0, 0, 0.8155462869) 50%);
}
.mark-home-wrapper {
  display: flex;
}
.mark-home__title {
  font-family: "Ermilov";
  font-weight: bold;
  text-transform: uppercase;
  font-size: clamp(38px, 12vw, 146px);
  text-transform: uppercase;
  background: linear-gradient(to top, #870404 23%, #3c0404 76%, #3c0404);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0b2349;
}
.mark-home__subtitle {
  line-height: 0.4;
  font-size: clamp(38px, 12vw, 146px);
  transform: scaleY(-1);
  margin-bottom: 100px;
  font-family: "Ermilov";
  font-weight: bold;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px rgba(196, 196, 196, 0.431372549);
  text-transform: uppercase;
}
.mark-home-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.mark-home-text__descr {
  text-align: center;
  color: white;
  position: relative;
  max-width: 610px;
  font-size: clamp(16px, 4vw, 18px);
  display: flex;
  align-items: center;
  line-height: 1.3;
  z-index: 1;
}
.mark-home-text__descr::after {
  content: "";
  position: absolute;
  background-image: url(/local/templates/rutego/components/rutego/block/MarkHome/images/bracket.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
  left: 100%;
  z-index: -1;
  transform: scaleX(-1);
}
.mark-home-text__descr::before {
  content: "";
  position: absolute;
  background-image: url(/local/templates/rutego/components/rutego/block/MarkHome/images/bracket.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
  left: -30px;
  z-index: -1;
}
.mark-home__bg {
  width: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  height: 100svh;
  min-height: inherit;
  background: url(/local/templates/rutego/components/rutego/block/MarkHome/images/marketingBg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mark-home-btn {
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .mark-home-text__descr {
    max-width: 440px;
  }
  .mark-home__subtitle {
    margin-bottom: 60px;
  }
  .mark-home-img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .mark-home {
    padding: 90px 0 60px 0;
  }
  .mark-home__title:nth-child(3)::before {
    scale: 0.4;
    top: -33px;
    left: -23px;
  }
  .mark-home__title:nth-child(3)::after {
    top: -33px;
    scale: 0.4;
    right: -21px;
  }
  .mark-home__head {
    justify-content: center;
    row-gap: 30px;
  }
  .mark-home-text__descr {
    max-width: 320px;
    font-size: clamp(16px, 2vw, 18px);
  }
  .mark-home-wrapper {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .mark-home {
    padding-bottom: 100px;
    min-height: auto;
    height: auto;
  }
  .mark-home__video {
    height: 85svh;
  }
  .mark-home-logo {
    display: none;
  }
  .mark-home__head {
    margin-bottom: 30px;
  }
  .mark-home__items {
    gap: 13px;
    align-items: center;
  }
  .mark-home__title:nth-child(1) {
    margin-left: 0;
  }
  .mark-home__title:nth-child(2) {
    flex-direction: column;
    gap: 10px;
  }
  .mark-home__title:nth-child(3) {
    margin-left: 0;
  }
  .mark-home__title:nth-child(5) {
    margin-left: 0;
  }
  .mark-home__title:nth-child(5)::before {
    scale: 0.4;
  }
  .mark-home-text__descr {
    max-width: 250px;
  }
}
/* 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/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/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/MarkHome/style.css?17544900163581 */
/* /local/templates/rutego/components/bitrix/main.include/Button/style.css?1754490016317 */
/* /local/templates/rutego/components/rutego/block/AppMonetization/style.css?17544900161911 */
/* /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 */
