@media screen and (max-width: 1700px) {
  .header-inner .logo img {
    width: 150px;
  }
  .banner-decor svg {
    width: 500px;
    height: 500px;
  }
  .sponsors-decor svg {
    width: 450px;
  }
  .banner-content {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1550px) {
  .masonry {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 300px;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
  }
  .banner-content {
    padding: 0 40px;
  }
  .result-wrapp .result-item {
    margin-right: 100px;
  }
  .advantage-image img {
    min-width: 160px;
    max-width: 160px;
  }
  .advantage-wrapp {
    height: 100%;
  }
  .advantage-head {
    margin-left: 16px;
  }
  .dropdown-title {
    font-size: 14px;
  }
  .dron-spec .dron-spec-image {
    width: 60%;
  }
}
@media screen and (max-width: 1400px) {
  .banner-content > * {
    margin-bottom: 30px;
  }
  .banner .social {
    right: 12px;
  }
  .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .preloader-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: topLeft1400 2.5s;
            animation: topLeft1400 2.5s;
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s;
  }
  .result-wrapp .result-item {
    margin-right: 40px;
  }
  .social-wrapp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .social-wrapp > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .social-wrapp > *:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .result-wrapp {
    padding: 0;
  }
  .advantage-image img {
    min-width: 140px;
    max-width: 140px;
  }
}
@media screen and (max-width: 1200px) {
  main {
    margin-right: 0;
  }
  .problem .swiper-slide {
    min-width: auto;
  }
  .problem .swiper-slide-active {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .problem .swiper-container {
    padding-top: 0;
  }
  .problem .swiper-container {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
  }
  .problem .swiper-slide-thumb-active .problem-item .problem-wrapp:before {
    background-position: top;
  }
  .problem .swiper-slide .problem-item .problem-wrapp {
    min-height: 165px;
  }
  .problem .swiper-slide-thumb-active .problem-item .problem-wrapp {
    min-height: 200px;
  }
  .video video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .problem-item {
    padding: 20px;
  }
  .start-item {
    padding: 30px 20px;
  }
  .start-text {
    min-height: 52px;
  }
  .circle-shape {
    margin-top: 50px;
  }
  .advisor-item {
    padding: 0 30px;
  }
  .advisor-bottom {
    margin-right: 0;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-404-two .page-404-desc {
    padding-bottom: 200px;
  }
  .page-404-two .img-decor {
    height: 50%;
  }
  .masonry {
    grid-template-columns: repeat(auto-fit, minmax(223px, 1fr));
    grid-auto-rows: 223px;
  }
  .footer-logo-img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .result-wrapp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .result-wrapp .result-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    margin-right: 0;
    margin-bottom: 30px;
  }
  .dron-btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dron-desc {
    margin-top: -12px;
  }
  .dron-testimonials ul li {
    margin-bottom: 12px;
  }
  .dron-btns > * {
    margin-right: 20px;
  }
  .dron-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .dron-reviews .reviews-desc {
    margin-left: 0;
  }
  .dron-reviews {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px;
  }
  .dron-advantages {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .banner-align {
    padding-top: 30px;
    height: auto;
    padding-bottom: 0;
  }
  .banner .btn2 {
    white-space: nowrap;
  }
  .banner-decor-item {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner__home-page {
    width: 100%;
  }
  .banner__home-page {
    height: auto;
    min-height: 400px;
  }
  .banner__home-page .back {
    min-height: 400px;
  }
  .banner-item {
    height: 100%;
  }
  .banner-content__desc {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .banner-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section {
    border-bottom: 2px solid #464646;
  }
  section .container {
    padding: 24px 12px;
    border-left: 2px solid #464646;
    border-right: 2px solid #464646;
    border-bottom: 2px solid #464646;
  }
  section .container:last-child {
    border-bottom: none;
  }
  .about .text-wrapp {
    max-width: 100%;
  }
  .masonry {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-auto-rows: 180px;
  }
  .form-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .input-item button {
    width: 100%;
    margin-top: 32px;
  }
  .input-item button span {
    width: 100%;
  }
  .social-wrapp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .social-wrapp > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .social-wrapp > *:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .footer-logo {
    margin: 0 auto;
  }
  .footer-column {
    margin-bottom: 50px;
  }
  .footer-wrapp {
    margin-bottom: -50px;
  }
  footer {
    position: static !important;
  }
  .dron-image {
    max-width: 50%;
    margin: 0 auto;
  }
  .dron-description {
    margin-top: 30px;
  }
  .dron-desc.text {
    max-width: 100%;
  }
  .advantage-image img {
    min-width: 120px;
    max-width: 120px;
  }
  .quest-tooltip[data-tooltip="8"] {
    top: 27%;
  }
  .quest-table tbody tr .td-wrapp img, .quest-desc {
    display: none;
  }
  .quest-number.hover:before {
    content: none;
  }
  .text-wrapper ol, .text-wrapper ul {
    padding-left: 26px;
  }
  .image-swipers {
    max-width: 70%;
    margin: 0 auto;
  }
  .dron-spec-image {
    display: none;
  }
  .dron-advantages {
    max-width: 100%;
  }
  .massonry-tables {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .row-day .specification-title {
    margin-bottom: 24px;
  }
  .day-block {
    padding: 0;
    margin-top: 24px;
  }
}
@media screen and (max-width: 820px) {
  .advisor-image img {
    max-height: 420px;
    min-height: 420px;
  }
}
@media screen and (max-width: 900px) {
  .banner-decor, .sponsors-decor, .problem-decor, .profits-decor, .clients-decor, .sign-decor {
    display: none;
  }
  .banner-image img {
    min-height: 450px;
  }
}
@media screen and (min-width: 991px) {
  .logo:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 991px) {
  .header-inner {
    position: relative;
  }
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 20;
  }
  .burger svg {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .hide-menu {
    visibility: hidden;
    opacity: 0;
    width: 0;
  }
  .burger.active svg {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .header-menu {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 0;
    right: -100%;
    left: auto;
    width: 100%;
    min-height: 100vh;
    height: auto;
    padding: 20px 15px;
    margin: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header-menu .lang-wrapp ul li {
    margin-right: 24px;
  }
  .header .header-menu .header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .header .header-menu a {
    font-size: 20px;
  }
  .header .header-menu .header-nav li {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .header .header-menu .header-nav li:last-child {
    margin-bottom: 0;
  }
  .header .header-menu .lang-wrapp {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 90px;
  }
  .header .header-menu .lang-wrapp:before {
    content: none;
  }
  .container {
    padding: 0 40px;
  }
  .banner .social {
    right: 40px;
  }
  .about-item > * {
    margin-bottom: 28px;
  }
  .swiper-pagination {
    display: none;
  }
  .service-row {
    margin-bottom: 32px;
  }
  .join .btn-arrow span {
    display: none;
  }
  .join .btn-arrow svg {
    margin-left: 0;
  }
  .row-title > * {
    margin-bottom: 22px;
  }
  .breadcrumbs {
    margin-top: 40px;
    margin-bottom: 48px;
  }
  .value-row {
    margin-bottom: 32px;
  }
  .swiper-pagination {
    margin-top: 48px;
  }
  .vacancies.section-head .description .desc-wrapp:nth-child(2) {
    padding: 0 12px;
  }
  .vacancies.section-head .description .desc-wrapp {
    margin-bottom: 48px;
  }
  .vacancies.section-head .description .desc-wrapp:last-child {
    margin-bottom: 0;
  }
  .join2 .service-row {
    padding: 24px 0;
  }
  .simple-page .block-wrapp {
    margin-bottom: 32px;
  }
  .simple-page .title-9 {
    margin-bottom: 16px;
  }
  .decor-image {
    display: none;
  }
  .upload-wrapper {
    margin-top: 24px;
  }
  .advantage {
    padding: 32px 64px;
  }
  .tab-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: -30px;
  }
  .tab-toggle .btn-tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
  }
  .tabs-wrapper {
    margin-top: 64px;
  }
  .tab .wrapp {
    margin-bottom: 40px;
  }
  .contacts-wrapp .title-8 {
    margin-top: 32px;
  }
  .contacts-right {
    margin-top: 24px;
  }
  .choices__list--dropdown .choices__item {
    border: none !important;
  }
  .privacy-policy .wrapp {
    margin-bottom: 40px;
  }
  .page-404 h1 {
    font-size: 100px;
  }
  .page-404 .banner-align, .splash .banner-align {
    padding-top: 0 !important;
  }
  .page-404 .banner-align, .splash .banner-align {
    padding-bottom: 0 !important;
  }
  .popup-container-form form > * {
    margin-bottom: 16px;
  }
  .popup-container-form .decor-image {
    display: block;
  }
  .popup-container-form .input-checkbox {
    margin: 20px 0;
  }
  .popup-container-form .row-title > * {
    margin-bottom: 48px;
  }
  .popup-container-form .row-title {
    margin-bottom: 48px;
  }
  .preloader-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: topLeft991 1.5s;
            animation: topLeft991 1.5s;
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s;
  }
  .about .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-image {
    margin-bottom: 20px;
  }
  .check-wrapp {
    margin-bottom: 10px;
  }
  .certificate-image {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-offer {
    display: none;
  }
  .header-inner .logo img {
    max-width: 140px;
    position: relative;
    z-index: 20;
    height: 40px;
  }
  .banner-align .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .banner-content .text {
    max-width: 100%;
  }
  .banner-content {
    margin-top: 30px;
  }
  .start-wrapp {
    margin-bottom: 30px;
  }
  .start-wrapp:last-child {
    margin-bottom: 0;
  }
  .start-image img {
    width: 80px;
    height: 80px;
  }
  .banner-image__block {
    position: absolute;
    top: 0;
    width: 70vh;
    right: -20%;
  }
  .banner-align {
    padding-bottom: 20px;
  }
  .banner-image__block:before {
    bottom: 46px;
  }
  .sponsors {
    margin-top: 0;
  }
  .sponsors .sponsors-wrapp {
    padding: 0;
  }
  .solution-left {
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .solution-image img {
    width: 100%;
  }
  .banner-wrapp > * {
    margin-bottom: 18px;
  }
  .about-item__image img {
    max-height: 250px;
    width: 100%;
  }
  .breadcrumbs {
    margin-bottom: 32px;
  }
  .section-head .row-desc > * {
    padding: 0 10px;
  }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 12px;
  }
  .breadcrumbs .arrow, .breadcrumbs .arrow svg {
    width: 12px;
    height: 12px;
  }
  .breadcrumbs .arrow {
    margin: 0 8px;
  }
  .section-head .description {
    margin-bottom: 32px;
  }
  .input-item {
    margin-bottom: 24px;
  }
  .input-item button {
    margin-top: 12px;
  }
  .team-img-wrapp img {
    height: 300px;
  }
  .team-wrapp > * {
    margin-bottom: 8px;
  }
  .vacancies.section-head .row-desc {
    margin-bottom: 0;
  }
  .day-block {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .row-day .specification-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .splash .banner-btns > * {
    width: 100%;
  }
  .splash .banner .social {
    width: 100%;
  }
  .splash .header-item .logo {
    width: 95px;
    height: 40px;
  }
  .splash .header-item .logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .preloader-text > * {
    margin-right: 0;
  }
  .preloader-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: topLeft776 1.5s;
            animation: topLeft776 1.5s;
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s;
  }
  .masonry {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 150px;
  }
  .quarantee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
  }
  .quarantee-image {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .massonry-tables {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .certificate-image {
    max-width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .row > * {
    padding-right: 12px;
    padding-left: 12px;
  }
  .header-account {
    padding: 10px;
  }
  .banner-image img {
    -o-object-position: right;
       object-position: right;
  }
  .banner-image picture:after {
    left: -83%;
    bottom: -8%;
  }
  .banner-content .btn {
    width: 100%;
  }
  .banner-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-wrapp .banner-btns .btn:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .banner .bg {
    background-position: -1100px 0px;
  }
  .btn, .btn-2 {
    width: 100%;
  }
  .btn span, .btn-2 span {
    width: 100%;
  }
  .banner {
    margin-top: 80px;
  }
  header.active-layer-close .layer-close {
    top: 82px;
  }
  .banner-content {
    padding: 0;
  }
  .row-title > * {
    margin-bottom: 24px;
  }
  .banner .social {
    right: 20px;
  }
  .social a svg {
    width: 32px;
    height: 32px;
  }
  .social a {
    margin-right: 16px;
  }
  .container {
    padding: 0 12px;
  }
  .btn-2.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 24px;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .swiper-pagination {
    margin-top: 15px;
  }
  .btn-2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-2 svg {
    width: 16px;
    height: 16px;
    margin-left: 6px;
  }
  .row-title .btn-2 {
    display: none;
  }
  .about-item > * {
    margin-bottom: 24px;
  }
  .swiper-pagination-bullet {
    width: 30px !important;
    height: 2px !important;
    margin: 0 5px !important;
  }
  .service-row .btn-arrow {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 10px;
  }
  .service-row .title-9 {
    margin-bottom: 15px;
  }
  .service-row {
    margin-bottom: 24px;
    padding: 24px 0;
  }
  .service-row > * {
    padding: 0 10px;
  }
  .btn-arrow:before {
    content: none;
  }
  .services .btn-2.mobile {
    margin-top: 24px;
  }
  .advantage-image img {
    min-width: 88px;
    max-width: 88px;
    padding: 2px;
    border: 2px solid #306965;
  }
  .advantage-wrapp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
  .advantage-head .text {
    margin-top: 8px;
  }
  .advantage-row {
    margin-bottom: -30px;
  }
  .subscribe-form {
    width: 100%;
  }
  .subscribe-form .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subscribe-form .form-row > * {
    min-width: 100%;
    margin-bottom: 8px;
    width: 100% !important;
  }
  .subscribe-form .form-row > *:last-child {
    margin-bottom: 0;
  }
  .subscribe-form {
    margin-top: 16px;
  }
  .quest-title {
    font-size: 24px;
  }
  .quest-tooltips {
    top: -40px;
  }
  .quest-number, .quest-table tbody tr td:first-child:before {
    width: 18px;
    height: 18px;
    font-size: 13px;
  }
  .quest-table tbody tr td:first-child:before {
    left: -25px;
  }
  .quest-table thead tr th {
    font-size: 14px;
  }
  .quest-table tbody tr .td-wrapp .item {
    font-size: 13px;
    line-height: 1.5;
  }
  .quest-tooltip[data-tooltip="1"] {
    top: 68%;
  }
  .quest-table tbody tr .td-wrapp, .quest-table thead tr th {
    padding: 6px;
  }
  .quest-table {
    margin-top: 24px;
  }
  .subscribe-form .form-row > * {
    border-radius: 6px !important;
    overflow: hidden;
  }
  .subscribe-form .form-row .btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .result-wrapp .result-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    aspect-ratio: 1/1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .result-wrapp {
    margin-top: 24px;
  }
  .value-row .value-marker img {
    min-width: 32px;
    height: 32px;
  }
  .value-row .value-marker {
    margin-right: 12px;
  }
  .team-img-wrapp img {
    height: 250px;
  }
  .vacancies.section-head .description .desc-wrapp {
    margin-bottom: 28px;
  }
  .join2 .title-9 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .simple-page .title-9 {
    font-size: 18px;
  }
  .upload-wrapper {
    margin-left: -8px;
  }
  .advantage {
    padding: 28px 24px;
    margin-bottom: 28px;
  }
  .advantages2 {
    margin-bottom: -28px;
  }
  .tab-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    margin-bottom: -16px;
  }
  .tab-toggle .btn-tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
    margin-bottom: 16px;
    min-height: 56px;
  }
  .tabs-wrapper {
    margin-top: 40px;
  }
  .tab .wrapp {
    margin-bottom: 24px;
  }
  .tab h6 {
    margin-bottom: 24px;
  }
  .tab .tab-list {
    margin-top: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab .tab-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 32px;
  }
  .tab .tab-list-item:last-child {
    margin-bottom: 32px;
  }
  .tab .tab-list-item .tab-list-icon {
    margin-bottom: 16px;
  }
  .tab .btn {
    margin-top: 16px;
  }
  .swiper-navigation {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
  .smy .swiper-container {
    padding: 0;
  }
  .massonry-tables {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .specification-head {
    font-size: 24px;
  }
  .dropdown {
    margin-bottom: 10px;
  }
  .contacts form > * {
    margin-bottom: 16px;
  }
  .contacts-right {
    margin-top: 10px;
  }
  .choices__list--dropdown .choices__item {
    font-size: 14px !important;
  }
  .checkbox span, .checkbox a {
    font-size: 12px;
  }
  .privacy-policy .wrapp {
    margin-bottom: 24px;
  }
  .privacy-policy ol li .title-9 {
    padding-left: 25px;
  }
  .privacy-policy ol li {
    margin-top: 24px;
  }
  .page-404 .banner-wrapp > * {
    margin-bottom: 24px;
  }
  .page-404 h1 {
    font-size: 64px;
  }
  .popup-container-form .popup-container-form {
    padding: 0;
  }
  .popup-container-form form > * {
    margin-bottom: 0;
  }
  .popup-container-form form .row > * {
    margin-bottom: 16px;
  }
  .popup-container-form .input-resume {
    font-size: 14px;
  }
  .popup-container-form .upload-wrapper {
    margin-left: 0;
  }
  .popup-container-form .popup-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup-container-form .popup-btns .btn {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .input-error {
    font-size: 12px;
  }
  .popup-container-form .row-title {
    margin-bottom: 24px;
  }
  .popup-container-form .row-title > * {
    margin-bottom: 32px;
  }
  .popup-container-form form {
    margin: 0 -7px;
  }
  .popup-container-form .popup-align {
    padding-bottom: 40px;
  }
  .popup-container-form .input-resume svg {
    top: 15px;
  }
  .popup-container-form .upload-wrapper input[type=file] {
    min-height: 40px;
  }
  .popup-container-form .decor-image-bottom {
    display: none;
  }
  .popup-container-form .btn-close svg {
    width: 35px;
    height: 35px;
  }
  .text ul li {
    margin-bottom: 10px;
  }
  .text ul li:last-child {
    margin-bottom: 0;
  }
  .text ul li:before {
    top: 9px;
  }
  .preloader-logo {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .preloader-logo svg {
    width: 85px;
    height: 90px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .preloader-text {
    margin-left: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .preloader-text > * {
    margin-right: 0;
    display: block;
  }
  .preloader-text > * svg {
    opacity: 0;
    visibility: hidden;
    height: 30px;
    width: auto;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .preloader-text > * svg path {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .preloader-text > *:nth-child(1) svg {
    -webkit-animation: text2 8s;
            animation: text2 8s;
  }
  .preloader-text > *:nth-child(2) svg {
    -webkit-animation: text2 8.5s;
            animation: text2 8.5s;
  }
  .preloader-text > *:nth-child(3) svg {
    -webkit-animation: text2 9s;
            animation: text2 9s;
  }
  .preloader-text > *:nth-child(4) svg {
    height: auto;
    -webkit-animation: text2 9.5s;
            animation: text2 9.5s;
  }
  .day-title .h3 {
    font-size: 18px;
  }
  .day-time {
    font-size: 16px;
  }
  .day-wrapper {
    padding: 18px;
  }
  .social-wrapp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .social-wrapp > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .social-wrapp > *:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .social-wrapp > *:last-child {
    margin-bottom: 0;
  }
  .social-wrapp .wrapp-item .wrapp-phone .phone-desc {
    margin-bottom: 10px;
  }
  .preloader-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: topLeft580 1.5s;
            animation: topLeft580 1.5s;
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s;
  }
  .dron-image {
    max-width: 100%;
  }
  .dron-price {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    position: relative;
  }
  .dron-price:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #464646;
    top: -30px;
  }
  .dron-btns > * {
    margin-bottom: 30px;
  }
  .dron-btns > * {
    margin-right: 0;
  }
  /* .dron-desc.text {
    display: none;
  } */
  .image-swipers {
    max-width: 100%;
  }
  .subscribe-form .form-last .form-wrap:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subscribe-form .form-last .form-wrap:last-child .btn-send {
    border-radius: 7px !important;
    margin-top: 10px;
    width: 100%;
  }
  .subscribe-form .form-row .input-resume {
    height: 50px;
    padding: 14px;
    text-align: left;
  }
  .subscribe-form .form-row .upload-wrapper {
    margin-left: 0;
  }
  .subscribe-form .form-row .input-resume svg {
    top: 19px;
  }
  .subscribe-form .form-row.error {
    border: none;
  }
  .subscribe-form .form-row.error input {
    border: 1px solid red;
  }
  .column-center .footer-title {
    text-align: center;
  }
  .social-wrapp {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .wrapp-last {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .wrapp-last .wrapp-item {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .copy-text{
    text-align: center;
  }
  .dron-advantages {
    margin-bottom: -20px;
  }
  .dron-advantages-wrapp {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 440px) {
  .team .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 24px;
  }
}
@media screen and (max-width: 420px) {
  .banner-content > * {
    margin-bottom: 30px;
  }
  .banner-content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .banner-content h1 {
    padding: 0 8px;
  }
  .banner-content .text {
    padding: 0 8px;
  }
  .banner-content {
    padding-bottom: 0;
    margin-top: 0;
  }
  .banner-image__block {
    right: -45%;
  }
  .banner:before, .register:before {
    left: -90%;
  }
  .service-row .title-9 {
    width: 90%;
  }
  .service-row .btn-arrow {
    top: 14px;
  }
  .team-wrapp .title-10 {
    font-size: 14px;
  }
  .simple-page ul li:after {
    top: 9px;
  }
  .checkbox span:before {
    width: 15px;
    height: 15px;
    top: 1px;
  }
  .checkbox a {
    margin-left: 5px;
  }
  .checkbox span {
    padding-left: 20px;
  }
  .checkbox span:after {
    width: 17px;
    height: 17px;
    top: 0;
  }
}
@media screen and (max-width: 400px) {
  .preloader-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: topLeft400 1.5s;
            animation: topLeft400 1.5s;
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s;
  }
}
@media screen and (max-width: 380px) {
  .banner-content h1 {
    max-width: 100%;
  }
  .preloader-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: topLeft380 1.5s;
            animation: topLeft380 1.5s;
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s;
  }
}
@media screen and (max-width: 370px) {
  .preloader-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-animation: topLeft370 1.5s;
            animation: topLeft370 1.5s;
    -webkit-animation-delay: 5.5s;
            animation-delay: 5.5s;
  }
}
