/*!
Theme Name: Garage
Theme URI: #
Author: vitali-dev
Author URI: #
Description: Vitali-DEV
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: garage-site
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/

 .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    padding: 15px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.08);
}
.sub-menu {
    display: none;
}
 li:hover .sub-menu {
    display: block;
    transition: .25s ease-in;
}

.sub-menu li a {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 25px;
}
.current-lang {
  color: #fff;
  font-weight: 700;
 }

 .page-btn a:hover {
    color: #000;
 }
 .page-btn a {
    color: #000;
 }
 .icon-nav::after {
    content: "\f107";
    color: #fff;
    font-family: FontAwesome;
}
@media screen and (max-width: 991px) {
    .icon-nav::after {
        content: "\f107";
        color: #000000;
        font-family: FontAwesome;
    }
    .page-numbers {
        min-width: 38px !important;
        height: 38px !important;
        line-height: 38px !important;
        font-size: 15px !important;
    }
    .main-nav {
        top: 130px !important;
    }
    .next {
        display: none !important;
    }
}

.stat-video {
    text-align: end;
}
.contact_2 {
    margin-top: 0px !important;
}

.page-numbers {
    display: block;
    padding: 0 5px;
    min-width: 64px;
    height: 64px;
    line-height: 64px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    margin-left: 10px;
}
.current {
    background: #000;
    border-color: transparent;
    color: #fff;
}

.dots {
border: none;
    font-weight: 400;
    cursor: default;
}
.next {
    padding-right: 25px;
    border: none;
    font-weight: 400;
    font-size: 18px;
}
.pagination a:hover {
    color: #000;
}
.email-form__btn {
    margin-top: 26px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    color: aliceblue;
}
.page-btn--small {
    width: 100% !important;
}
iframe {
    max-width: 100% !important;
}
div.wpcf7-mail-sent-ok {
    color: #ffffff;
}

html :lang(ru) .langue-ua {
    display: none !important;
}
html :lang(uk) .langue-ru {
    display: none !important;
}
.home-img {
    max-height: 600px;
}
.panel-overlay {
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 4;
}
@media screen and (max-width: 991px) {
  .wrapper{
    min-height: 850px;
    height: auto !important;
    margin-bottom: 40px;
  }
}

#ik_payform-wrapper{text-align: center;}
#bingc-phone-button.bingc-phone-button.bingc-language-ru.bingc-show {
    display: none;
}

#bingc-active.bingc-active.bingc-language-ru {
    display: none;
}

.elementor-element.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
.grecaptcha-badge{
visibility:hidden;
}