
.bw {
    background: #f7f7f7;
    padding: 2rem;
    margin: 1rem 0;
    border-radius: 6px;
}

body {
    background: #fff;
    /*font-weight: 300;*/
}

.slider_top {
    position: relative;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    vertical-align: center;
}

.slider_top_bank_wrapper {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 400px;
}
.slider_top_bank {
    z-index: 10;
    width: 100%;
    right: 0px;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    border-radius: 10px;
}
.slider_top_bank h4 {
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

.slider_top_bank img {
    /*padding: 0 20px;*/
}

.btn, .form-control {
    border-radius: 6px !important;
}

/*#carouselSlider1 {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    max-height: 90vh;*/
/*    overflow: hidden;*/
/*}*/
.carousel-caption {
    position: absolute;
    top: 15%;
    left: 0;
    padding: 6%;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 50% !important;
    /*overflow: hidden;*/
    background: rgba(0, 0, 0, 0.6);
}
.carousel-item img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", Roboto, serif;
    font-weight: 700;
    color: #1d8dad;
}

h5 {
    font-size: 2rem
}

h5.card-title-category {
    font-size: 1.8rem;
    font-weight: 600;
}

h5.card-title {
    font-size: 1.6rem;
    font-weight: 600;
}

h5.slide_big_text {

}

b.fs18px.form-title {
    font-size: 1.8rem;
}

p.slide_small_text {
    font-size: 1.5rem;
}

b.text-center {
    text-align: center !important;
}

h2 {
    font-size: 2.2rem;
    text-transform: none;
}

h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0 !important;
}

.sw-app-head {
    font-size: 1.2rem;
    text-transform: uppercase;
}

.slider__caption {
    font-weight: normal;
    margin: 2rem 0 1rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: none;
    font-size: 1.3rem;
}


.product-price {
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;

}

.product_img {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow: hidden;
}

h4 {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: normal;
    font-family: 'Oswald', sans-serif;
}

.btn.btn-cyan, .btn.btn-cyan:hover, .btn-primary, .btn-primary:hover {
    background: #1d8dad;
    border: #1d8dad solid 1px;
    color: #FFFFFF !important;
}

.btn.btn-warning.btn-lg {
    background: #1d8dad !important;
    border: #1d8dad solid 1px !important;
    color: #FFFFFF !important;
}

.btn.btn-warning.btn-lg:hover {
    background: #0da2cc !important;
    border: #0da2cc solid 1px !important;
    color: #FFFFFF !important;
}

a {
    color: #1d8dad;
}

a:hover {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 0.7rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 600;
}

.h1, h1 {
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
}

.fs11 {
    font-size: 13px;
    font-weight: 500;

}

.badge-position {
    position: absolute;
    width: auto;
    text-align: right;
    right: 0;
    z-index: 2;
}

.badge-sale {
    position: relative;
    display: block;
    background: #ee252c;
    color: #FFFFFF;
    padding: 0.25rem 0.5rem;
    margin: 0.3rem 0.5rem;
    border-radius: 6px;
}

button.btn.btn-sm.text-light.arrow_box:hover {
    position: relative;
    z-index: 9 !important;
    background: #000000;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ededed;
}


footer {
    font-size: 0.8rem;
}

footer p {
    line-height: 0.8rem;
}

.carousel-inner.product_img {
    position: relative;
    width: 100%;
    height: 228px;
    overflow: hidden;

}


@media all and (max-width: 800px) {
    .fs11 {
        font-size: 11px;
        font-weight: bold;
        text-align: center;
    }

    .catalog-cards {
        margin-bottom: 3rem;
    }

    .rsVideoContainer {
        width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
        margin-top: 0% !important;
    }

    .carousel-item.active {
        height: auto;
        min-height: auto;
        max-height: 240px;
        overflow: hidden;
    }

}