.header__main {
    background: #000;
    border: 0px !important;
}

.header__main NAV {
    background: transparent;
    top: 50%;
    left: 0px;
    transform: translate(0px, -50%);
}

.header__main NAV A {
    color: #FFF;
    text-transform: inherit;
    font-family: 'sansregular', sans-serif;
    font-size: 1.15em;
}

.header__main NAV A:hover {
    color: #03a9f4;
}


@media screen and (max-width: 1780px) {
    .header__main NAV A {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 1460px) {
    .header__main NAV A {
        font-size: 1em !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}



@media screen and (max-width: 768px) {
    .product__category .product__category__image {
        margin-bottom: 0px;
    }
}

.header__main .inner, .benefits .inner {
    width: 100% !important;
    max-width: 100%;
}

.header__main .inner {
    height: 80px;
}

.header__main .header__actions {
    margin-right: 0px;
}

.benefits {
    background: #FFF;
    color: #000;
}
.benefits__text {
    display: flex;
    align-items: center;
}

.benefits__item P, .benefits__item A {
    color: #000;
    font-size: 18px;
    font-family: 'sansbold', sans-serif;
    text-transform: lowercase;
}
.benefits__item {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 2px;
    text-align: right;
    flex-basis: auto;
    -webkit-flex-basis: auto;
    max-width: none;
}

.benefits .header__logo {
    display: block;
    width: 260px;
    padding: 20px;
    margin-bottom: 12px;
}

.product__inner {
    box-shadow: inset 0 0 0 1px #e9e9e9;
}

.product__inner H2 SPAN {
    box-shadow: inset 0 0 0 0px #000;
    padding: 0px 20px 0px 20px;
}

.product.product__category .product__inner H2 {
    font-size: 1.85em;
}


.product__category__image {
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 20px;
    text-align: center;
}

.product__category__image IMG {
    height: auto;
    width: 100%;
    max-width: 100%;
    max-width: 300px;
}

.product__category__image IMG {
    height: auto;
    width: 100%;
    max-width: 100%;
    max-width: 300px;
}

.product__category .product__inner:hover .product__category__image IMG {
    height: auto;
}
.product__category .product__inner:hover H2 SPAN {
    background: transparent;
    box-shadow: none;
    padding-left: 20px;
}

.product__category .product__inner:hover H2 {
    color: #000;
}

.product__category .product__inner P, .product__category .product__inner:hover P {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product__category .product__inner:hover .product__category__image {
    margin-bottom: 0px;
}

.product__category .product__inner P.product__inner--links, .product__category .product__inner:hover P.product__inner--links {
    padding-top: 0px;
    padding-bottom: 20px;
}



.product__inner--text__set_flex {
    flex: 1;
}

.product__inner--links A {
    color: #03a9f4;
    display: block;
    padding: 5px 0px;
}
.product__inner--links A:last-of-type {
    font-family: 'sansbold', sans-serif;
    padding-bottom: 0px;
}


.product__inner--links A:hover {
    text-decoration: underline;
}


.rs_2023__gap {
    display: block;
    position: relative;
    padding-top: 138px;
}
.rs_2023 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.banner_grid {
    display: inline-flex;
    gap: 40px;
    flex-direction: column;
    align-items: center;
}
.banner_text H1 {
    font-size: 4em;
    font-family: 'sansbold', sans-serif;
}
.banner_text H1, .banner_text P {
    color: #FFF;
}
.banner_text P {
    font-size: 1.1em;
}
.banner_text H4 {
    font-size: 2em;
    color: #03a9f4;
}

.rs_btn {
    margin-top: 20px;
    font-family: 'sansregular', sans-serif;
    background: #03a9f4;
    color: #FFF;
    font-size: 1em;
    cursor: pointer;
    padding: 14px 35px 14px 35px;
    display: inline-block;
}

.banner_grid img, .banner_small_blok img {
    max-width: 100%;
}

.banner_small_blok A {
    display: inline-block;
}



@media screen and (min-width: 1080px) {
    .banner_grid {
        flex-direction: row;
    }
    .banner_big {
        width: 66%;
        display: inline-block;
        margin-bottom: 0px;
    }
    .banner_small_blok {
        width: 33%;
        display: inline-block;
    }

    .banner_small_blok A:first-child {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .banner_small_blok {
        gap: 14px;
    }
    .banner_grid {
        gap: 10px;
    }
    .rs {
        padding-top: 155px;
        padding-bottom: 20px;
    }
}

.h3_new2023 {
    text-align: center !important;
    font-size: 2em;
}
.h3_new2023 SPAN:after {
    content: "";
    display: none;
}

.rs_banner {
    padding: 60px 0px;
    background-color: #4B4B4B;
    text-align: center;
    color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.rs_banner FORM {
    display: flex;
    padding: 20px 0px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.rs_banner input {
    padding: 12px 16px;
    background-color: #D9D9D9;
    width: 200px;
    font-size: 14px;
    line-height: 17px;
    box-shadow: none;
    border: 0px !important;
    color: #3A3A3A;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rs_banner input::placeholder {
    background-color: #D9D9D9;
}

.rs_banner button {
    outline: none;
    font-family: 'sansregular', sans-serif;
    background: #03a9f4;
    color: #FFF;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    padding: 12px 26px 12px 26px;
    display: inline-block;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rs_banner h4 {
    font-family: 'sansbold', sans-serif;
    font-size: 3em;
    text-transform: initial;
}

.rs_banner P {
    font-size: 1.1em;
    padding: 20px 0px;
    max-width: 800px;
    margin: 0px auto;
}

.rs_banner P:last-of-type {
    padding: 0px 0px;
}


.rs_banner_financial h4, .rs_banner_help h4 {
    font-size: 2em;
}

.rs_banner_financial {
    background-image: url('../img/bg_financial.png');
}



.rs_banner_help {
    background-image: url('../img/bg_help.png');
}


.menu.header__ham .header__ham__menu > LI > A {
    font-size: 1.2em;
    font-family: 'sansregular', sans-serif;
    border-top: 1px solid #000000;
    background: transparent;
}

.menu.header__ham {
    background: #f4f4f4;
}

.intro, .terms, .user, .contact, .orders__detail, .search, .error {
    background: #e4e4e4; /* #f9f9f9 */
}

.product__detail__text H6 {
    color: #585858;
}

.discount {
    color: #585858;
}

.header__main .header__menu {
    margin-left: 16px;
}


.grid--big--gallery .product__category__image {
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
}
.grid--big--gallery .product__category__image img {
    width: 100%;
    max-width: 100%;
}

.grid--big--gallery .product__inner H2 {
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 1.1em !important;
}

.GAP_top {
    padding-top: 145px;
}

.inner .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}

.inner .gallery > * {
    min-width: 0px;
  }

  .inner .gallery img {
    max-width: 100%;
  }


.phone__num {
    font-family: 'sansbold', sans-serif;
    font-size: 0.8em;
}



@media screen and (min-width: 1260px) {
    .header__nav UL UL LI A {
        background-color: #f4f4f4;
        color: #000;
        text-align: left;
        font-size: 0.95em;
        padding-left: 10px;
    }
    .header__nav UL LI.dropdown UL {
        margin-left: 40px;
    }
}
@media screen and (max-width: 1780px) {
    .header__nav UL LI.dropdown UL {
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .benefits .inner {
        justify-content: space-between;
    }
    .product__category P {
        padding: 20px !important;
    }
}

@media screen and (max-width: 1260px) {
    .menu {
        top: 146px;
    }
    .menu.header__ham {
        height: calc(100vh - 146px);
    }
}

@media screen and (min-width: 960px) {
 .grid {
    justify-content: center;
 }
}

@media screen and (max-width: 960px) {
    .menu {
        top: 138px;
    }
    .menu.header__ham {
        height: calc(100vh - 138px);
    }
}
@media screen and (max-width: 1260px) {
    BODY.opened {
        position: fixed;
    }
}

/* zapnutí hamburgeru */
@media screen and (max-width: 1260px) {
    .header__main .header__menu {
        display: block;
    }
    .header__main NAV {
        display: none;
    }
}

@media screen and (max-width: 1080px) {
    .banner_img {
        max-width: 300px;
    }
    .banner_text {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .banner_img {
        max-width: 200px;
    }
    .banner_text H1 {
        font-size: 2em;
    }
    .rs_banner h4 {
        font-size: 1.8em;
    }
    .rs_banner FORM {
        flex-direction: column;
    } 
    .rs_banner input {
        width: 268px;
        text-align: center;
    }
    .rs_banner button {
        width: 300px;
        margin-top: 6px;
    }
}