
.filter-window{
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-footer-window , #main-footer-mobile{
    background: #F9FAFF;
}


#main-footer-window .footer-body .text-small{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #828282;
}
.footer-content{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #333333;
}

.itmes-center{
    display: flex;
    justify-content: center;
    align-items: center;
}



.register{
    display: flex;
}

.register .btn {
    border-radius: 8px;
    margin-left: 15px;
}

.register .favorit {
    width: 45px;
    height: 45px;

    background-color: #fff;
    border: 1px solid #244AA5;
    border-radius: 8px;

    display: flex;
    justify-content: center;
    align-items: center;
}


/* default */
.font-14{
    font-size: 14px;
}


.change-lang-box{
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;

    position: relative;
    cursor: pointer;
}

.change-lang-box .icon{ 
    width: 35px;
    height: 35px;
}

.change-lang-box .select-option{
    position: absolute;
    background-color: #fff;
    width: 100px;
    display: none;
    flex-direction: column;
    top: 105%;
    border-radius: 10px;

    z-index: 100;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.change-lang-box .select-option .options{
    padding: 5px;
    cursor: pointer;
}

.change-lang-box .select-option .options:not(:last-child){
    border-bottom: 1px solid #c4c4c4;
}

.change-lang-box .selected-lang{
    display: flex;
    align-items: center;
}



.change-lang-box-mobile{
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;

    position: relative;
    cursor: pointer;
}

.change-lang-box-mobile .icon{ 
    width: 35px;
    height: 35px;
}

.change-lang-box-mobile .select-option{
    position: absolute;
    background-color: #fff;
    width: 100px;
    display: none;
    flex-direction: column;
    top: 105%;
    border-radius: 10px;

    z-index: 100;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.change-lang-box-mobile .select-option .options{
    padding: 5px;
    cursor: pointer;
}

.change-lang-box-mobile .select-option .options:not(:last-child){
    border-bottom: 1px solid #c4c4c4;
}

.change-lang-box-mobile .selected-lang{
    display: flex;
    align-items: center;
}


.brand-mobile , #main-footer-mobile , .filter-mobile , .header-button-moblie , .change-lang-box-mobile{
    display: none;
}


.window-picture{
    display: block;
}

.mobile-picture{
    display: none;
    object-fit: cover;
}




@media screen and (max-width: 992px) {

    .carousel-caption button{
        padding: 10px 20px !important;
    }

    .font-md-30{
        font-size: 30px !important;
    }
    .font-md-12{
        font-size: 12px !important;
    }
    .font-md-14{
        font-size: 14px !important;
    }



    /* hide when mobile mode */
    .navbar-brand , .filter-window ,  #main-footer-window , .change-lang-box , .window-picture{
        display: none;
    }



    .nav-hamberger{
        display: flex;
    }
    .nav-hamberger>.brand-mobile{
       display: block;
       margin-left: 10px;
    }
    .filter-mobile , #main-footer-mobile , .header-button-moblie , .change-lang-box-mobile , .mobile-picture{
       display: block;
    }

    
  }