@font-face {
    font-family: "Inter";
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2");
}

@font-face {
    font-family: "GetVoIP";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/GetVoIP-Grotesque.woff2") format("woff2");
}


html {
    height: 100%;
}

body {
    background-color: #ffffff;
    touch-action: pan-y;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #111827;
}

* {
    margin: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

h1, .h1 {
    font-family: "GetVoIP";
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25;
    color: #111827;
}

h2, .h2 {
    font-family: "GetVoIP";
    font-weight: 700;
    font-size: 36px;
    line-height: 1.11;
    color: #111827;
}

h3, .h3 {
    font-family: "GetVoIP";
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #111827;
}

h4, .h4 {
    font-family: "GetVoIP";
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #111827;
}

h5, .h5 {
    font-family: "GetVoIP";
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #111827;
}

h6, .h6 {
    font-family: "GetVoIP";
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #111827;
}

/*div, ul, ol, li {*/
/*    font-family: "SF-Pro-Display-Medium";*/
/*    font-size: 18px;*/
/*}*/

a {
    font-size: 18px;
    text-decoration: none;
    color: #111827;
    outline: none;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #374151;
}

p strong {
    line-height: 1.125;
}

a:hover {
    text-decoration: none!important;
    /*color: #000000;*/
}

.metab-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

main {
    margin: 0 auto;
}

.metab-full-container {
    width: 100%;
}

.metab-container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

.uav-s-title {
    font-size: 12px;
    line-height: 1.33;
    color: #6B7280;
    font-weight: 700;
}

.uav-s-desc {
    font-size: 14px;
    line-height: 1.14;
    color: #111827;
    font-weight: 700;
}

.uav-m-title {
    font-family: "GetVoIP";
    font-size: 30px;
    line-height: 1.1;
    padding-bottom: 8px;
}

.uav-m-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #374151;
    padding-bottom: 8px;
}

.uav-h1-title {
    font-family: "GetVoIP";
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25;
    color: #111827;
    margin-bottom: 8px;
}



/* Header */

.metab-mobile-menu {
    display: none;
}
.metab-mobile-burger-wrapper {
    display: none;
}

.metab-header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 5;
    margin: 0 auto;
    background-color: #ffffff;
    transition: transform 0.3s ease;
}

.metab-header-hidden {
    transform: translateY(-140%);
    overflow: hidden;
}

.metab-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1212px;
    margin: 0 auto;
    padding: 0 20px;
}

.metab-header-logo img {
    display: block;
}

.metab-right-header-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.home-menu-wrapper .menu {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-menu-wrapper .menu .menu-item a {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.43;
}

.home-menu-wrapper .menu .menu-item a:hover {
    opacity: 0.85;
}

.metab-left-header-wrap {
    padding-block: 27px;
}

.metab-right-header-wrap .metab-ctb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    background-color: #111827;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.43;
    transition: opacity 0.3s ease;
}

.metab-right-header-wrap .metab-ctb:hover {
    opacity: 0.85;
}

/* Footer */

footer {
    background-color: #000000;
}

.metab-footer-container {
    max-width: 1155px;
    width: 100%;
    margin: 0 auto;
    padding: 64px 0 44px;
}

.metab-footer-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.metab-footer-top-left a {
    display: block;
}

.metab-footer-top-right {
    display: flex;
    gap: 48px;
}
.metab-footer-info-menu ul,
.metab-footer-products-menu ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    gap: 8px;
}

.metab-footer-info-menu ul li a,
.metab-footer-products-menu ul li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.43;
}

.metab-footer-info-menu ul li a:hover,
.metab-footer-products-menu ul li a:hover {
    opacity: 0.85;
}

.metab-footer-bottom {
    padding-top: 36px;
}

.metab-footer-info-title,
.metab-footer-products-title,
.metab-footer-contacts-title {
    font-size: 16px;
    line-height: 1.5;
    color: #6B7280;
    margin-bottom: 16px;
    font-weight: 600;
}

.metab-footer-info-menu-wrap,
.metab-footer-products-menu-wrap {
    max-width: 204px;
    width: 100%;
}

.metab-footer-contacts-description {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    gap: 8px;
}

.metab-footer-contacts-mail {
    font-size: 14px;
    line-height: 1.43;
    color: #ffffff;
    font-weight: 400;
}

.metab-footer-contacts-mail:hover {
    opacity: 0.85;
}

.metab-footer-copyright {
    color: #6B7280;
    font-size: 14px;
    line-height: 1.43;
}

/* Home page */
.metab-banner-main {
    height: 100vh;
    width: 100%;
}

.metab-banner-main-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.metab-container-bg {
    position: relative;
    padding: 96px 0;
}

.metab-container-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../image/texture.jpg');
    /*opacity: 0.15;*/
    pointer-events: none;
    z-index: -1;
}

.uav-wrap {
    width: 100%;
    max-width: 1216px;
    margin: 0 auto;
    padding-bottom: 64px;
}

.uav-p-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.uav-p-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #F4F4F4;
    padding: 32px;
    /*width: 100%;*/
    width: calc(50% - 16px);
    transition: background-color 0.3s ease;
}

.uav-p-block:hover {
    background-color: #ffffff;
}

.uav-s-wrap {
    display: flex;
    /*gap: 32px;*/
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 32px;
    text-align: center;
    width: 100%;
}

.uav-p-btn {
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    background-color: #111827;
    padding: 12px 20px;
    transition: opacity 0.3s ease;
}

.uav-p-btn:hover {
    opacity: 0.85;
}

.uav-p-block img {
    margin-bottom: 8px;
    width: 100%;
    display: block;
    object-fit: cover;
}

.metab-main-home-title {
  text-align: center;
}

.metab-main-home-description {
    text-align: center;
    font-size: 18px;
    line-height: 1.33;
    padding-bottom: 64px;
}

.metab-first-home-title,
.metab-second-home-title,
.metab-third-home-title {
    font-family: "GetVoIP";
    font-size: 36px;
    line-height: 1.11;
    font-weight: 700;
    text-align: center;
    padding-bottom: 32px;
}


.metab-second-product-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    flex-wrap: wrap;
}

.metab-third-block-specification-wrap {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    text-align: center;
}

.metab-third-block-flight-time {
    max-width: 192px;
}

.metab-third-product-wrap {
    justify-content: flex-start;
    align-itmes: center;
}

.metab-home .metab-container {
    background-color: #ffffff;
    padding: 96px 0;
}

.metab-fourth-wrap {
    max-width: 1216px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
}

.metab-fourth-right-block-title {
    font-family: "GetVoIP";
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25;
    color: #111827;
    margin-bottom: 32px;
}

.metab-fifth-wrap {
    max-width: 1216px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
}

.metab-fifth-left-block-title {
    font-family: "GetVoIP";
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25;
    color: #111827;
    margin-bottom: 32px;
}

.metab-fifth-left-block-description ul {
    padding-inline-start: 14px;
    margin-bottom: 20px;
}

.metab-fifth-left-block-description ul li {
    font-size: 16px;
    line-height: 1.5;
    color: #374151;
}

.metab-fifth-left-block-description p strong {
    font-size: 20px;
    line-height: 1.4;
}

.metab-container-contact-form {
    position: relative;
    padding: 96px 0;
}

.metab-container-contact-form::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../image/contact-bg.jpg');
    /*opacity: 0.15;*/
    pointer-events: none;
    z-index: -1;
    background-size: cover;
}

.metab-contact-wrap {
    max-width: 1216px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
}

.metab-contact-right-block {
    display: flex;
    width: 100%;
    max-width: 530px;
}

.metab-block-contact-form form {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    width: 100%;
}

.metab-block-contact-form {
    width: 100%;
}

.wpcf7-form-control-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.contact-label .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
    border: none;
    color: #111827;
    font-family: "Inter";
    font-weight: 400;
}

.contact-label .wpcf7-form-control-wrap textarea {
    width: 100%;
    border: none;
    height: 100px;
    max-width: 530px!important;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
    color: #111827;
    font-family: "Inter";
    font-weight: 400;
}

.metab-block-contact-form form p .contact-label {
    width: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: flex-start;*/
    /*align-items: flex-start;*/
}

.metab-block-contact-form form p .contact-label .label-text {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 8px;
    font-family: "Inter";
    font-weight: 400;
}

.metab-block-contact-form .wpcf7-form p {
    margin-bottom: 16px;

}
.metab-block-contact-form form p .contact-label .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #fcb900;
}
.metab-block-contact-form form p .contact-label .wpcf7-not-valid {
    border: 1px solid #fcb900;
}
.contact-button {
    transition: opacity 0.3s ease,
    max-height 0.3s ease,
    margin 0.3s ease,
    padding 0.3s ease;
    max-height: 50px;
    overflow: hidden;
}

.contact-button.is-hidden {
    opacity: 0;
    max-height: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.contact-button input {
    width: 100%;
    padding: 12px 20px;
    background-color: #111827;
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Inter";
    font-weight: 600;
}
.contact-button input:hover {
    opacity: 0.85;
}

.metab-block-contact-form .wpcf7-form .contact-button p {
    margin: 0;
}

.metab-block-contact-form .wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

.wpcf7-spinner {
    display: none!important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border:none;
    margin: 0 auto;
    padding: 0;
    font-size: 18px;
    line-height: 1.33;
    font-family: "Inter";
    color: #ffffff;
    text-align: center;
}

.metab-contact-left-block-title {
    font-family: "GetVoIP";
    font-weight: 700;
    font-size: 40px;
    line-height: 1.25;
    color: #ffffff;
}

.metab-contact-left-block {
    gap: 32px;
    display: flex;
    flex-direction: column;
}
.metab-contact-left-block-mail-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.metab-contact-left-block-mail-wrap img {
    width: 24px;
    height: 24px;
    display: block;
}

.metab-contact-left-block-mail {
    font-size: 20px;
    line-height: 1.4;
    font-family: "Inter";
    font-weight: 500;
    color: #ffffff;
}

.metab-contact-left-block-description {
    font-size: 20px;
    line-height: 1.4;
    font-family: "Inter";
    font-weight: 500;
    color: #ffffff;
}

/* Fixed wing UAV page */

/*.metab-container-bg {*/
/*        position: relative;*/
/*        padding: 96px 0;*/
/*    }*/

/*.metab-container-bg::before {*/
/*        content: '';*/
/*        position: absolute;*/
/*        inset: 0;*/
/*        background-image: url('../image/texture.jpg');*/
/*        !*opacity: 0.15;*!*/
/*        pointer-events: none;*/
/*        z-index: -1;*/
/*}*/

/*.metab-fw-uav-page-title  {*/
/*    margin-bottom: 8px;*/
/*}*/

.metab-fw-uav-page-description p {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 0;
    color: #111827;
}

.metab-fw-uav-page-description {
    margin-bottom: 64px;
}

.metab-fw-uav-page .uav-wrap {
    padding-bottom: 0;
}