@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url("./assets/fonts/roboto/roboto-v30-cyrillic_latin-300.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("./assets/fonts/roboto/roboto-v30-cyrillic_latin-regular.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("./assets/fonts/roboto/roboto-v30-cyrillic_latin-500.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("./assets/fonts/roboto/roboto-v30-cyrillic_latin-700.woff2") format("woff2")
}
html {
  scroll-behavior: smooth;
}
.page-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-color: #000;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem
}

ul{
    list-style: none
}

a {
    text-decoration: none
}

*::-moz-selection {
    background-color: #de1483;
    color: #fff
}

*::selection {
    background-color: #de1483;
    color: #fff
}

img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

button,
a,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}
::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(255, 255, 255, .1)
}

::-webkit-scrollbar-thumb {
    background: rgba(222, 20, 131, .7);
    border-radius: 5px
}
main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 150px 0 50px
}
h2 {
    font-size: 56px;
    line-height: 56px;
    color: #fff
}
.container {
    width: min(90%, 1200px);
    margin-inline: auto
}
#header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 80px;
    background-color: #000;
    z-index: 10000
}

#header .container_course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

body.scrolled #header{
    height: 80px;
    background: rgba(17,17,17,.5);        
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 24px rgba(0,0,0,.25);
  }
.container_course {
  position: relative;
  width: min(90%, 1200px);
  margin-inline: auto;
  
}
section, #course_baner {
  scroll-margin-top: 60px; 
}
section {
  margin-bottom: 80px;
}
.container_course::before {
  left: 0; 
}

.container_course::after {
  right: 0; 
}

.course_nav ul{
  gap: 0 !important;
}
.course_nav ul li.topmenu a {
  color: rgba(133, 132, 139, 1) !important;
  font-weight: 400 !important;
  padding: 8px 10px;
  border: none;
  border-radius: 8px;
  transition: background-color ease-in .3s, color ease-in .3s;
}
.course_nav ul li.topmenu a:hover {
  color: #fff !important;
  background-color: rgba(27, 27, 31, 1);
}
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 1000;
    transform: translateY(-150%);
    transition: transform 0.5s ease;

}
#header .mobile-menu  .container_course {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 40px;
    padding: 80px 0;
}
#mobileNav.active {
  transform: translateY(0);
}
.mobile-menu__list {
    list-style: none;
    padding: 0;
}

.mobile-menu__list li {
    padding: 16px 0;
    border-bottom: 1px solid rgba(133, 132, 139, 0.32);
    cursor: pointer;
    transition: color 0.3s;
    text-align: center;
    
}
.mobile-menu__list li a {
  color: rgba(133, 132, 139, 1);
}

.mobile-menu .course_footer_links {
  justify-content: center;
}

.rose_text {
    color: rgba(241, 101, 178, 1);
    font-size: 20px;
    line-height: 32px;
}
.text_20 {
    font-size: 20px;
    line-height: 32px;
}
.course_pink_button.course_header_button {
  font-size: 16px;
  line-height: 24px;
  border-radius: 6px !important;
}
.course_grey_button {
  background-color: rgba(80, 77, 90, 1) !important;
  border: 1px solid rgba(80, 77, 90, 1) !important;
}
.course_pink_button,
.rose_button {
    padding: 8px 16px;
    font-size: 20px;
    line-height: 32px;
    background-color: rgba(222, 20, 131, 1);
    color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(222, 20, 131, 1);
    transition: all ease .3s;
    display: block;
    width: fit-content;
}
.course_pink_button:hover,
.rose_button:hover {
  background-color: #000;
  border: 1px solid rgba(27, 27, 31, 1);
  box-shadow: 0 0 16px rgba(43, 43, 43, 1);
}
.course_white_button {
  padding: 8px 16px;
    font-size: 20px;
    line-height: 32px;
    border-radius: 8px;
    border: 1px solid #fff;
    width: fit-content;
    transition: all ease .3s;
}
.course_grey_button:hover {
  background-color: rgba(169, 171, 199, 1) !important;
  border: 1px solid rgba(169, 171, 199, 1) !important;
}
.course_flex_buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
/*  */

.text_40 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  margin-bottom: 32px;
}
.text_32 {
  font-size: 32px;
  line-height: 40px;
  color: rgba(133, 132, 139, 1);
  max-width: 76%;
  margin: 0 auto;
}
.white_bold {
  color: #fff;
  font-weight: 800;
}

/*  */

  .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(133, 132, 139, 1);
    
    max-height: 72px;
  }
  .pagination {
    padding: 23px 0;
  }
  .nav button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 19px 16px;
    height: 100%;
  }
#course_footer {
  background-color: #000;
  position: relative;
}
.course_footer_top {
  border-bottom: 1px solid rgba(133, 132, 139, 0.32);
  background: bottom left url(./assets/images/footer_bg_1.svg) no-repeat;
}
.course_footer_top .container_course{
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.footer_nav ul{
  display: flex;
  align-items: center;
  gap: 20px;
}
.course_nav.footer_nav ul li.topmenu:hover a {
  color: #de1483 !important;
  background-color: inherit !important;
}
.course_footer_links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.course_link {
  padding: 6px;
  border-radius: 6px;
  background-color: rgba(133, 132, 139, 0.32);
}
.footer_icon {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.footer_icon .icon {
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
}

.footer_icon .icon.default {
  transform: translateY(0);
  z-index: 2;
}

.footer_icon .icon.pink {
  transform: translateY(100%);
  z-index: 1;
}

.course_link:hover .icon.default {
  transform: translateY(-100%);
}

.course_link:hover .icon.pink {
  transform: translateY(0);
}

.course_footer_bottom .container_course {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 32px 0;
}
.course_small_text {
  font-size: 12px;
  line-height: 16px;
}
.course_small_text:first-child {
  color: rgba(133, 132, 139, 1);
}
.course_contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.course_contacts a {
  color: rgba(133, 132, 139, 1);
}
.course_contacts a:hover {
  color: #de1483;
}
.burger {
  padding: 8px 16px;
  background: #fff;
  border: none;
  color: #000;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  }
  .burger_span {
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .burger_span span {
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    border-radius: 3px;
    transition: 0.4s;
  }
  .burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }

  .burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }
.mob_slider {
  display: none;
}  
#footer {
  position: relative;
}
.scroll-to-top {
  position: absolute;
  top: 0;
  right: 0;
  background-color: inherit;
  border: 0;
  cursor: pointer;
  z-index: 1;
}
.scroll-to-top svg path {
  transition: all 0.3s ease;
}
.scroll-to-top:hover svg path{
  fill: #de1483;
}

/*       */
.video_section {
    position: relative;
    width: 100%;
    height: 100vh; 
    overflow: hidden;
    padding-top: 80px ;
    margin-bottom: 120px;
  }
.video_section .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}  
  .video_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .video_wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: .8;
  }
.video_section_tittle {
    font-size: 100px;
    line-height: 120px;
    max-width: 100%;
    margin-bottom: 22px;
}
.video_section_subtittle {
    font-size: 24px;
    line-height: 32px;
    max-width: 800px;
    margin-bottom: 48px;
}
.text_block {
  z-index: 100;
  flex-basis: 45%;
  vertical-align: middle;
}
.text_block p {
  margin-bottom: 14px;
}
.text_block h1 {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 40px;
}
.slider {
  width: 50%;     
  margin: 0 auto;
}
.mySlider {
  height: 240px;
}

.mySlider .swiper-slide {
  background: #ccc;
  border-radius: 20px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 20px;
}

.mySlider .swiper-slide h2 {
  color: #000;
  font-weight: 400;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 60%;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 70% !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: .5;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}
.controls {
    position: relative;
    height: 50px;
}
.swiper-button-next {
    left: 70px !important;
}
/* */
.drone_accordion_section {
    margin-bottom: 70px
}

.drone_accordion_section h3 {
    margin-bottom: 40px
}

.drone_accordion_section .accordion {
    display: none
}

.accordion.active_accordion {
    display: block
}

.accordion {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
}
.drone_accordion_section .accordion__item {
    cursor: pointer;
    border-bottom: 1px solid #de1483
}
.drone_accordion_section .academy_accordion_item {
    background-color: #2D2D2D;
    border-radius: 16px;
    border-bottom: none;
    margin-bottom: 24px;
}
.drone_accordion_section .academy_accordion_btn {
    padding: 0;
    border-radius: 16px;
    padding: 34px 30px;
}
.drone_accordion_section .accordion__btn .accordion_title .course_name {
    font-size: 32px;
    line-height: 40px;
}
.accordion_title_image {
    padding: 12px 19px;
    border-radius: 6px;
    background-color: #de1483;
}

.drone_accordion_section .active .accordion__btn .accordion_title_image {
    background-color: #000;
}
.drone_accordion_section .accordion__content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 1.5s;
    transition: max-height 1.5s
}
.drone_accordion_section .active .accordion__content {
    
    max-height: 1200px;
    -webkit-transition: max-height 3s;
    transition: max-height 3s
}
.academy_accordion_content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 0 30px;
}
.drone_accordion_section .accordion__btn .accordion_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}
.plus_minus {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    transition: all ease-in .5s;
}
.svg_plus {
    width: 22px;
    height: 22px;
    background: url(./assets/images/Vector_plus.svg);
}
.svg_minus {
    display: none;
    width: 22px;
    height: 22px;
    background: url(./assets/images/Minus_Square.svg);
}
.accordion_text {
    color: #A9ACB7;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
}
.drone_accordion_section h2 {
    margin-bottom: 60px;
}

/* */

.academy_rose_baner_section {
    margin-bottom: 80px;
}
.academy_rose_baner {
    padding: 0 80px;
    border-radius: 16px;
    background: linear-gradient(to right, #de1483 0%, #F56BB7 100%);
    display: flex;
    justify-content: space-between;
}

.academy_rose_baner_left {
    padding: 80px 80px 80px 0;
    max-width: 435px;
}

.academy_rose_baner_left h3 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 16px;
}

.academy_rose_baner_left_text {
    margin-bottom: 80px;
}

.academy_rose_baner_right img {
    object-fit: fill;
}
.black_button_school {
    background-color: #000;
    border: 1px solid #000;
    width: fit-content;
    color: #fff;
}
.black_button_school:hover {
  opacity: .6;
}
.button_school {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 12px 16px;
    transition: all ease-in .4s;
}
.button {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    border-radius: 6px;
    padding: 14px 20px;
    border: 1px solid inherit;
}
.button_item {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* */
.flex_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.left_block {
  flex-basis: 58%;
}
.left_block h2 {
  margin-bottom: 40px;
}
.right_block {
  flex-basis: 38%;
}
.grid_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}
.grid_item {
  background-color: #2D2D2D;
  padding: 24px;
  border-radius: 20px;
}
.grid_number {
  color: #de1483;
  margin-bottom: 48px;
}
.opacity_text {
  opacity: .4;
}
.grid_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pink_text {
  color: #de1483;
  font-weight: 800;
  
}
.small_text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
}

/* ===== Vertical Infinite Gallery ===== */
:root{
  --tile: 220px;     /* сторона квадрата */
  --gap:  14px;      /* расстояние между тайлами */
  --speed-up:   30s; /* скорость левой колонки (вверх) */
  --speed-down: 36s; /* скорость правой колонки (вниз) */
  --radius: 14px;
  --fade: 60px;      /* размер затемнения сверху/снизу */
}

/* Обёртка: 2 колонки, обрезка по блоку */
.v-infinite-gallery{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
  height: 520px;          /* задай нужную высоту блока */
  overflow: hidden;       /* обрезаем содержимое */
  position: relative;
}

/* Мягкий fade сверху/снизу (опционально) */
.v-infinite-gallery::before,
.v-infinite-gallery::after{
  content:"";
  position:absolute; left:0; right:0; height: var(--fade);
  pointer-events:none;
  background: linear-gradient(to bottom, rgba(0,0,0,.3), transparent);
  z-index: 2;
}
.v-infinite-gallery::after{
  top: auto; bottom: 0;
  transform: rotate(180deg);
}

/* Колонка */
.vtrack{
  position: relative;
  overflow: hidden;      /* ещё раз страхуемся */
  mask-image: linear-gradient(to bottom, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 var(--fade), #000 calc(100% - var(--fade)), transparent 100%);
}

/* Лента внутри колонки */
.vlane{
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  width: 100%;
  /* ключ: высота контента > высоты колонки, мы крутим на половину */
}

/* Квадрат */
.vtile{
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: var(--radius);
  overflow: hidden;
  background: #111;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
}
.vtile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Анимации: крутём ровно на половину высоты содержимого */
@keyframes scroll-up{
  from { transform: translateY(0); }
  to   { transform: translateY(calc(-50% - var(--gap)/2)); }
}
@keyframes scroll-down{
  from { transform: translateY(calc(-50% - var(--gap)/2)); }
  to   { transform: translateY(0); }
}

.vtrack--up .vlane   { animation: scroll-up   var(--speed-up)   linear infinite; }
.vtrack--down .vlane { animation: scroll-down var(--speed-down) linear infinite; }

/* Пауза по ховеру (если нужно) */
.v-infinite-gallery:hover .vlane{ animation-play-state: paused; }


/* */
/* Card */
.agx-card{
  display:grid;
  grid-template-columns: 1.1fr 1fr; /* картинка шире, как на макете */
  gap:0;
  background:#131217;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.35);
  max-width:960px;
  margin:0 auto;
}

/* Left media */
.agx-media{ position:relative; min-height:320px; }
.agx-media img{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover;
}

/* Right form */
.agx-form{
  padding:32px 28px 28px;
  display:flex; flex-direction:column; gap:16px;
  color:#E6E6EA;
}
.agx-title{
  margin:0;
  font-weight:800;
  font-size: clamp(24px, 3.2vw, 40px);
  letter-spacing:.06em;
}
.agx-subtitle{
  margin:4px 0 8px;
  color:#B4B5BC;
  font-size:14px;
  line-height:1.5;
}

/* Fields */
.agx-field{ display:flex; flex-direction:column; gap:8px; }
.agx-label{
  font-size:12px; color:#8C8D95;
}
.agx-input{
  width:100%;
  height:48px;
  border:1px solid #2A2931;
  background:#16151B;
  color:#EDEDF2;
  border-radius:12px;
  padding:0 14px;
  outline:none;
  transition:border-color .2s, box-shadow .2s;
}
.agx-input::placeholder{ color:#6C6D75; }
.agx-input:focus{
  border-color:#de1483;
  box-shadow:0 0 0 3px rgba(139,92,246,.15);
}

/* Phone group */
.agx-phone{
  display:grid;
  grid-template-columns: 44px 64px 1fr;
  align-items:center;
  gap:8px;
}
.agx-phone .agx-input--phone{
  height:48px;
}
.agx-flag{
  width:44px; height:48px;
  display:grid; place-items:center;
  background:#1A1920; border:1px solid #2A2931;
  border-radius:12px;
}
.agx-flag img{ width:22px; height:auto; display:block; }
.agx-dial{
  height:48px; display:grid; place-items:center;
  padding:0 10px;
  color:#EDEDF2;
  background:#1A1920; border:1px solid #2A2931;
  border-radius:12px;
  font-weight:600;
}

/* Checkbox */
.agx-check{
  display:flex; align-items:center; gap:10px;
  user-select:none; cursor:pointer;
  margin-top:4px;
}
.agx-check input{ position:absolute; opacity:0; pointer-events:none; }
.agx-checkbox{
  width:18px; height:18px; border-radius:6px;
  border:1px solid #2A2931; background:#16151B;
  box-shadow: inset 0 0 0 2px transparent;
  position:relative; transition:.15s;
}
.agx-check input:checked + .agx-checkbox{
  border-color:#de1483; background:#de1483;
}
.agx-check input:checked + .agx-checkbox::after{
  content:""; position:absolute; left:5px; top:2px;
  width:6px; height:10px; border:2px solid #fff;
  border-left:none; border-top:none; transform:rotate(45deg);
}
.agx-check-text{
  font-size:14px; color:#D1D2D8;
}

/* Button */
.agx-btn{
  margin-top:4px;
  height:50px; border:none; border-radius:6px;
  color:#fff; font-weight:700; letter-spacing:.02em;
  background: #de1483;
  cursor:pointer; transition: transform .06s ease, filter .2s ease;
}
.agx-btn:hover{ filter:brightness(1.05); }
.agx-btn:active{ transform: translateY(1px); }



.crops-head{margin-bottom: 40px;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:end}
.crops-nav{display:flex;gap:14px}
.nav-btn{width:48px;height:48px;border-radius:50%;border:1px solid #de1483;background:#1c1c20;color:#de1483;display:grid;place-items:center;cursor:pointer;transition:.2s}
.nav-btn:hover{transform:translateY(-1px)}
.swiper-slide{height:auto}

.crop-card{position:relative;background:#17171a;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.35);min-height: 420px;}
.crop-card__media{overflow:hidden}
.crop-card__media img{width:100%;min-height: 300px;object-fit:cover;display:block}
.crop-card__fade{
  position:absolute;left:0;right:0;bottom:0;height:55%;
  background:
    linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.25) 18%,rgba(0,0,0,.4) 45%),
    linear-gradient(0deg,#de1483 0%,rgba(222, 20, 131, .85) 70%,rgba(255,95,177,0) 100%);
  pointer-events:none
}
.crop-card__body{position:absolute;left:0;right:0;bottom:0;padding:0 20px 20px 20px;display: flex;flex-direction: column;justify-content: space-between; gap: 10px;}
.crop-card__title{font-weight:800;}
.crop-card__list{margin:0;padding-left:18px;min-height: 90px;}
.crop-card__list li{position: relative;font-size: 14px; line-height: 18px;}
.crop-card__list li::before{position:absolute;content: '';top: 6px;left: -12px;background-color: #fff;width: 6px;height: 6px;border-radius: 50%;}

.grey_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  background-color: #A9ACB7;
  border-radius: 12px;
  padding: 24px;
  color: #000;
}


/* drone-page */
.drone_page_head_section {
    margin-bottom: 90px;
}
.drone_page_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.drone_head_left {
    flex-basis: 50%;
}
.drone_head_left h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
    max-width: 350px;
}
.drone_head_right {
    flex-basis: 50%;
}
.small_text {
    font-size: 14px;
    line-height: 18px;
}
/* #drone-page */

/* catalog item */
.item_baner_section {
    margin-bottom: 90px;
    padding: 0 120px;
    position: relative;
}
.backlink {
    position: absolute;
    top: -40px;
}
.item_baner {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px;
}
.item_baner_image {
    background-color: rgba(169, 171, 199, .2);
    max-height: 440px;
    max-width: 440px;
    border-radius: 10px;
}
.item_baner_right {
    flex-basis: 50%;
}
.item_baner_right h4 {
    max-width: 310px;
    margin-bottom: 10px;
}
p.item_baner_right_subtitle {
    max-width: 300px;
    margin-bottom: 12px;
}
.item_button {
    margin-bottom: 20px;
}
p.item_baner_right_text {
    max-width: 380px;
}
.more_products_section h4 {
    margin-bottom: 40px;
}
/* #catalog item */

/* blog */
.blog_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.blog_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}
.blog_card_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    min-height: 280px;
}
.blog_card_item_subtitle {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    line-height: 14px;
}
.post_date {
    color: #999;
}
.blog_card_title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.blog_button {
    background: none;
    color: #de1483;
}
.blog_button:hover {
    color: #fff;
}
/* #blog */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

/* blog-item */
.blog_content {
    background-color: #fff;
    color: #000;
}
.article_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
}
.article_left {
    max-width: 800px;
}
.article_head {
    margin-bottom: 70px;
    position: relative;
    width: 100%;
}
.article_head img {
    border-radius: 6px;
}
.article_head_block {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    backdrop-filter: blur(10px);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
}
.article_filter_value {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 20px;
    background-color: #de1483;
    border-radius: 6px;
    max-width: 115px;
}
.article_filter_value_mob {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 20px;
    background-color: #de1483;
    border-radius: 6px;
    max-width: 115px;
}
.article_title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    max-width: 550px;
}
.article_block {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 16px;
    margin-bottom: 24px;
}
.article_right {
    max-width: 340px;
}
.author_card {
    background-color: #de1483;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 180px;
}
.author_card_image {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}
.author_card_image img {
    border-radius: 6px;
}
.author_card_title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}
.author_card_subtitle {
    font-weight: 300;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(255, 255, 255, .7);
}
.author_card_descr {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.social_media_links {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
}
.article_nav {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
}
.article_nav_title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}
.article_nav_button {
    color: #fff;
    margin-bottom: 10px;
    transition: all ease-in .5s;
    padding-left: 10px;
}

.article_nav_button.active_nav {
    color: #de1483;
    font-weight: 500;
    position: relative;
}
.article_nav_button.active_nav::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: #de1483;
    top: 0;
    left: 0;
} 
.mob_ver_blog_card {
    display: none;
}
/* #blog-item */

/* Catalog */
.catalog_section {
    margin-bottom: 90px;
}
.catalog_section h2 {
    margin-bottom: 40px;
}
.catalog_filter {
    margin-bottom: 40px;
}
.catalog_filter nav {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
}
.catalog_filter_button {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 22px;
    background-color: rgba(222, 20, 131, .2);
    border-radius: 6px;
    border: none;
}
.mixitup-control-active {
    background-color: #de1483;
}

.catalog_grid_wrapper_small {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    flex-basis: 75%;
}
.catalog_card {
    display: flex;
    flex-direction: column;
}
.catalog_image {
    padding: 10px;
    height: 285px;
    width: 285px;
    background-color: rgba(169, 171, 199, .2);
    border-radius: 6px;
}
.catalog_image img {
    object-position: center;
    object-fit: contain;
}
.catalog_card_item {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.catalog_card_title {
    color: #de1483;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    min-height: 40px;
}
.catalog_card_text {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.catalog_card_price {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}
.catalog_buttons {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
}
.catalog_button {
    color: #fff;
    background-color: #de1483;
    border-radius: 6px;
    transition: all .5s ease;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.catalog_button:hover {
    background-color: #000;
    box-shadow: 0px 0px 5px #de1483;
}
.gray {
    background-color: transparent;
    color: #fff;
    
}
.gray:hover {
    color: #de1483;
    background-color: transparent;
    box-shadow: none;
}
.hover_image:hover {
    scale: 1.05;
}
/* #Catalog */
.blog_image img {
    height: 350px;
    border-radius: 8px;
}
@media screen and (max-width: 1120px) {
  .calc-form{ grid-template-columns: repeat(3,1fr); }
  .btn{ grid-column: 1 / span 3; }
}

@media screen and (max-width: 860px) {
  :root{ --tile: 180px; --gap: 12px; }
  .v-infinite-gallery{ height: 420px; }
  .academy_rose_baner {
        padding: 0 40px;
    }
    .academy_rose_baner_left {
        padding: 40px 40px 40px 0;
    }
    
    .academy_rose_baner_left_text {
        margin-bottom: 40px;
    } 
  .footer_nav ul {
    flex-direction: column;
  }    
  .calc-form{ grid-template-columns: repeat(2,1fr); }
  .btn{ grid-column: 1 / span 2; }
  .calc-card{ padding-bottom: 80px; }
  .calc-card .drone{ right:-160px; top:-40px; width:min(60vw,520px); }
  .agx-card{
    grid-template-columns: 1fr;
  }
  .agx-media{ min-height:200px; }
  .agx-form{ padding:22px 18px 20px; }
  .blog_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 768px) {
  #logo a img {
    width: 163px;
  }
  .text_40 {
    font-size: 24px;
    line-height: 32px;
  }
  .course_white_button {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .text_32 {
    font-size: 16px;
    line-height: 24px;
  }
  .accordion_text {
        font-size: 16px;
        line-height: 24px;
    }
    .academy_rose_baner {
        padding: 0px 30px;
    } 
  .drone_accordion_section .accordion__btn .accordion_title .course_name {
        font-size: 20px;
        line-height: 26px;
    }
 .course_pink_button {
  display: none;
 }    
 .flex_wrapper {
  flex-direction: column;
  gap: 24px;
 }
 .cards_wrapper {
    display: flex !important;
  }
  .slider {
    display: none;
  }
  .video_section {
    height: 100vh;
  }
}
@media screen and (max-width: 600px) {
  :root{ --tile: 140px; --gap: 10px; }
  .v-infinite-gallery{ height: 340px; }
  .text_40 {
    margin-bottom: 24px;
  }
  .black_button_school {
        font-size: 16px !important;
        line-height: 22px !important;
        padding: 6px 16px;
    }
  
  .text_56 {
    font-size: 32px;
    line-height: 40px;
  }
  
  #header {
    height: 60px;
  }
  .text_32 {
    max-width: 100%;
  }
  .course_pink_button.course_header_button {
    padding: 7px 10px;
  }
  .scroll-to-top {
    width: 80px;
    height: 40px;
  }
  .scroll-to-top svg {
    width: 80px;
    height: 40px;
  }
  .course_footer_top {
    background-size: 20%;
  }
  .drone_accordion_section .academy_accordion_btn {
        padding: 12px !important;
    }
  .accordion_title_image {
        padding: 8px 14px;
    }  
  .academy_accordion_content {
        flex-direction: column;
        padding: 0 12px;
    }
  .academy_rose_baner_right {
        display: none;
    }
    .academy_rose_baner_left {
        padding: 30px 0;
    }  
  .button_item svg {
        width: 18px;
        height: 18px;
    }  
  .drone_accordion_section .accordion__btn .accordion_title .course_name {
        font-size: 20px;
        line-height: 26px;
    } 
  .drone_accordion_section.vnes .accordion__btn .accordion_title .course_name {
        font-size: 16px;
        line-height: 20px;
    }   
  .calc-form{ grid-template-columns: 1fr; }
  .btn{ grid-column: 1 / -1; }
  .calc-card .drone{ right:-220px; top:-30px; width: 520px; opacity:.6; }  
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .grid_wrapper {
    grid-template-columns: 1fr;
  }
  .drone {
    display: none;
  }
  .grey_card h2 {
    font-size: 56px;
    line-height: 56px;
    color: #000;
    font-weight: 400;
  }
  .blog_wrapper {
        grid-template-columns: 1fr;
        justify-content: stretch;
    }
}
.agx-field {
  margin-bottom: 24px;
}
.agx-btn {
  margin-top: 24px;
  width: 100%;
}
.wpcf7-response-output {
  display: none !important;
}
.wpcf7-not-valid-tip {
    position: absolute !important;
    top: -36px !important;
    right: 0 !important;
    font-size: 14px !important;
    line-height: 18px !important;

}
.cards_wrapper {
  display: none;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}
.course_section_9_thanks {
  position: relative;
  padding: 40px 0;
}
.course_section_10 {
  position: relative;
  padding: 10px 0;
  text-align: center;
}
.thanks_buttons .course_pink_button {
  margin: 0 auto;
  display: flex;
  gap: 8px;
}
.thanks_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpcf7-spinner {
  display: none !important;
}