/*
Theme Name: Drone
Author: Drone
Text Domain: drone
Version: 1.0.1
Requires at least: 6.5
Requires PHP: 8.2
*/

@charset "UTF-8";
* {
    box-sizing: border-box;
}

html {
    height: 100%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html, body, figure {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}
a:hover{
    opacity: .8;
}

small {
    font-size: 80%;
}

img {
    max-width: 100%;
    border: 0;
    height: auto;
}

address {
    font-style: normal;
}

button,
input,
optgroup,
textarea {
    border: 0;
    background: none;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, ol {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

td, th {
    padding: 0;
}

p {
    margin: 0;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input::-ms-clear {
    display: none;
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.btn:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

input[type="data"]::-webkit-clear-button {
    display: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

*[hidden] {
    display: none !important;
}
.wrapper {
    /*overflow: hidden;*/
}
.container{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
}
header{
    position: relative;
    padding: 15px 0;
    background: #d5d5d72b;
    z-index: 5;
}
header .container{
    padding-top: 0;
    padding-bottom: 0;
}
.header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top{
    text-align: right;
    background: #efe4ca59;
}
.header-top .container{
    padding: 10px 20px;
}
.header-top a{
    font-size: 14px;
    color: #211f20;
}
nav.menu ul li{
    display: inline-block;
    padding: 0 5px;
}
nav.menu li a{
    font-size: 16px;
    font-weight: 600;
    color: #292c28;
}
@media screen and (max-width: 640px){
    nav.menu .menu{
        display: none;
    }
    nav.menu::before{
        display: block;
        height: 40px;
        width: 40px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAaElEQVR4nO3WQQqAMAxE0Z5mOrmJev91C+I96l4QXUmw/0H2ySLwSwEAAIlExGa72x7JpktaHw+ote4Jlh03c/z/AEmr7ZZg2XGZJml5/QsAgDkFLWRayLQQAGBaQQuZFjItBAAAyidO7NqzomZsYBsAAAAASUVORK5CYII=) no-repeat 50% 50%;
        background-size: contain;
        content: '';
    }
    nav.menu:hover .menu{
        position: absolute;
        width: 100%;
        top: 76px;
        left: 0;
        display: block;
    }
    nav.menu>ul{
        padding: 20px;
        background: #211f20;
    }
    nav.menu ul li{
        display: block;
        width: 100%;
        font-size: 24px;
        line-height: 1.6;
    }
    nav.menu .pll-parent-menu-item li{
        display: inline;
    }

    nav.menu li a{
        color: #d5d5d7;
    }
    .logo img{
        width: 80px;
        height: auto;
    }
}
.banner{
    position: relative;
    padding: 30px 0;
    color: #f7ce46;
    text-align: center;
    background: #211f20 url(assets/img/banner.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.banner .block-descr{
    margin-left: 0;
    max-width: 700px;
    text-align: left;
}
.banner>*{
    position: relative;
    z-index: 2;
}
.banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #211f20;
    opacity: .7;
    z-index: 1;
}
.banner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,  rgba(33,31,32,0.8) 0%,rgba(0,0,0,0) 100%);
    z-index: 1;
}
.banner h1{
    font-size: 36px;
    font-weight: 200;
}
.banner p{
    color: #eee;
    font-size: 24px;
    line-height: 1.5;
}
@media screen and (max-width: 640px){
    .banner .container{
        padding: 0 20px;
    }
    .banner p{
        font-size: 20px;
    }
}
.btn{
    display: inline-block;
    min-width: 100px;
    margin-top: 30px;
    padding: 15px 25px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    background: #f7ce46;
    border-radius: 30px;
}
section p{
    margin-bottom: 15px;
    line-height: 1.6;
}
section p a{
    color: #f7ce46;
}
.slider{
    background: #efe4ca59;
}
.slider h3 a{
    color: #313730;
}
.more{
    display: inline-block;
    min-width: 100px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
    background: #f7ce46;
    border-radius: 30px;
    margin: 0 auto;
}
.products-wrapper{
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    gap: 20px;
}
@media screen and (max-width: 640px){
    .products-wrapper {
        grid-template-columns: 100%;
    }
}

.products-page,
.contact-us-page{
    min-height: calc(100vh - 49px - 59px);
}
.products-wrapper .item{
    text-align: center;
}
.products-wrapper .item img{
    border-radius: 8px;
}
.products-wrapper h3 a{
    color: #313730;
}
.product-single-page article{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.product-single-page .sticky{
    position: relative;
    width: 40%;
}
.product-single-page .sticky .slider{
    position: sticky;
    top: 20px;
}
.product-single-page .content{
    width: 60%;
    padding-left: 30px;
}
.product-single-page .content table,
.product-single-page .content .wp-block-table table{
    margin-bottom: 30px;
}
.product-single-page .content table:last-child,
.product-single-page .content .wp-block-table table:last-child{
    margin-bottom: 0;
}
.product-single-page .content thead{
    color: #fefefe;
    background: #282828;
}
.product-single-page .content th{
    padding: 10px 5px;
    text-align: left;
}
.product-single-page .content th:first-child{
    width: 50%;
}
.product-single-page .content tr{
    border-bottom: 1px solid #ccc;
}
.product-single-page .content tr:nth-child(even){
    background: #d5d5d72b;
}
.product-single-page .content td{
    padding: 10px 5px;
}
.product-single-page .content ul{
    list-style: disc;
    margin-left: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.4;
}
.product-single-page .content ul ul{
    margin: 5px 0 0 0;
    list-style: circle;
}
.product-single-page .content li{
    margin-bottom: 5px;
}
@media  screen and (max-width: 640px){
    .product-single-page article{
        flex-direction: column;
    }
    .product-single-page .sticky{
        width: 100%;
    }
    .product-single-page .content{
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
}
.contact-us-page{
    text-align: center;
}
.contact-us-page form{
    margin-top: 30px;
}
.contact-us-page .input-wrapper{
    max-width: 500px;
    margin: 0 auto 20px;
}
.contact-us-page input:not([type="submit"]),
.contact-us-page textarea{
    display: block;
    width: 100%;
    padding: 0 16px;
    line-height: 60px;
    background: #F4F5F7;
    box-shadow: inset 0 -2px 0 -1px rgba(24, 26, 31, 0.6);
}
.contact-us-page textarea{
    height: 150px;
}
.contact-us-page .btn{
    min-width: 200px;
    display: block;
    margin: 15px auto;
    cursor: pointer;
}
.contact-us-page form .wpcf7-not-valid-tip{
    margin-top: 4px;
    font-size: 12px;
    text-align: left;
}
.short_descr{
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 15px;
}
footer{
    padding: 15px;
    background: #211f20;
    color: #f7ce46;
}
footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapper-social_links li{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 8px;
}
@media screen and (max-width: 640px){
    footer .container{
        flex-direction: column;
    }
    .wrapper-social_links{
        margin-top: 20px;
    }
}
.slick-arrow{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAC4klEQVR4nO1ZvWsUURBf1FOw9KPw8584FCNIQG/mrkh7KFrYxT8hksbO2KskamMdUYsYGwshhaLszBE5GztjTGES0eC9d6fFymwgZy577r23bz+UG3iwsDD7m8/3m1nPG8pQhpJYgtn6bkXVEcWVSc3wWBG81wRfFeNPOeEzQTN8x5XJll85EwQ3dnl5i3qLJzTDLU24rBkDo0PwSRNMtRZrxzMHvsG1w4rxniLoGAPvOYqgoximN/zRQ5mAV4yXNcF6UuARZ00RXEoNeOCXS4rwQQrAg20RYZyRbzkGP7ZfET5PG7zeSiucl2+69Hxm4HW3Nl4EzfrexAZkkTa6bzrBdDLwDbySF3jdTaeLVuC/v7lwUDOu5m2AJli3arHS5x0AeNJqnD/Wq1sTjhtG4a4ReLkdHVxSr4MPtX07HCOUg6BtZgB0lF85ObABIT1IBB5WWlQ52qv3h189Iu8sU2lqIPBCskKeYlt0QuD86rkdev1ySTMs2NcCLgtpjDVAQpyw6K6lVVOtBp6ONyCkxJbeJ7gfpdO0aHX/6F6PNUA6R95Fq/un0aP4CISDRwGKliMj8C4+AoZUWTH+Uoxne/UIj9EMr1yB15tndZAImPV/wtkUL8Jgm7MI2v+/Adomhag6UqQUaporhhUp2GIUMbtto7JCybaNsv1FpgkfRuuEq25qACdiDRCPJfTSeGpUgmunBiNzDEuFI3OMHwfe5gl1Teitz86LmvCmV4SBxqaoFUE7arL7q8hGwMlIGbH7NB4pGW57pvKtiQcKMdQzrlnvTWVXmbcBqgF1K/BbRjDO5Aae8Y6XVGQO1QRPMwdP8Cx4ObonsQF/LHfns/M8zDlb7naNKJccdabYtAlceT5KZFeZSnci+JK4YE32prLuc8EyFUFb+ry0bS9rkdtxk3bYcCdYEnpgfMOmIUKyZOkkexvh7DJ4yGQX7jSFksgzw2L4jnBCWGUhfrMOZSjevy+/AXr1TwwGGJLwAAAAAElFTkSuQmCC) no-repeat 50% 50%;
    background-size: contain;
    z-index: 5;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
}
.slick-prev{
    left: 8px;
}
.slick-next{
    right: 8px;
    transform: rotate(180deg);
}
.slick-slide{
    position: relative;
}
.slider-nav img{
    max-height: 88px;
    max-width: 100%;
    width: auto;
    margin:  0 auto;
}
.slider-nav .slick-slide::before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: #fff;
    opacity: .4;
}
.slider-nav .slick-current::before{
    opacity: 0;
}
.slider-for{
    padding-bottom: 20px;
}
.slider-for img{
    max-height: 330px;
    max-width: 100%;
    margin:  0 auto;
    display: block;
}
.pll-parent-menu-item{
    position: relative;
}
.pll-parent-menu-item .sub-menu{
    position: absolute;
    top: 20px;
    left: 0;
    display: none;
}
.pll-parent-menu-item:hover .sub-menu{
    display: block;
}
@media screen and (max-width: 640px){
    .pll-parent-menu-item .sub-menu{
        position: relative;
        top: 0;
    }
}
.video{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}
.video .group::before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
}
.grecaptcha-badge{
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}