.welcome-wrapper {
    display: none;
}
html {
    scroll-behavior: smooth;
}
.titleLink {
    display: block!important;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
    margin-top: -13px;
    background-color: #fff;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    padding-bottom: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.16);
}
@media (min-width: 768px) {
    .landingPage .phone {
        display: none;
    }
}
@media (max-width: 767px) {
    .landingPage .desktop {
        display: none;
    }
}

/*header*/
#headerInfoprouzek:before {
    display: inline-block;
    content: "";
    height: 12px;
    width: 12px;
    background-color: #F76A6A;
    border-radius: 50%;
    margin-right: 10px;
}
.navigation-buttons a .cart-price {
    display: none!important;
}
.navigation-in>ul>li.exp>a, .navigation-in>ul>li>a {
    color: #333;
}
@media (min-width: 768px) {
    #header .header-bottom:after,
    #header .header-bottom:before {
        content: "";
        position: absolute;
        width: 100vw;
        background-color: #e3e3e3;
        height: 1px;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #header .header-bottom:after {
        top: 0;
    }
    #header .header-bottom:before {
        bottom: 0;
    }
}
@media (min-width: 768px) {
    .navigation-buttons a[data-target=search], body.ordering-process .navigation-buttons a[data-target=search] {
        display: flex;
        align-items: center;
    }
    .navigation-buttons a[data-target=search]:hover {
        color: var(--_color-header-link);
    }
}
@media (min-width: 768px) {
    .navigation-buttons a[data-target=search]:before {
        content: "\e920";
        font-size: 26px;
        margin-right: 10px;
    }
}
@media (min-width: 768px) {
    #header .navigation-buttons a {
        margin-left: 25px;
    }
}
@media (min-width: 768px) {
    #header .search > form {
        display: none;
    }
}
@media (min-width: 768px) {
    .search-window-visible #header .search > form {
        display: block;
    }
}
@media (min-width: 768px) {
    body.search-window-visible:before {
        opacity: 1;
        z-index: 1002;
        background-color: rgba(0,0,0,.3);
    }
}
@media (min-width: 768px) {
    body.search-window-visible .search-form {
        z-index: 1003;
    }
}
@media (min-width: 768px) {
    .breadcrumbs {
        padding-top: 20px;
    }
}
@media (min-width: 768px) {
    #header .site-name a {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
    }
}
@media (min-width: 768px) {
    #header .header-top {
        padding: 15px 0;
        min-height: 90px;
    }
}
@media (min-width: 768px) {
    #header .navigation-buttons a:before {
        font-size: 22px!important;
    }
}
@media (min-width: 768px) {
    #header .container {
        justify-content: flex-end;
    }
}
@media (min-width: 768px) {
    .search-input {
        padding: 10px 12px;
        padding-right: 50px!important;
    }
}
@media (min-width: 768px) {
    .search-input-icon {
        right: -12px;
        left: auto;
    }
}
/*konkurencni vyhody*/
.benefitBanner {
    background-color: #fdf5f4;
    padding: 15px 0;
    position: relative;
    max-width: 50%;
    justify-content: center;
}
@media (max-width: 1199px) {
    .benefitBanner {
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    .benefitBanner {
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
    }
}
.benefitBanner__item {
    justify-content: center;
    margin: 10px 0;
    width: 50%;
    flex: 0 0 50%;
}
@media (max-width: 991px) {
    .benefitBanner__item {
        flex-direction: column;
        width: 50%;
        flex: 0 0 50%;
        padding: 0 5px;
    }
}
@media (max-width: 991px) {
    .benefitBanner__content {
        text-align: center;
    }
}
.benefitBanner__item img {
    max-width: 30px!important;
}
.benefitBanner__picture {
    flex: 0 0 40px;
    max-width: 40px;
}
.benefitBanner::before,
.benefitBanner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background-color: #fdf5f4;
    z-index: 0;
    height: 100%;
}

.benefitBanner::before {
    left: -100vw;
}

.benefitBanner::after {
    right: -100vw;
}
/*landing page*/
.landingPage .title:after,
.type-index .content-wrapper-in {
    margin-left: auto;
    margin-right: auto;
}
/*
.landingPage__banners_link a,
.landingPage__banners_link form > :not(button),
.type-index #content > :not(.banners-row) {
    display: none;
}
*/
@font-face {
    font-family: playlist;
    src: url("/user/documents/source/fonts/FontsFree-Net-PlaylistScript.ttf");
}
.container,
.type-index .content-wrapper-in {
    width: auto;
    max-width: 1960px;
}
.landingPage__cards__box__title:after,
.landingPage__cards__title:after,
.landingPage__gift__title:after {
    max-width: 296px !important;
}
.montserrat {
    font-family: Montserrat, sans-serif !important;
}
.zadejtekupon {
    margin-bottom: 20px;
    font-weight: 700;
}
.header-bottom {
    border-style: none !important;
}
.overall-wrapper {
    overflow-x: hidden;
}
.type-index #content-wrapper {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    overflow-x: hidden;
}
.landingPage {
    padding: 0 20px;
}/*
.landingPage__header {
    padding: 137px 0;
}*/
.landingPage__header__logo {
    max-width: 1000px;
    margin: 0 auto;
}
.landingPage__header__text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.landingPage__header__text__top {
    max-width: 1350px;
    margin-top: 43px;
    margin-bottom: 69px;
    display: flex;
    width: 100%;
}
.landingPage .not-underline:after,
.li_title:before {
    display: none !important;
}
.hasNumber,
.landingPage .title {
    position: relative;
}
.hasNumber:before,
.landingPage .title:after {
    position: absolute;
    content: "";
    background-color: #fff;
}
.landingPage .title h2 {
    font-size: 56px;
    color: #fff;
    line-height: 68px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #333;
}
.landingPage .title:after {
    display: inline-block;
    height: 3px;
    bottom: -37px;
    left: 0;
    right: 0;
    max-width: 650px;
    width: 80%;
}
.landingPage .landingPage__header__text__top:after {
    max-width: 880px;
    width: 100%;
}
.landingPage__header__text__bottom {
    font-size: 40px;
    color: #fff;
    max-width: 1142px;
    line-height: 55px;
    font-weight: 300;
    position: static !important;
    margin: 0 auto 100px;
    text-align: center;
}
.bannerPromotion {
    margin-bottom: 100px;
}
.landingPage__banners {
    padding-bottom: 70px;
}
.landingPage__banners_images {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    margin-right: -15px;
    margin-left: -15px;
}
.landingPage__banners_images img {
    width: 25%;
    padding: 0 15px;
}
.landingPage__banners_link {
    text-align: center;
    margin-bottom: 108px;
}
.landingPage__banners_link button {
    font-size: 28px;
    color: #fff !important;
    background-color: #5aae41 !important;
    padding: 11px 50px;
    height: auto;
    border: 3px solid #fff;
    border-color: #fff !important;
    font-weight: 700;
}
.landingPage__banners_link button:hover {
    background-color: #4e9739 !important;
    color: #fff !important;
}
.landingPage__banners_text {
    text-align: center;
    font-size: 40px;
    line-height: 55px;
    font-weight: 300;
    max-width: 1126px;
    margin: 0 auto;
}
.landingPage__content {
    display: flex;
    margin-bottom: 113px;
}
.landingPage__content.text-left {
    flex-direction: row-reverse;
    margin-bottom: 32px;
}
.landingPage__content > * {
    width: 50%;
}
.landingPage__content_text_title.title {
    margin-bottom: 111px;
}
.landingPage__content.text-right .landingPage__content_text {
    margin-left: 110px;
    text-align: left;
}
.landingPage__content .title:after {
    bottom: -28px;
}
.landingPage__content.text-right .title:after {
    left: 0;
    right: auto;
}
.landingPage__content.text-left .title:after {
    left: auto;
    right: 0;
}
.landingPage__content.text-left .landingPage__content_text {
    margin-right: 110px;
    text-align: right;
}
@media (max-width: 1415px) {
    .landingPage__content > * {
        width: auto;
    }
    .landingPage__content > img {
        width: 30%;
    }
    .landingPage__content.text-right .landingPage__content_text {
        margin-left: 60px;
    }
    .landingPage__content.text-left .landingPage__content_text {
        margin-right: 60px;
    }
}
.paragraph {
    font-size: 35px;
    line-height: 47px;
    font-weight: 300;
}
.genderTitle:after {
    content: "";
    display: inline-block;
    width: 156px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
}
.genderTitle {
    font-size: 0 !important;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 77px;
    margin-bottom: 27px;
}
@media (max-width: 1199px) {
    /*.landingPage__header {
        padding: 70px 0;
    }*/
    .landingPage .title:after {
        bottom: -28px;
    }
    .landingPage__content_text_title.title {
        font-size: 46px;
        line-height: 63px;
        margin-bottom: 60px;
    }
    .paragraph {
        font-size: 28px;
        line-height: 39px;
    }
    .genderTitle {
        font-size: 26px;
        height: 55px;
        line-height: 55px;
        border-radius: 55px;
        margin-bottom: 14px;
    }
}
@media (max-width: 990px) {
    .genderTitle {
        font-size: 20px;
        height: 45px;
        line-height: 45px;
        border-radius: 45px;
        margin-bottom: 14px;
    }
}
.genderTitle.man {
    color: #16c1f3;
}
.genderTitle.man:after {
    background-image: url(/user/documents/upload/homepage-grafika/pro_nej.png);
}
.genderTitle.woman {
    color: #f172ac;
}
.genderTitle.woman:after {
    background-image: url(/user/documents/upload/homepage-grafika/pro_ni.png);
}
.landingPage__content_text_block {
    display: flex;
    flex-direction: column;
}
.landingPage__content_text_block:not(:last-child) {
    margin-bottom: 81px;
}
.landingPage__big_arrow {
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
}
.landingPage__big_arrow img {
    max-width: 400px;
}
.landingPage__cards {
    margin-bottom: 150px;
}
.landingPage__cards__title {
    text-align: center;
    margin-bottom: 91px;
}
.landingPage__cards__boxes {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
}
.landingPage__cards__box {
    width: 33.333%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.landingPage__cards__box > img {
    margin-bottom: 79px;
    width: 615px;
    max-width: 100%;
}
.landingPage__cards__box > div {
    padding: 0 30px;
}
.landingPage__cards__box__title {
    text-align: center;
    margin-bottom: 111px;
}
@media (min-width: 1566px) and (max-width: 1848px) {
    .landingPage__cards__box__title {
        font-size: 46px !important;
        line-height: 63px !important;
    }
}
@media (min-width: 992px) and (max-width: 1565px) {
    .landingPage__cards__box > img {
        margin-bottom: 40px;
    }
    .landingPage__cards__box__title {
        font-size: 40px !important;
        line-height: 50px !important;
    }
}
.landingPage__cards__box__text,
.landingPage__giftBox {
    display: flex;
    flex-direction: column;
}
.landingPage__cards__box__text:not(:last-child) {
    margin-bottom: 140px;
}
.landingPage__giftBox img {
    margin-bottom: 96px;
}
.landingPage__gift__title {
    margin-bottom: 111px;
    text-align: center;
}
.landingPage__giftBox__boxes {
    display: flex;
    padding: 0 74px;
    margin-top: 50px;
}
.landingPage__giftBox__box {
    margin-bottom: 30px;
}
.landingPage__giftBox__box:first-child {
    width: 38%;
}
.landingPage__giftBox__box:last-child {
    width: 62%;
    margin-left: 77px;
}
.landingPage__christmasGiftBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.landingPage__christmasGiftBox__list__title.title,
.landingPage__christmasGiftBox__title {
    text-align: center;
}
.landingPage__christmasGiftBox__title:first-child {
    margin-bottom: 60px;
}
.landingPage__christmasGiftBox__title:not(:first-child) {
    margin-bottom: 63px;
}
.landingPage__christmasGiftBox__title:after {
    max-width: 600px !important;
}
.landingPage__christmasGiftBox > img {
    width: 1400px;
    margin-bottom: 63px;
    max-width: 100%;
}
.landingPage__christmasGiftBox .landingPage__giftBox__box:first-child {
    margin-right: 77px;
}
.landingPage__christmasGiftBox .landingPage__giftBox__box {
    width: 50% !important;
}
.landingPage__finalImg {
    margin-top: 100px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
.top-navigation-bar {
    padding: 5px 0;
}
#header > #headerInfoprouzek {
    display: none;
}
@media (max-width: 767px) {
    #header > #headerInfoprouzek {
        display: block;
    }
}
#headerInfoprouzek {
    text-align: center;
}
@media (max-width: 767px) {
    #headerInfoprouzek {
        font-size: 14px;
    }
    .overall-wrapper > #headerInfoprouzek {
        display: none;
    }
}
@media (max-width: 1199px) {
    .landingPage__content_text_block:not(:last-child) {
        margin-bottom: 35px;
    }
    .landingPage__big_arrow img {
        max-width: 400px;
    }
    .landingPage__cards {
        margin-bottom: 120px;
    }
    .landingPage__cards__box__title,
    .landingPage__gift__title {
        margin-bottom: 60px;
    }
    .landingPage__cards__box__text:not(:last-child) {
        margin-bottom: 100px;
    }
    .landingPage__finalImg {
        margin-top: 70px;
    }
}
.landingPage__finalImg img {
    width: 500px;
    max-width: 100%;
}
.landingPage__christmasGiftBox__list__ul ul {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
}
.landingPage__christmasGiftBox__list__ul ul li {
    display: flex;
    align-items: center;
    margin: 10px -10px;
}
.landingPage__christmasGiftBox__list__ul ul li:before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    min-width: 30px;
    max-width: 30px;
    font-family: playlist, sans-serif !important;
    line-height: 30px;
}
.hasNumber.imgKalendar:before,
.landingPage__christmasGiftBox__list__ul ul li:first-child:before {
    content: "1";
}
.landingPage__christmasGiftBox__list__ul ul li:nth-child(2):before {
    content: "2";
}
.landingPage__christmasGiftBox__list__ul ul li:nth-child(3):before {
    content: "3";
}
.landingPage__christmasGiftBox__list__ul ul li:nth-child(4):before {
    content: "4";
}
.landingPage__christmasGiftBox__list__ul ul li:nth-child(5):before {
    content: "5";
}
.landingPage__christmasGiftBox__list__ul ul li:nth-child(6):before {
    content: "6";
}
.landingPage__christmasGiftBox__list__ul ul li:nth-child(8):before {
    content: "7";
    background-color: #98dcff !important;
}
.landingPage__christmasGiftBox__list__ul ul li:nth-child(9):before {
    content: "8";
    background-color: #e1c6d4 !important;
}
.landingPage__christmasGiftBox__list__ul ul li:nth-child(2n):before {
    background-color: #e1c6d4;
}
.landingPage__christmasGiftBox__list__ul ul li:nth-child(odd):before {
    background-color: #98dcff;
}
.landingPage__christmasGiftBox__list__ul ul li a {
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: space-between;
    line-height: 20px;
    flex-grow: 1;
}
.landingPage__christmasGiftBox__list__ul ul li a > div:first-child {
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.landingPage__christmasGiftBox__list__ul ul li a > div:last-child {
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
    flex-direction: column;
}
.landingPage__christmasGiftBox__list__ul ul li a img {
    max-width: 70px;
    margin-right: 10px;
}
.li_title {
    width: 100% !important;
    color: #fff;
    font-size: 30px;
    text-align: center;
    justify-content: center !important;
}
.oldPrice {
    font-size: 24px;
    font-weight: 300;
    text-decoration: line-through;
}
.landingPage__christmasGiftBox__list__2darky {
    display: flex;
    flex-direction: column;
}
.landingPage__christmasGiftBox__list__2darky__box {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 50px;
}
.landingPage__christmasGiftBox__list__2darky__box > div:first-child {
    display: flex;
    justify-content: space-between;
}
.landingPage__christmasGiftBox__list__2darky__box > div:last-child {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}
.landingPage__christmasGiftBox__list__2darky__box > div:first-child > div {
    display: flex;
    flex-direction: column;
}
.landingPage__christmasGiftBox__list__2darky__box > div:first-child > div > div:first-child {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    flex-grow: 1;
}
.landingPage__christmasGiftBox__list__2darky__box > div:first-child > div > div:nth-child(2) {
    font-size: 14px;
    color: #fff;
}
.landingPage__christmasGiftBox__list__2darky__box > div:first-child > div > div:last-child {
    font-size: 22px;
    color: #000;
}
.landingPage__christmasGiftBox__list__2darky__box > div img {
    max-width: 150px;
}
.no-bold {
    font-weight: 400 !important;
}
.priceBefore,
.usetris {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    text-decoration: line-through;
    margin-top: -10px;
}
.usetris {
    font-weight: 400;
    text-decoration: none;
}
.akce {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}
.hasNumber:before {
    font-family: playlist, sans-serif !important;
    height: 70px;
    width: 70px;
    top: 45px;
    left: 35px;
    border-radius: 50%;
    font-size: 55px;
    line-height: 61px;
    text-align: center;
    display: block;
}
.landingPage__big_arrow.najdi_par.hasNumber:before {
    right: 30%;
    left: auto;
    top: 20px;
    content: "3";
    background-color: #e1c6d4;
    display: none;
}
.landingPage__cards__box.hasNumber:before {
    top: -2px;
}
@media (min-width: 992px) {
    .admin-logged.infoProuzek-visible .popup-widget.login-widget {
        top: 88px;
    }
    .admin-logged.infoProuzek-visible .popup-widget.cart-widget {
        top: 178px!important;
    }
    body:not(.admin-logged).infoProuzek-visible .popup-widget.login-widget {
        top: 63px;
    }
    body:not(.admin-logged).infoProuzek-visible .popup-widget.cart-widget {
        top: 153px!important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .admin-logged.infoProuzek-visible .popup-widget.login-widget {
        top: 176px;
    }
    .admin-logged.infoProuzek-visible .popup-widget.cart-widget {
        top: 176px;
        height: calc(100% - 176px);
    }
    body:not(.admin-logged).infoProuzek-visible .popup-widget.login-widget {
        top: 151px;
    }
    body:not(.admin-logged).infoProuzek-visible .popup-widget.cart-widget {
        top: 151px;
        height: calc(100% - 151px);
    }
}
@media (max-width: 991px) {
    .landingPage .title h2 {
        font-size: 46px;
        line-height: 63px;
    }
    .landingPage .title:after {
        bottom: -20px;
    }
    .landingPage .landingPage__header__text__top:after {
        width: 80%;
    }
    .landingPage__header__text__bottom {
        font-size: 32px;
        line-height: 49px;
    }
    .landingPage__banners {
        padding-bottom: 70px;
    }
    .landingPage__banners_images {
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 70px;
    }
    .landingPage__banners_images img {
        width: 50%;
        padding: 10px;
    }
    .landingPage__banners_link,
    .landingPage__giftBox img {
        margin-bottom: 70px;
    }
    .landingPage__banners_link button {
        font-size: 28px;
    }
    .landingPage__banners_text {
        font-size: 32px;
        line-height: 49px;
    }
    .landingPage__content_text_title.title {
        font-size: 40px;
        line-height: 50px;
    }
    .landingPage__big_arrow img {
        max-width: 300px;
    }
    .landingPage__cards {
        margin-bottom: 100px;
    }
    .landingPage__cards__box {
        width: 100%;
    }
    .landingPage__cards__box:not(:last-child) {
        margin-bottom: 20px;
    }
    .landingPage__cards__box > img {
        margin-bottom: 31px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .landingPage__cards__box > div {
        text-align: center;
    }
    .landingPage__cards__box__text:not(:last-child) {
        margin-bottom: 40px;
    }
    .landingPage__giftBox__boxes {
        padding: 0;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    .landingPage__giftBox__box:first-child {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .landingPage__giftBox__box:last-child {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .landingPage__christmasGiftBox .landingPage__giftBox__box:first-child {
        margin-right: 0;
    }
    .landingPage__christmasGiftBox .landingPage__giftBox__box {
        width: 100% !important;
    }
    .landingPage__finalImg {
        margin-top: 50px;
    }
    .landingPage__finalImg img {
        width: 400px;
    }
    .landingPage__cards__box.hasNumber:before {
        position: static;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .landingPage .desktop,
    .kdojsme .desktop,
    .banner-wrapper .desktop {
        display: none;
    }
    .landingPage {
        padding: 0 10px;
    }/*
    .landingPage__header {
        padding: 44px 0 64px;
    }*/
    .banner-wrapper .landingPage .title {
        margin-bottom: 80px;
        order: -1;
    }
    .banner-wrapper .landingPage .title h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .landingPage__header__text__bottom {
        font-size: 28px;
        line-height: 39px;
    }
    .landingPage__banners {
        padding-bottom: 40px;
    }
    .landingPage__banners_images {
        margin-bottom: 59px;
        margin-right: -5px;
        margin-left: -5px;
    }
    .landingPage__banners_link,
    .landingPage__giftBox img {
        margin-bottom: 50px;
    }
    .landingPage__banners_link button {
        font-size: 26px;
    }
    .landingPage__banners_text {
        font-size: 28px;
        line-height: 39px;
    }
    .landingPage__content {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .landingPage__content.text-left {
        flex-direction: row;
    }
    .landingPage__content > * {
        text-align: center !important;
    }
    .imgKalendar,
    .imgSamolepky {
        max-width: 343px;
        flex-basis: 100%;
    }
    .landingPage__content > img {
        max-width: 343px;
        width: 100%;
        margin: 40px auto;
    }
    .landingPage__content.text-right .landingPage__content_text {
        margin-left: 0;
    }
    .landingPage .landingPage__content .title:after {
        left: 0 !important;
        right: 0 !important;
        bottom: -37px;
    }
    .landingPage__content.text-left .landingPage__content_text {
        margin-right: 0;
    }
    .landingPage__cards {
        margin-bottom: 20px;
    }
    .landingPage__finalImg {
        margin-top: 15px;
    }
    .landingPage__finalImg img {
        width: 200px;
    }
    .hasNumber:before {
        top: 70px;
        left: 35px;
    }
    .landingPage__cards__box.hasNumber:before {
        top: -88px;
        left: 40px;
        position: absolute;
    }
    .landingPage__header__text__top__empty {
        display: none;
    }
    .landingPage__header__text__top__img {
        width: 50%;
        object-fit: contain;
        max-height: 360px;
    }
    .content-wrapper.container .row>div {
        padding-left: 0;
        padding-right: 0;
    }
}
.landingPage__cards__box.hasNumber.third:before {
    content: "3";
    background-color: #e1c6d4;
}
.landingPage__cards__box.hasNumber.fifth:before {
    content: "4";
    background-color: #98dcff;
}
.landingPage__cards__box.hasNumber.seventh:before {
    content: "5";
    background-color: #e1c6d4;
}
.hasNumber.imgSamolepky:before {
    content: "2";
    right: 35px !important;
    left: auto;
}
.hasNumber.sixth {
    display: inline-block;
}
.hasNumber.sixth:before {
    content: "6";
    right: -33px;
    top: 0;
    background-color: #98dcff;
    left: auto;
}
@media (max-width: 768px) {
    .oldPrice {
        font-size: 18px;
    }
    .landingPage__big_arrow.najdi_par.hasNumber:before {
        right: 0;
        left: auto;
        top: 20px;
        display: block;
    }
    .landingPage__cards__box.hasNumber.third:before {
        display: none;
    }
    .hasNumber.sixth {
        width: 100%;
    }
    .hasNumber.sixth:before {
        right: 0;
    }
}
@media (max-width: 767px) {
    .landingPage__header {
        padding-top: 0 !important;
    }
    .landingPage__header__text__top > * {
        width: 50%;
    }
    .landingPage__header__text__top {
        background-color: #fff;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .landingPage__header__text__top__title:after {
        display: none !important;
    }
    .landingPage__header__text__top__title {
        display: flex;
        align-items: center;
        margin-bottom: 0 !important;
        justify-content: center;
        width: 100%;
    }
    .landingPage__header__text__top__title h2 {
        font-size: 26.4px !important;
        color: #000 !important;
        text-align: left;
        line-height: 30px !important;
    }
    .landingPage__header__text__top__title h2 > span {
        display: block;
    }
    .landingPage__header__text__bottom {
        color: #fff;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
    }
    .landingPage__banners_note {
        text-align: center;
        margin-bottom: 40px;
    }
    .landingPage__banners_images {
        margin-bottom: 25px;
    }
    .landingPage__banners_link button {
        font-size: 16px;
        padding: 0 32px;
    }
    .landingPage h2 {
        margin: 0;
    }
    .landingPage__content.text-right__title {
        justify-content: center;
        margin-bottom: 40px;
    }
    .landingPage__content.text-right__title h2 {
        font-size: 20px;
    }
    .landingPage__content {
        justify-content: center;
    }
    .landingPage__banners .landingPage__banners_link:last-child {
        margin-bottom: 0;
    }
    .landingPage .paragraph,
    .landingPage__banners_text {
        font-size: 20px;
        line-height: 28px;
    }
    .genderTitle,
    .landingPage__cards__box > div {
        padding: 0;
    }
    .genderTitle.man {
        text-align: left;
    }
    .genderTitle.woman {
        text-align: right;
    }
    .landingPage__big_arrow.najdi_par {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding-right: 28px;
    }
    .box-img,
    .landingPage__big_arrow.najdi_par > img:last-child {
        max-width: 100%;
        width: 310px;
    }
    .landingPage__big_arrow.najdi_par > img:last-child {
        max-width: 100%;
        width: 310px;
        transform: rotate(7deg);
        margin-bottom: -100px;
        margin-left: -100px;
        padding-left: 26px;
    }
    .landingPage__big_arrow.najdi_par > img:first-child {
        max-width: 147px;
        margin-bottom: 46px;
        margin-left: -123px;
        transform: rotate(30deg);
    }
    .box-img {
        width: 310px;
        margin: 30px auto 10px;
    }
    .landingPage__giftBox > img:first-child {
        max-width: 130px;
        margin-left: auto;
        margin-bottom: -33px;
        margin-right: 70px;
    }
    .landingPage__giftBox__box {
        display: flex;
        flex-direction: column;
    }
    .landingPage__christmasGiftBox > img {
        margin-bottom: 20px;
    }
    .landingPage__christmasGiftBox__title.not-underline {
        margin-bottom: 20px !important;
    }
    .landingPage__christmasGiftBox__list__title {
        margin-bottom: 30px !important;
    }
    .landingPage__christmasGiftBox__list__title h2 {
        font-size: 20px !important;
        text-align: center;
    }
    .landingPage__christmasGiftBox__list__title:after {
        display: none !important;
    }
    .landingPage__christmasGiftBox .landingPage__banners_link {
        margin-bottom: 30px;
    }
    .li_title {
        color: #fff;
        font-size: 20px;
        justify-content: flex-start !important;
        padding-left: 40px;
    }
    .type-index .footer-banners {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}
@media (min-width: 768px) {
    .landingPage .phone,
    .landingPage__big_arrow.najdi_par > img:last-child,
    .landingPage__cards__boxes > img,
    .landingPage__giftBox > img:first-child,
    .kdojsme .phone,
    .banner-wrapper .phone {
        display: none!important;
    }
    .landingPage__christmasGiftBox__list__ul ul li {
        margin: 25px 0;
    }
    .landingPage__christmasGiftBox__list__ul ul li:before {
        margin-right: 20px;
    }
    .landingPage__christmasGiftBox__list__ul ul li a {
        font-size: 28px;
        line-height: 38px;
    }
    .landingPage__christmasGiftBox__list__ul ul li a > div:first-child {
        margin-right: 30px;
    }
    .landingPage__christmasGiftBox__list__ul ul li a img {
        max-width: 100px;
    }
    .landingPage__christmasGiftBox__wrapper {
        margin-right: -40px;
        margin-left: -40px;
        display: flex;
        margin-bottom: 70px;
    }
    .landingPage__christmasGiftBox__list__2darky__box {
        margin-right: 40px;
        margin-left: 40px;
    }
    .landingPage__christmasGiftBox__list__2darky__box > div:last-child {
        font-size: 24px;
    }
    .landingPage__christmasGiftBox__list__2darky__box > div:first-child > div {
        margin-right: 20px;
    }
    .landingPage__christmasGiftBox__list__2darky__box > div:first-child > div > div:first-child {
        font-size: 28px;
    }
    .landingPage__christmasGiftBox__list__2darky__box > div:first-child > div > div:nth-child(2) {
        font-size: 20px;
    }
    .landingPage__christmasGiftBox__list__2darky__box > div:first-child > div > div:last-child {
        font-size: 24px;
    }
    .landingPage__christmasGiftBox__list__2darky__box > div img {
        max-width: 200px;
    }
    .type-index .overall-wrapper {
        overflow: hidden;
    }
    .type-index .footer-banners {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .landingPage__header__text {
        width: 100vw;
        left: 50%;
        transform: translate(-50%, 0);
        position: relative;
        background-color: #fff;
    }
    /*
    .landingPage__content > .landingPage__content_text,
    .landingPage__content > img,
    .landingPage__header__text__top > * {
        width: 50%;
    }
    */
    .type-index #content {
        padding-top: 0;
    }
    .landingPage__header {
        padding: 0 !important;
        position: relative;
    }
    .landingPage__header__text__top {
        background-color: #fff;
        margin-top: 0;
        margin-bottom: 0;
    }
    .landingPage__header__text__bottom {
        position: absolute;
        bottom: -150px;
    }
    .landingPage__header__text__top__title {
        display: flex;
        align-items: center;
        margin-bottom: 0 !important;
        justify-content: center;
        width: 70%;
    }
    .landingPage__header__text__top__img {
        width: 30%;
        object-fit: contain;
        max-height: 360px;
    }
    .landingPage__header__text__top__empty {
        display: none;
    }
    .landingPage__cards__box > img:not(.desktop) {
        margin-top: 10px;
        margin-bottom: 35px;
    }
    .landingPage__cards__box > img.desktop {
        width: 300px;
        margin-bottom: 0;
    }
    .landingPage__header__text__top__title:after {
        display: none !important;
    }
    .landingPage__header__text__top__title h2 {
        font-size: 38.4px !important;
        line-height: 46px !important;
        text-align: left;
        padding: 20px;
    }
    /*
    .landingPage__header__text__top__title h2 > span {
        display: block;
    }
    */
    .landingPage__christmasGiftBox__title:not(:first-child) {
        margin-bottom: 20px;
    }
    .landingPage__christmasGiftBox__list__title {
        margin-bottom: 40px;
    }
    .priceBefore {
        font-size: 34px;
        margin-bottom: 50px !important;
    }
    .akce {
        font-size: 46px;
        margin-bottom: 20px !important;
    }
    .usetris {
        font-size: 43px;
    }
    .landingPage__banners_text,
    .landingPage__christmasGiftBox__list__2darky {
        margin-bottom: 70px;
    }
    .landingPage__banners_note {
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
    }
    .landingPage__content {
        display: flex;
        margin-bottom: 113px;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .landingPage__content > * {
        width: 100%;
    }
    .landingPage__content.text-right__title {
        margin-bottom: 50px;
        justify-content: center;
    }
    .landingPage__content.text-right__title h2 {
        font-size: 36px;
        text-align: center;
        margin-top: 0;
    }
    .landingPage__content .landingPage__content_text {
        margin-left: 0 !important;
        padding-left: 50px;
        margin-right: 0 !important;
        padding-right: 50px;
    }
    .landingPage__banners .landingPage__banners_link:last-child {
        margin-bottom: 0;
    }
    .landingPage__giftBox {
        align-items: center;
    }
    .desktop-arrow {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        display: flex;
    }
    .landingPage__cards {
        margin-bottom: 70px;
    }
    .landingPage__christmasGiftBox > .landingPage__banners_link {
        margin-top: 52px;
    }
}
@media (max-width: 479px) {
    .landingPage__giftBox > img:first-child {
        max-width: 99px;
        margin-left: auto;
        margin-bottom: 0;
        margin-right: 80px;
    }
    .li_title {
        font-size: 18px;
    }
    .landingPage__header__text__top > div:first-child {
        width: 60%;
    }
    .landingPage__header__text__top > img {
        width: 50%;
        margin-top: 20px;
    }
    .landingPage__header__text__top__title h2 {
        font-size: 24.4px !important;
        line-height: 28px !important;
    }
    .landingPage__header {
        padding: 20px 0 0;
    }
    .banner-wrapper .landingPage .title {
        margin-bottom: 50px;
        width: 100%;
        padding: 0 20px;
    }
    .banner-wrapper .landingPage .title h2 {
        font-size: 28px;
        line-height: 36px;
        text-align: left;
        width: 100%;
    }
    .landingPage__header__text__top {
        margin-top: 30px;
    }
    .landingPage__header__text__bottom {
        font-size: 24px;
        line-height: 32px;
    }
    .landingPage__banners {
        padding-bottom: 40px;
    }
    .landingPage__banners_images img {
        padding: 5px;
    }
    .landingPage__banners_link button {
        font-size: 18px;
        padding: 8px 32px;
    }
    .landingPage__banners_text,
    .paragraph {
        font-size: 24px;
        line-height: 32px;
    }
    .landingPage__big_arrow,
    .landingPage__content.text-left {
        margin-bottom: 6px;
    }
    .landingPage .landingPage__content .title:after {
        bottom: -26px;
    }
    .landingPage__big_arrow img {
        max-width: 200px;
    }
    .landingPage__giftBox img {
        margin-bottom: 30px;
    }
    .landingPage__cards__box.hasNumber:before {
        top: -82px;
        left: 20px;
    }
    .landingPage__cards__boxes > .box-img {
        padding-left: 70px;
    }
}
@media (min-width: 992px) {
    .landingPage__christmasGiftBox__list__ul ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -20px;
        margin-left: -20px;
    }
    .landingPage__christmasGiftBox__list__ul ul li {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .landingPage__giftBox {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .landingPage__giftBox > img {
        width: 50%;
        max-width: 50%;
    }
    .landingPage__giftBox .landingPage__giftBox__boxes {
        width: 50%;
        flex-direction: column;
        padding-right: 0;
    }
    .landingPage__giftBox__box {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .landingPage__cards__box > img.desktop {
        padding-left: 70px;
    }
    .landingPage__header__text__top__empty {
        display: block;
        width: 27%;
    }
    .landingPage__header__text__top__title {
        width: 46%;
    }
    .landingPage__header__text__top__img {
        min-width: 27%;
        object-fit: contain;
        max-height: 360px;
    }
    /*
    .landingPage__header__text__top__img:first-of-type {
        padding-right: 90px;
        padding-left: 10px;
    }
    .landingPage__header__text__top__img:last-of-type {
        padding-left: 90px;
        padding-right: 10px;
    }
    */
    .landingPage__header__text__top__title h2 {
        font-size: 32.4px !important;
        line-height: 40px !important;
    }
    .desktop .banners-row {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .landingPage__christmasGiftBox__list__ul ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -40px;
        margin-left: -40px;
    }
    .landingPage__christmasGiftBox__list__ul ul li {
        padding-left: 40px;
        padding-right: 40px;
    }
    .landingPage__christmasGiftBox__wrapper {
        margin-right: 0;
        margin-left: 0;
    }
    .landingPage__christmasGiftBox__list__2darky__box {
        margin-right: 80px;
        margin-left: 80px;
    }
    .landingPage__christmasGiftBox__list__2darky__box > div:first-child > div {
        margin-right: 70px;
    }
    .landingPage__header__text__top__title h2 {
        font-size: 38.4px !important;
        line-height: 46px !important;
    }
}
.homepage-group-title,
.body-banners h2,
.hodnoceniH2 {
    color: #333333;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 76px;
    font-weight: 900;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 40px;
}
@media (max-width: 767px) {
    .homepage-group-title,
    .body-banners h2,
    .hodnoceniH2 {
        font-size: 28px;
        margin: 30px 0 50px;
        line-height: 36px;
    }
}
.homepage-group-title:after,
.body-banners h2:after,
.hodnoceniH2:after {
    display: block;
    content: "";
    width: 162px;
    height: 7px;
    bottom: -40px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #a9dff3;
}
@media (max-width: 767px) {
    .homepage-group-title:after,
    .body-banners h2:after,
    .hodnoceniH2:after {
        width: 162px;
        height: 7px;
        bottom: -30px;
    }
}
.titleApendix {
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    margin-top: 20px;
    line-height: 24px;
}
@media (max-width: 479px) {
    .titleApendix {
        max-width: 211px;
    }
}
/*kdo jsme*/
.kdojsme {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 50px 0 80px;
}
@media (max-width: 767px) {
    .kdojsme {
        align-items: flex-start;
        margin: 20px 0 50px;
    }
}
.kdojsme img {
    width: 100%;
}
.kdojsme_item {
    position: absolute;
    text-align: center;
    max-width: 30%;
}
@media (max-width: 767px) {
    .kdojsme_item {
        max-width: 90%;
    }
}
.kdojsme_item h2 {
    font-size: 50px;
    margin: 0 0 45px;
}
@media (max-width: 1199px) {
    .kdojsme_item h2 {
        font-size: 40px;
        margin: 0 0 35px;
    }
}
@media (max-width: 991px) {
    .kdojsme_item h2 {
        font-size: 34px;
        margin: 0 0 26px;
    }
}
@media (max-width: 767px) {
    .kdojsme_item h2 {
        font-size: 34px;
        margin: 60px 0 26px;
    }
}
.kdojsme_item p {
    margin: 0!important;
    font-size: 28px;
}
@media (max-width: 1199px) {
    .kdojsme_item p {
        font-size: 24px;
        line-height: 36px;
    }
}
@media (max-width: 991px) {
    .kdojsme_item p {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .kdojsme_item p {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .content-wrapper.container .row>div.footer-banner {
        padding-left: 0;
        padding-right: 0;
    }
}
/*vypis*/
.products-block .p .name {
    font-weight: bold;
    color: #333; 
}
@media (max-width: 479px) {
    .products-block .p .name {
        font-size: 20px;
    }
}
.products-block .availability-amount {
    display: none;
}
.products-block>div .p .p-bottom>div .prices .price-final {
    color: #DE5354;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
@media (max-width: 767px) {
    .products-block>div .p .p-bottom>div .prices .price-final {
        font-size: 20px;
    }
}
@media (max-width: 479px) {
    .products-block>div .p .p-bottom>div .prices .price-final {
        font-size: 24px;
    }
}
.products-block>div .p .p-bottom>div .prices .price-final:before {
    content: "akce";
    color: #DE5354;
    font-size: 14px;
    display: inline-block;
    text-align: left;
    font-weight: 700;
}
@media (max-width: 767px) {
    .products-block>div .p .p-bottom>div .prices .price-final:before {
        font-size: 12px;
    }
}
@media (max-width: 479px) {
    .products-block>div .p .p-bottom>div .prices .price-final:before {
        font-size: 16px;
    }
}
.type-index .products-block>div .p .p-bottom>div .p-tools {
    display: none;
}
.type-index .products-block>div .p .p-in .p-in-in {
    position: relative;
}
.type-index .products-block>div .p .p-in .p-in-in:after {
    content: "ZOBRAZIT";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 218px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E25597;
    border-radius: 31px;
    top: -80px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.14px;
    font-weight: bold;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    cursor: pointer;
}
@media (max-width: 767px) {
    .type-index .products-block>div .p .p-in .p-in-in:after {
        width: 132px;
        height: 27px;
        font-size: 11px;
        top: -55px;
    }
}
@media (max-width: 479px) {
    .type-index .products-block>div .p .p-in .p-in-in:after {
        width: 164px;
        height: 38px;
        font-size: 15px;
        top: -60px;
    }
}
.products-block>div:hover .p .p-in .p-in-in:after {
    background-color: #91C17C;
}
.products-block>div .p .stars-placeholder {
    margin: 30px 0 15px;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.type-index .products-block>div .p .stars-placeholder {
    display: flex;
}
.products-block>div .p .p-bottom>div .prices .price-save {
    color: #00AFEC;
    font-size: 20px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    width: 100%;
    display: none;
}
@media (max-width: 767px) {
    .products-block>div .p .p-bottom>div .prices .price-save {
        font-size: 20px;
    }
}
@media (max-width: 479px) {
    .products-block>div .p .p-bottom>div .prices .price-save {
        font-size: 24px;
    }
}
/*
.products-block>div .p .p-bottom>div .prices .price-save:after,
.products-block>div .p .p-bottom>div .prices .price-save:before {
    position: absolute;
    content: "";
    height: 100%;
    background-color: #fff;
    display: block;
    width: 8px;
    top: 0;
}
@media (max-width: 767px) {
    .products-block>div .p .p-bottom>div .prices .price-save:after,
    .products-block>div .p .p-bottom>div .prices .price-save:before {
        width: 7px;
    }
}
.products-block>div .p .p-bottom>div .prices .price-save:before {
    right: 0px;
}
.products-block>div .p .p-bottom>div .prices .price-save:after {
    left: 0px;
}*/
.products-block>div .p .p-bottom>div .prices .price-standard {
    order: -1;
    color: #333;
    font-size: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    align-items: baseline;
}
@media (max-width: 767px) {
    .products-block>div .p .p-bottom>div .prices .price-standard {
        font-size: 20px;
    }
}
@media (max-width: 479px) {
    .products-block>div .p .p-bottom>div .prices .price-standard {
        font-size: 24px;
    }
}
.products-block>div .p .p-bottom>div .prices .price-standard:before {
    content: "cena";
    color: #333;
    font-size: 14px;
    display: inline-block;
    text-align: left;
    font-weight: 700;
}
@media (max-width: 767px) {
    .products-block>div .p .p-bottom>div .prices .price-standard:before {
        font-size: 12px;
    }
}
@media (max-width: 479px) {
    .products-block>div .p .p-bottom>div .prices .price-standard:before {
        font-size: 16px;
    }
}
.products-block>div .p .p-bottom {
    padding: 25px 10px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.products-block>div .p .p-bottom .p-desc {
    display: none;
}
.products-block, .products-block>div {
    padding: 0;
    transition: transform .2s,box-shadow .2s;
}
.products-block>div {
    margin: 10px 0;
}
.type-index .products-block>div {
    margin: 0;
}
.products-block>div .p {
    padding: 10px;
    margin: 0 10px;
    box-shadow: 0px 3px 6px #00000029;
}
@media (max-width: 767px) {
    .products-block>div .p {
        margin: 0;
    }
}
.products-block>div:hover {
    box-shadow: none;
}
@media (min-width: 480px) {
    .products-block .product:hover {
        transform: scale(1.05);
    }
}
.products-block .product:hover .p {
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.type-index .product-slider .products-block {
    margin: 20px 0;
    justify-content: center;
}
.type-index .product-slider-holder .product-slider-pagination {
    display: none;
}
.products-block>div .p .p-in {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.type-index .products-block>div .p .p-in {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .type-index .products-block>div .p .p-in {
        margin-bottom: 12px;
    }
}
.products-block .price-standard>span {
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products-block .price-standard>span:after {
    content: "";
    background-color: #333;
    position: absolute;
    width: 100%;
    display: block;
    height: 1px;
}
@media (max-width: 767px) {
    .products-block .price-standard>span:after {
        width: 100%;
    }
}
.type-index .products-block .p>a {
    padding-bottom: 100px;
    z-index: 1;
}
@media (max-width: 767px) {
    .type-index .products-block .p>a {
        padding-bottom: 70px;
    }
}
#products-5 .price-save {
    display: none;
}
.type-index .products-block .p .stars-placeholder:before {
    background-image: url(/user/documents/upload/homepage-grafika/redesign/five-stars.png);
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 12px;
}
.type-index .products-block .p .stars-placeholder:after {
    display: inline-block;
    content: "";
    font-size: 12px;
    color: #333;
    font-weight: 300;
    margin-left: 10px;
}
.price-sada {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    color: #91C17C;
    align-items: baseline;
}
@media (max-width: 767px) {
    .price-sada {
        font-size: 20px;
    }
}
@media (max-width: 479px) {
    .price-sada {
        font-size: 24px;
    }
}
.price-sada span:first-child {
    font-size: 14px;
    font-weight: 400;
}
@media (max-width: 767px) {
    .price-sada span:first-child {
        font-size: 12px;
        text-align: left;
        white-space: initial;
    }
}
@media (max-width: 479px) {
    .price-sada span:first-child {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .price-sada span:last-child {
        white-space: nowrap;
    }
}
@media (max-width: 479px) {
    .product-slider-holder .product-slider-navigation {
        display: none;
    }
}
.allProducts {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    letter-spacing: 2.4px;
    font-size: 32px;
    color: #fff;
    background-color: #E25597;
    height: 77px;
    min-width: 608px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 47px;
    font-weight: 700;
    bottom: 60px;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
@media (max-width: 991px) {
    .allProducts {
        letter-spacing: 2px;
        font-size: 28px;
        color: #fff;
        height: 68px;
        min-width: 585px;
        bottom: 40px;
    }
}
@media (max-width: 767px) {
    .allProducts {
        letter-spacing: 1.14px;
        font-size: 19px;
        color: #fff;
        height: 45px;
        min-width: 323px;
        bottom: 30px;
        border-radius: 31px;
    }
}
@media (max-width: 340px) {
    .allProducts {
        min-width: 280px;
    }
}
.allProducts:hover {
    background-color: #91C17C;
    color: #fff;
}
.type-index .products-wrapper .products {
    padding-bottom: 200px;
}
@media (max-width: 991px) {
    .type-index .products-wrapper .products {
        padding-bottom: 160px;
    }
}
@media (max-width: 767px) {
    .type-index .products-wrapper .products {
        padding-bottom: 70px;
    }
}
@media (max-width: 479px) {
    .product-slider-holder .product-slider {
        width: 200vw!important;
        margin-left: -23vw;
        transform: scale(0.8);
        margin-top: -70px;
        margin-bottom: -50px;
    }
}
/*banner stred*/
.mluvi-o-nas {
    margin-bottom: 100px;
}
@media (max-width: 767px) {
    .mluvi-o-nas {
        margin-bottom: 30px;
    }
}
.mluvi-o-nas h2:after {
    top: -40px;
}
@media (max-width: 767px) {
    .mluvi-o-nas h2:after {
        top: -30px;
    }
}
@media (max-width: 479px) {
    .mluvi-o-nas h2:after {
        top: unset;
        bottom: -30px;
    }
}
.mluvi-o-nas h2 {
    margin-top: 100px;
}
@media (max-width: 767px) {
    .mluvi-o-nas h2 {
        margin-top: 70px;
        margin-bottom: 30px;
    }
}
@media (max-width: 479px) {
    .mluvi-o-nas h2 {
        margin-top: 30px;
        margin-bottom: 70px;
    }
}
.mluvi-o-nas p {
    text-align: center;
    color: #333;
    font-size: 20px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .mluvi-o-nas p {
        font-size: 14px;
    }
}
.mluvi-o-nas p a {
    text-decoration: underline;
    color: #00AFEC; 
}
.mluvi-o-nas p a:hover {
    text-decoration: none;
}
.mluvi-o-nas .videliLoga {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-evenly;
}
.mluvi-o-nas .videliLoga img {
    width: 20%;
}
@media (max-width: 479px) {
    .mluvi-o-nas .videliLoga img {
        width: 38%;
        margin-bottom: 25px;
    }
}
.soutez {
    margin-bottom: 50px;
}
@media (max-width: 479px) {
    .soutez {
        margin-bottom: 30px;
    }
}
/*footer*/
#footer {
    background-color: #D3EFF8;
    padding-top: 0;
}
@media (max-width: 479px) {
    #footer {
        margin-bottom: -27px;
    }
}
#footer a.social-icon {
    background-color: #00afec;
    border-color: #00afec;
    color: #fff;
}
#footer a {
    color: #333;
}
.contact-box ul li>span.tel:before,
.contact-box ul li>span.mail:before {
    content: "";
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
}
.contact-box ul li>span.tel:before {
    height: 24px;
    background-image: url(/user/documents/upload/homepage-grafika/redesign/icon-phone.png);
}
.contact-box ul li>span.mail:before {
    height: 18px;
    background-image: url(/user/documents/upload/homepage-grafika/redesign/icon-email.png);
}
#footer .custom-footer__articles a {
    text-decoration: underline;
}
#footer .custom-footer__articles a:hover {
    text-decoration: none;
}
.footer-rows ul li {
    padding-bottom: 6px;
    padding-top: 6px;
}
.footer-rows h4 {
    font-family: 'Mulish';
    font-size: 24px;
}
.footer-rows .custom-footer {
    padding: 70px 0 90px;
}
@media (max-width: 767px) {
    .footer-rows .custom-footer {
        padding: 15px 0 15px;
    }
}
/*hodnoceni*/
.hodnoceni {
    margin-top: 100px;
    width: 80%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .hodnoceni {
        width: 100%;
    }
}
@media (max-width: 479px) {
    .hodnoceni {
        margin-top: 0;
    }
}
.hodnoceniItem {
    background-color: #A9DFF3;
    height: auto;
    padding: 40px 50px;
    border-radius: 23px;
}
@media (max-width: 767px) {
    .hodnoceniItem {
        margin: 0 8px;
        padding: 40px 20px;
    }
}/*
@media (max-width: 479px) {
    .hodnoceniItem {
        width: 60vw!important;
    }
}*/
.hodnoceniItem.slick-center {
    transform: translateZ(0);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    background-color: #7DD6F5;
}
@media (max-width: 767px) {
    .hodnoceniItem.slick-center {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
.hodnoceni .slick-track {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
}
@media (max-width: 479px) {
    .hodnoceni .slick-track {
        padding-top: 0;
    }
}
.hodnoceniItem_stars {
    display: flex;
    justify-content: center;
    padding: 50px 0 20px;
    position: relative;
}
@media (max-width: 479px) {
    .hodnoceniItem_stars {
        padding: 30px 0 20px;
    }
}
.hodnoceniItem_stars:after {
    display: block;
    content: "";
    width: 34px;
    height: 2px;
    bottom: 8px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}
.hodnoceniItem_stars img {
    max-width: 80px!important;
}
.hodnoceniItem_text {
    font-size: 14px;
    line-height: 22px;
}
.hodnoceniItem_name {
    font-size: 13px;
}
.hodnoceni .slick-dots,
.landing_boxy_wrapper .slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}
.hodnoceni .slick-dots li button:before,
.landing_boxy_wrapper .slick-dots li button:before {
    font-size: 14px;
}
.hodnoceni .slick-dots li button:before,
.landing_boxy_wrapper .slick-dots li button:before {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 2px solid #707070;
    border-radius: 50%;
    content: "";
}
@media (max-width: 479px) {
    .hodnoceni .slick-dots li button:before,
    .landing_boxy_wrapper .slick-dots li button:before {
        width: 11px;
        height: 11px;
    }
}
.hodnoceni .slick-dots li.slick-active button:before,
.landing_boxy_wrapper .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #707070;
}
.hodnoceni .slick-dots li button,
.landing_boxy_wrapper .slick-dots li button {
    padding: 0;
    width: 14px;
    height: 14px;
}
.hodnoceni .slick-dots li,
.landing_boxy_wrapper .slick-dots li {
    width: 14px;
    height: 14px;
}
@media (max-width: 479px) {
    .hodnoceni .slick-dots li,
    .landing_boxy_wrapper .slick-dots li {
        margin: 0 3px;
    }
}
.hodnoceni .slick-dots li:before,
.landing_boxy_wrapper .slick-dots li:before {
    display: none;
}
.hodnoceni .slick-prev, .slick-next {
    top: unset;
    bottom: -25px;
}
.hodnoceni .slick-next {
    right: unset;
    left: 65%;
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
}
@media (max-width: 767px) {
    .hodnoceni .slick-next {
        right: 20px;
        left: unset;
        -webkit-transform: none;
        transform: none;
    }
}
.hodnoceni .slick-prev {
    left: unset;
    right: 65%;
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
}
@media (max-width: 767px) {
    .hodnoceni .slick-prev {
        left: 20px;
        right: unset;
        -webkit-transform: none;
        transform: none;
    }
}
.hodnoceni .slick-prev:before, .slick-next:before {
    font-family: shoptet;
    color: #707070;
}
.hodnoceni .slick-next:before {
    content: "\e910";
}
.hodnoceni .slick-prev:before {
    content: "\e90f";
}
@media (max-width: 479px) {
    .hodnoceni .slick-list {
        padding: 0 19vw 0 0!important;
    }
}
@media (max-width: 479px) {
    .hodnoceniItem.slick-current.slick-active {
        background-color: #7DD6F5;
    }
}


