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

/* шрифты */
@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;
}
body {
  margin: 0 !important;
  padding: 0 !important;
}

.astra-store {
  /* переменные - цвета*/
  --neutral-900: #0b0c0e;
  --neutral-800: #272a32;
  --neutral-700: #3d404e;
  --neutral-600: #53596b;
  --neutral-500: #70788b;
  --neutral-400: #8f97aa;
  --neutral-300: #aab2c2;
  --neutral-200: #c2c8d7;
  --neutral-100: #dbdfe9;
  --neutral-50: #f1f3f9;
  --accent-900: #003770;
  --accent-800: #00488b;
  --accent-700: #005faa;
  --accent-600: #0079cb;
  --accent-500: #1d8fe0;
  --accent-400: #3ea5f0;
  --accent-300: #5eb7f8;
  --accent-200: #83c8fd;
  --accent-100: #bbdefe;
  --accent-50: #dcecfe;
  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: 80px;
  padding-bottom: 40px;
}
.astra-store 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;
}
.astra-store .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: 16px;
  height: 60px;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 12px;
  background-color: var(--accent-500);
  min-width: 360px;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.astra-store .btn-main__icon {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 8px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.astra-store .btn-main__icon svg {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.astra-store .btn-main__icon svg path {
  stroke: var(--accent-500);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.astra-store .btn-main:hover {
  background-color: var(--accent-400);
}
.astra-store .btn-main:hover .btn-main__icon svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.astra-store .btn-main:hover .btn-main__icon svg path {
  stroke: var(--accent-400);
}
.astra-store .btn-main:active {
  background-color: var(--accent-700);
}
.astra-store .btn-main:active .btn-main__icon svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.astra-store .btn-main:active .btn-main__icon svg path {
  stroke: var(--accent-700);
}
.astra-store .btn-secondary {
  height: 48px;
  border-radius: 10px;
  background-color: var(--neutral-800);
  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;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 11px 24px;
  transition: all ease 0.3s;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.astra-store .btn-secondary:hover {
  background-color: var(--accent-400);
}
.astra-store .btn-secondary:active {
  background-color: var(--accent-700);
}

#astra-store-desktop .text-xlarge {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#astra-store-desktop .text-large {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#astra-store-desktop .text-regular {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#astra-store-desktop h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
}
#astra-store-desktop h2 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
}
#astra-store-desktop h3 {
  font-size: 34px;
  line-height: 46px;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
}
#astra-store-desktop h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
}
#astra-store-desktop h5 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
}
#astra-store-desktop .white {
  color: #fff;
}
#astra-store-desktop .container {
  width: 1280px;
  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;
  position: relative;
}
#astra-store-desktop .banner {
  background-image: url(../img/banner_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
#astra-store-desktop .banner .container {
  padding: 60px 0;
  background-image: url(../img/banner_img.png);
  background-repeat: no-repeat;
  background-position: top right -30px;
  background-size: 780px auto;
}
#astra-store-desktop .banner-block {
  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;
}
#astra-store-desktop .banner-block .btn-main {
  margin-top: 20px;
}
#astra-store-desktop .features {
  background-image: url(../img/features_bg.png), -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(153, 194, 229, 0.75)));
  background-image: url(../img/features_bg.png), linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(153, 194, 229, 0.75) 100%);
  background-position: bottom center, top center;
  background-repeat: no-repeat;
  background-size: 1287px auto, cover;
}
#astra-store-desktop .features .container {
  padding-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#astra-store-desktop .features h2 {
  text-align: center;
}
#astra-store-desktop .features-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  position: relative;
}
#astra-store-desktop .features-block__item {
  padding: 36px 28px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((100% - 96px) / 4);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: 24px;
  border-radius: 20px;
  background-color: #fff;
}
#astra-store-desktop .features-block__item .text-regular {
  text-align: center;
  color: var(--neutral-700);
}
#astra-store-desktop .advantages .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#astra-store-desktop .advantages h2 {
  text-align: center;
}
#astra-store-desktop .advantages-block {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px 28px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#astra-store-desktop .advantages-block__item {
  border-radius: 16px;
  padding: 28px 40px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: inherit;
  background-image: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#astra-store-desktop .advantages-block__item:nth-child(1), #astra-store-desktop .advantages-block__item:nth-child(9) {
  grid-column: span 2;
}
#astra-store-desktop .advantages-block__item:nth-child(2), #astra-store-desktop .advantages-block__item:nth-child(3), #astra-store-desktop .advantages-block__item:nth-child(7), #astra-store-desktop .advantages-block__item:nth-child(8) {
  grid-column: span 5;
}
#astra-store-desktop .advantages-block__item:nth-child(4), #astra-store-desktop .advantages-block__item:nth-child(5), #astra-store-desktop .advantages-block__item:nth-child(6) {
  grid-column: span 4;
}
#astra-store-desktop .advantages-block__item .text-large {
  color: var(--neutral-800);
  letter-spacing: 0.03em;
}
#astra-store-desktop .structure .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#astra-store-desktop .structure h2 {
  text-align: center;
}
#astra-store-desktop .structure-block {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
#astra-store-desktop .structure-block__nav {
  grid-column: span 4;
  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;
}
#astra-store-desktop .structure-block__nav__item {
  padding: 28px 32px;
  border-radius: 16px;
  background-color: var(--neutral-50);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: background-color;
}
#astra-store-desktop .structure-block__nav__item.is-active {
  background-color: var(--accent-500);
  color: #fff;
}
#astra-store-desktop .structure-block__nav__item.is-active .structure-block__nav__content {
  grid-template-rows: 1fr;
  opacity: 1;
}
#astra-store-desktop .structure-block__nav__item.is-active .text-xlarge {
  color: white;
}
#astra-store-desktop .structure-block__nav__item.is-active .tab__icon {
  background-color: #fff;
}
#astra-store-desktop .structure-block__nav__item.is-active .tab__icon svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#astra-store-desktop .structure-block__nav__item.is-active .tab__icon svg path {
  stroke: var(--accent-500);
}
#astra-store-desktop .structure-block__nav__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#astra-store-desktop .structure-block__nav__head .tab__icon {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background-color: var(--neutral-800);
  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;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#astra-store-desktop .structure-block__nav__head .tab__icon svg {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#astra-store-desktop .structure-block__nav__head .tab__icon svg path {
  -webkit-transition: inherit;
  transition: inherit;
}
#astra-store-desktop .structure-block__nav__content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  -webkit-transition: grid-template-rows 0.35s ease, opacity 0.25s ease;
  transition: grid-template-rows 0.35s ease, opacity 0.25s ease;
  transition: grid-template-rows 0.35s ease, opacity 0.25s ease, -ms-grid-rows 0.35s ease;
  will-change: grid-template-rows;
}
#astra-store-desktop .structure-block__nav__content > * {
  overflow: hidden;
}
#astra-store-desktop .structure-block__nav__content p {
  padding-top: 18px;
}
#astra-store-desktop .structure-block__slider {
  grid-column: span 8;
}
#astra-store-desktop .structure-block__slider .swiper {
  height: 486px;
  overflow: hidden;
}
#astra-store-desktop .structure-block__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  border: 2px solid var(--neutral-100);
}
#astra-store-desktop .video .container {
  padding: 0 14px;
  min-height: 640px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 32px;
  background-image: url(../img/video.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#astra-store-desktop .details-block {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 28px;
}
#astra-store-desktop .details-block__desc {
  grid-column: span 4;
  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;
}
#astra-store-desktop .details-block__desc h5 {
  letter-spacing: -0.03em;
}
#astra-store-desktop .details-block__wrapper {
  grid-column: span 8;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#astra-store-desktop .details-block__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 36px 28px 40px;
  border-radius: 20px;
  background-color: var(--neutral-50);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
#astra-store-desktop .details-block__item .text-xlarge {
  color: var(--neutral-800);
}
#astra-store-desktop .test-banner .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 60px;
  border-radius: 20px;
  background-color: var(--neutral-700);
}
#astra-store-desktop .test-banner .btn-main {
  width: 360px;
}
#astra-store-desktop .test-banner .radial {
  background: linear-gradient(93.27deg, #7ac8ff 9.32%, #a78afd 60.41%, #f681ff 109.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#astra-store-desktop .partnership .container {
  border-radius: 24px;
  background-color: var(--neutral-50);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px 60px 64px;
  background-image: url(../img/partner.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
#astra-store-desktop .partnership-block {
  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: 40px;
}
#astra-store-desktop .partnership-block > div {
  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;
}
#astra-store-desktop .partnership ul {
  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;
  padding-left: 0;
}
#astra-store-desktop .partnership ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  position: relative;
}
#astra-store-desktop .partnership ul li::before {
  content: url(../img/marker.svg);
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-color: var(--neutral-200);
  border-radius: 7px;
  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;
}
#astra-store-desktop .partnership ul li .text-large {
  margin-top: -2px;
}
#astra-store-desktop .contact .container {
  background-color: #5eb7f8;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px 64px;
  background-image: url(../img/contact_img.png), url(../img/contact_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right, center;
  background-size: contain, cover;
}
#astra-store-desktop .contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
#astra-store-desktop .contact-block .btn-secondary {
  width: 360px;
}

#astra-store-mobile .text-xlarge {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#astra-store-mobile .text-large {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#astra-store-mobile .text-regular {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
#astra-store-mobile h1 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
}
#astra-store-mobile h2 {
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
}
#astra-store-mobile h3 {
  font-size: 34px;
  line-height: 46px;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
  text-align: center;
}
#astra-store-mobile h4 {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
}
#astra-store-mobile h5 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
}
#astra-store-mobile .white {
  color: #fff;
}
#astra-store-mobile .container {
  width: 688px;
  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;
  position: relative;
}
#astra-store-mobile .banner {
  background-image: url(../img/banner_bg_tablet.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
#astra-store-mobile .banner .container {
  padding: 40px 0 220px;
  background-image: url(../img/banner_img.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 520px auto;
}
#astra-store-mobile .banner-block {
  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;
  gap: 12px;
}
#astra-store-mobile .banner-block .btn-main {
  margin-top: 20px;
}
#astra-store-mobile .features {
  background-image: url(../img/features_bg.png), -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(153, 194, 229, 0.75)));
  background-image: url(../img/features_bg.png), linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(153, 194, 229, 0.75) 100%);
  background-position: bottom center, top center;
  background-repeat: no-repeat;
  background-size: 1287px auto, cover;
  overflow: hidden;
}
#astra-store-mobile .features .container {
  padding-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
  overflow: visible;
}
#astra-store-mobile .features h2 {
  text-align: center;
}
#astra-store-mobile .features-block {
  width: calc(100% + (100vw - 100%) / 2);
}
#astra-store-mobile .features-block__item {
  padding: 36px 28px 40px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 24px;
  border-radius: 20px;
  background-color: #fff;
}
#astra-store-mobile .features-block__item .text-regular {
  text-align: center;
  color: var(--neutral-700);
}
#astra-store-mobile .features-block .swiper {
  overflow: visible;
}
#astra-store-mobile .features-block .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#astra-store-mobile .features-block .swiper-slide {
  width: calc(50% - 16px);
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#astra-store-mobile .advantages .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#astra-store-mobile .advantages h2 {
  text-align: center;
}
#astra-store-mobile .advantages-block {
  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: 12px;
}
#astra-store-mobile .advantages-block__item {
  border-radius: 16px;
  padding: 28px 28px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#astra-store-mobile .advantages-block__item .text-large {
  color: var(--neutral-800);
  text-align: center;
}
#astra-store-mobile .advantages-block__decor {
  width: 100%;
  height: 40px;
  border-radius: 16px;
  background-image: url(../img/decor.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#astra-store-mobile .structure {
  overflow: hidden;
}
#astra-store-mobile .structure .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#astra-store-mobile .structure h2 {
  text-align: center;
}
#astra-store-mobile .structure-block {
  width: calc(100% + (100vw - 100%) / 2);
}
#astra-store-mobile .structure-block__item {
  height: 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: 20px;
  position: relative;
}
#astra-store-mobile .structure-block__item__head {
  width: 100%;
  border-radius: 16px;
  background-color: var(--neutral-50);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  min-height: 154px;
}
#astra-store-mobile .structure-block__item img {
  width: 100%;
  height: 484px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
  border: 2px solid var(--neutral-100);
  background-color: var(--neutral-50);
}
#astra-store-mobile .structure-block .swiper {
  overflow: visible;
}
#astra-store-mobile .structure-block .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#astra-store-mobile .structure-block .swiper-slide {
  height: auto;
}
#astra-store-mobile .video .container {
  padding: 0 14px;
  min-height: 640px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 32px;
  background-image: url(../img/video.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#astra-store-mobile .details {
  overflow: hidden;
}
#astra-store-mobile .details .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  overflow: visible;
}
#astra-store-mobile .details-block {
  margin-top: 28px;
  width: calc(100% + (100vw - 100%) / 2);
}
#astra-store-mobile .details-block__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 36px 28px 40px;
  border-radius: 20px;
  height: 100%;
  background-color: var(--neutral-50);
  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: 32px;
}
#astra-store-mobile .details-block__item .text-xlarge {
  color: var(--neutral-800);
  text-align: center;
}
#astra-store-mobile .details-block .swiper {
  overflow: visible;
}
#astra-store-mobile .details-block .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#astra-store-mobile .details-block .swiper-slide {
  width: calc(50% - 16px);
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#astra-store-mobile .test-banner .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 40px;
  padding: 65px 60px;
  border-radius: 20px;
  background-color: var(--neutral-700);
}
#astra-store-mobile .test-banner .btn-main {
  width: 360px;
}
#astra-store-mobile .test-banner .radial {
  background: linear-gradient(93.27deg, #7ac8ff 9.32%, #a78afd 60.41%, #f681ff 109.3%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
#astra-store-mobile .partnership {
  background-color: var(--neutral-50);
}
#astra-store-mobile .partnership .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px 44px 240px;
  background-image: url(../img/partner_tablet.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 394px auto;
}
#astra-store-mobile .partnership-block {
  width: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
#astra-store-mobile .partnership-block > div {
  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;
}
#astra-store-mobile .partnership ul {
  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;
  padding-left: 0;
}
#astra-store-mobile .partnership ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  position: relative;
}
#astra-store-mobile .partnership ul li::before {
  content: url(../img/marker.svg);
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-color: var(--neutral-200);
  border-radius: 7px;
  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;
}
#astra-store-mobile .partnership ul li .text-large {
  margin-top: -2px;
}
#astra-store-mobile .contact {
  padding: 0;
  position: relative;
}
#astra-store-mobile .contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  background-color: #5eb7f8;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px 60px;
  background-image: url(../img/contact_img_tablet.png), url(../img/contact_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right, center;
  background-size: contain, cover;
  width: 100%;
}
#astra-store-mobile .contact-block .btn-secondary {
  width: 282px;
}
#astra-store-mobile .contact-block h3 {
  text-align: left;
}

/* tablet */
@media (max-width: 1349px) {
  #astra-store-desktop h2 {
    font-size: 34px;
    line-height: 46px;
    text-align: center;
  }
  #astra-store-desktop h3 {
    text-align: center;
  }
  #astra-store-desktop h4 {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }
  #astra-store-desktop h5 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  #astra-store-desktop h6 {
    text-align: center;
  }
  #astra-store-desktop .container {
    width: 1024px;
  }
  #astra-store-desktop .banner {
    background-image: url(../img/banner_bg_tablet.png);
  }
  #astra-store-desktop .banner .container {
    padding: 40px 0 220px 0;
    background-image: url(../img/banner_img.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 520px auto;
  }
  #astra-store-desktop .banner-block {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  #astra-store-desktop .banner-block br {
    display: none;
  }
  #astra-store-desktop .features {
    background-image: url(../img/features_bg.png), -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(70%, rgba(153, 194, 229, 0.75)));
    background-image: url(../img/features_bg.png), linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(153, 194, 229, 0.75) 70%);
    background-position: bottom center, top center;
    background-repeat: no-repeat;
    background-size: 1000px auto, cover;
  }
  #astra-store-desktop .features-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #astra-store-desktop .features-block__item {
    width: calc((100% - 32px) / 2);
  }
  #astra-store-desktop .advantages-block {
    padding: 0;
  }
  #astra-store-desktop .structure-block {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
  }
  #astra-store-desktop .structure-block__nav {
    grid-column: span 4;
    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;
  }
  #astra-store-desktop .structure-block__nav__item {
    padding: 28px 20px;
  }
  #astra-store-desktop .structure-block__nav__head {
    gap: 24px;
  }
  #astra-store-desktop .structure-block__nav__head .text-xlarge {
    font-size: 19px;
    line-height: 26px;
  }
  #astra-store-desktop .structure-block__slider .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    background-color: var(--neutral-50);
  }
  #astra-store-desktop .details-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  #astra-store-desktop .details-block__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: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  #astra-store-desktop .details-block__wrapper {
    width: 100%;
  }
  #astra-store-desktop .details-block__wrapper h5 {
    text-align: left;
  }
  #astra-store-desktop .test-banner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
    padding: 65px 60px;
    border-radius: 20px;
    background-color: var(--neutral-700);
  }
  #astra-store-desktop .test-banner .radial {
    display: block;
  }
  #astra-store-desktop .partnership .container {
    padding: 48px 84px 250px;
    background-image: url(../img/partner_tablet.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 394px auto;
  }
  #astra-store-desktop .partnership-block {
    width: 100%;
    padding: 0 40px;
  }
  #astra-store-desktop .contact .container {
    background-image: url(../img/contact_img.png), url(../img/contact_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right -60%, center;
    background-size: contain, cover;
  }
  #astra-store-desktop .contact-block h3 {
    text-align: left;
  }
}
/* mobile */
@media (max-width: 767px) {
  #astra-store-mobile .container {
    width: 100%;
    padding: 0 20px;
  }
  #astra-store-mobile .banner {
    background-image: url(../img/banner_bg_mobile.png);
  }
  #astra-store-mobile .banner .container {
    padding: 40px 32px 224px;
    background-size: 400px auto;
  }
  #astra-store-mobile .banner-block .btn-main {
    margin-top: 20px;
    width: 100%;
    min-width: 200px;
  }
  #astra-store-mobile .test-banner {
    padding: 0 20px;
  }
  #astra-store-mobile .test-banner .container {
    padding: 56px 32px;
  }
  #astra-store-mobile .test-banner .btn-main {
    width: 100%;
    min-width: 200px;
  }
  #astra-store-mobile .partnership .container {
    padding: 48px 32px 232px;
    background-size: 360px auto;
  }
  #astra-store-mobile .partnership-block {
    padding: 0;
  }
  #astra-store-mobile .contact-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    padding: 56px 32px 226px;
    background-image: url(../img/contact_img_mobile.png), url(../img/contact_bg_mobile.png);
    background-position: bottom center, center;
    background-size: 358px auto, cover;
  }
  #astra-store-mobile .contact-block .btn-secondary {
    width: 100%;
    min-width: 200px;
  }
  #astra-store-mobile .contact-block h3 {
    text-align: center;
  }
  #astra-store-mobile .structure-block__item img {
    height: 400px;
  }
}
/* mobile */
@media (max-width: 649px) {
  #astra-store-mobile .structure-block__item img {
    height: 360px;
  }
  #astra-store-mobile .structure-block__item__head {
    min-height: 180px;
  }
}
/* mobile */
@media (max-width: 495px) {
  #astra-store-mobile .structure-block__item img {
    height: 300px;
  }
  #astra-store-mobile .structure-block__item__head {
    min-height: 205px;
  }
}
/*# sourceMappingURL=style.css.map */
