/*@import url:({{template_path}}/fonts/ rosamunda-two.ttf);*/

header {
    background: #ffffff;
    margin-bottom: 1rem;
}

.company {
    font-family: 'Oswald', sans-serif;
}

body {
    background: #ffffff;
    color: #000000 !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: large;
}
footer {
    width: 100%;
    background: #e0e0e0;
    color: #333333;
    padding: 2rem 0 1rem 0;
    margin-top: 2rem;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height:normal;
    text-align: center;


}
footer h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: inline;
    text-transform:uppercase;
    line-height: 0.01rem !important;
}
.footer-text a{
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    line-height:0;
    color: #848c97 ;
    text-transform: none;
    text-decoration: none;
    font-weight: 300 !important;

}
footer .blue2 {
    font-size: 13px;
    color: #d88502;
}

video {
    max-width: 100%;
    height: auto;

}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.img-category {
    min-height: 250px;
}

main {
    background: #f7f7f7;
}

.bw {
    background: #ffffff;;
    padding: 2rem;

}
.blue_block_right{
    width: 130%;
    margin-left: -30%;
    padding: 6rem;
    background: #abe9f6;
    margin-top: 6rem;
}
.blue_block_left {
    width: 130%;
    margin-right: -30%;
    padding: 6rem;
    background: #abe9f6;
    margin-top: 6rem;
}
#carouselSlider1 {
    margin-top: -1rem;
}

.products_kit .products_kit_header {
    text-align: center;
    margin-top: 2rem;
}

.filer_horizontal {
    position: absolute;
    z-index: 9999999;
    top: 50vh;
    height: 100vh;
}
.filter_button {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    width: auto;
}
.filer_body{
    margin-top:20vh !important;
}

.btn-lg {
    font-size: 1.5rem;
}

.btn-warning {
    background: #000000 !important;
    border-color: #000000 !important;
    border: solid 2px #000000 !important;
    color: #FFFFFF !important;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000 !important;
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
    box-shadow: 0 0 0 .25rem rgba(226, 163, 225, .5);
}

label.btn.btn-primary {
    color: #333 !important;
    background-color: #c9c9c9 !important;
    border-color: #c9c9c9 !important;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #333 !important;
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
}

h2 {

    font-size: 2.1rem;
    text-transform: uppercase;
}

h3 {
    font-size: 2.1em;
    text-transform: uppercase;
    text-align: center;
}

h5 {
    text-align: center;
    font-size: 1.5rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}

.bg-light {
    background-color: #ffffff !important;
    z-index: 1;
}

.category_img_item {
    min-height: 275px;
    overflow: hidden;
}
.img_stop {
    width: 100%;
    height: 276px;
    overflow: hidden;
}
/* рейтинг*/

.review_stars_wrap {
    overflow: hidden;
}

#review_stars {
    overflow: hidden;
    position: relative;
    float: left;
}

#review_stars input {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

#review_stars input ~ label i {
    color: #ccc;
}

#review_stars input:checked ~ label i {
    color: #ec9801;
}

#review_stars label {
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

#review_stars label:hover i, #review_stars label:hover ~ label i {
    color: #ec9801;
}

.thumb_img {
    width: 100%;
    height: auto;
    min-height: 275px !important;
    overflow: hidden;
}

.royalSlider {
    width: 100%;
    height: 100vh !important;
}

li.nav-item.red-menu a{
    color:#ee252c !important;
    font-weight: bold;
}


.input-group .input-group-text {
    background-color: #e7f1ff;
}
.input-group .input-group-text i {
    font-size: 1.4rem;
    color: #d88502;
}
.ui-datepicker {
    font-size : 13px !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.dp-highlight .ui-state-default {
    background: #484 !important;
    color: #FFF !important;
}
.btn-cyan, .btn-primary {
    color: #fff;
    background-color: #d88502;
    border-color: #d88502;
}
.btn-cyan:hover, .btn-primary:hover {
    color: #fff;
    background-color: #d88502;
    border-color: #d88502;
}

@media screen and (max-width:800px) {
    .row{
        padding-left:15px;
        padding-right: 15px;
    }

    .img-category {
        height: auto !important;
        width: 100%;
    }
    .img_stop {
        height: auto !important;
    }

    .royalSlider {
        width: 100%;
        height: auto !important;

    }

    h3 {
        font-size: 1.1rem;
    }

    .filer_horizontal {
        position: absolute !important;
        z-index: 9999999;
        top:5rem;
        width: 100%;
    }

    .filter_button {
        text-align: center;
        top:0;
        left: 0;
        position: relative !important;
        text-transform: uppercase;
        font-size: 1.2rem;
        width: 100%;
    }
    .btn-lg {
        font-size: 1.1rem !important;
        width: 100%;
    }
    .filer_body{
        margin-top:0 !important;
    }
    .min_arenda {
        width: 100%;
        position: relative;
        padding: 2rem 0.5rem;
        color: #f1f1f1;
        background: #0c4583;
        border: solid #0c4583 1px;
    }
    .carousel-item.active{
        height: auto;
        min-height: 240px;
        max-height: 240px;
        overflow: hidden;
    }
    h2 {
        font-size: 1.5rem !important;
    }

    .m-5 {
        margin: 0 !important;
    }
    .mt-3{
        margin-top: 1rem;
    }

    .bw {
        padding:5px;
        margin: 0;
    }

    img.rsImg.rsMainSlideImage {
        margin-left: 0 !important;
        width: 100% !important;
        height: auto !important;
    }
    .div.col{
        width: 100% !important;
    }
    .col-auto {
        width: 100% !important;
    }


}

