.languages{
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.languages .language{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #e9e8e8;
    padding: 5px 10px;
    border-radius: 4px;
    color: black !important;
}

.languages .language img{
    width: 30px;
    border-radius: 4px;
}
.form-popup {
    padding: 0rem 5rem 5rem 5rem;
    text-align: center;
}
textarea.form-popup__input{
    border-radius: 3rem;
    margin-bottom: 3rem;
}
textarea.form-popup__input:focus{
    border-radius: 3rem;
}
.icon-social-telegram:before {
    content: "\ea95";
    line-height: 50px;
}
.top-header{
    position:fixed;
    left: 0;
    top:0;
    z-index:999;
    width: 100%;
    background: #000000;
    color: #fff;
}
.top-header .container{
    display: flex;
    justify-content: space-between;
}
.top-header a{
    color: #fff;
}
.top-header ul{
    margin-bottom:0;
    display: flex;
    gap:25px;
}
.top-header ul li{
    display: flex;
    align-items: center;
    gap:5px;
}
.top-header ul li img{
    height: 18px;
}
.telh{
    border-radius: 100px;
    border: 1px solid #7aba19;
    background: none !important;
    color: #7aba19;
    transition: all 0.2s linear;
    cursor:pointer;
}
.telh:hover{
    border: 1px solid #7aba19;
    background: #7aba19 !important;
    color: #fff;
}

#menu-item-3178 .dropdown-menu{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.tablo .tablo--1-ve-3:first-child .contact-info{
    display: flex;
    justify-content: center;
    gap:10px;
    align-items: center;
}
.bg-light{
    top: 20px;
}
textarea.form-control{
    background: none;
}
input.form-control{
    background: none;
}
.modal-footer{
    flex-direction: column;
    align-items: flex-end;
}
.order-form-buttons p{
    display: flex;
    gap: 10px;
}
.order-form-buttons button
{
    height: 40px !important;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #9E4B47;
    border: none;
    padding: 0 50px;
}
.order-form-buttons button[type="button"]{
    background: #9c1e18;
}
.modal-header .btn-close{
    border:none;
    width: 24px;
    height: 24px;
    position: relative;
    background: none;
}

.modal-header .btn-close:before{
    display: block;
    background: black;
    content: " ";
    position: absolute;
    left:0;
    top: 50%;
    width: 100%;
    height:1px;
    transform: rotate(45deg);
}

.modal-header .btn-close:after{
    display: block;
    background: black;
    content: " ";
    position: absolute;
    left:0;
    top: 50%;
    width: 100%;
    height:1px;
    transform: rotate(-45deg);
}

.modal-body input[type]{
    height: 40px !important;
}

aside .telh{
    visibility: hidden;
}

.order-form-buttons .wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index:99999;
    transform: translate(-50%, -50%);
    margin:0;
}

.pagelayer-row-stretch-auto > .pagelayer-row-holder{
    max-width: 100% !important;
}

.pagelayer-cta-ribbon{
    display: none !important;
}

.contact-link{
    color: #000 !important;
    border: none !important;
    font-size: 20px !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
}

.modal{
    background-color: rgba(255, 255, 255, 0.1);
}

.wpcf7-response-output, .pagelayer-message-box{
    display: none !important;
}

.pagelayer-shortcodes-container .form-popup{
    padding: 0 !important;
}
.pagelayer-shortcodes-container .callbackform{
    box-shadow: none;
}

.or {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.col-lg-3 .dep .or{
    display: block;
}

.wp-post-image{
    height: auto !important;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.post-kutu{
    height: 100%;
}

.dropdown-menu .menu-item-has-children::after{
    content: "";
    width: 6px;
    height: 6px;
    display:block;
    border-top: 2px solid black;
    border-right: 2px solid black;
    position: absolute;
    top:50%;
    right: 15px;
    transform: rotate(45deg) translateY(-3px);
}

.footer-info.cce{
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.footer-info.cce .footer-phone{
    display: flex;
    align-items: center;
    gap:10px;
}
.footer-info.cce .footer-phone a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}
.footer-info.cce .footer-phone a:hover{
    text-decoration: underline;
}
.footer-info.cce .footer-phone img {
    height: 18px;
}

.footer-info.cce .footer-phone .phone-icon{
    width: 50px;
}

.footer .footer-social{
    margin-top: 0;
}

.footer-copyright{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:30px;
    flex-wrap: wrap;

}

.footer-copyright a {
    font-size: 16px;
}

.footer .copyright{
    width: auto;
    margin-top: 0 !important;
}

.footer-payments{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-payments img{
    height: 64px;
    object-fit: contain;
}

.page-header{
    height: 700px;
    display: block;
}

.page-header div{
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.page-header div.col-12{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.page-header div.col-12:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}

.page-header .container p, .page-header .container h2{
    text-align: center;
    position: relative;
    z-index: 3;
}

.header-schedule{
    display: flex;
    gap:15px;
}

.schedule-times{
    display: flex;
    flex-direction: column;
}

.navbar .site-menu ul{
    margin-right: auto;
}

@media(max-width: 1180px){
    aside .telh{
        visibility:visible;
    }
}

@media(max-width: 767.98px){
    .top-header .container{
        flex-direction: column;
        align-items:center;
    }
    .top-header ul{
        flex-wrap:wrap;
    }
    .bg-light{
        position: static;
        top:0 !important;
    }
    .top-header{
        position: fixed;
        top:0;
        left:0;
        width: 100%;
    }

    .bg-light {
        position: fixed !important;
        top: 50px !important;
    }

    .modal{
        padding-top: 15px;
    }
}
@media(max-width: 400px){
    .top-header ul:last-child{
        flex-direction:column;
        align-items:center;
        justify-content: flex-start;
        gap:0px;
    }
}