@charset "UTF-8";
[name=form_dropdown_LEVEL_SECURITY] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

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

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

a {
  text-decoration: none;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a {
  text-decoration: none;
  color: relative;
}

button:active, a:active {
  outline: 0;
  outline-offset: 0;
}
button:focus, a:focus {
  outline: 0;
  outline-offset: 0;
}
button:hover, a:hover {
  outline: 0;
  outline-offset: 0;
}

/* шрифты */
@font-face {
  font-family: "PT Astra Fact";
  src: url("../assets/fonts/PTAstraFact-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PT Astra Fact";
  src: url("../assets/fonts/PTAstraFact-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
#astraServerCore {
  /* переменные - цвета*/
  --neutral-900: #0D0E15;
  --neutral-800: #262736;
  --neutral-700: #3B4153;
  --neutral-600: #4D556C;
  --neutral-500: #606983;
  --neutral-400: #7C869F;
  --neutral-300: #99A3BC;
  --neutral-200: #B7C1D8;
  --neutral-100: #DAE0F1;
  --neutral-50: #EAEEF9;
  --accent-900: #01478B;
  --accent-800: #0259A6;
  --accent-700: #0370C4;
  --accent-600: #1189D7;
  --accent-500: #22A3E5;
  --accent-400: #55BFF1;
  --accent-300: #6FCCF8;
  --accent-200: #A7DDF9;
  --accent-100: #C9E7FC;
  --accent-50: #E5F3FE;
  --red-1: #e9590c;
  --red-100: #ffd8db;
  --red-800: #cc4d0a;
  --red-900: #bc2118;
  font-family: "PT Astra Fact", "Arial", "Verdana", sans-serif !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
#astraServerCore button {
  outline: none !important;
}
#astraServerCore .text-large {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#astraServerCore .text-xlarge {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#astraServerCore .text-small {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#astraServerCore .text-regular {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#astraServerCore h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#astraServerCore h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#astraServerCore h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: var(--neutral-900);
  margin: 0;
}
#astraServerCore h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#astraServerCore h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#astraServerCore h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#astraServerCore .white {
  color: #fff;
}
#astraServerCore ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}
#astraServerCore li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  position: relative;
}
#astraServerCore li:before {
  content: url(../img/marker.svg);
  width: 16px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2px;
}
#astraServerCore html {
  scroll-behavior: smooth;
}
#astraServerCore .container {
  width: 1320px;
  max-width: 1320px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#astraServerCore section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
#astraServerCore .btn-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  height: 60px;
  padding: 14px 24px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: var(--accent-500);
  cursor: pointer;
  border: none !important;
}
#astraServerCore .btn-main:hover {
  background-color: var(--accent-600);
}
#astraServerCore .btn-main:active {
  background-color: var(--accent-900);
}
#astraServerCore .btn-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 68px;
  padding: 18px 24px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: var(--accent-500);
  min-width: 360px;
  border: none !important;
  cursor: pointer;
}
#astraServerCore .btn-secondary img {
  width: 32px;
  height: 32px;
  max-width: 32px;
}
#astraServerCore .btn-secondary:hover {
  background-color: var(--accent-600);
}
#astraServerCore .btn-secondary:active {
  background-color: var(--accent-900);
}
#astraServerCore .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  padding: 4px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  border: 1.5px solid #fff;
  background-color: transparent;
}
#astraServerCore .banner {
  margin-top: 8px;
  margin-bottom: -18px;
}
#astraServerCore .banner-block {
  width: 100%;
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 32px 28px;
}
#astraServerCore .banner__desc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 40px 40px;
  background-color: var(--neutral-100);
  border-radius: 16px;
  background-image: url(../img/corner-top-right.svg);
  background-repeat: no-repeat;
  background-position: top -1px right -1px;
  margin-top: 22px;
}
#astraServerCore .banner__desc div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
#astraServerCore .banner__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 40px;
  border-radius: 16px;
  background-color: var(--neutral-800);
  width: 100%;
  margin-bottom: 22px;
}
#astraServerCore .banner__start div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
#astraServerCore .banner__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-row: span 2;
}
#astraServerCore .banner__img__desktop {
  display: block;
}
#astraServerCore .banner__img__tablet {
  display: none;
}
#astraServerCore .banner__img img {
  width: 631px;
  height: auto;
}
#astraServerCore .solution-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#astraServerCore .solution-desktop h2 {
  margin-bottom: 8px;
}
#astraServerCore .solution-desktop .container {
  padding: 0 11px;
}
#astraServerCore .solution-tablet {
  display: none;
}
#astraServerCore .solution-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 92px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#astraServerCore .solution-block__img {
  position: relative;
  width: 480px;
  height: 480px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#astraServerCore .solution-block__desc__slider {
  width: 667px;
  height: 438px;
  overflow: hidden;
}
#astraServerCore .solution-block__card {
  background: var(--neutral-50);
  border-radius: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px 60px;
  position: relative;
  margin-left: 28px;
  margin-right: 1px;
  height: 438px;
  box-sizing: border-box;
}
#astraServerCore .solution-block__card::before {
  content: "";
  width: 27px;
  height: 63px;
  background-image: url(../img/tail.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: absolute;
  left: -26px;
  top: 54px;
}
#astraServerCore .solution-block__card h4 {
  margin: 0 0 4px;
}
#astraServerCore .solution-block__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: -48px;
}
#astraServerCore .solution-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
}
#astraServerCore .solution-img.is-active {
  opacity: 1;
}
#astraServerCore .solution-prev, #astraServerCore .solution-next {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: var(--neutral-900);
  border: 2px solid var(--neutral-900);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#astraServerCore .solution-prev svg path, #astraServerCore .solution-next svg path {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  stroke: #fff;
}
#astraServerCore .solution-prev:hover, #astraServerCore .solution-next:hover {
  background-color: var(--accent-500);
  border-color: var(--accent-500);
}
#astraServerCore .solution-prev:active, #astraServerCore .solution-next:active {
  background-color: var(--accent-700);
  border-color: var(--accent-700);
}
#astraServerCore .solution-prev.swiper-button-disabled, #astraServerCore .solution-next.swiper-button-disabled {
  background-color: transparent;
  border: 2px solid var(--neutral-900);
}
#astraServerCore .solution-prev.swiper-button-disabled svg path, #astraServerCore .solution-next.swiper-button-disabled svg path {
  stroke: var(--neutral-900);
}
#astraServerCore .solution-next {
  position: relative;
  z-index: 1;
}
#astraServerCore .solution-next.is-pulse::before, #astraServerCore .solution-next.is-pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  -webkit-animation: solution-sploosh 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: solution-sploosh 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
#astraServerCore .solution-next.is-pulse::after {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
}
#astraServerCore .solution-next.is-pulse {
  -webkit-animation: none;
          animation: none;
}
@-webkit-keyframes solution-sploosh {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(50, 150, 255, 0.55);
            box-shadow: 0 0 0 0 rgba(50, 150, 255, 0.55);
    background: rgba(50, 150, 255, 0.45);
  }
  80% {
    background: rgba(50, 150, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 42px rgba(50, 150, 255, 0);
            box-shadow: 0 0 0 42px rgba(50, 150, 255, 0);
  }
}
@keyframes solution-sploosh {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(50, 150, 255, 0.55);
            box-shadow: 0 0 0 0 rgba(50, 150, 255, 0.55);
    background: rgba(50, 150, 255, 0.45);
  }
  80% {
    background: rgba(50, 150, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 42px rgba(50, 150, 255, 0);
            box-shadow: 0 0 0 42px rgba(50, 150, 255, 0);
  }
}
@-webkit-keyframes solution-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  3.3% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  16.5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes solution-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  3.3% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  16.5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#astraServerCore .advantages-block {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  background-color: var(--neutral-50);
  background-image: url(../img/corner-top-left.svg), url(../img/corner-bottom-right.svg);
  background-repeat: no-repeat;
  background-position: top -1px left -1px, bottom -1px right -1px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#astraServerCore .advantages-block__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 148px;
}
#astraServerCore .advantages-block__item:not(:last-child) {
  padding-bottom: 32px;
  border-bottom: 1.5px solid var(--neutral-200);
}
#astraServerCore .advantages-block__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#astraServerCore .advantages-block__item__title img {
  width: 72px;
  height: 72px;
}
#astraServerCore .advantages-block__item__title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
#astraServerCore .advantages-block__item__desc {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#astraServerCore .advantages-block__item__desc > .text-large {
  width: 360px;
  min-width: 360px;
}
#astraServerCore .advantages-block__item__desc div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
}
#astraServerCore .advantages-block__item__desc div span {
  color: var(--accent-400);
}
#astraServerCore .advantages-block__item__desc div h1, #astraServerCore .advantages-block__item__desc div > .text-large {
  text-align: right;
}
#astraServerCore .request__img__desktop {
  display: block;
}
#astraServerCore .request__img__mobile {
  display: none;
}
#astraServerCore .request-block {
  width: 100%;
  background-color: var(--neutral-800);
  border-radius: 20px;
  padding: 0 60px 0 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 57px;
  max-height: 166px;
  overflow: visible;
}
#astraServerCore .request-block h5 {
  margin: 47px 0;
  max-width: 506px;
}
#astraServerCore .request-block > img {
  width: 220px;
  height: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#astraServerCore .request-block__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin: 20px 0;
}
#astraServerCore .request-block__btn .btn-secondary {
  position: relative;
}
#astraServerCore .request-block__btn .btn-secondary::after {
  content: url(../img/asterisk.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  top: -7px;
  right: -17px;
}
#astraServerCore .request-block__btn div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
#astraServerCore .request-block__btn div img {
  width: 8px;
  height: 8px;
  margin-top: 4px;
}
#astraServerCore .contact {
  margin-bottom: 60px;
}
#astraServerCore .contact-form {
  width: 100%;
  background-color: var(--accent-700);
  background-image: url(../img/form_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
  position: relative;
}
#astraServerCore .contact-form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
#astraServerCore .contact-form__header ul {
  margin-top: 0;
}
#astraServerCore .contact-form__body {
  width: 680px;
  min-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
#astraServerCore .contact-form__contacts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
#astraServerCore .contact-form__input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
#astraServerCore .contact-form__input .text-field {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

input:user-invalid,
textarea:user-invalid {
    outline: 2px solid red !important;
    color: red;
}

input[type="checkbox"]:user-invalid + label::before {
    outline: 2px solid red;
}

input:user-invalid + label,
textarea:user-invalid + label {
    color: red;
}

@supports not selector(:user-invalid) {
    input:invalid,
    textarea:invalid {
        outline: 2px solid red !important;
        color: red;
    }

    input[type="checkbox"]:invalid + label::before {
        outline: 2px solid red;
        color: inherit;
    }

    input:invalid + label,
    textarea:invalid + label {
        color: red !important;
    }
}

#astraServerCore .contact-form__input .text-field__input {
  width: 100%;
  height: 60px;
  padding: 28px 12px 10px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1.5px solid var(--neutral-200);
  border-radius: 10px;
  background: #fff;
  color: var(--neutral-900);
  font-family: "PT Astra Fact", sans-serif;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#astraServerCore .contact-form__input .text-field__input::-webkit-input-placeholder {
  color: var(--neutral-500);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#astraServerCore .contact-form__input .text-field__input::-moz-placeholder {
  color: var(--neutral-500);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#astraServerCore .contact-form__input .text-field__input:-ms-input-placeholder {
  color: var(--neutral-500);
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#astraServerCore .contact-form__input .text-field__input::-ms-input-placeholder {
  color: var(--neutral-500);
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#astraServerCore .contact-form__input .text-field__input::placeholder {
  color: var(--neutral-500);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#astraServerCore .contact-form__input .text-field__input:hover {
  border-color: var(--neutral-300);
}
#astraServerCore .contact-form__input .text-field__input:focus {
  border-color: var(--accent-500);
}
#astraServerCore .contact-form__input .text-field__input.error {
  border-color: var(--red-400);
}
#astraServerCore .contact-form__input .text-field__input--textarea {
  height: 112px;
  resize: none;
}
#astraServerCore .contact-form__input .text-field__input:-webkit-autofill, #astraServerCore .contact-form__input .text-field__input:-webkit-autofill:hover, #astraServerCore .contact-form__input .text-field__input:-webkit-autofill:focus, #astraServerCore .contact-form__input .text-field__input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--neutral-900);
  caret-color: var(--neutral-900);
  border: 1px solid var(--accent-500);
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}
#astraServerCore .contact-form__input .text-field__input:-webkit-autofill:hover {
  border-color: var(--accent-500);
}
#astraServerCore .contact-form__input .text-field__input:-webkit-autofill:focus {
  border-color: var(--accent-500);
  -webkit-text-fill-color: var(--neutral-900);
  caret-color: var(--neutral-900);
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}
#astraServerCore .contact-form__input .text-field__input:-webkit-autofill + .text-field__label {
  top: 10px;
  -webkit-transform: none;
          transform: none;
  font-family: "PT Astra Fact", sans-serif;
  font-size: 12px;
}
#astraServerCore .contact-form__input .text-field__label {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "PT Astra Fact", sans-serif;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--neutral-500);
}
#astraServerCore .contact-form__input .text-field--textarea .text-field__label {
  top: 20px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#astraServerCore .contact-form__input .text-field__input:not(:-moz-placeholder) + .text-field__label {
  top: 10px;
  transform: none;
  font-family: "PT Astra Fact", sans-serif;
  font-size: 12px;
}
#astraServerCore .contact-form__input .text-field__input:not(:-ms-input-placeholder) + .text-field__label {
  top: 10px;
  -ms-transform: none;
      transform: none;
  font-family: "PT Astra Fact", sans-serif;
  font-size: 12px;
}
#astraServerCore .contact-form__input .text-field__input:focus + .text-field__label,
#astraServerCore .contact-form__input .text-field__input:not(:placeholder-shown) + .text-field__label {
  top: 10px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-family: "PT Astra Fact", sans-serif;
  font-size: 12px;
}
#astraServerCore .contact-form__agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
}
#astraServerCore .contact-form .checkbox-item {
  position: relative;
}
#astraServerCore .contact-form .checkbox-item .checkbox-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#astraServerCore .contact-form .checkbox-item .checkbox-input:focus + .checkbox-label::before {
  border-color: var(--accent-500);
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.04);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.04);
}
#astraServerCore .contact-form .checkbox-item .checkbox-input:checked + .checkbox-label::before {
  background: var(--accent-400);
  border-color: var(--accent-400);
}
#astraServerCore .contact-form .checkbox-item .checkbox-input:checked + .checkbox-label::after {
  -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
#astraServerCore .contact-form .checkbox-item .checkbox-label {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  /* -webkit-box-align: start; */
  /*     -ms-flex-align: start; */
  /*         align-items: flex-start; */
  /* cursor: pointer; */
  color: #fff;
  font-family: "PT Astra Fact", sans-serif;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-left: 32px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#astraServerCore .contact-form .checkbox-item .checkbox-label a {
  display: inline;
  color: var(--accent-200);
  text-decoration: underline;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
#astraServerCore .contact-form .checkbox-item .checkbox-label a:hover {
  color: var(--accent-500);
}
#astraServerCore .contact-form .checkbox-item .checkbox-label a:active {
  color: var(--accent-700);
}
#astraServerCore .contact-form .checkbox-item .checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1.5px solid var(--neutral-400);
  background: rgba(58, 63, 74, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#astraServerCore .contact-form .checkbox-item .checkbox-label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#astraServerCore .contact-form .checkbox-item:hover .checkbox-label::before {
  border-color: var(--neutral-500);
}
#astraServerCore .contact-form .checkbox-item.error .checkbox-label::before,
#astraServerCore .contact-form .checkbox-input.error + .checkbox-label::before {
  border-color: var(--red-400);
}
#astraServerCore .contact-form__message {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 12px;
  border-radius: 8px;
  background-color: var(--red-100);
  border: 1px solid var(--red-900);
  position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: none;
  color: var(--red-900);
  text-align: center;
}

/* tablet */
@media (max-width: 1359px) {
  #astraServerCore h1 {
    font-size: 40px;
    line-height: 52px;
  }
  #astraServerCore h2 {
    font-size: 32px;
    line-height: 44px;
  }
  #astraServerCore .container {
    width: 688px;
    max-width: 688px;
  }
  #astraServerCore .banner {
    margin-top: 16px;
  }
  #astraServerCore .banner-block {
    width: 100%;
    display: grid;
    grid-template-columns: 2.4fr 1fr;
    gap: 24px;
  }
  #astraServerCore .banner__desc {
    background-image: url(../img/corner-top-right_tablet.svg);
    margin-top: 0;
  }
  #astraServerCore .banner__start {
    grid-column: span 2;
  }
  #astraServerCore .banner__img {
    grid-row: span 1;
  }
  #astraServerCore .banner__img__desktop {
    display: none;
  }
  #astraServerCore .banner__img__tablet {
    display: block;
  }
  #astraServerCore .banner__img img {
    width: 194px;
    height: auto;
  }
  #astraServerCore .solution-desktop {
    display: none;
  }
  #astraServerCore .solution-tablet {
    display: block;
    position: relative;
    overflow: hidden;
  }
  #astraServerCore .solution-tablet .container {
    position: relative;
    margin: 0 auto;
  }
  #astraServerCore .solution-tablet h2 {
    margin-bottom: 24px;
    max-width: 570px;
  }
  #astraServerCore .solution-tablet .swiper {
    width: 100%;
    overflow: visible;
  }
  #astraServerCore .solution-tablet .swiper-slide {
    width: 648px;
  }
  #astraServerCore .solution-tablet .solution-card {
    min-height: 432px;
    background: var(--neutral-50);
    border-radius: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 48px 60px;
    position: relative;
    height: 432px;
    width: 100%;
    box-sizing: border-box;
  }
  #astraServerCore .solution-tablet .solution-card h4 {
    margin: 0 0 4px;
  }
  #astraServerCore .solution-tablet__gesture {
    position: absolute;
    top: 12px;
    right: 0;
    width: 64px;
    height: 64px;
    pointer-events: none;
    z-index: 5;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  #astraServerCore .solution-tablet__gesture.is-hidden {
    opacity: 0;
  }
  #astraServerCore .solution-tablet__gesture svg {
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 12px;
    fill: none;
    stroke: var(--neutral-900);
    stroke-width: 18px;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-animation: solution-hand-move 3s infinite;
            animation: solution-hand-move 3s infinite;
  }
  #astraServerCore .solution-tablet__gesture-line {
    position: absolute;
    top: 6px;
    right: 0;
    width: 28px;
    height: 8px;
    border-radius: 20px;
    background: var(--accent-500);
    -webkit-animation: solution-tapperoo 3s infinite;
            animation: solution-tapperoo 3s infinite;
  }
  #astraServerCore .solution-tablet .swiper,
  #astraServerCore .solution-tablet .swiper-slide,
  #astraServerCore .solution-tablet .solution-card {
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  #astraServerCore .solution__img {
    margin-top: 24px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #astraServerCore .solution__img img {
    width: 480px;
    height: auto;
  }
  @-webkit-keyframes solution-tapperoo {
    0% {
      width: 14px;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      width: 32px;
      opacity: 0;
      -webkit-transform: translateX(-48px);
              transform: translateX(-48px);
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes solution-tapperoo {
    0% {
      width: 14px;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    50% {
      width: 32px;
      opacity: 0;
      -webkit-transform: translateX(-48px);
              transform: translateX(-48px);
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes solution-hand-move {
    0% {
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
    }
    50% {
      -webkit-transform: translate(-28px, -6px) rotate(-20deg) scale(0.95);
              transform: translate(-28px, -6px) rotate(-20deg) scale(0.95);
    }
    100% {
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
    }
  }
  @keyframes solution-hand-move {
    0% {
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
    }
    50% {
      -webkit-transform: translate(-28px, -6px) rotate(-20deg) scale(0.95);
              transform: translate(-28px, -6px) rotate(-20deg) scale(0.95);
    }
    100% {
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
    }
  }
  #astraServerCore .advantages-block {
    background-image: url(../img/corner-top-left_tablet.svg), url(../img/corner-bottom-right_tablet.svg);
  }
  #astraServerCore .advantages-block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 32px;
  }
  #astraServerCore .advantages-block__item:not(:last-child) {
    padding-bottom: 48px;
  }
  #astraServerCore .advantages-block__item:not(:first-child) {
    padding-top: 48px;
  }
  #astraServerCore .advantages-block__item__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  #astraServerCore .advantages-block__item__desc {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    gap: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #astraServerCore .advantages-block__item__desc > .text-large {
    width: auto;
    min-width: 334px;
  }
  #astraServerCore .advantages-block__item__desc div {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 210px;
    min-width: 210px;
  }
  #astraServerCore .advantages-block__item__desc div h1, #astraServerCore .advantages-block__item__desc div > .text-large {
    text-align: left;
  }
  #astraServerCore .request__img__desktop {
    display: none;
  }
  #astraServerCore .request__img__mobile {
    display: block;
  }
  #astraServerCore .request-block {
    padding: 0 40px 40px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
    max-height: none;
  }
  #astraServerCore .request-block h5 {
    margin: 0;
    max-width: 430px;
    text-align: center;
  }
  #astraServerCore .request-block > img {
    width: 167px;
    height: auto;
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: -30px;
  }
  #astraServerCore .request-block__btn {
    margin: 0;
    margin-top: 10px;
  }
  #astraServerCore .contact-form {
    background-image: url(../img/form_bg_tablet.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    position: relative;
  }
  #astraServerCore .contact-form__header {
    gap: 32px;
  }
  #astraServerCore .contact-form__body {
    width: 100%;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #astraServerCore .contact-form__body .btn-main {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #astraServerCore .contact-form__message {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px 12px;
    border-radius: 8px;
    background-color: var(--red-100);
    border: 1px solid var(--red-900);
    position: absolute;
    top: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    display: none;
    color: var(--red-900);
    text-align: center;
  }
}
/* mobile */
@media (max-width: 767px) {
  #astraServerCore .container {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #astraServerCore .banner-block {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  #astraServerCore .banner__desc {
    background-image: url(../img/corner-top-right.svg);
  }
  #astraServerCore .banner__start {
    grid-column: span 1;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 28px;
  }
  #astraServerCore .banner__start .btn-main {
    width: 100%;
    height: auto;
    min-height: 60px;
  }
  #astraServerCore .banner__img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    max-width: 476px;
    height: 342px;
    background-image: url(../img/corner-img_mobile.svg), url(../img/banner_img_mobile.png);
    background-position: bottom -1px left -1px, center;
    background-repeat: no-repeat;
    background-size: auto, 476px auto;
    border-radius: 21px;
    margin-bottom: 22px;
  }
  #astraServerCore .banner__img__desktop {
    display: none;
  }
  #astraServerCore .banner__img__tablet {
    display: none;
  }
  #astraServerCore .banner__img img {
    width: 194px;
    height: auto;
  }
  #astraServerCore .solution-tablet {
    display: block;
    position: relative;
    overflow: hidden;
  }
  #astraServerCore .solution-tablet .swiper-slide {
    width: 90%;
  }
  #astraServerCore .solution-tablet .solution-card {
    padding: 36px 28px;
    height: 500px;
    overflow: hidden;
    width: 100%;
  }
  #astraServerCore .solution-tablet__gesture {
    top: 40px;
    right: 40px;
  }
  #astraServerCore .solution__img {
    margin-top: 24px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #astraServerCore .solution__img img {
    width: 480px;
    height: auto;
  }
  #astraServerCore .advantages-block {
    padding: 60px 32px;
  }
  #astraServerCore .advantages-block__item__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #astraServerCore .advantages-block__item__desc > .text-large {
    min-width: 100%;
  }
  #astraServerCore .advantages-block__item__desc div {
    width: 100%;
    min-width: 100%;
  }
  #astraServerCore .request__img__desktop {
    display: none;
  }
  #astraServerCore .request__img__mobile {
    display: block;
  }
  #astraServerCore .request-block {
    padding: 0 40px 40px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
    max-height: none;
  }
  #astraServerCore .request-block h5 {
    margin: 0;
    max-width: 430px;
    text-align: center;
  }
  #astraServerCore .request-block > img {
    width: 167px;
    height: auto;
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: -30px;
  }
  #astraServerCore .request-block__btn {
    margin: 0;
    margin-top: 10px;
  }
  #astraServerCore .request-block__btn .btn-secondary {
    width: 100%;
    min-width: 100%;
  }
  #astraServerCore .request-block__btn .text-small {
    text-align: center;
  }
  #astraServerCore .contact-form {
    background-image: url(../img/form_bg_mobile.png);
    gap: 64px;
    padding: 60px 32px;
  }
  #astraServerCore .contact-form__input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #astraServerCore .contact-form__input .text-field {
    width: 100%;
  }
  #astraServerCore .contact-form__message {
    min-width: 320px;
  }
  #astraServerCore .contact-form__body .btn-main {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    min-height: 60px;
  }
  #astraServerCore .contact-form__message {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px 12px;
    border-radius: 8px;
    background-color: var(--red-100);
    border: 1px solid var(--red-900);
    position: absolute;
    top: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    display: none;
    color: var(--red-900);
    text-align: center;
  }
}
/* mobile */
@media (max-width: 605px) {
  #astraServerCore .solution-tablet .solution-card {
    height: 540px;
  }
  #astraServerCore .solution-tablet__gesture {
    top: 90px;
    right: 40px;
  }
}
/* mobile */
@media (max-width: 485px) {
  #astraServerCore .solution-tablet .solution-card {
    height: 670px;
  }
  #astraServerCore .solution-tablet__gesture {
    top: 150px;
    right: 14px;
  }
}
/*# sourceMappingURL=style.css.map */
