/*
Theme Name: dronbel
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-decoration: none;
  border: none;
  outline: none;
}
html {
  scroll-behavior: smooth;
}
::selection {
  background: #0dd044; /* Цвет фона */
  color: #fff; /* Цвет текста */
}
a {
  transition: 0.4s;
}
a:hover {
  color: #0dd044 !important;
}
html {
  margin: 0 !important;
  padding: 0 !important;
}
body {
  background: #141619;
}
header {
  max-width: 1440px;
  width: 90%;
  margin: auto;
}
.header_container {
  display: flex;
  flex-direction: column;
}
.header_top {
  width: 100%;
  padding: 10px 0;
  gap: 30px;
  border-bottom: 2px solid rgb(69, 69, 69);
}
.header_links {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header_links:nth-child(1) {
  justify-self: start;
}
.header_links:last-child {
  justify-self: end;
}
.header_link {
  color: rgba(255, 255, 255, 0.896);
}
.header_logo {
  max-width: 50px;
  margin: auto;
}
.header_logo img {
  width: 100%;
}
.header_bottom {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.header_location {
  display: flex;
  align-items: center;
  max-width: 300px;
  gap: 10px;
}
.header_location img {
  width: 20px;
}
.header_location p {
  color: rgba(255, 255, 255, 0.896);
  font-size: 12px;
}
.header_bottom_right {
  display: flex;
  /* align-items: start; */
  align-items: center;
  gap: 30px;
  width: 100%;
  justify-content: space-between;
}

.main_ga{
  font-size: 30px;
  color: #0dd044;
  font-weight: 900;
  margin: 20px 0;
}
.about_history{
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}



.about_command{
  padding: 80px 0;

}
.about_comand_wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.about_comand_item{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about_comand_item_img{
  width: 100%;

  height: 400px;
  object-fit: cover;
  border-radius: 30px;
}


.about{
  max-width: 1440px;
  width: 90%;
  margin: auto;
}
.about_main{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;

  align-items: center;
  padding: 80px 0;

 
}


.about_comand_item_title{
  font-size: 30px;
  font-weight: 700;
  transition: 0.6s;
  
  color: white;
  margin: 0 0 10px 0;
  text-align: center;
}
.about_comand_item_description{
  color: #fff;
  font-weight: 100;
  text-align: center;

}
.about_history_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
border-radius: 10em 0 10em 0;

}
.about_history_description{
  color: #fff;
  font-weight: 100;
}

.about_main_left{
  width: 100%;
  
}
.about_main_img{
  width: 100%;
height: 100%;
border-radius: 10em 0 10em 0;
object-fit: cover;
}



.about_main_description{
  color: #fff;
  font-weight: 100;
}

.about_main_bullits{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: fit-content;
margin: 30px 0 0 0;
}
.about_bullit{
border-radius: 20px;

padding: 20px;
color: #fff;
  border: #0dd044 1px solid;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.about_bullit_top{
font-size: 30px;
font-weight: 900;
color: #0dd044;
line-height: 90%;
}

.about_bullit_bottom{
  line-height: 90%;
}



.support_buttons_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__contacts {
  display: flex;
  flex-direction: column;
}
.header__contacts a {
  color: rgba(255, 255, 255, 0.896);
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_call {
}
.regius a {
  color: #0dd044;
  text-decoration: underline;
  text-align: center;
}
.regius {
  color: #0dd044;
  width: 100%;
  text-align: center;

}
.thanks{
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 50px 0;
}
.thanks_additional_text{
  color: #fff;
  font-weight: 100;
  margin: 30px 0;

}
.trailer_more_button {
  margin: 50px 0 0 0;
}
.button {
  background-color: #0dd044;
  padding: 10px 30px;
  color: #141619;
  border: #0dd044 2px solid;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
  line-height: 90%;
  display: block;
  width: fit-content;
  border-radius: 10em 0 10em 0;
  cursor: pointer;
}
.button:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.896);
}
.header_button {
}

.main {
  height: calc(100vh - 132px);
  position: relative;
}
.main_filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #00000093;
  bottom: 0;
  z-index: 1;
}
.main_container {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1440px;
  width: 90%;
  margin: auto;
  align-items: center;
  gap: 50px;
  height: 100%;
}
.main_drone {
  z-index: 2;
  position: relative;
  width: 100%;
}
.main_title {
  color: white;
  font-size: 40px;
  line-height: 100%;
  font-weight: 400;
}
.main_description {
  color: white;
  margin: 0 0 20px 0;
  max-width: 400px;
}
.main_right_shadow {
  -webkit-box-shadow: 0px 0px 170px 69px rgb(126, 255, 109);
  -moz-box-shadow: 0px 0px 170px 69px rgb(126, 255, 109);
  box-shadow: 0px 0px 170px 69px rgb(126, 255, 109);
  width: 1px;
  height: 1px;
  position: absolute;
}
.main_right {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.services {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 70px 0;
}
.services_title {
}
.title {
  font-size: 60px;
  color: #fff;
  margin: 0 0 30px 0;
  line-height: 90%;
}
.about_history_title{
  font-weight: 400;
}
.services_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 0;
}
.service_item_top {
  position: relative;
  height: 400px;
  min-height: 400px;
  overflow: hidden;
}
.service_item_top:hover .service_item_top_filter {
  background: #0000002f;
}
.service_item_top:hover .main_service_item_img {
  scale: 1.1;
}
.service_item_top:hover .main_service_item_title {
  color: rgba(255, 255, 255, 0.406);
}
.service_item {
  display: flex;
  flex-direction: column;
}
.service_item:nth-child(4),
.service_item:nth-child(5) {
  /* grid-column: span 3; */
}
.service_item {
}
.article_simple_text{
  color: #fff;
}
.main_service_item_img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  transition: 0.6s;
}
.main_service_item_content {
  display: flex
  ;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      gap: 20px;
}
.main_service_item_button_outer {
  display: flex;
  padding: 10px 30px;
}
.main_service_item_button {
}
.button {
}
.open-modal {
}
.main_service_item_title {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
  font-size: 30px;
  font-weight: 700;
  transition: 0.6s;
  line-height: 90%;
  color: white;
  z-index: 2;
}
.main_service_item_ga{
  position: absolute;
  top: 30px;
  right: 30px;
  left: 30px;
  font-size: 30px;
  font-weight: 700;
  transition: 0.6s;
  line-height: 90%;
  color: #0dd044;
  z-index: 2;
}
.main_service_item_description {
  padding: 10px 30px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.service_item_top_filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #00000093;
  bottom: 0;
  transition: 0.6s;

  z-index: 1;
}
.plus {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  padding: 70px 0;
}
.plus_left {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.plus_title {
}
.title {
}
.plus_img_container .service_item_top_filter:hover {
  background: #0000002f;
}
.plus_img_container {
  width: 100%;
  margin: 40px 0 0 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.plus_description {
  color: #fff;
  font-weight: 100;
}
.plus_img {
  width: 100%;
  height: 100%;
  transition: 0.6s;
  object-fit: cover;
}
.plus_img_container .service_item_top_filter:hover + .plus_img {
  transform: scale(1.1);
}
.plus_right {
}
.plus_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.plus_item {
  display: grid;
  grid-template-columns: 30px auto;
  gap: 15px;
  border-bottom: transparent 1px solid;
  transition: 0.3s;
  padding: 10px;
}
.plus_item:hover {
  border-bottom: #0dd044 1px solid;
  -webkit-box-shadow: 0px 0px 31px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 31px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 31px 0px rgba(34, 60, 80, 0.2);
  scale: 1.02;
  border-radius: 10px;
}
.plus_item_img {
  width: 100%;
}
.plus_item_content {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.plus_item_title {
}
.plus_item_description {
  font-size: 12px;
  font-weight: 100;
  opacity: 0.8;
}

.demo {
  padding: 70px 0;
  position: relative;
}
.demo_filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #00000093;
  bottom: 0;
  z-index: 1;
}
.demo_container {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  z-index: 2;
  position: relative;
}
.demo_left {
  width: 100%;
  color: #fff;
}
.demo_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 90%;
  margin: 0 0 30px 0;
}
.demo_description {
  font-size: 14px;
  color: #fff;

  font-weight: 100;
}
.demo_list {
  margin: 10px 0 0 0;
}
.demo_list_item {
}
.demo_right {
  padding: 20px;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.demo_description + div {
  height: 100%;
  margin: 30px auto auto auto;
}

.demo_input {
  width: 100%;
  outline: none;
  border: none;
  padding: 10px;
  margin: 0 0 10px 0;
  background: #141619;
  color: #fff;
  border-bottom: #0dd044 1px solid;
}

.demo_submit {
  margin: 20px 0 0 0;
}

.course {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 70px 0;
}
.course_top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 100px;
  align-items: center;
}
.course_top_left {
  width: 100%;
}
.course_title {
}
.title {
}
.course_description {
  color: #fff;

  font-weight: 100;
}
.course_top_right {
  display: flex;
  border-bottom: #0dd044 1px solid;
  -webkit-box-shadow: 0px 0px 31px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 31px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 31px 0px rgba(34, 60, 80, 0.2);
  border-radius: 10px;
  padding: 20px;
  align-items: center;
  gap: 20px;
}
.course_top_right_text {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
}
.course_top_right_img {
  max-width: 150px;
}

.course_list_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 90%;
  color: white;
  margin: 50px 0 40px 0;
}
.course_wrapper {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.course_list_item_num {
  font-size: 24px;
  font-weight: 100;
}
.course_list_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 7px 0px rgb(34 80 39 / 41%);
  -moz-box-shadow: 0px 0px 7px 0px rgb(34 80 39 / 41%);
  box-shadow: 0px 0px 7px 0px rgb(34 80 39 / 41%);
  transition: 0.6s;
}
.course_list_item:hover {
  scale: 1.03;
}
.course_list_item_description {
  font-weight: 100;
}

.course_button {
  margin: 40px 0 0 0;
}

.equipment {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 70px 0;
}

.equipment_title {
  margin: 0 0 50px 0;
}
.title {
}
.equipment_wrapper {
  display: flex;
  flex-direction: column;
}
.equipment_item {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.equipment_item:nth-child(2n) .main_equipment_item_img_outer {
  order: 10;
}
.equipment_item:nth-child(2n) .main_equipment_item_content {
  text-align: right;
}

.equipment_item:nth-child(2n) .main_equipment_item_content_deco {
  margin-left: auto;
}
.main_equipment_item_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
  opacity: 0.4;
}
.main_equipment_item_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
}
.main_equipment_item_title {
  color: #fff;
  font-size: 30px;
  margin: 20px 0 30px 0;
  font-weight: 700;
  line-height: 90%;
}
.main_equipment_item_description {
  color: #fff;

  font-weight: 100;
  opacity: 0.8;
}

.main_equipment_item_img_outer {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: black;
}
.main_equipment_item_img_outer:hover img {
  opacity: 1;
  scale: 1.1;
}

.main_equipment_item_content_deco {
  background-color: #0dd044;
  width: 30px;
  height: 5px;
}

.blog_title {
}

.blog {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 70px 0;
}
.nullpage_title {
  /* font-size: 45px; */
}
.blog_item {
  border-radius: 10px;
  overflow: hidden;
  transition: 0.6s;
  height: auto;
  -webkit-box-shadow: 0px 0px 7px 0px rgb(34 80 39 / 41%);
  -moz-box-shadow: 0px 0px 7px 0px rgb(34 80 39 / 41%);
  box-shadow: 0px 0px 7px 0px rgb(34 80 39 / 41%);
  display: flex;
  flex-direction: column;
}
.blog_item:hover .blog_item_img_container,
.blog_item:hover .blog_item_img_container img {
  /* height: 350px; */
}
.blog_item:hover .blog_item_img_container img {
  opacity: 1;

  /* scale: 1.1; */
}
.blog_item_img_container {
  background: black;
  width: 100%;
  overflow: hidden;
  transition: 0.6s;
  height: 300px;
  border-radius: 10px 10px 0 0;
  min-height: 300px;
}
.blog_item_img_container img {
  opacity: 0.5;
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: 0.6s;
}
.swiper-pagination-bullet-active {
  background: #0dd044;
}
.blog_item_content {
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 30px;
}
.blog_item_title {
  color: #fff;
  font-size: 26px;
  line-height: 100%;
  margin: 0 0 20px 0;
}
.blog_item_description {
  font-weight: 100;
}
.swiper {
  margin: auto;
  cursor: pointer;
}
.about_videos-buttons{
  display: flex;
  gap: 20px;
}
.swiper-horizontal {
  padding: 40px 0 30px 0;
}
.swiper-wrapper-about{
  height: 270px ;
}
.swiper-pagination2,.swiper-pagination3{
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
.about_sertificates{
  padding: 70px 0;
}
.about_proofs_img {
  object-fit: contain;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.blog_swiper-button-prev,
.blog_swiper-button-next,.about_videos-button-next,.about_videos-button-prev ,.sertificates-button-next,.sertificates-button-prev{
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  border: #0dd044 2px solid;
  font-size: 30px;
  color: #fff;
  display: flex;
  font-weight: 100;
  justify-content: center;
}

.blog_wrapper {
  position: relative;
}
.blog_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog_swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-left: auto;
  gap: 20px;
  width: fit-content;
}

.media {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 70px 0;
}
.media_title {
  text-align: center;
  margin: auto;
}
.title {
}
.media_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 500px;
  margin: auto;
  gap: 50px;
  margin: 70px auto auto auto;
}
.media_item {
  width: 100%;
}
.media_item_img {
  width: 70px;
  margin: auto;
}
.media_item_button {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

footer {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  display: flex;
  padding: 70px 0 20px 0;
  color: white;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_logo {
  max-width: 50px;
  margin: 0 0 30px 0;
}
.footer_logo img {
  width: 100%;
}

.footer_text_1 {
  font-weight: 100;
  font-size: 14px;
  line-height: 130%;
}
.footer_column1 {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}

.footer_column2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 0 0 0;
}
.footer_prev_contact {
  font-weight: 300;
  font-size: 14px;
  color: #ffffff9b;
}
.footer_tel {
  font-size: 18px;
  color: #fff;
}
.footer_column3 {
  padding: 80px 0 0 0;
}
.footer_links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
}
.footer_link {
  color: #fff;
  /* margin: 0 0 10px 0; */
  font-size: 18px;
}
.footer_bottom_text {
  width: 100%;
  text-align: center;
  margin: 50px 0 0 0;
  color: #ffffff86;
}

.servicepage_back {
  position: relative;
  padding: 70px 0;
}

.servicepage_container {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
  color: #fff;
}

.servicepage_back_filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #00000093;
  bottom: 0;
  z-index: 1;
}
.servicepage_title {
  max-width: 700px;
  line-height: 90%;
  font-size: 50px;
}
.servicepage_description {
  margin: 30px 0 50px 0;
  font-weight: 100;
  max-width: 1000px;
}

.serpage_advent {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 70px 0;
}
.serpage_advent_title {
  margin: 0 0 70px 0;
}

.trailer_example{
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 70px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px ;
}
.trailer_page_example{
  color: #fff;
  font-weight: 100;
}

.serpage_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 0;
}

.serpage_item {
  display: flex;
  align-items: start;
  gap: 20px;
  border-bottom: #0dd044 1px solid;

  border-radius: 10px;
  padding: 20px 10px;
  transition: 0.6s;
}
.serpage_item:hover {
  scale: 1.05;
  -webkit-box-shadow: 0px 0px 31px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 31px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 31px 0px rgba(34, 60, 80, 0.2);
}
.serpage_item:nth-child(2) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.serpage_item:nth-child(3) {
  grid-column: 1/2;
  grid-row: 3/4;
}

.serpage_item:nth-child(4) {
  grid-column: 2/3;
  grid-row: 4/5;
}

.serpage_item:nth-child(5) {
  grid-column: 1/2;
  grid-row: 5/6;
}
.serpage_item:nth-child(6) {
  grid-column: 2/3;
  grid-row: 6/7;
}

.serpage_item:nth-child(7) {
  grid-column: 1/2;
  grid-row: 7/8;
}

.serpage_item:nth-child(8) {
  grid-column: 2/3;
  grid-row: 8/9;
}
.service_item_left {
}
.serpage_item_img {
  width: 50px;
}
.serpage_item_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.serpage_item_title {
  color: #fff;
  font-size: 30px;
  line-height: 85%;
}
.serpage_item_description {
  color: #fff;

  font-weight: 100;
}

.serv_steps {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 70px 0;
}
.serv_steps_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 50px 0 0 0;
  min-width: 400px;
}

.serv_steps_item {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 0 10px 0;
  gap: 20px;
  border-bottom: #0dd044 1px solid;
  color: #fff;
}

.serv_steps_item_num {
  color: #0dd044;
  font-size: 30px;
  font-weight: 900;
}
.serv_steps_item_description {
  font-weight: 100;
}
.serv_steps_item hr {
  height: 40px;
  width: 2px;
  margin: 20px 0 0 7px;
  background: #0dd044;
  background-size: 16px 2px, 100% 2px;
}
.serv_steps_item:last-child hr {
  display: none;
}
.serv_steps_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 50px 0 0 0;
}
.course_wrapper_buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.serv_steps_container_img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  opacity: 0.6;
}

.serv_why_us {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 70px 0;
}
.serv_why_us_description {
  font-weight: 100;
  color: #fff;
}

.support {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 70px 0;
  display: grid;
  grid-template-columns: 5fr 3fr;
  align-items: center;
  gap: 100px;
}
.support_left {
}
.support_title {
}
.title {
  max-width: 900px;
}
.support_description {
  color: #fff;
  font-weight: 100;
  margin: 0 0 30px 0;
}
.support_button {
}
.button {
}
.support_wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.support_list_item {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 0 10px 0;
  gap: 20px;
  border-bottom: #0dd044 1px solid;
}

.support_list_item_num {
  color: #0dd044;
  font-size: 30px;
  font-weight: 900;
}
.support_list_item_description {
}

.trailer {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 70px 0;
}
.trailer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin: 0 0 50px 0;
}
.trailer_left {
}
.trailer_title {
}
.title {
}
.trailer_description {
  color: #fff;
  font-weight: 100;
  max-width: 900px;
}
.support_button {
}
.button {
}
.trailer_imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.trailer_img_wrapper {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: black;
  width: 100%;
}
.trailer_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
  opacity: 0.4;
  width: 100%;
}
.trailer_img_wrapper:hover img {
  opacity: 1;
  scale: 1.1;
}

.wpcf7-spinner {
  position: absolute;
}
.header_mobile {
  display: none;
}
.header_mob_container.disabled {
  height: 0;
  overflow: hidden;
  padding: 0;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background-color: #141619;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 13px;
  cursor: pointer;
  color: #0dd044;
}
.nullpage_top_text {
  display: flex;
  flex-direction: column;
}
.article_button {
  margin-top: auto;
}
.nullpage {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 70px 0;
}
.policy{
  max-width: 1440px;
  width: 90%;
  margin: auto;
  padding: 70px 0;
  color: #fff;
}
.policy a{
  color: #0dd044;

}
.rules{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: auto;
}
.rules a{
  width: fit-content;
  color: #fff;
}
.policy h2{
  margin:  20px 0;
}
.policy h1{
  margin: 0 0 40px 0;
}
.nullpage_top {
  display: grid;
  grid-template-columns: 3fr 2fr;
  margin: 0 0 50px 0;
  gap: 50px;
}
.nullpage_top_description {
  color: #fff;
  font-weight: 100;
  margin: 0 0 40px 0;
}
.nullpage_drone {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.article_list_block{
  padding: 100px 0;

}
.article_wrapper{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.article_list_title{

  margin: 0 0 50px 0;
}



.article_simple_title {

  margin: 0 0 30px 0;
}

.article_galos{
  padding: 100px 0 ;
}

.article_galos_container{
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 50px;
}

.article_plus_imgs{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.article_plus_imgs img{
width: 100%;
height: 100%;
object-fit: cover;
}

.article_galo_title {
  margin: 0 0 50px 0;
}
.serpage_item_img_trailer{
  width: 100%;
  border-radius: 20px;
  max-height: 400px;
  object-fit: cover;
}
.serpage_wrapper_trailer{
  gap: 50px;
  align-items: start;
}
.serpage_item_trailer{
  grid-row: auto !important;
  grid-column: auto !important;
}

.cookie_notif{

  background: #141619;
  color: white;


}
.cookie_notif button{
  background: #0dd044;
  color: black;
  padding: 5px 10px;
  border-radius: 20px;
transition: 0.3s;
  cursor: pointer;
}
.cookie_notif button:hover{
  scale: 1.05;
}
@media (max-width: 1200px) {
  .main_title{
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .nullpage_top,.article_galos_container{
    display: flex;
    flex-direction: column;
  }
  .nullpage{
    padding: 20px  0 0 0;
  }
  .serpage_wrapper {
    grid-template-rows: auto;
    gap: 30px;
  }
  .serpage_item {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .main_service_item_img {
    height: 220px;
  }
  .service_item_top {
    height: 220px;
    min-height: 220px;
  }
  .main_service_item_ga{
    top: 15px;
    left: 15px;
    font-size: 20px;
  }
  .main_service_item_title {
    bottom: 15px;
    left: 15px;
    font-size: 20px;
    font-weight: 300;
  }
  .main_service_item_description {
    padding: 10px 15px;
    font-weight: 100;
    font-size: 12px;
  }
  .main_service_item_content .button {
    margin: 0 0 0 15px;
  }
  .button {
    font-size: 14px;
    text-wrap: nowrap;
  }
  .main_title {
    margin: 0 0 30px 0;
  }
  .title {
    font-size: 40px;
  }
  .main_description {
  }
  .blog_item_title {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .blog_item_description {
    font-size: 14px;
  }
  .blog_item_img_container img {
    height: 200px;
    min-height: 200px;
  }
  .blog_item_img_container {
    height: 200px;
    min-height: 200px;
  }
  .demo_title,
  .main_equipment_item_title {
    font-size: 20px;
    font-weight: 300;
  }
  .main_equipment_item_title {
    margin: 10px 0 20px 0;
  }
  .main_equipment_item_content_deco {
    height: 2px;
  }
  .main_equipment_item_img_outer {
    height: 200px;
  }
  .main_equipment_item_description,
  .demo_list_item {
    font-size: 12px;
    font-weight: 100;
  }
  .demo_description {
    font-size: 12px;
    font-weight: 100;
  }
  .footer_link,
  .footer_prev_contact {
    font-size: 12px;
  }
  .footer_text_1 {
    font-size: 11px;
    line-height: normal;
  }
  .footer_tel {
    font-size: 14px;
  }
  .footer_bottom_text {
    margin: 30px 0 0 0;
    font-size: 14px;
  }

  .serpage_item_trailer .serpage_item_title{
    font-size:20px ;

  }
}



@media (max-width: 768px) {
  .about_main_img{
    display: none;
  }
  .about_main{
    grid-template-columns: auto;
  }
  .about_history{
    display: flex;
    flex-direction: column
  }
  .about_comand_item{
    max-width: 400px;
    margin: auto;
  }
  .about_comand_wrapper{
    display: flex;
    flex-direction: column;
  }
  .about_comand_item_img{
    height: 300px;
  }
  .serv_steps_container {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  .serv_steps_wrapper {
    min-width: 0;
  }
  .serpage_advent_title {
    margin: 0 0 30px 0;
  }
  .serpage_item_img {
    width: 30px;
  }
  .serpage_item_img_trailer{
    width: 100%;
  }
  .serpage_wrapper {
    display: flex;
    flex-direction: column;
  }
  .servicepage_description {
    margin: 20px 0 30px 0;
  }
  .serv_steps_item_description {
    max-width: none;
  }
  .servicepage_title {
    font-size: 35px;
    line-height: 100%;
  }
  .serpage_item_title {
    font-size: 20px;
  }
  .serpage_item_description {
    font-style: 14px;
  }
  .header_container {
    display: none;
  }
  .header_mobile_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header_mobile {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
    flex-direction: column;
  }
  .header_logo {
    margin: 0;
  }
  .main {
    min-height: calc(100vh - 73px);
    height: auto;
  }
  .header_mob_container {
    background: #141619;
    height: 100vh;
    width: 100%;
    padding: 30px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* flex-direction: row-reverse; */
    align-items: start;
    transition: 0.6s;
  }
  .header_bottom_right {
    align-items: start;
  }
  .header__contacts_item {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .header_phone_img,
  .header_email_img {
    max-width: 30px;
  }
  .button {
    border-radius: 20px;
    text-wrap: wrap;
    text-align: center;
  }
  .header_links {
    flex-direction: column;
    gap: 10px;
    text-align: left;
    align-items: start;
  }
  .header_links:nth-child(1) {
    justify-self: end;
    margin: 0 0 10px 0;
  }
  .header_bottom {
    flex-direction: column;
    gap: 10px;
    align-items: end;
    padding: 0;
  }
  .header_bottom_right {
    flex-direction: column;
    gap: 20px;
  }
  .header__contacts {
    gap: 10px;
    text-align: right;
  }
  .header_location p {
    text-align: right;
    max-width: 200px;
  }
  .header_location img {
    display: none;
  }
  .main_container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 50px 0;
  }
  .main_title {
    font-size: 25px;
  }
  .main_left {
    width: 100%;
  }
  .main_drone {
    max-width: 500px;
    justify-self: end;
  }
  .main_right {
    align-self: end;
    position: relative;
  }
  .services_wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .service_item {
    grid-column: span 1 !important;
  }

  .main_service_item_img,
  .service_item_top {
    height: 130px;
    min-height: 130px;
  }
  .trailer_img_wrapper {
    height: 200px;
  }
  .support {
    gap: 30px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }
  .trailer_top {
    flex-direction: column;
  }
  .plus_img_container,
  .plus_img {
    height: 150px;
  }
  .support_button {
  }
  .support_description,
  .course_description,
  .plus_description {
    font-size: 12px;
    font-weight: 100;
  }
  .course_top {
    gap: 30px;
    display: flex;
    flex-direction: column;
  }
  .plus {
    display: flex;
    flex-direction: column;
  }
  .blog_item_description {
    font-size: 12px;
    font-weight: 100;
  }
  .blog_item_title {
  }
  .media_wrapper {
    gap: 30px;
    max-width: 400px;
  }
  .media_item_img {
    width: 50px;
  }
  footer {
    display: flex;
    flex-direction: column;
  }
  .footer_column3,
  .footer_column2 {
    padding: 0;
  }
  .blog_item_img_container img,
  .blog_item_img_container {
    height: 150px;
    min-height: 150px;
  }
  .blog_item:hover .blog_item_img_container img {
    scale: 1.03;
  }
  .blog_item:hover .blog_item_img_container,
  .blog_item:hover .blog_item_img_container img {
    height: 200px;
  }
  .blog_swiper-button-prev,
  .blog_swiper-button-next {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }
  .blog_title {
    margin: 0;
  }

  .blog_item_content {
    gap: 15px;
  }

  .trailer_example{
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .main_title{
    font-size: 22px;
  }
  .policy h1{
    font-size: 30px;
  }
}

@media (max-width: 425px) {
  .equipment_item:nth-child(2n) .main_equipment_item_img_outer {
    order: 0;
  }
  .equipment_item {
    display: flex;
    flex-direction: column;
  }
  .main_equipment_item_content {
    padding: 0px 0 30px 0;
  }
  .support_buttons_wrapper {
    flex-direction: column;
    align-items: start;
  }
  .demo_container {
    display: flex;
    width: 80%;
    flex-direction: column;
  }
  .demo_filter {
    background: #000000c2;
  }
  .title {
    font-size: 30px;
  }
  .course_wrapper {
    grid-template-columns: 1fr;
  }
  .services_wrapper {
    display: flex;
    flex-direction: column;
  }
  .service_item {
  }
  .trailer_top {
    align-items: start;
    gap: 20px;
    margin: 0 0 20px 0;
  }
  .header_mob_container {
    flex-direction: column;
    justify-content: start;
    gap: 15px;
  }
  .header_bottom {
    align-items: start;
    text-align: left;
  }
  .header__contacts {
    align-items: start;
    text-align: left;
  }
  .header_location p {
    text-align: left;
  }
  .header_links:nth-child(1) {
    margin: 0;
  }
  .trailer,
  .course,
  .blog {
    padding: 0;
  }

  .blog_top{
    flex-direction: column;
    align-items: center;
  }
  .about_history_img{
    border-radius: 5em 0 ;
  }
  .about_bullit_top{
    font-size: 22px;
  }
  .about_main_bullits{
    display: flex;
    flex-direction: column;
    width: 100%;

  }
  .about_main{
    padding:20px 0 0  0;
  }
}

@media (max-width: px) {
}

@media (max-width: px) {
}
