@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;
  overflow-x: hidden;
}

.page-title{
  margin: 0!important;
}

.astra-linux-main {
  /* переменные - цвета*/
  --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;
          
}
@keyframes shimmer{
  from{
      transform:translateX(0) rotate(25deg);
  }
  to{
      transform:translateX(1800px) rotate(25deg);
  }
}
.tablet{
  display: none;
}
.astra-linux-main section { 
  position: relative;
}
.astra-linux-main .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;
  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(--neutral-800);
  min-width: 320px;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
          gap: 16px;
margin-top: 20px;
}

.astra-linux-main .btn-main .btn-icon {
  width: 26px;
  height: 26px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.astra-linux-main .btn-main .btn-icon svg {
  transition: all ease 0.3s;
}
.astra-linux-main .btn-main .btn-icon svg path {
  transition: all ease 0.3s;
}

.astra-linux-main .btn-main:hover {
  background-color: var(--accent-400);
}

.astra-linux-main .btn-main:hover .btn-icon svg {
  transform: rotate(45deg);
}
.astra-linux-main .btn-main:hover .btn-icon svg path {
  stroke: var(--accent-400);
}

.astra-linux-main .btn-main:active {
  background-color: var(--accent-700);
}
.astra-linux-main .btn-main:active .btn-icon svg {
  transform: rotate(45deg);
}
.astra-linux-main .btn-main:active .btn-icon svg path {
  stroke: var(--accent-700);
}

.astra-linux-main .btn-secondary {
  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: 48px;
  padding: 11px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 10px;
  border: 2px solid var(--neutral-900);
  background-color: transparent;
  min-width: 360px;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.astra-linux-main .btn-secondary .text-regular {
  transition: all ease 0.3s;
}

.astra-linux-main .btn-secondary:hover {
  background-color: var(--neutral-900);
  border-color: var(--neutral-900);
}
.astra-linux-main .btn-secondary:hover .text-regular {
  color: #fff;
}
.astra-linux-main .btn-secondary:active{
  background-color: var(--accent-800)!important;
  border-color: var(--accent-800)!important;
  outline: none;
}

.astra-linux-main .btn-secondary:active .text-regular {
  color: #fff;
}


.astra-linux-main .text-xlarge {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
.astra-linux-main .text-large {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}
.astra-linux-main .text-regular {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}

.astra-linux-main .text-small {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: var(--neutral-900);
  margin: 0;
}

.astra-linux-main h1 {
  font-size: 52px;
  line-height: 64px;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
}
.astra-linux-main h2 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
  letter-spacing: -0.8px;
}
.astra-linux-main h3 {
  font-size: 34px;
  line-height: 46px;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
}
.astra-linux-main h4 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
}
.astra-linux-main h5 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  color: var(--neutral-900);
  margin-bottom: 0;
}
.astra-linux-main .white {
  color: #fff;
}
.astra-linux-main .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-linux-main .hero-banners {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 100px;
}
.astra-linux-main .hero-banners h2, .astra-linux-main .hero-banners .text-xlarge {
  max-width: 576px;
}



.astra-linux-main .hero-banners__swiper {
  width: 100%;
  overflow: visible;
}

.astra-linux-main .hero-banners__swiper .swiper-slide {
  width: calc(100vw - 320px);
  max-width: 1535px;
  min-width: 1280px;
  height: 555px;
  flex-shrink: 0;
  background-color: var(--neutral-50);
  border-radius: 28px;
  background-image: inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.astra-linux-main .hero-banner{
  width: 1152px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

/* Контролы снизу */
.astra-linux-main .hero-banners__controls {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 20px;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 24px;
  margin-bottom: -24px;

}

.astra-linux-main .hero-banners__controls::before {
  content: '';
  width: 142px;
  height: 111px;
  background-image: url("../img/corner-left.svg");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -104px;
  z-index: 9;
}
.astra-linux-main .hero-banners__controls::after {
  content: '';
  width: 142px;
  height: 111px;
  background-image: url("../img/corner-right.svg");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -104px;
  z-index: 9;
}

.astra-linux-main .hero-banners__prev, .astra-linux-main .hero-banners__next{
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  width: 48px;
  height: 48px;
  border: 2px solid  var(--neutral-900);
  min-width: 48px;
  background-color: #fff;
  cursor: pointer;
  transition: all ease 0.3s;
}
.astra-linux-main .hero-banners__prev svg path, .astra-linux-main .hero-banners__next svg path{ 
transition: all ease 0.3s;
}

.astra-linux-main .hero-banners__prev:hover, .astra-linux-main .hero-banners__next:hover{
background-color: var(--neutral-900);
}
.astra-linux-main .hero-banners__prev:hover svg path, .astra-linux-main .hero-banners__next:hover svg path{ 
  stroke: #fff;
  }
  .astra-linux-main .hero-banners__prev:active svg path, .astra-linux-main .hero-banners__next:active svg path{ 
    stroke: var(--neutral-400);
    }

    .astra-linux-main .hero-banners__arrow {
  width: 34px;
  height: 34px;
  border: 2px solid #111;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 20;
}

.astra-linux-main .hero-banners__pagination {
  display: flex;
  align-items: center;
  gap: 9px;
  z-index: 20;
}

.astra-linux-main .hero-banners__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  background: var(--neutral-300);
  opacity: 1;
}

.astra-linux-main .hero-banners__pagination .swiper-pagination-bullet-active {
  background: var(--accent-400);
  transform: scale(1.3);
}
.astra-linux-main .advantages{
  width: 100%;
  margin-bottom: 100px;
}

.astra-linux-main .advantages .container{
  align-items: center;
}

.astra-linux-main .advantages h2{
  margin-bottom: 12px;
}

.astra-linux-main .advantages .text-xlarge{
  margin-bottom: 48px;
}

.astra-linux-main .advantages-block{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.astra-linux-main .advantages-block__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
  padding: 36px 28px 40px;
  border-radius: 20px;
  background-color: var(--neutral-50);
}

.astra-linux-main .advantages-block__item .text-regular{
  text-align: center;
}

.astra-linux-main .scenaries{
  width: 100%;
  margin-bottom: 100px;
}

.astra-linux-main .scenaries-block{
  width: 100%;
  display: grid;
  grid-template-columns: 250px 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}

.astra-linux-main .scenaries-block__header{
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  padding: 102px 36px;
  border-radius: 20px;
  background-color: var(--neutral-50);
  grid-row: span 2;
}

.astra-linux-main .scenaries-block__header p:first-child{
  font-size: 68px;
  line-height: 80px;
  letter-spacing: -1.2px;
  font-weight: 400;
  margin: 0;
}

.astra-linux-main .scenaries-block__item{
  border-radius: 20px;
  padding: 26px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: top right, center;
  background-size: 240px auto, cover;
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.astra-linux-main .scenaries-block__item::before {
  content: "";
  position: absolute;
  inset: -50% auto -50% -120px;
  width: 140px;
  transform: translateX(0) rotate(25deg);

  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.45) 50%,
    rgba(255,255,255,0) 100%
  );

  transition: none;
  left:-180px;
  transform:rotate(25deg);
}

.astra-linux-main .scenaries-block__item__header{
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}

.astra-linux-main .card-link{
  width: 25px;
  height: 25px;
  background-color: var(--neutral-800);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  border-radius: 7px;
  margin-top: 4px;
  box-sizing: border-box;
  transition: all ease 0.3s;
}

.astra-linux-main .card-link svg{
  transition: all ease 0.3s;
}

.astra-linux-main .scenaries-block__item:hover .card-link{
background-color: var(--accent-400);
}

.astra-linux-main .scenaries-block__item:hover .card-link svg{
transform: rotate(45deg);
}

.astra-linux-main .scenaries-block__item:hover::before {
  animation: shimmer 1.4s ease forwards;
}

.astra-linux-main .scenaries-block__item .text-regular{
  max-width: 220px;
}

.astra-linux-main .awards{
  width: 100%;
}

.astra-linux-main .awards-block{
  width: 100%;
  background-color: #3B4153;
  border-radius: 24px;
  box-sizing: border-box;
  padding: 48px 60px;
  display: grid;
  gap: 20px;
  grid-template-columns: 244px 1fr 1.1fr;
  grid-template-rows: 192px 126px 80px;
}
.astra-linux-main .awards-block__item:first-child, .astra-linux-main .awards-block__item:nth-child(4), .astra-linux-main .awards-block__item:nth-child(5) {
  grid-row: span 2;
}
.astra-linux-main .awards-block__item:last-child{
  background-image: url('../img/award.png'); 
  background-repeat: no-repeat; 
  background-size: cover;
}
.astra-linux-main .awards-block__item{
  border-radius: 16px;
  background-color: var(--neutral-800);
  box-sizing: border-box;
  padding: 22px 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.astra-linux-main .awards-block__item .blue{
  font-size: 68px;
  line-height: 68px;
  color: var(--accent-300);
  font-weight: 400;
  margin: 0;
}

.astra-linux-main .awards-block__item:nth-child(1){
gap: 14px;
}
.astra-linux-main .awards-block__item:nth-child(2){
  gap: 4px;
}
.astra-linux-main .awards-block__item:nth-child(3), .astra-linux-main .awards-block__item:nth-child(5){
  gap: 24px;
  background-color: var(--accent-400);
}
.astra-linux-main .awards-block__item:nth-child(3) > div, .astra-linux-main .awards-block__item:nth-child(5) > div{
  display: flex;
  align-items: center;
  gap: 22px;
}
.astra-linux-main .awards-block__item:nth-child(4){
  gap: 12px;
}
.astra-linux-main .awards-block__item:nth-child(4) > div{
  display: flex;
  gap: 16px;
}

.astra-linux-main .benefits{
  padding-top: 140px;
  width: 100%;
  background-image: url(../img/benefit_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 100px;
}

.astra-linux-main .benefits .container{
  align-items: center;
  gap: 48px;
}

.astra-linux-main .benefits-block{
  width: 100%;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 80px;
}

.astra-linux-main .benefits-block__item{
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  height: 432px;
  overflow: hidden;
  transition: all ease 0.3s;
  cursor: pointer;
  perspective: 1000px;
  background-color: var(--accent-400);
}
.astra-linux-main .benefits-block__item:hover{
  box-shadow: 0px 0px 12px rgba(64, 158, 255, 0.4);
}
.astra-linux-main .benefits-block__item:hover .flip{
  transform: rotate(45deg);
}
.astra-linux-main .benefits-block__item__front::after{
content: '';
width: 155px;
height: 88px;

background-image: url(../img/white-corner.svg);
background-repeat: no-repeat;
background-position: bottom -11px left -11px;
position: absolute;
top: -1px;
right: -2px;
background-color: var(--accent-400);
}
.astra-linux-main .benefits-block__item__back::after{
  content: '';
  width: 155px;
  height: 88px;
  
  background-image: url(../img/white-corner.svg);
  background-repeat: no-repeat;
  background-position: bottom -11px left -11px;
  position: absolute;
  top: -1px;
  right: -2px;
  background-color: var(--accent-400);
  }
  
.astra-linux-main .benefits-block__item__front{
width: 100%;
height: 100%;
padding: 80px 28px;
box-sizing: border-box;
background-image: inherit;
background-size: auto 283px;
background-position: bottom center;
background-repeat: no-repeat;
/* display: none; */
backface-visibility: hidden;
transition: transform 0.5s ease;
transform: rotateY(0);
background-color: #fff;
}
.astra-linux-main .benefits-block__item__front h4{
  z-index: 100;
}

.astra-linux-main .benefits-block__item .flip{
  position: absolute;
  top: 13px;
  right: 17px;
  z-index: 20;
  transition: all ease 0.3s;
}


.astra-linux-main .benefits-block__item__back{
  width: 100%;
  height: 100%;
  /* display: none; */
  display: flex;
  flex-direction: column;
  padding: 37px 27px;
  box-sizing: border-box;
  gap: 20px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  transition: transform 0.5s ease;
  inset: 0;
  transform: rotateY(180deg);
  background-color: #fff;
}

.astra-linux-main .benefits-block__item.is-active .benefits-block__item__front {
  transform: rotateY(180deg);
}

.astra-linux-main .benefits-block__item.is-active .benefits-block__item__back {
  transform: rotateY(360deg);
}




.astra-linux-main .benefits-block__item__back .text-xlarge{
  max-width: 190px;
  z-index: 30;
}

.astra-linux-main .benefits-block__item__back ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.astra-linux-main .benefits-block__item__back li{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}
.astra-linux-main .benefits-block__item__back li::before{
  content: '';
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: var(--accent-400);
  margin-top: 9px;
}

.astra-linux-main .numbers{
  width: 100%;
  margin-bottom: 100px;
}
.astra-linux-main .numbers-block{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.astra-linux-main .numbers-block__header{
  grid-column: span 2;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
}
.astra-linux-main .numbers-block__header img{
width: 100%;
height: auto;
border-radius: 20px;
}

.astra-linux-main .numbers-block__item{
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: var(--neutral-50);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 36px;
}

.astra-linux-main .numbers-block__item .blue{
  font-size: 68px;
  line-height: 68px;
  font-weight: 400;
  color: var(--accent-400);
  margin: 0;
}
.astra-linux-main .numbers-block__item:nth-child(2){
  grid-column: span 2;
}
.astra-linux-main .numbers-block__item:nth-child(2) .blue{
  color: var(--accent-700);
}
.astra-linux-main .numbers-block__item:nth-child(4) .blue{
  color: var(--neutral-600);
}

.astra-linux-main .start-banner{
  width: 100%;
  margin-bottom: 100px;
}

.astra-linux-main .start-banner-block{
  width: 100%;
  border-radius: 24px;
  box-sizing: border-box;
  background-image: url(../img/start_bg.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 48px 100px;
}
.astra-linux-main .start-banner-block h3{
  max-width: 470px;
}
.astra-linux-main .start-banner-block .btn-main{
  height: 48px;
  margin: 0;
}

.astra-linux-main .faq {
  width: 100%;
  margin-bottom: 60px;
}
.astra-linux-main .faq .container {
  padding: 0 120px;
  gap: 48px;
  box-sizing: border-box;
  position: relative;
  align-items: center;
}
.astra-linux-main .faq-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  position: relative;
}
.astra-linux-main .faq-block__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--neutral-50);
  border-radius: 16px;
  padding-left: 36px;
  padding-right: 36px;
  box-sizing: border-box;
}
.astra-linux-main .faq-block__item__header {
  width: 100%;
  padding: 18px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
}
.astra-linux-main .faq-block__item__header .btn-faq {
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: all ease 0.3s;
  width: 40px;
  min-width: 40px;
  height: 40px;
  position: relative;
}
.astra-linux-main .faq-block__item__header .btn-faq::before,  .astra-linux-main .faq-block__item__header .btn-faq::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;

  width: 18px;
  height: 1.9px;

  background: #222;
  border-radius: 10px;

  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.astra-linux-main .faq-block__item__header .btn-faq::after{
  transform: translate(-50%, -50%) rotate(90deg);
}


.astra-linux-main .faq-block__item__header .btn-faq svg {
  transition: all ease 0.3s;
}
.astra-linux-main .faq-block__item__header .btn-faq svg path {
  transition: all ease 0.2s;
}
.astra-linux-main .faq-block__item__header:hover .btn-faq {
  background-color: var(--neutral-800);
}
.astra-linux-main .faq-block__item__header:hover .btn-faq::after, .astra-linux-main .faq-block__item__header:hover .btn-faq::before{
  background: #fff;

}
.astra-linux-main .faq-block__item__header:hover .btn-faq svg path {
  stroke: #fff;
}
.astra-linux-main .faq-block__item__header:active .btn-faq, .astra-linux-main .faq-block__item__header:focus .btn-faq {
  background-color: var(--accent-900);
}
.astra-linux-main .faq-block__item__header:active .btn-faq svg path, .astra-linux-main .faq-block__item__header:focus .btn-faq svg path {
  stroke: #fff;
}
.astra-linux-main .faq-block__item__body {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.astra-linux-main .faq-block__item__body .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.astra-linux-main .faq-block__item__body .content p {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: var(--neutral-900);
  font-weight: 400;
}
.astra-linux-main .faq-block__item__body .content p a{
  color: var(--accent-600);
  transition: all ease 0.3s;
}
.astra-linux-main .faq-block__item__body .content p a:hover{
  color: var(--accent-400);
}
.astra-linux-main .faq-block__item__body .content p a:active{
  color: var(--accent-700);
}

.astra-linux-main .faq-block__item.active .faq-block__item__body {
  max-height: 1000px;
  padding: 12px 0 48px;
}
.astra-linux-main .faq-block__item.active .faq-block__item__header .btn-faq {
  background-color: var(--accent-400);
}
.astra-linux-main .faq-block__item.active .faq-block__item__header .btn-faq svg path:last-child {
  opacity: 0;
}
.astra-linux-main .faq-block__item.active .faq-block__item__header .btn-faq svg path {
  stroke: #fff;
}
.astra-linux-main .faq-block__item.active .faq-block__item__header .btn-faq::after {
  transform: translate(-50%, -50%) rotate(0deg);
  background: #fff;
}
.astra-linux-main .faq-block__item.active .faq-block__item__header .btn-faq::before {
  background: #fff;
}
.astra-linux-main .faq-block__item.active .faq-block__item__header:hover .btn-faq {
  background-color: var(--accent-300);
}
.astra-linux-main .faq-block__item.active .faq-block__item__header:hover .btn-faq svg {
  /* transform: rotate(135deg); */
}
.astra-linux-main .faq-block__item.active .faq-block__item__header:hover .btn-faq svg path {
  stroke: #fff;
}
.astra-linux-main .faq-block__item.active .faq-block__item__header:active .btn-faq, .astra-linux-main .faq-block__item.active .faq-block__item__header:focus .btn-faq {
  background-color: var(--accent-900);
}
.astra-linux-main .faq-block__item.active .faq-block__item__header:active .btn-faq svg, .astra-linux-main .faq-block__item.active .faq-block__item__header:focus .btn-faq svg {
  /* transform: rotate(135deg); */
}
.astra-linux-main .faq-block__item.active .faq-block__item__header:active .btn-faq svg path, .astra-linux-main .faq-block__item.active .faq-block__item__header:focus .btn-faq svg path {
  stroke: #fff;
}
.astra-linux-main .faq-block__item__list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.astra-linux-main .faq-block__item__list li a {
  display: flex;
  align-items: center;
  gap: 2px;
}
.astra-linux-main .faq-block__item__list li a::after {
  content: "";
  width: 22px;
  height: 22px;
  background-color: var(--accent-600);
  mask: url("../img/link.svg") center / contain no-repeat;
    -webkit-mask: url("../img/link.svg") center / contain no-repeat;
    transition: .3s;
}

.astra-linux-main .faq-block__item__list li a:hover::after {
  background: var(--accent-400);
}
.astra-linux-main .faq-block__item__list li a:active::after {
  background: var(--accent-900);
}

.astra-linux-main .main-contacts{
  width: 100%;
  margin-bottom: 60px;
}
.astra-linux-main .main-contacts-block{
  width: 100%;
  background-color: var(--neutral-50);
  border-radius: 24px;
  box-sizing: border-box;
  padding: 36px 48px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.astra-linux-main .main-contacts-block__top{
  width: 100%;
  background-color: var(--accent-100);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 28px 40px;
}
.astra-linux-main .main-contacts-block__top .btn-main{
  width: 552px;
  margin: 0;
}
.astra-linux-main .main-contacts-block__bottom{
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 32px 0;
}
.astra-linux-main .main-contacts-block__item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.astra-linux-main .main-contacts-block__item a{
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  margin-right: 40px;
}
.astra-linux-main .main-contacts-block__item a .icon-default{
  position: absolute;
  bottom: -2px;
  right: -40px;
  opacity: 1;
  transition: all ease 0.3s;
}
.astra-linux-main .main-contacts-block__item a .icon-hover{
  position: absolute;
  bottom: -2px;
  right: -40px;
  opacity: 0;
  transition: all ease 0.3s;
}

.astra-linux-main .main-contacts-block__item a:hover .icon-default{
  opacity: 0;
}
.astra-linux-main .main-contacts-block__item a:hover .icon-hover{
  opacity: 1;
}

.astra-linux-main .cases{
  width: 100%;
  margin-bottom: 100px;
}

.astra-linux-main .cases .container{
  align-items: center;
  gap: 48px;
}

.astra-linux-main .cases-block{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 140px;
  gap: 28px;
}

.astra-linux-main .cases-block__item{
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid var(--neutral-100);
  background-color: #fff;
  height: 558px;
  transition: all ease 0.3s;
}
.astra-linux-main .cases-block__item .text-xlarge{
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  
}

.astra-linux-main .cases-block__item:hover{
  box-shadow: 0px 4px 6px -1px rgba(38, 39, 54, 0.1), 0px 6px 16px -2px rgba(38, 39, 54, 0.08);
}
.astra-linux-main .cases-block__item:active{
box-shadow: 0px 2px 4px -1px rgba(38, 39, 54, 0.1), 0px 4px 12px -1px rgba(38, 39, 54, 0.08);
}
.astra-linux-main .cases-block__item__header{
  width: 100%;
  height: 260px;
  background-image: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.astra-linux-main .cases-block__item__header::before{
  content: "";
  position: absolute;
  inset: -50% auto -50% -120px;
  width: 140px;
  transform: translateX(0) rotate(25deg);

  background: linear-gradient(
      90deg,
      rgba(255,255,255,0),
      rgba(255,255,255,.08),
      rgba(255,255,255,.22),
      rgba(255,255,255,.08),
      rgba(255,255,255,0)
  );

  transition: none;
  left:-180px;
  transform:rotate(25deg);
}

.astra-linux-main .cases-block__item:hover .cases-block__item__header::before {
  animation: shimmer 1.4s ease forwards;
}


.astra-linux-main .cases-block__item__body{
  padding: 24px 32px 32px;
  box-sizing: border-box;
  width: 100%;
  flex-grow: 1;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
}
.astra-linux-main .cases-block__item__footer{
display: flex;
flex-direction: column;
justify-content: flex-end;
gap: 20px;
width: 100%;
}
.cases-block__item,
.cases-block__item img,
.tag-block,
.tag-block__item {
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
}
.astra-linux-main .tag-block{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.astra-linux-main .tag-block::-webkit-scrollbar {
  display: none;
}

.astra-linux-main .tag-block__item{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: var(--neutral-50);
  padding: 6px 10px;
  flex: 0 0 auto;
}
.astra-linux-main .tag-block__item .text-small{
  color: var(--neutral-800);
  white-space: nowrap;
}

.astra-linux-main .date-block{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.astra-linux-main .date-block > .text-regular{
  color: var(--neutral-500);
}
.astra-linux-main .date-block .btn-more{
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}
.astra-linux-main .date-block .btn-more .text-regular{
white-space: nowrap;

    opacity: 0;
    transform: translateX(20px);

    transition:
        opacity .3s ease,
        transform .3s ease;

    pointer-events: none;
}
.astra-linux-main .cases-block__item:hover .date-block .btn-more .text-regular{
  opacity: 1;
  transform: translateX(0);
}

.astra-linux-main .date-block .btn-more__icon{
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: var(--accent-400);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
}
.astra-linux-main .date-block .btn-more__icon svg{
  transition: all ease 0.3s;
}
.astra-linux-main .cases-block__item:hover .date-block .btn-more__icon svg{
  transform: rotate(45deg);
}
.astra-linux-main .cases-block__item:active .date-block .btn-more__icon{
  background-color: var(--accent-700);
}
.astra-linux-main .cases-block__item:active .date-block .btn-more__icon svg{
  transform: rotate(45deg);
}

.astra-linux-main .cases-block__all{
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  background-color: var(--neutral-900);
  border-radius: 20px;
  padding: 24px;
  transition: all ease 0.3s;
}
.astra-linux-main .cases-block__all h5{
  text-align: center;
}

.astra-linux-main .btn-all{
  width: 32px;
  height: 32px;
  background-color: #D9D9D9;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.astra-linux-main .btn-all svg{
  transition: all ease 0.3s;
}

.astra-linux-main .btn-all svg path{
  transition: all ease 0.3s;
}

.astra-linux-main .cases-block__all:hover {
  background-color: var(--accent-400);
}

.astra-linux-main .cases-block__all:hover .btn-all svg{
  transform: rotate(45deg);
}

.astra-linux-main .cases-block__all:hover .btn-all svg path{
  stroke: var(--accent-400);
}

.astra-linux-main .cases-block__all:active {
  background-color: var(--accent-500);
}

.astra-linux-main .cases-block__all:active .btn-all svg{
  transform: rotate(45deg);
}

.astra-linux-main .cases-block__all:active .btn-all svg path{
  stroke: var(--accent-500);
}

.astra-linux-main .news{
  width: 100%;
  margin-bottom: 100px;
}

.astra-linux-main .news .container{
  align-items: center;
  gap: 48px;
}







.astra-linux-main .subscribe{
  background-color: #fff;
  padding-bottom: 40px;
}
.astra-linux-main .subscribe .container{
  background-color: var(--neutral-800);
  background-image: url(../img/form_img.png);
  background-size: auto 240px;
  background-repeat: no-repeat;
  background-position: center left;
  border-radius: 24px;
  box-sizing: border-box;
  padding-left: 253px;
  align-items: flex-end;
}

.astra-linux-main .subscribe-block{
  width: 100%;
  box-sizing: border-box;
  padding: 32px 60px;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 80px;
}

.astra-linux-main .subscribe-block__desc{
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
}

.astra-linux-main .subscribe-block__desc .mobile{
display: none;
}

.astra-linux-main .subscribe-form{
  width: 100%;
}

.astra-linux-main .subscribe-form__contacts {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.astra-linux-main .subscribe-form__input {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
}

.astra-linux-main .subscribe-form__agreement {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}
.astra-linux-main .subscribe-form .text-field {
  position: relative;
  min-width: 0;
}
.astra-linux-main .subscribe-form .text-field__input {
  width: 100%;
  height: 64px;
  padding: 12px 16px 8px;
  border: 1px solid var(--neutral-500);
  border-radius: 10px;
  background: rgba(58, 63, 74, 0.8);
  color: #fff;
  outline: none;
  box-sizing: border-box;
  font-size: 15px;
}
.astra-linux-main .subscribe-form .text-small{
  margin: 0;
}
.astra-linux-main .subscribe-form .text-field__input:focus {
  border-color: var(--accent-500);
}
.astra-linux-main .subscribe-form .text-field__input.error {
  border-color: #ff4d4d;
}

.astra-linux-main .subscribe-form .text-field__label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--neutral-300);
  pointer-events: none;
  transition: all 0.2s ease;
}

.astra-linux-main .subscribe-form .text-field__input:focus + .text-field__label, .astra-linux-main .subscribe-form .text-field__input:not(:placeholder-shown) + .text-field__label {
  top: 14px;
  transform: translateY(-50%);
  font-size: 11px;
}

.astra-linux-main .subscribe-form .text-field__input:-webkit-autofill,
.astra-linux-main .subscribe-form .text-field__input:-webkit-autofill:hover,
.astra-linux-main .subscribe-form .text-field__input:-webkit-autofill:focus,
.astra-linux-main .subscribe-form .text-field__input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  /* box-shadow: 0 0 0 1000px rgb(18, 23, 41) inset; */
  -webkit-box-shadow: 0 0 0 1000px rgba(58, 63, 74, 0.8) inset;
  border: 1px solid #5f6680;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}
.astra-linux-main .subscribe-form .text-field__input:-webkit-autofill + .text-field__label {
  top: 14px;
  transform: translateY(-50%);
  font-size: 11px;
}
.astra-linux-main .subscribe-form .checkbox-item {
  position: relative;
}
.astra-linux-main .subscribe-form .checkbox-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.astra-linux-main .subscribe-form .checkbox-input:checked + .checkbox-label::before {
  border-color: var(--accent-400);
  background: var(--accent-400);
}
.astra-linux-main .subscribe-form .checkbox-input:checked + .checkbox-label::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.astra-linux-main .subscribe-form .checkbox-input.error + .checkbox-label::before {
  border-color: #ff5c5c;
}
.astra-linux-main .subscribe-form .checkbox-label {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-left: 30px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
  margin: 0;
}
.astra-linux-main .subscribe-form .checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--neutral-500);
  border-radius: 6px;
  background: var(--neutral-700);
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.astra-linux-main .subscribe-form .checkbox-label::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  transition: all 0.2s ease;
}
.astra-linux-main .subscribe-form .checkbox-label p {
  color: rgba(255, 255, 255, 1);
}
.astra-linux-main .subscribe-form .checkbox-label a {
  color: var(--neutral-300);
  text-decoration: none;
  transition: all ease 0.3s;
}
.astra-linux-main .subscribe-form .checkbox-label a:hover {
  color: #fff;
}
.astra-linux-main .subscribe-form .checkbox-label a:active, .astra-linux-main .contacts-form .checkbox-label a:focus {
  color: var(--neutral-500);
}
.astra-linux-main .subscribe-form .checkbox-item:hover .checkbox-label::before {
  border-color: var(--neutral-400);
}
.astra-linux-main .subscribe-form .btn-main {
  width: 100%;
  height: 48px;
  background-color: var(--accent-500);
}
.astra-linux-main .subscribe-form .btn-main:hover {
  background-color: var(--accent-400);
}
.astra-linux-main .subscribe-form .btn-main:active {
  background-color: var(--accent-700);
}
.astra-linux-main .subscribe-form .subscribe-form__message {
  display: none;
}
.astra-linux-main .subscribe-form .subscribe-form__message p {
  color: #ff6b6b;
}
.astra-linux-main .subscribe-form .subscribe-form__message.active {
  display: block;
}


/* tablet */
@media (max-width: 1439px) {
  
.astra-linux-main h2 {
  font-size: 34px;
  line-height: 46px;
  text-align: center;
}
.astra-linux-main h3 {
  font-size: 28px;
  line-height: 38px;
  text-align: center;
}
.astra-linux-main h4 {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}
.astra-linux-main .text-xlarge {
text-align: center;
}

.astra-linux-main .container {
  width: 688px;
}
.desktop{
  display: none;
}
.tablet{
  display: flex;
}

.astra-linux-main .hero-banners {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 120px;
  background: linear-gradient(
  to bottom,
  #F1F3F9 0,
  #F1F3F9 calc(100% - 52px),
  #FFFFFF calc(100% - 52px),
  #FFFFFF 100%
);
padding-top: 64px;
}
.astra-linux-main .hero-banners h2 {
  max-width: 450px;
}
.astra-linux-main .hero-banners .text-xlarge {
  display: none;
}

.astra-linux-main .hero-banners__swiper .swiper-slide {
  max-width: 618px;
  min-width: 618px;
  height: 614px;
  background-image: none!important;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.astra-linux-main .hero-banners__swiper .swiper-slide__img {
  width: 100%;
  height: 320px;
  border-radius: 28px;
  background-image: inherit;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.astra-linux-main .hero-banner{
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px;
  align-items: center;
  gap: 36px;
}
.astra-linux-main .hero-banner .btn-main{
margin-top: 0;
}

/* Контролы снизу */
.astra-linux-main .hero-banners__controls {
  gap: 0;
  padding: 18px 18px 12px;
  margin-bottom: -10px;

}

.astra-linux-main .hero-banners__controls::before {
  width: 68px;
  height: 53px;
  left: -60px;
}
.astra-linux-main .hero-banners__controls::after {
  width: 68px;
  height: 53px;
  right: -60px;
}

.astra-linux-main .hero-banners__prev, .astra-linux-main .hero-banners__next{
  display: none;
}

.astra-linux-main .advantages{
  margin-bottom: 80px;
}

.astra-linux-main .advantages .container{
  align-items: center;
}

.astra-linux-main .advantages .text-xlarge{
  margin-bottom: 40px;
}

.astra-linux-main .advantages-block{
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  user-select: none;
  -webkit-user-select: none;
  display: flex;
}
.astra-linux-main .advantages-block::-webkit-scrollbar {
  display: none;
}

.astra-linux-main .advantages-block__item{
  width: 302px;
  flex: 0 0 auto;
}

.astra-linux-main .scenaries{
  margin-bottom: 80px;
}

.astra-linux-main .scenaries-block{
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
}

.astra-linux-main .scenaries-block__header{
  align-items: center;
  padding: 32px;
  grid-row: span 1;
  grid-column: span 2;
}
.astra-linux-main .scenaries-block__header p:first-child{
font-size: 52px;
line-height: 64px;
}

.astra-linux-main .scenaries-block__item{
  padding: 16px 32px;
  background-position: bottom right -26px, center;
  background-size: 176px auto, cover;
}

.astra-linux-main .scenaries-block__item .text-regular{
  max-width: 170px;
}
.astra-linux-main .scenaries-block__item .card-link{
  background-color: var(--accent-400);
}
.astra-linux-main .scenaries-block__item .card-link svg{
  transform: rotate(45deg);
}

.astra-linux-main .awards-block{
  padding: 48px 40px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: none;
}
.astra-linux-main .awards-block__item:first-child {
  grid-row: span 1;
  grid-column: span 3;
}
.astra-linux-main .awards-block__item:nth-child(2), .astra-linux-main .awards-block__item:nth-child(3), .astra-linux-main .awards-block__item:nth-child(4), .astra-linux-main .awards-block__item:nth-child(5) {
  grid-row: span 1;
  grid-column: span 2;
}
.astra-linux-main .awards-block__item:nth-child(6){
  grid-column: 4;
  grid-row: 1;
  background-image: url(../img/award_tablet.png);
}

.astra-linux-main .awards-block__item{
  padding: 32px;
  align-items: center;
  position: relative;
}
.astra-linux-main .awards-block__item .blue{
  text-align: center;
  font-size: 52px;
  line-height: 64px;
}
.astra-linux-main .awards-block__item h5{
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.astra-linux-main .awards-block__item:nth-child(2){
  gap: 4px;
  grid-row: 2;
  grid-column: 3 / span 2;
}
.astra-linux-main .awards-block__item:nth-child(3), .astra-linux-main .awards-block__item:nth-child(5){
  gap: 24px;
  background-color: var(--accent-400);
}
.astra-linux-main .awards-block__item:nth-child(3) > div, .astra-linux-main .awards-block__item:nth-child(5) > div{
  flex-direction: column;
}
.astra-linux-main .awards-block__item:nth-child(5) img{
  order: 2;
}
.astra-linux-main .awards-block__item:nth-child(3) > div{
  order: 1;
}
.astra-linux-main .awards-block__item:nth-child(3) h5{
  order: 2;
  margin-bottom: 40px;
}
.astra-linux-main .awards-block__item:nth-child(3) > div .text-regular{
  position: absolute;
  bottom: 40px;
}
.astra-linux-main .awards-block__item:nth-child(5){
  gap: 16px;
}
.astra-linux-main .awards-block__item:nth-child(4){
  gap: 12px;
  grid-row: 2;
  grid-column: 1 / span 2;
}
.astra-linux-main .awards-block__item:nth-child(4) > div{
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.astra-linux-main .awards-block__item:nth-child(3) .text-regular, .astra-linux-main .awards-block__item:nth-child(4) > .text-regular, .astra-linux-main .awards-block__item:nth-child(5) .text-regular{
  text-align: center;
}

.astra-linux-main .benefits{
  padding-top: 80px;
  margin-bottom: 80px;
}

.astra-linux-main .benefits .container{
  gap: 40px;
}

.astra-linux-main .benefits-block{
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.astra-linux-main .benefits-block::-webkit-scrollbar {
  display: none;
}

.astra-linux-main .benefits-block__item{
  flex: 0 0 auto;
  width: 302px;
}

.astra-linux-main .benefits-block__item:hover .flip{
  transform: none;
}

.astra-linux-main .benefits-block__item__back::after{
  display: none;
  }
  
.astra-linux-main .benefits-block__item__front{
display: none;
}

.astra-linux-main .benefits-block__item .flip{
  display: none;
}


.astra-linux-main .benefits-block__item__back{
  backface-visibility: visible;
  transform: none;
}

.astra-linux-main .benefits-block__item.is-active .benefits-block__item__back {
  transform: none;
}

.astra-linux-main .numbers{
  margin-bottom: 80px;
}
.astra-linux-main .numbers-block{
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.astra-linux-main .numbers-block::-webkit-scrollbar {
  display: none;
}

.astra-linux-main .numbers-block__header{
  grid-column: span 2;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
  display: none;
}
.astra-linux-main .numbers-block__header img{
width: 100%;
height: auto;
border-radius: 20px;
}

.astra-linux-main .numbers-block__item{
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: var(--neutral-50);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 36px;
  width: 300px;
  flex: 0 0 auto;
}
.astra-linux-main .numbers-block__title{
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.astra-linux-main .numbers-block__img{
  width: 100%;
  height: 196px;
  border-radius: 20px;
  background-image: url(../img/number_bg_tablet.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 24px;
}

.astra-linux-main .numbers-block__title h2{
  max-width: 480px;
}

.astra-linux-main .numbers-block__item .blue{
  font-size: 52px;
  line-height: 68px;
  font-weight: 400;
  color: var(--accent-400);
  margin: 0;
}
.astra-linux-main .numbers-block__item:nth-child(2){
  grid-column: span 1;
}
.astra-linux-main .numbers-block__item:nth-child(2) .blue{
  color: var(--accent-700);
}
.astra-linux-main .numbers-block__item:nth-child(4) .blue{
  color: var(--neutral-600);
}

.astra-linux-main .start-banner{
  margin-bottom: 80px;
}

.astra-linux-main .start-banner-block{
  background-image: url(../img/start_bg_tablet.png);
  padding: 48px;
}
.astra-linux-main .start-banner-block h3{
  max-width: 310px;
  text-align: left;
}

.astra-linux-main .faq .container {
  padding: 0;
  gap: 40px;
}
.astra-linux-main .faq-block {
  gap: 16px;
}
.astra-linux-main .faq-block__item {
  padding-left: 20px;
  padding-right: 20px;
}

.astra-linux-main .main-contacts-block__top{
flex-direction: column;
  gap: 28px;
}
.astra-linux-main .main-contacts-block__top .btn-main{
  width: 100%;
}
.astra-linux-main .main-contacts-block__bottom{
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.astra-linux-main .main-contacts-block__item{
  align-items: center;
  gap: 8px;
}


.astra-linux-main .cases{
  margin-bottom: 80px;
}

.astra-linux-main .cases-block{
  width: 448px;
  grid-template-columns: 1fr;
  gap: 24px;
}

.astra-linux-main .cases-block__item .text-xlarge{
  text-align: left;
}

.astra-linux-main .date-block .btn-more .text-regular{
    opacity: 1;
    transform: none;
}

.astra-linux-main .date-block .btn-more__icon svg{
  transform: rotate(45deg);
}

.astra-linux-main .cases-block__all{
  padding: 32px 24px;
}


.astra-linux-main .news{
  display: none;
}


.astra-linux-main .subscribe{
  padding-bottom: 60px;
}
.astra-linux-main .subscribe .container{
  background-color: var(--neutral-800);
  background-image: url(../img/form_img_tablet.png);
  background-size: auto 180px;
  background-repeat: no-repeat;
  background-position: top 53px center;
  align-items: center;
  padding: 257px 80px 65px;
}

.astra-linux-main .subscribe-block{
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.astra-linux-main .subscribe-block__desc{
align-items: center;
gap: 20px;
}
.astra-linux-main .subscribe-block__desc .text-large{
  text-align: center;
}


.astra-linux-main .subscribe-form{
  padding: 0 84px;
}
 
}

/* mobile */
@media (max-width: 767px) {
 
  .astra-linux-main .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .astra-linux-main .hero-banners h2 {
    max-width: 100%;
  }
  
  .astra-linux-main .hero-banners__swiper .swiper-slide {
    max-width: 320px;
    min-width: 320px;
    height: 604px;
    border-radius: 16px;
  }
  .astra-linux-main .hero-banners__swiper .swiper-slide__img {
    height: 260px;
    border-radius: 16px;
  }
  
  .astra-linux-main .hero-banner{
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    align-items: center;
    gap: 36px;
  }
  .astra-linux-main .hero-banner .btn-main{
  width: calc(100% - 40px);
  min-width: calc(100% - 40px);
  }
  .astra-linux-main .advantages .container{
    padding-right: 0;
  }
  .astra-linux-main .advantages h2,  .astra-linux-main .advantages .text-xlarge{
    padding-right: 20px;
  }

  .astra-linux-main .advantages-block__item{
    width: 300px;
  }
  
  .astra-linux-main .scenaries-block{
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
  }
  
  .astra-linux-main .scenaries-block__header{
    grid-column: span 1;
  }
  
  .astra-linux-main .awards .container{
    padding-left: 0;
    padding-right: 0;
  }
  
  .astra-linux-main .awards-block{
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .astra-linux-main .awards-block__item:nth-child(6){
    background-image: url(../img/award_mobile.png);
  }
  
  .astra-linux-main .awards-block__item:nth-child(1) { order: 1; }
  .astra-linux-main .awards-block__item:nth-child(4) { order: 2; }
  .astra-linux-main .awards-block__item:nth-child(2) { order: 3; }
  .astra-linux-main .awards-block__item:nth-child(6) { order: 4; }
  .astra-linux-main .awards-block__item:nth-child(3) { order: 5; }
  .astra-linux-main .awards-block__item:nth-child(5) { order: 6; }
  
  .astra-linux-main .benefits h2{
    padding-right: 20px;
  }
  
  .astra-linux-main .benefits .container{
    padding-right: 0;

  }
  
  
  .astra-linux-main .numbers .container{
    padding-right: 0;
  }

  .astra-linux-main .numbers-block__title{
    padding-right: 20px;
  }
  .astra-linux-main .numbers-block__img{
    width: calc(100% - 20px);
    height: 228px;
  }
  
  .astra-linux-main .numbers-block__title h2{
    max-width: 100%;
  }
    
  .astra-linux-main .start-banner{
    margin-bottom: 80px;
  }
  
  .astra-linux-main .start-banner-block{
    background-image: url(../img/start_bg_mobile.png);
    padding: 56px 40px 242px;
    text-align: center;
    gap: 32px;
  }
  .astra-linux-main .start-banner-block h3{
    max-width: 100%;
    text-align: center;
  }
  .astra-linux-main .start-banner-block .btn-main{
    width: 100%;
    min-width: 100%;
  }
  
  .astra-linux-main .faq .container {
    padding: 0 20px;
  }
  .astra-linux-main .faq-block__item h6{
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.02em;
    margin: 0;
  }
  .astra-linux-main .main-contacts .container{
    padding-left: 0;
    padding-right: 0;
  }
  .astra-linux-main .main-contacts-block{
    padding: 36px 20px;
  }
  .astra-linux-main .main-contacts-block__top{
    padding: 28px;
  }

  .astra-linux-main .main-contacts-block__top .btn-main{
    min-width: 100%;
  }

  
  
  .astra-linux-main .cases-block{
    width: 100%;
  }
  
  .astra-linux-main .subscribe .container{
    background-position: top 48px center;
    padding: 252px 30px 56px;
  }
  .astra-linux-main .subscribe-form {
    padding: 0;
  }
  .astra-linux-main .subscribe-block__desc h3{
    letter-spacing: -0.02em;
  }
   
  
}
