html{
    scroll-behavior: smooth;
}
body{
    background-color: #f5f5f5;
    color: #373737;
    font-family:'Montserrat', sans-serif;
    font-size: 14px;
}
a{
    color: #373737;
    text-decoration: none;
}
a:hover{
    color: #575757;
    text-decoration: none;
}
p{
    color: #737373;
}
section{
    position: relative;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container{
    max-width: 1250px;
}
.red{
    color: #f40808;
}
/*
** Header
*/
.navigation{
    position: fixed;
    width: 100%;
    z-index: 11;
}
.navbar-brand{
    width: 150px;
}
.logo{
    width: 115px;
}
.navbar {
    padding: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
    padding-right: 30px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #f40808;
}
.snavigation{
    background-color: #373737;
    box-shadow: 0 0 10px rgba(55, 55, 55, 0.3);
}
.snavigation .navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.snavigation .logo{
    animation: logoBlockScrolled 0.2s;
    animation-timing-function: linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -webkit-animation: logoBlockScrolled 0.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
}
.mnavigation{
    background-color: #373737;
    box-shadow: 0 0 10px rgba(55, 55, 55, 0.3);
}
.mnavigation .navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.mnavigation .logo{
    animation: logoBlockScrolled 0.2s;
    animation-timing-function: linear;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -webkit-animation: logoBlockScrolled 0.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-fill-mode: forwards;
}
@keyframes logoBlockScrolled {
    0% {
        width: 115px;
    }
    100% {
        width: 80px;
    }
}
.top-tel{
    font-weight: 700;
    font-size: 16px;
    color: #fff!important;
}
.top-tel img{
    width: 25px;
}
.cart{
    position: relative;
}
.mcart{
    display: none;
}
.cart img{
    width: 25px;
}
.cart .num{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
** Banner
*/
.banner{
    background-image: url(/assets/images/bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    color: #fff;
}
.banner .row{
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.banner .banner-title{
    margin-top: 80px;
    font-size: 52px;
    font-weight: 700;
}
.banner .banner-btitle{
    font-size: 72px;
    font-weight: 900;
}
.banner .banner-list{
    font-weight: 700;
    margin-bottom: 30px;
}
.banner .banner-list img{
    margin-right: 20px;
}
.banner a{
    width: 300px;
    font-weight: 700;
}



/*
** Producer
*/
.producer {
    padding-top: 70px;
    padding-bottom: 70px;
}
.producer-background{
    position: absolute;
    width: 400px;
    top: 50px;
    right: 0;
    z-index: -1;
}
.producer-about-img{
    width: 100%;
    margin-top: 200px;
    border: 1px solid red;
}
.producer .title{
    font-weight: 700;
}
.producer p{
    font-weight: 700;
}
.producer .producer-list{
    margin-top: 50px;
}
.producer .producer-list:first-of-type{
    margin-top: 100px;
}
.producer .producer-list .num{
    font-size: 51px;
    font-weight: 900;
    float: left;
    margin-right: 25px;
    line-height: 40px;
}
/*
** About
*/
.about {
    padding-top: 70px;
    padding-bottom: 70px;
}



/*
** Features
*/
.features {
    padding-top: 70px;
    padding-bottom: 70px;
}
.features .title{
    font-weight: 700;
}
.features .features-nav{
    margin-top: 25px;
    border-bottom: 5px solid #f40808;
}
.features .features-nav a{
    display: inline-flex;
    width: 50%;
    justify-content: center;
    padding: 20px;
    font-weight: 700;
    background-color: #fff;
    color: #f40808;
}
.features .features-nav a:hover{
    background-color: #f40808;
    color: #fff;
}
.features .features-nav .active-feature{
    background-color: #f40808;
    color: #fff;
}
.features .features-items{
    margin-top: 25px;
}
.features .features-item{
    margin-top: 30px;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    width: 100%;
}
.features .features-item h5{
    text-align: center;
    font-weight: 900;
}
.features .features-item .features-img{
    height: 200px;
    margin-bottom: 15px;
}
.features .features-item button{
    border-color: #f40808;
    color: #f40808;
}
.features .features-item button:hover{
    color: #fff;
}
.features .features-item button img{
    width: 16px;
}


/*
** Razliv
*/
.razliv {
    padding-top: 70px;
    padding-bottom: 70px;
}
.razliv .title{
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}
.razliv .title .underline{
    border-bottom: 1px solid #373737;
}
.razliv .row{
    position: relative;
}
.razliv-img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.razliv .razliv-item{
    background-color: #fff;
    padding: 15px;
    margin-bottom: 50px;
}
.razliv .razliv-item h5{
    font-weight: 900;
}


/*
** Razliv
*/
.avantaje {
    padding-top: 70px;
    padding-bottom: 70px;
}
.avantaje .title{
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}
.avantaje h6{
    margin-left: 300px;
    margin-right: 300px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}
.avantaje .avataj-item h4{
    margin-top: 50px;
    margin-bottom: 25px;
    font-weight: 700;
}
.avantaje .avataj-item .num{
    text-align: center;
    font-weight: 900;
    font-size: 250px;
    line-height: 1;
}


/*
** Quality
*/
.quality{
    padding-top: 70px;
    padding-bottom: 70px;
}
.quality h1{
    font-size: 72px;
    font-weight: 900;
}




/*
** Footer contacts
*/
.footer-contact{
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(/assets/images/footer-contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
#map{
    width: 100%;
    height: 500px;
    border-radius: 20px;
}
.footer-form{
    background-color: #fff;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
}
.footer-form h2{
    font-weight: 900;
}
.footer-form input{
    margin-top: 30px;
    background-color: #ebebeb;
    border-color: #ebebeb;
    border-radius: 20px;
    height: 65px;
}
.footer-form button{
    margin-top: 31px;
    border-color: #f40808;
    background-color: #f40808;
    border-radius: 20px;
    font-weight: 700;
}
/*
** Footer contacts
*/
.footer{
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer .footer-logo{
    width: 100px;
}
.footer .footer-link{
    font-size: 24px;
    font-weight: 700;
}
.footer .footer-link img{
    width: 50px;
}

.footer .footer-location {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.footer .footer-location span:first-child {
    margin-right: 10px;
}
.footer .info-email {
    margin-top: 20px;
}

/*
** Copyrights
*/
.copyrights{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #212121;
    color: #fff;
}
.copyrights a{
    color: #fff;
}
.copyrights .author{
    text-align: right;
}

/*
** Cart
*/
#cartModal .modal-dialog {
    width: 40%;
    max-width: 100%;
    margin: 0 0 0 auto;
    position: absolute;
    top: 0;
    right: 0;
}
#cartModal .modal-dialog .modal-content{
    height: 100vh;
    border-radius: 0;
}
.oil-item{
    display: none;
}
.motor {
    display: flex;
}
.cart-list{
    height: 280px;
    overflow-y: scroll;
}
.cart-list::-webkit-scrollbar {
    width: 3px;
}
.cart-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(179, 179, 179, 0.3);
}

.cart-list::-webkit-scrollbar-thumb {
    background-color: rgba(179, 179, 179, 0.3);
    outline: 1px solid rgba(179, 179, 179, 0.3);
}
.cart-list .cart-item{
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
}
.cart-list .cart-img{
    display: inline-block;
}
.cart-list .cart-img img{
    height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cart-list .cart-title{
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}
.cart-list .cart-item-total {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
}
.cart-list .cart-remove {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    cursor: pointer;
}
.cart-list .cart-remove:hover {
    color: #f40808;
}
.cart-total{
    font-weight: 700;
    font-size: 21px;
    float: right;
    padding: 10px;
}
#cartModal .form{
    margin-top: 20px;
    text-align: center;
}
#cartModal .form h3{
    font-weight: 700;
}
.form input{
    background-color: #ebebeb;
    border-color: #ebebeb;
    border-radius: 20px;
    height: 35px;
}
#cartModal .form button{
    font-weight: 700;
    border-radius: 20px;
    background-color: #f40808;
    border-color: #f40808;
    padding-right: 50px;
    padding-left: 50px;
}

#orderModal .modal-body{
    padding: 0;
}
#orderModal .order-title{
    background-color: #f40808;
    color: #fff;
    text-shadow: 0 0 1px #ccc;
    padding: 15px;
    font-size: 21px;
    font-weight: 700;
}
#orderModal .order-title span{
    float: right;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
    font-weight: 900;
}
.order-form{
    background-color: #fff;
    border-radius: 20px;
    margin-top: 0px;
    padding: 15px;
    text-align: center;
}
.order-form input{
    margin-top: 30px;
    background-color: #ebebeb;
    border-color: #ebebeb;
    border-radius: 20px;
    height: 65px;
}
.order-form button{
    margin-top: 31px;
    border-color: #f40808;
    background-color: #f40808;
    border-radius: 20px;
    font-weight: 700;
}
.features-detail{
    margin-top: 10px;
}

.features-detail a{
    font-size: 11px;
    border-bottom: 1px solid #212121;
}
#featuresDetail svg{
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.goods-table .header {
    display: table-header-group;
}
.goods-table ul {
    list-style: none;
    display: table-row;
    height: 40px;
    background-color: #e6e6e6;
}
.goods-table li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    font-size: 0.75em;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
}
.goods-table .header li {
    color: #000;
    font-weight: bold;
    font-size: 0.75em;
}
.img-block{
    text-align: center;
}

.closeModal{
    font-size: 51px;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    line-height: 0.8;
    cursor: pointer;
    z-index: 9;
}

/* Top navbar */
.top-navbar-collapse .top-nav-link {
    white-space: nowrap;
}

.navbar-ro .top-nav-item .top-nav-link {
    padding-left: 0;
    padding-right: 15px;
}

/* Locale */
.mobile-locale {
    display: none;
}

.locale {
    margin-left: 25px;
    color: #fff;
    font-weight: 700;
}

.locale:hover {
    color: #f40808;
}

@media(min-width: 1500px){
    /*
    Before 1337
     */
    .cart-list{
        height: 480px;
        overflow-y: scroll;
    }

    .banner .banner-title{
        margin-top: 0;
    }
    #cartModal input{
        height: 55px;
    }
}




@media(max-width: 1140px){
    /*
    Before 1337
     */
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }
}


@media(max-width: 992px){
    /*
    Before 1337
     */
    .banner {
        background-size: cover;
        background-position: right center;
    }
    #cartModal .modal-dialog {
        width: 80%;
    }
    .producer .producer-list:first-of-type {
        margin-top: 20px;
    }

    .producer .producer-list {
        margin-top: 20px;
    }
    .cart{
        display: none;
    }
    .mcart{
        display: flex;
        margin-top: 17px!important;
    }
}






@media(max-width: 768px){
    /*
    Before 1337
     */
    .razliv-img {
        display: none;
    }
    .quality h1 {
        font-size: 42px;
        font-weight: 900;
    }
    .avantaje h6 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .title{
        font-size: 21px;
    }
    .banner {
        background-image: url(/assets/images/mbg.png);
        text-shadow: 1px 1px #000000;
    }
    .banner .banner-title {
        margin-top: 0;
        font-size: 18px;
    }
    .banner .banner-list {
        font-size: 14px;
    }
    .banner .banner-list img {
        margin-right: 10px;
        width: 20px;
    }
    .producer-background {
        display: none;
    }
    .producer-about-img {
        margin-top: 30px;
    }
    .features {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .avantaje {
        padding-top: 0;
        padding-bottom: 70px;
    }
    .avantaje .title {
        margin-bottom: 10px;
    }
    .avantaje .avataj-item h4 {
        margin-top: 0px;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .avantaje .avataj-item .num {
        margin-top: 0!important;
    }
    .quality-img-small{
        display: none;
    }
    .quality {
        padding-top: 0px;
    }
    .footer{
        text-align: center;
    }
    .copyrights{
        text-align: center;
    }
    .copyrights .author {
        text-align: center;
    }
    .footer .footer-logo {
        margin-bottom: 20px;
    }
    /** Locale */
    .desktop-locale {
        display: none;
    }

    .mobile-locale {
        display: inline;
    }

    .footer .footer-left-block {
        margin-bottom: 30px;
    }

    .footer .footer-location {
        justify-content: center;
    }

    .footer .branch-row {
        margin-bottom: 30px;
    }
}













