.footer-dev a {
    color: #fff;
}
.footer-logo {
    display: inline-flex;
}
.footer-logo img, .header-logo img {
    height: 42px !important;
    width: auto;
}

.wpcf7-submit {
    cursor: pointer;
}
html, body {
	height: 100vh;
	height: var(--doc-height);
}

.modal {
    height: 100%;
}
.modal-overlay {
    height: 100%;
}	
.modal-list {
    height: 100%;
}
.footer-link {
    display: inline-flex;
    align-items: center;
    transition: all 0.4s;
}
.footer-link:hover {
    opacity: 0.8;
}
.footer-phone {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    transition: all 0.4s;
}
.footer-phone:hover {
    color: rgb(245 158 11);
}
.footer-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    order: 1;
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
input[type="tel"], .text-phone {
    text-align: right;
    direction: ltr;
}
.text-phone {
    display: inline-flex;
}
.phone-inline {
    margin: 0 10px;
}
.phone-mobile {
    display: none !important;
}
.faq-video {
    display: block;
    width: 100%;
    height: auto;
}
textarea {
    resize: none;
}
.contact-ru input, .contact-ru textarea {
    direction: ltr;
    text-align: left;
}
.contact-ru form  {
    text-align: center;
}
.wpcf7-spinner {
    display: none !important;
}
.ru-modal .modal-close {
    left: auto;
    right: 10px;
}
.lang-li {
    margin-right: 16px;
}
.lang-link {
    font-weight: bold;
    text-decoration: underline;
}
.header-he .lang-li {
    margin-right: 0;
    margin-left: 16px;
}
@media (max-width: 1023px) {
    .phone-mobile {
        display: inline-flex !important;
    }
    .phone-inline {
        display: none !important;
    }
    #topnav .navigation-menu > li > a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .lang-li {
        margin: 0 12px;
    }
}
@media (max-width: 992px) {
    .menu-extras {
        order: 2;
    }
    .header .container {
        justify-content: flex-start;
    }
    .header-list {
        margin-right: auto;
    }
    .lang-li {
        margin: 0 6px 0 0;
        order: -2;
    }
    .header-he .lang-li {
        order: 2;
        margin: 0 6px 0 6px;
    }
    .header-he .header-list {
        margin-right: 0;
        margin-left: auto;
    }
}
@media (max-width: 767px) {
    .footer-list {
        justify-content: center;
    }
    .footer-phone {
        margin-right: 5px;
    }
}
@media (max-width: 576px) {
    .header-btn-wrapper {
        margin-left: 6px;
    }
    .header-btn-wrapper a {
        font-size: 12px !important;
        letter-spacing: 0 !important;
        padding: 6px 8px !important;
    }
    .header-logo {
        margin: 0 6px 0 0;
    }
    .header-he .header-logo {
        margin: 0 0 0 6px;
    }
}
@media (max-width: 340px) {
    .header-btn-wrapper a {
        font-size: 11px !important;
        letter-spacing: 0 !important;
        padding: 6px !important;
    }
}