@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: #fff;
    color: #000;
    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: #3490EC;
    color: #fff
}

*::selection {
    background-color: #3490EC;
    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(13, 3, 87, 0.1)
}

::-webkit-scrollbar-thumb {
    background: rgba(20, 111, 222, 0.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: #000
}
.container {
    width: min(90%, 1200px);
    margin-inline: auto
}
.blog_container {
    width: min(90%, 800px);
    margin-inline: auto
}
.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_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;
}

/* 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:#3490EC;
  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:#3490EC; background:#3490EC;
}
.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: #3490EC;
  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 #3490EC;background:#1c1c20;color:#3490EC;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,#3490EC 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);
    gap: 16px;
}
.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: #3490EC;
}
.blog_button:hover {
    color: rgb(52, 144, 236, .5);
}
/* #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 {
    width: 100%;
}
.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: #3490EC;
    border-radius: 6px;
    max-width: 115px;
}
.article_filter_value_mob {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 20px;
    background-color: #3490EC;
    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: #3490EC;
    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: #3490EC;
    font-weight: 500;
    position: relative;
}
.article_nav_button.active_nav::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: #3490EC;
    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(18, 103, 207, 0.5);
    border-radius: 6px;
    border: none;
}
.mixitup-control-active {
    background-color: #3490EC;
}

.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: #3490EC;
    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: #3490EC;
    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 #3490EC;
}
.gray {
    background-color: transparent;
    color: #fff;
    
}
.gray:hover {
    color: #3490EC;
    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;
}