.language-menu .menu-item.wpml-ls-item > a,
.page-template-first-page .mobile-menu-modal .language-menu .menu-item.wpml-ls-item > a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    color: #274E89;
    gap: 10px;
}
.page-template-first-page .language-menu .menu-item.wpml-ls-item > a {
    color: #fff;
}
.page-template-first-page .language-menu li .sub-menu { 
    background: transparent;

}
.page-template-first-page .language-menu .menu-item.wpml-ls-item > a::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='5' viewBox='0 0 11 5' fill='none'><path d='M5.5 5L10.6962 0.5H0.303848L5.5 5Z' fill='%23ffffff'/></svg>");
}


.language-menu .menu-item.wpml-ls-item > a::after,
.mobile-menu-modal .language-menu .menu-item.wpml-ls-item > a::after {
    content: "";
    display: flex;
    background-image: url(../img/arrow.svg);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='5' viewBox='0 0 11 5' fill='none'><path d='M5.5 5L10.6962 0.5H0.303848L5.5 5Z' fill='%23274E89'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 6px;
    flex: 0 0 12px;
}
.language-menu.active .menu-item.wpml-ls-item > a::after {
    transform: rotate(180deg);
}
.language-menu .menu-item.wpml-ls-item .menu-item a::after {
    display: none;
}
.language-menu li {
    list-style-type: none;
    position: relative;
}
.language-menu li .sub-menu {
    display: none;
    margin: 0;
    position: absolute;
    top: 105%;
    left: 0;
    background: #fff;
    padding: 5px 0 5px 0;
}
.language-menu.active li .sub-menu {
    display: block;
}
.language-menu li .sub-menu li {
    padding-top: 10px;
}
.btn-filter {
    height: 80px;
    line-height: 80px;
}
.site-header .header-panel .panel-item {
    text-transform: uppercase;
}
.management-block.section {
    border-bottom: none;
}
.contacts-page-content .managment-box .item:last-of-type {
    border-bottom: none;
}
.services-block .post {
    min-height: 350px;
    transition: 0.3s ease;
}
.services-block .post .text {
    display: none;
}
.services-block .post:hover .text {
    display: flex;
}
.site-header .header-panel {
    height: 100vh;
    position: fixed;
    border-right: 1px solid #fff;
}
.site-header .header-panel .panel-item {
    border-left: none;
}
.modal.cart-modal .modal-header .block-title {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
}
.header-btn,
.search-button-box {
    cursor: pointer;
}
.site-header .header-primary .search-button-box .btn-open-search {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.account-page .tab-content .form-item label input {
    padding: 10px 24px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 50%;
}
.about-block .content-box .container .right-side video {
    width: 100%;
    height: auto;
}
.woocommerce-checkout-review-order {
    position: sticky;
    top: 0;
}
.form-block .form-item {
    position: relative;
}
.form-block .form-item .wpcf7-spinner {
    width: 24px;
    top: 13px;
    right: 0;
}
.checkout-block .container form .content-box > .left-side .woocommerce-billing-fields .form-box {
    order: 0;
}
.checkout-block .container form .content-box > .left-side .woocommerce-billing-fields .form-box.woocommerce-billing-fields__field-wrapper {
    order: -1;
}
.modal-box {
    padding: 50px 0;
}
.modal.cart-modal .cart-content-wrapper .cart-content {
    overflow-y: auto;
}
.modal.cart-modal {
    max-height: 100%;
}
.modal-box {
    padding: 50px 0;
}
.checkout-block .container {
    flex-direction: column;
}
.product-info-block .container .left-side .thumbs-gallery-slider .swiper-wrapper .swiper-slide {
    cursor: pointer;
}
.my-account-content .edit-account .submit-box .btn-logout {
    border: 1px solid #F00;
    background: #FFE0E0;
    color: #F00;
    font-weight: 500;
}
.my-account-content .edit-account .submit-box .btn-logout:hover {
    background: #F00;
    color: #fff;
}
.cart-content .cart-item .name-box .product-title {
    white-space: normal;
}
@media (max-width: 1400px) {
    .checkout-block .container form .content-box .invoice-box {
        padding: 36px;
    }
}
@media (max-width: 1366px) {

}
@media (max-width: 1200px) {
    .modal.cart-modal .modal-header .block-title {
      font-size: 36px;
      line-height: 46px;
    }
    .checkout-block .container form .content-box .invoice-box {
        padding: 24px;
    }
}
@media (max-width: 1024px) {
    .modal.cart-modal .modal-header .block-title {
        font-size: 32px;
        line-height: 42px;
    }
    .my-account-content .edit-account .form-box .form-item-row .form-item input::placeholder {
        font-size: 14px;
        line-height: 24px;
    }
    .header-primary .left-side .logo-box {
        margin-left: 0;
    }
}
@media (max-width: 800px) {
    .services-block .post {
        min-height: auto;
    }
    .posts-box .post:last-of-type {
        border-bottom: 0;
    }
}
@media (max-width: 768px) {

}
@media (max-width: 600px) {
    .modal.cart-modal .modal-header .block-title {
        font-size: 24px;
        line-height: 34px;
    }
    .my-account-content .woocommerce-MyAccount-content .orders-tab.no-orders .container {
        text-align: center;
        padding: 80px 24px;
    }
}
@media (max-width: 576px) {
    .catalog-block .content-box .posts-box .product .top-part .product-name {
        min-height: 72px;
    }
    .catalog-block .content-box .posts-box .product.category-item .top-part .product-name {
        min-height: auto;
    }
    .modal.cart-modal .woocommerce-mini-cart__total .buttons-panel .total-box {
        gap: 12px;
        flex-direction: column;
    }
}



@media (max-width: 414px) {

}