.rounded-10{
    border-radius: 10px;
}
.breadcrumb{
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb-item+.breadcrumb-item::before{
    font-size: 10px;
    padding-top: 2px;
}
.link-search{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.link-search:hover{
    background-color: #edfafe;
}
.stellarnav{
    border: none;
}

#ajax-search{
    display: none;
}
body{
    font-family: 'Poppins', sans-serif;
}
.btn:focus{
    box-shadow: unset !important;
}
.bg-primary{
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    
}
.btn-outline-primary{
    border: 1px solid #3875d7 !important;
}
.btn-primary, .btn-outline-primary:hover, .btn-outline-primary:active{
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    border: 1px solid transparent !important;
    color: #fff !important;
}

.text-primary{
    color: #3875d7 !important;
}
.btn-outline-primary{
    color: #3875d7;
    border-color: #3875d7;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
    color: #3875d7;
}
#navbarSupportedContent .dropdown-menu{
    z-index: 4;
}

.bg-rgba-white{
    background-color: rgba(255,255,255, .5);
}

.bg-rgba-card{
    z-index: 0;
}
.bg-rgba-card > *{
   z-index: 1;
   position: relative;
}
.bg-rgba-card::after{
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, .7);
}

.bg-rgba-primary{
    position: relative;
}
.bg-rgba-primary::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(37 47 111 / 60%);
    z-index: 1;
}
.bg-rgba-primary .container-xl, .bg-rgba-primary .h5{
    position: relative;
    z-index: 2;
}

.bg-rgba-black{
    position: relative;
}
.bg-rgba-black::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .7);
    z-index: 1;
}
.bg-rgba-black .container-xl, .bg-rgba-black .h5{
    position: relative;
    z-index: 2;
}

.btn-dashed-white{
    border-bottom: 1px dashed rgba(255,255,255, .5);
    color: #fff;
    font-size: 12px !important;
}

.text-dashed-white{
    border-bottom: 1px dashed #fff;
}
.pointer{
    cursor: pointer;
}
.slide-custom{
    position: relative;
}
.slide-custom::after{
    content: "";
    position: absolute;
    top: -37%;
    left: -7%;
    width: 51%;
    height: 160%;
    transform: rotate(26deg);
    background-color: rgb(37 47 111 / 53%);
}

.list .card{
    border-radius: 0;
    box-shadow: 0px 0px 1px 6px rgb(255 255 255 / 30%);
}
.logo__text{
    font-size: 14px !important;
}
.menu-item{
    font-size: 14px;
}
.bg-fog{
    background-image: linear-gradient(67.65deg, rgba(233, 244, 251, 0.79) 30.45%, rgba(233, 244, 251, 0.38) 74.67%);
}
.fog {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-image:url('../img/msk.jpg');
    background-size:cover;
}
.fog .container-xl{
    position: relative;
    z-index: 3;
}
.fog::before,
.fog::after,
.fog > div::before, 
.fog > div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
}
.fog > div::before, 
.fog > div::after    {
    left: 100%;
}
.fog::before, 
.fog > div::before {
    background-image: url("../img/fog-1.png");
    animation: fogmove 20s linear 0s infinite;
}
.fog::after, 
.fog > div::after {
    background-image: url("../img/fog-2.png");
    animation: fogmove 10s linear 0s infinite;
}
@keyframes fogmove {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}
.price_akkred {
    color: red;
}

h5, .h5{
    font-size: 1.1rem!important;
}



@media screen and (max-width: 768px){
    h1, .h1{
        font-size: 24px !important;
    }
    h2, .h2{
        font-size: 22px !important;
    }
    h3, .h3{
        font-size: 20px !important;
    }
    h4, .h4{
        font-size: 18px !important;
    }
    h5, .h5{
        font-size: 22px !important;
    }
    h6, .h6{
        font-size: 12px !important;
    }
}