@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Merriweather");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  cursor: default;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:not(.logo__icon, .logo__icon *):hover {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

ol,
ul {
  list-style: none;
}

pre {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

img {
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #03a9f4;
  color: #fff;
}

::selection {
  background-color: #03a9f4;
  color: #fff;
}

.rustore-btn {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  max-width: 260px;
  width: 100%;
  background: linear-gradient(0deg, #000, #000);
  border-radius: 4px;
  gap: 15px;
  text-decoration: none;
  transition: background 0.3s;
  color: #fff;
}
.rustore-btn span {
  display: block;
}
.rustore-btn__container span:first-child {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.rustore-btn__container span:second-child {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}
.rustore-btn:hover {
  background: linear-gradient(270deg, #22BAFF 0%, #D100FF 100%);
}

@keyframes logoAnimation {
  0% {
    top: -488px;
    right: -394px;
  }
  50% {
    top: 1176px;
    right: 1588px;
  }
  100% {
    top: -488px;
    right: -394px;
  }
}
html, body {
  overflow-x: hidden;
}

.page {
  font-family: "Inter", sans-serif;
  background-color: #000;
}

.page_blocked {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1140px) {
  .container {
    max-width: none;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.logo__icon {
  display: flex;
  align-items: center;
  padding-left: 14px;
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.logo__icon-bg {
  position: absolute;
  top: -488px;
  right: -394px;
  z-index: -3;
}
.logo__icon-main {
  position: relative;
  z-index: -2;
}

.title {
  display: block;
  font-size: 60px;
  line-height: 75px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #fff;
}
.title--blue {
  color: #03a9f4;
}
.title--middle {
  font-size: 48px;
  line-height: 70px;
}
@media (max-width: 704px) {
  .title {
    font-size: 36px;
    line-height: 45px;
  }
  .title--middle {
    font-size: 28px;
    line-height: 44px;
  }
}

.btn {
  cursor: pointer;
  display: inline-block;
  height: 48px;
  width: 250px;
  user-select: none;
  outline: none;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
  position: relative;
}
.btn--small {
  width: 160px;
}
.btn__container {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-radius: 5px;
  border-style: solid;
  border-image-slice: 1;
  transition: background 0.3s;
}
.btn__container > * {
  position: relative;
  z-index: 1;
}
.btn__container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 0;
  background-image: linear-gradient(-110deg, #22baff 20%, #d100ff 80%);
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity 0.3s, border 0.3s, background 3s;
}
.btn__text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: opacity 0.3s;
  font-family: "Inter", sans-serif;
}
.btn i {
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 10px;
  transition: opacity 0.3s;
}
.btn .icon-people {
  width: 24px;
  height: 13px;
  background-image: url(../images/icon-people.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn:hover .btn__container:after {
  opacity: 1;
  border-width: 0;
}
.btn:active .btn__text,
.btn:active .icon-people {
  opacity: 0.4;
}
.btn:active .btn__container:after {
  opacity: 0;
  border-width: 0;
}
.btn--light {
  background-color: #fff;
}
.btn--light .btn__text {
  color: #000000;
}
.btn--light:hover .btn__text {
  color: #fff;
}

.subtitle {
  display: block;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 30px;
  color: inherit;
}

.link {
  text-decoration: none;
  color: #03a9f4;
  transition: 0.3s;
}
.link:hover {
  color: #d100ff;
}

.description {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  opacity: 0.7;
  text-align: center;
}
.description_accent {
  font-family: "Merriweather", serif;
  opacity: 1;
}
@media (max-width: 650px) {
  .description {
    font-size: 15px;
    line-height: 26px;
  }
}

.scroll-down {
  display: block;
  width: 52px;
  height: 23px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -26px;
  cursor: pointer;
  opacity: 0.4;
  transition: 0.3s;
  background-size: 52px 23px;
  background-image: url("../images/scroll-down.png");
}
.scroll-down:hover {
  opacity: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .scroll-down {
    background-image: url("../images/scroll-down@2x.png");
  }
}

.write-to-us {
  padding: 60px 0 0;
  text-align: center;
}
.write-to-us p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 600px) {
  .write-to-us p {
    font-size: 18px;
  }
}

.hh {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin-top: 60px;
  padding-top: 60px;
  line-height: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 600px) {
  .hh {
    margin-top: 30px;
    padding-top: 30px;
  }
  .hh__logo {
    width: 60px;
  }
}
.hh__logo {
  display: block;
  width: 110px;
  height: auto;
  margin-left: 5px;
  background-color: #fff;
  border-radius: 2px;
}
@media (max-width: 600px) {
  .hh__logo {
    width: 60px;
  }
}

.btn svg, .btns svg {
  max-width: 250px;
  max-height: 48px;
  position: absolute !important;
  top: 0px;
  left: 0px;
}
.btn svg rect, .btns svg rect {
  width: 248px;
  height: 46px;
}

.header {
  display: flex;
  padding-top: 30px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .header {
    justify-content: center;
    flex-direction: column;
  }
  .header .logo-icon {
    display: none;
  }
  .header .btn {
    position: absolute;
    left: 50%;
    margin-left: -125px;
    bottom: 120px;
  }
}

.top {
  display: block;
  position: relative;
  width: 100%;
  min-height: 700px;
  background-image: url("../images/bg-main.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.top-bkg {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(270deg, #d100ff 0%, #22baff 100%);
  mix-blend-mode: multiply;
  transition: all 1.2s ease;
}
.top.active .top-bkg {
  opacity: 1;
}
.top .header, .top .container {
  position: relative;
}
@media (max-width: 769px) {
  .top .header, .top .container {
    position: static;
  }
}
.top .header {
  justify-content: space-between;
  padding-bottom: 90px;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .top .header {
    justify-content: center;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .top .header .logo {
    margin-bottom: 30px;
  }
}
.top .title {
  text-align: center;
  margin-bottom: 20px;
}
.top .description {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  .top {
    background-image: url(../images/back_main.jpg);
    background-position: center bottom;
    background-size: auto 100%;
    padding-bottom: 200px;
  }
}

@media (max-width: 768px) {
  .page--main .header {
    padding-bottom: 0;
  }
  .page--main .top .title {
    margin-bottom: 10px;
  }
  .page--main .top .logo {
    margin-bottom: 40px;
  }
  .page--main .top .container {
    padding: 0 20px;
  }
  .page--main .top .container .description {
    padding: 0;
  }
}
.dev-anim, .office-anim, .covid-anim, .marketing-anim, .optimize-anim {
  transition: all 1s ease;
}

.sbrowser {
  display: flex;
  align-items: center;
  margin-top: 46px;
  background-color: #fff;
  border: 2px solid #03A9F4;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: relative;
  gap: 20px;
  z-index: 2;
  padding: 34px 20px;
}
.sbrowser__logo {
  max-width: 200px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sbrowser__logo-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 6px;
  color: #161616;
}
.sbrowser__logo-subtitle {
  font-size: 12px;
  line-height: 14px;
  color: #939393;
}
.sbrowser__info-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #03A9F4;
  margin-bottom: 6px;
}
.sbrowser__info-text {
  font-size: 16px;
  line-height: 26px;
  color: #7A7A7A;
  margin-bottom: 25px;
}
.sbrowser__info-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sbrowser__info-btns .btn {
  height: 50px;
  max-width: 260px;
  width: 100%;
}
.sbrowser__info-btns .btn svg {
  max-width: 260px;
  max-height: 50px;
  height: 100%;
}
.sbrowser__info-btns .btn svg rect {
  width: 258px;
  height: 48px;
}

.section {
  overflow: hidden;
}
.section .title {
  margin-bottom: 20px;
  position: relative;
}
.section .text {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}
.section .desc {
  font-size: 16px;
  line-height: 26px;
  color: #7A7A7A;
}
@media (max-width: 650px) {
  .section .text {
    font-size: 18px;
    line-height: 30px;
  }
  .section .desc {
    font-size: 14px;
    line-height: 20px;
  }
}

/*
* Dev section
*/
.dev {
  overflow: hidden;
  background-color: #fff;
}
.dev .text, .dev .title, .dev .desc {
  position: relative;
  z-index: 1;
}
.dev .container {
  position: relative;
  height: 772px;
  display: flex;
  align-items: center;
}
.dev .content {
  max-width: 940px;
}
.dev .content .title, .dev .content .text, .dev .content .desc {
  max-width: 680px;
}
.dev .dev-anim {
  position: absolute;
}
.dev .dev-img-main {
  left: 820px;
  top: 62px;
}
@media (max-width: 1280px) {
  .dev .dev-img-main {
    right: 0px;
  }
}
.dev .dev-img-hex {
  left: -327px;
  top: 245px;
}
.dev .dev-img-dark {
  left: -100px !important;
  top: 22px;
}
.dev .dev-img-cube {
  left: 1120px;
  bottom: -81px;
}
@media (max-width: 1280px) {
  .dev .dev-img-cube {
    left: 1020px;
  }
}
@media (max-width: 1026px) {
  .dev .container {
    display: block;
    height: auto;
    padding-top: 80px;
    text-align: center;
  }
  .dev .content {
    text-align: left;
    margin-bottom: 40px;
  }
  .dev .dev-img {
    position: static;
    max-width: 100%;
  }
}

/*
* Marketing section
*/
.marketing {
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.marketing .container {
  position: relative;
  height: 700px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.marketing .container *:not(.marketing-img-bkg) {
  z-index: 2;
}
.marketing .container picture {
  z-index: 1;
}
.marketing .content {
  max-width: 680px;
}
.marketing-anim {
  position: absolute;
}
.marketing-img-main {
  left: -220px;
  top: 143px;
}
.marketing-img-black {
  top: -52px;
  left: 113px;
}
.marketing-img-blur {
  left: -25px;
  bottom: -173px;
}
.marketing-img-hex {
  right: -179px;
  left: calc(100% + 179px - 223px);
  top: 41px;
}
.marketing-img-bkg {
  position: absolute;
  z-index: 1;
  left: -536px;
}
.marketing .text {
  color: #BABABA;
  margin-bottom: 50px;
  font-weight: 500;
  position: relative;
}
.marketing .marketing-img {
  position: absolute;
  top: 14px;
  right: 740px;
}
.marketing .parts-img {
  position: absolute;
  top: 0;
  right: 790px;
}
.marketing .stats {
  position: relative;
}
.marketing .stats__label {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #03A9F4;
  margin-bottom: 20px;
}
.marketing .stats__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.marketing .stats__item {
  width: auto;
  max-width: 220px;
}
.marketing .stats__num {
  position: relative;
  font-size: 44px;
  line-height: 53px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 13px 0;
  text-align: center;
  text-align: center;
}
.marketing .stats__num svg {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 220px;
  max-height: 79px;
}
.marketing .stats__num svg rect {
  width: 218px;
  height: 77px;
}
.marketing .stats__num:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: calc(50% - 12px);
  display: block;
  border: 12px solid transparent;
  border-top: 12px solid #8d60ff;
  border-bottom: 0;
  box-sizing: border-box;
}
.marketing .stats__num b {
  font-weight: bold;
}
.marketing .stats__text {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #BABABA;
}
@media (max-width: 700px) {
  .marketing .stats {
    max-width: 320px;
    margin: 0 auto;
  }
  .marketing .stats__flex {
    display: block;
  }
  .marketing .stats__item {
    margin-bottom: 35px;
  }
  .marketing .stats__item:last-child {
    margin-bottom: 0;
  }
  .marketing .stats__item:nth-child(n) {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .marketing {
    overflow: hidden;
    background-image: none;
  }
  .marketing .container {
    display: block;
    height: auto;
    padding-top: 70px;
    text-align: center;
  }
  .marketing .content {
    text-align: left;
  }
  .marketing .parts-img {
    display: none;
  }
  .marketing .marketing-img {
    position: static;
    max-width: 596px;
    width: 100%;
    margin-bottom: -187px;
  }
}

/*
* Optimize section
*/
.optimize {
  overflow: hidden;
  background-color: #fff;
}
.optimize .container {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
}
.optimize-anim {
  position: absolute;
}
.optimize .content {
  max-width: 660px;
  position: relative;
  z-index: 1;
}
.optimize .text {
  margin-bottom: 20px;
  max-width: 650px;
}
.optimize-img-main {
  right: -131px;
  left: calc(100% + 131px - 521px);
  top: 100px;
}
.optimize-img-black1 {
  right: -221px;
  left: calc(100% + 221px - 265px);
  bottom: -57px;
}
.optimize-img-black2 {
  left: -281px;
  bottom: -102px;
}
.optimize-img-blue1 {
  left: 767px;
  top: -48px;
}
.optimize-img-blue2 {
  left: -70px;
  top: 54px;
}
@media (max-width: 900px) {
  .optimize .container {
    display: block;
    height: auto;
    padding-top: 80px;
    text-align: center;
  }
  .optimize .content {
    text-align: left;
    margin-bottom: 30px;
  }
  .optimize .optimize-img {
    position: static;
    max-width: 100%;
    margin-top: 0;
  }
}

/*
* office section
*/
.office {
  height: 505px;
  background: #fff;
  overflow-y: hidden;
}
.office__line {
  position: relative;
  height: 5px;
  z-index: 2;
  width: 100%;
  background: linear-gradient(-110deg, #22BAFF 20%, #D100FF 80%);
}
.office .container {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
}
.office .office-anim {
  position: absolute;
}
.office-img-main {
  left: -60px;
  top: 135px;
}
.office-img-blue {
  left: -166px;
  top: -49px;
}
.office-img-hex1 {
  bottom: -57px;
  right: -35px;
  left: calc(100% - 173px + 35px);
}
.office-img-hex2 {
  left: -20px;
  bottom: -105px;
}
.office-img-black {
  right: -200px;
  left: calc(100% + 200px - 281px);
  top: -83px;
}
.office .content {
  max-width: 680px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.office .logo-icon {
  position: relative;
  top: -10px;
  margin-right: 30px;
  flex: 0 0 auto;
}
.office .title {
  font-size: 36px;
  line-height: 45px;
  max-width: 550px;
  color: #03A9F4;
}
.office .desc {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 760px) {
  .office {
    height: auto;
  }
  .office .container {
    padding-top: 70px;
    padding-bottom: 70px;
    display: block;
  }
  .office .logo-icon {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .office .title {
    font-size: 28px;
    line-height: 36px;
  }
}

/*
* map section
*/
.map {
  display: block;
  width: 100%;
  height: 500px;
  background-color: #fff;
  position: relative;
}
.map__container {
  display: block;
  width: 70%;
  height: 500px;
}
.map__card {
  display: flex;
  align-items: center;
  width: 30%;
  height: 100%;
  min-width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 50px;
  padding-right: 20px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
  z-index: 100;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .map {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
  .map__container {
    width: 100%;
    height: 300px;
  }
  .map__card {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    position: static;
  }
}
.map .company__name {
  font-family: "Inter", sans-serif;
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.map .company__address {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  text-decoration: none;
  color: #000;
  pointer-events: none;
}
.map .company__address * {
  text-decoration: none;
  color: #000;
  pointer-events: none;
}
.map .company .contacts .contacts__item {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
}
.map .company .contacts .contacts__item:last-child {
  margin-bottom: 0;
}
.map .company .contacts .contacts__item:before {
  content: "";
  display: block;
  float: left;
  margin-right: 15px;
  width: 14px;
  height: 12px;
  background-size: 12px;
  background-repeat: no-repeat;
}
.map .company .contacts .contacts__item_phone {
  display: block;
  text-decoration: none;
  color: #000;
}
.map .company .contacts .contacts__item_phone:before {
  background-image: url("../images/glyph-phone-black.png");
  background-position: left center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .map .company .contacts .contacts__item_phone:before {
    background-image: url("../images/glyph-phone-black@2x.png");
  }
}
.map .company .contacts .contacts__item_email {
  display: block;
  color: #03a9f4;
  transition: 0.3s;
  text-decoration: none;
}
.map .company .contacts .contacts__item_email:before {
  background-image: url("../images/glyph-email-black.png");
  background-size: 14px auto;
  background-position: center center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .map .company .contacts .contacts__item_email:before {
    background-image: url("../images/glyph-email-black@2x.png");
  }
}
.map .company .contacts .contacts__item_email:hover {
  color: #d100ff;
}

.reward {
  margin-top: 40px;
  border-radius: 6px;
  position: relative;
  padding: 2px;
}
.reward svg {
  position: absolute !important;
  max-width: 1080px;
  max-height: 150px;
  z-index: 0 !important;
  width: 100%;
  top: 0;
  left: 0;
}
.reward svg rect {
  width: 1078px;
  height: 148px;
}
.reward__container {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  padding: 30px;
  color: #fff;
  text-align: left;
}
@media (max-width: 600px) {
  .reward__container {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .reward__container {
    padding: 20px;
  }
}
.reward__text {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 20px;
  text-align: center;
}
.reward__text b {
  font-weight: bold;
  color: #03a9f4;
}
@media (max-width: 767px) {
  .reward__text {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 400px) {
  .reward__text {
    font-size: 22px;
    line-height: 26px;
  }
}
.reward__flex {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 960px) {
  .reward__flex {
    display: block;
  }
}
.reward-msg {
  margin-top: 5px;
  flex: 0 0 auto;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  vertical-align: top;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  margin-right: 40px;
}
@media (max-width: 960px) {
  .reward-msg {
    display: inline-flex;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }
}
.reward-contacts {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.reward-contacts p {
  font-size: 18px;
  line-height: 20px;
  color: #bababa;
}
@media (max-width: 600px) {
  .reward-contacts p {
    margin-bottom: 20px;
  }
}
.reward-contacts__flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
}
@media (max-width: 600px) {
  .reward-contacts__flex {
    display: block;
    margin-left: 0;
  }
}
.reward-contacts__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  margin-right: 10px;
  padding-right: 20px;
  transition: color 0.2s;
}
.reward-contacts__item:hover {
  color: #03a9f4;
}
@media (max-width: 600px) {
  .reward-contacts__item {
    display: inline-flex;
    padding-right: 0;
    margin: 0 15px 15px;
  }
}
.reward-contacts__icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  margin-right: 10px;
}
.reward-contacts__name {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}

.page--vacancies {
  position: relative;
}
.page--vacancies .header {
  padding-top: 50px;
  padding-bottom: 0;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
}
.page--vacancies main {
  padding-top: 116px;
}
@media (max-width: 769px) {
  .page--vacancies main {
    overflow: visible !important;
    padding-top: 0;
  }
}
.page--vacancies .section-vacancies {
  padding-top: 0px;
  padding-bottom: 60px;
  background: transparent;
  overflow: visible !important;
}
.page--vacancies .section-vacancies .container {
  padding-bottom: 0;
}

.section-vacancies {
  background-color: #000;
  text-align: center;
  overflow-y: hidden;
}
.section-vacancies .desc {
  font-size: 20px;
  line-height: 30px;
  color: #BABABA;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .section-vacancies .desc {
    font-size: 18px;
  }
}
.section-vacancies .title {
  font-size: 60px;
}
.section-vacancies .btns {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-vacancies .btns .btn {
  margin: 10px;
}
.section-vacancies .container {
  padding: 70px 0 60px;
  position: relative;
}
.section-vacancies .container *:not(.vacancies-bkg1, .vacancies-bkg2, .vacancies__more) {
  z-index: 1;
  position: relative;
}

.vacancies {
  display: flex;
  justify-content: center;
  text-align: left;
  max-width: 1080px;
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 30px;
}
.vacancies-bkg2 {
  left: 169px;
  top: auto;
  bottom: -958px;
}
.vacancies-bkg1 {
  right: 449px;
  bottom: auto;
  top: -700px;
}
.vacancies__item {
  display: block;
  height: 280px;
  width: 340px;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  padding: 25px 20px 20px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 0 1px transparent, inset 0 0 0 5px transparent;
}
.vacancies__item:after {
  content: "";
  display: block;
  height: 80px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -2px;
  z-index: 2;
  background-image: url("../images/vacan_rectangle.png");
}
.vacancies__item svg path {
  transition: all 0.3s;
}
.vacancies__item:hover {
  background: linear-gradient(240.04deg, #22BAFF 5.49%, #D100FF 100%);
  color: #fff;
}
.vacancies__item:hover:after {
  content: "";
  display: none;
}
.vacancies__item:hover .vacancies__title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 15px;
  padding-right: 15px;
}
.vacancies__item:hover svg path {
  fill: #fff;
}
.vacancies__item:hover .vacancies__description {
  display: none;
}
.vacancies__item:hover .vacancies__more {
  opacity: 1;
}
.vacancies__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  margin-bottom: 23px;
}
.vacancies__icon img {
  display: block;
}
.vacancies__title {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid #C9C9C9;
  transition: all 0.3s;
}
.vacancies__description {
  display: block;
  transition: all 0.3s;
}
.vacancies__description ul {
  margin-bottom: 20px;
}
.vacancies__description .label {
  font-weight: bold;
}
.vacancies__description .label--normal {
  font-weight: normal !important;
}
.vacancies__description .desc {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.vacancies__more {
  opacity: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
}

.vacancies-bkg1, .vacancies-bkg2 {
  position: absolute;
  transition: all 0.5s;
  z-index: 0 !important;
}

.page--feedback {
  position: relative;
}
.page--feedback section {
  overflow: visible;
}
.page--feedback .wrap {
  overflow: hidden;
}
.page--feedback .btn--small svg {
  max-width: 160px;
}
.page--feedback .btn--small svg rect {
  width: 158px;
}
.page--feedback .container > *:not(.vacancies-bkg1, .vacancies-bkg2, .vacancies__more) {
  z-index: 1;
  position: relative;
}
.page--feedback.success {
  min-height: 100vh;
  background-position: center -100%;
  background-size: 0 auto;
}
.page--feedback.success .success-bg {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s 0s, opacity 0.5s 0s, transform 3s 0s;
}
.page--feedback.success .map {
  display: none;
}
.page--feedback.success .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #000;
}
.page--feedback .header {
  position: relative;
  z-index: 9;
  padding-top: 50px;
}
.page--feedback .success-bg {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  transform-origin: center center;
  z-index: 3;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.page--feedback .success-bg img {
  min-width: 1000px;
  max-width: 100%;
  height: auto;
}

.feedback {
  position: relative;
  padding-top: 76px;
  padding-bottom: 60px;
  text-align: center;
  /* 
  * @animation hyperjump
  * transition: transform 1s cubic-bezier(0.62, 0.92, 0, 1.01);
  */
}
@media (max-width: 600px) {
  .feedback {
    padding-top: 40px;
  }
}
.feedback.success {
  z-index: 3;
  padding: 0;
}
.feedback.success .vacancies-bkg1, .feedback.success .vacancies-bkg2 {
  position: absolute;
  z-index: 0 !important;
}
.feedback.success .title {
  font-size: 60px;
}
.feedback.success .success-block {
  display: flex;
}
.feedback.success .container {
  display: none;
}
.feedback.success .container:after {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s 0s, opacity 0.7s 0s, transform 0.7s 0s;
}
.feedback .container {
  position: relative;
}
.feedback .desc {
  color: #BABABA;
  max-width: 950px;
  margin: 0 auto 60px;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 600px) {
  .feedback .desc {
    font-size: 14px;
    margin: 0 auto 30px;
  }
}
.feedback .form {
  max-width: 440px;
  margin: 0 auto;
}
.feedback .form__field {
  position: relative;
  margin-bottom: 20px;
}
.feedback .form__field:last-child {
  margin-bottom: 0;
}
.feedback .form__field.error .form__list,
.feedback .form__field.error .form__input,
.feedback .form__field.error .form__textarea {
  border-color: #FF1744;
}
.feedback .form__list, .feedback .form__textarea, .feedback .form__input {
  -webkit-appearance: none;
  padding: 0 20px;
  width: 100%;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #7A7A7A;
  background-color: #000;
  transition: border-color 0.5s;
}
.feedback .form__list::placeholder, .feedback .form__textarea::placeholder, .feedback .form__input::placeholder {
  color: #BABABA;
  transition: color 0.3s;
}
.feedback .form__list:focus, .feedback .form__textarea:focus, .feedback .form__input:focus {
  border-color: #03a9f4;
}
.feedback .form__list:focus::placeholder, .feedback .form__textarea:focus::placeholder, .feedback .form__input:focus::placeholder {
  color: transparent;
}
.feedback .form__list {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  user-select: none;
}
.feedback .form__list:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 20px;
  width: 10px;
  height: 5px;
  background-image: url(../images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  opacity: 0.7;
}
.feedback .form__list.active {
  border-color: #03a9f4;
}
.feedback .form__list.active:after {
  opacity: 1;
}
.feedback .form__list.active + .form__list-dropdown {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: visibility 0s 0s, opacity 0.3s 0s, transform 0.3s 0s;
}
.feedback .form__list span {
  color: #BABABA;
  transition: color 0.3s;
}
.feedback .form__list-dropdown {
  user-select: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 7px;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 2px;
  text-align: left;
  z-index: 2;
  transform: translateY(5%);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, transform 0.3s 0s;
}
.feedback .form__list-dropdown li {
  cursor: pointer;
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 7px 20px;
  transition: background 0.2s, color 0.2s;
}
.feedback .form__list-dropdown li:hover {
  background-color: #03a9f4;
  color: #fff;
}
.feedback .form__textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  min-height: 260px;
  line-height: 22px;
}
.feedback .form__botline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feedback .form__error-message {
  color: #FF1744;
  font-size: 14px;
  line-height: 22px;
  margin-right: 20px;
  opacity: 0;
  transition: opacity 0.3s;
}
.feedback .form__error-message.show {
  opacity: 1;
}
.feedback .form .btn {
  flex: 0 0 auto;
  display: block;
}

.success-block {
  display: none;
  min-height: 504px;
  height: calc(100vh - 196px);
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 20px 100px;
}
.success-block img {
  margin-bottom: 40px;
}
.success-block .text {
  color: #BABABA;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 800px) {
  .success-block {
    min-height: 500px;
  }
}
@media (max-width: 650px) {
  .success-block {
    min-height: 400px;
  }
}
@media (max-width: 500px) {
  .success-block {
    min-height: 300px;
  }
}

.page--feedback.success .wrap {
  min-height: 700px;
}

.vacancies-bkg1.success {
  display: none;
}

.vacancies-bkg2.success {
  display: none;
}

.success .vacancies-bkg1.success {
  display: block;
}
@media (min-width: 1800px) {
  .success .vacancies-bkg1.success {
    left: calc(-50% + 640px);
  }
}

.success .vacancies-bkg2.success {
  display: block;
}
@media (min-width: 1800px) {
  .success .vacancies-bkg2.success {
    right: calc(-50% + 640px);
    left: auto;
  }
}

.covid {
  background-color: #2d2d2d;
  overflow-y: hidden;
}
.covid .container {
  padding: 74px 0;
  position: relative;
}
.covid-anim {
  position: absolute;
}
.covid-img-main {
  right: -45px;
  left: calc(100% + 45px - 218px);
  top: 65px;
}
.covid-img-virus1 {
  right: -210px;
  top: 3px;
  left: calc(100% + 210px - 352px);
}
.covid-img-virus2 {
  left: 840px;
  bottom: -23px;
}
.covid-img-virus3 {
  left: -24px;
  top: -3px;
}
.covid-img-virus4 {
  left: -265px;
  bottom: -194px;
}
@media screen and (max-width: 768px) {
  .covid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.covid__block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .covid__block {
    flex-direction: column;
  }
}
.covid__content {
  margin-left: 50px;
  max-width: 660px;
}
@media (max-width: 960px) {
  .covid__content {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .covid__content {
    margin-left: 0;
    text-align: center;
  }
}
.covid__link {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  text-decoration: none;
  color: #7a7a7a;
  display: none;
}
@media (max-width: 960px) {
  .covid__link {
    display: block;
    margin-bottom: 30px;
  }
}
.covid__title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
  color: #d8d8d8;
}
@media screen and (max-width: 768px) {
  .covid__title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .covid__title {
    margin-bottom: 10px;
  }
}
.covid .desc {
  color: rgba(255, 255, 255, 0.7);
}
.covid__qr {
  flex: 0 0 180px;
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .covid__qr {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.covid__qr img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .covid__qr img {
    max-width: 180px;
    margin: 0 auto;
  }
}
.covid__icon {
  flex: 0 0 140px;
  max-width: 140px;
  width: 100%;
}
@media (max-width: 960px) {
  .covid__icon {
    display: none;
  }
}

.footer {
  display: block;
  position: relative;
  z-index: 900;
}
.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.footer__left-side {
  flex: 1;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #7a7a7a;
}
.footer__middle-side {
  text-align: center;
  flex: 1;
}
.footer .logo-icon {
  transform-origin: center center;
  transition: transform 0.6s ease-in-out;
}
.footer .logo-icon:hover {
  transform: rotate(720deg);
}
.footer__right-side {
  flex: 1;
  display: block;
  text-align: right;
}
.footer__menu {
  display: inline-block;
}
.footer__menu:after {
  display: table;
  clear: both;
  content: "";
}
.footer__menu-item {
  display: inline-block;
  float: left;
  margin-left: 30px;
}
.footer__menu-item:first-child {
  margin-left: 0;
}
.footer__menu-item a {
  color: #03A9F4;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.footer__menu-item a:hover {
  color: #d100ff;
}
@media (max-width: 406px) {
  .footer {
    position: relative;
    padding-top: 80px;
  }
  .footer__content {
    height: auto;
    flex-direction: column-reverse;
  }
  .footer__right-side, .footer__left-side {
    flex: auto;
    margin-bottom: 20px;
  }
  .footer__middle-side {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -20px;
  }
  .footer__middle-side img {
    max-width: 40px;
  }
}

.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  z-index: 1000;
  overflow-y: scroll;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 850px) {
  .popup:before {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .popup {
    padding: 0;
    height: 100%;
  }
}
.popup__label {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: -24px;
}
.popup__label strong {
  font-weight: bold;
}
.popup__handler {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 800px;
  margin: 80px auto;
}
@media screen and (max-width: 850px) {
  .popup__handler {
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    max-width: none;
  }
}
.popup__cancel {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: #fff;
  position: absolute;
  top: 12px;
  right: 12px;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 100;
}
.popup__cancel:after, .popup__cancel:before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #7a7a7a;
  position: absolute;
  margin-top: 6px;
  margin-left: 15px;
  transition: all 0.3s;
}
.popup__cancel:after {
  transform: rotate(45deg);
}
.popup__cancel:before {
  transform: rotate(-45deg);
}
.popup__cancel:hover {
  background-color: #03a9f4;
}
.popup__cancel:hover:after, .popup__cancel:hover:before {
  background-color: #fff;
}
.popup__cancel:active {
  background-color: #d8d8d8;
}
.popup__header {
  display: flex;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 30px;
  padding-right: 50px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.popup__header .v-icon {
  display: block;
  -ms-flex-negative: 0;
  height: 48px;
  margin-right: 15px;
}
.popup__header img {
  display: block;
}
.popup__body {
  padding: 30px 50px;
  font-size: 16px;
  line-height: 24px;
}
.popup__body ul {
  margin-bottom: 30px;
  padding-left: 18px;
  list-style: circle;
}
.popup__body ul li b {
  font-weight: bold;
}
.popup__body ul:last-child {
  margin-bottom: 0;
}
.popup__body .label {
  display: block;
  font-weight: bold;
  margin-bottom: 9px;
}
.popup__body .desc {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.popup__body .text {
  margin-bottom: 15px;
}
.popup__body .evaluation {
  font-style: italic;
  margin-bottom: 10px;
}
.popup__body .evaluation.bold {
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  .popup__body {
    padding: 30px 20px;
  }
}
.popup__footer {
  background: #F7F7F7;
  border-radius: 0px 0px 5px 5px;
  border-top: 1px solid #d8d8d8;
  padding: 20px 50px;
  font-size: 16px;
  line-height: 24px;
}
.popup__footer p {
  text-align: center;
}

@media (max-width: 1025px) {
  /*Dev section*/
  .dev .sbrowser {
    margin-top: 0;
  }
  .dev .dev-img-main {
    position: static !important;
    max-width: 450px;
    margin: 15px auto;
    display: block;
  }
  .dev .dev-img-cube {
    right: 0;
    left: auto;
  }
  .dev .dev-img-hex {
    left: -275px;
    bottom: -120px;
    top: auto;
  }
  .dev .dev-img-dark {
    left: -50px !important;
  }

  .marketing .container {
    display: block;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .marketing .content {
    max-width: none;
  }
  .marketing .content .text {
    max-width: 660px;
  }
  .marketing .marketing-img-main {
    position: relative;
    top: auto !important;
    left: auto !important;
    bottom: 0;
    margin: 0 auto;
    display: block;
  }
  .marketing .marketing-img-bkg {
    bottom: -400px;
    left: calc(50% - 650px);
  }
  .marketing .marketing-img-blur {
    right: -235px;
    left: auto;
    top: 0;
  }
  .marketing .marketing-img-black {
    top: auto;
    bottom: -52px;
    z-index: 1 !important;
  }

  .optimize .optimize-img-main {
    position: static;
    width: 400px;
  }
  .optimize .optimize-img-black2 {
    left: -220px;
    bottom: -152px;
  }
  .optimize .optimize-img-black1 {
    right: -80px;
  }

  .section-vacancies .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-vacancies .reward__text {
    font-size: 22px;
  }
  .section-vacancies .reward svg rect {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  .section-vacancies .vacancies {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .office .office-img-main {
    position: static;
    width: 400px;
  }
  .office .office-img-hex2 {
    bottom: -200px;
  }
  .office .office-img-blue {
    left: -20px;
  }
  .office .office-img-black {
    right: -120px;
  }

  .map__card {
    min-width: 400px;
  }

  .covid .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .covid .covid-img-main {
    display: none;
  }
}
@media (max-width: 954px) {
  .page:not(.page--vacancies) .section-vacancies .reward {
    display: none;
  }
  .page:not(.page--vacancies) .section-vacancies .vacancies-bkg1 {
    width: 700px;
    height: 700px;
    left: auto;
    right: calc(50% - 350px);
    top: -350px;
  }
  .page:not(.page--vacancies) .section-vacancies .vacancies-bkg2 {
    width: 700px;
    height: 700px;
    left: auto;
    right: calc(50% - 350px);
    bottom: -350px;
  }

  .covid__block {
    flex-direction: column;
  }
  .covid__content {
    text-align: center;
    margin-right: 0;
    margin-top: 30px;
  }
  .covid__qr {
    max-width: none;
  }
  .covid__qr img {
    display: block;
    max-width: 180px;
    margin: 0 auto 10px;
  }
  .covid__link {
    text-align: center;
  }

  .optimize .optimize-img-blue2 {
    top: -20px;
  }
}
@media (max-width: 660px) {
  .sbrowser {
    flex-direction: column;
    padding: 26px 20px 20px;
    gap: 26px;
  }
  .sbrowser__info-title {
    text-align: center;
    font-size: 24px;
    line-height: 29px;
  }
  .sbrowser__info-text {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
  }
  .sbrowser__info-btns {
    flex-direction: column;
  }
  .sbrowser__info-btns a {
    max-width: none;
  }
  .sbrowser__info-btns > a.btn {
    max-width: none;
    overflow: hidden;
    border-color: #03A9F4;
  }
  .sbrowser__info-btns > a.btn svg {
    max-width: none;
    width: 100%;
    height: 50px;
  }
  .sbrowser__info-btns > a.btn svg rect {
    height: 48px;
    width: calc(100% - 2px);
    rx: 2px;
  }
}
@media (max-width: 760px) {
  .office {
    height: auto;
  }
  .office .container {
    height: auto;
  }
  .office .content {
    margin-left: 0;
  }
  .office .content .desc {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 55px;
  }
  .office .office-img-main {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .office .office-img-hex1 {
    display: none;
  }
  .office .office-img-blue {
    right: -75px;
    bottom: 0;
    top: auto;
    left: auto;
  }
  .office .office-img-hex2 {
    left: -150px;
  }

  .marketing .stats__num::before {
    border-top-color: #21baff;
  }

  .map {
    position: static;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .map__card {
    position: static;
    width: 100%;
    padding: 90px 30px 80px;
  }
  .map__container {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .dev {
    padding-bottom: 40px;
  }
  .dev .dev-img-main {
    max-width: 306px;
  }
  .dev .dev-img-cube {
    max-width: 257px;
    right: -158px;
    bottom: -120px;
  }
  .dev .dev-img-hex {
    max-width: 257px;
    right: -150px;
    top: -100px;
    left: auto;
  }
  .dev .dev-img-dark {
    top: 400px;
  }

  .marketing .stats {
    max-width: none;
  }
  .marketing .stats__num svg {
    max-width: 100%;
    width: 100%;
  }
  .marketing .stats__num svg rect {
    width: calc(100vw - 64px);
  }
  .marketing .marketing-img-blur {
    max-width: 110px;
    top: 19px;
    right: -52px;
  }

  .section-vacancies .vacancies {
    max-width: none;
    gap: 0;
  }
  .section-vacancies .vacancies__item {
    width: 100%;
  }
  .section-vacancies .vacancies__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .section-vacancies .btn {
    width: 100%;
    margin: 10px 0 !important;
  }
  .section-vacancies .btn svg {
    width: 100%;
    max-width: 100%;
  }
  .section-vacancies .btn svg rect {
    width: calc(100% - 2px);
  }

  .page--vacancies .header {
    position: relative;
    z-index: 1;
  }
  .page--vacancies .section-vacancies .vacancies-bkg1 {
    width: 700px;
    height: 700px;
    left: auto;
    right: calc(50% - 350px);
    top: -550px;
  }
  .page--vacancies .section-vacancies .vacancies-bkg2 {
    width: 700px;
    height: 700px;
    left: auto;
    right: calc(50% - 350px);
    bottom: -450px;
  }

  .page--feedback .vacancies-bkg1:not(.success) {
    width: 700px;
    height: 700px;
    left: auto;
    right: calc(50% - 350px);
    top: -550px;
  }
  .page--feedback .vacancies-bkg2:not(.success) {
    width: 700px;
    height: 700px;
    left: auto;
    right: calc(50% - 350px);
    bottom: -450px;
  }
  .page--feedback .vacancies-bkg1.success {
    left: calc(50% - 600px);
  }
  .page--feedback .vacancies-bkg2.success {
    right: calc(50% - 600px);
  }
}
@media (max-width: 600px) {
  .title {
    font-size: 28px !important;
  }

  .marketing .marketing-img-main {
    max-width: 350px;
  }
  .marketing .marketing-img-black {
    left: auto;
    right: 43px;
    bottom: -84px;
  }
  .marketing .marketing-img-bkg {
    bottom: -600px;
  }
  .marketing .container {
    padding-bottom: 0;
  }

  .optimize .container {
    padding-bottom: 30px;
  }
  .optimize .optimize-img-main {
    max-width: 335px;
  }
  .optimize .optimize-img-black1 {
    display: none;
  }
  .optimize .optimize-img-black2 {
    left: -65px;
    max-width: 154px;
    bottom: -52px;
    transform: rotate(-21.86deg);
  }
  .optimize .optimize-img-blue1 {
    left: -110px;
    top: 300px;
    max-width: 139px;
  }
  .optimize .optimize-img-blue2 {
    left: auto !important;
    right: -55px;
  }

  .office .office-img-black {
    max-width: 129px;
    right: -52px;
    top: -48px;
  }

  .covid .covid-img-virus1 {
    display: none;
  }
  .covid .covid-img-virus2 {
    width: 101px;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
  }
  .covid .covid-img-virus3 {
    max-width: 133px;
    right: -30px;
    bottom: -100px;
    left: auto;
    top: auto;
  }
  .covid .covid-img-virus4 {
    left: -70px;
    top: -7px;
    max-width: 240px;
  }

  .footer__content {
    display: grid;
    padding: 20px 0;
    height: auto;
    justify-content: center;
    grid-template-areas: "logo" "right" "left";
  }
  .footer__left-side {
    grid-area: left;
    text-align: center;
  }
  .footer__right-side {
    grid-area: right;
    text-align: center;
    margin: 20px 0;
  }
  .footer__middle-side {
    grid-area: logo;
  }
}
@media (max-width: 476px) {
  .covid .container {
    padding: 0 30px;
  }

  .marketing .stats__num::before {
    border-top-color: #608aff;
  }

  .header .btn {
    width: calc(100% - 60px);
    margin: 0;
    left: 30px;
  }
  .header .btn svg {
    max-width: none;
    width: 100%;
  }
  .header .btn svg rect {
    width: calc(100% - 2px);
  }

  .dev .dev-img-cube {
    right: -131px;
  }
}

/*# sourceMappingURL=style.css.map */
