img.icon-store-type{
    display: inline;
    width: auto;
    height: 20px;
}
header .btn.btn-lang {
    background-color: var(--light-blue);
    border: 1px solid var(--primary);
    border-radius: 50px;
    margin-top: 2%;
    font-size: 0.6em;
    color: #333;
}
#slider.landing-slider{
    background-color: #eff8fe;
    background-image: url('/../../../landing-page/img/slider-a.jpg'); 
    background-position: center top; 
    height:800px;
    background-size: cover;
    background-repeat: no-repeat;
}
.button-desc.button-theme1 {
    color: #fff !important;
    background-color: #273649 !important;
}
.button-3d.button-theme1 {
    box-shadow: inset 0 -3px 0 rgb(39, 54, 73 / 80%);
}
.button.button-theme1:not(.button-fill):hover {
    background-color: #273649 !important;
    color: #FFF !important;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgb(39, 54, 73 / 20%);
}
.text-theme{
    color:#f3743a;
}
#partners .container{
    margin: 100px auto 200px;
}
.pricing--tashi .pricing--item {
    background: #273649;
}
#footer .footer-widgets-wrap {
    padding: 40px 0;
}
.lang-link{
    padding: 10px !important;
    border: #f3743a 1px solid;
    border-radius: 15px;
    color: #f3743a;
}
.mfp-content{
    text-align: right !important;
}